/** Shopify CDN: Minification failed

Line 665:0 Unexpected "<"
Line 672:64 Unexpected "{"
Line 672:73 Expected ":"
Line 672:80 Unexpected "{"
Line 673:10 Expected identifier but found whitespace
Line 673:12 Unexpected "{"
Line 673:20 Expected ":"
Line 674:15 Expected identifier but found whitespace
Line 674:17 Unexpected "{"
Line 674:25 Expected ":"
... and 9 more hidden warnings

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:faq-template (INDEX:1) */
.breadcrumb_collection2 .bg-breadcrumb {
  position: relative;
}

.breadcrumb_collection2 .bg-breadcrumb::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.4); /* opacity control yaha se */
  z-index: 1;
}

.breadcrumb_collection2 .bg-breadcrumb > * {
  position: relative;
  z-index: 2;
}
/* END_SECTION:faq-template */

/* START_SECTION:about-template-v2 (INDEX:8) */
.about_top{
  text-align:center;
}

.about_top h2{
  text-align:center;
}

.about_top p{
  text-align:center;
  max-width:900px;
  margin:0 auto 35px;
}
.about_top h2{
  margin-bottom:8px !important;
}

.about_top p{
  margin:0 auto 15px;
  margin-bottom:25px !important;
}

.about-gallery{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:30px;
    align-items:start;
    margin-top:0;
}

.about-gallery-item{
  overflow:hidden;
  border-radius:18px;
}

.about-gallery-item{
  padding:20px;
  text-align:center;
}
.about-gallery-item img{
  width:100%;
  height:auto;
  object-fit:contain;
  display:block;
}

.about-gallery-item:hover img{
  transform:scale(1.08);
}
.about-gallery-item{
  text-align:center;
}

.about-gallery-item span{
  display:block;
  margin-top:12px;
  font-size:15px;
  font-weight:600;
  color:#222;
}
.about-gallery-item img{
  display:block;
  margin:0 auto;
}

.about-gallery-item span{
  display:block;
  margin-top:12px;
  text-align:center;
  font-size:16px;
  font-weight:600;
}
.about-gallery-item{
    text-align:center;
    display:flex;
    flex-direction:column;
    align-items:center;
}

.about-gallery-item img{
    width:100%;
    max-width:180px;
    height:180px;   /* sab images same height */
    object-fit:contain;
    display:block;
}

.about-gallery-item span{
    display:block;
    margin-top:15px;
    font-size:16px;
    font-weight:600;
    line-height:1.2;
}
.wrap-bread-crumb .bg-breadcrumb{
    position: relative;
}

.wrap-bread-crumb .bg-breadcrumb::before{
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.45); /* opacity adjust kar sakti ho */
    z-index: 1;
}

.wrap-bread-crumb .bg-breadcrumb .title-page,
.wrap-bread-crumb .bg-breadcrumb .breadcrumb{
    position: relative;
    z-index: 2;
}
.wrap-bread-crumb .bg-breadcrumb{
    min-height: 280px;
}
.about_top{
  text-align:center;
  padding:40px 0 60px;
}

.about_top h2{
  text-align:center;
  margin-bottom:20px !important;
  line-height:1.2;
}

.about_top p{
  text-align:center;
  max-width:900px;
  margin:0 auto 40px !important;
}

.about-gallery{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:40px;
  align-items:start;
  margin-top:20px;
}

.about-gallery-item{
  text-align:center;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:flex-start;
  padding:10px;
}

.about-gallery-item img{
  width:100%;
  max-width:240px;
  height:240px;
  object-fit:contain;
  display:block;
  margin:0 auto;
}

.about-gallery-item span{
  display:block;
  margin-top:25px; /* image aur text ke beech gap */
  font-size:20px;
  font-weight:600;
  line-height:1.4;
}
.about-hover-section{
    width:100%;
    padding:40px 0;
    margin-top:20px;
    background:#fff;
    border-top:1px solid #eee;
}

#about-hover-text{
    max-width:1100px;
    margin:0 auto;
    font-size:18px;
    line-height:1.9;
    color:#222;
    text-align:center;
}
@media(max-width:768px){

  .about_top{
    padding:30px 0 40px;
  }

  .about-gallery{
    grid-template-columns:repeat(2,1fr);
    gap:25px;
  }

  .about-gallery-item img{
    max-width:160px;
    height:160px;
  }

  .about-gallery-item span{
    margin-top:15px;
    font-size:16px;
  }

}
.page_aboutus_v1 .about_top{
  margin-top:0 !important;
}

