
@keyframes filterCardFadeIn {
    from {
        opacity: 0;
        transform: translateY(12px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.lux-product-card {
    position: relative;
    background: #ffffff;
    border-radius: 16px;
    border: 1px solid #f1f5f9;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    display: flex;
    flex-direction: column;
    height: 100%;
    box-shadow: 0 4px 20px rgba(13, 31, 15, 0.005);
    animation: filterCardFadeIn 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

.lux-product-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 40px rgba(13, 31, 15, 0.05);
    border-color: #EAE5D9;
}


.lux-product-card .card-visual {
    overflow: hidden;
    position: relative;
    background: #f8fafc;
}

.lux-product-card:hover .main-img {
    transform: scale(1.06);
}


.lux-product-card .card-body {
    padding: 1.25rem;
    background: #ffffff;
    display: flex;
    flex-direction: column;
    flex: 1;
    position: relative;
    transition: all 0.3s ease;
}


.card-info-main {
    transition: all 0.3s ease;
}

.brand-price-row {
    margin-bottom: 2px;
}

.brand-price-row .product-brand {
    font-size: 0.65rem;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    color: #94a3b8;
    font-weight: 700;
}

.title-promo-row .product-title {
    font-family: var(--font-sans) !important;
    font-size: 0.82rem !important;
    font-weight: 700 !important;
    color: var(--lux-text);
    margin: 0;
}

.title-promo-row .price-promo {
    font-size: 0.88rem;
    font-weight: 800;
    color: var(--lux-text);
}




.filter-options {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.filter-item {
    display: flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
    padding: 6px 4px;
    border-radius: 8px;
    transition: all 0.2s;
}

.filter-item:hover {
    padding-left: 8px;
    background: #f8fafc;
}

.filter-item input {
    display: none;
}

.custom-box {
    width: 20px;
    height: 20px;
    border: 2px solid #e2e8f0;
    border-radius: 6px;
    position: relative;
    transition: all 0.3s;
    background: white;
}

.custom-box.round {
    border-radius: 50%;
}

.filter-item input:checked + .custom-box {
    background: var(--lux-secondary);
    border-color: var(--lux-secondary);
}

.filter-item input:checked + .custom-box.round {
    background: var(--lux-accent);
    border-color: var(--lux-accent);
}

.filter-item input:checked + .custom-box::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 8px;
    height: 8px;
    background: white;
    border-radius: 50%;
}

.filter-item input:checked + .custom-box:not(.round)::after {
    width: 6px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: translate(-50%, -65%) rotate(45deg);
    border-radius: 0;
    background: transparent;
}

.filter-label {
    font-size: 0.9rem;
    font-weight: 500;
    color: var(--royal-gray);
    transition: all 0.3s;
}

.filter-item input:checked ~ .filter-label {
    color: var(--royal-dark);
    font-weight: 700;
    transform: translateX(2px);
}


.price-range-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.price-field {
    position: relative;
}

.price-field span {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0.75rem;
    font-weight: 800;
    color: #94a3b8;
}

.price-field input {
    width: 100%;
    padding: 12px 10px 12px 32px;
    border: 1.5px solid #f1f5f9;
    border-radius: 10px;
    font-size: 0.85rem;
    background: #f8fafc;
    font-weight: 700;
    color: var(--royal-dark);
}


.catalog-meta-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #f1f5f9;
    padding-top: 1.25rem;
}

@media (max-width: 768px) {
    .catalog-meta-row {
        flex-direction: column;
        align-items: stretch;
        gap: 1rem;
    }
}

.catalog-meta-row .results-count {
    font-size: 0.95rem;
    font-weight: 600;
    color: #64748b;
    letter-spacing: -0.1px;
}

.catalog-meta-row .results-count span {
    color: var(--lux-text);
    font-weight: 800;
    position: relative;
    display: inline-block;
    padding: 0 4px;
}

.catalog-meta-row .results-count span::after {
    content: '';
    position: absolute;
    bottom: 2px;
    left: 0;
    right: 0;
    height: 6px;
    background: rgba(212, 175, 55, 0.12);
    z-index: -1;
}

.sort-wrapper {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.sort-label {
    font-size: 0.75rem;
    font-weight: 800;
    color: #94a3b8;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.premium-sort-select {
    background: #ffffff;
    border: 1.5px solid #e2e8f0;
    padding: 10px 38px 10px 18px;
    border-radius: 12px;
    font-weight: 700;
    font-size: 0.85rem;
    cursor: pointer;
    color: var(--lux-text);
    outline: none;
    transition: all 0.3s ease;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23D4AF37' stroke-width='2.5'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M19.5 8.25l-7.5 7.5-7.5-7.5'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 14px center;
    background-size: 14px;
}

.premium-sort-select:hover {
    border-color: var(--lux-accent);
}

.premium-sort-select:focus {
    border-color: var(--lux-accent);
    box-shadow: 0 0 0 3px rgba(212, 175, 55, 0.1);
}

.results-header {
    display: none; 
}

