.BestSellersParent{background:var(--Color-gray-50,#F6F6F6)}.BestSellersContainer{display:flex;padding-top:80px;padding-bottom:80px;flex-direction:column;justify-content:center;align-items:center;gap:48px;align-self:stretch}.BestSellersContainer .skeletonContainer{display:flex;min-height:250px;gap:32px;width:100%}.BestSellersContainer .skeletonContainer .MuiSkeleton-root{height:100%;flex:1 1;min-width:0}@media(max-width:389px){.BestSellersContainer .skeletonContainer .MuiSkeleton-root{flex-basis:100%}}@media(min-width:390px)and (max-width:599px){.BestSellersContainer .skeletonContainer .MuiSkeleton-root{flex-basis:83.3333333333%}}@media(min-width:600px)and (max-width:719px){.BestSellersContainer .skeletonContainer .MuiSkeleton-root{flex-basis:55.5555555556%}}@media(min-width:720px)and (max-width:849px){.BestSellersContainer .skeletonContainer .MuiSkeleton-root{flex-basis:50%}}@media(min-width:850px)and (max-width:1199px){.BestSellersContainer .skeletonContainer .MuiSkeleton-root{flex-basis:33.33%}}@media(min-width:1200px){.BestSellersContainer .skeletonContainer .MuiSkeleton-root{flex-basis:25%}}.BestSellersContainer .top-section{position:relative;width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center}.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-slide{height:auto}.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}}