
@media(max-width:900px){
  #newest-products,#best-selling-products{overflow:hidden!important}
  #newest-products .container,#best-selling-products .container{
    width:100%!important;max-width:100%!important;padding-inline:12px!important;box-sizing:border-box!important
  }
  #newest-products .section-head,#best-selling-products .section-head{
    display:flex!important;align-items:center!important;justify-content:space-between!important;gap:8px!important;margin-bottom:10px!important
  }
  #newest-products .section-head h2,#best-selling-products .section-head h2{margin:0!important;font-size:18px!important;line-height:1.45!important}
  #newest-products .section-head .more,#best-selling-products .section-head .more{flex:0 0 auto!important;font-size:12px!important;white-space:nowrap!important}
  #newest-products .newest-tabs,#best-selling-products .newest-tabs{
    display:flex!important;flex-wrap:nowrap!important;gap:7px!important;width:100%!important;overflow-x:auto!important;overflow-y:hidden!important;
    padding:2px 1px 8px!important;-webkit-overflow-scrolling:touch!important;scrollbar-width:none!important
  }
  #newest-products .newest-tabs::-webkit-scrollbar,#best-selling-products .newest-tabs::-webkit-scrollbar{display:none!important}
  #newest-products .newest-tab,#best-selling-products .newest-tab{
    flex:0 0 auto!important;min-height:38px!important;padding:7px 11px!important;font-size:12px!important;white-space:nowrap!important
  }
  #newest-products .newest-tab-panel>.products,#best-selling-products .newest-tab-panel>.products{
    display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important;width:100%!important;min-width:0!important;overflow:visible!important
  }
  #newest-products .special-product,#best-selling-products .special-product{
    width:auto!important;min-width:0!important;max-width:none!important;height:100%!important;margin:0!important;padding:10px!important;box-sizing:border-box!important;overflow:hidden!important
  }
  #newest-products .special-product .product-img,#best-selling-products .special-product .product-img{
    width:100%!important;height:150px!important;min-height:150px!important;display:flex!important;align-items:center!important;justify-content:center!important;overflow:hidden!important
  }
  #newest-products .special-product .product-img img,#best-selling-products .special-product .product-img img{
    display:block!important;width:auto!important;max-width:100%!important;height:auto!important;max-height:138px!important;object-fit:contain!important
  }
  #newest-products .special-product h3,#best-selling-products .special-product h3{margin:5px 0!important;font-size:13px!important;line-height:1.65!important}
  #newest-products .special-product .product-title-link,#best-selling-products .special-product .product-title-link{
    display:-webkit-box!important;-webkit-box-orient:vertical!important;-webkit-line-clamp:2!important;overflow:hidden!important
  }
  #newest-products .special-product .product-note,#best-selling-products .special-product .product-note{
    display:-webkit-box!important;-webkit-box-orient:vertical!important;-webkit-line-clamp:2!important;overflow:hidden!important;font-size:12px!important;line-height:1.6!important
  }
  #newest-products .special-product .price-row,#best-selling-products .special-product .price-row{
    display:flex!important;align-items:center!important;justify-content:space-between!important;gap:5px!important;margin-top:auto!important
  }
  #newest-products .special-product .price,#best-selling-products .special-product .price{font-size:16px!important;line-height:1.45!important;white-space:normal!important}
}
@media(max-width:390px){
  #newest-products .container,#best-selling-products .container{padding-inline:9px!important}
  #newest-products .newest-tab-panel>.products,#best-selling-products .newest-tab-panel>.products{gap:7px!important}
  #newest-products .special-product,#best-selling-products .special-product{padding:8px!important}
  #newest-products .special-product .product-img,#best-selling-products .special-product .product-img{height:132px!important;min-height:132px!important}
  #newest-products .special-product .product-img img,#best-selling-products .special-product .product-img img{max-height:122px!important}
  #newest-products .special-product .price,#best-selling-products .special-product .price{font-size:14px!important}
}
