/** Shopify CDN: Minification failed

Line 301:36 Unexpected "li("

**/
.cstm_card_design_main .card__size, .cstm_card_design_main .card__colors, .cstm_card_design_main .card__price, .card__price.cstm_card_price_hide{
    display: none;
}

.card__colors {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 10px;
  position: relative;
  z-index: 99999;
}

.color-swatch {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 1px solid #ddd;
  display: inline-block !important;
  cursor: pointer;
}
.color-swatch span {
    width: 25px;
    display: block;
    height: 25px;
    border-radius: 50%;
}
.color-swatch.active{
    padding: 2px;
    width: 31px;
    height: 31px;
}

.card__size {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 10px;
  position: relative;
  z-index: 99999;
}

.sizes-swatch {
  width: 50px;
  height: 30px;
  border-radius: 10px;
  border: 1px solid #ddd;
  display: inline-block !important;
  cursor: pointer;
  text-align: center;
  line-height: 30px; /* vertically center text */
}

.sizes-swatch:hover {
  border-color: #000;
}


.color-swatch.active {
  border: 1px solid #000; 
  transform: translateY(-1px);
}


.sizes-swatch.active {
  border: 1px solid #000; 
  background: rgba(11,138,47,0.04);
  font-weight: 600;
  transform: translateY(-1px);
}


.sizes-swatch.sold-out {
  opacity: 0.45;
  cursor: not-allowed;
}

.card__price{
  margin-top: 5px;
}
.card__price .price{
    padding: 0!important;
    font-family: 'Geist';
    font-weight:800;
}

.card__price .price--sale{
    font-weight:800;
    font-size:16px;
    letter-spacing: -1px;
}

.card__price .price--compare{
    font-weight:800;
    margin-left: 8px;
    font-size:16px;
    color: #989494;
    letter-spacing: -1px;

    
}








/* .card__colors {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 6px;
  position: relative;
  z-index: 99999;
  padding-top: 10px;

}

.color-swatch {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid #ddd;
  display: inline-block!important;
  cursor: pointer;
}

.color-swatch:hover {
  border-color: #000;
}

.card__size{
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 6px;
  position: relative;
  z-index: 99999;
}

.sizes-swatch{
   width: 50px;
  height: 30px;
  border-radius: 4px;
  border: 1px solid #ddd;
  display: inline-block!important;
  cursor: pointer; 
  text-align: center;
}

.sizes-swatch:hover {
  border-color: #000;
  color: #000;

}
 */






/* .cstm_show::after {
    content: '';
    position: fixed;
    width: 100vw;
    height: 100vh;
    left: 0;
    background: #0005;
    top: 0;
    pointer-events: none;
} */

