/* -------------------- فروشگاه -------------------- */
/* ---------- بخش دسته‌ها (بلاک‌ها) ---------- */

.alo-category-block:nth-child(even) {
  background: var(--color-background-light) !important;
}

.alo-category-block:nth-child(even) .alo-product {
  background: #ffffff !important;
}

.alo-category-block:nth-child(odd) {
  background: #ffffff !important;
}

.alo-category-block:nth-child(odd) .alo-product {
  background: var(--color-background-light) !important;
}

