.alo-category-block {
  border-radius: 16px !important;
  margin-bottom: 60px !important;
  box-shadow: 0px 7px 14px 4px var(--color-shadow);
  background: var(--color-background-light) !important;
}

.swiper-wrapper {
  margin: 0px 20px;
}

.alo-category-block .swiper-wrapper {
  margin: 30px !important;
  /* فاصله از لبه‌ها */
}

/* عنوان دسته */
.alo-cat-title {
  font-size: 1.4rem !important;
  padding: 15px !important;
  text-align: center !important;
  color: var(--color-primary) !important;
  border-bottom: 2px solid var(--color-primary) !important;
  margin-bottom: 0% !important;
}

/* ---------- کارت پست ---------- */
.elementor-post__card {
  box-shadow: 0px 7px 14px 4px var(--color-shadow) !important;
}

.elementor-post__read-more:hover {
  color: var(--color-primary) !important;
}

/* ---------- کارت محصول ---------- */
.alo-product {
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between !important;
  min-height: 380px !important;
  /* دسکتاپ */
  background: var(--color-background-light);
  padding: 14px !important;
  border-radius: 14px !important;
  text-align: center !important;
  box-shadow: 0px 7px 14px 4px var(--color-shadow) !important;
  transition: transform 0.25s ease, box-shadow 0.25s ease !important;
  position: relative !important;
}

.alo-product-img {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 200px !important;
  margin-bottom: 10px !important;
  border-bottom: 1px solid var(--color-primary) !important;
  padding-bottom: 10px !important;
  border-radius: 10px;
}

.alo-product img {
  max-width: 100% !important;
  max-height: 100% !important;
  width: auto !important;
  object-fit: contain !important;
  border-radius: 12px !important;
}

/* badge فروش ویژه */
.alo-badge {
  position: absolute !important;
  top: 12px !important;
  right: 12px !important;
  background: var(--color-alarm) !important;
  color: #fff !important;
  padding: 4px 8px !important;
  border-radius: 8px !important;
  font-size: 0.82rem !important;
  z-index: 5 !important;
}

/* عنوان و چینش */
.alo-product-title {
  font-size: 1rem !important;
  font-weight: 600 !important;
  margin: 12px 0 6px !important;
  text-align: center !important;
  color: var(--color-primary) !important;
}

/* قیمت */
.alo-price {
  margin: 8px 0 12px !important;
  text-align: center !important;
}

.alo-regular-price {
  text-decoration: line-through !important;
  color: var(--color-alarm) !important;
  margin-left: 6px !important;
  display: inline-block !important;
}

.alo-sale-price {
  color: var(--color-success) !important;
  font-weight: 700 !important;
  font-size: 1rem !important;
  display: inline-block !important;
}

/* ---------- دکمه افزودن به سبد ---------- */
.alo-product .alo-add-btn,
.alo-product .button.add_to_cart_button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 6px !important;
  background: var(--color-primary) !important;
  color: #fff !important;
  border-radius: 40px !important;
  font-size: 0.9rem !important;
  font-weight: 500 !important;
  text-decoration: none !important;
  border: none !important;
  cursor: pointer !important;
  transition: background .2s ease, transform .12s ease !important;
  box-shadow: 0px 7px 14px 4px var(--color-shadow) !important;
  box-sizing: border-box !important;

  /* ابعاد ثابت */
  height: 42px !important;
  min-width: 160px !important;
  padding: 0 16px !important;
}

.alo-product .alo-add-btn i.fas,
.alo-product .alo-add-btn i.fa {
  font-size: 1rem !important;
  line-height: 1 !important;
  flex-shrink: 0 !important;
}

.alo-product .alo-add-btn:hover {
  background: var(--color-accent) !important;
  color: var(--color-primary) !important;
  transform: translateY(-2px) !important;
}

/* متن دکمه */
.alo-add-text .alo-text-mobile {
  display: none !important;
}

/* ---------- نسخه موبایل ---------- */
@media (max-width: 576px) {

  .alo-product .alo-add-btn,
  .alo-product .button.add_to_cart_button {
    height: 38px !important;
    min-width: 120px !important;
    padding: 0 12px !important;
    font-size: 0.8rem !important;
    gap: 4px !important;
  }

  .alo-product .alo-add-btn i.fas,
  .alo-product .alo-add-btn i.fa {
    font-size: 0.9rem !important;
  }

  /* تغییر متن در موبایل */
  .alo-add-text .alo-text-desktop {
    display: none !important;
  }

  .alo-add-text .alo-text-mobile {
    display: inline !important;
  }
}



/* پیام بدون محصول */
.alo-no-products {
  color: var(--color-secondary) !important;
  padding: 20px !important;
}

/* واکنش‌گرایی */
@media (max-width: 768px) {
  .alo-product-img {
    height: 200px !important;
  }

  .alo-cat-card {
    width: 110px !important;
    padding: 10px !important;
  }

  .alo-pro-prev {
    left: -10px !important;
  }

  .alo-pro-next {
    right: -10px !important;
  }

  .alo-product {
    min-height: 385px !important;
  }
}

/* جلوگیری از نمایش دکمه مشاهده سبد خرید */
.added_to_cart.wc-forward {
  display: none !important;
}