/** Shopify CDN: Minification failed

Line 308:22 Expected ":"
Line 308:24 Expected identifier but found "0"
Line 408:0 Unexpected "}"

**/
/* Hide ALL JudgeMe auto-injected review badges (duplicates our spectrum-star-badge) */
.jdgm-widget,
.jdgm-prev-badge,
.jdgm-preview-badge,
[data-jdgm-widget],
[class*="jdgm-"],
.m-product-card__content > .jdgm-widget,
.m-product-card .jdgm-prev-badge {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    overflow: hidden !important;
    margin: 0 !important;
    padding: 0 !important;
}

.m-product-card__media:hover .m-product-card__main-image{
    transform: none;
}
/* Equal-height product cards everywhere (grid, slider, collection) */
.m-mixed-layout__inner .swiper-slide,
.m-mixed-layout__inner > .m\:column,
.m-collection-products .m-product-item{
    display: flex !important;
    flex-direction: column;
}
.m-mixed-layout__inner .swiper-slide > .m-product-card,
.m-mixed-layout__inner > .m\:column > .m-product-card,
.m-collection-products .m-product-item > .m-product-card,
.m-product-card{
    display: flex;
    flex-direction: column;
    flex: 1;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.3);
    border-radius: 8px;
}
.m-product-card__price{
    margin-top: 6px;
    background: #f5f5f5;
    border-radius: 6px;
    padding: 8px 10px;
}

.m-product-card__tags{
    z-index: 2;
}

.cstm_extra_media_wrap{
    position: relative;
}

.m-product-card__media .main_info{
    padding: 6px 12px 0;
}
.main_info, .m-product-card__content{
    border-bottom-left-radius: 5.94px;
    border-bottom-right-radius: 5.94px;
    padding: 0 12px 8px;
}
.m-product-card__reviews{
    margin-top: 15px;
}
.m-product-card__title{
    min-height: 60px;
}
.m-product-card__title a.m-product-card__name{
    font-size: 20px;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    text-overflow: ellipsis;
    white-space: normal;
}
.m-product-card__content{
    margin-top: auto !important;
}
.cstm_short_info{
    font-size: 12px;
    min-height: 36px;
}

