.banner_img_listing_pages {
    width: 100%;
    margin-bottom: 20px;
    cursor: pointer;
}

.banner_img_listing_pages img {
    width: 100%;
}

.container_wrpr {
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
}

.bread_crumb {
    padding: 10px 0px;
    margin: 20px 0px;
    text-transform: capitalize;
}

.bread_crumb .bread_crumb_link {
    margin-right: 5px;
    display: inline-block;
    color: #777777;
    font-size: 16px;
    font-weight: 400;
}

.bread_crumb .bread_crumb_link::after {
    content: "/";
    font-size: 14px;
    margin-left: 5px;
    color: #282c3f;
}

.prod_list_topic {
    color: #383838;
    font-size: 32px;
    font-weight: 400;
    line-height: 100%;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 48px;
}

.search-suggestion-for-you {
    font-size: 32px;
    font-weight: 400;
    margin: 40px 0px 20px;
}

.product_list_wrpr {
    margin-top: 48px;
}

.product_list_cards_wrpr {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    column-gap: 4%;
    row-gap: 48px;
}

.product_list_cards_list {
    display: block;
    width: 100%;
    flex: 0 0 22%;
    border: 1px solid #f2f2f2;
}

.product_list_cards_img_box {
    position: relative;
    margin-bottom: 12px;
}

.product_list_tag {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    padding: 5px 9px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    z-index: 9;
    padding: 4px 30px 4px 10px;
    clip-path: polygon(0 0, 100% 0, 80% 100%, 0% 100%);
}

.product_list_new_product_tag {
    background: #000000;
    color: #fff;
}

.product_list_new_product_tag1 {
    background-color: #F4A384;
    color: #333333;
}

.product_list_card_img {
    width: 100%;
    position: relative;
    overflow: hidden;
    aspect-ratio: 0.64;
}

.product_list_card_img.accessories_list {
    aspect-ratio: 0.8425;
}

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

.product_list_cards_heading {
    font-size: 18px;
    color: #000000;
    font-weight: 400;
    margin-bottom: 8px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.2;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    cursor: pointer;
}

.product_list_cards_actual_price_txt {
    color: #000000;
    font-size: 16px;
    font-weight: 400;
}

.price_question_mark {
    all: inherit;
    color: #B12029;
    padding: 0px 2px;
    display: inline-block;
    animation: highlighting 1s infinite linear alternate;
}

@keyframes highlighting {
    100% {
        transform: rotateY(180deg);
    }
}

.product_list_cards_best_pricing,
.product_list_cards_colors_avail {
    margin-bottom: 8px;
}

.product_list_cards_best_pricing {
    display: flex;
    column-gap: 8px;
    align-items: center;
}

.product_list_cards_best_pricing_img {
    width: 24px;
}

.product_list_cards_best_pricing.delivery_details.express_delivery {
    width: max-content;
    padding: 4px 30px 4px 10px;
    background-color: #b12029;
    clip-path: polygon(0 0, 100% 0, calc(100% - 25px) 100%, 0% 100%);
}

.product_list_cards_best_pricing.delivery_details.express_delivery .prodcut_list_cards_best_pricing_txt span {
    color: #ffffff;
}

.product_list_cards_best_pricing.delivery_details.express_delivery .product_list_cards_best_pricing_img {
    filter: invert(1);
    -webkit-filter: invert(1);
}

.product_list_cards_colors_avail span {
    border-radius: 25px;
    color: #000000;
    background: #fff3c7;
    font-size: 14px;
    font-weight: 400;
    padding: 4px 16px;
}

.prodcut_list_cards_best_pricing_txt span {
    color: #757575;
    font-weight: 400;
}

.product_list_cards_contents {
    padding-inline: 5px;
}

.product_list_cards_cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.product_list_cards_cta_for_checking {
    aspect-ratio: 79 / 12;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #333333;
    cursor: pointer;
}

.product_list_cards_btn_group {
    flex: 1 1 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 3.5;
    cursor: pointer;
}

.product_list_wishlist_icon {
    background: #f4f4f4;
}

.product_list_wishlist_icon svg {
    width: 20px;
    transform-origin: center center;
}

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

.product_list_wishlist_icon.liked path {
    fill: #B12029;
    stroke: #B12029;
}

.product_list_add_to_cart {
    background: #333333;
}

