.content-wrapper {
    gap: 24px !important;
}

.black-friday-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    flex-direction: column;
}

.black-friday-wrapper .black-friday-title {
        display: flex;
        gap: 24px;
        font-size: 7rem;
        font-weight: 900;
    }

.black-friday-wrapper .black-friday-title .black-friday-white-title {
            color: #fff;
        }

.black-friday-wrapper .black-friday-title .black-friday-orange-title {
            color: #f79e1b;
        }

.black-friday-wrapper .black-friday-date {
        font-size: max(16px, min(2.5vw, 24px));
        font-weight: 600;
        color: #f79e1b;
    }

.black-friday-wrapper .black-friday-show-offers {
        width: 100%;
        padding: 24px 18px;
        text-align: center;
        border-left: none;
        border-right: none;
        border-top: 1px solid rgba(255, 255, 255, 0.81);
        border-bottom: 1px solid rgba(255, 255, 255, 0.81);
        box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
        backdrop-filter: blur(2.8499999046325684px);
        background-color: transparent;
        color: #fff;
        font-size: 24px;
        font-weight: 700;
        line-height: 30px;
    }

.black-friday-wrapper .black-friday-subtitle {
        color: #f79e1b;
        font-size: 24px;
        font-weight: 500;
        line-height: 34px;
        text-align: center;
    }

.black-friday-wrapper .black-friday-subtitle-bold {
        color: #f79e1b;
        font-size: 24px;
        font-weight: 600;
        line-height: 34px;
        text-align: center;
    }

.black-friday-wrapper .blackfriday-features-list {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        gap: 12px;
    }

.black-friday-wrapper .blackfriday-features-list .feature-item {
            color: #f79e1b;
            font-weight: 800;
            text-align: center;
        }

.black-friday-wrapper .blackfriday-features-list .right-separator {
            display: block !important;
        }

@media (max-width: 768px) {
    .black-friday-wrapper .black-friday-title {
        gap: 8px;
    }
        .black-friday-wrapper .black-friday-title .black-friday-white-title,
        .black-friday-wrapper .black-friday-title .black-friday-orange-title {
            font-size: 3rem !important;
        }
}
@media (max-width: 1090px) {
        .black-friday-title .black-friday-white-title,
        .black-friday-title .black-friday-orange-title {
            font-size: 5rem;
        }
}

@media (max-width: 600px) {
    .black-friday-wrapper .blackfriday-features-list {
        flex-direction: column;
    }
        .black-friday-wrapper .blackfriday-features-list .right-separator {
            display: none !important;
        }
}

@media (max-width: 380px) {
    .black-friday-wrapper .black-friday-title {
        gap: 4px;
    }
        .black-friday-wrapper .black-friday-title .black-friday-white-title,
        .black-friday-wrapper .black-friday-title .black-friday-orange-title {
            font-size: 2.5rem !important;
        }
}