/* Price section — MRP on top, Price + stacked discount badge */
.m-product-card .m-price__regular{
    .m-price-item--regular{color: rgb(var(--color-button));font-weight: 600;font-size: 20px;}
}
.m-product-card .m-price--on-sale .m-price__sale{
    display: flex;
    align-items: stretch;
    gap: 8px;
}
.m-price__sale-left{
    display: flex;
    flex-direction: column;
    gap: 2px;
    flex: 1;
    min-width: 0;
}
.m-price__mrp-row{
    display: flex;
    align-items: center;
    gap: 4px;
}
.m-price__label{
    font-weight: 400;
    white-space: nowrap;
}
.m-price__label--mrp{
    font-size: 12px;
    color: #999;
}
.m-price__mrp-row s.m-price-item--regular{
    font-size: 12px;
    color: #999;
    font-weight: 400;
}
.m-price__sp-row{
    display: flex;
    align-items: baseline;
    gap: 4px;
}
.m-price__label--price{
    font-size: 13px;
    color: #333;
    font-weight: 600;
}
.m-price__sp-row .m-price-item--sale{
    color: #1a1a1a;
    font-weight: 700;
    font-size: 22px;
}
.cstm_sale_percentage{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #EDE9FE !important;
    color: #5B21B6 !important;
    border-radius: 6px;
    padding: 6px 12px;
    line-height: 1;
    white-space: nowrap;
    align-self: center;
}
.cstm_sale_percentage__value{
    font-size: 16px;
    font-weight: 700;
}
.cstm_sale_percentage__label{
    font-size: 9px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

button.m-product-quickview-button, button.m-add-to-cart{
    border-radius: 50px;
    border-color: rgb(var(--color-button));
    background: #fff;
    color: rgb(var(--color-button));
    &:hover{
        box-shadow: none;
        border-color: rgb(var(--color-button));
        .cstm-quick-add,.m-add-to-cart--text{
            svg path{
                stroke: #fff;
            }
        }
    }
}
button.m-product-quickview-button:hover,
button.m-add-to-cart:hover{
    color: #fff;
}
button.m-product-quickview-button .cstm-quick-add svg path{
    stroke: rgb(var(--color-button))
}
.cstm-quick-add,.m-add-to-cart--text{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    width: max-content;
    margin: auto;
    svg path{stroke-width: 2px;}
}

    .m-product-option{
        column-gap: 30px;
        flex-direction: column;
        justify-content: center;
        align-content: start;
        column-gap: 90px;;
    }

    pcard-swatch{
        height: 36px;
    }
    .cstm_color_label{
        font-size: 18px;
    }
    .m-product-option--content{
        column-gap: 10px;
    }
    .m-product-option--swatch .m-product-option--node__label{
        width: 26.33px;
        height: 26.33px;
        border: 1px solid #dcdcdc;
        margin: 0;
    }
    .m-product-option--swatch input:checked+label, .m-product-option--swatch .m-product-option--node__label[data-selected=true]{
        box-shadow: 0 0 0 1px rgb(var(--color-foreground)),inset 0 0 0 2.19px rgb(var(--color-background));
    }
    .m-product-option--swatch:hover .m-product-option--node__label {
        box-shadow: 0 0 0 1px rgb(var(--color-foreground)),inset 0 0 0 2.19px rgb(var(--color-background));
    }

    .cstm_model_name_wrapper{
        display: flex;
        column-gap: 5px;
        .cstm_model_label{
            width: 35px;
            height: 20px;
            border: 0.5px solid rgb(var(--color-button));
            border-radius: 24px;
            padding: 8px;
            color: rgb(var(--color-button));
            font-size: 12px;
            font-weight: 400;
            padding: 0;
            display: flex;
            align-items: center;
            justify-content: center;
        }
    }
    
    .m-product-card__action {
        display: block;
    }
    .m-tooltip__content.m-wishlist-button-text{
        display: none;
    }

    .m-product-card__tags{
            width: 109.9px;
            height: 32px;
            .m-product-card__tag-name{
                border-radius: 0;
                border-top-left-radius: 8px;
                border-bottom-right-radius: 8px;
                font-size: 14px;
                padding: 8px;
            }
        .cstm_tag_code{
            display: flex;
            align-items: center;
            justify-content: space-between;
            column-gap: 5.9px;
            color: #1E4B3C;
        }
    }

/* @media screen and (min-width: 1024px) { */
    .m-product-card__action {
        position: absolute;
        z-index: 2;
        gap: 10px;
        left: unset;
        top: 12px;
        right: 20px;
        bottom: 20px;
        opacity: 1;
        transform: translate3d(0,0%,0);
        transition: all var(--m-duration-default, .25s) ease;
        .m-wishlist-button{
            border-radius: 5px;
            width: 36px;
            height: 36px;
            padding: 11px;
            &:hover{
                background: rgb(var(--color-button));
                border-color: rgb(var(--color-button)) !important;
                box-shadow: 0 0 0 .2rem rgb(var(--color-button));
                svg path{fill: white;}
            }
        }
        /* .m-product-card .m-product-card__action .m-wishlist-button::hover */
        svg{
            width: 20px;
            height: 20px;
            path{fill:#1E4B3C;}
        }
        .added-to-wishlist{

            background-color: rgb(var(--color-button));
            border-color: rgb(var(--color-button));
            svg path{fill: white;}
            
        } 
        .m-button--icon.added-to-wishlist:hover{
            box-shadow; 0 0 0 .2rem rgb(var(--color-button)) !important;
            border-color: rgb(var(--color-button)) !important;
        }
    }
/* } */

    @media screen and (max-width: 768px) {
    .m-product-card__title a.m-product-card__name{
         font-size: 14.86px;
        }
        .cstm_short_info{
            font-size: 10px;
            margin-bottom: 8px;
            min-height: 39px;
        }
        .m-product-card__price{padding: 6px 8px; margin-top: 16px;}
        .m-product-card .m-price--on-sale .m-price__sale{gap: 4px;}
        .m-price__sp-row .m-price-item--sale{font-size: 12px !important;}
        .m-price__sp-row{gap: 2px;}
        .m-price__mrp-row{gap: 2px;}
        .m-price__mrp-row s.m-price-item--regular{font-size: 9px;}
        .m-price__label--mrp{font-size: 9px;}
        .m-price__label--price{font-size: 9px;}
        .cstm_sale_percentage{padding: 3px 6px !important;}
        .cstm_sale_percentage__value{font-size: 11px !important;}
        .cstm_sale_percentage__label{font-size: 6px !important;}
        button.m-product-quickview-button, button.m-add-to-cart{
            font-size: 12px;
            height: 40px;
            padding: 0 16.83px;
        }
        .jdgm-prev-badge__text{
            font-size: 10px !important;
        }
        .m-product-option{column-gap: 14px;margin: 0;}
        .m-product-card__info{margin: 0 0 20px;}
        .color-swatches {
            align-items: flex-start;
        }
        .cstm_color_label{font-size: 14px;}

        .m-product-card__tags{
            left: 10px;
            width: 81.62px;
            height: 23.77px;
            .m-product-card__tag-name{
                font-size: 9px;
                padding: 5.94px;
            }
            .cstm_tag_code{
                column-gap: 2px;
            }
        }
    .m-product-card__action {
        right: 10px;
        .m-wishlist-button{
            border-radius: 5px;
            width: 26.74px;
            height: 26.74px;
            padding: 8.17px;
         }
        svg{
            width: 14.86px;
            height: 14.86px;
            }
        }

        .m-product-option--content{
            column-gap: 8px;
            row-gap: 8px;
        }
        .m-product-option--swatch .m-product-option--node__label{
            width: 16.39px;
            height: 16.39px;
        }

        .cstm_model_name_wrapper{
            .cstm_model_label{
                width: 38px;
                height: 16px;
                font-size: 10px;
            }
        }

        .cstm-quick-add{
            align-items: center;
            svg{
                width: 17.83px;
                height: 17.83px;
            }
        }

            .m-product-option--swatch input:checked+label, .m-product-option--swatch .m-product-option--node__label[data-selected=true]{
                box-shadow: 0 0 0 1px rgb(var(--color-foreground)),inset 0 0 0 1.37px rgb(var(--color-background));
            }
            .m-product-option--swatch:hover .m-product-option--node__label {
                box-shadow: 0 0 0 1px rgb(var(--color-foreground)),inset 0 0 0 1.37px rgb(var(--color-background));
            }
    }

}

.collection_banner_section{
    .m-hero__text h1{
        font-weight: 700;
        font-size: 36px;
        line-height: 100%;
        margin-top: 0;
    }
}

.m-collection-toolbar--wrapper{
    button svg, m-select-component svg{
        display: none;
    }
}

.cstm_collection_title{
    display: none;
    font-family: Montserrat;
    font-weight: 500;
    font-style: Medium;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    margin: 24px auto;
    h2{color: rgb(var(--color-button)) !important;}
}

.m-collection-products{
    .m-product-item{
        margin-bottom: 32px !important;
    }
}
.m-icon-box-section{
    > .container{
        padding-top: 48px;
    }
    .m-section__header{
        margin-bottom: 52px;
    }
    .m\:column{
        padding: 0;
    }

    .m-mixed-layout__inner {
        max-width: 1048px;
        margin: auto;
        column-gap: 20px;
        row-gap: 32px;
    }

    .m-icon-box__icon{
        width: 112px !important;
        height: 112px !important;
    }
    .m-section__subheading{
        margin-bottom: 4px;
        font-weight: 500;
        font-size: 24px;
    }
    .m-section__heading{
        font-weight: 700;
        font-size: 40px;
        color: #fff;
    }
    .m-icon-box__inner{
       .m-icon-box__heading{font-size: 24px; font-weight: 700;height:70px}
       .m-icon-box__description{
            font-weight: 400;
            font-style: Medium;
            font-size: 16px;
            leading-trim: NONE;
            line-height: 1.4;
            letter-spacing: 0%;
            height:120px;
       }
    }
}

.why_choose_us .m-mixed-layout__inner{
    @media screen and (min-width: 1024px) {
    > :nth-child(5){
        grid-column: 2;
    }
    }

}


.promotional_produtcs_section{
    .m-image-card__content{
        padding: 20px;
    }
    .m-richtext.m-image-card__content-inner{
        background: white;
        border-radius: 10px;
        padding: 24px 100px; 
    }
    .m-richtext__title{
        font-size: 20px;
        font-weight: 700;
    }
    .m-richtext__button{
        display: flex;
        gap: 10px;
        width: max-content;
        margin: auto;
        align-items: center;
    }
}

@media screen and (min-width: 768px) {


    #CollectionProductGrid{
        .m-collection-toolbar--wrapper{
        .m-toolbar--left{
            border: 1px solid #D9D9D999;
            flex: 0 0 20%;
            justify-content: center;
            padding: 22px
        }
        .cstm_collection_size{
            border: 1px solid #D9D9D999;
            flex: 0 0 60%;
            text-align: center;
            padding: 22px;
        }
        .m-toolbar--right{
            border: 1px solid #D9D9D999;
            justify-content: center;
            flex: 0 0 20%;
            padding: 22px;
        }
        }
    }
}

