/** Shopify CDN: Minification failed

Line 272:4 "opactiy" is not a known CSS property
Line 274:4 "visibitliy" is not a known CSS property
Line 1042:39 Expected ":"

**/
*{
    margin:0px;
    padding:0px;
    box-sizing:border-box;
}
.container{
    max-width:1380px;
    padding:0 20px;
    margin: 0 auto;
}
.header-wrapper{
    background-color:#EEEEEE;
}
.header-wrapper--border-bottom{
    border:none;
}
#home__landing-page.header{
  padding-left: 50px !important;
  padding-right: 50px !important;
  padding-top:0px !important;
  margin: 0 auto;
  background:#EEEEEE;
}
/* #home__landing-page.header{
    max-width: calc(100% - 90px);
    width: 100%;
    margin: 20px auto 0;
    border-radius: 10px;
    background-color: #ffffff94;
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
} */

#home__landing-page.header .header__inline-menu ul{
  gap:45px;
}
#home__landing-page.header .header__inline-menu ul li a{
  font-size:14px;
  font-family:var(--font-heading-family);
  font-weight:500;
  color:#444444;
  letter-spacing:0.32px;
  padding:0px !important;
  line-height:normal !important;
}
#home__landing-page summary.list-menu__item {
    padding: 0px;
    padding-right: 25px;
}
#home__landing-page summary.list-menu__item span {
    font-family:var(--font-heading-family);
}
#home__landing-page.header .header__inline-menu ul header-menu details ul{
    padding: 5px !important;
}
#home__landing-page.header .header__inline-menu ul header-menu details ul li a {
    padding: 10px !important;
}
#home__landing-page .header__icons {
    gap:31px;
    justify-content:flex-end;
    justify-self:unset;
    padding:0px;
}
#home__landing-page .header__icons .header__icon{
    height:22px;
    width:22px;
}
#home__landing-page .header__icons .header__icon .svg-wrapper{
    height:22px;
    width:22px;
}
#home__landing-page .header__icons .header__icon--cart {
    margin:0px;
}
.custom__banner{
    /* margin-top:-120px; */
    height:767px;
}
.custom__banner .banner__buttons{
    border:2px solid white;
}
/* Return parent */
.return__parent{
    padding: 51px 0px;
    background-color:#EEEEEE;
}
.return__parent-row{
    display:flex;
    justify-content:flex-start;
    align-items:center;
    flex-wrap:wrap;
}
.return__col{
    width:25%;
    border-right:1px solid #4444444D;
    padding: 0px 44px;
}
.return__col:first-child{
    padding-left:0px;
}
.return__col:last-child{
    border:none;
}
/* .return__col-content{
    max-width: 246px;
} */
.return__col h2{
    color:#324B58;
    font-size:16px;
    font-weight:600;
    letter-spacing:normal;
    margin-bottom:20px;
    padding:0px;
}
.return__col p{
    color:#324B58;
    font-size:13px;
    font-weight:500;
    letter-spacing:normal;
    margin-bottom:0px;
    padding:0px;
}
/* Collection Card */
.collection__card-parent{
    padding:50px 0px 30px;
}
.collection__card-row{
    display:flex;
    align-items:center;
    flex-wrap:wrap;
    gap:15px;
    /* margin: 0px -7.5px; */
}
.collection__card-box{
    flex: 0 0 calc(33.333% - 15px);
    height:605px;
    position:relative;
    display:block;
    /* padding: 0px 7.5px; */
}
.collection__card-box img{
    height: 100%;
    width: 100%;
    object-fit:cover;
    position: absolute;
}
.collection__card-box h2{
    color:white;
    width: 100%;
    text-align:center;
    font-weight:700;
    font-size:22px;
    letter-spacing:0.32px;
    margin:0px;
    padding:0px;
    margin-bottom:38px;
    position:absolute;
    bottom:0px;
    left:auto;
    right:auto;
    z-index:9999;
}
/* Collection Card */
/* latest collection */
.latest__collection-parent{
  padding: 50px 0px 30px;  
}
.latest__title{
    font-size: 24px;
    font-weight:700;
    color: #444444;
    letter-spacing:0.32px;
    line-height:100%;
    margin-bottom: 30px;
    text-align:center;
}
.latest__collection-row{
    display:flex;
    align-items:stretch;
    gap: 15px;
    flex-wrap:wrap;
}
.latest___collection-cardbox{
    flex: 0 0 calc(25% - 15px);
}
.image__box{
    height: 332px;
    width:100%;
}
.image__box img{
    height: 100%;
    width:100%;
    object-fit:cover;
}
.content__box{
    display:flex;
    justify-content:space-between;
    align-items: flex-end;
    padding: 10px 10px 0px 0px;

}
.content__box .title__price-box{
    width:70%;
    display:block;
    text-decoration:none;
}
.content__box .title__price-box h3 {
  color: #444444;
  font-size: 13px;
  margin-bottom: 6px;
  font-weight: 400;
  letter-spacing: 0.32px;
  line-height: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 2;     /* sirf 2 lines show hongi */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;   /* extra text ke bad ... show karega */
}
.content__box .title__price-box p{
    color:#444444;
    font-size:13px;
    margin:0px;
    padding:0px;
    font-weight:700;
    letter-spacing:0.32px;
    line-height:100%;
    font-family: var(--font-heading-family);
    font-style: var(--font-heading-style);
}
.content__box .title__price-box p span{
    font-weight:500;
}
.content__box form{
    line-height:13px;
}
.content__box button, .content__box a{
    background:transparent;
    outline:none;
    border:none;
    display:inline-flex;
    justify-content:flex-end;
    cursor:pointer;
    text-decoration:none;
}
.content__box button:disabled, .content__box button a:disabled{
    cursor:not-allowed;
}
.content__box button span, .content__box a span{
    font-size:12px;
    font-weight: 600;
    color:#64a3c5;
    letter-spacing:0.32px;
    line-height:100%;
    font-family: var(--font-heading-family);
    font-style: var(--font-heading-style);
}
/* latest collection */
/* Home bottom banner */
.handle__banner_blur .slider-mobile-gutter{
    margin:50px 0px 30px;
}
.handle__banner_blur .slider-button--prev, .handle__banner_blur .slider-button--next{
    opactiy:0;
    display:none;
    visibitliy:hidden;
}
.handle__banner_blur .slideshow__controls{
    position:absolute;
    z-index: 9999;
    /* display:flex; */
    bottom:43.5px;
    left:0px;
    right:0px;
    border:none;
}
.handle__banner_blur .slider-counter__link{
    padding:3.5px;
}
.handle__banner_blur .slider-counter__link--dots .dot{
    background-color:#9597899C;
    border:none;
    outline:none;
    width:14px;
    height:14px;
}
.handle__banner_blur .slider-counter__link--active.slider-counter__link--dots .dot{
    background-color:#959789;
    width:21px;
    height:21px;
    border:none;
}

