/** Shopify CDN: Minification failed

Line 300:43 Unexpected "*"

**/
/* ====================== Header Styling Start Here ==========================*/


.header__search.header__search--inline{
    width: 60%;
    max-width: 100%;
    
}

.header .search__input.field__input{
    border: 1px solid;
    border-radius: 6px;
}

.header .field.field--inline{
    border-radius: 6px ;
    border: none;
}
.header .field.field--inline::after{
    display: none;
}

.header .field.field--inline .search__button svg{
    fill: #ffff;
}

.announcement-bar__message {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}
.announcement-bar__message span{
    font-size: 14px;
}
.header__search.header__search--inline.Desk{
    display: block;
}
header .MObile-Drawer{
    display: none !important;
}

.desktop-localization-wrapper > localization-form:last-child {
    display: none !important;
}


/* =================Mobile Responsive====================== */

@media(max-width:749px){
    header .MObile-Drawer{
        display: flex !important;
        /* gap: 10px; */
        align-items: center;
    }
    .announcement-bar__message span {
        font-size: 10px;
    }
    .header__search.header__search--inline.Desk{
        display: none;
    }
}

/* ===========================
    Announsment Bar End
=============================*/


.header .header__icon, .header  .header__icon--cart .icon {
    height: 3.4rem;
    width: 3.4rem;
    padding: 0;
}

.header {
    padding-top: 20px !important;
    padding-bottom: 8px !important;
}

.header .header__icon .svg-wrapper {
    width: 20px;
    height: auto;
}
.nav-menu .header__inline-menu{
    padding-bottom: 8px;
}
.nav-menu .header__menu-item span {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 10%;
    line-height: 24px;
}
.xb-wishlist-header-auto-container .xb-wishlist-header-auto {
    margin-right: 0 !important;
}
.xb-wishlist-header-auto-container .xb-wishlist-header-auto__svg svg{
    fill: #FF4F79;
}
.localization-selector.link:hover {
  text-decoration: none !important;
  box-shadow: none !important;
}

.header .disclosure span{
    color: #64748B;
    font-size: 12px;
}

.hero-banner.mob{
    display: none;
}

/* =================Mobile Responsive====================== */

@media(max-width:749px){
    .header{
        padding-inline: 15px !important;
    }
    .custom-header-search{
        display: none;
    }
}    


/* ====================== Header Styling end Here ==========================*/




/* ====================== Home page Styling Start Here ==========================*/




/* ========================================
            Collection list
==========================================*/

.collection  .slider-mobile-gutter {
    max-width: 1500px;
    margin: 0 auto;
    padding-inline: 50px !important;
}
.slider-button {
    width: 35px !important;
    height: 44px;
}
.new-colec .slider-buttons .slider-counter.caption{
    display: none;
}
.new-colec .slider-buttons{
    /* right: 15.7% !important; */
}
.new-colec .slider-button .icon {
    height: 1.4rem;
}

.new-colec .card__content{
    position: absolute;
    top: 270px;
    text-align: center;
}
.new-colec .collection-list {
    overflow-y: hidden;
}
.new-colec .slider-mobile-gutter {
    position: relative;  
        overflow: visible; 

}

.new-colec .card__heading a{
    color: #fff;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 10%;
    display: flex;
    justify-content: center;
}

.new-colec .slider-mobile-gutter  .slider-buttons{
    gap: 0;
}

@media(max-width:1300px)and (min-width:1080px){
    .new-colec .slider-buttons {
        right: 70px !important;
    }
}

/* =================Mobile Responsive====================== */