@media (min-width: 1441px){
    .page-width, .page-width-desktop{
        /* margin: unset !important;
        padding: unset !important; */
        max-width: unset !important;
    }
    .cstm-collection-container slider-component {
    width: 90%;
    margin: 0 auto !important;
}
.cstm-collection-container .collection__title.title-wrapper {
    width: 90%;
    margin: 0 auto !important;
}
.cstm-collection-container ul.product-grid{
    justify-content: center;
    flex-wrap: nowrap;
    overflow: auto;
    padding: 20px 0 40px;
    margin: 0;
}
p.announcement-bar__message.h5 span{
    font-size: 24px;
}
.cstm-collection-slider li.grid__item {
    width: 22%;
}
}
@media (min-width: 1350px){
    .cstm-collection-slider{
        max-width: 1100px;
        padding: 0;
    }
    .cstm-product-grid{
        max-width: 1100px;
        margin: 0 auto;
    }
}
@media (min-width: 1025px){
    .cstm-collection-slider{
        max-width: 1300px;
        padding: 0 20px;
    }
    /* .cstm-card-wrapper .card__inner{
        min-height: 300px;
    } */
}
.index {
    background: #f4f4f4;
}
.cstm-index .cstm-parent-banner-section-1{
    padding: 0;
}
.header-left-items{
    display: none;
}
.desktop-account-icon{
    display: block;
}
.cstm-collection-container slider-component .slider-buttons{
    display: none;
}
.cstm-collection-container h2.title {
    text-align: center;
    font-size: 60px;
    font-weight: 500;
    font-family: 'Geist';
}
.section-header:not(.shopify-section-header-sticky){
    position: fixed;
    left: 2.5%;
}
.section-header{
    top: 35px;
    width: 95%;
    border-radius: 20px;
    box-shadow: 0px 7px 26.3px 0px rgba(0, 0, 0, 0.11);
    z-index: 5 !important;
}
.header-wrapper{
    border-radius: 20px;

    @media (max-width: 749px){
        border-radius: 10px;
    }
}
.section-header.shopify-section-header-sticky{
    margin: 0 auto;
    left: unset;
}
.section-header sticky-header{
    border-radius: 20px;
}
.section-header header{
    max-width: unset;
    width: 100%;
    margin: 0;
    display: flex;
    justify-content: space-between;
}
.header .list-menu{
    gap: 12px;
}
.header .list-menu .link{
    font-size: 16px;
    font-weight: 700;
    color: rgba(0, 0, 0, 1);
}
@media (min-width: 989px){
.header .list-menu .link:hover{
    transform: scale(1.08);
    opacity: 1;
}
.header .list-menu .link{
    /* transition: all 5s ease-out; */
}
.header{
    .list-menu:has(details[open]) > li:not(:has(details[open])){
        opacity: 0.4;
    }
    .list-menu:has(details[open]) > li(:has(details[open])){
        opacity: 0.4;
    }
    .list-menu:hover > li > .link,
.list-menu:hover > li > header-menu > details > .link {
  opacity: 0.4;
}

/* Step 3: Sirf hovered item ko wapas full */
.list-menu > li > .link:hover,
.list-menu > li > header-menu > details > .link:hover {
  opacity: 1;
}
}
}
.header__inline-menu{
    text-align: center;
}
.header .desktop-localization-wrapper{
    display: none;
}
.header .header__heading-link{
    padding: 0;
}
.header {
    padding: 16px 30px !important;
    /* padding-bottom: 16px !important; */

.header__icon .svg-wrapper {
    width: 24px;
    height: 24px;
}
.header__search{
    order: 2;
}
.header__icon--account{
    order: 1;
}
.header__icon--cart{
    order: 3;
}

.mega-menu__content {
    width: 80%;
    margin: 15px auto;
    border-radius: 20px;
    box-shadow: 0 10px 90px #0000004d;
    transform: translate(-50%,-10px);
    transition: transform 0.2s ease, opacity 0.2s ease;
    position: absolute;
    left: 50%;
        top: 80px;
        opacity: 0;
}
.cstm_show .mega-menu__content {
  transform: translate(-50%, 0);
  opacity: 1;
  pointer-events: auto;
  z-index: 1;
}

.mega-menu .mega-menu__list{
    display: flex;
    justify-content: space-around;
    text-align: left;
}
.mega-menu .mega-menu__list a{
    font-size: 18px;
}
.mega-menu .mega-menu__list ul a{
    font-size: 14px;
    color: rgba(95, 94, 94, 1);
    font-weight: 400;
}
.images_nav {
    width: 154px;
    height: 98px;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 15px;
    box-shadow: 0 0 1px #0000000f, 0 1px 1px -.5px #0000000f, 0 3px 3px -1.5px #0000000f, 0 6px 6px -3px #0000000f, 0 12px 12px -6px #0000000f, 0 24px 24px -12px #0000000f;
}
}
.cstm-card-wrapper .card__media img {
    object-fit: contain !important;
}
.cstm-card-wrapper .card__inner {
    border-radius: 20px !important;
}
.cstm-card-wrapper{
    padding: 18px;
    background: #fff;
    border-radius: 20px;
        box-shadow: 0 0 0 1px #0000000f, 0 1px 1px -.5px #0000000f, 0 3px 3px -1.5px #0000000f, 0 6px 6px -3px #0000000f, 0 12px 12px -6px #0000000f, 0 24px 24px -12px #0000000f;
}
.collection{
    background: #f4f4f4;
}
.cstm-collection-container ul.product-grid {
    gap: 20px;
    justify-content: center;
}
.cstm-card-wrapper .card__heading {
    font-size: 20px;
    font-weight: 700;
    text-align: left;
    line-height: 1;
    margin-bottom: 5px;

    /* @media (max-width: 769px){
        font-size: 16px;
    } */
    @media (max-width: 749px){
        font-size: 18px;
    }
}
/* .cstm-index .cstm-card-wrapper .card__heading{
    text-align: center;
} */
.cstm-card-wrapper .card-information{
    display: none;
}
/* .cstm-index .cstm-collection-container .card-information{
    display: block;
} */
.cstm-card-wrapper .card__information{
    padding: 0;
}
.cstm-card-wrapper product-form .button:after, .cstm-card-wrapper product-form .button:before{
    content: none;
}
.cstm-card-wrapper product-form .button{
    /* display: inline-block; */
}
.cstm-card-wrapper .card > .card__content {
    display: flex;
    justify-content: start;
    align-items: self-start;
    padding: 15px 5px 0;
}
.cstm-card-wrapper .quick-add{
    margin-bottom: 0;
    height: 45px;
    width: 45px;
}
.mobile-nav{
    display: none;
}
.cstm-collection-slider .grid__item {
    max-width: unset;
    flex-grow: unset;
    width: 28%;
}
.cstm-card-wrapper .card__inner{
    height: 300px;
    overflow: hidden;
}
.header-wrapper:has(.menu-drawer-container.menu-opening) {
    background: #f3f3f3;
    border-radius: 20px;

    .menu-drawer__navigation{
        padding: 15px;
    }
    .menu-drawer__utility-links{
        display: none;
    }
    ul.menu-drawer__menu {
    display: flex;
    flex-direction: column;
}
ul.menu-drawer__menu li {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 6px 6px -3px #0000000f, 0 3px 3px -1.5px #0000000f, 0 1px 1px -.5px #0000000f, 0 0 0 1px #0000000f;
}
}
.menu-drawer {
    background: #f3f3f3 !important;
    border-radius: 0 0 20px 20px;
}
@media (max-width: 1350px){
    .cstm-collection-container ul.product-grid{
        gap: 15px;
    }
}
@media (max-width: 1025px){
    .cstm-collection-container h2.title{
    font-size: 50px !important;
  }
    .cstm-card-wrapper .card__inner {
    max-height: 260px;
}
}
@media (min-width: 990px){
    .header.header--middle-left{
        grid-template-columns: auto auto auto;
    }
        .header:not(.drawer-menu).page-width {
        padding-left: 4rem;
        padding-right: 4rem;
    }
}
@media (max-width: 989px){
        .section-header {
    /* display: none; */
}
.header {
    display: flex;
    justify-content: space-between;
}
.header-left-items{
    display: block;
}
.desktop-account-icon{
    display: none;
}
.header-left-items {
    display: flex;
    gap: 5px;
}

.cstm-header-drawer {
    display: flex;
    gap: 2px;
    .menu-drawer{
        position: absolute;
        width: 100%;
        height: 0;
    }
}
.js details[open].menu-opening > .menu-drawer,
details[open].menu-opening > .menu-drawer__submenu{
    height: 80vh;
}
.menu-drawer-container:has(.menu-opening) .menu-drawer__menu li details .menu-drawer__submenu{
  transition: 0.5s ease-out;

  ul.menu-drawer__menu{
    padding: 15px;
  }
}
.section-header.menu-open{
    border-radius: 20px 20px 0 0;
    .header-wrapper {
    border-radius: 20px 20px 0 0;
}
}
 .cstm-collection-slider .grid__item{
    /* width: 24% !important;
    height: 100%; */
  }
  .mobile-nav{
    display: flex;
}
.cstm-collection-container ul.product-grid {
    padding: 20px 0;
}
.cstm-card-wrapper{
    padding: 12px;
    border-radius: 15px;
}
.cstm-card-wrapper .card__inner {
    border-radius: 15px !important;
}
.images_nav_drawer {
    width: 54px;
    height: 60px;
    border-radius: 10px;
    overflow: hidden;
}
.images_nav_drawer img{
    object-fit: cover;
}
.menu-drawer .menu-drawer__menu-item{
    padding: 8px;
    gap: 12px;
}
.menu-drawer__menu-item{
    padding: 8px !important;
}
.menu-drawer__inner-submenu {
    background: #f3f3f3;
}
}
@media (max-width: 769px){
    .cstm-collection-container h2.title{
    font-size: 40px !important;
  }
       .cstm-card-wrapper .card__inner {
        height: 200px;
        max-height: unset;
    }
    .cstm-collection-slider .grid__item {
        width: 30%;
    }
}
@media (max-width: 749px){
    .header__icon--account{
        display: flex !important;
    }
    header-drawer{
        order: 4;
        margin-left: 0 !important;
    }
    .header__icons{
        padding-right: 0;
        gap: 5px;
    }
        .header__heading {
        /* margin-left: 12%; */
    }
    .header__heading-logo-wrapper{
        width: 70%;
    }
    .header{
        padding: 1.2rem 2rem !important;
    }
    .section-header sticky-header {
    border-radius: 10px;
}
.header .header__icon .svg-wrapper {
    width: 20px;
    height: 20px;
}
.header__icon .icon{
    width: 1.5rem;
    height: 1.5rem;
}
.header__icon, .header__icon--cart .icon{
    height: 2.4rem;
    width: 2.4rem;
}
.cstm-collection-container ul.product-grid{
  justify-content: space-between;
}
      .cstm-collection-slider .grid__item {
        min-width: 48% !important;
    }
    .cstm-collection-container ul.product-grid{
        gap: 10px;
    }
.cstm-card-wrapper{
    border-radius: 12px;
    padding: 8px;
}
.cstm-card-wrapper .card__inner{
    border-radius: 10px !important;
}

.cart-count-bubble{
    font-size: 0.8rem;
    height: 1.2rem;
    width: 1.2rem;
    bottom: 1.4rem;
    left: 1.4rem;
}
}
@media (max-width: 600px){
          .section-header{
          top:30px;
      }

}
@media (max-width: 500px){
    .cstm-collection-container h2.title{
        font-size: 30px;
    }
    
}

