/* Add custom CSS styles below */ 

a[href="tel:+966544688688"] {
    display: none !important;
}

@media (max-width: 991px){

  .container > .grid.grid-cols-2.lg\:grid-cols-5{
      display:flex !important;
      flex-direction:column !important;
      gap:30px !important;
  }

  .container > .grid.grid-cols-2.lg\:grid-cols-5 > div{
      width:100% !important;
      max-width:100% !important;
      text-align:center !important;
  }

  .footer-list{
      text-align:center !important;
  }

  .links-contact{
      justify-content:center !important;
  }
}

/*السعر شامل التوصيل والتركيب*/ 
.product-price-bottom { display: flex; flex-direction: column; } .price-note { width: 100%; margin-top: 8px; padding-top: 8px; border-top: 1px solid #e5e7eb; text-align: left; /* يسار */ direction: rtl; /* يحافظ على اتجاه العربية */ font-size: 9px; /* خط أصغر */ font-weight: 500; color: #000; /* أسود */ }

/*السعر شامل في السلة*/
.cart-price-note {
    font-size: 12px;
    color: #000;
    font-weight: 500;
    margin-top: 4px;
    text-align: right;
    line-height: 1.4;
}