.bestSeller{padding:20px 0 0;position:relative;overflow:hidden}.bestSeller .top{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid rgba(0,0,0,.1764705882);padding-bottom:10px;margin-bottom:10px;flex-direction:column;gap:20px}@media only screen and (min-width:640px){.bestSeller .top{flex-direction:row}}.bestSeller .top h1{font-size:50px;font-weight:500;color:var(--primary)}.bestSeller .top button{color:var(--primary);padding:15px 25px;border:1px solid var(--primary);background-color:rgba(0,0,0,0);font-size:15px;font-weight:600;cursor:pointer;transition:.5s;border-radius:4px;width:250px}.bestSeller .top button:hover{background-color:var(--primary);color:#fff}.bestSeller .boxes_products{display:grid;grid-template-columns:1fr;grid-gap:10px;margin:20px 0;justify-items:center}@media only screen and (min-width:640px){.bestSeller .boxes_products{grid-template-columns:1fr 1fr}}@media only screen and (min-width:992px){.bestSeller .boxes_products{grid-template-columns:1fr 1fr 1fr}}.bestSeller_loading{padding:20px 0 0;border-top-left-radius:50px;border-top-right-radius:50px;top:-50px;background-color:#fff;position:relative;overflow:hidden;height:40vh;display:flex;justify-content:center;align-items:center}