/* ===========================
   קטלוג מזון — דיזיין סיסטם v2
   מובייל קודם | מימין לשמאל
   שחור, חד, מודרני, אנימטיבי
   =========================== */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Hebrew:wght@300;400;500;600;700;800;900&display=swap');

:root {
    --fc-font: 'Noto Sans Hebrew', sans-serif;
    --fc-black: #000000;
    --fc-dark: #111111;
    --fc-gray-900: #1a1a1a;
    --fc-gray-700: #444444;
    --fc-gray-500: #777777;
    --fc-gray-300: #bbbbbb;
    --fc-gray-200: #e0e0e0;
    --fc-gray-100: #f2f2f2;
    --fc-gray-50: #f8f8f8;
    --fc-white: #ffffff;
    --fc-accent: #000000;
    --fc-accent-hover: #222222;
    --fc-green: #1a8d1a;
    --fc-red: #d32f2f;
    --fc-radius: 10px;
    --fc-radius-sm: 6px;
    --fc-radius-pill: 50px;
    --fc-shadow-sm: 0 1px 3px rgba(0,0,0,0.05);
    --fc-shadow: 0 2px 8px rgba(0,0,0,0.08);
    --fc-shadow-lg: 0 8px 30px rgba(0,0,0,0.12);
    --fc-shadow-xl: 0 16px 50px rgba(0,0,0,0.15);
    --fc-transition: 0.3s cubic-bezier(0.22, 1, 0.36, 1);
    --fc-transition-fast: 0.15s ease;
    --fc-transition-spring: 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    --fc-max-width: 1280px;
}

/* === איפוס === */
.fc-catalog, .fc-catalog *, .fc-cart-float, .fc-cart-float *,
.fc-cart-sidebar, .fc-cart-sidebar * { box-sizing: border-box; margin: 0; padding: 0; }

.fc-catalog {
    font-family: var(--fc-font);
    color: var(--fc-dark);
    line-height: 1.55;
    max-width: var(--fc-max-width);
    margin: 0 auto;
    padding: 0 16px 100px;
    direction: rtl;
    -webkit-font-smoothing: antialiased;
}

/* === הודעה === */
.fc-announcement {
    background: var(--fc-black);
    color: var(--fc-white);
    text-align: center;
    padding: 10px 16px;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.02em;
    animation: fc-slideDown 0.4s var(--fc-transition) both;
}

/* === באנר קטגוריה === */
.fc-category-banner {
    position: relative;
    height: 180px;
    overflow: hidden;
    margin-bottom: 0;
    background-color: var(--fc-gray-900);
    background-size: cover;
    background-position: center;
    animation: fc-fadeIn 0.6s ease both;
}
.fc-category-banner-overlay {
    position: absolute; inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.1) 100%);
    display: flex; flex-direction: column; justify-content: flex-end;
    padding: 24px 20px;
}
.fc-category-banner-title { color: var(--fc-white); font-size: 26px; font-weight: 800; letter-spacing: -0.02em; }
.fc-category-banner-desc { color: rgba(255,255,255,0.7); font-size: 13px; margin-top: 4px; font-weight: 400; }

/* === סרגל סטיקי (חיפוש + סינון + קטגוריות) === */
.fc-sticky-bar {
    position: sticky;
    top: 0;
    z-index: 100;
    background: var(--fc-white);
    padding: 12px 0;
    transition: box-shadow 0.3s ease;
    margin: 0 -16px;
    padding-left: 16px;
    padding-right: 16px;
}
.fc-sticky-bar.fc-stuck {
    box-shadow: 0 2px 16px rgba(0,0,0,0.08);
}

/* חיפוש + כפתורים */
.fc-toolbar {
    display: flex;
    gap: 8px;
    align-items: center;
    margin-bottom: 10px;
}

