body.site-product-modern{
    --product-shell:1600px;
    --product-side:64px;
    --product-bg:#050505;
    --product-panel:#101215;
    --product-panel-2:#0a0b0d;
    --product-line:rgba(255,255,255,.12);
    --product-muted:rgba(255,255,255,.55);

    background:#050505!important;
    color:#fff!important;
}

body.site-product-modern .topbar{
    position:sticky!important;
    top:0!important;
    z-index:1200!important;

    background:rgba(5,5,5,.86)!important;

    border-bottom:1px solid rgba(255,255,255,.07)!important;

    backdrop-filter:blur(22px) saturate(125%)!important;
    -webkit-backdrop-filter:blur(22px) saturate(125%)!important;
}

body.site-product-modern .product-modern-page{
    width:min(
        var(--product-shell),
        calc(100% - var(--product-side))
    )!important;

    max-width:none!important;

    margin:0 auto!important;
    padding:30px 0 80px!important;
}

.product-modern-breadcrumbs{
    display:flex;
    align-items:center;
    flex-wrap:wrap;

    gap:8px;

    margin-bottom:16px;
}

.product-modern-breadcrumbs a{
    min-height:32px;

    display:flex;
    align-items:center;

    padding:0 12px;

    border:1px solid rgba(255,255,255,.1);
    border-radius:999px;

    background:rgba(255,255,255,.035);

    color:rgba(255,255,255,.65);

    font-size:11px;
    font-weight:800;

    transition:.2s ease;
}

.product-modern-breadcrumbs a:hover{
    border-color:rgba(239,27,36,.5);

    background:rgba(239,27,36,.08);

    color:#fff;
}

.product-modern-breadcrumbs span{
    color:rgba(255,255,255,.25);
}


.product-modern-hero{
    display:grid;

    grid-template-columns:minmax(0,1.08fr) minmax(390px,.92fr);

    gap:22px;

    align-items:stretch;
}


.product-modern-media,
.product-modern-info{
    position:relative;

    overflow:hidden;

    border:1px solid var(--product-line);
    border-radius:24px;

    background:
        linear-gradient(
            145deg,
            rgba(20,21,24,.98),
            rgba(7,7,8,.98)
        );

    box-shadow:
        inset 0 1px 0 rgba(255,255,255,.055),
        0 22px 60px rgba(0,0,0,.25);
}


.product-modern-media{
    min-height:600px;

    display:flex;
    align-items:center;
    justify-content:center;

    padding:34px;
}


.product-modern-media:before{
    content:"";

    position:absolute;

    inset:0;

    pointer-events:none;

    background:
        radial-gradient(
            circle at 50% 42%,
            rgba(255,255,255,.085),
            transparent 48%
        ),
        radial-gradient(
            circle at 10% 100%,
            rgba(239,27,36,.08),
            transparent 35%
        );
}


.product-modern-image{
    position:relative;
    z-index:1;

    width:100%;
    height:100%;

    display:flex;
    align-items:center;
    justify-content:center;
}


.product-modern-image img{
    display:block;

    width:100%;
    height:100%;

    max-width:650px;
    max-height:540px;

    object-fit:contain;

    border-radius:17px;

    filter:
        saturate(1.02)
        contrast(1.025);

    transition:
        transform .4s cubic-bezier(.2,.8,.2,1),
        filter .4s ease;
}


.product-modern-media:hover img{
    transform:scale(1.025);

    filter:
        saturate(1.06)
        contrast(1.04);
}


.product-modern-info{
    min-height:600px;

    display:flex;
    flex-direction:column;
    justify-content:center;

    padding:46px;

    background:
        radial-gradient(
            circle at 100% 0,
            rgba(239,27,36,.16),
            transparent 35%
        ),
        linear-gradient(
            145deg,
            rgba(18,19,22,.98),
            rgba(6,6,7,.98)
        );
}


.product-modern-info:after{
    content:"";

    position:absolute;

    inset:0;

    pointer-events:none;

    background:
        linear-gradient(
            115deg,
            transparent 15%,
            rgba(255,255,255,.025) 42%,
            rgba(255,255,255,.075) 49%,
            transparent 62%
        );

    opacity:.3;
}


.product-modern-info>*{
    position:relative;
    z-index:1;
}


