/** Shopify CDN: Minification failed

Line 14:0 All "@import" rules must come first
Line 77:0 All "@import" rules must come first

**/



html, body{
    overflow-x: hidden !important;
}

@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@400;700&display=swap');

/* Product Title (H1) aur Product Info ka font change karne ke liye */
.product__title h1, 
.product__description, 
.product-single__title,
.product-info-container,
.collapsible-row__content {
    font-family: 'Barlow', sans-serif !important;
}


/* ---------- icons header hide  ----------------------------- */
.header__search {
    
    display: none !important;
}
a.header__icon.header__icon--account.link.focus-inset.small-hide{
     display: none !important;
}
 #cart-icon-bubble{
        display: none !important;
}
a.menu-drawer__account.link.focus-inset.h5.medium-hide.large-up-hide{
    display: none !important;
}



/* ---------- icons header hide  ----------------------------- */















/* ---------------------------- page section about css ------------------------------- */


#shopify-section-template--20814981365814__main {
    background-color: #f9f9f9 !important;
}








/* ---------------------------- product cards cssc------------------------------------- */


/* Montserrat Font Import */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500&display=swap');


.rich-text__wrapper {
    
    width: 100% !important;
}
/* Targeting your specific theme class */
h2.rich-text__heading.rte.inline-richtext.h2 {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 500 !important;
    /* max-width: 1200px; */
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    
    /* Gradient Effect */
    background: linear-gradient(90deg, #1e88e5 0%,rgb(0, 0, 0) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    display: block; /* Gradient block level headings par sahi chalta hai */
}

/* Desktop Settings */
@media screen and (min-width: 768px) {
    h2.rich-text__heading.rte.inline-richtext.h2 {
        font-size: 28px !important;
        line-height: 30.8px !important;
    }
}

/* Mobile Settings */
@media screen and (max-width: 767px) {
    h2.rich-text__heading.rte.inline-richtext.h2 {
        font-size: 24px !important;
        line-height: 1.2 !important;
        /* padding-left: 15px; */
        padding-right: 15px;
    }
}


.collection__title.title-wrapper.title-wrapper--no-top-margin.page-width.title-wrapper--self-padded-tablet-down {
    /* padding: 0px !important; */
}


/* ---------------------------- product cards cssc------------------------------------- */










/* -------------------------------- product pageeeeeeeeee =----------------------------- */


.progress-bar-container{
    margin: 0px !important;
}



.product__title h1 {
    font-size: 28px !important;
    font-weight: 500;
}

.product-form__buttons {
    max-width: 100% !important;
}


.product-form__submit {
    
    /* border-radius: 57px !important; */
}


@media (max-width: 1024px){
.product-stock-urgency {
    display: flex;
    flex-direction: column;
    gap: 15px;
    display: flex;
    justify-content: left !important;
    align-items: flex-start !important;
  
   
}
}







/* ----------------------------------------------------------- */


article.article-template {
    justify-content: center;
    text-align: center;
    display: flex;
    flex-direction: column;
}
.article-template__hero-adapt.media {
    width: 900px;
  
}

a.article-template__link.link.animate-arrow {
    display: none;
}


h1.article-template__title {
    font-size: 34px;
    text-align: center;
    font-weight: 600;
}

/* ----------------= */




.product-form__buttons .product-form__submit {
  display: none !important;
}