/* ================================================
   HOME FLORIDAME
   ================================================ */

/* ─── Selector de moneda (compacto) ─── */
.zfh-currency-bar {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 18px;
}

.zfh-currency-label {
    font-size: 13px;
    font-weight: 800;
    color: #374151;
    white-space: nowrap;
}

.zfh-currency-select {
    appearance: none;
    -webkit-appearance: none;
    padding: 8px 32px 8px 12px;
    border: 2px solid #111827;
    border-radius: 8px;
    background: #ffffff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23111827' stroke-width='2.5' stroke-linecap='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E") no-repeat right 10px center;
    font-size: 13.5px;
    font-weight: 800;
    color: #111827;
    cursor: pointer;
    outline: none;
    transition: border-color .15s ease, box-shadow .15s ease;
    width: auto;
    min-width: 0;
}

.zfh-currency-select:focus {
    border-color: #ffcc00;
    box-shadow: 0 0 0 3px rgba(255, 204, 0, .25);
}

/* ─── Trust strip: compacto horizontal ─── */
.zfh-trust {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    margin-bottom: 24px;
}

.zfh-trust-item {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #fffbe6;
    border: 1px solid #ffcc00;
    border-radius: 10px;
    padding: 10px 12px;
}

.zfh-trust-item svg {
    width: 22px;
    height: 22px;
    color: #111827;
    background: #ffcc00;
    border-radius: 8px;
    padding: 4px;
    flex-shrink: 0;
}

.zfh-trust-item b {
    display: block;
    font-size: 12.5px;
    color: #111827;
    line-height: 1.2;
}

.zfh-trust-item span {
    display: block;
    font-size: 11px;
    color: #92400e;
    line-height: 1.3;
    margin-top: 1px;
}

