:root {
  --st-navy: #071d42;
  --st-navy-2: #0b2e63;
  --st-blue: #075dea;
  --st-blue-2: #1981ff;
  --st-cyan: #20c7ff;
  --st-red: #ef3340;
  --st-orange: #ff7a17;
  --st-green: #0c9b58;
  --st-ink: #111d33;
  --st-muted: #66758c;
  --st-line: #dce4ef;
  --st-soft: #f4f7fb;
  --st-soft-blue: #edf5ff;
  --st-white: #fff;
  --st-shadow: 0 18px 55px rgba(16, 40, 82, .10);
  --st-shadow-soft: 0 10px 32px rgba(16, 40, 82, .08);
  --st-radius: 20px;
  --st-cut: 22px;
  --st-shell: 1500px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--st-ink);
  background: #fff;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
body.menu-open, body.filter-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
svg.stakelia-icon { width: 22px; height: 22px; flex: 0 0 auto; }
.shell { width: min(calc(100% - 48px), var(--st-shell)); margin-inline: auto; }
.site-frame { min-height: 100vh; overflow: clip; }
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link:focus { clip: auto; width: auto; height: auto; z-index: 99999; padding: 12px 18px; background: #fff; color: var(--st-navy); top: 10px; left: 10px; }

/* Signature cut geometry */
.clipped-surface {
  position: relative;
  border: 1px solid rgba(158, 177, 204, .42);
  background: #fff;
  clip-path: polygon(var(--st-cut) 0, calc(100% - var(--st-cut)) 0, 100% var(--st-cut), 100% calc(100% - var(--st-cut)), calc(100% - var(--st-cut)) 100%, var(--st-cut) 100%, 0 calc(100% - var(--st-cut)), 0 var(--st-cut));
}
.clipped-surface--soft { background: linear-gradient(135deg, #fff 0%, #f6f9fe 100%); }
.clipped-surface--blue-edge { background: linear-gradient(135deg, #fff 0%, #f5f9ff 52%, #edf5ff 100%); }
.clipped-surface--tinted { background: linear-gradient(145deg, #f7faff 0%, #eef5ff 45%, #fff 100%); }
.cut-button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
button.button,
a.button {
  min-height: 46px;
  padding: 0 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 0;
  color: #fff;
  background: linear-gradient(135deg, var(--st-blue), #0348bf);
  font-weight: 800;
  letter-spacing: -.01em;
  clip-path: polygon(0 0, calc(100% - 15px) 0, 100% 50%, calc(100% - 15px) 100%, 0 100%, 8px 50%);
  transition: transform .2s ease, filter .2s ease, box-shadow .2s ease;
  box-shadow: 0 10px 24px rgba(7, 93, 234, .22);
  border-radius: 0;
}
.cut-button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover { color: #fff; filter: brightness(1.06); transform: translateY(-2px); }
.cut-button--dark { background: linear-gradient(135deg, #071d42, #0d356c); box-shadow: 0 12px 26px rgba(7, 29, 66, .24); }
.cut-button--light { color: var(--st-navy) !important; background: #fff; box-shadow: none; }
.cut-button--soft { color: var(--st-blue); background: var(--st-soft-blue); box-shadow: none; }
.cut-button--large { min-height: 54px; padding-inline: 31px; }
.text-link, .section-link { display: inline-flex; align-items: center; gap: 8px; color: var(--st-blue); font-weight: 800; }
.text-link svg, .section-link svg { width: 17px; }

/* Header */
.announcement-bar { background: linear-gradient(90deg, #061735, #082b5a); color: #fff; font-size: 13px; }
.announcement-bar__inner { min-height: 36px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.announcement-offer { margin: 0; display: flex; align-items: center; gap: 8px; min-width: 0; }
.announcement-offer svg { width: 16px; color: var(--st-cyan); }
.announcement-offer a { color: #54c8ff; margin-left: 10px; font-weight: 800; white-space: nowrap; }
.announcement-links { display: flex; align-items: center; gap: 24px; }
.announcement-links a { display: inline-flex; align-items: center; gap: 7px; white-space: nowrap; opacity: .94; }
.announcement-links svg { width: 15px; }

.trust-bar { background: linear-gradient(90deg, #fff, #f4f8fd, #fff); border-bottom: 1px solid var(--st-line); }
.trust-bar__inner { min-height: 50px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.trust-bar__benefits { display: flex; align-items: center; gap: 34px; }
.trust-bar__benefits > span { display: grid; grid-template-columns: 28px auto; grid-template-rows: auto auto; column-gap: 9px; line-height: 1.1; }
.trust-bar__benefits svg { grid-row: 1 / 3; color: var(--st-navy-2); width: 24px; margin-top: 2px; }
.trust-bar__benefits b { font-size: 12px; }
.trust-bar__benefits small { font-size: 10px; color: var(--st-muted); }
.trust-bar__contact { display: flex; gap: 24px; align-items: center; }
.trust-bar__contact a { display: inline-flex; align-items: center; gap: 8px; font-size: 12px; }
.trust-bar__contact svg { width: 16px; color: var(--st-navy-2); }
.trust-bar__contact a:last-child { color: var(--st-blue); text-decoration: underline; text-underline-offset: 3px; }

.site-header { background: rgba(255,255,255,.96); border-bottom: 1px solid var(--st-line); position: relative; z-index: 120; transition: box-shadow .2s ease; }
.site-header.is-sticky { position: fixed; inset: 0 0 auto; box-shadow: 0 15px 36px rgba(8, 27, 56, .13); }
.admin-bar .site-header.is-sticky { top: 32px; }
.header-main { min-height: 96px; display: grid; grid-template-columns: 230px minmax(420px, 1fr) auto; align-items: center; gap: 35px; }
.site-branding { min-width: 0; }
.wordmark { display: inline-flex; align-items: baseline; color: var(--st-navy); font-size: clamp(28px, 2.2vw, 42px); font-weight: 950; letter-spacing: -.055em; line-height: 1; }
.wordmark span { color: var(--st-red); margin-left: 3px; }
.custom-logo { max-height: 66px; width: auto; }
.mobile-menu-toggle { display: none; border: 0; background: transparent; color: var(--st-navy); padding: 8px; }

.header-search { height: 54px; display: grid; grid-template-columns: 180px minmax(0, 1fr) 62px; position: relative; border: 1px solid #cfd9e8; background: #fff; border-radius: 14px; box-shadow: 0 7px 20px rgba(24, 53, 94, .06); overflow: visible; }
.header-search select, .header-search input { min-width: 0; border: 0; background: transparent; color: var(--st-ink); outline: none; }
.header-search select { padding: 0 18px; border-right: 1px solid var(--st-line); font-weight: 800; font-size: 13px; }
.header-search input { padding: 0 20px; }
.header-search button { color: #fff; border: 0; background: linear-gradient(135deg, var(--st-blue), #034bbf); clip-path: polygon(17px 0, 100% 0, 100% 100%, 0 100%); border-radius: 0 12px 12px 0; display: grid; place-items: center; }
.header-search button svg { width: 24px; }
.search-suggestions { position: absolute; inset: calc(100% + 8px) 0 auto; z-index: 500; padding: 9px; border: 1px solid var(--st-line); border-radius: 15px; background: #fff; box-shadow: var(--st-shadow); }
.search-suggestion { display: grid; grid-template-columns: 54px minmax(0,1fr) auto; align-items: center; gap: 12px; padding: 10px; border-radius: 10px; }
.search-suggestion:hover { background: var(--st-soft-blue); }
.search-suggestion img { width: 54px; height: 54px; object-fit: contain; }
.search-suggestion strong { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.search-suggestion span { color: var(--st-blue); font-weight: 800; }
.search-message { padding: 12px; color: var(--st-muted); }

.header-actions { display: flex; align-items: center; gap: 12px; }
.header-action { min-height: 52px; display: flex; align-items: center; gap: 10px; padding: 7px 10px; position: relative; color: var(--st-navy); border-left: 1px solid transparent; }
.header-action + .header-action { border-left-color: var(--st-line); }
.header-action > svg, .header-cart-icon > svg { width: 27px; }
.header-action span { display: flex; flex-direction: column; line-height: 1.08; }
.header-action strong { font-size: 13px; }
.header-action small { margin-top: 4px; color: var(--st-muted); font-size: 10px; white-space: nowrap; }
.header-action--icon { min-width: 60px; justify-content: center; }
.header-action__label { display: none !important; }
.header-action__count { position: absolute; top: 1px; right: 2px; min-width: 19px; height: 19px; padding: 0 5px; display: grid !important; place-items: center; border-radius: 999px; background: var(--st-blue); color: #fff; font-size: 10px; font-weight: 900; box-shadow: 0 0 0 3px #fff; }
.header-cart-icon { position: relative; display: inline-flex !important; }
.header-action--cart .header-action__count { right: -10px; top: -10px; }

.header-navigation { border-top: 1px solid #e8eef6; background: #fff; }
.header-navigation__inner { height: 58px; display: grid; grid-template-columns: 285px minmax(0,1fr) 215px; align-items: stretch; gap: 22px; }
.category-navigation { position: relative; }
.category-navigation__button { width: 100%; height: 58px; justify-content: flex-start; clip-path: polygon(0 0, calc(100% - 30px) 0, 100% 50%, calc(100% - 30px) 100%, 0 100%, 14px 50%); box-shadow: none; text-transform: uppercase; font-size: 13px; }
.primary-navigation { display: flex; align-items: center; }
.primary-navigation .menu { list-style: none; margin: 0; padding: 0; display: flex; gap: 31px; align-items: center; }
.primary-navigation .menu > li { position: relative; }
.primary-navigation .menu a { color: var(--st-navy); font-size: 13px; font-weight: 800; }
.primary-navigation .current-menu-item > a, .primary-navigation a:hover { color: var(--st-blue); }
.primary-navigation .current-menu-item > a::after { content: ""; position: absolute; height: 3px; left: 0; right: 0; bottom: -18px; background: var(--st-blue); border-radius: 9px; }
.primary-navigation .sub-menu { display: none; position: absolute; top: 100%; left: 0; min-width: 220px; padding: 14px; margin: 18px 0 0; list-style: none; background: #fff; border: 1px solid var(--st-line); box-shadow: var(--st-shadow); border-radius: 14px; }
.primary-navigation li:hover > .sub-menu { display: block; }
.primary-navigation .sub-menu li + li { margin-top: 5px; }
.primary-navigation .sub-menu a { display: block; padding: 9px 10px; border-radius: 8px; }
.primary-navigation .sub-menu a:hover { background: var(--st-soft-blue); }
.today-deals { height: 58px; min-height: 58px; justify-content: center; clip-path: polygon(22px 0, 100% 0, calc(100% - 12px) 50%, 100% 100%, 22px 100%, 0 50%); box-shadow: none; text-transform: uppercase; font-size: 13px; }

.category-navigation__panel { position: absolute; top: 100%; left: 0; z-index: 420; width: min(1280px, calc(100vw - 48px)); padding: 20px; background: #fff; border: 1px solid #ccd8e7; box-shadow: 0 24px 60px rgba(7, 29, 66, .16); clip-path: polygon(16px 0, calc(100% - 16px) 0, 100% 16px, 100% calc(100% - 16px), calc(100% - 16px) 100%, 16px 100%, 0 calc(100% - 16px), 0 16px); }
.mega-category-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 6px 18px; }
.mega-category-item { display: grid; grid-template-columns: 56px minmax(0,1fr) 18px; align-items: center; gap: 12px; min-height: 72px; padding: 8px 10px; border-bottom: 1px solid #edf1f7; transition: background .18s ease, transform .18s ease; }
.mega-category-item:hover { background: var(--st-soft-blue); transform: translateX(3px); }
.mega-category-item__media { width: 56px; height: 52px; display: grid; place-items: center; overflow: hidden; }
.mega-category-item__media img { width: 100%; height: 100%; object-fit: contain; }
.mega-category-item__copy { min-width: 0; display: flex; flex-direction: column; }
.mega-category-item__copy strong { color: var(--st-navy); font-size: 13px; }
.mega-category-item__copy small { color: var(--st-muted); font-size: 10px; margin-top: 2px; }
.mega-category-item > svg { width: 16px; color: var(--st-blue); }
.mega-category-all { margin-top: 14px; width: 320px; min-height: 60px; justify-content: flex-start; }
.mega-category-all > span { display: flex; flex-direction: column; align-items: flex-start; }
.mega-category-all small { font-size: 10px; font-weight: 600; color: var(--st-muted); }
.mega-category-all > svg:last-child { margin-left: auto; }

.mobile-menu, .mobile-overlay { position: fixed; z-index: 1000; }
.mobile-overlay { inset: 0; background: rgba(4, 17, 40, .55); backdrop-filter: blur(4px); }
.mobile-menu { inset: 0 auto 0 0; width: min(420px, 92vw); background: #fff; padding: 20px; overflow-y: auto; box-shadow: var(--st-shadow); }
.mobile-menu__head { display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--st-line); padding-bottom: 18px; }
.mobile-menu__head button { border: 0; background: var(--st-soft); width: 42px; height: 42px; border-radius: 50%; display: grid; place-items: center; }
.mobile-menu__search { margin: 18px 0; }
.mobile-menu__search form { display: flex; }
.mobile-menu__search input { width: 100%; border: 1px solid var(--st-line); padding: 12px; }
.mobile-menu__search button { border: 0; background: var(--st-blue); color: #fff; padding: 0 16px; }
.mobile-menu .menu { list-style: none; margin: 0; padding: 0; }
.mobile-menu .menu > li { border-bottom: 1px solid var(--st-line); }
.mobile-menu .menu a { display: block; padding: 13px 4px; font-weight: 800; }
.mobile-menu .sub-menu { list-style: none; margin: 0 0 10px; padding-left: 18px; }
.mobile-menu__categories { margin-top: 24px; }
.mobile-menu__categories h3 { font-size: 15px; }
.mobile-category-list { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.mobile-category-list a { display: grid; grid-template-columns: 42px 1fr 12px; align-items: center; gap: 8px; padding: 8px; border: 1px solid var(--st-line); border-radius: 11px; }
.mobile-category-list img { width: 42px; height: 42px; object-fit: contain; }
.mobile-category-list strong { font-size: 11px; }
.mobile-category-list svg { width: 13px; }
.mobile-menu__contact { margin-top: 22px; display: grid; gap: 8px; }
.mobile-menu__contact a { display: flex; align-items: center; gap: 8px; font-size: 12px; }

/* Section rhythm */
.section-pad { padding: 42px 0; }
.section-pad--hero { padding-top: 26px; }
.section-pad--tight { padding-top: 18px; padding-bottom: 24px; }
.section-heading { margin-bottom: 22px; display: flex; align-items: flex-end; justify-content: space-between; gap: 22px; }
.section-heading h2 { margin: 2px 0 0; color: var(--st-navy); font-size: clamp(25px, 2.2vw, 37px); line-height: 1.1; letter-spacing: -.035em; }
.section-eyebrow { color: var(--st-blue); font-size: 11px; font-weight: 900; letter-spacing: .13em; }
.section-link { font-size: 12px; }

/* Homepage hero */
.premium-hero__grid { display: grid; grid-template-columns: minmax(0, 2.1fr) minmax(300px, .9fr); gap: 14px; }
.premium-hero__side { display: grid; grid-template-rows: 1fr 1fr; gap: 14px; min-height: 0; }
.visual-banner { overflow: hidden; border-radius: 19px; border: 1px solid #d5e0ee; box-shadow: var(--st-shadow-soft); position: relative; background: #f5f8fc; }
.visual-banner::after { content: ""; position: absolute; inset: 0; border-radius: inherit; box-shadow: inset 0 0 0 1px rgba(255,255,255,.5); pointer-events: none; }
.visual-banner img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.visual-banner:hover img { transform: scale(1.018); }
.visual-banner--main { aspect-ratio: 16 / 8.45; }
.visual-banner--side { min-height: 0; }

.category-showcase__surface, .product-stage__surface { padding: 28px; box-shadow: var(--st-shadow-soft); }
.category-showcase__rail { display: grid; grid-template-columns: repeat(6, minmax(0,1fr)); gap: 12px; }
.premium-category-card { min-width: 0; min-height: 150px; padding: 12px; position: relative; display: flex; flex-direction: column; justify-content: space-between; border: 1px solid #dbe4ef; background: rgba(255,255,255,.9); clip-path: polygon(10px 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%, 0 10px); transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.premium-category-card:hover { transform: translateY(-5px); border-color: var(--st-blue); box-shadow: 0 14px 30px rgba(7, 93, 234, .12); }
.premium-category-card__media { height: 82px; display: grid; place-items: center; }
.premium-category-card__media img { width: 100%; height: 100%; object-fit: contain; }
.premium-category-card__copy { display: flex; flex-direction: column; line-height: 1.15; }
.premium-category-card__copy strong { font-size: 12px; color: var(--st-navy); }
.premium-category-card__copy small { margin-top: 4px; color: var(--st-muted); font-size: 10px; }
.premium-category-card__arrow { position: absolute; right: 9px; bottom: 9px; width: 25px; height: 25px; display: grid; place-items: center; background: var(--st-soft-blue); color: var(--st-blue); border-radius: 50%; }
.premium-category-card__arrow svg { width: 13px; }

.product-stage__surface { padding: 32px 28px; }
.product-grid { display: grid; gap: 14px; }
.product-grid--six { grid-template-columns: repeat(6, minmax(0,1fr)); }
.stakelia-product-card { min-width: 0; display: flex; flex-direction: column; background: #fff; border: 1px solid #dce4ef; clip-path: polygon(10px 0, 100% 0, 100% calc(100% - 12px), calc(100% - 12px) 100%, 0 100%, 0 10px); transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.stakelia-product-card:hover { transform: translateY(-5px); border-color: rgba(7,93,234,.5); box-shadow: 0 18px 34px rgba(16, 40, 82, .11); }
.product-card__media { height: 225px; position: relative; display: grid; place-items: center; padding: 20px 15px 8px; background: linear-gradient(145deg, #fff, #f6f9fd); }
.product-card__media img { width: 100%; height: 100%; object-fit: contain; }
.product-badge { position: absolute; z-index: 2; top: 12px; left: 0; padding: 5px 12px 5px 9px; color: #fff; background: var(--st-blue); font-size: 9px; font-weight: 900; text-transform: uppercase; clip-path: polygon(0 0, calc(100% - 8px) 0, 100% 50%, calc(100% - 8px) 100%, 0 100%); }
.product-badge--sale { background: var(--st-red); }
.product-badge--featured { background: var(--st-green); }
.product-card__wish { position: absolute; right: 10px; top: 10px; width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid #dfe7f1; border-radius: 50%; background: #fff; color: var(--st-navy); }
.product-card__wish svg { width: 16px; }
.product-card__body { padding: 14px; display: flex; flex-direction: column; flex: 1; }
.product-card__rating { min-height: 22px; }
.star-rating { color: #ffac16; font-size: 12px; }
.product-card__title { margin: 3px 0 12px; font-size: 13px; line-height: 1.35; min-height: 53px; color: var(--st-navy); }
.product-card__footer { margin-top: auto; display: grid; gap: 11px; }
.product-card__price { color: var(--st-ink); font-size: 17px; font-weight: 900; }
.product-card__price del { color: #9aa6b8; font-size: 11px; font-weight: 600; }
.product-card__price ins { text-decoration: none; }
.product-card__cart { min-height: 42px; display: flex; align-items: center; justify-content: center; gap: 7px; color: #fff; background: linear-gradient(135deg, var(--st-navy-2), var(--st-navy)); font-size: 10px; font-weight: 900; text-transform: uppercase; clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 50%, calc(100% - 12px) 100%, 0 100%, 7px 50%); }
.product-card__cart svg { width: 16px; }

.campaign-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.campaign-card { min-height: 245px; padding: 34px; display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; overflow: hidden; box-shadow: var(--st-shadow-soft); }
.campaign-card--dark { color: #fff; background: radial-gradient(circle at 80% 20%, #1555b9, #071d42 58%); border-color: #0a326b; }
.campaign-card--light { background: linear-gradient(135deg, #f8fbff, #eaf3ff); }
.campaign-card__copy { position: relative; z-index: 2; }
.campaign-card__copy > span { color: var(--st-cyan); font-size: 10px; font-weight: 900; letter-spacing: .14em; }
.campaign-card--light .campaign-card__copy > span { color: var(--st-blue); }
.campaign-card h2 { max-width: 480px; margin: 6px 0 20px; font-size: clamp(25px, 2.3vw, 40px); line-height: 1.04; letter-spacing: -.04em; }
.campaign-card__visual { height: 210px; display: grid; place-items: center; filter: drop-shadow(0 20px 25px rgba(0,0,0,.16)); }
.campaign-card__visual img { width: 100%; height: 100%; object-fit: contain; }

.essentials-premium__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.essential-card { min-height: 235px; padding: 24px; display: grid; grid-template-columns: 1fr 1.1fr; align-items: center; overflow: hidden; box-shadow: var(--st-shadow-soft); }
.essential-card--1 { background: linear-gradient(135deg, #eef6ff, #fff); }
.essential-card--2 { background: linear-gradient(135deg, #fff7ed, #fff); }
.essential-card--3 { background: linear-gradient(135deg, #effaf6, #fff); }
.essential-card__media { height: 190px; display: grid; place-items: center; order: 2; }
.essential-card__media img { width: 100%; height: 100%; object-fit: contain; }
.essential-card__copy { display: flex; flex-direction: column; align-items: flex-start; }
.essential-card__copy strong { color: var(--st-navy); font-size: 22px; line-height: 1.1; }
.essential-card__copy small { margin: 9px 0 20px; color: var(--st-muted); }
.essential-card__copy i { display: inline-flex; align-items: center; gap: 8px; color: var(--st-blue); font-style: normal; font-weight: 900; font-size: 12px; }
.essential-card__copy i svg { width: 15px; }

.benefit-stage__grid { padding: 24px; display: grid; grid-template-columns: repeat(5, 1fr); gap: 0; background: linear-gradient(90deg, #f9fbfe, #edf5ff, #f9fbfe); box-shadow: var(--st-shadow-soft); }
.benefit-card { min-width: 0; display: grid; grid-template-columns: 42px minmax(0,1fr); align-items: center; gap: 12px; padding: 8px 18px; }
.benefit-card + .benefit-card { border-left: 1px solid #d9e3ef; }
.benefit-card > svg { width: 32px; color: var(--st-blue); }
.benefit-card div { display: flex; flex-direction: column; }
.benefit-card strong { font-size: 12px; color: var(--st-navy); }
.benefit-card span { color: var(--st-muted); font-size: 10px; margin-top: 3px; }

.brand-story__grid { display: grid; grid-template-columns: 1.4fr .8fr; gap: 16px; }
.brand-story__about, .brand-story__reviews { padding: 34px; box-shadow: var(--st-shadow-soft); }
.brand-story__about { display: grid; grid-template-columns: 1fr .9fr; gap: 24px; background: linear-gradient(135deg, #f7faff, #fff); }
.brand-story h2 { color: var(--st-navy); margin: 5px 0 12px; font-size: clamp(28px, 2.6vw, 44px); line-height: 1.04; letter-spacing: -.04em; }
.brand-story p { color: var(--st-muted); }
.brand-story__visual { min-height: 250px; position: relative; display: grid; place-items: center; border-radius: 16px; background: radial-gradient(circle at 50% 20%, #f2f7ff, #dce9f8); overflow: hidden; }
.brand-story__visual img { width: 84%; height: 84%; object-fit: contain; }
.brand-story__visual > span { position: absolute; left: 18px; right: 18px; bottom: 14px; padding: 12px 15px; display: flex; justify-content: space-between; gap: 12px; background: rgba(7,29,66,.9); color: #fff; font-weight: 900; }
.brand-story__visual small { font-weight: 500; opacity: .8; }
.brand-story__reviews { background: linear-gradient(145deg, #071d42, #0b3675); color: #fff; }
.brand-story__reviews h2 { color: #fff; font-size: 32px; }
.review-score { display: flex; align-items: center; gap: 14px; margin: 16px 0; }
.review-score > strong { font-size: 45px; line-height: 1; }
.review-score div { display: flex; flex-direction: column; }
.review-score span { color: #ffb112; letter-spacing: .15em; }
.review-score small { opacity: .7; }
.brand-story__reviews blockquote { margin: 12px 0 0; padding: 14px; border: 1px solid rgba(255,255,255,.14); background: rgba(255,255,255,.06); clip-path: polygon(8px 0, 100% 0, 100% calc(100% - 8px), calc(100% - 8px) 100%, 0 100%, 0 8px); }
.brand-story__reviews blockquote p { color: #fff; margin: 0 0 7px; font-size: 13px; }
.brand-story__reviews cite { color: var(--st-cyan); font-style: normal; font-size: 11px; font-weight: 800; }

.journal-premium__layout { display: grid; grid-template-columns: minmax(0,1fr) 360px; gap: 16px; }
.journal-premium__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.journal-card { overflow: hidden; background: #fff; box-shadow: var(--st-shadow-soft); }
.journal-card__media { height: 160px; display: block; background: var(--st-soft); }
.journal-card__media img { width: 100%; height: 100%; object-fit: cover; }
.journal-card__body { padding: 17px; }
.journal-card__body > span { color: var(--st-muted); font-size: 9px; font-weight: 800; text-transform: uppercase; }
.journal-card h3 { margin: 7px 0 15px; color: var(--st-navy); font-size: 14px; line-height: 1.35; }
.journal-card .text-link { font-size: 10px; }
.journal-placeholder { height: 100%; display: grid; place-items: center; color: var(--st-blue); }
.newsletter-card { padding: 30px; background: linear-gradient(145deg, #eef5ff, #fff); box-shadow: var(--st-shadow-soft); }
.newsletter-card__icon { width: 62px; height: 62px; display: grid; place-items: center; border-radius: 18px; color: #fff; background: linear-gradient(135deg, var(--st-blue), var(--st-cyan)); transform: rotate(-5deg); margin-bottom: 18px; }
.newsletter-card h2 { color: var(--st-navy); font-size: 26px; line-height: 1.1; }
.newsletter-card p, .newsletter-card small { color: var(--st-muted); }
.newsletter-card form { margin: 22px 0 10px; }
.newsletter-card input { width: 100%; height: 48px; padding: 0 15px; border: 1px solid var(--st-line); background: #fff; margin-bottom: 10px; outline: none; }
.newsletter-card button { width: 100%; }

/* Breadcrumb */
.premium-breadcrumb { margin: 22px 0; display: flex; flex-wrap: wrap; gap: 9px; align-items: center; color: var(--st-muted); font-size: 12px; }
.premium-breadcrumb a { color: var(--st-muted); }
.breadcrumb-separator { color: var(--st-blue); font-size: 18px; }

/* Shop archive */
.premium-shop-page { padding-bottom: 65px; background: linear-gradient(180deg, #fff, #f8fbff 45%, #fff); }
.premium-shop-layout { display: grid; grid-template-columns: 290px minmax(0,1fr); gap: 20px; align-items: start; }
.premium-shop-filters { position: sticky; top: 175px; display: grid; gap: 12px; z-index: 3; }
.shop-filter-head, .filter-panel, .filter-support-card { border: 1px solid #d9e2ee; background: #fff; box-shadow: 0 9px 25px rgba(17, 41, 78, .06); clip-path: polygon(10px 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%, 0 10px); }
.shop-filter-head { min-height: 58px; padding: 12px 15px; display: flex; align-items: center; justify-content: space-between; }
.shop-filter-head > div { display: flex; align-items: center; gap: 9px; }
.shop-filter-head > div span { width: 30px; height: 30px; display: grid; place-items: center; color: var(--st-blue); background: var(--st-soft-blue); border-radius: 8px; }
.shop-filter-head svg { width: 17px; }
.shop-filter-head strong { text-transform: uppercase; color: var(--st-navy); font-size: 12px; }
.shop-filter-head > a { color: var(--st-blue); font-size: 10px; font-weight: 800; }
.shop-filter-head > button { display: none; border: 0; background: transparent; }
.filter-panel { padding: 17px; }
.filter-panel h3 { margin: 0 0 13px; color: var(--st-navy); font-size: 11px; text-transform: uppercase; letter-spacing: .04em; }
.filter-category-list { list-style: none; margin: 0; padding: 0; }
.filter-category-list li + li { margin-top: 8px; }
.filter-category-list a { display: grid; grid-template-columns: 16px minmax(0,1fr) auto; align-items: center; gap: 8px; color: var(--st-muted); font-size: 11px; }
.filter-category-list strong { font-weight: 600; }
.filter-category-list small { font-size: 10px; }
.fake-check { width: 14px; height: 14px; border: 1px solid #c6d2e2; border-radius: 3px; }
.filter-category-list .is-active a { color: var(--st-blue); }
.filter-category-list .is-active .fake-check { background: var(--st-blue); border-color: var(--st-blue); box-shadow: inset 0 0 0 3px #fff; }
.filter-form { display: grid; gap: 12px; }
.price-track { height: 4px; margin: 18px 4px; background: #dbe6f3; border-radius: 9px; position: relative; }
.price-track span { display: block; position: absolute; inset: 0 12%; background: var(--st-blue); }
.price-track::before, .price-track::after { content: ""; position: absolute; top: 50%; width: 12px; height: 12px; transform: translateY(-50%); border-radius: 50%; background: var(--st-blue); box-shadow: 0 0 0 4px #e7f0ff; }
.price-track::before { left: 8%; }.price-track::after { right: 8%; }
.price-inputs { display: grid; grid-template-columns: 1fr 18px 1fr; align-items: end; gap: 6px; }
.price-inputs label { display: flex; flex-direction: column; }
.price-inputs label span { color: var(--st-muted); font-size: 9px; margin-bottom: 4px; }
.price-inputs input { width: 100%; height: 40px; border: 1px solid var(--st-line); padding: 0 9px; outline: none; }
.price-inputs i { padding-bottom: 10px; text-align: center; color: var(--st-muted); font-style: normal; font-size: 10px; }
.filter-check { display: flex; align-items: center; gap: 9px; margin: 10px 0; color: var(--st-muted); font-size: 11px; cursor: pointer; }
.filter-check input { position: absolute; opacity: 0; }
.filter-check span { width: 15px; height: 15px; border: 1px solid #c6d2e2; border-radius: 3px; }
.filter-check input:checked + span { border-color: var(--st-blue); background: var(--st-blue); box-shadow: inset 0 0 0 3px #fff; }
.filter-apply { width: 100%; }
.filter-support-card { padding: 19px; display: grid; grid-template-columns: 40px 1fr; gap: 12px; background: linear-gradient(145deg, #071d42, #0b3470); color: #fff; }
.filter-support-card > svg { width: 34px; color: var(--st-cyan); }
.filter-support-card div { display: flex; flex-direction: column; }
.filter-support-card strong { font-size: 12px; }
.filter-support-card span { opacity: .75; font-size: 10px; margin: 4px 0 8px; }
.filter-support-card a { color: var(--st-cyan); font-size: 10px; font-weight: 800; }
.shop-filter-toggle { display: none; margin-bottom: 14px; }

.premium-shop-content { min-width: 0; }
.premium-shop-hero { padding: 24px 26px; display: flex; align-items: center; justify-content: space-between; gap: 25px; background: linear-gradient(135deg, #f7faff, #fff); box-shadow: var(--st-shadow-soft); }
.premium-shop-hero h1 { margin: 3px 0 4px; color: var(--st-navy); font-size: clamp(30px, 3vw, 48px); letter-spacing: -.045em; line-height: 1.02; }
.premium-shop-hero p, .premium-shop-description { margin: 0; color: var(--st-muted); }
.premium-shop-description p { margin: 0; }
.premium-shop-hero__badge { display: flex; align-items: center; gap: 12px; padding: 12px 15px; min-width: 320px; background: #fff; border: 1px solid var(--st-line); clip-path: polygon(9px 0, 100% 0, 100% calc(100% - 9px), calc(100% - 9px) 100%, 0 100%, 0 9px); }
.premium-shop-hero__badge > svg { color: var(--st-green); width: 30px; }
.premium-shop-hero__badge span { display: flex; flex-direction: column; }
.premium-shop-hero__badge strong { color: var(--st-navy); font-size: 12px; }
.premium-shop-hero__badge small { color: var(--st-muted); font-size: 9px; }
.shop-category-row { margin: 15px 0; display: grid; grid-template-columns: repeat(6, minmax(0,1fr)); gap: 10px; }
.shop-category-chip { min-width: 0; min-height: 82px; padding: 8px 10px; display: grid; grid-template-columns: 60px minmax(0,1fr) 16px; gap: 8px; align-items: center; border: 1px solid var(--st-line); background: #fff; clip-path: polygon(8px 0, 100% 0, 100% calc(100% - 8px), calc(100% - 8px) 100%, 0 100%, 0 8px); transition: transform .2s ease, border-color .2s ease; }
.shop-category-chip:hover { transform: translateY(-3px); border-color: var(--st-blue); }
.shop-category-chip > span { height: 58px; display: grid; place-items: center; }
.shop-category-chip img { width: 100%; height: 100%; object-fit: contain; }
.shop-category-chip p { min-width: 0; display: flex; flex-direction: column; margin: 0; }
.shop-category-chip strong { color: var(--st-navy); font-size: 11px; line-height: 1.15; }
.shop-category-chip small { color: var(--st-muted); font-size: 9px; margin-top: 4px; }
.shop-category-chip > svg { width: 14px; color: var(--st-blue); }
.premium-shop-toolbar { min-height: 58px; padding: 9px 14px; display: flex; align-items: center; justify-content: space-between; background: #fff; }
.premium-result-count { display: flex; align-items: center; gap: 9px; color: var(--st-muted); }
.premium-result-count svg { width: 18px; color: var(--st-blue); }
.premium-result-count .woocommerce-result-count { margin: 0; font-size: 11px; }
.premium-shop-toolbar__right { display: flex; align-items: center; gap: 8px; color: var(--st-muted); font-size: 10px; }
.woocommerce .woocommerce-ordering { margin: 0; }
.woocommerce .woocommerce-ordering select { height: 39px; min-width: 150px; border: 1px solid var(--st-line); background: #fff; color: var(--st-navy); padding: 0 12px; border-radius: 9px; outline: none; }
.view-button { width: 40px; height: 40px; display: grid; place-items: center; border: 1px solid var(--st-line); background: #fff; color: var(--st-muted); border-radius: 8px; }
.view-button.is-active { color: var(--st-blue); background: var(--st-soft-blue); }
.view-button svg { width: 18px; }
.shop-promo-strip { margin: 15px 0; display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 10px; }
.shop-promo { min-height: 110px; padding: 18px; display: flex; align-items: center; justify-content: space-between; overflow: hidden; }
.shop-promo div { display: flex; flex-direction: column; }
.shop-promo span { font-size: 9px; font-weight: 900; letter-spacing: .1em; }
.shop-promo strong { margin: 3px 0; font-size: 19px; line-height: 1.1; }
.shop-promo small { font-size: 10px; opacity: .75; }
.shop-promo b { padding: 8px 10px; border: 1px solid rgba(255,255,255,.3); font-size: 9px; }
.shop-promo > svg { width: 58px; height: 58px; opacity: .75; }
.shop-promo--sale, .shop-promo--promise { color: #fff; background: linear-gradient(135deg, #081e45, #0c428f); }
.shop-promo--delivery { color: var(--st-navy); background: linear-gradient(135deg, #fff, #edf5ff); }
.shop-promo--delivery > svg { color: var(--st-blue); }

.woocommerce ul.products { margin: 0; display: grid !important; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 14px; }
.woocommerce ul.products::before, .woocommerce ul.products::after { display: none; }
.woocommerce ul.products li.product.premium-loop-card { width: auto !important; margin: 0 !important; float: none !important; min-width: 0; display: flex; flex-direction: column; overflow: hidden; border: 1px solid #dbe4ef; background: #fff; clip-path: polygon(10px 0, 100% 0, 100% calc(100% - 12px), calc(100% - 12px) 100%, 0 100%, 0 10px); transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.woocommerce ul.products li.product.premium-loop-card:hover { transform: translateY(-5px); border-color: rgba(7,93,234,.55); box-shadow: 0 18px 34px rgba(16, 40, 82, .11); }
.premium-loop-card__media { height: 275px; position: relative; display: grid; place-items: center; padding: 22px 15px 8px; background: linear-gradient(145deg, #fff, #f6f9fd); }
.premium-loop-card__image { width: 100%; height: 100%; display: grid; place-items: center; }
.woocommerce ul.products li.product .premium-loop-card__image img { width: 100%; height: 100%; object-fit: contain; margin: 0; }
.premium-loop-card__wish { position: absolute; z-index: 2; top: 12px; right: 12px; width: 35px; height: 35px; display: grid; place-items: center; border: 1px solid var(--st-line); border-radius: 50%; background: #fff; color: var(--st-navy); }
.premium-loop-card__wish svg { width: 16px; }
.premium-loop-card__body { padding: 15px; display: flex; flex-direction: column; flex: 1; }
.premium-loop-card__category { color: var(--st-blue); font-size: 9px; font-weight: 900; text-transform: uppercase; letter-spacing: .05em; }
.woocommerce ul.products li.product .woocommerce-loop-product__title { min-height: 59px; margin: 5px 0 8px; padding: 0; color: var(--st-navy); font-size: 14px; line-height: 1.35; font-weight: 800; }
.premium-loop-card__rating { min-height: 20px; display: flex; align-items: center; gap: 5px; }
.premium-loop-card__rating small { color: #9aa5b5; font-size: 9px; }
.woocommerce ul.products li.product .premium-loop-card__price { margin: 8px 0 13px; color: var(--st-ink); font-size: 19px; font-weight: 900; }
.woocommerce ul.products li.product .premium-loop-card__price del { color: #9aa6b6; font-size: 11px; font-weight: 600; }
.woocommerce ul.products li.product .premium-loop-card__price ins { text-decoration: none; }
.premium-loop-card__actions { margin-top: auto; display: grid; grid-template-columns: 36px 36px minmax(0,1fr); gap: 6px; }
.premium-card-icon { height: 40px; display: grid; place-items: center; border: 1px solid var(--st-line); color: var(--st-navy); background: #fff; }
.premium-card-icon svg { width: 16px; }
.woocommerce ul.products li.product .button.premium-add-to-cart { margin: 0; min-height: 40px; padding: 0 12px; display: flex; align-items: center; justify-content: center; color: #fff; background: linear-gradient(135deg, #092a60, #071d42); font-size: 10px; text-transform: uppercase; clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 50%, calc(100% - 12px) 100%, 0 100%, 7px 50%); box-shadow: none; }
.woocommerce ul.products li.product .button.premium-add-to-cart::before { content: "🛒"; margin-right: 6px; font-size: 12px; }
.woocommerce ul.products li.product .added_to_cart { grid-column: 1 / -1; text-align: center; color: var(--st-blue); font-size: 10px; font-weight: 800; }
.premium-pagination { margin-top: 30px; }
.woocommerce nav.woocommerce-pagination ul { border: 0; display: flex; gap: 7px; justify-content: center; }
.woocommerce nav.woocommerce-pagination ul li { border: 0; }
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span { min-width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid var(--st-line); background: #fff; color: var(--st-navy); border-radius: 8px; }
.woocommerce nav.woocommerce-pagination ul li span.current { background: var(--st-blue); color: #fff; border-color: var(--st-blue); }

/* Single product */
.premium-single-page { padding-bottom: 70px; background: linear-gradient(180deg, #fff, #f7faff 60%, #fff); }
.premium-product-hero { padding: 28px; display: grid; grid-template-columns: minmax(0,1.02fr) minmax(460px,.98fr); gap: 40px; background: #fff; box-shadow: var(--st-shadow); }
.premium-product-gallery { min-width: 0; }
.woocommerce div.product .woocommerce-product-gallery { width: 100%; float: none; margin: 0; }
.woocommerce div.product .woocommerce-product-gallery__wrapper { border: 1px solid var(--st-line); background: linear-gradient(145deg, #fff, #f7f9fc); clip-path: polygon(12px 0, 100% 0, 100% calc(100% - 12px), calc(100% - 12px) 100%, 0 100%, 0 12px); overflow: hidden; }
.woocommerce div.product div.images .woocommerce-product-gallery__image a { min-height: 610px; display: grid; place-items: center; padding: 25px; }
.woocommerce div.product div.images img { width: 100%; max-height: 600px; object-fit: contain; }
.woocommerce div.product div.images .flex-control-thumbs { margin-top: 12px; display: grid; grid-template-columns: repeat(6, 1fr); gap: 8px; }
.woocommerce div.product div.images .flex-control-thumbs li { width: auto; float: none; border: 1px solid var(--st-line); padding: 4px; background: #fff; border-radius: 8px; }
.woocommerce div.product div.images .flex-control-thumbs li img { height: 82px; object-fit: contain; opacity: .75; }
.woocommerce div.product div.images .flex-control-thumbs li img.flex-active { opacity: 1; box-shadow: inset 0 -3px 0 var(--st-blue); }
.woocommerce span.onsale { min-width: 0; min-height: 0; padding: 7px 15px; top: 12px; left: 0; line-height: 1; background: var(--st-red); border-radius: 0; clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 50%, calc(100% - 10px) 100%, 0 100%); z-index: 10; }
.premium-product-summary { min-width: 0; padding-top: 2px; }
.single-product-category { display: inline-flex; align-items: center; gap: 7px; color: var(--st-blue); font-size: 10px; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; }
.single-product-category svg { width: 14px; }
.woocommerce div.product .product_title { margin: 8px 0 10px; color: var(--st-navy); font-size: clamp(34px, 3.1vw, 55px); line-height: 1.05; letter-spacing: -.045em; }
.woocommerce div.product .woocommerce-product-rating { margin: 0 0 12px; display: flex; align-items: center; gap: 10px; color: var(--st-muted); font-size: 11px; }
.woocommerce div.product .woocommerce-product-rating .star-rating { margin: 0; }
.woocommerce div.product p.price, .woocommerce div.product span.price { margin: 8px 0 12px; color: var(--st-red); font-size: 32px; font-weight: 950; }
.woocommerce div.product p.price del { color: #9aa5b5; font-size: 16px; font-weight: 600; }
.woocommerce div.product p.price ins { text-decoration: none; }
.single-status-chips { display: flex; flex-wrap: wrap; gap: 7px; margin: 12px 0 16px; }
.single-status-chips span { min-height: 30px; padding: 4px 10px; display: inline-flex; align-items: center; gap: 5px; border: 1px solid #bfe6d3; color: var(--st-green); background: #effaf4; border-radius: 999px; font-size: 10px; font-weight: 800; }
.single-status-chips span.is-negative { color: var(--st-red); border-color: #f3c8cc; background: #fff2f3; }
.single-status-chips svg { width: 14px; }
.woocommerce-product-details__short-description { padding: 14px 0; border-top: 1px solid var(--st-line); border-bottom: 1px solid var(--st-line); color: var(--st-muted); font-size: 13px; }
.woocommerce-product-details__short-description p { margin: 0; }
.single-feature-summary { margin: 16px 0; display: grid; gap: 8px; }
.single-feature-summary > div { display: grid; grid-template-columns: 25px 1fr; gap: 9px; align-items: start; }
.single-feature-summary > div > span { width: 24px; height: 24px; display: grid; place-items: center; color: var(--st-blue); background: var(--st-soft-blue); border-radius: 7px; }
.single-feature-summary svg { width: 14px; }
.single-feature-summary p { margin: 0; display: flex; flex-wrap: wrap; gap: 5px; align-items: baseline; }
.single-feature-summary strong { color: var(--st-navy); font-size: 12px; }
.single-feature-summary small { color: var(--st-muted); font-size: 11px; }
.woocommerce div.product form.cart { margin: 20px 0 8px; display: flex; gap: 8px; }
.woocommerce div.product form.cart div.quantity { margin: 0; }
.woocommerce .quantity .qty { width: 90px; height: 52px; border: 1px solid var(--st-line); border-radius: 8px; background: #fff; font-weight: 800; }
.woocommerce div.product form.cart .button { min-height: 52px; flex: 1; margin: 0; background: linear-gradient(135deg, var(--st-blue), #034abf); clip-path: polygon(0 0, calc(100% - 18px) 0, 100% 50%, calc(100% - 18px) 100%, 0 100%, 10px 50%); font-size: 13px; text-transform: uppercase; box-shadow: 0 12px 25px rgba(7,93,234,.22); }
.woocommerce div.product form.cart .variations { margin-bottom: 10px; }
.woocommerce div.product form.cart .variations td, .woocommerce div.product form.cart .variations th { padding: 5px; }
.woocommerce div.product form.cart .variations select { min-height: 44px; border: 1px solid var(--st-line); padding: 0 12px; }
.single-secondary-actions { display: flex; gap: 24px; padding: 12px 0; }
.single-secondary-actions a { display: inline-flex; align-items: center; gap: 7px; color: var(--st-navy); font-size: 10px; font-weight: 800; }
.single-secondary-actions svg { width: 15px; color: var(--st-blue); }
.single-secure-checkout { margin-top: 7px; padding: 12px 14px; display: flex; align-items: center; justify-content: space-between; gap: 12px; border: 1px solid var(--st-line); background: #fff; clip-path: polygon(7px 0, 100% 0, 100% calc(100% - 7px), calc(100% - 7px) 100%, 0 100%, 0 7px); }
.single-secure-checkout__title { display: flex; align-items: center; gap: 7px; color: var(--st-navy); font-size: 10px; }
.single-secure-checkout__title svg { width: 16px; color: var(--st-blue); }
.payment-badges { display: flex; flex-wrap: wrap; gap: 6px; }
.payment-badges span { min-height: 26px; padding: 4px 8px; display: grid; place-items: center; color: var(--st-navy); background: #fff; border: 1px solid var(--st-line); border-radius: 5px; font-size: 8px; font-weight: 900; }
.payment-badges--single { justify-content: flex-end; }
.single-delivery-grid { margin-top: 8px; padding: 11px 13px; display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; border: 1px solid var(--st-line); background: var(--st-soft); clip-path: polygon(7px 0, 100% 0, 100% calc(100% - 7px), calc(100% - 7px) 100%, 0 100%, 0 7px); }
.single-delivery-grid > div { display: grid; grid-template-columns: 25px 1fr; gap: 8px; align-items: center; }
.single-delivery-grid > div + div { border-left: 1px solid var(--st-line); padding-left: 8px; }
.single-delivery-grid svg { width: 21px; color: var(--st-blue); }
.single-delivery-grid p { margin: 0; display: flex; flex-direction: column; }
.single-delivery-grid strong { color: var(--st-navy); font-size: 9px; }
.single-delivery-grid span { color: var(--st-muted); font-size: 8px; }
.woocommerce div.product .product_meta { margin-top: 14px; padding-top: 12px; border-top: 1px solid var(--st-line); color: var(--st-muted); font-size: 10px; }
.woocommerce div.product .product_meta > span { display: block; margin-top: 4px; }
.product-feature-strip { margin-top: 16px; padding: 17px 20px; display: grid; grid-template-columns: repeat(6,1fr); background: linear-gradient(90deg, #fff, #edf5ff, #fff); box-shadow: var(--st-shadow-soft); }
.product-feature-strip > div { padding: 0 14px; display: grid; grid-template-columns: 32px 1fr; gap: 9px; align-items: center; }
.product-feature-strip > div + div { border-left: 1px solid var(--st-line); }
.product-feature-strip > div > span { width: 31px; height: 31px; display: grid; place-items: center; color: var(--st-blue); background: #fff; border-radius: 50%; }
.product-feature-strip svg { width: 16px; }
.product-feature-strip p { margin: 0; display: flex; flex-direction: column; }
.product-feature-strip strong { color: var(--st-navy); font-size: 9px; }
.product-feature-strip small { color: var(--st-muted); font-size: 8px; }
.premium-product-details { margin-top: 16px; }
.woocommerce div.product .woocommerce-tabs { padding: 26px; background: #fff; border: 1px solid var(--st-line); clip-path: polygon(15px 0, 100% 0, 100% calc(100% - 15px), calc(100% - 15px) 100%, 0 100%, 0 15px); box-shadow: var(--st-shadow-soft); }
.woocommerce div.product .woocommerce-tabs ul.tabs { margin: 0 0 22px; padding: 0; display: flex; gap: 30px; border-bottom: 1px solid var(--st-line); }
.woocommerce div.product .woocommerce-tabs ul.tabs::before, .woocommerce div.product .woocommerce-tabs ul.tabs li::before, .woocommerce div.product .woocommerce-tabs ul.tabs li::after { display: none; }
.woocommerce div.product .woocommerce-tabs ul.tabs li { margin: 0; padding: 0; border: 0; background: transparent; border-radius: 0; }
.woocommerce div.product .woocommerce-tabs ul.tabs li a { padding: 12px 0; color: var(--st-muted); font-size: 11px; font-weight: 800; }
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a { color: var(--st-blue); box-shadow: inset 0 -3px 0 var(--st-blue); }
.woocommerce div.product .woocommerce-tabs .panel { color: var(--st-muted); font-size: 13px; }
.woocommerce div.product .woocommerce-tabs .panel h2 { color: var(--st-navy); font-size: 22px; }
.woocommerce table.shop_attributes { border: 0; }
.woocommerce table.shop_attributes th, .woocommerce table.shop_attributes td { padding: 12px; border-color: var(--st-line); }
.woocommerce table.shop_attributes th { color: var(--st-navy); background: var(--st-soft); }
.woocommerce .related.products, .woocommerce .up-sells.products { margin-top: 22px; padding: 26px; background: linear-gradient(135deg, #f8fbff, #fff); border: 1px solid var(--st-line); clip-path: polygon(15px 0, 100% 0, 100% calc(100% - 15px), calc(100% - 15px) 100%, 0 100%, 0 15px); }
.woocommerce .related.products > h2, .woocommerce .up-sells.products > h2 { margin: 0 0 20px; color: var(--st-navy); font-size: 27px; letter-spacing: -.03em; }

/* Generic Woo pages */
.site-main:not(.homepage-premium):not(.premium-shop-page):not(.premium-single-page) { min-height: 55vh; }
.entry-content, .page-content, .site-main--shop { width: min(calc(100% - 48px), var(--st-shell)); margin-inline: auto; }
.woocommerce-message, .woocommerce-info, .woocommerce-error { border-top-color: var(--st-blue); background: #f6f9fd; color: var(--st-navy); border-radius: 10px; }
.woocommerce-message::before, .woocommerce-info::before { color: var(--st-blue); }
.woocommerce form.checkout, .woocommerce-cart-form, .cart-collaterals, .woocommerce-account .woocommerce-MyAccount-content, .woocommerce-account .woocommerce-MyAccount-navigation { padding: 24px; border: 1px solid var(--st-line); background: #fff; box-shadow: var(--st-shadow-soft); border-radius: 14px; }
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .woocommerce form .form-row select { min-height: 46px; padding: 10px 12px; border: 1px solid var(--st-line); border-radius: 8px; background: #fff; }
.woocommerce table.shop_table { border-color: var(--st-line); border-radius: 12px; }
.woocommerce table.shop_table th { color: var(--st-navy); }
.woocommerce-checkout #payment { background: var(--st-soft); border-radius: 12px; }
.woocommerce-account .woocommerce-MyAccount-navigation { width: 25%; }
.woocommerce-account .woocommerce-MyAccount-content { width: 73%; }
.woocommerce-account .woocommerce-MyAccount-navigation ul { list-style: none; margin: 0; padding: 0; }
.woocommerce-account .woocommerce-MyAccount-navigation li + li { border-top: 1px solid var(--st-line); }
.woocommerce-account .woocommerce-MyAccount-navigation a { display: block; padding: 11px 4px; font-weight: 800; }

/* Footer */
.site-footer { margin-top: 35px; color: #dce7f7; background: linear-gradient(145deg, #061735, #092b5b); }
.footer-top { padding: 60px 0 42px; display: grid; grid-template-columns: 1.6fr repeat(4,1fr); gap: 34px; }
.wordmark--footer { color: #fff; font-size: 34px; }
.footer-brand p { max-width: 340px; color: #aebdd3; font-size: 12px; }
.footer-contact { list-style: none; margin: 20px 0 0; padding: 0; display: grid; gap: 9px; }
.footer-contact li { display: flex; align-items: center; gap: 9px; color: #c7d5e9; font-size: 11px; }
.footer-contact svg { width: 16px; color: var(--st-cyan); }
.footer-column h3 { margin: 2px 0 14px; color: #fff; font-size: 13px; }
.footer-column h4 { margin: 20px 0 10px; color: #fff; font-size: 11px; }
.footer-column ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 8px; }
.footer-column a { color: #aebdd3; font-size: 11px; }
.footer-column a:hover { color: #fff; }
.footer-account .payment-badges span { background: #fff; }
.footer-bottom { min-height: 55px; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.12); color: #94a7c2; font-size: 10px; }
.footer-bottom p { margin: 0; }
.back-to-top { position: fixed; z-index: 300; right: 22px; bottom: 22px; width: 44px; height: 44px; border: 0; border-radius: 8px; color: #fff; background: var(--st-navy); opacity: 0; visibility: hidden; transform: translateY(10px) rotate(-90deg); transition: .2s ease; box-shadow: var(--st-shadow-soft); }
.back-to-top.is-visible { opacity: 1; visibility: visible; transform: translateY(0) rotate(-90deg); }
.back-to-top svg { width: 17px; }

/* Responsive */
@media (max-width: 1320px) {
  :root { --st-shell: 1240px; }
  .header-main { grid-template-columns: 190px minmax(360px,1fr) auto; gap: 20px; }
  .header-action span:not(.header-cart-icon) { display: none; }
  .header-action__label { display: none !important; }
  .header-navigation__inner { grid-template-columns: 255px minmax(0,1fr) 195px; }
  .primary-navigation .menu { gap: 22px; }
  .product-grid--six { grid-template-columns: repeat(3,1fr); }
  .category-showcase__rail { grid-template-columns: repeat(4,1fr); }
  .journal-premium__grid { grid-template-columns: repeat(2,1fr); }
  .woocommerce ul.products { grid-template-columns: repeat(3,1fr); }
  .shop-category-row { grid-template-columns: repeat(3,1fr); }
}

@media (max-width: 1100px) {
  .shell { width: min(calc(100% - 32px), var(--st-shell)); }
  .announcement-links a:last-child, .trust-bar__contact a:last-child { display: none; }
  .trust-bar__benefits { gap: 18px; }
  .header-main { min-height: 84px; grid-template-columns: 54px 180px minmax(0,1fr) auto; }
  .mobile-menu-toggle { display: grid; place-items: center; }
  .header-actions .header-action:not(.header-action--cart) { display: none; }
  .header-navigation__inner { grid-template-columns: 255px 1fr 190px; }
  .primary-navigation { display: none; }
  .header-navigation__inner { grid-template-columns: 255px 1fr 190px; }
  .category-navigation { grid-column: 1; }
  .today-deals { grid-column: 3; }
  .mega-category-grid { grid-template-columns: repeat(3,1fr); }
  .premium-hero__grid { grid-template-columns: 1fr; }
  .premium-hero__side { grid-template-columns: 1fr 1fr; grid-template-rows: auto; }
  .visual-banner--side { aspect-ratio: 4/3; }
  .essentials-premium__grid { grid-template-columns: repeat(2,1fr); }
  .benefit-stage__grid { grid-template-columns: repeat(3,1fr); }
  .benefit-card:nth-child(4) { border-left: 0; }
  .brand-story__grid { grid-template-columns: 1fr; }
  .premium-shop-layout { grid-template-columns: 1fr; }
  .premium-shop-filters { position: fixed; z-index: 1200; top: 0; bottom: 0; left: 0; width: min(360px, 92vw); padding: 18px; overflow-y: auto; background: #f7f9fc; transform: translateX(-110%); transition: transform .25s ease; }
  .premium-shop-filters.is-open { transform: translateX(0); }
  .shop-filter-head > button { display: grid; place-items: center; }
  .shop-filter-toggle { display: inline-flex; }
  .premium-product-hero { grid-template-columns: 1fr; }
  .woocommerce div.product div.images .woocommerce-product-gallery__image a { min-height: 500px; }
  .product-feature-strip { grid-template-columns: repeat(3,1fr); }
  .product-feature-strip > div:nth-child(4) { border-left: 0; }
}

@media (max-width: 780px) {
  .shell { width: min(calc(100% - 24px), var(--st-shell)); }
  .announcement-bar__inner { min-height: 33px; overflow-x: auto; }
  .announcement-offer strong { max-width: 240px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
  .announcement-offer a { display: none; }
  .announcement-links { gap: 14px; }
  .announcement-links a:nth-child(n+2) { display: none; }
  .trust-bar__inner { min-height: 43px; overflow-x: auto; }
  .trust-bar__benefits { min-width: max-content; gap: 18px; }
  .trust-bar__benefits > span { grid-template-columns: 22px auto; }
  .trust-bar__benefits > span:nth-child(3) { display: none; }
  .trust-bar__benefits svg { width: 19px; }
  .trust-bar__contact { display: none; }
  .header-main { min-height: auto; padding: 12px 0; grid-template-columns: 44px minmax(0,1fr) auto; gap: 8px; }
  .site-branding { grid-column: 2; }
  .wordmark { font-size: 29px; }
  .header-actions { grid-column: 3; }
  .header-action--cart { border: 0 !important; padding: 6px; }
  .header-search { grid-column: 1 / -1; grid-row: 2; width: 100%; height: 48px; grid-template-columns: 120px minmax(0,1fr) 50px; }
  .header-search select { padding: 0 8px; font-size: 10px; }
  .header-search input { padding: 0 11px; font-size: 12px; }
  .header-navigation { display: none; }
  .section-pad { padding: 26px 0; }
  .section-pad--hero { padding-top: 14px; }
  .premium-hero__side { grid-template-columns: 1fr 1fr; gap: 8px; }
  .visual-banner { border-radius: 12px; }
  .category-showcase__surface, .product-stage__surface { padding: 18px 14px; clip-path: none; border-radius: 15px; }
  .section-heading { align-items: flex-start; }
  .section-heading h2 { font-size: 25px; }
  .section-link { font-size: 10px; }
  .category-showcase__rail { display: flex; overflow-x: auto; padding-bottom: 6px; }
  .premium-category-card { flex: 0 0 150px; }
  .product-grid--six { display: flex; overflow-x: auto; padding-bottom: 8px; }
  .stakelia-product-card { flex: 0 0 235px; }
  .campaign-grid { grid-template-columns: 1fr; }
  .campaign-card { min-height: 220px; padding: 25px; }
  .campaign-card h2 { font-size: 27px; }
  .essentials-premium__grid { display: flex; overflow-x: auto; }
  .essential-card { flex: 0 0 315px; min-height: 210px; padding: 18px; }
  .benefit-stage__grid { grid-template-columns: 1fr; clip-path: none; border-radius: 14px; }
  .benefit-card + .benefit-card { border-left: 0; border-top: 1px solid var(--st-line); }
  .brand-story__about { grid-template-columns: 1fr; }
  .brand-story__about, .brand-story__reviews { padding: 24px; clip-path: none; border-radius: 15px; }
  .journal-premium__layout { grid-template-columns: 1fr; }
  .journal-premium__grid { display: flex; overflow-x: auto; }
  .journal-card { flex: 0 0 250px; }
  .newsletter-card { clip-path: none; border-radius: 15px; }
  .footer-top { grid-template-columns: 1fr 1fr; padding-top: 40px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { padding: 15px 0; display: grid; gap: 6px; }
  .premium-shop-hero { padding: 20px; display: block; clip-path: none; border-radius: 14px; }
  .premium-shop-hero h1 { font-size: 32px; }
  .premium-shop-hero__badge { min-width: 0; margin-top: 15px; }
  .shop-category-row { display: flex; overflow-x: auto; }
  .shop-category-chip { flex: 0 0 210px; }
  .premium-shop-toolbar { clip-path: none; border-radius: 12px; }
  .premium-result-count { display: none; }
  .premium-shop-toolbar__right { width: 100%; justify-content: space-between; }
  .shop-promo-strip { display: flex; overflow-x: auto; }
  .shop-promo { flex: 0 0 265px; }
  .woocommerce ul.products { grid-template-columns: repeat(2, minmax(0,1fr)); gap: 10px; }
  .premium-loop-card__media { height: 210px; }
  .premium-loop-card__actions { grid-template-columns: 1fr; }
  .premium-card-icon { display: none; }
  .woocommerce ul.products li.product .woocommerce-loop-product__title { min-height: 58px; font-size: 12px; }
  .woocommerce ul.products li.product .premium-loop-card__price { font-size: 16px; }
  .premium-product-hero { padding: 16px; gap: 22px; clip-path: none; border-radius: 15px; }
  .woocommerce div.product div.images .woocommerce-product-gallery__image a { min-height: 360px; padding: 12px; }
  .woocommerce div.product .woocommerce-product-gallery__wrapper { clip-path: none; border-radius: 12px; }
  .woocommerce div.product .product_title { font-size: 34px; }
  .single-secure-checkout { display: grid; }
  .payment-badges--single { justify-content: flex-start; }
  .single-delivery-grid { grid-template-columns: 1fr; }
  .single-delivery-grid > div + div { border-left: 0; border-top: 1px solid var(--st-line); padding: 8px 0 0; }
  .product-feature-strip { display: flex; overflow-x: auto; padding: 14px; clip-path: none; border-radius: 12px; }
  .product-feature-strip > div { flex: 0 0 175px; }
  .product-feature-strip > div + div { border-left: 1px solid var(--st-line) !important; }
  .woocommerce div.product .woocommerce-tabs { padding: 18px; clip-path: none; border-radius: 14px; }
  .woocommerce div.product .woocommerce-tabs ul.tabs { gap: 18px; overflow-x: auto; }
  .woocommerce .related.products, .woocommerce .up-sells.products { padding: 18px; clip-path: none; border-radius: 14px; }
  .woocommerce .related.products ul.products, .woocommerce .up-sells.products ul.products { display: flex !important; overflow-x: auto; }
  .woocommerce .related.products li.product, .woocommerce .up-sells.products li.product { flex: 0 0 220px; }
  .woocommerce-account .woocommerce-MyAccount-navigation, .woocommerce-account .woocommerce-MyAccount-content { width: 100%; float: none; }
  .woocommerce-account .woocommerce-MyAccount-content { margin-top: 15px; }
}

@media (max-width: 520px) {
  .premium-hero__side { grid-template-columns: 1fr; }
  .visual-banner--main { aspect-ratio: 16/10; }
  .visual-banner--main img { object-fit: cover; object-position: center; }
  .visual-banner--side { aspect-ratio: 4/3; }
  .campaign-card { grid-template-columns: 1fr; }
  .campaign-card__visual { display: none; }
  .essential-card { grid-template-columns: 1fr 1fr; }
  .footer-top { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
  .woocommerce ul.products { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .premium-loop-card__media { height: 165px; }
  .premium-loop-card__body { padding: 10px; }
  .woocommerce ul.products li.product .button.premium-add-to-cart { font-size: 9px; }
  .woocommerce div.product form.cart { flex-wrap: wrap; }
  .woocommerce div.product form.cart div.quantity { width: 100%; }
  .woocommerce .quantity .qty { width: 100%; }
  .woocommerce div.product form.cart .button { width: 100%; flex-basis: 100%; }
}

/* =========================================================
   v2.1 responsive refinement pack
   ========================================================= */

/* Keep the mobile drawer perfectly sharp while only dimming the page behind it. */
.mobile-overlay {
  z-index: 1090;
  background: rgba(4, 17, 40, .58);
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}
.mobile-menu {
  z-index: 1100;
  width: min(378px, calc(100vw - 38px));
  padding: 0;
  background: linear-gradient(180deg, #fff 0%, #f6f9fe 100%);
  border-right: 1px solid rgba(155, 177, 207, .55);
  box-shadow: 26px 0 70px rgba(3, 20, 48, .24);
  clip-path: polygon(0 0, calc(100% - 18px) 0, 100% 18px, 100% calc(100% - 18px), calc(100% - 18px) 100%, 0 100%);
}
.mobile-menu__head {
  min-height: 78px;
  padding: 17px 20px;
  border-bottom: 1px solid var(--st-line);
  background: linear-gradient(135deg, #f8fbff, #fff);
}
.mobile-menu__head .wordmark { font-size: 30px; }
.mobile-menu__head button {
  width: 40px;
  height: 40px;
  color: #fff;
  background: linear-gradient(135deg, var(--st-blue), #0349bd);
  border-radius: 8px;
  clip-path: polygon(7px 0, 100% 0, 100% calc(100% - 7px), calc(100% - 7px) 100%, 0 100%, 0 7px);
}
.mobile-menu__search { margin: 16px 18px 12px; }
.mobile-menu__search form {
  min-height: 48px;
  overflow: hidden;
  border: 1px solid #cedaea;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 8px 20px rgba(12, 39, 78, .06);
}
.mobile-menu__search input { border: 0; padding: 12px 14px; outline: 0; }
.mobile-menu__search button {
  width: 54px;
  padding: 0;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, var(--st-blue), #0349bd);
  clip-path: polygon(10px 0, 100% 0, 100% 100%, 0 100%);
}
.mobile-menu > nav { padding: 0 18px; }
.mobile-menu .menu > li { border: 0; margin-bottom: 7px; }
.mobile-menu .menu > li > a {
  min-height: 48px;
  padding: 0 15px;
  display: flex;
  align-items: center;
  color: var(--st-navy);
  border: 1px solid #dbe5f1;
  background: rgba(255,255,255,.92);
  clip-path: polygon(8px 0, 100% 0, 100% calc(100% - 8px), calc(100% - 8px) 100%, 0 100%, 0 8px);
  box-shadow: 0 7px 18px rgba(12, 39, 78, .045);
}
.mobile-menu .menu > li.current-menu-item > a,
.mobile-menu .menu > li > a:hover { color: #fff; border-color: transparent; background: linear-gradient(135deg, var(--st-blue), #084dbb); }
.mobile-menu .sub-menu { margin: 5px 0 5px 11px; padding-left: 11px; border-left: 2px solid #d6e4f6; }
.mobile-menu .sub-menu a { padding: 8px 10px; color: var(--st-muted); font-size: 12px; }
.mobile-menu__categories { margin: 22px 18px 0; }
.mobile-menu__categories h3 { margin-bottom: 12px; color: var(--st-navy); font-size: 13px; text-transform: uppercase; letter-spacing: .08em; }
.mobile-category-list { grid-template-columns: 1fr 1fr; gap: 8px; }
.mobile-category-list a {
  min-width: 0;
  grid-template-columns: 40px minmax(0,1fr);
  padding: 8px;
  border-radius: 0;
  background: #fff;
  clip-path: polygon(7px 0, 100% 0, 100% calc(100% - 7px), calc(100% - 7px) 100%, 0 100%, 0 7px);
}
.mobile-category-list a > svg { display: none; }
.mobile-category-list strong { overflow: hidden; font-size: 10px; line-height: 1.2; }
.mobile-menu__contact {
  margin: 20px 18px 25px;
  padding: 14px;
  border: 1px solid #d9e4f0;
  background: #eef5ff;
  clip-path: polygon(8px 0, 100% 0, 100% calc(100% - 8px), calc(100% - 8px) 100%, 0 100%, 0 8px);
}
.mobile-menu__contact a { color: var(--st-navy); font-weight: 750; overflow-wrap: anywhere; }

/* Single-product compatibility: WooCommerce expects a div.product root. */
.woocommerce div.product.premium-single-product { margin: 0; }
.woocommerce div.product .premium-product-hero {
  align-items: start;
  overflow: visible;
  background:
    radial-gradient(circle at 92% 8%, rgba(31,126,255,.10), transparent 28%),
    linear-gradient(145deg, #fff 0%, #f8fbff 100%);
}
.woocommerce div.product .premium-product-gallery {
  min-width: 0;
  padding: 12px;
  border: 1px solid #d7e2ef;
  background: rgba(255,255,255,.92);
  clip-path: polygon(12px 0, 100% 0, 100% calc(100% - 12px), calc(100% - 12px) 100%, 0 100%, 0 12px);
}
.woocommerce div.product .woocommerce-product-gallery {
  width: 100% !important;
  margin: 0 !important;
  display: grid;
  grid-template-columns: 84px minmax(0,1fr);
  grid-template-rows: minmax(0,auto);
  gap: 12px;
  float: none !important;
}
.woocommerce div.product .woocommerce-product-gallery > .flex-viewport,
.woocommerce div.product .woocommerce-product-gallery > .woocommerce-product-gallery__wrapper {
  min-width: 0;
  grid-column: 2;
  grid-row: 1;
}
.woocommerce div.product .woocommerce-product-gallery__wrapper {
  margin: 0;
  border: 0;
  background: linear-gradient(145deg, #fff, #f5f8fc);
  clip-path: polygon(12px 0, 100% 0, 100% calc(100% - 12px), calc(100% - 12px) 100%, 0 100%, 0 12px);
}
.woocommerce div.product .woocommerce-product-gallery:not(.flexslider) .woocommerce-product-gallery__image:not(:first-child) { display: none; }
.woocommerce div.product div.images .woocommerce-product-gallery__image a {
  min-height: 520px;
  padding: 24px;
}
.woocommerce div.product div.images img {
  width: 100%;
  max-height: 510px;
  object-fit: contain;
}
.woocommerce div.product div.images .flex-control-thumbs,
.woocommerce div.product div.images ol.flex-control-thumbs {
  grid-column: 1;
  grid-row: 1;
  width: 84px;
  max-height: 544px;
  margin: 0 !important;
  padding: 0 3px 0 0 !important;
  display: flex !important;
  flex-direction: column;
  gap: 8px;
  overflow: auto;
  list-style: none !important;
  counter-reset: none !important;
}
.woocommerce div.product div.images .flex-control-thumbs li {
  width: 100% !important;
  min-height: 72px;
  margin: 0 !important;
  padding: 5px;
  float: none !important;
  overflow: hidden;
  border: 1px solid #d9e4f0;
  border-radius: 0;
  background: #fff;
  clip-path: polygon(7px 0, 100% 0, 100% calc(100% - 7px), calc(100% - 7px) 100%, 0 100%, 0 7px);
}
.woocommerce div.product div.images .flex-control-thumbs li::marker { content: ""; font-size: 0; }
.woocommerce div.product div.images .flex-control-thumbs li img {
  width: 100%;
  height: 66px;
  margin: 0;
  object-fit: contain;
  opacity: .62;
}
.woocommerce div.product div.images .flex-control-thumbs li img.flex-active {
  opacity: 1;
  outline: 2px solid var(--st-blue);
  outline-offset: -2px;
  box-shadow: none;
}
.woocommerce div.product .premium-product-summary {
  padding: 24px;
  border: 1px solid #d7e2ef;
  background: rgba(255,255,255,.93);
  clip-path: polygon(12px 0, 100% 0, 100% calc(100% - 12px), calc(100% - 12px) 100%, 0 100%, 0 12px);
  box-shadow: 0 14px 38px rgba(16,40,82,.07);
}
.woocommerce div.product form.cart:not(.grouped_form) {
  width: 100%;
  margin: 20px 0 9px;
  display: grid;
  grid-template-columns: 124px minmax(0,1fr);
  gap: 10px;
  align-items: stretch;
}
.woocommerce div.product form.cart:not(.grouped_form) .quantity {
  width: 124px;
  height: 54px;
  margin: 0 !important;
  display: grid;
  grid-template-columns: 36px minmax(0,1fr) 36px;
  align-items: stretch;
  overflow: hidden;
  border: 1px solid #cfdbea;
  background: #fff;
  clip-path: polygon(8px 0, 100% 0, 100% calc(100% - 8px), calc(100% - 8px) 100%, 0 100%, 0 8px);
}
.woocommerce div.product form.cart:not(.grouped_form) .quantity .qty {
  width: 100% !important;
  height: 52px;
  padding: 0;
  border: 0;
  border-left: 1px solid #e2e9f2;
  border-right: 1px solid #e2e9f2;
  border-radius: 0;
  text-align: center;
  font-weight: 900;
  color: var(--st-navy);
  appearance: textfield;
}
.woocommerce div.product .quantity .qty::-webkit-outer-spin-button,
.woocommerce div.product .quantity .qty::-webkit-inner-spin-button { margin: 0; appearance: none; }
.stakelia-qty-button {
  width: 36px;
  min-width: 36px;
  padding: 0;
  border: 0;
  color: var(--st-blue);
  background: #f4f8fe;
  font-size: 20px;
  font-weight: 800;
  line-height: 1;
}
.stakelia-qty-button:hover { color: #fff; background: var(--st-blue); }
.woocommerce div.product form.cart:not(.grouped_form) .single_add_to_cart_button {
  width: 100%;
  min-width: 0;
  min-height: 54px;
  margin: 0;
  padding: 0 24px;
  white-space: nowrap;
  background: linear-gradient(135deg, #075dea 0%, #0348b8 100%);
  clip-path: polygon(0 0, calc(100% - 18px) 0, 100% 50%, calc(100% - 18px) 100%, 0 100%, 10px 50%);
  box-shadow: 0 12px 26px rgba(7,93,234,.24);
}
.woocommerce div.product form.cart.variations_form { display: block; }
.woocommerce div.product form.cart.variations_form .single_variation_wrap { margin-top: 12px; }
.woocommerce div.product form.cart.variations_form .woocommerce-variation-add-to-cart {
  display: grid;
  grid-template-columns: 124px minmax(0,1fr);
  gap: 10px;
}

/* Bright, cut-geometry footer with mobile accordion panels. */
.site-footer {
  position: relative;
  margin-top: 46px;
  padding: 0 0 18px;
  color: var(--st-ink);
  background: linear-gradient(180deg, #f4f8fe 0%, #fff 100%);
  border-top: 1px solid #d9e4f0;
}
.footer-shell { padding-top: 24px; }
.footer-promise {
  margin-top: -48px;
  padding: 20px 26px;
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 0;
  color: #fff;
  border-color: #082f68;
  background: linear-gradient(135deg, #061a3c 0%, #0a3471 100%);
  box-shadow: 0 20px 44px rgba(7,29,66,.18);
}
.footer-promise > div { padding: 4px 24px; display: grid; grid-template-columns: 38px minmax(0,1fr); gap: 12px; align-items: center; }
.footer-promise > div + div { border-left: 1px solid rgba(255,255,255,.16); }
.footer-promise svg { width: 29px; color: #43c9ff; }
.footer-promise span { display: flex; flex-direction: column; }
.footer-promise strong { font-size: 12px; }
.footer-promise small { margin-top: 3px; color: #b9c9de; font-size: 10px; }
.footer-top {
  margin-top: 18px;
  padding: 42px 38px 34px;
  display: grid;
  grid-template-columns: 1.45fr repeat(4,1fr);
  gap: 34px;
  color: var(--st-ink);
  border-color: #d4dfec;
  background: rgba(255,255,255,.94);
  box-shadow: 0 16px 45px rgba(16,40,82,.08);
}
.wordmark--footer { color: var(--st-navy); font-size: 34px; }
.footer-brand p { max-width: 330px; color: var(--st-muted); font-size: 12px; }
.footer-contact { margin-top: 18px; }
.footer-contact li { color: var(--st-muted); font-size: 11px; }
.footer-contact a { color: var(--st-muted); }
.footer-contact svg { color: var(--st-blue); }
.footer-toggle {
  width: 100%;
  min-height: 32px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 0;
  color: var(--st-navy);
  background: transparent;
  text-align: left;
  font-size: 13px;
  font-weight: 900;
}
.footer-toggle i { display: none; }
.footer-panel { display: block; }
.footer-column h4 { color: var(--st-navy); }
.footer-column ul { margin-top: 12px; }
.footer-column a { color: var(--st-muted); font-size: 11px; }
.footer-column a:hover { color: var(--st-blue); }
.footer-account .payment-badges span { background: #f7faff; }
.footer-bottom {
  min-height: 58px;
  padding: 0 10px;
  color: #7d8ba0;
  border-top: 1px solid #dce5ef;
}

@media (max-width: 780px) {
  /* Higher-level compact mobile header bars. */
  .announcement-bar__inner { justify-content: center; }
  .announcement-offer { width: 100%; justify-content: center; text-align: center; }
  .announcement-offer strong { max-width: calc(100vw - 55px); }
  .announcement-links { display: none; }
  .trust-bar__inner { justify-content: center; }
  .trust-bar__benefits { width: 100%; min-width: 0; justify-content: space-between; gap: 8px; }
  .trust-bar__benefits > span { flex: 1; min-width: 0; display: flex; align-items: center; justify-content: center; gap: 5px; }
  .trust-bar__benefits > span:nth-child(3) { display: flex; }
  .trust-bar__benefits small { display: none; }
  .trust-bar__benefits b { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; font-size: 9px; }

  /* Homepage product rows stay a true responsive two-column grid. */
  .product-stage__surface { padding: 18px 12px; }
  .product-grid--six {
    display: grid;
    grid-template-columns: repeat(2, minmax(0,1fr));
    gap: 10px;
    overflow: visible;
    padding-bottom: 0;
  }
  .stakelia-product-card { min-width: 0; flex: none; }
  .product-card__media { height: 190px; padding: 15px 9px 5px; }
  .product-card__body { padding: 11px; }
  .product-card__title { min-height: 50px; margin-bottom: 8px; font-size: 11px; }
  .product-card__price { font-size: 15px; }
  .product-card__cart { min-height: 39px; font-size: 9px; }

  /* Product layout: crisp gallery, horizontal thumbnails and inline purchase controls. */
  .premium-single-page .shell { width: min(calc(100% - 16px), var(--st-shell)); }
  .woocommerce div.product .premium-product-hero {
    padding: 10px;
    gap: 12px;
    border-radius: 0;
    clip-path: polygon(9px 0, 100% 0, 100% calc(100% - 9px), calc(100% - 9px) 100%, 0 100%, 0 9px);
  }
  .woocommerce div.product .premium-product-gallery,
  .woocommerce div.product .premium-product-summary {
    padding: 10px;
    clip-path: polygon(8px 0, 100% 0, 100% calc(100% - 8px), calc(100% - 8px) 100%, 0 100%, 0 8px);
  }
  .woocommerce div.product .woocommerce-product-gallery {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    gap: 9px;
  }
  .woocommerce div.product .woocommerce-product-gallery > .flex-viewport,
  .woocommerce div.product .woocommerce-product-gallery > .woocommerce-product-gallery__wrapper {
    grid-column: 1;
    grid-row: 1;
  }
  .woocommerce div.product div.images .woocommerce-product-gallery__image a { min-height: 310px; padding: 8px; }
  .woocommerce div.product div.images img { max-height: 305px; }
  .woocommerce div.product div.images .flex-control-thumbs,
  .woocommerce div.product div.images ol.flex-control-thumbs {
    grid-column: 1;
    grid-row: 2;
    width: 100%;
    max-height: none;
    padding: 0 0 3px !important;
    flex-direction: row;
    overflow-x: auto;
    overflow-y: hidden;
  }
  .woocommerce div.product div.images .flex-control-thumbs li { flex: 0 0 66px; min-height: 62px; }
  .woocommerce div.product div.images .flex-control-thumbs li img { height: 56px; }
  .woocommerce div.product .product_title { margin-top: 7px; font-size: clamp(25px, 8vw, 34px); line-height: 1.1; }
  .single-status-chips { gap: 5px; }
  .single-status-chips span { min-height: 27px; padding: 3px 8px; font-size: 9px; }
  .woocommerce div.product form.cart:not(.grouped_form),
  .woocommerce div.product form.cart.variations_form .woocommerce-variation-add-to-cart {
    grid-template-columns: 108px minmax(0,1fr);
    gap: 8px;
  }
  .woocommerce div.product form.cart:not(.grouped_form) .quantity { width: 108px; grid-template-columns: 32px minmax(0,1fr) 32px; }
  .stakelia-qty-button { width: 32px; min-width: 32px; }
  .woocommerce div.product form.cart:not(.grouped_form) .single_add_to_cart_button { min-height: 54px; padding: 0 12px; font-size: 11px; }

  /* Mobile accordion footer. */
  .site-footer { margin-top: 62px; }
  .footer-shell { width: min(calc(100% - 20px), var(--st-shell)); padding-top: 0; }
  .footer-promise { margin-top: -38px; padding: 12px; grid-template-columns: 1fr; clip-path: polygon(9px 0, 100% 0, 100% calc(100% - 9px), calc(100% - 9px) 100%, 0 100%, 0 9px); }
  .footer-promise > div { padding: 9px 8px; grid-template-columns: 30px minmax(0,1fr); }
  .footer-promise > div + div { border-left: 0; border-top: 1px solid rgba(255,255,255,.13); }
  .footer-promise svg { width: 23px; }
  .footer-top {
    margin-top: 12px;
    padding: 20px 14px;
    display: block;
    clip-path: polygon(9px 0, 100% 0, 100% calc(100% - 9px), calc(100% - 9px) 100%, 0 100%, 0 9px);
  }
  .footer-brand { padding: 4px 4px 18px; border-bottom: 1px solid var(--st-line); }
  .footer-column { border-bottom: 1px solid var(--st-line); }
  .footer-toggle { min-height: 55px; padding: 0 4px; }
  .footer-toggle i {
    width: 28px;
    height: 28px;
    display: block;
    position: relative;
    border: 1px solid #d5e1ee;
    background: #f5f9ff;
    clip-path: polygon(5px 0, 100% 0, 100% calc(100% - 5px), calc(100% - 5px) 100%, 0 100%, 0 5px);
  }
  .footer-toggle i::before,
  .footer-toggle i::after { content: ""; position: absolute; left: 7px; right: 7px; top: 13px; height: 2px; background: var(--st-blue); transition: transform .2s ease; }
  .footer-toggle i::after { transform: rotate(90deg); }
  .footer-column.is-open .footer-toggle i::after { transform: rotate(0); }
  .footer-panel { display: none; padding: 0 4px 16px; }
  .footer-column.is-open .footer-panel { display: block; }
  .footer-column ul { margin-top: 0; gap: 0; }
  .footer-column li + li { border-top: 1px dashed #e2e9f2; }
  .footer-column a { min-height: 38px; display: flex; align-items: center; }
  .footer-bottom { padding: 15px 3px 4px; display: grid; gap: 6px; text-align: center; }
}

@media (max-width: 520px) {
  .product-card__media { height: 148px; }
  .product-card__body { padding: 9px; }
  .product-card__rating { min-height: 17px; }
  .product-card__title { min-height: 47px; font-size: 10px; line-height: 1.3; }
  .product-card__price { font-size: 14px; }
  .product-card__cart { min-height: 37px; gap: 4px; font-size: 8px; }
  .product-card__cart svg { width: 13px; }
  .woocommerce div.product form.cart:not(.grouped_form) { display: grid; flex-wrap: nowrap; }
  .woocommerce div.product form.cart:not(.grouped_form) .quantity { width: 104px; }
  .woocommerce div.product form.cart:not(.grouped_form) .single_add_to_cart_button { width: 100%; flex-basis: auto; }
}

/* =========================================================
   v2.2 visual repair pack — typography, product pages, cards,
   footer categories and legacy page continuity
   ========================================================= */
:root {
  --st-font: "Manrope", Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
html, body, button, input, select, textarea { font-family: var(--st-font); }
body { font-size: 14px; font-weight: 400; line-height: 1.62; letter-spacing: -.006em; }
p, li, input, textarea, select { font-weight: 400; }
h1, h2, h3, h4, h5, h6, .wordmark, strong, b { font-family: var(--st-font); }
h1, h2, h3, h4, h5, h6 { color: var(--st-navy); font-weight: 700; letter-spacing: -.03em; }
a { font-weight: inherit; }

/* More refined header sizing across the complete website. */
.announcement-bar { font-size: 11px; }
.announcement-offer strong { font-weight: 650; }
.announcement-offer a, .announcement-links a { font-weight: 650; }
.trust-bar__benefits b, .trust-bar__contact a { font-weight: 650; }
.header-main { min-height: 88px; }
.wordmark { font-weight: 800; letter-spacing: -.045em; }
.header-search select { font-size: 12px; font-weight: 650; }
.header-search input { font-size: 13px; }
.header-action strong { font-size: 12px; font-weight: 700; }
.header-action small { font-size: 9px; }
.primary-navigation .menu a { font-size: 12px; font-weight: 650; letter-spacing: -.01em; }
.category-navigation__button, .today-deals { font-size: 11px; font-weight: 700; }
.mega-category-item__copy strong { font-size: 12px; font-weight: 700; }
.mega-category-item__copy small { font-size: 9px; }

/* Product archive cards: lighter, smaller titles and clean actions. */
.woocommerce ul.products li.product.premium-loop-card { min-width: 0; }
.premium-loop-card__media { height: 238px; padding: 18px 12px 8px; }
.premium-loop-card__body { padding: 14px; }
.premium-loop-card__category { font-size: 8px; font-weight: 750; letter-spacing: .07em; }
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  min-height: 55px;
  margin: 6px 0 8px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  color: var(--st-navy);
  font-size: 13px;
  font-weight: 550;
  line-height: 1.42;
  letter-spacing: -.015em;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title a { font-weight: inherit; }
.woocommerce ul.products li.product .premium-loop-card__price { margin: 6px 0 12px; font-size: 17px; font-weight: 750; }
.premium-loop-card__actions { grid-template-columns: 34px 34px minmax(0,1fr); }
.woocommerce ul.products li.product .button.premium-add-to-cart {
  min-width: 0;
  min-height: 42px;
  padding: 0 13px;
  overflow: hidden;
  font-size: 9px;
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.premium-card-icon { width: 34px; height: 42px; }

/* Single product: neutralize inherited WooCommerce floats and widths. */
.woocommerce div.product.premium-single-product { width: 100%; }
.woocommerce div.product .premium-product-hero {
  grid-template-columns: minmax(0, 1.08fr) minmax(390px, .92fr);
  gap: 24px;
  padding: 20px;
}
.woocommerce div.product .premium-product-gallery,
.woocommerce div.product .premium-product-summary,
.woocommerce div.product div.images,
.woocommerce div.product div.summary {
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  margin: 0 !important;
  float: none !important;
  clear: none !important;
}
.woocommerce div.product .premium-product-gallery { padding: 10px; }
.woocommerce div.product .premium-product-summary { padding: 24px 25px; align-self: stretch; }
.woocommerce div.product .woocommerce-product-gallery {
  min-height: 560px;
  grid-template-columns: 78px minmax(0,1fr);
  gap: 10px;
}
.woocommerce div.product .woocommerce-product-gallery > .flex-viewport,
.woocommerce div.product .woocommerce-product-gallery > .woocommerce-product-gallery__wrapper {
  width: 100% !important;
  min-width: 0;
  height: 100% !important;
  overflow: hidden;
}
.woocommerce div.product .woocommerce-product-gallery__wrapper { min-height: 540px; }
.woocommerce div.product div.images .woocommerce-product-gallery__image,
.woocommerce div.product div.images .woocommerce-product-gallery__image a {
  width: 100%;
  min-width: 0;
  height: 100%;
  min-height: 540px;
}
.woocommerce div.product div.images .woocommerce-product-gallery__image a { padding: 18px; display: grid; place-items: center; }
.woocommerce div.product div.images .woocommerce-product-gallery__image img,
.woocommerce div.product div.images img {
  width: 100% !important;
  height: 100% !important;
  max-height: 510px;
  object-fit: contain;
}
.woocommerce div.product div.images .flex-control-thumbs,
.woocommerce div.product div.images ol.flex-control-thumbs {
  width: 78px;
  max-height: 540px;
  margin: 0 !important;
  padding: 0 2px 0 0 !important;
  list-style: none !important;
  counter-reset: none !important;
}
.woocommerce div.product div.images .flex-control-thumbs li,
.woocommerce div.product div.images ol.flex-control-thumbs li {
  width: 100% !important;
  min-height: 68px;
  list-style: none !important;
}
.woocommerce div.product div.images .flex-control-thumbs li::before,
.woocommerce div.product div.images .flex-control-thumbs li::marker,
.woocommerce div.product div.images ol.flex-control-thumbs li::before,
.woocommerce div.product div.images ol.flex-control-thumbs li::marker { content: none !important; display: none !important; }
.woocommerce div.product div.images .flex-control-thumbs li img { height: 58px; }

.single-product-category { font-size: 9px; font-weight: 750; }
.woocommerce div.product .product_title {
  max-width: 100%;
  margin: 8px 0 9px;
  overflow-wrap: anywhere;
  color: var(--st-navy);
  font-size: clamp(29px, 2.35vw, 41px);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -.038em;
}
.woocommerce div.product .woocommerce-product-rating { margin-bottom: 8px; font-size: 12px; }
.woocommerce div.product p.price,
.woocommerce div.product span.price { margin: 8px 0; font-size: 25px; font-weight: 750; }
.woocommerce-product-details__short-description { color: var(--st-muted); font-size: 13px; line-height: 1.62; }
.woocommerce-product-details__short-description p { margin: 8px 0; }
.single-status-chips span { font-size: 9px; font-weight: 650; }
.single-feature-summary { gap: 7px; }
.single-feature-summary > div { padding: 6px 0; }
.single-feature-summary strong { font-size: 11px; font-weight: 650; }
.single-feature-summary small { font-size: 10px; }

.woocommerce div.product form.cart:not(.grouped_form),
.woocommerce div.product form.cart.variations_form .woocommerce-variation-add-to-cart {
  grid-template-columns: 116px minmax(0,1fr);
  gap: 9px;
  align-items: stretch;
}
.woocommerce div.product form.cart:not(.grouped_form) .quantity {
  width: 116px;
  height: 50px;
  grid-template-columns: 34px minmax(0,1fr) 34px;
}
.woocommerce div.product form.cart:not(.grouped_form) .quantity .qty { height: 48px; font-size: 12px; font-weight: 700; }
.stakelia-qty-button { width: 34px; min-width: 34px; font-size: 18px; }
.woocommerce div.product form.cart:not(.grouped_form) .single_add_to_cart_button {
  min-height: 50px;
  padding: 0 18px;
  overflow: hidden;
  font-size: 11px !important;
  font-weight: 700;
  letter-spacing: .015em;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.single-secondary-actions a { font-size: 10px; font-weight: 650; }
.single-secure-checkout__title strong, .single-delivery-grid strong { font-size: 10px; font-weight: 700; }
.single-delivery-grid span { font-size: 9px; }
.woocommerce div.product .product_meta { font-size: 11px; font-weight: 400; }

/* Product tabs and old content stay readable instead of oversized. */
.woocommerce div.product .woocommerce-tabs ul.tabs li a { font-size: 11px; font-weight: 650; }
.woocommerce div.product .woocommerce-tabs .panel { font-size: 13px; }
.woocommerce div.product .woocommerce-tabs .panel h2 { font-size: 21px; font-weight: 700; }
.woocommerce .related.products > h2, .woocommerce .up-sells.products > h2 { font-size: 24px; font-weight: 700; }

/* Refined light footer with dynamic image-led category links. */
.site-footer {
  margin-top: 58px;
  padding-bottom: 16px;
  color: var(--st-ink);
  background:
    radial-gradient(circle at 9% 15%, rgba(7,93,234,.075), transparent 24%),
    linear-gradient(180deg, #f4f8fd 0%, #eef4fb 100%);
  border-top: 1px solid #d7e2ee;
}
.footer-top {
  grid-template-columns: minmax(230px, .9fr) minmax(420px, 1.65fr) repeat(3, minmax(145px, .62fr));
  gap: 25px;
  padding: 34px;
  background: rgba(255,255,255,.88);
  backdrop-filter: blur(8px);
}
.wordmark--footer { font-size: 31px; font-weight: 800; }
.footer-brand p { font-size: 11px; line-height: 1.65; }
.footer-contact li, .footer-contact a { font-size: 10px; font-weight: 500; }
.footer-toggle { min-height: 30px; font-size: 12px; font-weight: 750; letter-spacing: -.01em; }
.footer-column a { font-size: 10px; font-weight: 500; }
.footer-column h4 { font-size: 10px; font-weight: 700; }
.footer-category-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 8px; margin-top: 12px; }
.footer-category-card {
  min-width: 0;
  min-height: 58px;
  padding: 7px 9px;
  display: grid;
  grid-template-columns: 44px minmax(0,1fr) 14px;
  gap: 8px;
  align-items: center;
  border: 1px solid #dbe5f0;
  background: linear-gradient(145deg, #fff, #f7faff);
  clip-path: polygon(7px 0, 100% 0, 100% calc(100% - 7px), calc(100% - 7px) 100%, 0 100%, 0 7px);
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}
.footer-category-card:hover { transform: translateY(-2px); border-color: rgba(7,93,234,.45); box-shadow: 0 8px 18px rgba(16,40,82,.08); }
.footer-category-card__media { width: 44px; height: 44px; display: grid; place-items: center; overflow: hidden; background: #fff; }
.footer-category-card__media img { width: 100%; height: 100%; object-fit: contain; }
.footer-category-card__media .category-placeholder svg { width: 20px; }
.footer-category-card > span:nth-child(2) { min-width: 0; display: flex; flex-direction: column; }
.footer-category-card strong { overflow: hidden; color: var(--st-navy); font-size: 10px; font-weight: 650; line-height: 1.25; text-overflow: ellipsis; white-space: nowrap; }
.footer-category-card small { margin-top: 3px; color: var(--st-muted); font-size: 8px; }
.footer-category-card > svg { width: 13px; color: var(--st-blue); }
.footer-bottom { font-size: 9px; }

/* Legacy content pages from the existing site remain clean and consistent. */
.site-main:not(.homepage-premium):not(.premium-shop-page):not(.premium-single-page),
.entry-content, .page-content, .site-main--shop {
  color: var(--st-ink);
  font-family: var(--st-font);
}
.entry-header, .page-header { width: min(calc(100% - 48px), var(--st-shell)); margin: 34px auto 18px; }
.entry-title, .page-title { margin: 0; font-size: clamp(28px, 3vw, 42px); font-weight: 700; line-height: 1.15; }
.entry-content, .page-content { padding-bottom: 50px; font-size: 14px; }
.entry-content h2, .page-content h2 { margin-top: 30px; font-size: 25px; }
.entry-content h3, .page-content h3 { margin-top: 24px; font-size: 20px; }
.entry-content a, .page-content a { color: var(--st-blue); font-weight: 600; }
.entry-content table, .page-content table { width: 100%; border-collapse: collapse; }
.entry-content th, .entry-content td, .page-content th, .page-content td { padding: 12px; border: 1px solid var(--st-line); }

@media (max-width: 1320px) {
  .footer-top { grid-template-columns: 1fr 1.55fr repeat(3, .7fr); gap: 18px; padding: 28px; }
}

@media (max-width: 1100px) {
  .woocommerce div.product .premium-product-hero { grid-template-columns: 1fr; }
  .woocommerce div.product .premium-product-summary { padding: 22px; }
  .footer-top { grid-template-columns: 1fr 1.35fr 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-account { display: none; }
}

@media (max-width: 780px) {
  body { font-size: 13px; }
  .announcement-bar { font-size: 9px; }
  .wordmark { font-size: 27px; }
  .header-search select { font-size: 9px; }
  .header-search input { font-size: 11px; }

  .premium-loop-card__media { height: 175px; }
  .premium-loop-card__body { padding: 10px; }
  .woocommerce ul.products li.product .woocommerce-loop-product__title {
    min-height: 50px;
    font-size: 10.5px;
    font-weight: 550;
    line-height: 1.38;
  }
  .woocommerce ul.products li.product .premium-loop-card__price { font-size: 14px; }
  .woocommerce ul.products li.product .button.premium-add-to-cart { min-height: 38px; padding: 0 8px; font-size: 7.8px; }

  .woocommerce div.product .premium-product-hero { padding: 8px; gap: 10px; }
  .woocommerce div.product .premium-product-gallery, .woocommerce div.product .premium-product-summary { padding: 10px; }
  .woocommerce div.product .woocommerce-product-gallery { min-height: 0; grid-template-columns: 1fr; grid-template-rows: auto auto; }
  .woocommerce div.product .woocommerce-product-gallery > .flex-viewport,
  .woocommerce div.product .woocommerce-product-gallery > .woocommerce-product-gallery__wrapper { grid-column: 1; grid-row: 1; height: auto !important; }
  .woocommerce div.product .woocommerce-product-gallery__wrapper,
  .woocommerce div.product div.images .woocommerce-product-gallery__image,
  .woocommerce div.product div.images .woocommerce-product-gallery__image a { min-height: 300px; height: auto; }
  .woocommerce div.product div.images .woocommerce-product-gallery__image img,
  .woocommerce div.product div.images img { height: auto !important; max-height: 295px; }
  .woocommerce div.product div.images .flex-control-thumbs,
  .woocommerce div.product div.images ol.flex-control-thumbs {
    grid-column: 1;
    grid-row: 2;
    width: 100%;
    max-height: none;
    padding: 0 0 3px !important;
    flex-direction: row;
    overflow-x: auto;
    overflow-y: hidden;
  }
  .woocommerce div.product div.images .flex-control-thumbs li { flex: 0 0 62px; min-height: 58px; }
  .woocommerce div.product div.images .flex-control-thumbs li img { height: 52px; }
  .woocommerce div.product .product_title { font-size: clamp(23px, 6.8vw, 29px); font-weight: 700; line-height: 1.15; }
  .woocommerce div.product p.price, .woocommerce div.product span.price { font-size: 22px; }
  .woocommerce div.product form.cart:not(.grouped_form),
  .woocommerce div.product form.cart.variations_form .woocommerce-variation-add-to-cart { grid-template-columns: 104px minmax(0,1fr); gap: 7px; }
  .woocommerce div.product form.cart:not(.grouped_form) .quantity { width: 104px; height: 48px; grid-template-columns: 31px minmax(0,1fr) 31px; }
  .woocommerce div.product form.cart:not(.grouped_form) .quantity .qty { height: 46px; }
  .stakelia-qty-button { width: 31px; min-width: 31px; }
  .woocommerce div.product form.cart:not(.grouped_form) .single_add_to_cart_button { min-height: 48px; padding: 0 10px; font-size: 9px !important; }

  .site-footer { margin-top: 54px; }
  .footer-top { display: block; padding: 18px 13px; }
  .footer-account { display: block; }
  .footer-categories { display: block; }
  .footer-category-grid { grid-template-columns: 1fr 1fr; gap: 7px; }
  .footer-category-card { min-height: 52px; grid-template-columns: 38px minmax(0,1fr) 12px; padding: 6px 7px; }
  .footer-category-card__media { width: 38px; height: 38px; }
  .footer-category-card strong { font-size: 9px; }
  .footer-category-card small { font-size: 7px; }
  .footer-panel { padding-bottom: 14px; }
}

@media (max-width: 520px) {
  .woocommerce ul.products { gap: 8px; }
  .premium-loop-card__media { height: 145px; }
  .woocommerce ul.products li.product .woocommerce-loop-product__title { min-height: 47px; font-size: 9.5px; }
  .premium-loop-card__actions { grid-template-columns: 1fr; }
  .woocommerce ul.products li.product .button.premium-add-to-cart { width: 100%; min-height: 36px; font-size: 7.4px; }
  .woocommerce div.product form.cart:not(.grouped_form),
  .woocommerce div.product form.cart.variations_form .woocommerce-variation-add-to-cart { grid-template-columns: 98px minmax(0,1fr); }
  .woocommerce div.product form.cart:not(.grouped_form) .quantity { width: 98px; }
  .footer-category-grid { grid-template-columns: 1fr; }
}

/* =========================================================
   STAKELIA 2.3 — final category, cart and navigation polish
   ========================================================= */

/* Product quantities must never appear on visual category links. */
.mega-category-item__copy small,
.premium-category-card__copy small,
.shop-category-chip small,
.filter-category-list small,
.footer-category-card small {
  display: none !important;
}

.mega-category-item__copy,
.premium-category-card__copy,
.shop-category-chip p,
.footer-category-card > span:nth-child(2) {
  justify-content: center;
}

/* Compact premium 3D navigation controls. */
.header-navigation__inner {
  height: 48px;
  grid-template-columns: 270px minmax(0,1fr) 198px;
  gap: 18px;
}
.category-navigation__button,
.today-deals {
  height: 48px;
  min-height: 48px;
  padding-inline: 21px;
  font-size: 10.5px;
  font-weight: 750;
  letter-spacing: .005em;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.32);
  transform: translateY(-2px);
  transition: transform .16s ease, filter .16s ease;
}
.category-navigation__button {
  background: linear-gradient(180deg, #1c79ff 0%, #075dea 46%, #0345ad 100%);
  filter: drop-shadow(0 4px 0 #032f79) drop-shadow(0 8px 13px rgba(6,63,156,.23));
  clip-path: polygon(0 0, calc(100% - 24px) 0, 100% 50%, calc(100% - 24px) 100%, 0 100%, 12px 50%);
}
.today-deals {
  background: linear-gradient(180deg, #123e78 0%, #082b5a 48%, #041b3b 100%);
  filter: drop-shadow(0 4px 0 #02142c) drop-shadow(0 8px 13px rgba(4,25,57,.23));
  clip-path: polygon(18px 0, 100% 0, calc(100% - 10px) 50%, 100% 100%, 18px 100%, 0 50%);
}
.category-navigation__button:hover,
.today-deals:hover {
  transform: translateY(0);
  filter: brightness(1.04) drop-shadow(0 2px 0 rgba(2,30,73,.9)) drop-shadow(0 5px 10px rgba(4,33,81,.18));
}
.category-navigation__button svg,
.today-deals svg { width: 16px; }

/* Footer category cards: larger catalogue, refined internal scroll. */
.footer-category-scroll {
  max-height: 238px;
  margin-top: 10px;
  padding-right: 7px;
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-width: thin;
  scrollbar-color: #8db5f5 #edf4ff;
}
.footer-category-scroll::-webkit-scrollbar { width: 6px; }
.footer-category-scroll::-webkit-scrollbar-track { background: #edf4ff; border-radius: 20px; }
.footer-category-scroll::-webkit-scrollbar-thumb { background: linear-gradient(#6fa5f4, #075dea); border-radius: 20px; }
.footer-category-grid { margin-top: 0; }
.footer-category-card { min-height: 54px; }
.footer-category-card strong { font-size: 9.5px; font-weight: 650; }
.footer-payment-image {
  display: block;
  width: min(100%, 245px);
  height: auto;
  margin-top: 9px;
  object-fit: contain;
}

/* Force WooCommerce simple and variable purchase rows inline. */
.woocommerce div.product form.cart:not(.grouped_form),
.woocommerce div.product form.cart.variations_form .woocommerce-variation-add-to-cart,
.woocommerce div.product form.cart .woocommerce-variation-add-to-cart {
  width: min(100%, 460px) !important;
  margin: 17px 0 9px !important;
  display: flex !important;
  align-items: stretch !important;
  flex-wrap: nowrap !important;
  gap: 8px !important;
  float: none !important;
  clear: both !important;
}
.woocommerce div.product form.cart.variations_form { width: 100% !important; display: block !important; }
.woocommerce div.product form.cart:not(.grouped_form) .quantity,
.woocommerce div.product form.cart .woocommerce-variation-add-to-cart .quantity {
  flex: 0 0 108px !important;
  width: 108px !important;
  height: 44px !important;
  margin: 0 !important;
  display: grid !important;
  grid-template-columns: 31px minmax(0,1fr) 31px !important;
  float: none !important;
}
.woocommerce div.product form.cart:not(.grouped_form) .quantity .qty,
.woocommerce div.product form.cart .woocommerce-variation-add-to-cart .quantity .qty {
  height: 42px !important;
  min-height: 42px !important;
  font-size: 11px !important;
}
.woocommerce div.product form.cart .stakelia-qty-button {
  width: 31px !important;
  min-width: 31px !important;
  height: 42px !important;
  font-size: 16px !important;
}
.woocommerce div.product form.cart:not(.grouped_form) .single_add_to_cart_button,
.woocommerce div.product form.cart .woocommerce-variation-add-to-cart .single_add_to_cart_button {
  flex: 1 1 auto !important;
  width: auto !important;
  min-width: 0 !important;
  min-height: 44px !important;
  height: 44px !important;
  margin: 0 !important;
  padding: 0 18px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  float: none !important;
  font-size: 9.5px !important;
  font-weight: 750 !important;
  letter-spacing: .025em !important;
  line-height: 1 !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.3), 0 8px 18px rgba(7,93,234,.2) !important;
}
.woocommerce div.product form.cart .single_add_to_cart_button::before {
  content: "";
  width: 15px;
  height: 15px;
  flex: 0 0 15px;
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='9' cy='20' r='1'/%3E%3Ccircle cx='19' cy='20' r='1'/%3E%3Cpath d='M3 4h2l2.4 10.2a2 2 0 0 0 2 1.5h7.8a2 2 0 0 0 2-1.6L21 7H6'/%3E%3C/svg%3E") center/contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='9' cy='20' r='1'/%3E%3Ccircle cx='19' cy='20' r='1'/%3E%3Cpath d='M3 4h2l2.4 10.2a2 2 0 0 0 2 1.5h7.8a2 2 0 0 0 2-1.6L21 7H6'/%3E%3C/svg%3E") center/contain no-repeat;
}

@media (max-width: 1024px) {
  .header-navigation__inner { height: 46px; }
  .category-navigation__button,
  .today-deals { height: 46px; min-height: 46px; }
}

@media (max-width: 780px) {
  .footer-category-scroll { max-height: 242px; padding-right: 5px; }
  .footer-category-grid { grid-template-columns: 1fr 1fr; }
  .footer-payment-image { width: min(100%, 270px); }
  .woocommerce div.product form.cart:not(.grouped_form),
  .woocommerce div.product form.cart.variations_form .woocommerce-variation-add-to-cart,
  .woocommerce div.product form.cart .woocommerce-variation-add-to-cart {
    width: 100% !important;
    gap: 7px !important;
  }
  .woocommerce div.product form.cart:not(.grouped_form) .quantity,
  .woocommerce div.product form.cart .woocommerce-variation-add-to-cart .quantity {
    flex-basis: 100px !important;
    width: 100px !important;
    grid-template-columns: 29px minmax(0,1fr) 29px !important;
  }
  .woocommerce div.product form.cart .stakelia-qty-button { width: 29px !important; min-width: 29px !important; }
  .woocommerce div.product form.cart:not(.grouped_form) .single_add_to_cart_button,
  .woocommerce div.product form.cart .woocommerce-variation-add-to-cart .single_add_to_cart_button {
    min-height: 43px !important;
    height: 43px !important;
    padding-inline: 10px !important;
    font-size: 8.8px !important;
  }
}

@media (max-width: 520px) {
  .footer-category-grid { grid-template-columns: 1fr; }
  .woocommerce div.product form.cart:not(.grouped_form) .quantity,
  .woocommerce div.product form.cart .woocommerce-variation-add-to-cart .quantity {
    flex-basis: 94px !important;
    width: 94px !important;
  }
  .woocommerce div.product form.cart:not(.grouped_form) .single_add_to_cart_button,
  .woocommerce div.product form.cart .woocommerce-variation-add-to-cart .single_add_to_cart_button {
    font-size: 8.2px !important;
    padding-inline: 8px !important;
  }
}
.single-payment-image {
  display: block;
  width: min(100%, 305px);
  height: auto;
  margin-left: auto;
  object-fit: contain;
}
@media (max-width: 620px) {
  .single-payment-image { width: min(100%, 260px); margin: 8px 0 0; }
}


/* =========================================================
   STAKELIA 2.4 — all categories, menu badges and visual tidy
   ========================================================= */

.mega-category-grid {
  max-height: 430px;
  overflow-y: auto;
  padding-right: 8px;
  scrollbar-width: thin;
  scrollbar-color: #8db5f5 #edf4ff;
}
.mega-category-grid::-webkit-scrollbar { width: 6px; }
.mega-category-grid::-webkit-scrollbar-track { background: #edf4ff; border-radius: 20px; }
.mega-category-grid::-webkit-scrollbar-thumb { background: linear-gradient(#6fa5f4, #075dea); border-radius: 20px; }
.mega-category-item__copy strong,
.mega-category-item__copy,
.mega-category-item { color: var(--st-navy); }
.mega-category-item:hover .mega-category-item__copy strong,
.mega-category-item:hover { color: var(--st-blue); }

.primary-navigation .menu > li > a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.menu-link-text { display: inline-block; }
.menu-label-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 18px;
  padding: 0 7px;
  font-size: 9px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: .06em;
  color: #fff;
  clip-path: polygon(7px 0, 100% 0, calc(100% - 5px) 50%, 100% 100%, 7px 100%, 0 50%);
  box-shadow: 0 6px 14px rgba(11, 43, 90, .14);
}
.menu-label-badge--shop { background: linear-gradient(180deg, #0b63ef, #0947b4); }
.menu-label-badge--deals { background: linear-gradient(180deg, #ff7b2c, #df4d02); }
.menu-label-badge--new-arrivals { background: linear-gradient(180deg, #00a68a, #007a65); }

.campaign-card--dark,
.campaign-card--dark .campaign-card__copy,
.campaign-card--dark .campaign-card__copy h2,
.campaign-card--dark .campaign-card__copy > span,
.campaign-card--dark .campaign-card__copy p,
.campaign-card--dark .cut-button--light {
  color: #fff !important;
}
.campaign-card--dark .cut-button--light {
  background: rgba(255,255,255,.14);
  border: 1px solid rgba(255,255,255,.18);
}
.campaign-card--dark .cut-button--light svg { color: #fff; }

.footer-category-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.footer-category-card { min-width: 0; }
.footer-category-card strong {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.3;
}

.woocommerce div.product form.cart:not(.grouped_form),
.woocommerce div.product form.cart.variations_form .woocommerce-variation-add-to-cart,
.woocommerce div.product form.cart .woocommerce-variation-add-to-cart {
  width: min(100%, 520px) !important;
}
.woocommerce div.product form.cart:not(.grouped_form) .single_add_to_cart_button,
.woocommerce div.product form.cart .woocommerce-variation-add-to-cart .single_add_to_cart_button {
  min-width: 172px !important;
  height: 42px !important;
  min-height: 42px !important;
  font-size: 9px !important;
}
.woocommerce div.product form.cart:not(.grouped_form) .quantity,
.woocommerce div.product form.cart .woocommerce-variation-add-to-cart .quantity {
  height: 42px !important;
}
.woocommerce div.product form.cart:not(.grouped_form) .quantity .qty,
.woocommerce div.product form.cart .woocommerce-variation-add-to-cart .quantity .qty,
.woocommerce div.product form.cart .stakelia-qty-button {
  height: 40px !important;
}

@media (max-width: 1200px) {
  .mega-category-grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
}
@media (max-width: 780px) {
  .primary-navigation .menu > li > a { gap: 6px; }
  .menu-label-badge { min-height: 16px; padding-inline: 6px; font-size: 8px; }
  .mega-category-grid { grid-template-columns: repeat(2, minmax(0,1fr)); max-height: 380px; }
}
@media (max-width: 520px) {
  .footer-category-grid { grid-template-columns: 1fr; }
  .mega-category-grid { grid-template-columns: 1fr; }
}


/* =========================================================
   STAKELIA 2.5 — premium verified customer review experience
   ========================================================= */
.brand-story__grid--about-only { grid-template-columns: 1fr; }
.brand-story__grid--about-only .brand-story__about { grid-template-columns: minmax(0,1.05fr) minmax(320px,.7fr); }

.home-reviews-premium { background: linear-gradient(180deg, #fff 0%, #f5f9ff 52%, #fff 100%); }
.home-reviews-surface {
  padding: clamp(24px, 3vw, 42px);
  overflow: hidden;
  background:
    radial-gradient(circle at 95% 0%, rgba(7,93,234,.12), transparent 27%),
    linear-gradient(145deg, #f8fbff, #fff 48%, #f1f7ff);
  border: 1px solid #d7e4f4;
  box-shadow: 0 22px 52px rgba(7,29,66,.09);
}
.home-reviews-header {
  display: grid;
  grid-template-columns: minmax(0,1fr) auto auto;
  align-items: end;
  gap: 24px;
  margin-bottom: 24px;
}
.home-reviews-header h2,
.customer-reviews-hero h1 {
  max-width: 760px;
  margin: 6px 0 10px;
  color: var(--st-navy);
  font-size: clamp(28px, 3vw, 46px);
  line-height: 1.04;
  letter-spacing: -.045em;
}
.home-reviews-header p,
.customer-reviews-hero p { max-width: 760px; margin: 0; color: var(--st-muted); }
.home-review-score { display: flex; align-items: center; gap: 13px; padding: 13px 16px; border: 1px solid #dce7f4; background: rgba(255,255,255,.82); box-shadow: 0 10px 24px rgba(7,29,66,.06); clip-path: polygon(9px 0, 100% 0, 100% calc(100% - 9px), calc(100% - 9px) 100%, 0 100%, 0 9px); }
.home-review-score > strong { color: var(--st-navy); font-size: 38px; line-height: 1; letter-spacing: -.05em; }
.home-review-score > span { display: flex; flex-direction: column; }
.home-review-score b { color: #ffad0d; font-size: 13px; letter-spacing: .1em; }
.home-review-score small { margin-top: 3px; color: var(--st-muted); font-size: 10px; white-space: nowrap; }
.home-review-controls { display: flex; gap: 8px; }
.home-review-controls button { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid #cfdcec; color: var(--st-navy); background: #fff; cursor: pointer; clip-path: polygon(8px 0, 100% 0, 100% calc(100% - 8px), calc(100% - 8px) 100%, 0 100%, 0 8px); transition: color .18s ease, background .18s ease, transform .18s ease; }
.home-review-controls button:first-child svg { transform: rotate(180deg); }
.home-review-controls button:hover { color: #fff; background: var(--st-blue); transform: translateY(-2px); }
.home-review-controls svg { width: 17px; }

.home-review-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(300px, 1fr);
  gap: 15px;
  overflow-x: auto;
  padding: 4px 2px 13px;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
  overscroll-behavior-inline: contain;
}
.home-review-track::-webkit-scrollbar { display: none; }
.store-review-card {
  min-width: 0;
  padding: 20px;
  display: flex;
  flex-direction: column;
  border: 1px solid #d9e4f1;
  background: rgba(255,255,255,.96);
  box-shadow: 0 14px 32px rgba(7,29,66,.075);
  scroll-snap-align: start;
}
.store-review-card--carousel { min-height: 330px; }
.store-review-card__head { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.store-review-person { min-width: 0; display: flex; align-items: center; gap: 10px; }
.store-review-avatar { width: 42px; height: 42px; flex: 0 0 42px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: linear-gradient(145deg, #0c2d5f, #0870f5); font-size: 14px; font-weight: 800; box-shadow: 0 8px 16px rgba(7,93,234,.18); }
.store-review-person > span:last-child { min-width: 0; display: flex; flex-direction: column; }
.store-review-person strong { overflow: hidden; color: var(--st-navy); font-size: 12px; font-weight: 750; text-overflow: ellipsis; white-space: nowrap; }
.store-review-person small { margin-top: 2px; color: var(--st-muted); font-size: 9.5px; }
.store-review-verified { flex: 0 0 auto; min-height: 27px; padding: 0 9px; display: inline-flex; align-items: center; gap: 5px; color: #087d45; background: #eafaf1; border: 1px solid #bce9cf; font-size: 9px; font-weight: 800; clip-path: polygon(7px 0, 100% 0, calc(100% - 5px) 50%, 100% 100%, 7px 100%, 0 50%); }
.store-review-verified svg { width: 13px; }
.store-review-stars { margin: 16px 0 9px; color: #ffad0d; font-size: 13px; letter-spacing: .1em; }
.store-review-text { flex: 1; margin: 0; color: #33445c; font-size: 11.5px; line-height: 1.7; }
.store-review-product { min-width: 0; margin-top: 17px; padding: 10px; display: grid; grid-template-columns: 52px minmax(0,1fr) 16px; align-items: center; gap: 10px; border: 1px solid #e0e8f2; color: var(--st-navy); background: linear-gradient(135deg, #f8fbff, #eef5ff); transition: transform .18s ease, border-color .18s ease; }
.store-review-product:hover { transform: translateY(-2px); border-color: #9bc0f4; }
.store-review-product__media { width: 52px; height: 52px; display: grid; place-items: center; overflow: hidden; background: #fff; }
.store-review-product__media img { width: 100%; height: 100%; object-fit: contain; }
.store-review-product > span:nth-child(2) { min-width: 0; display: flex; flex-direction: column; }
.store-review-product small { color: var(--st-blue); font-size: 8px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.store-review-product strong { margin-top: 3px; overflow: hidden; color: var(--st-navy); font-size: 10px; font-weight: 650; line-height: 1.35; text-overflow: ellipsis; white-space: nowrap; }
.store-review-product > svg { width: 14px; color: var(--st-blue); }
.home-review-footer { margin-top: 17px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.home-review-footer > span { position: relative; flex: 1; max-width: 540px; height: 4px; overflow: hidden; border-radius: 999px; background: #dfe9f5; }
.home-review-footer > span i { position: absolute; inset: 0 auto 0 0; width: 8%; border-radius: inherit; background: linear-gradient(90deg, #075dea, #00aee8); transition: width .2s ease; }
.home-review-footer .cut-button { min-height: 42px; }

.customer-reviews-page { padding: 0 0 70px; background: linear-gradient(180deg, #fff, #f5f9ff 45%, #fff); }
.customer-reviews-hero { margin: 18px 0 22px; padding: clamp(24px, 3vw, 42px); display: flex; align-items: end; justify-content: space-between; gap: 24px; background: linear-gradient(145deg, #f7fbff, #fff); box-shadow: var(--st-shadow-soft); }
.customer-reviews-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 16px; }
.store-review-card--grid { min-height: 330px; }

@media (min-width: 1280px) {
  .home-review-track { grid-auto-columns: calc((100% - 45px) / 4); }
}
@media (max-width: 1024px) {
  .home-reviews-header { grid-template-columns: 1fr auto; }
  .home-reviews-header > div:first-child { grid-column: 1 / -1; }
  .brand-story__grid--about-only .brand-story__about { grid-template-columns: 1fr .8fr; }
  .customer-reviews-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
}
@media (max-width: 780px) {
  .brand-story__grid--about-only .brand-story__about { grid-template-columns: 1fr; }
  .home-reviews-header { grid-template-columns: 1fr; align-items: start; }
  .home-review-score { width: fit-content; }
  .home-review-controls { position: static; margin: 0; justify-self: start; }
  .home-review-track { grid-auto-columns: min(84vw, 330px); }
  .home-review-footer { align-items: stretch; flex-direction: column; }
  .home-review-footer > span { width: 100%; max-width: none; }
  .customer-reviews-hero { align-items: flex-start; flex-direction: column; }
  .customer-reviews-grid { grid-template-columns: 1fr; }
}
@media (max-width: 520px) {
  .home-reviews-surface { padding: 20px 14px; }
  .home-review-controls { position: static; margin: 0; }
  .store-review-card { padding: 16px; }
  .store-review-verified span { display: none; }
  .store-review-verified { width: 29px; padding: 0; justify-content: center; }
  .home-review-score > strong { font-size: 32px; }
}


/* ===== STAKELIA 2.6 review, badges, autoplay categories ===== */
.home-review-score small { font-size: 11px; }
.category-showcase__surface { overflow: hidden; }
.category-showcase__rail {
  display: flex !important;
  gap: 14px;
  overflow-x: auto;
  padding: 2px 2px 10px;
  scrollbar-width: none;
  scroll-behavior: smooth;
}
.category-showcase__rail::-webkit-scrollbar { display: none; }
.premium-category-card {
  flex: 0 0 185px;
  min-height: 160px;
  scroll-snap-align: start;
  box-shadow: 0 12px 26px rgba(8, 35, 84, .06);
}
.premium-category-card__copy strong { font-size: 12px; }

/* Menu badges arrow flipped to opposite side, more decent. */
.menu-label-badge {
  clip-path: polygon(0 0, calc(100% - 8px) 0, 100% 50%, calc(100% - 8px) 100%, 0 100%, 5px 50%);
  padding: 0 8px 0 9px;
}

/* Review slider cards and count hidden styling. */
.home-review-track { scroll-behavior: smooth; }
.store-review-card { min-height: 318px; }
.store-review-product strong { white-space: normal; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }

@media (max-width: 1024px) {
  .premium-category-card { flex-basis: 170px; min-height: 150px; }
}
@media (max-width: 780px) {
  .premium-category-card { flex-basis: 150px; min-height: 138px; }
}


/* ===== STAKELIA 2.7 about section upgrade ===== */
.brand-story__about { align-items: stretch; }
.brand-story__content { display: flex; flex-direction: column; justify-content: center; }
.brand-story__content h2 { max-width: 16ch; }
.brand-story__content p { max-width: 60ch; }
.brand-story__highlights { list-style: none; margin: 18px 0 0; padding: 0; display: grid; gap: 12px; }
.brand-story__highlights li { display: flex; align-items: flex-start; gap: 10px; color: var(--st-muted); font-size: 14px; line-height: 1.65; }
.brand-story__highlights li svg { width: 18px; height: 18px; flex: 0 0 18px; color: var(--st-blue); margin-top: 2px; }
.brand-story__button { margin-top: 22px; width: fit-content; }
.brand-story__visual--about { min-height: 420px; padding: 0; background: linear-gradient(180deg, #f7faff 0%, #edf4ff 100%); }
.brand-story__visual--about img { width: 100%; height: 100%; object-fit: cover; border-radius: 16px; display: block; }
.brand-story__visual--about > span { display: none !important; }
@media (max-width: 1024px) {
  .brand-story__visual--about { min-height: 360px; }
  .brand-story__content h2 { max-width: none; }
}
@media (max-width: 780px) {
  .brand-story__highlights { gap: 10px; }
  .brand-story__highlights li { font-size: 13px; }
  .brand-story__button { width: 100%; justify-content: center; }
}


/* ===== STAKELIA 2.8 unique reviews directory ===== */
.primary-navigation .menu-item-reviews > a { color: var(--st-navy); }
.primary-navigation .menu-item-reviews > a::after {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #00a873;
  box-shadow: 0 0 0 4px rgba(0,168,115,.10);
}
.store-review-verified--standard {
  color: #36516d;
  background: #f2f6fb;
  border-color: #d9e4ef;
}
.store-review-verified--standard svg { color: #5f7c9b; }
.customer-reviews-grid--directory { grid-template-columns: repeat(4, minmax(0,1fr)); }
.reviews-empty { margin: 20px 0 70px; padding: 35px; background: #fff; box-shadow: var(--st-shadow-soft); }
.reviews-empty h2 { margin: 0 0 8px; color: var(--st-navy); }
.reviews-empty p { margin: 0; color: var(--st-muted); }
@media (max-width: 1180px) {
  .customer-reviews-grid--directory { grid-template-columns: repeat(3, minmax(0,1fr)); }
}
@media (max-width: 900px) {
  .customer-reviews-grid--directory { grid-template-columns: repeat(2, minmax(0,1fr)); }
}
@media (max-width: 620px) {
  .customer-reviews-grid--directory { grid-template-columns: 1fr; }
}
