.mobile-free-day-product{
    display: none !important;
}

.c-nav-button{
    min-width: 50px;
}
.c-nav-button svg path {
    fill: #fff;
}

.grid--body{
    width: 100%;
    flex: 1;
}

.mah-account{
    font-family: 'Segoe UI', sans-serif;
}
.pro-header-mah-account-header{
    font-family: 'Segoe UI', sans-serif;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: .8px;
}


section.c-header .pro-header-mah-account-label .pro-header-mah-account-header,
section.c-header .pro-header-mah-account-label .pro-header-mah-account-header-icon {
    color: #fff;
}
.pro-header-mah-account-header {
    font-family: 'Segoe UI', sans-serif;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: .8px;
}

.ph-item > *{
    margin-bottom: 0 !important;
}

.page{
    /*padding-bottom: 120px;*/
}

/*Header*/
.c-header .c-body {
    display: block;
    max-width: 1900px;
    margin: 0 auto;
    /*outline: 1px solid magenta;*/
    min-height: 200px;
    position: relative;
}
.c-header .c-background{
    position: absolute;
    width: 100%;
    height: 50%;
    top: 0;
    left: 0;
    right: 0;
    background: rgb(113,72,181);
    background: linear-gradient(117deg, rgba(113,72,181,1) 0%, rgba(156,22,205,1) 100%);

    border-bottom-left-radius: 80px;
    border-bottom-right-radius: 80px;
}
.c-header .c-logo-row{
    display: flex;
    align-items: center;
    /*z-index: 1;*/
    position: relative;
    /*padding: 16px 30px;*/
    padding: 16px 5px 16px 30px;
    gap: 16px;
}
.c-header .c-logo-row .logo{
    text-decoration: none;
}
.c-header .c-logo-row .logo img{
    max-height: 33px;
}
.c-header .c-logo-row .c--separator{
    width: 2px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.47);
}
.c-header .c-logo-row .c--page-name{
    font-family: Poppins,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-size: 24px;
    color: #ffffff;
    flex: 1;
}
.c-header .c-logo-row .c--page-name .strong{
    font-weight: 700;

}

.c-header .c-carousel-wrap{
    display: flex;
    margin: 0 auto;
    position: relative;

}
.c-header .m-carousel {
    display: flex;
    padding-bottom: 0px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 6px;
    overflow-x: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
    gap: 0px;
    margin: 0 auto;
    /* outline: 1px solid magenta; */
}

.c-mobile-page .c-header .m-carousel{
    padding-top: 18px;
}

.interest-carousel-section.fake{
    display: none;
    overflow: hidden;
}

/*.c-header .m-carousel.fake{
    display: none;
    overflow: hidden;
}*/

.c-header .interest-carousel-section.fixed{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 3;
    background-color: #fff;

    box-shadow: 0px 0px 16px 9px rgba(255,255,255,0.75);
}
.c-header .interest-carousel-section .bg-purple{
    display: none;
}
.c-header .interest-carousel-section.fixed .bg-purple{
    display: block;
    position: absolute;
    width: 100%;
    height: 36%;
    top: 0;
    left: 0;
    right: 0;
    background: rgb(113, 72, 181);
    background: linear-gradient(117deg, rgba(113, 72, 181, 1) 0%, rgba(156, 22, 205, 1) 100%);
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
}