.fc-search-wrap {
    position: relative;
    flex: 1;
}
.fc-search-wrap .fc-search-input {
    width: 100%;
    padding: 11px 42px 11px 14px;
    border: 2px solid var(--fc-gray-200);
    border-radius: var(--fc-radius-pill);
    font-size: 14px;
    font-family: var(--fc-font);
    background: var(--fc-gray-50);
    color: var(--fc-dark);
    transition: all var(--fc-transition);
    outline: none;
}
.fc-search-wrap .fc-search-input:focus {
    border-color: var(--fc-black);
    background: var(--fc-white);
    box-shadow: 0 0 0 3px rgba(0,0,0,0.06);
}
.fc-search-wrap .fc-search-input::placeholder { color: var(--fc-gray-300); }
.fc-search-icon {
    position: absolute; right: 14px; top: 50%; transform: translateY(-50%);
    width: 18px; height: 18px; color: var(--fc-gray-500); pointer-events: none;
}

/* כפתור סינון */
.fc-filter-toggle {
    display: flex; align-items: center; gap: 5px;
    padding: 10px 14px;
    border: 2px solid var(--fc-gray-200);
    border-radius: var(--fc-radius-pill);
    background: var(--fc-white);
    font-family: var(--fc-font); font-size: 13px; font-weight: 600;
    color: var(--fc-dark); cursor: pointer; white-space: nowrap;
    transition: all var(--fc-transition);
}
.fc-filter-toggle:hover, .fc-filter-toggle.fc-active {
    border-color: var(--fc-black);
    background: var(--fc-black);
    color: var(--fc-white);
}
.fc-filter-toggle svg { width: 16px; height: 16px; }

/* בורר תצוגת רשת */
.fc-grid-toggle {
    display: flex; gap: 2px;
    border: 2px solid var(--fc-gray-200);
    border-radius: var(--fc-radius-pill);
    overflow: hidden;
    flex-shrink: 0;
}
.fc-grid-toggle-btn {
    width: 38px; height: 38px;
    border: none; background: var(--fc-white);
    cursor: pointer; display: flex; align-items: center; justify-content: center;
    color: var(--fc-gray-300);
    transition: all var(--fc-transition-fast);
}
.fc-grid-toggle-btn.fc-active {
    background: var(--fc-black);
    color: var(--fc-white);
}
.fc-grid-toggle-btn svg { width: 16px; height: 16px; }

/* === קטגוריות Pills === */
.fc-pills-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    margin: 0 -16px;
    padding: 0 16px;
}
.fc-pills-wrap::-webkit-scrollbar { display: none; }

.fc-pills {
    display: flex;
    gap: 6px;
    padding: 2px 0;
    white-space: nowrap;
}

.fc-pill {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 7px 16px;
    border: 1.5px solid var(--fc-gray-200);
    border-radius: var(--fc-radius-pill);
    background: var(--fc-white);
    font-family: var(--fc-font);
    font-size: 13px;
    font-weight: 500;
    color: var(--fc-gray-700);
    cursor: pointer;
    text-decoration: none;
    transition: all var(--fc-transition);
    white-space: nowrap;
    flex-shrink: 0;
}
.fc-pill:hover { border-color: var(--fc-black); color: var(--fc-black); }
.fc-pill.fc-pill-active {
    background: var(--fc-black);
    border-color: var(--fc-black);
    color: var(--fc-white);
}
.fc-pill-all { font-weight: 700; }

/* === סרגל סינון מותגים (מגירה במובייל) === */
.fc-sidebar {
    position: fixed;
    top: 0; right: 0; bottom: 0;
    width: 300px;
    max-width: 85vw;
    z-index: 99998;
    background: var(--fc-white);
    padding: 24px 20px;
    overflow-y: auto;
    transform: translateX(100%);
    transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
    box-shadow: var(--fc-shadow-xl);
}
.fc-sidebar.fc-sidebar-open { transform: translateX(0); }

.fc-sidebar-backdrop {
    position: fixed; inset: 0; z-index: 99997;
    background: rgba(0,0,0,0.4);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.35s ease;
}
.fc-sidebar-backdrop.fc-visible { opacity: 1; pointer-events: auto; }

.fc-sidebar-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 24px; }
.fc-sidebar-header h3 { font-size: 18px; font-weight: 800; }
.fc-sidebar-close {
    width: 36px; height: 36px; border: none;
    background: var(--fc-gray-100); border-radius: 50%;
    font-size: 20px; cursor: pointer; color: var(--fc-dark);
    display: flex; align-items: center; justify-content: center;
    transition: all var(--fc-transition-fast);
}
.fc-sidebar-close:hover { background: var(--fc-black); color: var(--fc-white); }

