.slider-nav {
  display: flex;
  gap: 12px;
}
.pop-swiper-btn {
  width: 48px !important;
  height: 48px !important;
  background-color: #f5f5f5 !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer !important;
  transition: all 0.3s ease;
}
.pop-swiper-btn:hover {
  background-color: #ff8c40 !important;
}
.pop-swiper-btn img {
  width: 22px !important;
  height: 22px !important;
}
.pop-swiper-btn:hover img {
  filter: brightness(0) invert(1);
}
.domderaz-product-card {
  display: flex;
  flex-direction: column;
  width: 100% !important;
  max-width: 360px;
  height: 400px !important;
  padding: 10px;
  border: 2px solid #e4e4e4;
  border-radius: 15px;
  background: #fff;
  position: relative;
  box-sizing: border-box;
  transition: border-color 0.3s ease;
}
.domderaz-product-card:hover {
  border-color: #ff8c40;
}
.card-image-box {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  border: 1px solid #e4e4e4;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 10px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: border-color 0.3s ease;
}
.domderaz-product-card:hover .card-image-box {
  border-color: #ff8c40;
}
.main-thumbnail,
.hover-thumbnail {
  position: absolute;
  width: 180px !important;
  height: 180px !important;
  object-fit: contain;
  transition: opacity 0.3s ease;
}
.hover-thumbnail {
  opacity: 0;
  z-index: 2;
}
.domderaz-product-card:hover .hover-thumbnail {
  opacity: 1;
}
.domderaz-product-card:hover .main-thumbnail {
  opacity: 0;
}
.card-floating-actions {
  position: absolute;
  top: 10px;
  left: 15px;
  z-index: 10;
}
.action-btn {
  width: 28px !important;
  height: 28px !important;
  display: block;
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.action-btn:hover {
  transform: scale(1.3);
}
.card-content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 0;
}
.card-product-title {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
  margin-top: 10px;
  margin-bottom: auto;
  width: 100%;
  text-align: justify;
  text-align-last: right;
  direction: rtl;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.card-product-title a {
  color: #333;
  text-decoration: none;
  display: inline;
}
.card-product-footer {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: auto;
  padding: 30px 0 0 0;
  border-top: 1px solid #f9f9f9;
}
.card-price-column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: right;
}
.currency-label {
  font-size: 11px;
  color: #929292;
  margin-bottom: 2px;
}
.price-row {
  display: flex;
  align-items: center;
  gap: 8px;
}
.price-row ins {
  text-decoration: none;
  font-size: 17px;
  font-weight: 800;
  color: #ff8c40;
}
.price-row del {
  font-size: 12px;
  color: #ccc;
  text-decoration: line-through;
}
.card-discount-badge {
  background: #ff8c40;
  color: #fff;
  padding: 2px 8px;
  border-radius: 6px;
  font-weight: 700;
  font-size: 13px;
}
.popular-products-section {
  padding-top: 20px !important;
}

/* حذف افکت بالا آمدن از کارت‌های محصول */
.domderaz-product-card:hover {
  transform: none !important; /* جلوگیری از جابجایی */
  box-shadow: none !important; /* جلوگیری از سایه شدید (اختیاری) */
  border-color: #ff8c40; /* فقط تغییر رنگ کادر باقی بماند */
}

/* حذف افکت بالا آمدن از کارت‌های دسته‌بندی */
.cat-card:hover {
  transform: none !important;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05); /* سایه خیلی ملایم بدون حرکت */
}