.c-mobile-page .c-header .interest-carousel-section.fixed .bg-purple{
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.c-product-search.c-title-mode .c--bigtitle{
    font-size: 17px;
}
.c-header .interest-carousel-section.real.fixed ~ .interest-carousel-section.fake{
    display: flex;
}

.c-header .cardview{
    position: relative;
    /*width: 76px;
    min-width: 76px;*/
   /* width: 84px;
    min-width: 84px;*/
    width: 184px;
    min-width: 184px;
    height: auto;
    /*background: #FFF;*/
    cursor: pointer;
    /*outline: 1px solid magenta;*/
    text-decoration: none;
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 0 3px;

    user-select: none;
    -webkit-user-select: none;

}
.c-header .cardview.selected .interest-icon{
    /*box-shadow: 0px 0px 4px 4px rgb(235, 141, 3);*/
    box-shadow: 0px 0px 6px 2px rgba(235, 141, 3, 0.65);
}
.c-header .cardview.selected .lead--title{
    font-weight: 700;
}
.c-header .cardview .ph-icon{
    /*width: 60px;
    height: 60px;*/
    width: 140px;
    height: 140px;
    border-radius: 70px;
    margin: 0 auto;
    background-color: #ced4da;
}
.c-header .cardview .interest-icon{
    position: relative;
    overflow: hidden;
    /*width: 60px;
    height: 60px;*/
    width: 140px;
    height: 140px;
    background-image: url(https://s3-us-west-1.amazonaws.com/soltek/no-picture-adaede-01.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 70px;
    margin: 0 auto;
    transition: box-shadow ease-in-out 275ms;
    /*box-shadow: 0px 0 0px 1px rgba(0, 0, 0, 0.10);*/
    box-shadow: 0px 0 6px 1px rgba(0, 0, 0, 0.30);
}

.c-mobile-page .c-header .cardview .interest-icon{
    width: 100px;
    height: 100px;
}
.c-header .cardview .interest-icon{
    background-image: none;

}
.c-header .cardview .interest-icon .c--placeholder{
    width: 140px;
    height: 140px;
    border-radius: 70px;
    background-color: #e7ebef;
}
.c-header .cardview .lead--title{
    color: var(--mt-extended-font-color-value, #29293E);
    text-align: center;
    word-break: break-word;
    /*text-overflow: ellipsis;*/
    /*white-space: nowrap;*/
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: -0.28px;

    user-select: none;
    -webkit-user-select: none;
}

.c-header .current-title{
    padding: 20px 20px 20px 20px;
    font-family: Poppins;
    font-size: 36px;
    font-style: normal;
    font-weight:700;
    line-height: 120%;
    letter-spacing: -0.28px;
    text-align: center;
}
.c-header.real{
    box-shadow: 0px 17px 28px 5px rgba(255,255,255,0.75);
    -webkit-box-shadow: 0px 17px 28px 5px rgba(255,255,255,0.75);
    -moz-box-shadow: 0px 17px 28px 5px rgba(255,255,255,0.75);
}

.c-carousel-nav-button{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #ffffffba;
    font-family: 'Fontawesome webfont', sans-serif;
    color: #62537bb8;
    font-size: 66px;
    padding-right: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index: 2;
    cursor: pointer;
    top: 18%;

    -webkit-user-select: none;
    user-select: none;

    transition: color 200ms ease-in-out;

}

.c-carousel-nav-button:active{
    color: #9c23cb;
}

.c-carousel-nav-button.swiper-button-disabled {
    opacity: 0.5;
}
.c-carousel-nav-button.trailing{
    right: 0;
    padding-left: 9px;
}

.grid-section{
    padding: 0 24px 120px 24px;
    position: relative;
}

.grid-bg{
    background-color: rgba(58, 58, 58, 0.48);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 3;

    display: none;

    opacity: 0;
    transition: opacity 250ms ease-in-out;
}

/* Page grid */
.lead--body {
    display: flex;
    max-width: 1400px;
    margin: 0 auto;
    /*outline: 1px solid magenta;*/
    min-height: 528px;
    position: relative;
}

.lead--body .flex-grid {
    display: flex;
    align-items: flex-start;
    gap: 25px;
    row-gap: 30px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
}
.lead--body .flex-grid.space-between{
    justify-content: space-between;
}

/*card views*/
.store-card.store-info{
    position: relative;
    width: 23%;

    /*opacity: 1;
    position: relative;
    min-height: 90vh;

    user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;

    display: flex !important;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;*/
}

.c-mobile-page .store-card.store-info {
    width: 21%;
}
.c-mobile-page .store-card.store-info .m--container{
    min-height: 440px;
}
.store-card.store-info .m--container{
    /*outline: 1px solid magenta;*/
    /*width: 320px;*/
    width: 100%;

    min-height: 614px;

    margin: 3% auto 0 auto;
    border-radius: 16px;

    position: relative;
    z-index: 2;
    /*overflow: hidden;*/

    background: #ffffff;
    /*background: rgb(243,235,232);
    background: -moz-linear-gradient(242deg, rgba(243,235,232,1) 10%, rgba(221,221,221,1) 70%, rgba(255,255,255,1) 97%);
    background: -webkit-linear-gradient(242deg, rgba(243,235,232,1) 10%, rgba(221,221,221,1) 70%, rgba(255,255,255,1) 97%);
    background: linear-gradient(242deg, rgba(243,235,232,1) 10%, rgba(221,221,221,1) 70%, rgba(255,255,255,1) 97%);
    */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f3ebe8",endColorstr="#ffffff",GradientType=1);

    padding: 16px 15px 16px 15px;

    display: flex;
    flex-direction: column;
    box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.15);
}


.c-interest-title-section{
    height: 0;
    transition: height 250ms ease-in-out;
    overflow: hidden;
}


.store-card.store-info .close--opt,
.store-card.store-info .close---opt{
    right: 24px;
    top: 24px;
}

.store-card.store-info .c-hero-image .c--placeholder{
    display: none;
}
.store-card.store-info .c-hero-image.ph-item .c--placeholder{
    background-color: #e7ebef;
    min-height: 200px;
    display: block;
}

.store-card.store-info .c-hero-image{
    width: 100%;
    /*height: 72%;*/
    height: auto;
    min-height: 200px;
    /*max-height: 460px;*/
    max-height: 400px;
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 10px;
    position: relative;

    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;

    text-decoration: none;
}
.store-card.store-info .c-hero-image.example-1{
    background-image: url(/images/apps/home/store-hero-image-1.png);
}

.store-card.store-info .c-hero-image .store-icon{
    max-width: 21.875%;
    position: absolute;
    top: 4%;
    left: 7%;
    background-color: #fff;
    border-radius: 12%;
}

.store-card.store-info .lead--content{
    display: flex;
    /*padding: 16px;*/
    flex-direction: column;
    /*align-items: center;*/
    gap: 10px;
    flex: 1 0 0;
    align-self: stretch;
    height: 100%;
}
.store-card.store-info .lead--content .c-name{
    color: var(--mt-extended-font-color-value, #29293E);

    /* Poppins/Bold/text-xl-24 */
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 36px */
    letter-spacing: -0.72px;
}
.store-card.store-info .lead--content .c-categories{
    color: var(--mt-extended-font-color-value, #29293E);

    /* Poppins/Bold/text-sm */
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 21px */
    letter-spacing: -0.28px;
}
.store-card.store-info .lead--content .flex-parent{
    display: flex;
    align-items: center;
    padding-bottom: 20px;
    position: relative;
}
.store-card.store-info .lead--content .flex-parent .shadow-intro{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    outline: 1px solid magenta;
    z-index: 0;
    background-color: rgba(187, 187, 187, 0.38);
    opacity: 0;
}

.store-card.store-info .lead--content .small-intro{

    /*margin-bottom: 23px;*/

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    align-self: stretch;
    overflow: hidden;
    text-overflow: ellipsis;

}
.store-card.store-info .lead--content .small-intro,
.store-card.store-info .lead--content .shadow-intro{
    color: var(--mt-extended-font-color-value, #29293E);
    font-family: Poppins,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: -0.4px;
}

.c-mobile-page .store-card.store-info .lead--content .small-intro,
.c-mobile-page .store-card.store-info .lead--content .shadow-intro{
    padding-right: 10px;
    font-size: 13px;
    line-height: 150%;
}
.c-mobile-page .store-card.store-info .lead--content .c-categories{
    font-size: 14px;
    font-weight: 700;
    line-height: 120%;
}
.store-card.store-info .lead--content .c-name{
    font-size: 19px;
}
.store-card.store-info .lead--content .lead--btn{
    display: flex;
    height: 40px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;

    border-radius: 20px;
    background: var(--mt-ref-secondary-secondary-60, #FA5C0D);

    color: var(--mt-sys-light-on-primary, #FFF);
    text-align: center;

    /* M3/label/large */
    font-family: Poppins;
    /*font-size: 14px;*/
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 142.857% */
    letter-spacing: 0.1px;
    cursor: pointer;

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    position: absolute;
    bottom: -18px;
    left: 0;
    right: 0;
    max-width: 220px;
    margin: 0 auto;

    text-decoration: none;
    z-index: 2;
}

.store-card .read-more{
    position: absolute;
    bottom: 22px;
    /*bottom: 30px;*/
    right: 3px;
    display: inline-block;
    white-space: nowrap;
    padding: 11px 7px;
    cursor: pointer;
    background-color: rgb(255, 255, 255);
    border-radius: 50%;
    transition: background-color 250ms ease-in-out;
    z-index: 1;
}

.c-mobile-page .store-card .read-more{
    background-color: rgb(236, 239, 241);
    min-height: 38px;
    display: flex;
}

.c-mobile-page .store-card .read-more .c--icons{
    border-bottom: none;
    padding-bottom: 0;
}
.c-mobile-page .store-card .read-more .c--icons svg{
    width: 12px;
    height: 12px;
}

.store-card .read-more:hover{
    background-color: #ededed;
}
.store-card .read-more .c--icons{
    display: flex;
    align-items: center;
    border-bottom: 1px solid #0a82c2;
    padding-bottom: 3px;
}
.store-card .read-more .c--icons svg{
    width: 12px;
    height: 12px;
    fill: #0a82c2;
    margin: 0 -2px;

}

.store-card.store-info.c-placeholder .c-hero-image{
    margin-bottom: 15px;
}
.store-card.store-info.c-placeholder .lead--content .c-name{
    background-color: #e7ebef;
    display: block;
    margin-bottom: 15px;
    height: 30px;
    width: 80%;
}

.store-card.store-info.c-placeholder .lead--content .c-categories{
    background-color: #e7ebef;
    display: block;
    margin-bottom: 8px;
    height: 16px;
    width: 70%;
}

.store-card.store-info.c-placeholder .lead--content .placeholder-intro{
    /*background-color: #e7ebef;*/
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-bottom: 20px;
}
.store-card.store-info.c-placeholder .lead--content .placeholder-intro .c-item{
    background-color: #e7ebef;
    display: block;
    height: 16px;
}
.store-card.store-info.c-placeholder .lead--content .placeholder-intro .c-item.item-1{
    max-width: 180px;
}
.store-card.store-info.c-placeholder .lead--content .placeholder-intro .c-item.item-2{
    max-width: 200px;
}
.store-card.store-info.c-placeholder .lead--content .placeholder-intro .c-item.item-3{
    max-width: 150px;
}
.c-mobile-page .c-intro-overlay{
    font-size: 13px;
    line-height: 163%;
}
.c-intro-overlay{
    width: 100%;
    /*min-height: 620px;*/
    margin: 3% auto 0 auto;
    border-radius: 16px;
    position: absolute;
    z-index: 5;
    /* overflow: hidden; */
    background: #ffffff;

    color: var(--mt-extended-font-color-value, #29293E);


    font-family: Poppins,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;

    top: 40%;
}

.c-intro-overlay .c--content{
    position: relative;

    padding: 32px 16px 16px 16px;
}

.c-intro-overlay .close--opt,
.store-card.store-info .c-intro-overlay .close--opt{
    width: 40px;
    height: 40px;
    position: absolute;
    /*outline: 1px solid magenta;*/
    cursor: pointer;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-touch-callout: none;

    right: 0;
    top: 0;
}
.c-intro-overlay .close--opt .c--inner {
    border-radius: 50%;
    background: var(--mt-ref-neutral-neutral-96, #F2F4F6);
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.c-intro-overlay .close--opt img {
    width: 20px !important;
    height: 20px;
    position: relative;
}

#interests-slider{
    width: 100%;
    flex: 1;
}


.c-mobile-page .c-carousel-nav-button{
    display: none !important;
}


@media (max-width: 1400px){

    .c-header .c-logo-row{
        padding: 16px 5px 9px 30px;
    }
    /*Carouse cardviews*/
    .c-header .cardview .interest-icon{
        width: 120px;
        height: 120px;
    }
    .c-header .cardview{
        width: 168px;
        min-width: 168px;
    }
    .c-carousel-nav-button{
        top: 14%;
    }
    /*<--*/
}

@media (max-width: 1300px){
    .store-card.store-info{
        width: 31%;
    }
    .c-mobile-page .store-card.store-info {
        width: 21%;
    }
    .c-mobile-page .store-card.store-info .m--container{
        min-height: 440px;
    }
    .c-header .current-title{
        padding: 10px 20px 10px 20px;
    }
    .store-card.store-info.c-placeholder.c-3{
        display: none;
    }
}
@media (max-width: 1130px){
    .c-header .current-title{
        font-size: 33px;
    }
}
@media (max-width: 991px){
    .c-mobile-page .store-card.store-info {
        width: 31%;
    }
    .c-mobile-page .store-card.store-info .m--container{
        min-height: 440px;
    }
    .site-nav {
        top: 63px;
        height: calc(100% - 63px);
    }
    .pro-header-search-bar-menu-icon {
        color: #fff;
    }
    .store-card.store-info .m--container{
        min-height: 566px;
    }
    .c-intro-overlay{
        width: 320px;
    }
    .c-header .current-title{
        font-size: 30px;
    }
    .c-carousel-nav-button{
        display: none !important;
    }

    .c-header .m-carousel{
        padding-left: 0;
        padding-right: 0;
    }

    .c-header .c-logo-row{
        padding: 10px 13px 3px 30px;
    }

    /*Carouse cardviews*/
    .c-header .cardview .interest-icon,
    .c-mobile-page .c-header .cardview .interest-icon{
        width: 100px;
        height: 100px;
    }
    .c-header .cardview{
        width: 148px;
        min-width: 148px;
    }
    .c-carousel-nav-button{
        top: 14%;
    }
    .c-header .cardview .lead--title{
        font-size: 15px;
    }
    /*<--*/
}
@media (max-width: 790px){

    .store-card.store-info .m--container{
        padding: 0;
    }

    .store-card.store-info .store-info{
        padding: 0 16px 15px 16px;
    }

    .store-card.store-info .c-hero-image{
        border-top-right-radius: 10px;
        border-top-left-radius: 10px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }



}
@media (max-width: 778px){

    .c-mobile-page .c-header .c-body{
        min-height: 170px;
    }
    .store-card.store-info{
        width: 46%;
    }

    .c-mobile-page .store-card.store-info {
        width: 46%;
    }
    .c-mobile-page .store-card.store-info .m--container{
        min-height: 480px;
    }

    .store-card.store-info .lead--content .c-name{
        font-size: 18px;
    }

    .store-card.store-info .m--container{
        min-height: 520px;
    }

    .c-header .c-logo-row .c--page-name{
        font-size: 20px;
    }
    .c-header .c-logo-row{
        gap: 9px;
    }
    .c-header .c-logo-row .logo img {
        max-height: 25px;
    }

    .c-header .c-background{
        border-bottom-left-radius: 60px;
        border-bottom-right-radius: 60px;
    }

    .store-card.store-info.c-placeholder.c-2{
        display: none;
    }

    /*Carouse cardviews*/
    .c-header .cardview .interest-icon,
    .c-mobile-page .c-header .cardview .interest-icon{
        width: 80px;
        height: 80px;
    }
    .c-header .cardview{
        width: 128px;
        min-width: 128px;
    }
    .c-carousel-nav-button{
        top: 14%;
    }
    .c-header .cardview .lead--title{
        font-size: 14px;
    }
    /*<--*/


}

@media (max-width: 660px){

    .c-mobile-page .c-header .c-body{
        min-height: 155px;
    }

    .c-header .c-body{
        min-height: 192px;
    }
    .c-header .interest-carousel-section.fixed .c-header .m-carousel{
        border-bottom: 3px solid #fff;
    }

    .store-card.store-info .lead--content .lead--btn{
        font-size: 14px;
        max-width: 165px;
    }
    .store-card.store-info .lead--content .small-intro,
    .store-card.store-info .lead--content .shadow-intro{
        font-size: 14px;
    }

    .c-header .current-title{
        font-size: 26px;
    }

    .c-header .c-logo-row .c--page-name{
        font-size: 18px;
    }


    /*Carouse cardviews*/
    .c-header .cardview .interest-icon,
    .c-mobile-page .c-header .cardview .interest-icon{
        width: 70px;
        height: 70px;
    }
    .c-header .cardview{
        width: 108px;
        min-width: 108px;
    }
    .c-carousel-nav-button{
        top: 14%;
    }
    .c-header .cardview .lead--title{
        font-size: 13px;
    }
    /*<--*/
}

@media (max-width: 600px){
    .grid-section{
        padding: 0 16px 120px 16px;
    }
    .store-card.store-info .m--container {
        min-height: 475px;
    }
    .lead--body .flex-grid{
        gap: 14px;
    }

    .c-mobile-page .lead--body .flex-grid{
        row-gap: 30px;
    }

    .c-header .current-title{
        font-size: 22px;
    }
    .c-header .c-logo-row .c--page-name {
        font-size: 16px;
    }

    .c-header .c-logo-row .auth-state{
        display: none;
    }

    /*Carouse cardviews*/
    .c-header .cardview {
        width: 84px;
        min-width: 84px;
    }
    .c-header .cardview .interest-icon,
    .c-mobile-page .c-header .cardview .interest-icon{
        width: 64px;
        height: 64px;
    }
    .c-header .cardview .lead--title {
        font-size: 12px;
    }
    /*<--*/
}
@media (max-width: 460px){
    .store-card.store-info .m--container{
        padding: 0;
    }
    .store-card.store-info .store-info{
        padding: 0 16px 15px 16px;
    }
    .store-card.store-info .lead--content .c-name {
        font-size: 17px;
    }
    .grid-section {
        padding: 0 0 120px 0px;
    }
    .store-card.store-info .lead--content .lead--btn{
        height: 35px;
        bottom: -13px;
    }
    .store-card.store-info .c-hero-image{
        border-top-right-radius: 10px;
        border-top-left-radius: 10px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .c-header .current-title{
        font-size: 20px;
    }
}
@media (max-width: 440px){
    .c-header .c-logo-row .logo img{
        content: url("/images/header-logo-shape-2024q2-192w.png");
    }
}
@media (max-width: 410px){
    .store-card.store-info .lead--content .lead--btn {
        font-size: 14px;
        max-width: 138px;
    }
    .c-header .current-title{
        font-size: 19px;
    }
}
@media (max-width: 389px){
    .store-card.store-info {
        width: 86%;
    }

    .c-product-search.c-title-mode .c--bigtitle{
        font-size: 16px;
    }
}