.catalog-page { padding-top: 120px; min-height: 70vh; overflow-x: clip; }
.filter-list, .filter-list .submenu { list-style: none; margin: 0; padding: 0; }
.filter-list .filter-btn { display: flex; align-items: center; justify-content: space-between; width: 100%; text-decoration: none; }
.filter-list .submenu { display: none; }
.filter-list li.open > .submenu { display: block; }
.filter-list .submenu .filter-btn { padding-left: 42px; font-size: 12px; }
.product-card a { color: inherit; text-decoration: none; }
.product-img-container { display: flex; align-items: center; justify-content: center; }
.product-icon-fallback { display: flex; align-items: center; justify-content: center; min-height: 80px; font-size: 54px; opacity: .25; }
.catalog-results-heading { display: flex; justify-content: space-between; align-items: center; margin: 0 0 18px; gap: 16px; }
.catalog-results-heading p { margin: 0; font-weight: 700; }
.catalog-results-heading a { color: #d50000; font-weight: 700; }
.catalog-empty-state { grid-column: 1 / -1; padding: 60px 24px; text-align: center; border: 1px solid rgba(15,23,42,.12); border-radius: 8px; }
.catalog-empty-state h2 { margin: 0 0 8px; }
.catalog-empty-state p { margin: 0 0 24px; }
.pagination a { text-decoration: none; }
.pagination [aria-disabled="true"] { opacity: .45; }
.product-preview-banner { margin: 16px 0; padding: 10px 14px; border: 1px solid #d99b00; background: #fff5cf; color: #4a3500; border-radius: 6px; font-weight: 700; }
[data-theme="dark"] .product-preview-banner { background: #2b2208; color: #ffe28a; }
.product-share-option-icon img { display: block; }
.product-share-menu[hidden] { display: none !important; }

@media (max-width: 768px) {
    .catalog-page { padding-top: 92px; }
    .catalog-content { min-width: 0; }
    .catalog-results-heading { padding: 0 4px; font-size: 13px; }
    .catalog-container, .catalog-content { width: 100%; max-width: 100%; }
    .product-grid { width: 100%; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
    .product-card { width: auto; min-width: 0; max-width: 100%; }
    .product-name { overflow-wrap: anywhere; }
    .mobile-search-container, .mobile-search-container .search-box { width: 100%; }
    .mobile-search-container .search-box { display: grid; grid-template-columns: minmax(0, 1fr) 46px; overflow: hidden; }
    .mobile-search-container .search-box input { width: 100%; min-width: 0; border-radius: 0; }
    .mobile-search-container .search-box button { display: grid; place-items: center; width: 46px; min-width: 46px; margin: 0; border: 0; border-radius: 0; background: #e60012; color: #fff; }
    .product-detail-page .product-gallery { min-height: 0 !important; justify-content: flex-start !important; }
    .product-detail-page .product-share-widget { top: 12px; right: 12px; }
}

@media (max-width: 520px) {
    .catalog-container { padding-inline: 16px; }
    .product-grid { grid-template-columns: minmax(0, 1fr); }
    .product-card { min-height: 0; }
    .product-card .product-info { padding: 14px 12px; }
    .product-card .product-name { font-size: 14px; line-height: 1.3; }
    .product-card .product-category-tag { font-size: 9px; }
    .product-card .product-action { min-height: 46px; font-size: 11px; }
    .product-detail-page .container { padding-inline: 12px; }
}
