.best-sellers{position:relative;width:100%;padding-top:var(--padding-top, 60px);padding-bottom:var(--padding-bottom, 60px)}.best-sellers__container{max-width:var(--section-width, 1200px);margin:0 auto;padding:0 2rem}@media screen and (max-width: 749px){.best-sellers__container{padding:0 1rem}}.best-sellers__heading{font-family:"Gilroy",var(--font-heading-family),-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;text-align:var(--heading-alignment, left);margin:0 0 3rem;font-size:var(--heading-size, 40px);font-weight:var(--heading-weight, 700);color:var(--heading-color, #000000);line-height:1.2}@media screen and (max-width: 749px){.best-sellers__heading{font-size:clamp(24px,6vw,var(--heading-size, 40px));margin-bottom:2rem}}.best-sellers__grid{display:grid;grid-template-columns:repeat(var(--products-per-row-desktop, 4),1fr);gap:2rem;width:100%;max-width:100%;overflow:hidden}@media screen and (max-width: 1024px){.best-sellers__grid{gap:1.5rem}}@media screen and (max-width: 749px){.best-sellers__grid{grid-template-columns:repeat(var(--products-per-row-mobile, 2),1fr);gap:1rem}}.best-sellers__item{width:100%;min-width:0;opacity:0;transform:translateY(20px);animation:bestSellersFadeInUp .6s ease forwards}.best-sellers__item:nth-child(1){animation-delay:.1s}.best-sellers__item:nth-child(2){animation-delay:.2s}.best-sellers__item:nth-child(3){animation-delay:.3s}.best-sellers__item:nth-child(4){animation-delay:.4s}@keyframes bestSellersFadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.best-sellers__item{will-change:transform,opacity}@media (prefers-reduced-motion: reduce){.best-sellers__item{animation:none;opacity:1;transform:none}}
/*# sourceMappingURL=/cdn/shop/t/69/assets/best-sellers.css.map */
