
.hikmah-categories{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px}
.hikmah-category{text-decoration:none;color:inherit;text-align:center}
.hikmah-category-image{aspect-ratio:3/4;background:#f5f1ef center/cover no-repeat;border-radius:5px;display:flex;align-items:center;justify-content:center;overflow:hidden}
.hikmah-category-image span{font-family:Georgia,serif;font-style:italic;color:#5e1f2e}
.hikmah-category-name{margin-top:10px;font-weight:600;font-size:14px}
.hikmah-category-count{font-size:11px;color:#8a7d78;margin-top:3px}
.hikmah-products{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:28px 22px}
.hikmah-product{min-width:0}
.hikmah-product-image{position:relative;aspect-ratio:3/4;overflow:hidden;border-radius:5px;background:#f5f1ef}
.hikmah-product-image img{width:100%;height:100%;object-fit:cover;display:block}
.hikmah-no-image{height:100%;display:flex;align-items:center;justify-content:center;font-family:Georgia,serif;color:#5e1f2e}
.hikmah-sale{position:absolute;top:12px;left:12px;background:#5e1f2e;color:#fff;padding:5px 9px;font-size:10px;font-weight:700}
.hikmah-product-category{font-size:10px;color:#a89b96;text-transform:uppercase;letter-spacing:.05em;margin-top:11px}
.hikmah-product-title{font-size:15px;margin:5px 0 5px}
.hikmah-product-title a{text-decoration:none;color:inherit}
.hikmah-product-price{font-size:14px;font-weight:700;color:#5e1f2e}
.hikmah-product-actions{display:flex;gap:7px;margin-top:10px}
.hikmah-cart,.hikmah-wa{padding:9px 11px;font-size:11px;text-decoration:none;font-weight:700;border-radius:3px}
.hikmah-cart{background:#241b1d;color:#fff}
.hikmah-wa{background:#25D366;color:#fff}
.hikmah-main-wa{display:inline-block;background:#25D366;color:#fff!important;padding:12px 20px;border-radius:22px;text-decoration:none;font-weight:700}
.hikmah-empty{padding:20px 0;color:#8a7d78}
@media(max-width:900px){.hikmah-categories,.hikmah-products{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:520px){.hikmah-categories,.hikmah-products{grid-template-columns:repeat(2,minmax(0,1fr));gap:15px}.hikmah-product-actions{flex-direction:column}}
