/* attic-listing-v1.css v3 - beige dotted placeholder for product cards to match categories */
.breadcrumb-bar{display:block;background:#fff;padding:10px 0;margin:0;border-bottom:1px solid #e8e0d5;font-size:13.5px}
.breadcrumb-bar a{color:#771c4d;font-weight:600;text-decoration:none}
.cat-header{background:#5e432c;color:white;padding:18px 0 20px 0;margin:0}
.cat-header h1{color:white;font-weight:900;font-size:28px;margin:0}
.cat-header p{margin:6px 0 0 0;color:#e9d5b8;font-size:14px}
.cat-grid-wrap{padding-top:14px}
.cat-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}
@media(min-width:768px){.cat-grid{grid-template-columns:repeat(3,1fr)}}
@media(min-width:992px){.cat-grid{grid-template-columns:repeat(5,1fr)}}
.cat-card{background:#fff;border:1px solid #e5e5e5;border-radius:14px;overflow:hidden;height:100%;display:flex;flex-direction:column;text-decoration:none!important;color:#111}
.cat-card-img{background:#f6f1eb;height:150px;display:flex;align-items:center;justify-content:center;padding:12px}
.cat-card-body{padding:12px 14px;flex:1;display:flex;flex-direction:column}
.cat-card-title{font-size:15px;font-weight:800;line-height:1.3;margin:0 0 6px;color:#111}
.cat-card-count{font-size:12px;color:#6b7280;font-weight:600;margin-top:auto}
.no-photo-box{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#efe8de;border:2px dashed #c9b8a0;border-radius:10px;color:#8b6b4e;text-align:center;padding:12px}
.no-photo-box .icon{font-size:28px;margin-bottom:6px}
.no-photo-box .txt{font-size:11px;font-weight:700;text-transform:uppercase;line-height:1.2}
.product-card{background:#fff;border:1px solid #e5e5e5;border-radius:12px;overflow:hidden;text-decoration:none;color:#111;display:block;height:100%}
.product-card-img{height:190px;display:flex;padding:12px;background:#f6f1eb;align-items:center;justify-content:center}
.product-card-body{padding:12px}
.price-row{display:flex;justify-content:space-between;align-items:center;margin-top:8px}
.price-val{font-weight:900}
.qty-badge{font-size:11px;font-weight:700;color:#666;background:#f3f3f3;border:1px solid #e5e5e5;border-radius:999px;padding:2px 8px;white-space:nowrap}
.qty-badge.low{background:#fff3f3;border-color:#e5c0c0;color:#a00}
.no-image-placeholder{width:100%;height:100%;min-height:190px;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#efe8de;border:2px dashed #c9b8a0;border-radius:10px;color:#8b6b4e;text-align:center;padding:12px}
.no-image-placeholder .icon{font-size:28px;margin-bottom:6px}
.no-image-placeholder .text{font-size:11px;font-weight:700;text-transform:uppercase;line-height:1.2}