.m-collection--wrapper{
    margin-top: 0 !important;
}

@media screen and (max-width: 768px) {

    .collection_banner_section{

        .m-hero__text h1{
            font-size: 16px !important;
        }
    }

    .cstm_collection_title{
        display: block;
    }
    
    .m-collection--wrapper{
        margin-bottom: 0 !important;
    }

    .m-collection--wrapper .m-collection-products .m-product-item{
        margin-bottom: 12px !important;
        padding: 0;
    }
    .m-collection-products{
        margin-top: 30px !important;
    }

    #CollectionProductGrid .m-toolbar--left{
        justify-content: space-evenly;
    }
    #CollectionProductGrid{
        /* > .m-collection-toolbar{width: 100vw;padding: 0;} */
        .m-collection-toolbar--wrapper{
            padding: 0;
            /* width: 100vw; */
        .m-toolbar--left{
            svg{display: none;}
            width: 100%;
            flex: 0 0 100%;
            padding: 0;
            /* left: -15px; */
            position: relative;
            top: 100%;
            button.m-sidebar--open{
                padding: 22px;
                margin: 0;
                flex: 0 0 50%;
                justify-content: center;
                border: 1px solid #D9D9D999;
            }
            button.m-sortby--open{
                padding: 22px 70px;
                border: 1px solid #D9D9D999;
                flex: 0 0 50%;
                justify-content: center;
                > span{
                    width: max-content;
                }
            }

        }
        .m-toolbar--right{
            display: none;
        }
        }
    }
    .cstm_collection_size{
        display: none;
    }

    .m-richtext.m-image-card__content-inner{
        padding: 20px !important;
    }
   
    .promotional_produtcs_section{

        > .container{
            padding: 15px;
            padding-top: 0;
        }
        .m-featured-colelction__wrapper{
            flex-direction: column-reverse;
        }
        .m-richtext__title{
            font-size: 16px;
            text-align: left;
        }
        .m-richtext__button{
            margin-left: 0;
            font-size: 12px;
        }   
    }

    #CollectionProductGrid{
    .m-toolbar--left{
        flex: 0 0 100%;
     }
    }

    .m-icon-box-section{
        > .container{
            padding-top: 32px;
        }
        .m-mixed-layout__inner {
            max-width: 340px;
        }
        .m-section__header{
            margin-bottom: 36px;
        }
        .m-icon-box__icon{
            width: 96px !important;
            height: 96px !important;
        }
        .m-section__subheading{
            font-size: 18px;
        }
        .m-section__heading{
            font-size: 24px;
        }
        .m-icon-box__inner{
        .m-icon-box__heading{font-size: 18px;}
        .m-icon-box__description{
            font-family: Montserrat;
            font-weight: 500;
            font-style: Medium;
            font-size: 16px;
            leading-trim: NONE;
            line-height: 100%;
            letter-spacing: 0%;
        }
        
        }
    }

    .collection_banner_section{
        .m-hero__text h1{
            font-size: 16px;
        }
    }

    .m-collection--wrapper.m-sidebar--fixed{
        display: unset;
    }
}




