*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:DM Sans,system-ui,-apple-system,sans-serif;color:#0d1b2e;background:#fff;line-height:1.5;-webkit-font-smoothing:antialiased}img,video{max-width:100%;display:block}a{color:inherit;text-decoration:none}button{font-family:inherit}:root{--navy:#0d1b2e;--navy-mid:#1a2f4a;--blue-accent:#1a4fa0;--blue-light:#e8f0fb;--bg-light:#eef2f7;--white:#fff;--off-white:#f7f8fa;--stone:#e2e6ea;--mid:#8a9ab0;--red:#c0392b;--green-check:#2a7a4f;--radius:12px;--radius-sm:8px;--shadow:0 2px 16px rgba(13,27,46,.1) }.announce-bar{background:var(--navy);color:#fff;text-align:center;padding:10px 16px;font-size:13px;font-weight:600;letter-spacing:.04em}.announce-bar a{color:#fff;text-decoration:underline}.site-header{position:sticky;top:0;z-index:300;background:#fff;border-bottom:1px solid var(--stone);display:flex;align-items:center;justify-content:space-between;padding:0 16px;height:56px}.site-logo{position:absolute;left:50%;transform:translate(-50%);font-size:22px;font-weight:800;color:var(--navy);letter-spacing:-.02em;white-space:nowrap}.site-logo span{color:var(--blue-accent)}.header-left,.header-right{display:flex;align-items:center}.nav-links{display:none}@media(min-width:768px){.site-header{padding:0 32px;height:64px}.site-logo{font-size:26px}.nav-links{display:flex;gap:24px}.nav-links a{font-size:14px;color:var(--navy);font-weight:500}.nav-links a:hover{color:var(--blue-accent)}.hamburger{display:none}}.site-footer{background:var(--navy);color:#ffffffa6;content-visibility:auto;contain-intrinsic-size:auto 400px}.footer-top{padding:48px 20px 32px;display:flex;flex-direction:column;gap:36px}.footer-logo{font-size:24px;font-weight:800;color:#fff;letter-spacing:-.02em;margin-bottom:10px}.footer-logo span{color:var(--blue-accent)}.footer-tagline{font-size:13px;line-height:1.6}.footer-col h5{color:#fff;font-size:11px;letter-spacing:.12em;text-transform:uppercase;font-weight:700;margin-bottom:14px}.footer-col ul{list-style:none;display:flex;flex-direction:column;gap:10px}.footer-col ul a{font-size:14px;color:#fff9}.footer-col ul a:hover{color:#fff}.footer-email-input{width:100%;padding:11px 14px;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);color:#fff;font-family:inherit;font-size:14px;margin-bottom:8px;border-radius:var(--radius-sm);outline:none}.footer-email-input::placeholder{color:#ffffff59}.footer-email-btn{width:100%;padding:11px;background:var(--blue-accent);color:#fff;border:none;cursor:pointer;font-family:inherit;font-size:13px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;border-radius:var(--radius-sm)}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding:18px 20px;display:flex;flex-direction:column;gap:12px;font-size:12px;color:#ffffff59;text-align:center}.footer-bottom a{color:#ffffff59;margin:0 6px}.payment-icons{display:flex;gap:6px;justify-content:center;flex-wrap:wrap}.payment-icon{background:#ffffff1a;color:#fff9;font-size:10px;font-weight:700;padding:3px 7px;border-radius:4px}@media(min-width:768px){.footer-top{padding:60px 40px 40px;display:grid;grid-template-columns:2fr 1fr 1fr 1.5fr;gap:48px}.footer-bottom{padding:20px 40px;flex-direction:row;justify-content:space-between;align-items:center;text-align:left}}.sec{padding:48px 20px}.sec-sm{padding:32px 20px}.sec-inner{max-width:1100px;margin:0 auto}.sec-eyebrow{font-size:11px;letter-spacing:.14em;text-transform:uppercase;font-weight:700;margin-bottom:8px}.sec-title{font-size:28px;font-weight:800;line-height:1.15;margin-bottom:12px}.sec-sub{font-size:15px;color:#555;line-height:1.65}@media(min-width:768px){.sec{padding:72px 40px}.sec-title{font-size:38px}}.btn-primary{display:block;width:100%;padding:17px;background:var(--navy);color:#fff;border:none;cursor:pointer;font-family:inherit;font-size:16px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;border-radius:50px;transition:background .2s;text-align:center}.btn-primary:hover{background:var(--blue-accent)}.btn-primary:disabled{background:var(--mid);cursor:not-allowed}.collection-page{max-width:1100px;margin:0 auto;padding:40px 20px}.collection-page h1{font-size:32px;font-weight:800;margin-bottom:32px}.collection-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.product-card{display:flex;flex-direction:column;gap:12px}.product-card-img{background:var(--off-white);aspect-ratio:1;overflow:hidden;border-radius:var(--radius)}.product-card-img img{width:100%;height:100%;object-fit:cover;transition:transform .4s}.product-card:hover .product-card-img img{transform:scale(1.04)}.product-card-name{font-size:15px;font-weight:700}.product-card-price{font-size:14px;color:#555}@media(min-width:768px){.collection-grid{grid-template-columns:repeat(3,1fr)}}.cart-page{max-width:800px;margin:0 auto;padding:40px 20px}.cart-page h1{font-size:28px;font-weight:800;margin-bottom:28px}.cart-item{display:grid;grid-template-columns:72px 1fr auto;gap:16px;align-items:center;padding:16px 0;border-bottom:1px solid var(--stone)}.cart-item-img{width:72px;height:72px;object-fit:cover;border-radius:var(--radius-sm)}.cart-item-name{font-weight:700;font-size:14px}.cart-item-variant{font-size:12px;color:var(--mid);margin-top:3px}.cart-item-price{font-size:15px;font-weight:700;text-align:right;white-space:nowrap}.cart-qty{display:flex;align-items:center;gap:10px;margin-top:8px}.cart-qty button{background:none;border:1px solid var(--stone);width:28px;height:28px;border-radius:50%;cursor:pointer;font-size:16px;display:flex;align-items:center;justify-content:center}.cart-qty input{width:32px;text-align:center;border:none;font-family:inherit;font-size:15px;font-weight:600}.cart-summary{padding-top:20px;display:flex;flex-direction:column;gap:12px}.cart-row{display:flex;justify-content:space-between;font-size:15px}.btn-checkout{display:block;width:100%;padding:16px;background:var(--navy);color:#fff;border:none;cursor:pointer;font-family:inherit;font-size:15px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;margin-top:16px;text-align:center;border-radius:50px}.reveal{opacity:0;transform:translateY(20px);transition:opacity .5s ease,transform .5s ease}.reveal.is-visible{opacity:1;transform:none}.hwd-sec,.wp-sec,.vs-sec,.bar-sec,.faqd-sec,.acc-sec,.fc-sec,.vc-sec{content-visibility:auto;contain-intrinsic-size:auto 500px}.fc-track,.vc-track,.pdp-main-wrap img{will-change:transform}.reveal{will-change:opacity,transform}.reveal.is-visible{will-change:auto}
/*# sourceMappingURL=/cdn/shop/t/76/assets/theme.css.map */
