.bestsellers{padding:40px 0}.bestsellers .heading{font-size:48px;font-weight:500;font-family:"Montserrat",sans-serif;color:#000;text-align:center;margin-bottom:24px}.bestsellers .content p{font-family:"Montserrat",sans-serif;font-size:16px;font-weight:400;color:#000;text-align:center;line-height:2;margin-bottom:36px;padding:0 10px}.bestsellers .products-grid{display:flex;flex-wrap:wrap;gap:20px;justify-content:center}.bestsellers .product-item{width:calc(25% - 20px);box-sizing:border-box;text-align:center}.bestsellers .product-item img{max-width:100%;height:auto}.bestsellers .product-title{font-size:16px;margin:10px 0;font-family:"Montserrat",sans-serif;font-weight:400;text-align:left}.bestsellers .price{display:flex;color:#FF3E3E;font-size:16px;font-weight:600;font-family:"Montserrat",sans-serif;text-align:left}.bestsellers .button.add_to_cart_button{display:flex;background:#fff0;border:1px solid #000;color:#000;padding:16px 24px;cursor:pointer;font-size:16px;font-family:"Montserrat",sans-serif;width:fit-content;z-index:3;transition:color .35s ease,background .35s ease}.bestsellers .button.add_to_cart_button:hover{color:#fff;background:#000}.bestsellers .added_to_cart.wc-forward{display:flex;background:#000;border:1px solid #000;color:#fff;padding:8px 24px;cursor:pointer;font-size:16px;font-family:"Montserrat",sans-serif;width:fit-content;z-index:3;transition:color .35s ease,background .35s ease}.bestsellers .tabs{list-style:none;padding:0;display:flex;margin-bottom:20px;justify-content:center;align-items:center}.bestsellers .tabs .tab{padding:10px 20px;cursor:pointer;margin-right:5px}.bestsellers .tabs .tab.active{color:#FF3E3E}.bestsellers .tab-content{display:none}.bestsellers .tab-content.active{display:block}@media screen and (max-width:768px){.bestsellers .product-item{width:calc(100% / 2 - 24px);max-width:300px}}@media screen and (max-width:410px){.bestsellers .product-item{width:100%;margin:0 auto 16px;max-width:300px}.bestsellers .product-title{margin:10px auto;text-align:center}.bestsellers .price{text-align:center;margin:0 auto;justify-content:center}.bestsellers .product-item .button{margin:16px auto 0}}