/* announcement bar */
.utility-bar{
    background: linear-gradient(0deg, transparent, rgba(0, 0, 0, .6));
    backdrop-filter: blur(0);
    padding: 8px 5px 5px;
    position: fixed;
    width: 100%;
    height: 50px;
    z-index: 0;
}
.announcement-bar p{
    color: #fff;
    padding: 0;
}
.utility-bar--bottom-border{
    border: none !important;
}
/* ul.list-menu:not(.menu-drawer__menu) > li:last-child a {
    color: #3C12E5 !important;
} */
.announcement-bar-slider button {
    display: none;
}


/* Footer Css */
.my-cstm-footer{

    /* background-image: url(https://cdn.shopify.com/s/files/1/0720/0076/6236/files/Footer.png?v=1761645372);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; */

    background: #F2F2F2;
    position: relative;


    .footer__content-top {
    display: flex;
    max-width: 1224px;
    /* flex-direction: row-reverse; */
    justify-content: space-around;

    @media(max-width: 1200px){
        max-width: unset;
    }
}
.footer-block--newsletter {
    width: 35%;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 0;

    @media (max-width: 989px){
        width: 30%;
    }
}
.footer-block.grid__item.footer-block--menu{
    width: max-content;
    flex-grow: 0;

    @media(max-width: 749px){
        width: 100%;
        margin: 20px 0;
        border-bottom:1px solid #C0C0C0;

    }
}
.footer__blocks-wrapper {
    width: 65%;
    gap: 5%;

    @media (max-width: 1200px){
        gap: 3%;
    }
    @media (max-width: 989px){
        width: 70%;
    }
    @media (max-width: 989px){
        gap: 1%;
    }
}
.newsletter-form__button{
        width: max-content;
        right: 1%;
        background: #000 !important;
        color: #fff;
        padding: 11px 15px;
        border-radius: 10px;
        font-size: 16px;
        font-weight: 500;
        font-family: 'Geist';
        line-height: 1;
        letter-spacing: 0;
        height: max-content;
        top: 50%;
        transform: translate(0, -50%);

        @media (max-width: 989px){
            font-size:  14px;
            right: 2%;
            padding: 8px;
            border-radius: 8px;
        }
}
label.field__label {
    font-family: 'Geist';
    letter-spacing: 0;
    color: #828282;
}
.footer__content-bottom-wrapper--center {
    padding-bottom: 20px;
    border-bottom: 1px solid #C0C0C0;

    @media (max-width: 1200px){
        padding: 0  0 15px 0 !important;
    }
}
.footer-block__newsletter h2.footer-block__heading.inline-richtext {
    font-family: 'Geist';
    text-align: left;
    letter-spacing: 0;
    width: 90%;

    @media (max-width: 989px){
        font-size: 1.4rem;
    }
}
.newsletter-form, .newsletter-form__field-wrapper{
    max-width: unset;
    box-shadow: 0px 4px 25.2px 0px #00000040;
}
.newsletter-form{
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
}
.field:after{
    border-radius: 10px;
}
.footer__content-bottom {
    border-top: none;
    position: relative;
    z-index: 1;
}
.footer__copyright.caption {
    display: flex;
    justify-content: space-between;
    width: 95%;
    margin: 20px auto;
    align-items: center;

    @media (max-width: 1200px){
        width: 100%;
    }
    @media(max-width: 749px){
        flex-direction: column;
        gap: 10px;
    }
}
.policies li:before{
    display: none;
}
.policies li{
    padding: 0 10px;
    border-right: 1px solid #C0C0C0;

    @media (max-width: 989px){
        padding: 0 5px;
    }
}
.policies li:last-child{
    border-right: none;
}
.policies li a {
        color: #828282;
        padding: 3px 0;
    }
.footer__content-bottom-wrapper{
    justify-content: space-between;
    align-items: center;
}
.footer-block__image-wrapper{
    margin-bottom: 0;
}
.copyright__content {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1;
    font-family: Geist;

    @media (max-width: 1200px){
        font-size: 1.4rem;
    }
    @media (max-width: 989px){
        font-size: 1.2rem;
    }
}
.list-social__item .icon {
    height: 2.8rem;
    width: 2.8rem;
}
h2.footer-block__heading.inline-richtext {
    font-family: 'Geist';

.footer-arrow {
  display: none;
}

@media (max-width:749px){
     .footer-arrow {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px; /* optional for spacing */
  }

}

    @media (max-width: 749px){
        display: flex;
        align-items: center;
                justify-content: space-between;
                position: relative;
                z-index: 1;
    }
}
a.link.link--text.list-menu__item.list-menu__item--link {
    font-size: 16px;
    font-family: 'Geist';
    line-height: 1;
    letter-spacing: 0;

    @media (max-width: 1200px){
        font-size: 14px;
    }
}

/* .field__input{
    height: unset;
} */
 @media (max-width: 1200px){
    h2.footer-block__heading.inline-richtext {
    font-size: 16px;
}
@media (max-width: 989px){
    h2.footer-block__heading.inline-richtext {
    font-size: 14px;
    margin-bottom: 1.2rem;
    }
    .newsletter-form__field-wrapper .field{
        max-height: 4rem;
    }
}
 }
@media (max-width: 749px){
    .footer-block__details-content{
        display: none;
    }
    .footer-block__details-content.active{
        display: block;
        margin-bottom: 15px;
    }
    .footer-block__heading svg {
        transition: transform .3s ease-in-out;
    }
        .footer-block__heading svg.rotated {
        transform: rotate(-180deg);
    }
    .footer-block-image {
    display: flex !important;
    margin-bottom: 0;
}
.footer-block__image-wrapper img {
    width: 75%;
    margin-left: 20px;
}
    .footer__content-top{
        flex-direction: column;
        gap: 10px;
    }
    .footer-block--newsletter, .footer-block__newsletter{
        width: 100%;
    }
    .newsletter-form{
        width: 100%;
    }
    .footer__blocks-wrapper{
        width: 100%;
    }
    .footer__blocks-wrapper{
        margin-top: 10px;
    }
}
}

