@import"https://fonts.googleapis.com/css2?family=Bodoni+Moda:ital,opsz,wght@0,6..96,400..700;1,6..96,400..700&family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400;1,600&family=Instrument+Serif:ital@0;1&family=Plus+Jakarta+Sans:wght@200;300;400;500;600;700&family=Playfair+Display:ital,wght@0,400..700;1,400..700&display=swap";:root{--camo-cream: #F9F6F0;--camo-pearl: #FFFDF9;--camo-stone: #EFE7DA;--camo-sand: #E3D7C5;--camo-ink: #1C1718;--camo-charcoal: #2D2628;--camo-muted: #72686A;--camo-night: #140E12;--camo-night-surface: #1E161B;--camo-night-card: #281F25;--camo-night-border: rgba(255, 253, 249, .12);--camo-terracotta: #C67A63;--camo-terracotta-hover: #AF644E;--camo-rose-soft: #E8A896;--camo-rose-glow: rgba(198, 122, 99, .25);--camo-sage: #6B7F62;--camo-sage-soft: #8EA384;--camo-sage-glow: rgba(107, 127, 98, .25);--camo-gold: #C89F57;--camo-border: rgba(28, 23, 24, .08);--camo-border-strong: rgba(28, 23, 24, .16);--camo-glass: rgba(255, 253, 249, .85);--camo-glass-dark: rgba(20, 14, 18, .82);--camo-shadow-sm: 0 4px 16px rgba(28, 23, 24, .04);--camo-shadow-md: 0 12px 32px rgba(28, 23, 24, .08);--camo-shadow-lg: 0 24px 64px rgba(28, 23, 24, .14);--camo-shadow-glow: 0 8px 30px rgba(198, 122, 99, .28);--font-logo: "New York", "Bodoni Moda", "Playfair Display", Georgia, serif;--font-serif: "Cormorant Garamond", Georgia, serif;--font-editorial: "Instrument Serif", "Cormorant Garamond", Georgia, serif;--font-sans: "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--site-max-width: 1440px;--nav-height: 76px;--announcement-height: 38px;--radius-sm: 6px;--radius-md: 14px;--radius-lg: 24px;--radius-full: 9999px;--trans-smooth: all .35s cubic-bezier(.16, 1, .3, 1);--trans-fast: all .2s ease;--trans-spring: all .5s cubic-bezier(.34, 1.56, .64, 1)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:var(--font-sans);background-color:var(--camo-cream);color:var(--camo-ink);line-height:1.6;font-weight:300;overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}::selection{background:var(--camo-terracotta);color:var(--camo-pearl)}img,video{max-width:100%;height:auto;display:block}button,input,select,textarea{font-family:inherit;font-size:inherit;color:inherit}a{color:inherit;text-decoration:none;transition:var(--trans-fast)}ul{list-style:none}.container{width:100%;max-width:var(--site-max-width);margin-left:auto;margin-right:auto;padding-left:clamp(1.25rem,4vw,3.5rem);padding-right:clamp(1.25rem,4vw,3.5rem)}.section-spacing{padding-top:clamp(4rem,8vw,8rem);padding-bottom:clamp(4rem,8vw,8rem)}.text-center{text-align:center}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.eyebrow{display:inline-flex;align-items:center;gap:.5rem;font-family:var(--font-sans);font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.18em;color:var(--camo-terracotta);margin-bottom:.85rem}.eyebrow-dark{color:var(--camo-rose-soft)}.eyebrow:before{content:"";display:inline-block;width:18px;height:1px;background:currentColor}.section-title{font-family:var(--font-serif);font-size:clamp(2rem,3.5vw,3.25rem);font-weight:400;line-height:1.15;letter-spacing:-.015em;color:var(--camo-ink);margin-bottom:1.25rem}.section-title em{font-family:var(--font-serif);font-style:normal;font-weight:500;color:var(--camo-terracotta)}.camo-brand-word,.section-title .camo-brand-word,.brand-logo-font{font-family:var(--font-logo)!important;font-weight:500!important;letter-spacing:.16em!important;text-transform:uppercase!important;font-style:normal!important;display:inline-block}.section-subtitle{font-size:clamp(1rem,1.2vw,1.15rem);color:var(--camo-muted);max-width:640px;margin-left:auto;margin-right:auto;line-height:1.7}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.6rem;padding:.95rem 2rem;border-radius:var(--radius-full);font-family:var(--font-sans);font-size:.8rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;cursor:pointer;border:1px solid transparent;transition:var(--trans-smooth);position:relative;overflow:hidden}.btn-primary{background-color:var(--camo-ink);color:var(--camo-pearl);border-color:var(--camo-ink)}.btn-primary:hover{background-color:var(--camo-terracotta);border-color:var(--camo-terracotta);transform:translateY(-2px);box-shadow:var(--camo-shadow-glow)}.btn-terracotta{background-color:var(--camo-terracotta);color:var(--camo-pearl);border-color:var(--camo-terracotta)}.btn-terracotta:hover{background-color:var(--camo-terracotta-hover);border-color:var(--camo-terracotta-hover);transform:translateY(-2px);box-shadow:var(--camo-shadow-glow)}.btn-outline{background-color:transparent;color:var(--camo-ink);border-color:var(--camo-border-strong)}.btn-outline:hover{border-color:var(--camo-ink);background-color:#1c17180a}.btn-outline-light{background-color:transparent;color:var(--camo-pearl);border-color:#fffdf959}.btn-outline-light:hover{background-color:var(--camo-pearl);color:var(--camo-ink);border-color:var(--camo-pearl)}.btn-sm{padding:.65rem 1.4rem;font-size:.72rem}.btn-icon{width:44px;height:44px;padding:0;border-radius:50%;display:inline-flex;align-items:center;justify-content:center}.announcement-bar{background-color:var(--camo-stone);color:var(--camo-ink);height:38px;font-size:.75rem;font-weight:500;letter-spacing:.04em;position:relative;overflow:hidden;border-bottom:1px solid var(--camo-border);z-index:100}.announcement-slider{display:flex;flex-direction:column;height:100%;width:100%;transition:transform .65s cubic-bezier(.16,1,.3,1)}.announcement-slide{height:38px;min-height:38px;display:flex;align-items:center;justify-content:center;gap:.75rem;text-align:center;white-space:nowrap;padding:0 1rem;box-sizing:border-box}.announcement-slide span.tag{background:var(--camo-terracotta);color:var(--camo-pearl);padding:.15rem .55rem;border-radius:var(--radius-full);font-size:.62rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em}.announcement-slide span.tag-eco{background:var(--camo-sage)}.header-wrapper{position:sticky;top:0;left:0;width:100%;z-index:99;background-color:#f9f6f0eb;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);border-bottom:1px solid var(--camo-border);transition:background-color .3s ease,transform .3s ease}.header-masthead-row{display:flex;align-items:center;justify-content:space-between;padding:1.1rem 0 .85rem;border-bottom:1px solid rgba(28,23,24,.06)}.masthead-left,.masthead-right{flex:1;display:flex;align-items:center}.masthead-left{justify-content:flex-start}.masthead-right{justify-content:flex-end;gap:1rem}.masthead-tagline{font-size:.72rem;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:var(--camo-muted)}.brand-logo{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;padding:.15rem 0;transition:opacity .25s ease,transform .25s ease}.brand-logo-img{height:clamp(46px,5.2vw,60px)!important;max-height:60px!important;width:auto!important;max-width:220px!important;object-fit:contain!important;display:block!important;margin:0 auto!important;transition:transform .3s cubic-bezier(.16,1,.3,1)}.brand-logo:hover .brand-logo-img{transform:scale(1.03)}.header-nav-row{display:flex;align-items:center;justify-content:center;padding:.65rem 0 .75rem;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.header-nav-row::-webkit-scrollbar{display:none}.nav-menu{display:flex;align-items:center;justify-content:center;gap:clamp(.75rem,1.5vw,1.75rem);flex-wrap:nowrap;white-space:nowrap}.nav-link{font-size:.76rem;font-weight:500;letter-spacing:.07em;text-transform:uppercase;color:var(--camo-ink);position:relative;padding:.3rem 0;transition:color .2s ease;white-space:nowrap;display:inline-flex;align-items:center;gap:.35rem}.nav-link:hover,.nav-link.active{color:var(--camo-terracotta)}.nav-link:after{content:"";position:absolute;bottom:0;left:0;width:0;height:1.5px;background:var(--camo-terracotta);transition:width .3s cubic-bezier(.16,1,.3,1)}.nav-link:hover:after,.nav-link.active:after{width:100%}.footer-logo-link{display:inline-block;margin-bottom:1rem;transition:opacity .25s ease,transform .25s ease}.footer-logo-img{height:clamp(34px,3.8vw,48px);width:auto;max-width:200px;object-fit:contain;opacity:.95;display:block}.footer-logo-link:hover .footer-logo-img{opacity:1;transform:scale(1.02)}.nav-link-badge{background:var(--camo-night);color:var(--camo-rose-soft);font-size:.62rem;font-weight:700;padding:.15rem .55rem;border-radius:var(--radius-full);margin-left:.35rem;letter-spacing:.08em;display:inline-flex;align-items:center;gap:.25rem}.nav-link-badge .pulse-dot{width:5px;height:5px;border-radius:50%;background:var(--camo-rose-soft);animation:pulseGlow 1.8s infinite}.header-action-btn{background:transparent;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--camo-ink);padding:.4rem;border-radius:50%;transition:var(--trans-fast);position:relative}.header-action-btn:hover{color:var(--camo-terracotta);background-color:#1c17180d}.cart-count-badge{position:absolute;top:-2px;right:-4px;background-color:var(--camo-terracotta);color:var(--camo-pearl);font-size:.65rem;font-weight:700;width:18px;height:18px;border-radius:50%;display:flex;align-items:center;justify-content:center;line-height:1}.mobile-menu-toggle,.mobile-menu-btn{display:none!important}.mobile-menu-toggle:active,.mobile-menu-btn:active{transform:scale(.95)}.hero-section{position:relative;min-height:calc(100vh - var(--nav-height) - var(--announcement-height));display:flex;align-items:center;background-color:var(--camo-night);color:var(--camo-pearl);overflow:hidden}.hero-slider{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.hero-slide{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;visibility:hidden;transition:opacity .8s cubic-bezier(.4,0,.2,1),transform 1s cubic-bezier(.16,1,.3,1);transform:scale(1.04)}.hero-slide.is-active{opacity:1;visibility:visible;transform:scale(1)}.hero-slide-picture{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;display:block}.hero-slide-picture img.hero-slide-bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center center;image-rendering:-webkit-optimize-contrast}.hero-slide-bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:right center;image-rendering:-webkit-optimize-contrast}.hero-slide-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#140e12e0,#140e1294 45%,#140e122e)}.hero-content{position:relative;z-index:10;max-width:680px;padding:4rem 0}.hero-eyebrow{color:var(--camo-rose-soft);font-size:.8rem;letter-spacing:.2em;margin-bottom:1.25rem}.hero-title{font-family:var(--font-serif);font-size:clamp(2.2rem,4.8vw,4.2rem);font-weight:400;line-height:1.1;letter-spacing:-.01em;margin-bottom:1.5rem;color:#fff!important;text-shadow:0 2px 14px rgba(0,0,0,.45)}.hero-title em{font-family:var(--font-serif);font-style:normal;font-weight:500;color:var(--camo-rose-soft)}.hero-description{font-size:clamp(1rem,1.15vw,1.15rem);color:#ffffffeb!important;line-height:1.68;margin-bottom:2.25rem;max-width:540px;text-shadow:0 1px 8px rgba(0,0,0,.35)}.hero-actions{display:flex;align-items:center;gap:1.25rem;flex-wrap:wrap}.hero-controls{position:absolute;bottom:2.5rem;right:clamp(1.25rem,4vw,3.5rem);z-index:20;display:flex;align-items:center;gap:1.25rem}.hero-dots{display:flex;gap:.6rem}.hero-dot{width:36px;height:3px;background:#fffdf94d;border:none;cursor:pointer;transition:var(--trans-smooth)}.hero-dot.is-active{background:var(--camo-rose-soft);width:54px}.skinai-section{background-color:var(--camo-night);color:var(--camo-pearl);position:relative;overflow:hidden}.skinai-bg-glow{position:absolute;width:600px;height:600px;border-radius:50%;background:radial-gradient(circle,rgba(198,122,99,.15) 0%,rgba(107,127,98,.08) 50%,transparent 70%);top:10%;right:-100px;filter:blur(80px);pointer-events:none}.skinai-grid{display:grid;grid-template-columns:1fr 1fr;gap:clamp(2.5rem,5vw,5rem);align-items:center}.skinai-text{max-width:580px}.skinai-badge{display:inline-flex;align-items:center;gap:.6rem;background:#fffdf914;border:1px solid rgba(255,253,249,.14);padding:.45rem 1.1rem;border-radius:var(--radius-full);font-size:.72rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--camo-rose-soft);margin-bottom:1.5rem}.skinai-badge .pulse{width:8px;height:8px;border-radius:50%;background-color:var(--camo-rose-soft);box-shadow:0 0 10px var(--camo-rose-soft);animation:pulseGlow 1.5s infinite}.skinai-title{font-family:var(--font-serif);font-size:clamp(2.1rem,3.6vw,3.2rem);font-weight:400;line-height:1.15;letter-spacing:-.01em;margin-bottom:1.5rem;color:#fff!important}.skinai-title em{font-family:var(--font-serif);font-style:normal;font-weight:500;color:var(--camo-rose-soft)}.skinai-lede{font-size:1.05rem;color:#ffffffe6!important;line-height:1.7;margin-bottom:2rem}.skinai-features{display:flex;flex-direction:column;gap:1.15rem;margin-bottom:2.5rem}.skinai-feature-item{display:flex;align-items:flex-start;gap:.9rem}.skinai-feature-icon{width:22px;height:22px;border-radius:50%;background:#c67a6333;color:var(--camo-rose-soft);display:flex;align-items:center;justify-content:center;font-size:.75rem;flex-shrink:0;margin-top:.2rem}.skinai-feature-text{font-size:.92rem;color:#fffdf9d9;line-height:1.5}.skinai-scanner-card{background:var(--camo-night-surface);border:1px solid var(--camo-night-border);border-radius:var(--radius-lg);padding:1.75rem;box-shadow:0 30px 80px #00000080;position:relative;overflow:hidden}.skinai-viewfinder{position:relative;width:100%;height:380px;border-radius:var(--radius-md);overflow:hidden;background-color:#000;display:flex;align-items:center;justify-content:center}.viewfinder-media{width:100%;height:100%;object-fit:cover;transition:filter .4s ease}.scanning-hud{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;display:flex;flex-direction:column;justify-content:space-between;padding:1.25rem}.hud-corner{position:absolute;width:20px;height:20px;border-color:var(--camo-rose-soft);border-style:solid;opacity:.75}.hud-corner-tl{top:16px;left:16px;border-width:2px 0 0 2px}.hud-corner-tr{top:16px;right:16px;border-width:2px 2px 0 0}.hud-corner-bl{bottom:16px;left:16px;border-width:0 0 2px 2px}.hud-corner-br{bottom:16px;right:16px;border-width:0 2px 2px 0}.laser-scan-line{position:absolute;left:0;width:100%;height:3px;background:linear-gradient(90deg,transparent,var(--camo-rose-soft),#fff,var(--camo-rose-soft),transparent);box-shadow:0 0 15px var(--camo-rose-soft);top:0;animation:laserSweep 3s ease-in-out infinite;display:none}.is-scanning .laser-scan-line{display:block}.biometric-point{position:absolute;width:8px;height:8px;border-radius:50%;background:var(--camo-rose-soft);border:2px solid #fff;transform:translate(-50%,-50%);animation:pointPulse 2s infinite}.biometric-tag{position:absolute;background:#140e12d9;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(255,253,249,.2);color:var(--camo-pearl);font-size:.65rem;padding:.2rem .55rem;border-radius:4px;white-space:nowrap;pointer-events:none}.hud-status-bar{display:flex;align-items:center;justify-content:space-between;background:#140e12bf;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:.6rem 1rem;border-radius:var(--radius-full);font-size:.75rem;border:1px solid rgba(255,253,249,.1);margin-top:auto}.scanner-controls{margin-top:1.5rem;display:flex;flex-direction:column;gap:.9rem}.scanner-btn-group{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.diagnostic-result-overlay{display:none;background:var(--camo-night-surface);border-radius:var(--radius-md);padding:1.5rem;margin-top:1.5rem;border:1px solid var(--camo-night-border);animation:fadeIn .5s ease forwards}.result-header{display:flex;align-items:center;justify-content:space-between;padding-bottom:1rem;border-bottom:1px solid var(--camo-night-border);margin-bottom:1rem}.result-score-ring{display:flex;align-items:center;gap:.85rem}.score-number{font-family:var(--font-serif);font-size:2.2rem;font-weight:600;color:var(--camo-rose-soft);line-height:1}.score-label{font-size:.75rem;color:#fffdf9a6;line-height:1.2}.result-metrics{display:grid;grid-template-columns:1fr 1fr;gap:.85rem;margin-bottom:1.25rem}.metric-bar-item{display:flex;flex-direction:column;gap:.35rem}.metric-header{display:flex;justify-content:space-between;font-size:.72rem;color:#fffdf9bf}.metric-progress{height:4px;background:#fffdf91a;border-radius:var(--radius-full);overflow:hidden}.metric-fill{height:100%;background:linear-gradient(90deg,var(--camo-terracotta),var(--camo-rose-soft));border-radius:var(--radius-full)}.recommended-ritual-box{background:var(--camo-night-card);border:1px solid rgba(198,122,99,.3);border-radius:var(--radius-md);padding:1rem;margin-top:1rem}.recommended-title{font-size:.75rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--camo-rose-soft);margin-bottom:.5rem}.recommended-products-list{display:flex;gap:.75rem;margin-bottom:1rem}.rec-product-mini{display:flex;align-items:center;gap:.5rem;font-size:.75rem}.rec-product-mini img{width:36px;height:36px;border-radius:4px;object-fit:cover;background:#fff}.products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:clamp(1.5rem,3vw,2.5rem);margin-top:3.5rem}.product-card{background:var(--camo-pearl);border-radius:var(--radius-lg);overflow:hidden;border:1px solid var(--camo-border);transition:var(--trans-smooth);display:flex;flex-direction:column;position:relative}.product-card:hover{transform:translateY(-6px);box-shadow:var(--camo-shadow-md);border-color:var(--camo-sand)}.product-media-wrap{position:relative;aspect-ratio:1 / 1;background:radial-gradient(circle at 50% 45%,#fff,#faf6f0 60%,#f0e9dc);display:flex;align-items:center;justify-content:center;padding:1.5rem;overflow:hidden}.product-image{max-width:90%;max-height:90%;object-fit:contain;filter:drop-shadow(0 12px 20px rgba(28,23,24,.08));transition:transform .5s cubic-bezier(.16,1,.3,1),filter .5s ease;image-rendering:-webkit-optimize-contrast;transform:translateZ(0);backface-visibility:hidden}.product-card:hover .product-image{transform:translateY(-5px) scale(1.06) translateZ(0);filter:drop-shadow(0 20px 28px rgba(198,122,99,.16))}.product-badges{position:absolute;top:1rem;left:1rem;display:flex;flex-direction:column;gap:.4rem;z-index:5}.badge-tag{font-size:.65rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:.25rem .65rem;border-radius:var(--radius-full)}.badge-eco{background-color:var(--camo-sage);color:#fff}.badge-bestseller{background-color:var(--camo-terracotta);color:#fff}.badge-vegan{background-color:var(--camo-charcoal);color:#fff}.product-quick-btn{position:absolute;bottom:1rem;left:50%;transform:translate(-50%) translateY(20px);opacity:0;visibility:hidden;background:#fffdf9f2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:var(--camo-ink);font-size:.72rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;padding:.6rem 1.25rem;border-radius:var(--radius-full);border:1px solid var(--camo-border);box-shadow:var(--camo-shadow-sm);cursor:pointer;white-space:nowrap;transition:var(--trans-smooth)}.product-card:hover .product-quick-btn{transform:translate(-50%) translateY(0);opacity:1;visibility:visible}.product-info{padding:1.75rem 1.5rem;display:flex;flex-direction:column;flex-grow:1;text-align:center}.product-category{font-size:.68rem;font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:var(--camo-terracotta);margin-bottom:.4rem}.product-name{font-family:var(--font-serif);font-size:1.45rem;font-weight:400;line-height:1.25;color:var(--camo-ink);margin-bottom:.5rem}.product-key-actives{font-size:.82rem;color:var(--camo-muted);line-height:1.4;margin-bottom:1rem;min-height:2.4em}.product-rating-row{display:flex;align-items:center;justify-content:center;gap:.4rem;font-size:.78rem;margin-bottom:1.2rem}.stars{color:var(--camo-gold);letter-spacing:2px}.review-count{color:var(--camo-muted);font-size:.72rem}.product-bottom-row{margin-top:auto;display:flex;align-items:center;justify-content:space-between;padding-top:1rem;border-top:1px solid var(--camo-border);gap:.75rem}.product-price-block{text-align:left}.product-price{font-family:var(--font-serif);font-size:1.5rem;font-weight:600;color:var(--camo-ink);line-height:1}.price-tax{font-size:.62rem;color:var(--camo-muted);display:block;margin-top:.15rem}.before-after-section{background:var(--camo-stone);border-top:1px solid var(--camo-border);border-bottom:1px solid var(--camo-border)}.ba-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:clamp(2.5rem,5vw,4.5rem);align-items:center;margin-top:3.5rem}.ba-comparison-container{--ba-pos: 50%;position:relative;width:100%;aspect-ratio:1 / 1;border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--camo-shadow-md);-webkit-user-select:none;user-select:none;cursor:ew-resize;border:1px solid rgba(28,23,24,.12);background-color:#140e12}.ba-image-layer{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.ba-img{width:100%;height:100%;object-fit:cover;display:block}.ba-image-after{z-index:1}.ba-image-before{z-index:2;clip-path:inset(0 calc(100% - var(--ba-pos, 50%)) 0 0);-webkit-clip-path:inset(0 calc(100% - var(--ba-pos, 50%)) 0 0)}.ba-handle{position:absolute;top:50%;left:var(--ba-pos, 50%);transform:translate(-50%,-50%);width:48px;height:48px;border-radius:50%;background:#fff;border:2.5px solid var(--camo-terracotta);box-shadow:0 6px 20px #00000059;z-index:10;display:flex;align-items:center;justify-content:center;color:var(--camo-terracotta);pointer-events:none;transition:transform .1s ease}.ba-handle:before{content:"";position:absolute;top:-1000px;bottom:-1000px;left:50%;width:2px;background:#fffffff2;transform:translate(-50%);box-shadow:0 0 8px #0009;pointer-events:none}.ba-tag{position:absolute;top:1.25rem;padding:.4rem .9rem;border-radius:var(--radius-full);font-size:.72rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;background:#140e12bf;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;z-index:5}.ba-tag-before{left:1.25rem}.ba-tag-after{right:1.25rem}.clinical-stats-box{display:flex;flex-direction:column;gap:1.75rem}.stat-card{background:var(--camo-pearl);padding:1.75rem;border-radius:var(--radius-md);border:1px solid var(--camo-border);box-shadow:var(--camo-shadow-sm);display:flex;align-items:center;gap:1.5rem}.stat-number{font-family:var(--font-serif);font-size:3rem;font-weight:600;color:var(--camo-terracotta);line-height:1}.stat-text h4{font-family:var(--font-serif);font-size:1.25rem;font-weight:600;color:var(--camo-ink);margin-bottom:.25rem}.stat-text p{font-size:.85rem;color:var(--camo-muted)}.philosophy-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:2rem;margin-top:3.5rem}.philosophy-card{background:var(--camo-pearl);border-radius:var(--radius-lg);padding:2.5rem 2rem;border:1px solid var(--camo-border);transition:var(--trans-smooth);position:relative;text-align:left}.philosophy-card:hover{transform:translateY(-4px);box-shadow:var(--camo-shadow-md);border-color:var(--camo-rose-soft)}.philosophy-num{font-family:var(--font-serif);font-size:2.2rem;font-style:italic;color:var(--camo-terracotta);margin-bottom:1.2rem}.philosophy-card h3{font-family:var(--font-serif);font-size:1.5rem;font-weight:400;margin-bottom:.85rem;color:var(--camo-ink)}.philosophy-card p{font-size:.9rem;color:var(--camo-muted);line-height:1.65}.atelier-banner{margin-top:4rem;border-radius:var(--radius-lg);overflow:hidden;position:relative;min-height:440px;display:flex;align-items:center;color:var(--camo-pearl)}.atelier-banner img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:right center;image-rendering:-webkit-optimize-contrast}.atelier-banner-scrim{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#140e12e6,#140e1294 48%,#140e1226)}.atelier-content{position:relative;z-index:5;max-width:560px;padding:clamp(2rem,5vw,4rem)}.atelier-content h3{color:#fff!important;font-family:var(--font-serif);font-weight:400;letter-spacing:-.01em}.atelier-content p{color:#fffffff0!important}.builder-section{background:var(--camo-cream)}.builder-steps-wrapper{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem;margin-top:3rem;margin-bottom:2.5rem}.builder-step-card{background:var(--camo-pearl);border:2px solid var(--camo-border);border-radius:var(--radius-md);padding:1.25rem;cursor:pointer;transition:var(--trans-smooth);position:relative;text-align:center}.builder-step-card.selected{border-color:var(--camo-terracotta);background:#fff9f5;box-shadow:var(--camo-shadow-sm)}.builder-step-badge{font-size:.65rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--camo-terracotta);margin-bottom:.5rem;display:block}.builder-step-img{width:90px;height:90px;object-fit:contain;margin:0 auto .75rem}.builder-step-title{font-family:var(--font-serif);font-size:1.15rem;line-height:1.2;margin-bottom:.35rem}.builder-step-price{font-weight:600;color:var(--camo-ink);font-size:.95rem}.builder-summary-bar{background:var(--camo-night);color:var(--camo-pearl);padding:1.75rem 2.5rem;border-radius:var(--radius-lg);display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1.5rem}.builder-summary-info{display:flex;align-items:center;gap:2rem}.builder-total-price{font-family:var(--font-serif);font-size:2.2rem;font-weight:600;color:var(--camo-rose-soft)}.builder-discount-tag{background:var(--camo-terracotta);color:#fff;font-size:.72rem;font-weight:700;padding:.25rem .75rem;border-radius:var(--radius-full)}.actives-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem;margin-top:3.5rem}.active-item{background:var(--camo-pearl);padding:2rem;border-radius:var(--radius-md);border:1px solid var(--camo-border);transition:var(--trans-smooth)}.active-item:hover{border-color:var(--camo-terracotta);transform:translateY(-4px);box-shadow:var(--camo-shadow-sm)}.active-item-icon{font-size:1.8rem;margin-bottom:1rem}.active-item h3{font-family:var(--font-serif);font-size:1.4rem;margin-bottom:.5rem}.active-item p{font-size:.85rem;color:var(--camo-muted);line-height:1.6}.reviews-section{background:var(--camo-stone)}.reviews-filter-bar{display:flex;justify-content:center;gap:.75rem;flex-wrap:wrap;margin-top:2rem;margin-bottom:3rem}.filter-chip{background:var(--camo-pearl);border:1px solid var(--camo-border-strong);padding:.55rem 1.25rem;border-radius:var(--radius-full);font-size:.78rem;font-weight:500;cursor:pointer;transition:var(--trans-fast)}.filter-chip.active,.filter-chip:hover{background:var(--camo-ink);color:var(--camo-pearl);border-color:var(--camo-ink)}.reviews-cards-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.review-card{background:var(--camo-pearl);padding:2rem;border-radius:var(--radius-lg);border:1px solid var(--camo-border);box-shadow:var(--camo-shadow-sm);display:flex;flex-direction:column;justify-content:space-between}.review-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}.reviewer-name{font-weight:600;font-size:.95rem}.reviewer-skin-type{font-size:.72rem;color:var(--camo-terracotta);font-weight:600;text-transform:uppercase;letter-spacing:.05em}.verified-badge{display:inline-flex;align-items:center;gap:.25rem;font-size:.68rem;color:var(--camo-sage);font-weight:600}.review-quote{font-family:var(--font-serif);font-size:1.15rem;font-style:italic;line-height:1.5;color:var(--camo-ink);margin-bottom:1rem}.review-product-tag{font-size:.75rem;color:var(--camo-muted);border-top:1px solid var(--camo-border);padding-top:.75rem;margin-top:auto}.faq-accordion{max-width:800px;margin:3rem auto 0;display:flex;flex-direction:column;gap:1rem}.faq-item{background:var(--camo-pearl);border:1px solid var(--camo-border);border-radius:var(--radius-md);overflow:hidden;transition:var(--trans-fast)}.faq-item.is-open{border-color:var(--camo-terracotta)}.faq-question{width:100%;padding:1.5rem 1.75rem;text-align:left;background:none;border:none;cursor:pointer;display:flex;align-items:center;justify-content:space-between;font-family:var(--font-serif);font-size:1.25rem;font-weight:500;color:var(--camo-ink)}.faq-icon{width:24px;height:24px;border-radius:50%;background:var(--camo-stone);display:flex;align-items:center;justify-content:center;font-size:1.1rem;transition:transform .3s ease;flex-shrink:0}.faq-item.is-open .faq-icon{transform:rotate(45deg);background:var(--camo-terracotta);color:#fff}.faq-answer{max-height:0;overflow:hidden;transition:max-height .4s cubic-bezier(.16,1,.3,1),padding .3s ease;padding:0 1.75rem;font-size:.92rem;color:var(--camo-muted);line-height:1.7}.faq-item.is-open .faq-answer{max-height:300px;padding-bottom:1.5rem}.drawer-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#140e1299;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;opacity:0;visibility:hidden;transition:var(--trans-smooth)}.drawer-backdrop.is-open{opacity:1;visibility:visible}.cart-drawer{position:fixed;top:0;right:0;bottom:0;width:100%;max-width:440px;background:var(--camo-pearl);box-shadow:-10px 0 40px #0003;z-index:1001;transform:translate(100%);transition:transform .45s cubic-bezier(.16,1,.3,1);display:flex;flex-direction:column}.drawer-backdrop.is-open .cart-drawer{transform:translate(0)}.cart-header{padding:1.5rem;border-bottom:1px solid var(--camo-border);display:flex;align-items:center;justify-content:space-between}.cart-title{font-family:var(--font-serif);font-size:1.5rem;font-weight:500}.cart-close-btn{background:none;border:none;font-size:1.5rem;cursor:pointer;padding:.5rem;color:var(--camo-muted)}.cart-shipping-meter{background:var(--camo-stone);padding:.85rem 1.5rem;font-size:.78rem;border-bottom:1px solid var(--camo-border)}.shipping-progress-track{height:5px;background:#1c17181a;border-radius:var(--radius-full);margin-top:.5rem;overflow:hidden}.shipping-progress-bar{height:100%;background:var(--camo-terracotta);width:40%;border-radius:var(--radius-full);transition:width .4s ease}.cart-items-list{flex-grow:1;overflow-y:auto;padding:1.5rem;display:flex;flex-direction:column;gap:1.25rem}.cart-item{display:flex;gap:1rem;padding-bottom:1.25rem;border-bottom:1px solid var(--camo-border);position:relative}.cart-item-img{width:70px;height:70px;border-radius:var(--radius-sm);object-fit:cover;background:#fff}.cart-item-details{flex-grow:1}.cart-item-name{font-family:var(--font-serif);font-size:1.05rem;font-weight:500;line-height:1.2}.cart-item-price{font-weight:600;margin-top:.25rem;font-size:.9rem}.qty-control{display:inline-flex;align-items:center;border:1px solid var(--camo-border-strong);border-radius:var(--radius-full);margin-top:.6rem;overflow:hidden}.qty-btn{background:none;border:none;width:26px;height:26px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:.85rem}.qty-val{padding:0 .5rem;font-size:.78rem;font-weight:600}.cart-item-remove{background:none;border:none;color:var(--camo-muted);font-size:.72rem;cursor:pointer;text-decoration:underline;margin-left:.75rem}.cart-footer{padding:1.5rem;border-top:1px solid var(--camo-border);background:#fffdf9}.cart-promo-row{display:flex;gap:.5rem;margin-bottom:1rem}.cart-promo-input{flex-grow:1;padding:.6rem .9rem;border:1px solid var(--camo-border-strong);border-radius:var(--radius-sm);font-size:.78rem;text-transform:uppercase}.cart-subtotal-row{display:flex;justify-content:space-between;font-size:1.15rem;font-weight:600;margin-bottom:1rem}.modal-wrapper{position:fixed;top:0;right:0;bottom:0;left:0;background:#140e12bf;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:1050;display:flex;align-items:center;justify-content:center;padding:1.5rem;opacity:0;visibility:hidden;transition:var(--trans-smooth)}.modal-wrapper.is-open{opacity:1;visibility:visible}.modal-card{background:var(--camo-pearl);border-radius:var(--radius-lg);max-width:780px;width:100%;max-height:90vh;overflow-y:auto;position:relative;box-shadow:0 30px 90px #0006;transform:translateY(30px) scale(.96);transition:var(--trans-smooth)}.modal-wrapper.is-open .modal-card{transform:translateY(0) scale(1)}.modal-close{position:absolute;top:1.25rem;right:1.25rem;background:var(--camo-stone);border:none;width:36px;height:36px;border-radius:50%;font-size:1.2rem;cursor:pointer;z-index:10;display:flex;align-items:center;justify-content:center}.quiz-step-container{padding:2.5rem clamp(1.5rem,4vw,3rem)}.quiz-progress-bar{height:4px;background:var(--camo-stone);border-radius:var(--radius-full);margin-bottom:2rem;overflow:hidden}.quiz-progress-fill{height:100%;background:var(--camo-terracotta);width:25%;transition:width .4s ease}.quiz-question-title{font-family:var(--font-serif);font-size:1.75rem;margin-bottom:1.5rem;text-align:center}.quiz-options-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.quiz-option-btn{background:#fff;border:1px solid var(--camo-border-strong);border-radius:var(--radius-md);padding:1.25rem;text-align:left;cursor:pointer;transition:var(--trans-fast)}.quiz-option-btn:hover,.quiz-option-btn.selected{border-color:var(--camo-terracotta);background:#fff9f6}.quiz-option-title{font-weight:600;font-size:.92rem;margin-bottom:.25rem}.quiz-option-desc{font-size:.78rem;color:var(--camo-muted)}.floating-skinai-btn{position:fixed;bottom:2rem;right:2rem;background:var(--camo-night);color:var(--camo-rose-soft);border:1px solid rgba(198,122,99,.4);padding:.85rem 1.6rem;border-radius:var(--radius-full);box-shadow:0 10px 30px #00000059;z-index:90;display:flex;align-items:center;gap:.6rem;font-size:.75rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;cursor:pointer;transition:var(--trans-smooth)}.floating-skinai-btn:hover{transform:translateY(-4px) scale(1.03);box-shadow:0 16px 40px #c67a6359}.toast-message{position:fixed;bottom:2rem;left:50%;transform:translate(-50%) translateY(100px);background:var(--camo-ink);color:var(--camo-pearl);padding:.85rem 1.75rem;border-radius:var(--radius-full);box-shadow:var(--camo-shadow-lg);font-size:.85rem;font-weight:500;z-index:2000;opacity:0;transition:var(--trans-smooth);display:flex;align-items:center;gap:.6rem;pointer-events:none}.toast-message.is-visible{transform:translate(-50%) translateY(0);opacity:1}.site-footer{background:var(--camo-night);color:var(--camo-pearl);padding-top:5rem;padding-bottom:2.5rem;border-top:1px solid rgba(255,253,249,.1)}.footer-top{display:grid;grid-template-columns:1.5fr 1fr 1fr 1.2fr;gap:3rem;margin-bottom:4rem}.footer-brand-p{font-size:.88rem;color:#fffdf9a6;line-height:1.7;margin:1.25rem 0 1.75rem;max-width:320px}.footer-heading{font-family:var(--font-serif);font-size:1.25rem;margin-bottom:1.25rem;letter-spacing:.04em}.footer-links{display:flex;flex-direction:column;gap:.75rem}.footer-link{color:#fffdf9b3;font-size:.85rem;transition:color .2s ease}.footer-link:hover{color:var(--camo-rose-soft)}.footer-newsletter-form{display:flex;gap:.5rem;margin-top:1rem}.footer-input{background:#fffdf914;border:1px solid rgba(255,253,249,.2);border-radius:var(--radius-full);padding:.75rem 1.25rem;color:#fff;font-size:.82rem;flex-grow:1}.footer-input:focus{outline:none;border-color:var(--camo-rose-soft)}.footer-bottom{padding-top:2rem;border-top:1px solid rgba(255,253,249,.08);display:flex;align-items:center;justify-content:space-between;font-size:.75rem;color:#fffdf980;flex-wrap:wrap;gap:1rem}.footer-badges-row{display:flex;gap:1.25rem}@keyframes pulseGlow{0%{transform:scale(1);opacity:.8}50%{transform:scale(1.25);opacity:1}to{transform:scale(1);opacity:.8}}@keyframes laserSweep{0%{top:0%;opacity:.2}50%{top:100%;opacity:1}to{top:0%;opacity:.2}}@keyframes pointPulse{0%,to{transform:translate(-50%,-50%) scale(1);opacity:.8}50%{transform:translate(-50%,-50%) scale(1.6);opacity:.4}}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media(max-width:1024px){.skinai-grid{grid-template-columns:1fr;gap:3rem}.ba-grid{grid-template-columns:1fr;gap:2.5rem}.footer-top{grid-template-columns:1fr 1fr;gap:2.5rem}.builder-steps-wrapper{grid-template-columns:repeat(2,1fr)}}@media(max-width:900px){.header-masthead-row{padding:.75rem 0;display:flex!important;align-items:center!important;justify-content:space-between!important}.masthead-left{display:flex!important;align-items:center!important;gap:.5rem!important;flex:0 0 auto!important}.mobile-menu-toggle,.mobile-menu-btn,.masthead-tagline{display:none!important}.masthead-center{flex:1!important;display:flex!important;justify-content:center!important}.brand-logo-img{height:38px!important;width:auto!important}.masthead-right{display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:.45rem!important;flex:0 0 auto!important}.header-nav-row,.masthead-cta-btn{display:none!important}.footer-newsletter-card{grid-template-columns:1fr!important;padding:2rem 1.5rem!important;margin-bottom:3rem!important}.footer-newsletter-card form div{max-width:100%!important;margin-left:0!important}.footer-trust-grid{grid-template-columns:repeat(2,1fr)!important;gap:1.25rem!important;padding-bottom:2.5rem!important;margin-bottom:2.5rem!important}.footer-main-grid{grid-template-columns:1fr!important;gap:2.25rem!important;margin-bottom:3rem!important}.footer-bottom-bar{flex-direction:column!important;align-items:center!important;text-align:center!important;gap:.85rem!important;padding-bottom:calc(3.5rem + env(safe-area-inset-bottom,20px))!important}.camo-master-footer{padding:3.5rem 0 calc(4rem + env(safe-area-inset-bottom,20px))!important}.floating-skinai-btn{bottom:calc(1rem + env(safe-area-inset-bottom,10px))!important}}@media(max-width:768px){.hero-slide-bg{object-position:75% center}.hero-slide-overlay{background:linear-gradient(180deg,#140e12d9,#140e12b3,#140e1280)}.hero-content{padding:2.5rem 0 5rem}.quiz-options-grid,.footer-top{grid-template-columns:1fr}.builder-summary-bar{flex-direction:column;align-items:stretch;text-align:center}.builder-summary-info{justify-content:space-between}.floating-skinai-btn{bottom:1rem;right:1rem;padding:.7rem 1.2rem;font-size:.7rem}}.wishlist-count-badge{position:absolute;top:-2px;right:-4px;background-color:var(--camo-terracotta);color:var(--camo-pearl);font-size:.65rem;font-weight:700;width:18px;height:18px;border-radius:50%;display:flex;align-items:center;justify-content:center;line-height:1;transition:transform .2s ease}.product-wishlist-btn{position:absolute;top:.85rem;right:.85rem;z-index:5;width:36px;height:36px;border-radius:50%;background:#fffdf9eb;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border:1px solid rgba(28,23,24,.08);display:flex;align-items:center;justify-content:center;color:var(--camo-muted);cursor:pointer;transition:transform .25s cubic-bezier(.16,1,.3,1),color .2s ease,background .2s ease;box-shadow:0 4px 12px #1c171814}.product-wishlist-btn:hover{transform:scale(1.12);color:var(--camo-terracotta);background:#fff}.product-wishlist-btn.is-active{color:#d9534f;background:#fff}.product-wishlist-btn.is-active svg{fill:#d9534f;stroke:#d9534f}.wishlist-drawer-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background-color:#140e128c;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);z-index:1000;opacity:0;visibility:hidden;transition:opacity .35s cubic-bezier(.16,1,.3,1),visibility .35s ease}.wishlist-drawer-backdrop.is-open{opacity:1;visibility:visible}.wishlist-drawer{position:absolute;top:0;right:0;width:100%;max-width:440px;height:100%;background:var(--camo-pearl);box-shadow:-10px 0 40px #0000002e;display:flex;flex-direction:column;transform:translate(100%);transition:transform .4s cubic-bezier(.16,1,.3,1);overflow:hidden}.wishlist-drawer-backdrop.is-open .wishlist-drawer{transform:translate(0)}.wishlist-header{padding:1.5rem 1.75rem;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--camo-border)}.wishlist-title{font-family:var(--font-serif);font-size:1.6rem;font-weight:500;color:var(--camo-ink)}.wishlist-close-btn{background:none;border:none;font-size:1.8rem;color:var(--camo-muted);cursor:pointer;line-height:1;padding:.2rem;transition:color .2s ease}.wishlist-close-btn:hover{color:var(--camo-ink)}.wishlist-items-list{flex:1;overflow-y:auto;padding:1.5rem 1.75rem;display:flex;flex-direction:column;gap:1.25rem}.wishlist-item{display:grid;grid-template-columns:72px 1fr auto;gap:1rem;align-items:center;padding-bottom:1.25rem;border-bottom:1px solid var(--camo-border)}.wishlist-item-img{width:72px;height:72px;border-radius:var(--radius-sm);background:var(--camo-cream);object-fit:contain;padding:.4rem}.wishlist-item-name{font-size:.92rem;font-weight:600;color:var(--camo-ink);line-height:1.3}.wishlist-item-price{font-size:.88rem;font-weight:600;color:var(--camo-terracotta);margin-top:.2rem}.collection-filter-tabs{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:.65rem;margin:2rem 0 2.5rem}.filter-tab-btn{background:#fff;border:1px solid rgba(28,23,24,.12);color:var(--camo-ink);padding:.55rem 1.25rem;border-radius:var(--radius-full);font-size:.78rem;font-weight:600;cursor:pointer;transition:all .25s ease;box-shadow:0 2px 6px #00000008}.filter-tab-btn:hover,.filter-tab-btn.is-active{background:var(--camo-ink);color:var(--camo-pearl);border-color:var(--camo-ink);transform:translateY(-1px);box-shadow:0 4px 12px #1c17181f}.cart-page-body{background-color:#faf7f2;color:var(--camo-ink);min-height:100vh;display:flex;flex-direction:column}.checkout-header{background:#fffdf9f5;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid rgba(28,23,24,.08);position:sticky;top:0;z-index:100;padding:1rem 0}.checkout-header-inner{display:flex;align-items:center;justify-content:space-between}.checkout-back-link{display:inline-flex;align-items:center;gap:.5rem;font-size:.78rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--camo-muted);text-decoration:none;transition:color .2s ease}.checkout-back-link:hover{color:var(--camo-terracotta)}.checkout-secure-badge{display:inline-flex;align-items:center;gap:.4rem;font-size:.75rem;font-weight:600;color:var(--camo-sage);background:#eaf0e8;padding:.35rem .8rem;border-radius:var(--radius-full)}.cart-checkout-layout{display:grid;grid-template-columns:1fr;gap:2.5rem;margin:3rem 0 5rem;align-items:start}@media(min-width:992px){.cart-checkout-layout{grid-template-columns:1.55fr 1fr}}.checkout-card{background:#fff;border-radius:20px;border:1px solid rgba(28,23,24,.07);box-shadow:0 10px 32px #1c171808;padding:clamp(1.5rem,3vw,2.25rem);margin-bottom:2rem}.checkout-card-header{display:flex;align-items:center;justify-content:space-between;padding-bottom:1.25rem;margin-bottom:1.5rem;border-bottom:1px solid rgba(28,23,24,.06)}.checkout-card-title{font-family:var(--font-serif);font-size:1.45rem;font-weight:500;color:var(--camo-ink);display:flex;align-items:center;gap:.65rem}.checkout-step-badge{width:28px;height:28px;border-radius:50%;background:var(--camo-terracotta);color:#fff;font-size:.8rem;font-weight:700;display:inline-flex;align-items:center;justify-content:center}.page-cart-item{display:grid;grid-template-columns:84px 1fr auto;gap:1.25rem;align-items:center;padding:1.25rem 0;border-bottom:1px solid rgba(28,23,24,.06)}.page-cart-item:last-child{border-bottom:none;padding-bottom:0}.page-cart-img{width:84px;height:84px;border-radius:12px;background:#faf7f2;border:1px solid rgba(28,23,24,.06);padding:.4rem;object-fit:contain}.page-cart-details{display:flex;flex-direction:column;gap:.2rem}.page-cart-name{font-family:var(--font-serif);font-size:1.15rem;font-weight:600;color:var(--camo-ink);line-height:1.2}.page-cart-subtitle{font-size:.76rem;color:var(--camo-muted)}.page-cart-price{font-size:.95rem;font-weight:700;color:var(--camo-terracotta);margin-top:.35rem}.page-cart-actions{display:flex;flex-direction:column;align-items:flex-end;gap:.65rem}.page-qty-picker{display:inline-flex;align-items:center;background:#faf7f2;border:1px solid rgba(28,23,24,.1);border-radius:var(--radius-full);padding:.2rem .5rem;gap:.6rem}.page-qty-btn{background:none;border:none;font-size:1.1rem;cursor:pointer;color:var(--camo-ink);display:flex;align-items:center;justify-content:center;width:24px;height:24px;transition:color .2s ease}.page-qty-btn:hover{color:var(--camo-terracotta)}.page-qty-val{font-size:.85rem;font-weight:700;min-width:18px;text-align:center}.page-remove-btn{background:none;border:none;color:var(--camo-muted);font-size:.72rem;text-decoration:underline;cursor:pointer;transition:color .2s ease}.page-remove-btn:hover{color:#d9534f}.form-grid-2{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem;margin-bottom:1rem}.form-group{display:flex;flex-direction:column;gap:.35rem;margin-bottom:1rem}.form-label{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:#4a4244}.form-input{background:#faf7f2;border:1px solid rgba(28,23,24,.12);border-radius:10px;padding:.85rem 1rem;font-size:.9rem;color:var(--camo-ink);font-family:inherit;transition:border-color .2s ease,background .2s ease}.form-input:focus{outline:none;border-color:var(--camo-terracotta);background:#fff;box-shadow:0 0 0 3px #c67a631f}.payment-methods-grid{display:flex;flex-direction:column;gap:.85rem}.payment-option-card{border:1.5px solid rgba(28,23,24,.1);border-radius:14px;padding:1rem 1.25rem;display:flex;align-items:center;justify-content:space-between;cursor:pointer;transition:all .2s ease;background:#faf7f2}.payment-option-card:hover{border-color:var(--camo-terracotta)}.payment-option-card.is-selected{border-color:var(--camo-terracotta);background:#fffdfb;box-shadow:0 4px 16px #c67a6314}.payment-option-left{display:flex;align-items:center;gap:.85rem}.payment-radio{accent-color:var(--camo-terracotta);width:18px;height:18px}.payment-option-title{font-size:.92rem;font-weight:600;color:var(--camo-ink)}.sticky-summary-box{position:sticky;top:6rem;background:#fff;border-radius:20px;border:1px solid rgba(28,23,24,.08);box-shadow:0 16px 40px #1c17180f;padding:2rem}.summary-shipping-banner{background:#f4efe6;border-radius:12px;padding:1rem 1.15rem;margin-bottom:1.5rem;border-left:3px solid var(--camo-terracotta)}.summary-progress-track{height:6px;background:#1c171814;border-radius:var(--radius-full);margin-top:.6rem;overflow:hidden}.summary-progress-bar{height:100%;background:linear-gradient(90deg,var(--camo-terracotta),#E09880);border-radius:var(--radius-full);transition:width .4s ease}.summary-row{display:flex;justify-content:space-between;align-items:center;font-size:.9rem;color:#5c5552;margin-bottom:.85rem}.summary-row.total-row{border-top:1.5px solid rgba(28,23,24,.08);padding-top:1.15rem;margin-top:1.15rem;font-family:var(--font-serif);font-size:1.4rem;font-weight:600;color:var(--camo-ink)}.checkout-submit-btn{width:100%;padding:1.1rem 2rem;font-size:.95rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;margin-top:1.5rem;border-radius:var(--radius-full);background:var(--camo-terracotta);color:#fff;border:none;cursor:pointer;box-shadow:0 8px 24px #c67a6359;transition:transform .25s ease,background-color .25s ease,box-shadow .25s ease}.checkout-submit-btn:hover{background:#b36853;transform:translateY(-2px);box-shadow:0 12px 30px #c67a6373}.trust-badges-list{display:flex;flex-direction:column;gap:.65rem;margin-top:1.75rem;padding-top:1.5rem;border-top:1px solid rgba(28,23,24,.06)}.trust-badge-item{display:flex;align-items:center;gap:.65rem;font-size:.78rem;color:var(--camo-muted)}footer.site-footer,.site-footer,#colophon,#colophon.site-footer,.camo-cosmetics-theme footer.site-footer,.camo-cosmetics-theme .site-footer{background:#140e12!important;background-color:#140e12!important;color:#fffdf9!important;padding-top:5rem!important;padding-bottom:2.5rem!important;border-top:1px solid rgba(255,253,249,.1)!important}.site-footer .footer-heading,footer.site-footer .footer-heading{color:#fffdf9!important;font-family:Cormorant Garamond,Georgia,serif!important;font-size:1.25rem!important;letter-spacing:.04em!important}.site-footer .footer-brand-p,footer.site-footer .footer-brand-p{color:#fffdf9a6!important;line-height:1.7!important}.site-footer .footer-link,footer.site-footer .footer-link{color:#fffdf9bf!important;text-decoration:none!important;font-size:.85rem!important}.site-footer .footer-link:hover,footer.site-footer .footer-link:hover{color:#e8a896!important}.site-footer .footer-input,footer.site-footer .footer-input{background:#fffdf914!important;border:1px solid rgba(255,253,249,.2)!important;border-radius:50px!important;padding:.75rem 1.25rem!important;color:#fff!important;font-size:.82rem!important}.site-footer .footer-newsletter-form .btn-terracotta,footer.site-footer .footer-newsletter-form .btn-terracotta,.site-footer .footer-newsletter-form button{background:#c67a63!important;color:#fff!important;border-radius:50px!important;padding:.75rem 1.5rem!important}.site-footer .footer-bottom,footer.site-footer .footer-bottom{padding-top:2rem!important;border-top:1px solid rgba(255,253,249,.08)!important;color:#fffdf980!important;font-size:.75rem!important}@media(max-width:768px){.container{padding-left:1.15rem!important;padding-right:1.15rem!important}.announcement-bar{font-size:.72rem!important;padding:.55rem .75rem!important}.announcement-bar .tag{display:none!important}.header-masthead-row{padding:.65rem 0!important;display:flex!important;align-items:center!important;justify-content:space-between!important}.masthead-left{display:none!important}.brand-logo-img{max-height:38px!important;width:auto!important}.masthead-right{display:flex!important;align-items:center!important;gap:.25rem!important}.header-action-btn{width:38px!important;height:38px!important;padding:6px!important}.header-action-btn svg{width:20px!important;height:20px!important}.header-nav-row{overflow-x:auto!important;white-space:nowrap!important;-webkit-overflow-scrolling:touch!important;scrollbar-width:none!important;padding:.45rem 0 .6rem!important;border-top:1px solid rgba(28,23,24,.05)!important}.header-nav-row::-webkit-scrollbar{display:none!important}.nav-menu{display:flex!important;flex-wrap:nowrap!important;gap:.45rem!important;padding:0 .35rem!important}.nav-link{font-size:.74rem!important;padding:.38rem .85rem!important;background:#1c17180a!important;border-radius:50px!important;flex-shrink:0!important;color:var(--camo-ink)!important}.nav-link.active,.nav-link:hover{background:var(--camo-ink)!important;color:var(--camo-pearl)!important}.hero-section{min-height:auto!important;padding:3.5rem 0 4.5rem!important}.hero-title{font-size:clamp(2.2rem,8vw,3.2rem)!important;line-height:1.15!important}.hero-subtitle{font-size:.95rem!important;margin-bottom:1.75rem!important}.hero-actions{flex-direction:column!important;width:100%!important;gap:.75rem!important}.hero-actions .btn{width:100%!important;justify-content:center!important;text-align:center!important}.hero-badges-row{flex-wrap:wrap!important;justify-content:center!important;gap:.75rem!important}.spotlight-grid{grid-template-columns:1fr!important;gap:2.25rem!important}.spotlight-image-col{order:-1!important}.spotlight-img{max-height:340px!important;width:100%!important;object-fit:cover!important;border-radius:20px!important}.spotlight-content-col{padding:0!important}.routine-builder-layout{grid-template-columns:1fr!important;gap:2rem!important}.routine-summary-card{position:static!important;width:100%!important;margin-top:1rem!important}.philosophy-grid,.ingredients-grid,.testimonials-grid,.faq-grid{grid-template-columns:1fr!important;gap:1.5rem!important}.floating-skinai-btn{bottom:1rem!important;right:1rem!important;padding:.65rem 1.15rem!important;font-size:.74rem!important;z-index:999!important}}@media(max-width:640px){.products-grid{grid-template-columns:repeat(2,1fr)!important;gap:.75rem!important;padding:0!important}.product-card{padding:.85rem!important;border-radius:18px!important}.product-card-img-wrap{height:155px!important;padding:.5rem!important;border-radius:12px!important}.product-card-img{max-height:135px!important}.product-card-title{font-size:1.02rem!important;line-height:1.2!important;margin-bottom:.25rem!important}.product-card-volume{font-size:.68rem!important}.product-card-price{font-size:.95rem!important;margin-top:.25rem!important}.product-card-actions{margin-top:.65rem!important;flex-direction:column!important;gap:.4rem!important}.product-card-actions .btn{width:100%!important;padding:.65rem .5rem!important;font-size:.72rem!important}.product-quick-btn{display:none!important}.camo-shop-catalog-wrapper ul.products,ul.products{grid-template-columns:repeat(2,1fr)!important;gap:.75rem!important}.camo-shop-catalog-wrapper ul.products li.product,ul.products li.product{padding:.85rem!important;border-radius:18px!important}.camo-shop-catalog-wrapper ul.products li.product img,ul.products li.product img{height:150px!important;padding:.4rem!important}.camo-shop-catalog-wrapper ul.products li.product h2,ul.products li.product h2{font-size:1.05rem!important}}@media(max-width:480px){.cart-drawer,.wishlist-drawer{width:100%!important;max-width:100%!important}.modal-card{width:95vw!important;max-width:95vw!important;max-height:90vh!important;padding:1.5rem 1rem!important;margin:auto!important;border-radius:20px!important}.quiz-options-grid{grid-template-columns:1fr!important;gap:.75rem!important}}.camo-shop-catalog-wrapper ul.products,ul.products{display:grid!important;grid-template-columns:repeat(auto-fill,minmax(280px,1fr))!important;gap:2.25rem!important;align-items:stretch!important;padding:0!important;margin:2.5rem 0 4rem!important}.camo-shop-catalog-wrapper ul.products li.product,ul.products li.product{display:flex!important;flex-direction:column!important;height:100%!important;margin:0!important;width:100%!important}.camo-grid-product-card{background:#fff!important;border-radius:22px!important;border:1px solid rgba(28,23,24,.07)!important;padding:1.35rem!important;display:flex!important;flex-direction:column!important;justify-content:space-between!important;height:100%!important;transition:all .35s cubic-bezier(.16,1,.3,1)!important;box-shadow:0 8px 24px #1c171808!important;position:relative!important}.camo-grid-product-card:hover{transform:translateY(-5px)!important;box-shadow:0 16px 36px #1c171814!important;border-color:#c67a634d!important}.camo-card-img-wrap{height:250px!important;background:#faf7f2!important;border-radius:16px!important;display:flex!important;align-items:center!important;justify-content:center!important;position:relative!important;overflow:hidden!important;margin-bottom:1.25rem!important}.camo-card-img-wrap .camo-card-img,.camo-card-img-wrap img{max-height:210px!important;width:auto!important;max-width:90%!important;object-fit:contain!important;display:block!important;margin:0 auto!important;transition:transform .4s ease!important}.camo-grid-product-card:hover .camo-card-img-wrap img{transform:scale(1.06)!important}.camo-card-hover-overlay{position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;background:#140e128c!important;backdrop-filter:blur(4px)!important;-webkit-backdrop-filter:blur(4px)!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:.65rem!important;opacity:0!important;visibility:hidden!important;transition:all .3s ease!important;padding:1rem!important;z-index:10!important}.camo-grid-product-card:hover .camo-card-hover-overlay{opacity:1!important;visibility:visible!important}.camo-hover-btn{width:100%!important;max-width:200px!important;text-align:center!important;text-decoration:none!important;font-family:Plus Jakarta Sans,sans-serif!important;font-size:.78rem!important;font-weight:700!important;letter-spacing:.08em!important;text-transform:uppercase!important;border-radius:50px!important;padding:.75rem 1.25rem!important;transition:all .25s ease!important;display:inline-block!important}.camo-hover-cart-btn{background:#c67a63!important;color:#fff!important;border:none!important;box-shadow:0 6px 18px #c67a6366!important}.camo-hover-cart-btn:hover{background:#b36852!important;transform:scale(1.03)!important}.camo-hover-preview-btn{background:#fff!important;color:#1c1718!important;border:1px solid rgba(255,255,255,.5)!important}.camo-hover-preview-btn:hover{background:#1c1718!important;color:#fff!important;transform:scale(1.03)!important}.camo-card-info{display:flex!important;flex-direction:column!important;flex:1!important}.camo-card-cat{font-family:Plus Jakarta Sans,sans-serif!important;font-size:.72rem!important;font-weight:700!important;text-transform:uppercase!important;letter-spacing:.1em!important;color:#c67a63!important;margin-bottom:.35rem!important;display:block!important}.camo-card-title{font-family:Cormorant Garamond,Georgia,serif!important;font-size:1.35rem!important;font-weight:600!important;color:#1c1718!important;line-height:1.25!important;margin:0 0 .5rem!important;min-height:3.3rem!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important}.camo-card-title a{color:inherit!important;text-decoration:none!important}.camo-card-price{font-family:Plus Jakarta Sans,sans-serif!important;font-size:1.15rem!important;font-weight:700!important;color:#c67a63!important;margin-top:auto!important;padding-top:.5rem!important}.camo-card-price ins{text-decoration:none!important}.camo-card-price del{color:#a09899!important;font-size:.9rem!important;font-weight:400!important;margin-right:.4rem!important}.single-product div.product{background:#fff!important;border-radius:24px!important;border:1px solid rgba(28,23,24,.07)!important;padding:clamp(1.5rem,4vw,3.5rem)!important;box-shadow:0 12px 36px #1c171808!important}.single-product h1.product_title{font-family:Cormorant Garamond,Georgia,serif!important;font-size:clamp(2rem,3.8vw,2.9rem)!important;font-weight:600!important;color:#1c1718!important;line-height:1.2!important;margin:0 0 1rem!important}.single-product p.price,.single-product .summary p.price,.single-product .summary span.price{font-family:Plus Jakarta Sans,sans-serif!important;font-size:1.7rem!important;font-weight:700!important;color:#c67a63!important;margin-bottom:1.5rem!important}.single-product form.cart .single_add_to_cart_button,.single-product button.single_add_to_cart_button,.woocommerce button.button.alt,.woocommerce input.button.alt{background:#c67a63!important;color:#fff!important;border:none!important;border-radius:50px!important;padding:1rem 2.5rem!important;font-family:Plus Jakarta Sans,sans-serif!important;font-size:.88rem!important;font-weight:700!important;letter-spacing:.08em!important;text-transform:uppercase!important;cursor:pointer!important;transition:all .3s ease!important;box-shadow:0 8px 24px #c67a6359!important}.single-product form.cart .single_add_to_cart_button:hover,.woocommerce button.button.alt:hover{background:#1c1718!important;color:#fff!important;transform:translateY(-2px)!important;box-shadow:0 12px 28px #1c171840!important}.single-product .quantity input.qty{border:1px solid rgba(28,23,24,.15)!important;border-radius:50px!important;padding:.8rem 1rem!important;font-family:Plus Jakarta Sans,sans-serif!important;font-size:.95rem!important;font-weight:600!important;background:#faf7f2!important;color:#1c1718!important;width:75px!important;height:48px!important}.woocommerce-tabs{margin-top:3.5rem!important;padding-top:2.5rem!important;border-top:1px solid rgba(28,23,24,.08)!important}.woocommerce-tabs ul.tabs{border:none!important;background:transparent!important;display:flex!important;gap:1.5rem!important;padding:0!important;margin:0 0 2rem!important;border-bottom:1.5px solid rgba(28,23,24,.08)!important}.woocommerce-tabs ul.tabs li{background:transparent!important;border:none!important;border-radius:0!important;padding:.75rem .25rem!important;margin:0!important;position:relative!important}.woocommerce-tabs ul.tabs li a{font-family:Plus Jakarta Sans,sans-serif!important;font-size:.85rem!important;font-weight:700!important;text-transform:uppercase!important;letter-spacing:.08em!important;color:#7a7274!important;padding:0!important}.woocommerce-tabs ul.tabs li.active a{color:#1c1718!important}.woocommerce-tabs ul.tabs li.active:after{content:""!important;position:absolute!important;bottom:-1.5px!important;left:0!important;width:100%!important;height:2px!important;background:#c67a63!important}.woocommerce-tabs .panel{font-family:Plus Jakarta Sans,sans-serif!important;font-size:.92rem!important;line-height:1.8!important;color:#4a4244!important}.woocommerce-tabs .panel h2{font-family:Cormorant Garamond,Georgia,serif!important;font-size:1.6rem!important;font-weight:600!important;color:#1c1718!important;margin-bottom:1rem!important}.woocommerce-cart table.shop_table{background:#fff!important;border-radius:20px!important;border:1px solid rgba(28,23,24,.07)!important;box-shadow:0 10px 32px #1c171808!important;overflow:hidden!important;border-collapse:separate!important;border-spacing:0!important;margin-bottom:2.5rem!important}.woocommerce-cart table.shop_table th{font-family:Plus Jakarta Sans,sans-serif!important;font-size:.76rem!important;font-weight:700!important;text-transform:uppercase!important;letter-spacing:.08em!important;color:#7a7274!important;background:#faf7f2!important;padding:1.25rem 1.5rem!important;border:none!important}.woocommerce-cart table.shop_table td{padding:1.5rem!important;border-top:1px solid rgba(28,23,24,.06)!important;border-bottom:none!important;vertical-align:middle!important}.woocommerce-cart table.shop_table td.product-thumbnail img{width:75px!important;height:75px!important;object-fit:contain!important;border-radius:12px!important;background:#faf7f2!important;padding:.4rem!important;border:1px solid rgba(28,23,24,.05)!important}.woocommerce-cart table.shop_table td.product-name a{font-family:Plus Jakarta Sans,sans-serif!important;font-size:.95rem!important;font-weight:600!important;color:#1c1718!important;text-decoration:none!important}.woocommerce-cart table.shop_table td.product-price,.woocommerce-cart table.shop_table td.product-subtotal{font-family:Plus Jakarta Sans,sans-serif!important;font-size:1.05rem!important;font-weight:700!important;color:#c67a63!important;font-variant-numeric:tabular-nums!important}.woocommerce-cart table.shop_table td.product-remove a.remove{color:#a09899!important;font-size:1.3rem!important;background:#1c17180d!important;border-radius:50%!important;width:28px!important;height:28px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;transition:all .2s ease!important}.woocommerce-cart table.shop_table td.product-remove a.remove:hover{background:#d9534f!important;color:#fff!important}.woocommerce-cart table.shop_table td.actions{background:#faf7f2!important;padding:1.5rem!important}.woocommerce-cart table.shop_table td.actions .coupon input.input-text{border:1px solid rgba(28,23,24,.15)!important;border-radius:50px!important;padding:.75rem 1.25rem!important;background:#fff!important;font-family:Plus Jakarta Sans,sans-serif!important;font-size:.85rem!important}.woocommerce-cart table.shop_table td.actions button.button{background:#1c1718!important;color:#fff!important;border:none!important;border-radius:50px!important;padding:.75rem 1.5rem!important;font-family:Plus Jakarta Sans,sans-serif!important;font-size:.8rem!important;font-weight:700!important;text-transform:uppercase!important;letter-spacing:.08em!important;cursor:pointer!important;transition:all .25s ease!important}.woocommerce-cart table.shop_table td.actions button.button:hover{background:#c67a63!important}.cart-collaterals .cart_totals{background:#fff!important;border-radius:20px!important;border:1px solid rgba(28,23,24,.07)!important;padding:2rem!important;box-shadow:0 10px 32px #1c171808!important}.cart-collaterals .cart_totals h2{font-family:Cormorant Garamond,Georgia,serif!important;font-size:1.8rem!important;font-weight:500!important;color:#1c1718!important;margin-bottom:1.5rem!important}.cart-collaterals .wc-proceed-to-checkout a.checkout-button{background:#c67a63!important;color:#fff!important;border:none!important;border-radius:50px!important;padding:1.15rem 2rem!important;font-family:Plus Jakarta Sans,sans-serif!important;font-size:.92rem!important;font-weight:700!important;letter-spacing:.08em!important;text-transform:uppercase!important;display:block!important;text-align:center!important;text-decoration:none!important;box-shadow:0 8px 24px #c67a6359!important;transition:all .3s ease!important;margin-top:1.5rem!important}.cart-collaterals .wc-proceed-to-checkout a.checkout-button:hover{background:#1c1718!important;transform:translateY(-2px)!important;box-shadow:0 12px 28px #1c171840!important}.cart-free-shipping-meter{background:#faf7f2!important;padding:.65rem 1.25rem!important;border-bottom:1px solid rgba(28,23,24,.06)!important}.shipping-meter-text{font-family:Plus Jakarta Sans,sans-serif!important;font-size:.78rem!important;color:#1c1718!important;text-align:center!important;margin-bottom:.35rem!important}.shipping-progress-track{height:3px!important;background:#1c171814!important;border-radius:4px!important;overflow:hidden!important}.shipping-progress-bar{height:100%!important;background:#c67a63!important;transition:width .4s ease!important}html,body{overflow-x:hidden!important;max-width:100%!important;width:100%!important;-webkit-text-size-adjust:100%!important}*,*:before,*:after{box-sizing:border-box!important}.camo-card-mobile-actions{display:none;margin-top:.75rem}@media(max-width:900px),(hover:none){.camo-card-mobile-actions{display:block!important}.camo-card-hover-overlay{display:none!important}}@media(max-width:768px){.container,.camo-shop-catalog-wrapper,.camo-single-product-wrapper,.camo-standard-page-wrapper{max-width:100%!important;padding-left:1rem!important;padding-right:1rem!important;margin-left:auto!important;margin-right:auto!important}.announcement-bar{font-size:.7rem!important;padding:.45rem .5rem!important;line-height:1.35!important}.header-masthead-row{padding:.5rem 0!important;display:flex!important;justify-content:space-between!important;align-items:center!important}.masthead-left{display:none!important}.brand-logo-img{max-height:36px!important;width:auto!important}.header-action-btn{width:36px!important;height:36px!important;padding:5px!important}.header-nav-row{overflow-x:auto!important;white-space:nowrap!important;-webkit-overflow-scrolling:touch!important;scrollbar-width:none!important;padding:.4rem .25rem .55rem!important;border-top:1px solid rgba(28,23,24,.05)!important}.nav-menu{display:inline-flex!important;flex-wrap:nowrap!important;gap:.4rem!important}.nav-link{font-size:.72rem!important;padding:.35rem .75rem!important;border-radius:50px!important;background:#1c17180a!important;flex-shrink:0!important}.camo-shop-catalog-wrapper ul.products,ul.products{grid-template-columns:repeat(2,1fr)!important;gap:.75rem!important;margin:1.5rem 0 3rem!important}.camo-grid-product-card{padding:.85rem!important;border-radius:16px!important}.camo-card-img-wrap{height:155px!important;border-radius:12px!important;padding:.5rem!important;margin-bottom:.75rem!important}.camo-card-img-wrap img{max-height:135px!important}.camo-card-cat{font-size:.65rem!important;margin-bottom:.2rem!important}.camo-card-title{font-size:1rem!important;min-height:2.6rem!important;line-height:1.25!important;margin-bottom:.35rem!important}.camo-card-price{font-size:.95rem!important}.single-product div.product{padding:1.25rem 1rem!important;border-radius:18px!important;display:flex!important;flex-direction:column!important}.single-product div.product div.images{width:100%!important;float:none!important;margin-bottom:1.5rem!important}.single-product div.product div.summary{width:100%!important;float:none!important;padding:0!important}.single-product h1.product_title{font-size:1.75rem!important;line-height:1.2!important}.single-product p.price{font-size:1.4rem!important;margin-bottom:1.25rem!important}.single-product form.cart{display:flex!important;flex-direction:column!important;gap:.75rem!important;width:100%!important}.single-product .quantity{width:100%!important;margin:0!important}.single-product .quantity input.qty{width:100%!important;height:44px!important;text-align:center!important}.single-product form.cart .single_add_to_cart_button{width:100%!important;padding:.95rem 1.5rem!important;font-size:.85rem!important;text-align:center!important}.woocommerce-tabs ul.tabs{gap:.75rem!important;overflow-x:auto!important;white-space:nowrap!important}.woocommerce-tabs ul.tabs li a{font-size:.75rem!important}.cart-drawer,.wishlist-drawer{width:100%!important;max-width:100vw!important}.cart-drawer-header{padding:1.15rem 1.25rem!important}.cart-drawer-body{padding:1rem 1.25rem!important}.cart-drawer-footer{padding:1.15rem 1.25rem!important}.woocommerce-cart table.shop_table{display:block!important;border:none!important;background:transparent!important;box-shadow:none!important;margin-bottom:1.5rem!important}.woocommerce-cart table.shop_table thead{display:none!important}.woocommerce-cart table.shop_table tbody{display:flex!important;flex-direction:column!important;gap:.85rem!important}.woocommerce-cart table.shop_table tr.cart_item{display:grid!important;grid-template-columns:75px 1fr!important;gap:.85rem!important;background:#fff!important;border-radius:16px!important;border:1px solid rgba(28,23,24,.07)!important;padding:1rem!important;box-shadow:0 4px 16px #1c171808!important;position:relative!important}.woocommerce-cart table.shop_table td.product-thumbnail{grid-row:span 3!important;padding:0!important;border:none!important}.woocommerce-cart table.shop_table td.product-thumbnail img{width:75px!important;height:75px!important;border-radius:10px!important}.woocommerce-cart table.shop_table td.product-name{padding:0!important;border:none!important;padding-right:1.5rem!important}.woocommerce-cart table.shop_table td.product-name a{font-size:.88rem!important;line-height:1.25!important}.woocommerce-cart table.shop_table td.product-price,.woocommerce-cart table.shop_table td.product-subtotal{padding:.15rem 0!important;border:none!important;font-size:.95rem!important}.woocommerce-cart table.shop_table td.product-quantity{padding:.35rem 0 0!important;border:none!important}.woocommerce-cart table.shop_table td.product-remove{position:absolute!important;top:.65rem!important;right:.65rem!important;padding:0!important;border:none!important}.woocommerce-cart table.shop_table td.actions{display:block!important;background:#fff!important;border-radius:16px!important;border:1px solid rgba(28,23,24,.07)!important;padding:1rem!important}.woocommerce-cart table.shop_table td.actions .coupon{display:flex!important;flex-direction:column!important;gap:.5rem!important;margin-bottom:.75rem!important;float:none!important}.woocommerce-cart table.shop_table td.actions .coupon input.input-text,.woocommerce-cart table.shop_table td.actions button.button{width:100%!important;text-align:center!important;float:none!important}.cart-collaterals .cart_totals{padding:1.25rem!important;border-radius:16px!important}.floating-skinai-btn{bottom:.85rem!important;right:.85rem!important;padding:.55rem .95rem!important;font-size:.7rem!important}}@media(max-width:768px){.hero-slider-section{min-height:auto!important;padding:3rem 0 3.5rem!important;position:relative!important}.hero-content{padding:1.5rem 0 2rem!important}.hero-title{font-size:clamp(2rem,7.5vw,2.7rem)!important;line-height:1.15!important;margin-bottom:.85rem!important}.hero-subtitle{font-size:.88rem!important;line-height:1.55!important;margin-bottom:1.5rem!important}.skinai-section{padding:3rem 0 4rem!important;overflow:hidden!important}.skinai-grid{grid-template-columns:1fr!important;gap:2.5rem!important}.skinai-scanner-card{width:100%!important;max-width:100%!important;margin:0 auto!important;border-radius:20px!important}.skinai-viewfinder{height:320px!important;position:relative!important;border-radius:18px!important;overflow:hidden!important}.viewfinder-media{width:100%!important;height:100%!important;object-fit:cover!important}.products-grid{grid-template-columns:repeat(2,1fr)!important;gap:.75rem!important;padding:0!important;margin-top:1.5rem!important}.product-card{background:#fff!important;border-radius:16px!important;border:1px solid rgba(28,23,24,.08)!important;padding:.75rem!important;display:flex!important;flex-direction:column!important;justify-content:space-between!important;box-shadow:0 4px 16px #1c171808!important;overflow:hidden!important}.product-media-wrap{height:160px!important;aspect-ratio:auto!important;background:#faf7f2!important;border-radius:12px!important;padding:.5rem!important;display:flex!important;align-items:center!important;justify-content:center!important;position:relative!important;margin-bottom:.65rem!important}.product-image{max-height:140px!important;width:auto!important;max-width:90%!important;object-fit:contain!important;display:block!important;margin:0 auto!important}.product-badges{top:.4rem!important;left:.4rem!important;gap:.25rem!important}.badge-tag{font-size:.55rem!important;padding:.15rem .45rem!important}.product-wishlist-btn{top:.4rem!important;right:.4rem!important;width:28px!important;height:28px!important}.product-wishlist-btn svg{width:14px!important;height:14px!important}.product-quick-btn{display:none!important}.product-info{padding:0!important;text-align:left!important;display:flex!important;flex-direction:column!important;flex:1!important}.product-category{font-size:.62rem!important;letter-spacing:.08em!important;margin-bottom:.2rem!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.product-name{font-size:.98rem!important;line-height:1.25!important;margin-bottom:.25rem!important;min-height:2.5rem!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important}.product-key-actives{font-size:.7rem!important;line-height:1.3!important;margin-bottom:.35rem!important;min-height:auto!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;color:#7a7274!important}.product-rating-row{justify-content:flex-start!important;font-size:.68rem!important;margin-bottom:.5rem!important;gap:.25rem!important}.product-bottom-row{margin-top:auto!important;padding-top:.5rem!important;border-top:1px solid rgba(28,23,24,.06)!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:.4rem!important}.product-price{font-family:Plus Jakarta Sans,sans-serif!important;font-size:.98rem!important;font-weight:700!important;color:#c67a63!important;font-variant-numeric:tabular-nums!important}.price-tax{display:none!important}.product-bottom-row .btn{padding:.45rem .75rem!important;font-size:.7rem!important;border-radius:50px!important;background:#c67a63!important;color:#fff!important;border:none!important;font-weight:700!important;letter-spacing:.04em!important}}.announcement-bar{background-color:#efe7da!important;color:#1c1718!important;height:38px!important;overflow:hidden!important;position:relative!important;z-index:99999!important;display:flex!important;align-items:center!important;justify-content:center!important;border-bottom:1px solid rgba(28,23,24,.06)!important}.announcement-slider{display:flex!important;flex-direction:column!important;transition:transform .5s cubic-bezier(.16,1,.3,1)!important;width:100%!important}.announcement-slide{height:38px!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:.5rem!important;text-align:center!important;font-family:Plus Jakarta Sans,sans-serif!important;font-size:.76rem!important;font-weight:500!important;padding:0 1rem!important}@media(max-width:768px){.announcement-bar{height:34px!important}.announcement-slide{height:34px!important;font-size:.7rem!important;padding:0 .5rem!important;letter-spacing:.02em!important}.announcement-slide .tag{display:none!important}.hero-slider-section{min-height:80vh!important;height:clamp(520px,82vh,640px)!important;position:relative!important;display:flex!important;align-items:center!important;padding:0!important;overflow:hidden!important}.hero-slide{position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;width:100%!important;height:100%!important;display:flex!important;align-items:center!important}.hero-slide-bg{width:100%!important;height:100%!important;object-fit:cover!important;object-position:center 20%!important}.hero-slide-overlay{position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;background:linear-gradient(180deg,#140e1273,#140e12b3 55%,#140e12e6)!important}.hero-content{position:relative!important;z-index:10!important;padding:2.5rem 1rem 2rem!important;text-align:center!important;max-width:100%!important}.hero-title{font-size:clamp(1.85rem,7.2vw,2.4rem)!important;line-height:1.15!important;margin-bottom:.65rem!important}.hero-subtitle{font-size:.84rem!important;line-height:1.5!important;margin-bottom:1.25rem!important;padding:0 .5rem!important}}@media(max-width:768px){.hero-section{min-height:85vh!important;height:clamp(540px,86vh,680px)!important;position:relative!important;display:flex!important;flex-direction:column!important;justify-content:flex-end!important;padding:0!important;background:#140e12!important;overflow:hidden!important}.hero-slider{position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;width:100%!important;height:100%!important}.hero-slide{position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;width:100%!important;height:100%!important;display:flex!important;flex-direction:column!important;justify-content:flex-end!important}.hero-slide-bg{position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;width:100%!important;height:100%!important;object-fit:cover!important;object-position:50% 12%!important}.hero-slide-overlay{position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;background:linear-gradient(180deg,#140e1214,#140e1259 35%,#140e12d9 65%,#140e12)!important;z-index:2!important}.hero-content{position:relative!important;z-index:5!important;max-width:100%!important;padding:1.5rem 1.25rem 2.5rem!important;text-align:center!important;margin:0 auto!important}.hero-eyebrow{font-size:.72rem!important;letter-spacing:.14em!important;margin-bottom:.65rem!important;color:#e8b4a2!important}.hero-title{font-size:clamp(1.85rem,7vw,2.5rem)!important;line-height:1.15!important;margin-bottom:.75rem!important;color:#fff!important;text-shadow:0 2px 10px rgba(0,0,0,.5)!important}.hero-description{font-size:.86rem!important;line-height:1.55!important;margin-bottom:1.5rem!important;color:#ffffffe6!important;text-shadow:0 1px 6px rgba(0,0,0,.4)!important}.hero-actions{display:flex!important;flex-direction:column!important;gap:.65rem!important;width:100%!important;max-width:300px!important;margin:0 auto!important}.hero-actions .btn{width:100%!important;padding:.85rem 1.5rem!important;font-size:.8rem!important;text-align:center!important;justify-content:center!important;border-radius:50px!important}}.routine-product-card{transition:all .25s cubic-bezier(.16,1,.3,1)!important}.routine-product-card:hover{transform:translateY(-4px)!important;box-shadow:0 12px 30px #c67a631f!important}.routine-product-card.is-selected{border-color:#c67a63!important;background:#fff!important}.routine-product-card:not(.is-selected){border-color:#1c171814!important;opacity:.6!important}.routine-product-card:not(.is-selected) .routine-check-icon{background:#1c17181f!important;color:transparent!important}.review-card{transition:all .35s cubic-bezier(.16,1,.3,1)!important}.filter-chip.active{background:#1c1718!important;color:#fff!important;border-color:#1c1718!important}@media(max-width:900px){.routine-cards-grid{grid-template-columns:1fr!important;gap:1.25rem!important}.routine-light-summary-bar{flex-direction:column!important;align-items:stretch!important;padding:1.5rem 1.25rem!important}.routine-light-summary-bar button{width:100%!important;justify-content:center!important}.reviews-cards-grid{grid-template-columns:1fr!important}}.dropdown-toggle-btn{background:transparent;border:none;font-family:inherit;font-size:.88rem;font-weight:500;color:var(--camo-charcoal);cursor:pointer;padding:.5rem .75rem;display:inline-flex;align-items:center;gap:.35rem;transition:color .2s ease}.dropdown-toggle-btn:hover,.nav-item-dropdown:hover .dropdown-toggle-btn{color:var(--camo-terracotta)}.dropdown-chevron{font-size:.75rem;transition:transform .25s ease}.nav-item-dropdown:hover .dropdown-chevron,.dropdown-toggle-btn[aria-expanded=true] .dropdown-chevron{transform:rotate(180deg)}.nav-dropdown-menu{position:absolute;top:100%;left:50%;transform:translate(-50%) translateY(10px);background:#fff;min-width:280px;border-radius:18px;padding:.75rem;box-shadow:0 16px 40px #1c17181f;border:1px solid rgba(28,23,24,.06);opacity:0;visibility:hidden;pointer-events:none;transition:all .25s cubic-bezier(.16,1,.3,1);z-index:1000}.nav-item-dropdown:hover .nav-dropdown-menu,.nav-dropdown-menu.is-open{opacity:1;visibility:visible;pointer-events:auto;transform:translate(-50%) translateY(0)}.dropdown-menu-item{display:block;padding:.75rem 1rem;border-radius:12px;text-decoration:none;transition:background .2s ease}.dropdown-menu-item:hover{background:#faf7f2}.dropdown-item-title{font-size:.86rem;font-weight:700;color:#1c1718;margin-bottom:.15rem}.dropdown-item-desc{font-size:.72rem;color:#8a8284}.mobile-menu-btn{display:none;background:transparent;border:none;color:#1c1718;cursor:pointer;padding:.5rem;align-items:center;justify-content:center}@media(max-width:900px){.mobile-menu-btn{display:flex}.header-nav-row{display:none!important}}.mobile-nav-drawer{position:fixed;top:0;left:0;bottom:0;width:88vw;max-width:360px;background:#fff;z-index:10003;display:flex;flex-direction:column;box-shadow:10px 0 40px #00000040;transform:translate(-100%);transition:transform .35s cubic-bezier(.16,1,.3,1)}#mobileNavDrawerBackdrop.is-open{display:block!important}#mobileNavDrawerBackdrop.is-open .mobile-nav-drawer{transform:translate(0)}.hero-nav-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:25;width:48px;height:48px;border-radius:50%;background:#140e1273;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.25);color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s cubic-bezier(.16,1,.3,1);opacity:.85}.hero-nav-arrow:hover{background:var(--camo-terracotta, #C67A63);border-color:var(--camo-terracotta, #C67A63);color:#fff;opacity:1;transform:translateY(-50%) scale(1.08)}.hero-prev-btn{left:clamp(1rem,3vw,2.75rem)}.hero-next-btn{right:clamp(1rem,3vw,2.75rem)}.hero-counter{font-family:var(--font-sans);font-size:.84rem;font-weight:700;color:var(--camo-rose-soft, #E8A593);letter-spacing:.15em;font-variant-numeric:tabular-nums;margin-right:.5rem}@media(max-width:800px){.hero-nav-arrow{display:none}.hero-controls{bottom:1.5rem;right:1.5rem}}.fresh-craft-section{position:relative;overflow:hidden}.fresh-craft-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:clamp(2rem,5vw,4.5rem);align-items:center}@media(max-width:900px){.fresh-craft-grid{grid-template-columns:1fr;gap:3rem}.fresh-craft-floating-badge{position:static!important;margin-top:1rem}}.product-fresh-note{display:flex;align-items:center;gap:.45rem;font-size:.72rem;color:#528064;background:#52806414;padding:.35rem .65rem;border-radius:8px;margin-bottom:.85rem;border:1px solid rgba(82,128,100,.18);font-weight:600}.fresh-note-dot{width:6px;height:6px;border-radius:50%;background:#528064;display:inline-block;flex-shrink:0}.fresh-batch-badge-box{background:#faf7f2;border:1px solid rgba(198,122,99,.25);border-radius:14px;padding:.85rem 1.15rem;margin-bottom:1.15rem}.fresh-batch-badge-header{display:flex;align-items:center;gap:.5rem;font-size:.82rem;color:#1c1718;margin-bottom:.35rem}.fresh-batch-badge-dot{width:8px;height:8px;border-radius:50%;background:#528064}.fresh-batch-badge-text{font-size:.78rem;color:#6a6264;line-height:1.55;margin:0}.header-wrapper,.header-nav-row,.nav-menu,.nav-item-dropdown{overflow:visible!important}.header-wrapper{position:sticky;top:0;z-index:1000}.nav-item-dropdown{position:relative;display:inline-block}.nav-dropdown-menu{position:absolute!important;top:calc(100% + 4px)!important;left:50%!important;transform:translate(-50%) translateY(8px)!important;background:#fff!important;min-width:290px!important;border-radius:18px!important;padding:.85rem!important;box-shadow:0 20px 50px #1c17182e!important;border:1.5px solid rgba(198,122,99,.25)!important;opacity:0!important;visibility:hidden!important;pointer-events:none!important;transition:all .25s cubic-bezier(.16,1,.3,1)!important;z-index:999999!important;display:block!important}.dropdown-item,.dropdown-menu-item{display:block!important;padding:.75rem 1rem!important;border-radius:12px!important;text-decoration:none!important;transition:background .2s ease!important}.dropdown-item:hover,.dropdown-menu-item:hover{background:#faf7f2!important}.dropdown-item-title{font-size:.88rem!important;font-weight:700!important;color:#1c1718!important;margin-bottom:.15rem!important}.dropdown-item-sub,.dropdown-item-desc{font-size:.74rem!important;color:#8a8284!important}.hero-content{max-width:580px!important;margin-left:0!important;margin-right:auto!important;text-align:left!important;padding-left:clamp(1.5rem,6vw,5rem)!important;position:relative;z-index:10}@media(min-width:769px){.hero-title,.hero-description{text-align:left!important}.hero-actions{justify-content:flex-start!important}.hero-slide-bg{object-position:right center!important}.hero-slide-overlay{background:linear-gradient(90deg,rgba(20,14,18,.9) 0%,rgba(20,14,18,.65) 45%,rgba(20,14,18,.15) 75%,transparent 100%)!important}}@media(max-width:768px){.hero-section{min-height:82vh!important;height:clamp(540px,86vh,680px)!important;position:relative!important;display:flex!important;flex-direction:column!important;justify-content:flex-end!important;padding:0!important;background:#140e12!important;overflow:hidden!important}.hero-slider{position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;width:100%!important;height:100%!important}.hero-slide{position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;width:100%!important;height:100%!important;display:flex!important;flex-direction:column!important;justify-content:flex-end!important}.hero-slide-bg{position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;width:100%!important;height:100%!important;object-fit:cover!important;object-position:50% 15%!important;image-rendering:-webkit-optimize-contrast!important}.hero-slide-overlay{position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;background:linear-gradient(180deg,#140e1200,#140e121a 25%,#140e12a6,#140e12eb 85%,#140e12)!important;z-index:2!important}.hero-content{position:relative!important;z-index:5!important;max-width:100%!important;padding:1.5rem 1.25rem 3.5rem!important;text-align:center!important;margin:0 auto!important}.hero-eyebrow{font-size:.72rem!important;letter-spacing:.14em!important;margin-bottom:.5rem!important;color:#e8b4a2!important;text-align:center!important}.hero-title{font-size:clamp(1.75rem,6.8vw,2.3rem)!important;line-height:1.18!important;margin-bottom:.65rem!important;color:#fff!important;text-align:center!important;text-shadow:0 2px 10px rgba(0,0,0,.6)!important}.hero-description{font-size:.85rem!important;line-height:1.55!important;margin-bottom:1.25rem!important;color:#ffffffeb!important;text-align:center!important;text-shadow:0 1px 6px rgba(0,0,0,.5)!important}.hero-actions{display:flex!important;flex-direction:column!important;gap:.6rem!important;width:100%!important;max-width:310px!important;margin:0 auto!important;justify-content:center!important}.hero-actions .btn{width:100%!important;height:46px!important;padding:0 1.25rem!important;font-size:.8rem!important;display:flex!important;align-items:center!important;justify-content:center!important}.hero-controls{bottom:.85rem!important;left:50%!important;transform:translate(-50%)!important;z-index:10!important}.hero-nav-arrow{display:none!important}}.product-card-wishlist-btn,.product-wishlist-btn{display:none!important}.drawer-backdrop,.cart-drawer-backdrop,.wishlist-drawer-backdrop,.mobile-nav-backdrop,.quick-view-backdrop,.skinai-modal-backdrop{position:fixed!important;top:0!important;left:0!important;right:0!important;bottom:0!important;width:100vw!important;height:100vh!important;height:100dvh!important;background:#140e12a6!important;backdrop-filter:blur(8px)!important;-webkit-backdrop-filter:blur(8px)!important;z-index:100000!important;opacity:0!important;visibility:hidden!important;pointer-events:none!important;display:flex!important;justify-content:flex-end!important;transition:opacity .35s ease,visibility .35s ease!important}.drawer-backdrop.is-open,.cart-drawer-backdrop.is-open,.wishlist-drawer-backdrop.is-open,.mobile-nav-backdrop.is-open,.quick-view-backdrop.is-open,.skinai-modal-backdrop.is-open{opacity:1!important;visibility:visible!important;pointer-events:auto!important;display:flex!important}#quickViewModalBackdrop,#skinAiModal,#quizModal{align-items:center!important;justify-content:center!important}.cart-drawer,.wishlist-drawer,.mobile-nav-drawer,#cartDrawer,#wishlistDrawer{position:fixed!important;top:0!important;right:0!important;bottom:0!important;width:100%!important;max-width:440px!important;height:100vh!important;height:100dvh!important;background:#faf7f2!important;box-shadow:-10px 0 50px #00000059!important;z-index:100001!important;transform:translate(100%)!important;transition:transform .38s cubic-bezier(.16,1,.3,1)!important;display:flex!important;flex-direction:column!important;overflow:hidden!important}.mobile-nav-drawer{left:0!important;right:auto!important;transform:translate(-100%)!important}.drawer-backdrop.is-open .cart-drawer,.cart-drawer-backdrop.is-open .cart-drawer,.cart-drawer-backdrop.is-open #cartDrawer,.drawer-backdrop.is-open .wishlist-drawer,.wishlist-drawer-backdrop.is-open .wishlist-drawer,.wishlist-drawer-backdrop.is-open #wishlistDrawer,.drawer-backdrop.is-open .mobile-nav-drawer,.mobile-nav-backdrop.is-open .mobile-nav-drawer{transform:translate(0)!important}@media(max-width:480px){.cart-drawer,.wishlist-drawer,.mobile-nav-drawer,#cartDrawer,#wishlistDrawer{max-width:100%!important}}@media(max-width:768px){.hero-section{min-height:calc(100svh - 75px);height:auto;display:flex;align-items:flex-end}.hero-slide-picture img.hero-slide-bg,.hero-slide-bg{object-position:center top!important}.hero-slide-overlay{background:linear-gradient(180deg,#140e1233,#140e128c 45%,#140e12e6)!important}.hero-content{padding:2.5rem 1.25rem 4.5rem!important;max-width:100%!important}.hero-eyebrow{font-size:.72rem!important;margin-bottom:.5rem!important}.hero-title{font-size:clamp(1.65rem,6.5vw,2.2rem)!important;line-height:1.22!important;margin-bottom:.75rem!important}.hero-description{font-size:.88rem!important;line-height:1.55!important;margin-bottom:1.4rem!important}.hero-actions{display:flex;flex-direction:column;gap:.75rem;width:100%}.hero-actions .btn{width:100%;text-align:center;justify-content:center;padding:.95rem 1.5rem!important}.hero-controls{bottom:1.25rem!important;left:1.25rem!important}.hero-nav-arrow{display:none!important}}.nav-item-dropdown{position:relative;display:inline-flex;align-items:center}.nav-dropdown-trigger{cursor:pointer;display:inline-flex;align-items:center;gap:.35rem}.nav-dropdown-menu{position:absolute!important;top:calc(100% + 2px)!important;left:50%!important;transform:translate(-50%) translateY(8px)!important;background:#fff!important;min-width:300px!important;border-radius:18px!important;padding:.85rem!important;box-shadow:0 20px 50px #1c171838!important;border:1px solid rgba(198,122,99,.25)!important;opacity:0!important;visibility:hidden!important;pointer-events:none!important;transition:all .25s cubic-bezier(.16,1,.3,1)!important;z-index:999999!important;display:block!important}.nav-dropdown-menu:before{content:"";position:absolute;top:-16px;left:0;right:0;height:18px;background:transparent}.nav-item-dropdown:hover .nav-dropdown-menu,.nav-dropdown-menu.is-open,#navDropdownMenu.is-open,#desktopDropdownMenu.is-open{opacity:1!important;visibility:visible!important;pointer-events:auto!important;transform:translate(-50%) translateY(0)!important}.dropdown-item{display:block!important;padding:.75rem 1rem!important;border-radius:12px!important;text-decoration:none!important;transition:background .2s ease,transform .2s ease!important}.dropdown-item:hover{background:#faf7f2!important;transform:translate(3px)}.dropdown-item-title{font-family:Plus Jakarta Sans,sans-serif!important;font-size:.9rem!important;font-weight:700!important;color:#1c1718!important;margin-bottom:.15rem!important;display:block!important}.dropdown-item-sub{font-size:.74rem!important;color:#8a8284!important;display:block!important}.dropdown-divider{height:1px!important;background:#1c17180f!important;margin:.4rem .5rem!important}.camo-single-product-wrapper{max-width:1280px;margin:2.5rem auto 6rem;padding:0 1.5rem;font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,sans-serif;color:#1c1718}.camo-breadcrumb{font-size:.8rem;color:#8a8284;margin-bottom:2.25rem;letter-spacing:.02em}.camo-breadcrumb a{color:inherit;text-decoration:none;transition:color .2s ease}.camo-breadcrumb a:hover{color:var(--camo-terracotta)}.camo-breadcrumb-current{color:#1c1718;font-weight:600}.camo-product-top-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:4rem;align-items:start;position:relative}.camo-vertical-gallery{display:flex;flex-direction:column;gap:2rem;width:100%}.camo-gallery-card{background:#faf7f2;border-radius:24px;padding:3.5rem 2.5rem;text-align:center;border:1px solid rgba(28,23,24,.06);position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center;min-height:480px;box-shadow:0 10px 30px #1c171808;transition:transform .3s ease,box-shadow .3s ease}.camo-gallery-index-tag{position:absolute;top:1.5rem;left:1.75rem;font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.14em;color:#c67a63;background:#ffffffeb;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);padding:.35rem .85rem;border-radius:50px;border:1px solid rgba(198,122,99,.18);z-index:2}.camo-gallery-zoom-icon{position:absolute;top:1.5rem;right:1.75rem;width:34px;height:34px;border-radius:50%;background:#ffffffeb;display:flex;align-items:center;justify-content:center;color:#8a8284;box-shadow:0 2px 8px #0000000a;z-index:2}.camo-vertical-img{max-height:440px;width:auto;max-width:90%;object-fit:contain;margin:0 auto;display:block;filter:drop-shadow(0 18px 36px rgba(28,23,24,.09));transition:transform .4s cubic-bezier(.16,1,.3,1);cursor:zoom-in}.camo-product-sticky-info{position:sticky;top:100px;display:flex;flex-direction:column;background:#fff;border-radius:24px;padding:2.75rem 2.5rem;border:1px solid rgba(28,23,24,.07);box-shadow:0 12px 40px #1c17180a;width:100%}.camo-product-eyebrow-wrap{margin-bottom:.75rem}.camo-product-eyebrow{font-size:.74rem;font-weight:700;text-transform:uppercase;letter-spacing:.14em;color:#c67a63}.camo-product-title{font-family:Plus Jakarta Sans,sans-serif;font-size:clamp(1.85rem,2.5vw,2.4rem);font-weight:600;color:#1c1718;line-height:1.22;margin:0 0 1.25rem;letter-spacing:-.02em}.camo-product-price-row{display:flex;align-items:baseline;gap:1.25rem;margin-bottom:1.5rem;padding-bottom:1.25rem;border-bottom:1px solid rgba(28,23,24,.08);flex-wrap:wrap}.camo-product-main-price{font-family:Plus Jakarta Sans,sans-serif;font-size:1.75rem;font-weight:700;color:#1c1718;font-variant-numeric:tabular-nums}.camo-product-price-sub{font-size:.78rem;color:#8a8284}.camo-short-desc{font-size:.94rem;color:#4a4244;line-height:1.7;margin-bottom:1.75rem}.camo-botanical-badges{display:flex;flex-direction:column;gap:.6rem;margin-bottom:2rem;font-size:.84rem;color:#383133}.camo-badge-item{display:flex;align-items:center;gap:.65rem}.camo-badge-check{color:#c67a63;font-weight:700;font-size:1rem}.camo-purchase-actions-row{display:flex;gap:.85rem;align-items:center;margin-bottom:2rem;width:100%}.camo-qty-selector{display:flex;align-items:center;border:1px solid rgba(28,23,24,.18);border-radius:50px;height:50px;padding:0 .5rem;background:#faf7f2;flex-shrink:0}.camo-qty-btn{border:none;background:none;width:32px;font-weight:700;font-size:1.1rem;cursor:pointer;color:#1c1718;display:flex;align-items:center;justify-content:center}.camo-qty-input{width:36px;height:100%;text-align:center;border:none;font-weight:600;font-size:.95rem;outline:none;background:transparent;-moz-appearance:textfield}.camo-qty-input::-webkit-outer-spin-button,.camo-qty-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.camo-add-to-cart-cta{flex:1;height:50px;border-radius:50px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;font-size:.85rem;border:none;cursor:pointer;box-shadow:0 6px 20px #c67a6340;display:flex;align-items:center;justify-content:center;white-space:nowrap}.product-page-wishlist-btn{width:50px;height:50px;border-radius:50%;border:1px solid rgba(28,23,24,.18);background:#faf7f2;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#1c1718;transition:.2s;flex-shrink:0}.camo-product-accordions{border-top:1px solid rgba(28,23,24,.09);padding-top:.5rem}.camo-acc-item{border-bottom:1px solid rgba(28,23,24,.07);padding:.85rem 0}.camo-acc-summary{font-weight:600;font-size:.92rem;color:#1c1718;cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center;-webkit-user-select:none;user-select:none}.camo-acc-summary::-webkit-details-marker{display:none}.camo-acc-icon{font-size:1.1rem;color:#c67a63;transition:transform .2s ease}details[open]>.camo-acc-summary .camo-acc-icon{transform:rotate(45deg)}.camo-acc-content{padding-top:.75rem;font-size:.9rem;color:#554d4f;line-height:1.7}.camo-inci-box{font-family:monospace,-apple-system,sans-serif;font-size:.82rem;color:#383133;background:#faf7f2;padding:1rem 1.15rem;border-radius:12px;margin:0;word-break:break-word;line-height:1.65;border:1px solid rgba(28,23,24,.07)}@media(max-width:991px){.camo-single-product-wrapper{margin:1.5rem auto 4rem;padding:0 1.25rem}.camo-breadcrumb{margin-bottom:1.5rem;font-size:.75rem}.camo-product-top-grid{grid-template-columns:1fr!important;gap:2.25rem!important}.camo-gallery-card{min-height:380px!important;padding:2.5rem 1.5rem!important;border-radius:20px!important}.camo-vertical-img{max-height:340px!important;max-width:85%!important}.camo-product-sticky-info{position:static!important;top:auto!important;padding:2rem 1.5rem!important;border-radius:20px!important;box-shadow:0 6px 24px #1c17180a!important}.camo-product-title{font-size:clamp(1.5rem,5vw,2rem)!important;margin-bottom:1rem!important}.camo-product-main-price{font-size:1.55rem!important}}@media(max-width:580px){.camo-single-product-wrapper{margin:1rem auto 3.5rem;padding:0 1rem}.camo-gallery-card{min-height:300px!important;padding:2rem 1rem!important;border-radius:16px!important}.camo-gallery-index-tag{top:1rem!important;left:1rem!important;font-size:.64rem!important;padding:.25rem .65rem!important}.camo-gallery-zoom-icon{top:1rem!important;right:1rem!important;width:30px!important;height:30px!important}.camo-vertical-img{max-height:260px!important;max-width:80%!important}.camo-product-sticky-info{padding:1.5rem 1.15rem!important;border-radius:18px!important}.camo-purchase-actions-row{flex-wrap:wrap;gap:.75rem}.camo-qty-selector{height:48px}.camo-add-to-cart-cta{flex:1 1 calc(100% - 60px);height:48px;font-size:.8rem}.product-page-wishlist-btn{width:48px;height:48px}}@media(max-width:900px){.header-masthead-row{padding:.65rem 0 .45rem!important;display:flex!important;align-items:center!important;justify-content:space-between!important}.masthead-left{display:flex!important;align-items:center!important;gap:.45rem!important;flex:0 0 auto!important}.mobile-menu-toggle,.mobile-menu-btn{display:none!important}.mobile-menu-text{font-size:.72rem!important;font-weight:700!important;letter-spacing:.06em!important;color:#1c1718!important;display:inline-block!important}.masthead-tagline{display:none!important}.masthead-center{flex:1!important;display:flex!important;justify-content:center!important}.brand-logo-img{height:36px!important;width:auto!important}.masthead-right{display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:.4rem!important;flex:0 0 auto!important}.header-nav-row{display:block!important;padding:.35rem 0 .6rem!important;border-top:1px solid rgba(28,23,24,.04)!important;overflow-x:auto!important;-webkit-overflow-scrolling:touch!important;scrollbar-width:none!important}.header-nav-row::-webkit-scrollbar{display:none!important}.nav-menu{display:flex!important;gap:.5rem!important;flex-wrap:nowrap!important;width:max-content!important;padding:0 .5rem!important}.nav-link,.nav-dropdown-trigger{font-size:.76rem!important;font-weight:600!important;padding:.4rem .85rem!important;background:#faf7f2!important;border-radius:50px!important;border:1px solid rgba(28,23,24,.06)!important;white-space:nowrap!important;color:#1c1718!important;display:inline-flex!important;align-items:center!important;gap:.3rem!important;cursor:pointer!important}.nav-link-badge{margin-left:.25rem!important}.nav-dropdown-menu{display:none!important}}.mobile-menu-toggle,.mobile-menu-btn,.mobile-menu-text{display:none!important}@media(max-width:900px){.header-masthead-row{padding:.65rem 0 .45rem!important;display:flex!important;align-items:center!important;justify-content:space-between!important}.masthead-left{display:none!important}.masthead-center{flex:1!important;display:flex!important;justify-content:flex-start!important;padding-left:.25rem!important}.brand-logo-img{height:38px!important;width:auto!important}.masthead-right{display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:.5rem!important;flex:0 0 auto!important}.header-nav-row{display:block!important;padding:.4rem 0 .65rem!important;border-top:1px solid rgba(28,23,24,.05)!important;overflow-x:auto!important;-webkit-overflow-scrolling:touch!important;scrollbar-width:none!important}.header-nav-row::-webkit-scrollbar{display:none!important}.nav-menu{display:flex!important;gap:.5rem!important;flex-wrap:nowrap!important;width:max-content!important;padding:0 .5rem!important}.nav-link,.nav-dropdown-trigger{font-size:.78rem!important;font-weight:600!important;padding:.42rem .9rem!important;background:#faf7f2!important;border-radius:50px!important;border:1px solid rgba(28,23,24,.07)!important;white-space:nowrap!important;color:#1c1718!important;display:inline-flex!important;align-items:center!important;gap:.35rem!important;cursor:pointer!important}}
/*# sourceMappingURL=/cdn/shop/t/34/assets/camo-styles.css.map */
