.BestSellersParent{background:var(--Color-gray-50,#f6f6f6)}.BestSellersContainer{padding-top:80px;padding-bottom:80px;gap:48px;align-self:stretch}.BestSellersContainer,.BestSellersContainer .top-section{display:flex;flex-direction:column;justify-content:center;align-items:center}.BestSellersContainer .top-section{position:relative;width:100%}.BestSellersContainer .top-section .title{color:var(--Color-black,#0d0d0d);text-align:center;font-size:32px;font-style:normal;font-weight:600;line-height:120%}.BestSellersContainer .top-section .arrows{position:absolute;right:0;top:0;display:flex;justify-content:space-between;gap:24px}@media(max-width:850px){.BestSellersContainer .top-section .arrows{position:relative;width:-moz-fit-content;width:fit-content}}.BestSellersContainer .top-section .arrows div{cursor:pointer;display:flex;width:40px;height:40px;justify-content:center;align-items:center;gap:8px;border-radius:40px;border:.833px solid #cacaca;background:var(--Basic-White,#fff);box-shadow:0 6.667px 33.333px 0 rgba(0,0,0,.04);transition:.2s}.BestSellersContainer .top-section .arrows div:hover{background-color:#a0a3bd}.BestSellersContainer .products{display:flex;width:100%;flex-direction:column;justify-content:center;align-items:center;gap:12px}.BestSellersContainer .products .swiper{flex:1 1 60%;position:relative;width:100%}.BestSellersContainer .products .swiper .swiper-pagination-bullet{width:12px;height:12px;background-color:#989b9c}.BestSellersContainer .products .swiper .swiper-pagination-bullet-active{background-color:var(--Neutral-800,#170f49)}.BestSellersContainer .products .swiper .swiper-pagination{margin-top:64px;position:relative;display:flex;justify-content:center;gap:4px}.BestSellersContainer .buttonHolder{width:100%}@media(min-width:850px){.BestSellersContainer .products{flex-direction:row}.BestSellersContainer .products>div{flex:1 1}.BestSellersContainer .buttonHolder{width:-moz-fit-content;width:fit-content}}