@media only screen and (max-width: 767px) {
  section.sticky-product-bar {
    padding: 25px 05px !important;
  }

  .sticky-product-bar h2,
  .sticky-product-bar .total-price {
    font-size: 17px !important;
  }

  .sticky-product-bar .s-button-element,
  .sticky-product-bar .s-add-product-button-mini-checkout-content {
    padding: 8px 5 !important;
    font-size: 13px !important;
    font-weight: bold !important;
  }

  .sticky-product-bar .w-16 {
    width: 60px !important;
    height: 60px !important;
  }

  .sticky-product-bar .s-quantity-input-input {
    font-size: 16px !important;
  }

  .sticky-product-bar .sicon-cart2 {
    font-size: 16px !important;
  }

  /* إخفاء خيار الكمية */
  .sticky-product-bar .sticky-product-bar__quantity {
    display: none !important;
  }

  /* إخفاء زر المشاركة */
  salla-social-share {
    display: none !important;
  }

  /* إخفاء زر المفضلة */
  salla-button.btn--wishlist,
  button.btn--wishlist {
    display: none !important;
  }
  
 h3.product-entry__sub-title.text-gray-400 {
  color: #c9b037 !important;
}

.search-btn[data-angelmodal="angel-search"] {
  display: none !important;
}