.fc-filter-section { margin-bottom: 24px; }
.fc-filter-title {
    font-size: 11px; font-weight: 700; text-transform: uppercase;
    letter-spacing: 0.08em; margin-bottom: 10px; color: var(--fc-gray-500);
}
.fc-filter-options { display: flex; flex-direction: column; gap: 2px; }
.fc-filter-option {
    display: flex; align-items: center; gap: 10px;
    padding: 10px 12px; cursor: pointer; font-size: 14px;
    border-radius: var(--fc-radius-sm);
    transition: background var(--fc-transition-fast);
}
.fc-filter-option:hover { background: var(--fc-gray-50); }
.fc-filter-option input[type="checkbox"] {
    width: 18px; height: 18px; accent-color: var(--fc-black);
    border-radius: 4px; flex-shrink: 0;
}
.fc-filter-count { color: var(--fc-gray-300); font-size: 12px; margin-right: auto; }

.fc-btn-clear-filters, .fc-btn-show-results {
    display: block; width: 100%; padding: 12px;
    border-radius: var(--fc-radius-pill);
    font-family: var(--fc-font); font-size: 14px; font-weight: 600;
    cursor: pointer; text-align: center;
    transition: all var(--fc-transition);
}
.fc-btn-clear-filters {
    border: 1.5px solid var(--fc-gray-200); background: var(--fc-white);
    color: var(--fc-gray-500); margin-top: 8px;
}
.fc-btn-clear-filters:hover { border-color: var(--fc-black); color: var(--fc-black); }
.fc-btn-show-results {
    border: none; background: var(--fc-black); color: var(--fc-white); margin-top: 12px;
}
.fc-btn-show-results:active { transform: scale(0.97); }

/* === רשת מוצרים === */
.fc-products-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    transition: gap 0.3s ease;
}
.fc-products-grid.fc-grid-1 { grid-template-columns: 1fr; gap: 0; }

/* === כרטיס מוצר === */
.fc-product-card {
    background: var(--fc-white);
    border: 1px solid var(--fc-gray-200);
    border-radius: var(--fc-radius);
    overflow: hidden;
    cursor: pointer;
    transition: all var(--fc-transition);
    display: flex;
    flex-direction: column;
    opacity: 0;
    animation: fc-cardIn 0.4s var(--fc-transition) both;
}
.fc-product-card:active { transform: scale(0.98); }

.fc-product-card-image {
    width: 100%;
    aspect-ratio: 1;
    overflow: hidden;
    background: var(--fc-gray-50);
    position: relative;
}
.fc-product-card-image img {
    width: 100%; height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}
.fc-product-card:hover .fc-product-card-image img { transform: scale(1.05); }

.fc-product-card-no-image {
    width: 100%; height: 100%;
    display: flex; align-items: center; justify-content: center;
    background: var(--fc-gray-100); color: var(--fc-gray-300); font-size: 12px;
}

.fc-product-card-body { padding: 10px 12px 12px; display: flex; flex-direction: column; flex: 1; gap: 2px; }
.fc-product-card-title { font-size: 13px; font-weight: 700; color: var(--fc-black); line-height: 1.3; }
.fc-product-card-brand { font-size: 11px; color: var(--fc-gray-500); font-weight: 400; }
.fc-product-card-meta { font-size: 11px; color: var(--fc-gray-500); margin-top: 2px; }
.fc-product-card-meta span + span::before { content: ' · '; }

/* תצוגת שורה אחת */
.fc-grid-1 .fc-product-card {
    flex-direction: row;
    border-radius: 0;
    border-left: none; border-right: none;
    border-top: none;
}
.fc-grid-1 .fc-product-card:first-child { border-top: 1px solid var(--fc-gray-200); }
.fc-grid-1 .fc-product-card-image { width: 100px; min-width: 100px; aspect-ratio: 1; }
.fc-grid-1 .fc-product-card-body { justify-content: center; }

/* === פעולות מוצר (כמות + הוספה) === */
.fc-product-card-actions { margin-top: auto; display: flex; align-items: stretch; gap: 6px; padding-top: 8px; }

