/* الخط */
:root {
  --primary-font: "Hacen-Tehran" !important;
}

body, * {
  font-weight: 400 !important;
}

/* لون الخط */
body, p, a, li, h1, h2, h3, h4, h5, h6 {
  color: #3c454e !important;
}

/* بطاقة المنتج */
.product-entry__content.h-full {
    padding-top: 100px;
}

a.product-entry__image-wrap {
    margin-bottom: -80px;
}

.product-card-img--portrait .product-entry__image-main {
    margin-bottom: -80px;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
}
.product-entry__content {
    background: #fff !important;
    border: 1px solid #F6AD1A;
    border-radius: 12px;
    padding: 12px;
}

.product-entry__image {
    z-index: 10; 
}

.product-entry__image-main {
    background: none !important;
}

.btn--wishlist {
  display: none !important;
}

@media (max-width: 768px) {
    .product-entry__image {
        top: -20px;
        overflow: visible !important;
    }
}

/*  العناوين الفرعية */
p.mb-4 {
    font-size: 16px;
    font-weight: bold;

}

/*  الازرار */
.s-button-btn.s-button-primary {
    background-color: #3C454E !important; /* رمادي */
    border-color: #3C454E !important;
    color: #fff !important;
}

.s-button-btn.s-button-primary .s-button-text {
    color: #fff !important;
}

.s-button-btn.s-button-primary i {
    color: #fff !important;
}

/*  التصنيفات */
#main-links-2 .swiper-slide,
#main-links-3 .swiper-slide {
    background: transparent !important;
    padding: 6px !important;
    box-sizing: border-box;
}

#main-links-2 .slide--cat-entry,
#main-links-3 .slide--cat-entry {
    background: #fff !important;
    border: 1px solid #F6AD1A !important;
    border-radius: 12px !important;
    overflow: hidden !important;
    display: block !important;
    width: 100%;
    height: 100%;
    padding: 10px;
}

/*  الصور داخل التصنيفات  */
#main-links-2 img,
#main-links-3 img {
transform: scale(1.3);
}

/* في حال لو أبي أكبر البطاقة نفسها
#main-links-2 .swiper-slide,
#main-links-3 .swiper-slide {
    width: 170px !important;
} */


/* إضاقة النحلة*/ 
.right-side:not(.mobile-main-nav) {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.right-side h2 {
    display: block !important;
    position: relative;
}

.right-side h2::after {
    content: "";
    display: block;
    width: 45px;
    height: 45px;
    margin: 8px auto 0;
    background: url("https://media.zid.store/aeb86232-0cd6-4cbb-8d78-449490b008f6/a8d82215-6800-4297-ab69-ab983f55fbfb.svg") no-repeat center;
    background-size: contain;
}

/* إخفاء النحلة من التصنيفات*/ 
.right-side h2.no-bee::after {
    display: none !important;
}
 
/* ظهور  نص عند تطبيق كوبون خصم*/ 
.coupon-done-message {
  display: block !important;
  color: #16a34a !important;
  font-size: 15px;
  font-weight: 700;
  margin: 10px 0 15px;
  text-align: right;
}