#products-grid{display:flex;flex-wrap:wrap;gap:16px}.product-item{flex:0 0 calc(20% - 16px);max-width:220px;cursor:pointer;padding:6px;background:#fff;transition:box-shadow 0.3s,transform 0.3s;border:1px solid #f0f0f0;border-radius:4px;box-sizing:border-box}.product-item:hover{box-shadow:0 4px 12px rgb(0 0 0 / .15);transform:translateY(-4px)}.product-image-container{position:relative;overflow:hidden;border-radius:4px}.product-thumb{width:100%;display:block;border-radius:4px}.variation-overlay{position:absolute;bottom:0;left:0;width:100%;background:rgb(255 0 0 / .5);color:#fff;text-align:center;padding:2px 0;font-size:10px}#mprs-filters{margin-bottom:20px}#mprs-filters input,#mprs-filters select{margin-right:10px;padding:6px 8px}.mprs-sort-buttons{display:flex;justify-content:center;align-items:center;gap:12px;width:100%;padding:6px;border-radius:999px;position:relative}.mprs-sort-buttons.is-loading .mprs-sort-button{opacity:.6;cursor:wait}.mprs-grid-area{position:relative;min-height:240px}.mprs-loading{position:absolute;top:50%;left:50%;width:64px;height:64px;margin:0;transform:translate(-50%,-50%);display:none;pointer-events:none;z-index:5}.mprs-loading::after{content:'';display:block;width:100%;height:100%;border-radius:50%;border:6px solid rgb(0 0 0 / .15);border-top-color:#0073aa;animation:mprs-spin 0.9s linear infinite}.mprs-loading .mprs-loading-label{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}@keyframes mprs-spin{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}.mprs-sort-button{border:none;background:#fff0;padding:10px 32px;min-width:160px;cursor:pointer;border-radius:999px;font-weight:600;color:#4a4a4a;transition:background 0.2s ease,color 0.2s ease,box-shadow 0.2s ease;text-align:center}.mprs-sort-button.is-active{background:linear-gradient(135deg,#0073aa,#00aadc);color:#fff;box-shadow:0 4px 12px rgb(0 115 170 / .35)}.mprs-sort-button:not(.is-active):hover{background:rgb(0 0 0 / .05);color:#111}.mprs-loading{margin-top:20px;text-align:center;font-style:italic}.mprs-empty{width:100%;text-align:center;font-style:italic}#product-modal{position:fixed;top:0;left:0;width:100%;height:100%;background:rgb(0 0 0 / .5);z-index:9999;display:none}#product-modal.active{display:block}#modal-content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:#fff;padding:20px;max-width:600px;width:90%;border-radius:4px;box-sizing:border-box}#modal-close{position:absolute;top:10px;right:20px;cursor:pointer;font-size:20px}@media (max-width:1024px){.product-item{flex:0 0 calc(25% - 16px);max-width:none}}@media (max-width:768px){.product-item{flex:0 0 calc(33.333% - 12px)}}@media (max-width:480px){#products-grid{gap:12px}.product-item{flex:0 0 calc(33.333% - 12px);padding:4px}}