/* PLP changes */

.m-product-option--button .m-product-option--node input:checked+label{
    background: rgb(var(--color-button));
}
.shopify-payment-button__button.shopify-payment-button__button--unbranded{
    background: rgb(var(--color-button));   
}

.m-button:not(.m-button--link,.m-link-underline,.m-button--blank):hover{
    background: rgb(var(--color-button));   
}

.m-add-to-cart.m-button--secondary {
    /* border: rgb(var(--color-button)) solid rgb(var(--color-outline-button));
    color:rgb(var(--color-button));
    &::hover{
        color: white;
        box-shadow: 0 0 0 .2rem rgb(var(--color-button));
    } */
}




/* custom promotion card css */
#cstm_prmotion_wrapper_item{
    width: 50% !important;
    max-width: 50% !important;
}
#cstm_prmotion_wrapper_item.cstm_mobile_promotion{
    width: 100% !important;
    max-width: 100% !important;
}

.cstm_mobile_promotion{
    display: none;
}
@media screen and (max-width: 768px) {
    .cstm_desktop_promotion{
        display: none;
    }
    .cstm_mobile_promotion{
        display: block;
        .cstm_title{
            font-size: 16px;
            font-weight: 500;
        }
        .cstm_button{
            font-size: 12px;
            font-weight: 700;
        }
        .cstm_info{
            text-align: left;
            left: 8px;
            padding: 8px 16px;
        }
    }
}
    .cstm_card {
      background: #fff;
      border-radius: 8px;
      box-shadow: 0 4px 16px rgba(60, 60, 60, 0.08);
      max-width: 100%;
      width: 628;
      height: auto;
      /* margin: auto; */
      padding: 0;
      position: relative;
      overflow: hidden;
    }

    .cstm_image_wrap {
      display: flex;
      justify-content: center;
      align-items: center;
      /* padding: 24px 24px 0 24px; */
      background: #fff;
    }

    .cstm_product_img {
      max-width: 100%;
      max-height: auto;
      border-radius: 8px;
      object-fit: contain;
      /* box-shadow: 0 2px 12px rgba(40,40,40,0.07); */
    }

    .cstm_info {
      width: 95%;
      background: white;
      padding: 24px 105px;
      text-align: center;
      border-radius: 8px;
      position: absolute;
      bottom: 15px;
      left: 15px;
    }

    .cstm_title {
      font-size: 20px;
      color: rgb(var(--color-button));
      font-weight: 700;
      margin-bottom: 16px;
    }

    .cstm_button {
      display: inline-block;
      text-decoration: none;
      /* color: #22306e; */
      font-weight: 700;
      font-size: 16px;
      border-bottom: 1px solid black;
      padding-bottom: 2px;
      margin-top: 8px;
      transition: color 0.15s;
      font-size: 1.03rem;
      letter-spacing: 0.01em;
    }

    /* .cstm_button:hover {
      color: #f2994a;
      border-color: #f2994a;
    } */
    .cstm_arrow {
      display: inline-block;
      margin-left: 6px;
      /* font-size: 1.1em; */
      vertical-align: middle;
      font-weight: normal;
      transition: margin 0.15s;
    }
    .cstm_button:hover .cstm_arrow {
      margin-left: 11px;
    }



