*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Manrope,DM Sans,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--text);background:#fff;line-height:1.55}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{cursor:pointer}.skip-link{position:absolute;left:-9999px;top:auto}.skip-link:focus{left:16px;top:16px;z-index:999;background:#fff;padding:10px 14px;border-radius:8px;box-shadow:0 4px 20px #00000026}.container{width:min(calc(100% - 40px),var(--page-width));margin-inline:auto}.section{padding:88px 0}.section--soft{background:var(--light)}.section--dark{background:var(--dark);color:#fff}.section-heading{max-width:760px;margin:0 auto 34px;text-align:center}.section-heading h2{margin:0 0 10px;color:var(--brand);font-size:clamp(30px,4vw,46px);line-height:1.08;letter-spacing:-.03em}.section--dark .section-heading h2{color:#fff}.section-heading p{margin:0;font-size:17px}.eyebrow{display:inline-block;margin-bottom:10px;color:var(--primary);font-weight:700;font-size:13px;letter-spacing:.12em;text-transform:uppercase}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:11px 20px;border-radius:11px;font-weight:700;border:1px solid transparent;transition:background-color .2s ease,border-color .2s ease,transform .2s ease}.btn:hover{transform:translateY(-1px)}.btn--primary{background:var(--primary);color:#fff}.btn--primary:hover{background:var(--primary-hover)}.btn--secondary{background:var(--secondary);color:var(--brand);border-color:var(--border)}.btn--ghost{border-color:#ffffff61;color:#fff}.announcement{background:var(--brand);color:#fff;font-size:13px}.announcement__inner{min-height:34px;display:flex;gap:24px;align-items:center;justify-content:center;white-space:nowrap;overflow-x:auto;scrollbar-width:none}.announcement__inner::-webkit-scrollbar{display:none}.announcement__item{display:inline-flex;align-items:center;gap:8px}.site-header{position:sticky;top:0;z-index:50;background:#fffffff5;border-bottom:1px solid var(--border);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.header-row{min-height:72px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:26px}.brand{font-size:24px;font-weight:900;letter-spacing:.08em;color:var(--brand)}.brand img{max-height:42px;width:auto}.desktop-nav{display:flex;align-items:center;justify-content:center;gap:22px;font-size:14px;font-weight:650}.desktop-nav a:hover{color:var(--primary)}.header-actions{display:flex;align-items:center;gap:12px}.icon-link{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border:1px solid var(--border);border-radius:10px;background:#fff}.icon-link svg{width:20px;height:20px}.cart-count{display:inline-grid;place-items:center;min-width:18px;height:18px;padding:0 4px;margin-left:-4px;margin-top:-22px;border-radius:20px;background:var(--primary);color:#fff;font-size:10px}.mobile-menu{display:none}.mobile-menu summary{list-style:none}.mobile-menu summary::-webkit-details-marker{display:none}.mobile-menu__panel{position:absolute;left:0;right:0;top:100%;background:#fff;border-top:1px solid var(--border);box-shadow:0 18px 40px #0b1f3a1f;padding:18px 20px}.mobile-menu__panel a{display:block;padding:12px 0;border-bottom:1px solid var(--border);font-weight:650}.hero{padding:34px 0 26px;background:linear-gradient(180deg,var(--light),#fff)}.hero-track{display:grid;grid-auto-flow:column;grid-auto-columns:100%;overflow-x:auto;scroll-snap-type:x mandatory;gap:18px;scrollbar-width:none}.hero-track::-webkit-scrollbar{display:none}.hero-slide{scroll-snap-align:start;min-height:530px;border:1px solid var(--border);border-radius:26px;background:#fff;overflow:hidden;display:grid;grid-template-columns:1.02fr .98fr}.hero-copy{padding:64px;display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.hero-copy h1,.hero-copy h2{margin:0 0 18px;color:var(--brand);font-size:clamp(40px,5vw,68px);line-height:1.02;letter-spacing:-.045em}.hero-copy p{margin:0 0 26px;font-size:18px;max-width:620px}.hero-price{display:flex;gap:10px;align-items:baseline;margin:0 0 20px}.hero-price strong{font-size:24px;color:var(--brand)}.hero-price s{color:#94a3b8}.hero-actions{display:flex;gap:12px;flex-wrap:wrap}.hero-media{background:var(--secondary);min-height:420px;display:grid;place-items:center;overflow:hidden}.hero-media img{width:100%;height:100%;object-fit:cover}.hero-placeholder{width:74%;aspect-ratio:1;border-radius:28px;background:radial-gradient(circle at 35% 30%,#fff,#ffffff59 36%,#2563eb1f);border:1px solid rgba(37,99,235,.15)}.trust-strip{padding:18px 0;border-top:1px solid var(--border);border-bottom:1px solid var(--border);background:#fff}.trust-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.trust-item{display:flex;gap:12px;align-items:center;padding:12px 14px}.trust-icon{width:38px;height:38px;border-radius:12px;background:var(--secondary);color:var(--primary);display:grid;place-items:center;flex:0 0 auto}.trust-item strong{display:block;color:var(--brand);font-size:14px}.trust-item span{font-size:12px}.grid{display:grid;gap:22px}.grid--3{grid-template-columns:repeat(3,1fr)}.grid--4{grid-template-columns:repeat(4,1fr)}.card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden}.category-card{position:relative;min-height:270px}.category-card__media{height:210px;background:var(--secondary);overflow:hidden}.category-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.category-card:hover img{transform:scale(1.03)}.category-card__body{padding:18px}.category-card__body h3{margin:0 0 6px;color:var(--brand);font-size:20px}.category-card__body p{margin:0;font-size:14px}.product-card{display:flex;flex-direction:column;height:100%}.product-card__media{aspect-ratio:1;background:var(--light);overflow:hidden;position:relative}.product-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.product-card:hover .product-card__media img{transform:scale(1.025)}.badge{position:absolute;left:12px;top:12px;background:var(--sale);color:#fff;font-size:11px;font-weight:800;border-radius:999px;padding:6px 9px}.product-card__body{padding:16px;display:flex;flex-direction:column;gap:9px;flex:1}.product-card__title{color:var(--brand);font-weight:750;line-height:1.3}.price{display:flex;gap:8px;align-items:baseline}.price strong{color:var(--brand);font-size:18px}.price s{color:#94a3b8;font-size:13px}.product-card__actions{display:flex;gap:8px;margin-top:auto}.product-card__actions .btn{flex:1;padding-inline:10px}.promo{border-radius:26px;overflow:hidden;background:var(--dark);color:#fff;display:grid;grid-template-columns:1.15fr .85fr;min-height:360px}.promo-copy{padding:54px}.promo-copy h2{margin:0 0 14px;font-size:clamp(34px,4vw,52px);line-height:1.05}.promo-copy p{max-width:600px;margin:0 0 26px}.promo-media{min-height:320px;background:linear-gradient(145deg,#2563eb66,#14b8a61f);display:grid;place-items:center;overflow:hidden}.promo-media img{width:100%;height:100%;object-fit:cover}.features-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.feature-card{padding:24px;border:1px solid var(--border);border-radius:var(--radius);background:#fff}.feature-card h3{margin:12px 0 7px;color:var(--brand);font-size:18px}.feature-card p{margin:0;font-size:14px}.feature-dot{width:42px;height:42px;border-radius:14px;background:var(--secondary);color:var(--primary);display:grid;place-items:center;font-weight:900}.editorial{display:grid;grid-template-columns:1fr 1fr;border:1px solid var(--border);border-radius:26px;overflow:hidden;background:#fff}.editorial--reverse .editorial__media{order:2}.editorial__media{min-height:470px;background:var(--secondary);overflow:hidden}.editorial__media img{width:100%;height:100%;object-fit:cover}.editorial__copy{padding:56px;display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.editorial__copy h2{margin:0 0 14px;color:var(--brand);font-size:clamp(34px,4vw,50px);line-height:1.08}.editorial__copy p{margin:0 0 24px}.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.step{padding:24px;border-radius:var(--radius);background:#fff;border:1px solid var(--border)}.step__number{display:inline-grid;place-items:center;width:40px;height:40px;border-radius:12px;background:var(--brand);color:#fff;font-weight:800}.step h3{color:var(--brand);margin:14px 0 8px}.step p{margin:0;font-size:14px}.gallery-grid{display:grid;grid-template-columns:2fr 1fr 1fr;grid-auto-rows:210px;gap:16px}.gallery-item{border-radius:var(--radius);background:var(--secondary);overflow:hidden}.gallery-item:first-child{grid-row:span 2}.gallery-item img{width:100%;height:100%;object-fit:cover}.info-panel{max-width:920px;margin:auto;border:1px solid var(--border);border-radius:22px;overflow:hidden;background:#fff}.info-row{display:grid;grid-template-columns:1fr 1fr;border-bottom:1px solid var(--border)}.info-row:last-child{border-bottom:0}.info-row>*{padding:18px 22px}.info-row strong{background:var(--light);color:var(--brand)}.faq{max-width:920px;margin:auto}.faq details{border-bottom:1px solid var(--border);padding:0}.faq summary{display:flex;justify-content:space-between;gap:20px;align-items:center;padding:20px 0;font-weight:750;color:var(--brand);cursor:pointer;list-style:none}.faq summary::-webkit-details-marker{display:none}.faq summary:after{content:"+";font-size:24px;color:var(--primary)}.faq details[open] summary:after{content:"\2212"}.faq__answer{padding:0 0 20px}.final-cta{border-radius:26px;padding:58px;background:var(--dark);color:#fff;display:flex;justify-content:space-between;gap:34px;align-items:center}.final-cta h2{margin:0 0 12px;font-size:clamp(34px,4vw,52px);line-height:1.05}.final-cta p{margin:0;max-width:640px}.newsletter{display:grid;grid-template-columns:1fr auto;gap:28px;align-items:center;padding:34px 0;border-bottom:1px solid rgba(255,255,255,.14)}.newsletter h2{margin:0 0 7px;color:#fff}.newsletter p{margin:0}.newsletter-form{display:flex;gap:8px}.newsletter-form input{min-width:290px;background:#fff;border:0;border-radius:10px;padding:12px 14px;min-height:46px}.site-footer{background:var(--dark);color:#cbd5e1}.footer-grid{display:grid;grid-template-columns:1.4fr repeat(3,1fr);gap:36px;padding:54px 0}.footer-title{color:#fff;font-weight:800;margin-bottom:13px}.footer-links{display:grid;gap:8px;font-size:14px}.footer-bottom{border-top:1px solid rgba(255,255,255,.12);padding:20px 0;font-size:13px}.main-product{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:start}.main-product__media{border-radius:22px;overflow:hidden;background:var(--light)}.main-product__content h1{color:var(--brand);font-size:clamp(34px,4vw,50px);line-height:1.05;margin-top:0}.product-form{display:grid;gap:14px;margin-top:24px}.qty{width:100px;padding:12px;border:1px solid var(--border);border-radius:10px}.rte{color:var(--text)}.rte h1,.rte h2,.rte h3{color:var(--brand)}.collection-header{margin-bottom:30px}.collection-header h1{color:var(--brand);font-size:clamp(36px,5vw,56px);margin:0 0 8px}.empty-state{text-align:center;padding:60px 0}.pagination{display:flex;justify-content:center;gap:10px;margin-top:34px}.pagination a,.pagination span{padding:8px 12px;border:1px solid var(--border);border-radius:8px}.search-form{display:flex;max-width:620px;margin:0 auto 34px}.search-form input{flex:1;padding:12px 14px;border:1px solid var(--border);border-radius:10px 0 0 10px}.search-form button{border-radius:0 10px 10px 0}.cart-table{width:100%;border-collapse:collapse}.cart-table th,.cart-table td{padding:16px;border-bottom:1px solid var(--border);text-align:left}.cart-product{display:flex;gap:14px;align-items:center}.cart-product img{width:80px;height:80px;object-fit:cover;border-radius:10px}.cart-footer{display:flex;justify-content:flex-end;margin-top:24px}.cart-summary{min-width:320px}.cart-summary strong{font-size:22px;color:var(--brand)}@media(max-width:990px){.desktop-nav,.header-actions .account-link,.header-actions .shop-cta{display:none}.mobile-menu{display:block}.header-row{grid-template-columns:auto 1fr auto}.brand{justify-self:center}.hero-slide,.promo,.editorial,.main-product{grid-template-columns:1fr}.hero-copy{padding:42px}.hero-media{min-height:360px}.trust-grid,.features-grid,.steps,.grid--4,.grid--3{grid-template-columns:repeat(2,1fr)}.editorial--reverse .editorial__media{order:0}.footer-grid{grid-template-columns:1fr 1fr}.newsletter{grid-template-columns:1fr}.newsletter-form{max-width:520px}.gallery-grid{grid-template-columns:1fr 1fr;grid-auto-rows:180px}.gallery-item:first-child{grid-row:span 1;grid-column:span 2}.section{padding:68px 0}}@media(max-width:640px){.container{width:min(calc(100% - 32px),var(--page-width))}.section{padding:54px 0}.header-row{min-height:64px;gap:10px}.brand{font-size:20px}.icon-link{width:38px;height:38px}.hero{padding-top:18px}.hero-slide{min-height:0;border-radius:18px}.hero-copy{padding:30px 24px}.hero-copy h1,.hero-copy h2{font-size:38px}.hero-copy p{font-size:16px}.hero-media{min-height:300px;order:-1}.trust-grid{grid-template-columns:1fr 1fr}.trust-item{padding:8px;align-items:flex-start}.trust-icon{width:34px;height:34px}.grid--3,.grid--4{grid-template-columns:repeat(2,1fr);gap:12px}.category-card{min-height:0}.category-card__media{height:140px}.category-card__body{padding:12px}.category-card__body h3{font-size:16px}.category-card__body p{font-size:12px}.product-card__body{padding:12px}.product-card__title{font-size:14px}.price strong{font-size:16px}.product-card__actions{display:grid}.product-card__actions .btn{min-height:42px;font-size:13px}.promo-copy,.editorial__copy{padding:30px 24px}.promo-media,.editorial__media{min-height:280px}.features-grid,.steps{grid-template-columns:1fr}.gallery-grid{grid-template-columns:1fr 1fr;grid-auto-rows:150px}.info-row{grid-template-columns:1fr}.info-row strong{border-bottom:1px solid var(--border)}.final-cta{padding:34px 24px;display:grid}.newsletter-form{display:grid}.newsletter-form input{min-width:0;width:100%}.footer-grid{grid-template-columns:1fr 1fr;gap:28px 18px}.footer-grid>div:first-child{grid-column:1/-1}.cart-table thead{display:none}.cart-table,.cart-table tbody,.cart-table tr,.cart-table td{display:block;width:100%}.cart-table tr{padding:14px 0;border-bottom:1px solid var(--border)}.cart-table td{border:0;padding:6px 0}.cart-summary{min-width:0;width:100%}}.product-section{padding:34px 0 72px;background:linear-gradient(180deg,#fff 0,var(--light) 100%)}.main-product--premium{grid-template-columns:minmax(0,1.08fr) minmax(380px,.92fr);gap:56px}.product-gallery__grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.product-gallery__item{background:#fff;border:1px solid var(--border);border-radius:20px;overflow:hidden;min-height:280px;display:grid;place-items:center}.product-gallery__item:first-child{grid-column:1/-1;min-height:560px}.product-gallery__item img,.product-gallery__item video,.product-gallery__item iframe{width:100%;height:100%;object-fit:cover;border:0}.product-gallery__item--single{min-height:620px}.product-buybox{position:sticky;top:112px;padding:34px;border:1px solid var(--border);border-radius:24px;background:#fff;box-shadow:0 18px 50px #0b1f3a14}.product-buybox h1{font-size:clamp(36px,4.4vw,58px);letter-spacing:-.04em;margin:0 0 18px}.product-buybox__price-row{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-bottom:14px}.price--product strong{font-size:30px}.price--product s{font-size:16px}.product-save-badge{display:inline-flex;align-items:center;min-height:28px;padding:5px 9px;border-radius:999px;background:#fff1f2;color:var(--sale);font-size:12px;font-weight:800}.product-status{display:flex;align-items:center;gap:8px;margin:0 0 18px;font-size:13px;font-weight:750;color:#15803d}.product-status__dot{width:8px;height:8px;border-radius:50%;background:#22c55e;box-shadow:0 0 0 4px #dcfce7}.product-status--soldout{color:#b91c1c}.product-status--soldout .product-status__dot{background:#ef4444;box-shadow:0 0 0 4px #fee2e2}.product-short-description{padding-bottom:20px;border-bottom:1px solid var(--border);font-size:15px}.product-form--premium{gap:18px;margin-top:20px}.product-field{display:grid;gap:8px}.product-field label{font-size:13px;font-weight:800;color:var(--brand)}.product-select{width:100%;min-height:48px;padding:10px 42px 10px 12px;border:1px solid var(--border);border-radius:11px;background:#fff;color:var(--brand)}.product-form__hint{margin:0;color:#64748b;font-size:12px;line-height:1.45}.product-field--quantity{max-width:120px}.qty--premium{width:100%;min-height:48px}.product-add{width:100%;min-height:52px;font-size:16px}.product-add:disabled{opacity:.55;cursor:not-allowed;transform:none}.dynamic-checkout{margin-top:-6px}.dynamic-checkout .shopify-payment-button{margin:0}.dynamic-checkout .shopify-payment-button__button{min-height:52px;border-radius:11px!important}.product-reassurance{display:grid;gap:12px;padding-top:22px;margin-top:22px;border-top:1px solid var(--border)}.product-reassurance__item{display:flex;align-items:flex-start;gap:12px}.product-reassurance__icon{display:grid;place-items:center;width:28px;height:28px;flex:0 0 28px;border-radius:9px;background:var(--secondary);color:var(--primary);font-weight:900}.product-reassurance__item strong,.product-reassurance__item span{display:block}.product-reassurance__item strong{color:var(--brand);font-size:13px}.product-reassurance__item span{font-size:12px;color:#64748b}.product-meta{font-size:12px;color:#64748b;margin:18px 0 0}.mobile-product-bar{display:none}.product-benefit-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.product-benefit-card{padding:26px;border:1px solid var(--border);border-radius:20px;background:#fff;box-shadow:0 10px 30px #0b1f3a0a}.product-benefit-card__icon{display:grid;place-items:center;width:44px;height:44px;border-radius:14px;background:var(--brand);color:#fff;font-size:12px;font-weight:900;letter-spacing:.06em}.product-benefit-card h3{margin:16px 0 8px;color:var(--brand);font-size:18px}.product-benefit-card p{margin:0;font-size:14px}.product-section-heading{margin-bottom:42px}.product-details-grid{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(300px,.55fr);gap:34px;align-items:start}.product-details__main{border-top:1px solid var(--border)}.product-details__main details{border-bottom:1px solid var(--border)}.product-details__main summary{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:22px 0;list-style:none;cursor:pointer;font-weight:800;color:var(--brand);font-size:17px}.product-details__main summary::-webkit-details-marker{display:none}.product-details__main summary:after{content:"+";font-size:24px;color:var(--primary);font-weight:500}.product-details__main details[open] summary:after{content:"\2212"}.product-details__content{padding:0 0 24px;max-width:820px}.product-details__aside{position:sticky;top:112px}.delivery-card{padding:28px;border-radius:22px;background:var(--dark);color:#cbd5e1}.delivery-card h3{color:#fff;margin:0 0 20px;font-size:26px}.delivery-card .eyebrow{color:#93c5fd}.clean-list{list-style:none;padding:0;margin:0;display:grid;gap:16px}.clean-list li{padding-bottom:16px;border-bottom:1px solid rgba(255,255,255,.12)}.clean-list li:last-child{border-bottom:0;padding-bottom:0}.clean-list strong,.clean-list span{display:block}.clean-list strong{color:#fff;font-size:14px}.clean-list span{font-size:13px;margin-top:4px}.delivery-card__note{margin:20px 0 0;padding-top:18px;border-top:1px solid rgba(255,255,255,.12);font-size:12px}.product-story{display:grid;grid-template-columns:1fr 1fr;border:1px solid var(--border);border-radius:26px;overflow:hidden;background:#fff}.product-story--reverse .product-story__media{order:2}.product-story__media{min-height:520px;background:var(--secondary);overflow:hidden}.product-story__media img{width:100%;height:100%;object-fit:cover}.product-story__copy{padding:58px;display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.product-story__copy h2{margin:0 0 16px;color:var(--brand);font-size:clamp(34px,4vw,50px);line-height:1.07}.product-story__copy .rte{margin-bottom:24px}.section-actions{text-align:center;margin-top:30px}.related-products-grid{align-items:stretch}.product-faq-section{background:#fff}.product-faq{max-width:900px}@media(max-width:990px){.main-product--premium{grid-template-columns:1fr;gap:28px}.product-gallery__item:first-child{min-height:460px}.product-buybox{position:static}.product-benefit-grid{grid-template-columns:repeat(2,1fr)}.product-details-grid{grid-template-columns:1fr}.product-details__aside{position:static}.product-story{grid-template-columns:1fr}.product-story--reverse .product-story__media{order:0}.product-story__media{min-height:380px}}@media(max-width:640px){.product-section{padding:20px 0 92px}.product-gallery__grid{grid-template-columns:1fr 1fr;gap:8px}.product-gallery__item{min-height:150px;border-radius:14px}.product-gallery__item:first-child{min-height:360px}.product-gallery__item--single{min-height:380px}.product-buybox{padding:24px 18px;border-radius:18px}.product-buybox h1{font-size:34px}.price--product strong{font-size:26px}.product-benefit-grid{grid-template-columns:1fr 1fr;gap:10px}.product-benefit-card{padding:18px 14px;border-radius:16px}.product-benefit-card h3{font-size:15px}.product-benefit-card p{font-size:12px}.product-details__main summary{font-size:15px}.delivery-card{padding:24px 20px}.product-story__media{min-height:300px}.product-story__copy{padding:30px 22px}.mobile-product-bar{position:fixed;left:0;right:0;bottom:0;z-index:60;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;align-items:center;padding:10px 16px calc(10px + env(safe-area-inset-bottom));background:#fffffff7;border-top:1px solid var(--border);box-shadow:0 -12px 30px #0b1f3a1a;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.mobile-product-bar__meta{min-width:0}.mobile-product-bar__meta strong,.mobile-product-bar__meta span{display:block}.mobile-product-bar__meta strong{color:var(--brand);font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mobile-product-bar__meta span{font-size:13px;font-weight:800;color:var(--primary)}.mobile-product-bar .btn{min-height:42px;padding:8px 13px;font-size:12px}.mobile-product-bar__form{margin:0}}.collection-hero{display:grid;grid-template-columns:1fr minmax(320px,.55fr);gap:34px;align-items:stretch;margin-bottom:34px;padding:38px;border:1px solid var(--border);border-radius:24px;background:linear-gradient(135deg,#fff,var(--light))}.collection-hero__copy{align-self:center}.collection-hero h1{margin:0 0 12px;color:var(--brand);font-size:clamp(40px,5vw,62px);line-height:1.02;letter-spacing:-.04em}.collection-count{margin:18px 0 0;color:#64748b;font-size:13px;font-weight:700}.collection-hero__media{min-height:260px;border-radius:18px;overflow:hidden;background:var(--secondary)}.collection-hero__media img{width:100%;height:100%;object-fit:cover}.collection-toolbar{display:flex;align-items:center;justify-content:space-between;gap:20px;margin:0 0 24px;padding-bottom:18px;border-bottom:1px solid var(--border);color:var(--brand)}.collection-sort{display:flex;align-items:center;gap:8px}.collection-sort label{font-size:13px;font-weight:700}.collection-sort select{min-height:44px;padding:8px 36px 8px 12px;border:1px solid var(--border);border-radius:10px;background:#fff}.collection-grid{align-items:stretch}.cart-heading{text-align:center;margin-bottom:34px}.cart-heading p{margin:6px 0 0}.cart-layout{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(300px,.55fr);gap:28px;align-items:start}.cart-items-card{padding:22px;border:1px solid var(--border);border-radius:22px;background:#fff}.cart-product img{width:92px;height:92px}.cart-variant{margin-top:4px;color:#64748b;font-size:12px}.cart-remove{display:inline-block;margin-top:7px;color:var(--sale);font-size:12px;font-weight:700}.cart-actions-row{display:flex;justify-content:space-between;gap:12px;margin-top:20px}.cart-summary--premium{position:sticky;top:112px;padding:28px;border-radius:22px;background:var(--dark);color:#cbd5e1}.cart-summary__row{display:flex;justify-content:space-between;gap:20px;padding:13px 0;border-bottom:1px solid rgba(255,255,255,.12)}.cart-summary__total{margin-top:4px;border-bottom:0;font-size:18px}.cart-summary__total strong{color:#fff}.cart-summary__note{font-size:12px;line-height:1.55}.cart-checkout{width:100%;margin-top:8px}.cart-mini-trust{display:grid;gap:7px;margin-top:18px;padding-top:18px;border-top:1px solid rgba(255,255,255,.12);font-size:12px}.empty-state--card{max-width:720px;margin:auto;padding:60px 24px;border:1px solid var(--border);border-radius:24px;background:var(--light)}.empty-state--card h2{color:var(--brand);font-size:34px;margin:0 0 10px}.empty-state--card p{margin:0 0 24px}@media(max-width:990px){.collection-hero,.cart-layout{grid-template-columns:1fr}.cart-summary--premium{position:static}}@media(max-width:640px){.collection-hero{padding:24px 18px;border-radius:18px}.collection-hero__media{min-height:220px;order:-1}.collection-toolbar{align-items:flex-start;display:grid}.collection-sort{display:grid;grid-template-columns:1fr auto}.collection-sort label{grid-column:1/-1}.collection-sort select{width:100%}.cart-items-card{padding:16px}.cart-product{align-items:flex-start}.cart-product img{width:74px;height:74px}.cart-actions-row{display:grid;grid-template-columns:1fr 1fr}.cart-summary--premium{padding:24px 20px}}.contact-layout{display:grid;grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);gap:48px;align-items:start}.contact-intro h1{margin:0 0 18px;color:var(--brand);font-size:clamp(40px,5vw,62px);line-height:1.02;letter-spacing:-.04em}.contact-info-card{margin-top:30px;padding:24px;border-radius:18px;background:var(--secondary);border:1px solid var(--border)}.contact-info-card h2{margin:0 0 8px;color:var(--brand);font-size:20px}.contact-info-card p{margin:0;font-size:14px}.contact-form-card{padding:32px;border:1px solid var(--border);border-radius:22px;background:#fff;box-shadow:0 16px 44px #0b1f3a0f}.contact-fields{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-bottom:20px}.contact-field{display:grid;gap:7px}.contact-field--full{grid-column:1/-1}.contact-field label{font-size:13px;font-weight:800;color:var(--brand)}.contact-field input,.contact-field textarea{width:100%;padding:12px 13px;border:1px solid var(--border);border-radius:10px;background:#fff;color:var(--text)}.contact-field input:focus,.contact-field textarea:focus{outline:2px solid rgba(37,99,235,.2);border-color:var(--primary)}.form-message{padding:13px 15px;margin-bottom:18px;border-radius:10px;font-size:14px}.form-message--success{background:#ecfdf5;color:#166534;border:1px solid #bbf7d0}.form-message--error{background:#fff1f2;color:#9f1239;border:1px solid #fecdd3}@media(max-width:990px){.contact-layout{grid-template-columns:1fr}}@media(max-width:640px){.contact-form-card{padding:22px 16px}.contact-fields{grid-template-columns:1fr}.contact-field--full{grid-column:auto}}.announcement{background:var(--announcement-bg,var(--brand));color:var(--announcement-text,#fff)}.announcement__item{color:inherit}.announcement__item:hover{text-decoration:underline;text-underline-offset:3px}.announcement__dot{opacity:.7}.rating-wrap{display:inline-flex;align-items:center;gap:7px;font-size:13px;line-height:1}.rating-stars{position:relative;display:inline-block;letter-spacing:2px;color:#dbe2ea;font-size:17px}.rating-stars:after{content:"\2605\2605\2605\2605\2605";position:absolute;inset:0 auto 0 0;width:var(--rating-percent,0%);overflow:hidden;white-space:nowrap;color:#f59e0b}.rating-value{font-weight:800;color:var(--brand)}.rating-count{color:var(--text)}.product-card__rating{margin-top:-2px}.product-card__rating .rating-stars{font-size:14px;letter-spacing:1px}.product-top-rating{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin:-4px 0 18px}.product-top-rating>a{font-size:13px;font-weight:750;color:var(--primary);text-decoration:underline;text-underline-offset:3px}.product-app-block{margin:0 0 18px}.customer-reviews-section{background:#fff}.review-section-heading .review-aggregate{justify-content:center}.review-aggregate{display:flex;align-items:center;gap:10px;margin-top:14px}.reviews-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.reviews-grid--scroll{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(300px,1fr);grid-template-columns:none;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:8px}.reviews-grid--scroll>*{scroll-snap-align:start}.review-card{border:1px solid var(--border);border-radius:20px;background:var(--card);padding:24px;box-shadow:0 12px 34px #0b1f3a0d}.review-card__top{display:flex;justify-content:space-between;align-items:center;gap:12px}.review-card h3{margin:16px 0 8px;color:var(--brand);font-size:18px}.review-card__text{color:var(--text)}.review-card__text p{margin:0}.review-card__footer{display:flex;justify-content:space-between;gap:14px;align-items:end;margin-top:22px;padding-top:16px;border-top:1px solid var(--border)}.review-card__footer strong,.review-card__footer a,.review-card__footer span{display:block}.review-card__footer a{font-size:12px;color:var(--primary);margin-top:3px}.verified-badge{display:inline-flex;align-items:center;border-radius:999px;background:#ecfdf5;color:#047857;padding:6px 9px;font-size:11px;font-weight:800}.reviews-empty{max-width:760px;margin:0 auto;padding:30px;border:1px dashed var(--border);border-radius:18px;background:var(--light);text-align:center}.reviews-empty strong{display:block;color:var(--brand);font-size:18px}.reviews-empty p{margin:7px 0 0}.review-app-block{grid-column:1/-1}.footer-grid--complete{grid-template-columns:1.45fr repeat(4,minmax(0,1fr));gap:34px}.footer-brand{color:#fff}.footer-brand-column p{max-width:360px}.footer-note{display:block;margin-top:8px;color:#94a3b8}.footer-contact{display:grid;gap:6px;margin-top:18px;font-size:14px}.footer-contact a:hover,.footer-links a:hover,.footer-socials a:hover,.footer-policies a:hover{text-decoration:underline;text-underline-offset:3px;color:#fff}.footer-socials{display:flex;flex-wrap:wrap;gap:10px 14px;margin-top:18px;font-size:13px}.footer-utility{display:flex;justify-content:space-between;align-items:center;gap:24px;border-top:1px solid rgba(255,255,255,.12);padding:22px 0}.footer-policies{display:flex;flex-wrap:wrap;gap:14px;font-size:12px}.footer-payments{display:flex;gap:7px;align-items:center;flex-wrap:wrap;justify-content:flex-end}.footer-payment-icon{display:inline-flex;background:#fff;border-radius:5px;padding:3px}.footer-payment-icon svg{width:38px;height:24px}.footer-bottom{display:flex;justify-content:space-between;gap:20px}.footer-form-message{grid-column:1/-1;margin:4px 0 0;font-size:12px;color:#fff}@media(max-width:1180px){.footer-grid--complete{grid-template-columns:1.4fr repeat(2,1fr)}.footer-brand-column{grid-row:span 2}}@media(max-width:990px){.reviews-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.footer-utility{align-items:flex-start;flex-direction:column}.footer-payments{justify-content:flex-start}}@media(max-width:640px){.announcement__inner{justify-content:flex-start;min-height:38px}.announcement__item{font-size:11px}.product-top-rating{margin-bottom:14px}.rating-stars{font-size:15px}.reviews-grid{grid-template-columns:1fr}.reviews-grid--scroll{grid-auto-columns:86%}.review-card{padding:20px}.footer-grid--complete{grid-template-columns:1fr 1fr}.footer-brand-column{grid-column:1/-1;grid-row:auto}.footer-menu-column{min-width:0}.footer-bottom{display:grid}.footer-payment-icon svg{width:34px;height:22px}}.product-add,.dynamic-checkout .shopify-payment-button__button,.dynamic-checkout .shopify-payment-button__button--unbranded{min-height:52px!important;border-radius:11px!important}.product-add{border-radius:11px!important}.dynamic-checkout .shopify-payment-button__button--unbranded{background:#0b1f3a!important;color:#fff!important;opacity:1!important;border:1px solid #0B1F3A!important;box-shadow:none!important;font-weight:800!important}.dynamic-checkout .shopify-payment-button__button--unbranded:hover,.dynamic-checkout .shopify-payment-button__button--unbranded:focus{background:#071426!important;color:#fff!important;opacity:1!important}.dynamic-checkout .shopify-payment-button__button--unbranded:disabled{opacity:.55!important}.reviews-marquee{width:100%;overflow:hidden;padding:4px 0 10px;mask-image:linear-gradient(to right,transparent,#000 4%,#000 96%,transparent);-webkit-mask-image:linear-gradient(to right,transparent,#000 4%,#000 96%,transparent)}.reviews-marquee__track{display:flex;width:max-content;gap:18px;animation:orlikx-reviews-left var(--reviews-speed,40s) linear infinite;will-change:transform}.reviews-marquee__group{display:flex;gap:18px;flex-shrink:0}.review-card--marquee{width:min(360px,78vw);flex:0 0 auto}.reviews-marquee--pause:hover .reviews-marquee__track,.reviews-marquee--pause:focus-within .reviews-marquee__track{animation-play-state:paused}@keyframes orlikx-reviews-left{0%{transform:translate(0)}to{transform:translate(calc(-50% - 9px))}}.review-app-blocks{display:grid;gap:18px;margin-bottom:26px}.review-editor-slots{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.review-card--placeholder{border-style:dashed;background:var(--light)}.review-placeholder-badge{display:inline-flex;padding:5px 8px;border-radius:999px;background:#fff7ed;color:#9a3412;font-size:10px;font-weight:850;text-transform:uppercase;letter-spacing:.06em}.review-card--placeholder h3{margin:14px 0 8px}.review-card--placeholder p{margin:0;font-size:13px;color:#64748b}@media(max-width:760px){.review-editor-slots{grid-template-columns:1fr}.review-card--marquee{width:82vw}.reviews-marquee{mask-image:none;-webkit-mask-image:none}}@media(prefers-reduced-motion:reduce){.reviews-marquee{overflow-x:auto;scroll-snap-type:x mandatory}.reviews-marquee__track{animation:none!important;transform:none!important}.reviews-marquee__group--duplicate{display:none}.review-card--marquee{scroll-snap-align:start}}.product-gallery__link{display:block;width:100%;height:100%;cursor:zoom-in}.product-gallery__link img{width:100%;height:100%;object-fit:cover}.product-lightbox{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;display:grid;place-items:center;padding:24px;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .18s ease,visibility .18s ease}.product-lightbox:target{opacity:1;visibility:visible;pointer-events:auto}.product-lightbox__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#071426e0;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.product-lightbox__content{position:relative;z-index:1;max-width:min(94vw,1500px);max-height:92vh;display:grid;place-items:center}.product-lightbox__content img{max-width:94vw;max-height:88vh;width:auto;height:auto;object-fit:contain;border-radius:16px;box-shadow:0 24px 80px #00000059}.product-lightbox__close{position:absolute;right:-12px;top:-12px;z-index:2;width:42px;height:42px;display:grid;place-items:center;border-radius:999px;background:#fff;color:var(--brand);font-size:28px;font-weight:700;line-height:1;box-shadow:0 8px 28px #00000038}.product-buy-now{width:100%;min-height:52px;border-radius:11px;background:var(--dark);color:#fff;border-color:var(--dark)}.product-buy-now:hover,.product-buy-now:focus{background:var(--brand);border-color:var(--brand);color:#fff}.product-add,.product-buy-now{border-radius:11px}.price{min-width:0;flex-wrap:wrap;row-gap:2px}.price strong,.price s{max-width:100%}@media(max-width:640px){.product-card__body{padding:10px;gap:7px}.product-card__title{font-size:13px;line-height:1.22;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;min-height:47px;max-height:47px}.product-card .price{display:grid;grid-template-columns:minmax(0,1fr);gap:2px;align-items:start}.product-card .price strong{font-size:15px;line-height:1.15;white-space:nowrap}.product-card .price s{font-size:11px;line-height:1.15;white-space:nowrap;overflow:visible;text-overflow:clip}.product-card__actions{gap:7px}.product-card__actions .btn{min-height:40px;padding:8px 5px;font-size:11.5px;line-height:1.15}.badge{left:9px;top:9px;padding:5px 8px;font-size:10px}.product-lightbox{padding:14px}.product-lightbox__content img{max-width:96vw;max-height:84vh;border-radius:12px}.product-lightbox__close{right:0;top:-50px;width:40px;height:40px}}@media(prefers-reduced-motion:reduce){.product-lightbox{transition:none}}.product-gallery__item img,.product-gallery__link img{width:100%;height:100%;object-fit:contain;object-position:center;background:#fff}.product-add{width:100%;min-height:52px;border-radius:11px;background:var(--dark);border-color:var(--dark);color:#fff}.product-add:hover,.product-add:focus{background:var(--brand);border-color:var(--brand);color:#fff}.product-buy-now{width:100%;min-height:52px;border-radius:11px;background:var(--primary);border-color:var(--primary);color:#fff}.product-buy-now:hover,.product-buy-now:focus{background:var(--primary-hover);border-color:var(--primary-hover);color:#fff}.mobile-product-bar .btn--primary{background:var(--dark);border-color:var(--dark);color:#fff}.mobile-product-bar .btn--primary:hover,.mobile-product-bar .btn--primary:focus{background:var(--brand);border-color:var(--brand)}
/*# sourceMappingURL=/cdn/shop/t/18/assets/base.css.map */
