@font-face {
    font-family: "Exo2Lite";
    src: url("https://lazerjazz.ru/wp-content/themes/twentyten-child/assets/fonts/Exo2Lite.woff2") format("woff2-variations");
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "RalewayLite";
    src: url("https://lazerjazz.ru/wp-content/themes/twentyten-child/assets/fonts/RalewayLite.woff2") format("woff2-variations");
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

html { overflow-x: clip; }

.lj-banner {
    display: flow-root;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}

.lj-banner__inner {
    max-width: 1512px;
    margin: 0 auto;
    padding: 20px 40px 60px;
    overflow: hidden;
}

.lj-banner__inner > .elementor,
.lj-banner__inner > [data-elementor-type] {
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
}

.lj-banner__inner .elementor-section-stretched {
    position: static !important;
    left: auto !important;
    right: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
}

.lj-promo {
    --lj-font: "Exo2Lite", "Exo2bold", "Exo 2", sans-serif;
    --lj-black: #000000;
    --lj-grey: #808080;
    --lj-bg: #F6F6F6;
    --lj-radius: 5px;
    --lj-gap: 20px;
    --lj-section-w: 1512px;
    --lj-featured-w: 35%;
    --lj-card-w: 325px;
    --lj-card-h: 460px;
    --lj-btn-h: 59px;
    --lj-badge-bg: #000000;
    --lj-badge-color: #ffffff;

    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}

.lj-section {
    box-sizing: border-box;
    max-width: var(--lj-section-w);
    margin: 0 auto;
    padding: 20px 40px 0px 40px;
}

.lj-section:last-of-type {
    padding-bottom: 20px;
}

.lj-container { width: 100%; margin: 0; padding: 0; }

.lj-section__head {
    display: flex;
    align-items: flex-end;
    gap: 10px;
    margin-bottom: 24px;
}

.lj-section:nth-of-type(odd)  .lj-section__line { background: #4B7DE6; }
.lj-section:nth-of-type(even) .lj-section__line { background: #FF0000; }

.lj-promo .lj-section__title {
    margin: 0;
    font-family: "Exo2Lite", "Exo2bold", "Exo 2", sans-serif !important;
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
    letter-spacing: .02em;
    text-transform: uppercase;
    color: rgb(0, 0, 0);
}

.lj-section__line {
    flex: 1;
    height: 2px;
    background: #e0e0e0;
    margin-bottom: 2px;
}

.lj-section__row {
    display: flex;
    gap: var(--lj-gap);
    align-items: stretch;
}

.lj-section__row .lj-slider {
    flex: 1 1 auto;
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.lj-featured {
    box-sizing: border-box;
    flex: 0 0 var(--lj-featured-w);
    height: var(--lj-card-h);
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-self: flex-start;
    position: relative;
}

.lj-featured__media {
    flex: 1 1 auto;
    min-height: 0;
    display: flex;
    flex-direction: column;
    background-color: var(--lj-bg);
    border-radius: var(--lj-radius);
    overflow: hidden;
}

.lj-featured__media::before {
    content: "";
    order: 1;
    flex: 1 1 auto;
    min-height: 150px;
    background-image: var(--lj-img);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.lj-featured .lj-card__inner {
    flex: 0 0 auto;
}

.lj-card--featured { display: none; }

.lj-slider__track {
    display: flex;
    gap: var(--lj-gap);
    list-style: none;
    margin: 0;
    padding: 0;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
    -webkit-user-select: none;
    user-select: none;
}

.lj-slider__track::-webkit-scrollbar { display: none; }

.lj-slider__nav {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin-top: 20px;
}

.lj-arrow {
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 5px;
    background: #f6f6f6;
    color: var(--lj-black);
    font-size: 0;
    padding: 0;
    cursor: pointer;
    position: relative;
    transition: background .2s, color .2s, opacity .2s;
}

.lj-arrow::before {
    content: "";
    position: absolute;
    inset: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px;
}

.lj-arrow--prev::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M15 18l-6-6 6-6'/%3E%3C/svg%3E");
}

.lj-arrow--next::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 18l6-6-6-6'/%3E%3C/svg%3E");
}

.lj-arrow:hover { background: var(--lj-black); }

.lj-arrow:hover::before { filter: invert(1); }

.lj-arrow:disabled { opacity: .25; pointer-events: none; }

.lj-card {
    flex: 0 0 var(--lj-card-w);
    height: var(--lj-card-h);
    display: flex;
    flex-direction: column;
    gap: 15px;
    scroll-snap-align: start;
}

.lj-card__media {
    flex: 1 1 auto;
    min-height: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: var(--lj-bg);
    background-image: var(--lj-img);
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
    border-radius: var(--lj-radius);
    overflow: hidden;
}

.lj-card__inner { display: flex; flex-direction: column; gap: 10px; padding: 20px; }

.lj-card__top {
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: nowrap;
}

.lj-card__prices { display: flex; align-items: flex-end; gap: 10px; width: fit-content; }

.lj-promo .lj-price { font-family: "Exo2Lite", "Exo2bold", "Exo 2", sans-serif !important; font-size: 24px; font-weight: 700; color: var(--lj-black); white-space: nowrap; }

.lj-promo .lj-price-old { font-family: "Exo2Lite", "Exo2bold", "Exo 2", sans-serif !important; font-size: 14px; font-weight: 700; color: var(--lj-grey); white-space: nowrap; }

.lj-badge {
    background: #ffffff;
    color: #E5392D;
    font-family: "Exo2Lite", "Exo2bold", "Exo 2", sans-serif !important;
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    padding: 5px 12px;
    border-radius: 999px;
    white-space: nowrap;
}

.lj-featured .lj-badge {
    position: absolute;
    top: -10px;
    right: 28px;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 87px;
    height: 52px;
    color: #FFFFFF;
    font-family: "Exo2Lite", "Exo2bold", "Exo 2", sans-serif !important;
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    transform: rotate(10deg);
    filter: drop-shadow(0 2px 7px rgba(0, 0, 0, 0.15));
    background-color: transparent;
    background-image:
        url("https://lazerjazz.ru/wp-content/themes/twentyten-child/assets/badge-sale.svg"),
        url("https://lazerjazz.ru/wp-content/themes/twentyten-child/assets/badge-sale.svg"),
        url("https://lazerjazz.ru/wp-content/themes/twentyten-child/assets/badge-sale.svg"),
        url("https://lazerjazz.ru/wp-content/themes/twentyten-child/assets/badge-sale.svg"),
        url("https://lazerjazz.ru/wp-content/themes/twentyten-child/assets/badge-sale.svg"),
        url("https://lazerjazz.ru/wp-content/themes/twentyten-child/assets/badge-sale.svg");
    background-position:
        0 center,
        7px center,
        14px center,
        21px center,
        28px center,
        35px center;
    background-repeat: no-repeat;
    background-size: 52px 52px;
    border-radius: 0;
    padding: 0;
    white-space: nowrap;
}

.lj-card__head { display: flex; flex-direction: column; gap: 10px; }

.lj-promo .lj-card__title {
    margin: 0;
    font-family: "Exo2Lite", "Exo2bold", "Exo 2", sans-serif !important;
    font-size: 20px;
    font-weight: 700;
    line-height: 25px;
    color: var(--lj-black);
}

.lj-promo .lj-card__text {
    margin: 0;
    font-family: "RalewayLite", "Raleway", sans-serif !important;
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    color: var(--lj-grey);
}

.lj-promo .lj-card__ba {
    display: flex;
    justify-content: space-between;
    padding: 0 20px 10px;
    font-family: "Exo2Lite", "Exo2bold", "Exo 2", sans-serif !important;
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    color: var(--lj-black);
}

.lj-promo .lj-card__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: var(--lj-btn-h);
    background: var(--lj-bg);
    color: var(--lj-black);
    font-family: "Exo2Lite", "Exo2bold", "Exo 2", sans-serif !important;
    font-size: 16px;
    font-weight: 700;
    line-height: 1em;
    letter-spacing: .05em;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: var(--lj-radius);
    transition: background .2s, color .2s;
}

.lj-card__btn:hover { background: var(--lj-black); color: var(--lj-bg); }

.lj-featured .lj-card__btn {
    background: var(--lj-black);
    color: #ffffff;
}

.lj-featured .lj-card__btn:hover {
    background: var(--lj-bg);
    color: var(--lj-black);
}

@media (max-width: 1024px) {
    .lj-section { padding: 0 20px 30px 20px; }
    .lj-banner__inner { padding: 15px 20px 20px; }
    .lj-featured { flex-basis: 40%; }
    .lj-card { flex-basis: 300px; height: auto; min-height: 460px; }
    .lj-section__line { display: none; }
}

@media (max-width: 767px) {
    .lj-promo { --lj-gap: 10px; }
    .lj-section { padding: 10px 15px 15px 15px; }
    .lj-banner__inner { padding: 10px 15px 30px; }
    .lj-promo .lj-section__title { color: #b3b3b3; }
    .lj-featured { display: none; }
    .lj-card--featured { display: flex !important; }
    .lj-card--featured .lj-card__btn {
        background: var(--lj-black);
        color: #ffffff;
    }
    .lj-card--featured .lj-card__btn:hover {
        background: var(--lj-bg);
        color: var(--lj-black);
    }
    .lj-slider__nav { display: none; }
    .lj-card { flex-basis: 78%; gap: 5px; height: auto; min-height: 460px; }
    .lj-card__inner { padding: 15px; gap: 5px; }
    .lj-card__top { min-height: 30px; }
    .lj-promo .lj-price { font-size: 18px; }
    .lj-promo .lj-price-old { font-size: 12px; }
    .lj-badge {
        font-weight: 700;
        font-size: 18px;
        line-height: 20px;
        letter-spacing: 0;
        color: #E5392D;
    }
    .lj-promo .lj-card__title { font-size: 16px; }
    .lj-promo .lj-card__text {
        font-size: 16px;
        line-height: 18px;
    }
    .lj-card__prices { flex-direction: column; align-items: flex-start; gap: 3px; }
    .lj-card__btn { height: 44px; font-size: 12px; }
    .lj-card__media { background-image: var(--lj-img-mob, var(--lj-img)); }
    .lj-section__title { font-size: 22px; }
}