.acfh-catalog { padding: 8px 0 30px; }
.acfh-catalog__toolbar { display: flex; justify-content: space-between; align-items: center; gap: 18px; margin-bottom: 28px; }
.acfh-catalog__filters { display: flex; flex-wrap: wrap; gap: 8px; }
.acfh-catalog__filters a { padding: 8px 14px; border: 1px solid #cfe7eb; border-radius: 99px; color: #12315a; font-size: .88rem; font-weight: 700; background: #fff; }
.acfh-catalog__filters a:hover, .acfh-catalog__filters .is-active { background: #08aebc; color: #fff; border-color: #08aebc; }
.acfh-catalog__search input { width: min(100%, 270px); min-height: 44px; padding: 9px 14px; border: 1px solid #cfe7eb; border-radius: 99px; outline: none; }
.acfh-catalog__search input:focus { border-color: #08aebc; box-shadow: 0 0 0 3px rgba(8,174,188,.14); }
.acfh-product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; }
.acfh-product-card { overflow: hidden; border: 1px solid #e1f0f2; border-radius: 18px; background: #fff; box-shadow: 0 9px 27px rgba(3,42,76,.09); }
.acfh-product-card__image { height: 220px; display: grid; place-items: center; overflow: hidden; background: #eaf9fb; }
.acfh-product-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .25s ease; }
.acfh-product-card:hover img { transform: scale(1.035); }
.acfh-product-placeholder { font-size: 4rem; }
.acfh-product-card__body { padding: 16px; }
.acfh-product-card h2 { margin: 8px 0 7px; font-size: 1.25rem; }
.acfh-product-card p { min-height: 44px; margin: 0 0 10px; color: #60708c; font-size: .88rem; }
.acfh-status { display: inline-block; padding: 3px 8px; border-radius: 99px; background: #dff6d9; color: #277236; font-size: .72rem; font-weight: 800; }
.acfh-status--ask { background: #e1f6fa; color: #08798a; }
.acfh-status--unavailable { background: #f4e5e5; color: #8a3333; }
.acfh-price { display: block; margin: 8px 0; color: #062657; font-size: 1.1rem; }
.acfh-product-card__wa { display: block; padding: 10px 12px; border: 1px solid #08aebc; border-radius: 99px; color: #0796a5; text-align: center; font-size: .82rem; font-weight: 800; }
.acfh-product-card__wa:hover { background: #08aebc; color: #fff; }
.acfh-catalog__empty { padding: 55px 25px; border: 1px solid #d9edf0; border-radius: 20px; background: #f2fcfd; text-align: center; }
.acfh-catalog__empty a { color: #0796a5; font-weight: 800; }
@media (max-width: 950px) { .acfh-product-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 720px) { .acfh-catalog__toolbar { display: block; } .acfh-catalog__filters { margin-bottom: 14px; flex-wrap: nowrap; overflow-x: auto; padding-bottom: 5px; } .acfh-catalog__filters a { flex: 0 0 auto; } .acfh-catalog__search input { width: 100%; max-width: none; } .acfh-product-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; } .acfh-product-card__image { height: 160px; } }
@media (max-width: 390px) { .acfh-product-grid { grid-template-columns: 1fr; } .acfh-product-card__image { height: 220px; } }

