:root {
  --primary-color: #9c865d;
  --secondary-color: #e4ddd1;
}
.content {
  height: clamp(14rem, 12.5842rem + 6.0408vw, 18.625rem);
}
div.category_img > img{
  border-radius: 50% !important
}
 
.slide-menu-ul-li .menu-link {
  display: flex;
  align-items: center;
  gap: 10px;
}
 
.slide-menu-ul-li .menu-link::before {
  content: "";
  display: inline-block;
  width: 35px;
  height: 35px;
  flex-shrink: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
}
 
a.menu-link[href="/"]::before {
  background-image: url("https://media.zid.store/bac1bbc4-5444-4083-bbf2-0b9b9d62512c/88d1f572-3f18-432d-afa9-deeb05cdd888.png");
}
 
a.menu-link[href="/categories/1558006"]::before {
  background-image: url('https://media.zid.store/bac1bbc4-5444-4083-bbf2-0b9b9d62512c/9a3e4e06-d2c2-4e2b-a39c-0631890a7484.jpg');
}
 
a.menu-link[href="/categories/1567260"]::before {
  background-image: url("https://media.zid.store/bac1bbc4-5444-4083-bbf2-0b9b9d62512c/6ac72b7f-e476-4782-9224-4dddebc0b16a.jpg");
}

a.menu-link[href="/categories/1570942"]::before {
  background-image: url("https://media.zid.store/bac1bbc4-5444-4083-bbf2-0b9b9d62512c/b3bd7558-d4e1-4e9b-b0c1-053724061e1b.png");
}
a.menu-link[href="/categories/1567264"]::before {
  background-image: url("https://media.zid.store/bac1bbc4-5444-4083-bbf2-0b9b9d62512c/544383dc-a279-4dfb-9276-20756d61e9aa.png");
}
a.menu-link[href="/https://wahat-alzaan.com"]::before {
  background-image: url("https://i.imgur.com/8qBKnMr.png");
}
li.slide-menu-ul-li a[href="/shipping-and-payment"]::before {
  content: "";
  display: inline-block;
  width: 35px;
  height: 35px;
  flex-shrink: 0;
  margin-left: 10px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
  background-image: url("https://as1.ftcdn.net/jpg/01/05/29/62/1000_F_105296201_0ps5e3A3oA9oTIauwRNXTrDIVL2VOwNF.webp");
}
 
a[href="/shipping-and-payment"] {
  display: flex;
  align-items: center;
}

.titles {
  text-align: center;
  margin-bottom: 35px;
  margin-top: 25px;
}
 
.titles .section_title {
  position: relative;
  display: inline-block;
  margin-bottom: 0;
  padding-bottom: 22px;
  
}
.titles {
    display: block !important;
  }
 
/* الخط مع فجوة بالمنتصف لمكان المعيّن */
.titles .section_title::after {
  content: "";
  position: absolute;
  bottom: 4px;
  left: 50%;
  transform: translateX(-50%);
  width: 110px;
  height: 1px;
  background: linear-gradient(
    to right,
    transparent,
    #000 35%,
    transparent 35%,
    transparent 65%,
    #000 65%,
    transparent
  );
}
 
/* المعيّن الصغير في منتصف الخط */
.titles .section_title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  width: 9px;
  height: 9px;
  border: 1.5px solid #000;
  background: #000;
}

/* شارة "شحن مجاني" */
.custom_badge {
  right: -2px !important;
  top: 14px !important;
  left: auto !important;
}

.product-item {
  padding: 0px !important;
  overflow: hidden;
}
/* محتوى البطاقة السفلي */
.card-inner-content {
  padding: 14px 14px 16px;
  position: static !important;
  width: 100% !important;
}

/* اسم المنتج */
.product-card-name span {
  font-size: 16px;
  font-weight: 500;
  color: var(--color-text-primary);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  margin-bottom: 12px;
}

@media (max-width: 768px) {
  body[data-template="home"] .content {
    height: clamp(22rem, 20rem + 10vw, 30rem);
  }

  .card-inner-content {
    padding: 3px 3px 5px;
  }
  .product-card-add-to-cart, .finish-buy-btn {
    padding: 5px 0 !important;
  font-size: 12px !important;
  }
  .badge-name {
    right: 8px !important;
  }
}

/* زر "أضف إلى السلة" */
.product-card-add-to-cart , .finish-buy-btn {
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: var(--primary-color) !important;
  color: #fff !important;
  border: none !important;
  border-radius: 12px !important;
  width: 100%;
  padding: 11px 0 !important;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  margin-bottom: 10px;
  text-decoration: none;
}

.product-card-add-to-cart:hover , .finish-buy-btn:hover{
  background: var(--secondary-color) !important;
  color: #000 !important;

}

.quick-view-btn , .wishlist-link{
  color:#fff !important;
}

.comparison-trigger i, .add-to-wishlist, .product-item .add-to-wishlist, .product-item .quick-view {
  border: 0px solid #fff !important;
  border-radius: 50% !important;
background-color: var(--primary-color) !important;
}

.card-actions {
  right: auto !important;
  top: 13px !important;
  left: 13px !important;
}

.card-inner-content {
  background-color: var(--secondary-color);
  border-radius: 12px;
}

.category_img img {
border: 2px solid var(--primary-color);
}
.product-item{
border: 1px solid var(--primary-color);
}
.category_img {
  max-width: 89% !important;
}

#l_main_banner {
  & .img_bg_banner {
    height: auto !important;
  }
}

@media (max-width: 768px) {
  #l_main_banner.img_bg_banner,
  #l_main_banner #l_main_banner .img_bg_banner,
  body #l_main_banner .img_bg_banner {
    height: auto !important;
  }

  body #l_main_banner .div-img-parent {
    height: auto !important;
  }
}

@media (max-width: 768px) {
  #l_main_banner .swiper-slide .div-img-parent,
  #l_main_banner .swiper-slide .div-img-parent picture {
    height: auto !important;
    display: block;
  }

  #l_main_banner .swiper-slide .div-img-parent img.img_bg_banner {
    width: 100%;
    height: auto !important;
    display: block;
  }
}

@media (max-width: 768px) {
  html body #l_main_banner .swiper-slide.swiper-slide-active .div-img-parent {
    height: auto !important;
    min-height: unset !important;
    max-height: unset !important;
  }
}
#l_main_banner {
  & .div-img-parent {
    height: auto !important;
  }
}



@media (max-width: 768px) {
  .slider-banner .div-img-parent {
    display: block !important;
    height: auto !important;
  }}

section#l_category_productsd8ecd386-5675-4d24-af35-094ce3a90b41{
  margin-bottom: 50px !important;
}
object-position: center top; /* keeps top of image visible */



/* Fix floating WhatsApp button - force display */
#floating-whatsapp {
      display: block !important;
      position: fixed !important;
      bottom: 20px !important;
      right: 20px !important;
      z-index: 999999 !important;
      cursor: pointer !important;
      width: 60px !important;
      height: 60px !important;
      border-radius: 50% !important;
      background-color: #25D366 !important;
      box-shadow: 0 4px 12px rgba(0,0,0,0.3) !important;
      display: flex !important;
      align-items: center !important;
      justify-content: center !important;
}