.elementor-11136 .elementor-element.elementor-element-d828e4d{--display:flex;}.elementor-11136 .elementor-element.elementor-element-aab5e63{--display:flex;}.elementor-11136 .elementor-element.elementor-element-2bdaa39{--spacer-size:200px;}/* Start custom CSS for wd_products, class: .elementor-element-52c2ba0 *//* Enable flex ordering on Woodmart products grid */
.products.wd-products {
    display: flex !important;
    flex-wrap: wrap;
}

/* Make each product behave as a flex item */
.products.wd-products .product {
    flex: 1 1 calc(25% - 20px); /* 4 columns */
    order: 999; /* default order */
}

/* ----- CUSTOM ORDER START ----- */

/* 1. ஜோதிடம் – ID 11008 */
.products .product[data-id="11008"] {
    order: 1;
}

/* 2. நியூமராலஜி – ID 11013 */
.products .product[data-id="11013"] {
    order: 2;
}

/* 3. பஞ்சபட்சி – ID 11015 */
.products .product[data-id="11015"] {
    order: 3;
}

/* 4. காதல் சதுரங்கம் – ID 10992 */
.products .product[data-id="10992"] {
    order: 4;
}

/* ----- CUSTOM ORDER END ----- */

/* Fix spacing */
.products.wd-products {
    gap: 20px;
}/* End custom CSS */