:root{--bv-black: #1A1A1A;--bv-gold: #D4A574;--bv-beige: #FDF8F4;--bv-white: #FFFFFF;--bv-green: #22C55E;--bv-red: #DC2626;--bv-border: rgba(26, 26, 26, .1);--bv-radius: 12px;--bv-radius-sm: 8px;--bv-shadow: 0 4px 20px rgba(26, 26, 26, .08);--bv-transition: all .25s ease;--bv-max-width: 1200px;--bv-section-padding: 80px 20px;--bv-section-padding-mobile: 60px 16px}.bv-page{color:var(--bv-black);background:var(--bv-beige);font-family:inherit}.bv-container{max-width:var(--bv-max-width);margin:0 auto;padding:0 20px}.bv-section{padding:var(--bv-section-padding)}.bv-section-title{font-size:clamp(28px,4vw,40px);font-weight:700;text-align:center;margin-bottom:16px;color:var(--bv-black)}.bv-section-subtitle{font-size:clamp(16px,2vw,18px);text-align:center;color:#1a1a1ab3;margin-bottom:48px;max-width:600px;margin-left:auto;margin-right:auto}.bv-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:16px 32px;border-radius:var(--bv-radius-sm);font-weight:700;font-size:16px;text-decoration:none;cursor:pointer;border:none;transition:var(--bv-transition);min-height:52px}.bv-btn--primary{background:var(--bv-gold);color:var(--bv-white)}.bv-btn--primary:hover{background:#c49464}.bv-btn--full{width:100%}@media(max-width:768px){.bv-section{padding:var(--bv-section-padding-mobile)}.bv-container{padding:0 16px}}.bv-product-hero{background:var(--bv-beige);padding:40px 0 80px}.bv-product-hero__grid{display:grid;gap:60px}@media(min-width:769px){.bv-product-hero__grid{grid-template-columns:1fr 1fr}}.bv-product-hero__gallery{display:flex;flex-direction:column;gap:16px}.bv-product-hero__main-image-wrapper{background:var(--bv-white);border-radius:var(--bv-radius);overflow:hidden;border:1px solid var(--bv-border);aspect-ratio:1 / 1;display:flex;align-items:center;justify-content:center}.bv-product-hero__main-image-wrapper img{width:100%;height:100%;object-fit:cover;display:block}.bv-product-hero__placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:var(--bv-white)}.bv-product-hero__placeholder .placeholder-svg{width:60%;height:60%}.bv-product-hero__thumbnails{display:none;gap:12px;flex-wrap:wrap}@media(min-width:769px){.bv-product-hero__thumbnails{display:flex}}.bv-product-hero__thumb{width:80px;height:80px;padding:4px;border:2px solid transparent;border-radius:var(--bv-radius-sm);background:var(--bv-white);cursor:pointer;transition:var(--bv-transition)}.bv-product-hero__thumb:hover,.bv-product-hero__thumb:focus{border-color:var(--bv-gold);outline:none}.bv-product-hero__thumb.is-active{border-color:var(--bv-gold)}.bv-product-hero__thumb img{width:100%;height:100%;object-fit:cover;border-radius:4px}.bv-product-hero__mobile-gallery{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;gap:12px;margin:0 -20px;padding:0 20px}@media(min-width:769px){.bv-product-hero__mobile-gallery{display:none}}.bv-product-hero__mobile-gallery::-webkit-scrollbar{display:none}.bv-product-hero__mobile-slide{flex:0 0 85%;scroll-snap-align:center;border-radius:var(--bv-radius);overflow:hidden;border:1px solid var(--bv-border);aspect-ratio:1 / 1}.bv-product-hero__mobile-slide img{width:100%;height:100%;object-fit:cover;display:block}.bv-product-hero__mobile-dots{display:flex;justify-content:center;gap:8px;margin-top:8px}@media(min-width:769px){.bv-product-hero__mobile-dots{display:none}}.bv-product-hero__dot{width:8px;height:8px;border-radius:50%;background:var(--bv-border);transition:var(--bv-transition)}.bv-product-hero__dot.is-active{background:var(--bv-gold);width:24px;border-radius:4px}.bv-product-hero__info{display:flex;flex-direction:column;gap:20px}.bv-product-hero__trust-row{display:flex;align-items:center;flex-wrap:wrap;gap:8px}.bv-product-hero__trust-row--top{gap:12px}.bv-product-hero__trust-pill{display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.4px;color:var(--bv-black);opacity:.8}.bv-product-hero__check{width:14px;height:14px;color:var(--bv-gold)}.bv-product-hero__title{font-size:clamp(28px,4vw,40px);font-weight:700;line-height:1.15;margin:0;color:var(--bv-black)}.bv-product-hero__rating{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.bv-product-hero__stars{position:relative;display:inline-flex;gap:2px;color:var(--bv-gold)}.bv-product-hero__stars-bg,.bv-product-hero__stars-fill{display:flex;gap:2px}.bv-product-hero__stars-fill{position:absolute;top:0;left:0;height:100%;overflow:hidden}.bv-product-hero__star{width:18px;height:18px;flex-shrink:0}.bv-product-hero__star--empty{color:#1a1a1a1f}.bv-product-hero__rating-text{font-size:14px;color:#1a1a1ab3}.bv-product-hero__price{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.bv-product-hero__compare-price{font-size:20px;color:#1a1a1a80}.bv-product-hero__sale-price{font-size:32px;font-weight:700;color:var(--bv-gold)}.bv-product-hero__intro{display:flex;flex-direction:column;gap:10px}.bv-product-hero__intro-heading{font-size:18px;font-weight:700;line-height:1.4;margin:0;color:var(--bv-black)}.bv-product-hero__intro-text{font-size:15px;line-height:1.6;margin:0;color:#1a1a1abf}.bv-product-hero__form{display:flex;flex-direction:column;gap:20px}.bv-product-hero__variants{display:flex;flex-direction:column;gap:16px}.bv-product-hero__option{border:none;padding:0;margin:0}.bv-product-hero__option-label{font-size:14px;font-weight:600;margin-bottom:10px;display:block;color:var(--bv-black)}.bv-product-hero__option-values{display:flex;flex-wrap:wrap;gap:10px}.bv-product-hero__swatch{min-height:44px;padding:10px 20px;border:1px solid var(--bv-border);border-radius:var(--bv-radius-sm);background:var(--bv-white);color:var(--bv-black);font-size:14px;font-weight:600;cursor:pointer;transition:var(--bv-transition)}.bv-product-hero__swatch:hover,.bv-product-hero__swatch:focus{border-color:var(--bv-gold);outline:none}.bv-product-hero__swatch.is-selected{border-color:var(--bv-gold);background:var(--bv-gold);color:var(--bv-white)}.bv-product-hero__quantity-atc{display:flex;flex-direction:column;gap:12px}@media(min-width:769px){.bv-product-hero__quantity-atc{flex-direction:row;align-items:stretch}.bv-product-hero__quantity{flex:0 0 140px}.bv-product-hero__atc{flex:1}}.bv-product-hero__quantity{display:flex;align-items:center;border:1px solid var(--bv-border);border-radius:var(--bv-radius-sm);background:var(--bv-white);overflow:hidden}.bv-product-hero__qty-btn{width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:none;border:none;color:var(--bv-black);cursor:pointer;transition:var(--bv-transition)}.bv-product-hero__qty-btn:hover,.bv-product-hero__qty-btn:focus{background:var(--bv-beige);outline:none}.bv-product-hero__qty-btn svg{width:16px;height:16px}.bv-product-hero__qty-input{flex:1;min-width:44px;height:44px;border:none;text-align:center;font-size:16px;font-weight:600;color:var(--bv-black);background:transparent;-moz-appearance:textfield}.bv-product-hero__qty-input::-webkit-outer-spin-button,.bv-product-hero__qty-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.bv-product-hero__qty-input:focus{outline:none}.bv-product-hero__atc{min-height:56px;font-size:18px;letter-spacing:.5px;text-transform:uppercase}.bv-product-hero__atc:disabled{opacity:.6;cursor:not-allowed}.bv-product-hero__trust-row--under{justify-content:space-between;gap:12px;padding:16px 0;border-top:1px solid var(--bv-border);border-bottom:1px solid var(--bv-border)}.bv-product-hero__trust-item{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:600;color:var(--bv-black)}.bv-product-hero__trust-icon{width:20px;height:20px;flex-shrink:0;color:var(--bv-gold)}.bv-product-hero__accordions{display:flex;flex-direction:column;gap:0;border-top:1px solid var(--bv-border)}.bv-product-hero__accordion{border-bottom:1px solid var(--bv-border)}.bv-product-hero__accordion-trigger{width:100%;display:flex;align-items:center;justify-content:space-between;padding:18px 0;background:none;border:none;font-size:15px;font-weight:700;color:var(--bv-black);cursor:pointer;text-align:left}.bv-product-hero__accordion-trigger:focus{outline:none}.bv-product-hero__accordion-trigger:focus-visible{outline:2px solid var(--bv-gold);outline-offset:4px}.bv-product-hero__accordion-icon{width:18px;height:18px;transition:transform .25s ease}.bv-product-hero__accordion[aria-expanded=true] .bv-product-hero__accordion-icon{transform:rotate(180deg)}.bv-product-hero__accordion-content{max-height:0;overflow:hidden;transition:max-height .25s ease}.bv-product-hero__accordion-inner{padding:0 0 18px;font-size:14px;line-height:1.7;color:#1a1a1abf}.bv-product-hero__accordion-inner p{margin:0 0 12px}.bv-product-hero__accordion-inner p:last-child{margin-bottom:0}.bv-product-hero__accordion-inner ul{margin:0;padding-left:20px}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.bv-benefits{background:var(--bv-white)}.bv-benefits__grid{display:grid;gap:24px}@media(min-width:640px){.bv-benefits__grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.bv-benefits__grid{grid-template-columns:repeat(3,1fr)}}.bv-benefits__card{text-align:center;padding:32px 24px;border:1px solid var(--bv-border);border-radius:var(--bv-radius);background:var(--bv-beige);transition:var(--bv-transition)}.bv-benefits__card:hover{box-shadow:var(--bv-shadow);transform:translateY(-4px)}.bv-benefits__icon{width:56px;height:56px;margin:0 auto 16px;display:flex;align-items:center;justify-content:center;color:var(--bv-gold);background:var(--bv-white);border-radius:50%}.bv-benefits__icon svg{width:28px;height:28px}.bv-benefits__title{font-size:14px;font-weight:700;letter-spacing:.5px;text-transform:uppercase;margin:0 0 8px;color:var(--bv-black)}.bv-benefits__text{font-size:15px;line-height:1.6;margin:0;color:#1a1a1ab3}.bv-comparison{background:var(--bv-beige)}.bv-comparison__table-wrap{display:none;overflow-x:auto;border-radius:var(--bv-radius);border:1px solid var(--bv-border);background:var(--bv-white)}@media(min-width:769px){.bv-comparison__table-wrap{display:block}}.bv-comparison__table{width:100%;border-collapse:collapse;font-size:15px}.bv-comparison__table th,.bv-comparison__table td{padding:20px 24px;text-align:center;border-bottom:1px solid var(--bv-border)}.bv-comparison__table th{font-weight:700;background:var(--bv-beige);color:var(--bv-black)}.bv-comparison__feature-head{text-align:left}.bv-comparison__feature{text-align:left;font-weight:500}.bv-comparison__us-head{color:var(--bv-gold)}.bv-comparison__others-head{color:#1a1a1a80}.bv-comparison__icon{width:24px;height:24px;margin:0 auto}.bv-comparison__icon--check{color:var(--bv-green)}.bv-comparison__icon--x{color:#1a1a1a40}.bv-comparison__mobile{display:flex;flex-direction:column;gap:12px}@media(min-width:769px){.bv-comparison__mobile{display:none}}.bv-comparison__mobile-row{padding:16px;background:var(--bv-white);border-radius:var(--bv-radius);border:1px solid var(--bv-border)}.bv-comparison__mobile-feature{display:block;font-weight:600;margin-bottom:12px;color:var(--bv-black)}.bv-comparison__mobile-values{display:flex;justify-content:space-between;gap:12px}.bv-comparison__mobile-value{display:flex;align-items:center;gap:8px;font-size:14px;font-weight:600}.bv-comparison__mobile-value--us{color:var(--bv-green)}.bv-comparison__mobile-value--others{color:#1a1a1a66}.bv-how-to{background:var(--bv-white)}.bv-how-to__steps{display:grid;gap:32px;position:relative}@media(min-width:769px){.bv-how-to__steps{grid-template-columns:repeat(3,1fr);gap:24px}.bv-how-to__steps:before{content:"";position:absolute;top:32px;left:16.66%;right:16.66%;height:2px;background:var(--bv-border);z-index:0}}.bv-how-to__step{text-align:center;position:relative;z-index:1}.bv-how-to__number{width:64px;height:64px;margin:0 auto 20px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:var(--bv-gold);color:var(--bv-white);font-size:24px;font-weight:700;box-shadow:0 0 0 8px var(--bv-white)}.bv-how-to__title{font-size:20px;font-weight:700;margin:0 0 10px;color:var(--bv-black)}.bv-how-to__text{font-size:15px;line-height:1.7;margin:0;color:#1a1a1ab3}.bv-reviews{background:var(--bv-beige)}.bv-reviews__count{text-align:center;font-size:16px;color:#1a1a1ab3;margin-top:-8px;margin-bottom:40px}.bv-reviews__grid{display:grid;gap:24px}@media(min-width:769px){.bv-reviews__grid{grid-template-columns:repeat(3,1fr)}}.bv-reviews__card{padding:32px;background:var(--bv-white);border-radius:var(--bv-radius);border:1px solid var(--bv-border);display:flex;flex-direction:column;gap:16px}.bv-reviews__stars{display:flex;gap:4px;color:var(--bv-gold)}.bv-reviews__star{width:20px;height:20px}.bv-reviews__text{font-size:15px;line-height:1.7;margin:0;color:#1a1a1acc;flex:1}.bv-reviews__author{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.bv-reviews__name{font-weight:700;font-size:14px;color:var(--bv-black)}.bv-reviews__badge{font-size:12px;font-weight:600;color:var(--bv-green);background:#22c55e1a;padding:4px 10px;border-radius:100px}.bv-faq{background:var(--bv-white)}.bv-faq__list{max-width:800px;margin:0 auto;border-top:1px solid var(--bv-border)}.bv-faq__item{border-bottom:1px solid var(--bv-border)}.bv-faq__trigger{width:100%;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:22px 0;background:none;border:none;font-size:16px;font-weight:700;color:var(--bv-black);cursor:pointer;text-align:left}.bv-faq__trigger:focus-visible{outline:2px solid var(--bv-gold);outline-offset:4px}.bv-faq__icon{width:20px;height:20px;flex-shrink:0;transition:transform .25s ease}.bv-faq__item[aria-expanded=true] .bv-faq__icon{transform:rotate(180deg)}.bv-faq__content{max-height:0;overflow:hidden;transition:max-height .25s ease}.bv-faq__answer{padding:0 0 22px;font-size:15px;line-height:1.7;color:#1a1a1abf}.bv-faq__answer p{margin:0 0 12px}.bv-faq__answer p:last-child{margin-bottom:0}.bv-faq__answer ul{margin:0;padding-left:20px}.bv-guarantee{background:var(--bv-beige)}.bv-guarantee__inner{max-width:700px;margin:0 auto;text-align:center;padding:60px 32px;background:var(--bv-white);border-radius:var(--bv-radius);border:1px solid var(--bv-border);box-shadow:var(--bv-shadow)}.bv-guarantee__icon{width:80px;height:80px;margin:0 auto 24px;display:flex;align-items:center;justify-content:center;color:var(--bv-gold);background:var(--bv-beige);border-radius:50%}.bv-guarantee__icon svg{width:40px;height:40px}.bv-guarantee__title{font-size:clamp(24px,3vw,32px);font-weight:700;margin:0 0 16px;color:var(--bv-black)}.bv-guarantee__text{font-size:16px;line-height:1.7;margin:0 0 28px;color:#1a1a1abf}.bv-sticky-cart{position:fixed;bottom:0;left:0;right:0;z-index:200;background:var(--bv-white);border-top:1px solid var(--bv-border);padding:12px 16px;box-shadow:0 -4px 20px #1a1a1a14;transform:translateY(100%);transition:transform .3s ease}.bv-sticky-cart.is-visible{transform:translateY(0)}@media(min-width:769px){.bv-sticky-cart{display:none}}.bv-sticky-cart__inner{max-width:var(--bv-max-width);margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:16px}.bv-sticky-cart__info{display:flex;flex-direction:column;gap:2px}.bv-sticky-cart__title{font-size:13px;font-weight:600;color:#1a1a1a99}.bv-sticky-cart__price{font-size:18px;font-weight:700;color:var(--bv-gold)}.bv-sticky-cart__price s{color:#1a1a1a66;font-weight:500;margin-right:8px;font-size:14px}.bv-sticky-cart__btn{min-height:44px;padding:12px 28px;font-size:14px;text-transform:uppercase;letter-spacing:.5px}
/*# sourceMappingURL=/cdn/shop/t/1/assets/bv-product.css.map */
