.category_bg{background-image:url(/images/bn.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;height:100vh;text-align:center;align-items:center;padding:20px}.category_bg,.category_div{display:flex;justify-content:center}.category_div{padding-inline:200px;gap:24px;flex-wrap:wrap}.category_card{display:flex;align-items:center;justify-content:center;background-color:#ac7474;opacity:.9;color:white;padding:30px;border-radius:8px;font-size:1.2rem;font-weight:700;text-align:center;cursor:pointer;transition:all .3s ease-in-out;height:150px;width:200px}.category_card:hover{background-color:#b62323;transform:translateY(-5px);box-shadow:0 5px 15px rgba(0,0,0,.1)}@media (max-width:600px){.category_div{flex-direction:column;gap:10px;padding-inline:20px}.category_card{width:100%}}.main_div{background-color:#f9f9f9;min-height:100vh;padding:40px 20px;display:flex;justify-content:center}.content_wrapper{width:100%;max-width:1200px}.page_title{font-size:2rem;font-weight:800;margin-bottom:40px;color:#222;text-align:center}.list_div{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));grid-gap:32px;gap:32px;justify-items:center}.product_card{display:flex;flex-direction:column;background:white;color:#222;padding:20px;border-radius:12px;width:100%;max-width:300px;box-shadow:0 4px 12px rgba(0,0,0,.1);transition:transform .2s;gap:10px;text-align:left}.product_card:hover{transform:translateY(-5px);box-shadow:0 8px 20px rgba(0,0,0,.15)}.product_card .price{color:#d62828;font-weight:700}.product_card .stock{font-size:.9rem;font-weight:600}.product_card .in-stock{color:green}.product_card .out-of-stock{color:red}.category_title{font-size:2.5rem;font-weight:800;color:white;margin-bottom:40px;text-align:center;text-shadow:0 2px 6px rgba(0,0,0,.3)}.product-image{aspect-ratio:auto;width:100%;object-fit:contain}