#black-friday {
    padding: 93px 0 107px 0;
    margin-bottom: 79px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

#black-friday .neon-wave {
    position: absolute;
    bottom: 0;
    left: 100px;
}

#black-friday .title p {
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-family: 'Montserrat' !important;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0.12em;
    padding: 0;
}

#black-friday .title strong {
    display: block;
    margin-top: -50px;
    margin-bottom: 25px;
    padding-right: 41px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-family: 'Montserrat' !important;
    font-size: 69px;
    line-height: 84px;
    font-weight: 600;
    letter-spacing: 0.115em;
    text-shadow: 0px 6px 6px rgba(0, 0, 0, 0.56);
}

#black-friday .title strong em {
    font-weight: 400;
    text-transform: none;
    color: #fff;
    font-size: 126px;
    font-family: "BrittanySignature" !important;
    font-style: normal;
    text-shadow: 0px 0px 6px rgba(255, 255, 255, 0.95);
    letter-spacing: 0;
    margin-left: -8px;
    top: 4px;
    position: relative;
}

#black-friday .loc-select {
    text-align: center;
    margin-top: -24px;
    position: relative;
    z-index: 1;
}

#black-friday .loc-select p {
    color: #fff;
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 0.02em;
    font-weight: 600;
    padding-bottom: 4px;
}

#black-friday .loc-select select {
    width: 330px;
    height: 35px;
    color: #242424;
    line-height: 30px;
    letter-spacing: 0.02em;
    font-weight: 500;
    text-indent: 14px;
    text-transform: uppercase;
    padding: 0;
}

#black-friday .inner {
    display: flex;
    gap: 23px;
    max-width: 1434px;
    margin-top: 56px;
}

#black-friday .inner .left {
    width: 39%;
    position: relative;
}

#black-friday .inner .left img.desktop {
    border-radius: 5px;
    display: block;
    height: 100%;
    object-fit: cover;
}

#black-friday .inner .left img.mobile {
    display: none;
}

#black-friday .bf-decor {
    position: absolute;
    bottom: -125px;
    left: -31px;
    max-width: unset;
    max-height: unset;
    width: 469px;
    aspect-ratio: 469 / 383;
}

#black-friday .inner .right {
    width: 50%;
    flex-grow: 1;
}

#black-friday .inner .swiper-nav {
    display: none;
}

#black-friday .inner .swiper {
    height: 943px;
    overflow: scroll;
    -ms-overflow-style: none;
    /* Internet Explorer 10+ */
    scrollbar-width: none;
    /* Firefox, Safari 18.2+, Chromium 121+ */
}

#black-friday .inner .swiper::-webkit-scrollbar {
    display: none;
    /* Older Safari and Chromium */
}

#black-friday .inner .swiper-wrapper {
    justify-content: center;
    gap: 30px;
}

#black-friday .inner .swiper-slide {
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 5px;
    width: calc(50% - 22px);
    height: 293px;
    text-align: center;
    padding: 36px 20px 19px 20px;
}

#black-friday .inner .swiper-slide .top h4 {
    text-transform: uppercase;
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    letter-spacing: 0.12em;
}

#black-friday .inner .swiper-slide .top .subtext {
    font-size: 14px;
    line-height: 19px;
    font-weight: 500;
}

#black-friday .inner .swiper-slide .button {
    background: #000;
    height: 27px;
    line-height: 27px;
    border-radius: 70px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    padding: 0 12px;
    margin: 14px auto;
}

#black-friday .inner .swiper-slide .bottom {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#black-friday .inner .swiper-slide .rm-desc,
#black-friday .inner .swiper-slide .rm-desc p {
    font-size: 14px;
    line-height: 19px;
}

#black-friday .inner .swiper-slide .disclaimer {
    font-style: italic;
    font-size: 10px;
    line-height: 14px;
}

@media screen and (min-width: 576px) {
    .show_hide {
        display: none
    }
}

