.black_tittle_st {
    align-self: stretch;
    color: #FFF;
    text-align: center;
    font-size: 58px;
    font-style: normal;
    font-weight: 700;
    line-height: 69px;
}

.black_text_st {
    align-self: stretch;
    color: rgba(255, 255, 255, 0.70);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.btn_black_st {
    display: flex;
    height: 44px;
    padding: 0 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    border: 1px solid #FF5D6D;
    background: #FF374B;
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration: none;
    width: fit-content;
    outline: none;
}

.style_timer {
    border: 8px solid #1C1C1C;
    border-radius: 999px;
    animation: shadow-orbit 3s infinite linear;
    box-shadow: inset 0 1px 0 0 rgba(255, 55, 75, 0.50);
    background: #050505;
    top: -80px;
    z-index: 12;
    position: absolute;
    width: 320px;
}

@keyframes shadow-orbit {
    0% {
        /* Top */
        box-shadow: inset 0 1px 1px 0 rgba(255, 55, 75, 0.50);
    }

    25% {
        /* Right */
        box-shadow: inset -1px 0 1px 0 rgba(255, 55, 75, 0.50);
    }

    50% {
        /* Bottom */
        box-shadow: inset 0 -1px 1px 0 rgba(255, 55, 75, 0.50);
    }

    75% {
        /* Left */
        box-shadow: inset 1px 0 1px 0 rgba(255, 55, 75, 0.50);
    }

    100% {
        /* Back to Top */
        box-shadow: inset 0 1px 1px 0 rgba(255, 55, 75, 0.50);
    }
}

.style_timer p {
    color: #FF374B;
    text-align: center;
    text-shadow: 0 0 12px rgba(255, 55, 75, 0.72);
    font-family: 'DS-Digital';
    font-size: 64px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    padding: 16px 32px;
}

.style_timer span {
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;

    display: flex;
    height: 40px;
    padding-bottom: 2px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    /* background: rgba(46, 46, 46, 0.30); */
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    width: 100%;
}

.black_time_line {
    position: relative;
}

.black_time_line_left {
    width: 160px;
    height: 200px;
    background: linear-gradient(90deg, #0D0D0D 0%, rgba(13, 13, 13, 0.00) 100%);
    position: absolute;
    left: 0;
    top: 0;
}

.black_time_line_right {
    width: 160px;
    height: 200px;
    background: linear-gradient(270deg, #0D0D0D 0%, rgba(13, 13, 13, 0.00) 100%);
    position: absolute;
    right: 0;
    top: 0;
}

.card_offer_black_st {
    border: 8px solid #1C1C1C;
    border-radius: 40px;
    padding: 64px 24px;
    position: relative;

}

.brand_tabs {
    display: flex;
    align-items: center;
    gap: 12px;

}

#offers-container {
    padding: 24px;
}

.brand_tabs_items {
    display: flex;
    width: 90px;
    height: 64px;
    padding: 10.4px 4px;
    justify-content: center;
    align-items: center;
    opacity: 0.4;
    cursor: pointer;
    padding: 8px 12px;
}

.brand_tabs_items.active_brand {
    opacity: 1;
    border-bottom: 2px solid #FF374B;
    background: linear-gradient(180deg, rgba(13, 13, 13, 0.00) 0%, rgba(255, 55, 75, 0.32) 100%);
}

.brand_tabs_public {
    display: flex;
    align-items: center;
}


.card_offer_black_items {
    display: flex;
    padding: 16px;
    flex-direction: column;
    /* gap: 24px; */
    border-radius: 11px;
    background: #1A1A1A;
}

.card_offer_black_items_num {
    color: #FFF;
    text-align: center;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
    letter-spacing: -0.72px;
}

.card_offer_black_items_txt {
    color: #FFF;
    text-align: right;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
}

.card_offer_black_items_counter {
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
}

.card_offer_black_items_counter span {
    color: rgba(255, 255, 255, 0.50);
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
}

.card_offer_black_items_exp_txt {
    color: rgba(255, 255, 255, 0.50);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
}

.card_offer_black_items_exp_date {
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
}

.card_offer_black_items_copy_code {
    border: 1px solid #383838;
    display: flex;
    align-items: center;
    border-radius: 12px;
    height: 46px;
    cursor: pointer;
}

.card_offer_black_items_copy_code div {
    display: flex;
    width: 40px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border: 1px solid #383838;
    background: #292929;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;

}

.card_offer_black_items_copy_code span {
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    width: 82%;

}

.card_offer_black_items_progress {
    display: flex;
    padding: 4px;
    align-items: center;
    gap: 10px;
    border-radius: 9px;
    background: var(--Surface-Component, #333);
    flex-direction: row-reverse;
    width: 80%;
}

.card_offer_black_items_progress_st {
    display: flex;
    width: 20%;
    height: 8px;
    padding: 3px 2px 3px 3px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    border-radius: 99px;
    background: linear-gradient(90deg, rgba(255, 55, 75, 0.50) 0%, #FF374B 100%);
}



.offer_card_public_black {
    display: flex;
    padding: 16px;
    flex-direction: column;
    flex: 1 0 0;
    border-radius: 11px;
    background: #1A1A1A;
}

.offer_card_public_black_txt {
    height: 56px;
    color: #FFF;
    text-align: right;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
}

#public-show-more-btn {
    background: linear-gradient(180deg, rgba(15, 15, 15, 0.00) 0%, #0F0F0F 100%), linear-gradient(180deg, rgba(15, 15, 15, 0.00) 0%, #0F0F0F 100%);
    height: 96px;
    margin-top: -96px !important;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.tit_f_cmp {
    align-self: stretch;
    color: #fff;
    text-align: right;
    font-size: 44px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
}

.tit_f_cmp span {
    align-self: stretch;
    color: #FF4A6A;
    text-align: right;
    font-size: 44px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
}

.txt_f_cmp {
    align-self: stretch;
    color: #B6B6B6;
    text-align: right;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
}

footer {
    display: flex;
    height: 60px;
    padding: 0 40px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    background: #000;
}

footer p {
    color: #B6B6B6;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

.banner_items {
    height: 185px;
    flex: 1 0 0;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: #1A1A1A;
    padding: 16px 24px;
}


.banner_items p {
    width: 397.719px;
    color: #FFF;
    text-align: right;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
    letter-spacing: -0.48px;
    width: 100%;

}

.banner_items a {
    display: inline-flex;
    height: 44px;
    padding: 0 20px;
    justify-content: center;
    align-items: center;
    gap: 6px;
    border-radius: 10px;
    border: 1.5px solid #FFC032;
    background: rgba(255, 192, 50, 0.30);

    color: #FFF;
    text-align: right;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: -0.4px;
    text-decoration: none;
}

.banner_data {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.banner_logo {
    max-height: 32px;
}

.limoo_st {
    background-image: url(../media/banner/BG\ -\ Desktop\ -yellow.png);
    background-position-x: left;
    background-position-y: bottom;
    background-repeat: no-repeat;
    background-size: contain;
}

.red_st {
    background-image: url(../media/banner/BG\ -\ Desktop\ -\ Red.png);
    background-position-x: left;
    background-position-y: bottom;
    background-repeat: no-repeat;
    background-size: contain;
}

.red_st a {
    border: 1.5px solid #FF374B;
    background: rgba(255, 55, 75, 0.24);
}

.m_st_on {
    display: none;
}

@media (max-width: 768px) {
    .brand_tabs {
        width: 100%;
        overflow: auto;
    }

    .brand_tabs_items {
        min-width: 120px;
    }

    .back_speed {
        display: none !important;
    }

    .brand_tabs_public {
        width: 100%;
        overflow: auto;
    }

    .banner_items {
        min-height: 185px;
        height: auto;
    }

    .d_st_on {
        display: none;
    }

    .m_st_on {
        display: block;
    }
}