/* Featured Lottery */
.vc_featured_product_container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    background: #282828;
}

.vc_featured_product_container .featured_image_wrapper img {
    width: 100%;
    max-height: 549px;
    object-fit: cover;
    height: 100%;
}

.vc_featured_product_container .product_info_wrapper {
    gap: 32px;
    padding: 48px;
    display: flex;
    flex-direction: column;
}

.prices_wrapper {
    gap: 24px;
}

.price_container {
    gap: 5px;
    position: relative;
}

.vc_price {
    font-weight: 500;
    font-size: 28px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #F3EA99;
}

.vc_price_label {
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
}

.vc_featured_product_container .price_container:nth-child(2)::before {
    border-left: 1px solid #F3EA99;
    content: '';
    position: absolute;
    left: 0;
    height: 35px;
    top: 50%;
    transform: translateY(-50%);
}

.vc_featured_product_container .price_container:nth-child(2) {
    padding-left: 24px;
}

.vc_featured_product_container .vc-flipdown.flipdown__theme-dark .rotor-bottom,
.vc_featured_product_container .vc-flipdown.flipdown__theme-dark .rotor-leaf-rear,
.vc_featured_product_container .vc-flipdown.flipdown__theme-dark .rotor,
.vc_featured_product_container .vc-flipdown.flipdown__theme-dark .rotor-top,
.vc_featured_product_container .vc-flipdown.flipdown__theme-dark .rotor-leaf-front {
    background: #282828;
}

.vc_featured_product_container .flipdown .rotor-group:nth-child(n+2):nth-child(-n+3)::before,
.vc_featured_product_container .vc-flipdown .rotor-group:nth-child(1)::before {
    bottom: 12px;
}

.vc_featured_product_container .flipdown .rotor-group:nth-child(n+2):nth-child(-n+3)::after,
.vc_featured_product_container .vc-flipdown .rotor-group:nth-child(1)::after {
    bottom: 0px;
}

.product_timer_wrapper {
    margin-bottom: 30px;
}

.lottery-progress {
    width: 100%;
}

.progress-bar {
    width: 100%;
    height: 6px;
    background: #121212;
    overflow: hidden;
    margin-bottom: 16px;
    position: relative;
}