.product_list_cards_btn {
    all: unset;
    cursor: pointer;
    color: #ffffff;
    font-weight: 500;
    pointer-events: none;
}

.prodcut_list_cards_best_pricing_contents {
    color: #B12029;
}

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

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

.product_list_cards_out_of_stock_disc {
    font-size: 14px;
}

.product_list_cards_list.product_list_out_of_stock .delivery_details,
.product_list_cards_list.product_list_out_of_stock .product_list_cards_colors_avail {
    visibility: hidden;
}

.product_list_cards_list.product_list_out_of_stock .product_list_cards_cta .product_list_add_to_cart {
    opacity: 0.5;
    pointer-events: none;
}

.product_list_cards_list.product_list_out_of_stock .product_list_cards_out_of_stock,
.product_list_cards_list .product_list_cards_out_of_stock {
    display: flex;
    gap: 8px;
}

.add_bag_popup.active {
    display: flex;
}

.add_bag_popup {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    background-color: #00000080;
    display: none;
    z-index: 112;
    align-items: center;
    justify-content: center;
}

.add_bag_popup_wrap {
    max-width: 948px;
    max-height: 576px;
    height: 100%;
    width: 100%;
    gap: 24px;
    padding: 24px;
    position: relative;
    background-color: white;
    overflow: hidden;
    display: flex;
    align-items: start;
}

.add_bag_cls_btn {
    position: absolute;
    z-index: 1;
    top: 5px;
    right: 5px;
    width: 36px;
    aspect-ratio: 1;
    cursor: pointer;
    background-color: white;
}

.add_bag_body {
    width: 100%;
    height: 100%;
    overflow: hidden scroll;
    display: flex;
    align-items: start;
    flex-direction: column;
    position: relative;
}

.add_bag_prod_details {
    width: 100%;
}

.add_bag_prod_img_mobile,
.prod_name_wrap .festival__sale,
.navigation_d_none .swiper_controller {
    display: none;
}

.add_bag_prod_img {
    flex: 0 0 44%;
    max-width: 400px;
    width: 100%;
    aspect-ratio: 0.75;
    overflow: hidden;
}

.add_bag_prod_img img {
    width: 100%;
}

.add_bag_prod_btn_card {
    width: 100%;
    display: flex;
    align-items: center;
    margin-top: auto;
    position: sticky;
    left: 0;
    bottom: 0;
}

.prod_no_stock_btn,
.exchange_proceed_btn,
.add_bag_prod_buy_now_btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    border: none;
    outline: none;
    cursor: pointer;
}

.cls_LoaderContent {
    max-width: 80px;
    width: 100%;
    margin: 30px auto;
}

.add_bag_prod_img.add_bag_prod_img_mobile_desktop,
.prod_name_wrap {
    position: relative;
}

.add_bag_prod_img.add_bag_prod_img_mobile_desktop .festival__sale,
.prod_name_wrap .festival__sale {
    position: absolute;
    top: 0;
    left: 0;
    color: #ffffff;
    padding: 5px 30px 5px 10px;
    font-size: 12px;
    font-weight: 400;
    text-transform: capitalize;
    background: #000000;
    clip-path: polygon(0 0, 100% 0, 0% 100%, 0% 100%);
}

.empty_cont_wrpr {
    display: none;
    grid-area: 1 / 1 / 5/ 5;
    max-width: 360px;
    width: 100%;
    margin: 0 auto 40px;
    text-align: center;
}

.empty_cont_img {
    max-width: 250px;
    width: 100%;
    margin: 0 auto 40px;
}

.empty_cont_img img {
    width: 100%;
}

.empty_cont_title {
    color: #0D0D0D;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.4;
    text-transform: capitalize;
    margin-bottom: 12px;
}

.empty_cont_disc {
    color: #999999;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 40px;
}

.empty_cont_btn {
    max-width: 250px;
    width: 100%;
    height: 60px;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFF;
    background-color: #000000;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    text-transform: capitalize;
}

.sales__banner__wrpr {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 16px;
    padding: 0 12px;
    margin-bottom: 25px;
    max-width: 1440px;
    margin-inline: auto;
}

.sales__banner__imgs {
    flex: 1 1 calc(25% - 12px);
    max-width: calc(25% - 12px);
    height: auto;
}

