:root {
  --blue: #496dbd;
  --blue-strong: #315bb1;
  --ink: #101828;
  --muted: #667085;
  --line: #d9e1f6;
  --surface: #ffffff;
  --soft: #eef3ff;
  --soft-2: #f6f8fc;
  --accent: #ff5a55;
  --shadow: 0 18px 50px rgba(30, 50, 90, 0.12);
}

/* Final v4: polished offers + premium trust strip */
body:not(.admin-page) .hero-points {
  display: none !important;
}

body:not(.admin-page) .section-bar {
  width: min(1180px, calc(100% - 40px)) !important;
  margin: 28px auto 52px !important;
  padding: 0 !important;
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 0 !important;
  overflow: hidden !important;
  background: #fff !important;
  border: 1px solid #dfe7f7 !important;
  border-radius: 26px !important;
  box-shadow: 0 18px 44px rgba(34, 56, 112, 0.07) !important;
}

body:not(.admin-page) .section-bar > div,
body:not(.admin-page) .section-bar .section-bar-item {
  min-height: 92px !important;
  padding: 20px 34px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 18px !important;
  text-align: left !important;
  background: #fff !important;
  border: 0 !important;
  border-right: 1px solid #dfe7f7 !important;
  box-shadow: none !important;
}

body:not(.admin-page) .section-bar > div:last-child,
body:not(.admin-page) .section-bar .section-bar-item:last-child {
  border-right: 0 !important;
}

body:not(.admin-page) .section-bar-icon {
  width: 58px !important;
  height: 58px !important;
  flex: 0 0 58px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: #4b6fc7 !important;
  background: #f8fbff !important;
  border: 1px solid #d8e3f8 !important;
  border-radius: 999px !important;
}

body:not(.admin-page) .section-bar-icon svg {
  width: 28px !important;
  height: 28px !important;
  stroke-width: 2.2 !important;
}

body:not(.admin-page) .section-bar-copy strong {
  display: block !important;
  margin: 0 !important;
  color: #101828 !important;
  font-size: 20px !important;
  font-weight: 950 !important;
  line-height: 1.08 !important;
}

body:not(.admin-page) .section-bar-copy span,
body:not(.admin-page) .section-bar-copy p {
  display: block !important;
  margin: 5px 0 0 !important;
  color: #667085 !important;
  font-size: 16px !important;
  font-weight: 750 !important;
  line-height: 1.25 !important;
}

body:not(.admin-page) .offers {
  width: min(1180px, calc(100% - 40px)) !important;
  margin: 34px auto 72px !important;
  padding: 0 !important;
  overflow: visible !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

body:not(.admin-page) .offers > .eyebrow,
body:not(.admin-page) .offers-head .eyebrow,
body:not(.admin-page) .offers-head p {
  display: none !important;
}

body:not(.admin-page) .offers-head {
  margin: 0 0 20px !important;
  padding: 0 0 18px !important;
  display: flex !important;
  align-items: flex-end !important;
  justify-content: space-between !important;
  border-bottom: 1px solid #e8eef9 !important;
}

body:not(.admin-page) .offers-head h2 {
  margin: 0 !important;
  color: #101828 !important;
  font-size: clamp(42px, 4.6vw, 66px) !important;
  font-weight: 950 !important;
  line-height: 0.95 !important;
  letter-spacing: 0 !important;
}

body:not(.admin-page) .offer-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 20px !important;
  align-items: stretch !important;
}

body:not(.admin-page) .offer-card {
  position: relative !important;
  height: 280px !important;
  min-height: 280px !important;
  max-height: 280px !important;
  display: grid !important;
  grid-template-columns: minmax(0, 0.48fr) minmax(0, 0.52fr) !important;
  overflow: hidden !important;
  background: #fff !important;
  border: 1px solid #dfe7f7 !important;
  border-radius: 28px !important;
  box-shadow: 0 18px 48px rgba(36, 58, 112, 0.08) !important;
}

body:not(.admin-page) .offer-card::before,
body:not(.admin-page) .offer-card::after {
  display: none !important;
  content: none !important;
}

body:not(.admin-page) .offer-image-link {
  height: 100% !important;
  min-height: 0 !important;
  padding: 24px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: hidden !important;
  background: #fff !important;
}

body:not(.admin-page) .offer-image-link img,
body:not(.admin-page) .offer-card img {
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 220px !important;
  display: block !important;
  object-fit: contain !important;
  object-position: center !important;
  padding: 0 !important;
  background: #fff !important;
  border: 0 !important;
  border-radius: 0 !important;
  transform: none !important;
}

body:not(.admin-page) .offer-copy {
  min-width: 0 !important;
  height: 100% !important;
  padding: 28px !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  gap: 12px !important;
  overflow: hidden !important;
  background: linear-gradient(135deg, #fff 0%, #f8fbff 100%) !important;
  border-left: 1px solid #eef3fb !important;
}

body:not(.admin-page) .offer-pill {
  align-self: flex-start !important;
  margin: 0 !important;
  padding: 9px 15px !important;
  color: #fff !important;
  background: #f65f5d !important;
  border-radius: 999px !important;
  font-size: 12px !important;
  font-weight: 950 !important;
  line-height: 1 !important;
  letter-spacing: 0.04em !important;
  text-transform: uppercase !important;
}

body:not(.admin-page) .offer-copy h3 {
  max-width: 12ch !important;
  margin: 0 !important;
  color: #101828 !important;
  font-size: clamp(30px, 2.6vw, 42px) !important;
  font-weight: 950 !important;
  line-height: 0.98 !important;
  letter-spacing: 0 !important;
}

body:not(.admin-page) .offer-copy h3 a {
  color: inherit !important;
  text-decoration: none !important;
}

body:not(.admin-page) .offer-copy p {
  max-width: 25ch !important;
  margin: 0 !important;
  color: #315bb4 !important;
  font-size: 15px !important;
  font-weight: 850 !important;
  line-height: 1.25 !important;
}

body:not(.admin-page) .offer-bottom {
  margin-top: 4px !important;
  display: grid !important;
  grid-template-columns: minmax(0, auto) minmax(140px, 190px) !important;
  align-items: center !important;
  gap: 14px !important;
}

body:not(.admin-page) .offer-card .price-mount {
  min-width: 0 !important;
}

body:not(.admin-page) .offer-card .current-price,
body:not(.admin-page) .offer-card .price {
  color: #315bb4 !important;
  font-size: clamp(30px, 2.4vw, 42px) !important;
  font-weight: 950 !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
  white-space: nowrap !important;
}

body:not(.admin-page) .offer-card .old-price,
body:not(.admin-page) .offer-card .regular-price {
  color: #7a8497 !important;
  font-size: 16px !important;
  font-weight: 850 !important;
  line-height: 1 !important;
}

body:not(.admin-page) .offer-card .add-button,
body:not(.admin-page) .product-card .add-button,
body:not(.admin-page) .recommend-card .add-button,
body:not(.admin-page) .recommendation-card .add-button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  line-height: 1.05 !important;
}

body:not(.admin-page) .offer-card .add-button {
  width: 100% !important;
  min-width: 0 !important;
  max-width: none !important;
  min-height: 50px !important;
  padding: 0 20px !important;
  border-radius: 999px !important;
  font-size: 15px !important;
  font-weight: 950 !important;
  white-space: normal !important;
}

@media (max-width: 900px) {
  body:not(.admin-page) .section-bar {
    width: calc(100% - 28px) !important;
    grid-template-columns: 1fr !important;
    margin: 20px auto 40px !important;
    border-radius: 24px !important;
  }

  body:not(.admin-page) .section-bar > div,
  body:not(.admin-page) .section-bar .section-bar-item {
    min-height: 78px !important;
    padding: 16px 20px !important;
    justify-content: flex-start !important;
    border-right: 0 !important;
    border-bottom: 1px solid #dfe7f7 !important;
  }

  body:not(.admin-page) .section-bar > div:last-child,
  body:not(.admin-page) .section-bar .section-bar-item:last-child {
    border-bottom: 0 !important;
  }

  body:not(.admin-page) .section-bar-icon {
    width: 50px !important;
    height: 50px !important;
    flex-basis: 50px !important;
  }

  body:not(.admin-page) .section-bar-icon svg {
    width: 24px !important;
    height: 24px !important;
  }

  body:not(.admin-page) .offers {
    width: calc(100% - 28px) !important;
    margin: 26px auto 54px !important;
  }

  body:not(.admin-page) .offers-head {
    margin-bottom: 16px !important;
  }

  body:not(.admin-page) .offers-head h2 {
    font-size: 38px !important;
  }

  body:not(.admin-page) .offer-grid {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }

  body:not(.admin-page) .offer-card {
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    grid-template-columns: 1fr !important;
    border-radius: 24px !important;
  }

  body:not(.admin-page) .offer-image-link {
    height: 210px !important;
    padding: 18px !important;
  }

  body:not(.admin-page) .offer-image-link img,
  body:not(.admin-page) .offer-card img {
    max-height: 178px !important;
  }

  body:not(.admin-page) .offer-copy {
    height: auto !important;
    padding: 20px !important;
    overflow: visible !important;
    border-top: 1px solid #eef3fb !important;
    border-left: 0 !important;
  }

  body:not(.admin-page) .offer-copy h3 {
    max-width: none !important;
    font-size: 30px !important;
  }

  body:not(.admin-page) .offer-bottom {
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }

  body:not(.admin-page) .offer-card .current-price,
  body:not(.admin-page) .offer-card .price {
    font-size: 36px !important;
  }
}

/* Final v3: compact premium offer tiles + clean trust strip */
body:not(.admin-page) .hero-points {
  display: none !important;
}

body:not(.admin-page) .section-bar {
  width: min(1180px, calc(100% - 40px)) !important;
  margin: 26px auto 54px !important;
  padding: 0 !important;
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 0 !important;
  overflow: hidden !important;
  background: #fff !important;
  border: 1px solid #dfe7f7 !important;
  border-radius: 28px !important;
  box-shadow: 0 18px 48px rgba(33, 55, 106, 0.08) !important;
}

body:not(.admin-page) .section-bar > div,
body:not(.admin-page) .section-bar .section-bar-item {
  min-height: 88px !important;
  margin: 0 !important;
  padding: 18px 34px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 18px !important;
  text-align: left !important;
  background: #fff !important;
  border: 0 !important;
  border-right: 1px solid #dfe7f7 !important;
  box-shadow: none !important;
}

body:not(.admin-page) .section-bar > div:last-child,
body:not(.admin-page) .section-bar .section-bar-item:last-child {
  border-right: 0 !important;
}

body:not(.admin-page) .section-bar-icon {
  width: 56px !important;
  height: 56px !important;
  flex: 0 0 56px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border: 1px solid #dfe7f7 !important;
  border-radius: 999px !important;
  background: #f8fbff !important;
  color: #4d70c9 !important;
}

body:not(.admin-page) .section-bar-icon svg {
  width: 27px !important;
  height: 27px !important;
  stroke-width: 2.15 !important;
}

body:not(.admin-page) .section-bar-copy strong {
  display: block !important;
  margin: 0 !important;
  color: #0f1728 !important;
  font-size: 19px !important;
  font-weight: 950 !important;
  line-height: 1.08 !important;
}

body:not(.admin-page) .section-bar-copy span,
body:not(.admin-page) .section-bar-copy p {
  display: block !important;
  margin: 4px 0 0 !important;
  color: #667085 !important;
  font-size: 15px !important;
  font-weight: 750 !important;
  line-height: 1.24 !important;
}

body:not(.admin-page) .offers {
  width: min(1180px, calc(100% - 40px)) !important;
  margin: 34px auto 70px !important;
  padding: 0 !important;
  overflow: visible !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

body:not(.admin-page) .offers > .eyebrow,
body:not(.admin-page) .offers-head .eyebrow,
body:not(.admin-page) .offers-head p {
  display: none !important;
}

body:not(.admin-page) .offers-head {
  margin: 0 0 22px !important;
  padding: 0 0 18px !important;
  display: flex !important;
  align-items: flex-end !important;
  justify-content: space-between !important;
  border-bottom: 1px solid #e8eef9 !important;
}

body:not(.admin-page) .offers-head h2 {
  margin: 0 !important;
  max-width: none !important;
  color: #0f1728 !important;
  font-size: clamp(42px, 5vw, 72px) !important;
  font-weight: 950 !important;
  line-height: 0.94 !important;
  letter-spacing: 0 !important;
}

body:not(.admin-page) .offer-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 22px !important;
  align-items: stretch !important;
}

body:not(.admin-page) .offer-card {
  position: relative !important;
  display: grid !important;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr) !important;
  min-height: 300px !important;
  height: auto !important;
  max-height: none !important;
  overflow: hidden !important;
  background: #fff !important;
  border: 1px solid #dfe7f7 !important;
  border-radius: 28px !important;
  box-shadow: 0 16px 48px rgba(29, 55, 106, 0.08) !important;
}

body:not(.admin-page) .offer-card::before,
body:not(.admin-page) .offer-card::after {
  display: none !important;
  content: none !important;
}

body:not(.admin-page) .offer-image-link {
  min-height: 300px !important;
  height: 100% !important;
  padding: 28px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: hidden !important;
  background: #fff !important;
}

body:not(.admin-page) .offer-image-link img,
body:not(.admin-page) .offer-card img {
  width: 100% !important;
  height: auto !important;
  max-width: 100% !important;
  max-height: 250px !important;
  display: block !important;
  object-fit: contain !important;
  object-position: center !important;
  border-radius: 0 !important;
  background: #fff !important;
  transform: none !important;
}

body:not(.admin-page) .offer-copy {
  min-height: 300px !important;
  height: auto !important;
  padding: 34px 36px !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  gap: 14px !important;
  overflow: visible !important;
  background: linear-gradient(135deg, #fff 0%, #f8fbff 100%) !important;
  border-left: 1px solid #eef3fb !important;
}

body:not(.admin-page) .offer-pill {
  align-self: flex-start !important;
  margin: 0 !important;
  padding: 11px 18px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 999px !important;
  background: #f65f5d !important;
  color: #fff !important;
  font-size: 12px !important;
  font-weight: 950 !important;
  line-height: 1 !important;
  letter-spacing: 0.04em !important;
  text-transform: uppercase !important;
}

body:not(.admin-page) .offer-copy h3 {
  margin: 0 !important;
  max-width: 11ch !important;
  color: #0f1728 !important;
  font-size: clamp(32px, 3.25vw, 50px) !important;
  font-weight: 950 !important;
  line-height: 0.98 !important;
  letter-spacing: 0 !important;
}

body:not(.admin-page) .offer-copy h3 a {
  color: inherit !important;
  text-decoration: none !important;
}

body:not(.admin-page) .offer-copy p {
  max-width: 26ch !important;
  margin: 0 !important;
  color: #3159b5 !important;
  font-size: 17px !important;
  font-weight: 850 !important;
  line-height: 1.18 !important;
}

body:not(.admin-page) .offer-bottom {
  margin-top: 4px !important;
  display: flex !important;
  align-items: center !important;
  gap: 16px !important;
  flex-wrap: nowrap !important;
}

body:not(.admin-page) .offer-card .price-mount {
  flex: 0 0 auto !important;
  min-width: max-content !important;
}

body:not(.admin-page) .offer-card .price,
body:not(.admin-page) .offer-card .current-price {
  color: #3159b5 !important;
  font-size: clamp(34px, 3.35vw, 50px) !important;
  font-weight: 950 !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
}

body:not(.admin-page) .offer-card .regular-price,
body:not(.admin-page) .offer-card .old-price {
  color: #7c879b !important;
  font-size: 18px !important;
  font-weight: 850 !important;
}

body:not(.admin-page) .offer-card .add-button,
body:not(.admin-page) .product-card .add-button,
body:not(.admin-page) .recommend-card .add-button,
body:not(.admin-page) .recommendation-card .add-button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  line-height: 1.05 !important;
}

body:not(.admin-page) .offer-card .add-button {
  flex: 1 1 170px !important;
  min-width: 150px !important;
  max-width: 220px !important;
  min-height: 54px !important;
  padding: 0 22px !important;
  border-radius: 999px !important;
  white-space: normal !important;
  font-size: 16px !important;
}

@media (max-width: 900px) {
  body:not(.admin-page) .section-bar {
    width: calc(100% - 28px) !important;
    margin: 22px auto 40px !important;
    grid-template-columns: 1fr !important;
    border-radius: 24px !important;
  }

  body:not(.admin-page) .section-bar > div,
  body:not(.admin-page) .section-bar .section-bar-item {
    min-height: 78px !important;
    padding: 16px 20px !important;
    justify-content: flex-start !important;
    border-right: 0 !important;
    border-bottom: 1px solid #dfe7f7 !important;
  }

  body:not(.admin-page) .section-bar > div:last-child,
  body:not(.admin-page) .section-bar .section-bar-item:last-child {
    border-bottom: 0 !important;
  }

  body:not(.admin-page) .section-bar-icon {
    width: 48px !important;
    height: 48px !important;
    flex-basis: 48px !important;
  }

  body:not(.admin-page) .offers {
    width: calc(100% - 28px) !important;
    margin: 28px auto 52px !important;
  }

  body:not(.admin-page) .offers-head {
    margin-bottom: 16px !important;
  }

  body:not(.admin-page) .offers-head h2 {
    font-size: 42px !important;
  }

  body:not(.admin-page) .offer-grid {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }

  body:not(.admin-page) .offer-card {
    grid-template-columns: 1fr !important;
    min-height: 0 !important;
    border-radius: 24px !important;
  }

  body:not(.admin-page) .offer-image-link {
    min-height: 220px !important;
    height: 220px !important;
    padding: 18px !important;
  }

  body:not(.admin-page) .offer-image-link img,
  body:not(.admin-page) .offer-card img {
    max-height: 188px !important;
  }

  body:not(.admin-page) .offer-copy {
    min-height: 0 !important;
    padding: 22px !important;
    border-top: 1px solid #eef3fb !important;
    border-left: 0 !important;
  }

  body:not(.admin-page) .offer-copy h3 {
    max-width: none !important;
    font-size: 31px !important;
  }

  body:not(.admin-page) .offer-bottom {
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 14px !important;
  }

  body:not(.admin-page) .offer-card .price,
  body:not(.admin-page) .offer-card .current-price {
    font-size: 38px !important;
  }

  body:not(.admin-page) .offer-card .add-button {
    width: 100% !important;
    max-width: none !important;
  }
}

/* Final premium offers/trust strip override */
body:not(.admin-page) .hero-points {
  display: none !important;
}

body:not(.admin-page) .section-bar {
  width: min(1180px, calc(100% - 40px)) !important;
  margin: 18px auto 46px !important;
  padding: 0 !important;
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 0 !important;
  overflow: hidden !important;
  background: #fff !important;
  border: 1px solid #dfe7f7 !important;
  border-radius: 24px !important;
  box-shadow: 0 18px 48px rgba(34, 56, 112, 0.07) !important;
}

body:not(.admin-page) .section-bar > div {
  min-height: 88px !important;
  padding: 20px 30px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 18px !important;
  background: #fff !important;
  border-right: 1px solid #dfe7f7 !important;
}

body:not(.admin-page) .section-bar > div:last-child {
  border-right: 0 !important;
}

body:not(.admin-page) .section-bar-icon {
  width: 58px !important;
  height: 58px !important;
  flex: 0 0 58px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 50% !important;
  background: #f7faff !important;
  border: 1px solid #d9e4fa !important;
  color: #4b70c6 !important;
}

body:not(.admin-page) .section-bar-icon svg {
  width: 30px !important;
  height: 30px !important;
  stroke: currentColor !important;
  stroke-width: 2.2 !important;
}

body:not(.admin-page) .section-bar-copy {
  min-width: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 4px !important;
  text-align: left !important;
}

body:not(.admin-page) .section-bar-copy strong {
  font-size: clamp(18px, 1.45vw, 24px) !important;
  line-height: 1.05 !important;
  color: #0d1628 !important;
  font-weight: 900 !important;
}

body:not(.admin-page) .section-bar-copy span,
body:not(.admin-page) .section-bar-copy p {
  font-size: clamp(15px, 1.1vw, 19px) !important;
  line-height: 1.15 !important;
  color: #687386 !important;
  font-weight: 750 !important;
}

body:not(.admin-page) .offers {
  width: min(1180px, calc(100% - 40px)) !important;
  margin: 28px auto 72px !important;
  padding: clamp(24px, 3vw, 42px) !important;
  border: 1px solid #dfe7f7 !important;
  border-radius: 28px !important;
  background: linear-gradient(135deg, #f8fbff 0%, #ffffff 48%, #f5f8ff 100%) !important;
  box-shadow: 0 22px 56px rgba(34, 56, 112, 0.07) !important;
  overflow: visible !important;
}

body:not(.admin-page) .offers-head {
  margin: 0 0 24px !important;
  padding-bottom: 18px !important;
  border-bottom: 1px solid #e3eaf8 !important;
  display: flex !important;
  justify-content: flex-end !important;
}

body:not(.admin-page) .offers-head .eyebrow,
body:not(.admin-page) .offers-head p {
  display: none !important;
}

body:not(.admin-page) .offers-head h2 {
  margin: 0 !important;
  max-width: 720px !important;
  font-size: clamp(38px, 4.5vw, 68px) !important;
  line-height: 0.92 !important;
  letter-spacing: 0 !important;
  text-align: right !important;
}

body:not(.admin-page) .offer-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 24px !important;
  align-items: stretch !important;
}

body:not(.admin-page) .offer-card {
  position: relative !important;
  inset: auto !important;
  height: auto !important;
  min-height: 350px !important;
  max-height: none !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.9fr) !important;
  overflow: hidden !important;
  background: #fff !important;
  border: 1px solid #dfe7f7 !important;
  border-radius: 24px !important;
  box-shadow: 0 18px 42px rgba(34, 56, 112, 0.06) !important;
}

body:not(.admin-page) .offer-card::before,
body:not(.admin-page) .offer-card::after {
  display: none !important;
}

body:not(.admin-page) .offer-image-link {
  position: relative !important;
  inset: auto !important;
  aspect-ratio: auto !important;
  min-height: 350px !important;
  padding: 28px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: #fff !important;
  overflow: hidden !important;
}

body:not(.admin-page) .offer-image-link img,
body:not(.admin-page) .offer-card img {
  position: static !important;
  inset: auto !important;
  width: 100% !important;
  max-width: 360px !important;
  height: auto !important;
  max-height: 285px !important;
  object-fit: contain !important;
  object-position: center !important;
  display: block !important;
  transform: none !important;
}

body:not(.admin-page) .offer-copy {
  position: relative !important;
  inset: auto !important;
  min-width: 0 !important;
  min-height: 350px !important;
  padding: 32px !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  gap: 16px !important;
  background: linear-gradient(135deg, #fff 0%, #f8fbff 100%) !important;
  overflow: visible !important;
}

body:not(.admin-page) .offer-pill {
  align-self: flex-start !important;
  margin: 0 !important;
  padding: 11px 18px !important;
  border-radius: 999px !important;
  background: #f35d5c !important;
  color: #fff !important;
  font-size: 14px !important;
  line-height: 1 !important;
  font-weight: 950 !important;
  letter-spacing: .04em !important;
  text-transform: uppercase !important;
  white-space: nowrap !important;
}

body:not(.admin-page) .offer-copy h3 {
  margin: 0 !important;
  max-width: 420px !important;
  font-size: clamp(30px, 3vw, 46px) !important;
  line-height: 0.96 !important;
  letter-spacing: 0 !important;
}

body:not(.admin-page) .offer-copy h3 a {
  color: #0d1628 !important;
  text-decoration: none !important;
}

body:not(.admin-page) .offer-copy p {
  margin: 0 !important;
  font-size: clamp(17px, 1.45vw, 22px) !important;
  line-height: 1.2 !important;
  color: #315bb4 !important;
  font-weight: 850 !important;
}

body:not(.admin-page) .offer-bottom {
  margin-top: 4px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 18px !important;
  flex-wrap: wrap !important;
}

body:not(.admin-page) .offer-card .current-price,
body:not(.admin-page) .offer-card .sale-price,
body:not(.admin-page) .offer-card .price {
  display: inline-flex !important;
  align-items: baseline !important;
  color: #315bb4 !important;
  font-size: clamp(36px, 3vw, 50px) !important;
  font-weight: 950 !important;
  line-height: 1 !important;
  white-space: nowrap !important;
}

body:not(.admin-page) .offer-card .old-price,
body:not(.admin-page) .offer-card .regular-price {
  font-size: clamp(18px, 1.5vw, 24px) !important;
  line-height: 1 !important;
}

body:not(.admin-page) .offer-card .add-button {
  width: auto !important;
  min-width: 178px !important;
  max-width: none !important;
  min-height: 54px !important;
  padding: 0 26px !important;
  border-radius: 999px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  font-size: 16px !important;
  font-weight: 900 !important;
  line-height: 1.05 !important;
  white-space: normal !important;
}

body:not(.admin-page) .product-card .add-button,
body:not(.admin-page) .product-card button[data-add],
body:not(.admin-page) .recommend-card .add-button,
body:not(.admin-page) .recommendation-card .add-button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  line-height: 1 !important;
  min-height: 54px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

@media (max-width: 980px) {
  body:not(.admin-page) .section-bar {
    width: min(680px, calc(100% - 28px)) !important;
    grid-template-columns: 1fr !important;
    margin: 22px auto 36px !important;
  }

  body:not(.admin-page) .section-bar > div {
    justify-content: flex-start !important;
    border-right: 0 !important;
    border-bottom: 1px solid #dfe7f7 !important;
    min-height: 78px !important;
    padding: 18px 20px !important;
  }

  body:not(.admin-page) .section-bar > div:last-child {
    border-bottom: 0 !important;
  }

  body:not(.admin-page) .offers {
    width: min(680px, calc(100% - 28px)) !important;
    padding: 20px !important;
    margin: 24px auto 48px !important;
  }

  body:not(.admin-page) .offers-head {
    justify-content: flex-start !important;
  }

  body:not(.admin-page) .offers-head h2 {
    text-align: left !important;
    font-size: clamp(34px, 10vw, 54px) !important;
  }

  body:not(.admin-page) .offer-grid {
    grid-template-columns: 1fr !important;
    gap: 18px !important;
  }

  body:not(.admin-page) .offer-card {
    grid-template-columns: 1fr !important;
    min-height: 0 !important;
  }

  body:not(.admin-page) .offer-image-link {
    min-height: 220px !important;
    padding: 22px !important;
  }

  body:not(.admin-page) .offer-image-link img,
  body:not(.admin-page) .offer-card img {
    max-height: 210px !important;
    max-width: 320px !important;
  }

  body:not(.admin-page) .offer-copy {
    min-height: 0 !important;
    padding: 24px !important;
  }

  body:not(.admin-page) .offer-bottom {
    align-items: flex-start !important;
  }
}

@media (max-width: 640px) {
  body:not(.admin-page) .section-bar {
    border-radius: 20px !important;
  }

  body:not(.admin-page) .section-bar-icon {
    width: 48px !important;
    height: 48px !important;
    flex-basis: 48px !important;
  }

  body:not(.admin-page) .section-bar-icon svg {
    width: 26px !important;
    height: 26px !important;
  }

  body:not(.admin-page) .offer-card .add-button {
    width: 100% !important;
  }

  body:not(.admin-page) .offer-copy h3 {
    font-size: 32px !important;
  }

  body:not(.admin-page) .offer-card .current-price,
  body:not(.admin-page) .offer-card .sale-price,
  body:not(.admin-page) .offer-card .price {
    font-size: 36px !important;
  }
}

/* Storefront final polish: compact benefits bar + cleaner featured offers */
body:not(.admin-page) .hero-points {
  display: none !important;
}

body:not(.admin-page) .section-bar {
  width: min(1160px, calc(100% - 40px)) !important;
  margin: 18px auto 42px !important;
  padding: 0 !important;
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  border: 1px solid #dfe7f7 !important;
  border-radius: 26px !important;
  background: #fff !important;
  overflow: hidden !important;
  box-shadow: 0 18px 46px rgba(33, 55, 106, 0.08) !important;
}

body:not(.admin-page) .section-bar > div {
  min-height: 82px !important;
  padding: 16px 34px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 18px !important;
  border-right: 1px solid #dfe7f7 !important;
  border-top: 0 !important;
  background: #fff !important;
  text-align: left !important;
}

body:not(.admin-page) .section-bar > div:last-child {
  border-right: 0 !important;
}

body:not(.admin-page) .section-bar-icon {
  width: 54px !important;
  height: 54px !important;
  flex: 0 0 54px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 999px !important;
  border: 1px solid #d9e4f8 !important;
  background: #f8fbff !important;
  color: #4d70c9 !important;
}

body:not(.admin-page) .section-bar-icon svg {
  width: 26px !important;
  height: 26px !important;
  stroke: currentColor !important;
  stroke-width: 2 !important;
}

body:not(.admin-page) .section-bar-copy {
  min-width: 0 !important;
}

body:not(.admin-page) .section-bar-copy strong {
  display: block !important;
  margin: 0 0 4px !important;
  color: #101828 !important;
  font-size: 18px !important;
  line-height: 1.08 !important;
}

body:not(.admin-page) .section-bar-copy span,
body:not(.admin-page) .section-bar-copy p {
  margin: 0 !important;
  color: #667085 !important;
  font-size: 15px !important;
  line-height: 1.25 !important;
}

body:not(.admin-page) .offers > .eyebrow,
body:not(.admin-page) .offers-head .eyebrow,
body:not(.admin-page) .offers-head p {
  display: none !important;
}

body:not(.admin-page) .offers {
  width: min(1160px, calc(100% - 40px)) !important;
  margin: 30px auto 58px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  overflow: visible !important;
}

body:not(.admin-page) .offers-head {
  margin: 0 0 18px !important;
  padding: 0 0 16px !important;
  display: flex !important;
  align-items: flex-end !important;
  justify-content: flex-start !important;
  border-bottom: 1px solid #e6edf9 !important;
}

body:not(.admin-page) .offers-head h2 {
  margin: 0 !important;
  max-width: 760px !important;
  font-size: clamp(34px, 4vw, 58px) !important;
  line-height: 0.95 !important;
  text-align: left !important;
}

body:not(.admin-page) .offer-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 18px !important;
}