/* Home bottom banner */
/* collection page start here */
.custom_card_parent{
    column-gap: 16px;
    row-gap:16px;
}
.custom_card_parent .grid__item{
    width: calc(25% - 16px);
}
.custom_card_parent .card__content{
    display:flex;
    justify-content:space-between;
    align-items: flex-end;
}
.custom_card_parent .card__text_content{
    padding: 10px 10px 0 0 !important;
}
.custom_card_parent .card__content .card__information{
    padding:0px;
    width: 65%;
    display: block;
    text-decoration: none;
    /* padding: 10px 10px 0 0 !important; */

}
.custom_card_parent .card__content .card__information h3{
    color: #444;
    font-size: 13px;
    margin-bottom: 6px;
    font-weight: 400;
    letter-spacing: .32px;
    line-height: 100%;
}
.custom_card_parent .card__content .card__information .price{
    color: #444;
    font-size: 13px;
    margin: 0;
    padding: 0;
    font-weight: 700;
    letter-spacing: .32px;
    line-height: 100%;
    font-family: var(--font-heading-family);
    font-style: var(--font-heading-style);
}
.custom_card_parent .quick-add{
    margin:0px;
    width:35%;
}
.custom_card_parent .quick-add product-form{
    line-height:12px !important;
}
.custom_card_parent .quick-add button{
    background: transparent !important;
    outline: none !important;
    border: none !important;
    display: inline-flex !important;
    justify-content: flex-end !important;
    cursor: pointer !important;
    padding:0px !important;
    min-height:0px !important;
    font-size: 12px;
    font-weight: 600;
    color: #64A3C5 !important;
    letter-spacing: .32px !important;
    line-height: 100% !important;
    font-family: var(--font-heading-family) !important;
    font-style: var(--font-heading-style) !important;
}
.custom_card_parent .quick-add button:disabled{
    cursor:not-allowed !important;
}
.custom_card_parent .quick-add modal-opener{
    display:flex;
}
.custom_card_parent .quick-add__submit.button:hover{
    color:#444;
    box-shadow:none !important;
    transform:rotate(0deg) !important;
    transition:unset !important
}
.collection .pagination-wrapper .pagination__list>li{
    flex: 1 0 30px;
    max-width:30px;
}
.collection .pagination-wrapper ul li a{
    font-size:14px;
    color:#444 !important;
    line-height:normal;
    font-family:var(--font-body-family);
    text-decoration:none !important;
    height:30px;
}
.collection .pagination-wrapper ul li .pagination__item--current{
    background-color:#64a3c5;
    color:white !important;
    border-radius:50%;
}
.collection .pagination-wrapper ul li .pagination__item--current:after, .collection .pagination-wrapper ul li .pagination__item:hover:after{
    display:none;
}
.banner--mobile-bottom .banner__box{
    background:transparent;
    position:absolute;
    bottom:0px;
}
.banner--mobile-bottom .banner__box h2{
    color:white;
    font-weight:600;
}
.quick-add__submit.button.loading span{
    display:none;
}   
/* pdp page */ 
.product .product__info-wrapper .product__info-container>*+*{
    margin:0px !important;
}
.product .thumbnail[aria-current]{
    box-shadow: 0px 0px 1px .1rem rgb(100 163 198) !important;
    border-color: rgb(100 163 198) !important;
}
.product .thumbnail[aria-current]:focus:not(:focus-visible){
    box-shadow: 0px 0px 1px .1rem rgb(100 163 198) !important;
}
.product .product__info-wrapper .product__title h1{
    font-size: 16px !important;
    font-weight:600 !important;
    text-transform:uppercase !important;
    margin-bottom:10px !important;
}
.product .product__info-wrapper .short_descripiton p{
    font-size:12px;
    margin-bottom:20px;
    color: #444444CC;
    line-height:100%;
}
.product .product__info-wrapper .product__description{
    margin:0px !important;
    font-size:12px !important;
    color:#444444CC !important;
    line-height:16px !important;
    margin-bottom:20px !important;
}
.product .product__info-wrapper .product__price-wrapper{
    margin:0px !important;
    margin-bottom:15px !important;
}
.product .product__info-wrapper .price{
    font-size:18px;
    font-weight:600 !important;
}
.product .product__info-wrapper .product-form__input .form__label{
    font-size: 14px;
    line-height:100%;
    font-weight:500;
    margin-bottom:10px;
    color:#000000;
    font-family:var(--font-body-family);
}
.product .product__info-wrapper .select{
    border:1px solid #64A3C6 !important;
}
.product .product__info-wrapper .field:after, .product .product__info-wrapper .select:after{
   box-shadow:unset !important; 
}
/* variant pills */
.product .product__info-wrapper variant-selects{
    margin-bottom:18px;
}
.product .product__info-wrapper .product-form__input--pill input[type=radio]+label{
    border:none;
    outline:none;
    box-shadow:none;
    background:none;
    font-size:14px !important;
    font-weight:400 !important;
    font-family:var(--font-body-family) !important;
    /* border:1px solid black; */
    padding:0px !important;
    margin: .7rem 4rem .2rem 0 !important;
}
.product .product__info-wrapper .product-form__input--pill input[type=radio]:checked+label{
    color: #000000 !important;
    font-weight:600 !important;
}
/* variant pills */
.product .product__info-wrapper .quantity{
    border:1px solid #64A3C6 !important;
}
.product .product__info-wrapper .quantity:after{
    box-shadow:unset !important; 
}

