/* =========================
   WHY TAZDAN SECTION
========================= */

.tazdan-why-section {
  padding: 45px 16px 24px !important;
  background: #fffaf7 !important;
  direction: rtl !important;
}

.tazdan-why-item {
  height: 150px !important;
  min-height: 150px !important;
  max-height: 150px !important;
}

.tazdan-why-container {
  max-width: 1180px !important;
  margin: 0 auto !important;
  text-align: center !important;
}

.tazdan-why-title {
  font-size: 34px !important;
  font-weight: 800 !important;
  color: #2b1b18 !important;
  margin-bottom: 26px !important;
  line-height: 1.4 !important;
}

.tazdan-why-grid {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 18px !important;
}

/* Main card */
.tazdan-why-item {
  background: #ffffff !important;
  border-radius: 22px !important;
  padding: 16px 16px !important;
  min-height: 0 !important;
  height: auto !important;
  max-height: none !important;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06) !important;
  border: 1px solid rgba(43, 27, 24, 0.06) !important;
  transition: all 0.25s ease !important;
}

/* Force any Salla fixed item height off */
.tazdan-why-section .s-block--features__item,
.tazdan-why-section .s-block--fixed-banner__item,
.tazdan-why-section .s-block--fixed-products__item,
.tazdan-why-section .s-block--fixed-items__item,
.tazdan-why-section .fixed-item,
.tazdan-why-section .fixed-items,
.tazdan-why-section [class*="fixed"],
.tazdan-why-section [class*="features__item"] {
  min-height: 0 !important;
  height: auto !important;
  max-height: none !important;
  padding: 0 !important;
}

.tazdan-why-item:hover {
  transform: translateY(-4px) !important;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08) !important;
}

.tazdan-why-icon {
  width: 56px !important;
  height: 56px !important;
  min-height: 56px !important;
  margin: 0 auto 10px !important;
  border-radius: 50% !important;
  background: #f4e4dc !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.tazdan-why-icon svg {
  width: 28px !important;
  height: 28px !important;
  stroke: #2b1b18 !important;
  stroke-width: 1.8 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
}

.tazdan-why-item h3 {
  font-size: 18px !important;
  font-weight: 700 !important;
  color: #2b1b18 !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1.4 !important;
}

/* =========================
   CATEGORY CIRCLES SECTION
========================= */

.s-block--features {
  padding-top: 55px !important;
  padding-bottom: 35px !important;
  overflow: visible !important;
  position: relative !important;
  z-index: 1 !important;
}

.s-block--features .container,
.s-block--features__items {
  margin-top: 30px !important;
}

/* Remove original rectangular cards and fixed heights */
.s-block--features__item,
.s-block--features__item .feature-item,
.s-block--features__item [class*="fixed"],
.s-block--features__item [class*="item"] {
  background: transparent !important;
  box-shadow: none !important;
  border: none !important;
  padding: 0 !important;
  overflow: visible !important;
  position: relative !important;
  z-index: 1 !important;
  min-height: 0 !important;
  height: auto !important;
  max-height: none !important;
}

.custom-category-circle {
  width: 180px !important;
  height: 180px !important;
  border-radius: 50% !important;
  overflow: hidden !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: #fff !important;
  box-shadow: 0 14px 35px rgba(0,0,0,0.08) !important;
  margin: 0 auto 18px auto !important;
  position: relative !important;
  z-index: 1 !important;
  transition: all 0.3s ease !important;
}

.custom-category-circle:hover {
  transform: translateY(-5px) !important;
  box-shadow: 0 20px 45px rgba(0,0,0,0.12) !important;
}

.custom-category-circle img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
}

.custom-category-title {
  text-align: center !important;
  font-size: 24px !important;
  font-weight: 700 !important;
  color: #2b1b18 !important;
  line-height: 1.4 !important;
}

/* =========================
   MOBILE
========================= */

@media (max-width: 768px) {

  .tazdan-why-section {
    padding: 34px 14px 20px !important;
  }

  .tazdan-why-title {
    font-size: 26px !important;
    margin-bottom: 20px !important;
  }

  .tazdan-why-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 10px !important;
  }

  .tazdan-why-item {
    padding: 14px 10px !important;
    border-radius: 16px !important;
    min-height: 0 !important;
    height: auto !important;
  }

  .tazdan-why-icon {
    width: 48px !important;
    height: 48px !important;
    min-height: 48px !important;
    margin-bottom: 8px !important;
  }

  .tazdan-why-icon svg {
    width: 24px !important;
    height: 24px !important;
  }

  .tazdan-why-item h3 {
    font-size: 15px !important;
    line-height: 1.35 !important;
  }

  .s-block--features {
    padding-top: 35px !important;
  }

  .custom-category-circle {
    width: 135px !important;
    height: 135px !important;
  }

  .custom-category-title {
    font-size: 18px !important;
  }
}
/* =========================
   PRODUCT CARD IMAGE FIX
========================= */

.s-product-card-image,
.s-product-card-image img,
.s-product-card-image-contain,
.s-product-card-vertical .s-product-card-image {
  height: 280px !important;
  max-height: 280px !important;
  min-height: 280px !important;
}

.s-product-card-image img,
.s-product-card-image-contain img,
.s-product-card-vertical .s-product-card-image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  object-position: center center !important;
}

.s-product-card-content {
  padding-top: 12px !important;
}

.s-product-card-content-title {
  min-height: auto !important;
  height: auto !important;
  margin-bottom: 8px !important;
}

/* Mobile */
@media (max-width: 768px) {
  .s-product-card-image,
  .s-product-card-image img,
  .s-product-card-image-contain,
  .s-product-card-vertical .s-product-card-image {
    height: 230px !important;
    max-height: 230px !important;
    min-height: 230px !important;
  }

  .s-product-card-content-title {
    font-size: 18px !important;
    line-height: 1.4 !important;
  }
}