/* PLP custom style code */

.m-collection--wrapper .m-collection-products .m-product-item{
    padding: 0;
    margin-bottom: 0 !important;
    width: 47.5%;
    border-radius: 6px;
    /* box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.3); */
}

.m-collection-products{
    column-gap: 15px;
    row-gap: 13px;
}

.cstm_carousel-nav .cstm_nav-dot{
    height: 4px;
    width: 4px;
}

.cstm_carousel-nav .cstm_nav-bar{
    height: 4px;
}

.m-product-card__media .cstm_carousel-nav{
    flex-wrap: wrap;
    padding: 0 10px;
}

.m-collection--wrapper .m-collection-toolbar{
    margin-left: -16px;
    margin-right: -16px;
}

.m-collection--wrapper .m-collection-products{
    margin: 16px 0px 16px;
}

.left-cstm_collection_title-line, .right-cstm_collection_title-line{
    display: block;
    height: 1px;
    width: 100%;
    background: #00000033;
}

.cstm_collection_title{
    display: flex;
    align-items: center;
    gap: 24px;
    margin-left: -16px;
    margin-right: -16px;
}

.cstm_collection_title h2{
    white-space: nowrap;
    font-size: 24px;
}

.m-product-item .m-product-card .m-product-option{
    column-gap: 18px;
    justify-content: flex-start;
    flex-direction: row;
    margin-top: 5px;
}

.color-swatches{
    display: flex;
    align-items: center;
    gap: 18px;
}

.model-swatches .m-product-option--content{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 4px;
    flex-wrap: wrap;
    margin-top: 5px;
}