.product .product__info-wrapper .product__info-container .product-form{
    margin:15px 0px !important; 
} 
.product .product__info-wrapper .product-form__buttons{
    max-width:100% !important;
}
.product .product__info-wrapper .product-form__buttons .product-form__submit{
    border: 1px solid #64A3C6 !important;
    font-size:14px;
    font-weight:500;
    text-transform:uppercase;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.product .product__info-wrapper .product-form__buttons .product-form__submit:hover{
    border: 1px solid #64A3C6 !important;
    background-color: #64A3C6 !important;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color:white !important;
}
.product .product__info-wrapper .product-form__buttons .shopify-payment-button__button{
    background-color: #64A3C6 !important;
    color:white !important;
    text-transform:uppercase;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.product .product__info-wrapper .product-form__buttons .shopify-payment-button__button:hover{
    border:1px solid #64A3C6 !important;
    color:#444 !important;
    background-color:transparent !important;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.product .product__info-wrapper .product-form__buttons .shopify-payment-button__button--unbranded:after ,.product .product__info-wrapper .product-form__buttons .shopify-payment-button__button--unbranded:before{
    box-shadow:unset !important;
}
.product .product__info-wrapper .product__text.inline-richtext {
    font-size: 12px !important;
    color: #444444CC !important;
    font-family:var(--font-body-family) !important;
    line-height:100%!important;
    margin-bottom:20px !important;
}
/* pdp collapsible */
.custom_pd_accordion summary{
    padding:10px 0px !important;
}
.custom_pd_accordion summary .summary__title h2{
    font-size: 14px !important;
    font-family:var(--font-body-family) !important;
    color:#444 !important;
    font-weight:600 !important;
    line-height:100% !important;
}
.custom_pd_accordion .accordion__content{
    padding:0px !important;
}
.custom_pd_accordion .accordion__content p{
    padding:0px;
    font-size: 12px !important;
    font-family:var(--font-body-family) !important;
    color:#444444CC !important;
    font-weight:400 !important;
    line-height:100% !important;
    margin-bottom:15px !important;
}
.size_chart__popup-wrapper .product-popup-modal__content{
    margin-top:30px !important;
    padding:10px 20px !important;
}
.size_chart_desc{
    font-size: 12px;
    margin-bottom: 5px;
    color: #444c;
    line-height: 100%;
}
.size_chart_button{
    margin:0px !important;
    min-height:0px !important;
    line-height:12px !important;
    margin-bottom:15px !important;
}
.size_chart_button .product-popup-modal__button{
    font-size: 12px;
    line-height:12px !important;
    font-family:var(--font-body-family);
    color:#444444;
    font-weight:600;
    min-height:0px !important;
}
.product-popup-modal__toggle.size_chart{
    margin-top:10px !important;
    margin-bottom:10px !important;
    position:unset !important;
}
.size__chart_parent h2{
    font-size:18px;
    color:#444;
    margin-bottom:10px;
    text-align:center;
    line-height:100%;
    font-weight:600;
}
.size_chart_image{
    height:auto;
    width:100%;
    display:flex;
}
.size_chart_image img{
    height:100%;
    width:100%;
    object-fit:cover;
}
.size__chart_parent p{
    font-size:14px;
    color:#444;
    margin:30px 0px 10px;
    padding:0px;
    line-height:16px;
    font-weight:400;
}
.related-products__heading.inline-richtext{
    font-size:24px;
    color:#444444 !important;
    font-weight:bold;
    margin-bottom:39px;
}
/* pdp page */

/* collection page start here */
@media (min-width:1301px) and (max-width:1330px){
    #home__landing-page.header{
        padding-left:20px !important;
        padding-right:20px !important;
        padding-top:10px !important;
    }
    #home__landing-page .header--middle-left{
        column-gap:16px;
    }
    #home__landing-page .header--middle-left .header__heading-link, .header--top-left .header__heading-link {
        margin-left: 0px;
        padding:0px;
    }
    #home__landing-page.header .header__inline-menu ul{
        gap:30px;
    }
    /* #home__landing-page .header__icons{
        gap:15px;
    }
    .cart-count-bubble {
        bottom: 1.8rem;
        left: 1rem;
    } */
}
@media (min-width:1201px) and (max-width:1300px){
    #home__landing-page.header{
        padding-left:20px !important;
        padding-right:20px !important;
        padding-top:10px !important;
    }
    #home__landing-page .header--middle-left{
        column-gap:16px;
    }
    #home__landing-page .header--middle-left .header__heading-link, .header--top-left .header__heading-link {
        margin-left: 0px;
        padding:0px;
    }
    #home__landing-page.header .header__inline-menu ul{
        gap:20px;
    }
    .custom_card_parent .card__content .card__information{
        width:60%;
    }
    .custom_card_parent .quick-add{
        width: 40%;
    }
    /* #home__landing-page .header__icons{
        gap:15px;
    }
    .cart-count-bubble {
        bottom: 1.8rem;
        left: 1rem;
    } */
}
@media (min-width:1101px) and (max-width:1200px){
    #home__landing-page.header{
        padding-left:20px !important;
        padding-right:20px !important;
        padding-top:10px !important;
    }
    #home__landing-page .header--middle-left{
        column-gap:16px;
    }
    #home__landing-page .header--middle-left .header__heading-link, .header--top-left .header__heading-link {
        margin-left: 0px;
        padding:0px;
    }
    #home__landing-page.header .header__inline-menu ul{
        gap:15px;
    }
    #home__landing-page .header__icons{
        gap:15px;
    }
    .cart-count-bubble {
        bottom: 1.8rem;
        left: 1rem;
    }
    /* collection page */
    .custom_card_parent {
        column-gap: 15px;
        row-gap: 15px;
        justify-content:flex-start;
    }
    .custom_card_parent .card__content{
        display: flex;
        justify-content: space-between;
        align-items: unset;
        padding: 10px 10px 0 0;
        flex-direction: column;
        row-gap: 10px;
        flex-grow:unset;
    }
    .custom_card_parent .card__content .card__information{
        width:100%;
    }
    .custom_card_parent .quick-add{
        width:100%;
    }
    .custom_card_parent .quick-add button{
        justify-content:flex-start !important;
    }
    .content__box{
        flex-direction:column;
        row-gap:10px;
        align-items:flex-start;
    }
    .content__box button, .content__box a{
        justify-content:flex-start;
    }
}
@media (min-width:1025px) and (max-width:1100px){
    #home__landing-page.header{
        padding-left:20px !important;
        padding-right:20px !important;
        padding-top:10px !important;
    }
    #home__landing-page .header--middle-left{
        column-gap:16px;
    }
    #home__landing-page .header--middle-left .header__heading-link, .header--top-left .header__heading-link {
        margin-left: 0px;
        padding:0px;
    }
    #home__landing-page .header .header__inline-menu ul{
        gap:15px;
    }
    #home__landing-page .header__icons{
        gap:15px;
    }
    .cart-count-bubble {
        bottom: 1.8rem;
        left: 1rem;
    }
    .custom__banner {
        /* margin-top: -110px; */
        height: 560px;
    }
    .return__parent {
        padding: 30px 0;
    }
    .return__col {
        padding: 0 25px;
    }
    .collection__card-parent{
        padding:40px 0px 20px;  
    }
    .collection__card-box {
        height: 450px;
    }
    .collection__card-box h2 {
        font-size: 20px;
        margin: 0 0 20px;
    }
    .latest__collection-parent{
        padding:20px 0px 20px;  
    }
    .image__box {
        height: auto;
    }
    .content__box {
        display: flex;
        justify-content: space-between;
        align-items: unset;
        padding: 10px 10px 0 0;
        flex-direction: column;
        row-gap:10px;
    }
    .content__box .title__price-box{
        width:100%;
    }
    .handle__banner_blur .slider-mobile-gutter{
        margin: 20px 0px 40px;
    }
    /* collection page */
    .custom_card_parent {
        column-gap: 15px;
        row-gap: 15px;
        justify-content:flex-start;
    }
    .custom_card_parent .card__content{
        display: flex;
        justify-content: space-between;
        align-items: unset;
        padding: 10px 10px 0 0;
        flex-direction: column;
        row-gap: 10px;
        flex-grow:unset;
    }
    .custom_card_parent .card__content .card__information{
        width:100%;
    }
    .custom_card_parent .quick-add{
        width:100%;
    }
    .custom_card_parent .quick-add button{
        justify-content:flex-start !important;
    }
    .content__box button, .content__box a {
        justify-content: flex-start;
    }
}
@media (max-width:1024px){
    #home__landing-page.header{
        padding-left:20px !important;
        padding-right:20px !important;
        padding-top:10px !important;
    }
    #home__landing-page .header--middle-left{
        column-gap:16px;
    }
    #home__landing-page .header--middle-left .header__heading-link, .header--top-left .header__heading-link {
        margin-left: 0px;
        padding:0px;
    }
    #home__landing-page.header .header__inline-menu ul{
        gap:15px;
    }
    #home__landing-page .header__icons{
        gap:15px;
    }
    .cart-count-bubble {
        bottom: 1.8rem;
        left: 1rem;
    }
    .custom__banner {
        /* margin-top: -110px; */
        height: 560px;
    }
    .return__parent {
        padding: 30px 0;
    }
    .return__col {
        padding: 0 25px;
    }
    .collection__card-parent{
        padding:40px 0px 20px;  
    }
    .collection__card-box {
        height: 450px;
    }
    .collection__card-box h2 {
        font-size: 20px;
        margin: 0 0 20px;
    }
    .latest__collection-parent{
        padding:20px 0px 20px;  
    }
    .image__box {
        height: auto;
    }
    .content__box {
        display: flex;
        justify-content: space-between;
        align-items: unset;
        padding: 10px 10px 0 0;
        flex-direction: column;
        row-gap:10px;
    }
    .content__box .title__price-box{
        width:100%;
    }
    .handle__banner_blur .slider-mobile-gutter{
        margin: 20px 0px 40px;
    }
    .custom_card_parent {
        column-gap: 15px;
        row-gap: 15px;
        justify-content:flex-start;
    }
    .custom_card_parent .card__content{
        display: flex;
        justify-content: space-between;
        align-items: unset;
        padding: 10px 10px 0 0;
        flex-direction: column;
        row-gap: 10px;
        flex-grow:unset;
    }
    .custom_card_parent .card__content .card__information{
        width:100%;
    }
    .custom_card_parent .quick-add{
        width:100%;
    }
    .custom_card_parent .quick-add button{
        justify-content:flex-start !important;
    }
    .product .product__info-wrapper{
        padding: 0px 0px 0px 2rem;
    }
    .product-popup-modal__content{
        height:auto !important;
        padding:0px 20px 0px !important;
    }
    .content__box button, .content__box a {
        justify-content: flex-start;
    }
}
@media (max-width:991px){
    .return__parent-row {
        column-gap: 14px;
        row-gap:30px;
    }
    .return__col {
        padding: 0px;
        width:32%;
        border:none;
    }
    .return__col h2 {
        margin-bottom: 15px;
    }
    .collection__card-box {
        height: 350px;
    }
    .latest___collection-cardbox {
        flex: 0 0 calc(33.33% - 15px);
    }
    #home__landing-page summary.list-menu__item{
        padding:11px 30px;
    }
    .custom_card_parent .grid__item {
        width: calc(33% - 15px);
        flex-grow:unset !important;
    }
}
@media (max-width:767px){
    .custom__banner {
        height: 320px;
    }
    .return__parent-row {
        /* column-gap: 14px; */
        row-gap:15px;
    }
    .return__col {
        padding: 0px;
        width:100%;
        border:none;
    }
    .return__col h2 {
        font-size:14px;
        margin-bottom: 15px;
    }
    .return__col p{
        font-size:12px;
    }
    .collection__card-row{
        display:block;
    }
    .collection__card-box {
        height: 350px;
        display:block;
        width:100%;
        margin-bottom:15px;
    }
    .latest___collection-cardbox {
        flex: 0 0 calc(100% - 0px);
    }
    .handle__banner_blur .slideshow__controls {
        bottom: 30px;
    }
    .handle__banner_blur .slider-mobile-gutter {
        margin: 20px 0 0px;
    }
    .custom_card_parent .grid__item {
        width: 100% !important;
        max-width:100% !important;
    }
    .facets-container{
        padding-bottom: 10px;
    }
    .product .product__info-wrapper{
        padding: 0px 0px 0px 0px !important;
    }
    .size_chart_image{
        height:100%;
    }
    #home__landing-page.header{
        padding-top:5px !important;
    }
    .header__heading-link{
        padding:0px !important;
    }
    #home__landing-page .header__icons .header__icon, #home__landing-page .header__icons .header__icon .svg-wrapper {
        height: 15px;
        width: 15px;
    }
    .header__icon .icon{
        height:15px;
        width:15px;
    }
    .latest__title{
        font-size:18px;
    }
    #insta-feed h2, .instafeed-shopify h2{
        font-size:18px;
        margin:20px 20px;
    }
    .product .product__info-wrapper .product-form__input--pill input[type=radio]+label{
        margin:.7rem 1rem .2rem 0!important
    }
    .collection__card-parent{
        padding:30px 0px;
    }
    .custom_pd_accordion .accordion__content p{
        line-height:normal !important;W
    }

}