.fc-qty-control {
    display: flex; align-items: stretch;
    border: 1.5px solid var(--fc-gray-200); border-radius: var(--fc-radius-sm);
    overflow: hidden; flex-shrink: 0;
}
.fc-qty-btn {
    width: 32px; border: none;
    background: var(--fc-gray-50);
    font-size: 15px; font-weight: 500;
    cursor: pointer; display: flex; align-items: center; justify-content: center;
    color: var(--fc-dark);
    transition: background var(--fc-transition-fast);
    user-select: none;
}
.fc-qty-btn:hover { background: var(--fc-gray-200); }
.fc-qty-btn:active { background: var(--fc-gray-300); }
.fc-qty-value {
    width: 30px; text-align: center; font-size: 13px; font-weight: 700;
    border: none; background: var(--fc-white); font-family: var(--fc-font); color: var(--fc-dark);
}
.fc-qty-value::-webkit-outer-spin-button, .fc-qty-value::-webkit-inner-spin-button { -webkit-appearance: none; }
.fc-qty-value[type=number] { -moz-appearance: textfield; }

.fc-btn-add {
    flex: 1; border: none; border-radius: var(--fc-radius-sm);
    background: var(--fc-black); color: var(--fc-white);
    font-family: var(--fc-font); font-size: 12px; font-weight: 700;
    cursor: pointer; transition: all var(--fc-transition);
    text-align: center; white-space: nowrap;
    padding: 0 10px;
    display: flex; align-items: center; justify-content: center; gap: 4px;
}
.fc-btn-add:hover { background: var(--fc-accent-hover); }
.fc-btn-add:active { transform: scale(0.96); }
.fc-btn-add.fc-added { background: var(--fc-green); }
.fc-btn-add svg { width: 14px; height: 14px; flex-shrink: 0; }

/* === טעינה === */
.fc-loading { text-align: center; padding: 50px 0; }
.fc-spinner {
    width: 28px; height: 28px;
    border: 2.5px solid var(--fc-gray-200);
    border-top-color: var(--fc-black);
    border-radius: 50%;
    animation: fc-spin 0.6s linear infinite;
    margin: 0 auto;
}
@keyframes fc-spin { to { transform: rotate(360deg); } }

.fc-no-results { text-align: center; color: var(--fc-gray-300); padding: 80px 16px; font-size: 15px; font-weight: 500; }

/* טען עוד */
.fc-load-more-wrap { text-align: center; padding: 28px 0; }
.fc-btn-load-more {
    padding: 12px 44px;
    border: 2px solid var(--fc-black); border-radius: var(--fc-radius-pill);
    background: var(--fc-white);
    font-family: var(--fc-font); font-size: 14px; font-weight: 700;
    color: var(--fc-black); cursor: pointer;
    transition: all var(--fc-transition);
}
.fc-btn-load-more:hover { background: var(--fc-black); color: var(--fc-white); }
.fc-btn-load-more:active { transform: scale(0.96); }

/* === מודל מוצר === */
.fc-modal-overlay {
    position: fixed; inset: 0;
    background: rgba(0,0,0,0.6);
    -webkit-backdrop-filter: blur(4px); backdrop-filter: blur(4px);
    z-index: 99999;
    display: flex; align-items: flex-end; justify-content: center;
    padding: 0;
    animation: fc-fadeIn 0.2s ease both;
}
.fc-modal {
    background: var(--fc-white);
    border-radius: 20px 20px 0 0;
    width: 100%; max-width: 600px;
    max-height: 92vh; overflow-y: auto;
    position: relative;
    animation: fc-sheetUp 0.4s cubic-bezier(0.22, 1, 0.36, 1) both;
}
.fc-modal-close {
    position: absolute; top: 14px; left: 14px;
    width: 36px; height: 36px; border: none;
    background: rgba(0,0,0,0.06); border-radius: 50%;
    font-size: 20px; cursor: pointer;
    display: flex; align-items: center; justify-content: center;
    color: var(--fc-dark); z-index: 2;
    transition: all var(--fc-transition-fast);
}
.fc-modal-close:hover { background: rgba(0,0,0,0.12); }

.fc-modal-image { width: 100%; aspect-ratio: 1; overflow: hidden; background: var(--fc-gray-50); }
.fc-modal-image img { width: 100%; height: 100%; object-fit: cover; display: block; }

