.ctr-best-sellers-wrapper{overflow:hidden}.ctr-best-sellers{display:flex;flex-direction:column;gap:40px}@media screen and (max-width:749px){.ctr-best-sellers{gap:24px}}.ctr-best-sellers__header{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:16px 32px}.ctr-best-sellers__title{font-family:var(--font-heading--family, "titular700", sans-serif);font-size:64px;font-weight:700;text-transform:uppercase;margin:0;line-height:1.1;color:var(--color-foreground-heading, #282826)}.ctr-best-sellers__title p{margin:0}.ctr-best-sellers__tabs{display:flex;flex-wrap:wrap;gap:8px 24px;align-items:center}.ctr-best-sellers__tab{background:transparent;border:none;padding:4px 0;font-family:var(--font-body--family, sans-serif);font-size:14px;font-weight:400;color:var(--color-foreground, #282826);cursor:pointer;transition:color .2s ease;position:relative;white-space:nowrap}.ctr-best-sellers__tab:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:1px;background-color:currentColor;transform:scaleX(0);transition:transform .2s ease}.ctr-best-sellers__tab:hover:after,.ctr-best-sellers__tab.is-active:after{transform:scaleX(1)}.ctr-best-sellers__tab.is-active{font-weight:600}.ctr-best-sellers__panel{width:100%}.ctr-best-sellers__panel[hidden]{display:none}.ctr-best-sellers__carousel-container{display:block;width:100%}.ctr-best-sellers__carousel-container .swiper{overflow:visible}.ctr-best-sellers__carousel-container .swiper-slide{height:auto}.ctr-best-sellers__card{display:flex;flex-direction:column;gap:12px;height:100%}.ctr-best-sellers__card-link{display:block;text-decoration:none}.ctr-best-sellers__card-image{position:relative;aspect-ratio:1 / 1;overflow:hidden;border-radius:var(--product-corner-radius, 16px);background-color:rgb(from var(--color-foreground) r g b / 5%)}.ctr-best-sellers__image{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.ctr-best-sellers__card-link:hover .ctr-best-sellers__image{transform:scale(1.03)}.ctr-best-sellers__card-content{display:flex;flex-direction:column;gap:8px;flex:1}.ctr-best-sellers__card-title-link{text-decoration:none;color:inherit}.ctr-best-sellers__card-title{font-family:var(--font-heading--family, "titular700", sans-serif);font-size:28px;font-weight:700;text-transform:uppercase;margin:0;line-height:1.2;color:var(--color-foreground-heading, #282826)}.ctr-best-sellers__card-description{font-family:var(--font-body--family, sans-serif);font-size:14px;line-height:1.5;color:var(--color-foreground, #666);margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.ctr-best-sellers__card-price{display:flex;align-items:center;gap:8px;font-size:24px;font-family:titular700,sans-serif;margin-top:auto}.ctr-best-sellers__card-price .price{font-weight:600;color:var(--color-foreground-heading, #282826)}.ctr-best-sellers__card-price .price--on-sale{text-decoration:line-through;opacity:.6}.ctr-best-sellers__card-price .price--sale{color:var(--color-sale, #47BEFF)}.ctr-best-sellers__form{width:100%}.ctr-best-sellers__add-to-cart{display:block;width:100%;padding:14px 24px;background-color:var(--color-button-primary-bg, #2c3e50);color:var(--color-button-primary-text, white);border:none;border-radius:var(--border-radius-button, 4px);font-family:var(--font-body--family, sans-serif);font-size:14px;font-weight:600;text-transform:uppercase;text-align:center;text-decoration:none;cursor:pointer;transition:background-color .2s ease;margin-top:4px}.ctr-best-sellers__add-to-cart:hover:not(:disabled){background-color:var(--color-button-primary-bg-hover, #34495e)}.ctr-best-sellers__add-to-cart:disabled,.ctr-best-sellers__add-to-cart--sold-out{background-color:var(--color-button-disabled-bg, #6c757d);cursor:not-allowed}.ctr-best-sellers__controls{display:flex;align-items:center;justify-content:space-between;margin-top:40px}.ctr-best-sellers__controls.is-hidden{display:none}.ctr-best-sellers__pagination.swiper-pagination{position:static;width:auto;text-align:left}.ctr-best-sellers__pagination .swiper-pagination-bullet{width:7px;height:7px;opacity:.3;background:var(--color-foreground, #282826)}.ctr-best-sellers__pagination .swiper-pagination-bullet-active{opacity:1;background:var(--color-foreground, #282826)}.ctr-best-sellers__nav{display:flex;align-items:center;gap:24px;margin-left:auto}.ctr-best-sellers__nav-btn{display:flex;align-items:center;justify-content:center;background:transparent;border:none;cursor:pointer;color:var(--color-foreground, #282826);padding:0;transition:opacity .2s ease}.ctr-best-sellers__nav-btn:hover{opacity:.6}.ctr-best-sellers__nav-btn .svg-wrapper,.ctr-best-sellers__nav-btn .svg-wrapper svg{width:40px;height:32px;display:flex;align-items:center;justify-content:center}.ctr-best-sellers__nav-prev{transform:scaleX(-1)}.ctr-best-sellers__view-all{display:block;padding:14px 24px;background-color:transparent;color:var(--color-foreground, #282826);border:1px solid rgba(12,39,57,.3);border-radius:8px;font-family:var(--font-body--family, sans-serif);font-size:14px;font-weight:600;text-transform:uppercase;text-align:center;text-decoration:none;cursor:pointer;transition:background-color .2s ease,color .2s ease;width:fit-content;min-width:180px;margin:0 auto}@media screen and (max-width:749px){.ctr-best-sellers__view-all{width:100%;min-width:auto}}.ctr-best-sellers__view-all:hover{background-color:var(--color-foreground, #282826);color:var(--color-background, white)}.ctr-best-sellers__empty{text-align:center;color:var(--color-foreground, #666);padding:48px 0}@media screen and (max-width:749px){.ctr-best-sellers__title{font-size:48px}.ctr-best-sellers__header{flex-direction:column;align-items:flex-start;gap:16px}.ctr-best-sellers__tabs{width:100%;overflow-x:auto;overflow-y:hidden;padding-bottom:8px;flex-wrap:nowrap;-webkit-overflow-scrolling:touch;scrollbar-width:none}.ctr-best-sellers__tabs::-webkit-scrollbar{display:none}.ctr-best-sellers__card-description{font-size:14px;-webkit-line-clamp:2}.ctr-best-sellers__add-to-cart{padding:14px 16px;font-size:14px}.ctr-best-sellers__view-all{margin-top:16px}.ctr-best-sellers__controls{margin-top:24px}}
/*# sourceMappingURL=/cdn/shop/t/505/assets/ctr-best-sellers.css.map */
