.products-listing-page {
    background: #ffffff;
}

.products-listing-hero {
    overflow: hidden;
    padding-top: 54px;
    background:
        radial-gradient(circle at 82% 16%, rgba(0, 0, 0, 0.06), transparent 30%),
        radial-gradient(circle at 10% 80%, rgba(0, 0, 0, 0.04), transparent 34%),
        linear-gradient(180deg, #ffffff 0%, #f7f7f4 100%);
}

.product-breadcrumb {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 11px;
    margin-bottom: 34px;
    color: #777777;
    font-size: 13px;
    font-weight: 800;
}

.product-breadcrumb a {
    color: #111111;
    text-decoration: none;
}

.product-breadcrumb i {
    font-size: 10px;
    opacity: 0.45;
}

.products-listing-hero-grid {
    display: grid;
    grid-template-columns: 1fr 410px;
    gap: 54px;
    align-items: end;
}

.products-listing-hero h1 {
    max-width: 940px;
    margin: 0 0 22px;
    color: #080808;
    font-size: clamp(52px, 7vw, 96px);
    line-height: 0.86;
    font-weight: 950;
    letter-spacing: -0.09em;
}

.products-listing-hero p {
    max-width: 840px;
    margin: 0;
    color: #5f5f5f;
    font-size: 18px;
    line-height: 1.75;
}

.products-listing-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 34px;
}

.products-listing-stats {
    display: grid;
    gap: 14px;
}

.products-listing-stats div {
    padding: 22px;
    border-radius: 26px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    background: rgba(255, 255, 255, 0.86);
    box-shadow: 0 18px 55px rgba(0, 0, 0, 0.07);
    backdrop-filter: blur(14px);
}

.products-listing-stats strong {
    display: block;
    margin-bottom: 8px;
    color: #050505;
    font-size: 42px;
    line-height: 0.9;
    font-weight: 950;
    letter-spacing: -0.08em;
}

.products-listing-stats span {
    display: block;
    color: #666666;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 800;
}

.products-listing-section {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 6% 15%, rgba(0, 0, 0, 0.045), transparent 28%),
        linear-gradient(180deg, #ffffff 0%, #f7f7f4 52%, #ffffff 100%);
}

.products-listing-toolbar {
    display: grid;
    grid-template-columns: minmax(280px, 640px) auto;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
    margin-bottom: 18px;
}

.products-search {
    position: relative;
}

.products-search i {
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
    color: #777777;
}

.products-search input {
    width: 100%;
    min-height: 58px;
    padding: 0 20px 0 48px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.92);
    color: #111111;
    font: inherit;
    font-size: 15px;
    font-weight: 700;
    outline: none;
    box-shadow: 0 18px 48px rgba(0, 0, 0, 0.06);
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.products-search input:focus {
    border-color: #111111;
    box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.055), 0 18px 48px rgba(0, 0, 0, 0.06);
}

.products-view-info {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 18px;
    border-radius: 999px;
    background: #050505;
    color: #ffffff;
    font-weight: 900;
    font-size: 13px;
    white-space: nowrap;
}

.products-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 34px;
}

.products-filters button {
    min-height: 46px;
    padding: 0 15px 0 18px;
    border: 1px solid rgba(0, 0, 0, 0.085);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.88);
    color: #202020;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-weight: 900;
    font-size: 13px;
    cursor: pointer;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.045);
    backdrop-filter: blur(12px);
    transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.products-filters button span {
    min-width: 26px;
    height: 26px;
    padding: 0 8px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #eeeeec;
    color: #333333;
    font-size: 11px;
}

.products-filters button:hover,
.products-filters button.active {
    background: #050505;
    color: #ffffff;
    border-color: #050505;
    transform: translateY(-2px);
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.16);
}

.products-filters button:hover span,
.products-filters button.active span {
    background: rgba(255, 255, 255, 0.16);
    color: #ffffff;
}

.products-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
}

.listing-product-card {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    border-radius: 30px;
    border: 1px solid rgba(0, 0, 0, 0.075);
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 20px 70px rgba(0, 0, 0, 0.08);
    transition: transform 0.32s ease, box-shadow 0.32s ease, border-color 0.32s ease, opacity 0.25s ease;
}

.listing-product-card:hover {
    transform: translateY(-8px);
    border-color: rgba(0, 0, 0, 0.16);
    box-shadow: 0 32px 95px rgba(0, 0, 0, 0.145);
}

.listing-product-card.is-hidden {
    display: none;
}

.listing-product-media {
    position: relative;
    display: block;
    aspect-ratio: 1 / 0.9;
    overflow: hidden;
    background:
        radial-gradient(circle at 50% 30%, rgba(255, 255, 255, 1), rgba(238, 238, 236, 0.94) 58%, rgba(226, 226, 222, 0.9) 100%);
}

.listing-product-media::after {
    content: "";
    position: absolute;
    inset: 16px;
    border-radius: 22px;
    border: 1px solid rgba(255, 255, 255, 0.72);
    z-index: 2;
    pointer-events: none;
}

.listing-product-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease, filter 0.4s ease;
}

.listing-product-card:hover .listing-product-media img {
    transform: scale(1.045);
    filter: contrast(1.04) saturate(1.02);
}

.listing-product-chip {
    position: absolute;
    left: 18px;
    top: 18px;
    z-index: 3;
    min-height: 34px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 0 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.92);
    color: #111111;
    font-size: 11px;
    font-weight: 950;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    backdrop-filter: blur(12px);
    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.06);
}