@media(max-width:749px){
    .new-colec .slider-mobile-gutter .slider-buttons{
        position: absolute;
        justify-content: center;
        top: -56px;
    }
    .new-colec .title-wrapper-with-link {
        margin-bottom: 1.5rem !important;
        justify-content: start;
    }
    .new-colec .slider-button .icon {
        height: 1rem;
    }
    .new-colec .title-wrapper-with-link .collection-list-title {
        font-size: 24px !important;
    }
    .collection .slider-mobile-gutter {
        padding-inline: 15px !important;
    }
    .new-colec .slider-mobile-gutter .slider-buttons {
        top: -48px;
        z-index: 1;
        right: 0 !important;
        margin: 0;
    }
    .new-colec .slider-button{
        width: 34px !important;
        height: 34px !important;
    }

}


/* ========================================
            Collection list End
==========================================*/







/* ====================== Home page Styling end Here ==========================*/
















/* ====================== Collection page Styling Start Here ==========================*/


.collection-custom-grid .collection-hero__inner.page-width{
    max-width: 1190px;
}
.collection-custom-grid .collection-hero__description p,
.collection-custom-grid .collection-hero__title{
    text-align: center; 
}
.collection-custom-grid .collection-hero__title{
    font-size: 36px;
    font-family: 'Alata Reg';
    margin: 0;
    line-height: 86px; 
    letter-spacing: 10%;
}


/* Filter Styling Start */

.facets-wrapper{
    background: white;
    border-radius: 10px;
    border: 1px solid #E2E8F0;
    padding: 24px;
    height: fit-content;
}
facet-filters-form .product-count-vertical{
    display: none;
}
facet-filters-form .facet-filters{
    width: 100%;
}
facet-filters-form .facet-filters__field{
    justify-content: space-between;
    display: flex;
}

/* 1. Niche wale pooray product section ki background background ko transparent karein */
.collection-custom-grid > div,
.collection-custom-grid [class*="__product-grid-padding"],
.collection-custom-grid .section-template--* {
    background: transparent !important;
    background-image: none !important;
    --gradient-background: transparent !important;
}

/* 2. Dawn theme ka wrapper element jo product grid ko white background deta hai */
.collection-custom-grid .gradient,
.collection-custom-grid .color-scheme-1 {
    background: transparent !important;
    background-image: none !important;
    --gradient-background: transparent !important;
}

