.product-badges{position:absolute;top:10px;left:10px;display:grid;gap:5px;align-items:start;z-index:2}.product-badge{display:inline-flex;width:max-content;align-items:center;gap:4px;padding:6px 8px;border-radius:7px;color:#fff;font-size:9px;line-height:1;font-weight:900;letter-spacing:.25px;box-shadow:0 4px 10px #13241b25}.badge-sale{background:linear-gradient(100deg,#ed4d45,#c92039)}.badge-bulk{background:linear-gradient(100deg,#1d8b63,#0f6248)}.badge-status{background:#142b22}.favorite-button{position:absolute;top:10px;right:10px;z-index:3;display:flex;align-items:center;gap:4px;min-width:39px;height:35px;padding:0 9px;border:1px solid #e6ebe3;border-radius:20px;background:#fffc;color:#42534a;box-shadow:0 5px 12px #10251d17;cursor:pointer;transition:transform .18s,color .18s,background .18s}.favorite-button:hover{transform:translateY(-2px)}.favorite-button.saved{color:#d74251;background:#fff4f5;border-color:#f4cdd3}.favorite-button small{font:800 9px 'DM Sans'}.product-price-row{display:flex;align-items:center;justify-content:space-between;gap:5px}.bulk-hint{color:#23835e;font-size:9px;font-weight:800}.no-products{grid-column:1/-1;padding:50px 15px;text-align:center;background:#fff;border:1px dashed #cfdccf;border-radius:13px;color:#66756d}.no-products i{font-size:30px;color:#d7505a}.no-products h3{margin:10px 0 3px;color:#20352b}.no-products p{margin:0;font-size:12px}@media(max-width:800px){.product-badges{top:7px;left:7px;gap:4px}.product-badge{padding:5px 6px;font-size:7px;border-radius:5px}.favorite-button{top:7px;right:7px;min-width:33px;height:29px;padding:0 7px}.favorite-button small{font-size:8px}.bulk-hint{display:none}}
