@import"https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;1,400;1,500&family=Inter:wght@300;400;500&display=swap";:root{--color-bg: #f7f2ec;--color-surface: #ede8e0;--color-surface-2: #e3ddd5;--color-text: #2c2416;--color-text-muted: #6b5d4f;--color-accent: #7a6b52;--color-accent-hover: #5c4f3a;--color-accent-light: #c4a882;--color-border: rgba(122,107,82,.18);--color-border-dark: rgba(44,36,22,.1);--color-white: #faf8f5;--color-dark: #1a1410;--font-heading: "Playfair Display", Georgia, "Times New Roman", serif;--font-body: "Inter", system-ui, -apple-system, sans-serif;--space-xs: .5rem;--space-sm: .75rem;--space-md: 1.25rem;--space-lg: 2rem;--space-xl: 3.5rem;--space-2xl: 5rem;--radius-sm: 4px;--radius-md: 10px;--radius-lg: 18px;--radius-pill: 999px;--transition-fast: .15s ease;--transition-med: .3s cubic-bezier(.4,0,.2,1);--transition-slow: .6s cubic-bezier(.4,0,.2,1);--shadow-sm: 0 1px 4px rgba(44,36,22,.06);--shadow-md: 0 4px 16px rgba(44,36,22,.1);--shadow-lg: 0 12px 40px rgba(44,36,22,.14);--shadow-xl: 0 24px 64px rgba(44,36,22,.18);--max-width: 1240px;--header-height: 72px}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--color-bg);color:var(--color-text);font-family:var(--font-body);font-weight:400;line-height:1.7;-webkit-font-smoothing:antialiased}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:500;line-height:1.2;color:var(--color-text)}a{color:var(--color-accent);text-decoration:none;transition:color var(--transition-fast)}a:hover{color:var(--color-accent-hover)}img{max-width:100%;height:auto;display:block}.eyebrow{display:inline-block;font-size:.72rem;font-weight:500;letter-spacing:.18em;text-transform:uppercase;color:var(--color-accent);margin-bottom:.75rem}.container{max-width:var(--max-width);margin:0 auto;padding:0 clamp(1rem,4vw,2.5rem)}.section{padding:var(--space-xl) 0}.section--sm{padding:var(--space-lg) 0}.section--lg{padding:var(--space-2xl) 0}.section-heading{text-align:center;margin-bottom:var(--space-xl)}.section-heading h2{font-size:clamp(2rem,4vw,3rem);margin-bottom:var(--space-sm)}.section-heading p{color:var(--color-text-muted);font-size:1.05rem;max-width:560px;margin:0 auto;line-height:1.8}.reveal{opacity:0;transform:translateY(28px);transition:opacity .75s cubic-bezier(.4,0,.2,1),transform .75s cubic-bezier(.4,0,.2,1)}.reveal.is-visible{opacity:1;transform:translateY(0)}.reveal--scale{opacity:0;transform:scale(.96);transition:opacity .8s cubic-bezier(.4,0,.2,1),transform .8s cubic-bezier(.4,0,.2,1)}.reveal--scale.is-visible{opacity:1;transform:scale(1)}.reveal--delay-1{transition-delay:.1s}.reveal--delay-2{transition-delay:.2s}.reveal--delay-3{transition-delay:.3s}.reveal--delay-4{transition-delay:.4s}.reveal--delay-5{transition-delay:.5s}.product__gallery .reveal--scale,.product__gallery-wrap .reveal--scale{opacity:1!important;transform:none!important;transition:none!important}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.85rem 2rem;border-radius:var(--radius-pill);font-family:var(--font-body);font-size:.88rem;font-weight:500;letter-spacing:.06em;text-transform:uppercase;cursor:pointer;border:1.5px solid transparent;transition:all var(--transition-med);text-decoration:none;white-space:nowrap;line-height:1}.btn--primary,.btn--accent{background:var(--color-accent);color:var(--color-white);border-color:var(--color-accent)}.btn--primary:hover,.btn--accent:hover{background:var(--color-accent-hover);border-color:var(--color-accent-hover);color:var(--color-white);box-shadow:var(--shadow-md);transform:translateY(-1px)}.btn--ghost,.btn--outline{background:transparent;color:var(--color-accent);border-color:var(--color-accent)}.btn--ghost:hover,.btn--outline:hover{background:var(--color-accent);color:var(--color-white);transform:translateY(-1px)}.btn--block{width:100%;justify-content:center}.site-header{background:#f7f2eceb;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--color-border);position:sticky;top:0;z-index:100}.nav-link{position:relative}.nav-link:after{content:"";position:absolute;left:0;bottom:-2px;width:0;height:1px;background:var(--color-accent);transition:width var(--transition-med)}.nav-link:hover:after{width:100%}.hero{position:relative;min-height:100svh;display:flex;align-items:center;overflow:hidden;background:#2c2416}.hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;will-change:transform}.hero__bg-img{width:100%;height:110%;object-fit:cover;object-position:center}.hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#2c2416b8,#7a6b5259 60%,#2c241694)}.hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");opacity:.045}.hero .container{position:relative;z-index:2;width:100%}.hero__content{max-width:680px;padding:var(--space-2xl) 0}.hero__title{font-family:var(--font-heading);font-size:clamp(3rem,7vw,5.5rem);font-weight:400;line-height:1.08;color:var(--color-white);margin:0 0 var(--space-md);font-style:italic;letter-spacing:-.02em}.hero__subtitle{font-size:clamp(1rem,2vw,1.18rem);color:#faf8f5c7;line-height:1.75;max-width:480px;margin:0 0 var(--space-lg);font-weight:300}.hero__actions{display:flex;gap:var(--space-md);flex-wrap:wrap}.hero__actions .btn--accent{background:var(--color-accent-light);border-color:var(--color-accent-light);color:var(--color-dark)}.hero__actions .btn--accent:hover{background:var(--color-white);border-color:var(--color-white);color:var(--color-dark)}.hero__actions .btn--outline{border-color:#faf8f573;color:var(--color-white);background:transparent}.hero__actions .btn--outline:hover{border-color:var(--color-white);background:#faf8f51f;color:var(--color-white)}.hero__scroll-hint{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);z-index:3;display:flex;flex-direction:column;align-items:center;gap:.5rem;font-size:.65rem;letter-spacing:.2em;text-transform:uppercase;color:#faf8f580}.hero__scroll-hint:after{content:"";width:1px;height:40px;background:linear-gradient(to bottom,rgba(250,248,245,.5),transparent);animation:scroll-line 2s ease-in-out infinite}@keyframes scroll-line{0%,to{opacity:.4;transform:scaleY(1)}50%{opacity:1;transform:scaleY(1.2)}}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:var(--space-lg)}.product-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);overflow:hidden;transition:transform var(--transition-med),box-shadow var(--transition-med),border-color var(--transition-med)}.product-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-lg);border-color:var(--color-accent-light)}.product-card__img-wrap{position:relative;overflow:hidden;aspect-ratio:4/5;background:var(--color-surface-2)}.product-card__img-wrap img{width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.4,0,.2,1)}.product-card:hover .product-card__img-wrap img{transform:scale(1.04)}.product-card__info{padding:var(--space-md) var(--space-md) var(--space-lg)}.product-card__title{font-family:var(--font-heading);font-size:1.1rem;font-weight:500;color:var(--color-text);margin:0 0 .35rem;line-height:1.3}.product-card__price{font-size:.95rem;color:var(--color-text-muted);margin-bottom:var(--space-sm)}.product__gallery{position:static!important;top:auto!important;max-height:none!important;overflow:visible!important;z-index:auto!important}.product__gallery-wrap{border-radius:var(--radius-lg);overflow:hidden;background:var(--color-surface);border:1px solid var(--color-border)}.product__main-image img{transition:transform .5s ease}.product__main-image img:hover{transform:scale(1.02)}.product__thumbs{display:flex;gap:.5rem;margin-top:.75rem;flex-wrap:wrap}.product__thumb{border-radius:var(--radius-md);overflow:hidden;border:2px solid transparent;transition:border-color var(--transition-fast);cursor:pointer;background:none;padding:0}.product__thumb.is-active,.product__thumb:hover{border-color:var(--color-accent)}.product__vendor{font-size:.7rem;letter-spacing:.2em;text-transform:uppercase;color:var(--color-accent);margin-bottom:.5rem}.product__title{font-family:var(--font-heading);font-size:clamp(1.75rem,3vw,2.5rem);font-weight:500;line-height:1.15;margin:0 0 var(--space-md)}.product__price{display:flex;align-items:center;gap:.75rem;margin-bottom:var(--space-md)}.product__price-current{font-size:1.5rem;font-weight:500}.product__price del{color:var(--color-text-muted);font-size:1rem}.product__price-badge{background:#c4a062;color:#fff;font-size:.72rem;padding:.25rem .6rem;border-radius:var(--radius-pill);font-weight:500}.product__hook{font-family:var(--font-heading);font-size:1.1rem;font-style:italic;color:var(--color-text-muted);line-height:1.6;margin-bottom:var(--space-lg);padding-bottom:var(--space-lg);border-bottom:1px solid var(--color-border)}.product__variants{margin-bottom:var(--space-md)}.product__variant-label{display:block;font-size:.78rem;letter-spacing:.12em;text-transform:uppercase;color:var(--color-text-muted);margin-bottom:.5rem}.product__variant-options{display:flex;gap:.5rem;flex-wrap:wrap}.product__variant-option{padding:.5rem 1.25rem;border:1.5px solid var(--color-border-dark);border-radius:var(--radius-pill);font-size:.9rem;background:var(--color-surface);cursor:pointer;transition:all var(--transition-fast);color:var(--color-text)}.product__variant-option:hover{border-color:var(--color-accent)}.product__variant-option.is-active{background:var(--color-accent);border-color:var(--color-accent);color:var(--color-white)}.product__stock-urgency,.product__stock-in{display:flex;align-items:center;gap:.5rem;font-size:.85rem;margin-bottom:var(--space-md)}.product__stock-dot{width:7px;height:7px;border-radius:50%;background:#e07020;animation:pulse-amber 2s ease-in-out infinite}.product__stock-dot--green{background:#4caf50;animation:none}@keyframes pulse-amber{0%,to{box-shadow:0 0 #e0702066}50%{box-shadow:0 0 0 5px #e0702000}}.product__quantity{display:flex;align-items:center;border:1.5px solid var(--color-border-dark);border-radius:var(--radius-pill);overflow:hidden;width:fit-content;margin-bottom:var(--space-md);background:var(--color-surface)}.product__quantity button{background:none;border:none;cursor:pointer;width:44px;height:44px;font-size:1.3rem;color:var(--color-text);transition:background var(--transition-fast)}.product__quantity button:hover{background:var(--color-surface-2)}.product__quantity input{width:48px;text-align:center;border:none;border-left:1px solid var(--color-border);border-right:1px solid var(--color-border);background:transparent;font-size:.95rem;color:var(--color-text);padding:0;height:44px}.product__ctas{display:flex;flex-direction:column;gap:.75rem;margin-bottom:var(--space-lg)}.product__add-to-cart{background:var(--color-accent);color:var(--color-white);border-color:var(--color-accent);font-size:1rem;padding:1rem 2rem}.product__add-to-cart:hover{background:var(--color-accent-hover)}.product__buy-now{color:var(--color-accent);border-color:var(--color-accent)}.product__buy-now:hover{background:var(--color-accent);color:var(--color-white)}.product__trust{display:flex;gap:var(--space-md);padding:var(--space-md) 0;border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border);margin-bottom:var(--space-lg);flex-wrap:wrap}.product__trust-item{display:flex;align-items:center;gap:.4rem;font-size:.78rem;color:var(--color-text-muted)}.product__trust-item svg{width:16px;height:16px;color:var(--color-accent)}.product__features{display:flex;gap:var(--space-lg);flex-wrap:wrap;margin-bottom:var(--space-lg)}.product__feature{display:flex;align-items:center;gap:.5rem;font-size:.8rem;color:var(--color-text-muted)}.product__feature svg{width:18px;height:18px;color:var(--color-accent)}.product-accordion{border-top:1px solid var(--color-border)}.product-accordion__item{border-bottom:1px solid var(--color-border)}.product-accordion__trigger{display:flex;justify-content:space-between;align-items:center;width:100%;padding:1rem 0;background:none;border:none;font-family:var(--font-body);font-size:.9rem;font-weight:500;color:var(--color-text);cursor:pointer;text-align:left;letter-spacing:.04em}.product-accordion__trigger:hover{color:var(--color-accent)}.product-accordion__icon{font-style:normal;font-size:1.2rem;color:var(--color-accent);transition:transform var(--transition-fast)}.product-accordion__trigger[aria-expanded=true] .product-accordion__icon{transform:rotate(45deg)}.product-accordion__body{overflow:hidden;max-height:0;transition:max-height .4s ease}.product-accordion__body.is-open{max-height:600px}.product-accordion__body-inner{padding:0 0 var(--space-md);color:var(--color-text-muted);line-height:1.8;font-size:.95rem}.sticky-atc{position:fixed;bottom:0;left:0;right:0;background:#ede8e0f5;border-top:1px solid var(--color-border);z-index:50;padding:.75rem 0;transform:translateY(100%);transition:transform var(--transition-med);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.sticky-atc.is-visible{transform:none}.sticky-atc__inner{display:flex;align-items:center;justify-content:space-between;gap:var(--space-md)}.sticky-atc__product{display:flex;align-items:center;gap:.75rem}.sticky-atc__product img{width:48px;height:56px;border-radius:var(--radius-sm);object-fit:cover}.sticky-atc__title{display:block;font-family:var(--font-heading);font-size:.95rem;color:var(--color-text)}.sticky-atc__price{display:block;font-size:.85rem;color:var(--color-text-muted)}.sticky-atc__btn{min-width:160px}.product__badge{position:absolute;top:var(--space-md);left:var(--space-md);z-index:2;font-size:.7rem;letter-spacing:.1em;text-transform:uppercase;padding:.3rem .8rem;border-radius:var(--radius-pill);font-weight:500}.product__badge--sale{background:#e07020;color:#fff}.product__badge--best{background:var(--color-accent);color:var(--color-white)}.product__badge--new{background:var(--color-surface-2);color:var(--color-text);border:1px solid var(--color-border)}.pdp-pain{background:var(--color-dark);border:1px solid rgba(196,168,130,.2);border-left:4px solid var(--color-accent-light);border-radius:var(--radius-lg);padding:var(--space-lg) var(--space-xl);margin-bottom:var(--space-lg)}.pdp-pain-header{font-family:var(--font-heading);font-size:1.75rem;color:#faf8f5;margin:0 0 var(--space-md);font-style:italic;line-height:1.2}.pdp-pain-list{list-style:none;padding:0;margin:0 0 var(--space-md)}.pdp-pain-list li{padding:.65rem 0;border-bottom:1px solid rgba(255,255,255,.06);font-size:1rem;color:#faf8f5d1;display:flex;align-items:flex-start;gap:.9rem;line-height:1.6}.pdp-pain-list li:before{content:"\2192";color:var(--color-accent-light);font-size:1rem;flex-shrink:0;margin-top:.05em}.pdp-pain-list li:last-child{border-bottom:none}.pdp-pain-cta{font-family:var(--font-heading);font-size:1.2rem;color:var(--color-accent-light);margin:var(--space-sm) 0 0;font-style:italic;line-height:1.45}@media(max-width:600px){.pdp-pain{padding:var(--space-md)}.pdp-pain-header{font-size:1.4rem}}.pdp-body{font-size:1rem;line-height:1.8;color:var(--color-text)}.pdp-lede{margin-bottom:var(--space-lg)}.pdp-lede p{font-size:1.05rem;line-height:1.85;color:var(--color-text-muted);margin-bottom:var(--space-md)}.pdp-h2{font-family:var(--font-heading);font-size:clamp(1.5rem,3vw,2rem);margin:var(--space-lg) 0 var(--space-md)}.pdp-divider{border:none;height:1px;background:var(--color-border);margin:var(--space-xl) 0}.pdp-grid-2{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:var(--space-md);margin-bottom:var(--space-lg)}.pdp-fact{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:var(--space-md);transition:border-color var(--transition-fast),box-shadow var(--transition-fast)}.pdp-fact:hover{border-color:var(--color-accent-light);box-shadow:var(--shadow-sm)}.pdp-fact strong,.pdp-fact h3{font-family:var(--font-heading);font-size:1.05rem;display:block;margin-bottom:.4rem;color:var(--color-text)}.pdp-fact span,.pdp-fact p{color:var(--color-text-muted);font-size:.95rem;line-height:1.7;margin:0}.pdp-steps{padding-left:1.25rem;margin:0 0 var(--space-lg)}.pdp-steps li{color:var(--color-text-muted);margin-bottom:var(--space-sm);line-height:1.7}.pdp-steps li strong{color:var(--color-text)}.pdp-brand-quote{background:var(--color-text);color:var(--color-bg);border-radius:var(--radius-lg);padding:var(--space-xl) var(--space-2xl);text-align:center;margin:var(--space-lg) 0}.pdp-brand-quote blockquote{font-family:var(--font-heading);font-size:clamp(1.2rem,2.5vw,1.75rem);font-style:italic;line-height:1.5;margin:0 0 var(--space-sm)}.pdp-brand-quote cite{font-size:.78rem;letter-spacing:.14em;text-transform:uppercase;color:#f7f2ec80;font-style:normal}.pdp-tags{list-style:none;padding:0;display:flex;flex-wrap:wrap;gap:.5rem;margin:0 0 var(--space-lg)}.pdp-tags span,.pdp-tags li{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-pill);padding:.4rem 1rem;font-size:.82rem;color:var(--color-text-muted);letter-spacing:.06em}.pdp-when p{color:var(--color-text-muted);line-height:1.8}.pdp-when p strong{color:var(--color-text)}.pdp-note{font-size:.8rem;color:var(--color-text-muted);letter-spacing:.06em;border-top:1px solid var(--color-border);padding-top:var(--space-md);margin-top:var(--space-lg)}.product-desc-section{background:var(--color-bg)}.product-desc-inner{max-width:860px;margin:0 auto}@media(max-width:600px){.pdp-brand-quote{padding:var(--space-lg) var(--space-md)}.pdp-grid-2{grid-template-columns:1fr}}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:var(--space-lg)}.testimonial{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:var(--space-lg);display:flex;flex-direction:column;transition:transform var(--transition-med),box-shadow var(--transition-med),border-color var(--transition-med)}.testimonial:hover{transform:translateY(-4px);box-shadow:var(--shadow-md);border-color:var(--color-accent-light)}.testimonial__stars{color:#c4a062;font-size:.9rem;letter-spacing:.2em;margin-bottom:var(--space-sm)}.testimonial__quote{font-family:var(--font-heading);font-size:1.2rem;line-height:1.55;font-style:italic;flex:1;color:var(--color-text);margin-bottom:var(--space-md)}.testimonial__author{font-size:.75rem;letter-spacing:.14em;text-transform:uppercase;color:var(--color-accent);padding-top:var(--space-sm);border-top:1px solid var(--color-border)}.split{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-2xl);align-items:center}.split--reverse{direction:rtl}.split--reverse>*{direction:ltr}.split__media{border-radius:var(--radius-lg);overflow:hidden;aspect-ratio:4/5;background:var(--color-surface-2);position:relative}.split__media img{width:100%;height:100%;object-fit:cover;transition:transform .7s ease}.split__media:hover img{transform:scale(1.03)}.split__media:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;box-shadow:inset 0 0 0 1px #7a6b5233;pointer-events:none}.split__content h2{font-size:clamp(2rem,3.5vw,2.8rem);font-style:italic;margin-bottom:var(--space-md)}.split__content p{color:var(--color-text-muted);font-size:1.05rem;line-height:1.85;margin-bottom:var(--space-lg)}@media(max-width:768px){.split{grid-template-columns:1fr;gap:var(--space-lg)}.split--reverse{direction:ltr}}.collection-filters{position:static!important;top:auto!important}.image-banner{position:relative;min-height:520px;display:flex;align-items:center;overflow:hidden;background:var(--color-dark)}.image-banner__bg{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden}.image-banner__bg img{width:100%;height:100%;object-fit:cover;opacity:.45}.image-banner__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#2c2416d9,#7a6b524d)}.image-banner .container{position:relative;z-index:2}.image-banner__content{max-width:600px;text-align:center;margin:0 auto}.image-banner__content h2{font-family:var(--font-heading);font-size:clamp(2rem,4vw,3rem);font-style:italic;color:var(--color-white);margin-bottom:var(--space-md)}.image-banner__content p{color:#faf8f5bf;font-size:1.05rem;margin-bottom:var(--space-lg)}.newsletter{background:var(--color-surface);border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border);padding:var(--space-2xl) 0;text-align:center}.newsletter__inner{max-width:520px;margin:0 auto}.newsletter h2{font-family:var(--font-heading);font-size:clamp(1.75rem,3vw,2.5rem);font-style:italic;margin-bottom:var(--space-sm)}.newsletter p{color:var(--color-text-muted);margin-bottom:var(--space-lg)}.newsletter__form{display:flex;gap:.75rem;flex-wrap:wrap;justify-content:center}.newsletter__form input{flex:1;min-width:220px;padding:.85rem 1.25rem;border:1.5px solid var(--color-border-dark);border-radius:var(--radius-pill);font-size:.95rem;background:var(--color-bg);color:var(--color-text);font-family:var(--font-body);transition:border-color var(--transition-fast)}.newsletter__form input:focus{outline:none;border-color:var(--color-accent)}.newsletter__form input::placeholder{color:var(--color-text-muted)}.announcement-bar{background:var(--color-accent);color:var(--color-white);text-align:center;padding:.6rem var(--space-md);font-size:.8rem;letter-spacing:.08em}.site-footer{background:var(--color-dark);color:#faf8f5bf;padding:var(--space-2xl) 0 var(--space-lg)}.footer__grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:var(--space-xl);margin-bottom:var(--space-xl)}.footer__brand p{font-size:.9rem;line-height:1.8;margin-top:var(--space-sm);color:#faf8f599}.footer__col h4{font-family:var(--font-heading);font-size:.85rem;letter-spacing:.12em;text-transform:uppercase;color:var(--color-accent-light);margin-bottom:var(--space-md)}.footer__col a{display:block;color:#faf8f5a6;font-size:.9rem;margin-bottom:.5rem;transition:color var(--transition-fast)}.footer__col a:hover{color:var(--color-white)}.footer__bottom{display:flex;justify-content:space-between;align-items:center;border-top:1px solid rgba(250,248,245,.1);padding-top:var(--space-lg);flex-wrap:wrap;gap:.75rem}.footer__copyright{font-size:.8rem;color:#faf8f566}.footer__payments{display:flex;gap:6px;align-items:center;flex-wrap:wrap}.footer__payment-icon{height:22px;width:auto;opacity:.4;filter:grayscale(1) invert(1)}@media(max-width:768px){.footer__grid{grid-template-columns:1fr 1fr}.footer__brand{grid-column:1 / -1}}@media(max-width:480px){.footer__grid{grid-template-columns:1fr}.footer__bottom{flex-direction:column;text-align:center}}.cart-progress{padding:var(--space-sm) var(--space-lg);background:var(--color-surface);border-bottom:1px solid var(--color-border)}.cart-progress__track{height:3px;background:var(--color-border);border-radius:99px;overflow:hidden;margin-bottom:.5rem}.cart-progress__fill{height:100%;background:var(--color-accent);border-radius:99px;transition:width .5s cubic-bezier(.4,0,.2,1)}.cart-progress__label{font-size:.76rem;color:var(--color-text-muted);margin:0;text-align:center;letter-spacing:.04em}.cart-item{display:flex;gap:12px;padding:16px 0;border-bottom:1px solid var(--color-border)}.cart-item__img{width:80px;height:96px;object-fit:cover;border-radius:var(--radius-md);flex-shrink:0}.cart-item__details{flex:1;display:flex;flex-direction:column;gap:4px}.cart-item__title{font-family:var(--font-heading);font-size:1rem;color:var(--color-text);line-height:1.3}.cart-item__variant{font-size:.82rem;color:var(--color-text-muted)}.cart-item__row{display:flex;justify-content:space-between;align-items:center;margin-top:6px}.cart-item__qty{display:flex;align-items:center;gap:8px;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-pill);padding:2px 8px;font-size:.9rem}.cart-item__qty-btn{background:none;border:none;cursor:pointer;color:var(--color-text);font-size:1.1rem;padding:0 2px;line-height:1}.cart-item__qty-btn:hover{color:var(--color-accent)}.cart-item__line-price{font-size:.95rem;font-weight:500;color:var(--color-text)}.cart-item__remove{background:none;border:none;cursor:pointer;color:var(--color-text-muted);font-size:.75rem;padding:0;text-decoration:underline;margin-top:4px}.cart-item__remove:hover{color:var(--color-text)}.product__breadcrumb{display:flex;align-items:center;gap:.5rem;font-size:.8rem;color:var(--color-text-muted);margin-bottom:var(--space-lg);flex-wrap:wrap}.product__breadcrumb a{color:var(--color-text-muted)}.product__breadcrumb a:hover{color:var(--color-accent)}@media(max-width:900px){.product{grid-template-columns:1fr}}@media(max-width:600px){.section{padding:var(--space-lg) 0}.section--lg,.hero__content{padding:var(--space-xl) 0}.hero__actions{gap:var(--space-sm)}.btn{padding:.75rem 1.5rem;font-size:.82rem}.product-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:var(--space-md)}}
/*# sourceMappingURL=/cdn/shop/t/10/assets/virelle-overrides.css.map */