.fc-modal-content { padding: 20px; }
.fc-modal-title { font-size: 22px; font-weight: 800; margin-bottom: 4px; color: var(--fc-black); letter-spacing: -0.02em; }
.fc-modal-brand { display: flex; align-items: center; gap: 8px; margin-bottom: 14px; }
.fc-modal-brand-name { font-size: 13px; color: var(--fc-gray-500); font-weight: 500; }
.fc-modal-brand-logo { width: 36px; height: 36px; object-fit: contain; border-radius: var(--fc-radius-sm); border: 1px solid var(--fc-gray-200); }
.fc-modal-meta { font-size: 13px; color: var(--fc-gray-500); margin-bottom: 12px; }
.fc-modal-meta span + span::before { content: ' · '; }
.fc-modal-desc { font-size: 14px; color: var(--fc-gray-700); line-height: 1.7; margin-bottom: 20px; }
.fc-modal-actions { display: flex; align-items: stretch; gap: 8px; }
.fc-modal-actions .fc-qty-control { height: 48px; }
.fc-modal-actions .fc-qty-btn { width: 40px; }
.fc-modal-actions .fc-qty-value { width: 36px; font-size: 15px; }
.fc-modal-actions .fc-btn-add { flex: 1; font-size: 15px; height: 48px; border-radius: var(--fc-radius); }

/* === סל צף === */
.fc-cart-float { position: fixed; bottom: 24px; left: 24px; z-index: 99990; }
.fc-cart-btn {
    width: 56px; height: 56px; border-radius: 50%; border: none;
    background: var(--fc-black); color: var(--fc-white);
    cursor: pointer; display: flex; align-items: center; justify-content: center;
    box-shadow: var(--fc-shadow-lg);
    transition: all var(--fc-transition-spring); position: relative;
}
.fc-cart-btn:hover { transform: scale(1.1); box-shadow: var(--fc-shadow-xl); }
.fc-cart-btn:active { transform: scale(0.95); }
.fc-cart-btn svg { width: 22px; height: 22px; }

.fc-cart-count {
    position: absolute; top: -4px; right: -4px;
    min-width: 20px; height: 20px; border-radius: 10px;
    background: var(--fc-red); color: var(--fc-white);
    font-size: 11px; font-weight: 800;
    display: flex; align-items: center; justify-content: center;
    padding: 0 5px;
    font-family: var(--fc-font);
    transition: transform var(--fc-transition-spring);
}
.fc-cart-count[data-count="0"] { display: none; }
.fc-cart-count.fc-bump { animation: fc-bump 0.3s var(--fc-transition-spring); }

/* === סרגל צד סל === */
.fc-cart-sidebar {
    position: fixed; top: 0; left: 0; bottom: 0;
    width: 360px; max-width: 90vw;
    z-index: 99999;
    background: var(--fc-white);
    transform: translateX(-100%);
    transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
    box-shadow: var(--fc-shadow-xl);
    display: flex; flex-direction: column;
    font-family: var(--fc-font);
    direction: rtl;
}
.fc-cart-sidebar.fc-open { transform: translateX(0); }

.fc-cart-sidebar-header {
    display: flex; justify-content: space-between; align-items: center;
    padding: 20px; border-bottom: 1px solid var(--fc-gray-200);
    flex-shrink: 0;
}
.fc-cart-sidebar-header h3 { font-size: 18px; font-weight: 800; }
.fc-cart-sidebar-close {
    width: 36px; height: 36px; border: none;
    background: var(--fc-gray-100); border-radius: 50%;
    font-size: 20px; cursor: pointer; color: var(--fc-dark);
    display: flex; align-items: center; justify-content: center;
}