.product_list_cards_list.cart_sugg_view_all_slide::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 11;
    background: #ffffffb3;
    backdrop-filter: blur(8px);
}

.product_list_cards_list.cart_sugg_view_all_slide .product_list_cards_img_box::before {
    content: "View all";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 12;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000000;
    font-weight: 500;
    font-size: 22px;
    line-height: 1;
    pointer-events: none;
}

/* Color Swatch */
.zl-prod-color-swatches {
    display: flex;
    flex-direction: column;
    gap: 4px;
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 10;
}

.zl-prod-color-swatches a {
    display: flex;
    text-decoration: none;
    line-height: 0;
}

.zl-swatch-color {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #fff;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
    background: var(--swatch-color);
    cursor: pointer;
    transition: transform 0.2s ease;
    position: relative;
    text-transform: capitalize;
}

.zl-swatch-color:hover {
    transform: scale(1.1);
}

.zl-swatch-color::after {
    content: var(--swatch-name);
    position: absolute;
    top: 50%;
    right: 120%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    font-size: 10px;
    padding: 4px 8px;
    border-radius: 4px;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease;
    z-index: 999;
}

.zl-swatch-color:hover::after {
    opacity: 1;
}

.saleTab__wrpr {
    display: flex;
    column-gap: 10px;
    padding-bottom: 30px;
    width: 100%;
    max-width: 1440px;
    overflow-x: auto;
    white-space: nowrap;
}

.saleTab__child {
    border: 1px solid #333;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
    text-align: center;
    cursor: pointer;
    flex: 1 1 auto;
    height: 54px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
}

.filterset__active {
    background-color: #333;
    color: #fff;
}

body.sale .Cls_data_Banner {
    display: block;
    position: sticky;
    top: 185px;
    left: 0;
    z-index: 110;
}

@media screen and (max-width: 1470px) {
    body.sale .Cls_data_Banner {
        top: 167px;
    }
}

@media screen and (max-width:1440px) {
    .container_wrpr {
        width: 96%;
    }

    .festival__sale {
        font-size: 9px;
        white-space: nowrap;
    }

    .product_list_cards_wrpr {
        column-gap: 1%;
    }

    .product_list_cards_list {
        flex: 0 0 24%;
    }
}

@media screen and (max-width:1024px) {
    body.sale .Cls_data_Banner {
        top: 107px;
    }

    .product_list_cards_btn_group {
        aspect-ratio: 2.5;
    }

    .product_list_wrpr {
        margin-top: 20px;
    }

    .festival__sale {
        font-size: 9px;
        white-space: nowrap;
    }

    .product_list_cards_heading {
        font-size: 16px;
    }

    .prodcut_list_cards_best_pricing_txt,
    .product_list_cards_out_of_stock_heading,
    .product_list_cards_out_of_stock_disc {
        font-size: 14px;
    }

    .product_list_tag {
        font-size: 12px;
    }

    .product_list_cards_out_of_stock {
        row-gap: 2px;
    }
}

@media screen and (max-width:834px) {
    .festival__sale {
        font-size: 9px;
        white-space: nowrap;
    }

    .container_wrpr {
        width: 100%;
        padding-inline: 4px;
    }

    .product_list_cards_heading,
    .product_list_cards_actual_price_txt {
        font-size: 14px;
    }

    .product_list_cards_btn,
    .prodcut_list_cards_best_pricing_contents,
    .prodcut_list_cards_best_pricing_txt {
        font-size: 12px;
    }

    .product_list_cards_best_pricing_img {
        width: 20px;
    }

    .product_list_cards_colors_avail span {
        font-size: 12px;
        padding: 4px 14px;
    }

    .product_list_cards_wrpr {
        row-gap: 25px;
    }

    .bread_crumb {
        display: none;
    }

    .prod_list_topic {
        margin: 24px 0px;
    }

    .add_bag_popup_wrap {
        padding: 12px;
    }

    .add_bag_cls_btn {
        width: 20px;
        top: 6px;
        right: 8px;
    }
}

