.bt-section{background-color:var(--bt-bg, #FFFFFF);color:var(--bt-text, #1A1A1A)}.bt-inner{max-width:680px;margin:0 auto;padding-left:1.25rem;padding-right:1.25rem}.bt-badge-wrap{text-align:center;margin-bottom:.75rem}.bt-badge{display:inline-block;font-size:.5625rem;font-weight:700;letter-spacing:.11em;text-transform:uppercase;color:var(--bt-text, #1A1A1A);background-color:var(--bt-summary-bg, #F5F5F5);border:1px solid var(--bt-img-border, #E8E8E8);border-radius:2px;padding:.3125rem .6875rem;animation:bt-badge-breathe 3s ease-in-out infinite}@keyframes bt-badge-breathe{0%,to{opacity:1}50%{opacity:.65}}.bt-section--block .bt-badge-wrap{text-align:left;margin-bottom:.625rem}.bt-header{text-align:center;margin-bottom:1.75rem}.bt-section .bt-heading{position:relative;display:inline-block;margin:0 0 .375rem;font-size:clamp(.875rem,2.5vw,1.0625rem);font-weight:700;letter-spacing:.08em;text-transform:uppercase;line-height:1.3;color:var(--bt-text, #1A1A1A);font-family:var(--heading-font-family, sans-serif);font-style:normal}.bt-section .bt-heading:after{content:"";position:absolute;left:0;bottom:-3px;width:100%;height:1.5px;background:currentColor;transform:scaleX(0);transform-origin:left center;transition:transform .8s cubic-bezier(.76,0,.24,1) .5s}.bt-animate.bt-is-visible .bt-heading:after{transform:scaleX(1)}.bt-subtitle{margin:0;font-size:.8125rem;line-height:1.6;color:var(--bt-muted, #767676)}.bt-products{display:flex;flex-direction:row;align-items:flex-start;justify-content:center;margin-bottom:1.25rem;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.bt-products::-webkit-scrollbar{display:none}.bt-sep{flex:0 0 auto;display:flex;align-items:flex-start;justify-content:center;width:2rem;padding-top:7rem;font-size:1rem;font-weight:300;color:var(--bt-sep, #767676);-webkit-user-select:none;user-select:none;transition:color .2s ease}.bt-product{flex:1 1 0;min-width:0;max-width:190px;text-align:center;will-change:opacity,transform}.bt-product--sold-out .bt-product__img-wrap{opacity:.5;filter:grayscale(100%);pointer-events:none}.bt-product--sold-out .bt-product__name{text-decoration:line-through;opacity:.6;pointer-events:none}.bt-product--sold-out .bt-product__price{opacity:.5}.bt-product--sold-out .bt-product__checkmark{opacity:.3;border-color:var(--bt-muted, #767676)}.bt-animate .bt-product{opacity:0;transform:translateY(14px);transition:opacity .55s cubic-bezier(.25,.46,.45,.94),transform .55s cubic-bezier(.25,.46,.45,.94)}.bt-animate .bt-product[data-delay="0"]{transition-delay:0s}.bt-animate .bt-product[data-delay="1"]{transition-delay:.08s}.bt-animate .bt-product[data-delay="2"]{transition-delay:.16s}.bt-animate .bt-product[data-delay="3"]{transition-delay:.24s}.bt-animate.bt-is-visible .bt-product{opacity:1;transform:translateY(0)}.bt-product__img-wrap{position:relative;aspect-ratio:3 / 4;overflow:hidden;border:1px solid var(--bt-img-border, #E8E8E8);background-color:var(--bt-img-border, #E8E8E8);margin-bottom:.625rem;transition:border-color .2s ease,filter .3s ease,opacity .3s ease}.bt-product__img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s cubic-bezier(.25,.46,.45,.94)}.bt-product:not(.bt-product--sold-out):hover .bt-product__img{transform:scale(1.04)}.bt-product__img-ph{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.bt-product__img-ph svg{width:100%;height:100%}.bt-product__check-row{display:flex;justify-content:center;margin-bottom:.5rem}.bt-product__check-label{display:inline-flex;align-items:center;justify-content:center;cursor:pointer;-webkit-tap-highlight-color:transparent}.bt-product__checkbox{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.bt-product__checkmark{display:flex;align-items:center;justify-content:center;width:1.5rem;height:1.5rem;border:1.5px solid var(--bt-text, #1A1A1A);background-color:transparent;color:transparent;transition:background-color .18s cubic-bezier(.34,1.56,.64,1),border-color .18s ease,color .18s ease,transform .18s cubic-bezier(.34,1.56,.64,1)}.bt-product__checkbox:checked~.bt-product__checkmark{background-color:var(--bt-check-bg, #1A1A1A);border-color:var(--bt-check-bg, #1A1A1A);color:var(--bt-check-mark, #FFFFFF);transform:scale(1.12)}.bt-product__checkmark:active{transform:scale(.92)}.bt-product__checkmark svg{width:.625rem;height:.5rem;display:block;transition:transform .18s cubic-bezier(.34,1.56,.64,1)}.bt-product__checkbox:focus-visible~.bt-product__checkmark{outline:2px solid var(--bt-check-bg, #1A1A1A);outline-offset:2px}.bt-product__link{display:block;text-decoration:none;color:inherit}.bt-product__link:hover .bt-product__name{text-decoration:underline;text-underline-offset:2px}.bt-product__name{margin:0 0 .25rem;font-size:.5rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--bt-muted, #767676);line-height:1.45;word-break:break-word}.bt-product__price{margin:0;font-size:.875rem;font-weight:400;color:var(--bt-text, #1A1A1A)}.bt-products[data-count="1"]{justify-content:center}.bt-products[data-count="1"] .bt-product{max-width:240px}.bt-products[data-count="2"] .bt-product{max-width:200px}.bt-products[data-count="3"] .bt-product{max-width:180px}.bt-products[data-count="4"] .bt-product{max-width:145px}.bt-products[data-count="4"] .bt-sep{width:1.5rem;padding-top:5.5rem}.bt-products[data-count="4"] .bt-product__name{font-size:.4375rem}.bt-products[data-count="4"] .bt-product__price{font-size:.75rem}.bt-summary{display:flex;align-items:center;justify-content:space-between;gap:1rem;background-color:var(--bt-summary-bg, #F5F5F5);border:1px solid var(--bt-summary-border, #E8E8E8);border-radius:3px;padding:.875rem 1.125rem;margin-bottom:.875rem;will-change:opacity,transform}.bt-animate .bt-summary{opacity:0;transform:translateY(8px);transition:opacity .5s cubic-bezier(.25,.46,.45,.94) .28s,transform .5s cubic-bezier(.25,.46,.45,.94) .28s}.bt-animate.bt-is-visible .bt-summary{opacity:1;transform:translateY(0)}.bt-summary__left{display:flex;flex-direction:column;gap:.2rem;min-width:0}.bt-summary__count-row{margin:0;font-size:.9375rem;font-weight:500;color:var(--bt-text, #1A1A1A);white-space:nowrap}.bt-summary__save-row{margin:0;font-size:.625rem;font-weight:700;letter-spacing:.07em;text-transform:uppercase;color:var(--bt-muted, #767676);white-space:nowrap}.bt-summary__right{flex-shrink:0;display:flex;flex-direction:column;align-items:flex-end;gap:.15rem}.bt-summary__prices{display:flex;align-items:baseline;gap:.5rem}.bt-js-original{font-size:.9375rem;font-weight:400;color:var(--bt-strike, #AAAAAA);text-decoration:line-through;text-decoration-color:var(--bt-strike, #AAAAAA)}.bt-js-total{font-size:1.375rem;font-weight:700;color:var(--bt-text, #1A1A1A);letter-spacing:-.02em}.bt-discount-badge{font-size:.75rem;font-weight:700;color:var(--bt-discount, #CC0000)}.bt-cta{display:flex;align-items:center;justify-content:center;width:100%;padding:1rem 1.5rem;background-color:var(--bt-cta-bg, #1A1A1A);color:var(--bt-cta-text, #FFFFFF);border:none;border-radius:2px;font-size:.625rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;cursor:pointer;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;user-select:none;will-change:opacity,transform}.bt-animate .bt-cta{opacity:0;transform:translateY(8px);transition:opacity .5s cubic-bezier(.25,.46,.45,.94) .36s,transform .5s cubic-bezier(.25,.46,.45,.94) .36s,background-color .2s ease,box-shadow .2s ease}.bt-animate.bt-is-visible .bt-cta{opacity:1;transform:translateY(0)}@keyframes bt-cta-glow{0%,55%,to{box-shadow:0 2px 8px #0000001a}28%{box-shadow:0 4px 22px #00000047}}.bt-animate.bt-is-visible .bt-cta:not(:disabled):not(.bt-cta--loading){animation:bt-cta-glow 4s ease-in-out infinite;animation-delay:1.2s}.bt-cta:hover:not(:disabled){background-color:var(--bt-cta-hover, #333333);box-shadow:0 4px 16px #0000002e;animation:none}.bt-cta:active:not(:disabled){transform:scale(.985);box-shadow:none;animation:none}.bt-cta:disabled,.bt-cta--loading{opacity:.5!important;cursor:not-allowed;animation:none!important}.bt-cta:focus-visible{outline:2px solid var(--bt-cta-bg, #1A1A1A);outline-offset:3px}.bt-error{margin-top:.625rem;font-size:.75rem;text-align:center;color:var(--bt-discount, #CC0000);line-height:1.5}.bt-section--block{background-color:transparent}.bt-section--block .bt-inner{max-width:100%;padding:0 0 .5rem}.bt-section--block .bt-header{text-align:left;margin-bottom:1rem}.bt-section--block .bt-product__img-wrap{aspect-ratio:1 / 1;margin-bottom:.5rem}.bt-section--block .bt-sep{padding-top:2.75rem;width:1.75rem;font-size:.875rem}.bt-section--block .bt-products[data-count="1"] .bt-product{max-width:160px}.bt-section--block .bt-products[data-count="2"] .bt-product{max-width:140px}.bt-section--block .bt-products[data-count="3"] .bt-product{max-width:104px}.bt-section--block .bt-products[data-count="4"] .bt-product{max-width:80px}.bt-section--block .bt-products[data-count="4"] .bt-sep{width:1.25rem;padding-top:2.25rem}.bt-section--block .bt-products[data-count="3"] .bt-sep,.bt-section--block .bt-products[data-count="4"] .bt-sep{padding-top:2.25rem}.bt-section--block .bt-product__checkmark{width:1.25rem;height:1.25rem}.bt-section--block .bt-product__checkmark svg{width:.5625rem;height:.4375rem}.bt-section--block .bt-summary{padding:.75rem 1rem}.bt-section--block .bt-summary__count-row{font-size:.875rem}.bt-section--block .bt-js-total{font-size:1.1875rem}.bt-section--block .bt-cta{padding:.875rem 1.25rem;font-size:.5625rem}.bt-section--block .bt-product:not(.bt-product--sold-out):hover .bt-product__img{transform:none}.bt-section--block .bt-inner{border-left:2px solid var(--bt-text, #1A1A1A);padding-left:.875rem;margin-left:0}@media(max-width:520px){.bt-products[data-count="3"] .bt-product,.bt-products[data-count="4"] .bt-product{flex:0 0 36vw;max-width:36vw}.bt-products[data-count="2"] .bt-product{flex:0 0 42vw;max-width:42vw}.bt-sep{width:1.5rem;padding-top:5.5rem;font-size:.875rem}.bt-products[data-count="4"] .bt-sep{width:1.125rem;padding-top:4.5rem}.bt-summary{flex-direction:column;align-items:flex-start;gap:.5rem}.bt-summary__right{align-items:flex-start;flex-direction:row;flex-wrap:wrap;gap:.5rem}.bt-section--block .bt-products[data-count="3"] .bt-product{flex:0 0 auto;max-width:28vw}.bt-section--block .bt-products[data-count="4"] .bt-product{flex:0 0 auto;max-width:22vw}.bt-section--block .bt-sep{padding-top:2rem}}@media(max-width:380px){.bt-products[data-count="3"] .bt-product,.bt-products[data-count="4"] .bt-product{flex:0 0 33vw;max-width:33vw}.bt-sep{width:1.25rem;padding-top:4.5rem}}@media(prefers-reduced-motion:reduce){.bt-animate .bt-product,.bt-animate .bt-summary,.bt-animate .bt-cta{opacity:1!important;transform:none!important;transition:none!important}.bt-section .bt-heading:after{transition:none!important;transform:scaleX(1)!important}.bt-badge{animation:none!important}.bt-animate.bt-is-visible .bt-cta:not(:disabled):not(.bt-cta--loading){animation:none!important}.bt-product__checkmark{transition:background-color .1s ease,color .1s ease!important}.bt-product__checkbox:checked~.bt-product__checkmark{transform:none!important}.bt-product__img{transition:none!important}}
/*# sourceMappingURL=/cdn/shop/t/32/assets/buy-together.css.map */
