.shopify-section--best-sellers{max-width:100%;overflow-x:hidden}.tc-best-sellers-section{background-color:var(--best-sellers-bg, transparent);padding:var(--padding-top-mobile, 48px) var(--container-gutter) var(--padding-bottom-mobile, 24px) var(--container-gutter);width:100%;max-width:100%;box-sizing:border-box;overflow-x:hidden}@media screen and (min-width:990px){.tc-best-sellers-section{padding:var(--padding-top-desktop, 80px) max(var(--container-gutter),(100vw - var(--container-max-width)) / 2) var(--padding-bottom-desktop, 80px) max(var(--container-gutter),(100vw - var(--container-max-width)) / 2)}}.tc-best-sellers-container{width:100%;max-width:100%;min-width:0;display:flex;flex-direction:column;gap:32px}@media screen and (min-width:990px){.tc-best-sellers-container{gap:40px}}.tc-best-sellers-header{display:flex;justify-content:space-between;align-items:flex-end;width:100%;gap:20px}.tc-best-sellers-text-group{display:flex;flex-direction:column;gap:8px;max-width:600px;text-align:left}@media screen and (min-width:990px){.tc-best-sellers-text-group{max-width:850px}}.tc-best-sellers-title{font-family:Bebas Neue,sans-serif;font-size:32px;font-weight:400;line-height:1.2;color:var(--best-sellers-text, #1c1f1a);margin:0;text-transform:uppercase;letter-spacing:.02em}@media screen and (min-width:990px){.tc-best-sellers-title{font-size:48px}}.tc-best-sellers-desc{font-family:Barlow,sans-serif;font-size:16px;line-height:1.4;color:var(--best-sellers-desc-color, #272727);margin:0}@media screen and (min-width:990px){.tc-best-sellers-desc{font-size:18px;line-height:1.5}}.tc-best-sellers-nav{display:flex;gap:0}.tc-best-sellers-nav-btn{width:24px;height:24px;background:none;border:none;color:var(--best-sellers-text, #1c1f1a);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:color .25s cubic-bezier(.4,0,.2,1);padding:0;outline:none}.tc-best-sellers-nav-btn:hover:not(:disabled){color:var(--best-sellers-accent, #606a38)}.tc-best-sellers-nav-btn:disabled{opacity:.3;cursor:not-allowed}.tc-best-sellers-nav-btn svg{width:24px;height:24px;stroke-width:1.5;display:block}.tc-best-sellers-desktop-only{display:none}@media screen and (min-width:990px){.tc-best-sellers-desktop-only{display:flex}}.tc-best-sellers-track{display:flex;gap:24px;width:100%;max-width:100%;min-width:0;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;padding-bottom:8px;box-sizing:border-box}.tc-best-sellers-track::-webkit-scrollbar{display:none!important;width:0;height:0}.tc-best-sellers-container.is-grid .tc-best-sellers-track{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:32px 24px;overflow-x:hidden;scroll-snap-type:none}@media screen and (min-width:990px){.tc-best-sellers-container.is-grid .tc-best-sellers-track{grid-template-columns:repeat(var(--best-sellers-columns-desktop, 4),minmax(0,1fr));gap:40px 24px}}.tc-best-seller-card{min-width:0;flex:0 0 264px;scroll-snap-align:start;display:flex;flex-direction:column;gap:16px;text-decoration:none;color:inherit;transition:transform .25s cubic-bezier(.4,0,.2,1)}@media screen and (min-width:990px){.tc-best-sellers-container:not(.is-grid) .tc-best-seller-card{flex:0 0 calc((100% - (var(--best-sellers-columns-desktop, 4) - 1) * 24px) / var(--best-sellers-columns-desktop, 4));scroll-snap-align:none}.tc-best-sellers-track{scroll-snap-type:none}}.tc-best-seller-card:hover{transform:translateY(-4px)}.tc-best-seller-image-wrapper{position:relative;width:100%;aspect-ratio:264 / 272;border-radius:12px;background-color:#f5f5f5;overflow:hidden;box-sizing:border-box}.tc-best-seller-image{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s cubic-bezier(.4,0,.2,1)}.tc-best-seller-card:hover .tc-best-seller-image{transform:scale(1.03)}.tc-best-seller-placeholder{width:100%;height:100%;display:block;color:#c2cc96}.tc-best-seller-info{display:flex;flex-direction:column;gap:8px;text-align:left}.tc-best-seller-title{font-family:Bebas Neue,sans-serif;font-size:18px;font-weight:400;line-height:1.4;color:var(--best-sellers-text, #1c1f1a);margin:0;text-transform:uppercase;letter-spacing:.01em;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tc-best-seller-info .price-list,.tc-best-seller-info .price-list *{font-family:Bebas Neue,sans-serif!important;font-size:18px!important;font-weight:400!important;font-style:normal!important;line-height:1.4!important;letter-spacing:0!important;text-transform:uppercase!important;text-align:left!important}.tc-best-seller-info .price-list{display:flex!important;justify-content:flex-start!important;align-items:baseline!important;gap:6px!important;flex-wrap:nowrap!important;width:100%!important;margin:0!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.tc-best-seller-info .price-list .text-on-sale{color:#f03e3e!important}.tc-best-seller-info .price-list .text-subdued{color:#1c1f1a!important}.tc-best-sellers-progress-container{position:relative;width:100%;height:3px;background-color:#f1f3f5;border-radius:1.5px;margin-top:8px;overflow:hidden;box-sizing:border-box}.tc-best-sellers-container.is-grid .tc-best-sellers-progress-container{display:none}.tc-best-sellers-progress-bar{position:absolute;top:0;left:0;height:100%;width:0%;background-color:var(--best-sellers-text, #343a40);border-radius:1.5px;transition:left .1s cubic-bezier(.2,.8,.2,1),width .1s cubic-bezier(.2,.8,.2,1)}.tc-best-sellers-mobile-only{display:block}@media screen and (min-width:990px){.tc-best-sellers-mobile-only{display:none!important}}.tc-best-sellers-track{cursor:grab}.tc-best-sellers-track.is-dragging{cursor:grabbing;scroll-snap-type:none!important;scroll-behavior:auto!important;-webkit-user-select:none;user-select:none}
/*# sourceMappingURL=/cdn/shop/t/38/assets/section-best-sellers.css.map */
