.catalogue-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}
.catalogue-card{display:block;background:#fff;border:1px solid #e3eaee;border-radius:12px;overflow:hidden;box-shadow:0 8px 28px #17304710;transition:.25s}
.catalogue-card:hover{transform:translateY(-5px);box-shadow:0 15px 38px #17304720}
.catalogue-card img{width:100%;aspect-ratio:9/13;object-fit:contain;background:#fff;padding:10px}
.catalogue-card span{display:block;padding:12px 15px;border-top:1px solid #eef2f4;color:#063875;font-weight:700;font-size:14px}
.catalogue-actions{text-align:center;margin-top:38px}
.best-seller-card span{padding:17px 18px}
.best-seller-card small,.best-seller-card strong,.best-seller-card em{display:block}
.best-seller-card small{color:#70a81b;text-transform:uppercase;font-size:11px;letter-spacing:.5px;margin-bottom:4px}
.best-seller-card strong{font-size:19px;color:#063875}
.best-seller-card em{font-style:normal;font-weight:400;color:#637585;font-size:13px;margin-top:4px}
.product-category-card{border:1px solid #dfe8ed;box-shadow:0 8px 28px #17304710}
.product-category-card img{width:100%;height:340px;object-fit:contain;transform:none;background:#fff;padding:18px}
.product-category-card .category-card-body{border-top:1px solid #e8eef1}
.oganik-product-card{padding:0;overflow:hidden;display:block;transition:.25s;box-shadow:0 7px 25px #1730470d}
.oganik-product-card:hover{transform:translateY(-6px);box-shadow:0 16px 38px #17304720}
.product-card-image{height:330px;display:flex;align-items:center;justify-content:center;background:#fff;border-bottom:1px solid #e7edf0;padding:18px}
.product-card-image img{width:100%;height:100%;object-fit:contain}
.product-card-content{display:block;padding:22px}
.product-card-content h3{font-size:21px;color:#063875;margin:8px 0}
.product-card-content p{min-height:0;margin:0}
.whatsapp-enquiry-btn{display:flex;align-items:center;justify-content:center;gap:9px;width:100%;margin-top:18px;padding:12px 14px;border-radius:6px;background:#25d366;color:#fff;font-size:14px;font-weight:700;transition:.2s}
.whatsapp-enquiry-btn:hover{background:#128c4a;color:#fff}
.whatsapp-enquiry-btn svg,.whatsapp-detail-btn svg{width:21px;height:21px;flex:0 0 21px}
.whatsapp-detail-btn{gap:9px;background:#25d366}
.whatsapp-detail-btn:hover{background:#128c4a}
.exact-product-visual{height:520px;background:#fff;border:1px solid #e2eaee}
.exact-product-visual img{object-fit:contain;transform:none;padding:20px}
.products-layout{display:grid;grid-template-columns:260px minmax(0,1fr);gap:38px;align-items:start}
.products-sidebar-inner{position:sticky;top:110px;background:#f3f7f2;border:1px solid #dfe8ed;border-radius:12px;padding:25px}
.products-sidebar h2{font-family:'Abril Fatface',serif;font-size:34px;font-weight:400;margin:5px 0 20px;color:#063875}
.category-menu{display:flex;flex-direction:column;gap:8px}
.category-menu a{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 13px;border-radius:7px;background:#fff;border:1px solid #e0e8ec;color:#173047;font-size:14px;font-weight:600}
.category-menu a:hover,.category-menu a.active{background:#0753a6;border-color:#0753a6;color:#fff}
.category-menu b{display:inline-flex;align-items:center;justify-content:center;min-width:27px;height:27px;border-radius:50%;background:#eef4f7;color:#0753a6;font-size:12px}
.category-menu a.active b,.category-menu a:hover b{background:#fff;color:#0753a6}
.sidebar-download{width:100%;margin-top:22px;padding-left:12px;padding-right:12px;font-size:13px}
.products-results-header{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:28px;padding-bottom:18px;border-bottom:1px solid #e1e8ec}
.products-results-header h2{font-family:'Abril Fatface',serif;font-weight:400;font-size:42px;line-height:1.1;color:#063875;margin:5px 0 0}
.products-results-header p{margin:0;color:#637585;white-space:nowrap}
.products-results .product-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}
@media(max-width:900px){.catalogue-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:1000px){.products-layout{grid-template-columns:220px minmax(0,1fr);gap:24px}.products-results .product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:760px){.products-layout{grid-template-columns:1fr}.products-sidebar-inner{position:static}.category-menu{display:grid;grid-template-columns:repeat(2,1fr)}.products-results-header h2{font-size:36px}}
@media(max-width:600px){.catalogue-grid{grid-template-columns:repeat(2,1fr);gap:12px}.catalogue-card img{padding:5px}.catalogue-card span{font-size:12px;padding:9px}.product-category-card img{height:290px;padding:12px}.product-card-image{height:290px}.exact-product-visual{height:420px}.category-menu{grid-template-columns:1fr}.products-results .product-grid{grid-template-columns:1fr}.products-results-header{align-items:start;flex-direction:column}}

@media(max-width:600px){
    .catalogue-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
    .catalogue-card img{padding:7px}
    .catalogue-card span{padding:11px}
    .best-seller-card strong{font-size:15px;line-height:1.25}
    .best-seller-card small{font-size:9px}
    .best-seller-card em{font-size:11px;line-height:1.35}
    .product-category-card img{height:260px}
    .products-sidebar-inner{padding:20px}
    .products-sidebar h2{font-size:30px}
    .product-card-image{height:300px}
    .product-card-content{padding:18px}
    .exact-product-visual{height:360px}
    .exact-product-visual img{padding:12px}
    .products-results-header h2{font-size:33px}
    .whatsapp-enquiry-btn{min-height:48px}
    .detail-grid h2{font-size:34px!important}
    .whatsapp-detail-btn{width:100%;text-align:center}
}