.product-modern-category{
    width:max-content;
    max-width:100%;

    min-height:30px;

    display:flex;
    align-items:center;

    margin-bottom:18px;
    padding:0 12px;

    border:1px solid rgba(239,27,36,.35);
    border-radius:999px;

    background:rgba(239,27,36,.09);

    color:#ff5e65!important;

    font-size:10px;
    font-weight:900;

    text-transform:uppercase;
    letter-spacing:.08em;
}


.product-modern-info h1{
    margin:0;

    max-width:790px;

    color:#fff!important;

    font-size:clamp(38px,4vw,64px)!important;
    line-height:.94!important;

    font-weight:900!important;

    letter-spacing:-.035em!important;

    text-transform:uppercase;
}


.product-modern-lead{
    max-width:680px;

    margin:20px 0 0!important;

    color:rgba(255,255,255,.6)!important;

    font-size:16px!important;
    line-height:1.5!important;
}


.product-modern-price-row{
    display:flex;
    align-items:center;
    flex-wrap:wrap;

    gap:12px;

    margin-top:34px;
}


.product-modern-price{
    color:#fff;

    font-size:clamp(38px,4.4vw,58px);
    line-height:1;

    font-weight:900;

    letter-spacing:-.025em;
}


.product-modern-price span{
    color:#f21c25;

    font-size:.7em;
}


.product-modern-stock{
    min-height:39px;

    display:flex;
    align-items:center;

    gap:8px;

    padding:0 14px;

    border:1px solid rgba(255,255,255,.11);
    border-radius:999px;

    background:rgba(255,255,255,.035);

    color:rgba(255,255,255,.65);

    font-size:11px;
    font-weight:900;
}


.product-modern-stock i{
    width:7px;
    height:7px;

    border-radius:50%;

    background:#ff3b43;

    box-shadow:0 0 11px rgba(255,59,67,.45);
}


.product-modern-stock.is-stock i{
    background:#39db7c;

    box-shadow:0 0 11px rgba(57,219,124,.45);
}


.product-modern-stock.is-stock{
    color:#76e9a6;
}


.product-modern-stock.is-empty{
    color:#ff777e;
}


.product-modern-available{
    margin-top:12px;

    color:rgba(255,255,255,.4);

    font-size:11px;
    font-weight:800;
}


.product-modern-actions{
    display:flex;
    flex-wrap:wrap;

    gap:10px;

    margin-top:34px;
}


.product-modern-actions a{
    min-height:50px;

    display:flex;
    align-items:center;
    justify-content:center;

    gap:10px;

    padding:0 18px;

    border-radius:13px;

    font-size:11px;
    font-weight:900;

    text-transform:uppercase;

    transition:.22s ease;
}


.product-modern-back{
    border:1px solid rgba(255,255,255,.13);

    background:rgba(255,255,255,.045);

    color:#fff!important;
}


.product-modern-category-link{
    border:1px solid rgba(239,27,36,.35);

    background:
        linear-gradient(
            180deg,
            rgba(239,27,36,.18),
            rgba(239,27,36,.08)
        );

    color:#fff!important;
}


.product-modern-actions a:hover{
    transform:translateY(-2px);

    border-color:rgba(239,27,36,.62);

    background:rgba(239,27,36,.14);

    box-shadow:0 10px 28px rgba(239,27,36,.08);
}


.product-modern-details{
    display:grid;

    grid-template-columns:
        minmax(0,1.25fr)
        minmax(340px,.75fr);

    gap:22px;

    margin-top:22px;
}


.product-modern-description,
.product-modern-specifications{
    min-width:0;

    padding:28px;

    border:1px solid var(--product-line);
    border-radius:21px;

    background:
        linear-gradient(
            145deg,
            rgba(17,19,22,.97),
            rgba(7,8,9,.97)
        );

    box-shadow:
        inset 0 1px 0 rgba(255,255,255,.045),
        0 18px 44px rgba(0,0,0,.20);
}


.product-modern-section-head{
    display:flex;
    align-items:center;

    gap:11px;

    padding-bottom:18px;
    margin-bottom:20px;

    border-bottom:1px solid rgba(255,255,255,.09);
}


.product-modern-section-head span{
    min-width:34px;
    height:28px;

    display:grid;
    place-items:center;

    border-radius:9px;

    background:rgba(239,27,36,.1);

    color:#f72b33;

    font-size:9px;
    font-weight:900;
}


.product-modern-section-head h2{
    margin:0!important;

    color:#fff!important;

    font-size:24px!important;
    line-height:1!important;

    text-transform:uppercase;
}


