*{box-sizing:border-box;margin:0;padding:0}body{background-color:#f7f7f7;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;padding:20px}.container{margin:0 auto;max-width:1400px}.product-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));padding:20px 0}.product-card{background:#fff;border-radius:8px;box-shadow:0 1px 3px #00000014;cursor:pointer;overflow:hidden;position:relative;transition:transform .2s ease,box-shadow .2s ease}.product-card:hover{box-shadow:0 4px 12px #0000001f;transform:translateY(-2px)}.product-image{background:#f0f0f0;display:block;height:240px;object-fit:cover;width:100%}.product-info{padding:12px}.product-title{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#222;display:-webkit-box;font-size:13px;height:36px;line-height:1.4;margin-bottom:8px;overflow:hidden;text-overflow:ellipsis}.price-container{align-items:center;display:flex;justify-content:space-between;margin-top:8px}.product-price{color:#222;font-size:16px;font-weight:600}.stock-badge{border-radius:4px;display:inline-block;font-size:11px;font-weight:500;padding:3px 8px;white-space:nowrap}.stock-low{background-color:#d73502;color:#fff}.stock-medium{background-color:#fd7e14;color:#fff}.stock-high{background-color:#2b7d46;color:#fff}.digital-badge{background:#222222e6;border-radius:4px;color:#fff;font-size:11px;font-weight:500;left:8px;padding:4px 8px;position:absolute;top:8px;z-index:1}@media (max-width:768px){.product-grid{gap:12px;grid-template-columns:repeat(auto-fill,minmax(160px,1fr))}.product-image{height:180px}.product-info{padding:10px}.product-title{font-size:12px;height:32px}.product-price{font-size:14px}}
/*# sourceMappingURL=main.c3caa657.css.map*/