.best-seller-carousel{padding-top:var(--bs-padding-top, 40px);padding-bottom:var(--bs-padding-bottom, 40px);max-width:100%;overflow:hidden}.best-seller-carousel__header{display:flex;justify-content:space-between;align-items:flex-start;padding:0 var(--page-margin, 20px);margin-bottom:30px}.best-seller-carousel__title-wrap{display:flex;flex-direction:column;line-height:1.1}.best-seller-carousel__title-line1{font-family:var(--font-heading--family, serif);font-weight:var(--font-heading--weight, 400);font-style:var(--bs-title-italic, italic);font-size:clamp(1.5rem,4vw,2.5rem);color:var(--bs-title-color, #5B7B94);letter-spacing:.02em}.best-seller-carousel__title-line2{font-family:var(--font-heading--family, serif);font-weight:var(--font-heading--weight, 400);font-size:clamp(1.5rem,4vw,2.5rem);color:var(--bs-title-color, #5B7B94);letter-spacing:.15em;text-transform:uppercase}.best-seller-carousel__arrows{display:flex;flex-direction:column;gap:0;position:relative;height:calc(var(--bs-arrow-size, 100px) * .6);width:calc(var(--bs-arrow-size, 100px) * 1.1);flex-shrink:0}.best-seller-carousel__arrow{width:auto;height:auto;border:none;background:transparent;color:var(--bs-arrow-color, #5B7B94);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:opacity .2s ease;padding:0;position:absolute;opacity:var(--bs-arrow-opacity, .5)}.best-seller-carousel__arrow--prev{top:0;right:0}.best-seller-carousel__arrow--next{bottom:0;left:0}.best-seller-carousel__arrow:hover:not(:disabled){opacity:calc(var(--bs-arrow-opacity, .5) + .3)}.best-seller-carousel__arrow:disabled{opacity:calc(var(--bs-arrow-opacity, .5) * .4);cursor:not-allowed}.best-seller-carousel__arrow svg{width:var(--bs-arrow-size, 100px);height:calc(var(--bs-arrow-size, 100px) * .24)}.best-seller-carousel__container{overflow-x:auto;overflow-y:hidden;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none;cursor:grab;padding:0 var(--page-margin, 20px)}.best-seller-carousel__container::-webkit-scrollbar{display:none}.best-seller-carousel__container.is-dragging{cursor:grabbing;scroll-behavior:auto}.best-seller-carousel__container.is-dragging .best-seller-carousel__card-link{pointer-events:none}.best-seller-carousel__track{display:flex;gap:var(--bs-card-gap, 20px)}.best-seller-carousel__card{flex:0 0 auto;width:var(--bs-card-width-mobile, 220px)}@media screen and (min-width:750px){.best-seller-carousel__card{width:var(--bs-card-width, 300px)}}.best-seller-carousel__card-link{display:block;text-decoration:none;color:inherit}.best-seller-carousel__card-image{position:relative;aspect-ratio:var(--bs-card-ratio, 4 / 3);overflow:hidden;background-color:var(--bs-card-bg, #FFFFFF);border:var(--bs-card-border-width, 1px) solid var(--bs-card-border-color, #E5E5E5);display:flex;align-items:center;justify-content:center}.best-seller-carousel__product-image{position:absolute;width:calc(var(--image-scale, 100) * 1%);height:calc(var(--image-scale, 100) * 1%);top:50%;left:50%;transform:translate(calc(-50% + (var(--image-offset-x, 0) * 1%)),calc(-50% + (var(--image-offset-y, 0) * 1%)));object-fit:contain;object-position:center center;transition:width .3s ease,height .3s ease,opacity .15s ease}.best-seller-carousel__card-link:hover .best-seller-carousel__product-image{width:calc(var(--image-scale, 100) * 1% + 5%);height:calc(var(--image-scale, 100) * 1% + 5%)}.best-seller-carousel__placeholder{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;background-color:#f5f5f5}.best-seller-carousel__placeholder-svg{width:60%;height:60%;opacity:.3}.best-seller-carousel__swatches{position:absolute;top:10px;left:10px;display:flex;flex-wrap:wrap;gap:6px;z-index:2;max-width:50%}.best-seller-carousel__swatch{width:var(--bs-swatch-size, 14px);height:var(--bs-swatch-size, 14px);border-radius:0;background-color:transparent;border:2px solid var(--swatch-color, #CCC);cursor:pointer;transition:background-color .2s ease,transform .2s ease;padding:0;appearance:none;-webkit-appearance:none}.best-seller-carousel__swatch:hover{transform:scale(1.1)}.best-seller-carousel__swatch.is-active{background-color:var(--swatch-color, #CCC)}.best-seller-carousel__swatch:focus{outline:none}.best-seller-carousel__swatch--transparent{background:linear-gradient(135deg,#fff 40%,#ddd 40% 50%,#fff 50% 90%,#ddd 90%);background-size:6px 6px}.best-seller-carousel__swatch-more{font-size:10px;color:var(--bs-name-color, #5B7B94);display:flex;align-items:center;justify-content:center;padding:0 4px;font-weight:500}.best-seller-carousel__discount-badge{position:absolute;top:10px;right:10px;background-color:var(--bs-discount-color, #C41E3A);color:#fff;font-size:11px;font-weight:600;padding:4px 8px;border-radius:3px;z-index:2}.best-seller-carousel__brand-logo{position:absolute;top:10px;right:10px;width:var(--bs-logo-width, 60px);z-index:2}.best-seller-carousel__brand-logo img{width:100%;height:auto;object-fit:contain}.best-seller-carousel__card-info{position:absolute;bottom:0;left:0;right:0;padding:15px 10px;text-align:center;background:linear-gradient(to top,#fffffff2,#ffffffd9 70%,#fff0);z-index:3}.best-seller-carousel__product-name{font-family:var(--font-heading--family, var(--font-primary--family, sans-serif));font-weight:var(--font-heading--weight, 400);font-size:clamp(.85rem,2vw,.95rem);color:var(--bs-name-color, #5B7B94);margin:0 0 5px;line-height:1.3;display:-webkit-box;-webkit-line-clamp:1;line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.best-seller-carousel__price-wrap{display:flex;align-items:center;justify-content:center;gap:8px;flex-wrap:wrap}.best-seller-carousel__price{font-family:var(--font-primary--family, sans-serif);font-size:clamp(.85rem,2vw,.95rem);font-weight:500;color:var(--bs-price-color, #5B7B94)}.best-seller-carousel__price--sale{color:var(--bs-discount-color, #C41E3A)}.best-seller-carousel__compare-price{font-family:var(--font-primary--family, sans-serif);font-size:clamp(.75rem,1.8vw,.85rem);color:var(--bs-compare-price-color, #999999);text-decoration:line-through}@media screen and (max-width:749px){.best-seller-carousel__header{margin-bottom:20px}.best-seller-carousel__arrows{height:calc(var(--bs-arrow-size, 100px) * .5);width:calc(var(--bs-arrow-size, 100px) * .8)}.best-seller-carousel__arrow svg{width:calc(var(--bs-arrow-size, 100px) * .7);height:calc(var(--bs-arrow-size, 100px) * .2)}.best-seller-carousel__swatches{top:8px;left:8px;gap:4px}.best-seller-carousel__discount-badge{top:8px;right:8px;font-size:10px;padding:3px 6px}.best-seller-carousel__card-info{padding:10px 8px}}.best-seller-carousel__arrow:focus-visible,.best-seller-carousel__card-link:focus-visible{outline:2px solid var(--bs-arrow-color, #5B7B94);outline-offset:2px}@media(prefers-reduced-motion:reduce){.best-seller-carousel__container{scroll-behavior:auto}.best-seller-carousel__product-image,.best-seller-carousel__swatch{transition:none}}
/*# sourceMappingURL=/cdn/shop/t/1/assets/best-seller-carousel.css.map */
