.bestsellers{background:var(--bg-color);padding:var(--padding-top) 0 var(--padding-bottom) 0}@media only screen and (max-width:767px){.bestsellers{padding:40px 0}}.bestsellers-header{display:flex;justify-content:space-between;margin-bottom:40px}@media only screen and (max-width:767px){.bestsellers-header{flex-direction:column;margin-bottom:30px}}.bestsellers-products__list{display:grid;grid-auto-flow:column;grid-auto-columns:273px;gap:36px;overflow-x:scroll;overflow-y:hidden;-ms-overflow-style:none;scrollbar-width:none}.bestsellers-products__list::-webkit-scrollbar{display:none}.bestsellers-products__list .product-card{width:273px;max-width:273px;display:grid;grid-template-rows:auto 1fr;height:100%}.bestsellers-products__list .product-card__main-image{grid-row:1}.bestsellers-products__list .product-card__info{grid-row:2;display:flex;flex-direction:column}.bestsellers-products__list .product-card__info-header{display:grid;grid-template-rows:auto auto auto;flex-grow:1}.bestsellers-products__list .product-card__title{grid-row:1}.bestsellers-products__list .product-card__list,.bestsellers-products__list .product-card__swatches-compact{grid-row:2;align-self:start;min-height:42px}.bestsellers-products__list .product-card__price-row{grid-row:3;align-self:end}.bestsellers-products__list .product-card__b2b-price,.bestsellers-products__list .product-card__below-title-message,.bestsellers-products__list .product-card__options-wrapper,.bestsellers-products__list .product-card__promo{display:none}@media only screen and (max-width:767px){.bestsellers-products__list{grid-auto-columns:246px;gap:20px}.bestsellers-products__list .product-card{width:246px;max-width:246px}}.bestsellers-header__btn{align-self:start}@media only screen and (max-width:767px){.bestsellers-header__btn{margin-top:30px;display:var(--mobile-btn)}}