:root {
  --sc-pink: #ff1461;
  --sc-pink-dark: #df0048;
  --sc-pink-soft: #fff0f5;
  --sc-ink: #111318;
  --sc-muted: #666b76;
  --sc-line: #e8e9ed;
  --sc-surface: #f8f8fa;
  --sc-shadow: 0 18px 48px rgba(17, 19, 24, 0.08);
  --sc-radius: 10px;
  --sc-shell: 1240px;
}

body,
body.sc-home,
body.sc-site-page {
  margin: 0;
  overflow-x: hidden;
  background: #fff;
  color: var(--sc-ink);
  font-family: Poppins, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

body[class*="sc-"] { font-family: Poppins, Arial, sans-serif !important; }
body[class*="sc-"] button,
body[class*="sc-"] input,
body[class*="sc-"] select,
body[class*="sc-"] textarea { font-family: Poppins, Arial, sans-serif !important; }

body button,
body input,
body select,
body textarea { font-family: Poppins, Arial, sans-serif; }

/* The legacy theme loads both Font Awesome 4 and 5. Keep this homepage on the
   bundled FA4 font so shared codepoints render consistently, including brands. */
.sc-header .fa,
.sc-footer .fa,
.sc-home .fa {
  font-family: FontAwesome !important;
  font-style: normal;
  font-weight: normal;
}

.sc-home *,
.sc-home *::before,
.sc-home *::after {
  box-sizing: border-box;
}

.sc-home img {
  display: block;
  max-width: 100%;
}

.sc-home a {
  color: inherit;
  text-decoration: none;
}

.sc-home button,
.sc-home input {
  font: inherit;
}

.sc-header *,
.sc-header *::before,
.sc-header *::after,
.sc-footer *,
.sc-footer *::before,
.sc-footer *::after {
  box-sizing: border-box;
}

.sc-header img,
.sc-footer img {
  display: block;
  max-width: 100%;
}

.sc-header a,
.sc-footer a {
  color: inherit;
  text-decoration: none;
}

.sc-header button,
.sc-header input {
  font: inherit;
}

.sc-content-page { background: #fff; }

.sc-site-content {
  min-height: 52vh;
  padding-top: 40px;
  padding-bottom: 70px;
}

.sc-shell {
  width: min(calc(100% - 40px), var(--sc-shell));
  margin-inline: auto;
}

.sc-skip-link {
  position: fixed;
  top: -100px;
  left: 16px;
  z-index: 99999;
  padding: 10px 16px;
  border-radius: 0 0 6px 6px;
  background: var(--sc-ink);
  color: #fff !important;
}

.sc-skip-link:focus { top: 0; }

.sc-topbar {
  border-bottom: 1px solid #f0f0f2;
  background: #fafafa;
  font-size: 14px;
  font-weight: 700;
}

.sc-topbar__inner {
  display: grid;
  grid-template-columns: repeat(4, auto);
  justify-content: space-between;
  align-items: center;
  min-height: 42px;
}

.sc-topbar__inner > * {
  display: inline-flex;
  gap: 9px;
  align-items: center;
  white-space: nowrap;
}

.sc-topbar i { font-size: 15px; }

.sc-brandbar {
  display: grid;
  grid-template-columns: 235px minmax(320px, 560px) 1fr;
  gap: 38px;
  align-items: center;
  min-height: 112px;
}

.sc-brand {
  display: flex;
  align-items: center;
  min-width: 0;
}

.sc-brand .custom-logo-link {
  flex: 0 0 auto;
  margin-right: 11px;
}

.sc-brand .custom-logo {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  object-fit: cover;
}

.sc-brand__fallback {
  display: grid;
  width: 68px;
  height: 68px;
  margin-right: 11px;
  place-items: center;
  border: 3px solid var(--sc-pink);
  border-radius: 50%;
  color: var(--sc-pink) !important;
  font-size: 22px;
  font-weight: 800;
}

.sc-brand__text {
  display: flex;
  flex-direction: column;
  line-height: 1;
}

.sc-brand__text strong {
  font-family: Poppins, Arial, sans-serif;
  font-size: 26px;
  font-style: italic;
  font-weight: 500;
  letter-spacing: -1.5px;
}

.sc-brand__text span {
  margin-top: 7px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.sc-search {
  display: grid;
  grid-template-columns: 1fr 62px;
  width: 100%;
  max-width: 560px;
  height: 54px;
  justify-self: center;
  overflow: hidden;
  border: 1px solid #dedfe3;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.02);
}

.sc-search input {
  min-width: 0;
  padding: 0 20px !important;
  border: 0 !important;
  outline: 0 !important;
  background: transparent !important;
  color: var(--sc-ink) !important;
  height: 100%;
}

.sc-search input::placeholder { color: #898d96; }

.sc-search button {
  display: grid;
  padding: 0;
  place-items: center;
  border: 0;
  background: var(--sc-pink);
  color: #fff;
  cursor: pointer;
  font-size: 20px;
  transition: background 0.2s ease;
}

.sc-search button:hover { background: var(--sc-pink-dark); }

.sc-brand-actions {
  display: flex;
  gap: 25px;
  align-items: center;
  justify-self: end;
  white-space: nowrap;
}

.sc-account,
.sc-cart {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  font-size: 13px;
  font-weight: 800;
}

.sc-account i,
.sc-cart i { font-size: 27px; }

.sc-cart__icon { position: relative; }

.sc-cart__icon b {
  position: absolute;
  top: -9px;
  right: -12px;
  display: grid;
  min-width: 20px;
  height: 20px;
  padding: 0 5px;
  place-items: center;
  border-radius: 99px;
  background: var(--sc-pink);
  color: #fff;
  font-size: 10px;
}

.sc-nav-wrap {
  border-top: 1px solid #f3f3f5;
  border-bottom: 1px solid var(--sc-line);
  background: #fff;
}

.sc-nav-row { min-height: 58px; }
.sc-primary-nav { height: 100%; }

.sc-menu {
  display: flex;
  justify-content: center;
  align-items: stretch;
  height: 58px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sc-menu > li { position: relative; }

.sc-menu > li > a {
  display: flex;
  align-items: center;
  height: 58px;
  padding: 0 24px;
  border-bottom: 3px solid transparent;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.15px;
  text-transform: uppercase;
  transition: color 0.2s ease, border-color 0.2s ease;
}

.sc-menu > li:hover > a,
.sc-menu > li:focus-within > a {
  border-color: var(--sc-pink);
  color: var(--sc-pink);
}

.sc-menu > .current-menu-item > a,
.sc-menu > .current_page_item > a,
.sc-menu > .current-menu-ancestor > a,
.sc-menu > .current_page_ancestor > a {
  border: 0;
  border-radius: 7px;
  background: var(--sc-pink-soft);
  color: var(--sc-pink);
}

.sc-menu .sub-menu {
  position: absolute;
  top: calc(100% + 1px);
  left: 0;
  z-index: 50;
  display: none;
  width: 235px;
  margin: 0;
  padding: 10px;
  border: 1px solid var(--sc-line);
  border-radius: 0 0 8px 8px;
  background: #fff;
  box-shadow: var(--sc-shadow);
  list-style: none;
}

.sc-menu li:hover > .sub-menu,
.sc-menu li:focus-within > .sub-menu { display: block; }

.sc-menu .sub-menu a {
  display: block;
  padding: 9px 11px;
  border-radius: 5px;
  font-size: 12px;
  font-weight: 700;
}

.sc-menu .sub-menu a:hover { background: var(--sc-pink-soft); color: var(--sc-pink); }

.sc-menu-toggle {
  display: none;
  width: 100%;
  padding: 14px 0;
  border: 0;
  background: transparent;
  color: var(--sc-ink);
  cursor: pointer;
  font-weight: 800;
  text-align: left;
  text-transform: uppercase;
}

.sc-menu-toggle i { margin-right: 8px; color: var(--sc-pink); }

.sc-hero {
  position: relative;
  display: block;
  width: 100%;
  max-width: none;
  height: auto;
  min-height: 0;
  max-height: 650px;
  aspect-ratio: 1920 / 650;
  margin-top: 0;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: linear-gradient(120deg, #fff 8%, #fff9fb 100%);
  box-shadow: 0 20px 55px rgba(26, 21, 24, 0.07);
}

.sc-hero__copy {
  position: relative;
  z-index: 2;
  display: flex;
  width: 47%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  padding: 50px 32px 50px max(32px, calc((100vw - var(--sc-shell)) / 2 + 42px));
}

.sc-hero__copy::after {
  position: absolute;
  top: 0;
  right: -150px;
  z-index: -1;
  width: 230px;
  height: 100%;
  background: linear-gradient(90deg, #fff 15%, rgba(255, 255, 255, 0));
  content: '';
}

.sc-eyebrow,
.sc-kicker {
  margin: 0 0 10px;
  color: var(--sc-pink);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}

.sc-hero h1 {
  margin: 0 0 18px;
  color: var(--sc-ink);
  font-size: clamp(38px, 4.4vw, 62px);
  font-weight: 800;
  letter-spacing: -2.5px;
  line-height: 1.08;
}

.sc-hero h1 span { color: var(--sc-pink); }

.sc-hero__copy > p:not(.sc-eyebrow) {
  margin: 0;
  color: #41454d;
  font-size: 15px;
}

.sc-hero__actions {
  display: flex;
  gap: 12px;
  margin-top: 27px;
}

.sc-button {
  display: inline-flex;
  min-height: 46px;
  padding: 0 22px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--sc-pink);
  border-radius: 6px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.25px;
  text-transform: uppercase;
}

.sc-button--primary { background: var(--sc-pink); color: #fff !important; }
.sc-button--primary:hover { background: var(--sc-pink-dark); border-color: var(--sc-pink-dark); }
.sc-button--ghost { color: var(--sc-pink) !important; }
.sc-button--ghost:hover { background: var(--sc-pink-soft); }

.sc-hero__visual {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  min-width: 0;
  min-height: 0;
}

.sc-hero__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.sc-benefits {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
  margin-top: 28px;
}

.sc-benefit {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 11px;
  align-items: center;
  min-height: 105px;
  padding: 16px;
  border: 1px solid var(--sc-line);
  border-radius: 8px;
  background: #fff;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.sc-benefit:hover { transform: translateY(-3px); box-shadow: 0 12px 28px rgba(24, 26, 32, 0.07); }

.sc-benefit > i {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 2px solid var(--sc-pink);
  border-radius: 50%;
  color: var(--sc-pink);
  font-size: 20px;
}

.sc-benefit div { min-width: 0; }
.sc-benefit strong { display: block; font-size: 12px; line-height: 1.35; }
.sc-benefit span { display: block; margin-top: 4px; color: var(--sc-muted); font-size: 10px; line-height: 1.45; }

.sc-section { padding-top: var(--sc-section-spacing, 55px); }

.sc-section-heading {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: end;
  margin-bottom: 20px;
}

.sc-section-heading h2,
.sc-centered-heading h2 {
  margin: 0;
  color: var(--sc-ink);
  font-size: 25px;
  font-weight: 800;
  letter-spacing: -0.6px;
  line-height: 1.2;
  text-transform: uppercase;
}

.sc-section-heading > a {
  padding-bottom: 2px;
  color: var(--sc-pink);
  font-size: 12px;
  font-weight: 800;
}

.sc-section-heading > a i { margin-left: 7px; transition: transform 0.2s ease; }
.sc-section-heading > a:hover i { transform: translateX(4px); }

.sc-collection-grid {
  display: flex;
  gap: 14px;
}

.sc-collection-card {
  min-width: 0;
  padding: 15px 12px 14px;
  border: 1px solid var(--sc-line);
  border-radius: 8px;
  background: #fff;
  text-align: center;
  transition: border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.sc-collection-card:hover {
  transform: translateY(-4px);
  border-color: #ffb2cb;
  box-shadow: 0 14px 30px rgba(22, 23, 29, 0.08);
}

.sc-collection-card__image {
  display: block;
  height: 135px;
  margin-bottom: 12px;
}

.sc-collection-card img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.sc-collection-card strong { display: block; font-size: 13px; }
.sc-collection-card > span:last-child { display: block; margin-top: 2px; color: var(--sc-muted); font-size: 10px; }

.sc-product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.sc-product-card {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 425px;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--sc-line);
  border-radius: 8px;
  background: #fff;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

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

.sc-product-card__badge {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
  padding: 4px 9px;
  border-radius: 3px;
  background: var(--sc-pink);
  color: #fff !important;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.sc-product-card__view {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  display: grid;
  width: 31px;
  height: 31px;
  place-items: center;
  border-radius: 50%;
  background: rgba(255,255,255,.9);
  font-size: 16px;
}

.sc-product-card__view:hover { color: var(--sc-pink); }

.sc-product-card__image {
  display: flex;
  height: 240px;
  padding: 18px;
  align-items: center;
  justify-content: center;
  background: #fdfdfd;
}

.sc-product-card__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.sc-product-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 14px 16px 16px;
}

.sc-product-card h3 {
  min-height: 42px;
  margin: 0 0 7px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.55;
}

.sc-product-card h3 a:hover { color: var(--sc-pink); }

.sc-price {
  margin-bottom: 13px;
  color: var(--sc-pink);
  font-size: 17px;
  font-weight: 800;
}

.sc-price del { margin-left: 5px; color: #989ba2; font-size: 12px; font-weight: 500; }
.sc-price ins { background: none; text-decoration: none; }

.sc-add-cart.button {
  display: flex;
  min-height: 42px;
  margin-top: auto;
  padding: 0 14px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--sc-pink);
  border-radius: 5px;
  background: #fff !important;
  color: var(--sc-pink) !important;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  transition: color 0.2s ease, background 0.2s ease;
}

.sc-add-cart.button i { margin-right: 8px; font-size: 14px; }
.sc-add-cart.button:hover {
  border-color: var(--sc-pink) !important;
  background: var(--sc-pink) !important;
  color: #fff !important;
}
.sc-add-cart.added::after { margin-left: 8px; }

.sc-how {
  margin-top: 65px;
  padding: 54px 0 58px;
  background: linear-gradient(180deg, #fff7fa, #fff);
}

.sc-centered-heading { margin-bottom: 30px; text-align: center; }
.sc-centered-heading .sc-kicker { margin-bottom: 7px; }
.sc-centered-heading > p:last-child { margin: 5px 0 0; color: var(--sc-muted); font-size: 12px; }

.sc-steps {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 45px;
  max-width: 980px;
  margin: 0 auto;
}

.sc-steps::before {
  position: absolute;
  top: 34px;
  left: 12.5%;
  width: 75%;
  border-top: 2px dashed #e5dce0;
  content: '';
}

.sc-step {
  position: relative;
  z-index: 1;
  text-align: center;
}

.sc-step > span {
  display: grid;
  width: 70px;
  height: 70px;
  margin: 0 auto 16px;
  place-items: center;
  border: 10px solid #fff;
  border-radius: 50%;
  background: var(--sc-pink-soft);
  color: var(--sc-pink);
  box-shadow: 0 0 0 1px #ffe0ea;
  font-size: 24px;
}

.sc-step strong { display: block; font-size: 16px;font-weight: 600; }
.sc-step p { max-width: 175px; margin: 5px auto 0; color: var(--sc-muted); font-size: 14px; }

.sc-gallery {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 18px;
}

.sc-gallery a {
  overflow: hidden;
  aspect-ratio: 1;
  border-radius: 7px;
  background: var(--sc-surface);
}

.sc-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.sc-gallery a:hover img { transform: scale(1.06); }

.sc-testimonial-grid {
  display: flex;
  gap: 16px;
}

.sc-slider {
  --sc-slider-visible: 4;
  --sc-slider-gap: 14px;
  position: relative;
  overflow: hidden;
}

.sc-testimonials .sc-slider { --sc-slider-gap: 16px; }

.sc-slider__track {
  width: 100%;
  transition: transform .55s cubic-bezier(.22, .61, .36, 1);
  will-change: transform;
}

.sc-slider__track > * {
  flex: 0 0 calc((100% - (var(--sc-slider-visible) - 1) * var(--sc-slider-gap)) / var(--sc-slider-visible));
}

.sc-slider__controls {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}

.sc-slider__controls button {
  display: grid;
  width: 36px;
  height: 36px;
  padding: 0;
  place-items: center;
  border: 1px solid var(--sc-line);
  border-radius: 50%;
  background: #fff;
  color: #3c4048;
  cursor: pointer;
  transition: border-color .2s ease, background .2s ease, color .2s ease;
}

.sc-slider__controls button:hover { border-color: var(--sc-pink); background: var(--sc-pink); color: #fff; }
.sc-slider__controls button:disabled { opacity: .35; cursor: default; }
.sc-slider__status { min-width: 46px; color: var(--sc-muted); font-size: 11px; font-weight: 700; text-align: center; }
.sc-slider.is-static .sc-slider__controls { display: none; }

.sc-testimonials .sc-centered-heading { margin-bottom: 18px; }

.sc-testimonial-grid blockquote {
  display: flex;
  min-height: 155px;
  margin: 0;
  padding: 18px 20px;
  flex-direction: column;
  align-items: center;
  border: 1px solid var(--sc-line);
  border-radius: 8px;
  background: #fff;
  text-align: center;
}

.sc-stars { color: var(--sc-pink); font-size: 19px; line-height: 1; letter-spacing: 2px; }
.sc-testimonial-grid blockquote > p { margin: 11px 0 13px; color: #30333a; font-size: 15px; line-height: 1.4; }
.sc-testimonial-grid footer strong,
.sc-testimonial-grid footer span { display: block; font-size: 13px; line-height: 1.35; }
.sc-testimonial-grid footer strong { font-weight: 700; }
.sc-testimonial-grid footer span { margin-top: 2px; color: var(--sc-muted); }

.sc-newsletter {
  display: grid;
  grid-template-columns: 62px 1fr minmax(380px, 500px);
  gap: 22px;
  align-items: center;
  margin-top: 55px;
  margin-bottom: 45px;
  padding: 20px 36px;
  border-radius: 8px;
  background: linear-gradient(90deg, #fff0f5, #fff8fa);
}

.sc-newsletter__icon {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border-radius: 50%;
  background: var(--sc-pink);
  color: #fff;
  font-size: 23px;
}

.sc-newsletter h2 { margin: 0; font-size: 19px; font-weight: 800; text-transform: uppercase; }
.sc-newsletter p { margin: 1px 0 0; color: var(--sc-muted); font-size: 11px; }

.sc-newsletter__form {
  display: grid;
  grid-template-columns: 1fr 132px;
  height: 46px;
  overflow: hidden;
  border: 1px solid #eadde2;
  border-radius: 6px;
  background: #fff;
}
.sc-newsletter__form input {
  height: 46px !important;
  border: none !important;
  font-size: 14px !important;
}

.sc-newsletter__form input { min-width: 0; padding: 0 15px; border: 0; outline: 0; background: transparent; }
.sc-newsletter__form button { border: 0; background: var(--sc-pink); height: 46px; color: #fff; cursor: pointer; font-size: 11px !important; font-weight: 800; text-transform: uppercase; }
.sc-newsletter__form button:hover { background: var(--sc-pink-dark); }

footer#sc-site-footer.sc-footer,
.sc-footer {
  padding-top: 44px;
  border-top: 1px solid var(--sc-line);
  background: #fff;
  color: var(--sc-ink);
}

.sc-footer__grid {
  display: grid;
  grid-template-columns: 1.35fr repeat(3, 0.8fr) 1.2fr;
  gap: 45px;
}

.sc-brand--footer .custom-logo { width: 55px; height: 55px; }
.sc-brand--footer .sc-brand__text strong { font-size: 22px; }
.sc-brand--footer .sc-brand__text span { font-size: 8px; }

.sc-footer__brand > p { max-width: 235px; margin: 14px 0; color: var(--sc-muted); font-size: 11px; }
.sc-footer h2 { margin: 0 0 12px; font-size: 13px; font-weight: 800; text-transform: uppercase; }
.sc-footer ul { margin: 0; padding: 0; list-style: none; }
.sc-footer li { margin: 5px 0; color: #33363d; font-size: 14px; }
.sc-footer li a:hover { color: var(--sc-pink); }

.sc-socials { display: flex; gap: 10px; }
.sc-socials a {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 50%;
  background: #fff;
  font-size: 16px;
  text-decoration: none;
}
.sc-socials .sc-social--facebook { color: #1877f2; }
.sc-socials .sc-social--instagram { color: #e4405f; }
.sc-socials .sc-social--pinterest { color: #e60023; }
.sc-socials .sc-social--twitter { color: #1da1f2; }
.sc-socials .sc-social--email { color: #ea4335; }
.sc-socials .sc-social:hover { color: #fff; transform: translateY(-2px); }
.sc-socials .sc-social--facebook:hover { border-color: #1877f2; background: #1877f2; }
.sc-socials .sc-social--instagram:hover { border-color: transparent; background: linear-gradient(135deg, #833ab4, #fd1d1d 55%, #fcb045); }
.sc-socials .sc-social--pinterest:hover { border-color: #e60023; background: #e60023; }
.sc-socials .sc-social--twitter:hover { border-color: #1da1f2; background: #1da1f2; }
.sc-socials .sc-social--email:hover { border-color: #ea4335; background: #ea4335; }

.sc-footer__contact li { display: grid; grid-template-columns: 18px 1fr; align-items: start; }
.sc-footer__contact i { margin-top: 3px; }
.sc-footer__contact a { overflow-wrap: anywhere; }

.sc-footer__bottom {
  display: flex;
  justify-content: space-between;
  gap: 25px;
  align-items: center;
  margin-top: 35px;
  padding: 20px 0;
  border-top: 1px solid var(--sc-line);
  color: var(--sc-muted);
  font-size: 10px;
}

.sc-payments { display: flex; flex: 0 0 auto; gap: 14px; align-items: center; }
.sc-payments__label { color: #3c4048; font-size: 11px; font-weight: 600; text-transform: uppercase; white-space: nowrap; }
.sc-payments__image {
  display: block;
  width: 240px;
  max-width: 42vw;
  height: auto;
  object-fit: contain;
}

.sc-floating-social {
  position: fixed;
  right: 18px;
  bottom: 110px;
  z-index: 999;
  display: grid;
  gap: 6px;
}

.sc-floating-social a {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  border-radius: 5px 0 0 5px;
  box-shadow: 0 7px 20px rgba(15, 37, 72, .2);
  color: #fff !important;
  font-size: 24px;
  transition: transform .2s ease, filter .2s ease;
}

.sc-floating-social a:hover { filter: brightness(1.08); transform: translateX(-3px); }
.sc-floating-social__messenger {
  overflow: hidden;
  background: #fff;
}
.sc-floating-social__messenger img {
  display: block;
  width: 53px;
  max-width: none;
  height: 48px;
  object-fit: contain;
}
.sc-floating-social__facebook { background: #4267b2; }

@media (max-width: 1120px) {
  .sc-brandbar { grid-template-columns: 190px minmax(280px, 470px) 1fr; gap: 20px; }
  .sc-brand .custom-logo { width: 58px; height: 58px; }
  .sc-brand__text strong { font-size: 21px; }
  .sc-brand__text span { font-size: 8px; }
  .sc-account span { display: none; }
  .sc-menu > li > a { padding-inline: 15px; }
  .sc-hero {
    display: flex;
    height: auto;
    max-height: none;
    aspect-ratio: auto;
    flex-direction: column;
  }
  .sc-hero__copy {
    width: 100%;
    height: auto;
    min-height: 350px;
    padding: 45px max(35px, calc((100vw - 980px) / 2 + 35px));
    background: #fff;
  }
  .sc-hero__copy::after { display: none; }
  .sc-hero__visual {
    position: relative;
    inset: auto;
    width: 100%;
    height: auto;
    aspect-ratio: 1920 / 650;
  }
  .sc-hero__visual img { object-fit: contain; }
  .sc-benefits { grid-template-columns: repeat(3, 1fr); }
  .sc-collection-grid { grid-template-columns: repeat(3, 1fr); }
  .sc-footer__grid { grid-template-columns: 1.3fr repeat(2, 1fr); }
}

@media (max-width: 899px) {
  .sc-shell { width: min(calc(100% - 28px), var(--sc-shell)); }
  .sc-topbar__inner { grid-template-columns: repeat(2, 1fr); gap: 8px 20px; padding-block: 9px; }
  .sc-topbar__inner > *:nth-child(even) { justify-self: end; }
  .sc-brandbar { grid-template-columns: 1fr auto; min-height: 95px; }
  .sc-search { grid-column: 1 / -1; grid-row: 2; width: 100%; margin-bottom: 14px; }
  .sc-brand-actions { gap: 18px; }
  .sc-menu-toggle { display: block; }
  .sc-nav-row { min-height: auto; }
  .sc-primary-nav { display: none; height: auto; padding-bottom: 14px; }
  .sc-primary-nav.is-open { display: block; }
  .sc-menu { display: block; height: auto; }
  .sc-menu > li > a { height: auto; padding: 10px 0; border-bottom: 1px solid var(--sc-line); }
  .sc-menu .sub-menu { position: static; display: block; width: auto; padding: 0 0 4px 18px; border: 0; box-shadow: none; }
  .sc-hero { height: auto; min-height: 0; }
  .sc-hero__copy { min-height: 0; padding: 45px 35px; }
  .sc-hero__copy::after { display: none; }
  .sc-hero__visual { height: auto; min-height: 0; aspect-ratio: 1920 / 650; }
  .sc-product-grid { grid-template-columns: repeat(2, 1fr); }
  .sc-testimonial-grid { grid-template-columns: repeat(2, 1fr); }
  .sc-gallery { grid-template-columns: repeat(3, 1fr); }
  .sc-newsletter { grid-template-columns: 58px 1fr; }
  .sc-newsletter__form { grid-column: 1 / -1; }
  .sc-footer__grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 640px) {
  .sc-shell { width: min(calc(100% - 22px), var(--sc-shell)); }
  .sc-topbar__inner { grid-template-columns: 1fr 1fr; font-size: 10px; }
  .sc-topbar__inner span:nth-child(3),
  .sc-topbar__inner span:nth-child(4) { display: none; }
  .sc-topbar__inner a span { display: none; }
  .sc-topbar__inner a::after { content: 'Email Us'; }
  .sc-brandbar { min-height: 82px; gap: 12px; }
  .sc-brand .custom-logo { width: 50px; height: 50px; }
  .sc-brand .custom-logo-link { margin-right: 7px; }
  .sc-brand__text strong { font-size: 17px; }
  .sc-brand__text span { margin-top: 5px; font-size: 6px; letter-spacing: 2px; }
  .sc-account { display: none; }
  .sc-cart__total { display: none; }
  .sc-cart__icon b { right: -6px; }
  .sc-search { grid-template-columns: 1fr 50px; height: 48px; }
  .sc-search input { padding-inline: 14px; font-size: 12px; }
  .sc-hero { margin-top: 12px; }
  .sc-hero__copy { min-height: 345px; padding: 38px 24px; }
  .sc-hero h1 { font-size: 40px; }
  .sc-hero__actions { flex-direction: column; align-items: stretch; }
  .sc-hero__visual { height: 230px; min-height: 0; aspect-ratio: auto; }
  .sc-hero__visual img { object-fit: cover; object-position: 72% center; }
  .sc-benefits { grid-template-columns: 1fr; margin-top: 16px; }
  .sc-benefit { min-height: 88px; }
  .sc-section { padding-top: 42px; }
  .sc-section-heading { align-items: start; }
  .sc-section-heading h2,
  .sc-centered-heading h2 { font-size: 21px; }
  .sc-section-heading > a { max-width: 115px; text-align: right; }
  .sc-collection-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .sc-collection-card__image { height: 115px; }
  .sc-product-grid { grid-template-columns: 1fr; }
  .sc-product-card { min-height: 0; }
  .sc-product-card__image { height: 285px; }
  .sc-how { margin-top: 45px; }
  .sc-steps { grid-template-columns: repeat(2, 1fr); gap: 32px 18px; }
  .sc-steps::before { display: none; }
  .sc-gallery { grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .sc-testimonial-grid { grid-template-columns: 1fr; }
  .sc-testimonial-grid blockquote { min-height: 0; padding: 18px 16px; }
  .sc-newsletter { grid-template-columns: 48px 1fr; gap: 15px; padding: 20px; }
  .sc-newsletter__icon { width: 46px; height: 46px; font-size: 19px; }
  .sc-newsletter h2 { font-size: 16px; }
  .sc-newsletter__form { grid-template-columns: 1fr 105px; }
  .sc-footer__grid { grid-template-columns: 1fr 1fr; gap: 30px 20px; }
  .sc-footer__brand,
  .sc-footer__contact { grid-column: 1 / -1; }
  .sc-footer__bottom { flex-direction: column; align-items: flex-start; }
  .sc-payments__image { width: 230px; max-width: 100%; }
  .sc-payments { flex-wrap: wrap; justify-content: center; }
  .sc-payments__label { width: 100%; text-align: center; }
  .sc-floating-social { right: 8px; bottom: 82px; }
  .sc-floating-social a { width: 44px; height: 44px; font-size: 20px; }
  .sc-floating-social__messenger img { width: 58px; height: 58px; }
}

@media (prefers-reduced-motion: reduce) {
  .sc-home *,
  .sc-home *::before,
  .sc-home *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
