 .page-header {
        position: relative;
        height: 40vh;
        min-height: 350px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        background: linear-gradient(to bottom, rgba(17,17,17,0.3) 0%, rgba(17,17,17,1) 100%), 
                    url('banner.webp') center/cover;
        margin-top: 80px; 
    }

    .page-header-content h1 {
        font-family: 'Montserrat', sans-serif;
        font-size: 48px;
        font-weight: 600;
        margin-bottom: 10px;
        color: var(--text-light);
    }

    .page-header-content h1 span {
        color: var(--primary-red);
        font-style: italic;
    }

    .page-header-content p {
        color: var(--text-muted);
        font-size: 16px;
        max-width: 600px;
        margin: 0 auto;
    }

    .filter-container {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        gap: 15px;
        margin: -30px auto 50px;
        position: relative;
        z-index: 10;
    }

    .filter-btn {
        background: var(--bg-card);
        color: var(--text-muted);
        border: 1px solid var(--border-color);
        padding: 12px 30px;
        border-radius: 30px;
        font-size: 14px;
        font-weight: 500;
        cursor: pointer;
        transition: all 0.4s ease;
        font-family: 'Poppins', sans-serif;
        display: flex;
        align-items: center;
        gap: 8px;
    }

    .filter-btn:hover {
        border-color: rgba(211, 176, 93, 0.5);
        color: var(--text-light);
    }

    .filter-btn.active {
        background: rgba(211, 176, 93, 0.1);
        border-color: var(--primary-red);
        color: var(--primary-red);
        box-shadow: 0 0 20px rgba(211, 176, 93, 0.15);
    }

    .shop-section {
        padding: 40px 0 100px;
    }

    .shop-grid {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
        gap: 30px;
    }

    .shop-card {
        background-color: var(--bg-card);
        border: 1px solid transparent;
        border-radius: 12px;
        overflow: hidden;
        transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        position: relative;
        display: flex;
        flex-direction: column;
    }

    .shop-card:hover {
        border-color: var(--primary-red);
        transform: translateY(-10px);
        box-shadow: 0 25px 50px rgba(0,0,0,0.5);
    }

    .shop-card::before {
        content: '';
        position: absolute;
        top: 0; left: 0; right: 0; bottom: 0;
        background: radial-gradient(circle at top, rgba(211,176,93,0.1) 0%, transparent 60%);
        opacity: 0;
        transition: opacity 0.4s ease;
        pointer-events: none;
        z-index: 1;
    }

    .shop-card:hover::before {
        opacity: 1;
    }

    .shop-img {
        height: 320px;
        position: relative;
        overflow: hidden;
    }

    .shop-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.6s ease;
    }

    .shop-card:hover .shop-img img {
        transform: scale(1.08);
    }

    .shop-badge {
        position: absolute;
        top: 15px;
        padding: 5px 12px;
        border-radius: 4px;
        font-size: 11px;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 1px;
        z-index: 2;
    }

    .badge-left { left: 15px; background-color: var(--text-light); color: var(--bg-main); }
    .badge-right { right: 15px; background-color: var(--primary-red); color: var(--bg-main); }

    .shop-info {
        padding: 25px 20px;
        display: flex;
        flex-direction: column;
        flex-grow: 1;
        position: relative;
        z-index: 2;
    }

    .shop-category {
        color: var(--primary-red);
        font-size: 11px;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 1px;
        margin-bottom: 8px;
    }

    .shop-title {
        font-family: 'Montserrat', sans-serif;
        font-size: 18px;
        font-weight: 600;
        color: var(--text-light);
        margin-bottom: 8px;
        line-height: 1.3;
    }

    .shop-ingredients {
        font-size: 12px;
        color: var(--text-muted);
        margin-bottom: 20px;
        font-style: italic;
        flex-grow: 1;
    }

    .shop-price-row {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        margin-bottom: 20px;
    }

    .price-block {
        display: flex;
        flex-direction: column;
    }

    .price-old {
        font-size: 13px;
        color: #777;
        text-decoration: line-through;
        margin-bottom: -2px;
    }

    .price-current {
        font-size: 22px;
        font-weight: 700;
        color: var(--text-light);
    }

    .shop-btn {
        background: transparent;
        color: var(--text-light);
        border: 1px solid var(--border-color);
        width: 100%;
        padding: 12px;
        border-radius: 6px;
        font-size: 14px;
        font-weight: 500;
        cursor: pointer;
        transition: all 0.3s ease;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 8px;
    }

    .shop-card:hover .shop-btn {
        background: var(--primary-red);
        border-color: var(--primary-red);
        color: var(--bg-main);
        font-weight: 600;
    }

    .shop-card.hidden {
        display: none;
    }

    .wizard-cta {
        margin: 40px 0 100px;
        border-radius: 16px;
        overflow: hidden;
        position: relative;
        background: linear-gradient(to right, rgba(17,17,17,0.95), rgba(17,17,17,0.7)), 
                    url('https://images.unsplash.com/photo-1590159424784-db7861937985?ixlib=rb-4.0.3&auto=format&fit=crop&w=1920&q=80') center/cover;
        padding: 60px 50px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        border: 1px solid var(--border-color);
    }

    .wizard-cta-text h2 {
        font-family: 'Montserrat', sans-serif;
        font-size: 32px;
        margin-bottom: 10px;
    }

    .wizard-cta-text h2 span { color: var(--primary-red); font-style: italic; }
    .wizard-cta-text p { color: var(--text-muted); font-size: 15px; max-width: 500px; }

    @media (max-width: 768px) {
        .wizard-cta { flex-direction: column; text-align: center; gap: 30px; padding: 40px 20px; }
        .page-header-content h1 { font-size: 36px; }
        .filter-btn { padding: 10px 20px; font-size: 13px; }
    }