/* Add custom CSS styles below */ 


.text-center.text-store-text-primary.text-base.lg\:text-xl.font-bold.leading-tight {
    font-size: 24px !important; /* Adjust size as needed */
    font-weight: bold !important; /* Keeps it bold */
    text-align: center !important; /* Ensures centering */
}
.mt-2.text-3xl.font-bold.tracking-tight.text-store-text-primary.sm\:text-4xl {
    font-size: 20px !important; /* Adjust size as needed */
    font-weight: bold !important; /* Keeps it bold */
    text-align: center !important; /* Ensures centering */
}
@media (max-width: 768px) {
    ul.mx-auto.mt-8.grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr); /* Keeps other items in two columns */
        gap: 0.1rem; /* Adds spacing between items */
        justify-content: center; /* Centers items */
    }

p.max-w-sm.leading-6.my-4.text-sm.text-center.ltr\:md\:text-left.rtl\:md\:text-right {
    text-decoration: none; /* Removes any text decoration like underlines or dashes */
    content: ""; /* Clears any unwanted content */
}


.s-products-list-wrapper custom-salla-product-card .product-card__image img.main-image {
  height: 255px;
  width: auto;
  display: block;
  margin: 0 auto;
}



.fixed-products .product-card__image {
  margin-bottom: 4px !important;
}



div.my-2.mx-auto.w-28.h-0.border-2.border-primary.home-block-line {
  display: none !important;
}



.product-price-top {
  justify-content: center !important;
}

#about-3 a.btn.group {
  background-color: #4c0914 !important;
  color: #fff !important;
  border-radius: 5px !important;
}

/* توسيط كل النصوص */
body, p, h1, h2, h3, h4, h5, h6 {
  text-align: center !important;
}



/* إخفاء السعر */
.product-price.product-price-bottom {
  display: none !important;
}

/* إخفاء عنوان التعليقات */
h2.s-comments-title {
  display: none !important;
}


.special-product--3 .s-button-element,
.special-product--1 .s-button-element {
  background:#4c0914 !important;
  color:#fff !important;
  border-color:#4c0914 !important;
}

div.center-between:has(span.text-store-text-secondary) {
  display: none !important;
}


@media (max-width: 767px) {
  .fixed-products--1 .s-products-list-wrapper {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
  }

  .fixed-products--1 .product-card__image {
    height: 100px !important;   /* اضبط الارتفاع حسب اللي يناسبك */
    margin: 0 !important;
    padding: 0 !important;
  }

  .fixed-products--1 .product-card__image img {
    height: 100% !important;
    width: auto !important;
    object-fit: contain !important;
  }

  .fixed-products--1 .product-card__content {
    margin: 0 !important;
    padding: 5px 0 0 0 !important; /* يقلل المسافة فوق النص */
  }
}