body:not(.admin-page) .offer-card {
  min-height: 292px !important;
  height: auto !important;
  max-height: none !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1.08fr) minmax(230px, 0.92fr) !important;
  align-items: stretch !important;
  overflow: hidden !important;
  border: 1px solid #dce6f8 !important;
  border-radius: 28px !important;
  background: #fff !important;
  box-shadow: 0 18px 46px rgba(33, 55, 106, 0.08) !important;
}

body:not(.admin-page) .offer-card::before,
body:not(.admin-page) .offer-card::after {
  content: none !important;
  display: none !important;
}

body:not(.admin-page) .offer-image-link {
  min-height: 292px !important;
  padding: 20px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: hidden !important;
  background: #fff !important;
}

body:not(.admin-page) .offer-image-link img,
body:not(.admin-page) .offer-card img {
  width: 100% !important;
  height: 236px !important;
  max-height: 236px !important;
  max-width: 100% !important;
  padding: 0 !important;
  object-fit: contain !important;
  object-position: center !important;
  transform: none !important;
  background: #fff !important;
}

body:not(.admin-page) .offer-copy {
  min-width: 0 !important;
  padding: 24px 26px !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  gap: 12px !important;
  background: linear-gradient(135deg, #fbfdff 0%, #fff 100%) !important;
  overflow: visible !important;
}

body:not(.admin-page) .offer-pill {
  align-self: flex-start !important;
  margin: 0 !important;
  padding: 9px 15px !important;
  border-radius: 999px !important;
  font-size: 12px !important;
  line-height: 1 !important;
  letter-spacing: 0.04em !important;
}

body:not(.admin-page) .offer-copy h3 {
  margin: 0 !important;
  max-width: 12ch !important;
  font-size: clamp(28px, 2.25vw, 38px) !important;
  line-height: 0.98 !important;
  letter-spacing: 0 !important;
}

body:not(.admin-page) .offer-copy h3 a {
  color: inherit !important;
  text-decoration: none !important;
}

body:not(.admin-page) .offer-copy p {
  margin: 0 !important;
  max-width: 30ch !important;
  color: #315bb4 !important;
  font-size: 14px !important;
  line-height: 1.35 !important;
}

body:not(.admin-page) .offer-bottom {
  margin-top: 4px !important;
  width: 100% !important;
  display: grid !important;
  grid-template-columns: max-content minmax(128px, 1fr) !important;
  align-items: center !important;
  gap: 12px !important;
}

body:not(.admin-page) .offer-card .current-price,
body:not(.admin-page) .offer-card .price {
  display: inline-flex !important;
  min-height: 48px !important;
  align-items: center !important;
  color: #315bb4 !important;
  font-size: clamp(30px, 2.4vw, 42px) !important;
  line-height: 1 !important;
  white-space: nowrap !important;
}

body:not(.admin-page) .offer-card .old-price {
  font-size: 16px !important;
}

body:not(.admin-page) .offer-card .add-button {
  width: auto !important;
  min-width: 138px !important;
  max-width: 190px !important;
  min-height: 48px !important;
  padding: 0 18px !important;
  border-radius: 999px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  justify-self: start !important;
  text-align: center !important;
  font-size: 14px !important;
  line-height: 1.05 !important;
  white-space: normal !important;
}

body:not(.admin-page) .product-card .add-button,
body:not(.admin-page) .recommendation-card .add-button,
body:not(.admin-page) .offer-card .add-button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
}

@media (max-width: 980px) {
  body:not(.admin-page) .offer-grid {
    grid-template-columns: 1fr !important;
  }

  body:not(.admin-page) .section-bar {
    width: min(760px, calc(100% - 28px)) !important;
  }
}

@media (max-width: 720px) {
  body:not(.admin-page) .offers {
    width: calc(100% - 24px) !important;
    margin-top: 18px !important;
  }

  body:not(.admin-page) .offers-head h2 {
    font-size: 34px !important;
  }

  body:not(.admin-page) .offer-card {
    grid-template-columns: 1fr !important;
    min-height: 0 !important;
    border-radius: 22px !important;
  }

  body:not(.admin-page) .offer-image-link {
    min-height: 190px !important;
    padding: 16px !important;
  }

  body:not(.admin-page) .offer-image-link img,
  body:not(.admin-page) .offer-card img {
    height: 180px !important;
    max-height: 180px !important;
  }

  body:not(.admin-page) .offer-copy {
    padding: 18px !important;
  }

  body:not(.admin-page) .offer-copy h3 {
    max-width: 100% !important;
    font-size: 28px !important;
  }

  body:not(.admin-page) .offer-bottom {
    grid-template-columns: 1fr !important;
    align-items: stretch !important;
  }

  body:not(.admin-page) .offer-card .add-button {
    width: 100% !important;
    max-width: none !important;
    justify-self: stretch !important;
  }

  body:not(.admin-page) .section-bar {
    grid-template-columns: 1fr !important;
    border-radius: 22px !important;
    margin: 14px auto 30px !important;
  }

  body:not(.admin-page) .section-bar > div {
    min-height: 72px !important;
    justify-content: flex-start !important;
    border-right: 0 !important;
    border-bottom: 1px solid #dfe7f7 !important;
    padding: 14px 18px !important;
  }

  body:not(.admin-page) .section-bar > div:last-child {
    border-bottom: 0 !important;
  }

  body:not(.admin-page) .section-bar-icon {
    width: 46px !important;
    height: 46px !important;
    flex-basis: 46px !important;
  }

  body:not(.admin-page) .section-bar-icon svg {
    width: 23px !important;
    height: 23px !important;
  }
}

/* Minimal premium refresh */
:root {
  --blue: #4d6fc2;
  --blue-strong: #2f57ac;
  --ink: #111827;
  --muted: #667085;
  --line: #e3e8f6;
  --surface: #ffffff;
  --soft: #f6f8fc;
  --soft-2: #f5f5f7;
  --accent: #ef635c;
  --shadow: 0 22px 50px rgba(15, 23, 42, 0.08);
}

body {
  background: #f5f5f7;
}

main {
  background: #f5f5f7;
}

.site-header {
  min-height: 72px;
  padding: 8px clamp(16px, 5vw, 72px);
  border-bottom: 1px solid rgba(17, 24, 39, 0.08);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.035);
}

.brand img {
  width: min(158px, 34vw);
  transform: none;
}

.nav {
  gap: 4px;
  font-size: 0.92rem;
}

.nav a {
  min-height: 38px;
  padding: 0 15px;
  border-radius: 999px;
}

.nav a::after {
  display: none;
}

.nav a:hover,
.nav a.is-active {
  color: var(--blue-strong);
  background: #f1f4fb;
}

.search-toggle,
.cart-button {
  min-height: 42px;
  border-radius: 999px;
  box-shadow: none;
}

.search-toggle {
  background: #ffffff;
  border: 1px solid transparent;
}

.search-toggle:hover {
  border-color: var(--line);
  transform: translateY(-1px);
}

