:root{--color-primary: #E8A817;--color-primary-light: #F5C842;--color-primary-dark: #C48E0E;--color-dark: #1A1A2E;--color-dark-secondary: #2D2D44;--color-light: #F5F3EE;--color-light-secondary: #EDE9E1;--color-white: #FFFFFF;--color-text: #1A1A2E;--color-text-muted: #7C7C8A;--color-border: #E8E4DC;--color-success: #10B981;--color-error: #EF4444;--pastel-peach: #FFE8D6;--pastel-lavender: #E8E0F0;--pastel-mint: #D6F0E0;--pastel-sky: #D6E8F0;--pastel-cream: #FFF8F0;--pastel-warm: #FFF5EB;--color-nukii: #6B7280;--color-nukii-dark: #374151;--font-heading: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-body: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-mono: "SF Mono", "Fira Code", monospace;--space-xs: .25rem;--space-sm: .5rem;--space-md: 1rem;--space-lg: 1.5rem;--space-xl: 2rem;--space-2xl: 3rem;--space-3xl: 4rem;--space-4xl: 6rem;--space-5xl: 8rem;--container-max: 1280px;--container-narrow: 960px;--container-wide: 1440px;--header-height: 72px;--radius-sm: 6px;--radius-md: 12px;--radius-lg: 20px;--radius-xl: 28px;--radius-full: 9999px;--shadow-sm: 0 2px 8px rgba(26,26,46,.04);--shadow-md: 0 4px 20px rgba(26,26,46,.06);--shadow-lg: 0 12px 40px rgba(26,26,46,.08);--shadow-xl: 0 20px 60px rgba(26,26,46,.1);--shadow-glow: 0 0 40px rgba(232,168,23,.2);--transition-fast: .15s ease;--transition-base: .25s ease;--transition-slow: .4s cubic-bezier(.4, 0, .2, 1)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}body{font-family:var(--font-body);color:var(--color-text);background:var(--pastel-cream);line-height:1.65}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}button{cursor:pointer;border:none;background:none;font-family:inherit}ul,ol{list-style:none}input,select,textarea{font-family:inherit;font-size:inherit}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:700;line-height:1.15;color:var(--color-dark)}h1{font-size:clamp(3rem,6vw,5rem);letter-spacing:-.04em;font-weight:800}h2{font-size:clamp(2.25rem,4.5vw,3.5rem);letter-spacing:-.03em;font-weight:700}h3{font-size:clamp(1.5rem,3vw,2.25rem);letter-spacing:-.02em}h4{font-size:clamp(1.25rem,2vw,1.5rem)}h5{font-size:1.125rem}.text-xs{font-size:.75rem}.text-sm{font-size:.875rem}.text-base{font-size:1rem}.text-lg{font-size:1.125rem}.text-xl{font-size:1.25rem}.text-muted{color:var(--color-text-muted)}.text-primary{color:var(--color-primary)}.text-white{color:var(--color-white)}.text-center{text-align:center}.text-uppercase{text-transform:uppercase;letter-spacing:.08em}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.container{width:100%;max-width:var(--container-max);margin:0 auto;padding:0 var(--space-lg)}.container--narrow{max-width:var(--container-narrow)}.container--wide{max-width:var(--container-wide)}.section{padding:var(--space-5xl) 0}.section--dark{background:var(--color-dark);color:var(--color-white)}.section--light{background:var(--color-white)}.section--pastel-peach{background:var(--pastel-peach)}.section--pastel-lavender{background:var(--pastel-lavender)}.section--pastel-mint{background:var(--pastel-mint)}.section--pastel-sky{background:var(--pastel-sky)}.section--primary{background:var(--color-primary);color:var(--color-white)}.grid{display:grid;gap:var(--space-xl)}.grid--2{grid-template-columns:repeat(2,1fr)}.grid--3{grid-template-columns:repeat(3,1fr)}.grid--4{grid-template-columns:repeat(4,1fr)}.flex{display:flex}.flex-center{display:flex;align-items:center;justify-content:center}.flex-between{display:flex;align-items:center;justify-content:space-between}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.gap-sm{gap:var(--space-sm)}.gap-md{gap:var(--space-md)}.gap-lg{gap:var(--space-lg)}.gap-xl{gap:var(--space-xl)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:var(--space-sm);padding:.875rem 2rem;font-weight:600;font-size:.9375rem;border-radius:var(--radius-full);transition:all var(--transition-base);white-space:nowrap;position:relative;overflow:hidden}.btn--primary{background:var(--color-primary);color:var(--color-white)}.btn--primary:hover{background:var(--color-primary-dark);transform:translateY(-2px);box-shadow:var(--shadow-glow)}.btn--dark{background:var(--color-dark);color:var(--color-white)}.btn--dark:hover{background:var(--color-dark-secondary);transform:translateY(-2px);box-shadow:var(--shadow-lg)}.btn--outline{border:2px solid var(--color-dark);color:var(--color-dark);background:transparent}.btn--outline:hover{background:var(--color-dark);color:var(--color-white);transform:translateY(-2px)}.btn--outline-light{border:2px solid var(--color-white);color:var(--color-white);background:transparent}.btn--outline-light:hover{background:var(--color-white);color:var(--color-dark)}.btn--ghost{color:var(--color-primary);padding:.5rem 1rem}.btn--ghost:hover{background:#e8a8171a}.btn--sm{padding:.625rem 1.25rem;font-size:.8125rem}.btn--lg{padding:1.125rem 2.5rem;font-size:1.0625rem}.btn--full{width:100%}.btn svg{width:18px;height:18px}#shopify-section-header .header-wrapper,.header--secondary-background,.header-wrapper,.mobile-menu-navigation,.mobile-menu-navigation.critical-hidden,#shopify-section-footer .footer.critical-hidden{display:none!important}.site-header{position:fixed;top:0;left:0;right:0;z-index:1000;background:#fffffff2;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid rgba(0,0,0,.06);height:var(--header-height);transition:all var(--transition-base)}.site-header.scrolled{box-shadow:var(--shadow-sm)}.header-inner{display:flex;align-items:center;justify-content:space-between;height:100%;max-width:var(--container-wide);margin:0 auto;padding:0 var(--space-xl)}.header-logo img{height:60px;width:auto}.header-nav{display:flex;align-items:center;gap:var(--space-xl)}.header-nav a{font-size:.9375rem;font-weight:500;color:var(--color-text);transition:color var(--transition-fast);position:relative}.header-nav a:hover,.header-nav a.active{color:var(--color-primary)}.header-nav a:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:2px;background:var(--color-primary);transition:width var(--transition-base)}.header-nav a:hover:after,.header-nav a.active:after{width:100%}.header-actions{display:flex;align-items:center;gap:var(--space-md)}.header-actions button{position:relative;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:var(--radius-full);transition:background var(--transition-fast)}.header-actions button:hover{background:var(--color-light)}.header-actions button svg{width:20px;height:20px}.cart-count{position:absolute;top:2px;right:2px;background:var(--color-primary);color:var(--color-white);font-size:.625rem;font-weight:700;width:16px;height:16px;border-radius:var(--radius-full);display:flex;align-items:center;justify-content:center}.cart-summary-bar{display:none;align-items:center;justify-content:space-between;background:var(--color-dark);color:var(--color-white);padding:10px 20px;border-radius:var(--radius-lg);margin-bottom:var(--space-md);cursor:pointer;transition:background .2s ease,transform .2s ease;animation:fadeInUp .3s ease}.cart-summary-bar.has-items{display:flex}.cart-summary-bar:hover{background:var(--color-text);transform:translateY(-1px)}.cart-summary-bar__left{display:flex;align-items:center;gap:10px;font-size:.9375rem;font-weight:600}.cart-summary-bar__icon{position:relative;display:flex;align-items:center}.cart-summary-bar__icon svg{width:22px;height:22px}.cart-summary-bar__badge{position:absolute;top:-6px;right:-8px;background:var(--color-primary);color:var(--color-white);font-size:.625rem;font-weight:700;width:18px;height:18px;border-radius:var(--radius-full);display:flex;align-items:center;justify-content:center}.cart-summary-bar__total{font-size:1rem;font-weight:700;color:var(--color-primary)}.cart-summary-bar__cta{display:flex;align-items:center;gap:6px;font-size:.8125rem;font-weight:500;color:#ffffffb3}.cart-summary-bar__cta svg{width:14px;height:14px}@media(max-width:768px){.cart-summary-bar{padding:8px 14px;border-radius:var(--radius-md)}.cart-summary-bar__left{font-size:.8125rem}.cart-summary-bar__total{font-size:.875rem}}.mobile-menu-toggle{display:none;flex-direction:column;gap:5px;padding:8px}.mobile-menu-toggle span{display:block;width:22px;height:2px;background:var(--color-dark);transition:all var(--transition-base)}.hero{position:relative;min-height:calc(100vh - var(--header-height));display:flex;align-items:center;padding-top:var(--header-height);overflow:hidden}.hero--split{display:grid;grid-template-columns:1fr 1fr;min-height:calc(100vh - var(--header-height))}.hero__content{padding:var(--space-4xl) var(--space-3xl);display:flex;flex-direction:column;justify-content:center;z-index:2}.hero__badge{display:inline-flex;align-items:center;gap:var(--space-sm);padding:.5rem 1rem;background:#e8a8171a;color:var(--color-primary);border-radius:var(--radius-full);font-size:.8125rem;font-weight:600;margin-bottom:var(--space-lg);width:fit-content}.hero__title{margin-bottom:var(--space-xl);font-size:clamp(2.5rem,5vw,4rem);letter-spacing:-.04em;line-height:1.05}.hero__title span{background:linear-gradient(135deg,var(--color-primary) 0%,#F5C842 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero__subtitle{font-size:clamp(1.125rem,2vw,1.375rem);color:var(--color-text-muted);line-height:1.6;margin-bottom:var(--space-2xl);max-width:540px}.hero__actions{display:flex;gap:var(--space-md);flex-wrap:wrap}.hero__media{position:relative;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--color-light) 0%,#e8e9eb 100%);overflow:hidden}.hero__media img{width:100%;height:100%;object-fit:cover}.hero__stats{display:flex;gap:var(--space-2xl);margin-top:var(--space-3xl);padding-top:var(--space-2xl);border-top:1px solid var(--color-border)}.hero__stat-value{font-size:2rem;font-weight:800;color:var(--color-primary);line-height:1}.hero__stat-label{font-size:.8125rem;color:var(--color-text-muted);margin-top:var(--space-xs)}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:var(--space-xl)}.product-card{position:relative;border-radius:var(--radius-xl);overflow:hidden;background:var(--color-white);border:1px solid rgba(0,0,0,.03);transition:all .4s cubic-bezier(.23,1,.32,1);box-shadow:var(--shadow-sm)}.product-card:hover{transform:translateY(-6px);box-shadow:0 20px 60px #1a1a2e1a;border-color:transparent}.product-card__image{position:relative;aspect-ratio:1;overflow:hidden;background:var(--color-light)}.product-card__image img{width:100%;height:100%;object-fit:contain;padding:var(--space-xl);transition:transform var(--transition-slow)}.product-card:hover .product-card__image img{transform:scale(1.05)}.product-card__badge{position:absolute;top:var(--space-md);left:var(--space-md);padding:.375rem .875rem;background:var(--color-primary);color:var(--color-white);font-size:.75rem;font-weight:700;border-radius:var(--radius-full);text-transform:uppercase;letter-spacing:.05em}.product-card__quick-add{position:absolute;bottom:var(--space-md);left:50%;transform:translate(-50%) translateY(20px);opacity:0;transition:all var(--transition-base)}.product-card:hover .product-card__quick-add{opacity:1;transform:translate(-50%) translateY(0)}.product-card__body{padding:var(--space-lg)}.product-card__category{font-size:.75rem;font-weight:600;color:var(--color-primary);text-transform:uppercase;letter-spacing:.06em;margin-bottom:var(--space-xs)}.product-card__title{font-size:1.125rem;font-weight:700;margin-bottom:var(--space-sm)}.product-card__description{font-size:.875rem;color:var(--color-text-muted);line-height:1.5;margin-bottom:var(--space-md);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-card__price{font-size:1.25rem;font-weight:700;color:var(--color-dark)}.product-card__price .compare-price{font-size:.875rem;color:var(--color-text-muted);text-decoration:line-through;font-weight:400;margin-left:var(--space-sm)}.product-card--sold-out .product-card__quick-add{display:none!important}.product-card__sold-out-label{display:inline-block;font-size:.75rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--color-text-muted);background:var(--color-light);border:1px solid var(--color-border);border-radius:var(--radius-sm);padding:4px 10px;margin-top:var(--space-sm)}.feature-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:var(--space-xl)}.feature-card{padding:var(--space-2xl);border-radius:var(--radius-xl);background:var(--color-white);border:1px solid rgba(0,0,0,.04);transition:all var(--transition-base);box-shadow:var(--shadow-sm)}.feature-card:hover{border-color:transparent;box-shadow:var(--shadow-lg);transform:translateY(-4px)}.feature-card__icon{width:56px;height:56px;border-radius:var(--radius-md);background:#e8a8171a;display:flex;align-items:center;justify-content:center;margin-bottom:var(--space-lg)}.feature-card__icon svg{width:28px;height:28px;color:var(--color-primary)}.feature-card__title{font-size:1.125rem;font-weight:700;margin-bottom:var(--space-sm)}.feature-card__text{font-size:.9375rem;color:var(--color-text-muted);line-height:1.6}.showcase{position:relative;overflow:hidden}.showcase__inner{display:grid;grid-template-columns:1fr 1fr;min-height:600px;align-items:center}.showcase--reverse .showcase__inner{direction:rtl}.showcase--reverse .showcase__inner>*{direction:ltr}.showcase__content{padding:var(--space-4xl)}.showcase__eyebrow{font-size:.8125rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--color-primary);margin-bottom:var(--space-md)}.showcase__title{font-size:clamp(1.125rem,1.5vw,1.5rem);letter-spacing:-.01em;margin-bottom:var(--space-lg)}.detail-split h3,.detail-split h2{font-size:clamp(1.125rem,1.5vw,1.5rem);letter-spacing:-.01em}.showcase__text{font-size:1.0625rem;color:var(--color-text-muted);line-height:1.7;margin-bottom:var(--space-2xl)}.showcase__features{display:flex;flex-direction:column;gap:var(--space-md);margin-bottom:var(--space-2xl)}.showcase__feature{display:flex;align-items:flex-start;gap:var(--space-md)}.showcase__feature-icon{flex-shrink:0;width:24px;height:24px;border-radius:var(--radius-full);background:var(--color-primary);display:flex;align-items:center;justify-content:center;margin-top:2px}.showcase__feature-icon svg{width:14px;height:14px;color:var(--color-white)}.showcase__media{position:relative;display:flex;align-items:center;justify-content:center;background:var(--color-light);min-height:100%;overflow:hidden}.showcase__media img{width:100%;height:100%;object-fit:cover}.specs-table{width:100%;border-collapse:collapse}.specs-table tr{border-bottom:1px solid var(--color-border)}.specs-table td{padding:var(--space-md) 0;font-size:.9375rem}.specs-table td:first-child{font-weight:600;color:var(--color-dark);width:40%}.specs-table td:last-child{color:var(--color-text-muted)}.testimonial-card{padding:var(--space-2xl);border-radius:var(--radius-lg);background:var(--color-white);border:1px solid var(--color-border)}.testimonial-card__stars{display:flex;gap:2px;margin-bottom:var(--space-md);color:var(--color-primary)}.testimonial-card__text{font-size:1rem;line-height:1.7;margin-bottom:var(--space-lg);font-style:italic}.testimonial-card__author{font-weight:600;font-size:.9375rem}.testimonial-card__role{font-size:.8125rem;color:var(--color-text-muted)}.comparison-table{width:100%;border-collapse:collapse;border-radius:var(--radius-lg);overflow:hidden;border:1px solid var(--color-border)}.comparison-table thead th{background:var(--color-dark);color:var(--color-white);padding:var(--space-lg);font-size:.9375rem;text-align:center}.comparison-table thead th:first-child{text-align:left}.comparison-table tbody td{padding:var(--space-md) var(--space-lg);border-bottom:1px solid var(--color-border);text-align:center;font-size:.9375rem}.comparison-table tbody td:first-child{text-align:left;font-weight:500}.comparison-table .check{color:var(--color-success);font-size:1.25rem}.cta-section{background:linear-gradient(135deg,var(--color-dark) 0%,#2D2D5A 50%,var(--color-dark-secondary) 100%);color:var(--color-white);text-align:center;padding:var(--space-5xl) 0;border-radius:var(--radius-xl);margin:0 var(--space-xl) var(--space-xl)}.cta-section h2{color:var(--color-white)}.newsletter-form{display:flex;gap:var(--space-sm);max-width:480px;margin:0 auto}.newsletter-form input{flex:1;padding:.875rem 1.25rem;border-radius:var(--radius-full);border:2px solid rgba(255,255,255,.2);background:#ffffff1a;color:var(--color-white);outline:none;transition:border-color var(--transition-fast)}.newsletter-form input::placeholder{color:#ffffff80}.newsletter-form input:focus{border-color:var(--color-primary)}.site-footer{background:var(--color-dark);color:#ffffffb3;padding:var(--space-4xl) 0 var(--space-xl)}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:var(--space-3xl);margin-bottom:var(--space-3xl)}.footer-brand p{margin-top:var(--space-md);font-size:.9375rem;line-height:1.6;max-width:320px}.footer-brand img{height:28px;filter:brightness(0) invert(1)}.footer-col h4{color:var(--color-white);font-size:.875rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;margin-bottom:var(--space-lg)}.footer-col a{display:block;font-size:.9375rem;padding:var(--space-xs) 0;transition:color var(--transition-fast)}.footer-col a:hover{color:var(--color-primary)}.footer-social{display:flex;gap:var(--space-md);margin-top:var(--space-lg)}.footer-social a{width:40px;height:40px;border-radius:var(--radius-full);background:#ffffff1a;display:flex;align-items:center;justify-content:center;transition:all var(--transition-fast)}.footer-social a:hover{background:var(--color-primary);color:var(--color-white)}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:var(--space-xl);display:flex;justify-content:space-between;align-items:center;font-size:.8125rem}.footer-bottom-links{display:flex;gap:var(--space-lg)}.product-page{padding-top:var(--header-height)}.product-hero{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-3xl);padding:var(--space-2xl) 0 var(--space-3xl);align-items:start}.product-gallery{position:relative;position:sticky;top:calc(var(--header-height) + var(--space-lg))}.product-gallery__main{aspect-ratio:1;max-height:560px;border-radius:var(--radius-lg);overflow:hidden;background:var(--color-light);margin-bottom:var(--space-md)}.product-gallery__main img{width:100%;height:100%;object-fit:contain;padding:var(--space-lg)}.product-gallery__thumbs{display:flex;gap:var(--space-sm);overflow-x:auto}.product-gallery__thumb{width:72px;height:72px;flex-shrink:0;border-radius:var(--radius-sm);overflow:hidden;background:var(--color-light);border:2px solid transparent;cursor:pointer;transition:border-color var(--transition-fast)}.product-gallery__thumb.active,.product-gallery__thumb:hover{border-color:var(--color-primary)}.product-gallery__thumb img{width:100%;height:100%;object-fit:contain;padding:4px}.product-info{padding-top:var(--space-sm)}.product-info__category{font-size:.8125rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--color-primary);margin-bottom:var(--space-sm)}.product-info__title{font-size:clamp(1.75rem,3vw,2.25rem);margin-bottom:var(--space-md)}.product-info__rating{display:flex;align-items:center;gap:var(--space-sm);margin-bottom:var(--space-lg)}.product-info__rating-stars{display:flex;gap:2px;color:var(--color-primary)}.product-info__price{font-size:1.75rem;font-weight:800;color:var(--color-dark);margin-bottom:var(--space-md)}.product-info__price .compare-price{font-size:1.25rem;color:var(--color-text-muted);text-decoration:line-through;font-weight:400;margin-left:var(--space-sm)}.product-info__description{font-size:.9375rem;color:var(--color-text-muted);line-height:1.65;margin-bottom:var(--space-lg)}.product-info__variants{margin-bottom:var(--space-lg)}.variant-label{font-size:.875rem;font-weight:600;margin-bottom:var(--space-sm)}.variant-options{display:flex;gap:var(--space-sm);flex-wrap:wrap}.variant-option{padding:.625rem 1.25rem;border:2px solid var(--color-border);border-radius:var(--radius-sm);font-size:.875rem;font-weight:500;cursor:pointer;transition:all var(--transition-fast)}.variant-option:hover{border-color:var(--color-primary)}.variant-option.selected{border-color:var(--color-primary);background:#e8a81714;color:var(--color-primary)}.product-info__add-to-cart{display:flex;gap:var(--space-md);margin-bottom:var(--space-lg)}.quantity-selector{display:flex;align-items:center;border:2px solid var(--color-border);border-radius:var(--radius-sm)}.quantity-selector button{width:44px;height:44px;display:flex;align-items:center;justify-content:center;font-size:1.25rem;color:var(--color-text);transition:background var(--transition-fast)}.quantity-selector button:hover{background:var(--color-light)}.quantity-selector input{width:48px;text-align:center;border:none;font-weight:600;outline:none}.product-info__highlights{display:grid;grid-template-columns:1fr 1fr 1fr;gap:var(--space-xs);margin-bottom:var(--space-lg)}.highlight-chip{display:flex;align-items:center;gap:var(--space-sm);padding:.5rem .75rem;background:var(--pastel-warm);border-radius:var(--radius-md);font-size:.8125rem;font-weight:600;color:var(--color-dark);transition:all .2s ease}.highlight-chip svg{flex-shrink:0;color:var(--color-primary)}.highlight-chip:hover{background:#e8a8171f}.product-info__tagline{font-size:.9375rem;font-weight:600;color:var(--color-dark);line-height:1.5;margin-bottom:var(--space-md);padding:var(--space-md);background:linear-gradient(135deg,var(--pastel-warm) 0%,var(--pastel-peach) 100%);border-radius:var(--radius-md);border-left:4px solid var(--color-primary)}.product-info__trust{display:flex;flex-direction:column;gap:var(--space-sm);padding-top:var(--space-lg);border-top:1px solid var(--color-border)}.trust-item{display:flex;align-items:center;gap:var(--space-sm);font-size:.875rem;color:var(--color-text-muted)}.trust-item svg{width:18px;height:18px;color:var(--color-success);flex-shrink:0}.product-detail-section{padding:var(--space-4xl) 0}.product-detail-section:nth-child(2n){background:var(--color-light)}.detail-split{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-3xl);align-items:center}.detail-split--reverse{direction:rtl}.detail-split--reverse>*{direction:ltr}.detail-image{border-radius:var(--radius-lg);overflow:hidden}.detail-image img{width:100%;height:auto;max-height:500px;object-fit:cover}.cart-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:2000;opacity:0;visibility:hidden;transition:all var(--transition-base)}.cart-overlay.open{opacity:1;visibility:visible}.cart-drawer{position:fixed;top:0;right:0;bottom:0;width:420px;max-width:90vw;background:var(--color-white);z-index:2001;transform:translate(100%);transition:transform var(--transition-slow);display:flex;flex-direction:column}.cart-drawer.open{transform:translate(0)}.cart-drawer__header{display:flex;align-items:center;justify-content:space-between;padding:var(--space-lg) var(--space-xl);border-bottom:1px solid var(--color-border)}.cart-drawer__header h3{font-size:1.25rem}.cart-drawer__close{width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:var(--radius-full)}.cart-drawer__close:hover{background:var(--color-light)}.cart-drawer__items{flex:1;overflow-y:auto;padding:var(--space-lg) var(--space-xl)}.cart-item{display:flex;gap:var(--space-md);padding:var(--space-md) 0;border-bottom:1px solid var(--color-border)}.cart-item__image{width:80px;height:80px;border-radius:var(--radius-sm);background:var(--color-light);flex-shrink:0;overflow:hidden}.cart-item__image img{width:100%;height:100%;object-fit:contain;padding:4px}.cart-item__details{flex:1}.cart-item__title{font-weight:600;font-size:.9375rem}.cart-item__variant{font-size:.8125rem;color:var(--color-text-muted)}.cart-item__price{font-weight:700;margin-top:var(--space-sm)}.cart-item__remove{font-size:.75rem;color:var(--color-error);cursor:pointer;margin-top:var(--space-xs)}.cart-drawer__footer{padding:var(--space-lg) var(--space-xl);border-top:1px solid var(--color-border)}.cart-drawer__subtotal{display:flex;justify-content:space-between;font-size:1.125rem;font-weight:700;margin-bottom:var(--space-md)}.cart-drawer__empty{text-align:center;padding:var(--space-4xl) var(--space-xl);color:var(--color-text-muted)}.cart-drawer__empty svg{width:48px;height:48px;margin:0 auto var(--space-lg);color:var(--color-border)}.collection-hero{padding:calc(var(--header-height) + var(--space-3xl)) 0 var(--space-3xl);background:var(--color-light);text-align:center}.collection-filters{display:flex;align-items:center;justify-content:space-between;padding:var(--space-lg) 0;border-bottom:1px solid var(--color-border);margin-bottom:var(--space-xl)}.filter-tags{display:flex;gap:var(--space-sm)}.filter-tag{padding:.5rem 1rem;border:1px solid var(--color-border);border-radius:var(--radius-full);font-size:.8125rem;font-weight:500;cursor:pointer;transition:all var(--transition-fast)}.filter-tag:hover,.filter-tag.active{border-color:var(--color-primary);background:#e8a81714;color:var(--color-primary)}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:var(--space-xl)}.press-logos{display:flex;align-items:center;justify-content:center;gap:var(--space-3xl);flex-wrap:wrap}.press-logo{opacity:.45;transition:opacity .3s ease;flex-shrink:0}.press-logo:hover{opacity:.85}.about-hero{padding:calc(var(--header-height) + var(--space-4xl)) 0 var(--space-4xl);text-align:center;background:linear-gradient(180deg,var(--color-light) 0%,var(--color-white) 100%)}.about-hero__subtitle{font-size:1.25rem;color:var(--color-text-muted);max-width:640px;margin:var(--space-lg) auto 0;line-height:1.6}.values-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--space-xl)}.value-card{text-align:center;padding:var(--space-2xl)}.value-card__icon{width:72px;height:72px;border-radius:var(--radius-full);background:#e8a8171a;display:flex;align-items:center;justify-content:center;margin:0 auto var(--space-lg)}.value-card__icon svg{width:32px;height:32px;color:var(--color-primary)}.announcement-bar{background:var(--color-dark);color:var(--color-white);text-align:center;padding:.625rem var(--space-md);font-size:.8125rem;font-weight:500}.announcement-bar a{color:var(--color-primary);text-decoration:underline}.breadcrumb{display:flex;align-items:center;gap:var(--space-sm);font-size:.8125rem;color:var(--color-text-muted);padding:var(--space-md) 0}.breadcrumb a:hover{color:var(--color-primary)}.breadcrumb__separator{color:var(--color-border)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}.animate-on-scroll{opacity:0;transform:translateY(40px);transition:opacity .8s cubic-bezier(.23,1,.32,1),transform .8s cubic-bezier(.23,1,.32,1)}.animate-on-scroll.visible{opacity:1;transform:translateY(0)}.animate-on-scroll:nth-child(2){transition-delay:.1s}.animate-on-scroll:nth-child(3){transition-delay:.2s}.animate-on-scroll:nth-child(4){transition-delay:.3s}[data-parallax]{will-change:transform;transition:transform .1s linear}@media(max-width:1024px){.hero--split{grid-template-columns:1fr;min-height:auto}.hero__media{min-height:400px}.showcase__inner{grid-template-columns:1fr}.showcase__media{min-height:400px}.showcase--reverse .showcase__inner{direction:ltr}.product-hero{grid-template-columns:1fr;gap:var(--space-xl)}.product-gallery{position:static}.product-gallery__main{max-height:420px}.detail-split{grid-template-columns:1fr}.detail-split--reverse{direction:ltr}.footer-grid{grid-template-columns:1fr 1fr}.grid--4{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){:root{--space-4xl: 3rem;--space-5xl: 4rem}.header-nav{display:none}.mobile-menu-toggle{display:flex}.header-inner{padding:0 var(--space-lg)}.hero__content{padding:var(--space-2xl) var(--space-lg)}.hero__stats{gap:var(--space-lg)}.hero__actions{flex-direction:column}.hero__actions .btn{width:100%}.grid--2,.grid--3{grid-template-columns:1fr}.showcase__content{padding:var(--space-2xl) var(--space-lg)}.detail-image img{max-height:380px;object-fit:cover;width:100%;border-radius:var(--radius-lg)}.footer-grid{grid-template-columns:1fr;gap:var(--space-xl)}.footer-bottom{flex-direction:column;gap:var(--space-md);text-align:center}.products-grid{grid-template-columns:repeat(2,1fr);gap:var(--space-md)}.product-card__body{padding:var(--space-md)}.newsletter-form{flex-direction:column}.newsletter-form input{border-radius:var(--radius-md)}.newsletter-form .btn{width:100%;border-radius:var(--radius-md)}.values-grid{grid-template-columns:1fr}.comparison-table{font-size:.8125rem}.comparison-table thead th,.comparison-table tbody td{padding:var(--space-sm)}.product-info__add-to-cart{flex-direction:column}.product-info__highlights{grid-template-columns:1fr 1fr}.product-gallery__thumb{width:60px;height:60px}}@media(max-width:480px){.products-grid{grid-template-columns:1fr}.cta-section{margin:0 var(--space-md) var(--space-md);border-radius:var(--radius-lg)}}.mobile-menu{position:fixed;top:0;right:0;bottom:0;left:0;background:var(--color-white);z-index:999;padding:calc(var(--header-height) + var(--space-xl)) var(--space-xl) var(--space-xl);transform:translate(-100%);transition:transform var(--transition-slow)}.mobile-menu.open{transform:translate(0)}.mobile-menu a{display:block;padding:var(--space-md) 0;font-size:1.25rem;font-weight:600;border-bottom:1px solid var(--color-border)}.skeleton{background:linear-gradient(90deg,var(--color-light) 25%,#e8e8e8 50%,var(--color-light) 75%);background-size:200% 100%;animation:skeleton 1.5s ease-in-out infinite;border-radius:var(--radius-sm)}@keyframes skeleton{0%{background-position:200% 0}to{background-position:-200% 0}}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--color-light)}::-webkit-scrollbar-thumb{background:var(--color-border);border-radius:var(--radius-full)}::-webkit-scrollbar-thumb:hover{background:var(--color-text-muted)}.section-anchor{scroll-margin-top:calc(var(--header-height) + 60px)}.product-subnav{position:sticky;top:var(--header-height);z-index:90;background:var(--color-white);border-bottom:1px solid var(--color-border);padding:0;display:flex;justify-content:center;gap:0}.product-subnav a{padding:var(--space-md) var(--space-xl);font-size:.875rem;font-weight:600;color:var(--color-text-muted);text-decoration:none;border-bottom:2px solid transparent;transition:all .2s ease}.product-subnav a:hover,.product-subnav a.active{color:var(--color-primary);border-bottom-color:var(--color-primary)}.section-label{display:inline-flex;align-items:center;gap:var(--space-sm);font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--color-primary);margin-bottom:var(--space-lg)}.section-label:before{content:"";display:inline-block;width:24px;height:2px;background:var(--color-primary)}.header-nav a.current{color:var(--color-primary)}@media(max-width:768px){.product-subnav{gap:0;overflow-x:auto;justify-content:flex-start}.product-subnav a{padding:var(--space-sm) var(--space-md);white-space:nowrap;font-size:.8125rem}}
/*# sourceMappingURL=/cdn/shop/t/32/assets/theme.css.map */
