.balmy-product-drum-wrapper{padding:0}.bpd-root{padding-top:56px;padding-bottom:72px}.bpd__inner{padding-top:0;padding-bottom:0}.bpd__layout{display:grid;grid-template-columns:1fr 1fr;gap:48px 64px;align-items:start}@media(max-width:768px){.bpd__layout{grid-template-columns:1fr;gap:24px}}@media(max-width:768px){.bpd-root{padding-top:10px;padding-bottom:40px}}.bpd__gallery,.bpd__gallery-col,.bpd__info{min-width:0}.bpd__gallery-col{position:sticky;top:20px}@media(max-width:768px){.bpd__gallery-col{position:static}}.bpd__gallery-col .bpd__gal-thumbs-wrap{margin-bottom:0}.bpd__testimonial--below-gallery{margin-top:20px}@media(max-width:768px){.bpd__testimonial--below-gallery{margin-top:14px}}.bpd__mobile-head{display:none}@media(max-width:768px){.bpd__mobile-head{display:block}.bpd-root--head-top .bpd__info .bpd__reviews,.bpd-root--head-top .bpd__info .bpd__title{display:none}}.bpd__gallery{position:static}.bpd__gal-main-wrap{position:relative}.bpd__gal-main{aspect-ratio:1 / 1;overflow:hidden;border-radius:16px;background:rgba(var(--color-foreground),.04)}.bpd__gal-main-img{width:100%;height:100%;object-fit:cover;display:block}.bpd__gal-arrow{position:absolute;top:50%;transform:translateY(-50%);background:rgba(var(--color-background),.9);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border:1px solid rgba(var(--color-foreground),.12);border-radius:50%;width:46px;height:46px;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:2;color:rgb(var(--color-foreground));transition:background .15s}.bpd__gal-prev{left:0;transform:translate(-50%,-50%)}.bpd__gal-next{right:0;transform:translate(50%,-50%)}.bpd__gal-arrow:hover{background:rgb(var(--color-background))}@media(max-width:768px){.bpd__gal-arrow{display:none}}.bpd__gal-thumbs-wrap{margin-top:14px;overflow-x:auto;scrollbar-width:none}.bpd__gal-thumbs-wrap::-webkit-scrollbar{display:none}.bpd__gal-thumbs{display:flex;gap:10px;padding-bottom:2px}.bpd__gal-thumb{flex:0 0 82px;height:82px;border-radius:10px;overflow:hidden;border:2px solid transparent;cursor:pointer;transition:border-color .15s;background:rgba(var(--color-foreground),.04)}.bpd__gal-thumb img{width:100%;height:100%;object-fit:cover;display:block}.bpd__gal-thumb.active{border-color:rgb(var(--color-foreground))}.bpd__gal-thumb:hover:not(.active){border-color:rgba(var(--color-foreground),.35)}.bpd__info{display:flex;flex-direction:column;gap:0}.bpd__reviews{display:flex;align-items:center;gap:10px;margin-bottom:14px;flex-wrap:wrap}.bpd__reviews-pill{display:inline-flex;align-items:center;gap:6px;background:var(--bpd-pill-bg, #F5C563);border-radius:999px;padding:6px 14px}.bpd__stars{color:var(--bpd-star-color, #f5a623);font-size:var(--bpd-stars-size, 1.4rem);letter-spacing:1px}.bpd__reviews-pill .bpd__stars{color:#2b2b2b}.bpd__reviews-rating{font-size:var(--bpd-review-text-size, 1.4rem);font-weight:700;color:#2b2b2b}.bpd__review-text{font-size:var(--bpd-review-text-size, 1.4rem);opacity:.75}.bpd__review-text strong{font-weight:700;opacity:1}.bpd__reviews-link{display:inline-flex;align-items:center;gap:4px;font-size:var(--bpd-review-text-size, 1.4rem);font-weight:700;color:rgb(var(--color-foreground));text-decoration:underline;text-underline-offset:2px;cursor:pointer;margin-left:auto}.bpd__reviews-link svg{flex-shrink:0;transform:rotate(-90deg)}.bpd__reviews-link:hover{opacity:.7}.bpd__title{font-size:3rem;font-weight:700;margin:0 0 20px;line-height:1.15;color:rgb(var(--color-foreground))}@media(max-width:768px){.bpd__title{font-size:2.2rem}}@media(max-width:480px){.bpd__title{font-size:1.8rem}}.bpd__features{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:24px;margin-top:10px}.bpd__feature-badge{display:inline-flex;align-items:center;gap:0px;font-size:1.3rem;font-weight:500;padding:4px 8px;border:1.5px solid rgba(var(--color-foreground),.18);border-radius:32px;color:rgb(var(--color-foreground))}.bpd__feature-badge svg{color:#27ae60;flex-shrink:0;width:20px;height:20px}.bpd__opt1-desc-area{margin-bottom:16px;min-height:0}.bpd__opt1-badge{display:inline-block;background:#f5a623;color:#fff;font-size:1.4rem;font-weight:700;padding:4px 14px;border-radius:24px;text-transform:uppercase;letter-spacing:.04em;margin-bottom:8px}.bpd__opt1-desc{font-size:1.6rem;opacity:.7;margin:0;line-height:1.6}.bpd__audio-btn{display:inline-flex;align-items:center;gap:10px;margin-bottom:22px;background:transparent;border:1.5px solid rgba(var(--color-foreground),.22);border-radius:32px;padding:12px 22px 12px 18px;font-family:inherit;cursor:pointer;color:rgb(var(--color-foreground));transition:border-color .15s,background .15s}.bpd__audio-label{font-size:1.6rem}.bpd__audio-btn svg{width:14px;height:14px;flex-shrink:0}.bpd__audio-btn:hover{border-color:rgba(var(--color-foreground),.5);background:rgba(var(--color-foreground),.04)}.bpd__audio-btn.playing{border-color:rgb(var(--color-foreground))}.bpd__audio-btn .bpd__audio-pause-icon,.bpd__audio-btn.playing .bpd__audio-play-icon{display:none}.bpd__audio-btn.playing .bpd__audio-pause-icon{display:block}.bpd__opt1-section{margin-bottom:28px}.bpd__opt1-cards{display:flex;gap:12px;margin-bottom:14px}@media(max-width:480px){.bpd__opt1-cards{gap:8px}}.bpd__opt1-card{flex:1;min-width:0;position:relative;padding:28px 14px 20px;border:2px solid rgba(var(--color-foreground),.18);border-radius:14px;background:transparent;cursor:pointer;text-align:center;font-family:inherit;color:rgb(var(--color-foreground));transition:border-color .15s,box-shadow .15s}.bpd__opt1-card:has(.bpd__card-badge){padding-top:36px}.bpd__opt1-card.active{border-color:var(--bpd-active-color, #1a90ff);box-shadow:0 0 0 1px var(--bpd-active-color, #1a90ff)}.bpd__opt1-card:hover:not(.active){border-color:rgba(var(--color-foreground),.38)}.bpd__card-badge{position:absolute;top:-14px;left:50%;transform:translate(-50%);background:#2196f3;color:#fff;font-size:.82rem;font-weight:800;padding:4px 14px;border-radius:24px;white-space:nowrap;text-transform:uppercase;letter-spacing:.05em;pointer-events:none}.bpd__card-body{display:flex;flex-direction:column;align-items:center;gap:3px}.bpd__card-left,.bpd__card-right{display:contents}.bpd__card-extras-mobile{display:none}.bpd__card-title{font-size:var(--bpd-card-title-size, 1.7rem);font-weight:700;line-height:1.2}.bpd__card-subtitle{font-size:var(--bpd-card-subtitle-size, 1.5rem);opacity:.6;margin-bottom:10px;line-height:1.3}.bpd__card-discount-badge{display:inline-block;background:rgb(var(--color-foreground));color:rgb(var(--color-background));font-size:1.3rem;font-weight:700;padding:4px 12px;border-radius:24px;margin-bottom:4px}.bpd__card-compare{font-size:1.5rem;text-decoration:line-through;opacity:.42;line-height:1.3}.bpd__card-price-row{display:flex;flex-direction:column;align-items:center;width:100%}.bpd__card-price{font-size:var(--bpd-card-price-size, 2rem);font-weight:800;color:var(--bpd-price-color, #1a90ff);margin:4px 0 10px;line-height:1.15;word-break:break-word}.bpd__card-shipping{font-size:var(--bpd-card-shipping-size, 1.3rem);font-weight:600;line-height:1.3}.bpd__card-addons{font-size:1.3rem;opacity:.6;line-height:1.3}.bpd__swatch-price-row{display:flex;flex-direction:row;align-items:center;gap:8px;flex-wrap:wrap;margin-bottom:12px}.bpd__swatch-price-row .bpd__card-price{order:1;margin:0}.bpd__swatch-price-row .bpd__card-compare{order:2;font-size:1.35rem}.bpd__swatch-price-row .bpd__card-discount-badge{order:3;font-size:1.1rem;padding:2px 8px}.bpd__opt2-section{margin-bottom:28px}.bpd__opt2-btns{display:flex;flex-wrap:wrap;gap:18px}.bpd__opt2-item{display:flex;flex-direction:column;align-items:center;gap:8px}.bpd__opt2-name{font-size:1.5rem;opacity:.55;transition:opacity .15s,font-weight .1s;line-height:1}.bpd__opt2-name.active{opacity:1;font-weight:700}.bpd__opt2-btn{width:100px;height:100px;border-radius:50%;overflow:hidden;border:2.5px solid transparent;cursor:pointer;background:rgba(var(--color-foreground),.08);padding:0;transition:border-color .15s,transform .1s;outline-offset:3px}.bpd__opt2-btn img{width:100%;height:100%;object-fit:cover;display:block}.bpd__opt2-btn span{display:flex;align-items:center;justify-content:center;width:100%;height:100%;font-size:.75rem;font-weight:700;text-transform:uppercase;color:rgb(var(--color-foreground))}.bpd__opt2-btn.active{border-color:rgb(var(--color-foreground))}.bpd__opt2-btn:hover:not(.active){border-color:rgba(var(--color-foreground),.35);transform:scale(1.06)}.bpd__opt2-btn.unavailable{opacity:.3;cursor:not-allowed}.bpd__selector-group{position:relative;border:2px solid rgba(var(--color-foreground),.14);border-radius:16px;padding:22px 16px 16px;margin-bottom:20px}.bpd__selector-group .bpd__opt1-section,.bpd__selector-group .bpd__opt2-section{margin-bottom:0}.bpd__selector-label{position:absolute;top:-14px;left:16px;background:rgb(var(--color-foreground));color:rgb(var(--color-background));font-size:1.25rem;font-weight:800;padding:5px 18px;border-radius:20px;letter-spacing:.07em;text-transform:uppercase;white-space:nowrap}.bpd__variant-selector--colors-first{display:flex;flex-direction:column}.bpd__variant-selector--colors-first .bpd__opt2-section,.bpd__variant-selector--colors-first .bpd__selector-group--colors{order:-1}.bpd__card-color-img{display:none}.bpd__variant-selector--normal .bpd__opt1-cards{flex-wrap:wrap;justify-content:flex-start;gap:6px}.bpd__variant-selector--normal .bpd__opt1-section{margin-bottom:0}.bpd__variant-selector--normal .bpd__opt1-card{flex:0 0 auto;width:auto;text-align:left;padding:0;border:none;border-radius:0;background:transparent;opacity:.6;transition:opacity .15s}.bpd__variant-selector--normal .bpd__opt1-card:hover,.bpd__variant-selector--normal .bpd__opt1-card.active{border:none;box-shadow:none;background:transparent;opacity:1}.bpd__variant-selector--normal .bpd__opt1-card:has(.bpd__card-badge){padding-top:0}.bpd__variant-selector--normal .bpd__card-badge{display:none}.bpd__variant-selector--normal .bpd__card-body{align-items:flex-start}.bpd__variant-selector--normal .bpd__card-price-row{flex-direction:row;align-items:center;gap:8px;flex-wrap:wrap}.bpd__variant-selector--normal .bpd__card-price{margin:0;order:1}.bpd__variant-selector--normal .bpd__card-compare{order:2;font-size:1.35rem}.bpd__variant-selector--normal .bpd__card-discount-badge{order:3;font-size:1.1rem;padding:2px 8px;border-radius:12px;margin-bottom:0}.bpd__variant-selector--normal .bpd__opt2-btns{justify-content:flex-start}.bpd__trust-item--box{padding:12px 16px}.bpd__price-row{display:none}.bpd__buy-row{display:flex;gap:14px;align-items:stretch;margin-bottom:18px}.bpd__qty{display:flex;align-items:center;border:1.5px solid rgba(var(--color-foreground),.22);border-radius:12px;overflow:hidden;background:transparent}.bpd__qty-btn{width:52px;min-height:62px;background:transparent;border:none;cursor:pointer;font-size:1.6rem;font-family:inherit;color:rgb(var(--color-foreground));display:flex;align-items:center;justify-content:center;transition:background .1s;line-height:1}.bpd__qty-btn:hover{background:rgba(var(--color-foreground),.06)}.bpd__qty-input{width:58px;min-height:62px;border:none;text-align:center;font-size:1.25rem;font-family:inherit;background:transparent;color:rgb(var(--color-foreground));-moz-appearance:textfield}.bpd__qty-input::-webkit-outer-spin-button,.bpd__qty-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.bpd__mini-features{display:flex;flex-direction:column;gap:8px;margin-bottom:16px}.bpd__mini-feature{display:flex;align-items:center;gap:10px;font-size:1.35rem;line-height:1.4;font-family:var(--font-nunito, sans-serif);color:#374151}.bpd__mini-feature img{flex-shrink:0;width:20px;height:20px;object-fit:contain}.bpd__highlight-box{border-radius:12px;padding:16px 18px;margin-top:16px}.bpd__highlight-box__header{display:flex;align-items:center;gap:10px;margin-bottom:6px}.bpd__highlight-box__header img{flex-shrink:0;width:28px;height:28px;object-fit:contain}.bpd__highlight-box__title{font-size:var(--bpd-hb-title-size, 1.5rem);font-weight:700;font-family:var(--font-nunito, sans-serif)}.bpd__highlight-box__desc{font-size:var(--bpd-hb-desc-size, 1.3rem);line-height:1.65;font-family:var(--font-nunito, sans-serif);opacity:.88}.bpd__atc-btn{flex:1;min-height:62px;font-size:var(--bpd-atc-font-size, 2rem);font-weight:700;cursor:pointer;letter-spacing:.04em;white-space:nowrap;border:none;border-radius:var(--bpd-atc-radius, var(--buttons-radius, 0));background:var(--bpd-atc-bg, rgb(var(--color-button)));color:var(--bpd-atc-text, rgb(var(--color-button-text)));transition:background .25s ease,transform .15s ease,box-shadow .25s ease;animation:bpd-atc-pulse 3s ease-in-out infinite;position:relative;overflow:hidden}.bpd__atc-btn:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(105deg,transparent 40%,rgba(255,255,255,.18) 50%,transparent 60%);background-size:200% 100%;animation:bpd-atc-shine 3s ease-in-out infinite;pointer-events:none}@keyframes bpd-atc-pulse{0%,to{box-shadow:0 4px 16px #0000002e;transform:scale(1)}50%{box-shadow:0 8px 28px #0000004d;transform:scale(1.015)}}@keyframes bpd-atc-shine{0%{background-position:-200% center}60%{background-position:200% center}to{background-position:200% center}}.bpd__atc-btn:hover:not(:disabled){background:var(--bpd-atc-hover, var(--bpd-atc-bg, rgb(var(--color-button))));transform:scale(1.02);box-shadow:0 8px 28px #00000047;animation-play-state:paused}.bpd__atc-btn:active:not(:disabled){transform:scale(.98);box-shadow:0 2px 10px #0000002e}.bpd__atc-btn:disabled{opacity:.5;cursor:not-allowed;animation:none}.bpd__atc-btn:disabled:after{display:none}.bpd__guarantee{font-size:1.6rem;text-align:center;padding:0;line-height:1.5}.bpd__trust-list{display:flex;flex-direction:column;gap:14px;margin-top:20px;padding-top:20px;border-top:1px solid rgba(0,0,0,.1)}.bpd__trust-item{display:flex;align-items:flex-start;gap:14px}.bpd__trust-icon{flex-shrink:0;width:var(--bpd-trust-icon-size, 44px);height:var(--bpd-trust-icon-size, 44px);display:flex;align-items:center;justify-content:center}.bpd__trust-icon img{width:var(--bpd-trust-icon-size, 44px);height:var(--bpd-trust-icon-size, 44px);object-fit:contain}.bpd__trust-list--row{flex-direction:row;flex-wrap:wrap;justify-content:center;gap:8px 16px}.bpd__trust-list--row .bpd__trust-item{flex-direction:column;align-items:center;text-align:center;flex:1;min-width:80px;gap:10px}.bpd__trust-list--row .bpd__trust-title,.bpd__trust-list--row .bpd__trust-desc{text-align:center}.bpd__trust-text{flex:1;min-width:0}.bpd__trust-title{font-weight:700;font-size:var(--bpd-ti-title-size, 1.4rem);color:#1a1a1a;font-family:var(--font-nunito, sans-serif);margin-bottom:3px}.bpd__trust-desc{font-size:var(--bpd-ti-desc-size, 1.3rem);color:#6b7280;line-height:1.5;font-family:var(--font-nunito, sans-serif)}.bpd__faq{margin-top:20px;display:flex;flex-direction:column}.bpd__faq-item{border:1px solid #e5e7eb;border-radius:10px;margin-bottom:8px;overflow:hidden}.bpd__faq-q{width:100%;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px 20px;background:none;border:none;cursor:pointer;font-size:var(--bpd-faq-q-size, 1.35rem);font-weight:700;color:#1a1a1a;text-align:left;text-transform:uppercase;letter-spacing:.04em;font-family:var(--font-nunito, sans-serif);transition:background .15s ease}.bpd__faq-q:hover{background:#00000008}.bpd__faq-chevron{flex-shrink:0;transition:transform .25s ease}.bpd__faq-q[aria-expanded=true] .bpd__faq-chevron{transform:rotate(180deg)}.bpd__faq-a{overflow:hidden}.bpd__faq-a-inner{padding:2px 20px 18px;font-size:var(--bpd-faq-a-size, 1.35rem);line-height:1.65;color:#4b5563;font-family:var(--font-nunito, sans-serif)}.bpd__faq-a-inner p{margin:0 0 10px}.bpd__faq-a-inner p:last-child{margin-bottom:0}@media(max-width:768px){.bpd__trust-list{gap:2px;margin-top:12px;padding-top:12px}.bpd__trust-list--row{gap:2px 6px}.bpd__trust-item--box{padding:5px}.bpd__trust-title{font-size:var(--bpd-ti-title-size-mobile, var(--bpd-ti-title-size, 1.4rem))}.bpd__trust-desc{font-size:var(--bpd-ti-desc-size-mobile, var(--bpd-ti-desc-size, 1.3rem))}.bpd__buy-row{gap:10px}.bpd__qty{flex:3 1 0;min-width:0}.bpd__qty-btn{width:36px;min-height:52px}.bpd__qty-input{width:32px;min-height:52px;min-width:0}.bpd__atc-btn{flex:7 1 0}.bpd__variant-selector--mobile-stack .bpd__opt1-cards{flex-direction:column;gap:16px}.bpd__variant-selector--mobile-stack .bpd__opt1-card{flex:none;width:100%;padding:20px 14px 16px}.bpd__variant-selector--mobile-stack .bpd__opt1-card .bpd__card-body{flex-direction:row;align-items:center;gap:10px;text-align:left}.bpd__variant-selector--mobile-stack .bpd__opt1-card .bpd__card-left{display:flex;flex-direction:column;align-items:flex-start;flex:1;min-width:0;gap:3px}.bpd__variant-selector--mobile-stack .bpd__opt1-card .bpd__card-right{display:flex;flex-direction:column;align-items:flex-end;flex-shrink:0;gap:2px;text-align:right}.bpd__variant-selector--mobile-stack .bpd__opt1-card .bpd__card-price-row{flex-direction:column;align-items:flex-end;width:auto}.bpd__variant-selector--mobile-stack .bpd__opt1-card .bpd__card-price{margin:2px 0 4px}.bpd__variant-selector--mobile-stack .bpd__opt1-card .bpd__card-title,.bpd__variant-selector--mobile-stack .bpd__opt1-card .bpd__card-subtitle{text-align:left}.bpd__variant-selector--mobile-stack .bpd__opt1-card .bpd__card-extras-mobile{display:flex;flex-direction:row;flex-wrap:wrap;gap:4px 10px;align-items:center}.bpd__variant-selector--mobile-stack .bpd__opt1-card .bpd__card-shipping--desktop,.bpd__variant-selector--mobile-stack .bpd__opt1-card .bpd__card-addons--desktop{display:none}.bpd__variant-selector--show-card-img .bpd__card-color-img{display:block;width:52px;height:52px;border-radius:50%;object-fit:cover;flex-shrink:0;border:2px solid rgba(var(--color-foreground),.08)}.bpd__variant-selector--show-card-img .bpd__opt1-card .bpd__card-body{flex-direction:row;align-items:center;gap:12px;text-align:left}.bpd__variant-selector--show-card-img .bpd__opt1-card .bpd__card-left{display:flex;flex-direction:column;align-items:flex-start;flex:1;min-width:0;gap:3px}.bpd__variant-selector--show-card-img .bpd__opt1-card .bpd__card-right{display:flex;flex-direction:column;align-items:flex-end;flex-shrink:0;gap:2px;text-align:right}.bpd__variant-selector--show-card-img .bpd__opt1-card .bpd__card-title,.bpd__variant-selector--show-card-img .bpd__opt1-card .bpd__card-subtitle{text-align:left}.bpd__variant-selector--show-card-img .bpd__opt1-card .bpd__card-price-row{flex-direction:column;align-items:flex-end;width:auto}.bpd__variant-selector--show-card-img .bpd__opt1-card .bpd__card-price{margin:2px 0 4px}.bpd__variant-selector--show-card-img .bpd__opt1-card .bpd__card-extras-mobile{display:flex;flex-direction:row;flex-wrap:wrap;gap:4px 10px;align-items:center}.bpd__variant-selector--show-card-img .bpd__opt1-card .bpd__card-shipping--desktop,.bpd__variant-selector--show-card-img .bpd__opt1-card .bpd__card-addons--desktop{display:none}}.bpd-sticky{font-family:var(--font-nunito, "Nunito", sans-serif);position:fixed;bottom:0;left:0;right:0;z-index:500;background:rgb(var(--color-background, 255 255 255));border-top:1px solid rgba(var(--color-foreground, 0 0 0),.1);box-shadow:0 -4px 24px #0000001a;transform:translateY(110%);transition:transform .32s cubic-bezier(.34,1.2,.64,1);will-change:transform}.bpd-sticky--visible{transform:translateY(0)}.bpd-sticky__inner{display:flex;align-items:center;gap:12px;padding-top:10px;padding-bottom:10px}.bpd-sticky__body{flex:1;display:flex;align-items:center;gap:12px;background:none;border:none;cursor:pointer;text-align:left;padding:0;min-width:0;color:inherit}.bpd-sticky__img{width:50px;height:50px;object-fit:cover;border-radius:10px;flex-shrink:0;background:rgba(var(--color-foreground, 0 0 0),.04)}.bpd-sticky__text{flex:1;min-width:0}.bpd-sticky__name{font-family:var(--font-body-family);font-size:14px;font-weight:700;color:rgb(var(--color-foreground, 0 0 0));white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.3}.bpd-sticky__meta{display:flex;align-items:center;gap:6px;margin-top:3px;flex-wrap:wrap}.bpd-sticky__variant-label{font-family:var(--font-body-family);font-size:12px;color:rgba(var(--color-foreground, 0 0 0),.55);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.bpd-sticky__price-wrap{display:flex;align-items:center;gap:4px}.bpd-sticky__compare{font-family:var(--font-body-family);font-size:12px;color:rgba(var(--color-foreground, 0 0 0),.4);text-decoration:line-through}.bpd-sticky__price{font-family:var(--font-body-family);font-size:14px;font-weight:800;color:rgb(var(--color-foreground, 0 0 0))}.bpd-sticky__chevron{flex-shrink:0;color:rgba(var(--color-foreground, 0 0 0),.4);transition:transform .2s}.bpd-sticky__atc{flex:0 0 auto;width:auto;min-width:0;padding:8px 12px;font-size:12px;white-space:nowrap}.bpd-sheet{position:fixed;top:0;right:0;bottom:0;left:0;z-index:600;pointer-events:none}.bpd-sheet[aria-hidden=false]{pointer-events:auto}.bpd-sheet__overlay,.bpd-sheet__overlay:empty{display:block;position:absolute;top:0;right:0;bottom:0;left:0;background:#00000080;backdrop-filter:blur(3px);-webkit-backdrop-filter:blur(3px);opacity:0;transition:opacity .28s ease}.bpd-sheet--open .bpd-sheet__overlay{opacity:1}.bpd-sheet__gal-col{display:none}.bpd-sheet__gal-img{width:100%;height:100%;object-fit:cover;display:block}.bpd-sheet__content-col{display:flex;flex-direction:column;flex:1;min-width:0;overflow:hidden}.bpd-sheet__panel{position:absolute;bottom:0;left:0;right:0;background:rgb(var(--color-background, 255 255 255));border-radius:20px 20px 0 0;max-height:90dvh;display:flex;flex-direction:column;transform:translateY(100%);transition:transform .32s cubic-bezier(.34,1.1,.64,1);overflow:hidden}.bpd-sheet--open .bpd-sheet__panel{transform:translateY(0)}@media(min-width:769px){.bpd-sheet__panel{bottom:auto;top:50%;left:50%;right:auto;width:min(860px,90vw);max-height:85dvh;border-radius:20px;flex-direction:row;transform:translate(-50%,calc(-50% + 24px)) scale(.96);transition:transform .26s cubic-bezier(.34,1.2,.64,1),opacity .22s ease;opacity:0}.bpd-sheet--open .bpd-sheet__panel{transform:translate(-50%,-50%) scale(1);opacity:1}.bpd-sheet__gal-col{display:block;width:340px;flex-shrink:0;background:rgba(var(--color-foreground, 0 0 0),.04);border-radius:20px 0 0 20px;overflow:hidden}.bpd-sheet__handle,.bpd-sheet__hdr-img{display:none}.bpd-sheet__content-col{max-height:85dvh}.bpd-sheet__header{padding:20px 20px 14px}.bpd-sheet__body{padding:16px 20px 8px}.bpd-sheet__footer{padding:14px 20px}}.bpd-sheet__handle{width:40px;height:4px;background:rgba(var(--color-foreground, 0 0 0),.12);border-radius:2px;margin:12px auto 0;flex-shrink:0}.bpd-sheet__header{display:flex;align-items:center;gap:12px;padding:14px 16px 12px;border-bottom:1px solid rgba(var(--color-foreground, 0 0 0),.08);flex-shrink:0}.bpd-sheet__hdr-img{width:54px;height:54px;object-fit:cover;border-radius:10px;flex-shrink:0;background:rgba(var(--color-foreground, 0 0 0),.04)}.bpd-sheet__hdr-info{flex:1;min-width:0}.bpd-sheet__hdr-title{font-size:15px;font-weight:700;color:rgb(var(--color-foreground, 0 0 0));white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.bpd-sheet__hdr-price-wrap{display:flex;align-items:center;gap:6px;margin-top:3px}.bpd-sheet__hdr-compare{font-size:13px;color:rgba(var(--color-foreground, 0 0 0),.4);text-decoration:line-through}.bpd-sheet__hdr-price{font-size:16px;font-weight:800;color:rgb(var(--color-foreground, 0 0 0))}.bpd-sheet__close{width:32px;height:32px;border-radius:50%;border:none;background:rgba(var(--color-foreground, 0 0 0),.07);cursor:pointer;display:flex;align-items:center;justify-content:center;color:rgba(var(--color-foreground, 0 0 0),.6);flex-shrink:0;transition:background .15s}.bpd-sheet__close:hover{background:rgba(var(--color-foreground, 0 0 0),.12);color:rgb(var(--color-foreground, 0 0 0))}.bpd-sheet__body{flex:1;overflow-y:auto;padding:16px 16px 8px;scrollbar-width:thin}.bpd-sheet__footer{display:flex;gap:10px;align-items:center;padding:12px 16px;border-top:1px solid rgba(var(--color-foreground, 0 0 0),.08);flex-shrink:0;background:rgb(var(--color-background, 255 255 255))}.bpd-sheet__qty-wrap{flex-shrink:0}.bpd-sheet__atc{flex:1;min-width:0}.bpd-sheet__body .bpd__variant-selector{margin-bottom:0}.bpd-sheet__body .bpd__opt2-section{margin-bottom:8px}@supports (padding-bottom: env(safe-area-inset-bottom)){.bpd-sticky{padding-bottom:env(safe-area-inset-bottom)}.bpd-sheet__footer{padding-bottom:calc(12px + env(safe-area-inset-bottom))}}@media(max-width:768px){.bpd__opt2-btns{display:flex!important;flex-direction:row!important;flex-wrap:nowrap!important;justify-content:space-between;gap:5px;width:100%;box-sizing:border-box}.bpd__opt2-item{flex:1 1 0;min-width:0;display:flex;flex-direction:column;align-items:center}.bpd__opt2-name{text-align:center;white-space:nowrap}.bpd__opt2-btn{width:100%;height:auto;padding:0;display:flex;justify-content:center}.bpd__opt2-btn img{max-width:100%;height:auto;object-fit:contain}}.bpd__giftrow{background:#fdf6ec;border:1px solid #F0E6D2;border-radius:14px;padding:14px 12px;margin:4px 0 12px;box-sizing:border-box}.bpd__giftrow *{box-sizing:border-box}.bpd__giftrow-heading{text-align:center;font-size:15px;font-weight:800;color:#1b3f94;margin:0 0 10px}.bpd__giftrow-items{display:flex;align-items:flex-start;justify-content:center;gap:4px}.bpd__giftrow-item{flex:1 1 0;text-align:center;min-width:0;display:flex;flex-direction:column;align-items:center}.bpd__giftrow-plus{flex:0 0 auto;align-self:center;font-size:20px;font-weight:800;color:#f47b20;line-height:1;margin-top:18px}.bpd__giftrow-link{text-decoration:none;display:flex;flex-direction:column;align-items:center;cursor:pointer;gap:0}.bpd__giftrow-img{width:64px;height:64px;object-fit:contain;margin:0 0 4px;display:block}.bpd__giftrow-title{font-size:12px;font-weight:600;color:#0f2c6e;line-height:1.25}.bpd__giftrow-cta{display:inline-block;font-size:11px;font-weight:700;color:#f47b20;margin-top:2px;text-decoration:underline}.bpd__giftrow-link:hover .bpd__giftrow-cta{color:#d96612}.bpd__giftrow-link:hover .bpd__giftrow-title{color:#1b3f94}@media(max-width:600px){.bpd__giftrow{padding:12px 10px}.bpd__giftrow-img{width:56px;height:56px}.bpd__giftrow-title{font-size:11px}.bpd__giftrow-cta{font-size:10px}.bpd__giftrow-plus{font-size:17px;margin-top:14px}}.bpd__soundplayer{margin:12px 0}.bpd__sound-trigger{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;background:#f7fafd;border:1.5px solid #C5DEF0;border-radius:12px;padding:14px 24px;font-size:16px;font-weight:700;color:#1b3f94;cursor:pointer;font-family:inherit;transition:all .15s ease}.bpd__sound-trigger:hover{background:#eaf3fb;border-color:#2e7dd1}.balmy-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;display:none;align-items:center;justify-content:center;padding:20px}.balmy-modal.is-open{display:flex}.balmy-modal__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#0f2c6e8c}.balmy-modal__box{position:relative;background:#fdf6ec;border-radius:20px;padding:28px 24px 22px;max-width:440px;width:100%;text-align:center;box-shadow:0 20px 60px #0000004d}.balmy-modal__close{position:absolute;top:12px;right:14px;background:none;border:none;font-size:30px;line-height:1;color:#9aa7b2;cursor:pointer;width:32px;height:32px}.balmy-modal__title{font-size:22px;font-weight:800;color:#1b3f94;margin-bottom:4px}.balmy-modal__hint{font-size:14px;font-weight:600;color:#f47b20;margin-bottom:18px}.balmy-drum{position:relative;width:100%;max-width:340px;margin:0 auto;aspect-ratio:1/1}.balmy-drum__img{width:100%;height:100%;object-fit:contain;display:block;-webkit-user-drag:none}.balmy-drum__hit{position:absolute;transform:translate(-50%,-50%);width:20%;height:20%;border-radius:50%;background:transparent;border:none;cursor:pointer;padding:0;-webkit-tap-highlight-color:transparent}.balmy-drum__hit:after{content:"";position:absolute;top:14%;right:14%;bottom:14%;left:14%;border-radius:50%;background:#ffffff59;opacity:0;transition:opacity .12s ease,transform .12s ease;transform:scale(.6)}.balmy-drum__hit:active:after,.balmy-drum__hit.playing:after{opacity:1;transform:scale(1)}.balmy-modal__foot{font-size:13px;color:#8a7d64;margin-top:18px;line-height:1.5}.bpd__bundle{background:var(--bb-bg, #f3f9ef);border:2px solid var(--bb-border, #cfe4c2);border-radius:16px;padding:16px 14px;box-sizing:border-box}.bpd__bundle *{box-sizing:border-box}.bpd__bundle[hidden],.bpd__bundle [hidden]{display:none!important}.bpd__bundle-head{display:flex;align-items:center;gap:8px;margin:0 0 12px}.bpd__bundle-check{color:var(--bb-accent, #2f7d32);flex:0 0 auto}.bpd__bundle-head-text{font-size:14px;font-weight:800;letter-spacing:.02em;line-height:1.25;color:var(--bb-title, #1b3f94);text-transform:uppercase}.bpd__bundle-items{display:flex;align-items:stretch;justify-content:center;gap:6px}.bpd__bundle-item{flex:1 1 0;min-width:0;display:flex;flex-direction:column;align-items:center;text-align:center;background:#fff;border:1px solid #eceff1;border-radius:12px;padding:12px 8px}.bpd__bundle-plus{flex:0 0 auto;align-self:center;display:flex;color:var(--bb-accent, #2f7d32);line-height:0}.bpd__bundle-thumb{width:100%;max-width:96px;aspect-ratio:1 / 1;display:flex;align-items:center;justify-content:center;margin-bottom:8px}.bpd__bundle-thumb img{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;display:block}.bpd__bundle-name{font-size:13px;font-weight:800;line-height:1.25;color:#2b3a46}.bpd__bundle-sub{font-size:11px;font-weight:500;line-height:1.3;color:#8a949e;margin-top:2px}.bpd__bundle-price{display:flex;flex-wrap:wrap;align-items:baseline;justify-content:center;gap:6px;margin-top:auto;padding-top:8px}.bpd__bundle-now{font-size:15px;font-weight:800;color:var(--bb-accent, #2f7d32)}.bpd__bundle-was{font-size:12px;font-weight:600;color:#a8b0b8}.bpd__bundle-totals{display:flex;align-items:stretch;gap:8px;margin-top:12px;padding:8px;background:#fff;border-radius:12px}.bpd__bundle-cell{flex:1 1 0;min-width:0;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:8px 4px}.bpd__bundle-cell-label{font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#7a8590;margin-bottom:2px}.bpd__bundle-cell-value{font-size:20px;font-weight:800;line-height:1.15;color:#2b3a46}.bpd__bundle-cell-value s{color:#98a2ac;text-decoration-thickness:2px}.bpd__bundle-cell-value--save{color:var(--bb-accent, #2f7d32)}.bpd__bundle-cell--final{flex:1.2 1 0;background:var(--bb-accent, #2f7d32);border-radius:10px}.bpd__bundle-cell--final .bpd__bundle-cell-label{color:#ffffffd9}.bpd__bundle-cell--final .bpd__bundle-cell-value{color:#fff;font-size:23px}@media(max-width:600px){.bpd__bundle{padding:14px 12px;border-radius:14px}.bpd__bundle-items{display:grid;grid-template-columns:1fr 1fr;gap:8px}.bpd__bundle-plus{display:none}.bpd__bundle-thumb{max-width:84px}.bpd__bundle-cell-value{font-size:18px}.bpd__bundle-cell--final .bpd__bundle-cell-value{font-size:20px}}@media(max-width:480px){.bpd__bundle-totals{flex-wrap:wrap;gap:6px}.bpd__bundle-cell{flex:1 1 calc(50% - 3px)}.bpd__bundle-cell--final{flex:1 1 100%}}.bpd__bundle-upgrade{display:flex;align-items:center;gap:12px;margin-top:10px;padding:12px 14px;background:#fff;border:2px solid var(--bb-accent, #2f7d32);border-radius:12px;cursor:pointer;-webkit-user-select:none;user-select:none;transition:background .15s ease}.bpd__bundle-upgrade:hover{background:#fbfefa}.bpd__bundle-upgrade[hidden]{display:none}.bpd__bundle-upgrade-input{position:absolute;width:1px;height:1px;margin:-1px;padding:0;border:0;overflow:hidden;clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap}.bpd__bundle-upgrade-track{flex:0 0 auto;width:44px;height:25px;border-radius:999px;background:#c7ced4;position:relative;transition:background .18s ease}.bpd__bundle-upgrade-knob{position:absolute;top:3px;left:3px;width:19px;height:19px;border-radius:50%;background:#fff;box-shadow:0 1px 3px #00000047;transition:transform .18s ease}.bpd__bundle-upgrade-input:checked~.bpd__bundle-upgrade-track{background:var(--bb-accent, #2f7d32)}.bpd__bundle-upgrade-input:checked~.bpd__bundle-upgrade-track .bpd__bundle-upgrade-knob{transform:translate(19px)}.bpd__bundle-upgrade-input:focus-visible~.bpd__bundle-upgrade-track{outline:2px solid var(--bb-accent, #2f7d32);outline-offset:3px}.bpd__bundle-upgrade-text{font-size:13px;font-weight:700;line-height:1.35;color:#2b3a46}.bpd__bundle-upgrade-input:checked~.bpd__bundle-upgrade-copy .bpd__bundle-upgrade-text{color:var(--bb-accent, #2f7d32)}@media(prefers-reduced-motion:reduce){.bpd__bundle-upgrade,.bpd__bundle-upgrade-track,.bpd__bundle-upgrade-knob{transition:none}}@media(max-width:600px){.bpd__bundle-upgrade{padding:11px 12px;gap:10px}.bpd__bundle-upgrade-text{font-size:12px}}.bpd__bundle-upgrade-copy{display:flex;flex-direction:column;gap:2px;min-width:0}.bpd__bundle-upgrade-sub{font-size:12px;font-weight:600;line-height:1.3;color:#7a8590}.bpd__bundle-upgrade-sub[hidden]{display:none}.bpd__bundle-upgrade--hero{margin-top:12px;padding:16px;background:#fff;box-shadow:0 2px 12px #2f7d3224}.bpd__bundle-upgrade--hero .bpd__bundle-upgrade-text{font-size:16px;font-weight:800}.bpd__bundle-upgrade--hero .bpd__bundle-upgrade-sub{font-size:12.5px}.bpd__bundle-upgrade--hero .bpd__bundle-upgrade-track{width:52px;height:29px}.bpd__bundle-upgrade--hero .bpd__bundle-upgrade-knob{width:23px;height:23px}.bpd__bundle-upgrade--hero .bpd__bundle-upgrade-input:checked~.bpd__bundle-upgrade-track .bpd__bundle-upgrade-knob{transform:translate(23px)}@media(max-width:600px){.bpd__bundle-upgrade--hero{padding:14px 12px}.bpd__bundle-upgrade--hero .bpd__bundle-upgrade-text{font-size:14px}.bpd__bundle-upgrade-sub{font-size:11.5px}}.bpd__bundle-now[hidden]+.bpd__bundle-was{font-size:13.5px;font-weight:700;color:#98a2ac}.bpd__bundle-upgrade-price{margin-left:auto;flex:0 0 auto;font-size:19px;font-weight:800;line-height:1.1;color:var(--bb-accent, #2f7d32);white-space:nowrap}.bpd__bundle-upgrade-price[hidden]{display:none}.bpd__bundle-upgrade--hero .bpd__bundle-upgrade-price{font-size:22px}@media(max-width:600px){.bpd__bundle-upgrade-price{font-size:17px}.bpd__bundle-upgrade--hero .bpd__bundle-upgrade-price{font-size:18px}.bpd__bundle-now[hidden]+.bpd__bundle-was{font-size:12.5px}}@media(max-width:600px){.bpd__bundle-items{grid-template-columns:repeat(2,1fr)}}.bpd__bundle-foot{display:flex;flex-direction:column}.bpd__bundle-foot>.bpd__bundle-upgrade{margin-top:10px}@media(min-width:601px){.bpd__bundle-foot--split{flex-direction:row;align-items:stretch;gap:10px}.bpd__bundle-foot--split>.bpd__bundle-totals{flex:0 0 auto;padding:0;background:transparent;border-radius:0}.bpd__bundle-foot--split .bpd__bundle-cell--final{flex:0 0 auto;padding:12px 20px;justify-content:center}.bpd__bundle-foot--split>.bpd__bundle-upgrade{flex:1 1 auto;margin-top:12px}}@media(max-width:480px){.bpd__bundle-upgrade{flex-wrap:wrap;row-gap:4px}.bpd__bundle-upgrade-copy{flex:1 1 0}.bpd__bundle-upgrade-price{order:3;flex:1 0 100%;margin-left:0;text-align:right}.bpd__bundle-upgrade--hero .bpd__bundle-upgrade-track{width:46px;height:26px}.bpd__bundle-upgrade--hero .bpd__bundle-upgrade-knob{width:20px;height:20px}.bpd__bundle-upgrade--hero .bpd__bundle-upgrade-input:checked~.bpd__bundle-upgrade-track .bpd__bundle-upgrade-knob{transform:translate(20px)}}.bpd__dealbox{background:var(--ed-bg, #F3EDD6);border-radius:16px;overflow:visible;margin:24px 0 16px;position:relative}.bpd__dealbox-badge-wrap{position:absolute;top:-14px;left:0;right:0;text-align:center;z-index:2}.bpd__dealbox-badge{display:inline-block;background:var(--ed-badge, #7A1F2B);color:#fff;font-size:11px;font-weight:700;letter-spacing:1px;text-transform:uppercase;padding:8px 20px;border-radius:999px;box-shadow:0 3px 8px #0000002e}.bpd__dealbox-inner{padding:26px 0 0;border-radius:16px;overflow:hidden}.bpd__dealbox-content{display:flex;align-items:center;gap:14px;padding:6px 22px 20px;flex-wrap:wrap}.bpd__dealbox-off{text-align:center;flex-shrink:0}.bpd__dealbox-off-label{font-size:11px;font-weight:700;color:#3a3a3a;margin-bottom:2px}.bpd__dealbox-off-value{font-size:26px;font-weight:800;color:#2b2b2b;line-height:1.1}.bpd__dealbox-plus{font-size:22px;color:#8a8a8a;font-weight:700;flex-shrink:0}.bpd__dealbox-imgtext{display:flex;align-items:center;gap:14px;flex:1;min-width:0}.bpd__dealbox-img{width:110px;height:110px;object-fit:contain;border-radius:8px;flex-shrink:0}.bpd__dealbox-copy{min-width:0}.bpd__dealbox-price{font-size:22px;font-weight:800;color:#2b2b2b}.bpd__dealbox-price-was{text-decoration:line-through;color:#b3402a;font-size:16px;margin-right:6px}.bpd__dealbox-desc{font-size:13.5px;color:#3a3a3a;line-height:1.45;margin-top:4px}.bpd__dealbox-hl{color:#d9862a;font-weight:700}.bpd__dealbox-timerbar{background:var(--ed-timerbar, #E7DFC3);padding:12px 20px;text-align:center;font-size:14px;font-weight:700;color:#2b2b2b;border-radius:0 0 16px 16px}.bpd__dealbox-timer-nums{font-variant-numeric:tabular-nums;letter-spacing:1px}@media(max-width:480px){.bpd__dealbox-content{justify-content:center;text-align:center}.bpd__dealbox-imgtext{flex-direction:column}.bpd__dealbox-off-value{font-size:22px}.bpd__dealbox-img{width:90px;height:90px}}.bpd__testimonial{background:var(--tc-bg, #EEF3FA);border:1.5px solid var(--tc-border, #C9D9EE);border-radius:14px;margin:16px 0;position:relative;overflow:hidden}.bpd__testimonial-inner{display:flex;align-items:flex-start;gap:16px;padding:20px 22px;position:relative}.bpd__testimonial-photo-wrap{flex-shrink:0;text-align:center;width:84px}.bpd__testimonial-photo{width:80px;height:80px;border-radius:50%;object-fit:cover;display:block}.bpd__testimonial-caption{margin-top:6px;font-family:Comic Sans MS,cursive;font-size:13px;color:var(--tc-caption, #7A879C)}.bpd__testimonial-body{flex:1;min-width:0}.bpd__testimonial-head{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-bottom:6px}.bpd__testimonial-name{font-family:Comic Sans MS,cursive;font-weight:700;font-size:17px;color:var(--tc-name, #1B2A4A)}.bpd__testimonial-stars{color:var(--tc-star, #F5A623);font-size:15px;letter-spacing:1px}.bpd__testimonial-quote{font-size:14.5px;line-height:1.55;color:var(--tc-text, #3A4658);margin:0}.bpd__testimonial-corner{position:absolute;bottom:-14px;right:-10px;width:64px;height:64px;opacity:.9;pointer-events:none}@media(max-width:480px){.bpd__testimonial-inner{padding:16px;gap:12px}.bpd__testimonial-photo-wrap{width:64px}.bpd__testimonial-photo{width:60px;height:60px}.bpd__testimonial-name{font-size:15px}.bpd__testimonial-quote{font-size:13.5px}.bpd__testimonial-corner{width:46px;height:46px}}.bpd__custom-text{word-break:break-word}
/*# sourceMappingURL=/cdn/shop/t/51/assets/balmy-product-drum.css.map */