/* 3. Filter sidebar aur main grid content ka background bhi transparent karein */
.collection-custom-grid .facets-vertical {
    background: transparent !important;
    background-color: transparent !important;
    gap: 25px;
}
.collection-custom-grid {
    background: linear-gradient(180deg, #69dbaa40 0%, #f43f5e40 40%, #f43f5e40 50%, #ffffff99 100%);
    background-size: cover !important;
    background-attachment: scroll !important;
    background-repeat: no-repeat !important;
}


/* .product-grid-container .collection .card-wrapper {
    max-height: 95%;
} */
.template-collection .card__information .metafield-rich_text_field p,
.product-grid-container .collection .coder-compareder-compare {
    display: none;
}
.product-grid-container .collection .quick-add__submit::after{
    display: none;
}
.product-grid-container .collection .quick-add__submit {
    border-radius: 9px;
    background: #3F3F46;
    border: 1px solid #3F3F46;
}

.collection-custom-grid .facet-filters__label {
    font-size: 14px;
    font-weight: 600;
}

.collection-custom-grid .facet-filters.sorting {
    padding-bottom: 15px;
}
.collection-custom-grid .collection .grid li {
    border-radius: 6px;
}

.collection-custom-grid .collection .price__container{
    margin-top: 30px;
} 


.collection-custom-grid .card__information .caption-with-letter-spacing {
    font-size: 14px;
}

.collection-custom-grid .facets__summary span:first-of-type,
.collection-custom-grid .facets-vertical .active-facets-vertical-filter .active-facets__button-wrapper p {
    font-size: 18px;
    color: #334155;
    font-weight: 500;
    margin: 0;
    
}

.collection-custom-grid .collection ul{
    margin: 0;
}
.collection-custom-grid .facets__summary:hover span{
    text-decoration: none;
} 

.collection-custom-grid .FacetsWrapperDesktop .field .field__input{
    background: none !important;
}

.collection-custom-grid .facets-vertical .active-facets-vertical-filter .active-facets__button-wrapper{
    justify-content: space-between;
    width: 100%;
    align-items: center;
}
.collection-custom-grid .collection-hero {
    padding-top: 40px !important;
}
@media(max-width:749px){
    .collection-custom-grid{
        padding-top: 60px;
    }
    .breadcrumb-banner  .breadcrumb-content {
        padding: 15px;
        padding-top: 50px;
    }
    .collection-custom-grid  .collection-hero__title {
        font-size: 24px ;
        line-height: 36px;
    }
    .collection-custom-grid .collection-hero__description p{
        font-size: 16px;
        line-height: 24px;
    }
    .collection-custom-grid .facets-wrapper{
        padding: 10px 15px;
    }
    .collection-custom-grid .facets-container {
        padding: 0;
    }
    .collection-custom-grid .product-grid-container {
        padding-top: 15px;
    }
    .collection-custom-grid .mobile-facets__inner{
       background: #ffff !important; 
    }
    .collection-custom-grid .collection-hero {
        padding-top: 0px !important;
    }

}




/* ====================== Collection page Styling End Here ==========================*/












/* ====================== Cart Drawer Styling Start Here ==========================*/

cart-drawer .drawer__inner{
    max-width: 50rem;
}
cart-drawer .drawer__header .drawer__heading{
    font-family: 'Alata Reg';
    font-size: 28px;
}
cart-drawer .cart-items :hover{
    text-decoration: none;
}
cart-drawer .drawer__inner .caption-with-letter-spacing{
    font-size: 12px;
}
cart-drawer .drawer__inner .cart-item__totals .cart-item__price-wrapper span{
    font-size: 16px;

}
cart-drawer .drawer__inner .drawer__footer .totals__total{
    font-size: 22px;
    font-family: 'Alata Reg';
}

cart-drawer .drawer__inner .drawer__footer .totals__total-value{
    font-size: 20px;
    font-family: 'Alata Reg';
}
cart-drawer .cart-drawer .cart__checkout-button{
    background: #3F3F46;
    border-radius: 6px;
}
cart-drawer .cart-drawer .cart__checkout-button::after{
    display: none;
}


@media(max-width: 749px){
    cart-drawer .drawer__header .drawer__heading {
        font-size: 24px;
    }
    cart-drawer .drawer__inner  .cart-item__details a{
        font-size: 14px;
    }
    cart-drawer .drawer__inner .drawer__footer .totals__total-value,
    cart-drawer .drawer__inner .drawer__footer .totals__total {
        font-size: 18px;
    }
}







/* ====================== Cart Drawer Styling End Here ==========================*/












/* ========================   Contact Us  ========================================= */

.contact .title{
    text-align: center;
    font-family: 'Alata Reg';
    margin-bottom: 40px;
    font-size: 36px;
}
.contact-layout {
  display: flex;
  gap: 40px;
  align-items: flex-start;
  flex-direction: row-reverse;
}
.contact-info-panel{
    background: #F5F5F4;
    padding: 25px;
    border-radius: 6px;
    padding-inline: 35px;
    width: 50%;
}
.custom-contact-information-li p{
    margin-block: 4px;
}
.custom-contact-information-li a{
    color: #000;
    text-decoration: none;
}

.custom-contact-information-li{
    display: flex;
    flex-direction: row;
    margin-bottom: 12px;
    gap: 12px;
    padding: 0;
    color: rgba(var(--color-foreground));
}
.custom-contact-information-ul{
    padding: 0;
    margin-top: 10px;
}
.custom-contact-information-li svg{
    width: 24px;
    height: auto;
}
.contact-info-panel .list-unstyled svg{
    width: 34px;
}

.contact-info-panel .social-icons-main h4{
  text-align: start;
  font-weight:500;
  font-size:18px;
  margin: 0;
}
.contact-info-panel .social-icons-main{
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-top: 20px;
}
.custom-contact-information-heading{
    margin: 0;
    font-weight: 500;
    text-align: left;
    font-size: 22px;
    margin-bottom: 12px;
}
.custom-contact-information-li.last p{

    margin: 0;
}

.custom-contact-information-li.last{
    flex-direction: column;
    gap: 0;
    max-width: 400px;
}
.custom-contact-information-li.last .hour-title{
    font-weight: 600;
    margin: 0;
}

.list-social__item{
    display: flex;
    flex-direction: row;
}

.contact.page-width--narrow {
    max-width: 120rem;
}

.contact .contact__button button{
    background: #3F3F46;
    width: 100%;
    font-size: 16px;
}
.contact .contact__button button::after{
    display: none;
}
.contact .contact-form-panel .text-area.field__input{
    height: 15.5rem;
}
.contact .contact-form-panel{
    width: 50%;
}
.contact .contact__button {
    margin-top: 2rem;
}
.contact .list-unstyled.list-social{
    justify-content: flex-start;
    flex-direction: row;
    display: flex;
    padding-top: 4px;
}

.contact .contact-layout .list-unstyled  .list-social__item .svg-wrapper{
    width: 34px;
    height: auto;
}
.contact .contact-layout .list-social__link{
    padding-left: 0;
    padding-right: 20px;
}


/* ==========Responsive========== */

@media(max-width:749px){
    .contact-layout {
        flex-direction: column-reverse;
    }
    .contact-info-panel {
        width: 100%;
        padding: 20px;
    }
    .contact .contact-form-panel {
        width: 100%;
    }
    .section-template--29127918485831__form-padding {
        padding-top: 25px !important;
        padding-bottom: 45px !important; 
    }
    .contact .title {
        font-size: 30px;
        margin-bottom: 20px;

    }
}


/* ========================================= Contact Us End  ========================================= */








/* ========================================= Privacy Policy Start  ========================================= */

.template-policy .shopify-policy__container{
    max-width: 1200px ;
    padding-top: 20px;
    padding-bottom: 80px;
}
.template-policy .shopify-policy__container h1{
    font-size: 36px;
    font-family: 'Alata Reg';

}
.template-policy .shopify-policy__container h3,
.template-policy .shopify-policy__container h2{
    font-size: 22px;
    font-family: 'Alata Reg';
}

@media(max-width:749px){
    .template-policy .shopify-policy__container {
        padding-top: 0;
    }
    .template-policy .shopify-policy__container h1 {
        font-size: 30px;
        margin-block: 12px;
    }
    .template-policy .shopify-policy__container h3,
    .template-policy .shopify-policy__container h2 {
        font-size: 18px;
        margin-bottom: 0;
    }
    .template-policy .shopify-policy__container p {
        margin-top: 5px;
    }
    .template-policy .shopify-policy__container .table-responsive td{
        padding-block: 10px;
    }
    .template-policy .shopify-policy__container .table-responsive td,
    .template-policy .shopify-policy__container .table-responsive th{
        font-size:14px;
        text-align: left;
        line-height: 1.5; 
    }
    
}

/* ========================================= Privacy Policy End  ========================================= */


/* =========================================
        Cart page styling
===========================================*/

.cart__contents .quantity.cart-quantity,
.cart__contents  .cart-item .cart-item__image-container img{
    background: #fff;
}

.cart__contents  .cart-item .cart-item__media{
    padding-top: 10px;
}

.cart__contents .svg-wrapper svg path{
    fill: #27272A;
}

.cart__contents .cart-item__details a:hover{
    text-decoration: none;
}


.page-your-shopping-cart .title-wrapper-with-link a{
    color: #27272A;
    text-decoration: none;
    font-size: 18px;
}
.page-your-shopping-cart .title-wrapper-with-link h1{
    font-size: 36px;
}

.cart__blocks .cart__ctas button{
    background: #F43F5E;
}
.cart__blocks .cart__ctas button::after{
    display: none;
}

/* =========================================
        Cart page styling End
===========================================*/
