.mb-80 {
    margin-bottom: 80px;
}

.main_container {
    width: 100%;
    max-width: 1588px;
    margin-inline: auto;
}

.category_slide {
    width: unset;
}

.category_slide_static {
    margin-right: 16px;
}

.category_slide_img {
    display: block;
    width: 72px;
    margin: 0 auto;
    aspect-ratio: 0.84;
}

.category_slide_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: bottom;
}

.mobile_category_slider_wrap span {
    margin-top: 5px;
    display: block;
    color: #333333;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
}

.seeMore__btn {
    width: 250px;
    height: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 48px auto 0px;
}

/* ================================= Slider  ============================== */
.carousel_banner {
    display: block;
    width: 100%;
    cursor: pointer;
    aspect-ratio: 2.57;
}

.carousel_banner video {
    pointer-events: none;
}

.earlyBirdBanner {
    cursor: pointer;
}

.earlyBirdBanner .carousel_banner {
    pointer-events: none;
}

.carousel_wrpr .swiper-pagination {
    display: flex;
    align-items: center;
    width: initial !important;
    position: static;
    gap: 22px;
}

.carousel_wrpr .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    opacity: 1;
    border-radius: 40px;
    background: #e0e0e0cc;
}

.carousel_wrpr .swiper-pagination-bullet-active {
    background: linear-gradient(180deg, #0E0E0E 1.2%, #666666 101.2%);
}

.carousel_banner_controllers {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 22px;
    margin-top: 10px;
}

.carousel_banner_controllers svg {
    width: 48px;
    aspect-ratio: 1;
    cursor: pointer;
}

.carousel_cta {
    position: relative;
    display: flex;
    align-items: center;
}

.carousel_cta::before {
    content: "";
    background-color: #00000033;
    display: block;
    width: 2px;
    height: 32px;
    margin-right: 22px;
}

.carousel_pause,
.carousel_cta.active .carousel_play,
.mobile_category_slider_wrap {
    display: none;
}

.homepage_banner>a,
.carousel_cta.active .carousel_pause {
    display: block;
}

.top_selling_container,
.new_arrival_container,
.outfit_inner_wrpr {
    position: relative;
}

.top_selling_carousel_wrap {
    width: 100%;
    position: relative;
}

.home_list_cards_out_of_stock {
    background: #26262680;
    position: absolute;
    bottom: 0;
    width: 100%;
    display: flex;
    gap: 8px;
    aspect-ratio: 3.2;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.home_list_cards_out_of_stock_heading {
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
}

.home_list_cards_out_of_stock_disc {
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
}

.flat__off__nov {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    column-gap: 40px;
}

.flat__off__nov a {
    display: inline-block;
}

.flat__off__nov a:first-child {
    margin-left: 60px;
}

.flat__off__nov a:last-child {
    margin-right: 60px;
}

.product_wishlist_icon {
    width: 40px;
    aspect-ratio: 1;
    position: absolute;
    top: 3%;
    right: 5%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    background: #f4f4f4;
    box-shadow: 15.326px 15.326px 45.979px 0px #00000033;
    -webkit-box-shadow: 15.326px 15.326px 45.979px 0px #00000033;
    cursor: pointer;
    pointer-events: auto;
    touch-action: manipulation;
}

.product_wishlist_icon svg {
    width: 60%;
    cursor: pointer;
    stroke-width: 2;
}

.product_wishlist_icon.liked svg {
    animation: liking 500ms ease;
}

.product_wishlist_icon.liked path {
    fill: #b12029;
    stroke: #b12029;
}

/* ================================= Top Selling END  ===================================== */
/* ================================= Categories list with offer  ===================================== */
.category__lists__offer__inner_img {
    width: 100%;
    max-width: 235px;
}

.category__lists__offer__inner {
    min-width: 400px;
}

.category__lists__offer__inner:first-child {
    margin-left: 76px;
}

.category__lists__offer__inner:last-child {
    margin-right: 76px;
}

/* ================================= end category list with offer END  ===================================== */
.outfit_container .swiper-wrapper:has(.outfit_cards_heading.skeleton-box) {
    justify-content: space-between;
}

.outfit_cards_list_box:has(.outfit_cards_heading.skeleton-box) {
    width: 24%;
}

.outfit_cards_heading {
    color: #000;
    text-align: center;
    font-size: 28px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.outfit_cards_box {
    background-color: #f7f7f7;
    padding: 14px;
}

.outfit_cards_img {
    display: block;
    aspect-ratio: 1;
    width: 100%;
    overflow: hidden;
}

.outfit_cards_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.outfit_cards_box .swiper-slide {
    max-width: 513px;
    width: 100% !important;
    aspect-ratio: 0.672;
}

.outfit_cards_img_box {
    display: flex;
    align-items: start;
    column-gap: 2%;
    padding-top: 14px;
}

.outfit_cards_img_box_list {
    flex: 0 0 32%;
    cursor: pointer;
}

.outfit_cards_img_section {
    display: block;
    width: 100%;
    aspect-ratio: 1;
    overflow: hidden;
    max-width: 151px;
    max-height: 151px;
    border-radius: 50%;
    margin-bottom: 6px;
}

.carousel_banner img,
.outfit_cards_img_section img {
    width: 100%;
}

.outfit_cards_img_box_list p {
    color: #000000;
    font-size: 20px;
    line-height: 1;
    font-weight: 400;
    text-align: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
}

/* ================================= Outfit End  ===================================== */
/* ================================= Home Page Banner Section Start  ===================================== */
.homepage_banner {
    width: 100%;
    display: block;
    overflow: hidden;
}

.homepage_banner img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.monsoon_banner {
    aspect-ratio: 5.1;
}

.thread_banner {
    aspect-ratio: 3.91;
    margin-bottom: 40px;
}

.giftcard_banner {
    aspect-ratio: 3.91;
}

/* ================================= Home Page Banner Section End ===================================== */
/* ================================= Thread Start ============================== */
.featured__slider__main {
    max-width: 1920px;
    margin: 0 auto;
    display: block;
    padding-top: 60px;
    padding-bottom: 60px;
}

.feature_slider_wrap {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 86px;
    padding-left: 30px;
    padding-right: 20px;
}

.featuredOnSwiper {
    max-width: 1530px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.featuredOnSwiper .swiper-wrapper {
    align-items: center;
}

.feature_slide_img {
    display: flex;
    align-items: center;
    justify-content: center;
}

.featuredOnSwiper .swiper-slide img {
    max-width: 100px;
}

.homePageSaleBG {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.homePageSaleBG img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper_controller {
    width: 95vw;
}

/* Scratch Icon */
.scratch_game_home_icon {
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 86px;
    height: 86px;
    position: relative;
}

.scratch_game_home_icon img {
    width: 100%;
    height: 100%;
}

.scratch_game_home_icon svg {
    width: 100%;
    position: absolute;
    height: 100%;
}

.slot_cta_btn {
    cursor: pointer;
}

@media screen and (max-width: 1750px) {
    .feature_slider_wrap {
        gap: 50px;
    }
}

@media screen and (max-width: 1470px) {
    .carousel_banner_controllers {
        position: absolute;
        bottom: 12px;
        width: 100%;
        z-index: 10;
        gap: 10px;
    }

    .carousel_wrpr .swiper-pagination {
        gap: 12px;
    }

    .carousel_banner_controllers svg {
        width: 36px;
    }

    .carousel_wrpr .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
    }

    .carousel_cta::before {
        height: 28px;
        margin-right: 10px;
    }

    .main_container {
        max-width: 1196px;
    }

    .outfit_cards_img_box_list p {
        font-size: 14px;
    }

    .product_wishlist_icon {
        width: 40px;
    }

    .outfit_cards_box {
        padding: 12px;
    }

    .outfit_cards_heading {
        font-size: 28px;
        margin-bottom: 12px;
    }

    .outfit_cards_img_box {
        padding-top: 12px;
    }
}

@media screen and (max-width: 1440px) {
    .seeMore__btn {
        width: 180px;
        height: 42px;
        margin-top: 30px;
    }

    .thread_banner {
        margin-bottom: 32px;
    }

    .mb-80 {
        margin-bottom: 52px;
    }

    .feature_slider_wrap {
        gap: 36px;
    }

    .category__lists__offer__inner:first-child {
        margin-left: 50px;
    }

    .category__lists__offer__inner:last-child {
        margin-right: 50px;
    }
}

@media screen and (max-width: 1024px) {
    .main_container {
        max-width: 95%;
    }

    .product_wishlist_icon {
        width: 30px;
    }

    .swiper_controller {
        width: 96vw;
    }

    .outfit_cards_list_box:has(.outfit_cards_heading.skeleton-box) {
        width: 48.5%;
    }

    .outfit_cards_list_box:has(.outfit_cards_heading.skeleton-box):nth-child(even) {
        display: none;
    }

    .outfit_cards_heading {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .home_list_cards_out_of_stock {
        padding: 5px;
    }

    .home_list_cards_out_of_stock_heading,
    .home_list_cards_out_of_stock_disc {
        font-size: 14px;
    }
}

@media screen and (max-width: 767px) {
    .outfit_inner_wrpr {
        padding: 10px;
    }

    .monsoon_banner {
        aspect-ratio: 1.09;
    }

    .thread_banner {
        aspect-ratio: 1.0588;
        margin-bottom: 24px;
    }

    .giftcard_banner {
        aspect-ratio: 1.0588;
    }

    .seeMore__btn {
        width: 106px;
        height: 32px;
        font-size: 12px;
        margin-top: 16px;
    }

    .category__lists__offer__inner_img {
        max-width: 94px;
    }

    .outfit_cards_img_box_list p,
    .home_list_cards_out_of_stock_heading,
    .home_list_cards_out_of_stock_disc {
        font-size: 12px;
    }

    .home_list_cards_out_of_stock {
        gap: 5px;
    }

    .category__lists__offer__inner {
        min-width: 135px;
    }

    .category__lists__offer__inner:first-child {
        margin-left: 10px;
    }

    .category__lists__offer__inner:last-child {
        margin-right: 10px;
    }

    .feature_slider_wrap {
        padding: 0;
        gap: 16px;
    }

    .featured__slider__main {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .carousel_banner {
        aspect-ratio: 0.9;
    }

    .carousel_banner_controllers {
        bottom: 10px;
    }

    .carousel_wrpr .swiper-pagination {
        gap: 10px;
    }

    .carousel_wrpr .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
    }

    .carousel_cta,
    .carousel_banner_prev_btn,
    .carousel_banner_next_btn,
    .featured_prev_btn,
    .featured_next_btn,
    .new_arrival_container .swiper_controller,
    .top_selling_container .swiper_controller {
        display: none;
    }

    .main_container {
        overflow: hidden;
        max-width: 100%;
        padding: 0px 10px;
    }

    .mb-80 {
        margin-bottom: 24px;
    }

    .outfit_cards_img_section {
        margin-inline: auto;
        max-width: 104px;
    }

    .mobile_category_slider_wrap {
        display: flex;
        padding: 8px 16px 16px;
    }

    .featuredOnSwiper .swiper-wrapper {
        gap: 20px;
    }

    .outfit_cards_list_box:has(.outfit_cards_heading.skeleton-box) {
        width: 100%;
    }

    .outfit_cards_list_box:has(.outfit_cards_heading.skeleton-box):nth-child(1) {
        display: none;
    }

    .outfit_cards_img_box {
        column-gap: 5%;
    }

    .outfit_cards_img_box_list {
        flex: 0 0 30%;
    }

    .flat__off__nov {
        column-gap: 15px;
    }

    .flat__off__nov a:first-child {
        margin-left: 10px;
    }

    .flat__off__nov a:last-child {
        margin-right: 10px;
    }

    .flat__off__nov a {
        max-width: 135px;
    }
}