.progress-fill {
    height: 100%;
    width: 0;
    background: linear-gradient(90deg, #926128 0%, #F3EA99 100%);

}

.progress-stats {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    letter-spacing: 0.5px;
}

.progress-stats span {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
    color: #D2D2D2;
}

.progress-stats .remaining {
    color: #cccccc;
    text-transform: uppercase;
}

.vc-flipdown .rotor-group:last-child {
    margin-right: 0;
}

/* Upcoming Competitions */
.vc_upcoming_competitions {
    gap: 16px;
}

.vc_upcoming_competitions .product_thumbnail img {
    height: 415px;
    width: 100%;
    object-fit: cover;
}

.vc_upcoming_competitions .product_card_footer {
    gap: 10px;
    padding: 16px;
    background: #282828;
    text-align: center;
    flex: 1;
}

.vc_upcoming_competitions .product_title a {
    font-weight: 500;
    font-size: 28px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #FDFDFD;
}

.vc_upcoming_competitions .vc_price {
    font-size: 20px;
}

/* Latest Newsletters */


[data-prefix="blog"] .entries,
.vc_latest_newsletters {
    gap: 40px;
}

[data-prefix="blog"] .entries .entry-card .boundless-image {
    width: calc(100% + 16px*2);
    border-radius: 0;
    margin-inline: calc(16px*-1);
    margin-bottom: 16px;
    margin-top: 0;
}

[data-prefix="blog"] .entries .entry-card {
    border: 1px solid #0000000F;
    padding: 0 16px;
    border-radius: 0;
}

[data-prefix="blog"] .entries .entry-card .entry-button,
[data-prefix="blog"] .entries .entry-card .entry-meta {
    display: none;
}

[data-prefix="blog"] .entries .entry-card img {
    height: 334px;
    width: 100%;
    object-fit: cover;
}

[data-prefix="blog"] .entries .entry-card .entry-title a {
    font-family: Larken;
    font-weight: 500;
    font-size: 24px;
    line-height: 124%;
    letter-spacing: 2%;
    color: #100E0C !important;
}

[data-prefix="blog"] .entries .entry-card .vc_read_time {
    margin-bottom: 16px;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #7D7770;
    margin-top: auto;
}

[data-prefix="blog"] .entries .entry-card .entry-title {
    margin-bottom: 6px;
    line-height: 1;
}

[data-archive="default"] .entry-card .entry-excerpt {
    font-family: Geist;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
    color: #3F3F3F;
    margin-bottom: 16px;
}

/* See More button */
.see_all_winners,
.ct-load-more-helper .ct-load-more {
    width: 200px;
    height: 51px;
    padding-top: 16px;
    padding-bottom: 16px;
    border: 1px solid #7D777099 !important;
    background: transparent !important;
    border-radius: 0;
    font-family: Larken;
    font-weight: 700;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 4%;
    text-transform: uppercase;
    color: var(--theme-button-text-initial-color) !important;
    cursor: pointer;
}

/* Recent Winners */
.recent-winners-wrap.vc-responsive-scroll {
    display: flex !important;
    flex-direction: row;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
}

.recent-winners-wrap.vc-responsive-scroll::-webkit-scrollbar {
    display: none;
}

.recent-winners-wrap.vc-responsive-scroll .vc-responsive-scroll-card {
    min-width: 345px;
    max-width: 345px;
    scroll-snap-align: start;
}

/* Winners */
.recent-winners-wrap .featured-image-wrap img {
    height: 417px;
    width: 100%;
    object-fit: cover;
}

.see_all_winners.loader-button .btn_loader {
    border-color: var(--theme-button-text-initial-color) !important;
    border-bottom-color: transparent !important;
}

@media screen and (max-width: 1024px) {
    .vc_featured_product_container .featured_image_wrapper img {
        max-height: 513px;
    }

    .vc_price {
        font-size: 20px;
    }

    .vc_price_label {
        font-size: 14px;
    }

    .progress-stats span {
        font-size: 15px;
    }

    .vc_upcoming_competitions .product_title a {
        font-size: 24px;
    }

    .vc_upcoming_competitions .vc_price {
        font-size: 18px;
    }

    .vc_upcoming_competitions .vc_price_label {
        font-size: 13px;
    }

    .vc_upcoming_competitions .product_thumbnail img {
        height: 399px;
    }

    .vc_upcoming_competitions .product_card_footer {
        padding: 16px 12px;
    }

    [data-prefix="blog"] .entries {
        gap: 24px;
    }

    [data-prefix="blog"] .entries .entry-card .entry-title a {
        font-size: 20px;
    }

    [data-archive="default"] .entry-card .entry-excerpt {
        font-size: 15px;
    }

    [data-prefix="blog"] .entries .entry-card .vc_read_time {
        font-size: 13px;
    }

    .winners_page .recent-winners-wrap {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 767px) {

    .recent-winners-wrap.vc-responsive-scroll {
        gap: 10px;
    }

    .vc_featured_product_container {
        grid-template-columns: repeat(1, 1fr);
    }

    .vc_featured_product_container .featured_image_wrapper {
        order: 2;
    }

    .vc_featured_product_container .product_info_wrapper {
        order: 1;
        gap: 10px;
        padding: 24px;
    }

    .vc_featured_product_container .featured_image_wrapper img {
        max-height: 367px;
    }

    /* Scrollable grid */
    .vc-responsive-scroll {
        display: flex !important;
        flex-direction: row;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
    }

    .vc-responsive-scroll::-webkit-scrollbar {
        display: none;
    }

    .vc-responsive-scroll .vc-responsive-scroll-card {
        min-width: 90%;
        max-width: 90%;
        scroll-snap-align: start;
    }

    /* Scrollable grid End*/

    .vc_upcoming_competitions .product_thumbnail img {
        height: 429px;
    }

    .vc_upcoming_competitions .product_title a {
        font-size: 20px;
    }

    [data-prefix="blog"] .entries {
        gap: 16px;
        grid-template-columns: repeat(1, 1fr);
    }

    [data-prefix="blog"] .entries .entry-card .entry-title a {
        font-size: 16px;
    }

    [data-archive="default"] .entry-card .entry-excerpt {
        font-size: 14px;
    }

    [data-prefix="blog"] .entries .entry-card .vc_read_time {
        font-size: 12px;
    }

    .winners_page .recent-winners-wrap {
        grid-template-columns: repeat(1, 1fr);
    }
}