.product-modern-description-text{
    color:rgba(255,255,255,.67);

    font-size:15px;
    line-height:1.7;
}


.product-modern-specifications dl{
    margin:0;
}


.product-modern-specifications dl div{
    display:grid;

    grid-template-columns:
        minmax(120px,1fr)
        auto;

    gap:18px;

    padding:12px 0;

    border-bottom:1px solid rgba(255,255,255,.07);
}


.product-modern-specifications dl div:last-child{
    border-bottom:0;
}


.product-modern-specifications dt{
    color:rgba(255,255,255,.4);

    font-size:12px;
}


.product-modern-specifications dd{
    margin:0;

    color:#fff;

    font-size:12px;
    font-weight:800;

    text-align:right;
}


.product-modern-compatible{
    margin-top:46px!important;
}


body.site-product-modern .product-modern-compatible .section-head{
    margin-bottom:17px!important;
}


body.site-product-modern .product-modern-compatible .section-head h2{
    color:#fff!important;

    font-size:31px!important;

    text-transform:uppercase;
}


.product-modern-not-found{
    min-height:55vh;

    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;

    gap:18px;

    text-align:center;
}


.product-modern-not-found h1{
    color:#fff;
}


.product-modern-not-found a{
    min-height:48px;

    display:flex;
    align-items:center;

    padding:0 18px;

    border:1px solid rgba(239,27,36,.4);
    border-radius:13px;

    color:#fff;
}


@media(max-width:1050px){

    .product-modern-hero{
        grid-template-columns:minmax(0,1fr) minmax(340px,.9fr);
    }

    .product-modern-info{
        padding:32px;
    }

    .product-modern-media,
    .product-modern-info{
        min-height:510px;
    }

    .product-modern-details{
        grid-template-columns:1fr 1fr;
    }
}


@media(max-width:760px){

    body.site-product-modern{
        --product-side:20px;
    }

    body.site-product-modern .product-modern-page{
        width:calc(100% - 20px)!important;

        padding:14px 0 48px!important;
    }

    .product-modern-breadcrumbs{
        margin-bottom:10px;
    }

    .product-modern-breadcrumbs a{
        min-height:29px;

        padding:0 10px;

        font-size:9px;
    }

    .product-modern-hero{
        grid-template-columns:1fr;

        gap:10px;
    }

    .product-modern-media{
        min-height:330px;

        padding:15px;

        border-radius:18px;
    }

    .product-modern-image img{
        max-height:315px;
    }

    .product-modern-info{
        min-height:0;

        padding:22px 18px 20px;

        border-radius:18px;
    }

    .product-modern-category{
        margin-bottom:12px;
    }

    .product-modern-info h1{
        font-size:clamp(29px,9vw,42px)!important;
    }

    .product-modern-lead{
        margin-top:13px!important;

        font-size:14px!important;
    }

    .product-modern-price-row{
        margin-top:22px;

        gap:8px;
    }

    .product-modern-price{
        font-size:38px;
    }

    .product-modern-stock{
        min-height:34px;

        padding:0 11px;

        font-size:9px;
    }

    .product-modern-actions{
        display:grid;

        grid-template-columns:1fr 1fr;

        gap:7px;

        margin-top:22px;
    }

    .product-modern-actions a{
        min-height:45px;

        padding:0 10px;

        font-size:9px;

        border-radius:11px;
    }

    .product-modern-details{
        grid-template-columns:1fr;

        gap:10px;

        margin-top:10px;
    }

    .product-modern-description,
    .product-modern-specifications{
        padding:18px;

        border-radius:17px;
    }

    .product-modern-section-head{
        padding-bottom:13px;
        margin-bottom:14px;
    }

    .product-modern-section-head h2{
        font-size:19px!important;
    }

    .product-modern-description-text{
        font-size:14px;
        line-height:1.6;
    }

    .product-modern-specifications dl div{
        grid-template-columns:1fr;

        gap:4px;

        padding:10px 0;
    }

    .product-modern-specifications dd{
        text-align:left;
    }

    .product-modern-compatible{
        margin-top:32px!important;
    }

    body.site-product-modern .product-modern-compatible .section-head h2{
        font-size:23px!important;
    }
}


