#products-area.loading,#auto-products-area.loading{position:relative;min-height:200px}#products-area.loading::after,#auto-products-area.loading::after{content:"";position:absolute;top:50%;left:50%;width:40px;height:40px;margin:-20px 0 0 -20px;border:4px solid #ccc;border-top-color:#333;border-radius:50%;animation:spin .8s linear infinite}.products-grid{opacity:0;transition:opacity .5s ease-in-out}.products-grid.loaded{opacity:1}#active-filters .filter-pill{display:inline-block;background:#f5cfe3;color:#000;padding:4px 10px;border-radius:20px;font-size:14px;margin:0 5px 5px 0;cursor:pointer}#active-filters .filter-pill span{margin-left:6px;font-weight:700;cursor:pointer}#active-filters .filter-pill{display:inline-block;background:#f5cfe3;color:#000;padding:4px 10px;border-radius:20px;font-size:14px;margin:0 5px 5px 0}.ajax-pagination{display:flex;justify-content:space-between;margin-top:20px}.ajax-pagination button{padding:8px 16px;background:#333;color:#fff;border:none;border-radius:5px;cursor:pointer}.ajax-pagination button:disabled{background:#ccc;cursor:not-allowed}.cat-tab{flex:0 0 auto;padding:10px 15px;margin:0 5px;white-space:nowrap}.tab-arrow{background:#0073aa;color:#fff;border:none;padding:5px 10px;cursor:pointer;border-radius:4px;display:none}@media (max-width:768px){.tab-arrow{display:block}.cat-tab{min-width:100%;text-align:center}}