.listing-product-content {
    flex: 1;
    padding: 22px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
}

.listing-product-type {
    display: inline-flex;
    margin-bottom: 12px;
    padding: 7px 11px;
    border-radius: 999px;
    background: #eeeeec;
    color: #303030;
    font-size: 11px;
    font-weight: 950;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.listing-product-content h3 {
    margin: 0 0 10px;
    color: #090909;
    font-size: 22px;
    line-height: 1.04;
    font-weight: 950;
    letter-spacing: -0.055em;
}

.listing-product-content p {
    margin: 0;
    min-height: 48px;
    color: #686868;
    font-size: 14px;
    line-height: 1.58;
}

.listing-product-actions {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 10px;
}

.listing-btn-primary,
.listing-btn-secondary {
    min-height: 48px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    text-decoration: none;
    font-size: 13px;
    font-weight: 950;
    transition: transform 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
}

.listing-btn-primary {
    padding: 0 16px;
    background: #050505;
    color: #ffffff;
    box-shadow: 0 14px 32px rgba(0, 0, 0, 0.12);
}

.listing-btn-secondary {
    padding: 0 15px;
    background: #f2f2ef;
    color: #111111;
}

.listing-btn-primary:hover,
.listing-btn-secondary:hover {
    transform: translateY(-2px);
}

.listing-product-card-custom {
    grid-column: span 2;
    background:
        radial-gradient(circle at 88% 18%, rgba(255, 255, 255, 0.12), transparent 30%),
        linear-gradient(135deg, #050505, #1a1a1a);
    color: #ffffff;
}

.listing-product-card-custom .listing-product-media {
    background:
        radial-gradient(circle at 50% 30%, rgba(255, 255, 255, 0.14), transparent 48%),
        linear-gradient(135deg, #111111, #050505);
}

.listing-product-card-custom .listing-product-media img {
    object-fit: contain;
    padding: 34px;
    filter: brightness(0) invert(1);
    opacity: 0.18;
}

.listing-product-card-custom .listing-product-content {
    background: transparent;
}

.listing-product-card-custom h3,
.listing-product-card-custom p {
    color: #ffffff;
}

.listing-product-card-custom p {
    color: rgba(255, 255, 255, 0.72);
}

.listing-product-card-custom .listing-product-type,
.listing-product-card-custom .listing-product-chip {
    background: rgba(255, 255, 255, 0.12);
    color: #ffffff;
}

.listing-product-card-custom .listing-btn-primary {
    background: #ffffff;
    color: #050505;
}

.listing-product-card-custom .listing-btn-secondary {
    background: rgba(255, 255, 255, 0.12);
    color: #ffffff;
}

.products-empty {
    margin-top: 28px;
    padding: 52px 30px;
    border-radius: 30px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    background: rgba(255, 255, 255, 0.88);
    box-shadow: 0 18px 60px rgba(0, 0, 0, 0.07);
    text-align: center;
}

.products-empty i {
    font-size: 42px;
    margin-bottom: 18px;
    color: #111111;
}

.products-empty h2 {
    margin: 0 0 10px;
    font-size: 32px;
    letter-spacing: -0.06em;
}

.products-empty p {
    margin: 0 0 22px;
    color: #666666;
}

.products-listing-cta {
    padding: 42px 0 92px;
    background: #ffffff;
}

.products-cta-inner {
    position: relative;
    overflow: hidden;
    min-height: 300px;
    padding: 54px 62px;
    border-radius: 0;
    background:
        radial-gradient(circle at 88% 28%, rgba(255, 255, 255, 0.12), transparent 28%),
        linear-gradient(135deg, #050505, #181818);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 34px;
}

.products-cta-inner .mj-kicker,
.products-cta-inner h2 {
    color: #ffffff;
}

.products-cta-inner h2 {
    margin: 0 0 14px;
    font-size: clamp(38px, 4.8vw, 68px);
    line-height: 0.9;
    letter-spacing: -0.075em;
}

.products-cta-inner p {
    max-width: 760px;
    margin: 0;
    color: rgba(255, 255, 255, 0.72);
    line-height: 1.7;
    font-size: 17px;
}

@media (max-width: 1280px) {
    .products-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 1080px) {
    .products-listing-hero-grid {
        grid-template-columns: 1fr;
    }

    .products-listing-stats {
        grid-template-columns: repeat(3, 1fr);
    }

    .products-listing-toolbar {
        grid-template-columns: 1fr;
    }

    .products-view-info {
        justify-self: flex-start;
    }
}

@media (max-width: 860px) {
    .products-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .listing-product-card-custom {
        grid-column: span 2;
    }

    .products-cta-inner {
        flex-direction: column;
        align-items: flex-start;
        padding: 38px 26px;
    }

    .products-cta-inner .mj-btn {
        width: 100%;
    }
}

@media (max-width: 620px) {
    .products-listing-hero {
        padding-top: 36px;
    }

    .products-listing-hero h1 {
        font-size: clamp(42px, 14vw, 62px);
    }

    .products-listing-actions .mj-btn {
        width: 100%;
    }

    .products-listing-stats,
    .products-grid {
        grid-template-columns: 1fr;
    }

    .listing-product-card-custom {
        grid-column: auto;
    }

    .products-filters {
        gap: 8px;
    }

    .products-filters button {
        min-height: 40px;
        padding: 0 12px 0 14px;
        font-size: 12px;
    }

    .listing-product-actions {
        grid-template-columns: 1fr;
    }
}