.page_aboutus_v1{
  padding-top:10px !important;
}
.about-hover-content{
    margin-top:10px;
    padding:10px;
    background:#f8f8f8;
    border-radius:20px;
    min-height:120px;
    transition:0.3s;
}

.about-hover-content p{
    margin:0;
    font-size:17px;
    line-height:1.8;
    color:#333;
}
.about-hover-section{
    width:100%;
    margin-top:60px;
    padding:50px 0;
    background:#fafafa;
}

#about-hover-text{
    max-width:1000px;
    margin:0 auto;
    text-align:center;
    font-size:18px;
    line-height:1.9;
    color:#222;
}
.about-hover-section{
    width:100%;
    margin-top:15px;   /* pehle 60px tha */
    padding:20px 0;    /* pehle 50px tha */
    background:#fafafa;
}

#about-hover-text{
    max-width:1000px;
    margin:0 auto;
    text-align:center;
    font-size:18px;
    line-height:1.8;
    color:#222;
}

.about-gallery{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:25px;          /* pehle 40px tha */
    margin-bottom:0;
}

.about-gallery-item span{
    margin-top:10px;   /* pehle 25px tha */
}
.about-hover-section{
    margin-top:0 !important;
    padding-top:10px !important;
}
@media(max-width:768px){

  .about-gallery{
    grid-template-columns:repeat(2,1fr);
    gap:15px;
  }

  .about-gallery-item img{
    height:220px;
  }

}

@media (max-width:768px){

  .about_top h2{
    text-align:center !important;
    font-size:30px;
    line-height:1.3;
  }

  .about_top p{
    max-width:320px;
    margin:0 auto 25px !important;
    text-align:left !important;
    font-size:15px;
    line-height:1.8;
  }

  #about-hover-text{
    max-width:320px;
    margin:0 auto;
    text-align:left !important;
    font-size:15px;
    line-height:1.8;
  }

}
@media (max-width: 768px){

  /* Hover text box center fix */
  #about-hover-text{
    max-width: 90%;
    margin: 0 auto;
    text-align: center !important;
    font-size: 15px;
    line-height: 1.8;
  }

  .about-hover-section{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 10px !important;
  }

  .about-hover-section .container{
    width: 100%;
    display: flex;
    justify-content: center;
  }

  /* Gallery items center fix */
  .about-gallery{
    justify-items: center;
  }

  .about-gallery-item{
    align-items: center;
    text-align: center;
  }
}
.wrap-bread-crumb .bg-breadcrumb{
    min-height: 280px;
    background-position: top center !important;
    background-repeat: no-repeat;
    background-size: cover;
}
/* END_SECTION:about-template-v2 */

/* START_SECTION:banner-about-v3 (INDEX:11) */
.wrap-bread-crumb .bg-breadcrumb {
  position: relative;
  background-size: cover;
  background-position: center;
  height: 150px;   /* 👈 reduce height here */
  display: flex;
  align-items: center;
  justify-content: center;
}
.wrap-bread-crumb .bg-breadcrumb::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45); /* dark overlay */
  z-index: 1;
}
/* END_SECTION:banner-about-v3 */

/* START_SECTION:banner-about-v4 (INDEX:12) */
.wrap-bread-crumb .bg-breadcrumb::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.45); /* dark overlay */
  z-index: 1;
}
/* END_SECTION:banner-about-v4 */

/* START_SECTION:contact-template-v2 (INDEX:17) */
.page_contact .get_find{
  max-width:1200px;
  margin:60px auto;
  background:#fff;
  border-radius:24px;
  padding:50px;
  box-shadow:0 15px 50px rgba(0,0,0,.08);
}

.page_contact .contact-google-map{
  max-width:1200px;
  margin:50px auto 0;
  border-radius:24px;
  overflow:hidden;
  box-shadow:0 15px 50px rgba(0,0,0,.08);
}

.page_contact .map-custom{
  height:450px;
}

.page_contact .box_find,
.page_contact .box_getin{
  background:#fff;
  padding:35px;
  border-radius:20px;
}

