.best-sellers{background-color:rgb(var(--color-background))}.best-sellers__header{text-align:center;margin-bottom:4rem}.best-sellers__title{font-size:3.2rem;font-weight:700;margin:0 0 1rem;color:rgb(var(--color-foreground))}.best-sellers__description{font-size:1.6rem;color:rgba(var(--color-foreground),.8);margin:0}.best-sellers__products{margin-bottom:4rem;position:relative}.best-sellers__slider-container{scrollbar-width:none}.best-sellers__slider-nav{position:absolute;top:50%;left:0;right:0;transform:translateY(-50%);display:flex;justify-content:space-between;pointer-events:none}.best-sellers__slider-btn{pointer-events:auto}.best-sellers__slider-btn{width:4rem;height:4rem;border:1px solid rgba(var(--color-foreground),.2);background-color:rgb(var(--color-background));border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;color:rgb(var(--color-foreground))}.best-sellers__slider-btn:hover{background-color:rgb(var(--color-foreground));color:rgb(var(--color-background));transform:scale(1.1)}.best-sellers__slider-btn:disabled{opacity:.5;cursor:not-allowed;transform:none}.best-sellers__slider-btn svg{width:1.6rem;height:1.6rem}.best-sellers__slider{overflow:hidden;position:relative}.best-sellers__slider-container{scroll-behavior:smooth;overflow:auto}.best-sellers__slider-container{display:flex;gap:2rem;transition:transform .3s ease;justify-content:center;width:100%}.best-sellers__product{flex:0 0 calc(25% - 1.5rem);min-width:450px}.best-sellers__product{background-color:rgb(var(--color-background));border:1px solid rgba(var(--color-foreground),.1);border-radius:1rem;padding:1.5rem 1.5rem 2rem;text-align:center;transition:all .3s ease;position:relative;box-shadow:0 2px 10px #0000000d}.best-sellers__product:hover{transform:translateY(0);box-shadow:0 10px 30px #0000001a}.best-sellers__product-image{position:relative;margin-bottom:2rem;border-radius:.5rem;overflow:hidden;display:block;width:100%}.best-sellers__image{width:100%;height:250px;object-fit:cover;border-radius:.5rem;transition:opacity .8s ease,transform .8s ease;display:block}.best-sellers__image--secondary{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:250px;object-fit:cover;display:block;opacity:0;border-radius:.5rem}.best-sellers__product-image.has-secondary:hover .best-sellers__image--primary{opacity:0;transform:scale(1.03)}.best-sellers__product-image.has-secondary:hover .best-sellers__image--secondary{opacity:1;transform:scale(1.03)}.best-sellers__badge{position:absolute;top:1rem;right:1rem;padding:.5rem 1rem;border-radius:2rem;font-size:1.2rem;font-weight:600;color:#fff;z-index:2}.best-sellers__badge--sale{background-color:#ff6b6b}.best-sellers__badge--new{background-color:#4ecdc4}.best-sellers__product-info{text-align:left}.reveal-up{opacity:0;transform:translateY(24px) scale(.98);filter:blur(6px);transition:opacity .6s ease,transform .6s ease,filter .6s ease;transition-delay:calc(var(--reveal-order, 0) * 80ms)}.reveal-up.is-visible{opacity:1;transform:translateY(0) scale(1);filter:blur(0)}.best-sellers__price-row{display:flex;align-items:center;flex-wrap:wrap;gap:.8rem;margin-top:.8rem}.best-sellers__discount-label{font-size:1.4rem;font-weight:700;color:var(--discount-label-color, #e63946);background:var(--discount-label-bg, rgba(230, 57, 70, .1));padding:.4rem .8rem;border-radius:.6rem;letter-spacing:.08em;text-transform:uppercase}.best-sellers__product-title{margin:0 0 1rem;font-size:1.4rem;font-weight:400;line-height:1.3;text-align:left}.best-sellers.color-scheme-1.gradient,.features-section.color-scheme-1.gradient{padding:0}.features-section.color-scheme-1.gradient{padding-bottom:40px}.best-sellers__product-title a{color:rgb(var(--color-foreground));text-decoration:none;transition:color .3s ease}.best-sellers__product-title a:hover{color:rgba(var(--color-foreground),.7)}.best-sellers__product-rating{display:flex;align-items:center;justify-content:flex-start;gap:.5rem;margin-bottom:1rem}.best-sellers__stars{display:flex;gap:.2rem}.best-sellers__star{color:gold;font-size:1.4rem}.best-sellers__star--empty{color:#ddd}.best-sellers__rating-count{font-size:1.1rem;color:rgba(var(--color-foreground),.6)}.best-sellers__add-form{margin:0;left:20px;right:20px;bottom:20px}.best-sellers__price{font-size:1.6rem;font-weight:600;color:rgb(var(--color-foreground))}.best-sellers__price--sale{color:#ff6b6b}.best-sellers__price--compare{text-decoration:line-through;color:rgba(var(--color-foreground),.5);font-size:1.4rem;margin-left:.5rem}.best-sellers__add-to-cart{margin-top:1.2rem;width:100%}.best-sellers__form{width:100%;margin:0}.best-sellers__add-button{width:100%;padding:1.2rem 2rem;font-size:1.4rem;font-weight:600;border-radius:.5rem;background-color:rgb(var(--color-button));color:rgb(var(--color-button-text));border:2px solid rgb(var(--color-button));cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:.5px}.best-sellers__add-button:hover:not(:disabled){background-color:transparent;color:rgb(var(--color-button));transform:translateY(-2px);box-shadow:0 4px 15px #0003}.best-sellers__add-button:disabled{opacity:.5;cursor:not-allowed}.best-sellers__view-all{text-align:center}.best-sellers__view-all-button{display:inline-block;padding:1.5rem 3rem;font-size:1.6rem;font-weight:600;text-decoration:none;border-radius:.5rem;background-color:transparent;color:rgb(var(--color-foreground));border:2px solid rgb(var(--color-foreground));transition:all .3s ease}.best-sellers__view-all-button:hover{background-color:rgb(var(--color-foreground));color:rgb(var(--color-background));transform:translateY(-2px)}@media screen and (max-width: 749px){.best-sellers__product{flex:0 0 calc(50% - 1rem);min-width:200px;padding:1.5rem}.best-sellers__buy-row{gap:.8rem}.best-sellers__add-button{padding:.9rem 1.2rem;font-size:1.2rem}.best-sellers__title{font-size:2.4rem}.best-sellers__description{font-size:1.4rem}}@media screen and (max-width: 480px){.best-sellers__product{flex:0 0 100%;min-width:160px;max-width:170px}.best-sellers__image,.best-sellers__image--secondary{height:200px}.best-sellers__slider-nav{top:-4.5rem}.best-sellers__slider-btn{width:3rem;height:3rem}}
/*# sourceMappingURL=/cdn/shop/t/4/assets/section-best-sellers.css.map */
