:root {
  --z-ink: #1b131d;
  --z-plum: #261328;
  --z-paper: #fffaf4;
  --z-cream: #f7eadc;
  --z-orange: #ef7d32;
  --z-orange-dark: #bf5520;
  --z-magenta: #9632bd;
  --z-muted: #6f6172;
  --z-radius: 18px;
}
body { font-size: 16px; color: var(--z-ink); -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
main p,
main li { line-height: 1.58; }
button,
input,
select,
textarea { font-family: inherit; }
button:focus-visible,
a:focus-visible,
input:focus-visible,
select:focus-visible,
summary:focus-visible { outline: 3px solid rgba(207,82,35,.32); outline-offset: 3px; }

html { scroll-behavior: smooth; overflow-x: hidden; }
body { overflow-x: hidden; background: var(--z-paper); }

/* Do not show an unfinished social block until real profile links are configured. */
.footer__social-media:has(.footer__social-media-content:empty) { display: none !important; }

/* Compact branded wordmark without another image request. */
.header__logo-text {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--z-ink);
  font-weight: 900;
  letter-spacing: -.035em;
}
.header__logo-text::before {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 11px;
  background: linear-gradient(145deg, #ff9a4a, #df5921);
  color: #fff;
  content: 'Z';
  font-size: 20px;
  font-weight: 950;
  box-shadow: 0 7px 18px rgba(191,85,32,.24);
}
.header-section {
  border-bottom: 1px solid rgba(38,19,40,.08);
  background: var(--z-paper);
  box-shadow: 0 8px 24px rgba(38,19,40,.035);
}
.header__container { background: var(--z-paper) !important; }
.header-nav__underline { font-weight: 700; }

/* SP-style announcement and one-row capsule header. */
.announcement-bar__group-item {
  min-height: 40px;
  background: linear-gradient(90deg, #1b0d19 0%, #2b1528 50%, #1b0d19 100%) !important;
  color: #fff !important;
}
.announcement-bar__group-item-inner .rte {
  color: #fff !important;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .015em;
}
.announcement-bar__group-social-medias a,
.announcement-bar__button,
.announcement-bar__autoplay { color: #fff !important; }
.announcement-bar__group-item-divide-line::after { background: rgba(255,255,255,.12) !important; }

@media (min-width: 960px) {
  .header__container-top-wrap {
    min-height: 72px;
    column-gap: 22px;
  }
  .header__container[layout="left_logo_left_menu"] .header__container-top-wrap {
    grid-template-columns: auto minmax(0, 1fr) auto;
  }
  .header__container[layout="left_logo_left_menu"] .header__logo { justify-content: flex-start; }
  .header__container[layout="left_logo_left_menu"] .header-nav {
    min-width: 0;
    justify-content: flex-start;
  }
  .header__container[layout="left_logo_left_menu"] .header-action-bar.right { width: auto; }
  .header-nav__menu-item > a,
  .header-nav__menu-item > button {
    border-radius: 999px;
    transition: background-color .18s ease, color .18s ease;
  }
  .header-nav__menu-item > a:hover,
  .header-nav__menu-item > button:hover { background: rgba(239,125,50,.09); }
}

.header-action-bar .button--icon {
  width: 42px;
  height: 42px;
  border-radius: 999px;
  transition: background-color .18s ease, transform .18s ease;
}
.header-action-bar .button--icon:hover {
  background: rgba(38,19,40,.065);
  transform: translateY(-1px);
}
.header-search-bar__backdrop { background: rgba(20,10,20,.48); backdrop-filter: blur(2px); }
.header-search-bar__form {
  min-height: 76px;
  padding: 13px max(24px, calc((100vw - 1440px) / 2));
  background: var(--z-paper);
  box-shadow: 0 14px 36px rgba(27,19,29,.13);
}
.header-search-bar__form .field {
  min-height: 48px;
  padding-inline: 19px;
  border: 1px solid rgba(38,19,40,.15);
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 7px 20px rgba(38,19,40,.055);
}
.header-search-bar__form .field:focus-within {
  border-color: rgba(239,125,50,.75);
  box-shadow: 0 0 0 3px rgba(239,125,50,.11);
}

@media (max-width: 959px) {
  .announcement-bar__group-item { min-height: 36px; }
  .announcement-bar__group-item-inner .rte { padding-inline: 26px; font-size: 11px; line-height: 1.25; }
  .header__container-top-wrap { min-height: 60px; }
  .header-action-bar .button--icon { width: 40px; height: 40px; }
  .header-search-bar__form { min-height: 64px; padding: 8px 12px; }
  .header-search-bar__form .field { min-height: 46px; padding-inline: 15px; }
}

.zernto-home-hero {
  position: relative;
  min-height: min(760px, calc(100vh - 92px));
  overflow: hidden;
  background: #120b14;
  color: #fff;
}
.zernto-home-hero__image,
.zernto-home-hero__shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.zernto-home-hero__image { object-fit: cover; object-position: center; }
.zernto-home-hero__shade { background: linear-gradient(90deg, rgba(14,7,16,.96) 0%, rgba(19,8,20,.82) 37%, rgba(19,8,20,.12) 70%); }
.zernto-home-hero__content { position: relative; z-index: 1; padding-block: clamp(80px, 10vw, 132px); }
.zernto-home-hero__content > * { max-width: 610px; }
.zernto-home-hero__eyebrow { margin: 0 0 18px; color: #f2a05c; font-size: 13px; font-weight: 850; letter-spacing: .18em; }
.zernto-home-hero h1 { margin: 0; font-size: clamp(48px, 6vw, 84px); line-height: .98; letter-spacing: -.055em; }
.zernto-home-hero__content > p:not(.zernto-home-hero__eyebrow) { margin: 28px 0 0; color: rgba(255,255,255,.76); font-size: 18px; line-height: 1.55; }
.zernto-home-hero__actions { display: flex; gap: 12px; margin-top: 28px; }
.zernto-home-hero__button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; padding: 0 24px; border: 1px solid rgba(255,255,255,.35); border-radius: 999px; color: #fff; font-weight: 800; text-decoration: none; }
.zernto-home-hero__button.is-primary { border-color: var(--z-orange); background: var(--z-orange); color: var(--z-ink); }
.zernto-home-hero__trust { display: flex; gap: 22px; margin: 28px 0 0; padding: 0; color: rgba(255,255,255,.72); font-size: 12px; list-style: none; }
.zernto-home-hero__trust li::before { content: '•'; margin-right: 7px; color: var(--z-orange); }
.zernto-home-hero__trending { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 18px; }
.zernto-home-hero__trending span { padding: 7px 11px; border: 1px solid rgba(255,255,255,.17); border-radius: 999px; background: rgba(18,7,19,.28); color: rgba(255,255,255,.82); font-size: 11px; font-weight: 700; backdrop-filter: blur(8px); }
.zernto-home-deals { display: grid; grid-template-columns: minmax(0, 1fr) 1.2fr; align-items: center; gap: 36px; margin-block: 56px; padding: 26px 30px; border: 1px solid rgba(239,125,50,.55); border-radius: 22px; background: linear-gradient(120deg, #281329, #16271e); color: #fff; }
.zernto-home-deals__eyebrow { margin: 0 0 6px; color: #f3a05b; font-size: 11px; font-weight: 850; letter-spacing: .12em; }
.zernto-home-deals h2 { margin: 0; font-size: clamp(24px, 3vw, 38px); line-height: 1.05; }
.zernto-home-deals p:not(.zernto-home-deals__eyebrow) { margin: 10px 0 0; color: rgba(255,255,255,.72); }
.zernto-home-deals__tiers { display: grid; grid-template-columns: repeat(5, 1fr); gap: 8px; }
.zernto-home-deals__tiers span { padding: 13px 8px; border: 1px solid rgba(255,255,255,.15); border-radius: 12px; background: rgba(255,255,255,.06); color: #ffd49d; text-align: center; }
.zernto-home-deals__tiers b { display: block; color: #fff; font-size: 13px; }
.zernto-home-categories { padding-block: 32px 72px; }
.zernto-home-categories__heading p { margin: 0 0 7px; color: var(--z-orange-dark); font-size: 11px; font-weight: 850; letter-spacing: .12em; }
.zernto-home-categories__heading h2 { margin: 0 0 24px; font-size: clamp(30px, 4vw, 50px); }
.zernto-home-categories__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.zernto-home-categories__grid a { display: flex; min-height: 170px; flex-direction: column; justify-content: flex-end; padding: 22px; overflow: hidden; border-radius: 20px; color: #fff; text-decoration: none; box-shadow: inset 0 -110px 90px rgba(18,7,19,.76); }
.zernto-home-categories__grid a:hover { transform: translateY(-3px); transition: transform .2s ease; }
.zernto-home-categories__grid span { font-size: 23px; font-weight: 850; }
.zernto-home-categories__grid small { margin-top: 7px; color: rgba(255,255,255,.75); }
.zernto-home-categories__grid .is-halloween { background: linear-gradient(0deg, rgba(22,8,20,.78), rgba(22,8,20,.08)), url('https://img-va.myshopline.com/image/store/1789465682655/0aa8a97ec2b641c39f9c2d6e917bf265.jpg') 61% center / cover; }
.zernto-home-categories__grid .is-christmas { background: linear-gradient(0deg, rgba(10,30,23,.8), rgba(10,30,23,.08)), url('https://img-va.myshopline.com/image/store/1789465682655/5405052e829c4535b5b91faca05939d8.webp') 70% center / cover; }
.zernto-home-categories__grid .is-new { background: radial-gradient(circle at 80% 8%, #c75c75, transparent 34%), #3c1d3d; }
.zernto-home-categories__grid .is-best { background: radial-gradient(circle at 80% 8%, #386ea1, transparent 34%), #17273b; }

/* Rich seasonal shopping story below the primary product carousel. */
.zernto-seasonal-showcase { padding-block: 30px 78px; }
.zernto-seasonal-showcase__heading { display: grid; grid-template-columns: minmax(0, .8fr) minmax(320px, 1.2fr); column-gap: 54px; align-items: end; margin-bottom: 26px; }
.zernto-seasonal-showcase__heading p,
.zernto-mood-shop__heading p { grid-column: 1 / -1; margin: 0 0 7px; color: var(--z-orange-dark); font-size: 11px; font-weight: 850; letter-spacing: .13em; }
.zernto-seasonal-showcase__heading h2,
.zernto-mood-shop__heading h2 { margin: 0; font-size: clamp(31px, 4vw, 52px); line-height: 1.02; letter-spacing: -.04em; }
.zernto-seasonal-showcase__heading > span { color: var(--z-muted); font-size: 16px; line-height: 1.55; }
.zernto-seasonal-showcase__campaigns { display: grid; grid-template-columns: 1.08fr .92fr; gap: 16px; }
.zernto-seasonal-campaign { position: relative; display: block; min-height: 440px; overflow: hidden; border-radius: 26px; color: #fff; text-decoration: none; box-shadow: 0 18px 45px rgba(32,16,33,.14); }
.zernto-seasonal-campaign img,
.zernto-seasonal-campaign__shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.zernto-seasonal-campaign img { object-fit: cover; transition: transform .6s ease; }
.zernto-seasonal-campaign:hover img { transform: scale(1.035); }
.zernto-seasonal-campaign__shade { background: linear-gradient(0deg, rgba(15,7,16,.94) 2%, rgba(15,7,16,.36) 58%, rgba(15,7,16,.08)); }
.zernto-seasonal-campaign.is-christmas .zernto-seasonal-campaign__shade { background: linear-gradient(0deg, rgba(6,28,20,.94) 2%, rgba(8,35,25,.32) 60%, rgba(8,25,20,.05)); }
.zernto-seasonal-campaign__content { position: absolute; z-index: 1; inset: auto 30px 28px; display: flex; flex-direction: column; align-items: flex-start; }
.zernto-seasonal-campaign__content small { color: #f4aa68; font-size: 11px; font-style: normal; font-weight: 850; letter-spacing: .13em; }
.zernto-seasonal-campaign.is-christmas .zernto-seasonal-campaign__content small { color: #f5cf86; }
.zernto-seasonal-campaign__content strong { max-width: 590px; margin-top: 8px; font-size: clamp(29px, 3.5vw, 48px); line-height: 1.02; letter-spacing: -.04em; }
.zernto-seasonal-campaign__content em { margin-top: 12px; color: rgba(255,255,255,.78); font-size: 14px; font-style: normal; }
.zernto-seasonal-campaign__content b { display: inline-flex; min-height: 44px; align-items: center; margin-top: 18px; padding: 0 18px; border-radius: 999px; background: #fff; color: var(--z-ink); font-size: 13px; }
.zernto-mood-shop { padding-block: 74px 62px; }
.zernto-mood-shop__heading { margin-bottom: 24px; }
.zernto-mood-shop__grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.zernto-mood-shop__grid a { display: flex; min-height: 220px; flex-direction: column; padding: 22px; border: 1px solid rgba(38,19,40,.08); border-radius: 20px; color: var(--z-ink); text-decoration: none; box-shadow: 0 12px 30px rgba(38,19,40,.06); }
.zernto-mood-shop__grid a:hover { transform: translateY(-3px); transition: transform .2s ease; }
.zernto-mood-shop__grid .is-spooky { background: linear-gradient(145deg, #fff6ed, #f2d5bc); }
.zernto-mood-shop__grid .is-glow { background: linear-gradient(145deg, #f8edf8, #e2cae9); }
.zernto-mood-shop__grid .is-cozy { background: linear-gradient(145deg, #edf6ef, #cfe1d5); }
.zernto-mood-shop__grid .is-gift { background: linear-gradient(145deg, #fff5ec, #e8d7c9); }
.zernto-mood-shop__grid i { font-size: 30px; font-style: normal; }
.zernto-mood-shop__grid strong { margin-top: 24px; font-size: 21px; }
.zernto-mood-shop__grid span { margin-top: 9px; color: var(--z-muted); font-size: 13px; line-height: 1.45; }
.zernto-mood-shop__grid b { margin-top: auto; padding-top: 18px; color: var(--z-orange-dark); font-size: 12px; }
.zernto-shopping-confidence { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; overflow: hidden; border: 1px solid rgba(255,255,255,.1); border-radius: 22px; background: rgba(255,255,255,.1); color: #fff; box-shadow: 0 16px 40px rgba(38,19,40,.12); }
.zernto-shopping-confidence > div { display: flex; min-height: 118px; align-items: center; gap: 13px; padding: 20px; background: linear-gradient(135deg, #241126, #13251c); }
.zernto-shopping-confidence i { display: grid; width: 38px; height: 38px; flex: 0 0 38px; place-items: center; border: 1px solid rgba(255,255,255,.18); border-radius: 12px; color: #f6ad69; font-size: 17px; font-style: normal; font-weight: 900; }
.zernto-shopping-confidence span { display: grid; gap: 5px; }
.zernto-shopping-confidence strong { font-size: 14px; }
.zernto-shopping-confidence small { color: rgba(255,255,255,.68); font-size: 11px; line-height: 1.4; }
.zernto-home-faq { display: grid; grid-template-columns: minmax(250px, .65fr) minmax(0, 1.35fr); gap: 48px; margin-top: 72px; padding: 38px; border: 1px solid rgba(38,19,40,.09); border-radius: 26px; background: rgba(255,255,255,.76); box-shadow: 0 18px 45px rgba(38,19,40,.06); }
.zernto-home-faq__intro p { margin: 0 0 8px; color: var(--z-orange-dark); font-size: 11px; font-weight: 850; letter-spacing: .13em; }
.zernto-home-faq__intro h2 { margin: 0; font-size: clamp(28px, 3vw, 42px); line-height: 1.04; letter-spacing: -.04em; }
.zernto-home-faq__intro span { display: block; margin-top: 14px; color: var(--z-muted); font-size: 14px; }
.zernto-home-faq__items { border-top: 1px solid rgba(38,19,40,.1); }
.zernto-home-faq details { border-bottom: 1px solid rgba(38,19,40,.1); }
.zernto-home-faq summary { display: flex; min-height: 62px; align-items: center; justify-content: space-between; gap: 16px; color: var(--z-ink); font-size: 15px; font-weight: 800; cursor: pointer; list-style: none; }
.zernto-home-faq summary::-webkit-details-marker { display: none; }
.zernto-home-faq summary::after { content: '+'; display: grid; width: 28px; height: 28px; flex: 0 0 28px; place-items: center; border: 1px solid rgba(38,19,40,.12); border-radius: 50%; color: var(--z-orange-dark); font-size: 18px; }
.zernto-home-faq details[open] summary::after { content: '–'; }
.zernto-home-faq details p { margin: -4px 42px 20px 0; color: var(--z-muted); font-size: 13px; line-height: 1.55; }
.zernto-seasonal-final { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-top: 46px; padding: 34px 38px; border: 1px solid rgba(239,125,50,.24); border-radius: 24px; background: radial-gradient(circle at 90% 15%, rgba(239,125,50,.16), transparent 32%), #fff3e7; }
.zernto-seasonal-final small { color: var(--z-orange-dark); font-weight: 850; letter-spacing: .11em; }
.zernto-seasonal-final h2 { margin: 8px 0 5px; font-size: clamp(25px, 3vw, 38px); letter-spacing: -.035em; }
.zernto-seasonal-final p { margin: 0; color: var(--z-muted); }
.zernto-seasonal-final a { display: inline-flex; min-height: 50px; flex: 0 0 auto; align-items: center; padding: 0 22px; border-radius: 999px; background: var(--z-plum); color: #fff; font-weight: 800; text-decoration: none; }

/* Product imagery is intentionally square across home and collection shopping grids. */
.section-featured-collection theme-product-card .block-product-image__image-wrapper,
body[data-page-type="collection"] .block-product-image__image-wrapper { aspect-ratio: 1 / 1 !important; height: auto !important; }
.section-featured-collection theme-product-card .block-product-image__image-wrapper img,
body[data-page-type="collection"] .block-product-image__image-wrapper img { width: 100% !important; height: 100% !important; object-fit: cover !important; }
.section-featured-collection theme-product-card { height: 100%; padding: 9px; border: 1px solid rgba(38,19,40,.08); border-radius: 18px; background: rgba(255,255,255,.76); box-shadow: 0 10px 25px rgba(38,19,40,.055); }
.section-featured-collection theme-product-card .block-product-image__image-wrapper { overflow: hidden; border-radius: 13px; }
.section-featured-collection theme-product-card .block-product-title,
.section-featured-collection theme-product-card [class*="product-title"] { display: -webkit-box; min-height: 2.8em; overflow: hidden; font-size: 16px; line-height: 1.4; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.section-featured-collection theme-product-card [class*="product-price"] { font-size: 15px; line-height: 1.4; }
.section-featured-collection theme-product-card .button { width: 100%; border-radius: 999px; }
.section-featured-collection { background: linear-gradient(180deg, rgba(255,250,244,0), #fff4e9 46%, rgba(255,250,244,0)); }
[id*="zernto-halloween-newest"] .section-featured-collection,
[id*="zernto-christmas-newest"] .section-featured-collection { border-top: 1px solid rgba(38,19,40,.07); }
[id*="zernto-halloween-newest"] .section-featured-collection .block-heading,
[id*="zernto-christmas-newest"] .section-featured-collection .block-heading { width: 100%; text-align: left; }
[id*="zernto-halloween-newest"] .featured-collection__tabs-list,
[id*="zernto-christmas-newest"] .featured-collection__tabs-list { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
[id*="zernto-christmas-newest"] .section-featured-collection { background: linear-gradient(180deg, rgba(246,252,247,0), #eef8f0 46%, rgba(246,252,247,0)); }

.zernto-product-next { padding-block: 64px 72px; }
.zernto-product-next__heading { display: grid; max-width: 720px; margin: 0 auto 24px; text-align: center; }
.zernto-product-next__heading p { margin: 0 0 8px; color: var(--z-orange-dark); font-size: 11px; font-weight: 850; letter-spacing: .13em; }
.zernto-product-next__heading h2 { margin: 0; font-size: clamp(30px, 4vw, 48px); line-height: 1.04; letter-spacing: -.04em; }
.zernto-product-next__heading span { margin-top: 10px; color: var(--z-muted); }
.zernto-product-next__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.zernto-product-next__card { overflow: hidden; border: 1px solid rgba(38,19,40,.1); border-radius: 24px; background: rgba(255,255,255,.82); box-shadow: 0 16px 36px rgba(38,19,40,.1); }
.zernto-product-next__media { position: relative; display: block; aspect-ratio: 16 / 8.2; overflow: hidden; }
.zernto-product-next__media::after { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(18,7,19,.45), transparent 70%); content: ''; }
.zernto-product-next__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.zernto-product-next__media:hover img { transform: scale(1.025); }
.zernto-product-next__copy { display: grid; gap: 9px; padding: 22px 24px 24px; }
.zernto-product-next__copy small { color: var(--z-orange-dark); font-weight: 850; letter-spacing: .12em; }
.zernto-product-next__copy strong { max-width: 470px; font-size: clamp(22px, 2.6vw, 32px); line-height: 1.06; }
.zernto-product-next__copy p { margin: 0; color: var(--z-muted); line-height: 1.55; }
.zernto-product-next__copy ul { display: flex; flex-wrap: wrap; gap: 7px; margin: 3px 0 5px; padding: 0; list-style: none; }
.zernto-product-next__copy li { padding: 6px 10px; border-radius: 999px; background: #fff1df; color: #6b371f; font-size: 11px; font-weight: 800; }
.zernto-product-next__copy > a { display: inline-flex; width: fit-content; min-height: 42px; align-items: center; padding: 0 16px; border-radius: 999px; background: var(--z-plum); color: #fff; font-size: 12px; font-weight: 850; text-decoration: none; }
.zernto-product-next__footer { display: flex; align-items: center; justify-content: center; gap: 13px; margin-top: 22px; color: var(--z-muted); }
.zernto-product-next__new { display: flex; min-height: 44px; align-items: center; padding: 0 18px; border-radius: 999px; background: var(--z-plum); color: #fff; font-weight: 800; text-decoration: none; }

/* Collection pages: seasonal atmosphere first, products immediately after. */
body[data-page-type="collection"] .main-collection-cover {
  position: relative;
  color: #fff;
}
body[data-page-type="collection"] .block-main-collection__banner {
  min-height: 290px;
  background-color: var(--z-plum);
  background-position: center;
  background-size: cover;
}
body[data-page-collection-handle="halloween-picks"] .block-main-collection__banner {
  background-image: linear-gradient(90deg, rgba(15,7,16,.93), rgba(15,7,16,.22)), url('https://img-va.myshopline.com/image/store/1789465682655/0aa8a97ec2b641c39f9c2d6e917bf265.jpg');
  background-position: 58% center;
}
body[data-page-collection-handle="christmas-magic"] .block-main-collection__banner {
  background-image: linear-gradient(90deg, rgba(8,25,20,.93), rgba(8,25,20,.14)), url('https://img-va.myshopline.com/image/store/1789465682655/5405052e829c4535b5b91faca05939d8.webp');
  background-position: center;
}
body[data-page-type="collection"] .block-main-collection__banner-sizer {
  height: 290px;
  aspect-ratio: auto;
}
body[data-page-type="collection"] .block-main-collection__banner-mask::after { background: transparent; }
body[data-page-type="collection"] .block-main-collection__banner-inner {
  justify-content: flex-start;
  align-items: center;
  padding-inline: max(30px, calc((100vw - min(1760px, calc(100vw - 60px))) / 2));
}
body[data-page-type="collection"] .block-main-collection__banner-inner > div {
  width: min(620px, 82vw);
  text-align: left;
}
body[data-page-type="collection"] .block-main-collection__banner-inner a { color: rgba(255,255,255,.75); }
body[data-page-type="collection"] .block-main-collection__heading {
  margin-top: 12px;
  color: #fff;
  font-size: clamp(38px, 5vw, 66px);
  font-weight: 900;
  letter-spacing: -.045em;
  text-align: left;
}
body[data-page-type="collection"] .block-main-collection__description {
  position: absolute;
  z-index: 2;
  inset: auto auto 44px max(30px, calc((100vw - min(1760px, calc(100vw - 60px))) / 2));
  width: min(610px, 82vw);
  margin: 0;
  color: rgba(255,255,255,.82);
  font-size: 16px;
  line-height: 1.45;
}
body[data-page-type="collection"] .block-product-image__image-wrapper {
  aspect-ratio: 1 / 1 !important;
}
body[data-page-type="collection"] theme-product-card .block-product-title,
body[data-page-type="collection"] theme-product-card [class*="product-title"] {
  display: -webkit-box;
  min-height: 2.8em;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
body[data-page-type="collection"] theme-product-card .button { border-radius: 999px; }

/* Native locale/currency controls: compact pills, native submission preserved. */
.header-action-bar theme-locale-picker .theme-locale-picker__inner {
  display: flex !important;
  align-items: center;
  gap: 8px;
}
.zernto-native-language-hidden { display: none !important; }
.header-action-bar .zernto-app-language {
  position: relative !important;
  display: block !important;
  width: auto !important;
  min-width: 0 !important;
  height: auto !important;
  margin: 0 !important;
  transform: none !important;
}
.header-action-bar .zernto-app-language .isv-pc-language-wrap_language {
  position: relative !important;
  display: block !important;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
}
.header-action-bar .zernto-app-language .dropdown__disclosure { position: relative; }
.header-action-bar .zernto-app-language .j-stage-locale-isv {
  display: flex !important;
  min-width: 104px;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  border: 1px solid rgba(38, 19, 40, .16) !important;
  border-radius: 999px !important;
  background: var(--z-plum) !important;
  color: #fff !important;
  box-shadow: 0 8px 22px rgba(38, 19, 40, .12);
  cursor: pointer;
  white-space: nowrap;
}
.header-action-bar .zernto-app-language .dropdown__list {
  inset: calc(100% + 8px) 0 auto auto !important;
  z-index: 120 !important;
  min-width: 210px !important;
  max-height: min(62vh, 440px) !important;
  overflow-y: auto !important;
  padding: 8px !important;
  border: 1px solid rgba(38, 19, 40, .12) !important;
  border-radius: 16px !important;
  background: var(--z-paper) !important;
  box-shadow: 0 18px 48px rgba(27, 19, 29, .22) !important;
  color: var(--z-ink) !important;
}
.header-action-bar .zernto-app-language .dropdown__list li {
  min-height: 42px;
  padding: 10px 11px;
  border-radius: 10px;
  cursor: pointer;
}
.header-action-bar .zernto-app-language .dropdown__list li:hover { background: rgba(239,125,50,.1); color: var(--z-orange-dark); }
.header-action-bar theme-locale-picker theme-dropdown-menu {
  min-width: 0;
}
.header-action-bar theme-locale-picker .dropdown-menu__label {
  min-height: 42px;
  padding: 0 14px;
  border: 1px solid rgba(38, 19, 40, .16);
  border-radius: 999px;
  background: var(--z-plum);
  color: #fff;
  box-shadow: 0 8px 22px rgba(38, 19, 40, .12);
  white-space: nowrap;
}
.header-action-bar theme-locale-picker .dropdown-menu__label-text {
  max-width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.header-action-bar .zernto-native-currency .dropdown-menu__label-text,
.header-action-bar .zernto-native-currency .dropdown-menu__label-arrow { color: #fff !important; }
.header-action-bar .zernto-native-currency .dropdown-menu__label { min-width: 78px; justify-content: center; }
.header-action-bar theme-locale-picker .dropdown-menu__list {
  z-index: 80;
  max-height: min(62vh, 440px);
  overflow: auto;
  min-width: 210px;
  padding: 8px;
  border: 1px solid rgba(38, 19, 40, .12);
  border-radius: 16px;
  background: var(--z-paper);
  box-shadow: 0 18px 48px rgba(27, 19, 29, .22);
  color: var(--z-ink);
}
.header-action-bar theme-locale-picker .dropdown-menu__list-item {
  display: flex;
  min-height: 42px;
  align-items: center;
  padding: 8px 11px;
  border-radius: 10px;
}
.header-action-bar theme-locale-picker .dropdown-menu__list-item:hover,
.header-action-bar theme-locale-picker input:checked + [data-hide] {
  color: var(--z-orange-dark);
}

.zernto-trust-row {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(190px, .65fr);
  gap: 9px;
  margin: 12px 0;
}
.zernto-trust-card {
  display: flex;
  min-height: 58px;
  align-items: center;
  gap: 9px;
  padding: 9px 12px;
  border: 1px solid rgba(38, 19, 40, .12);
  border-radius: 15px;
  background: rgba(255,255,255,.78);
  color: var(--z-ink);
  line-height: 1.25;
  text-decoration: none;
  box-shadow: 0 7px 18px rgba(38,19,40,.035);
}
.zernto-trust-card:hover { border-color: rgba(239,125,50,.6); background: #fff7ec; }
.zernto-trust-card.is-primary {
  border-color: rgba(239,125,50,.42);
  background: linear-gradient(115deg, #fff4e7, #fffaf4 72%);
}
.zernto-trust-card__icon { color: var(--z-orange-dark); font-size: 19px; }
.zernto-trust-card strong { display: block; font-size: 13px; }
.zernto-trust-card strong b { color: var(--z-orange-dark); font-weight: 900; }
.zernto-trust-card small { display: block; margin-top: 3px; color: var(--z-muted); font-size: 11px; }
.zernto-trust-card > i { margin-inline-start: auto; color: var(--z-orange-dark); font-size: 10px; font-style: normal; font-weight: 850; white-space: nowrap; }

.zernto-product-brief { display: grid; grid-template-columns: minmax(0, 1fr) auto; column-gap: 18px; align-items: center; margin: 10px 0 12px; padding: 11px 14px; border-left: 3px solid var(--z-orange); border-radius: 0 14px 14px 0; background: linear-gradient(90deg, #fff1df, rgba(255,250,244,.28)); }
.zernto-product-brief > span { color: var(--z-orange-dark); font-size: 10px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.zernto-product-brief p { grid-column: 1; display: -webkit-box; margin: 4px 0 0; overflow: hidden; color: #5f5661; font-size: 13px; line-height: 1.4; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.zernto-product-brief a { grid-column: 2; grid-row: 1 / span 2; color: var(--z-ink); font-size: 11px; font-weight: 850; text-underline-offset: 4px; white-space: nowrap; }

body[data-page-type="product"] .product-detail__price .product-price__sale {
  color: var(--z-ink);
  font-size: clamp(24px, 2vw, 31px);
  font-weight: 950;
  letter-spacing: -.035em;
}
body[data-page-type="product"] .product-detail__price .product-price__origin {
  font-size: 17px;
  font-weight: 650;
  opacity: .62;
}
body[data-page-type="product"] .product-detail__price .product-price__save--button-style {
  padding: 6px 11px;
  border-radius: 999px;
  background: linear-gradient(110deg, #c95625, #9a2daf);
  color: #fff;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .035em;
  text-transform: uppercase;
}

/* Editorial product-page treatment inspired by mature US home retailers. */
body[data-page-type="product"] .product-detail-wrapper,
body[data-page-type="product"] .product-detail {
  background:
    radial-gradient(circle at 82% 8%, rgba(239,125,50,.055), transparent 27%),
    var(--z-paper);
}
body[data-page-type="product"] .product-detail__main { align-items: flex-start; }
body[data-page-type="product"] .product-detail__info {
  padding: clamp(18px, 2vw, 28px);
  border: 1px solid rgba(38,19,40,.075);
  border-radius: 24px;
  background: rgba(255,255,255,.64);
  box-shadow: 0 18px 52px rgba(38,19,40,.065);
  backdrop-filter: blur(10px);
}
body[data-page-type="product"] .product-detail__title {
  max-width: 720px;
  font-size: clamp(27px, 2.3vw, 38px);
  font-weight: 850;
  line-height: 1.08;
  letter-spacing: -.038em;
}
body[data-page-type="product"] .product-detail__media-gallery .media-gallery__list-wrapper {
  overflow: hidden;
  border: 1px solid rgba(38,19,40,.08);
  border-radius: 24px;
  background: #f3e9de;
  box-shadow: 0 18px 48px rgba(38,19,40,.1);
}
body[data-page-type="product"] .product-detail__media-gallery .media-gallery__item,
body[data-page-type="product"] .product-detail__media-gallery .media-gallery__media,
body[data-page-type="product"] .product-detail__media-gallery .media-gallery__image { border-radius: 23px; }
body[data-page-type="product"] .product-detail__media-gallery .media-gallery__content { gap: 14px; }
body[data-page-type="product"] .product-detail__media-gallery .media-gallery__thumbnails { padding-inline: 0; }
body[data-page-type="product"] .product-detail__media-gallery .media-gallery__thumbnail {
  overflow: hidden;
  border: 1px solid rgba(38,19,40,.1);
  border-radius: 12px;
  background: #f4ebe2;
}
body[data-page-type="product"] .product-detail__media-gallery .media-gallery__thumbnail::after {
  border-radius: 12px;
  box-shadow: inset 0 0 0 var(--border-thickness, 0) var(--z-orange);
}
body[data-page-type="product"] .product-detail__media-gallery .media-gallery__thumbnail.is-select {
  box-shadow: 0 7px 18px rgba(191,85,32,.16);
}

.zernto-native-bundle-hidden,
.zernto-single-option-hidden { display: none !important; }

.zernto-quantity-choices { width: 100%; margin: 12px 0 4px; }
.zernto-quantity-choices > p { margin: 0 0 8px; color: var(--z-muted); font-size: 11px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.zernto-quantity-choices > div { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
.zernto-quantity-choices button { position: relative; display: grid; min-height: 82px; align-content: center; gap: 6px; padding: 13px 14px; border: 1px solid rgba(38,19,40,.13); border-radius: 17px; background: linear-gradient(145deg, #fffdf9, #fff5e9); color: var(--z-ink); text-align: left; cursor: pointer; box-shadow: 0 10px 25px rgba(38,19,40,.055); transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease; }
.zernto-quantity-choices button:hover,
.zernto-quantity-choices button.is-selected { border-color: var(--z-orange); box-shadow: 0 0 0 1px var(--z-orange), 0 13px 28px rgba(193,75,31,.11); transform: translateY(-1px); }
.zernto-quantity-choices button span { display: flex; align-items: baseline; justify-content: space-between; gap: 8px; }
.zernto-quantity-choices strong { font-size: 14px; }
.zernto-quantity-choices b { color: var(--z-orange-dark); font-size: 13px; }
.zernto-quantity-choices small { color: var(--z-muted); font-size: 10px; line-height: 1.35; }
.zernto-quantity-choices em { position: absolute; top: -9px; right: 9px; padding: 3px 8px; border-radius: 999px; background: linear-gradient(90deg, var(--z-orange-dark), var(--z-magenta)); color: #fff; font-size: 9px; font-style: normal; font-weight: 850; letter-spacing: .04em; text-transform: uppercase; }

.zernto-payment-strip { display: grid; grid-template-columns: minmax(155px, .8fr) minmax(0, 1.2fr); align-items: center; gap: 12px; margin: 13px 0 18px; padding: 13px 15px; border: 1px solid rgba(38,19,40,.1); border-radius: 16px; background: rgba(255,255,255,.76); }
.zernto-payment-strip__intro { display: flex; align-items: center; gap: 9px; }
.zernto-payment-strip__lock { display: grid; width: 29px; height: 29px; flex: 0 0 29px; place-items: center; border-radius: 50%; background: #fff3e8; color: var(--z-orange-dark); font-size: 17px; font-weight: 900; }
.zernto-payment-strip strong { display: block; font-size: 12px; }
.zernto-payment-strip small { display: block; margin-top: 3px; color: var(--z-muted); font-size: 9px; line-height: 1.3; }
.zernto-payment-strip ul { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 6px; margin: 0; padding: 0; list-style: none; }
.zernto-payment-strip li.zernto-payment-brand { display: grid; width: 50px; height: 32px; overflow: hidden; place-items: center; padding: 0; border: 0; border-radius: 6px; background: #fff; color: #161019; font-size: 10px; font-weight: 850; white-space: nowrap; box-shadow: 0 0 0 1px rgba(38,19,40,.11); }
.zernto-payment-strip .zernto-payment-brand > svg { display: block; width: 100%; height: 100%; }
.zernto-payment-strip .zernto-payment-brand.is-paypal { color: #153b82; }
.zernto-payment-strip .zernto-payment-brand.is-wallet { display: flex; width: 58px; align-items: center; justify-content: center; gap: 2px; }
.zernto-payment-strip .zernto-payment-brand.is-wallet > svg { width: 21px; height: 21px; }
.zernto-payment-strip .zernto-payment-brand.is-wallet > b { font-size: 12px; letter-spacing: -.03em; }
.zernto-payment-strip .zernto-payment-brand.is-google-pay > b { color: #3c4043; font-weight: 650; }
.zernto-payment-strip .zernto-payment-brand.is-wordmark { padding: 0 5px; }

.zernto-product-story-heading { width: min(980px, calc(100% - 40px)); margin: 78px auto 24px; text-align: center; }
.zernto-product-story-heading span { color: var(--z-orange-dark); font-size: 11px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.zernto-product-story-heading h2 { margin: 8px 0 10px; font-size: clamp(34px, 4.5vw, 58px); line-height: 1; letter-spacing: -.045em; }
.zernto-product-story-heading p { max-width: 650px; margin: 0 auto; color: var(--z-muted); font-size: 16px; line-height: 1.55; }
.product-description.zernto-product-story-source { display: none !important; }
.product-description.zernto-product-story { width: min(1040px, calc(100% - 40px)) !important; max-width: none !important; margin: 0 auto !important; }
.product-description.zernto-product-story [data-shopnova-detail] { width: 100% !important; max-width: 1040px !important; padding-inline: clamp(18px, 4vw, 42px) !important; border-radius: 28px; box-shadow: 0 24px 60px rgba(27,14,28,.16); }
.product-description.zernto-product-story [data-shopnova-detail] .section { padding-block: clamp(26px, 4vw, 48px); }

.zernto-progress {
  position: relative;
  margin: 16px 0;
  padding: 16px;
  overflow: hidden;
  border: 1px solid rgba(239, 125, 50, .72);
  border-radius: var(--z-radius);
  background: linear-gradient(135deg, #201021 0%, #2c142d 72%, #17271f 135%);
  color: #fff;
  box-shadow: 0 14px 32px rgba(38, 19, 40, .14);
}
.zernto-progress__eyebrow {
  margin: 0 0 7px;
  color: #f5a25d;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.zernto-progress__top {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(150px, .72fr);
  align-items: center;
  gap: 14px;
}
.zernto-progress__primary { margin: 0; font-size: 18px; font-weight: 800; line-height: 1.2; }
.zernto-progress__reward {
  padding: 9px 11px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 12px;
  background: rgba(255,255,255,.06);
  color: #ffd39c;
  font-size: 12px;
  font-weight: 750;
  line-height: 1.25;
}
.zernto-progress__reward small { display: block; margin-top: 3px; color: rgba(255,255,255,.78); font-size: 10px; }
.zernto-progress__track {
  height: 8px;
  margin: 14px 0 8px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255,255,255,.18);
}
.zernto-progress__fill {
  width: var(--z-progress, 0%);
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #ff812f, #b946c9);
  transition: width .35s ease;
}
.zernto-progress__tiers {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 6px;
  color: rgba(255,255,255,.7);
  font-size: 10px;
  text-align: center;
}
.zernto-progress__tiers span.is-unlocked { color: #ffae67; font-weight: 800; }
.zernto-progress__cta {
  display: flex;
  justify-content: center;
  min-height: 44px;
  margin-top: 12px;
  align-items: center;
  border-radius: 999px;
  background: linear-gradient(90deg, #cc4f22, #9331bc);
  color: #fff !important;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

body[data-page-type="product"] [data-zernto-product-progress-host] .zernto-progress {
  margin: 12px 0 13px;
  padding: 13px 15px;
  border-radius: 16px;
  box-shadow: 0 10px 24px rgba(38,19,40,.11);
}
body[data-page-type="product"] [data-zernto-product-progress-host] .zernto-progress__eyebrow { margin-bottom: 5px; font-size: 9px; }
body[data-page-type="product"] [data-zernto-product-progress-host] .zernto-progress__primary { font-size: 16px; }
body[data-page-type="product"] [data-zernto-product-progress-host] .zernto-progress__reward { padding: 7px 9px; font-size: 10px; }
body[data-page-type="product"] [data-zernto-product-progress-host] .zernto-progress__track { height: 6px; margin: 10px 0 7px; }
body[data-page-type="product"] [data-zernto-product-progress-host] .zernto-progress__tiers { font-size: 9px; }

body[data-page-type="product"] .zernto-quantity-choices { margin-top: 10px; }
body[data-page-type="product"] .zernto-quantity-choices button[data-zernto-quantity="2"] {
  background: linear-gradient(145deg, #fff7ec, #f8edf9);
}
body[data-page-type="product"] .product-detail__buy-button-group .button {
  min-height: 54px;
  border-radius: 999px;
  font-weight: 850;
}

.zernto-surprise {
  margin: 12px 0;
  border: 1px dashed rgba(239,125,50,.55);
  border-radius: 14px;
  background: linear-gradient(110deg, #fff8ed, #fbf0fb);
}
.zernto-surprise > summary {
  display: flex;
  min-height: 48px;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 11px 13px;
  color: var(--z-ink);
  cursor: pointer;
  list-style: none;
  font-weight: 800;
}
.zernto-surprise > summary::-webkit-details-marker { display: none; }
.zernto-surprise > summary::after { content: '+'; font-size: 22px; line-height: 1; }
.zernto-surprise[open] > summary::after { content: '−'; }
.zernto-surprise__body { padding: 0 13px 13px; }
.zernto-surprise__copy { margin: 0 0 5px; color: var(--z-muted); font-size: 12px; }
.zernto-surprise__terms { display: block; margin-bottom: 10px; color: #8c4540; font-size: 10px; }
.zernto-surprise__apply {
  width: 100%;
  min-height: 42px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(90deg, #cf5223, #9531bc);
  color: #fff;
  cursor: pointer;
  font-weight: 800;
}
.zernto-surprise__apply[disabled] { opacity: .55; cursor: wait; }
.zernto-surprise__status { margin: 8px 0 0; font-size: 11px; }

.zernto-protection {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) auto;
  gap: 11px;
  align-items: center;
  margin: 12px 0;
  padding: 13px;
  border: 1px solid rgba(207,82,35,.25);
  border-radius: 15px;
  background: linear-gradient(125deg, #fff9f1, #f9f0fa);
  color: var(--z-ink);
  box-shadow: 0 8px 24px rgba(40,20,42,.06);
}
.zernto-protection__icon {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 12px;
  background: linear-gradient(135deg, #d85b27, #8f32b7);
  color: #fff;
  font-size: 18px;
  font-weight: 900;
}
.zernto-protection__copy { display: grid; gap: 2px; min-width: 0; }
.zernto-protection__copy strong { font-size: 13px; line-height: 1.25; }
.zernto-protection__copy small { color: var(--z-muted); font-size: 11px; line-height: 1.35; }
.zernto-protection__copy b { color: #4a2a4d; font-size: 10px; line-height: 1.3; }
.zernto-protection__copy details { margin-top: 2px; font-size: 10px; }
.zernto-protection__copy summary { width: fit-content; color: #9b431f; cursor: pointer; text-decoration: underline; text-underline-offset: 2px; }
.zernto-protection__copy details p { margin: 5px 0 0; color: var(--z-muted); line-height: 1.4; }
.zernto-protection__error { color: #a12626; font-size: 10px; font-weight: 750; }
.zernto-protection__action { display: grid; justify-items: end; gap: 7px; }
.zernto-protection__action > span { font-size: 12px; font-weight: 850; }
.zernto-protection__action button {
  position: relative;
  width: 48px;
  min-width: 48px;
  height: 28px;
  padding: 3px;
  border: 0;
  border-radius: 999px;
  background: #c8c0c8;
  cursor: pointer;
  transition: background .18s ease;
}
.zernto-protection__action button i {
  display: block;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 2px 7px rgba(40,20,42,.25);
  transition: transform .18s ease;
}
.zernto-protection__action button[aria-checked="true"] { background: linear-gradient(110deg, #d85b27, #8f32b7); }
.zernto-protection__action button[aria-checked="true"] i { transform: translateX(20px); }
.zernto-protection__action button:focus-visible { outline: 3px solid rgba(207,82,35,.3); outline-offset: 2px; }
.zernto-protection__action button[disabled] { cursor: wait; opacity: .6; }

.zernto-fixed-progress {
  display: none;
  position: fixed;
  z-index: 55;
  inset: auto 10px 10px;
  max-width: 560px;
  margin: auto;
}
.zernto-fixed-progress .zernto-progress { margin: 0; padding: 10px 12px; border-radius: 14px; }
.zernto-fixed-progress .zernto-progress__eyebrow,
.zernto-fixed-progress .zernto-progress__tiers,
.zernto-fixed-progress .zernto-progress__cta { display: none; }
.zernto-fixed-progress .zernto-progress__primary { font-size: 14px; }
.zernto-fixed-progress .zernto-progress__reward { padding: 7px 9px; }
.zernto-fixed-progress .zernto-progress__track { height: 6px; margin: 9px 0 0; }

/* Scroll helpers use the native product form, so selections and cart events stay reliable. */
.zernto-floating-actions {
  position: fixed;
  z-index: 44;
  right: 22px;
  bottom: 22px;
  display: flex;
  align-items: center;
  gap: 8px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(14px);
  transition: opacity .2s ease, transform .2s ease;
}
.zernto-floating-actions.is-visible { opacity: 1; pointer-events: auto; transform: none; }
.zernto-floating-actions button {
  min-height: 48px;
  border: 1px solid rgba(38,19,40,.12);
  border-radius: 999px;
  cursor: pointer;
  font: inherit;
  font-size: 15px;
  font-weight: 850;
  box-shadow: 0 12px 32px rgba(38,19,40,.18);
}
.zernto-floating-actions__add { display: flex; align-items: center; gap: 7px; padding: 0 19px; background: linear-gradient(100deg, #c94e23, #962fba); color: #fff; }
.zernto-floating-actions__add span { font-size: 20px; }
.zernto-floating-actions__top { display: grid; min-width: 48px; place-items: center; padding: 0 13px; background: rgba(255,250,245,.96); color: var(--z-ink); backdrop-filter: blur(12px); }
.zernto-floating-actions__top span { font-size: 18px; line-height: 1; }
.zernto-floating-actions__top em { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }

/* Readability floor for the older-skewing audience without inflating decorative labels. */
.header__menu-control,
.header-nav-drawer__menu-control,
.section-featured-collection .button,
body[data-page-type="collection"] theme-product-card .button,
body[data-page-type="product"] .product-detail__buy-button-group .button { font-size: 15px; }
.main-order-tracking input,
.main-order-tracking select,
.main-order-tracking button { font-size: 16px; }
.main-order-tracking__lead,
.main-order-tracking__benefits small,
.main-order-tracking__note { line-height: 1.6; }
.main-order-tracking__benefits small,
.main-order-tracking__note { font-size: 13px; }
.zernto-trust-card small { font-size: 12px; line-height: 1.45; }
.zernto-payment-strip small,
.zernto-payment-strip li { font-size: 12px; }
.zernto-progress__tiers { font-size: 11px; }
footer a,
footer p,
footer summary { font-size: 15px; line-height: 1.55; }
.cart-drawer__body { font-size: 16px; }

/* Make the built-in collection quick-add control continuously discoverable. */
body[data-page-type="collection"] theme-product-card .quick-add-modal__quick-add,
body[data-page-type="collection"] theme-product-card .block-product-card__quick-add,
body[data-page-type="collection"] theme-product-card [class*="quick-add"] button,
body[data-page-type="collection"] theme-product-card [class*="quick-add"] summary {
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
}
theme-quick-add-modal .quick-add-modal__modal-close {
  width: 48px;
  height: 48px;
  border-radius: 999px;
  background: var(--z-paper);
  box-shadow: 0 6px 20px rgba(27,19,29,.18);
}

@media (max-width: 959px) {
  .header__logo-text { gap: 8px; font-size: 20px; }
  .header__logo-text::before { width: 30px; height: 30px; border-radius: 9px; font-size: 17px; }
  .zernto-home-hero { min-height: 488px; }
  .zernto-home-hero__image { object-position: 63% center; }
  .zernto-home-hero__shade { background: linear-gradient(0deg, rgba(15,8,16,.96) 5%, rgba(15,8,16,.55) 65%, rgba(15,8,16,.22)); }
  .zernto-home-hero__content { display: flex; min-height: 488px; flex-direction: column; justify-content: flex-end; padding-block: 38px 22px; }
  .zernto-home-hero h1 { max-width: 350px; font-size: clamp(34px, 9.8vw, 48px); }
  .zernto-home-hero__content > p:not(.zernto-home-hero__eyebrow) { margin-top: 14px; font-size: 14px; line-height: 1.45; }
  .zernto-home-hero__actions { margin-top: 16px; }
  .zernto-home-hero__button { min-height: 46px; padding-inline: 16px; font-size: 13px; }
  .zernto-home-hero__button:not(.is-primary) { min-height: 42px; padding-inline: 6px; border-color: transparent; background: transparent; text-decoration: underline; text-underline-offset: 5px; }
  .zernto-home-hero__trust {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6px 10px;
    margin-top: 13px;
    overflow: visible;
    font-size: 12px;
    white-space: normal;
  }
  .zernto-home-hero__trust li:nth-child(n+3) { display: none; }
  .zernto-home-hero__trending { display: none; }
  .zernto-home-deals { box-sizing: border-box; width: auto; max-width: none; grid-template-columns: 1fr; gap: 18px; margin: 24px 16px; padding: 20px 16px; }
  .zernto-home-deals__tiers { grid-template-columns: repeat(5, minmax(74px, 1fr)); overflow-x: auto; padding-bottom: 4px; }
  .zernto-home-categories { padding: 32px 16px 48px; }
  .zernto-home-categories__grid { grid-template-columns: 1fr 1fr; gap: 10px; }
  .zernto-home-categories__grid a { min-height: 138px; padding: 16px; }
  .zernto-home-categories__grid span { font-size: 18px; }
  .zernto-seasonal-showcase { padding: 16px 16px 48px; }
  .zernto-seasonal-showcase__heading { display: block; margin-bottom: 18px; }
  .zernto-seasonal-showcase__heading h2,
  .zernto-mood-shop__heading h2 { font-size: 31px; }
  .zernto-seasonal-showcase__heading > span { display: block; margin-top: 12px; font-size: 13px; }
  .zernto-seasonal-showcase__campaigns { grid-template-columns: 1fr; gap: 12px; }
  .zernto-seasonal-campaign { min-height: 340px; border-radius: 20px; }
  .zernto-seasonal-campaign__content { inset: auto 20px 20px; }
  .zernto-seasonal-campaign__content strong { font-size: 31px; }
  .zernto-seasonal-campaign__content em { font-size: 12px; line-height: 1.4; }
  .zernto-seasonal-campaign__content b { min-height: 42px; margin-top: 14px; }
  .zernto-mood-shop { padding-block: 44px 38px; }
  .zernto-mood-shop__grid { grid-template-columns: 1fr 1fr; gap: 9px; }
  .zernto-mood-shop__grid a { min-height: 188px; padding: 16px; border-radius: 17px; }
  .zernto-mood-shop__grid strong { margin-top: 17px; font-size: 17px; }
  .zernto-mood-shop__grid span { font-size: 13px; }
  .zernto-shopping-confidence { grid-template-columns: 1fr 1fr; border-radius: 18px; }
  .zernto-shopping-confidence > div { min-height: 104px; padding: 14px; }
  .zernto-shopping-confidence i { width: 34px; height: 34px; flex-basis: 34px; }
  .zernto-home-faq { display: block; margin-top: 32px; padding: 24px 18px; border-radius: 20px; }
  .zernto-home-faq__items { margin-top: 24px; }
  .zernto-home-faq summary { min-height: 58px; font-size: 14px; }
  .zernto-home-faq details p { margin-right: 34px; font-size: 14px; }
  .zernto-seasonal-final { display: block; margin-top: 28px; padding: 24px 20px; border-radius: 20px; }
  .zernto-seasonal-final a { width: 100%; box-sizing: border-box; justify-content: center; margin-top: 18px; }
  .section-featured-collection theme-product-card { padding: 6px; border-radius: 14px; }
  .zernto-product-next { padding-block: 42px 48px; }
  .zernto-product-next__heading { margin-bottom: 18px; text-align: left; }
  .zernto-product-next__heading span { font-size: 13px; }
  .zernto-product-next__grid { grid-template-columns: 1fr; gap: 10px; }
  .zernto-product-next__card { border-radius: 18px; }
  .zernto-product-next__copy { padding: 17px; }
  .zernto-product-next__footer { align-items: stretch; flex-direction: column; text-align: center; }
  .zernto-product-next__new { width: 100%; box-sizing: border-box; justify-content: center; }
  body[data-page-type="collection"] .block-main-collection__banner,
  body[data-page-type="collection"] .block-main-collection__banner-sizer { min-height: 176px; height: 176px; }
  body[data-page-type="collection"] .block-main-collection__banner-inner { padding-inline: 18px; }
  body[data-page-type="collection"] .block-main-collection__banner-inner > div { width: calc(100vw - 36px); }
  body[data-page-type="collection"] .block-main-collection__heading { margin-top: 4px; font-size: 31px; line-height: 1.02; }
  body[data-page-type="collection"] .block-main-collection__description {
    inset: auto auto 16px 18px;
    display: -webkit-box;
    width: calc(100vw - 36px);
    overflow: hidden;
    font-size: 14px;
    line-height: 1.38;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  body[data-page-type="collection"] theme-product-card .block-product-title,
  body[data-page-type="collection"] theme-product-card [class*="product-title"] { font-size: 15px; line-height: 1.45; }
  .header-nav-drawer__content { width: min(90vw, 380px); }
  .header-nav-drawer__header-container { min-height: 64px; }
  .header-nav-drawer__header .header-nav-drawer__icon {
    width: 48px;
    height: 48px;
    border-radius: 999px;
    background: rgba(38,19,40,.06);
  }
  .header-nav-drawer__footer {
    order: -1;
    margin: 0 !important;
    padding: 8px 14px 14px;
    border-bottom: 1px solid rgba(38,19,40,.1);
  }
  .header-nav-drawer__footer .theme-locale-picker__inner {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
    gap: 8px;
  }
  .header-nav-drawer__footer .zernto-app-language {
    position: relative !important;
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
    height: auto !important;
    margin: 0 !important;
    transform: none !important;
  }
  .header-nav-drawer__footer .isv-mobile-language-wrap {
    position: relative !important;
    display: block !important;
    width: 100% !important;
    height: auto !important;
    margin: 0 !important;
  }
  .header-nav-drawer__footer .isv-mobile-language-wrap .dropdown__disclosure { position: relative; }
  .header-nav-drawer__footer .isv-mobile-language-wrap .j-stage-locale-isv {
    display: flex !important;
    width: 100% !important;
    min-height: 46px;
    align-items: center;
    justify-content: space-between;
    padding: 0 12px;
    border: 0 !important;
    border-radius: 12px !important;
    background: var(--z-plum) !important;
    color: #fff !important;
    cursor: pointer;
  }
  .header-nav-drawer__footer .isv-mobile-language-wrap .dropdown__list {
    inset: calc(100% + 7px) 0 auto auto !important;
    z-index: 140 !important;
    width: min(82vw, 330px) !important;
    max-height: 48vh !important;
    overflow-y: auto !important;
    padding: 8px !important;
    border-radius: 14px !important;
    background: var(--z-paper) !important;
    box-shadow: 0 16px 38px rgba(27,19,29,.22) !important;
    color: var(--z-ink) !important;
  }
  .header-nav-drawer__footer .isv-mobile-language-wrap .dropdown__list li { min-height: 44px; padding: 10px; border-radius: 9px; }
  .header-nav-drawer__footer theme-dropdown-menu { min-width: 0; }
  .header-nav-drawer__footer .zernto-native-currency { width: 100% !important; }
  .header-nav-drawer__footer .dropdown-menu__label {
    min-height: 46px;
    padding: 0 12px;
    overflow: hidden;
    border-radius: 12px;
    background: var(--z-plum);
    color: #fff;
  }
  .header-nav-drawer__footer .dropdown-menu__label-text {
    max-width: 115px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .header-nav-drawer__footer .dropdown-menu__list {
    inset-inline: 0 !important;
    width: min(82vw, 330px);
    max-height: 48vh;
    overflow-y: auto;
    padding: 8px;
    border-radius: 14px;
    background: var(--z-paper);
    color: var(--z-ink);
    box-shadow: 0 16px 38px rgba(27,19,29,.22);
  }
  .header-nav-drawer__footer .dropdown-menu__list-item { min-height: 44px; padding: 9px; }
  .header-nav-drawer__menu { padding-block: 10px 20px; }
  .header-nav-drawer__menu-control { min-height: 48px; }

  body[data-page-type="product"] .product-detail__info {
    padding: 12px 0 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
  }
  body[data-page-type="product"] .product-detail__media,
  body[data-page-type="product"] [class*="product-media"] { border-radius: 18px; }
  .zernto-trust-row { grid-template-columns: 1fr; gap: 6px; margin: 8px 0; }
  .zernto-trust-card { min-height: 54px; padding: 9px 10px; gap: 8px; }
  .zernto-trust-card:not(.is-primary) { min-height: 42px; padding-block: 7px; }
  .zernto-trust-card__icon { font-size: 16px; }
  .zernto-trust-card strong { font-size: 13px; }
  .zernto-trust-card small { font-size: 12px; }
  .zernto-trust-card > i { display: none; }
  .zernto-product-brief { grid-template-columns: 1fr; margin-block: 8px 10px; padding: 11px 12px; }
  .zernto-product-brief p { font-size: 13px; }
  .zernto-product-brief a { grid-column: 1; grid-row: auto; margin-top: 7px; }
  .zernto-quantity-choices button { min-height: 78px; padding: 12px 11px; }
  .zernto-quantity-choices button span { align-items: flex-start; flex-direction: column; gap: 2px; }
  .zernto-payment-strip { grid-template-columns: 1fr; gap: 9px; padding: 12px; }
  .zernto-payment-strip ul { justify-content: flex-start; }
  .zernto-product-story-heading { width: calc(100% - 30px); margin-top: 28px; }
  .zernto-product-story-heading h2 { font-size: 34px; }
  .zernto-product-story-heading p { font-size: 14px; }
  .product-description.zernto-product-story { width: calc(100% - 20px) !important; }
  .product-description.zernto-product-story [data-shopnova-detail] { padding-inline: 14px !important; border-radius: 20px; }
  .zernto-progress { margin: 12px 0; padding: 12px; border-radius: 15px; }
  body[data-page-type="product"] [data-zernto-product-progress-host] .zernto-progress { margin-block: 8px 10px; padding: 10px 11px; }
  body[data-page-type="product"] [data-zernto-product-progress-host] .zernto-progress__eyebrow,
  body[data-page-type="product"] [data-zernto-product-progress-host] .zernto-progress__tiers { display: none; }
  body[data-page-type="product"] [data-zernto-product-progress-host] .zernto-progress__track { margin-bottom: 0; }
  .zernto-progress__top { grid-template-columns: minmax(0, 1fr) minmax(112px, .72fr); gap: 8px; }
  .zernto-progress__primary { font-size: 15px; }
  .zernto-progress__reward { padding: 7px 8px; font-size: 11px; }
  .zernto-progress__tiers { font-size: 10px; gap: 2px; }
  .zernto-progress__eyebrow { font-size: 10px; }
  .zernto-progress__cta { min-height: 40px; }
  body[data-page-type="collection"] .main-collection__list { row-gap: 20px; }
  body[data-page-type="collection"] theme-product-card [class*="quick-add"] button,
  body[data-page-type="collection"] theme-product-card .block-product-card__quick-add,
  body[data-page-type="collection"] theme-product-card [class*="quick-add"] summary {
    min-width: 44px;
    min-height: 44px;
  }
  body.zernto-cart-progress-entry { padding-bottom: 128px; }
  body.zernto-cart-progress-entry .zernto-fixed-progress { display: block; }
  .zernto-fixed-progress { z-index: 80; inset: auto 8px calc(8px + env(safe-area-inset-bottom)); width: calc(100% - 16px); }
  .zernto-fixed-progress .zernto-progress__top { grid-template-columns: 1.12fr .88fr; }
  .zernto-floating-actions { right: 12px; bottom: calc(76px + env(safe-area-inset-bottom)); }
  .zernto-floating-actions__add { display: none; }
  .zernto-floating-actions__top { width: 50px; min-width: 50px; height: 50px; padding: 0; }
  .cart-drawer__body { max-width: 100vw; }
  .cart-drawer__close { width: 48px; height: 48px; }
  .cart-drawer__payment .zernto-progress { margin-block: 10px; }
  .cart-drawer__payment .zernto-progress__tiers { display: none; }
  .cart-drawer__payment .zernto-progress__eyebrow { margin-bottom: 4px; }
  .cart-drawer__payment .zernto-progress__track { margin-bottom: 0; }
  .zernto-protection { grid-template-columns: 34px minmax(0, 1fr) auto; gap: 8px; margin-block: 9px; padding: 10px; }
  .zernto-protection__icon { width: 34px; height: 34px; border-radius: 10px; }
  .zernto-protection__copy strong { font-size: 12px; }
  .zernto-protection__copy small { font-size: 10px; }
  .zernto-protection__copy b { font-size: 9px; }
  theme-quick-add-modal .quick-add-modal__modal-close { width: 54px; height: 54px; }
  theme-sticky-position.is-sticky > .block-product-buy-button-group {
    padding: 9px 12px calc(9px + env(safe-area-inset-bottom));
    border-block-start: 1px solid rgba(38,19,40,.12);
    background: rgba(255,250,245,.97);
    box-shadow: 0 -10px 30px rgba(38,19,40,.14);
    backdrop-filter: blur(14px);
  }
  theme-sticky-position.is-sticky > .block-product-buy-button-group .quantity-selector__input,
  theme-sticky-position.is-sticky > .block-product-buy-button-group .payment-button-wrapper,
  theme-sticky-position.is-sticky > .block-product-buy-button-group .zernto-quantity-choices { display: none; }
  theme-sticky-position.is-sticky > .block-product-buy-button-group .block-product-buy-button-wrapper,
  theme-sticky-position.is-sticky > .block-product-buy-button-group button { width: 100%; min-height: 50px; }
  .cart-drawer__inner { padding-bottom: 92px; }
  .cart-drawer__fixed-checkout .cart-fixed-checkout__main-info { padding: 9px 12px calc(9px + env(safe-area-inset-bottom)); }
  .cart-drawer__fixed-checkout .cart-fixed-checkout__buttons { margin-block-start: 7px; }
  .cart-drawer__fixed-checkout .button { min-height: 50px; border-radius: 14px; }
  footer .footer__information-group,
  footer [class*="footer__information"] { gap: 16px; }
  footer [class*="footer__navigation"] { padding-block: 10px; border-bottom: 1px solid rgba(38,19,40,.1); }
}

@media (max-width: 430px) {
  .zernto-progress__top { grid-template-columns: 1.18fr .82fr; }
  .zernto-progress__primary { font-size: 14px; }
  .zernto-progress__tiers span { white-space: nowrap; }
}

/* Final strict visual QA refinements: seasonal footer, readable commerce UI and compact discovery. */
.zernto-placeholder-product { display: none !important; }

body[data-page-collection-handle="new-arrivals"] .block-main-collection__banner,
body[data-page-collection-handle="new-arrivals"] .block-main-collection__banner-sizer {
  min-height: 230px;
  height: 230px;
}
body[data-page-collection-handle="new-arrivals"] .block-main-collection__banner {
  background:
    radial-gradient(circle at 84% 10%, rgba(239,125,50,.72), transparent 27%),
    radial-gradient(circle at 68% 96%, rgba(150,50,189,.72), transparent 32%),
    linear-gradient(115deg, #1c0c1e 0%, #3b1737 56%, #172b22 100%) !important;
}
body[data-page-collection-handle="new-arrivals"] .block-main-collection__banner::after {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(255,255,255,.24) 1px, transparent 1.5px);
  background-size: 34px 34px;
  content: '';
  opacity: .18;
  pointer-events: none;
}

body[data-page-type="collection"] theme-product-card .block-product-title,
body[data-page-type="collection"] theme-product-card .block-product-title > span,
body[data-page-type="collection"] theme-product-card [class*="product-title"] {
  display: -webkit-box !important;
  min-height: 2.9em;
  max-height: 2.9em;
  overflow: hidden;
  line-height: 1.45;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
body[data-page-type="collection"] theme-product-card .button,
body[data-page-type="collection"] theme-product-card button,
.section-featured-collection theme-product-card .button { min-height: 46px; }

.announcement-bar__button,
.announcement-bar__autoplay,
.header__container button[aria-label],
.header__container a[aria-label] { min-width: 44px; min-height: 44px; }
.announcement-bar__group-item { min-height: 44px; }
body[data-page-type="product"] [data-zernto-product-progress-host] .zernto-progress__eyebrow,
body[data-page-type="product"] [data-zernto-product-progress-host] .zernto-progress__tiers,
.zernto-quantity-choices em { font-size: 11px; }
.zernto-quantity-choices small,
body[data-page-type="product"] [data-zernto-product-progress-host] .zernto-progress__reward,
body[data-page-type="product"] [data-zernto-product-progress-host] .zernto-progress__reward small { font-size: 12px; }

.zernto-menu-discover { display: none; }

footer.footer {
  position: relative;
  overflow: hidden;
  border-top: 1px solid rgba(239,125,50,.45);
  background:
    radial-gradient(circle at 7% 8%, rgba(239,125,50,.17), transparent 28%),
    radial-gradient(circle at 91% 82%, rgba(67,128,91,.20), transparent 32%),
    linear-gradient(135deg, #170a18 0%, #281328 58%, #10251c 100%) !important;
  color: #fff;
}
footer.footer::before {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(255,255,255,.16) 1px, transparent 1.4px);
  background-size: 42px 42px;
  content: '';
  opacity: .10;
  pointer-events: none;
}
footer.footer .footer__inner,
footer.footer .footer__group { position: relative; }
footer.footer .footer__inner { padding-block: 52px 22px; }
footer.footer .footer__menu-title,
footer.footer h2,
footer.footer h3,
footer.footer summary,
footer.footer strong { color: #fff !important; }
footer.footer a,
footer.footer p,
footer.footer li,
footer.footer .footer__menu-content { color: rgba(255,255,255,.76) !important; }
footer.footer a { text-underline-offset: 4px; transition: color .18s ease; }
footer.footer a:hover { color: #ffb26f !important; }
footer.footer .footer__icon-text-item,
footer.footer [class*="footer__logo-list-item"] {
  border-color: rgba(255,255,255,.12) !important;
  border-radius: 14px;
  background: rgba(255,255,255,.055);
}
footer.footer [class*="footer__contact"],
footer.footer [class*="email-subscribe"] {
  border-color: rgba(239,125,50,.35) !important;
  border-radius: 18px;
  background: rgba(255,255,255,.065);
}
footer.footer input {
  min-height: 48px;
  border-color: rgba(255,255,255,.28) !important;
  background: #fff !important;
  color: var(--z-ink) !important;
}
footer.footer button { min-height: 46px; }
footer.footer [class*="footer__additional"] {
  padding-block: 18px;
  border-block: 1px solid rgba(255,255,255,.12);
}
footer.footer [class*="payment"] svg,
footer.footer [class*="payment"] img { min-width: 34px; min-height: 22px; filter: none; }
footer.footer [class*="copyright"] { color: rgba(255,255,255,.62) !important; }

@media (max-width: 959px) {
  .announcement-bar__group-item { min-height: 40px; }
  .announcement-bar__button,
  .announcement-bar__autoplay { min-width: 40px; min-height: 40px; }
  body[data-page-collection-handle="new-arrivals"] .block-main-collection__banner,
  body[data-page-collection-handle="new-arrivals"] .block-main-collection__banner-sizer { min-height: 170px; height: 170px; }
  body[data-page-type="collection"] theme-product-card .block-product-title,
  body[data-page-type="collection"] theme-product-card .block-product-title > span,
  body[data-page-type="collection"] theme-product-card [class*="product-title"] {
    min-height: 4.35em;
    max-height: 4.35em;
    -webkit-line-clamp: 3;
  }
  .zernto-menu-discover {
    display: block;
    margin: 0 14px 20px;
    padding: 15px;
    border: 1px solid rgba(239,125,50,.26);
    border-radius: 18px;
    background: linear-gradient(145deg, #251126, #13251d);
    box-shadow: 0 12px 28px rgba(28,12,30,.13);
    color: #fff;
  }
  .zernto-menu-discover > p { margin: 0 0 10px; color: #f2a05c; font-size: 11px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
  .zernto-menu-discover > div { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
  .zernto-menu-discover a {
    display: flex;
    min-height: 112px;
    flex-direction: column;
    justify-content: flex-end;
    padding: 12px;
    overflow: hidden;
    border-radius: 13px;
    color: #fff;
    text-decoration: none;
    box-shadow: inset 0 -76px 55px rgba(15,7,16,.82);
  }
  .zernto-menu-discover a.is-halloween { background: linear-gradient(0deg, rgba(20,8,20,.66), rgba(20,8,20,.12)), url('https://img-va.myshopline.com/image/store/1789465682655/0aa8a97ec2b641c39f9c2d6e917bf265.jpg') 62% center / cover; }
  .zernto-menu-discover a.is-christmas { background: linear-gradient(0deg, rgba(7,27,20,.7), rgba(7,27,20,.12)), url('https://img-va.myshopline.com/image/store/1789465682655/5405052e829c4535b5b91faca05939d8.webp') 68% center / cover; }
  .zernto-menu-discover small { color: #ffb26f; font-size: 10px; font-weight: 850; text-transform: uppercase; }
  .zernto-menu-discover strong { margin-top: 3px; font-size: 14px; line-height: 1.2; }
  .zernto-menu-discover span { margin-top: 5px; font-size: 11px; font-weight: 800; }
  .zernto-menu-discover > b { display: block; margin-top: 11px; color: rgba(255,255,255,.78); font-size: 11px; text-align: center; }
  footer.footer .footer__inner { padding-block: 34px 18px; }
  footer.footer [class*="footer__navigation"] { border-color: rgba(255,255,255,.14) !important; }
  footer.footer [class*="footer__contact"],
  footer.footer [class*="email-subscribe"] { padding: 16px !important; }
  footer.footer [class*="payment"] svg,
  footer.footer [class*="payment"] img { min-width: 38px; min-height: 24px; }
}