.model-swatches .m-product-option--node__label{
    font-weight: 600;
    font-size: 10px;
    line-height: 100%;
    color: rgb(var(--color-button));
    padding: 5px 14px;
    border: 1px solid rgb(var(--color-button));
    border-radius: 24px;
}

.model-swatches .m-product-option--node__label[data-selected="true"]{
    background: rgb(var(--color-button));
    color: #fff;
}

.m-sortby-mobile--item{
    cursor: pointer;
}

.container-fluid.m-section-my,
.container.m-section-my{
    margin: 0 auto;
}

.cstm_image_wrap img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}


@media screen and (min-width: 768px){
    .m-collection-products{
        column-gap: 24px;
        row-gap: 32px;
    }

    .m-collection--wrapper .m-collection-products.m-cols-2 .m-product-item,
    .m-collection--wrapper .m-collection-products.m-cols-4 .m-product-item{
        width: 23.17%;
        max-width: 100%;
    }

    .cstm_carousel-nav .cstm_nav-dot{
        height: 8px;
        width: 8px;
    }

    .cstm_carousel-nav .cstm_nav-bar{
        height: 8px;
    }

    .cstm_carousel-nav{
        width: 100%;
    }

    .m-collection--wrapper .m-collection-toolbar{
        margin-left: unset;
        margin-right: unset;
    }

    .left-cstm_collection_title-line, .right-cstm_collection_title-line{
        display: none;
    }

    .cstm_collection_title{
        display: none;
    }

    .m-collection--wrapper .m-collection-products{
        margin-top: 56px;
        margin-bottom: 56px;
    }

    .m-product-item .m-product-card .m-product-option{
        column-gap: 43px;
    }

    .color-swatches{
        gap: 43px;
    }

}


@media screen and (min-width: 768px) and (max-width: 1200px){
  .m-collection--wrapper .m-collection-products.m-cols-2 .m-product-item,
  .m-collection--wrapper .m-collection-products.m-cols-4 .m-product-item{
    width: 31%;
    max-width: 100%;
  }

  .m-product-option--swatch .m-product-option--node__label{
    width: 20px;
    height: 20px;
  }
}

/* Recently viewed / smaller card contexts — reduce fonts on mobile only */
@media screen and (max-width: 768px) {
    .m-recently-viewed .m-product-card__title a.m-product-card__name{
        font-size: 12px;
    }
    .m-recently-viewed .cstm_short_info{
        font-size: 9px;
        min-height: 26px;
    }
    .m-recently-viewed .m-product-card__price{
        padding: 4px 6px;
    }
    .m-recently-viewed .m-price__sp-row .m-price-item--sale{
        font-size: 12px !important;
    }
    .m-recently-viewed .m-price__label--price{
        font-size: 8px;
    }
    .m-recently-viewed .m-price__label--mrp{
        font-size: 8px;
    }
    .m-recently-viewed .m-price__mrp-row s.m-price-item--regular{
        font-size: 8px;
    }
    .m-recently-viewed .cstm_sale_percentage{
        padding: 3px 5px !important;
    }
    .m-recently-viewed .cstm_sale_percentage__value{
        font-size: 10px !important;
    }
    .m-recently-viewed .cstm_sale_percentage__label{
        font-size: 6px !important;
    }
    .m-recently-viewed .m-product-card .m-price--on-sale .m-price__sale{
        gap: 3px;
    }
    .m-recently-viewed .m-product-card__tags .m-product-card__tag-name{
        font-size: 8px;
        padding: 4px;
    }
    .m-recently-viewed .m-product-card__tags{
        width: 72px;
        height: 22px;
    }
    .m-recently-viewed button.m-product-quickview-button,
    .m-recently-viewed button.m-add-to-cart{
        font-size: 10px;
        height: 32px;
        padding: 0 10px;
    }

    /* Swiper slider cards on mobile: smaller arrow + tighter gap */
    .swiper-container .m-product-card .m-add-to-cart--text svg,
    .swiper-container .m-product-card .cstm-quick-add svg{
        width: 16px;
        height: 16px;
    }
    .swiper-container .m-product-card .m-add-to-cart--text,
    .swiper-container .m-product-card .cstm-quick-add{
        gap: 8px !important;
    }
    .swiper-container .m\:column{
        padding-left: 8px !important;
        padding-right: 8px !important;
    }
}