@media(max-width:390px){

    .product-modern-media{
        min-height:290px;
    }

    .product-modern-info{
        padding:19px 15px 17px;
    }

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

.product-modern-description-inline{
    --product-description-inside-v23fix:1;

    position:relative;

    margin-top:22px;
    padding:15px 16px 16px;

    overflow:hidden;

    border:1px solid rgba(255,255,255,.10);
    border-radius:14px;

    background:
        linear-gradient(
            145deg,
            rgba(255,255,255,.055),
            rgba(255,255,255,.018)
        );

    box-shadow:
        inset 0 1px 0 rgba(255,255,255,.055);
}

.product-modern-description-inline:before{
    content:"";

    position:absolute;

    left:0;
    top:12px;
    bottom:12px;

    width:3px;

    border-radius:999px;

    background:#ef1b24;

    box-shadow:0 0 13px rgba(239,27,36,.34);
}

.product-modern-description-inline-head{
    display:flex;
    align-items:center;

    margin:0 0 9px;
    padding-left:6px;
}

.product-modern-description-inline-head span{
    color:#fff;

    font-size:11px;
    line-height:1;

    font-weight:900;

    text-transform:uppercase;
    letter-spacing:.07em;
}

.product-modern-description-inline-text{
    max-height:140px;

    padding:0 9px 0 6px;

    overflow-x:hidden;
    overflow-y:auto;

    color:rgba(255,255,255,.63);

    font-size:13px;
    line-height:1.55;

    scrollbar-width:thin;
    scrollbar-color:
        rgba(239,27,36,.68)
        rgba(255,255,255,.04);
}

.product-modern-description-inline-text::-webkit-scrollbar{
    width:4px;
}

.product-modern-description-inline-text::-webkit-scrollbar-track{
    background:rgba(255,255,255,.035);
    border-radius:999px;
}

.product-modern-description-inline-text::-webkit-scrollbar-thumb{
    background:rgba(239,27,36,.68);
    border-radius:999px;
}

.product-modern-description-inline + .product-modern-actions{
    margin-top:17px;
}

.product-modern-details{
    grid-template-columns:1fr!important;
}

.product-modern-specifications{
    width:100%!important;
}

@media(max-width:760px){

    .product-modern-description-inline{
        margin-top:16px;
        padding:13px 13px 14px;
        border-radius:12px;
    }

    .product-modern-description-inline-text{
        max-height:120px;
        font-size:12px;
        line-height:1.5;
    }

    .product-modern-description-inline + .product-modern-actions{
        margin-top:13px;
    }
}


.product-modern-description{
    display:none!important;
}

.product-modern-details{
    grid-template-columns:1fr!important;
}

.product-modern-description-inline{
    position:relative;

    margin-top:20px;
    padding:14px 15px;

    border:
        1px solid
        rgba(255,255,255,.10);

    border-radius:14px;

    background:
        rgba(255,255,255,.035);
}

.product-modern-description-inline-head{
    margin-bottom:8px;

    color:#fff;

    font-size:11px;
    font-weight:900;

    text-transform:uppercase;
}

.product-modern-description-inline-text{
    max-height:135px;

    overflow:auto;

    color:
        rgba(255,255,255,.62);

    font-size:13px;
    line-height:1.55;
}

.product-modern-components{
    --product-components-v24:1;

    margin-top:22px;
    padding:24px;

    border:
        1px solid
        rgba(255,255,255,.12);

    border-radius:21px;

    background:
        linear-gradient(
            145deg,
            rgba(17,19,22,.97),
            rgba(7,8,9,.97)
        );

    box-shadow:
        inset 0 1px 0
        rgba(255,255,255,.045),
        0 18px 44px
        rgba(0,0,0,.20);
}

.product-modern-components .product-modern-section-head{
    margin-bottom:18px;
}

.product-modern-components-grid{
    display:grid!important;

    grid-template-columns:
        repeat(
            4,
            minmax(0,1fr)
        )!important;

    gap:12px!important;
}

@media(max-width:1180px){

    .product-modern-components-grid{
        grid-template-columns:
            repeat(
                3,
                minmax(0,1fr)
            )!important;
    }
}

@media(max-width:760px){

    .product-modern-components{
        margin-top:10px;
        padding:14px;

        border-radius:17px;
    }

    .product-modern-components-grid{
        grid-template-columns:
            repeat(
                2,
                minmax(0,1fr)
            )!important;

        gap:8px!important;
    }

    .product-modern-description-inline{
        margin-top:16px;
        padding:12px;
    }

    .product-modern-description-inline-text{
        max-height:115px;

        font-size:12px;
    }
}

