.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:flex;gap:36px;overflow-x:scroll;overflow-y:hidden;-ms-overflow-style:none;scrollbar-width:none}.bestsellers-products__list::-webkit-scrollbar{display:none}@media only screen and (max-width:767px){.bestsellers-products__list{gap:20px}}.bestsellers-header__btn{align-self:start}@media only screen and (max-width:767px){.bestsellers-header__btn{margin-top:30px;display:var(--mobile-btn)}}