/* الروابط */
a {
  color: #000;
  text-decoration: none;
}body {
   
    background-color: #f5f5f5;
}.s-product-card-vertical {
    flex-direction: column;
    border:1px solid #e0e7d3;
}@media (min-width: 1024px) {
    .store-footer__inner {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }
}
a:hover {
  text-decoration: underline;
}.s-button-btn, .s-price-range-number-input {
    border-radius: 0rem;
    background-color: #ffffff;
    color: #95c340;
    border-width: 1px;
    border-color: rgb(239 237 237);

}@media (min-width: 1024px) {
    .top-navbar {
        padding-top: 0.375rem;
        padding-bottom: 0.375rem;
        background-color: #95c340;
    }
}top-navbar {
    display: flex
;
    min-height: 48px;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    background-color: #95c340;
}.s-product-card-content {
    text-align: center;
    padding: 10px 5px;

    border-radius: 0rem;
      background-color: #fffefe;

}.s-product-card-content-sub {
    justify-content: flex-start;
    gap: 0.75rem;
    text-align-last: center;
    justify-self: anchor-center;
    display: table-cell;
}
.footer-logo {
    text-align: center;
    margin-bottom: 10px;
    justify-self: anchor-center;
}.custom-footer {
    background-color: #9cc34c;
    color: #fff;
    padding: 40px 20px 20px;
    font-family: 'Cairo', sans-serif;
    font-size: 14px;
    direction: rtl;
    /* justify-self: anchor-center; */
    text-align-last: center;
}.payment-icons {
    display: flex
;
    flex-wrap: wrap;
    gap: 10px;
    text-align-last: center;
    justify-self: anchor-center;
}
/* الهيدر */
.header, .site-header {
  background: rgba(255,255,255,0.9);
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

/* زر سلة متوافق */
.btn-primary, .product-card .btn.btn-primary {
  background-color: #b08d57 !important;
  color: #fff !important;
  border: none;
  padding: 0.75rem 1.5rem;
  border-radius: 4px;
}
.btn-primary:hover, .product-card .btn.btn-primary:hover {
  background-color: #a37c50 !important;
}

/* بطاقات المنتجات */
.product-card, .product-item, .product-box {
  border: 1px solid #eee;
  border-radius: 4px;
  overflow: hidden;
  transition: transform 0.3s, box-shadow 0.3s;
}
.product-card:hover, .product-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}
.product-card img, .product-item img {
  width: 100%;
  display: block;
}

/* التخطيط العام */
.container, .container-lg {
  max-width: 1200px;
  margin: 0 auto;
}


------
/* جعل صورة المنتج تغطي البطاقة بالكامل */
.s-product-card-image-cover {
  width: 100% !important;
  height: auto;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
  border-radius: 0 !important;
}

/* تأثير عند تحويم الماوس */
.s-product-card:hover .s-product-card-image-cover {
  transform: scale(1.03);
}

/* إزالة الحواف والظل من البطاقة لتصبح أنيقة */
.s-product-card {
  border: none !important;
  box-shadow: none !important;
  background: transparent !important;
  overflow: hidden;
}

/* توسيط النصوص وتحسين المظهر العام */
.s-product-card-content {
  text-align: center;
  padding: 10px 5px;
}

.s-product-card-title {
  font-size: 16px;
  font-weight: 600;
  margin: 10px 0 5px;
}.footer-is-light .store-footer .store-footer__inner {

    text-align-last: center;
}
.s-contacts-list {
    display: flex
;
    gap: 1rem;
    place-items: center;
}
.s-social-list {
    display: flex
;
    gap: 0.625rem;
    place-self: center;
}

.s-product-card-sale-price {
  font-size: 15px;
  color: #b08d57;
  font-weight: 600;
}

----