/* Styles v2 */
.strivex-filter .filter-row{margin-bottom:10px;}
.strivex-filter input[type="text"], .strivex-filter input[type="number"], .strivex-filter select{width:100%;padding:8px;border:1px solid #ddd;border-radius:4px;box-sizing:border-box;}
.strivex-loader{position:relative;text-align:center;margin-bottom:10px;}
.strivex-spinner{display:inline-block;width:36px;height:36px;border-radius:50%;border:4px solid rgba(0,0,0,0.08);border-top-color:rgba(0,0,0,0.6);animation:spin 0.8s linear infinite;margin:10px auto;}
@keyframes spin{to{transform:rotate(360deg);}}

/* Loader overlay on the product grid */
.products.elementor-grid.strivex-loading{opacity:0.4;position:relative;pointer-events:none;}
.products.elementor-grid.strivex-loading::after{content:'';position:absolute;left:50%;top:50%;width:48px;height:48px;margin-left:-24px;margin-top:-24px;border-radius:50%;border:4px solid rgba(0,0,0,0.08);border-top-color:rgba(0,0,0,0.6);animation:spin 0.8s linear infinite;}

/* Category checkbox styles */
.strivex-cats-wrap{max-height:220px;overflow:auto;padding:6px;border:1px solid #eee;border-radius:4px;}
.strivex-cat{display:block;margin-bottom:6px;font-size:14px;}
.products.elementor-grid .no-products{list-style:none;padding:20px;text-align:center;width:100%;display:block;}
