.prod-list {
    background: var(--Primitives-Slate-Slate-2, #F8F9FA);
    padding: 100px 0;
    position: relative;
    isolation: isolate;
}

.prod-list__heading {
    text-align: center;
}

.prod-list__heading span {
    color: var(--Tokens-Text-Text-Low-Contrast, #7E868C);
    text-align: center;

    /* Text 14 UPPERCASE */
    font-family: "PPNV";
    font-size: 14px;
    font-style: normal;
    font-weight: 550;
    line-height: 18px;
    /* 128.571% */
    letter-spacing: 0.7px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 40px;
}

.prod-list__heading h2 {
    color: var(--Tokens-Text-Text-Hi-Contrast, #010203);
    text-align: center;

    /* Heading L Italic */
    font-family: "Items";
    font-size: var(--font-size-Level-11, 52px);
    font-weight: 325;
    line-height: var(--line-height-Level-11, 56px);
    /* 107.692% */
    letter-spacing: 1.04px;
    margin-bottom: 80px;
    font-variation-settings: 'wdth' 450;
}

.prod-list__heading p {
    color: var(--Tokens-Text-Text-Mid-Contrast, #4D565C);
    text-align: center;

    /* Text 24 */
    font-family: "PPNV";
    font-size: 24px;
    font-style: normal;
    font-weight: 375;
    line-height: 30px;
    /* 125% */
    letter-spacing: 0.48px;
    margin-bottom: 80px;
}

.prod-blocker {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    background: rgba(255, 255, 255, 0.54);
    backdrop-filter: blur(5px);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.prod-blocker-modal {
    border-radius: 4px;
    background: var(--Tokens-Background-Background-Base, #FFF);
    padding: 40px;
    box-shadow: 0px 20px 60px 0px rgba(0, 0, 0, 0.10);
    max-width: 900px;
}

.prod-blocker__title {
    color: var(--Tokens-Text-Text-Hi-Contrast, #010203);
    text-align: center;

    /* Text 24 semibold */
    font-family: "PPNV";
    font-size: 24px;
    font-style: normal;
    font-weight: 550;
    line-height: 30px;
    /* 125% */
    letter-spacing: 0.48px;
    margin-bottom: 40px;
}

.prod-blocker__lang {
    margin-bottom: 40px;
    display: flex;
    justify-content: center;
    gap: 15px;
}

.prod-blocker__langtitle {
    color: var(--Tokens-Text-Text-Hi-Contrast, #010203);

    /* Text 14 semibold */
    font-family: "PPNV";
    font-size: 14px;
    font-style: normal;
    font-weight: 550;
    line-height: 18px;
    /* 128.571% */
    letter-spacing: 0.42px;
}

.prod-blocker__terms {
    max-height: 180px;
    overflow: auto;
    margin-bottom: 40px;
    isolation: isolate;

    color: var(--Tokens-Text-Text-Low-Contrast, #7E868C);

    /* Text 12 */
    font-family: "PPNV";
    font-size: 12px;
    font-style: normal;
    font-weight: 375;
    line-height: 14px;
    /* 116.667% */
    letter-spacing: 0.36px;
    padding-right: 40px;
}

.prod-blocker__terms p {
    margin-bottom: 0;
}

.prod-blocker__terms p:has(strong) {
    margin-bottom: 5px;
}

.prod-blocker__terms ul {
    padding-left: 20px;
    list-style-type: square;
}

.prod-blocker__terms p~p:has(strong) {
    margin-top: 10px;
}

.prod-blocker__terms::before {
    content: '';
    position: sticky;
    top: 0;
    display: block;
    width: 100%;
    height: 8px;
    background: linear-gradient(180deg, white 0%, rgba(21, 23, 24, 0.00) 100%);
    z-index: 1;
}

.prod-blocker__terms::after {
    content: '';
    position: sticky;
    bottom: 0;
    display: block;
    width: 100%;
    height: 16px;
    background: linear-gradient(0deg, white 0%, rgba(21, 23, 24, 0.00) 100%);
    z-index: 1;
}

.prod-blocker__terms::-webkit-scrollbar {
    width: 7px;
    border-radius: 24px;
    background: #F1F3F5;
    padding: 8px 0;
}

.prod-blocker__terms::-webkit-scrollbar-track {
    background: #F1F3F5;
    border-radius: 24px;
}

.prod-blocker__terms::-webkit-scrollbar-thumb {
    background-color: #C1C8CD;
    border-radius: 24px;
}

.prod-blocker.accepted {
    animation: acceptProdBlocker .3s ease forwards;
}

@keyframes acceptProdBlocker {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}



@media (max-width: 992px) {
    .prod-list {
        padding: 60px 0 80px !important;
    }
    .prod-list h2 {
        color: var(--Tokens-Text-Text-Hi-Contrast, #010203);
        text-align: center;

        /* Heading L Italic */
        font-family: "Items";
        font-size: var(--font-size-Level-11, 32px);
        font-weight: 325;
        line-height: var(--line-height-Level-11, 34px);
        /* 106.25% */
        letter-spacing: 0.64px;
        margin-bottom: 40px !important;
    }

    .prod-list__heading span {
        margin-bottom: 20px;
    }

    .prod-blocker {
        padding: 20px;
    }

    .prod-blocker-modal {
        box-shadow: 0px 20px 60px 0px rgba(0, 0, 0, 0.10);
        padding: 30px;
    }

    .prod-blocker__title {
        color: var(--Tokens-Text-Text-Hi-Contrast, #010203);
        text-align: center;

        /* Text 18 semibold */
        font-family: "PP Neue Montreal";
        font-size: 18px;
        font-style: normal;
        font-weight: 550;
        line-height: 24px;
        /* 133.333% */
        letter-spacing: 0.36px;
        margin-bottom: 30px;
    }

    .prod-blocker__lang {
        margin-bottom: 30px;
    }

    .prod-blocker__terms {
        max-height: 251px;
        overflow: auto;
        margin-bottom: 30px;
        padding-right: 30px;

        color: var(--Tokens-Text-Text-Low-Contrast, #7E868C);
        /* Text 12 */
        font-family: "PP Neue Montreal";
        font-size: 12px;
        font-style: normal;
        font-weight: 375;
        line-height: 14px;
        /* 116.667% */
        letter-spacing: 0.36px;
    }

    .prod-blocker__terms p:has(strong) {
        margin-bottom: 0;
    }
}