@import"https://fonts.googleapis.com/css2?family=Righteous&family=Inter:wght@400;500;600;700&display=swap";:root{--bah-cream: #FFF8F0;--bah-white: #FFFFFF;--bah-dark: #1A1A1A;--bah-gray: #6B6B6B;--bah-light-gray: #F4F4F4;--bah-border: #E8E8E8;--bah-green: #D4EAC8;--bah-peach: #FFE4D4;--bah-yellow: #FFF3C4;--bah-lavender: #EAE0F5;--bah-mint: #D4F0E8;--bah-pink: #FFE0E8;--bah-accent: #2C5F2E;--bah-font-heading: "Righteous", Arial, sans-serif;--bah-font-body: "Inter", -apple-system, sans-serif;--bah-radius: 20px;--bah-radius-sm: 10px;--bah-radius-pill: 100px;--bah-shadow: 0 4px 20px rgba(0,0,0,.07);--bah-shadow-hover: 0 12px 40px rgba(0,0,0,.13);--bah-max-width: 1280px;--bah-section-padding: 80px 24px}*{box-sizing:border-box}.bah-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 28px;border-radius:var(--bah-radius-pill);font-family:var(--bah-font-body);font-size:15px;font-weight:700;text-decoration:none;cursor:pointer;transition:all .2s ease;border:2px solid transparent;white-space:nowrap}.bah-btn--primary{background:var(--bah-dark);color:#fff;border-color:var(--bah-dark)}.bah-btn--primary:hover{background:#333;transform:translateY(-2px);box-shadow:var(--bah-shadow)}.bah-btn--outline{background:transparent;color:var(--bah-dark);border-color:var(--bah-dark)}.bah-btn--outline:hover{background:var(--bah-dark);color:#fff}.bah-btn--secondary{background:transparent;color:var(--bah-dark);border-color:transparent;text-decoration:underline;text-underline-offset:3px}.bah-btn--small{padding:8px 18px;font-size:12px;letter-spacing:.5px}.bah-btn--full{width:100%}.bah-btn:disabled{opacity:.45;cursor:not-allowed}.bah-hero{padding:var(--bah-section-padding);background:var(--bah-cream)}.bah-hero__inner{max-width:var(--bah-max-width);margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}.bah-hero__eyebrow{display:inline-block;font-size:12px;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:#fff;background:var(--bah-accent);padding:6px 16px;border-radius:var(--bah-radius-pill);margin:0 0 20px}.bah-hero__heading{font-family:var(--bah-font-heading);font-size:clamp(36px,5vw,62px);font-weight:800;line-height:1.1;color:var(--bah-dark);margin:0 0 20px}.bah-hero__subheading{font-size:18px;line-height:1.65;color:var(--bah-gray);margin:0 0 36px;max-width:480px}.bah-hero__ctas{display:flex;gap:14px;flex-wrap:wrap;margin-bottom:32px}.bah-hero__trust{display:flex;gap:20px;flex-wrap:wrap;font-size:13px;color:var(--bah-gray);font-weight:500}.bah-hero__image img{width:100%;height:auto;border-radius:var(--bah-radius);object-fit:cover;box-shadow:var(--bah-shadow-hover)}.bah-hero__image-placeholder{background:var(--bah-green);border-radius:var(--bah-radius);aspect-ratio:3/4}.bah-features{padding:56px 24px;background:#fff;border-top:1px solid var(--bah-border);border-bottom:1px solid var(--bah-border)}.bah-features__inner{max-width:var(--bah-max-width);margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.bah-features__item{text-align:center;padding:28px 20px;background:var(--bah-cream);border-radius:var(--bah-radius)}.bah-features__icon{font-size:36px;display:block;margin-bottom:12px}.bah-features__title{font-family:var(--bah-font-heading);font-size:17px;font-weight:700;color:var(--bah-dark);margin:0 0 8px}.bah-features__text{font-size:14px;color:var(--bah-gray);line-height:1.6;margin:0}.bah-products{padding:var(--bah-section-padding);background:var(--bah-cream)}.bah-products__inner{max-width:var(--bah-max-width);margin:0 auto}.bah-products__header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:32px}.bah-products__eyebrow{font-size:12px;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:var(--bah-accent);margin:0 0 8px;display:block}.bah-products__heading{font-family:var(--bah-font-heading);font-size:clamp(26px,3.5vw,40px);font-weight:800;color:var(--bah-dark);margin:0}.bah-products__subheading{font-size:15px;color:var(--bah-gray);margin:6px 0 0}.bah-products__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-bottom:40px}.bah-products__cta{text-align:center}.bah-product-card{border-radius:var(--bah-radius);overflow:hidden;transition:box-shadow .25s,transform .25s;position:relative;background:var(--bah-peach);display:flex;flex-direction:column}.bah-product-card:nth-child(2){background:var(--bah-yellow)}.bah-product-card:nth-child(3){background:var(--bah-lavender)}.bah-product-card:nth-child(4){background:var(--bah-mint)}.bah-product-card:nth-child(5){background:var(--bah-green)}.bah-product-card:nth-child(6){background:var(--bah-pink)}.bah-product-card:hover{box-shadow:var(--bah-shadow-hover);transform:translateY(-5px)}.bah-product-card__image-link{display:block;position:relative;overflow:hidden;aspect-ratio:1/1;padding:20px}.bah-product-card__image-link img{width:100%;height:100%;object-fit:contain;transition:transform .4s}.bah-product-card:hover .bah-product-card__image-link img{transform:scale(1.06)}.bah-product-card__badge{position:absolute;top:14px;left:14px;background:var(--bah-dark);color:#fff;font-size:10px;font-weight:800;padding:5px 12px;border-radius:var(--bah-radius-pill);letter-spacing:1px;text-transform:uppercase}.bah-product-card__info{padding:10px 16px 0;flex:1;text-align:center}.bah-product-card__title{font-family:var(--bah-font-heading);font-size:16px;font-weight:700;margin:0 0 4px}.bah-product-card__title a{color:var(--bah-dark);text-decoration:none}.bah-product-card__excerpt{font-size:12px;color:var(--bah-gray);line-height:1.5;margin:0}.bah-product-card__footer{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;margin-top:14px;background:#00000014}.bah-product-card__price{font-size:15px;font-weight:800;color:var(--bah-dark)}.bah-testimonials{padding:var(--bah-section-padding);background:#fff}.bah-testimonials__inner{max-width:var(--bah-max-width);margin:0 auto}.bah-testimonials__header{text-align:center;margin-bottom:48px}.bah-testimonials__eyebrow{font-size:12px;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:var(--bah-accent);display:block;margin:0 0 12px}.bah-testimonials__heading{font-family:var(--bah-font-heading);font-size:clamp(26px,3.5vw,40px);font-weight:800;color:var(--bah-dark);margin:0 0 16px}.bah-testimonials__stars-summary{display:flex;align-items:center;justify-content:center;gap:10px}.bah-testimonials__rating-text{color:var(--bah-gray);font-size:14px}.bah-testimonials__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.bah-testimonial-card{background:var(--bah-cream);border-radius:var(--bah-radius);padding:28px}.bah-testimonial-card__stars{color:#f4a623;font-size:18px;margin-bottom:14px;letter-spacing:3px}.bah-testimonial-card__quote{font-size:15px;line-height:1.7;color:var(--bah-dark);margin:0 0 20px;font-style:italic}.bah-testimonial-card__name{font-weight:700;font-size:14px;color:var(--bah-dark)}.bah-testimonial-card__product{font-size:12px;color:var(--bah-gray)}.bah-stars{color:#f4a623;letter-spacing:3px}.bah-newsletter{padding:var(--bah-section-padding)}.bah-newsletter__inner{max-width:560px;margin:0 auto;text-align:center}.bah-newsletter__eyebrow{font-size:12px;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:#f4a623;display:block;margin:0 0 12px}.bah-newsletter__heading{font-family:var(--bah-font-heading);font-size:clamp(26px,3.5vw,42px);font-weight:800;color:#fff;margin:0 0 12px}.bah-newsletter__subheading{font-size:15px;color:#ffffffb3;margin:0 0 32px;line-height:1.65}.bah-newsletter__fields{display:flex;max-width:440px;margin:0 auto 12px;border-radius:var(--bah-radius-pill);overflow:hidden;border:2px solid rgba(255,255,255,.25)}.bah-newsletter__input{flex:1;padding:14px 20px;border:none;background:#ffffff1a;color:#fff;font-size:15px;outline:none}.bah-newsletter__input::placeholder{color:#fff6}.bah-newsletter__fields .bah-btn{border-radius:0;background:#fff;color:var(--bah-dark);border-color:transparent}.bah-newsletter__disclaimer{font-size:12px;color:#fff6;margin:0}.bah-product{max-width:var(--bah-max-width);margin:0 auto;padding:40px 24px 80px}.bah-product__inner{display:grid;grid-template-columns:1fr 1fr;gap:72px;margin-bottom:80px}.bah-product__gallery-main{border-radius:var(--bah-radius);overflow:hidden;aspect-ratio:1/1;background:var(--bah-peach);padding:24px}.bah-product__gallery-main img{width:100%;height:100%;object-fit:contain}.bah-product__gallery-thumbs{display:flex;gap:10px;margin-top:14px;flex-wrap:wrap}.bah-product__thumb{width:76px;height:76px;border-radius:var(--bah-radius-sm);overflow:hidden;cursor:pointer;border:2px solid transparent;padding:0;background:var(--bah-cream);transition:border-color .2s}.bah-product__thumb--active,.bah-product__thumb:hover{border-color:var(--bah-dark)}.bah-product__thumb img{width:100%;height:100%;object-fit:cover}.bah-product__badges{display:flex;gap:8px;margin-bottom:16px;flex-wrap:wrap}.bah-badge{font-size:11px;font-weight:800;letter-spacing:1px;text-transform:uppercase;padding:5px 14px;border-radius:var(--bah-radius-pill)}.bah-badge--green{background:#d4eac8;color:#2c5f2e}.bah-badge--red{background:#ffe0e0;color:#c0392b}.bah-badge--gray{background:var(--bah-light-gray);color:var(--bah-gray)}.bah-product__title{font-family:var(--bah-font-heading);font-size:clamp(28px,4vw,44px);font-weight:800;color:var(--bah-dark);margin:0 0 12px;line-height:1.15}.bah-product__rating{display:flex;align-items:center;gap:8px;margin-bottom:20px}.bah-product__rating-text{font-size:13px;color:var(--bah-gray)}.bah-product__price-wrap{display:flex;align-items:baseline;gap:12px;margin-bottom:16px}.bah-product__price{font-size:28px;font-weight:800;color:var(--bah-dark)}.bah-product__compare-price{font-size:18px;color:var(--bah-gray);text-decoration:line-through}.bah-product__short-desc{font-size:15px;line-height:1.75;color:var(--bah-gray);margin:0 0 28px}.bah-product__variants{margin-bottom:24px}.bah-product__option{margin-bottom:18px}.bah-product__option-label{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:1.5px;color:var(--bah-dark);display:block;margin-bottom:10px}.bah-product__option-values{display:flex;gap:8px;flex-wrap:wrap}.bah-product__option-btn{padding:9px 18px;border:2px solid var(--bah-border);border-radius:var(--bah-radius-pill);background:#fff;font-size:14px;cursor:pointer;transition:all .15s}.bah-product__option-btn:hover,.bah-product__option-btn--active{border-color:var(--bah-dark);background:var(--bah-dark);color:#fff}.bah-product__quantity{margin-bottom:18px}.bah-product__qty-wrap{display:flex;align-items:center;border:2px solid var(--bah-border);border-radius:var(--bah-radius-pill);overflow:hidden;width:fit-content}.bah-qty-btn{width:46px;height:46px;background:none;border:none;font-size:22px;cursor:pointer;color:var(--bah-dark)}.bah-qty-btn:hover{background:var(--bah-light-gray)}.bah-qty-input{width:58px;height:46px;text-align:center;border:none;border-left:2px solid var(--bah-border);border-right:2px solid var(--bah-border);font-size:16px;font-weight:700;outline:none}.bah-product__form{display:flex;flex-direction:column;gap:12px;margin-bottom:24px}.bah-product__trust{display:flex;gap:16px;flex-wrap:wrap;padding:20px 0;border-top:1px solid var(--bah-border);border-bottom:1px solid var(--bah-border);margin-bottom:28px}.bah-trust-item{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--bah-gray)}.bah-accordion{border-bottom:1px solid var(--bah-border)}.bah-accordion__trigger{padding:18px 0;font-size:15px;font-weight:600;color:var(--bah-dark);cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center}.bah-accordion__trigger::-webkit-details-marker{display:none}.bah-accordion__trigger:after{content:"+";font-size:22px;font-weight:300}details[open] .bah-accordion__trigger:after{content:"\2212"}.bah-accordion__content{padding-bottom:18px;font-size:14px;line-height:1.75;color:var(--bah-gray)}.bah-product__description{border-top:1px solid var(--bah-border);padding-top:64px}.bah-product__description-inner{max-width:640px;margin:0 auto}.bah-product__description h2{font-family:var(--bah-font-heading);font-size:30px;font-weight:800;margin:0 0 20px}.bah-product__description p{font-size:15px;line-height:1.8;color:var(--bah-gray);margin:0 0 16px}.header__heading-logo img,.header__heading-logo svg{max-height:48px;width:auto}.header .header__heading-link,.header__menu-item,.header__active-menu-item,.list-menu__item a,nav a{font-family:var(--bah-font-body)!important;font-weight:600;letter-spacing:.3px}.header{border-bottom:1px solid var(--bah-border);background:var(--bah-white)!important}.header__heading{font-family:Righteous,Arial,sans-serif!important}@media(max-width:1024px){.bah-products__grid,.bah-features__inner{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){:root{--bah-section-padding: 52px 16px}.bah-hero__inner{grid-template-columns:1fr;gap:36px}.bah-hero__image{order:-1}.bah-products__header{flex-direction:column;align-items:flex-start}.bah-testimonials__grid{grid-template-columns:1fr}.bah-product__inner{grid-template-columns:1fr;gap:36px}}@media(max-width:480px){.bah-products__grid,.bah-features__inner{grid-template-columns:1fr}.bah-hero__ctas{flex-direction:column}}
/*# sourceMappingURL=/cdn/shop/t/1/assets/bah-soap.css.map */
