.category-products-marketplace{grid-template-columns:270px minmax(0,1fr);align-items:start;gap:20px;display:grid}.category-filter-panel{background:#fff;border:1px solid #e9dfd1;border-radius:17px;padding:23px;position:sticky;top:20px;box-shadow:0 14px 35px #251b0e0f}.category-filter-heading{margin-bottom:23px}.category-filter-heading>span,.category-products-label{color:#b67d29;letter-spacing:.15em;text-transform:uppercase;font-size:10px;font-weight:800}.category-filter-heading h2{margin:5px 0 0;font-family:Georgia,Times New Roman,serif;font-size:24px;font-weight:500}.category-filter-field,.category-price-filter{flex-direction:column;gap:8px;margin-bottom:20px;display:flex}.category-filter-field>span,.category-filter-title{color:#383128;font-size:12px;font-weight:800}.category-filter-field input,.category-price-filter input,.category-products-toolbar select{color:#25211b;min-width:0;font:inherit;background:#fbfaf7;border:1px solid #ddd3c5;border-radius:10px;outline:none;padding:12px 13px}.category-filter-field input:focus,.category-price-filter input:focus,.category-products-toolbar select:focus{border-color:#b98230;box-shadow:0 0 0 3px #b982301f}.category-price-filter>div{grid-template-columns:1fr 1fr;gap:8px;display:grid}.category-available-filter{color:#3c352c;cursor:pointer;align-items:center;gap:10px;margin:5px 0 21px;font-size:13px;font-weight:700;display:flex}.category-available-filter input{accent-color:#b67d29;width:18px;height:18px}.category-reset-button{color:#e6bf78;cursor:pointer;background:#171717;border:0;border-radius:10px;width:100%;min-height:43px;font-weight:800}.category-reset-button:disabled{color:#a39b90;cursor:default;background:#eeeae4}.category-products-content{min-width:0}.category-products-toolbar{background:#fff;border:1px solid #e9dfd1;border-radius:14px;justify-content:space-between;align-items:center;gap:18px;min-height:73px;margin-bottom:18px;padding:14px 18px;display:flex}.category-products-toolbar>div{flex-direction:column;gap:5px;display:flex}.category-products-toolbar strong{font-size:15px}.category-products-toolbar select{background-color:#fff;min-width:210px}.category-products-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;display:grid}.category-products-grid .product-card{min-width:0;margin:0}.category-products-grid .product-image img{object-fit:cover;width:100%;height:250px}.category-products-empty{text-align:center;background:#fff;border:1px solid #e9dfd1;border-radius:18px;flex-direction:column;justify-content:center;align-items:center;min-height:360px;padding:40px;display:flex}.category-products-empty>span{color:#b98230;font-size:58px}.category-products-empty h3{margin:13px 0 6px;font-family:Georgia,Times New Roman,serif;font-size:27px}.category-products-empty p{color:#8a8072;margin:0}.category-products-empty button{color:#17110a;cursor:pointer;background:linear-gradient(135deg,#efd08d,#b57a27);border:0;border-radius:10px;margin-top:20px;padding:12px 20px;font-weight:800}@media (max-width:1250px){.category-products-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:900px){.category-products-marketplace{grid-template-columns:1fr}.category-filter-panel{position:static}.category-products-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:600px){.category-filter-panel{padding:18px}.category-products-toolbar{flex-direction:column;align-items:stretch}.category-products-toolbar select{width:100%;min-width:0}.category-products-grid{gap:10px}.category-products-grid .product-image img{height:205px}}