@media screen and (max-width: 1300px) {
    #black-friday .inner .left {
        width: 35%;
    }

    #black-friday .inner .swiper-slide {
        padding: 26px 20px 19px 20px;
    }

    #black-friday .inner .swiper-slide .top h4 {
        padding-bottom: 5px;
    }

    #black-friday .inner .swiper-slide .button {
        margin: 5px auto;
    }

    #black-friday .bf-decor {
        bottom: -101px;
        left: -42px;
        width: 379px;
    }
}


@media screen and (max-width: 992px) {
    #specials-v3 .items .cont-banner+.container {
        background-image: url('../images/bf-decor-2.png');
        background-position: top center;
        background-repeat: no-repeat;
        margin-top: 0;
    }

    #black-friday {
        padding: 58px 0 91px 0;
        margin-bottom: 0;
        padding-top: 27px;
    }

    #black-friday .neon-wave {
        display: none;
    }

    #black-friday .title p {
        font-size: 18px;
        line-height: 24px;
    }

    #black-friday .title strong {
        font-size: 37px;
        line-height: 48px;
        padding: 0;
        margin: -50px 0 39px -22px;
    }

    #black-friday .title strong em {
        font-size: 73px;
        line-height: 150px;
        top: 35px;
        margin-left: -100px;
    }

    #black-friday .loc-select {
        margin-top: 15px;
    }

    #specials-v3 .items .container {
        margin-top: 42px;
        gap: 14px;
    }

    #black-friday .inner {
        flex-direction: column;
    }

    #black-friday .inner .left {
        width: 100%;
        z-index: 3;
    }

    #black-friday .inner .left img.desktop {
        margin: 0 auto;
        max-width: 100%;
        height: 340px;
        width: auto;
        border-radius: 5px;
    }

    #black-friday .inner .left img.mobile {
        display: block;
        border-radius: 5px;
    }

    #black-friday .inner .left img.mobile+img {
        display: none;
    }

    #black-friday .inner .right {
        width: 100%;
    }

    #black-friday .inner .swiper {
        height: 610px;
        overflow: visible;
    }

    #black-friday .inner .swiper-wrapper {
        justify-content: unset !important;
        gap: 0;
    }

    #black-friday .inner .swiper-slide {
        padding: 26px 10px 19px 10px;
        min-height: min-content;
    }

    #black-friday .inner .swiper-slide .disclaimer {
        text-align: left;
    }

    #black-friday .inner .swiper-slide .top h4 {
        padding-bottom: 14px;
        padding-left: 5px;
        padding-right: 5px;
    }

    #black-friday .inner .swiper-slide .rm-desc,
    #black-friday .inner .swiper-slide .rm-desc p {
        text-align: left;
        line-height: 21px;
    }

    #black-friday .inner .swiper-slide .button {
        margin: 17px auto 13px auto;
    }

    #black-friday .inner .swiper-nav {
        display: flex;
        margin-top: 30px;
    }

    #black-friday .swiper-pagination-bullet {
        width: 11px;
        height: 11px;
        background: #fff;
        border: 1px solid #707070;
        opacity: 1;
        margin: 0 7px;
    }

    #black-friday .swiper-pagination-bullet-active {
        border-color: #A46DAC;
    }

    #black-friday .swiper-button-next,
    #black-friday .swiper-button-prev {
        position: relative;
    }

    #black-friday .rm-desc p {
        height: 63px;
        overflow: hidden;
    }

    #black-friday .rm-desc p.expanded {
        height: auto;
    }

    #black-friday .show_hide.rm {
        margin-top: 8px;
    }

    #black-friday .inner .swiper-slide .bottom {
        height: auto;
        flex-grow: 1;
    }

    #black-friday .bf-decor {
        bottom: -74px;
        left: -31px;
        width: 279px;
    }
}

@media screen and (max-width: 400px) {
    #black-friday .inner .left img.desktop {
        max-width: unset;
        width: calc(100% + 20px);
        margin-left: -10px;
        height: 340px;
        border-radius: 5px;
    }
}