@font-face { font-family: "DM Sans"; src: url("../fonts/dm-sans-400.woff2") format("woff2"); font-style: normal; font-weight: 400; font-display: swap; }
@font-face { font-family: "DM Sans"; src: url("../fonts/dm-sans-500.woff2") format("woff2"); font-style: normal; font-weight: 500 800; font-display: swap; }

:root {
  --szhl-navy: #18235f;
  --szhl-navy-dark: #101947;
  --szhl-red: #bf292e;
  --szhl-yellow: #ffc224;
  --szhl-ink: #1d1d1d;
  --szhl-muted: rgba(29, 29, 29, .62);
  --szhl-line: rgba(29, 29, 29, .15);
  --szhl-soft: #f2f2f2;
  --szhl-container: 1280px;
  --szhl-radius: 10px;
}

html { scroll-behavior: smooth; }
body.szhl-site { margin: 0; color: var(--szhl-ink); background: #fff; font-family: "DM Sans", "Avenir Next", Avenir, "Segoe UI", sans-serif; font-size: 17px; line-height: 1.5; overflow-x: hidden; }
body.szhl-site *, body.szhl-site *::before, body.szhl-site *::after { box-sizing: border-box; }
body.szhl-site a { color: inherit; text-decoration: none; }
body.szhl-site img { display: block; max-width: 100%; height: auto; }
body.szhl-site button, body.szhl-site input, body.szhl-site select, body.szhl-site textarea { font: inherit; }
.szhl-container { width: min(calc(100% - 80px), var(--szhl-container)); margin-inline: auto; }
.screen-reader-text { border: 0; clip: rect(1px, 1px, 1px, 1px); clip-path: inset(50%); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; word-wrap: normal !important; }
.screen-reader-text:focus { background: #fff; clip: auto !important; clip-path: none; color: var(--szhl-navy); display: block; font-weight: 600; height: auto; left: 8px; padding: 12px 18px; top: 8px; width: auto; z-index: 100001; }

/* Header */
.szhl-header { position: relative; z-index: 100; background: #fff; color: var(--szhl-navy); }
.szhl-header.is-stuck { position: sticky; top: 0; box-shadow: 0 12px 35px rgba(24, 35, 95, .11); animation: szhlHeaderIn .35s ease both; }
.admin-bar .szhl-header.is-stuck { top: 32px; }
.szhl-announcement { height: 40px; display: grid; place-items: center; padding: 6px 20px; background: var(--szhl-yellow); color: #0c174a; font-size: 12px; font-weight: 800; letter-spacing: .015em; text-align: center; text-transform: uppercase; }
.szhl-announcement a { border-bottom: 1px solid currentColor; }
.szhl-header-main { min-height: 160px; display: grid; grid-template-columns: 330px minmax(300px, 612px) minmax(260px, 1fr); align-items: center; gap: 10px; }
.szhl-brand { min-width: 0; }
.szhl-brand .custom-logo { width: auto; max-width: 260px; max-height: 78px; object-fit: contain; }
.szhl-wordmark { display: inline-flex; align-items: center; gap: 12px; color: var(--szhl-navy); font-size: 23px; font-weight: 700; }
.szhl-wordmark__mark { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 50% 48% 52% 45%; background: linear-gradient(135deg, var(--szhl-red), #e84c57); color: #fff; font-size: 25px; transform: rotate(-8deg); }
.szhl-search { position: relative; margin: 0; }
.szhl-search__icon { position: absolute; top: 50%; left: 18px; width: 15px; height: 15px; border: 2px solid var(--szhl-navy); border-radius: 50%; transform: translateY(-55%); pointer-events: none; opacity: .72; }
.szhl-search__icon::after { content: ""; position: absolute; width: 7px; height: 2px; right: -6px; bottom: -3px; background: var(--szhl-navy); transform: rotate(45deg); border-radius: 2px; }
.szhl-header-search { margin-left: 40px; }
.szhl-search input[type="search"] { width: 100%; height: 52px; padding: 0 20px 0 48px; border: 1.5px solid var(--szhl-navy); border-radius: 28px; background: #fff; color: var(--szhl-ink); box-shadow: none; outline: none; }
.szhl-search input[type="search"]:focus { border-color: var(--szhl-red); box-shadow: 0 0 0 4px rgba(191, 41, 46, .1); }
.szhl-header-actions { display: flex; align-items: center; justify-content: flex-end; gap: 10px; white-space: nowrap; }
.szhl-action { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 0 19px; border: 1px solid rgba(24,35,95,.45); border-radius: 27px; font-size: 14px; font-weight: 600; transition: transform .25s ease, border-color .25s ease, background .25s ease; }
.szhl-action:hover { transform: translateY(-2px); border-color: var(--szhl-navy); }
.szhl-cart { min-width: 126px; border-color: var(--szhl-navy); background: var(--szhl-navy); color: #fff !important; }
.szhl-cart:hover { background: var(--szhl-navy-dark); }
.szhl-person { width: 13px; height: 13px; border: 2px solid currentColor; border-radius: 50%; position: relative; transform: translateY(-3px); }
.szhl-person::after { content: ""; position: absolute; width: 17px; height: 9px; left: -4px; top: 12px; border: 2px solid currentColor; border-bottom: 0; border-radius: 10px 10px 0 0; }
.szhl-bag { width: 14px; height: 15px; border: 2px solid currentColor; border-radius: 2px; position: relative; }
.szhl-bag::before { content: ""; position: absolute; width: 7px; height: 5px; left: 2px; top: -7px; border: 2px solid currentColor; border-bottom: 0; border-radius: 5px 5px 0 0; }
.szhl-cart-summary { display: inline-flex; gap: 4px; }
.szhl-nav-wrap { border-top: 1px solid rgba(24,35,95,.1); border-bottom: 1px solid rgba(24,35,95,.1); }
.szhl-primary-nav { min-height: 78px; display: flex; align-items: stretch; justify-content: space-between; }
.szhl-primary-nav > .menu, .szhl-primary-nav > div > .menu { display: flex; align-items: stretch; margin: 0; padding: 0; list-style: none; }
.szhl-primary-nav .menu-item { position: relative; display: flex; align-items: stretch; }
.szhl-primary-nav .menu-item > a { display: flex; align-items: center; padding: 15px 20px; color: #080808; font-size: 16px; font-weight: 500; position: relative; }
.szhl-primary-nav .menu-item-has-children > a { padding-right: 35px; }
.szhl-primary-nav .menu-item-has-children > a::after { content: ""; position: absolute; right: 17px; top: calc(50% - 4px); width: 6px; height: 6px; border-right: 1.5px solid; border-bottom: 1.5px solid; transform: rotate(45deg); transition: transform .25s ease; }
.szhl-primary-nav .menu-item:hover > a::after, .szhl-primary-nav .menu-item:focus-within > a::after { transform: rotate(225deg) translate(-2px, -2px); }
.szhl-primary-nav .menu-item > a::before { content: ""; position: absolute; left: 20px; right: 20px; bottom: 12px; height: 2px; background: var(--szhl-red); transform: scaleX(0); transform-origin: left; transition: transform .3s ease; }
.szhl-primary-nav .menu-item:hover > a::before, .szhl-primary-nav .current-menu-item > a::before { transform: scaleX(1); }
.szhl-primary-nav .sub-menu { position: absolute; visibility: hidden; opacity: 0; top: calc(100% - 5px); left: 0; min-width: 240px; margin: 0; padding: 14px; list-style: none; background: #fff; border: 1px solid rgba(24,35,95,.11); border-radius: 7px; box-shadow: 0 18px 45px rgba(16,25,71,.16); transform: translateY(12px); transition: opacity .22s ease, transform .22s ease, visibility .22s; }
.szhl-primary-nav .menu-item:hover > .sub-menu, .szhl-primary-nav .menu-item:focus-within > .sub-menu { visibility: visible; opacity: 1; transform: translateY(0); }
.szhl-primary-nav .sub-menu .menu-item { display: block; }
.szhl-primary-nav .sub-menu a { padding: 11px 13px; border-radius: 5px; font-size: 15px; }
.szhl-primary-nav .sub-menu a:hover { background: rgba(24,35,95,.06); color: var(--szhl-navy); }
.szhl-primary-nav .sub-menu a::before { display: none; }
.szhl-primary-nav .sub-menu .sub-menu { top: 0; left: 100%; }
.szhl-primary-nav .szhl-mega-menu { position: static; }
.szhl-primary-nav .szhl-mega-menu > .sub-menu { width: min(calc(100vw - 80px), var(--szhl-container)); left: 50%; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 10px; transform: translate(-50%, 12px); padding: 26px; }
.szhl-primary-nav .szhl-mega-menu:hover > .sub-menu, .szhl-primary-nav .szhl-mega-menu:focus-within > .sub-menu { display: grid; transform: translate(-50%, 0); }
.szhl-primary-nav .szhl-mega-menu > .sub-menu > .menu-item { display: block; align-self: start; }
.szhl-primary-nav .szhl-mega-menu > .sub-menu > .menu-item > a { padding: 10px 13px 8px; color: var(--szhl-navy); font-weight: 700; }
.szhl-primary-nav .szhl-mega-menu > .sub-menu > .menu-item-has-children > a { padding-right: 13px; }
.szhl-primary-nav .szhl-mega-menu > .sub-menu > .menu-item-has-children > a::after { display: none; }
.szhl-primary-nav .szhl-mega-menu > .sub-menu > .menu-item > .sub-menu { position: static; visibility: visible; opacity: 1; width: auto; min-width: 0; margin: 0; padding: 0; border: 0; border-radius: 0; background: transparent; box-shadow: none; transform: none; transition: none; }
.szhl-primary-nav .szhl-mega-menu > .sub-menu > .menu-item > .sub-menu a { padding: 7px 13px; color: var(--szhl-muted); font-size: 14px; font-weight: 500; }
.szhl-help { align-self: center; display: inline-flex; align-items: center; gap: 12px; color: #090909 !important; font-size: 15px; line-height: 1.15; }
.szhl-help__copy { display: grid; }
.szhl-help__copy small { font-size: 12px; font-weight: 400; }
.szhl-help__copy strong { font-weight: 500; }
.szhl-phone { position: relative; width: 35px; height: 35px; display: inline-grid; place-items: center; color: var(--szhl-navy); transition: transform .25s ease; }
.szhl-phone::before { content: "☎"; font-size: 31px; line-height: 1; transform: rotate(-12deg); }
.szhl-phone::after { content: ""; position: absolute; width: 12px; height: 12px; right: 0; top: 0; border-top: 3px solid var(--szhl-red); border-right: 3px solid var(--szhl-red); border-radius: 0 12px 0 0; transform: rotate(-14deg); }
.szhl-help:hover .szhl-phone, .szhl-mobile-help:hover .szhl-phone { transform: rotate(-7deg) scale(1.05); }
.szhl-menu-toggle { display: none; }
.szhl-mobile-search, .szhl-mobile-help { display: none; }

/* Drawer */
.szhl-drawer { position: fixed; inset: 0; visibility: hidden; z-index: 9999; pointer-events: none; }
.szhl-drawer.is-open { visibility: visible; pointer-events: auto; }
.szhl-drawer__backdrop { position: absolute; inset: 0; background: rgba(8, 15, 48, .5); opacity: 0; backdrop-filter: blur(4px); transition: opacity .35s ease; }
.szhl-drawer.is-open .szhl-drawer__backdrop { opacity: 1; }
.szhl-drawer__panel { position: absolute; inset: 0 auto 0 0; width: min(420px, 92vw); padding: 0 20px 30px; background: #fff; overflow-y: auto; transform: translateX(-102%); transition: transform .42s cubic-bezier(.22,.9,.26,1); }
.szhl-drawer.is-open .szhl-drawer__panel { transform: translateX(0); }
.szhl-drawer__head { min-height: 78px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--szhl-line); color: var(--szhl-navy); }
.szhl-drawer__head strong { font-size: 20px; }
.szhl-drawer__head button { width: 42px; height: 42px; border: 0; background: transparent; color: var(--szhl-navy); font-size: 36px; line-height: 1; cursor: pointer; }
.szhl-drawer__search { padding: 20px 0; }
.szhl-mobile-nav ul { margin: 0; padding: 0; list-style: none; }
.szhl-mobile-nav li { position: relative; border-bottom: 1px solid rgba(24,35,95,.1); }
.szhl-mobile-nav a { display: block; padding: 15px 44px 15px 3px; color: var(--szhl-navy); font-weight: 600; }
.szhl-mobile-nav .sub-menu { display: none; padding: 0 0 12px 16px; }
.szhl-mobile-nav .sub-menu.is-open { display: block; animation: szhlSubmenu .25s ease both; }
.szhl-mobile-nav .sub-menu a { padding-block: 10px; color: var(--szhl-muted); font-weight: 500; }
.szhl-submenu-toggle { position: absolute; right: 0; top: 5px; width: 40px; height: 40px; border: 0; background: transparent; color: var(--szhl-navy); cursor: pointer; }
.szhl-submenu-toggle::before { content: "+"; font-size: 22px; }
.szhl-submenu-toggle[aria-expanded="true"]::before { content: "−"; }
.szhl-drawer__help { display: block; margin-top: 24px; padding: 17px; border-radius: 7px; background: rgba(24,35,95,.07); color: var(--szhl-navy); font-weight: 600; }
.szhl-drawer__actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 15px; }
.szhl-drawer__actions a { padding: 12px; border: 1px solid var(--szhl-navy); border-radius: 24px; color: var(--szhl-navy); text-align: center; font-weight: 600; }
body.szhl-menu-open { overflow: hidden; }

/* Shared */
.szhl-button, body.szhl-site .button, body.szhl-site button.button, body.szhl-site input.button, body.szhl-site #respond input#submit { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; padding: 10px 35px; border: 2px solid transparent; border-radius: 30px; box-shadow: none; font-size: 18px; font-weight: 500; line-height: 1.25; text-align: center; cursor: pointer; transition: color .28s ease, background .28s ease, border-color .28s ease, transform .28s ease, box-shadow .28s ease; }
.szhl-button:hover, body.szhl-site .button:hover { transform: translateY(-3px); box-shadow: 0 12px 25px rgba(24,35,95,.15); }
.szhl-button--light { min-width: 196px; min-height: 61px; background: #fff; color: var(--szhl-ink) !important; font-size: 21px; }
.szhl-button--light:hover { background: var(--szhl-yellow); }
.szhl-button--solid, body.szhl-site .button, body.szhl-site button.button, body.szhl-site input.button, body.szhl-site #respond input#submit { border-color: var(--szhl-navy); background: var(--szhl-navy); color: #fff; }
.szhl-button--solid:hover, body.szhl-site .button:hover { border-color: var(--szhl-red); background: var(--szhl-red); color: #fff; }
.szhl-button--outline { border-color: var(--szhl-navy); background: #fff; color: var(--szhl-navy) !important; }
.szhl-button--outline:hover { background: var(--szhl-navy); color: #fff !important; }
.szhl-section-heading { display: flex; justify-content: center; margin-bottom: 36px; text-align: center; }
.szhl-section-heading h2 { margin: 0; color: var(--szhl-navy); font-size: 28px; font-weight: 500; line-height: 1.2; }

/* Home */
.szhl-hero { height: 400px; position: relative; display: grid; align-items: center; background-image: var(--hero-image); background-position: center; background-size: cover; color: #fff; overflow: hidden; }
.szhl-hero::before { content: ""; position: absolute; inset: -4%; background: inherit; background-position: center; background-size: cover; animation: szhlHeroDrift 16s ease-in-out infinite alternate; }
.szhl-hero__veil { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8,12,42,.72), rgba(87,8,26,.49) 55%, rgba(24,35,95,.3)); }
.szhl-hero__content { position: relative; z-index: 1; text-align: center; }
.szhl-hero__eyebrow { margin: 0 0 22px; font-size: 49px; font-weight: 500; line-height: 1.2; }
.szhl-hero h1 { max-width: 1050px; margin: 0 auto 28px; color: #fff; font-size: 37px; font-weight: 500; line-height: 1.2; }
.szhl-quicklinks { min-height: 72px; display: flex; align-items: center; justify-content: center; gap: 0; padding: 16px 20px; overflow-x: auto; color: var(--szhl-navy); white-space: nowrap; }
.szhl-quicklinks a { position: relative; margin: 0 13px; padding-bottom: 2px; border-bottom: 1px solid rgba(24,35,95,.5); font-size: 17px; font-weight: 500; }
.szhl-quicklinks a:not(:last-child)::after { content: "•"; position: absolute; right: -17px; color: var(--szhl-red); }
.szhl-benefits { min-height: 327px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 72px; align-items: center; padding-block: 62px; }
.szhl-benefit { text-align: center; }
.szhl-benefit__icon { width: 78px; height: 78px; position: relative; margin: 0 auto 24px; color: var(--szhl-navy); }
.szhl-benefit__icon::before, .szhl-benefit__icon::after, .szhl-benefit__icon span::before, .szhl-benefit__icon span::after { content: ""; position: absolute; }
.szhl-benefit__icon--1::before { inset: 8px; border: 3px solid var(--szhl-navy); border-radius: 50%; }
.szhl-benefit__icon--1::after { width: 29px; height: 36px; left: 12px; bottom: 0; border-left: 3px solid var(--szhl-navy); border-bottom: 3px solid var(--szhl-navy); transform: rotate(-33deg); }
.szhl-benefit__icon--1 span::before { width: 18px; height: 18px; left: 30px; top: 28px; background: var(--szhl-red); clip-path: polygon(50% 0,62% 33%,98% 35%,70% 57%,79% 92%,50% 72%,21% 92%,30% 57%,2% 35%,38% 33%); }
.szhl-benefit__icon--2::before { width: 45px; height: 32px; left: 10px; top: 21px; border: 3px solid var(--szhl-navy); border-top: 0; transform: skewX(-10deg); }
.szhl-benefit__icon--2::after { width: 23px; height: 23px; right: 0; top: 8px; border: 3px solid var(--szhl-red); border-radius: 50%; background: #fff; }
.szhl-benefit__icon--2 span::before, .szhl-benefit__icon--2 span::after { width: 10px; height: 10px; bottom: 8px; border: 3px solid var(--szhl-navy); border-radius: 50%; }
.szhl-benefit__icon--2 span::before { left: 15px; }.szhl-benefit__icon--2 span::after { right: 11px; }
.szhl-benefit__icon--3::before { inset: 7px 13px 13px; border: 3px solid var(--szhl-navy); transform: rotate(45deg); }
.szhl-benefit__icon--3::after { width: 26px; height: 15px; left: 25px; top: 28px; border-left: 3px solid var(--szhl-red); border-bottom: 3px solid var(--szhl-red); transform: rotate(-45deg); }
.szhl-benefit h2 { margin: 0 0 9px; color: var(--szhl-navy); font-size: 24px; font-weight: 650; }
.szhl-benefit p { margin: 0 auto; max-width: 370px; font-size: 15px; line-height: 1.55; }
.szhl-featured { padding-block: 78px 80px; }
.szhl-product-carousel { min-width: 0; }
.szhl-product-grid { display: grid; grid-auto-flow: column; grid-auto-columns: calc((100% - 72px) / 4); gap: 24px; overflow-x: auto; overscroll-behavior-inline: contain; scroll-behavior: smooth; scroll-snap-type: inline mandatory; scrollbar-width: none; }
.szhl-product-grid::-webkit-scrollbar { display: none; }
.szhl-product-card { min-width: 0; border: 1px solid #ddd; border-radius: 9px; overflow: hidden; background: var(--szhl-soft); transition: transform .35s cubic-bezier(.2,.75,.3,1), box-shadow .35s ease, border-color .35s ease; }
.szhl-product-card { scroll-snap-align: start; }
.szhl-product-card:hover { transform: translateY(-8px); border-color: rgba(24,35,95,.32); box-shadow: 0 18px 45px rgba(24,35,95,.13); }
.szhl-product-card__image { height: 298px; position: relative; display: grid; place-items: center; background: #fff; overflow: hidden; }
.szhl-product-card__image img { width: 100%; height: 100%; object-fit: contain; padding: 10%; transition: transform .65s cubic-bezier(.2,.7,.2,1); }
.szhl-product-card:hover .szhl-product-card__image img { transform: scale(1.075) rotate(.6deg); }
.szhl-sale { position: absolute; top: 14px; left: 14px; padding: 5px 10px; border-radius: 20px; background: var(--szhl-red); color: #fff; font-size: 12px; font-weight: 700; }
.szhl-product-card__body { min-height: 225px; display: flex; flex-direction: column; padding: 25px; }
.szhl-product-card__price { min-height: 29px; margin-bottom: 3px; color: var(--szhl-navy); font-size: 19.125px; font-weight: 400; }
.szhl-product-card__price ins { text-decoration: none; }.szhl-product-card__price del { opacity: .5; }
.szhl-product-card h3 { margin: 0 0 20px; color: var(--szhl-navy); font-size: 17px; font-weight: 400; line-height: 1.2; }
.szhl-product-card__button { width: 100%; min-height: 50px; margin-top: auto; padding: 8px 20px; font-size: 19.125px; font-weight: 500; }
.szhl-featured__more { width: fit-content; margin: 46px auto 0; display: flex; }
.szhl-carousel-controls { display: flex; align-items: center; justify-content: center; gap: 10px; margin-top: 20px; }
.szhl-carousel-controls button { width: 34px; height: 34px; display: grid; place-items: center; padding: 0 0 3px; border: 0; border-radius: 50%; background: transparent; color: var(--szhl-navy); font-size: 27px; cursor: pointer; }
.szhl-carousel-controls button:hover { background: rgba(24,35,95,.07); }
.szhl-carousel-controls span { width: 28px; height: 6px; border-radius: 5px; background: var(--szhl-navy); box-shadow: 37px 0 0 rgba(24,35,95,.18); }
.szhl-collections { padding-block: 0 80px; }
.szhl-collection-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 24px; }
.szhl-collection-card { --tilt-x: 0deg; --tilt-y: 0deg; border: 1px solid #d9d9d9; border-radius: 9px; overflow: hidden; background: var(--szhl-soft); transform: perspective(900px) rotateX(var(--tilt-x)) rotateY(var(--tilt-y)); transform-style: preserve-3d; transition: transform .18s ease, box-shadow .35s ease; }
.szhl-collection-card:hover { box-shadow: 0 20px 50px rgba(24,35,95,.14); }
.szhl-collection-card__image { height: 450px; display: block; background: #fff; overflow: hidden; }
.szhl-collection-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .85s cubic-bezier(.2,.7,.2,1); }
.szhl-collection-card:hover .szhl-collection-card__image img { transform: scale(1.06); }
.szhl-collection-card__body { min-height: 225px; display: flex; flex-direction: column; align-items: stretch; padding: 27px 35px 28px; transform: translateZ(12px); }
.szhl-collection-card__body p { margin: 0 0 8px; color: var(--szhl-navy); font-size: 15px; }
.szhl-collection-card h3 { margin: 0 0 22px; color: var(--szhl-navy); font-size: clamp(27px, 2.55vw, 37px); font-weight: 500; line-height: 1.14; }
.szhl-collection-card .szhl-button { width: 100%; margin-top: auto; }
.szhl-newsletter { margin-bottom: 80px; border: 1px solid #d4d4d4; border-radius: 9px; background: #f2f2f2; }
.szhl-newsletter__inner { min-height: 450px; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 55px; text-align: center; }
.szhl-newsletter h2 { margin: 0 0 28px; color: var(--szhl-navy); font-size: 37px; font-weight: 500; }
.szhl-newsletter__form { width: min(580px,100%); }
.szhl-newsletter__form .szhl-form-wrap { --szhl-accent: var(--szhl-navy); --szhl-accent-dark: var(--szhl-red); --szhl-border: var(--szhl-navy); --szhl-radius: 0; color: var(--szhl-navy); }
.szhl-newsletter__form .szhl-form--newsletter { display: grid; gap: 12px; margin: 0; }
.szhl-newsletter__form .wpcf7-form { display: flex; align-items: stretch; margin: 0; }
.szhl-newsletter__form p { display: contents; }
.szhl-newsletter__form input[type="email"] { width: 100%; height: 51px; margin: 0; padding: 12px 16px; border: 1px solid var(--szhl-navy); border-radius: 28px 0 0 28px; background: #fff; box-shadow: none; }
.szhl-newsletter__form input[type="submit"], .szhl-newsletter__form .szhl-form__submit { min-height: 51px; margin: 0; padding-inline: 24px; border-radius: 0 28px 28px 0; border-color: var(--szhl-navy); background: var(--szhl-navy); color: #fff; }
.szhl-newsletter__inner > p { max-width: 620px; margin: 24px 0 0; color: var(--szhl-navy); font-size: 14px; }
.szhl-intro { padding-block: 0 90px; text-align: center; }
.szhl-intro h2 { margin: 0 0 18px; color: var(--szhl-ink); font-size: 42px; font-weight: 500; line-height: 1.2; }
.szhl-intro div { max-width: 1060px; margin: 0 auto; color: #555; line-height: 1.8; }
.szhl-intro p { margin: 0 0 12px; }
.szhl-home-editor { padding-bottom: 80px; }

/* Footer */
.szhl-footer { background: var(--szhl-navy); color: #fff; }
.szhl-footer__grid { min-height: 425px; display: grid; grid-template-columns: 1.08fr .85fr .85fr 1fr; gap: 64px; padding-block: 78px 62px; }
.szhl-footer h2 { margin: 0 0 20px; color: #fff; font-size: 21px; font-weight: 550; line-height: 1.25; }
.szhl-footer__grid > section:first-child h2 { font-size: 28px; }
.szhl-footer p, .szhl-footer li { font-size: 14px; line-height: 1.6; }
.szhl-footer p { margin: 0 0 12px; }
.szhl-footer ul { margin: 0; padding: 0; list-style: none; }
.szhl-footer li { margin: 0 0 4px; }
body.szhl-site footer.szhl-footer a, body.szhl-site footer.szhl-footer a:visited { color: #fff; border-bottom: 1px solid rgba(255,255,255,.5); transition: color .2s ease, border-color .2s ease; }
body.szhl-site footer.szhl-footer a:hover { color: var(--szhl-yellow); border-color: var(--szhl-yellow); }
.szhl-address { margin-top: 25px !important; }
.szhl-footer__bottom { border-top: 1px solid rgba(255,255,255,.15); }
.szhl-footer__bottom .szhl-container { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 25px; }
.szhl-footer__bottom p { margin: 0; color: rgba(255,255,255,.78); }
.szhl-payments { display: flex; gap: 7px; flex-wrap: wrap; justify-content: flex-end; }
.szhl-payments span { padding: 4px 8px; border-radius: 3px; background: #fff; color: var(--szhl-navy); font-size: 10px; font-weight: 800; }

/* Content and WooCommerce */
.szhl-content { padding-block: 70px 100px; }
.szhl-content h1, .szhl-content .page-title { margin: 0 0 45px; color: var(--szhl-navy); font-size: clamp(38px,5vw,64px); font-weight: 500; line-height: 1.12; }
.szhl-entry { max-width: 960px; margin: 0 auto; }.szhl-entry__image { margin: -10px 0 42px; border-radius: var(--szhl-radius); overflow: hidden; }.szhl-entry__content { line-height: 1.8; }
.szhl-entry__content a { color: var(--szhl-navy); text-decoration: underline; }.szhl-meta { color: var(--szhl-muted); font-size: 14px; }
.szhl-post-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 28px; }.szhl-post-card { border: 1px solid var(--szhl-line); border-radius: var(--szhl-radius); overflow: hidden; }.szhl-post-card > div { padding: 25px; }.szhl-post-card h2 { margin: 0; color: var(--szhl-navy); font-size: 25px; }
body.woocommerce .storefront-breadcrumb { margin: 0 0 34px; padding: 0; }
body.woocommerce .woocommerce-breadcrumb { color: var(--szhl-muted); font-size: 14px; }
body.woocommerce .woocommerce-breadcrumb a { color: var(--szhl-navy); }
.szhl-shop .woocommerce-products-header { padding: 0; text-align: left; }
.szhl-shop-filters { display: inline-block; position: relative; margin: 0 14px 28px 0; vertical-align: top; }
.szhl-shop-filters > summary { min-width: 112px; min-height: 47px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 9px 22px; border: 1.5px solid var(--szhl-navy); border-radius: 25px; color: var(--szhl-navy); font-weight: 600; cursor: pointer; list-style: none; }
.szhl-shop-filters > summary::-webkit-details-marker { display: none; }
.szhl-shop-filters > summary::after { content: "+"; font-size: 20px; font-weight: 400; line-height: 1; }
.szhl-shop-filters[open] > summary::after { content: "−"; }
.szhl-shop-filters__content { position: absolute; z-index: 20; top: calc(100% + 10px); left: 0; width: min(360px, calc(100vw - 30px)); max-height: min(560px, 70vh); padding: 25px; overflow-y: auto; border: 1px solid rgba(24,35,95,.14); border-radius: var(--szhl-radius); background: #fff; box-shadow: 0 20px 50px rgba(16,25,71,.18); }
.szhl-filter-widget + .szhl-filter-widget { margin-top: 24px; padding-top: 22px; border-top: 1px solid var(--szhl-line); }
.szhl-filter-widget h2 { margin: 0 0 13px; color: var(--szhl-navy); font-size: 18px; }
.szhl-filter-widget ul { margin: 0; padding: 0; list-style: none; }
.szhl-filter-widget li { margin: 7px 0; }
.szhl-filter-widget a { color: var(--szhl-navy); }
.szhl-filter-widget .count { color: var(--szhl-muted); }
body.woocommerce ul.products { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 24px; margin: 0; }
body.woocommerce ul.products::before, body.woocommerce ul.products::after { display: none; }
body.woocommerce ul.products li.product { width: auto !important; float: none !important; margin: 0 !important; padding: 0 0 24px; border: 1px solid #dedede; border-radius: var(--szhl-radius); overflow: hidden; background: var(--szhl-soft); text-align: left; transition: transform .3s ease, box-shadow .3s ease; }
body.woocommerce ul.products li.product:hover { transform: translateY(-7px); box-shadow: 0 18px 38px rgba(24,35,95,.12); }
body.woocommerce ul.products li.product img { width: 100%; aspect-ratio: 1/1; margin: 0 0 22px; padding: 8%; background: #fff; object-fit: contain; transition: transform .5s ease; }
body.woocommerce ul.products li.product:hover img { transform: scale(1.04); }
body.woocommerce ul.products li.product .woocommerce-loop-product__title, body.woocommerce ul.products li.product .price, body.woocommerce ul.products li.product .button, body.woocommerce ul.products li.product .star-rating { margin-left: 22px; margin-right: 22px; }
body.woocommerce ul.products li.product .woocommerce-loop-product__title { color: var(--szhl-navy); font-size: 20px; font-weight: 600; }
body.woocommerce ul.products li.product .price { color: var(--szhl-navy); font-size: 15px; }
body.woocommerce ul.products li.product .button { width: calc(100% - 44px); margin-top: 14px; font-size: 15px; }
body.woocommerce span.onsale { min-height: 0; min-width: 0; padding: 5px 10px; border: 0; border-radius: 20px; background: var(--szhl-red); color: #fff; font-size: 12px; }
body.single-product div.product { display: grid; grid-template-columns: minmax(0,1.05fr) minmax(360px,.95fr); gap: 68px; }
body.single-product div.product::before, body.single-product div.product::after { content: none; display: none; }
body.single-product div.product .woocommerce-product-gallery, body.single-product div.product .summary { width: auto; float: none; margin: 0; }
body.single-product div.product .woocommerce-product-gallery__wrapper { border: 1px solid var(--szhl-line); border-radius: var(--szhl-radius); overflow: hidden; }
body.single-product div.product .product_title { margin-bottom: 20px; color: var(--szhl-navy); font-size: clamp(35px,4vw,56px); font-weight: 500; }
body.single-product div.product p.price { color: var(--szhl-navy); font-size: 25px; }
body.single-product div.product form.cart { padding: 25px 0; }
body.single-product div.product form.cart:not(.variations_form):not(.grouped_form), body.single-product div.product .woocommerce-variation-add-to-cart { display: flex; gap: 12px; }
body.single-product div.product .quantity .qty { min-height: 50px; border: 1px solid var(--szhl-line); border-radius: 25px; background: #fff; box-shadow: none; }
body.single-product .woocommerce-tabs { grid-column: 1/-1; width: 100%; padding-top: 30px; }
body.single-product .related { grid-column: 1/-1; width: 100%; }
body.single-product .related > h2 { color: var(--szhl-navy); font-weight: 500; }
body.woocommerce-cart .cart-collaterals, body.woocommerce-checkout .woocommerce-checkout-review-order { padding: 28px; border: 1px solid var(--szhl-line); border-radius: var(--szhl-radius); background: #f7f7f7; }
body.woocommerce table.shop_table, body.woocommerce table.cart { border-collapse: separate; border: 1px solid var(--szhl-line); border-radius: var(--szhl-radius); }
body.woocommerce table.cart img { width: 90px; border-radius: 6px; }
body.woocommerce input.input-text, body.woocommerce textarea, body.woocommerce select, body.woocommerce-page input.input-text, body.woocommerce-page textarea, body.woocommerce-page select { min-height: 48px; padding: 10px 14px; border: 1px solid rgba(29,29,29,.3); border-radius: 5px; background: #fff; box-shadow: none; }
body.woocommerce input.input-text:focus, body.woocommerce textarea:focus { border-color: var(--szhl-navy); box-shadow: 0 0 0 3px rgba(24,35,95,.08); outline: none; }
body.woocommerce-checkout #customer_details { width: 56%; } body.woocommerce-checkout #order_review, body.woocommerce-checkout #order_review_heading { width: 40%; }
body.woocommerce-account .woocommerce-MyAccount-navigation { width: 25%; }
body.woocommerce-account .woocommerce-MyAccount-navigation ul { margin: 0; padding: 0; list-style: none; border: 1px solid var(--szhl-line); border-radius: var(--szhl-radius); overflow: hidden; }
body.woocommerce-account .woocommerce-MyAccount-navigation li a { display: block; padding: 13px 18px; border-bottom: 1px solid var(--szhl-line); color: var(--szhl-navy); }
body.woocommerce-account .woocommerce-MyAccount-navigation .is-active a { background: var(--szhl-navy); color: #fff; }
body.woocommerce-account .woocommerce-MyAccount-content { width: 70%; }
.woocommerce-message, .woocommerce-info, .woocommerce-error, .woocommerce-noreviews, p.no-comments { border-radius: 6px; background: var(--szhl-navy); }
.woocommerce-pagination .page-numbers li .page-numbers.current { background: var(--szhl-navy); color: #fff; }
body.szhl-site .wc-block-components-button:not(.is-link) { border-radius: 28px; background: var(--szhl-navy); color: #fff; }
body.szhl-site .wc-block-components-button:not(.is-link):hover { background: #101747; color: #fff; }

/* Motion */
[data-reveal] { opacity: 1; transform: none; transition: opacity .72s ease, transform .72s cubic-bezier(.2,.7,.2,1); }
.szhl-reveal-ready [data-reveal]:not(.is-visible) { opacity: 0; transform: translateY(28px); }
[data-reveal].is-visible { opacity: 1; transform: translateY(0); }
.szhl-product-card:nth-child(2), .szhl-collection-card:nth-child(2), .szhl-benefit:nth-child(2) { transition-delay: .08s; }
.szhl-product-card:nth-child(3), .szhl-collection-card:nth-child(3), .szhl-benefit:nth-child(3) { transition-delay: .16s; }
.szhl-product-card:nth-child(4) { transition-delay: .24s; }
@keyframes szhlHeaderIn { from { transform: translateY(-18px); opacity: .8; } to { transform: none; opacity: 1; } }
@keyframes szhlHeroDrift { from { transform: scale(1.03) translate3d(-.5%,0,0); } to { transform: scale(1.09) translate3d(.7%,-.5%,0); } }
@keyframes szhlSubmenu { from { opacity: 0; transform: translateY(-6px); } to { opacity: 1; transform: none; } }

@media (max-width: 1100px) {
  .szhl-header-main { grid-template-columns: 220px minmax(240px,1fr) auto; gap: 20px; }
  .szhl-header-search { margin-left: 0; }
  .szhl-primary-nav .menu-item > a { padding-inline: 13px; font-size: 14px; }.szhl-primary-nav .menu-item-has-children > a { padding-right: 28px; }.szhl-primary-nav .menu-item-has-children > a::after { right: 11px; }
  .szhl-benefits { gap: 32px; }.szhl-product-card__image { height: 225px; }.szhl-collection-card__image { height: 350px; }
  .szhl-footer__grid { gap: 36px; }
}

@media (max-width: 900px) {
  .admin-bar .szhl-header.is-stuck { top: 46px; }
  .szhl-container { width: min(calc(100% - 30px), var(--szhl-container)); }
  .szhl-announcement { height: 43px; font-size: 12px; line-height: 1; }
  .szhl-header-main { min-height: 70px; grid-template-columns: 44px 1fr auto; gap: 12px; }
  .szhl-menu-toggle { width: 42px; height: 42px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 5px; padding: 0; border: 0; background: transparent; color: var(--szhl-navy); }
  .szhl-menu-toggle span:not(.screen-reader-text) { width: 23px; height: 2px; background: currentColor; border-radius: 2px; }
  .szhl-brand { text-align: center; }.szhl-brand .custom-logo { max-width: 190px; max-height: 58px; margin-inline: auto; }.szhl-wordmark { justify-content: center; font-size: 18px; }.szhl-wordmark__mark { width: 38px; height: 38px; font-size: 20px; }
  .szhl-header-search, .szhl-account, .szhl-cart-total { display: none; }.szhl-header-actions { gap: 0; }.szhl-cart { min-width: 44px; width: 44px; height: 44px; padding: 0; border: 0; background: transparent; color: var(--szhl-navy) !important; }.szhl-cart:hover { background: rgba(24,35,95,.05); }.szhl-cart-count { font-size: 11px; }
  .szhl-mobile-search { min-height: 57px; display: flex; align-items: center; border-top: 1px solid rgba(24,35,95,.08); }
  .szhl-mobile-search .szhl-container { width: calc(100% - 30px); }
  .szhl-mobile-search .szhl-search input[type="search"] { height: 42px; }
  .szhl-mobile-help { min-height: 60px; display: flex; align-items: center; gap: 8px; padding: 7px 15px; border-top: 1px solid rgba(24,35,95,.1); color: #090909; }
  .szhl-mobile-help .szhl-phone { width: 31px; height: 31px; }
  .szhl-mobile-help .szhl-phone::before { font-size: 28px; }
  .szhl-mobile-help .szhl-help__copy small { font-size: 11px; }
  .szhl-mobile-help .szhl-help__copy strong { font-size: 15px; }
  .szhl-nav-wrap { display: none; }
  .szhl-hero { height: 400px; }.szhl-hero__content { padding-inline: 13px; }.szhl-hero__eyebrow { font-size: clamp(33px,9vw,44px); }.szhl-hero h1 { font-size: clamp(25px,6.8vw,34px); }
  .szhl-quicklinks { display: none; }
  .szhl-benefits { grid-template-columns: 1fr; gap: 45px; padding-block: 58px; }.szhl-benefit__icon { margin-bottom: 14px; }.szhl-benefit p { max-width: 470px; }
  .szhl-product-grid { grid-auto-columns: calc((100% - 18px) / 2); gap: 18px; }.szhl-product-card__image { height: 42vw; max-height: 330px; }
  .szhl-collection-card__image { height: 340px; }.szhl-collection-card__body { padding-inline: 24px; }.szhl-collection-card h3 { font-size: 27px; }
  .szhl-newsletter__inner { min-height: 380px; padding: 35px 20px; }.szhl-newsletter h2 { font-size: 30px; }.szhl-intro h2 { font-size: 34px; }
  .szhl-footer__grid { min-height: 0; grid-template-columns: repeat(2,1fr); padding-block: 55px; }.szhl-footer__bottom .szhl-container { padding-block: 20px; }
  body.woocommerce ul.products { grid-template-columns: repeat(2,minmax(0,1fr)); }
  body.single-product div.product { grid-template-columns: 1fr; gap: 35px; }
  body.single-product .woocommerce-tabs, body.single-product .related { grid-column: auto; }
  body.woocommerce-checkout #customer_details, body.woocommerce-checkout #order_review, body.woocommerce-checkout #order_review_heading { width: 100%; float: none; }
}

@media (max-width: 600px) {
  body.szhl-site { font-size: 14.875px; }.szhl-container { width: calc(100% - 30px); }
  .szhl-brand .custom-logo { max-width: 155px; }.szhl-wordmark span:last-child { max-width: 150px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .szhl-hero { height: 400px; background-position: 60% center; }.szhl-hero__veil { background: linear-gradient(180deg,rgba(10,13,46,.42),rgba(26,17,50,.72)); }.szhl-hero__eyebrow { margin-bottom: 20px; }.szhl-hero h1 { margin-bottom: 26px; }.szhl-button--light { min-height: 53px; min-width: 170px; font-size: 18px; }
  .szhl-benefits { gap: 34px; padding-block: 33px; }.szhl-benefit__icon { width: 64px; height: 64px; }
  .szhl-featured { padding-block: 50px 58px; }.szhl-section-heading { margin-bottom: 28px; }.szhl-section-heading h2 { font-size: 25px; }
  .szhl-product-grid { grid-auto-columns: calc((100% - 12px) / 2); gap: 12px; }.szhl-product-card__image { height: auto; aspect-ratio: 1/1; }.szhl-product-card__body { min-height: 170px; padding: 15px 12px; }.szhl-product-card h3 { font-size: 14.875px; font-weight: 400; }.szhl-product-card__price { font-size: 17px; font-weight: 400; }.szhl-product-card__button { min-height: 41px; padding: 7px 8px; font-size: 17px; font-weight: 500; }.szhl-featured__more { margin-top: 34px; }
  .szhl-collections { padding-bottom: 50px; }.szhl-collection-grid { grid-template-columns: 1fr; gap: 15px; }.szhl-collection-card__image { height: 100vw; max-height: 410px; }.szhl-collection-card__body { min-height: 190px; }.szhl-collection-card h3 { font-size: 30px; }.szhl-collection-card .szhl-button { min-height: 48px; }
  .szhl-newsletter { margin-bottom: 55px; }.szhl-newsletter__inner { min-height: 400px; }.szhl-newsletter h2 { font-size: 27px; }.szhl-newsletter__form .wpcf7-form { display: block; }.szhl-newsletter__form .szhl-form__inline { display: grid; gap: 8px; }.szhl-newsletter__form input[type="email"] { border-radius: 28px; }.szhl-newsletter__form input[type="submit"], .szhl-newsletter__form .szhl-form__submit { width: 100%; margin-top: 0; border-radius: 28px; }
  .szhl-intro { padding-bottom: 60px; text-align: left; }.szhl-intro h2 { font-size: 31px; }.szhl-intro div { line-height: 1.7; }
  .szhl-footer__grid { grid-template-columns: 1fr; gap: 34px; }.szhl-footer__bottom .szhl-container { display: block; text-align: center; }.szhl-payments { justify-content: center; margin-top: 14px; }
  .szhl-content { padding-block: 45px 70px; }.szhl-content h1, .szhl-content .page-title { margin-bottom: 30px; }.szhl-post-grid { grid-template-columns: 1fr; }
  body.woocommerce ul.products { gap: 12px; } body.woocommerce ul.products li.product { padding-bottom: 14px; } body.woocommerce ul.products li.product .woocommerce-loop-product__title, body.woocommerce ul.products li.product .price, body.woocommerce ul.products li.product .button, body.woocommerce ul.products li.product .star-rating { margin-left: 12px; margin-right: 12px; } body.woocommerce ul.products li.product .woocommerce-loop-product__title { font-size: 16px; } body.woocommerce ul.products li.product .button { width: calc(100% - 24px); min-height: 40px; padding: 7px; font-size: 12px; }
  body.single-product div.product form.cart:not(.variations_form):not(.grouped_form), body.single-product div.product .woocommerce-variation-add-to-cart { flex-wrap: wrap; } body.single-product div.product .single_add_to_cart_button { flex: 1; }
  body.woocommerce-account .woocommerce-MyAccount-navigation, body.woocommerce-account .woocommerce-MyAccount-content { width: 100%; float: none; } body.woocommerce-account .woocommerce-MyAccount-navigation { margin-bottom: 30px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; }
  [data-reveal] { opacity: 1; transform: none; }
  .szhl-collection-card { transform: none !important; }
}
