*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--navy: #1a3a5c;--navy-dark: #0f2540;--navy-light: #2a5080;--gold: #c9a84c;--gold-light: #e8c96e;--cream: #faf7f2;--cream-dark: #f0ebe2;--charcoal: #2c2c2c;--text-muted: #6b6b6b;--white: #ffffff;--border: #ddd5c8;--success: #2d6a4f;--font-display: "Cormorant Garamond", Georgia, serif;--font-body: "Inter", system-ui, sans-serif;--radius: 4px;--shadow: 0 2px 16px rgba(26,58,92,.1);--shadow-lg: 0 8px 40px rgba(26,58,92,.15)}html{scroll-behavior:smooth}body{font-family:var(--font-body);color:var(--charcoal);background:var(--white);line-height:1.6}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}.announcement-bar{background:var(--navy);color:var(--gold-light);padding:11px 24px;font-size:12px;letter-spacing:.08em;font-weight:500;font-family:var(--font-body);text-align:center}.announcement-bar-inner{display:flex;justify-content:center;align-items:center;gap:32px;flex-wrap:wrap;max-width:1200px;margin:0 auto}.announcement-bar-item{display:flex;align-items:center;gap:6px;white-space:nowrap}.announcement-divider{color:#c9a84c66;font-size:10px}@media(max-width:600px){.announcement-bar-inner{gap:16px}.announcement-divider{display:none}}.site-header{background:var(--white);border-bottom:1px solid var(--border);position:sticky;top:0;z-index:100;box-shadow:0 2px 8px #0000000f}.header-inner{max-width:1200px;margin:0 auto;padding:0 24px;height:70px;display:flex;align-items:center;justify-content:space-between;gap:24px}.site-logo{display:flex;align-items:center;gap:8px;text-decoration:none;flex-shrink:0}.logo-cross{font-size:20px;color:var(--gold)}.logo-text{font-family:var(--font-display);font-size:22px;font-weight:700;letter-spacing:.15em;color:var(--navy)}.site-nav{display:flex;gap:28px;align-items:center}.site-nav a{font-size:13px;font-weight:500;letter-spacing:.05em;color:var(--charcoal);transition:color .2s;text-transform:uppercase}.site-nav a:hover{color:var(--navy)}.cart-link{font-size:13px;font-weight:600;color:var(--navy);letter-spacing:.05em;text-transform:uppercase;position:relative}.cart-count{background:var(--gold);color:var(--white);border-radius:50%;font-size:10px;width:18px;height:18px;display:inline-flex;align-items:center;justify-content:center;margin-left:4px}.mobile-menu-toggle{display:none;background:none;border:none;font-size:24px;cursor:pointer;color:var(--navy)}.mobile-nav{display:none;flex-direction:column;background:var(--white);border-top:1px solid var(--border);padding:16px 24px;gap:16px}.mobile-nav a{font-size:15px;font-weight:500;color:var(--charcoal);padding:4px 0;border-bottom:1px solid var(--cream-dark)}.mobile-nav.open{display:flex}.btn{display:inline-block;padding:14px 32px;font-family:var(--font-body);font-size:13px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;border-radius:var(--radius);cursor:pointer;transition:all .2s;border:2px solid transparent;text-align:center}.btn-primary{background:var(--navy);color:var(--white);border-color:var(--navy)}.btn-primary:hover{background:var(--navy-dark);border-color:var(--navy-dark)}.btn-gold{background:var(--gold);color:var(--white);border-color:var(--gold)}.btn-gold:hover{background:var(--gold-light);border-color:var(--gold-light);color:var(--charcoal)}.btn-outline{background:transparent;color:var(--navy);border-color:var(--navy)}.btn-outline:hover{background:var(--navy);color:var(--white)}.btn-full{width:100%}.btn:disabled{opacity:.5;cursor:not-allowed}.hero{background:linear-gradient(135deg,var(--navy-dark) 0%,var(--navy) 60%,var(--navy-light) 100%);color:var(--white);padding:100px 24px;text-align:center;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23c9a84c' fill-opacity='0.04'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.hero-inner{position:relative;max-width:700px;margin:0 auto}.hero-eyebrow{font-size:12px;letter-spacing:.2em;text-transform:uppercase;color:var(--gold-light);margin-bottom:16px;font-weight:500}.hero h1{font-family:var(--font-display);font-size:clamp(42px,6vw,72px);font-weight:600;line-height:1.1;margin-bottom:24px;color:var(--white)}.hero h1 em{font-style:italic;color:var(--gold-light)}.hero p{font-size:17px;color:#ffffffd1;margin-bottom:36px;line-height:1.7;max-width:520px;margin-left:auto;margin-right:auto}.hero-verse{font-family:var(--font-display);font-style:italic;font-size:15px;color:var(--gold-light);margin-top:40px;padding-top:24px;border-top:1px solid rgba(201,168,76,.3)}.hero-badges{display:flex;justify-content:center;gap:24px;margin-top:40px;flex-wrap:wrap}.hero-badge{font-size:12px;color:#ffffffbf;letter-spacing:.05em;display:flex;align-items:center;gap:6px}.trust-bar{background:var(--cream);border-bottom:1px solid var(--border);padding:20px 24px}.trust-bar-inner{max-width:1000px;margin:0 auto;display:flex;justify-content:center;gap:40px;flex-wrap:wrap}.trust-item{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:var(--navy);letter-spacing:.03em}.trust-icon{font-size:18px}.section{padding:80px 24px}.section-sm{padding:48px 24px}.section-dark{background:var(--navy);color:var(--white)}.section-cream{background:var(--cream)}.container{max-width:1200px;margin:0 auto}.container-sm{max-width:800px;margin:0 auto}.section-header{text-align:center;margin-bottom:56px}.section-eyebrow{font-size:11px;letter-spacing:.2em;text-transform:uppercase;color:var(--gold);font-weight:600;margin-bottom:12px}.section-title{font-family:var(--font-display);font-size:clamp(28px,4vw,44px);font-weight:600;line-height:1.2;color:var(--navy);margin-bottom:16px}.section-dark .section-title{color:var(--white)}.section-subtitle{font-size:16px;color:var(--text-muted);max-width:520px;margin:0 auto;line-height:1.7}.section-dark .section-subtitle{color:#ffffffb8}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:28px}.product-card{background:var(--white);border:1px solid var(--border);border-radius:8px;overflow:hidden;transition:box-shadow .25s,transform .25s}.product-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}.product-card-image{aspect-ratio:3 / 4;overflow:hidden;background:var(--cream);display:flex;align-items:center;justify-content:center}.product-card-image img{width:100%;height:100%;object-fit:contain;object-position:center;padding:16px;transition:transform .4s}.product-card:hover .product-card-image img{transform:scale(1.03)}.product-card-body{padding:20px}.product-card-verse{font-family:var(--font-display);font-style:italic;font-size:12px;color:var(--gold);margin-bottom:6px;letter-spacing:.02em}.product-card-title{font-family:var(--font-display);font-size:19px;font-weight:600;color:var(--navy);margin-bottom:6px}.product-card-desc{font-size:13px;color:var(--text-muted);line-height:1.55;margin-bottom:14px}.product-card-footer{display:flex;align-items:center;justify-content:space-between}.product-price{font-size:18px;font-weight:700;color:var(--navy)}.product-card .btn{padding:9px 20px;font-size:12px}.product-page{padding:60px 24px}.product-layout{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:start}.product-gallery{position:sticky;top:90px}.product-main-image{aspect-ratio:1 / 1;border-radius:8px;overflow:hidden;background:var(--cream);margin-bottom:12px}.product-main-image img{width:100%;height:100%;object-fit:cover}.product-thumbnails{display:flex;gap:8px;flex-wrap:wrap}.product-thumb{width:72px;height:72px;border-radius:4px;overflow:hidden;border:2px solid var(--border);cursor:pointer;transition:border-color .2s}.product-thumb:hover,.product-thumb.active{border-color:var(--navy)}.product-thumb img{width:100%;height:100%;object-fit:cover}.product-badge{display:inline-block;background:var(--cream);color:var(--navy);font-size:11px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;padding:4px 12px;border-radius:20px;border:1px solid var(--border);margin-bottom:16px}.product-title{font-family:var(--font-display);font-size:clamp(28px,3.5vw,42px);font-weight:600;color:var(--navy);line-height:1.15;margin-bottom:8px}.product-verse-ref{font-family:var(--font-display);font-style:italic;font-size:14px;color:var(--gold);margin-bottom:16px}.product-stars{display:flex;align-items:center;gap:8px;margin-bottom:20px;font-size:13px;color:var(--text-muted)}.stars{color:var(--gold);font-size:15px}.product-price-large{font-size:32px;font-weight:700;color:var(--navy);margin-bottom:24px}.product-short-desc{font-size:15px;line-height:1.75;color:var(--text-muted);margin-bottom:28px}.product-cta-stack{display:flex;flex-direction:column;gap:12px;margin-bottom:24px}.product-cta-stack .btn{padding:16px;font-size:14px}.product-guarantees{display:flex;gap:20px;flex-wrap:wrap;padding:20px;background:var(--cream);border-radius:8px;margin-bottom:28px}.guarantee-item{display:flex;align-items:center;gap:8px;font-size:12px;font-weight:500;color:var(--navy)}.guarantee-icon{font-size:18px}.product-accordions{border-top:1px solid var(--border)}.accordion-item{border-bottom:1px solid var(--border)}.accordion-trigger{width:100%;background:none;border:none;padding:18px 0;display:flex;justify-content:space-between;align-items:center;cursor:pointer;font-family:var(--font-body);font-size:14px;font-weight:600;color:var(--navy);text-align:left;letter-spacing:.03em;text-transform:uppercase}.accordion-trigger .icon{font-size:18px;transition:transform .25s}.accordion-trigger.open .icon{transform:rotate(45deg)}.accordion-body{max-height:0;overflow:hidden;transition:max-height .35s ease}.accordion-body.open{max-height:600px}.accordion-content{padding:0 0 20px;font-size:14px;line-height:1.75;color:var(--text-muted)}.accordion-content ul{padding-left:20px}.accordion-content li{margin-bottom:6px}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:32px}.feature-card{text-align:center;padding:32px 24px;background:var(--white);border:1px solid var(--border);border-radius:8px}.feature-icon{font-size:36px;margin-bottom:16px}.feature-title{font-family:var(--font-display);font-size:20px;font-weight:600;color:var(--navy);margin-bottom:10px}.feature-desc{font-size:14px;color:var(--text-muted);line-height:1.65}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px}.testimonial-card{background:var(--white);border:1px solid var(--border);border-radius:8px;padding:28px}.testimonial-stars{color:var(--gold);font-size:16px;margin-bottom:12px}.testimonial-text{font-family:var(--font-display);font-style:italic;font-size:17px;line-height:1.65;color:var(--charcoal);margin-bottom:16px}.testimonial-author{font-size:13px;font-weight:600;color:var(--navy);letter-spacing:.05em;text-transform:uppercase}.testimonial-verified{font-size:11px;color:var(--success);font-weight:500;margin-top:2px}.faith-banner{background:var(--navy);color:var(--white);padding:64px 24px;text-align:center}.faith-banner-cross{font-size:36px;color:var(--gold);margin-bottom:16px}.faith-banner-verse{font-family:var(--font-display);font-style:italic;font-size:clamp(22px,3vw,34px);font-weight:600;color:var(--white);max-width:700px;margin:0 auto 12px;line-height:1.4}.faith-banner-ref{font-size:13px;letter-spacing:.12em;color:var(--gold-light);text-transform:uppercase;font-weight:500}.story-page{padding:80px 24px}.story-hero{background:linear-gradient(135deg,var(--navy-dark) 0%,var(--navy) 100%);color:var(--white);padding:80px 24px;text-align:center}.story-hero h1{font-family:var(--font-display);font-size:clamp(36px,5vw,60px);font-weight:600;margin-bottom:16px}.story-hero p{font-size:17px;color:#fffc;max-width:560px;margin:0 auto}.story-content{max-width:720px;margin:0 auto;padding:80px 24px}.story-content p{font-size:17px;line-height:1.85;color:var(--charcoal);margin-bottom:28px}.story-content h2{font-family:var(--font-display);font-size:32px;font-weight:600;color:var(--navy);margin:48px 0 20px}.story-verse-block{background:var(--cream);border-left:4px solid var(--gold);padding:24px 28px;margin:36px 0;border-radius:0 8px 8px 0}.story-verse-block blockquote{font-family:var(--font-display);font-style:italic;font-size:22px;color:var(--navy);line-height:1.5;margin-bottom:8px}.story-verse-block cite{font-size:13px;color:var(--gold);font-weight:600;letter-spacing:.08em;text-transform:uppercase;font-style:normal}.story-signature{font-family:var(--font-display);font-style:italic;font-size:20px;color:var(--navy);margin-top:48px}.collection-hero{background:var(--cream);padding:56px 24px;text-align:center;border-bottom:1px solid var(--border)}.collection-hero h1{font-family:var(--font-display);font-size:clamp(32px,4vw,52px);font-weight:600;color:var(--navy);margin-bottom:12px}.collection-hero p{font-size:16px;color:var(--text-muted);max-width:500px;margin:0 auto}.collection-page{padding:56px 24px}.cart-page{padding:60px 24px;max-width:800px;margin:0 auto}.cart-page h1{font-family:var(--font-display);font-size:36px;color:var(--navy);margin-bottom:32px}.cart-item{display:grid;grid-template-columns:80px 1fr auto;gap:16px;align-items:center;padding:20px 0;border-bottom:1px solid var(--border)}.cart-item-image{width:80px;height:80px;object-fit:cover;border-radius:4px;background:var(--cream)}.cart-item-title{font-weight:600;color:var(--navy);margin-bottom:4px}.cart-item-price{font-size:14px;color:var(--text-muted)}.cart-item-remove{font-size:12px;color:var(--text-muted);cursor:pointer;text-decoration:underline}.cart-subtotal{display:flex;justify-content:space-between;padding:24px 0;font-size:18px;font-weight:700;color:var(--navy)}.cart-note{font-size:13px;color:var(--text-muted);margin-bottom:16px;text-align:center}.site-footer{background:var(--navy-dark);color:var(--white)}.footer-verse{background:var(--navy);text-align:center;padding:20px 24px;font-family:var(--font-display);font-style:italic;font-size:15px;color:var(--gold-light);border-bottom:1px solid rgba(255,255,255,.08)}.footer-inner{max-width:1200px;margin:0 auto;padding:56px 24px;display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:40px}.footer-brand .logo-text{font-size:20px;color:var(--white);margin-left:6px}.footer-brand .logo-cross{color:var(--gold)}.footer-brand p{font-size:14px;color:#fff9;margin-top:12px;line-height:1.6}.footer-address{font-size:12px;color:#fff6;margin-top:8px}.footer-links h4{font-size:11px;letter-spacing:.15em;text-transform:uppercase;color:var(--gold);font-weight:600;margin-bottom:16px}.footer-links a,.footer-links p{display:block;font-size:14px;color:#ffffffa6;margin-bottom:10px;transition:color .2s}.footer-links a:hover{color:var(--white)}.footer-bottom{border-top:1px solid rgba(255,255,255,.08);padding:20px 24px;max-width:1200px;margin:0 auto;display:flex;gap:24px;align-items:center;font-size:12px;color:#fff6}.footer-bottom a{color:#fff6;transition:color .2s}.footer-bottom a:hover{color:var(--white)}@media(max-width:768px){.site-nav{display:none}.mobile-menu-toggle{display:block}.product-layout{grid-template-columns:1fr;gap:32px}.product-gallery{position:static}.footer-inner{grid-template-columns:1fr 1fr;gap:32px}.hero{padding:72px 24px}.section{padding:56px 24px}.trust-bar-inner{gap:20px}.product-guarantees{gap:12px}}@media(max-width:480px){.footer-inner,.features-grid{grid-template-columns:1fr}.hero-badges{gap:12px}}.text-center{text-align:center}.mt-8{margin-top:32px}.mb-8{margin-bottom:32px}.visually-hidden{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}.bundle-page{padding:60px 24px;max-width:900px;margin:0 auto}.bundle-hero h1{font-family:var(--font-display);font-size:clamp(32px,5vw,54px);font-weight:600;margin-bottom:12px}.bundle-hero p{font-size:17px;color:#fffc;max-width:520px;margin:0 auto}.bundle-price-badge{display:inline-block;background:var(--gold);color:var(--white);font-size:22px;font-weight:700;padding:10px 28px;border-radius:40px;margin:24px auto 0;letter-spacing:.03em}.bundle-steps{counter-reset:steps}.bundle-step{display:flex;align-items:flex-start;gap:20px;padding:28px 0;border-bottom:1px solid var(--border)}.bundle-step-num{width:36px;height:36px;border-radius:50%;background:var(--navy);color:var(--white);font-size:14px;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:2px}.bundle-step-content h3{font-family:var(--font-display);font-size:20px;color:var(--navy);margin-bottom:8px}.bundle-step-content p{font-size:14px;color:var(--text-muted)}.soap-selector-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:12px;margin-top:16px}.soap-option{border:2px solid var(--border);border-radius:8px;padding:12px;cursor:pointer;transition:all .2s;text-align:center;background:var(--white)}.soap-option:hover{border-color:var(--navy)}.soap-option.selected{border-color:var(--gold);background:#fffbf0}.soap-option img{width:100%;aspect-ratio:1;object-fit:contain;border-radius:4px;margin-bottom:8px}.soap-option-name{font-size:12px;font-weight:600;color:var(--navy)}.soap-option-check{width:20px;height:20px;border-radius:50%;background:var(--gold);color:var(--white);font-size:11px;display:none;align-items:center;justify-content:center;margin:6px auto 0}.soap-option.selected .soap-option-check{display:flex}.bundle-qty-row{display:flex;align-items:center;gap:16px;margin-top:16px}.qty-control{display:flex;align-items:center;border:2px solid var(--border);border-radius:6px;overflow:hidden}.qty-btn{width:40px;height:40px;background:var(--cream);border:none;font-size:20px;cursor:pointer;color:var(--navy);font-weight:600;transition:background .15s}.qty-btn:hover{background:var(--cream-dark)}.qty-display{width:48px;text-align:center;font-size:16px;font-weight:700;color:var(--navy);border:none;background:var(--white)}.bundle-summary{background:var(--cream);border:2px solid var(--gold);border-radius:10px;padding:24px;margin-top:32px}.bundle-summary h3{font-family:var(--font-display);font-size:22px;color:var(--navy);margin-bottom:16px}.bundle-summary-row{display:flex;justify-content:space-between;font-size:14px;color:var(--text-muted);margin-bottom:8px}.bundle-summary-total{display:flex;justify-content:space-between;font-size:20px;font-weight:700;color:var(--navy);border-top:1px solid var(--border);padding-top:12px;margin-top:8px}.bundle-savings{color:var(--success);font-weight:600;font-size:13px;margin-top:4px}.cart-upsell{background:var(--cream);border:1px solid var(--gold);border-radius:8px;padding:20px;margin:24px 0}.cart-upsell-title{font-family:var(--font-display);font-size:18px;color:var(--navy);margin-bottom:14px;font-weight:600}.cart-upsell-products{display:flex;gap:12px;flex-wrap:wrap}.upsell-item{display:flex;align-items:center;gap:10px;background:var(--white);border:1px solid var(--border);border-radius:6px;padding:10px;flex:1;min-width:200px}.upsell-item img{width:52px;height:52px;object-fit:contain;border-radius:4px;background:var(--cream)}.upsell-item-info{flex:1}.upsell-item-name{font-size:13px;font-weight:600;color:var(--navy);margin-bottom:2px}.upsell-add-btn{background:var(--navy);color:var(--white);border:none;border-radius:4px;padding:6px 12px;font-size:11px;font-weight:600;cursor:pointer;letter-spacing:.05em;text-transform:uppercase;transition:background .2s;white-space:nowrap}.bundle-page{padding:60px 24px}.bundle-hero{background:linear-gradient(135deg,var(--navy-dark) 0%,var(--navy) 100%);color:var(--white);padding:64px 24px;text-align:center}.bundle-hero h1{font-family:var(--font-display);font-size:clamp(32px,5vw,56px);font-weight:600;margin-bottom:12px}.bundle-hero p{font-size:17px;color:#fffc;max-width:520px;margin:0 auto 24px}.bundle-price-badge{display:inline-flex;align-items:center;gap:12px;background:var(--gold);color:var(--white);padding:10px 24px;border-radius:40px;font-weight:700;font-size:18px}.bundle-price-badge s{font-weight:400;opacity:.75;font-size:14px}.bundle-layout{max-width:1100px;margin:0 auto;padding:56px 0;display:grid;grid-template-columns:1fr 380px;gap:48px;align-items:start}.bundle-soap-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:16px}.bundle-soap-card{border:2px solid var(--border);border-radius:8px;overflow:hidden;cursor:pointer;transition:all .2s;background:var(--white);position:relative}.bundle-soap-card:hover{border-color:var(--navy);box-shadow:var(--shadow)}.bundle-soap-card.selected{border-color:var(--gold);box-shadow:0 0 0 1px var(--gold)}.bundle-soap-card.selected:after{content:"\2713";position:absolute;top:8px;right:8px;background:var(--gold);color:var(--white);width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:700}.bundle-soap-image{aspect-ratio:1 / 1;background:var(--cream);overflow:hidden}.bundle-soap-image img{width:100%;height:100%;object-fit:contain;padding:10px}.bundle-soap-name{font-size:13px;font-weight:600;color:var(--navy);padding:10px 12px 6px;line-height:1.3}.bundle-soap-price{font-size:12px;color:var(--text-muted);padding:0 12px 10px}.bundle-sidebar{position:sticky;top:90px;background:var(--cream);border:1px solid var(--border);border-radius:8px;padding:28px}.bundle-sidebar h3{font-family:var(--font-display);font-size:22px;font-weight:600;color:var(--navy);margin-bottom:6px}.bundle-progress-wrap{margin:20px 0}.bundle-progress-label{display:flex;justify-content:space-between;font-size:13px;color:var(--text-muted);margin-bottom:8px}.bundle-progress-bar{height:8px;background:var(--border);border-radius:4px;overflow:hidden}.bundle-progress-fill{height:100%;background:var(--gold);border-radius:4px;transition:width .3s}.bundle-selected-list{min-height:120px;margin:16px 0}.bundle-selected-item{display:flex;align-items:center;gap:10px;padding:8px 0;border-bottom:1px solid var(--border);font-size:13px;color:var(--charcoal)}.bundle-selected-item img{width:36px;height:36px;object-fit:contain;background:var(--white);border-radius:4px}.bundle-empty-hint{text-align:center;color:var(--text-muted);font-size:13px;font-style:italic;padding:24px 0}.bundle-total{display:flex;justify-content:space-between;font-weight:700;font-size:18px;color:var(--navy);padding:16px 0 20px}.bundle-savings{text-align:center;font-size:13px;color:var(--success);font-weight:600;margin-bottom:16px}.bundle-guarantees{margin-top:16px;display:flex;flex-direction:column;gap:8px}.bundle-guarantee-item{display:flex;align-items:center;gap:8px;font-size:12px;color:var(--text-muted)}@media(max-width:900px){.bundle-layout{grid-template-columns:1fr}.bundle-sidebar{position:static}}.ann-mobile-only{display:none}.ann-desktop-only{display:flex}@media(max-width:768px){.ann-mobile-only{display:inline}.ann-desktop-only,.announcement-divider{display:none!important}}.bundle-qty-selector{margin:20px 0}.bundle-qty-label{font-size:13px;font-weight:600;color:var(--charcoal);text-transform:uppercase;letter-spacing:.05em;margin-bottom:12px}.bundle-qty-options{display:flex;gap:10px}.bundle-qty-option{flex:1;border:2px solid var(--border);border-radius:10px;padding:12px 10px;cursor:pointer;transition:all .2s;background:var(--white);text-align:center;min-width:0}.bundle-qty-option:hover{border-color:var(--navy)}.bundle-qty-option.active{border-color:var(--gold);background:#fffbf0;box-shadow:0 0 0 1px var(--gold)}.bqo-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px;flex-wrap:wrap;gap:4px}.bqo-qty{font-size:13px;font-weight:700;color:var(--navy)}.bqo-tag{font-size:10px;font-weight:600;padding:2px 7px;border-radius:20px;background:var(--cream-dark);color:var(--text-muted);white-space:nowrap}.bqo-tag-gold{background:var(--gold);color:var(--white)}.bqo-tag-navy{background:var(--navy);color:var(--white)}.bqo-img-stack{position:relative;height:70px;display:flex;align-items:center;justify-content:center;margin:8px 0}.bqo-stack-1 img,.bqo-stack-2 img,.bqo-stack-3 img{width:56px;height:56px;object-fit:contain;border-radius:6px;background:var(--cream);position:absolute}.bqo-img-front{z-index:3}.bqo-img-back{z-index:2;transform:translate(-8px,-4px) rotate(-5deg)}.bqo-img-back2{z-index:1;transform:translate(-14px,-8px) rotate(-10deg)}.bqo-price-line{font-size:13px;color:var(--navy);font-weight:700}.bqo-per{font-size:11px;color:var(--text-muted);font-weight:400}.product-price-display{display:flex;align-items:baseline;gap:10px;margin:16px 0 20px}.product-price-original{font-size:18px;color:var(--text-muted);text-decoration:line-through}.product-price-save{font-size:13px;font-weight:700;color:var(--success);background:#e8f5ee;padding:3px 8px;border-radius:4px}.reviews-summary{display:flex;align-items:center;gap:12px;justify-content:center;margin-top:8px;flex-wrap:wrap}.reviews-big-star{font-size:22px;color:var(--gold)}.reviews-avg{font-size:22px;font-weight:700;color:var(--navy)}.reviews-count{font-size:14px;color:var(--text-muted)}.reviews-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px}.review-card{background:var(--white);border:1px solid var(--border);border-radius:8px;padding:20px;display:flex;flex-direction:column;gap:10px}.review-img{width:100%;height:160px;border-radius:6px;display:flex;align-items:center;justify-content:center;font-size:48px;margin-bottom:4px}.review-img-bathroom{background:linear-gradient(135deg,#e8f4f0,#d4eae4)}.review-img-holding{background:linear-gradient(135deg,#f0ebe2,#e8ddd0)}.review-stars{color:var(--gold);font-size:15px}.review-text{font-family:var(--font-display);font-style:italic;font-size:15px;line-height:1.65;color:var(--charcoal);flex:1}.review-footer{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.review-name{font-weight:700;font-size:13px;color:var(--navy)}.review-loc{font-size:12px;color:var(--text-muted)}.review-date{font-size:11px;color:var(--text-muted);margin-left:auto}.review-verified{font-size:11px;color:var(--success);font-weight:600}.cart-upsell{margin-top:32px;padding-top:24px;border-top:1px solid var(--border)}.cart-upsell-label{font-size:12px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);margin-bottom:14px}.upsell-items{display:flex;flex-direction:column;gap:12px}.upsell-item{display:flex;align-items:center;gap:12px;padding:12px;background:var(--cream);border-radius:6px;border:1px solid var(--border)}.upsell-item img{width:52px;height:52px;object-fit:contain;border-radius:4px;background:var(--white);flex-shrink:0}.upsell-item-info{flex:1;min-width:0}.upsell-item-name{font-size:13px;font-weight:600;color:var(--navy);margin-bottom:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.upsell-item-price{font-size:12px;color:var(--text-muted)}.upsell-add-btn{background:var(--navy);color:var(--white);border:none;border-radius:4px;padding:8px 14px;font-size:12px;font-weight:600;cursor:pointer;letter-spacing:.05em;text-transform:uppercase;white-space:nowrap;transition:background .2s}.upsell-add-btn:hover{background:var(--navy-dark)}.sms-overlay{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:#0000008c;z-index:999}.sms-overlay.open{display:block}.sms-popup{display:none;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background:var(--white);border-radius:12px;padding:40px 32px 32px;width:90%;max-width:420px;z-index:1000;text-align:center;box-shadow:0 24px 64px #00000040}.sms-popup.open{display:block}.sms-close{position:absolute;top:14px;right:16px;background:none;border:none;font-size:22px;color:var(--text-muted);cursor:pointer;line-height:1}.sms-cross{font-size:32px;color:var(--gold);margin-bottom:12px}.sms-title{font-family:var(--font-display);font-size:26px;font-weight:700;color:var(--navy);margin-bottom:10px;line-height:1.2}.sms-subtitle{font-size:14px;color:var(--text-muted);line-height:1.65;margin-bottom:24px}.sms-form{display:flex;flex-direction:column;gap:12px}.sms-input{width:100%;padding:14px 16px;border:2px solid var(--border);border-radius:6px;font-size:16px;font-family:var(--font-body);color:var(--charcoal);outline:none;transition:border-color .2s}.sms-input:focus{border-color:var(--navy)}.sms-submit{padding:16px;font-size:15px}.sms-disclaimer{font-size:10px;color:var(--text-muted);margin-top:14px;line-height:1.5}.bundle-size-tabs{display:flex;justify-content:center;gap:0;background:var(--cream);padding:16px 24px;border-bottom:1px solid var(--border)}.bundle-tab{padding:10px 28px;font-size:14px;font-weight:600;border:2px solid var(--border);background:var(--white);color:var(--text-muted);cursor:pointer;transition:all .2s}.bundle-tab:first-child{border-radius:6px 0 0 6px}.bundle-tab:last-child{border-radius:0 6px 6px 0;border-left:none}.bundle-tab.active{background:var(--navy);color:var(--white);border-color:var(--navy)}.bundle-soap-count{position:absolute;top:6px;right:6px;background:var(--gold);color:var(--white);width:22px;height:22px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700}.bundle-soap-card{position:relative}.nav-bundle{color:var(--gold)!important;font-weight:700!important}.logo-image{height:44px;width:auto;display:block}.bundle-discount-note{font-size:12px;color:var(--success);background:#e8f5ee;padding:10px 14px;border-radius:6px;margin:0 0 20px;text-align:center;font-weight:500}.bqo-tag{font-size:9px;padding:2px 6px}@media(max-width:480px){.bqo-header{flex-direction:column;gap:2px;align-items:flex-start}.bqo-tag{font-size:8px}}.cart-achievement-bar{background:var(--cream);border:1px solid var(--border);border-radius:8px;padding:16px 20px;margin-bottom:24px}.achievement-top{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:12px}.achievement-msg{font-size:13px;color:var(--charcoal);line-height:1.4}.achievement-msg strong{color:var(--navy);font-weight:700}.achievement-unlocked,.achievement-unlocked strong{color:var(--success)}.achievement-reward{flex-shrink:0;font-size:12px;font-weight:600;color:var(--navy);background:var(--white);border:1px solid var(--border);border-radius:20px;padding:5px 12px;white-space:nowrap}.achievement-reward-gold{color:var(--gold);border-color:var(--gold-light)}.achievement-track{height:8px;background:var(--border);border-radius:4px;overflow:hidden}.achievement-fill{height:100%;background:linear-gradient(90deg,var(--navy),var(--navy-light));border-radius:4px;transition:width .4s}.achievement-fill-gold{background:linear-gradient(90deg,var(--gold),var(--gold-light))}.free-soap-picker{margin-top:16px;padding-top:16px;border-top:1px solid var(--border)}.free-soap-title{font-size:14px;font-weight:600;color:var(--navy);margin-bottom:12px}.free-soap-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.free-soap-option{border:2px solid var(--border);border-radius:6px;padding:8px;cursor:pointer;text-align:center;transition:all .2s}.free-soap-option:hover{border-color:var(--gold)}.free-soap-option.selected{border-color:var(--success);background:#e8f5ee}.free-soap-option img{width:100%;aspect-ratio:1;object-fit:contain;border-radius:4px}.free-soap-option p{font-size:10px;color:var(--navy);margin-top:4px;line-height:1.2}.free-soap-no-img{font-size:28px}@media(max-width:540px){.achievement-top{flex-direction:column;align-items:flex-start;gap:8px}}.credibility-band{background:var(--white);padding:48px 24px;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.cred-grid{display:flex;align-items:center;justify-content:center;gap:40px;flex-wrap:wrap}.cred-item{display:flex;flex-direction:column;align-items:center;text-align:center;max-width:220px}.cred-number{font-family:var(--font-display);font-size:38px;font-weight:700;color:var(--navy);line-height:1;margin-bottom:8px}.cred-unit{font-size:22px;color:var(--gold);margin-left:2px}.cred-label{font-size:13px;color:var(--text-muted);line-height:1.4}.cred-divider{width:1px;height:48px;background:var(--border)}@media(max-width:700px){.cred-divider{display:none}.cred-grid{gap:28px}}.save-more-band{background:var(--navy);color:var(--white);padding:48px 24px}.save-more-inner{display:flex;align-items:center;justify-content:space-between;gap:40px;flex-wrap:wrap}.save-more-eyebrow{font-size:11px;letter-spacing:.2em;text-transform:uppercase;color:var(--gold-light);font-weight:600;margin-bottom:8px}.save-more-title{font-family:var(--font-display);font-size:32px;font-weight:600;color:var(--white);margin-bottom:8px}.save-more-desc{font-size:14px;color:#ffffffb3;max-width:360px}.save-more-tiers{display:flex;gap:16px}.save-tier{background:#ffffff0f;border:1px solid rgba(255,255,255,.15);border-radius:10px;padding:20px 28px;text-align:center;display:flex;flex-direction:column;gap:4px;position:relative;min-width:120px}.save-tier-best{border-color:var(--gold);background:#c9a84c1f}.save-tier-badge{position:absolute;top:-10px;left:50%;transform:translate(-50%);background:var(--gold);color:var(--white);font-size:10px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;padding:2px 10px;border-radius:20px;white-space:nowrap}.save-tier-qty{font-size:15px;font-weight:600;color:var(--white)}.save-tier-off{font-family:var(--font-display);font-size:26px;font-weight:700;color:var(--gold-light)}@media(max-width:600px){.save-more-inner{flex-direction:column;text-align:center;align-items:center}.save-more-desc{margin:0 auto}}
/*# sourceMappingURL=/cdn/shop/t/8/assets/theme.css.map */
