.bestsellers-custom{--bc-padding-top-desktop: 48px;--bc-padding-bottom-desktop: 48px;--bc-padding-inline-desktop: 0px;--bc-padding-top-mobile: 32px;--bc-padding-bottom-mobile: 32px;--bc-padding-inline-mobile: 0px;--bc-columns-desktop: 4;--bc-columns-mobile: 2;--bc-gap-x-desktop: 24px;--bc-gap-y-desktop: 24px;--bc-gap-x-mobile: 12px;--bc-gap-y-mobile: 16px;--bc-card-title-size-desktop: 16px;--bc-card-title-size-mobile: 15px;--bc-card-title-weight: 600;--bc-card-title-letter-spacing: 0px;--bc-card-title-transform: none;--bc-card-subtitle-size-desktop: 13px;--bc-card-subtitle-size-mobile: 12px;--bc-card-subtitle-weight: 400;--bc-card-subtitle-letter-spacing: 0px;--bc-card-subtitle-transform: none;--bc-price-size-desktop: 16px;--bc-price-size-mobile: 15px;--bc-tax-note-size-desktop: 12px;--bc-tax-note-size-mobile: 11px;--bc-title-scale-desktop: 1;--bc-title-scale-mobile: 1;--bc-subtitle-scale-desktop: 1;--bc-subtitle-scale-mobile: 1}.bestsellers-custom__inner{padding-block:var(--bc-padding-top-desktop) var(--bc-padding-bottom-desktop);padding-inline:var(--bc-padding-inline-desktop)}.bestsellers-custom__heading{margin-top:var(--bc-heading-margin-top-desktop, 0px);margin-bottom:var(--bc-heading-margin-bottom-desktop, var(--padding-md));text-align:center}.bestsellers-custom__grid{display:grid;grid-template-columns:repeat(var(--bc-columns-desktop),minmax(0,1fr));column-gap:var(--bc-gap-x-desktop);row-gap:var(--bc-gap-y-desktop)}.bestsellers-custom__card{width:100%;box-sizing:border-box;border-radius:var(--style-border-radius-lg, var(--style-border-radius-buttons, var(--style-border-radius-inputs, 0px)));overflow:hidden;background-color:#000;border:1px solid #000;color:#fff}.bestsellers-custom__link{display:flex;flex-direction:column;height:100%;text-decoration:none;color:inherit}.bestsellers-custom__media{position:relative}.bestsellers-custom__image{width:100%;height:auto;aspect-ratio:1 / 1;object-fit:cover;display:block}.bestsellers-custom__image-placeholder{width:100%;aspect-ratio:1 / 1;background-color:rgb(var(--color-foreground-rgb) / var(--opacity-5))}.bestsellers-custom__content{display:flex;flex-direction:column;flex-grow:1;gap:var(--padding-3xs);padding:var(--padding-sm) var(--padding-md) var(--padding-md) var(--padding-md)}.bestsellers-custom__title{margin:0;font-size:calc(var(--bc-card-title-size-desktop) * var(--bc-title-scale-desktop));font-weight:var(--bc-card-title-weight);letter-spacing:var(--bc-card-title-letter-spacing);text-transform:var(--bc-card-title-transform);line-height:1.25}.bestsellers-custom__title.rte p{margin:0}.bestsellers-custom__subtitle{margin:0;font-size:calc(var(--bc-card-subtitle-size-desktop) * var(--bc-subtitle-scale-desktop));font-weight:var(--bc-card-subtitle-weight);letter-spacing:var(--bc-card-subtitle-letter-spacing);text-transform:var(--bc-card-subtitle-transform);line-height:1.25;color:rgb(255 255 255 / var(--opacity-subdued-text))}.bestsellers-custom__price{font-size:var(--bc-price-size-desktop);text-align:left}.bestsellers-custom__price .price{font-size:inherit;justify-content:flex-start}.bestsellers-custom__bottom-row{display:flex;justify-content:space-between;align-items:flex-end;margin-top:auto;gap:var(--padding-sm)}.bestsellers-custom__price-wrap{display:flex;flex-direction:column;gap:var(--padding-3xs)}.bestsellers-custom__add-to-cart{position:relative;display:flex;align-items:center;justify-content:center;width:40px;height:40px;flex-shrink:0;border-radius:50%;background-color:#fff;border:none;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease;color:#000}.bestsellers-custom__add-to-cart:hover{transform:scale(1.08);box-shadow:0 4px 12px #00000040}.bestsellers-custom__add-to-cart:active{transform:scale(.96)}.bestsellers-custom__add-to-cart .icon-cart{width:18px;height:18px}.bestsellers-custom__add-to-cart .icon-plus{position:absolute;bottom:6px;right:6px;width:10px;height:10px;background:#fff;border-radius:50%;padding:1px}.bestsellers-custom__add-to-cart.is-loading{pointer-events:none;opacity:.7}.bestsellers-custom__add-to-cart.is-loading:after{content:"";position:absolute;width:16px;height:16px;border:2px solid transparent;border-top-color:#000;border-radius:50%;animation:bc-spin .6s linear infinite}.bestsellers-custom__add-to-cart.is-loading .icon-cart,.bestsellers-custom__add-to-cart.is-loading .icon-plus{opacity:0}.bestsellers-custom__add-to-cart.is-added{background-color:#22c55e;animation:bc-pulse .3s ease}.bestsellers-custom__add-to-cart.is-added .icon-cart,.bestsellers-custom__add-to-cart.is-added .icon-plus{opacity:0}.bestsellers-custom__add-to-cart.is-added:after{content:"";position:absolute;top:50%;left:50%;width:10px;height:6px;border-left:2.5px solid #fff;border-bottom:2.5px solid #fff;transform:translate(-50%,-60%) rotate(-45deg)}@keyframes bc-spin{to{transform:rotate(360deg)}}@keyframes bc-pulse{0%{transform:scale(1)}50%{transform:scale(1.15)}to{transform:scale(1)}}.bestsellers-custom__tax-note{margin:0;font-size:var(--bc-tax-note-size-desktop);line-height:1.2;color:rgb(255 255 255 / var(--opacity-subdued-text));text-align:left}.bestsellers-custom__price,.bestsellers-custom__price *{color:#fff}@media screen and (max-width: 749px){.bestsellers-custom__inner{padding-block:var(--bc-padding-top-mobile) var(--bc-padding-bottom-mobile);padding-inline:var(--bc-padding-inline-mobile)}.bestsellers-custom__heading{margin-top:var(--bc-heading-margin-top-mobile, 0px);margin-bottom:var(--bc-heading-margin-bottom-mobile, var(--padding-sm))}.bestsellers-custom__grid{grid-template-columns:repeat(var(--bc-columns-mobile),minmax(0,1fr));column-gap:var(--bc-gap-x-mobile);row-gap:var(--bc-gap-y-mobile)}.bestsellers-custom__title{font-size:calc(var(--bc-card-title-size-mobile) * var(--bc-title-scale-mobile))}.bestsellers-custom__subtitle{font-size:calc(var(--bc-card-subtitle-size-mobile) * var(--bc-subtitle-scale-mobile))}.bestsellers-custom__price{font-size:var(--bc-price-size-mobile)}.bestsellers-custom__tax-note{font-size:var(--bc-tax-note-size-mobile)}}.bestsellers-custom__carousel-wrapper{display:none}@media screen and (max-width: 749px){.bestsellers-custom[data-mobile-carousel=true] .bestsellers-custom__grid{display:none}.bestsellers-custom[data-mobile-carousel=true] .bestsellers-custom__carousel-wrapper{display:block;width:100%;overflow:hidden}.bestsellers-custom__carousel{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;padding-inline:calc((100% - var(--bc-carousel-card-width, 85%)) / 2);scroll-padding-inline:calc((100% - var(--bc-carousel-card-width, 85%)) / 2);gap:var(--bc-gap-x-mobile)}.bestsellers-custom__carousel::-webkit-scrollbar{display:none}.bestsellers-custom__carousel .bestsellers-custom__card{flex:0 0 var(--bc-carousel-card-width, 85%);scroll-snap-align:center}.bestsellers-custom__carousel .bestsellers-custom__image{width:100%;height:auto;aspect-ratio:auto;object-fit:contain}.bestsellers-custom__dots-wrapper{display:flex;justify-content:center;margin-top:1rem;padding-bottom:.5rem}.bestsellers-custom__dots-wrapper slideshow-controls,.bestsellers-custom__dots-wrapper slideshow-controls:has(.slideshow-controls__dots){mix-blend-mode:normal!important}.bestsellers-custom__dots-wrapper .slideshow-controls__dots{background-color:#000!important;-webkit-backdrop-filter:none;backdrop-filter:none;box-shadow:none}.bestsellers-custom__dots-wrapper .slideshow-controls__dots button{--color: rgb(255 255 255 / .35);--color-active: #fff;--color-hover: rgb(255 255 255 / .6)}.bestsellers-custom__dots-wrapper .slideshow-controls__dots button[aria-selected=true]:after{background-color:#fff!important}}
/*# sourceMappingURL=/cdn/shop/t/24/assets/bestsellers-custom.css.map */