@media (max-width: 900px) {
    .zfh-trust { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 600px) {
    .zfh-trust { grid-template-columns: repeat(2, 1fr); gap: 6px; }
    .zfh-trust-item { padding: 8px 10px; }
}

/* ─── Headers de sección con acento ─── */
.zfh-h2 {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 16px;
    font-size: 19px;
    font-weight: 900;
    color: #111827;
}

.zfh-h2::before {
    content: '';
    width: 4px;
    height: 22px;
    background: #ffcc00;
    border-radius: 2px;
    flex-shrink: 0;
}

.zfh-cur-btn {
    padding: 8px 16px;
    border: 2px solid #e5e7eb;
    border-radius: 20px;
    background: #ffffff;
    color: #374151;
    font-weight: 700;
    font-size: 13px;
    cursor: pointer;
    transition: all .15s ease;
}

.zfh-cur-btn:hover { border-color: #ffcc00; background: #fffbe6; }

.zfh-cur-btn.active {
    border-color: #000000;
    background: #000000;
    color: #ffcc00;
}

.zfh-price small {
    font-size: 11px;
    font-weight: 400;
}

/* ─── Testimonios ─── */
.zfh-testi { margin-top: 40px; }

.zfh-h2 {
    margin: 0 0 14px;
    font-size: 20px;
    color: #111827;
}

.zfh-testi-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 14px;
}

.zfh-testi-card {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    padding: 20px;
}

.zfh-testi-stars {
    font-size: 16px;
    letter-spacing: 2px;
    margin-bottom: 8px;
}
.zfh-testi-stars .zfl-star-full { color: #f59e0b; }
.zfh-testi-stars .zfl-star-half {
    background: linear-gradient(90deg, #f59e0b 50%, #e5e7eb 50%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.zfh-testi-stars .zfl-star-empty { color: #e5e7eb; }

.zfh-testi-text {
    margin: 0 0 14px;
    color: #374151;
    font-size: 14px;
    line-height: 1.65;
    font-style: italic;
}

.zfh-testi-who {
    display: flex;
    align-items: center;
    gap: 10px;
}

.zfh-testi-avatar {
    display: inline-grid;
    place-items: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #ffcc00;
    color: #000000;
    font-weight: 900;
    font-size: 16px;
    flex-shrink: 0;
}

.zfh-testi-name {
    font-weight: 700;
    font-size: 14px;
    color: #111827;
}

.zfh-testi-name small {
    display: block;
    color: #9ca3af;
    font-size: 12px;
    font-weight: 400;
}

/* ─── Grid de categorías visual ─── */
.zfh-catssec { margin-top: 24px; margin-bottom: 8px; }

.zfh-cats-cards {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 8px;
}

.zfh-catcard {
    flex-shrink: 0;
    width: 140px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    border: 2px solid #e5e7eb;
    border-radius: 16px;
    padding: 20px 14px;
    background: #ffffff;
    transition: all .2s ease;
}

.zfh-catcard:hover {
    border-color: #ffcc00;
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(255, 204, 0, .15);
}

.zfh-catcard img,
.zfh-catcard-ph {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #ffcc00;
    background: #111827;
}

.zfh-catcard-ph {
    display: inline-grid;
    place-items: center;
    background: linear-gradient(135deg, #111827, #374151);
    color: #ffcc00;
    font-size: 28px;
    font-weight: 900;
}

.zfh-catcard-name {
    font-size: 13px;
    font-weight: 700;
    color: #111827;
    text-align: center;
}

.zfh-catcard-active {
    border-color: #ffcc00 !important;
    background: #fffbe6 !important;
}

/* ─── Badges de producto ─── */
.zfh-card-img { position: relative; }

.zfh-card-badges {
    display: flex;
    gap: 6px;
    padding: 8px 10px 0;
    flex-wrap: wrap;
}

.zfh-badge {
    font-size: 10.5px;
    font-weight: 900;
    padding: 3px 8px;
    border-radius: 20px;
    text-transform: uppercase;
    letter-spacing: .03em;
}

.zfh-badge-hot { background: #ffcc00; color: #000000; }
.zfh-badge-new { background: #dbeafe; color: #1e40af; }

.zfh-agotado {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    background: rgba(0, 0, 0, .55);
    color: #ffffff;
    font-weight: 900;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: .05em;
    border-radius: 0;
    z-index: 1;
}

.zfh-card-out { opacity: .7; }

.zfh-card-img img {
    transition: transform .3s ease;
}

.zfh-card:hover .zfh-card-img img {
    transform: scale(1.05);
}

/* ─── Barra de instalación de la app ─── */
.zfh-install {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 14px;
    margin-bottom: 14px;
    background: #111827;
    border: 2px solid #ffcc00;
    border-radius: 12px;
}

.zfh-install[hidden] { display: none; }

.zfh-install-text {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 1px;
}

.zfh-install-text b {
    color: #ffcc00;
    font-size: 14px;
}

.zfh-install-text span {
    color: #d1d5db;
    font-size: 12.5px;
}

.zfh-install-btn {
    flex-shrink: 0;
    padding: 10px 18px;
    border: 0;
    border-radius: 9px;
    background: #ffcc00;
    color: #000000;
    font-weight: 900;
    font-size: 13.5px;
    cursor: pointer;
    font-family: inherit;
    transition: background .15s ease;
}

.zfh-install-btn:hover { background: #e6b800; }

.zfh-install-close {
    flex-shrink: 0;
    width: 30px;
    height: 30px;
    border: 0;
    border-radius: 50%;
    background: transparent;
    color: #9ca3af;
    font-size: 18px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    padding: 0;
}

.zfh-install-close:hover { color: #ffffff; }

/* ─── Modal de instrucciones de instalación ─── */
.zfh-imodal {
    position: fixed;
    inset: 0;
    z-index: 99992;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    background: rgba(0, 0, 0, .55);
}

.zfh-imodal[hidden] { display: none; }

.zfh-imodal-box {
    width: 100%;
    max-width: 420px;
    background: #ffffff;
    border-radius: 16px 16px 0 0;
    padding: 20px;
    font-family: system-ui, -apple-system, "Segoe UI", sans-serif;
}

.zfh-imodal-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
}

.zfh-imodal-head b { font-size: 17px; color: #111827; }

.zfh-imodal-box p {
    margin: 0 0 16px;
    color: #374151;
    font-size: 14.5px;
    line-height: 1.8;
}

.zfh-imodal-close {
    width: 32px;
    height: 32px;
    border: 0;
    border-radius: 50%;
    background: #f3f4f6;
    color: #374151;
    font-size: 18px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    padding: 0;
}

.zfh-imodal-close:hover { background: #e5e7eb; }

.zfh-imodal-ok {
    width: 100%;
    padding: 13px;
    border: 0;
    border-radius: 10px;
    background: #111827;
    color: #ffcc00;
    font-weight: 800;
    font-size: 15px;
    cursor: pointer;
}

@media (min-width: 640px) {
    .zfh-imodal { align-items: center; }
    .zfh-imodal-box { border-radius: 16px; }
}

/* ─── Carrusel ─── */
.zfh-carousel {
    position: relative;
    overflow: hidden;
    border-radius: 14px;
    background: #f1f5f9;
    margin-bottom: 24px;
}

.zfh-track {
    display: flex;
    transition: transform .45s cubic-bezier(.4, 0, .2, 1);
}

.zfh-slide {
    flex: 0 0 100%;
    display: block;
    position: relative;
    text-decoration: none;
}

.zfh-slide img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    display: block;
}

.zfh-slide-title {
    position: absolute;
    left: 18px;
    bottom: 16px;
    max-width: 70%;
    padding: 8px 14px;
    border-radius: 10px;
    background: rgba(0, 0, 0, .72);
    color: #ffcc00;
    font-weight: 800;
    font-size: 15px;
    backdrop-filter: blur(4px);
}

.zfh-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, .92);
    color: #111827;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .18);
    transition: background .15s ease, opacity .15s ease;
    opacity: 0;
}

.zfh-carousel:hover .zfh-nav,
.zfh-nav:focus-visible { opacity: 1; }

.zfh-nav:hover { background: #ffffff; }

.zfh-prev { left: 12px; }
.zfh-next { right: 12px; }

/* Flechas SIEMPRE visibles en táctil (no hay hover en el móvil) */
@media (hover: none) and (pointer: coarse) {
    .zfh-nav { opacity: 1; width: 44px; height: 44px; }
    .zfh-prev { left: 10px; }
    .zfh-next { right: 10px; }
    .zfh-dots button { width: 11px; height: 11px; }
    .zfh-dots { bottom: 14px; right: 14px; gap: 8px; }
}

.zfh-dots {
    position: absolute;
    bottom: 12px;
    right: 16px;
    display: flex;
    gap: 6px;
}

.zfh-dots button {
    width: 9px;
    height: 9px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, .55);
    cursor: pointer;
    transition: background .15s ease, transform .15s ease;
}

.zfh-dots button.active {
    background: #ffcc00;
    transform: scale(1.25);
}

/* ─── Layout principal ─── */
.zfh-main {
    display: grid;
    grid-template-columns: 250px 1fr;
    gap: 22px;
    align-items: start;
}

/* ─── Sidebar categorías ─── */
.zfh-sidebar {
    position: sticky;
    top: 86px;
}

.zfh-cats {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    overflow: hidden;
}

.zfh-cats summary {
    cursor: pointer;
    font-weight: 800;
    font-size: 16px;
    color: #111827;
    padding: 14px 16px;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 6px;
    border-bottom: 1px solid #e5e7eb;
    background: #f8fafc;
}

.zfh-cats summary::-webkit-details-marker { display: none; }

.zfh-cats summary::after {
    content: '▾';
    margin-left: auto;
    font-size: 12px;
    color: #6b7280;
    transition: transform .15s ease;
}

.zfh-cats[open] summary::after { transform: rotate(180deg); }

.zfh-cats-list {
    display: flex;
    flex-direction: column;
    padding: 8px;
}

.zfh-cat-link {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 9px 10px;
    border-radius: 8px;
    color: #374151;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    transition: background .15s ease, color .15s ease;
}

.zfh-cat-link:hover {
    background: #fffbe6;
    color: #111827;
}

.zfh-cat-link img {
    width: 30px;
    height: 30px;
    border-radius: 6px;
    object-fit: cover;
    flex-shrink: 0;
}

.zfh-cat-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ffcc00;
    margin: 0 11px;
    flex-shrink: 0;
}

.zfh-cat-name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* ─── Productos ─── */
.zfh-products { min-width: 0; }

.zfh-products-head {
    display: flex;
    align-items: baseline;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 14px;
}

.zfh-products-head h2 {
    margin: 0;
    font-size: 22px;
    color: #111827;
}

.zfh-loc-note {
    font-size: 13px;
    color: #6b7280;
}

.zfh-loc-note strong { color: #111827; }

.zfh-empty {
    padding: 40px 20px;
    text-align: center;
    color: #6b7280;
    background: #f8fafc;
    border: 1px dashed #d1d5db;
    border-radius: 12px;
}

.zfh-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
}

.zfh-card {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: box-shadow .15s ease, transform .15s ease;
}

.zfh-card:hover {
    box-shadow: 0 6px 20px rgba(15, 23, 42, .1);
    transform: translateY(-2px);
}

.zfh-card-img {
    display: block;
    background: #f8fafc;
}

.zfh-card-img img {
    width: 100%;
    aspect-ratio: 1;
    object-fit: contain;
    padding: 8px;
    display: block;
}

.zfh-card-body {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 12px;
    flex: 1;
}

.zfh-card-name {
    font-size: 14px;
    font-weight: 600;
    color: #111827;
    text-decoration: none;
    line-height: 1.35;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 2.6em;
}

.zfh-card-name:hover { color: #000; text-decoration: underline; }

.zfh-card-price {
    font-size: 16px;
    font-weight: 800;
    color: #111827;
}

.zfh-card-price del { color: #9ca3af; font-weight: 500; font-size: 13px; }
.zfh-card-price ins { text-decoration: none; }

.zfh-card-add {
    margin-top: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 9px 10px;
    border-radius: 8px;
    background: #000000;
    color: #ffcc00;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    transition: background .15s ease;
}

.zfh-card-add:hover { background: #1f1f23; }

/* Venta por libras: solo aparece en productos de Carnes. */
.zfh-meat-picker { display:grid; gap:7px; margin-top:2px; padding:9px; border:1px solid #485366; border-radius:9px; background:#252b35; color:#edf1f6; font-size:11px; font-weight:800; }
.zfh-meat-presets { display:grid; grid-template-columns:repeat(3,1fr); gap:5px; }
.zfh-meat-presets button { min-height:30px; border:1px solid #465163; border-radius:6px; background:#171b22; color:#edf1f6; font:inherit; font-weight:800; cursor:pointer; }
.zfh-meat-presets button:hover,.zfh-meat-presets button.is-selected { border-color:#ffcc00; background:#ffcc00; color:#171a20; }
.zfh-meat-picker label { display:flex; align-items:center; justify-content:space-between; gap:6px; }
.zfh-meat-picker input { width:68px; min-height:30px; padding:3px 6px; border:1px solid #526073; border-radius:6px; background:#11151b; color:#fff; font:inherit; text-align:center; }

/* Una tarjeta de carne no debe estirar toda la fila de productos. */
.zfh-grid { align-items: start; }
.zfh-grid > .zfh-card { align-self: start; }

.zfh-more {
    margin-top: 18px;
    text-align: center;
}

.zfh-more-btn {
    display: inline-block;
    padding: 12px 28px;
    border: none;
    border-radius: 10px;
    background: #ffcc00;
    color: #111827;
    font-weight: 800;
    font-size: 14px;
    cursor: pointer;
    transition: background .15s ease, transform .15s ease;
}

.zfh-more-btn:hover {
    background: #e6b800;
    transform: translateY(-1px);
}

.zfh-more-count {
    display: block;
    margin-top: 8px;
    font-size: 12px;
    color: #6b7280;
}

[hidden] { display: none !important; }

/* ================================================
   RESPONSIVE
   ================================================ */

@media (max-width: 900px) {
    .zfh-main {
        grid-template-columns: 1fr;
    }

    .zfh-sidebar {
        position: static;
    }

    /* En móvil la lista de categorías se vuelve fila de chips */
    .zfh-cats-list {
        flex-direction: row;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        padding: 10px;
        gap: 8px;
    }

    .zfh-cat-link {
        flex-direction: column;
        align-items: center;
        gap: 5px;
        flex-shrink: 0;
        width: 88px;
        padding: 10px 6px;
        border: 1px solid #e5e7eb;
        border-radius: 10px;
        text-align: center;
    }

    .zfh-cat-name {
        white-space: normal;
        font-size: 12px;
        line-height: 1.25;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .zfh-cat-dot { display: none; }
}

@media (max-width: 600px) {
    .zfh-slide img { height: 170px; }

    .zfh-slide-title {
        font-size: 13px;
        left: 12px;
        bottom: 12px;
    }

    .zfh-nav {
        width: 34px;
        height: 34px;
        opacity: 1;
    }

    .zfh-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .zfh-products-head h2 { font-size: 19px; }
}

/* ================================================
   AVISOS + AÑADIR AL CARRITO
   ================================================ */

/* Toast de error compacto, abajo y centrado (no tapa contenido) */
.zfh-toast {
    position: fixed;
    bottom: 18px;
    left: 50%;
    z-index: 99991;
    max-width: 92vw;
    padding: 11px 16px;
    border-radius: 10px;
    background: #dc2626;
    color: #ffffff;
    font-size: 13.5px;
    font-weight: 600;
    font-family: system-ui, -apple-system, "Segoe UI", sans-serif;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .3);
    transform: translateX(-50%) translateY(16px);
    opacity: 0;
    pointer-events: none;
    transition: transform .25s ease, opacity .25s ease;
}

.zfh-toast.zfh-show {
    transform: translateX(-50%) translateY(0);
    opacity: 1;
    pointer-events: auto;
}

.zsl-cart-count.bump { animation: zsl-bump .45s ease; }

@keyframes zsl-bump {
    0% { transform: scale(1); }
    35% { transform: scale(1.5); }
    100% { transform: scale(1); }
}

.zfh-add {
    transition: background .15s ease, transform .1s ease;
}

.zfh-add.is-added {
    background: #16a34a !important;
    color: #ffffff !important;
}

.zfh-add.is-loading {
    opacity: .55;
    pointer-events: none;
}

/* ─── Sección dual: Más vendidos | Recién llegados ─── */
.zfh-dual {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin: 28px 0;
}

.zfh-dual-col {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    padding: 18px;
}

.zfh-dual-col .zfh-dual-title {
    padding-bottom: 12px;
    border-bottom: 2px solid #ffcc00;
    margin-bottom: 12px;
}

.zfh-dual-title {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 14px;
    font-size: 15px;
    font-weight: 800;
    color: #111827;
}

.zfh-dual-title svg { color: #f59e0b; flex-shrink: 0; }

.zfh-dual-items {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.zfh-dual-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 8px;
    border-radius: 10px;
    text-decoration: none;
    transition: background .15s ease;
}

.zfh-dual-item:hover { background: #fffbe6; }

.zfh-dual-item img {
    width: 72px;
    height: 72px;
    border-radius: 10px;
    object-fit: cover;
    border: 1px solid #e5e7eb;
    background: #fff;
    flex-shrink: 0;
}

.zfh-dual-item-info {
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
}

.zfh-dual-item-name {
    font-size: 14px;
    font-weight: 700;
    color: #111827;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.zfh-dual-item-price {
    font-size: 15px;
    font-weight: 900;
    color: #ffcc00;
    background: #111827;
    padding: 2px 8px;
    border-radius: 6px;
    width: fit-content;
}

@media (max-width: 768px) {
    .zfh-dual { grid-template-columns: 1fr; gap: 12px; margin: 16px 0; }
    .zfh-dual-col { padding: 12px; overflow: hidden; }
    .zfh-dual-items { gap: 6px; }
    .zfh-dual-item { padding: 6px; gap: 10px; }
    .zfh-dual-item img { width: 50px; height: 50px; border-radius: 8px; }
    .zfh-dual-item-name { font-size: 12px; }
    .zfh-dual-item-price { font-size: 12px; padding: 2px 6px; }
    .zfh-dual-title { font-size: 14px; margin-bottom: 8px; }
    .zfh-dual-col .zfh-dual-title { padding-bottom: 8px; margin-bottom: 8px; }

    .zfh-trust { grid-template-columns: repeat(2, 1fr); gap: 6px; margin-bottom: 16px; }
    .zfh-trust-item { padding: 8px; gap: 8px; border-radius: 8px; }
    .zfh-trust-item svg { width: 18px; height: 18px; padding: 3px; }
    .zfh-trust-item b { font-size: 11px; }
    .zfh-trust-item span { font-size: 10px; }

    .zfh-cats-cards { gap: 8px; padding-bottom: 4px; }
    .zfh-catcard { width: 100px; padding: 12px 8px; border-radius: 12px; gap: 6px; }
    .zfh-catcard img, .zfh-catcard-ph { width: 52px; height: 52px; }
    .zfh-catcard-ph { font-size: 22px; }
    .zfh-catcard-name { font-size: 11px; }

    .zfh-testi-grid { grid-template-columns: 1fr; gap: 10px; }
    .zfh-testi-card { padding: 14px; }
    .zfh-testi-text { font-size: 13px; }
}

@media (max-width: 600px) {
    .zfh-slide img { height: 160px; }
    .zfh-slide-title { font-size: 12px; left: 10px; bottom: 10px; padding: 6px 10px; }

    .zfh-nav { width: 32px; height: 32px; opacity: 1; }

    .zfh-grid { grid-template-columns: repeat(2, 1fr); gap: 8px; }

    .zfh-card { border-radius: 10px; }
    .zfh-card-img img { padding: 6px; }
    .zfh-card-body { padding: 8px; gap: 4px; }
    .zfh-card-name { font-size: 12px; min-height: 2.4em; }
    .zfh-card-price { font-size: 14px; }
    .zfh-card-add { padding: 7px 8px; font-size: 12px; border-radius: 6px; }

    .zfh-products-head h2 { font-size: 17px; }
    .zfh-h2 { font-size: 17px; margin-bottom: 10px; }

    .zfh-more-btn { padding: 10px 22px; font-size: 13px; }

    .zfh-testi-card { padding: 12px; }
    .zfh-testi-stars { font-size: 14px; margin-bottom: 6px; }
    .zfh-testi-text { font-size: 12px; margin-bottom: 10px; }
    .zfh-testi-avatar { width: 32px; height: 32px; font-size: 14px; }
    .zfh-testi-name { font-size: 13px; }
}