@media(max-width:768px){

  .page_contact .get_find{
    margin:20px;
    padding:25px;
  }

  .page_contact .contact-google-map{
    margin:20px;
  }
@media (max-width: 768px){

  /* MAIN WRAPPER */
  .page_contact .get_find{
    margin: 20px 12px !important;
    padding: 20px !important;
  }

  /* MAP */
  .page_contact .contact-google-map{
    margin: 20px 12px !important;
  }

  .page_contact .map-custom{
    height: 280px !important;
  }

  /* STACK COLUMNS */
  .page_contact .get_find .row{
    display: flex !important;
    flex-direction: column !important;
  }

  .page_contact .get_find [class*="col-"]{
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
    margin-bottom: 20px !important;
  }

  /* BOX STYLE */
  .page_contact .box_find,
  .page_contact .box_getin{
    padding: 20px !important;
  }

  /* 🔥 IMPORTANT: LEFT ALIGN EVERYTHING */
  .page_contact h5{
    text-align: left !important;
  }

  .page_contact p{
    text-align: left !important;
    margin-bottom: 10px !important;
  }

  .page_contact .icon-box-wrapper{
    display: flex !important;
    flex-direction: row !important;
    align-items: flex-start !important;
    text-align: left !important;
    gap: 10px;
  }

  .page_contact .icon-box-content{
    text-align: left !important;
  }

  /* FORM LEFT ALIGN */
  .page_contact input,
  .page_contact textarea{
    width: 100% !important;
    text-align: left !important;
    font-size: 14px !important;
  }

  .page_contact button{
    width: 100% !important;
  }

}
}
/* END_SECTION:contact-template-v2 */

/* START_SECTION:contact-template-v3 (INDEX:18) */
.wrap-bread-crumb.breadcrumb_collection3 .bg-breadcrumb{
    position: relative;
}

.wrap-bread-crumb.breadcrumb_collection3 .bg-breadcrumb::before{
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.5); /* overlay darkness */
    z-index: 1;
}

.wrap-bread-crumb.breadcrumb_collection3 .title-page,
.wrap-bread-crumb.breadcrumb_collection3 .bread-crumb{
    position: relative;
    z-index: 2;
}
/* END_SECTION:contact-template-v3 */

/* START_SECTION:page-lookbook-v2 (INDEX:47) */
.custom-center-images{
  display:flex;
  justify-content:center;
  align-items:center;
  gap:60px;
  margin:40px 0;
  flex-wrap:wrap;
}

.custom-image-box{
  text-align:center;
}

.custom-image-box img{
  width:120px;
  height:120px;
  object-fit:contain;
  margin-bottom:12px;
}

.custom-image-box p{
  font-size:15px;
  font-weight:600;
  color:#111;
  margin:0;
  letter-spacing:1px;
}
.lookbook-pages2 .title,
.lookbook-pages2 .des,
.custom-image-box p {
  font-family: Arial, Helvetica, sans-serif;
}

.lookbook-pages2 .title {
  font-size: 36px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0;
}

.lookbook-pages2 .des {
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
  letter-spacing: 0;
}

.custom-image-box p {
  font-size: 17px;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: 0;
  color: #111;
}
.lookbook-pages1.lookbook-pages2{
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.lookbook-pages2{
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

.lookbook-pages2 .container,
.lookbook-pages2 .container-v2{
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

.lookbook-pages2 .row{
  margin-bottom: 0 !important;
}

.lookbook-pages2 .style_lookbook{
  margin-bottom: 0 !important;
}

/* Shopify theme default section spacing override */
.lookbook-pages2 + section{
  margin-top: 0 !important;
}

section.lookbook-pages2{
  padding-bottom: 0 !important;
}

/* safest final fix */
.lookbook-pages2 *:last-child{
  margin-bottom: 0;
}
.custom-image-box a{
  display:block;
  text-decoration:none;
}

.custom-image-box a:hover{
  transform:translateY(-3px);
  transition:0.3s;
}

.custom-image-box p{
  text-decoration:none;
}
/* END_SECTION:page-lookbook-v2 */

/* START_SECTION:section-banner-v7 (INDEX:66) */
<style>
  .section-banner-v7 .title-banner,
  .section-banner-v7 .content,
  .section-banner-v7 .button-banner {
    font-family: Arial, Helvetica, sans-serif;
  }

  .section-banner-v7 .banner-v7 .content-banner .button-banner-{{ section.id }} {
    color: {{section.settings.color_btn}};
    background: {{section.settings.bg_btn}};
  }

  .section-banner-v7 .banner-v7 .content-banner .button-banner-{{ section.id }}:hover {
    color: {{section.settings.color_btn_hover}};
    background: {{section.settings.bg_btn_hover}};
  }
</style>
/* END_SECTION:section-banner-v7 */

/* START_SECTION:section-product-v3 (INDEX:87) */
.title_heading {
  font-family: Arial, sans-serif;
  font-weight: 700;
}
/* END_SECTION:section-product-v3 */

/* START_SECTION:section-slideshow-v1 (INDEX:95) */
@media (max-width:768px){

.section-slideshow-v1 .picture-slideshow img{
    width:100%;
    height:auto !important;
    object-fit:contain !important;
    display:block;
}

}
/* END_SECTION:section-slideshow-v1 */