::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    border-radius: 8px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
    border: 10px solid transparent;
}

::-webkit-scrollbar-thumb {
    background: #e3e3e3;
    border-radius: 10px;
    border: 10px solid transparent;
}

::-webkit-scrollbar-thumb:hover {
    background: #888888;
}

.Joy-Blocks__Heading,
.Joy-UGC__Title {
    margin: 0;
    font-weight: 600;
    line-height: 1.5;
}

.Joy-UGC {
    width: calc(100vw);
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    padding: 65px 24px;
}

.Joy-UGC {
    padding-right: 0;
    padding-left: 0;
}

.Joy-Blocks__SubTitle {
    margin: 16px 0;
    font-size: 16px;
}

@media only screen and (min-width: 461px) {
    .columns-desktop-1,
    .columns-desktop-redeem-1 {
        flex: 0 0 calc(100%);
    }

    .columns-desktop-2,
    .columns-desktop-redeem-2 {
        flex: 0 0 calc(50% - 10px);
    }

    .columns-desktop-3,
    .columns-desktop-redeem-3 {
        flex: 0 0 calc(33.3333% - 14px);
    }

    .columns-desktop-4,
    .columns-desktop-redeem-4 {
        flex: 0 0 calc(25% - 15px);
    }

    .columns-desktop-5 {
        flex: 0 0 calc(20% - 16px);
    }
}

/* Mobile columns */
@media only screen and (max-width: 460px) {
    .columns-mobile-1 {
        flex: 0 0 calc(100%) !important;
    }

    .columns-mobile-2 {
        flex: 0 0 calc(50% - 10px) !important;
    }

    .columns-mobile-3 {
        flex: 0 0 calc(33.3333%);
    }

    .columns-mobile-4 {
        flex: 0 0 calc(25%);
    }

    .columns-mobile-5 {
        flex: 0 0 calc(20%);
    }
}

/* Joy UGC */
.Joy-UGC__Container {
    max-width: 100%;
    margin: 0 auto;
}

.Joy-UGC_List {
    display: flex;
    margin-top: 36px;
    overflow: auto;
    justify-content: center;
}

.Joy-UGC_List div {
    padding: 8px;
    max-width: 80vw;
}

.Joy-UGC_List::-webkit-scrollbar {
    display: none;
}

.Joy-UGC_List iframe {
    width: 315px !important;
    height: 560px !important;
}

.Joy-UGC_List.Joy-UGC_List_Tiktok iframe {
    width: 325px !important;
    height: 757px !important;
}

@media only screen and (max-width: 460px) {
    .Joy-UGC_List {
        justify-content: flex-start;
    }
}

.footer {
    margin-top: 0 !important;
}

h1.main-page-title.page-title {
    display: none !important;
}

.Joy-LineClamp, .Joy-LineClamp_Subtitle {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    width: 1200px;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
    max-width: 100%;
    padding: 0 1px;
    line-height: normal;
}

#joy-coming-soon {
    position: relative;
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
}

#joy-coming-soon:has(.Avada-LoyaltyPage__Loading--root) {
    padding-block: 24px;
}

@media only screen and (max-width: 460px) {
    .Joy-LineClamp, .Joy-LineClamp_Subtitle {
        text-align: left;
    }
}

#Joy-MyReward {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100vw);
}

#Joy-MyReward:has(.Avada-LoyaltyPage__Loading--root) {
    padding-block: 24px;
}

#joy-rewards-activity:has(.Avada-LoyaltyPage__Loading--root) {
    padding-block: 24px;
}

#Joy-Referral {
    position: relative;
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
}