.my-cstm-footer::before{
    position: absolute;
    content:'';
    top: 0;
    right: 0;
    max-width: 250px;
    width: 100%;
    max-height: 300px;
    height: 100%;
    background-image: url('https://cdn.shopify.com/s/files/1/0720/0076/6236/files/Group_23421521.png?v=1761646784');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.my-cstm-footer::after{
    position: absolute;
    content:'';
    bottom: 0;
    left: 0;
    max-width: 250px;
    width: 100%;
    max-height: 300px;
    height: 100%;
    background-image: url('https://cdn.shopify.com/s/files/1/0720/0076/6236/files/Group_23421520_580ab8ca-da0e-40c5-b949-6e4b7e5df980.png?v=1761646784');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.footer__content-top{
    position: relative;
    z-index: 1;
}
.footer-block--newsletter {
    position: relative;
    z-index: 1;
}
@media (max-width: 749px){
    .footer__content-top::after{
        position: absolute;
        content: '';
        bottom: 0;
        left: 50%;
        max-width: 176px;
        width: 100%;
        height: 82px;
        transform: translate(-50%, 53%);
        z-index: 0;
        background-image: url('https://cdn.shopify.com/s/files/1/0720/0076/6236/files/Group_23421522.png?v=1761885117');
    }
}
.product__info-container{
    position: relative;
}


.cstm-card-product-description {
    line-height: 1;
    font-weight: 500;
    letter-spacing: 0;
    font-size: 15px;
    font-family: 'Geist';
    color: #828282;
    /* text-align: center; */

    /* @media (max-width: 769px){
        font-size: 12px;
    } */
    @media (max-width: 749px){
        font-size: 12px;
    }
}

@media (max-width:749px){
      .my-cstm-footer::before{
    content:none;
  }
   .my-cstm-footer::after{
    content:none;
   }
}

