How It Works

:root {
  --mp-black: #0a0a0a;
  --mp-white: #ffffff;
  --mp-bg: #f7f7f5;
  --mp-gray: #6e6e6e;
  --mp-border: #e6e6e6;
  --mp-yellow: #ffb800;
  --mp-yellow-hover: #e8a700;
  --mp-radius: 12px;
  --mp-radius-lg: 20px;
  --mp-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--mp-white);
  color: var(--mp-black);
  font-family: Arial, Helvetica, sans-serif;
}

.page-width {
  max-width: 1400px;
  margin: 0 auto;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h0,
.h1,
.h2 {
  color: var(--mp-black);
  font-weight: 800;
  letter-spacing: -0.03em;
}

h1,
.h0 {
  font-size: clamp(42px, 5vw, 76px);
  line-height: 0.95;
}

h2,
.h1 {
  font-size: clamp(30px, 3vw, 48px);
  line-height: 1.05;
}

p {
  line-height: 1.6;
}

.header-wrapper {
  background: rgba(255, 255, 255, 0.97);
  border-bottom: 1px solid #eeeeee;
}

.header {
  min-height: 84px;
}

.header__menu-item {
  color: var(--mp-black);
  font-size: 14px;
  font-weight: 600;
  transition: 0.2s ease;
}

.header__menu-item:hover {
  color: var(--mp-yellow);
}

.header__icon {
  transition: 0.2s ease;
}

.header__icon:hover {
  transform: scale(1.08);
}

.banner,
.image-banner,
.shopify-section .banner {
  border-radius: 0 0 22px 22px;
  overflow: hidden;
}

.banner__content {
  max-width: 1400px;
  margin: auto;
}

.banner__heading {
  font-weight: 900;
  letter-spacing: -0.04em;
  line-height: 0.95;
}

.banner__text {
  font-size: 18px;
  max-width: 520px;
}

.button,
.shopify-payment-button__button {
  min-height: 52px;
  padding: 0 28px;
  border-radius: 7px;
  border: none;
  font-weight: 800;
  font-size: 14px;
  text-transform: uppercase;
  transition: 0.2s ease;
}

.button:hover,
.shopify-payment-button__button:hover {
  transform: translateY(-2px);
}

.button--primary {
  background: var(--mp-yellow);
  color: var(--mp-black);
  box-shadow: 0 8px 20px rgba(255, 184, 0, 0.22);
}

.button--primary:hover {
  background: var(--mp-yellow-hover);
}

.button--secondary {
  background: transparent;
  color: var(--mp-black);
  border: 1px solid #cccccc;
}

.card {
  background: #ffffff;
  border: 1px solid var(--mp-border);
  border-radius: var(--mp-radius);
  overflow: hidden;
  transition: 0.25s ease;
}

.card:hover {
  transform: translateY(-6px);
  box-shadow: var(--mp-shadow);
  border-color: #d5d5d5;
}

.card__media {
  background: #f8f8f8;
}

.card__heading {
  font-weight: 800;
}

.price {
  color: var(--mp-black);
  font-weight: 700;
}

.collection-card-wrapper .card {
  text-align: center;
}

.collection-card-wrapper .card__heading {
  text-transform: uppercase;
  font-size: 20px;
}

.multicolumn {
  background: var(--mp-white);
}

.multicolumn-card {
  border-radius: var(--mp-radius);
  border: 1px solid var(--mp-border);
  background: #ffffff;
  padding: 24px;
  transition: 0.25s ease;
}

.multicolumn-card:hover {
  box-shadow: var(--mp-shadow);
  transform: translateY(-4px);
}

.multicolumn-card__info h3 {
  font-weight: 800;
}

.image-with-text__grid {
  border-radius: var(--mp-radius-lg);
  overflow: hidden;
}

.image-with-text__content {
  padding: 60px;
}

.image-with-text__heading {
  font-weight: 900;
}

.rich-text {
  padding-top: 70px;
  padding-bottom: 70px;
}

.rich-text__heading {
  font-weight: 900;
}

.collapsible-content summary {
  padding: 18px 0;
  font-weight: 700;
}

.accordion {
  border-bottom: 1px solid #dddddd;
}

.accordion__content {
  color: var(--mp-gray);
}

.product__title h1 {
  font-size: clamp(32px, 4vw, 52px);
  font-weight: 900;
}

.product__media {
  border-radius: var(--mp-radius);
  overflow: hidden;
}

.product-form__buttons .button {
  width: 100%;
  min-height: 58px;
  background: var(--mp-black);
  color: white;
}

.product-form__buttons .button:hover {
  background: #242424;
}

.product-form__input input[type="radio"] + label {
  border-radius: 7px;
  min-width: 44px;
  padding: 11px 14px;
}

.product-form__input input[type="radio"]:checked + label {
  background: var(--mp-black);
  color: white;
}

.field__input,
.select__select,
.customer .field input {
  min-height: 52px;
  border-radius: 8px;
  border: 1px solid #dadada;
}

.field__input:focus {
  border-color: var(--mp-black);
}

.footer {
  background: #080808;
  color: white;
}

.footer h2,
.footer h3,
.footer-block__heading {
  color: white;
}

.footer-block__heading {
  font-weight: 800;
  text-transform: uppercase;
  font-size: 13px;
}

.footer a {
  color: #c8c8c8;
  text-decoration: none;
}

.footer a:hover {
  color: var(--mp-yellow);
}

.shopify-section {
  scroll-margin-top: 100px;
}

@media screen and (max-width: 989px) {
  .image-with-text__content {
    padding: 40px 28px;
  }

  .banner__text {
    font-size: 16px;
  }
}

@media screen and (max-width: 749px) {
  h1,
  .h0 {
    font-size: 42px;
  }

  h2,
  .h1 {
    font-size: 30px;
  }

  .header {
    min-height: 68px;
  }

  .button,
  .shopify-payment-button__button {
    width: 100%;
  }

  .image-with-text__content {
    padding: 34px 20px;
  }

  .rich-text {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .banner__box {
    padding: 32px 20px;
  }
}