@media screen and (max-width:767px) {
    .saleTab__wrpr {
        display: flex;
        overflow-x: auto;
        white-space: nowrap;
        padding-top: 12px;
        padding-bottom: 0px;
    }

    .saleTab__child {
        font-size: 12px;
        height: 40px
    }

    body.sale .Cls_data_Banner {
        top: 86px;
    }

    .product_list_tag {
        font-size: 10px;
        z-index: 2;
        padding: 4px 20px 4px 10px;
    }

    .product_list_tag::after {
        width: 20px;
    }

    .product_list_cards_best_pricing {
        column-gap: 4px;
    }

    .empty_cont_img {
        max-width: 200px;
        margin: 30px auto;
    }

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

    .empty_cont_disc {
        font-size: 14px;
        margin-bottom: 24px;
    }

    .empty_cont_btn {
        font-size: 14px;
        height: 50px;
    }

    .sales__banner__imgs {
        flex: 1 1 calc(50% - 8px);
        max-width: calc(50% - 8px);
    }

    .product_list_cards_list.cart_sugg_view_all_slide .product_list_cards_img_box::before {
        font-size: 16px;
    }

    .zl-prod-color-swatches {
        right: 10px;
        bottom: 10px;
        transform: none;
        gap: 4px;
        z-index: 9;
    }

    .zl-swatch-color {
        width: 16px;
        height: 16px;
    }

    .zl-swatch-color::after {
        font-size: 9px;
    }
}

@media screen and (max-width:590px) {
    .empty_cont_wrpr {
        padding: 0px 6px;
    }

    .add_bag_popup_wrap {
        padding: 18px 10px;
        height: auto;
        align-self: end;
        flex-direction: column;
        overflow: hidden scroll;
    }

    .add_bag_body {
        overflow: visible;
    }

    .add_bag_prod_details {
        display: flex;
        align-items: start;
        gap: 10px;
        margin-bottom: 18px;
    }

    .add_bag_prod_img_mobile_desktop {
        display: none;
    }

    .add_bag_prod_img_mobile {
        flex: 0 0 88px;
        display: block;
    }

    .add_bag_prod_details_cont {
        flex: 0 0 auto;
        width: calc(100% - 98px);
    }

    .add_bag_prod_btn_card {
        margin: 0;
        position: sticky;
        padding: 5px;
        bottom: 0;
    }

    .prod_no_stock_btn,
    .exchange_proceed_btn,
    .add_bag_prod_buy_now_btn {
        height: 40px;
    }

    .product_list_cards_wrpr {
        column-gap: 4%;
    }

    .product_list_cards_list {
        flex: 0 0 48%;
    }

    .product_list_cards_out_of_stock_heading,
    .product_list_cards_out_of_stock_disc {
        font-size: 11px;
    }

    .prod_list_topic {
        font-size: 20px;
        margin: 18px 0;
    }

    .product_list_wishlist_icon svg {
        width: 16px;
    }

    .prod_name_wrap .festival__sale {
        display: block;
        position: static;
        margin-bottom: 5px;
    }

    .zl-swatch-color {
        width: 14px;
        height: 14px;
    }

    .zl-swatch-color::after {
        font-size: 8px;
        padding: 5px;
    }
}

@media screen and (max-width:360px) {
    .saleTab__child {
        font-size: 10px;
        font-weight: 500;
    }

    .product_list_cards_img_box {
        margin-bottom: 7px;
    }

    .product_list_cards_heading {
        -webkit-line-clamp: 1;
        font-size: 12px;
        margin-bottom: 5px;
    }

    .product_list_cards_wrpr {
        column-gap: 2%;
    }

    .prod_list_topic {
        font-size: 16px;
    }

    .search-suggestion-for-you {
        font-size: 16px;
    }

    .product_list_cards_list {
        flex: 0 0 49%;
    }

    .product_list_cards_best_pricing,
    .product_list_cards_colors_avail {
        margin-bottom: 5px;
    }

    .product_list_cards_colors_avail span {
        font-size: 8px;
    }

    .product_list_cards_btn {
        font-size: 10px;
    }

    .product_list_cards_wrpr {
        row-gap: 20px;
        margin-bottom: 20px;
    }
}

@media screen and (max-width:359px) {
    body.sale .Cls_data_Banner {
        top: 80px;
    }

    .prodcut_list_cards_best_pricing_contents {
        font-size: 10px;
    }

    .product_list_cards_actual_price_txt {
        font-size: 12px;
    }

    .prodcut_list_cards_best_pricing_txt {
        font-size: 9px;
    }

    .product_list_tag {
        font-size: 8px;
    }
}