.hero {
  min-height: clamp(560px, 68svh, 680px);
  grid-template-columns: minmax(0, 0.86fr) minmax(420px, 1.14fr);
  align-items: start;
  gap: clamp(18px, 4vw, 64px);
  padding: clamp(38px, 5vw, 72px) clamp(18px, 5vw, 72px) clamp(30px, 4vw, 54px);
  background: linear-gradient(180deg, #ffffff 0%, #f7f8fb 100%);
}

.hero-copy {
  max-width: 680px;
}

.eyebrow {
  color: var(--blue-strong);
  letter-spacing: 0.08em;
}

h1 {
  max-width: 720px;
  font-size: clamp(3.15rem, 5.9vw, 6.55rem);
  line-height: 0.98;
  letter-spacing: 0;
}

.hero-text,
.checkout-copy p,
.contact-copy p {
  max-width: 460px;
  color: #667085;
  font-size: clamp(1.05rem, 1.45vw, 1.32rem);
}

.hero-actions a,
.submit-order,
.ghost-button,
.product-buy .add-button,
.offer-card .add-button,
.detail-actions .add-button,
.detail-actions .secondary-link,
.recommendation-card .add-button {
  border-radius: 999px;
}

.hero-points {
  max-width: 440px;
  grid-template-columns: 1fr;
  gap: 12px;
  margin-top: 30px;
}

.hero-points div {
  min-height: 44px;
  padding-left: 42px;
}

.hero-points div::before {
  width: 28px;
  height: 28px;
  box-shadow: none;
}

.hero-media {
  min-height: clamp(390px, 42vw, 560px);
  max-height: 560px;
  overflow: visible;
}

.hero-media::before {
  inset: 9% -12vw 8% 7%;
  border-radius: 999px 0 0 999px;
  background: linear-gradient(135deg, #eaf0ff 0%, #f6f9ff 100%);
}

.hero-media picture {
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
}

.hero-media img {
  width: auto;
  max-width: min(56vw, 840px);
  height: min(43vw, 560px);
  max-height: 560px;
  object-fit: contain;
  transform: translateX(-1%);
  filter: drop-shadow(0 28px 40px rgba(24, 39, 75, 0.12));
}

.section-bar {
  margin: -18px clamp(18px, 5vw, 72px) clamp(44px, 5vw, 76px);
  border-color: var(--line);
  background: #ffffff;
  box-shadow: var(--shadow);
}

.section-bar div {
  background: #ffffff;
}

.shop-tools,
.offers,
.checkout,
.contact,
.product-detail,
.product-recommendations {
  padding-left: clamp(18px, 5vw, 72px);
  padding-right: clamp(18px, 5vw, 72px);
}

.shop-tools {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  align-items: start;
  margin-bottom: 28px;
}

.catalogue-heading h2,
.offers-head h2,
.checkout-copy h2,
.contact-copy h2 {
  letter-spacing: 0;
}

.category-panel {
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.filter-label {
  margin-bottom: 12px;
}

.filters {
  gap: 10px;
  flex-wrap: wrap;
}

.filter {
  min-height: 44px;
  padding: 0 18px;
  border-color: var(--line);
  border-radius: 999px;
  background: #ffffff;
  color: #344054;
  box-shadow: none;
}

.filter::after {
  display: none;
}

.filter:hover {
  border-color: #cbd5ed;
  transform: translateY(-1px);
}

.filter.is-active {
  color: #ffffff;
  border-color: var(--ink);
  background: var(--ink);
}

.offers {
  margin: 0 clamp(18px, 5vw, 72px) clamp(44px, 5vw, 76px);
  padding: clamp(18px, 3vw, 34px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: var(--shadow);
}

.offers-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 0;
  margin-bottom: 20px;
  border: 0;
}

.offers-head h2 {
  max-width: 760px;
  font-size: clamp(2.35rem, 4.9vw, 5.15rem);
  line-height: 0.98;
}

.offer-grid {
  grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
  gap: 16px;
}

.offer-card {
  min-height: 360px;
  grid-template-columns: minmax(220px, 0.95fr) minmax(0, 1fr);
  border-color: var(--line);
  border-radius: 8px;
  background: #fafbff;
  box-shadow: none;
  overflow: hidden;
}

.offer-image-link {
  min-height: 340px;
  background: #ffffff;
}

.offer-card img {
  max-height: 420px;
  padding: 14px;
  object-fit: contain;
  background: #ffffff;
}

.offer-copy {
  padding: clamp(22px, 3vw, 40px);
}

.offer-pill,
.product-badge {
  border-radius: 999px;
  background: var(--accent);
}

.offer-copy h3 {
  font-size: clamp(2rem, 3.9vw, 4.05rem);
  line-height: 0.98;
}

.offer-bottom {
  gap: 16px;
}

.product-grid {
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 16px;
  padding-left: clamp(18px, 5vw, 72px);
  padding-right: clamp(18px, 5vw, 72px);
}

.product-card {
  min-height: auto;
  overflow: hidden;
  border-color: var(--line);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: none;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.product-card:hover {
  transform: translateY(-3px);
  border-color: #cfd8ef;
  box-shadow: var(--shadow);
}

.product-image {
  min-height: 280px;
  padding: 18px;
  display: grid;
  place-items: center;
  background: #ffffff;
}

.product-card img {
  width: 100%;
  height: 260px;
  padding: 0;
  border: 0;
  background: #ffffff;
  object-fit: contain;
}

.product-info {
  padding: 20px 20px 0;
}

.product-info p {
  display: none;
}

.product-info h3 {
  font-size: clamp(1.08rem, 1.45vw, 1.45rem);
  line-height: 1.08;
}

.product-buy {
  grid-template-columns: 1fr;
  gap: 12px;
  padding: 18px 20px 20px;
}

.product-buy .add-button {
  width: 100%;
  min-height: 46px;
}

.product-card .price,
.product-card .sale-price,
.product-card .current-price {
  font-size: clamp(1.15rem, 1.8vw, 1.75rem);
  line-height: 1;
}

.product-card .old-price {
  font-size: 0.95rem;
}

.product-detail {
  padding-top: clamp(18px, 3vw, 34px);
}

.product-detail-grid {
  gap: 24px;
  border: 0;
  background: transparent;
}

.product-gallery,
.product-detail-copy,
.detail-description-panel {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: var(--shadow);
}

.product-main-image {
  background: #ffffff;
}

.product-main-image img {
  background: #ffffff;
  object-fit: contain;
}

.product-detail-copy {
  padding: clamp(24px, 4vw, 48px);
}

.product-detail-back {
  margin-bottom: 16px;
}

.product-detail-copy h1 {
  max-width: 820px;
  font-size: clamp(2.75rem, 5.2vw, 5.25rem);
  line-height: 0.98;
}

.product-detail-copy .price {
  font-size: clamp(2.6rem, 5vw, 4.9rem);
}

.detail-meta {
  grid-template-columns: repeat(2, 1fr);
  background: #ffffff;
}

.detail-description-panel {
  margin-top: 22px;
}

.product-recommendations {
  margin-top: clamp(44px, 6vw, 84px);
}

.recommendations-head {
  align-items: end;
  margin-bottom: 18px;
}

.recommendations-head h2 {
  font-size: clamp(2.4rem, 5vw, 5.25rem);
  line-height: 0.98;
}

.recommendation-card {
  border-color: var(--line);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: none;
}

.recommendation-card:hover {
  box-shadow: var(--shadow);
}

.recommendation-card img {
  background: #ffffff;
}

.recommendation-card .current-price,
.recommendation-card .sale-price,
.recommendation-card .price {
  font-size: 1.25rem;
}

.checkout,
.contact {
  padding-top: clamp(18px, 3vw, 34px);
}

.checkout-copy h2,
.contact-copy h2 {
  font-size: clamp(2.8rem, 5.2vw, 5.3rem);
  line-height: 0.98;
}

.checkout-layout {
  align-items: start;
}

.checkout-form,
.cart-summary,
.contact-card,
.contact-form,
.order-panel {
  border-color: var(--line);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: var(--shadow);
}

.checkout-trust {
  grid-template-columns: repeat(3, 1fr);
  margin-top: 24px;
}

.checkout-trust div {
  background: #ffffff;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: clamp(54px, 7vw, 90px);
  padding: 26px clamp(18px, 5vw, 72px);
  border-top: 1px solid var(--line);
  background: #ffffff;
  color: #667085;
}

.footer-nav {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

.footer-nav a {
  color: #344054;
  font-weight: 800;
  text-decoration: none;
}

@media (max-width: 900px) {
  .site-header {
    grid-template-columns: auto 1fr auto;
    min-height: 66px;
    padding: 8px 14px;
  }

  .brand img {
    width: 132px;
  }

  .nav {
    justify-self: center;
  }

  .nav a {
    min-height: 34px;
    padding: 0 10px;
    font-size: 0.88rem;
  }

  .search-toggle span {
    display: none;
  }

  .search-toggle {
    width: 42px;
    padding: 0;
    justify-content: center;
  }

  .cart-button {
    min-height: 40px;
    padding: 0 12px;
  }

  .hero {
    min-height: auto;
    grid-template-columns: 1fr;
    padding: 28px 16px 24px;
  }

  h1 {
    font-size: clamp(2.75rem, 13vw, 4.4rem);
  }

  .hero-media {
    display: none;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .section-bar {
    grid-template-columns: 1fr;
    margin: 0 16px 34px;
  }

  .shop-tools,
  .checkout,
  .contact,
  .product-detail,
  .product-recommendations {
    padding-left: 16px;
    padding-right: 16px;
  }

  .catalogue-heading h2,
  .checkout-copy h2,
  .contact-copy h2 {
    font-size: 3rem;
  }

  .filters {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .filter {
    flex: 0 0 auto;
    white-space: nowrap;
  }

  .offers {
    margin: 0 16px 34px;
    padding: 16px;
  }

  .offers-head {
    display: block;
  }

  .offers-head h2,
  .recommendations-head h2 {
    font-size: 2.55rem;
  }

  .offer-grid {
    grid-template-columns: 1fr;
  }

  .offer-card {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .offer-image-link {
    min-height: 240px;
  }

  .offer-card img {
    max-height: 290px;
  }

  .offer-bottom {
    grid-template-columns: 1fr;
  }

  .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .product-image {
    min-height: 150px;
    padding: 10px;
  }

  .product-card img {
    height: 136px;
  }

  .product-info {
    padding: 12px 12px 0;
  }

  .product-info h3 {
    font-size: 1rem;
  }

  .product-buy {
    padding: 10px 12px 12px;
  }

  .product-buy .add-button {
    min-height: 38px;
  }

  .product-detail-grid,
  .checkout-layout {
    grid-template-columns: 1fr;
  }

  .product-detail-copy h1 {
    font-size: 2.55rem;
  }

  .product-detail-copy .price {
    font-size: 2.7rem;
  }

  .detail-actions,
  .detail-meta,
  .checkout-trust {
    grid-template-columns: 1fr;
  }

  .site-footer {
    display: block;
    padding: 22px 16px;
  }

  .footer-nav {
    margin-top: 10px;
  }
}

@media (max-width: 430px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .nav {
    grid-column: 1 / -1;
    width: 100%;
    justify-content: space-between;
    padding-top: 6px;
    border-top: 1px solid #eef2fb;
  }

  .header-actions {
    gap: 6px;
  }

  .product-grid {
    grid-template-columns: 1fr;
  }
}

/* Final public storefront override */
:root {
  --blue: #496fc8;
  --blue-strong: #2f58b2;
  --ink: #111827;
  --muted: #667085;
  --line: #e2e8f5;
  --surface: #ffffff;
  --soft: #f5f5f7;
  --accent: #f15f5a;
  --shadow: 0 18px 54px rgba(15, 23, 42, 0.08);
}

html {
  scroll-padding-top: 82px;
}

body,
main {
  background: var(--soft);
}

.site-header {
  min-height: 68px;
  padding: 7px clamp(18px, 5vw, 72px);
  border-bottom: 1px solid rgba(17, 24, 39, 0.08);
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: saturate(180%) blur(20px);
  box-shadow: none;
}

.brand {
  min-height: 52px;
}

.brand img {
  width: min(152px, 34vw);
  transform: none;
}

.nav {
  gap: 6px;
  font-size: 0.92rem;
}

.nav a {
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
}

.nav a::after {
  display: none;
}

.nav a:hover,
.nav a:focus-visible,
.nav a.is-active {
  color: var(--blue-strong);
  background: #eef3ff;
}

.search-toggle,
.cart-button {
  min-height: 42px;
  border-radius: 999px;
  box-shadow: none;
}

.hero {
  min-height: clamp(500px, 58svh, 620px);
  grid-template-columns: minmax(0, 0.88fr) minmax(400px, 1.12fr);
  align-items: center;
  gap: clamp(24px, 4vw, 72px);
  padding: clamp(28px, 4vw, 50px) clamp(18px, 5vw, 72px);
  overflow: hidden;
  background: linear-gradient(180deg, #ffffff 0%, #f7f8fb 100%);
}

.hero-copy {
  max-width: 660px;
}

h1 {
  max-width: 700px;
  font-size: clamp(3rem, 5.3vw, 5.8rem);
  line-height: 0.98;
  letter-spacing: 0;
}

.hero-text,
.checkout-copy p,
.contact-copy p {
  max-width: 510px;
  color: var(--muted);
  font-size: clamp(1rem, 1.28vw, 1.2rem);
}

.hero-media {
  min-height: clamp(360px, 38vw, 520px);
  max-height: 540px;
  overflow: visible;
}

.hero-media::before {
  inset: 7% -12vw 6% 5%;
  border-radius: 999px 0 0 999px;
  background: linear-gradient(135deg, #eaf1ff 0%, #f6f9ff 100%);
}

.hero-media img {
  width: auto;
  max-width: min(55vw, 820px);
  height: min(39vw, 525px);
  object-fit: contain;
  transform: translate(-1%, -2%);
  filter: drop-shadow(0 24px 34px rgba(24, 39, 75, 0.12));
}

.section-bar {
  margin: 0 clamp(18px, 5vw, 72px) clamp(38px, 5vw, 64px);
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #ffffff;
  box-shadow: none;
}

.section-bar div {
  min-height: 68px;
  background: #ffffff;
}

.shop-tools,
.checkout,
.contact,
.product-detail,
.product-recommendations {
  padding-left: clamp(18px, 5vw, 72px);
  padding-right: clamp(18px, 5vw, 72px);
}

.checkout,
.contact,
.product-detail {
  padding-top: clamp(16px, 2.4vw, 28px);
}

.shop-tools {
  display: grid;
  grid-template-columns: minmax(220px, 0.7fr) minmax(0, 1.3fr);
  align-items: end;
  gap: 22px;
  margin-bottom: 26px;
}

.catalogue-heading h2 {
  font-size: clamp(3rem, 5.6vw, 5.75rem);
  line-height: 0.95;
}

.category-panel {
  justify-self: end;
  width: auto;
  max-width: 100%;
  padding: 8px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: none;
}

.filter-label {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.filters {
  flex-wrap: wrap;
  gap: 8px;
}

.filter {
  min-height: 42px;
  padding: 0 18px;
  border-color: transparent;
  border-radius: 999px;
  background: transparent;
  color: #475467;
  box-shadow: none;
}

.filter::after {
  display: none;
}

.filter:hover,
.filter:focus-visible {
  color: var(--blue-strong);
  background: #f4f7ff;
}

.filter.is-active {
  color: #ffffff;
  border-color: var(--blue);
  background: var(--blue);
}

.offers {
  margin: 0 clamp(18px, 5vw, 72px) clamp(42px, 5vw, 72px);
  padding: clamp(18px, 2.7vw, 34px);
  border: 1px solid var(--line);
  border-radius: 24px;
  background: linear-gradient(135deg, #ffffff 0%, #f8faff 100%);
  box-shadow: none;
}

.offers-head {
  align-items: end;
  gap: 20px;
  margin-bottom: 20px;
  padding: 0 0 18px;
  border-bottom: 1px solid #eef2fb;
}

.offers-head h2 {
  max-width: 820px;
  font-size: clamp(2.35rem, 4.6vw, 4.85rem);
  line-height: 0.98;
}

.offer-grid {
  grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));
  gap: 16px;
}

.offer-card {
  min-height: 348px;
  grid-template-columns: minmax(220px, 0.92fr) minmax(0, 1fr);
  border: 1px solid #dce4f5;
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 16px 44px rgba(15, 23, 42, 0.06);
  overflow: hidden;
}

.offer-image-link,
.offer-card img,
.product-image,
.product-card img,
.product-main-image,
.product-main-image img,
.recommendation-card img {
  background: #ffffff;
}

.offer-card img {
  max-height: 400px;
  padding: 16px;
  object-fit: contain;
}

.offer-copy h3 {
  font-size: clamp(2rem, 3.5vw, 3.65rem);
  line-height: 0.98;
}

.product-grid {
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 18px;
  padding-left: clamp(18px, 5vw, 72px);
  padding-right: clamp(18px, 5vw, 72px);
}

.product-card,
.recommendation-card,
.product-gallery,
.product-detail-copy,
.detail-description-panel,
.checkout-form,
.cart-summary,
.contact-card,
.contact-form,
.order-panel {
  border: 1px solid var(--line);
  border-radius: 22px;
  background: #ffffff;
  box-shadow: none;
}

.product-card:hover,
.recommendation-card:hover {
  transform: translateY(-3px);
  border-color: #cfd8ef;
  box-shadow: var(--shadow);
}

.product-image {
  min-height: 270px;
  padding: 18px;
  display: grid;
  place-items: center;
}

.product-card img {
  width: 100%;
  height: 246px;
  padding: 0;
  border: 0;
  object-fit: contain;
}

.product-info {
  padding: 18px 18px 0;
}

.product-info p,
.product-detail-copy > p:not(.eyebrow) {
  display: none;
}

.product-info h3 {
  min-height: 0;
  font-size: clamp(1.05rem, 1.25vw, 1.28rem);
  line-height: 1.1;
}

.product-card .price,
.product-card .sale-price,
.product-card .current-price {
  font-size: 1.08rem;
  line-height: 1.08;
}

.product-card .old-price {
  font-size: 0.92rem;
}

.product-buy {
  grid-template-columns: 1fr;
  gap: 12px;
  padding: 16px 18px 18px;
}

.product-buy .add-button {
  width: 100%;
  min-height: 44px;
}

.product-detail-grid {
  gap: 24px;
  border: 0;
  background: transparent;
}

.product-detail-back {
  margin: 0 0 12px;
}

.product-detail-copy {
  padding: clamp(24px, 3.8vw, 44px);
}

.product-detail-copy h1 {
  max-width: 760px;
  font-size: clamp(2.45rem, 4.3vw, 4.45rem);
  line-height: 0.98;
}

.product-detail-copy .price {
  font-size: clamp(2rem, 3.7vw, 3.6rem);
  line-height: 0.98;
}

.detail-meta {
  grid-template-columns: repeat(2, 1fr);
  overflow: hidden;
  border-radius: 16px;
  background: #ffffff;
}

.detail-meta div + div {
  border-left: 1px solid var(--line);
}

.detail-description-panel {
  margin-top: 22px;
}

.recommendations-head h2 {
  text-transform: none;
  font-size: clamp(2.6rem, 5vw, 5.2rem);
  line-height: 0.98;
}

.recommendation-card .current-price,
.recommendation-card .sale-price,
.recommendation-card .price {
  font-size: clamp(1.24rem, 1.55vw, 1.68rem);
  line-height: 1.05;
}

.checkout-copy h2,
.contact-copy h2 {
  font-size: clamp(2.75rem, 4.8vw, 5rem);
  line-height: 0.98;
}

.checkout-trust {
  grid-template-columns: repeat(3, 1fr);
  margin: 24px 0 0;
  padding-top: 22px;
  border-top: 1px solid var(--line);
}

.checkout-trust div {
  min-height: 92px;
  background: #ffffff;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: clamp(56px, 7vw, 90px);
  padding: 24px clamp(18px, 5vw, 72px);
  border-top: 1px solid var(--line);
  background: #ffffff;
  color: #667085;
  font-size: 0.95rem;
}

.site-footer > div,
.site-footer nav {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.site-footer a {
  color: #344054;
  font-weight: 800;
  text-decoration: none;
}

@media (max-width: 1100px) {
  .shop-tools {
    grid-template-columns: 1fr;
  }

  .category-panel {
    justify-self: start;
  }
}

@media (max-width: 900px) {
  html {
    scroll-padding-top: 116px;
  }

  .site-header {
    grid-template-columns: auto 1fr auto;
    min-height: 66px;
    padding: 8px 14px;
  }

  .brand img {
    width: 132px;
  }

  .search-toggle span {
    display: none;
  }

  .search-toggle {
    width: 42px;
    padding: 0;
    justify-content: center;
  }

  .hero {
    min-height: auto;
    grid-template-columns: 1fr;
    padding: 26px 16px 24px;
  }

  h1 {
    font-size: clamp(2.75rem, 13vw, 4.25rem);
  }

  .hero-media {
    display: none;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .section-bar {
    grid-template-columns: 1fr;
    margin: 0 16px 32px;
  }

  .shop-tools,
  .checkout,
  .contact,
  .product-detail,
  .product-recommendations {
    padding-left: 16px;
    padding-right: 16px;
  }

  .category-panel {
    width: 100%;
    border-radius: 18px;
  }

  .filters {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .filter {
    min-width: 0;
    padding: 0 10px;
  }

  .offers {
    margin: 0 16px 32px;
    padding: 16px;
  }

  .offer-grid,
  .offer-card {
    grid-template-columns: 1fr;
  }

  .offer-card {
    min-height: 0;
  }

  .offer-image-link {
    min-height: 220px;
  }

  .offer-card img {
    max-height: 280px;
  }

  .offer-bottom,
  .product-detail-grid,
  .checkout-layout,
  .detail-actions,
  .detail-meta,
  .checkout-trust {
    grid-template-columns: 1fr;
  }

  .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .product-image {
    min-height: 146px;
    padding: 10px;
  }

  .product-card img {
    height: 132px;
  }

  .product-info {
    padding: 12px 12px 0;
  }

  .product-info h3 {
    font-size: 1rem;
  }

  .product-buy {
    padding: 10px 12px 12px;
  }

  .product-buy .add-button {
    min-height: 38px;
  }

  .detail-meta div + div {
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .site-footer {
    display: block;
    padding: 22px 16px;
  }

  .site-footer nav {
    margin-top: 10px;
  }
}

@media (max-width: 430px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .nav {
    grid-column: 1 / -1;
    width: 100%;
    justify-content: space-between;
    padding-top: 6px;
    border-top: 1px solid #eef2fb;
  }

  .product-grid {
    grid-template-columns: 1fr;
  }
}

/* Public redesign final pass: quiet, Apple-inspired storefront */
:root {
  --blue: #496fc8;
  --blue-strong: #2f58b2;
  --ink: #111827;
  --muted: #667085;
  --line: #e2e8f5;
  --surface: #ffffff;
  --soft: #f5f5f7;
  --soft-blue: #eef4ff;
  --accent: #f15f5a;
  --shadow: 0 18px 54px rgba(15, 23, 42, 0.08);
}

html {
  scroll-padding-top: 82px;
}

body,
main {
  background: var(--soft);
}

.site-header {
  min-height: 68px;
  padding: 7px clamp(18px, 5vw, 72px);
  border-bottom: 1px solid rgba(17, 24, 39, 0.08);
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: saturate(180%) blur(20px);
  box-shadow: none;
}

.brand {
  min-height: 52px;
}

.brand img {
  width: min(152px, 34vw);
  transform: none;
}

.nav {
  gap: 6px;
  font-size: 0.92rem;
}

.nav a {
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
}

.nav a::after {
  display: none;
}

.nav a:hover,
.nav a:focus-visible,
.nav a.is-active {
  color: var(--blue-strong);
  background: #eef3ff;
}

.search-toggle,
.cart-button {
  min-height: 42px;
  border-radius: 999px;
  box-shadow: none;
}

.search-toggle {
  border-color: transparent;
  background: #ffffff;
}

.cart-button {
  background: var(--blue);
}

.hero {
  min-height: clamp(500px, 58svh, 620px);
  grid-template-columns: minmax(0, 0.88fr) minmax(400px, 1.12fr);
  align-items: center;
  gap: clamp(24px, 4vw, 72px);
  padding: clamp(28px, 4vw, 50px) clamp(18px, 5vw, 72px);
  overflow: hidden;
  background: linear-gradient(180deg, #ffffff 0%, #f7f8fb 100%);
}

.hero-copy {
  max-width: 660px;
}

h1 {
  max-width: 700px;
  font-size: clamp(3rem, 5.3vw, 5.8rem);
  line-height: 0.98;
  letter-spacing: 0;
}

.hero-text,
.checkout-copy p,
.contact-copy p {
  max-width: 510px;
  color: var(--muted);
  font-size: clamp(1rem, 1.28vw, 1.2rem);
}

.hero-media {
  min-height: clamp(360px, 38vw, 520px);
  max-height: 540px;
  overflow: visible;
}

.hero-media::before {
  inset: 7% -12vw 6% 5%;
  border-radius: 999px 0 0 999px;
  background: linear-gradient(135deg, #eaf1ff 0%, #f6f9ff 100%);
}

.hero-media img {
  width: auto;
  max-width: min(55vw, 820px);
  height: min(39vw, 525px);
  object-fit: contain;
  transform: translate(-1%, -2%);
  filter: drop-shadow(0 24px 34px rgba(24, 39, 75, 0.12));
}

.section-bar {
  margin: 0 clamp(18px, 5vw, 72px) clamp(38px, 5vw, 64px);
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #ffffff;
  box-shadow: none;
}

.section-bar div {
  min-height: 68px;
  background: #ffffff;
}

.shop-tools,
.checkout,
.contact,
.product-detail,
.product-recommendations {
  padding-left: clamp(18px, 5vw, 72px);
  padding-right: clamp(18px, 5vw, 72px);
}

.checkout,
.contact,
.product-detail {
  padding-top: clamp(16px, 2.4vw, 28px);
}

.shop-tools {
  display: grid;
  grid-template-columns: minmax(220px, 0.7fr) minmax(0, 1.3fr);
  align-items: end;
  gap: 22px;
  margin-bottom: 26px;
}

.catalogue-heading h2,
.offers-head h2,
.checkout-copy h2,
.contact-copy h2,
.recommendations-head h2 {
  letter-spacing: 0;
}

.catalogue-heading h2 {
  font-size: clamp(3rem, 5.6vw, 5.75rem);
  line-height: 0.95;
}

.category-panel {
  justify-self: end;
  width: auto;
  max-width: 100%;
  padding: 8px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: none;
}

.filter-label {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.filters {
  flex-wrap: wrap;
  gap: 8px;
}

.filter {
  min-height: 42px;
  padding: 0 18px;
  border-color: transparent;
  border-radius: 999px;
  background: transparent;
  color: #475467;
  box-shadow: none;
}

.filter::after {
  display: none;
}

.filter:hover,
.filter:focus-visible {
  color: var(--blue-strong);
  background: #f4f7ff;
}

.filter.is-active {
  color: #ffffff;
  border-color: var(--blue);
  background: var(--blue);
}

.offers {
  margin: 0 clamp(18px, 5vw, 72px) clamp(42px, 5vw, 72px);
  padding: clamp(18px, 2.7vw, 34px);
  border: 1px solid var(--line);
  border-radius: 24px;
  background: linear-gradient(135deg, #ffffff 0%, #f8faff 100%);
  box-shadow: none;
}

.offers-head {
  align-items: end;
  gap: 20px;
  margin-bottom: 20px;
  padding: 0 0 18px;
  border-bottom: 1px solid #eef2fb;
}

.offers-head h2 {
  max-width: 820px;
  font-size: clamp(2.35rem, 4.6vw, 4.85rem);
  line-height: 0.98;
}

.offer-grid {
  grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));
  gap: 16px;
}

.offer-card {
  min-height: 348px;
  grid-template-columns: minmax(220px, 0.92fr) minmax(0, 1fr);
  border: 1px solid #dce4f5;
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 16px 44px rgba(15, 23, 42, 0.06);
  overflow: hidden;
}

.offer-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 24px 70px rgba(15, 23, 42, 0.1);
}

.offer-image-link,
.offer-card img,
.product-image,
.product-card img,
.product-main-image,
.product-main-image img,
.recommendation-card img {
  background: #ffffff;
}

.offer-image-link {
  min-height: 330px;
}

.offer-card img {
  max-height: 400px;
  padding: 16px;
  object-fit: contain;
}

.offer-copy {
  padding: clamp(22px, 3vw, 40px);
}

.offer-pill,
.product-badge {
  border-radius: 999px;
  background: var(--accent);
}

.offer-copy h3 {
  font-size: clamp(2rem, 3.5vw, 3.65rem);
  line-height: 0.98;
}

.offer-copy p {
  color: #4b64a9;
  font-size: clamp(1rem, 1.28vw, 1.16rem);
  font-weight: 800;
}

.product-grid {
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 18px;
  padding-left: clamp(18px, 5vw, 72px);
  padding-right: clamp(18px, 5vw, 72px);
}

.product-card,
.recommendation-card,
.product-gallery,
.product-detail-copy,
.detail-description-panel,
.checkout-form,
.cart-summary,
.contact-card,
.contact-form,
.order-panel {
  border: 1px solid var(--line);
  border-radius: 22px;
  background: #ffffff;
  box-shadow: none;
}

.product-card {
  overflow: hidden;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.product-card:hover,
.recommendation-card:hover {
  transform: translateY(-3px);
  border-color: #cfd8ef;
  box-shadow: var(--shadow);
}

.product-image {
  min-height: 270px;
  padding: 18px;
  display: grid;
  place-items: center;
}

.product-card img {
  width: 100%;
  height: 246px;
  padding: 0;
  border: 0;
  object-fit: contain;
}

.product-info {
  padding: 18px 18px 0;
}

.product-info p {
  display: none;
}

.product-info h3 {
  min-height: 0;
  font-size: clamp(1.05rem, 1.25vw, 1.28rem);
  line-height: 1.1;
}

.product-buy {
  grid-template-columns: 1fr;
  gap: 12px;
  padding: 16px 18px 18px;
}

.product-card .price,
.product-card .sale-price,
.product-card .current-price {
  font-size: 1.08rem;
  line-height: 1.08;
}

.product-card .old-price {
  font-size: 0.92rem;
}

.product-buy .add-button {
  width: 100%;
  min-height: 44px;
}

.product-detail-grid {
  gap: 24px;
  border: 0;
  background: transparent;
}

.product-detail-back {
  margin: 0 0 12px;
}

.product-detail-copy {
  padding: clamp(24px, 3.8vw, 44px);
}

.product-detail-copy > p:not(.eyebrow) {
  display: none;
}

.product-detail-copy h1 {
  max-width: 760px;
  font-size: clamp(2.45rem, 4.3vw, 4.45rem);
  line-height: 0.98;
}

.product-detail-copy .price {
  font-size: clamp(2rem, 3.7vw, 3.6rem);
  line-height: 0.98;
}

.detail-meta {
  grid-template-columns: repeat(2, 1fr);
  overflow: hidden;
  border-radius: 16px;
  background: #ffffff;
}

.detail-meta div + div {
  border-left: 1px solid var(--line);
}

.detail-description-panel {
  margin-top: 22px;
}

.product-recommendations {
  margin-top: clamp(48px, 7vw, 96px);
}

.recommendations-head {
  align-items: end;
  margin-bottom: 18px;
}

.recommendations-head h2 {
  text-transform: none;
  font-size: clamp(2.6rem, 5vw, 5.2rem);
  line-height: 0.98;
}

.recommendation-card {
  border-radius: 18px;
}

.recommendation-card .current-price,
.recommendation-card .sale-price,
.recommendation-card .price {
  font-size: clamp(1.24rem, 1.55vw, 1.68rem);
  line-height: 1.05;
}

.checkout-copy h2,
.contact-copy h2 {
  font-size: clamp(2.75rem, 4.8vw, 5rem);
  line-height: 0.98;
}

.checkout-layout {
  align-items: start;
}

.checkout-trust {
  grid-template-columns: repeat(3, 1fr);
  margin: 24px 0 0;
  padding-top: 22px;
  border-top: 1px solid var(--line);
}

.checkout-trust div {
  min-height: 92px;
  background: #ffffff;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: clamp(56px, 7vw, 90px);
  padding: 24px clamp(18px, 5vw, 72px);
  border-top: 1px solid var(--line);
  background: #ffffff;
  color: #667085;
  font-size: 0.95rem;
}

.site-footer > div,
.site-footer nav {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.site-footer a {
  color: #344054;
  font-weight: 800;
  text-decoration: none;
}

.site-footer a:hover {
  color: var(--blue-strong);
}

@media (max-width: 1100px) {
  .shop-tools {
    grid-template-columns: 1fr;
  }

  .category-panel {
    justify-self: start;
  }
}

@media (max-width: 900px) {
  html {
    scroll-padding-top: 116px;
  }

  .site-header {
    grid-template-columns: auto 1fr auto;
    min-height: 66px;
    padding: 8px 14px;
  }

  .brand img {
    width: 132px;
  }

  .nav {
    justify-self: center;
  }

  .nav a {
    min-height: 34px;
    padding: 0 10px;
    font-size: 0.88rem;
  }

  .search-toggle span {
    display: none;
  }

  .search-toggle {
    width: 42px;
    padding: 0;
    justify-content: center;
  }

  .hero {
    min-height: auto;
    grid-template-columns: 1fr;
    padding: 26px 16px 24px;
  }

  h1 {
    font-size: clamp(2.75rem, 13vw, 4.25rem);
  }

  .hero-media {
    display: none;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .section-bar {
    grid-template-columns: 1fr;
    margin: 0 16px 32px;
  }

  .shop-tools,
  .checkout,
  .contact,
  .product-detail,
  .product-recommendations {
    padding-left: 16px;
    padding-right: 16px;
  }

  .category-panel {
    width: 100%;
    border-radius: 18px;
  }

  .filters {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .filter {
    min-width: 0;
    padding: 0 10px;
  }

  .offers {
    margin: 0 16px 32px;
    padding: 16px;
  }

  .offers-head {
    display: block;
  }

  .offer-grid,
  .offer-card {
    grid-template-columns: 1fr;
  }

  .offer-card {
    min-height: 0;
  }

  .offer-image-link {
    min-height: 220px;
  }

  .offer-card img {
    max-height: 280px;
  }

  .offer-bottom {
    grid-template-columns: 1fr;
  }

  .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .product-image {
    min-height: 146px;
    padding: 10px;
  }

  .product-card img {
    height: 132px;
  }

  .product-info {
    padding: 12px 12px 0;
  }

  .product-info h3 {
    font-size: 1rem;
  }

  .product-buy {
    padding: 10px 12px 12px;
  }

  .product-buy .add-button {
    min-height: 38px;
  }

  .product-detail-grid,
  .checkout-layout {
    grid-template-columns: 1fr;
  }

  .detail-actions,
  .detail-meta,
  .checkout-trust {
    grid-template-columns: 1fr;
  }

  .detail-meta div + div {
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .site-footer {
    display: block;
    padding: 22px 16px;
  }

  .site-footer nav {
    margin-top: 10px;
  }
}

@media (max-width: 430px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .nav {
    grid-column: 1 / -1;
    width: 100%;
    justify-content: space-between;
    padding-top: 6px;
    border-top: 1px solid #eef2fb;
  }

  .product-grid {
    grid-template-columns: 1fr;
  }
}

/* Apple-inspired public refresh */
:root {
  --blue: #496fc8;
  --blue-strong: #2f58b2;
  --ink: #111827;
  --muted: #6b7280;
  --line: #e5e7eb;
  --surface: #ffffff;
  --soft: #f5f5f7;
  --soft-2: #fbfbfd;
  --accent: #f15f5a;
  --shadow: 0 22px 60px rgba(15, 23, 42, 0.08);
}

html {
  scroll-padding-top: 82px;
}

body,
main {
  background: #f5f5f7;
}

.site-header {
  min-height: 68px;
  padding: 8px clamp(18px, 5vw, 72px);
  border-bottom: 1px solid rgba(17, 24, 39, 0.08);
  background: rgba(255, 255, 255, 0.86);
  backdrop-filter: saturate(180%) blur(20px);
  box-shadow: none;
}

.brand {
  min-height: 52px;
}

.brand img {
  width: min(154px, 34vw);
  transform: none;
}

.nav {
  gap: 4px;
  font-size: 0.92rem;
}

.nav a {
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
}

.nav a::after {
  display: none;
}

.nav a:hover,
.nav a:focus-visible,
.nav a.is-active {
  color: var(--blue-strong);
  background: #eef3ff;
}

.search-toggle,
.cart-button {
  min-height: 42px;
  border-radius: 999px;
  box-shadow: none;
}

.search-toggle {
  background: #ffffff;
}

.search-toggle:hover,
.search-toggle.is-open {
  color: var(--blue-strong);
  border-color: #d7def2;
  background: #f8faff;
}

.cart-button {
  background: var(--blue);
}

.search-panel {
  border-radius: 18px;
}

.hero {
  min-height: clamp(560px, 66svh, 680px);
  grid-template-columns: minmax(0, 0.86fr) minmax(420px, 1.14fr);
  align-items: center;
  gap: clamp(20px, 4vw, 72px);
  padding: clamp(28px, 4.2vw, 56px) clamp(18px, 5vw, 72px) clamp(28px, 4.2vw, 56px);
  overflow: hidden;
  background: linear-gradient(180deg, #ffffff 0%, #f7f8fb 100%);
}

.hero-copy {
  max-width: 680px;
}

.eyebrow {
  color: var(--blue-strong);
  letter-spacing: 0.08em;
}

h1 {
  max-width: 760px;
  font-size: clamp(3rem, 5.7vw, 6.15rem);
  line-height: 0.98;
  letter-spacing: 0;
}

.hero-text,
.checkout-copy p,
.contact-copy p {
  max-width: 500px;
  color: #667085;
  font-size: clamp(1rem, 1.35vw, 1.22rem);
}

.hero-actions {
  gap: 12px;
}

.primary-link,
.secondary-link,
.submit-order,
.add-button,
.buy-now-button,
.ghost-button {
  border-radius: 999px;
}

.hero-points {
  max-width: 440px;
  grid-template-columns: 1fr;
  gap: 10px;
  margin-top: 28px;
}

.hero-points div {
  min-height: 42px;
  padding-left: 42px;
}

.hero-points div::before {
  width: 28px;
  height: 28px;
  box-shadow: none;
}

.hero-media {
  min-height: clamp(380px, 42vw, 560px);
  max-height: 560px;
  overflow: visible;
}

.hero-media::before {
  inset: 8% -12vw 7% 6%;
  border-radius: 999px 0 0 999px;
  background: linear-gradient(135deg, #eaf0ff 0%, #f7faff 100%);
}

.hero-media picture {
  align-items: center;
  margin: 0;
}

.hero-media img {
  width: auto;
  max-width: min(57vw, 860px);
  height: min(42vw, 555px);
  max-height: 555px;
  object-fit: contain;
  transform: translateX(-1%);
  filter: drop-shadow(0 24px 36px rgba(24, 39, 75, 0.12));
}

.section-bar {
  margin: 0 clamp(18px, 5vw, 72px) clamp(40px, 5vw, 70px);
  border: 1px solid #e1e7f5;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: none;
}

.section-bar div {
  min-height: 74px;
  background: #ffffff;
}

.shop-tools,
.checkout,
.contact,
.product-detail,
.product-recommendations {
  padding-left: clamp(18px, 5vw, 72px);
  padding-right: clamp(18px, 5vw, 72px);
}

.shop-tools {
  display: grid;
  grid-template-columns: minmax(220px, 0.72fr) minmax(0, 1.28fr);
  align-items: end;
  gap: 22px;
  margin-bottom: 28px;
}

.catalogue-heading h2,
.offers-head h2,
.checkout-copy h2,
.contact-copy h2,
.recommendations-head h2 {
  letter-spacing: 0;
}

.catalogue-heading h2 {
  font-size: clamp(3rem, 5.8vw, 6rem);
  line-height: 0.95;
}

.category-panel {
  justify-self: end;
  width: auto;
  max-width: 100%;
  padding: 8px;
  border: 1px solid #e1e7f5;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: none;
}

.filter-label {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.filters {
  flex-wrap: wrap;
  gap: 8px;
}

.filter {
  min-height: 42px;
  padding: 0 18px;
  border-color: transparent;
  border-radius: 999px;
  background: transparent;
  color: #475467;
  box-shadow: none;
  transition: color 160ms ease, background 160ms ease, transform 160ms ease;
}

.filter::after {
  display: none;
}

.filter:hover {
  color: var(--blue-strong);
  background: #f4f7ff;
  transform: translateY(-1px);
}

.filter.is-active {
  color: #ffffff;
  border-color: var(--blue);
  background: var(--blue);
}

.offers {
  margin: 0 clamp(18px, 5vw, 72px) clamp(42px, 5vw, 72px);
  padding: clamp(18px, 2.7vw, 34px);
  border: 1px solid #e1e7f5;
  border-radius: 24px;
  background: linear-gradient(135deg, #ffffff 0%, #f8faff 100%);
  box-shadow: none;
}

.offers-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 22px;
  margin-bottom: 20px;
  padding: 0;
  border: 0;
}

.offers-head h2 {
  max-width: 760px;
  font-size: clamp(2.4rem, 4.9vw, 5.1rem);
  line-height: 0.98;
}

.offer-grid {
  grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));
  gap: 16px;
}

.offer-card {
  min-height: 360px;
  grid-template-columns: minmax(220px, 0.9fr) minmax(0, 1fr);
  border: 1px solid #dce4f5;
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 18px 50px rgba(15, 23, 42, 0.06);
  overflow: hidden;
}

.offer-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 24px 70px rgba(15, 23, 42, 0.1);
}

.offer-image-link {
  min-height: 340px;
  background: #ffffff;
}

.offer-card img {
  width: 100%;
  max-height: 410px;
  padding: 16px;
  object-fit: contain;
  background: #ffffff;
}

.offer-copy {
  padding: clamp(22px, 3vw, 42px);
}

.offer-pill,
.product-badge {
  border-radius: 999px;
  background: var(--accent);
}

.offer-copy h3 {
  font-size: clamp(2rem, 3.6vw, 3.8rem);
  line-height: 0.98;
}

.offer-copy p {
  color: #4b64a9;
  font-size: clamp(1rem, 1.35vw, 1.2rem);
  font-weight: 800;
}

.offer-bottom {
  gap: 16px;
}

.product-grid {
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 18px;
  padding-left: clamp(18px, 5vw, 72px);
  padding-right: clamp(18px, 5vw, 72px);
}

.product-card {
  min-height: auto;
  overflow: hidden;
  border: 1px solid #e1e7f5;
  border-radius: 22px;
  background: #ffffff;
  box-shadow: none;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.product-card:hover {
  transform: translateY(-3px);
  border-color: #cfd8ef;
  box-shadow: 0 18px 50px rgba(15, 23, 42, 0.08);
}

.product-image {
  min-height: 274px;
  padding: 18px;
  display: grid;
  place-items: center;
  background: #ffffff;
}

.product-card img {
  width: 100%;
  height: 252px;
  padding: 0;
  border: 0;
  background: #ffffff;
  object-fit: contain;
}

.product-info {
  padding: 18px 18px 0;
}

.product-info p {
  display: none;
}

.tag,
.recommendation-card span {
  color: var(--blue-strong);
  letter-spacing: 0.06em;
}

.product-info h3 {
  min-height: 0;
  font-size: clamp(1.08rem, 1.35vw, 1.34rem);
  line-height: 1.1;
}

.product-buy {
  grid-template-columns: 1fr;
  gap: 12px;
  padding: 16px 18px 18px;
}

.product-card .price,
.product-card .sale-price,
.product-card .current-price {
  font-size: 1.08rem;
  line-height: 1.08;
}

.product-card .old-price {
  font-size: 0.92rem;
}

.product-buy .add-button {
  width: 100%;
  min-height: 44px;
}

.product-detail {
  padding-top: clamp(18px, 2.6vw, 32px);
}

.product-detail-back {
  margin: 0 0 14px;
}

.product-detail-grid {
  gap: 24px;
  border: 0;
  background: transparent;
}

.product-gallery,
.product-detail-copy,
.detail-description-panel,
.checkout-form,
.cart-summary,
.contact-card,
.contact-form,
.order-panel,
.recommendation-card {
  border: 1px solid #e1e7f5;
  border-radius: 22px;
  background: #ffffff;
  box-shadow: none;
}

.product-main-image,
.product-main-image img,
.recommendation-card img {
  background: #ffffff;
}

.product-detail-copy {
  padding: clamp(24px, 4vw, 46px);
}

.product-detail-copy h1 {
  max-width: 820px;
  font-size: clamp(2.6rem, 4.6vw, 4.6rem);
  line-height: 0.98;
}

.product-detail-copy .price {
  font-size: clamp(2.65rem, 4.5vw, 4.35rem);
  line-height: 0.98;
}

.detail-meta {
  grid-template-columns: repeat(2, 1fr);
  overflow: hidden;
  border-radius: 16px;
  background: #ffffff;
}

.detail-description-panel {
  margin-top: 22px;
}

.product-recommendations {
  margin-top: clamp(48px, 7vw, 96px);
}

.recommendations-head {
  align-items: end;
  margin-bottom: 18px;
}

.recommendations-head h2 {
  font-size: clamp(2.6rem, 5vw, 5.2rem);
  line-height: 0.98;
}

.recommendation-card {
  border-radius: 18px;
  box-shadow: none;
}

.recommendation-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 50px rgba(15, 23, 42, 0.08);
}

.recommendation-card .current-price,
.recommendation-card .sale-price,
.recommendation-card .price {
  font-size: clamp(1.2rem, 1.45vw, 1.55rem);
  line-height: 1.05;
}

.checkout,
.contact {
  padding-top: clamp(18px, 2.6vw, 32px);
}

.checkout-copy h2,
.contact-copy h2 {
  font-size: clamp(2.8rem, 5vw, 5.1rem);
  line-height: 0.98;
}

.checkout-layout {
  align-items: start;
}

.checkout-trust {
  grid-template-columns: repeat(3, 1fr);
  margin-top: 24px;
}

.checkout-trust div {
  min-height: 104px;
  background: #ffffff;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: clamp(56px, 7vw, 90px);
  padding: 24px clamp(18px, 5vw, 72px);
  border-top: 1px solid #e1e7f5;
  background: #ffffff;
  color: #667085;
  font-size: 0.95rem;
}

.site-footer > div {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.site-footer nav {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

.site-footer a {
  color: #344054;
  font-weight: 800;
  text-decoration: none;
}

.site-footer a:hover {
  color: var(--blue-strong);
}

@media (max-width: 1100px) {
  .shop-tools {
    grid-template-columns: 1fr;
  }

  .category-panel {
    justify-self: start;
  }
}

@media (max-width: 900px) {
  html {
    scroll-padding-top: 116px;
  }

  .site-header {
    grid-template-columns: auto 1fr auto;
    min-height: 66px;
    padding: 8px 14px;
  }

  .brand img {
    width: 130px;
  }

  .nav {
    justify-self: center;
  }

  .nav a {
    min-height: 34px;
    padding: 0 10px;
    font-size: 0.88rem;
  }

  .search-toggle span {
    display: none;
  }

  .search-toggle {
    width: 42px;
    padding: 0;
    justify-content: center;
  }

  .cart-button {
    min-height: 40px;
    padding: 0 12px;
  }

  .hero {
    min-height: auto;
    grid-template-columns: 1fr;
    padding: 30px 16px 26px;
  }

  h1 {
    font-size: clamp(2.55rem, 12vw, 4.15rem);
  }

  .hero-media {
    display: none;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .section-bar {
    grid-template-columns: 1fr;
    margin: 0 16px 34px;
  }

  .shop-tools,
  .checkout,
  .contact,
  .product-detail,
  .product-recommendations {
    padding-left: 16px;
    padding-right: 16px;
  }

  .catalogue-heading h2,
  .checkout-copy h2,
  .contact-copy h2 {
    font-size: 3rem;
  }

  .category-panel {
    width: 100%;
    border-radius: 18px;
  }

  .filters {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .filter {
    min-height: 42px;
    padding: 0 10px;
    white-space: normal;
  }

  .offers {
    margin: 0 16px 34px;
    padding: 16px;
    border-radius: 20px;
  }

  .offers-head {
    display: block;
  }

  .offers-head h2,
  .recommendations-head h2 {
    font-size: 2.45rem;
  }

  .offer-grid {
    grid-template-columns: 1fr;
  }

  .offer-card {
    grid-template-columns: 1fr;
    min-height: 0;
    border-radius: 18px;
  }

  .offer-image-link {
    min-height: 230px;
  }

  .offer-card img {
    max-height: 280px;
  }

  .offer-copy h3 {
    font-size: 2.25rem;
  }

  .offer-bottom {
    grid-template-columns: 1fr;
  }

  .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .product-card {
    border-radius: 16px;
  }

  .product-image {
    min-height: 150px;
    padding: 10px;
  }

  .product-card img {
    height: 136px;
  }

  .product-info {
    padding: 12px 12px 0;
  }

  .product-info h3 {
    font-size: 1rem;
  }

  .product-card .price,
  .product-card .sale-price,
  .product-card .current-price {
    font-size: 1rem;
  }

  .product-buy {
    padding: 10px 12px 12px;
  }

  .product-buy .add-button {
    min-height: 38px;
  }

  .product-detail-grid,
  .checkout-layout {
    grid-template-columns: 1fr;
  }

  .product-detail-copy h1 {
    font-size: 2.45rem;
  }

  .product-detail-copy .price {
    font-size: 2.7rem;
  }

  .detail-actions,
  .detail-meta,
  .checkout-trust {
    grid-template-columns: 1fr;
  }

  .site-footer {
    display: block;
    padding: 22px 16px;
  }

  .site-footer nav {
    margin-top: 10px;
  }
}

@media (max-width: 430px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .nav {
    grid-column: 1 / -1;
    width: 100%;
    justify-content: space-between;
    padding-top: 6px;
    border-top: 1px solid #eef2fb;
  }

  .header-actions {
    gap: 6px;
  }

  .product-grid {
    grid-template-columns: 1fr;
  }

  .filters {
    grid-template-columns: 1fr 1fr;
  }
}

* {
  box-sizing: border-box;
}

[hidden] {
  display: none !important;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 86px;
}

body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: linear-gradient(180deg, #ffffff 0%, #f7f9ff 48%, #ffffff 100%);
}

button,
input,
textarea {
  font: inherit;
}

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  min-height: 76px;
  padding: 9px clamp(18px, 5vw, 64px);
  border-bottom: 1px solid rgba(73, 109, 189, 0.14);
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(18px);
  overflow: visible;
}

.brand {
  display: inline-flex;
  align-items: center;
  min-height: 58px;
}

.brand img {
  display: block;
  width: min(168px, 34vw);
  height: auto;
  transform: translateY(5px);
}

.nav {
  display: flex;
  justify-content: center;
  justify-self: center;
  gap: 8px;
  color: #344054;
  font-size: 0.95rem;
  font-weight: 850;
}

.nav a {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 13px;
  border-radius: 6px;
  transition: color 160ms ease, background 160ms ease;
}

.nav a::after {
  position: absolute;
  right: 13px;
  bottom: 6px;
  left: 13px;
  height: 3px;
  border-radius: 999px;
  background: var(--blue);
  content: "";
  opacity: 0;
  transform: scaleX(0.45);
  transition: opacity 160ms ease, transform 160ms ease;
}

.nav a:hover,
.nav a:focus-visible {
  color: var(--blue-strong);
  background: rgba(238, 243, 255, 0.8);
  outline: 0;
}

.nav a.is-active,
.nav a:hover {
  color: var(--blue-strong);
}

.nav a.is-active::after,
.nav a:hover::after,
.nav a:focus-visible::after {
  opacity: 1;
  transform: scaleX(1);
}

.header-actions {
  display: inline-flex;
  align-items: center;
  justify-self: end;
  gap: 10px;
}

.search-toggle {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  padding: 0 15px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--blue-strong);
  background: #fff;
  box-shadow: 0 10px 24px rgba(30, 50, 90, 0.08);
  font-weight: 900;
  cursor: pointer;
}

.search-toggle svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.3;
}

.search-toggle:hover,
.search-toggle.is-open {
  color: #fff;
  border-color: var(--blue);
  background: var(--blue);
}

.search-panel {
  position: absolute;
  top: calc(100% + 10px);
  right: clamp(18px, 5vw, 64px);
  z-index: 30;
  width: min(420px, calc(100vw - 28px));
  padding: 12px;
  border: 1px solid rgba(73, 109, 189, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 18px 50px rgba(30, 50, 90, 0.18);
  opacity: 0;
  pointer-events: none;
  transform: translateY(-8px) scale(0.98);
  transform-origin: top right;
  transition: opacity 170ms ease, transform 170ms ease;
}

.search-panel[hidden] {
  display: none;
}

.search-panel.is-open {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}

.search-results {
  display: grid;
  gap: 6px;
  max-height: 320px;
  overflow-y: auto;
  margin-top: 10px;
}

.search-result {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  width: 100%;
  padding: 8px;
  border: 1px solid transparent;
  border-radius: 8px;
  color: var(--ink);
  background: #fff;
  text-align: left;
  cursor: pointer;
}

.search-result:hover,
.search-result:focus-visible {
  border-color: var(--line);
  background: var(--soft);
  outline: 0;
}

.search-result img {
  width: 54px;
  height: 54px;
  object-fit: contain;
  border: 1px solid #eef2fb;
  border-radius: 8px;
  background: #fff;
}

.search-result strong,
.search-result span {
  display: block;
}

.search-result strong {
  line-height: 1.2;
}

.search-result span {
  margin-top: 3px;
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 800;
}

.search-empty {
  padding: 12px;
  color: var(--muted);
  font-weight: 850;
  text-align: center;
}

.cart-button,
.search-toggle,
.filter,
.panel-head button,
.drawer-head button,
.ghost-button,
.submit-order {
  border: 0;
  cursor: pointer;
}

.cart-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  padding: 0 15px;
  border-radius: 999px;
  color: #fff;
  background: var(--blue);
  box-shadow: 0 10px 24px rgba(73, 109, 189, 0.26);
  font-weight: 800;
}

.cart-icon {
  display: inline-grid;
  place-items: center;
  width: 24px;
  height: 24px;
}

.cart-icon svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.3;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(420px, 1.22fr);
  align-items: start;
  gap: clamp(14px, 3vw, 44px);
  min-height: clamp(520px, 64svh, 640px);
  padding: clamp(18px, 3vw, 34px) clamp(18px, 5vw, 64px) clamp(18px, 3vw, 34px);
  overflow: hidden;
}

.hero-copy {
  max-width: 620px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--blue-strong);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 18px;
  font-size: clamp(2.8rem, 5.6vw, 5.8rem);
  line-height: 1.02;
  letter-spacing: 0;
}

h1 span {
  display: block;
}

h1 span:last-child {
  color: var(--blue-strong);
}

h2 {
  margin-bottom: 0;
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: 1;
  letter-spacing: 0;
}

.hero-text,
.checkout-copy p {
  max-width: 530px;
  color: var(--muted);
  font-size: 1.1rem;
  line-height: 1.7;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.hero-points {
  display: grid;
  gap: 14px;
  margin-top: 34px;
  max-width: 430px;
}

.hero-points div {
  position: relative;
  display: grid;
  gap: 3px;
  padding-left: 54px;
}

.hero-points div::before {
  position: absolute;
  left: 0;
  top: 1px;
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 999px;
  color: #fff;
  background: var(--blue);
  box-shadow: 0 10px 22px rgba(73, 109, 189, 0.22);
  content: "✓";
  font-weight: 950;
}

.hero-points strong {
  font-size: 1rem;
}

.hero-points span {
  color: var(--muted);
}

.primary-link,
.secondary-link,
.submit-order,
.ghost-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border-radius: 8px;
  font-weight: 900;
}

.primary-link,
.submit-order {
  color: #fff;
  background: var(--blue);
  box-shadow: 0 14px 28px rgba(73, 109, 189, 0.24);
}

.secondary-link,
.ghost-button {
  border: 1px solid var(--line);
  color: var(--blue-strong);
  background: #fff;
}

.hero-media {
  position: relative;
  display: grid;
  place-items: center;
  isolation: isolate;
  min-height: clamp(390px, 42vw, 560px);
}

.hero-media::before {
  position: absolute;
  inset: 3% -18vw 7% 13%;
  z-index: -1;
  border-radius: 999px 0 0 999px;
  background: linear-gradient(135deg, #dfe9ff 0%, #eef4ff 55%, #d6e2ff 100%);
  content: "";
}

.hero-media picture {
  display: grid;
  place-items: center;
  margin-top: clamp(-158px, -12vw, -88px);
  margin-bottom: clamp(-120px, -9vw, -62px);
}

.hero-media img {
  width: min(72vw, 920px);
  max-width: none;
  aspect-ratio: 1536 / 1024;
  object-fit: contain;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  filter: drop-shadow(0 28px 34px rgba(30, 50, 90, 0.16));
  transform: translateX(-5%);
}

.section-bar {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin: 0 clamp(18px, 5vw, 64px) clamp(34px, 5vw, 58px);
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--line);
}

.section-bar div {
  padding: 16px 18px;
  background: #fff;
}

.section-bar strong,
.section-bar span {
  display: block;
}

.section-bar span {
  margin-top: 4px;
  color: var(--muted);
}

.shop-tools,
.offers,
.checkout,
.contact {
  padding: 0 clamp(18px, 5vw, 64px);
}

.shop-tools {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 22px;
}

.catalogue-heading {
  min-width: 240px;
}

.category-panel {
  display: grid;
  gap: 10px;
  min-width: min(100%, 640px);
  padding: 12px;
  border: 1px solid rgba(73, 109, 189, 0.18);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(246, 249, 255, 0.96));
  box-shadow: 0 18px 42px rgba(30, 50, 90, 0.08);
}

.filter-label {
  color: var(--blue-strong);
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.search-box {
  position: relative;
  display: block;
  width: 100%;
}

.search-box span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.search-box input {
  width: 100%;
  min-height: 44px;
  padding: 0 16px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--ink);
  background: #fff;
  box-shadow: 0 10px 26px rgba(30, 50, 90, 0.06);
  font-weight: 800;
}

.search-box input:focus {
  border-color: var(--blue);
  outline: 0;
  box-shadow: 0 0 0 4px rgba(73, 109, 189, 0.12);
}

.filters {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 10px;
}

.filter {
  position: relative;
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: #46536a;
  background: #fff;
  box-shadow: inset 0 -1px 0 rgba(73, 109, 189, 0.08);
  font-weight: 900;
  transition:
    transform 160ms ease,
    color 160ms ease,
    border-color 160ms ease,
    background 160ms ease,
    box-shadow 160ms ease;
}

.filter:hover {
  transform: translateY(-1px);
  border-color: rgba(73, 109, 189, 0.34);
  color: var(--blue-strong);
  box-shadow: 0 10px 22px rgba(30, 50, 90, 0.08);
}

.filter.is-active {
  color: #fff;
  background:
    linear-gradient(135deg, var(--blue), var(--blue-strong));
  border-color: var(--blue);
  box-shadow: 0 14px 26px rgba(73, 109, 189, 0.28);
}

.filter.is-active::after {
  position: absolute;
  left: 50%;
  bottom: -6px;
  width: 18px;
  height: 3px;
  border-radius: 999px;
  background: var(--blue);
  content: "";
  transform: translateX(-50%);
}

.no-results {
  grid-column: 1 / -1;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--muted);
  background: #fff;
  font-weight: 850;
  text-align: center;
}

.product-grid.is-filtering {
  animation: catalogueRefresh 260ms ease;
}

@keyframes catalogueRefresh {
  0% {
    opacity: 0.55;
    transform: translateY(8px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.offers {
  margin-bottom: 30px;
  padding: clamp(18px, 2.4vw, 30px);
  border: 1px solid rgba(73, 109, 189, 0.18);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(238, 243, 255, 0.82), rgba(255, 255, 255, 0.98) 44%),
    #fff;
  box-shadow: 0 20px 52px rgba(30, 50, 90, 0.08);
}

.offers-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 18px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(73, 109, 189, 0.14);
}

.offers-head h2 {
  font-size: clamp(2rem, 4vw, 4rem);
}

.offer-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.offer-card {
  display: grid;
  grid-template-columns: minmax(260px, 0.92fr) minmax(0, 1fr);
  gap: 0;
  align-items: center;
  overflow: hidden;
  border: 1px solid rgba(73, 109, 189, 0.18);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(238, 243, 255, 0.86), rgba(255, 255, 255, 0.96)),
    #fff;
  box-shadow: 0 18px 44px rgba(30, 50, 90, 0.1);
}

.offer-card img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 340px;
  max-height: 470px;
  object-fit: contain;
  padding: clamp(12px, 1.5vw, 20px);
  background: #fff;
}

.offer-image-link {
  display: grid;
  place-items: center;
  height: 100%;
  min-height: 360px;
  background: #fff;
}

.offer-card.is-duo-offer {
  grid-template-columns: minmax(360px, 0.9fr) minmax(0, 1fr);
  background: linear-gradient(120deg, #fff 0%, #fff 46%, #f4f7ff 46%, #ffffff 100%);
}

.offer-card.is-duo-offer img {
  min-height: 440px;
  padding: clamp(8px, 1vw, 14px);
  object-fit: contain;
}

.offer-card.is-duo-offer .offer-image-link {
  min-height: 440px;
}

.offer-copy {
  padding: 28px;
}

.offer-pill,
.product-badge {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 11px;
  border-radius: 999px;
  color: #fff;
  background: var(--accent);
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
}

.offer-copy h3 {
  margin: 14px 0 8px;
  font-size: clamp(1.45rem, 3vw, 2.45rem);
  line-height: 1.04;
  letter-spacing: 0;
}

.offer-copy p {
  max-width: 31ch;
  margin-bottom: 20px;
  color: var(--blue-strong);
  font-size: 1.08rem;
  font-weight: 850;
}

.offer-bottom {
  display: grid;
  grid-template-columns: auto minmax(170px, 1fr);
  gap: 14px;
  align-items: center;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  padding: 0 clamp(18px, 5vw, 64px) clamp(44px, 7vw, 78px);
}

.product-card {
  display: grid;
  grid-template-rows: auto 1fr auto;
  overflow: hidden;
  border: 1px solid rgba(73, 109, 189, 0.16);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(30, 50, 90, 0.08);
}

.product-card.is-offer {
  border-color: rgba(255, 90, 85, 0.34);
  box-shadow: 0 16px 40px rgba(73, 109, 189, 0.12);
}

.product-card.is-highlighted {
  animation: product-focus 1.4s ease;
}

@keyframes product-focus {
  0%,
  100% {
    box-shadow: 0 12px 34px rgba(30, 50, 90, 0.08);
  }

  28%,
  72% {
    border-color: rgba(73, 109, 189, 0.58);
    box-shadow: 0 0 0 5px rgba(73, 109, 189, 0.14), 0 18px 44px rgba(30, 50, 90, 0.16);
  }
}

.product-image {
  position: relative;
  overflow: hidden;
  background: var(--soft);
}

.product-image a,
.product-info h3 a,
.offer-copy h3 a {
  display: block;
}

.product-image a {
  height: 100%;
}

.product-card img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: contain;
  padding: 14px;
  background: #fff;
}

.product-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 1;
  box-shadow: 0 10px 22px rgba(255, 90, 85, 0.22);
}

.product-info {
  padding: 16px;
}

.tag {
  display: inline-flex;
  margin-bottom: 10px;
  color: var(--blue-strong);
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.product-info h3 {
  margin-bottom: 9px;
  font-size: 1.05rem;
  line-height: 1.25;
}

.product-info p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.55;
}

.variant-picker {
  display: grid;
  gap: 6px;
  margin-top: 12px;
  color: var(--blue-strong);
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.variant-picker select {
  width: 100%;
  min-height: 42px;
  padding: 0 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  background: #fff;
  font-size: 0.92rem;
  font-weight: 850;
  text-transform: none;
}

.product-buy {
  display: grid;
  grid-template-columns: minmax(78px, auto) 1fr;
  align-items: center;
  gap: 12px;
  padding: 0 16px 16px;
}

.price-stack {
  display: grid;
  gap: 2px;
}

.old-price {
  color: #8a94a6;
  font-size: 1rem;
  font-weight: 800;
  text-decoration: line-through;
  text-decoration-color: var(--accent);
  text-decoration-thickness: 2px;
}

.price {
  color: var(--blue-strong);
  font-size: 1.8rem;
  font-weight: 950;
  letter-spacing: 0;
}

.add-button {
  min-height: 44px;
  border: 0;
  border-radius: 8px;
  color: #fff;
  background: var(--ink);
  font-weight: 900;
  cursor: pointer;
}

.add-button:disabled {
  cursor: not-allowed;
  opacity: 0.55;
}

.is-product-page .hero,
.is-product-page .section-bar,
.is-product-page .shop-tools,
.is-product-page .offers,
.is-product-page .product-grid {
  display: none;
}

.product-detail,
.product-recommendations {
  padding: clamp(22px, 4vw, 42px) clamp(18px, 5vw, 64px);
}

.product-detail {
  background:
    radial-gradient(circle at top right, rgba(73, 109, 189, 0.14), transparent 38%),
    linear-gradient(180deg, #ffffff 0%, #f7f9ff 100%);
}

.product-detail[hidden],
.product-recommendations[hidden] {
  display: none;
}

.product-detail-grid {
  display: grid;
  grid-template-columns: minmax(320px, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(22px, 5vw, 58px);
  align-items: start;
}

.product-gallery,
.product-detail-copy,
.detail-description-panel,
.product-not-found {
  border: 1px solid rgba(73, 109, 189, 0.16);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 44px rgba(30, 50, 90, 0.09);
}

.product-gallery {
  display: grid;
  gap: 12px;
  padding: 14px;
}

.product-main-image {
  position: relative;
  display: grid;
  place-items: center;
  min-height: clamp(320px, 42vw, 580px);
  overflow: hidden;
  border-radius: 8px;
  background: #fff;
}

.product-main-image img {
  width: 100%;
  max-height: 620px;
  object-fit: contain;
  padding: clamp(12px, 2vw, 24px);
}

.product-thumbs {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(74px, 1fr));
  gap: 10px;
}

.product-thumbs button {
  display: grid;
  place-items: center;
  aspect-ratio: 1;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  cursor: pointer;
}

.product-thumbs button.is-active {
  border-color: var(--blue);
  box-shadow: 0 0 0 4px rgba(73, 109, 189, 0.12);
}

.product-thumbs img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 6px;
}

.product-detail-copy {
  align-content: start;
  display: grid;
  gap: 15px;
  padding: clamp(20px, 3.4vw, 36px);
}

.back-link {
  width: fit-content;
  color: var(--blue-strong);
  font-weight: 900;
}

.product-detail-back {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  margin: 0 0 12px;
}

.product-detail-copy h1 {
  max-width: 760px;
  margin-bottom: 0;
  font-size: clamp(2.3rem, 4.6vw, 4.35rem);
  line-height: 1.02;
}

.detail-lead {
  max-width: 58ch;
  margin-bottom: 0;
  color: var(--muted);
  font-size: clamp(1.04rem, 1.4vw, 1.22rem);
  line-height: 1.65;
}

.detail-price-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px;
  padding: 8px 0 2px;
}

.product-detail-copy .price-stack {
  gap: 4px;
}

.product-detail-copy .old-price {
  color: #7f899d;
  font-size: clamp(1rem, 1.35vw, 1.22rem);
  font-weight: 850;
}

.product-detail-copy .price {
  font-size: clamp(2.15rem, 3.2vw, 3.15rem);
  line-height: 0.95;
}

.product-detail-copy .add-button {
  min-height: 56px;
  font-size: 1.02rem;
}

.stock-pill {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 14px;
  border-radius: 999px;
  color: #1f7a4d;
  background: #eaf8f1;
  font-size: 0.92rem;
  font-weight: 950;
}

.stock-pill.is-empty {
  color: #b42318;
  background: #fff0f0;
}

.detail-actions {
  display: grid;
  grid-template-columns: minmax(180px, 1fr) minmax(180px, 1fr);
  gap: 14px;
  margin-top: 2px;
}

.buy-now-button {
  min-height: 56px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--blue-strong);
  background: #fff;
  font-weight: 950;
  font-size: 1.02rem;
  cursor: pointer;
}

.buy-now-button:disabled {
  cursor: not-allowed;
  opacity: 0.55;
}

.detail-meta {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.detail-meta span {
  display: grid;
  gap: 4px;
  padding: 14px;
  color: var(--muted);
  background: #fff;
  font-size: 0.9rem;
  line-height: 1.35;
}

.detail-meta strong {
  color: var(--ink);
  font-size: 0.88rem;
}

.detail-meta span + span {
  border-left: 1px solid var(--line);
}

.detail-description {
  padding-top: 8px;
}

.detail-description-panel {
  margin-top: clamp(16px, 2.6vw, 28px);
  padding: clamp(20px, 3.2vw, 34px);
}

.detail-description h2 {
  margin-bottom: 10px;
  font-size: clamp(1.6rem, 2.6vw, 2.55rem);
}

.detail-description p {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.7;
}

.product-not-found {
  max-width: 760px;
  padding: clamp(24px, 5vw, 48px);
}

.product-recommendations {
  background: #fff;
}

.recommendations-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
}

.recommendation-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.recommendation-card {
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: 12px;
  padding: 12px;
  border: 1px solid rgba(73, 109, 189, 0.16);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(30, 50, 90, 0.07);
}

.recommendation-card img {
  width: 100%;
  aspect-ratio: 1.05;
  object-fit: contain;
  padding: 10px;
  border-radius: 8px;
  background: #fff;
}

.recommendation-card > a {
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: #fff;
}

.recommendation-card span {
  color: var(--blue-strong);
  font-size: 0.74rem;
  font-weight: 900;
  text-transform: uppercase;
}

.recommendation-card h3 {
  margin: 6px 0 8px;
  font-size: 1rem;
  line-height: 1.25;
}

.product-recommendations .recommendation-card .price-stack {
  gap: 1px;
  text-transform: none;
}

.product-recommendations .recommendation-card .price {
  font-size: 1.18rem;
  line-height: 1;
}

.product-recommendations .recommendation-card .old-price {
  font-size: 0.9rem;
  line-height: 1;
}

.checkout {
  padding-top: clamp(12px, 1.6vw, 22px);
  padding-bottom: clamp(44px, 7vw, 76px);
  background: var(--soft-2);
}

.contact {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(320px, 1.15fr);
  gap: 24px;
  align-items: start;
  padding-top: clamp(54px, 8vw, 92px);
  padding-bottom: clamp(60px, 9vw, 104px);
  background: #fff;
}

.contact-copy p {
  max-width: 520px;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.7;
}

.checkout-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  align-items: start;
  gap: 20px;
  margin-top: 18px;
}

.checkout-trust {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 20px;
}

.checkout-trust div {
  position: relative;
  display: grid;
  gap: 4px;
  min-height: 96px;
  padding: 16px 18px 16px 66px;
  border: 1px solid rgba(73, 109, 189, 0.16);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(30, 50, 90, 0.07);
}

.trust-icon {
  position: absolute;
  left: 16px;
  top: 16px;
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 999px;
  color: #fff;
  background: var(--blue);
  box-shadow: 0 10px 22px rgba(73, 109, 189, 0.24);
  font-weight: 950;
}

.checkout-trust strong,
.checkout-trust span:not(.trust-icon) {
  display: block;
}

.checkout-trust strong {
  font-size: 0.98rem;
}

.checkout-trust span:not(.trust-icon) {
  color: var(--muted);
  line-height: 1.45;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 78px;
  margin-top: 0;
  padding: 20px clamp(18px, 5vw, 64px);
  border-top: 1px solid rgba(73, 109, 189, 0.18);
  background:
    linear-gradient(180deg, #ffffff 0%, #f7f9ff 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.85);
  color: var(--muted);
  font-size: 0.86rem;
}

.site-footer div {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.site-footer strong {
  color: var(--blue-strong);
  font-size: 0.95rem;
}

.site-footer nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.site-footer a {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 10px;
  border-radius: 999px;
  color: #344054;
  font-weight: 850;
}

.site-footer a:hover {
  background: rgba(73, 109, 189, 0.09);
  color: var(--blue-strong);
}

.checkout-form,
.contact-form,
.order-panel,
.mini-cart {
  border: 1px solid rgba(73, 109, 189, 0.16);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 36px rgba(30, 50, 90, 0.08);
}

.checkout-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-self: start;
  gap: 16px;
  padding: 22px;
}

.contact-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  padding: 22px;
}

label {
  display: grid;
  gap: 8px;
  color: #344054;
  font-weight: 800;
}

label.full {
  grid-column: 1 / -1;
}

input,
textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 12px 13px;
  color: var(--ink);
  background: #fff;
  outline: none;
}

input:focus,
textarea:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 4px rgba(73, 109, 189, 0.14);
}

input.is-invalid,
textarea.is-invalid {
  border-color: #ff5a55;
  box-shadow: 0 0 0 4px rgba(255, 90, 85, 0.12);
}

.submit-order,
.ghost-button {
  width: 100%;
  text-align: center;
  line-height: 1.15;
}

.submit-order:disabled {
  cursor: wait;
  opacity: 0.72;
}

.form-status {
  grid-column: 1 / -1;
  margin: -2px 0 0;
  color: var(--blue-strong);
  font-size: 0.95rem;
  font-weight: 850;
  line-height: 1.45;
}

.form-status.is-success,
.form-status.is-error {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 62px minmax(0, 1fr);
  align-items: start;
  gap: 18px;
  margin-top: 6px;
  padding: 22px;
  border: 1px solid rgba(73, 109, 189, 0.2);
  border-radius: 8px;
  background:
    radial-gradient(circle at top right, rgba(73, 109, 189, 0.18), transparent 34%),
    linear-gradient(135deg, #f2f6ff 0%, #ffffff 68%);
  box-shadow: 0 22px 54px rgba(30, 50, 90, 0.14);
  color: var(--ink);
}

.form-status.is-success::before {
  position: absolute;
  inset: 0 auto 0 0;
  width: 6px;
  background: var(--blue);
  content: "";
}

.form-status.is-error {
  border-color: rgba(255, 90, 85, 0.28);
  background: linear-gradient(135deg, #fff4f4 0%, #ffffff 100%);
}

.status-icon {
  display: grid;
  place-items: center;
  width: 62px;
  height: 62px;
  border-radius: 999px;
  color: #fff;
  background: var(--blue);
  box-shadow: 0 12px 26px rgba(73, 109, 189, 0.32);
  font-size: 1.7rem;
  font-weight: 950;
}

.form-status.is-error .status-icon {
  background: #ff5a55;
}

.form-status strong,
.form-status .status-copy,
.form-status .status-copy span,
.form-status small,
.form-status em {
  display: block;
}

.form-status small {
  margin-bottom: 7px;
  color: var(--blue-strong);
  font-size: 0.78rem;
  font-style: normal;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.form-status strong {
  margin-bottom: 7px;
  color: var(--ink);
  font-size: clamp(1.35rem, 3vw, 1.9rem);
  line-height: 1.05;
}

.form-status .status-copy span {
  max-width: 58ch;
  color: var(--muted);
  font-size: 1rem;
  font-weight: 750;
}

.form-status em {
  width: fit-content;
  margin-top: 14px;
  padding: 9px 12px;
  border-radius: 999px;
  background: rgba(73, 109, 189, 0.1);
  color: var(--blue-strong);
  font-size: 0.95rem;
  font-style: normal;
  font-weight: 900;
}

.order-panel {
  align-self: start;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto auto;
  max-height: 720px;
  padding: 20px;
}

.panel-head,
.drawer-head,
.drawer-total,
.totals div,
.cart-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.panel-head h3,
.drawer-head h2 {
  margin: 0;
}

.panel-head button,
.drawer-head button {
  min-height: 34px;
  border-radius: 8px;
  color: var(--blue-strong);
  background: var(--soft);
  font-weight: 900;
}

.panel-head button {
  padding: 0 12px;
}

.drawer-head button {
  width: 38px;
  font-size: 1.5rem;
}

.cart-list {
  display: grid;
  align-content: start;
  gap: 12px;
  min-height: 54px;
  margin: 18px 0;
}

.order-panel .cart-list {
  max-height: 430px;
  overflow-y: auto;
  padding-right: 6px;
}

.empty-cart {
  display: grid;
  place-items: center;
  min-height: 74px;
  border: 1px dashed var(--line);
  border-radius: 8px;
  color: var(--muted);
  text-align: center;
}

.cart-row {
  align-items: start;
  padding-bottom: 12px;
  border-bottom: 1px solid #eef2fb;
}

.cart-product {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.cart-product img {
  width: 58px;
  height: 58px;
  object-fit: contain;
  padding: 5px;
  border: 1px solid #eef2fb;
  border-radius: 8px;
  background: #fff;
}

.cart-title {
  display: block;
  margin-bottom: 4px;
  font-weight: 900;
  line-height: 1.2;
}

.cart-meta {
  color: var(--muted);
  font-size: 0.92rem;
}

.qty {
  display: inline-grid;
  grid-template-columns: 34px 32px 34px;
  align-items: center;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.qty button {
  height: 34px;
  border: 0;
  background: #fff;
  color: var(--blue-strong);
  cursor: pointer;
  font-weight: 900;
}

.qty span {
  text-align: center;
  font-weight: 900;
}

.totals {
  display: grid;
  gap: 10px;
  padding-top: 8px;
}

.totals div {
  color: var(--muted);
}

.totals strong {
  color: var(--ink);
}

.totals .total {
  margin-top: 8px;
  padding-top: 14px;
  border-top: 1px solid var(--line);
  color: var(--ink);
  font-size: 1.18rem;
}

.shipping-note {
  margin: 16px 0 0;
  color: var(--blue-strong);
  font-weight: 800;
}

.drawer-related {
  display: grid;
  gap: 10px;
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid #eef2fb;
}

.drawer-related {
  margin-top: 0;
  margin-bottom: 12px;
}

.related-head {
  display: grid;
  gap: 2px;
}

.related-head strong {
  color: var(--ink);
  font-size: 0.96rem;
}

.related-head span {
  color: var(--muted);
  font-size: 0.84rem;
  font-weight: 760;
}

.related-list {
  display: grid;
  gap: 8px;
}

.related-item {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  width: 100%;
  padding: 8px;
  border: 1px solid rgba(73, 109, 189, 0.14);
  border-radius: 8px;
  color: var(--ink);
  background: #fff;
  text-align: left;
  cursor: pointer;
  transition: border-color 160ms ease, background 160ms ease, transform 160ms ease;
}

.related-item:hover,
.related-item:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(73, 109, 189, 0.34);
  background: var(--soft);
  outline: 0;
}

.related-item img {
  width: 48px;
  height: 48px;
  object-fit: contain;
  padding: 4px;
  border: 1px solid #eef2fb;
  border-radius: 8px;
  background: #fff;
}

.related-item strong,
.related-item em {
  display: block;
}

.related-item strong {
  overflow: hidden;
  font-size: 0.88rem;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.related-item em {
  margin-top: 2px;
  color: var(--blue-strong);
  font-size: 0.82rem;
  font-style: normal;
  font-weight: 900;
}

.mini-cart {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 30;
  display: grid;
  grid-template-rows: auto 1fr auto auto auto;
  width: min(420px, 100%);
  height: 100svh;
  min-height: 0;
  padding: 22px;
  transform: translateX(105%);
  transition: transform 180ms ease;
}

.mini-cart.is-open {
  transform: translateX(0);
}

.mini-cart .drawer-head {
  align-items: flex-start;
}

.mini-cart .drawer-head h2 {
  font-size: clamp(3.4rem, 13vw, 5rem);
  line-height: 0.92;
}

.mini-cart .cart-list {
  min-height: 0;
  overflow-y: auto;
  overscroll-behavior: contain;
  padding-right: 6px;
}

.mini-cart .cart-row {
  flex-shrink: 0;
}

.mini-cart .cart-title {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.drawer-total {
  padding: 18px 0;
  border-top: 1px solid var(--line);
  font-size: 1.2rem;
  font-weight: 900;
}

.backdrop {
  position: fixed;
  inset: 0;
  z-index: 20;
  display: none;
  background: rgba(16, 24, 40, 0.42);
}

.backdrop.is-open {
  display: block;
}

.success-modal {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: grid;
  place-items: center;
  padding: 18px;
  background: rgba(16, 24, 40, 0.52);
  opacity: 0;
  pointer-events: none;
  transition: opacity 180ms ease;
}

.success-modal[hidden] {
  display: none;
}

.success-modal.is-open {
  opacity: 1;
  pointer-events: auto;
}

.success-modal-card {
  position: relative;
  display: grid;
  justify-items: center;
  width: min(560px, 100%);
  padding: clamp(24px, 5vw, 38px);
  border: 1px solid rgba(73, 109, 189, 0.22);
  border-radius: 8px;
  background:
    radial-gradient(circle at top right, rgba(73, 109, 189, 0.18), transparent 36%),
    #fff;
  box-shadow: 0 28px 80px rgba(6, 16, 36, 0.3);
  text-align: center;
  transform: translateY(10px) scale(0.98);
  transition: transform 180ms ease;
}

.success-modal.is-open .success-modal-card {
  transform: translateY(0) scale(1);
}

.modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 999px;
  color: var(--blue-strong);
  background: var(--soft);
  cursor: pointer;
  font-size: 1.45rem;
  font-weight: 900;
}

.modal-logo {
  width: 180px;
  margin-bottom: 18px;
}

.modal-check {
  display: grid;
  place-items: center;
  width: 70px;
  height: 70px;
  margin-bottom: 16px;
  border-radius: 999px;
  color: #fff;
  background: var(--blue);
  box-shadow: 0 18px 34px rgba(73, 109, 189, 0.28);
  font-size: 2rem;
  font-weight: 950;
}

.success-modal-card h2 {
  max-width: 430px;
  margin-bottom: 12px;
  font-size: clamp(2rem, 7vw, 3.25rem);
}

.success-modal-card p:not(.eyebrow) {
  max-width: 430px;
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.65;
}

.modal-total {
  display: grid;
  gap: 4px;
  min-width: min(100%, 300px);
  margin: 8px 0 22px;
  padding: 14px;
  border: 1px solid rgba(73, 109, 189, 0.18);
  border-radius: 8px;
  background: #f5f8ff;
}

.modal-total span {
  color: var(--muted);
  font-size: 0.84rem;
  font-weight: 850;
}

.modal-total strong {
  color: var(--blue-strong);
  font-size: 1.75rem;
  font-weight: 950;
}

@media (max-width: 1050px) {
  .product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .offer-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 820px) {
  .site-header {
    grid-template-columns: 1fr auto;
    min-height: 68px;
    padding: 8px 16px;
  }

  .nav {
    display: none;
  }

  .header-actions {
    gap: 7px;
  }

  .search-toggle {
    width: 44px;
    padding: 0;
    justify-content: center;
  }

  .search-toggle span {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
  }

  .search-panel {
    right: 14px;
    left: 14px;
    width: auto;
  }

  .hero,
  .checkout-layout,
  .contact,
  .checkout-trust {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    gap: 18px;
    padding: 18px 16px 34px;
  }

  .hero-media {
    display: grid;
    min-height: auto;
  }

  .hero-media picture {
    margin-top: -28px;
    margin-bottom: -36px;
  }

  .hero-media::before {
    inset: 8% -18% 4% 10%;
  }

  .hero-media img {
    aspect-ratio: 1536 / 1024;
    max-width: 100%;
    transform: none;
    width: 100%;
  }

  .section-bar,
  .offer-grid,
  .product-grid {
    grid-template-columns: 1fr 1fr;
  }

  .offer-card {
    grid-template-columns: minmax(120px, 0.75fr) minmax(0, 1fr);
  }

  .offer-card.is-duo-offer {
    grid-template-columns: minmax(280px, 0.85fr) minmax(0, 1fr);
  }

  .offer-card.is-duo-offer img {
    min-height: 360px;
  }

  .shop-tools {
    align-items: start;
    flex-direction: column;
  }

  .category-panel {
    width: 100%;
  }

  .filters {
    justify-content: flex-start;
  }

  .checkout-trust {
    gap: 10px;
  }

  .checkout-trust div {
    min-height: 0;
  }

  .product-detail-grid {
    grid-template-columns: 1fr;
  }

  .product-main-image {
    min-height: 360px;
  }

  .detail-meta {
    grid-template-columns: 1fr;
  }

  .detail-meta span + span {
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .recommendation-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  html {
    scroll-padding-top: 72px;
  }

  body {
    background: linear-gradient(180deg, #ffffff 0%, #f7f9ff 56%, #ffffff 100%);
  }

  .site-header {
    gap: 10px;
    min-height: 64px;
    padding: 7px 14px;
  }

  .brand {
    min-height: 46px;
  }

  .brand img {
    width: 128px;
    transform: translateY(3px);
  }

  .cart-button {
    min-height: 42px;
    padding: 0 13px;
  }

  .hero {
    padding: 18px 14px 26px;
  }

  .hero-copy {
    max-width: none;
  }

  h1 {
    margin-bottom: 12px;
    font-size: clamp(2.55rem, 13vw, 3.35rem);
    line-height: 0.98;
  }

  h2 {
    font-size: clamp(2.1rem, 11vw, 3rem);
  }

  .hero-text,
  .checkout-copy p {
    font-size: 1rem;
    line-height: 1.55;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 18px;
  }

  .hero-points {
    margin-top: 22px;
  }

  .hero-media {
    display: none;
  }

  .hero-media,
  .section-bar,
  .offer-grid,
  .offer-card,
  .product-grid,
  .checkout-form,
  .contact-form {
    grid-template-columns: 1fr;
  }

  .shop-tools,
  .offers,
  .checkout,
  .contact {
    padding-inline: 14px;
  }

  .site-footer {
    align-items: flex-start;
    flex-direction: column;
    padding: 18px 14px;
  }

  .site-footer nav {
    justify-content: flex-start;
  }

  .shop-tools {
    gap: 16px;
    margin-bottom: 18px;
  }

  .catalogue-heading {
    min-width: 0;
    width: 100%;
  }

  .category-panel {
    gap: 9px;
    padding: 10px;
  }

  .filters {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
    gap: 8px;
  }

  .filter {
    width: 100%;
    min-height: 42px;
    padding: 0 10px;
    font-size: 0.86rem;
  }

  .filter.is-active::after {
    bottom: -5px;
  }

  .section-bar {
    margin: 0 14px 34px;
  }

  .offers {
    margin: 0 12px 22px;
    padding: 16px;
  }

  .section-bar div {
    padding: 16px;
  }

  .offers-head {
    display: block;
  }

  .offer-card {
    border-radius: 8px;
    overflow: hidden;
  }

  .offer-card.is-duo-offer {
    grid-template-columns: 1fr;
  }

  .offer-card img {
    min-height: auto;
    width: 100%;
    aspect-ratio: 1.12;
    padding: 10px;
    object-fit: contain;
    background: #fff;
  }

  .offer-card.is-duo-offer img {
    min-height: auto;
    aspect-ratio: 1;
    object-fit: contain;
  }

  .offer-copy {
    padding: 18px;
  }

  .offer-copy h3 {
    margin-top: 12px;
    font-size: clamp(1.65rem, 9vw, 2.25rem);
  }

  .offer-copy p {
    font-size: 1rem;
  }

  .offer-bottom {
    grid-template-columns: 1fr;
  }

  .product-grid {
    gap: 10px;
    padding: 0 12px 40px;
  }

  .product-card {
    grid-template-columns: 92px 1fr;
    grid-template-rows: auto auto;
    align-items: stretch;
  }

  .product-image {
    grid-row: 1 / span 2;
  }

  .product-card img {
    height: 100%;
    min-height: 124px;
    aspect-ratio: auto;
    padding: 6px;
    object-fit: contain;
  }

  .product-badge {
    top: 6px;
    left: 6px;
    min-height: 21px;
    max-width: 78px;
    padding: 0 6px;
    font-size: 0.56rem;
    line-height: 1.05;
  }

  .product-info {
    padding: 10px 10px 6px;
  }

  .product-info h3 {
    margin-bottom: 6px;
    font-size: 0.94rem;
    line-height: 1.16;
  }

  .product-info p {
    font-size: 0.78rem;
    line-height: 1.32;
  }

  .variant-picker {
    margin-top: 8px;
    font-size: 0.68rem;
  }

  .variant-picker select {
    min-height: 34px;
    padding: 0 8px;
    font-size: 0.78rem;
  }

  .product-buy {
    grid-template-columns: 1fr;
    gap: 6px;
    padding: 0 10px 10px;
  }

  .add-button {
    min-height: 36px;
    font-size: 0.86rem;
  }

  .product-buy .price {
    font-size: 1.4rem;
  }

  .product-buy .old-price {
    font-size: 0.78rem;
  }

  .product-detail,
  .product-recommendations {
    padding: 22px 14px;
  }

  .product-gallery {
    padding: 10px;
  }

  .product-main-image {
    min-height: 280px;
  }

  .product-main-image img {
    max-height: 340px;
    padding: 10px;
  }

  .product-thumbs {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
  }

  .product-detail-copy {
    gap: 12px;
    padding: 18px;
  }

  .product-detail-back {
    margin-bottom: 10px;
  }

  .product-detail-copy h1 {
    font-size: clamp(1.9rem, 9.5vw, 2.75rem);
    line-height: 1;
  }

  .product-detail-copy .price {
    font-size: clamp(2.1rem, 11vw, 2.9rem);
  }

  .product-detail-copy .old-price {
    font-size: 1rem;
  }

  .detail-description-panel {
    margin-top: 12px;
    padding: 18px;
  }

  .detail-actions {
    grid-template-columns: 1fr;
  }

  .recommendations-head {
    display: block;
  }

  .recommendation-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .recommendation-card {
    grid-template-columns: 82px minmax(0, 1fr);
    grid-template-rows: auto auto;
    align-items: center;
  }

  .recommendation-card > a {
    grid-row: 1 / span 2;
  }

  .recommendation-card img {
    height: 82px;
    aspect-ratio: auto;
    padding: 6px;
  }

  .recommendation-card .add-button {
    grid-column: 2;
  }

  .checkout-layout {
    gap: 14px;
  }

  .checkout-trust {
    margin-top: 18px;
  }

  .checkout-trust div {
    padding: 15px 15px 15px 62px;
  }

  .trust-icon {
    left: 15px;
    top: 15px;
    width: 34px;
    height: 34px;
  }

  .checkout-form {
    padding: 16px;
  }

  .order-panel {
    padding: 16px;
  }

  .cart-row {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .cart-product img {
    width: 58px;
    height: 58px;
  }

  .qty {
    justify-self: stretch;
    grid-template-columns: 44px 1fr 44px;
  }

  .submit-order,
  .ghost-button {
    min-height: 50px;
    padding-inline: 12px;
    font-size: 0.92rem;
  }

  .related-item {
    grid-template-columns: 44px minmax(0, 1fr);
  }

  .related-item img {
    width: 44px;
    height: 44px;
  }

  .success-modal {
    padding: 12px;
  }

  .success-modal-card {
    padding: 24px 18px;
  }

  .modal-logo {
    width: 148px;
  }

  .modal-check {
    width: 58px;
    height: 58px;
    font-size: 1.7rem;
  }

  label.full {
    grid-column: auto;
  }
}

/* Final minimal refresh overrides */
body,
main {
  background: #f5f5f7;
}

.site-header {
  min-height: 72px;
  padding: 8px clamp(16px, 5vw, 72px);
  border-bottom: 1px solid rgba(17, 24, 39, 0.08);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.035);
}

.brand img {
  width: min(158px, 34vw);
  transform: none;
}

.nav {
  gap: 4px;
  font-size: 0.92rem;
}

.nav a {
  min-height: 38px;
  padding: 0 15px;
  border-radius: 999px;
}

.nav a::after {
  display: none;
}

.nav a:hover,
.nav a.is-active {
  color: var(--blue-strong);
  background: #f1f4fb;
}

.search-toggle,
.cart-button {
  min-height: 42px;
  border-radius: 999px;
  box-shadow: none;
}

.search-toggle {
  background: #ffffff;
  border: 1px solid transparent;
}

.hero {
  min-height: clamp(560px, 68svh, 680px);
  grid-template-columns: minmax(0, 0.86fr) minmax(420px, 1.14fr);
  align-items: start;
  gap: clamp(18px, 4vw, 64px);
  padding: clamp(38px, 5vw, 72px) clamp(18px, 5vw, 72px) clamp(30px, 4vw, 54px);
  background: linear-gradient(180deg, #ffffff 0%, #f7f8fb 100%);
}

.hero-copy {
  max-width: 680px;
}

h1 {
  max-width: 720px;
  font-size: clamp(3.15rem, 5.9vw, 6.55rem);
  line-height: 0.98;
  letter-spacing: 0;
}

.hero-text,
.checkout-copy p,
.contact-copy p {
  max-width: 460px;
  color: #667085;
  font-size: clamp(1.05rem, 1.45vw, 1.32rem);
}

.hero-points {
  max-width: 440px;
  grid-template-columns: 1fr;
  gap: 12px;
  margin-top: 30px;
}

.hero-points div {
  min-height: 44px;
  padding-left: 42px;
}

.hero-points div::before {
  width: 28px;
  height: 28px;
  box-shadow: none;
}

.hero-media {
  min-height: clamp(390px, 42vw, 580px);
}

.hero-media::before {
  inset: 9% -12vw 8% 7%;
  border-radius: 999px 0 0 999px;
  background: linear-gradient(135deg, #eaf0ff 0%, #f6f9ff 100%);
}

.hero-media picture {
  margin-top: 0;
  margin-bottom: 0;
}

.hero-media img {
  width: min(56vw, 840px);
  transform: translateX(-1%);
  filter: drop-shadow(0 28px 40px rgba(24, 39, 75, 0.12));
}

.section-bar {
  margin: -18px clamp(18px, 5vw, 72px) clamp(44px, 5vw, 76px);
  background: #ffffff;
  box-shadow: var(--shadow);
}

.shop-tools,
.checkout,
.contact,
.product-detail,
.product-recommendations {
  padding-left: clamp(18px, 5vw, 72px);
  padding-right: clamp(18px, 5vw, 72px);
}

.shop-tools {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  align-items: start;
  margin-bottom: 28px;
}

.category-panel {
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.filters {
  gap: 10px;
}

.filter {
  min-height: 44px;
  padding: 0 18px;
  border-radius: 999px;
  background: #ffffff;
  box-shadow: none;
}

.filter::after {
  display: none;
}

.filter.is-active {
  color: #ffffff;
  border-color: var(--ink);
  background: var(--ink);
}

.offers {
  margin: 0 clamp(18px, 5vw, 72px) clamp(44px, 5vw, 76px);
  padding: clamp(18px, 3vw, 34px);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: var(--shadow);
}

.offers-head {
  padding-bottom: 0;
  margin-bottom: 20px;
  border: 0;
}

.offers-head h2 {
  font-size: clamp(2.35rem, 4.9vw, 5.15rem);
  line-height: 0.98;
}

.offer-grid {
  grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
  gap: 16px;
}

.offer-card {
  min-height: 360px;
  grid-template-columns: minmax(220px, 0.95fr) minmax(0, 1fr);
  border-radius: 8px;
  background: #fafbff;
  box-shadow: none;
}

.offer-image-link,
.offer-card img,
.product-image,
.product-card img,
.product-main-image,
.product-main-image img,
.recommendation-card img {
  background: #ffffff;
}

.offer-image-link {
  min-height: 340px;
}

.offer-card img {
  max-height: 420px;
  padding: 14px;
  object-fit: contain;
}

.offer-copy h3 {
  font-size: clamp(2rem, 3.9vw, 4.05rem);
  line-height: 0.98;
}

.product-grid {
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 16px;
  padding-left: clamp(18px, 5vw, 72px);
  padding-right: clamp(18px, 5vw, 72px);
}

.product-card {
  min-height: auto;
  overflow: hidden;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: none;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.product-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow);
}

.product-image {
  min-height: 280px;
  padding: 18px;
  display: grid;
  place-items: center;
}

.product-card img {
  width: 100%;
  height: 260px;
  padding: 0;
  border: 0;
  object-fit: contain;
}

.product-info {
  padding: 20px 20px 0;
}

.product-info p {
  display: none;
}

.product-info h3 {
  font-size: clamp(1.08rem, 1.45vw, 1.45rem);
  line-height: 1.08;
}

.product-buy {
  grid-template-columns: 1fr;
  gap: 12px;
  padding: 18px 20px 20px;
}

.product-buy .add-button {
  width: 100%;
  min-height: 46px;
}

.product-detail {
  padding-top: clamp(18px, 3vw, 34px);
}

.product-detail-grid {
  gap: 24px;
  border: 0;
  background: transparent;
}

.product-gallery,
.product-detail-copy,
.detail-description-panel,
.checkout-form,
.cart-summary,
.contact-card,
.contact-form,
.order-panel,
.recommendation-card {
  border-radius: 8px;
  background: #ffffff;
  box-shadow: var(--shadow);
}

.product-detail-copy h1 {
  font-size: clamp(2.75rem, 5.2vw, 5.25rem);
  line-height: 0.98;
}

.product-detail-copy .price {
  font-size: clamp(2.6rem, 5vw, 4.9rem);
}

.detail-meta {
  grid-template-columns: repeat(2, 1fr);
  background: #ffffff;
}

.product-recommendations {
  margin-top: clamp(44px, 6vw, 84px);
}

.recommendations-head h2 {
  font-size: clamp(2.4rem, 5vw, 5.25rem);
  line-height: 0.98;
}

.recommendation-card .current-price,
.recommendation-card .sale-price,
.recommendation-card .price {
  font-size: clamp(1.2rem, 1.45vw, 1.55rem);
  line-height: 1.05;
}

.checkout,
.contact {
  padding-top: clamp(18px, 3vw, 34px);
}

.checkout-copy h2,
.contact-copy h2 {
  font-size: clamp(2.8rem, 5.2vw, 5.3rem);
  line-height: 0.98;
}

.checkout-trust {
  grid-template-columns: repeat(3, 1fr);
  margin-top: 24px;
}

.checkout-trust div {
  background: #ffffff;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: clamp(54px, 7vw, 90px);
  padding: 26px clamp(18px, 5vw, 72px);
  border-top: 1px solid var(--line);
  background: #ffffff;
  color: #667085;
}

.footer-nav {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

.footer-nav a {
  color: #344054;
  font-weight: 800;
  text-decoration: none;
}

@media (max-width: 900px) {
  .site-header {
    grid-template-columns: auto 1fr auto;
    min-height: 66px;
    padding: 8px 14px;
  }

  .brand img {
    width: 132px;
  }

  .nav {
    justify-self: center;
  }

  .nav a {
    min-height: 34px;
    padding: 0 10px;
    font-size: 0.88rem;
  }

  .search-toggle span {
    display: none;
  }

  .search-toggle {
    width: 42px;
    padding: 0;
    justify-content: center;
  }

  .hero {
    min-height: auto;
    grid-template-columns: 1fr;
    padding: 28px 16px 24px;
  }

  h1 {
    font-size: clamp(2.75rem, 13vw, 4.4rem);
  }

  .hero-media {
    display: none;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .section-bar {
    grid-template-columns: 1fr;
    margin: 0 16px 34px;
  }

  .shop-tools,
  .checkout,
  .contact,
  .product-detail,
  .product-recommendations {
    padding-left: 16px;
    padding-right: 16px;
  }

  .filters {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .filter {
    flex: 0 0 auto;
    white-space: nowrap;
  }

  .offers {
    margin: 0 16px 34px;
    padding: 16px;
  }

  .offer-grid {
    grid-template-columns: 1fr;
  }

  .offer-card {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .offer-image-link {
    min-height: 240px;
  }

  .offer-card img {
    max-height: 290px;
  }

  .offer-bottom {
    grid-template-columns: 1fr;
  }

  .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .product-image {
    min-height: 150px;
    padding: 10px;
  }

  .product-card img {
    height: 136px;
  }

  .product-info {
    padding: 12px 12px 0;
  }

  .product-info h3 {
    font-size: 1rem;
  }

  .product-buy {
    padding: 10px 12px 12px;
  }

  .product-buy .add-button {
    min-height: 38px;
  }

  .product-detail-grid,
  .checkout-layout {
    grid-template-columns: 1fr;
  }

  .detail-actions,
  .detail-meta,
  .checkout-trust {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 430px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .nav {
    grid-column: 1 / -1;
    width: 100%;
    justify-content: space-between;
    padding-top: 6px;
    border-top: 1px solid #eef2fb;
  }

  .product-grid {
    grid-template-columns: 1fr;
  }
}

/* EOF public storefront wins */
body,
main {
  background: #f5f5f7;
}

.site-header {
  min-height: 68px;
  padding: 7px clamp(18px, 5vw, 72px);
  border-bottom: 1px solid rgba(17, 24, 39, 0.08);
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: saturate(180%) blur(20px);
  box-shadow: none;
}

.hero {
  min-height: clamp(500px, 58svh, 620px);
  align-items: center;
  padding: clamp(28px, 4vw, 50px) clamp(18px, 5vw, 72px);
}

.hero-media img {
  height: min(39vw, 525px);
  object-fit: contain;
  transform: translate(-1%, -2%);
}

.section-bar {
  margin: 0 clamp(18px, 5vw, 72px) clamp(38px, 5vw, 64px);
  box-shadow: none;
}

.checkout,
.contact,
.product-detail {
  padding-top: clamp(16px, 2.4vw, 28px);
}

.category-panel {
  justify-self: end;
  width: auto;
  max-width: 100%;
  padding: 8px;
  border: 1px solid #e2e8f5;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: none;
}

.filter {
  border-radius: 999px;
  background: transparent;
  box-shadow: none;
}

.filter.is-active {
  color: #ffffff;
  border-color: #496fc8;
  background: #496fc8;
}

.offers {
  border-radius: 24px;
  background: linear-gradient(135deg, #ffffff 0%, #f8faff 100%);
  box-shadow: none;
}

.offers-head {
  padding-bottom: 18px;
  border-bottom: 1px solid #eef2fb;
}

.offer-card {
  border-radius: 22px;
  background: #ffffff;
}

.offer-card img,
.product-card img,
.product-main-image img,
.recommendation-card img {
  background: #ffffff;
  object-fit: contain;
}

.product-card,
.recommendation-card,
.product-gallery,
.product-detail-copy,
.detail-description-panel,
.checkout-form,
.cart-summary,
.contact-card,
.contact-form,
.order-panel {
  border-radius: 22px;
  box-shadow: none;
}

.product-info p,
.product-detail-copy > p:not(.eyebrow) {
  display: none;
}

.product-card .price,
.product-card .sale-price,
.product-card .current-price {
  font-size: 1.08rem;
}

.product-detail-copy h1 {
  font-size: clamp(2.45rem, 4.3vw, 4.45rem);
}

.product-detail-copy .price {
  font-size: clamp(2rem, 3.7vw, 3.6rem);
}

.detail-meta {
  overflow: hidden;
  border-radius: 16px;
  background: #ffffff;
}

.detail-meta div + div {
  border-left: 1px solid #e2e8f5;
}

.recommendations-head h2 {
  text-transform: none;
}

.recommendation-card .current-price,
.recommendation-card .sale-price,
.recommendation-card .price {
  font-size: clamp(1.24rem, 1.55vw, 1.68rem);
}

.checkout-trust {
  margin-top: 24px;
  padding-top: 22px;
  border-top: 1px solid #e2e8f5;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 24px clamp(18px, 5vw, 72px);
  border-top: 1px solid #e2e8f5;
  background: #ffffff;
}

.site-footer > div,
.site-footer nav {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

@media (max-width: 900px) {
  .hero-media {
    display: none;
  }

  .category-panel {
    width: 100%;
    border-radius: 18px;
  }

  .filters {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .product-image {
    min-height: 146px;
    padding: 10px;
  }

  .product-card img {
    height: 132px;
  }

  .detail-meta div + div {
    border-left: 0;
    border-top: 1px solid #e2e8f5;
  }
}

@media (max-width: 430px) {
  .product-grid {
    grid-template-columns: 1fr;
  }
}

/* Apple-inspired public storefront refresh */
:root {
  --ndore-blue: #4669bd;
  --ndore-blue-deep: #2f57b3;
  --ndore-ink: #0f1726;
  --ndore-muted: #667085;
  --ndore-line: #dfe7f8;
  --ndore-soft: #f5f7fc;
  --ndore-card: #ffffff;
  --ndore-red: #f25f5c;
  --ndore-green: #e9f8ef;
  --ndore-radius: 26px;
  --ndore-shadow: 0 24px 70px rgba(33, 58, 117, 0.08);
}

[hidden] {
  display: none !important;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ndore-ink);
  background:
    radial-gradient(circle at top right, rgba(70, 105, 189, 0.09), transparent 34rem),
    linear-gradient(180deg, #ffffff 0%, #f7f9fe 100%);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
}

body:not(.admin-shell) main,
body:not(.admin-shell) .site-header,
body:not(.admin-shell) .site-footer,
body:not(.admin-shell) .mini-cart,
body:not(.admin-shell) .success-modal {
  font-family: inherit;
}

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 80;
  display: grid;
  grid-template-columns: minmax(150px, 1fr) auto minmax(220px, 1fr);
  align-items: center;
  gap: 24px;
  min-height: 88px;
  padding: 14px clamp(20px, 4.6vw, 88px);
  border-bottom: 1px solid rgba(216, 225, 245, 0.82);
  background: rgba(255, 255, 255, 0.86);
  backdrop-filter: blur(22px);
  box-shadow: 0 12px 38px rgba(34, 59, 112, 0.05);
}

.brand {
  display: inline-flex;
  align-items: center;
  justify-self: start;
  line-height: 0;
}

.brand img {
  display: block;
  width: clamp(138px, 13vw, 210px);
  height: auto;
  object-fit: contain;
}

.nav {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 6px;
  border: 1px solid rgba(220, 228, 246, 0.9);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
}

.nav a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border-radius: 999px;
  color: #344054;
  font-weight: 800;
  transition: color 180ms ease, background 180ms ease, transform 180ms ease;
}

.nav a:hover,
.nav a.is-active {
  color: var(--ndore-blue-deep);
  background: #eef3ff;
}

.nav a.is-active::after {
  display: none;
}

.header-actions {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 12px;
}

.search-toggle,
.cart-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  border: 0;
  border-radius: 999px;
  font-weight: 900;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.search-toggle {
  padding: 0 20px;
  color: var(--ndore-blue-deep);
  background: #ffffff;
  box-shadow: 0 16px 40px rgba(37, 57, 103, 0.08);
}

.search-toggle svg,
.cart-icon svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.cart-button {
  min-width: 86px;
  padding: 0 20px;
  color: #ffffff;
  background: linear-gradient(135deg, var(--ndore-blue), #5778ca);
  box-shadow: 0 18px 48px rgba(70, 105, 189, 0.28);
}

.search-toggle:hover,
.cart-button:hover,
.primary-link:hover,
.secondary-link:hover,
.add-button:hover,
.buy-now-button:hover,
.submit-order:hover {
  transform: translateY(-1px);
}

.search-panel {
  position: absolute;
  top: calc(100% + 12px);
  right: clamp(20px, 4.6vw, 88px);
  width: min(440px, calc(100vw - 32px));
  padding: 18px;
  border: 1px solid var(--ndore-line);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 30px 90px rgba(15, 23, 38, 0.16);
  animation: ndorePop 180ms ease both;
}

@keyframes ndorePop {
  from {
    opacity: 0;
    transform: translateY(-8px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.search-box {
  display: grid;
  gap: 8px;
  color: #344054;
  font-weight: 850;
}

.search-box input {
  width: 100%;
  min-height: 56px;
  padding: 0 18px;
  border: 1px solid var(--ndore-line);
  border-radius: 18px;
  font: inherit;
  font-weight: 750;
  outline: none;
}

.search-box input:focus {
  border-color: var(--ndore-blue);
  box-shadow: 0 0 0 4px rgba(70, 105, 189, 0.12);
}

.search-results {
  display: grid;
  gap: 8px;
  margin-top: 12px;
}

.search-result {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 12px;
  align-items: center;
  padding: 10px;
  border: 1px solid var(--ndore-line);
  border-radius: 18px;
  background: #ffffff;
}

.search-result img {
  width: 54px;
  height: 54px;
  object-fit: contain;
  border-radius: 14px;
  background: #ffffff;
}

main {
  overflow: clip;
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(420px, 1.14fr);
  gap: clamp(28px, 5vw, 74px);
  align-items: center;
  min-height: calc(100svh - 88px);
  padding: clamp(42px, 6vw, 88px) clamp(20px, 4.6vw, 88px) clamp(34px, 5vw, 72px);
  background: #ffffff;
}

.hero::before {
  content: "";
  position: absolute;
  inset: auto -18vw 0 auto;
  width: min(62vw, 930px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: linear-gradient(145deg, rgba(70, 105, 189, 0.12), rgba(70, 105, 189, 0.03));
  pointer-events: none;
}

.hero-copy {
  position: relative;
  z-index: 1;
  max-width: 720px;
}

.eyebrow,
.filter-label,
.tag,
.offer-pill {
  color: var(--ndore-blue-deep);
  font-size: clamp(0.8rem, 0.78vw, 0.95rem);
  font-weight: 950;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.hero h1 {
  margin: 18px 0 0;
  max-width: 820px;
  font-size: clamp(4rem, 7.3vw, 8.6rem);
  line-height: 0.9;
  letter-spacing: -0.055em;
  color: var(--ndore-ink);
}

.hero h1 span {
  display: block;
}

.hero h1 span:last-child {
  color: var(--ndore-blue-deep);
}

.hero-text {
  max-width: 590px;
  margin: 28px 0 0;
  color: var(--ndore-muted);
  font-size: clamp(1.05rem, 1.35vw, 1.42rem);
  font-weight: 650;
  line-height: 1.55;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.primary-link,
.secondary-link,
.add-button,
.buy-now-button,
.submit-order {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 0 30px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 950;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, color 180ms ease;
}

.primary-link,
.submit-order {
  color: #ffffff;
  background: var(--ndore-blue);
  box-shadow: 0 18px 42px rgba(70, 105, 189, 0.22);
}

.secondary-link,
.buy-now-button {
  color: var(--ndore-blue-deep);
  background: #ffffff;
  border-color: var(--ndore-line);
}

.hero-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 48px;
  max-width: 640px;
}

.hero-points div {
  padding: 18px 18px 16px;
  border: 1px solid var(--ndore-line);
  border-radius: 22px;
  background: #ffffff;
}

.hero-points strong {
  display: block;
  color: var(--ndore-ink);
  font-size: clamp(1.15rem, 1.6vw, 1.7rem);
  line-height: 1;
}

.hero-points span {
  display: block;
  margin-top: 7px;
  color: var(--ndore-muted);
  font-weight: 720;
  line-height: 1.25;
}

.hero-media {
  position: relative;
  z-index: 1;
  display: grid;
  align-self: stretch;
  min-height: min(760px, calc(100svh - 150px));
}

.hero-media picture {
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-cluster {
  width: min(100%, 980px);
  height: min(74vh, 780px);
  object-fit: cover;
  object-position: 51% 51%;
  border-radius: 0;
  mix-blend-mode: normal;
  filter: drop-shadow(0 42px 80px rgba(70, 105, 189, 0.14));
}

.section-bar,
.shop-tools,
.offers,
.product-grid,
.checkout,
.contact,
.product-detail,
.product-recommendations {
  padding-left: clamp(20px, 4.6vw, 88px);
  padding-right: clamp(20px, 4.6vw, 88px);
}

.section-bar {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  padding-top: 26px;
  padding-bottom: 26px;
  border-top: 1px solid var(--ndore-line);
  border-bottom: 1px solid var(--ndore-line);
  background: rgba(255, 255, 255, 0.72);
}

.section-bar div {
  min-height: 72px;
  padding: 0 28px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-left: 1px solid var(--ndore-line);
}

.section-bar div:first-child {
  border-left: 0;
}

.section-bar strong {
  color: var(--ndore-ink);
  font-size: 1.02rem;
  font-weight: 950;
}

.section-bar span {
  margin-top: 6px;
  color: var(--ndore-muted);
  font-weight: 650;
}

.shop-tools {
  display: grid;
  grid-template-columns: minmax(260px, 0.8fr) minmax(420px, 1.2fr);
  gap: clamp(18px, 4vw, 46px);
  align-items: end;
  padding-top: clamp(68px, 8vw, 116px);
  padding-bottom: 24px;
}

.catalogue-heading h2,
.offers-head h2,
.checkout-copy h2,
.contact-copy h2,
.recommendations-head h2 {
  margin: 8px 0 0;
  color: var(--ndore-ink);
  font-size: clamp(3rem, 5.8vw, 7rem);
  line-height: 0.94;
  letter-spacing: -0.055em;
}

.category-panel {
  justify-self: stretch;
  padding: 14px;
  border: 1px solid var(--ndore-line);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 18px 54px rgba(34, 59, 112, 0.06);
}

.filter-label {
  display: block;
  margin: 0 0 12px 6px;
}

.filters {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.filter {
  min-height: 52px;
  padding: 0 22px;
  border: 1px solid var(--ndore-line);
  border-radius: 999px;
  color: #344054;
  background: #ffffff;
  font: inherit;
  font-weight: 900;
  cursor: pointer;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.filter:hover,
.filter.is-active {
  color: #ffffff;
  border-color: transparent;
  background: var(--ndore-blue);
  box-shadow: 0 14px 30px rgba(70, 105, 189, 0.22);
  transform: translateY(-1px);
}

.offers {
  padding-top: 34px;
  padding-bottom: 18px;
}

.offers[hidden] {
  display: none !important;
}

.offers-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 22px;
}

.offers-head h2 {
  max-width: 780px;
  text-align: right;
  font-size: clamp(2.5rem, 4.6vw, 5.6rem);
}

.offer-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.offer-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(260px, 0.95fr) minmax(260px, 1fr);
  min-height: 360px;
  overflow: hidden;
  border: 1px solid var(--ndore-line);
  border-radius: 32px;
  background: #ffffff;
  box-shadow: var(--ndore-shadow);
}

.offer-card::after {
  content: "";
  position: absolute;
  inset: 0 0 0 50%;
  background: linear-gradient(135deg, rgba(70, 105, 189, 0.07), rgba(255, 255, 255, 0));
  pointer-events: none;
}

.offer-image-link {
  display: grid;
  align-items: center;
  justify-items: center;
  min-height: 100%;
  padding: clamp(18px, 3vw, 42px);
  background: #ffffff;
}

.offer-image-link img {
  width: 100%;
  height: 300px;
  object-fit: contain;
  object-position: center;
}

.offer-copy {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(26px, 4vw, 56px);
}

.offer-pill,
.product-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  min-height: 38px;
  padding: 0 18px;
  border-radius: 999px;
  color: #ffffff;
  background: var(--ndore-red);
  font-weight: 950;
}

.offer-copy h3 {
  margin: 18px 0 0;
  font-size: clamp(2rem, 3.4vw, 4.2rem);
  line-height: 0.98;
  letter-spacing: -0.045em;
}

.offer-copy p {
  margin: 16px 0 0;
  color: var(--ndore-blue-deep);
  font-size: clamp(1rem, 1.2vw, 1.25rem);
  font-weight: 850;
  line-height: 1.35;
}

.offer-bottom {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 30px;
}

.price-stack {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
}

.old-price {
  color: #7f8795;
  font-weight: 900;
  text-decoration: line-through;
  text-decoration-color: var(--ndore-red);
  text-decoration-thickness: 3px;
}

.price,
.current-price,
.sale-price {
  color: var(--ndore-blue-deep);
  font-weight: 950;
}

.offer-card .price {
  font-size: clamp(2rem, 3.4vw, 3.6rem);
  line-height: 1;
}

.add-button {
  min-width: 170px;
  color: #ffffff;
  background: var(--ndore-ink);
  border: 0;
  cursor: pointer;
  box-shadow: 0 16px 40px rgba(15, 23, 38, 0.16);
}

.add-button:disabled,
.buy-now-button:disabled {
  opacity: 0.46;
  cursor: not-allowed;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  padding-top: 24px;
  padding-bottom: clamp(70px, 8vw, 112px);
}

.product-card,
.recommendation-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden;
  border: 1px solid var(--ndore-line);
  border-radius: 28px;
  background: #ffffff;
  box-shadow: 0 18px 56px rgba(34, 59, 112, 0.055);
}

.product-card {
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.product-card:hover,
.recommendation-card:hover {
  transform: translateY(-2px);
  border-color: rgba(70, 105, 189, 0.28);
  box-shadow: 0 28px 80px rgba(34, 59, 112, 0.1);
}

.product-image {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 292px;
  padding: 18px;
  background: #ffffff;
}

.product-image a {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
}

.product-card img {
  display: block;
  width: 100%;
  height: 250px;
  object-fit: contain;
  object-position: center;
}

.product-badge {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 1;
  min-height: 32px;
  padding: 0 14px;
  font-size: 0.75rem;
}

.product-info {
  display: grid;
  gap: 10px;
  padding: 22px 22px 0;
}

.product-info h3,
.recommendation-card h3 {
  margin: 0;
  color: var(--ndore-ink);
  font-size: clamp(1.05rem, 1.35vw, 1.35rem);
  line-height: 1.12;
  letter-spacing: -0.02em;
}

.product-info p {
  display: none;
}

.variant-picker {
  display: grid;
  gap: 8px;
  color: #344054;
  font-weight: 850;
}

.variant-picker select {
  min-height: 48px;
  padding: 0 14px;
  border: 1px solid var(--ndore-line);
  border-radius: 16px;
  background: #ffffff;
  color: var(--ndore-ink);
  font: inherit;
  font-weight: 800;
}

.product-buy {
  display: grid;
  gap: 16px;
  margin-top: auto;
  padding: 22px;
}

.product-buy .price {
  font-size: clamp(1.24rem, 1.55vw, 1.64rem);
  line-height: 1;
}

.product-buy .add-button {
  width: 100%;
  min-height: 54px;
}

.product-detail {
  padding-top: clamp(34px, 4.6vw, 66px);
  padding-bottom: clamp(46px, 7vw, 100px);
}

.product-detail-back,
.back-link {
  display: inline-flex;
  width: max-content;
  margin: 0 0 18px;
  color: var(--ndore-blue-deep);
  font-weight: 950;
}

.product-detail-grid {
  display: grid;
  grid-template-columns: minmax(360px, 0.92fr) minmax(360px, 1.08fr);
  gap: clamp(28px, 4vw, 56px);
  align-items: start;
}

.product-gallery,
.product-detail-copy,
.detail-description-panel {
  border: 1px solid var(--ndore-line);
  border-radius: 30px;
  background: #ffffff;
  box-shadow: var(--ndore-shadow);
}

.product-gallery {
  position: sticky;
  top: 114px;
  padding: clamp(18px, 3.2vw, 46px);
}

.product-main-image {
  position: relative;
  display: grid;
  place-items: center;
  min-height: min(68vh, 720px);
  background: #ffffff;
}

.product-main-image img {
  max-width: 100%;
  width: 100%;
  height: min(62vh, 660px);
  object-fit: contain;
  object-position: center;
}

.product-thumbs {
  display: flex;
  gap: 10px;
  margin-top: 18px;
  overflow-x: auto;
}

.product-thumbs button {
  display: grid;
  place-items: center;
  flex: 0 0 82px;
  width: 82px;
  height: 82px;
  border: 1px solid var(--ndore-line);
  border-radius: 18px;
  background: #ffffff;
  cursor: pointer;
}

.product-thumbs button.is-active {
  border-color: var(--ndore-blue);
  box-shadow: 0 0 0 4px rgba(70, 105, 189, 0.1);
}

.product-thumbs img {
  width: 68px;
  height: 68px;
  object-fit: contain;
}

.product-detail-copy {
  display: grid;
  gap: 22px;
  padding: clamp(28px, 4.2vw, 58px);
}

.product-detail-copy h1 {
  margin: 0;
  color: var(--ndore-ink);
  font-size: clamp(3rem, 5.2vw, 6.6rem);
  line-height: 0.96;
  letter-spacing: -0.055em;
}

.product-detail-copy > p:not(.eyebrow) {
  display: none;
}

.detail-price-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 18px;
}

.detail-price-row .price {
  font-size: clamp(2.8rem, 5vw, 5.2rem);
  line-height: 0.92;
}

.stock-pill {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 18px;
  border-radius: 999px;
  color: #2f7650;
  background: var(--ndore-green);
  font-weight: 950;
}

.stock-pill.is-empty {
  color: #9b2c2c;
  background: #fff0f0;
}

.detail-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.detail-actions .add-button,
.detail-actions .buy-now-button {
  width: 100%;
}

.detail-meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid var(--ndore-line);
  border-radius: 20px;
  background: #ffffff;
}

.detail-meta span {
  display: grid;
  gap: 6px;
  padding: 20px 22px;
  color: var(--ndore-muted);
  font-weight: 700;
  border-left: 1px solid var(--ndore-line);
}

.detail-meta span:first-child {
  border-left: 0;
}

.detail-meta strong {
  color: var(--ndore-ink);
  font-weight: 950;
}

.detail-description-panel {
  margin-top: 28px;
  padding: clamp(26px, 4vw, 52px);
}

.detail-description-panel h2 {
  margin: 0 0 16px;
  color: var(--ndore-ink);
  font-size: clamp(2rem, 3.4vw, 4rem);
  line-height: 1;
  letter-spacing: -0.04em;
}

.detail-description-panel p {
  max-width: 880px;
  margin: 0;
  color: var(--ndore-muted);
  font-size: clamp(1.08rem, 1.3vw, 1.28rem);
  line-height: 1.65;
  font-weight: 650;
}

.product-recommendations {
  padding-top: 0;
  padding-bottom: clamp(72px, 8vw, 116px);
}

.recommendations-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 22px;
}

.recommendations-head h2 {
  text-transform: none;
  font-size: clamp(3rem, 5.2vw, 6.2rem);
}

.recommendation-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.recommendation-card {
  padding: 18px;
  gap: 16px;
}

.recommendation-card > a {
  display: grid;
  place-items: center;
  min-height: 246px;
  border-radius: 22px;
  background: #ffffff;
}

.recommendation-card img {
  width: 100%;
  height: 226px;
  object-fit: contain;
}

.recommendation-card span:first-child {
  display: block;
  color: var(--ndore-blue-deep);
  font-size: 0.82rem;
  font-weight: 950;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.recommendation-card .price {
  margin-top: 8px;
  font-size: clamp(1.34rem, 1.7vw, 1.85rem);
}

.recommendation-card .add-button {
  margin-top: auto;
  width: 100%;
  min-height: 54px;
}

.checkout,
.contact {
  padding-top: clamp(34px, 4.8vw, 62px);
  padding-bottom: clamp(64px, 8vw, 112px);
}

.checkout-copy,
.contact-copy {
  margin-bottom: 28px;
}

.checkout-copy h2,
.contact-copy h2 {
  font-size: clamp(3.4rem, 5.8vw, 6.8rem);
}

.checkout-copy p:not(.eyebrow),
.contact-copy p:not(.eyebrow) {
  max-width: 720px;
  margin: 14px 0 0;
  color: var(--ndore-muted);
  font-size: clamp(1.05rem, 1.25vw, 1.28rem);
  font-weight: 650;
  line-height: 1.55;
}

.checkout-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(340px, 0.85fr);
  gap: 20px;
  align-items: start;
}

.checkout-form,
.order-panel,
.contact-form {
  border: 1px solid var(--ndore-line);
  border-radius: 28px;
  background: #ffffff;
  box-shadow: var(--ndore-shadow);
}

.checkout-form,
.contact-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  padding: clamp(22px, 3.4vw, 42px);
}

.checkout-form label,
.contact-form label {
  display: grid;
  gap: 9px;
  color: #344054;
  font-weight: 900;
}

.checkout-form .full,
.contact-form .full {
  grid-column: 1 / -1;
}

.checkout-form input,
.checkout-form textarea,
.contact-form input,
.contact-form textarea {
  width: 100%;
  min-height: 56px;
  box-sizing: border-box;
  padding: 0 16px;
  border: 1px solid var(--ndore-line);
  border-radius: 16px;
  background: #ffffff;
  color: var(--ndore-ink);
  font: inherit;
  font-weight: 800;
  outline: none;
}

.checkout-form textarea,
.contact-form textarea {
  min-height: 132px;
  padding: 16px;
  resize: vertical;
}

.checkout-form input:focus,
.checkout-form textarea:focus,
.contact-form input:focus,
.contact-form textarea:focus {
  border-color: var(--ndore-blue);
  box-shadow: 0 0 0 4px rgba(70, 105, 189, 0.12);
}

.checkout-form .submit-order,
.contact-form .submit-order {
  width: min(360px, 100%);
  border: 0;
  cursor: pointer;
}

.form-status {
  grid-column: 1 / -1;
  color: var(--ndore-blue-deep);
  font-weight: 900;
}

.order-panel {
  position: sticky;
  top: 114px;
  padding: clamp(22px, 3vw, 34px);
}

.panel-head,
.drawer-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.panel-head h3,
.drawer-head h2 {
  margin: 0;
  color: var(--ndore-ink);
  font-size: clamp(1.6rem, 2vw, 2.2rem);
  letter-spacing: -0.035em;
}

.panel-head button,
.drawer-head button,
.modal-close {
  border: 0;
  border-radius: 16px;
  color: var(--ndore-blue-deep);
  background: #eef3ff;
  font: inherit;
  font-weight: 950;
  cursor: pointer;
}

.panel-head button {
  min-height: 44px;
  padding: 0 18px;
}

.cart-list {
  display: grid;
  gap: 12px;
  margin-top: 20px;
}

.cart-item {
  display: grid;
  grid-template-columns: 72px 1fr auto;
  gap: 14px;
  align-items: center;
  padding: 14px 0;
  border-bottom: 1px solid var(--ndore-line);
}

.cart-item img {
  width: 72px;
  height: 72px;
  object-fit: contain;
  border: 1px solid var(--ndore-line);
  border-radius: 16px;
  background: #ffffff;
}

.cart-item h4,
.cart-item strong {
  margin: 0;
  color: var(--ndore-ink);
  font-weight: 950;
  line-height: 1.15;
}

.cart-item p,
.cart-item span {
  margin: 4px 0 0;
  color: var(--ndore-muted);
  font-weight: 700;
}

.qty-control {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-height: 44px;
  padding: 0 12px;
  border: 1px solid var(--ndore-line);
  border-radius: 16px;
  font-weight: 950;
}

.qty-control button {
  border: 0;
  color: var(--ndore-blue-deep);
  background: transparent;
  font: inherit;
  font-weight: 950;
  cursor: pointer;
}

.totals {
  display: grid;
  gap: 12px;
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid var(--ndore-line);
}

.totals div {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  color: var(--ndore-muted);
  font-weight: 760;
}

.totals strong,
.totals .total {
  color: var(--ndore-ink);
  font-weight: 950;
}

.totals .total {
  margin-top: 8px;
  padding-top: 16px;
  border-top: 1px solid var(--ndore-line);
  font-size: 1.35rem;
}

.shipping-note {
  margin: 18px 0 0;
  color: var(--ndore-blue-deep);
  font-weight: 950;
}

.order-panel .related-head,
.order-panel .related-list {
  display: none !important;
}

.checkout-trust {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin-top: 26px;
  padding: 0;
  overflow: hidden;
  border: 1px solid var(--ndore-line);
  border-radius: 24px;
  background: #ffffff;
}

.checkout-trust div {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 8px 16px;
  align-items: center;
  min-height: 112px;
  padding: 22px 28px;
  border-left: 1px solid var(--ndore-line);
}

.checkout-trust div:first-child {
  border-left: 0;
}

.trust-icon {
  grid-row: span 2;
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  color: #ffffff;
  background: var(--ndore-blue);
  font-weight: 950;
}

.checkout-trust strong {
  color: var(--ndore-ink);
  font-weight: 950;
}

.checkout-trust span:last-child {
  color: var(--ndore-muted);
  font-weight: 650;
}

.contact {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(360px, 1fr);
  gap: clamp(24px, 5vw, 78px);
  align-items: start;
  border-top: 1px solid var(--ndore-line);
  background: #ffffff;
}

.contact-form {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 28px clamp(20px, 4.6vw, 88px);
  border-top: 1px solid var(--ndore-line);
  background: #ffffff;
  color: #344054;
}

.site-footer > div,
.site-footer nav {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.site-footer strong {
  color: var(--ndore-ink);
}

.site-footer span,
.site-footer a {
  color: var(--ndore-muted);
  font-weight: 720;
}

.mini-cart {
  position: fixed;
  inset: 0 0 0 auto;
  z-index: 120;
  display: flex;
  flex-direction: column;
  width: min(520px, 100vw);
  max-height: 100svh;
  padding: clamp(22px, 4vw, 42px);
  border-left: 1px solid var(--ndore-line);
  background: #ffffff;
  box-shadow: -30px 0 90px rgba(15, 23, 38, 0.18);
  transform: translateX(110%);
  transition: transform 240ms ease;
}

.mini-cart.is-open {
  transform: translateX(0);
}

.mini-cart .cart-list {
  flex: 1;
  min-height: 0;
  overflow-y: auto;
  padding-right: 4px;
}

.drawer-head button,
.modal-close {
  width: 54px;
  height: 54px;
  font-size: 1.8rem;
}

.drawer-related {
  margin-top: 16px;
}

.related-head {
  display: grid;
  gap: 4px;
  padding-top: 16px;
  border-top: 1px solid var(--ndore-line);
}

.related-head strong {
  color: var(--ndore-ink);
  font-size: 1.1rem;
}

.related-head span {
  color: var(--ndore-muted);
  font-weight: 650;
}

.related-list {
  display: grid;
  gap: 10px;
  margin-top: 12px;
}

.related-item {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 12px;
  align-items: center;
  padding: 10px;
  border: 1px solid var(--ndore-line);
  border-radius: 18px;
  background: #ffffff;
  text-align: left;
  cursor: pointer;
}

.related-item img {
  width: 64px;
  height: 64px;
  object-fit: contain;
}

.related-item strong {
  display: block;
  color: var(--ndore-ink);
}

.related-item em {
  display: block;
  margin-top: 3px;
  color: var(--ndore-blue-deep);
  font-style: normal;
  font-weight: 950;
}

.drawer-total {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid var(--ndore-line);
  font-size: 1.35rem;
  font-weight: 950;
}

.mini-cart > .primary-link {
  width: 100%;
  margin-top: 18px;
}

.backdrop {
  position: fixed;
  inset: 0;
  z-index: 110;
  background: rgba(15, 23, 38, 0.44);
  opacity: 0;
  pointer-events: none;
  transition: opacity 180ms ease;
}

.backdrop.is-open {
  opacity: 1;
  pointer-events: auto;
}

.success-modal {
  position: fixed;
  inset: 0;
  z-index: 150;
  display: grid;
  place-items: center;
  padding: 20px;
  background: rgba(15, 23, 38, 0.42);
}

.success-modal-card {
  position: relative;
  width: min(560px, 100%);
  padding: clamp(30px, 5vw, 56px);
  border-radius: 34px;
  background: #ffffff;
  text-align: center;
  box-shadow: 0 40px 110px rgba(15, 23, 38, 0.22);
}

.modal-logo {
  width: 170px;
  height: auto;
  object-fit: contain;
}

.modal-check {
  display: inline-grid;
  place-items: center;
  width: 62px;
  height: 62px;
  margin: 24px auto 10px;
  border-radius: 50%;
  color: #ffffff;
  background: var(--ndore-blue);
  font-size: 1.9rem;
  font-weight: 950;
}

.success-modal-card h2 {
  margin: 10px 0 0;
  color: var(--ndore-ink);
  font-size: clamp(2.1rem, 4vw, 3.5rem);
  line-height: 1;
  letter-spacing: -0.04em;
}

.success-modal-card p:not(.eyebrow) {
  color: var(--ndore-muted);
  font-weight: 650;
  line-height: 1.55;
}

.modal-total {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  margin: 24px 0;
  padding: 18px;
  border: 1px solid var(--ndore-line);
  border-radius: 18px;
  font-weight: 950;
}

.modal-close {
  position: absolute;
  top: 18px;
  right: 18px;
}

@media (max-width: 1180px) {
  .site-header {
    grid-template-columns: auto 1fr auto;
  }

  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .hero-media {
    min-height: 520px;
  }

  .hero-cluster {
    height: 540px;
    object-fit: contain;
  }

  .shop-tools,
  .checkout-layout,
  .contact,
  .product-detail-grid {
    grid-template-columns: 1fr;
  }

  .product-gallery,
  .order-panel {
    position: static;
  }

  .product-grid,
  .recommendation-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .offer-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 820px) {
  .site-header {
    grid-template-columns: 1fr auto;
    min-height: 76px;
    gap: 12px;
    padding: 10px 14px;
  }

  .brand img {
    width: 132px;
  }

  .nav {
    grid-column: 1 / -1;
    order: 3;
    width: 100%;
    justify-content: space-between;
    overflow-x: auto;
  }

  .nav a {
    flex: 1;
    min-height: 38px;
    padding: 0 10px;
    font-size: 0.9rem;
  }

  .header-actions {
    gap: 8px;
  }

  .search-toggle {
    min-height: 48px;
    padding: 0 14px;
  }

  .search-toggle span {
    display: none;
  }

  .cart-button {
    min-width: 70px;
    min-height: 48px;
    padding: 0 14px;
  }

  .hero {
    display: block;
    min-height: auto;
    padding-top: 42px;
    padding-bottom: 34px;
  }

  .hero::before,
  .hero-media {
    display: none;
  }

  .hero h1 {
    font-size: clamp(3.2rem, 16vw, 5rem);
  }

  .hero-text {
    font-size: 1rem;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .hero-points {
    grid-template-columns: 1fr;
    margin-top: 28px;
  }

  .section-bar,
  .checkout-trust,
  .detail-meta {
    grid-template-columns: 1fr;
  }

  .section-bar {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-bar div,
  .checkout-trust div,
  .detail-meta span {
    border-left: 0;
    border-top: 1px solid var(--ndore-line);
  }

  .section-bar div:first-child,
  .checkout-trust div:first-child,
  .detail-meta span:first-child {
    border-top: 0;
  }

  .shop-tools,
  .offers,
  .product-grid,
  .checkout,
  .contact,
  .product-detail,
  .product-recommendations {
    padding-left: 14px;
    padding-right: 14px;
  }

  .shop-tools {
    padding-top: 54px;
  }

  .catalogue-heading h2,
  .offers-head h2,
  .checkout-copy h2,
  .contact-copy h2,
  .recommendations-head h2 {
    font-size: clamp(2.5rem, 13vw, 4.1rem);
  }

  .category-panel {
    border-radius: 22px;
    padding: 12px;
  }

  .filters {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .filter {
    min-height: 46px;
    padding: 0 12px;
    font-size: 0.92rem;
  }

  .offers-head,
  .recommendations-head {
    display: block;
  }

  .offers-head h2,
  .recommendations-head h2 {
    margin-top: 8px;
    text-align: left;
  }

  .offer-card {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .offer-card::after {
    inset: 45% 0 0;
  }

  .offer-image-link img {
    height: 230px;
  }

  .offer-copy {
    padding: 24px;
  }

  .offer-bottom {
    display: grid;
    gap: 16px;
  }

  .offer-bottom .add-button {
    width: 100%;
  }

  .product-grid,
  .recommendation-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .product-image {
    min-height: 172px;
    padding: 10px;
  }

  .product-card img {
    height: 156px;
  }

  .product-info,
  .product-buy,
  .recommendation-card {
    padding: 14px;
  }

  .product-info h3,
  .recommendation-card h3 {
    font-size: 1rem;
  }

  .product-buy .price {
    font-size: 1.25rem;
  }

  .add-button,
  .buy-now-button,
  .submit-order,
  .primary-link,
  .secondary-link {
    min-height: 52px;
    padding: 0 20px;
  }

  .product-main-image {
    min-height: 360px;
  }

  .product-main-image img {
    height: 340px;
  }

  .product-detail-copy h1 {
    font-size: clamp(2.5rem, 12vw, 4rem);
  }

  .detail-price-row .price {
    font-size: clamp(2.25rem, 11vw, 3.4rem);
  }

  .detail-actions,
  .checkout-form,
  .contact-form {
    grid-template-columns: 1fr;
  }

  .checkout-form .submit-order,
  .contact-form .submit-order {
    width: 100%;
  }

  .order-panel {
    padding: 18px;
  }

  .cart-item {
    grid-template-columns: 60px 1fr;
  }

  .cart-item img {
    width: 60px;
    height: 60px;
  }

  .qty-control {
    grid-column: 2;
    justify-self: start;
  }

  .checkout-trust div {
    min-height: auto;
    padding: 18px;
  }

  .mini-cart {
    padding: 22px 18px;
  }

  .mini-cart .cart-list {
    max-height: none;
  }

  .site-footer {
    display: grid;
    gap: 14px;
    padding: 24px 18px;
  }
}

@media (max-width: 520px) {
  .product-grid,
  .recommendation-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .product-image {
    min-height: 148px;
    padding: 8px;
  }

  .product-card img {
    height: 134px;
  }

  .product-info,
  .product-buy,
  .recommendation-card {
    padding: 12px;
  }

  .product-info h3,
  .recommendation-card h3 {
    font-size: 0.92rem;
    line-height: 1.14;
  }

  .product-buy {
    gap: 12px;
  }

  .product-buy .price,
  .recommendation-card .price {
    font-size: 1.1rem;
  }

  .product-buy .add-button,
  .recommendation-card .add-button {
    min-height: 44px;
    font-size: 0.95rem;
  }

  .recommendation-card > a {
    min-height: 142px;
  }

  .recommendation-card img {
    height: 132px;
  }
}

/* Public storefront polish: image fit, tighter rhythm, stronger prices */
.offers {
  padding-top: 18px;
  padding-bottom: 18px;
}

.offers-head {
  margin-bottom: 16px;
}

.offer-grid {
  gap: 16px;
}

.offer-card {
  grid-template-columns: minmax(220px, 0.92fr) minmax(250px, 1fr);
  min-height: 284px;
  border-radius: 26px;
}

.offer-image-link {
  min-height: 284px;
  padding: 18px;
  background: #ffffff;
  overflow: hidden;
}

.offer-image-link img {
  width: 100%;
  max-width: 92%;
  height: 236px;
  object-fit: contain !important;
  object-position: center center !important;
}

.offer-copy {
  min-width: 0;
  padding: clamp(20px, 2.5vw, 34px);
}

.offer-copy h3 {
  margin-top: 12px;
  font-size: clamp(1.75rem, 2.55vw, 3.05rem);
  line-height: 1;
}

.offer-bottom {
  flex-wrap: wrap;
  margin-top: 18px;
}

.offer-card .price {
  font-size: clamp(1.85rem, 2.65vw, 3rem);
  line-height: 0.96;
}

.offer-card .add-button {
  min-width: 160px;
  min-height: 54px;
  padding: 0 22px;
  font-size: clamp(0.95rem, 1vw, 1.08rem);
}

.product-buy .price {
  font-size: clamp(1.5rem, 1.8vw, 1.9rem);
}

.recommendation-card .price {
  font-size: clamp(1.58rem, 2vw, 2.15rem);
}

.product-card,
.recommendation-card {
  border-radius: 24px;
}

.product-image {
  min-height: 274px;
}

.product-card img {
  height: 236px;
}

.product-recommendations {
  padding-top: 12px;
}

.recommendation-card > a {
  min-height: 232px;
}

.recommendation-card img {
  height: 210px;
}

@media (max-width: 820px) {
  .offers {
    padding-top: 18px;
  }

  .offer-card {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .offer-image-link {
    min-height: 188px;
    padding: 14px;
  }

  .offer-image-link img {
    max-width: 94%;
    height: 178px;
  }

  .offer-copy {
    padding: 20px;
  }

  .offer-card .price {
    font-size: clamp(1.85rem, 8vw, 2.55rem);
  }

  .product-buy .price {
    font-size: 1.34rem;
  }

  .recommendation-card .price {
    font-size: 1.3rem;
  }
}

@media (max-width: 520px) {
  .product-image {
    min-height: 144px;
  }

  .product-card img {
    height: 128px;
  }

  .product-buy .price,
  .recommendation-card .price {
    font-size: 1.22rem;
  }

  .recommendation-card > a {
    min-height: 136px;
  }

  .recommendation-card img {
    height: 124px;
  }
}

/* Final offer sizing guard: keep CTAs visible and cards compact */
.offer-grid {
  align-items: stretch;
}

.offer-card {
  height: clamp(260px, 22vw, 320px);
  min-height: 0;
}

.offer-image-link {
  min-height: 0;
  height: 100%;
  padding: clamp(14px, 1.8vw, 24px);
}

.offer-image-link img {
  height: min(220px, 78%);
  max-height: 220px;
}

.offer-copy {
  justify-content: center;
  gap: 12px;
}

.offer-copy h3 {
  margin: 0;
  max-width: 10ch;
  font-size: clamp(1.65rem, 2.1vw, 2.55rem);
  letter-spacing: -0.035em;
}

.offer-copy p {
  margin: 0;
  font-size: clamp(0.95rem, 1vw, 1.1rem);
}

.offer-bottom {
  display: grid;
  grid-template-columns: minmax(0, max-content) minmax(132px, 1fr);
  align-items: center;
  gap: 14px;
  width: 100%;
  margin-top: 2px;
}

.offer-card .price {
  font-size: clamp(1.75rem, 2.25vw, 2.55rem);
  white-space: nowrap;
}

.offer-card .add-button {
  width: 100%;
  min-width: 0;
  min-height: 48px;
  padding: 0 16px;
}

@media (max-width: 1100px) {
  .offer-grid {
    grid-template-columns: 1fr;
  }

  .offer-card {
    height: auto;
    min-height: 250px;
  }
}

@media (max-width: 820px) {
  .offer-card {
    height: auto;
  }

  .offer-bottom {
    grid-template-columns: 1fr;
  }

  .offer-image-link img {
    height: 172px;
    max-height: 172px;
  }
}

/* Storefront polish: Apple-clean hero, offers, and product purchase row */
.hero {
  align-items: center;
  min-height: calc(100svh - 92px);
  padding-top: clamp(34px, 5vw, 70px);
  padding-bottom: clamp(34px, 5vw, 74px);
  background: linear-gradient(180deg, #ffffff 0%, #f7f9ff 100%);
}

.hero-media {
  min-height: clamp(420px, 48vw, 720px);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.hero-media::before {
  inset: 12% 0 5% 4%;
  border-radius: 44% 0 0 44%;
  background: linear-gradient(135deg, rgba(70, 105, 189, 0.13), rgba(70, 105, 189, 0.04));
}

.hero-cluster {
  width: min(100%, 900px);
  height: min(720px, 48vw);
  object-fit: contain;
  object-position: center bottom;
  filter: drop-shadow(0 28px 54px rgba(34, 59, 112, 0.14));
}

.hero-points {
  width: min(100%, 760px);
  gap: 0;
  margin-top: clamp(26px, 4vw, 46px);
  overflow: hidden;
  border: 1px solid var(--ndore-line);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 20px 70px rgba(34, 59, 112, 0.08);
  backdrop-filter: blur(16px);
}

.hero-points div {
  min-height: 92px;
  padding: 18px 20px 18px 58px;
  border: 0;
  border-right: 1px solid var(--ndore-line);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.hero-points div:last-child {
  border-right: 0;
}

.hero-points div::before {
  left: 20px;
  width: 24px;
  height: 24px;
  color: var(--ndore-ink);
  background: transparent;
  box-shadow: none;
}

.hero-points div:nth-child(1)::before {
  content: "□";
}

.hero-points div:nth-child(2)::before {
  content: "◇";
}

.hero-points div:nth-child(3)::before {
  content: "▣";
}

.hero-points strong {
  font-size: 0.98rem;
  letter-spacing: -0.01em;
}

.hero-points span {
  font-size: 0.94rem;
}

.section-bar,
.checkout-trust {
  position: relative;
  gap: 0;
  overflow: hidden;
  border: 1px solid var(--ndore-line);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 18px 54px rgba(34, 59, 112, 0.065);
}

.section-bar > div,
.checkout-trust > div {
  display: grid;
  align-content: center;
  min-height: 92px;
  padding: 22px clamp(22px, 3vw, 42px);
  border-right: 1px solid var(--ndore-line);
  background: transparent;
  box-shadow: none;
}

.section-bar > div:last-child,
.checkout-trust > div:last-child {
  border-right: 0;
}

.checkout-trust .trust-icon {
  color: var(--ndore-ink);
  background: transparent;
  box-shadow: none;
}

.offers {
  margin-top: clamp(30px, 5vw, 74px);
  padding: clamp(22px, 3vw, 38px);
  border: 1px solid var(--ndore-line);
  border-radius: 34px;
  background:
    linear-gradient(135deg, rgba(70, 105, 189, 0.08), rgba(255, 255, 255, 0) 42%),
    #ffffff;
  box-shadow: 0 22px 70px rgba(34, 59, 112, 0.075);
}

.offers-head {
  align-items: end;
  margin-bottom: clamp(18px, 2vw, 28px);
}

.offers-head h2 {
  max-width: 720px;
  color: var(--ndore-ink);
  font-size: clamp(2.4rem, 4vw, 5rem);
  text-align: right;
}

.offer-card {
  height: clamp(260px, 21vw, 315px);
  border-radius: 30px;
  background: #ffffff;
}

.offer-card::after {
  inset: 0 0 0 50%;
  background: linear-gradient(135deg, rgba(70, 105, 189, 0.065), rgba(255, 255, 255, 0));
}

.offer-image-link {
  background: #ffffff;
}

.offer-image-link img {
  width: min(92%, 360px);
  height: min(214px, 78%);
  max-height: 214px;
}

.offer-copy {
  padding: clamp(22px, 3vw, 44px);
}

.offer-copy h3 {
  max-width: 11ch;
  font-size: clamp(1.7rem, 2.25vw, 2.7rem);
}

.offer-bottom {
  grid-template-columns: minmax(0, max-content) minmax(130px, 1fr);
}

.product-buy {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
}

.product-buy .add-button {
  position: relative;
  order: 1;
  min-width: 0;
  min-height: 50px;
  padding: 0 48px 0 24px;
  overflow: hidden;
}

.product-buy .add-button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 18px;
  width: 18px;
  height: 18px;
  opacity: 0;
  transform: translate(8px, -50%);
  background: no-repeat center / contain url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23ffffff' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6.2 6h15l-1.7 8.5H8L6.2 6Z'/%3E%3Cpath d='M6.2 6 5.7 3.8H2.8'/%3E%3Cpath d='M8.4 18.7h.1'/%3E%3Cpath d='M18 18.7h.1'/%3E%3C/svg%3E");
  transition: opacity 180ms ease, transform 180ms ease;
}

.product-buy .add-button:hover::after,
.product-buy .add-button:focus-visible::after {
  opacity: 1;
  transform: translate(0, -50%);
}

.product-buy .price-mount {
  order: 2;
  justify-self: end;
  text-align: right;
}

.product-buy .price,
.product-buy .current-price {
  display: inline-flex;
  align-items: center;
  min-height: 46px;
  padding: 0 14px;
  border: 1px solid rgba(70, 105, 189, 0.16);
  border-radius: 999px;
  color: var(--ndore-blue-deep);
  background: linear-gradient(180deg, #f7f9ff, #eef4ff);
  font-size: clamp(1.45rem, 1.75vw, 1.85rem);
  line-height: 1;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.product-buy .price-stack {
  align-items: flex-end;
}

.product-buy .old-price {
  margin-right: 12px;
}

@media (max-width: 1180px) {
  .product-buy {
    grid-template-columns: 1fr;
  }

  .product-buy .price-mount {
    order: 1;
  }

  .product-buy .add-button {
    order: 2;
  }

  .product-buy .price-mount {
    justify-self: start;
    text-align: left;
  }
}

@media (max-width: 820px) {
  .hero {
    min-height: auto;
    padding-top: 22px;
  }

  .hero-media {
    min-height: 0;
  }

  .hero-points,
  .section-bar,
  .checkout-trust {
    border-radius: 20px;
  }

  .hero-points div,
  .section-bar > div,
  .checkout-trust > div {
    border-right: 0;
    border-bottom: 1px solid var(--ndore-line);
  }

  .hero-points div:last-child,
  .section-bar > div:last-child,
  .checkout-trust > div:last-child {
    border-bottom: 0;
  }

  .offers {
    padding: 18px;
    border-radius: 26px;
  }

  .offers-head h2 {
    text-align: left;
  }

  .product-buy {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .product-buy .add-button {
    order: 1;
  }

  .product-buy .price-mount {
    order: 2;
    justify-self: end;
    text-align: right;
  }

  .product-buy .price,
  .product-buy .current-price {
    min-height: 40px;
    padding: 0 12px;
    font-size: 1.22rem;
  }
}

@media (max-width: 560px) {
  .product-buy {
    grid-template-columns: 1fr;
  }

  .product-buy .price-mount {
    order: 1;
  }

  .product-buy .add-button {
    order: 2;
  }

  .product-buy .price-mount {
    justify-self: start;
    text-align: left;
  }

  .product-buy .add-button {
    padding-right: 44px;
  }
}

/* Trust strip + cart button alignment polish */
.hero-points,
.section-bar {
  background: rgba(255, 255, 255, 0.92);
}

.hero-points div,
.section-bar > div {
  position: relative;
  grid-template-columns: auto minmax(0, 1fr);
  column-gap: 18px;
  align-items: center;
  align-content: center;
}

.hero-points div {
  padding: 22px clamp(20px, 2.6vw, 34px);
}

.section-bar > div {
  padding: 26px clamp(28px, 4vw, 64px);
}

.hero-points div::before,
.section-bar > div::before {
  position: static;
  display: block;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(70, 105, 189, 0.2);
  border-radius: 999px;
  background-color: #f5f8ff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.92);
}

.hero-points div:nth-child(1)::before,
.section-bar > div:nth-child(2)::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%234669bd' stroke-width='2.3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16Z'/%3E%3Cpath d='m3.3 7 8.7 5 8.7-5'/%3E%3Cpath d='M12 22V12'/%3E%3C/svg%3E");
}

.hero-points div:nth-child(2)::before,
.section-bar > div:nth-child(1)::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%234669bd' stroke-width='2.3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M10 17h4V5H2v12h3'/%3E%3Cpath d='M14 8h4l4 4v5h-3'/%3E%3Ccircle cx='7.5' cy='17.5' r='2.5'/%3E%3Ccircle cx='16.5' cy='17.5' r='2.5'/%3E%3C/svg%3E");
}

.hero-points div:nth-child(3)::before,
.section-bar > div:nth-child(3)::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%234669bd' stroke-width='2.3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.68 0C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1Z'/%3E%3Cpath d='m9 12 2 2 4-4'/%3E%3C/svg%3E");
}

.hero-points strong,
.hero-points span,
.section-bar strong,
.section-bar span {
  grid-column: 2;
}

.hero-points strong,
.section-bar strong {
  align-self: end;
  font-size: clamp(1.02rem, 1.25vw, 1.22rem);
  line-height: 1.05;
}

.hero-points span,
.section-bar span {
  align-self: start;
  margin-top: 4px;
  font-size: clamp(0.95rem, 1.08vw, 1.08rem);
  line-height: 1.25;
}

.section-bar {
  width: min(100% - 36px, 1240px);
  margin-left: auto;
  margin-right: auto;
}

.section-bar > div {
  min-height: 106px;
}

.product-buy .add-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-left: 24px;
  padding-right: 24px;
}

.product-buy .add-button::after {
  pointer-events: none;
}

@media (min-width: 821px) {
  .section-bar > div {
    grid-template-columns: 44px minmax(0, 1fr);
  }
}

@media (max-width: 820px) {
  .hero-points div,
  .section-bar > div {
    padding: 18px 20px;
  }

  .hero-points div::before,
  .section-bar > div::before {
    width: 34px;
    height: 34px;
    background-size: 18px 18px;
  }
}

/* Hero image cleanup: larger product photo, no blue backing panel */
.hero {
  background: linear-gradient(180deg, #ffffff 0%, #fbfcff 100%);
}

.hero-media {
  min-height: clamp(480px, 52vw, 780px);
}

.hero-media::before {
  display: none;
}

.hero-cluster {
  width: min(112%, 1040px);
  height: min(800px, 54vw);
  object-fit: contain;
  object-position: center center;
}

@media (max-width: 1100px) {
  .hero-cluster {
    width: min(108%, 920px);
    height: min(660px, 52vw);
  }
}

@media (max-width: 900px) {
  .hero-media {
    min-height: 0;
  }
}

/* Final public polish: cleaner hero, single trust strip, readable cart drawer */
body:not(.admin-shell) main {
  padding-top: 0;
}

.hero {
  min-height: auto;
  padding-top: clamp(16px, 2vw, 28px);
  padding-bottom: clamp(22px, 3vw, 44px);
  align-items: center;
}

.hero::before,
.hero-media::before,
.hero-points {
  display: none !important;
}

.hero-copy {
  padding-top: 0;
}

.hero-media {
  min-height: clamp(560px, 54vw, 860px);
}

.hero-cluster {
  width: min(126%, 1180px);
  height: min(900px, 60vw);
  object-fit: contain;
  object-position: center center;
}

.section-bar {
  width: min(100% - 56px, 1320px);
  margin: clamp(12px, 1.6vw, 24px) auto clamp(34px, 4vw, 58px);
  padding: 0;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.96);
}

.section-bar > div {
  min-height: 82px;
  padding: 16px clamp(22px, 4vw, 58px);
  grid-template-columns: 54px minmax(0, 1fr);
  column-gap: 18px;
}

.section-bar > div::before {
  width: 48px;
  height: 48px;
  background-color: #f7f9ff;
  background-size: 25px 25px;
}

.section-bar strong {
  font-size: clamp(1.02rem, 1.15vw, 1.18rem);
}

.section-bar span {
  font-size: clamp(0.92rem, 1vw, 1rem);
}

.mini-cart {
  display: flex;
  flex-direction: column;
  width: min(520px, 100%);
  max-height: 100svh;
  overflow: hidden;
  padding: clamp(22px, 4vw, 42px);
}

.mini-cart .drawer-head {
  flex: 0 0 auto;
  align-items: flex-start;
  margin-bottom: 18px;
}

.mini-cart .drawer-head h2 {
  max-width: calc(100% - 86px);
  font-size: clamp(3.2rem, 10vw, 5.2rem);
  line-height: 0.9;
}

.mini-cart [data-drawer-items] {
  flex: 1 1 auto;
  min-height: 120px;
  max-height: min(42svh, 420px);
  overflow-y: auto;
  overscroll-behavior: contain;
  padding-right: 6px;
}

.mini-cart .cart-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  min-height: 86px;
  padding: 12px 0;
}

.mini-cart .cart-product {
  grid-template-columns: 70px minmax(0, 1fr);
}

.mini-cart .cart-product img {
  width: 70px;
  height: 70px;
  border-radius: 16px;
}

.mini-cart .cart-title {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 1rem;
}

.mini-cart .qty {
  grid-template-columns: 36px 34px 36px;
  min-width: 118px;
}

.mini-cart .drawer-total,
.mini-cart .drawer-related,
.mini-cart > .primary-link {
  flex: 0 0 auto;
}

@media (min-width: 1180px) {
  .hero {
    grid-template-columns: minmax(0, 0.78fr) minmax(520px, 1.22fr);
  }
}

@media (max-width: 900px) {
  .hero {
    padding-top: 18px;
    padding-bottom: 28px;
  }

  .hero-media {
    display: none;
  }

  .section-bar {
    width: min(100% - 28px, 620px);
    margin-top: 6px;
    border-radius: 18px;
  }

  .section-bar > div {
    min-height: 70px;
    padding: 14px 16px;
    grid-template-columns: 46px minmax(0, 1fr);
  }

  .section-bar > div::before {
    width: 40px;
    height: 40px;
    background-size: 22px 22px;
  }
}

@media (max-width: 560px) {
  .mini-cart {
    padding: 22px 18px;
  }

  .mini-cart .drawer-head h2 {
    font-size: clamp(3rem, 18vw, 4.7rem);
  }

  .mini-cart [data-drawer-items] {
    max-height: 36svh;
  }

  .mini-cart .cart-row {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .mini-cart .qty {
    justify-self: end;
  }
}

/* Cart drawer rescue: keep real cart items visible before recommendations. */
.mini-cart {
  padding: clamp(18px, 3vw, 32px);
}

.mini-cart .drawer-head {
  margin-bottom: 12px;
}

.mini-cart .drawer-head h2 {
  font-size: clamp(2.8rem, 7vw, 4.25rem);
  line-height: 0.92;
}

.mini-cart [data-drawer-items] {
  min-height: 180px;
  max-height: min(48svh, 460px);
}

.mini-cart .drawer-related {
  max-height: min(28svh, 300px);
  overflow-y: auto;
  padding-right: 6px;
}

.mini-cart .drawer-total {
  margin-top: 12px;
  padding-top: 14px;
}

@media (max-width: 560px) {
  .mini-cart .drawer-head h2 {
    font-size: clamp(2.8rem, 14vw, 4rem);
  }

  .mini-cart [data-drawer-items] {
    min-height: 210px;
    max-height: 44svh;
  }

  .mini-cart .drawer-related {
    max-height: 24svh;
  }
}

/* Premium cleanup pass: trust strip and offer cards */
.section-bar {
  width: min(100% - 48px, 1440px);
  margin: clamp(18px, 2.6vw, 34px) auto clamp(38px, 5vw, 72px);
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid #dbe6fb;
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 22px 55px rgba(20, 36, 68, 0.06);
}

.section-bar > div {
  min-height: 86px;
  padding: 20px clamp(26px, 4vw, 70px);
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  column-gap: 18px;
  align-items: center;
  border-right: 1px solid #dbe6fb;
}

.section-bar > div:last-child {
  border-right: 0;
}

.section-bar > div::before {
  content: "";
  width: 54px;
  height: 54px;
  grid-row: 1 / span 2;
  border: 1px solid #dbe6fb;
  border-radius: 999px;
  background-color: #f7f9ff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 28px 28px;
}

.section-bar > div:nth-child(1)::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 24 24' fill='none' stroke='%233759b8' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14 18V6a2 2 0 0 0-2-2H3v14h2'/%3E%3Cpath d='M15 18H9'/%3E%3Cpath d='M19 18h2v-6l-3-4h-4'/%3E%3Ccircle cx='7' cy='18' r='2'/%3E%3Ccircle cx='17' cy='18' r='2'/%3E%3C/svg%3E");
}

.section-bar > div:nth-child(2)::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 24 24' fill='none' stroke='%233759b8' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m21 16-9 5-9-5V8l9-5 9 5v8Z'/%3E%3Cpath d='m3.3 7.5 8.7 5 8.7-5'/%3E%3Cpath d='M12 22V12'/%3E%3C/svg%3E");
}

.section-bar > div:nth-child(3)::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 24 24' fill='none' stroke='%233759b8' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10Z'/%3E%3Cpath d='m9 12 2 2 4-5'/%3E%3C/svg%3E");
}

.section-bar strong {
  font-size: clamp(1.02rem, 1.1vw, 1.2rem);
  line-height: 1.08;
}

.section-bar span {
  margin-top: 4px;
  font-size: clamp(0.9rem, 0.95vw, 1rem);
  line-height: 1.25;
}

.offers {
  width: min(100% - 48px, 1480px);
  margin: clamp(30px, 4vw, 64px) auto;
  padding: clamp(24px, 4vw, 52px);
  overflow: hidden;
  border: 1px solid #dbe6fb;
  border-radius: 32px;
  background: linear-gradient(180deg, #fff 0%, #f8fbff 100%);
  box-shadow: 0 22px 60px rgba(20, 36, 68, 0.06);
}

.offers-head {
  margin: 0 0 28px;
  padding: 0 0 24px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-bottom: 1px solid #e8eefb;
}

.offers-head .eyebrow {
  display: none !important;
}

.offers-head h2 {
  margin: 0;
  font-size: clamp(2.2rem, 4.3vw, 4.4rem);
  line-height: 0.95;
  text-align: right;
  letter-spacing: 0;
}

.offer-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.offer-card {
  min-height: 300px;
  height: auto !important;
  display: grid;
  grid-template-columns: minmax(220px, 0.95fr) minmax(260px, 1fr);
  overflow: hidden;
  border: 1px solid #dbe6fb;
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(20, 36, 68, 0.07);
}

.offer-card::before,
.offer-card::after {
  display: none !important;
}

.offer-image-link {
  min-height: 300px;
  height: 100%;
  padding: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #fff !important;
}

.offer-image-link img,
.offer-card img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 310px;
  object-fit: contain;
  object-position: center;
  border-radius: 0;
}

.offer-copy {
  min-width: 0;
  padding: 30px clamp(24px, 3vw, 42px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 14px;
  background: linear-gradient(135deg, #fff, #f8fbff);
}

.offer-pill {
  align-self: flex-start;
  padding: 10px 18px;
  border-radius: 999px;
  background: #f85b58;
  color: #fff;
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.offer-copy h3 {
  margin: 0;
  font-size: clamp(1.9rem, 2.6vw, 3rem);
  line-height: 1;
}

.offer-copy h3 a {
  color: inherit;
  text-decoration: none;
}

.offer-copy p {
  margin: 0;
  color: #315bb2;
  font-size: 1.04rem;
  font-weight: 800;
}

.offer-bottom {
  margin-top: 4px;
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.offer-card .price-mount {
  min-width: 0;
  display: flex;
  align-items: baseline;
  gap: 8px;
}

.offer-card .price {
  color: #345cb8;
  font-size: clamp(2rem, 2.6vw, 2.75rem);
  line-height: 1;
  font-weight: 900;
  white-space: nowrap;
}

.offer-card .old-price {
  font-size: clamp(1.02rem, 1.2vw, 1.25rem);
}

.product-card .add-button,
.offer-card .add-button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
}

.offer-card .add-button {
  min-width: 168px;
  min-height: 52px;
  padding: 0 22px;
  border-radius: 999px;
  line-height: 1.05;
}

@media (max-width: 1100px) {
  .offer-grid {
    grid-template-columns: 1fr;
  }

  .offer-card {
    grid-template-columns: minmax(0, 1fr);
  }

  .offer-image-link {
    min-height: 240px;
  }
}

@media (max-width: 800px) {
  .section-bar {
    width: min(100% - 24px, 520px);
    grid-template-columns: 1fr;
    border-radius: 22px;
  }

  .section-bar > div {
    min-height: 82px;
    padding: 18px 20px;
    border-right: 0;
    border-bottom: 1px solid #dbe6fb;
  }

  .section-bar > div:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 640px) {
  .offers {
    width: min(100% - 24px, 520px);
    padding: 16px;
    border-radius: 24px;
  }

  .offers-head {
    justify-content: flex-start;
  }

  .offers-head h2 {
    font-size: 2.25rem;
    text-align: left;
  }

  .offer-grid {
    gap: 16px;
  }

  .offer-card {
    border-radius: 22px;
  }

  .offer-copy {
    padding: 22px;
  }

  .offer-copy h3 {
    font-size: 2rem;
  }

  .offer-bottom {
    flex-direction: column;
    align-items: stretch;
  }

  .offer-card .add-button {
    width: 100%;
  }

  .offer-image-link {
    min-height: 220px;
    padding: 18px;
  }
}

/* Final polish: compact Apple-style offers and a cleaner trust strip. */
.hero-points {
  display: none !important;
}

.section-bar {
  width: min(100% - 56px, 1320px) !important;
  margin: clamp(22px, 3vw, 44px) auto clamp(34px, 4vw, 58px) !important;
  padding: 0 !important;
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  background: #fff !important;
  border: 1px solid #dfe8fb !important;
  border-radius: 26px !important;
  overflow: hidden !important;
  box-shadow: 0 18px 48px rgba(32, 54, 96, 0.055) !important;
}

.section-bar > div {
  min-height: 86px !important;
  padding: 18px clamp(28px, 4.2vw, 74px) !important;
  display: grid !important;
  grid-template-columns: 54px minmax(0, 1fr) !important;
  column-gap: 20px !important;
  align-items: center !important;
  border-right: 1px solid #dfe8fb !important;
  border-bottom: 0 !important;
}

.section-bar > div:last-child {
  border-right: 0 !important;
}

.section-bar > div::before {
  width: 50px !important;
  height: 50px !important;
  border-radius: 999px !important;
  background-color: #f7faff !important;
  border: 1px solid #dbe6fb !important;
  background-size: 24px 24px !important;
}

.section-bar strong {
  margin: 0 !important;
  font-size: clamp(1rem, 1vw, 1.14rem) !important;
  line-height: 1.08 !important;
}

.section-bar span {
  margin: 4px 0 0 !important;
  color: #667086 !important;
  font-size: clamp(0.9rem, 0.92vw, 1rem) !important;
  line-height: 1.25 !important;
}

.offers {
  width: min(100% - 56px, 1400px) !important;
  margin: clamp(34px, 4vw, 62px) auto !important;
  padding: clamp(22px, 3vw, 38px) !important;
  border: 1px solid #dfe8fb !important;
  border-radius: 30px !important;
  background: linear-gradient(180deg, #fff 0%, #fbfdff 100%) !important;
  box-shadow: 0 20px 55px rgba(22, 40, 72, 0.065) !important;
  overflow: visible !important;
}

.offers-head {
  margin: 0 0 24px !important;
  padding: 0 0 18px !important;
  justify-content: flex-end !important;
  border-bottom: 1px solid #e8eefb !important;
}

.offers-head h2 {
  margin: 0 !important;
  font-size: clamp(2.1rem, 3.8vw, 4rem) !important;
  line-height: 0.96 !important;
  text-align: right !important;
  letter-spacing: 0 !important;
}

.offer-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 22px !important;
  align-items: stretch !important;
}

.offer-card {
  min-height: 260px !important;
  height: auto !important;
  max-height: none !important;
  display: grid !important;
  grid-template-columns: minmax(220px, 44%) minmax(0, 1fr) !important;
  overflow: hidden !important;
  border: 1px solid #dfe8fb !important;
  border-radius: 28px !important;
  background: #fff !important;
  box-shadow: 0 16px 40px rgba(22, 40, 72, 0.065) !important;
}

.offer-image-link {
  min-height: 260px !important;
  height: 100% !important;
  padding: 20px 22px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: #fff !important;
  overflow: hidden !important;
}

.offer-image-link img,
.offer-card img {
  width: 100% !important;
  height: 100% !important;
  max-height: 240px !important;
  object-fit: contain !important;
  object-position: center !important;
}

.offer-copy {
  min-width: 0 !important;
  padding: 24px clamp(22px, 2.4vw, 34px) !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  gap: 12px !important;
  background: linear-gradient(135deg, #fff 0%, #f9fbff 100%) !important;
}

.offer-pill {
  padding: 8px 15px !important;
  font-size: 0.74rem !important;
}

.offer-copy h3 {
  max-width: 12ch !important;
  margin: 0 !important;
  font-size: clamp(1.45rem, 2vw, 2.4rem) !important;
  line-height: 1.02 !important;
  overflow-wrap: break-word !important;
}

.offer-copy p {
  max-width: 28ch !important;
  margin: 0 !important;
  font-size: clamp(0.95rem, 1vw, 1.08rem) !important;
  line-height: 1.25 !important;
}

.offer-bottom {
  margin-top: 6px !important;
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  flex-wrap: nowrap !important;
}

.offer-card .price-mount {
  flex: 0 0 auto !important;
  min-width: 0 !important;
}

.offer-card .price {
  font-size: clamp(1.85rem, 2.4vw, 2.55rem) !important;
  line-height: 0.95 !important;
  white-space: nowrap !important;
}

.offer-card .old-price {
  font-size: 1rem !important;
}

.offer-card .add-button {
  flex: 0 0 auto !important;
  min-width: 150px !important;
  max-width: 190px !important;
  min-height: 50px !important;
  padding: 0 22px !important;
  border-radius: 999px !important;
  white-space: normal !important;
}

@media (max-width: 1180px) {
  .offer-grid {
    grid-template-columns: 1fr !important;
  }

  .offer-card {
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1fr) !important;
  }
}

@media (max-width: 800px) {
  .section-bar {
    width: min(100% - 24px, 520px) !important;
    grid-template-columns: 1fr !important;
    border-radius: 22px !important;
  }

  .section-bar > div {
    min-height: 76px !important;
    padding: 16px 20px !important;
    border-right: 0 !important;
    border-bottom: 1px solid #dfe8fb !important;
  }

  .section-bar > div:last-child {
    border-bottom: 0 !important;
  }

  .offers {
    width: min(100% - 24px, 520px) !important;
    padding: 16px !important;
    border-radius: 24px !important;
  }

  .offers-head {
    justify-content: flex-start !important;
  }

  .offers-head h2 {
    font-size: 2.25rem !important;
    text-align: left !important;
  }

  .offer-grid {
    gap: 16px !important;
  }

  .offer-card {
    grid-template-columns: 1fr !important;
    border-radius: 22px !important;
  }

  .offer-image-link {
    min-height: 220px !important;
    padding: 18px !important;
  }

  .offer-image-link img,
  .offer-card img {
    max-height: 210px !important;
  }

  .offer-copy {
    padding: 22px !important;
  }

  .offer-copy h3 {
    max-width: 100% !important;
    font-size: 2rem !important;
  }

  .offer-bottom {
    flex-direction: column !important;
    align-items: stretch !important;
  }

  .offer-card .add-button {
    width: 100% !important;
    max-width: none !important;
  }
}

/* Final storefront polish: compact offers + clean trust strip. */
.hero-points {
  display: none !important;
}

.section-bar {
  max-width: min(1800px, calc(100% - 72px)) !important;
  margin: clamp(22px, 3vw, 42px) auto clamp(56px, 6vw, 88px) !important;
  padding: 0 !important;
  min-height: 116px !important;
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  align-items: stretch !important;
  background: #fff !important;
  border: 1px solid #dce6f8 !important;
  border-radius: 28px !important;
  box-shadow: 0 24px 70px rgba(29, 56, 102, 0.08) !important;
  overflow: hidden !important;
}

.section-bar > div {
  display: grid !important;
  grid-template-columns: auto 1fr !important;
  align-items: center !important;
  justify-content: start !important;
  gap: 22px !important;
  padding: 24px clamp(26px, 4vw, 58px) !important;
  min-height: 116px !important;
  border-right: 1px solid #dce6f8 !important;
  background: #fff !important;
}

.section-bar > div:last-child {
  border-right: 0 !important;
}

.section-bar > div::before {
  display: none !important;
}

.section-bar-icon {
  display: inline-flex !important;
  width: 58px !important;
  height: 58px !important;
  align-items: center !important;
  justify-content: center !important;
  flex: 0 0 auto !important;
  color: var(--brand-blue) !important;
  background: #f7faff !important;
  border: 1px solid #d8e3f8 !important;
  border-radius: 50% !important;
}

.section-bar-icon svg {
  width: 30px !important;
  height: 30px !important;
  stroke: currentColor !important;
  stroke-width: 2.2 !important;
}

.section-bar-copy {
  display: grid !important;
  gap: 4px !important;
}

.section-bar-copy strong {
  color: var(--ink) !important;
  font-size: clamp(20px, 1.35vw, 26px) !important;
  line-height: 1.05 !important;
  font-weight: 900 !important;
}

.section-bar-copy > span {
  color: var(--muted) !important;
  font-size: clamp(16px, 1vw, 20px) !important;
  line-height: 1.2 !important;
  font-weight: 700 !important;
}

.offers {
  max-width: min(1800px, calc(100% - 72px)) !important;
  margin: 0 auto clamp(64px, 7vw, 110px) !important;
  padding: clamp(26px, 3.5vw, 54px) !important;
  background: linear-gradient(180deg, #fff 0%, #f9fbff 100%) !important;
  border: 1px solid #dce6f8 !important;
  border-radius: 34px !important;
  box-shadow: 0 28px 90px rgba(41, 70, 124, 0.08) !important;
  overflow: hidden !important;
}

.offers-head {
  display: flex !important;
  justify-content: flex-end !important;
  align-items: flex-end !important;
  gap: 24px !important;
  padding: 0 0 24px !important;
  margin: 0 0 28px !important;
  border-bottom: 1px solid #e6edf9 !important;
}

.offers-head h2 {
  margin: 0 !important;
  color: var(--ink) !important;
  font-size: clamp(42px, 5vw, 78px) !important;
  line-height: 0.9 !important;
  text-align: right !important;
}

.offer-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 24px !important;
  align-items: stretch !important;
}

.offer-card {
  position: relative !important;
  display: grid !important;
  grid-template-columns: minmax(250px, 0.95fr) minmax(250px, 1.05fr) !important;
  min-height: 300px !important;
  max-height: none !important;
  overflow: hidden !important;
  border: 1px solid #dce6f8 !important;
  border-radius: 28px !important;
  background: #fff !important;
  box-shadow: none !important;
}

.offer-card::before,
.offer-card::after {
  display: none !important;
  content: none !important;
}

.offer-image-link {
  display: flex !important;
  min-height: 300px !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 26px !important;
  background: #fff !important;
  overflow: hidden !important;
}

.offer-image-link img,
.offer-card img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-height: 260px !important;
  object-fit: contain !important;
  object-position: center !important;
  transform: none !important;
  filter: none !important;
}

.offer-copy {
  min-width: 0 !important;
  padding: 32px 34px !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: flex-start !important;
  gap: 16px !important;
  background: linear-gradient(135deg, #f8fbff 0%, #fff 72%) !important;
}

.offer-pill {
  padding: 10px 18px !important;
  border-radius: 999px !important;
  background: #f65b58 !important;
  color: #fff !important;
  font-size: 15px !important;
  line-height: 1 !important;
  font-weight: 900 !important;
  letter-spacing: 0.05em !important;
  text-transform: uppercase !important;
}

.offer-copy h3 {
  margin: 0 !important;
  max-width: 11ch !important;
  color: var(--ink) !important;
  font-size: clamp(30px, 3.1vw, 50px) !important;
  line-height: 0.94 !important;
}

.offer-copy h3 a {
  color: inherit !important;
  text-decoration: none !important;
}

.offer-copy p {
  margin: 0 !important;
  color: var(--brand-blue) !important;
  font-size: clamp(18px, 1.5vw, 24px) !important;
  line-height: 1.2 !important;
  font-weight: 800 !important;
}

.offer-bottom {
  width: 100% !important;
  display: grid !important;
  grid-template-columns: auto minmax(150px, 1fr) !important;
  align-items: center !important;
  gap: 16px !important;
  margin-top: 4px !important;
}

.offer-card .price-mount {
  margin: 0 !important;
  min-width: 0 !important;
}

.offer-card .price,
.offer-card .current-price {
  color: var(--brand-blue) !important;
  font-size: clamp(34px, 3vw, 48px) !important;
  line-height: 1 !important;
  font-weight: 900 !important;
}

.offer-card .old-price {
  font-size: clamp(18px, 1.4vw, 22px) !important;
}

.offer-card .add-button {
  width: 100% !important;
  min-width: 0 !important;
  min-height: 60px !important;
  padding: 0 22px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 999px !important;
  text-align: center !important;
  line-height: 1.05 !important;
  white-space: normal !important;
}

@media (max-width: 980px) {
  .section-bar {
    max-width: calc(100% - 28px) !important;
    grid-template-columns: 1fr !important;
    margin: 24px auto 42px !important;
    border-radius: 24px !important;
  }

  .section-bar > div {
    min-height: 92px !important;
    padding: 18px 20px !important;
    border-right: 0 !important;
    border-bottom: 1px solid #dce6f8 !important;
    gap: 16px !important;
  }

  .section-bar > div:last-child {
    border-bottom: 0 !important;
  }

  .section-bar-icon {
    width: 48px !important;
    height: 48px !important;
  }

  .section-bar-icon svg {
    width: 25px !important;
    height: 25px !important;
  }

  .section-bar-copy strong {
    font-size: 18px !important;
  }

  .section-bar-copy > span {
    font-size: 15px !important;
  }

  .offers {
    max-width: calc(100% - 28px) !important;
    padding: 20px !important;
    border-radius: 26px !important;
  }

  .offers-head {
    justify-content: flex-start !important;
    align-items: flex-start !important;
    margin-bottom: 18px !important;
    padding-bottom: 18px !important;
  }

  .offers-head h2 {
    font-size: 42px !important;
    text-align: left !important;
  }

  .offer-grid {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }

  .offer-card {
    grid-template-columns: 1fr !important;
    min-height: 0 !important;
    border-radius: 24px !important;
  }

  .offer-image-link {
    min-height: 210px !important;
    padding: 18px !important;
  }

  .offer-image-link img,
  .offer-card img {
    max-height: 205px !important;
  }

  .offer-copy {
    padding: 22px !important;
    gap: 12px !important;
  }

  .offer-copy h3 {
    max-width: none !important;
    font-size: 32px !important;
  }

  .offer-bottom {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 520px) {
  .offers-head h2 {
    font-size: 36px !important;
  }

  .offer-card .price,
  .offer-card .current-price {
    font-size: 34px !important;
  }

  .offer-card .add-button {
    min-height: 54px !important;
  }
}

/* Final cleanup: premium offer tiles + one clean trust strip. */
.hero-points {
  display: none !important;
}

.section-bar {
  width: min(1760px, calc(100% - 88px)) !important;
  max-width: none !important;
  margin: 28px auto 54px !important;
  padding: 0 !important;
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  overflow: hidden !important;
  background: rgba(255, 255, 255, 0.96) !important;
  border: 1px solid #dce6f8 !important;
  border-radius: 30px !important;
  box-shadow: 0 22px 58px rgba(36, 72, 142, 0.08) !important;
}

.section-bar > div {
  min-height: 118px !important;
  padding: 26px 54px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 24px !important;
  background: #fff !important;
  border-right: 1px solid #dce6f8 !important;
  border-bottom: 0 !important;
}

.section-bar > div:last-child {
  border-right: 0 !important;
}

.section-bar > div::before {
  content: none !important;
  display: none !important;
}

.section-bar-icon {
  width: 64px !important;
  height: 64px !important;
  flex: 0 0 64px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 999px !important;
  background: #f6f9ff !important;
  border: 1px solid #d7e2f6 !important;
  color: var(--brand-blue) !important;
}

.section-bar-icon svg {
  width: 32px !important;
  height: 32px !important;
  stroke: currentColor !important;
  stroke-width: 2.2 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
}

.section-bar-copy {
  min-width: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 6px !important;
}

.section-bar-copy strong {
  font-size: clamp(22px, 1.45vw, 30px) !important;
  line-height: 1.05 !important;
  color: var(--ink) !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
}

.section-bar-copy > span {
  font-size: clamp(17px, 1.05vw, 22px) !important;
  line-height: 1.18 !important;
  color: #667085 !important;
  font-weight: 800 !important;
}

.offers {
  width: min(1760px, calc(100% - 88px)) !important;
  max-width: none !important;
  margin: 42px auto 70px !important;
  padding: 42px 54px 54px !important;
  overflow: visible !important;
  background: linear-gradient(135deg, rgba(247, 250, 255, 0.96), #fff 54%, rgba(245, 248, 255, 0.92)) !important;
  border: 1px solid #dce6f8 !important;
  border-radius: 34px !important;
  box-shadow: 0 28px 70px rgba(39, 72, 135, 0.08) !important;
}

.offers-head {
  min-height: 0 !important;
  margin: 0 0 28px !important;
  padding: 0 0 22px !important;
  display: flex !important;
  align-items: flex-end !important;
  justify-content: flex-end !important;
  border-bottom: 1px solid #e5ecf8 !important;
}

.offers-head .eyebrow,
.offers-head p {
  display: none !important;
}

.offers-head h2 {
  margin: 0 !important;
  color: var(--ink) !important;
  font-size: clamp(46px, 4.8vw, 82px) !important;
  line-height: 0.92 !important;
  letter-spacing: 0 !important;
  text-align: right !important;
}

.offer-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 24px !important;
  align-items: stretch !important;
}

.offer-card {
  min-height: 280px !important;
  height: auto !important;
  max-height: none !important;
  display: grid !important;
  grid-template-columns: minmax(220px, 0.95fr) minmax(260px, 1.05fr) !important;
  overflow: hidden !important;
  background: #fff !important;
  border: 1px solid #dce6f8 !important;
  border-radius: 30px !important;
  box-shadow: 0 18px 42px rgba(36, 72, 142, 0.07) !important;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease !important;
}

.offer-card:hover {
  transform: translateY(-3px) !important;
  border-color: rgba(75, 110, 194, 0.34) !important;
  box-shadow: 0 26px 60px rgba(36, 72, 142, 0.12) !important;
}

.offer-card::before,
.offer-card::after {
  display: none !important;
  content: none !important;
}

.offer-image-link {
  min-height: 280px !important;
  height: 100% !important;
  padding: 24px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: hidden !important;
  background: #fff !important;
}

.offer-image-link img,
.offer-card img {
  width: 100% !important;
  height: 100% !important;
  max-width: 430px !important;
  max-height: 238px !important;
  display: block !important;
  object-fit: contain !important;
  object-position: center !important;
  transform: none !important;
}

.offer-copy {
  min-width: 0 !important;
  padding: 28px 34px !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: flex-start !important;
  gap: 14px !important;
  background: linear-gradient(135deg, #f9fbff 0%, #fff 70%) !important;
}

.offer-pill {
  align-self: flex-start !important;
  padding: 10px 18px !important;
  border-radius: 999px !important;
  background: #f65b58 !important;
  color: #fff !important;
  font-size: 14px !important;
  line-height: 1 !important;
  font-weight: 900 !important;
  letter-spacing: 0.04em !important;
  text-transform: uppercase !important;
}

.offer-copy h3 {
  margin: 0 !important;
  max-width: 12ch !important;
  color: var(--ink) !important;
  font-size: clamp(30px, 3vw, 50px) !important;
  line-height: 0.95 !important;
  letter-spacing: 0 !important;
}

.offer-copy h3 a {
  color: inherit !important;
  text-decoration: none !important;
}

.offer-copy p {
  margin: 0 !important;
  color: var(--brand-blue) !important;
  font-size: clamp(17px, 1.35vw, 22px) !important;
  line-height: 1.22 !important;
  font-weight: 850 !important;
}

.offer-bottom {
  width: 100% !important;
  display: grid !important;
  grid-template-columns: minmax(120px, auto) minmax(178px, 230px) !important;
  align-items: center !important;
  gap: 16px !important;
  margin-top: 4px !important;
}

.offer-card .price-mount {
  min-width: 0 !important;
  margin: 0 !important;
}

.offer-card .price,
.offer-card .current-price {
  color: var(--brand-blue) !important;
  font-size: clamp(34px, 3.1vw, 54px) !important;
  line-height: 0.95 !important;
  font-weight: 950 !important;
  white-space: nowrap !important;
}

.offer-card .old-price {
  display: block !important;
  margin-bottom: 3px !important;
  font-size: clamp(17px, 1.2vw, 22px) !important;
  line-height: 1 !important;
}

.offer-card .add-button {
  width: 100% !important;
  min-width: 0 !important;
  height: 58px !important;
  min-height: 58px !important;
  padding: 0 24px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 999px !important;
  font-size: clamp(17px, 1.35vw, 22px) !important;
  line-height: 1.05 !important;
  text-align: center !important;
  white-space: normal !important;
}

@media (max-width: 1120px) {
  .offer-card {
    grid-template-columns: 1fr !important;
  }

  .offer-image-link {
    min-height: 220px !important;
  }

  .offer-copy h3 {
    max-width: none !important;
  }
}

@media (max-width: 980px) {
  .section-bar {
    width: calc(100% - 28px) !important;
    grid-template-columns: 1fr !important;
    margin: 22px auto 38px !important;
    border-radius: 24px !important;
  }

  .section-bar > div {
    min-height: 86px !important;
    padding: 18px 22px !important;
    justify-content: flex-start !important;
    border-right: 0 !important;
    border-bottom: 1px solid #dce6f8 !important;
    gap: 16px !important;
  }

  .section-bar > div:last-child {
    border-bottom: 0 !important;
  }

  .section-bar-icon {
    width: 50px !important;
    height: 50px !important;
    flex-basis: 50px !important;
  }

  .section-bar-icon svg {
    width: 26px !important;
    height: 26px !important;
  }

  .section-bar-copy strong {
    font-size: 19px !important;
  }

  .section-bar-copy > span {
    font-size: 15px !important;
  }

  .offers {
    width: calc(100% - 28px) !important;
    margin: 32px auto 48px !important;
    padding: 22px !important;
    border-radius: 26px !important;
  }

  .offers-head {
    justify-content: flex-start !important;
    margin-bottom: 18px !important;
    padding-bottom: 16px !important;
  }

  .offers-head h2 {
    font-size: clamp(38px, 12vw, 58px) !important;
    text-align: left !important;
  }

  .offer-grid {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }

  .offer-card {
    min-height: 0 !important;
    border-radius: 24px !important;
  }

  .offer-image-link {
    min-height: 200px !important;
    padding: 18px !important;
  }

  .offer-image-link img,
  .offer-card img {
    max-height: 185px !important;
  }

  .offer-copy {
    padding: 22px !important;
  }

  .offer-copy h3 {
    font-size: 32px !important;
  }

  .offer-bottom {
    grid-template-columns: 1fr !important;
  }

  .offer-card .add-button {
    width: 100% !important;
  }
}

/* Final Apple-style polish for the public homepage sections. */
body:not(.admin-page) .hero-points {
  display: none !important;
}

body:not(.admin-page) .section-bar {
  width: min(1760px, calc(100% - 96px)) !important;
  margin: 20px auto 46px !important;
  padding: 0 !important;
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  overflow: hidden !important;
  background: #fff !important;
  border: 1px solid #dce6fb !important;
  border-radius: 30px !important;
  box-shadow: 0 18px 45px rgba(25, 52, 105, 0.06) !important;
}

body:not(.admin-page) .section-bar > div {
  min-height: 104px !important;
  padding: 20px 42px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 20px !important;
  border-right: 1px solid #dfe7f7 !important;
}

body:not(.admin-page) .section-bar > div:last-child {
  border-right: 0 !important;
}

body:not(.admin-page) .section-bar-icon {
  width: 58px !important;
  height: 58px !important;
  flex: 0 0 58px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: #f7f9ff !important;
  border: 1px solid #dce6fb !important;
  border-radius: 999px !important;
}

body:not(.admin-page) .section-bar-icon svg {
  width: 29px !important;
  height: 29px !important;
  color: #4b70c7 !important;
  stroke-width: 2.15 !important;
}

body:not(.admin-page) .section-bar-copy {
  display: block !important;
  min-width: 0 !important;
}

body:not(.admin-page) .section-bar-copy strong {
  display: block !important;
  color: #0f1728 !important;
  font-size: clamp(20px, 1.22vw, 25px) !important;
  line-height: 1.05 !important;
  letter-spacing: 0 !important;
}

body:not(.admin-page) .section-bar-copy > span {
  display: block !important;
  margin-top: 4px !important;
  color: #68748a !important;
  font-size: clamp(16px, 0.98vw, 20px) !important;
  line-height: 1.2 !important;
}

body:not(.admin-page) .offers {
  width: min(1760px, calc(100% - 96px)) !important;
  margin: 34px auto 72px !important;
  padding: 34px 38px 44px !important;
  overflow: hidden !important;
  background: linear-gradient(135deg, #fff 0%, #f8fbff 100%) !important;
  border: 1px solid #dce6fb !important;
  border-radius: 36px !important;
  box-shadow: 0 18px 50px rgba(38, 68, 126, 0.07) !important;
}

body:not(.admin-page) .offers-head {
  min-height: 0 !important;
  margin: 0 0 30px !important;
  padding: 0 0 24px !important;
  display: flex !important;
  align-items: flex-end !important;
  justify-content: flex-end !important;
  border-bottom: 1px solid #e8eefb !important;
}

body:not(.admin-page) .offers-head .eyebrow,
body:not(.admin-page) .offers .eyebrow,
body:not(.admin-page) .offers-head p {
  display: none !important;
}

body:not(.admin-page) .offers-head h2 {
  margin: 0 !important;
  color: #0f1728 !important;
  font-size: clamp(44px, 4.2vw, 78px) !important;
  line-height: 0.9 !important;
  letter-spacing: 0 !important;
}

body:not(.admin-page) .offer-grid {
  margin: 0 !important;
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 26px !important;
}

body:not(.admin-page) .offer-card {
  min-height: 330px !important;
  height: auto !important;
  max-height: none !important;
  display: grid !important;
  grid-template-columns: minmax(260px, 48%) minmax(0, 52%) !important;
  overflow: hidden !important;
  background: #fff !important;
  border: 1px solid #dfe8fb !important;
  border-radius: 34px !important;
  box-shadow: 0 18px 46px rgba(22, 43, 83, 0.06) !important;
}

body:not(.admin-page) .offer-card::before,
body:not(.admin-page) .offer-card::after {
  display: none !important;
}

body:not(.admin-page) .offer-image-link {
  min-height: 330px !important;
  padding: 28px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: hidden !important;
  background: #fff !important;
}

body:not(.admin-page) .offer-image-link img,
body:not(.admin-page) .offer-card img {
  width: 100% !important;
  height: 270px !important;
  max-width: 430px !important;
  max-height: none !important;
  display: block !important;
  object-fit: contain !important;
  object-position: center !important;
  transform: none !important;
}

body:not(.admin-page) .offer-copy {
  min-width: 0 !important;
  padding: 30px 34px !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: flex-start !important;
  gap: 0 !important;
  background: linear-gradient(135deg, #fbfdff, #f6f8ff) !important;
}

body:not(.admin-page) .offer-pill {
  align-self: flex-start !important;
  margin: 0 0 18px !important;
  padding: 11px 20px !important;
  border-radius: 999px !important;
  background: #f85e5a !important;
  color: #fff !important;
  font-size: 15px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  letter-spacing: 0.04em !important;
  text-transform: uppercase !important;
}

body:not(.admin-page) .offer-copy h3 {
  margin: 0 !important;
  max-width: 13ch !important;
  color: #0f1728 !important;
  font-size: clamp(30px, 2.6vw, 52px) !important;
  line-height: 0.96 !important;
  letter-spacing: 0 !important;
}

body:not(.admin-page) .offer-copy h3 a {
  color: inherit !important;
  text-decoration: none !important;
}

body:not(.admin-page) .offer-copy p {
  max-width: 28ch !important;
  margin: 14px 0 0 !important;
  color: #325db4 !important;
  font-size: 19px !important;
  font-weight: 800 !important;
  line-height: 1.24 !important;
}

body:not(.admin-page) .offer-bottom {
  width: 100% !important;
  margin-top: 24px !important;
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  gap: 18px !important;
}

body:not(.admin-page) .offer-card .price-mount {
  flex: 0 0 auto !important;
  min-width: 0 !important;
  margin: 0 !important;
}

body:not(.admin-page) .offer-card .price,
body:not(.admin-page) .offer-card .current-price {
  color: #315db8 !important;
  font-size: clamp(34px, 3vw, 52px) !important;
  font-weight: 950 !important;
  line-height: 1 !important;
  white-space: nowrap !important;
}

body:not(.admin-page) .offer-card .old-price {
  display: block !important;
  margin-bottom: 3px !important;
  font-size: 21px !important;
  line-height: 1 !important;
}

body:not(.admin-page) .offer-card .add-button {
  flex: 1 1 190px !important;
  min-width: 180px !important;
  max-width: 280px !important;
  height: 58px !important;
  min-height: 58px !important;
  padding: 0 24px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 999px !important;
  font-size: 18px !important;
  line-height: 1.05 !important;
  text-align: center !important;
  white-space: normal !important;
}

body:not(.admin-page) .product-card .add-button,
body:not(.admin-page) .recommend-card .add-button,
body:not(.admin-page) .recommendation-card .add-button,
body:not(.admin-page) .offer-card .add-button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
}

@media (max-width: 1180px) {
  body:not(.admin-page) .offer-card {
    grid-template-columns: 1fr !important;
  }

  body:not(.admin-page) .offer-image-link {
    min-height: 250px !important;
  }

  body:not(.admin-page) .offer-image-link img,
  body:not(.admin-page) .offer-card img {
    height: 230px !important;
  }
}

@media (max-width: 900px) {
  body:not(.admin-page) .section-bar {
    width: calc(100% - 28px) !important;
    grid-template-columns: 1fr !important;
    margin: 18px auto 34px !important;
    border-radius: 24px !important;
  }

  body:not(.admin-page) .section-bar > div {
    min-height: 84px !important;
    padding: 18px 20px !important;
    justify-content: flex-start !important;
    border-top: 1px solid #dfe7f7 !important;
    border-right: 0 !important;
  }

  body:not(.admin-page) .section-bar > div:first-child {
    border-top: 0 !important;
  }

  body:not(.admin-page) .section-bar-icon {
    width: 48px !important;
    height: 48px !important;
    flex-basis: 48px !important;
  }

  body:not(.admin-page) .section-bar-icon svg {
    width: 24px !important;
    height: 24px !important;
  }

  body:not(.admin-page) .offers {
    width: calc(100% - 28px) !important;
    margin: 24px auto 52px !important;
    padding: 22px 16px 24px !important;
    border-radius: 26px !important;
  }

  body:not(.admin-page) .offers-head {
    justify-content: flex-start !important;
    margin-bottom: 20px !important;
  }

  body:not(.admin-page) .offers-head h2 {
    font-size: 42px !important;
  }

  body:not(.admin-page) .offer-grid {
    grid-template-columns: 1fr !important;
    gap: 18px !important;
  }

  body:not(.admin-page) .offer-card {
    grid-template-columns: 1fr !important;
    min-height: 0 !important;
    border-radius: 24px !important;
  }

  body:not(.admin-page) .offer-image-link {
    min-height: 220px !important;
    padding: 18px !important;
  }

  body:not(.admin-page) .offer-image-link img,
  body:not(.admin-page) .offer-card img {
    max-width: 100% !important;
    height: 210px !important;
  }

  body:not(.admin-page) .offer-copy {
    padding: 22px !important;
  }

  body:not(.admin-page) .offer-copy h3 {
    max-width: 13ch !important;
    font-size: 34px !important;
  }

  body:not(.admin-page) .offer-bottom {
    gap: 12px !important;
  }

  body:not(.admin-page) .offer-card .price,
  body:not(.admin-page) .offer-card .current-price {
    font-size: 36px !important;
  }

  body:not(.admin-page) .offer-card .add-button {
    width: 100% !important;
    max-width: none !important;
  }
}

/* Final storefront polish: clean offers + premium trust strip */
body:not(.admin-page) .hero-points {
  display: none !important;
}

body:not(.admin-page) .section-bar {
  width: min(1180px, calc(100% - 40px)) !important;
  margin: 22px auto 48px !important;
  padding: 0 !important;
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  border: 1px solid #dfe7f7 !important;
  border-radius: 28px !important;
  background: #fff !important;
  overflow: hidden !important;
  box-shadow: 0 18px 48px rgba(33, 55, 106, 0.08) !important;
}

body:not(.admin-page) .section-bar > div {
  min-height: 82px !important;
  padding: 16px 34px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 18px !important;
  border-top: 0 !important;
  border-right: 1px solid #dfe7f7 !important;
  background: #fff !important;
  text-align: left !important;
}

body:not(.admin-page) .section-bar > div:last-child {
  border-right: 0 !important;
}

body:not(.admin-page) .section-bar-icon {
  width: 56px !important;
  height: 56px !important;
  flex: 0 0 56px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border: 1px solid #dce6f8 !important;
  border-radius: 999px !important;
  background: #f8fbff !important;
  color: #4d70c9 !important;
}

body:not(.admin-page) .section-bar-icon svg {
  width: 27px !important;
  height: 27px !important;
  stroke: currentColor !important;
  stroke-width: 2 !important;
}

body:not(.admin-page) .section-bar-copy strong {
  display: block !important;
  margin: 0 0 4px !important;
  color: #101828 !important;
  font-size: 18px !important;
  line-height: 1.1 !important;
}

body:not(.admin-page) .section-bar-copy > span,
body:not(.admin-page) .section-bar-copy p {
  display: block !important;
  margin: 0 !important;
  color: #667085 !important;
  font-size: 15px !important;
  line-height: 1.25 !important;
}

body:not(.admin-page) .offers > .eyebrow,
body:not(.admin-page) .offers-head .eyebrow,
body:not(.admin-page) .offers-head p {
  display: none !important;
}

body:not(.admin-page) .offers {
  width: min(1180px, calc(100% - 40px)) !important;
  margin: 28px auto 64px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  overflow: visible !important;
}

body:not(.admin-page) .offers-head {
  margin: 0 0 20px !important;
  padding: 0 0 16px !important;
  display: flex !important;
  align-items: flex-end !important;
  justify-content: flex-start !important;
  border-bottom: 1px solid #e6edf9 !important;
}

body:not(.admin-page) .offers-head h2 {
  margin: 0 !important;
  color: #101828 !important;
  font-size: clamp(34px, 4vw, 58px) !important;
  line-height: 0.95 !important;
  letter-spacing: 0 !important;
  text-align: left !important;
}

body:not(.admin-page) .offer-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 20px !important;
}

body:not(.admin-page) .offer-card {
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  display: grid !important;
  grid-template-columns: 1fr !important;
  align-items: stretch !important;
  overflow: hidden !important;
  border: 1px solid #dce6f8 !important;
  border-radius: 28px !important;
  background: #fff !important;
  box-shadow: 0 18px 46px rgba(33, 55, 106, 0.08) !important;
}

body:not(.admin-page) .offer-card::before,
body:not(.admin-page) .offer-card::after {
  content: none !important;
  display: none !important;
}

body:not(.admin-page) .offer-image-link {
  min-height: 250px !important;
  height: 250px !important;
  padding: 20px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: hidden !important;
  background: #fff !important;
}

body:not(.admin-page) .offer-image-link img,
body:not(.admin-page) .offer-card img {
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 210px !important;
  object-fit: contain !important;
  object-position: center !important;
  padding: 0 !important;
  transform: none !important;
  background: #fff !important;
}

body:not(.admin-page) .offer-copy {
  min-width: 0 !important;
  padding: 22px 24px 24px !important;
  display: grid !important;
  gap: 12px !important;
  border-top: 1px solid #eef3fb !important;
  background: linear-gradient(180deg, #fff 0%, #fbfdff 100%) !important;
  overflow: visible !important;
}

body:not(.admin-page) .offer-pill {
  justify-self: start !important;
  margin: 0 !important;
  padding: 9px 15px !important;
  border-radius: 999px !important;
  font-size: 12px !important;
  line-height: 1 !important;
  letter-spacing: 0.04em !important;
}

body:not(.admin-page) .offer-copy h3 {
  margin: 0 !important;
  max-width: none !important;
  color: #101828 !important;
  font-size: clamp(26px, 2.25vw, 36px) !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
}

body:not(.admin-page) .offer-copy h3 a {
  color: inherit !important;
  text-decoration: none !important;
}

body:not(.admin-page) .offer-copy p {
  margin: 0 !important;
  color: #315bb4 !important;
  font-size: 15px !important;
  line-height: 1.35 !important;
}

body:not(.admin-page) .offer-bottom {
  margin-top: 4px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 14px !important;
  flex-wrap: wrap !important;
}

body:not(.admin-page) .offer-card .current-price,
body:not(.admin-page) .offer-card .price {
  display: inline-flex !important;
  align-items: center !important;
  color: #315bb4 !important;
  font-size: clamp(32px, 2.7vw, 46px) !important;
  font-weight: 950 !important;
  line-height: 1 !important;
  white-space: nowrap !important;
}

body:not(.admin-page) .offer-card .old-price {
  font-size: 17px !important;
  line-height: 1 !important;
}

body:not(.admin-page) .offer-card .add-button {
  min-width: 156px !important;
  max-width: 220px !important;
  min-height: 50px !important;
  padding: 0 20px !important;
  border-radius: 999px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  font-size: 15px !important;
  line-height: 1.05 !important;
  white-space: normal !important;
}

body:not(.admin-page) .product-card .add-button,
body:not(.admin-page) .recommend-card .add-button,
body:not(.admin-page) .recommendation-card .add-button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
}

@media (max-width: 900px) {
  body:not(.admin-page) .section-bar {
    width: calc(100% - 28px) !important;
    grid-template-columns: 1fr !important;
    margin: 16px auto 34px !important;
    border-radius: 24px !important;
  }

  body:not(.admin-page) .section-bar > div {
    min-height: 76px !important;
    padding: 14px 18px !important;
    justify-content: flex-start !important;
    border-right: 0 !important;
    border-bottom: 1px solid #dfe7f7 !important;
  }

  body:not(.admin-page) .section-bar > div:last-child {
    border-bottom: 0 !important;
  }

  body:not(.admin-page) .section-bar-icon {
    width: 48px !important;
    height: 48px !important;
    flex-basis: 48px !important;
  }

  body:not(.admin-page) .section-bar-icon svg {
    width: 24px !important;
    height: 24px !important;
  }

  body:not(.admin-page) .offers {
    width: calc(100% - 28px) !important;
    margin: 24px auto 52px !important;
  }

  body:not(.admin-page) .offers-head h2 {
    font-size: 38px !important;
  }

  body:not(.admin-page) .offer-grid {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }

  body:not(.admin-page) .offer-card {
    border-radius: 24px !important;
  }

  body:not(.admin-page) .offer-image-link {
    height: 200px !important;
    min-height: 200px !important;
    padding: 16px !important;
  }

  body:not(.admin-page) .offer-image-link img,
  body:not(.admin-page) .offer-card img {
    max-height: 170px !important;
  }

  body:not(.admin-page) .offer-copy {
    padding: 18px !important;
  }

  body:not(.admin-page) .offer-copy h3 {
    font-size: 28px !important;
  }

  body:not(.admin-page) .offer-card .price,
  body:not(.admin-page) .offer-card .current-price {
    font-size: 34px !important;
  }

  body:not(.admin-page) .offer-card .add-button {
    width: 100% !important;
    max-width: none !important;
  }
}
