/* Add custom CSS styles below */ 
/* .main-nav-container {
    background-color: #657f2480;
} */
.product-card__buttons{
  display: none;
}

/* --- بداية الكود المصحح --- */

/* تعديلات الشعار والفوتر */
/* footer a.flex.items-center.justify-center[href*="rowa-care"] {
    background-image: url('https://cdn.salla.sa/GaGey/Vw26yxFDP67EbELcSuXQwnjsgZqimXTUFAJ5GX11.png');
    background-repeat: no-repeat;
    background-position: center center !important;
    background-size: contain;
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
    width: 150px; 
    height: 150px; 
}

footer a.flex.items-center.justify-center[href*="rowa-care"] img {
    opacity: 0 !important;
    visibility: hidden !important;
    width: 0 !important;
} */

/* footer .copyrights a, 
footer .footer-copyright a {
    background-image: none !important;
    width: auto !important;
    height: auto !important;
    display: inline !important;
} */


/* ترتيب عناصر الفوتر */
/* .store-footer__inner .container > div:nth-child(2) {
    order: 1 !important;
}
.store-footer__inner .container > div:nth-child(1) {
    order: 2 !important;
}
.store-footer__inner .container > div:nth-child(3) {
    order: 3 !important;
}

@media (min-width: 992px) {
    .store-footer__inner .container > div:nth-child(2) {
        text-align: right !important;
    }
}

@media (max-width: 991px) {
    .store-footer__inner .container > div:nth-child(2) {
        order: 1 !important;
        margin-bottom: 20px !important;
    }
    .store-footer__inner .container > div:nth-child(1) {
        order: 2 !important;
    }
} */

@media (min-width: 1024px) {
    .lg\:col-\[2\] {
        grid-column: auto !important;
    }
  .s-block__title h2 {
    /* color: #E0BF73; */
    font-size: 36px;
}
}

/* التواصل الاجتماعي */
.s-social-list  {
    color: #5E822D !important;
}
.s-social-list a:hover  {
    color: #E3C16B!important;
}
.s-social-list .s-social-link a{
  background-color: #E3C16B;
}
.s-social-list .s-social-link a:hover {
  background-color: #5E822D;
}

/* المنتجات */
.product-card__image img{
  background-color: white;
}
/* .border-primary{
  border-color: #E3C16B;
} */
.s-button-element{
  color: white;
  background-color: #5E822D;
}
.s-button-element:hover{
  color: #E3C16B;
  background-color: #5E822D;
}

.footer-list a{
  font-size: 15px;
}

/* !!!! تحذير !!!!
   تم تعطيل الأسطر التالية لأنها تخفي عناصر في كل المتجر
   إذا كنت تريد تفعيلها، يجب تحديد المكان بدقة
*/
/*
.gap-5{
  display: none;
}
.sm\:gap-4{
  display: none;
}
*/

@media (max-width: 991px) {
    body.product-single #karzoun-widget-send-button {
        margin-bottom: 60px !important;
    }
}

.s-quantity-input-container{
  border-color: #5E822D;
}
.btn--collapse{
  display: none;
}

@media (max-width: 991px) {
    h2, h3 {
        font-size: 15px; /* تمت إضافة الفاصلة المنقوطة */
    }
    li {
        font-size: 13px;
    }
    .leading-7 a{
        color: #5E822D;
    }
}

.product-card__image img {
    background-color: white;
}
.footer-is-custom .store-footer .footer-rights p {
    color: #657f24;
}