.cbs-section *,.cbs-section *:before,.cbs-section *:after{box-sizing:border-box;margin:0;padding:0}.cbs-section{background-color:var(--cbs-section-bg, #ffffff);padding-top:var(--cbs-padding-top, 40px);padding-bottom:var(--cbs-padding-bottom, 40px);overflow:hidden;width:100%}.cbs-grid{display:grid;grid-template-columns:8fr 4fr;gap:var(--cbs-gap, 12px);align-items:stretch}.cbs-col{position:relative;min-width:0}.cbs-carousel{position:relative;width:100%;height:100%;overflow:hidden}.cbs-carousel__track{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--cbs-gap, 12px);width:100%;height:100%}.cbs-carousel__slide{display:none;min-width:0;animation:cbsSlide .4s ease}.cbs-carousel__slide.cbs-active{display:block}@keyframes cbsSlide{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}.cbs-carousel__btn{position:absolute;top:50%;transform:translateY(-50%);z-index:1;background:#fff;border:1px solid #e0e0e0;border-radius:50%;width:36px;height:36px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s,box-shadow .2s;box-shadow:0 2px 8px #0000001a;color:#333;padding:0}.cbs-carousel__btn:hover{background:#f0f0f0;box-shadow:0 4px 12px #00000026}.cbs-carousel__btn--prev{left:8px}.cbs-carousel__btn--next{right:8px}.cbs-carousel__btn svg{display:block;pointer-events:none}.cbs-product-card{background:var(--cbs-card-bg, #f5f5f5);display:flex;flex-direction:column;height:100%}.cbs-product-card__image-wrap{width:100%;overflow:hidden;aspect-ratio:3 / 4;background:var(--cbs-card-bg, #f5f5f5);flex-shrink:0}.cbs-product-card__img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease}.cbs-product-card__image-wrap:hover .cbs-product-card__img{transform:scale(1.03)}.cbs-product-card__img--placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#ebebeb;aspect-ratio:3 / 4}.cbs-product-card__img--placeholder svg{width:60%;height:60%;opacity:.4}.cbs-product-card__info{padding:12px 8px 16px;display:flex;flex-direction:column;gap:4px;align-items:center;text-align:center}.cbs-product-card__sku{font-size:11px;letter-spacing:.08em;color:var(--cbs-sku-color, #888888);text-transform:uppercase;font-weight:500;line-height:1.4}.cbs-product-card__title{font-size:13px;font-weight:600;color:var(--cbs-title-color, #111111);line-height:1.4;margin-top:2px}.cbs-product-card__title a{color:inherit;text-decoration:none}.cbs-product-card__title a:hover{text-decoration:underline}.cbs-swatches{display:flex;flex-wrap:wrap;gap:5px;justify-content:center;margin-top:6px}.cbs-swatch{width:16px;height:16px;border-radius:50%;display:inline-block;border:1.5px solid var(--cbs-swatch-border, #dddddd);cursor:pointer;transition:transform .15s}.cbs-swatch:hover{transform:scale(1.2)}.cbs-product-card__link{display:inline-block;margin-top:8px;font-size:12px;color:var(--cbs-btn-color, #555555);text-decoration:underline;text-underline-offset:2px;letter-spacing:.03em;transition:color .2s}.cbs-product-card__link:hover{color:#000}.cbs-col--banners{height:100%;min-width:0}.cbs-banners-carousel{position:relative;width:100%;height:100%;overflow:hidden}.cbs-banners__track{width:100%;height:100%;position:relative}.cbs-banner-slide{display:none;width:100%;height:100%;animation:cbsSlide .4s ease}.cbs-banner-slide.cbs-active{display:block}.cbs-banner{position:relative;width:100%;height:100%;min-height:400px;overflow:hidden;display:flex;align-items:flex-start}.cbs-banner__bg-img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center top;display:block;z-index:0}.cbs-banner__bg-placeholder{position:absolute;top:0;right:0;bottom:0;left:0;background:#e8e8e8;display:flex;align-items:center;justify-content:center;z-index:0}.cbs-banner__bg-placeholder svg{width:50%;height:50%;opacity:.3}.cbs-banner__overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:none}.cbs-banner__content{position:relative;z-index:2;padding:24px 20px;display:flex;flex-direction:column;align-items:flex-start;gap:10px}.cbs-banner__eyebrow{font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:var(--cbs-banner-text, #111111);font-weight:600}.cbs-banner__heading{font-size:clamp(28px,3.5vw,48px);font-weight:900;line-height:1;letter-spacing:-.01em;color:var(--cbs-banner-text, #111111);text-transform:uppercase;white-space:pre-line}.cbs-banner__btn{display:inline-block;padding:7px 18px;background:var(--cbs-banner-btn-bg, #ffffff);color:var(--cbs-banner-btn-text, #111111);font-size:12px;font-weight:600;letter-spacing:.05em;text-decoration:none;border:1px solid rgba(0,0,0,.15);transition:background .2s,color .2s,box-shadow .2s;cursor:pointer}.cbs-banner__btn:hover{background:#111;color:#fff;box-shadow:0 4px 12px #0000002e}.cbs-placeholder{background:#f5f5f5;border:2px dashed #cccccc;display:flex;align-items:center;justify-content:center;min-height:300px;padding:24px;text-align:center;font-size:13px;color:#999;width:100%;height:100%}@media screen and (max-width:1024px)and (min-width:768px){.cbs-banner__heading{font-size:clamp(22px,3vw,36px)}.cbs-carousel__btn{width:30px;height:30px}.cbs-product-card__title{font-size:12px}}@media screen and (max-width:767px){.cbs-section{padding-top:16px;padding-bottom:16px}.cbs-grid{grid-template-columns:repeat(1,1fr);gap:8px}.cbs-col--products{grid-row:1}.cbs-col--banners{grid-row:2}.cbs-banners__track{display:grid;grid-template-columns:repeat(2,1fr);gap:8px;position:relative}.cbs-banner-slide{display:none;height:auto}.cbs-banner-slide.cbs-active{display:block!important}.cbs-banner{height:100%}.cbs-col--banners .cbs-carousel__btn{display:flex;top:50%;z-index:20}.cbs-col--banners .cbs-carousel__btn--prev{left:6px}.cbs-col--banners .cbs-carousel__btn--next{right:6px}.cbs-banner__heading{font-size:clamp(16px,5.5vw,26px)}.cbs-banner__content{padding:12px 10px;gap:7px}.cbs-banner__btn{padding:5px 12px;font-size:11px}.cbs-carousel__btn{width:28px;height:28px;top:50%}.cbs-carousel__btn--prev{left:4px}.cbs-carousel__btn--next{right:4px}.cbs-product-card__title{font-size:11px}.cbs-product-card__sku{font-size:10px}.cbs-product-card__info{padding:8px 4px 10px;gap:3px}.cbs-product-card__link{font-size:11px;margin-top:5px}.cbs-swatch{width:13px;height:13px}}
/*# sourceMappingURL=/cdn/shop/t/1/assets/collection-best-seller.css.map */
