@import"https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap";.top-sellers{--ts-font: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--ts-cols: 2;--ts-gap: 1.2rem;--ts-accent: var(--color-secondary-button-text);--ts-accent-text: var(--color-background);--ts-price-green: 22, 145, 76}.top-sellers .card--card,.top-sellers .card--standard .card__inner{--border-width: 0;--shadow-opacity: 0;--image-padding: 0;border:0;background:transparent}.top-sellers .card--card:after,.top-sellers .card--standard .card__inner:after{display:none}.top-sellers__header{margin-bottom:2rem}.top-sellers__title{margin:0;font-family:var(--ts-font);font-weight:700;letter-spacing:-.01em;color:rgb(var(--color-foreground))}.top-sellers__slider-wrapper{position:relative}.top-sellers__list{display:flex;align-items:stretch;gap:var(--ts-gap);list-style:none;margin:0;padding:.4rem 0 1.2rem;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none}.top-sellers__list::-webkit-scrollbar{display:none}.top-sellers__item{display:flex;flex-direction:column;flex:0 0 calc((100% - (var(--ts-cols) - 1) * var(--ts-gap)) / var(--ts-cols));min-width:0;max-width:calc((100% - (var(--ts-cols) - 1) * var(--ts-gap)) / var(--ts-cols));overflow:hidden;scroll-snap-align:start}.top-sellers__item .card-wrapper{display:flex;flex-direction:column;flex:1 1 auto;width:100%;height:100%;min-height:100%}.top-sellers .card{position:relative;display:flex;flex-direction:column;flex:1 1 auto;height:100%;text-align:left}.top-sellers .card>.card__content{display:flex;flex:1 1 auto;flex-direction:column;justify-content:flex-start;padding:1rem 0 0;gap:0;min-height:0}.top-sellers .card>.card__content>.card__information{display:flex;flex:1 1 auto;flex-direction:column;justify-content:flex-start;gap:0;padding:0;text-align:left}.top-sellers .card__inner{border-radius:0;overflow:hidden;background:#fff}.top-sellers .card__media,.top-sellers .card .media{margin:0!important;width:100%!important;border-radius:0;overflow:hidden;background:#fff}.top-sellers .card .media img{object-fit:contain;object-position:center}.top-sellers .card__heading,.top-sellers .card__heading a,.top-sellers .price,.top-sellers .price-item{font-family:var(--ts-font)}.top-sellers .card__heading{margin:0;font-weight:600;font-size:1.3rem;line-height:1.35;height:calc(1.3rem * 1.35 * 2);margin-bottom:.6rem;text-align:left}.top-sellers .card__heading a.full-unstyled-link,.top-sellers .card__heading a{display:block!important;overflow:visible;height:100%;color:rgb(var(--color-foreground))}.top-sellers .card__heading a .card__heading-text{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;height:100%}.top-sellers .rating,.top-sellers .rating-text,.top-sellers .rating-count,.top-sellers .card__badge{display:none!important}.top-sellers .card-information{display:flex;flex-direction:column;margin-top:0;padding-top:0;gap:0;min-width:0;max-width:100%}.top-sellers .price{font-size:1.3rem;line-height:1.3;max-width:100%}.top-sellers .price .price-item{margin:0}.top-sellers .price__container{max-width:100%}.top-sellers .price--on-sale .price__sale{display:flex;align-items:baseline;flex-wrap:wrap;gap:.2rem .5rem;max-width:100%}.top-sellers .price--on-sale .price-item--sale{order:-1;color:rgb(var(--ts-price-green));font-weight:700;font-size:1.35rem}.top-sellers .price--on-sale .price__sale s,.top-sellers .price--on-sale .price__sale .price-item--regular{color:rgba(var(--color-foreground),.45);font-weight:400;font-size:1.1rem;text-decoration:line-through}.top-sellers .price:not(.price--on-sale) .price-item--regular{color:rgb(var(--ts-price-green));font-weight:700;font-size:1.35rem}.top-sellers .quick-add{margin-top:auto;padding-top:1.2rem;width:100%;flex:0 0 auto}.top-sellers .quick-add .form,.top-sellers .quick-add product-form,.top-sellers .quick-add modal-opener{display:block;width:100%}.top-sellers .quick-add__submit{--color-button: var(--ts-accent);--color-button-text: var(--ts-accent);--alpha-button-background: 0;width:100%;min-height:3.6rem;padding:.7rem .8rem;border:.1rem solid rgb(var(--ts-accent));border-radius:999px;background:transparent;color:rgb(var(--ts-accent));font-family:var(--ts-font);font-size:1.2rem;font-weight:600;letter-spacing:0;box-shadow:none;transition:background-color .2s ease,color .2s ease}.top-sellers .quick-add__submit:after,.top-sellers .quick-add__submit:before{box-shadow:none;display:none}.top-sellers .quick-add__submit:hover:not([disabled]){background:rgb(var(--ts-accent));color:rgb(var(--ts-accent-text))}.top-sellers .quick-add__submit:not([disabled]):hover:after{box-shadow:none}.top-sellers .quick-add__submit[disabled]{border-color:rgba(var(--color-foreground),.3);color:rgba(var(--color-foreground),.5);opacity:1}.top-sellers__nav{display:none;position:absolute;top:28%;z-index:2;width:auto;height:auto;margin:0;padding:.4rem;border:0;border-radius:0;background:transparent;color:rgb(var(--color-foreground));cursor:pointer;transform:translateY(-50%);box-shadow:none}.top-sellers__nav .svg-wrapper{display:flex;width:1.6rem;height:1.6rem;margin:0 auto}.top-sellers__nav--prev{left:-2.4rem}.top-sellers__nav--prev .svg-wrapper{transform:rotate(90deg)}.top-sellers__nav--next{right:-2.4rem}.top-sellers__nav--next .svg-wrapper{transform:rotate(-90deg)}.top-sellers__nav[disabled]{opacity:.25;cursor:default}@media screen and (max-width:749px){.top-sellers{--ts-gap: 1rem}.top-sellers .card>.card__content{padding-top:.8rem}.top-sellers .quick-add{padding-top:1rem}}@media screen and (min-width:750px){.top-sellers{--ts-cols: 3;--ts-gap: 1.6rem}.top-sellers .card__heading{font-size:1.4rem;height:3.78rem;margin-bottom:.8rem}.top-sellers .price{font-size:1.4rem}.top-sellers .price--on-sale .price-item--sale,.top-sellers .price:not(.price--on-sale) .price-item--regular{font-size:1.5rem}.top-sellers .price--on-sale .price__sale s,.top-sellers .price--on-sale .price__sale .price-item--regular{font-size:1.2rem}.top-sellers .quick-add__submit{min-height:4rem;padding:.9rem 1.6rem;font-size:1.3rem}.top-sellers__nav{display:grid;place-items:center}}@media screen and (min-width:990px){.top-sellers{--ts-cols: var(--top-sellers-columns, 5);--ts-gap: 2rem}.top-sellers__nav--prev{left:-2.8rem}.top-sellers__nav--next{right:-2.8rem}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/section-top-sellers.css.map */