.fc-cart-items { flex: 1; overflow-y: auto; padding: 12px 20px; }
.fc-cart-item {
    display: flex; gap: 12px; padding: 12px 0;
    border-bottom: 1px solid var(--fc-gray-100);
    animation: fc-fadeIn 0.3s ease both;
}
.fc-cart-item-img { width: 56px; height: 56px; border-radius: var(--fc-radius-sm); overflow: hidden; background: var(--fc-gray-50); flex-shrink: 0; }
.fc-cart-item-img img { width: 100%; height: 100%; object-fit: cover; }
.fc-cart-item-info { flex: 1; display: flex; flex-direction: column; justify-content: center; gap: 2px; }
.fc-cart-item-title { font-size: 13px; font-weight: 600; color: var(--fc-dark); }
.fc-cart-item-meta { font-size: 11px; color: var(--fc-gray-500); }
.fc-cart-item-qty { font-size: 12px; font-weight: 700; color: var(--fc-black); }
.fc-cart-item-remove {
    align-self: center; border: none; background: none;
    color: var(--fc-gray-300); cursor: pointer; font-size: 18px;
    padding: 4px; transition: color var(--fc-transition-fast);
}
.fc-cart-item-remove:hover { color: var(--fc-red); }

.fc-cart-empty { text-align: center; padding: 60px 20px; color: var(--fc-gray-300); font-size: 14px; }
.fc-cart-empty svg { width: 48px; height: 48px; margin-bottom: 12px; opacity: 0.3; }

.fc-cart-sidebar-footer {
    padding: 16px 20px;
    border-top: 1px solid var(--fc-gray-200);
    flex-shrink: 0;
    display: flex; flex-direction: column; gap: 8px;
}
.fc-cart-sidebar-footer .fc-btn-order {
    width: 100%; padding: 14px;
    border: none; border-radius: var(--fc-radius-pill);
    background: var(--fc-black); color: var(--fc-white);
    font-family: var(--fc-font); font-size: 15px; font-weight: 700;
    cursor: pointer; transition: all var(--fc-transition);
    display: flex; align-items: center; justify-content: center; gap: 6px;
}
.fc-cart-sidebar-footer .fc-btn-order:active { transform: scale(0.97); }
.fc-cart-sidebar-footer .fc-btn-clear {
    width: 100%; padding: 10px;
    border: none; border-radius: var(--fc-radius-pill);
    background: transparent; color: var(--fc-gray-500);
    font-family: var(--fc-font); font-size: 13px; font-weight: 500;
    cursor: pointer;
}
.fc-cart-sidebar-footer .fc-btn-clear:hover { color: var(--fc-red); }

.fc-cart-backdrop {
    position: fixed; inset: 0; z-index: 99998;
    background: rgba(0,0,0,0.4);
    opacity: 0; pointer-events: none;
    transition: opacity 0.35s ease;
}
.fc-cart-backdrop.fc-visible { opacity: 1; pointer-events: auto; }

/* === עטיפת עמוד === */
.fc-page-wrap { max-width: var(--fc-max-width); margin: 0 auto; }

/* === אנימציות === */
@keyframes fc-fadeIn { from { opacity: 0; } to { opacity: 1; } }
@keyframes fc-slideDown { from { opacity: 0; transform: translateY(-10px); } to { opacity: 1; transform: translateY(0); } }
@keyframes fc-sheetUp { from { transform: translateY(100%); } to { transform: translateY(0); } }
@keyframes fc-cardIn { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: translateY(0); } }
@keyframes fc-bump { 0%,100% { transform: scale(1); } 50% { transform: scale(1.3); } }

/* === רספונסיבי === */
@media (min-width: 769px) {
    .fc-products-grid { grid-template-columns: repeat(3, 1fr); gap: 14px; }
    .fc-products-grid.fc-grid-1 { grid-template-columns: 1fr; }
    .fc-modal { border-radius: var(--fc-radius); align-self: center; }
    .fc-modal-overlay { align-items: center; padding: 24px; }
    @keyframes fc-sheetUp { from { transform: translateY(30px); opacity: 0; } to { transform: translateY(0); opacity: 1; } }
    .fc-category-banner { height: 220px; border-radius: var(--fc-radius); margin-bottom: 0; }
}
@media (min-width: 1024px) {
    .fc-products-grid { grid-template-columns: repeat(4, 1fr); gap: 16px; }
    .fc-products-grid.fc-grid-1 { grid-template-columns: 1fr; max-width: 600px; }
    .fc-catalog { padding: 0 24px 100px; }
    .fc-category-banner { height: 260px; }
}
@media (min-width: 1400px) {
    .fc-products-grid { grid-template-columns: repeat(5, 1fr); }
}
