/** Shopify CDN: Minification failed

Line 850:6 Unexpected "("

**/
/* =============================================
   AI LEHENGA PAGE SECTIONS
   ============================================= */


/* --- SHARED --- */


.lh-section {
  padding: 32px 52px;
}

.lh-section-light {
  background: #fcfbf9;
}

.lh-section-cream {
  background: #f5f2ec;
}

.lh-section-dark {
  background: #212121;
}

.lh-grid-2col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
}

.lh-grid-2col-center {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.lh-flex-between {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 20px;
}

.lh-italic-gold {
  font-style: italic;
  color: #ab8c52;
}

.lh-eyebrow {
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #ab8c52;
  margin-bottom: 6px;
}

.lh-trust-row {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  padding-top: 20px;
  border-top: 1px solid #d1cdc4;
}

.lh-trust-chip {
  font-size: 16px;
  color: #5a5650;
}

.lh-trust-chip::before {
  content: '✓ ';
  color: #ab8c52;
}


/* --- HERO --- */

.lh-hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 40vh;
  gap: 0;
  align-items: stretch;
}

.lh-hero-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 80px 60px;
  background: #fcfbf9;
}

.lh-hero-left .inner-head {
  font-size: clamp(36px, 4vw, 58px);
  line-height: 1.15;
  margin-bottom: 20px;
}

.lh-hero-left .inner-para {
  margin-bottom: 32px;
  max-width: 480px;
}

.lh-hero-right {
  background: #EAE4D9;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 80px 80px;
  position: relative;
  min-height: 600px;
}

.lh-hero-frame {
  width: 80%;
  max-width: 500px;
  border: 1px solid rgba(0,0,0,0.12);
  padding: 16px;
  background: #fff;
  position: relative;
}

.lh-hero-frame-img {
 width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  object-position: top center;
}

.lh-hero-placeholder {
  width: 100%;
  aspect-ratio: 3 / 4;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f0f0f0;
}

.lh-hero-placeholder svg {
  width: 60%;
  height: 60%;
  opacity: 0.3;
}

.lh-hero-tag {
  position: absolute;
  bottom: 32px;
  left: 32px;
  background: #212121;
  color: #fff;
  padding: 12px 18px;
  font-size: 12px;
  line-height: 1.4;
  z-index: 2;
}

.lh-hero-tag strong {
  display: block;
  font-size: 15px;
  margin-bottom: 2px;
}

.lh-btn-row {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}


/* --- CATEGORIES --- */

.lh-cat-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid #d1cdc4;
  
}

.lh-cat-card {
  text-decoration: none;
  display: block;
  position: relative;
  overflow: hidden;
  border-right: 1px solid #d1cdc4;
}

.lh-cat-card:last-child {
  border-right: none;
}

.lh-cat-img {
  aspect-ratio: 2/3;
  background: #f5f2ec;
  position: relative;
  overflow: hidden;
}

.lh-cat-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.lh-cat-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(28,20,24,0.78) 0%, transparent 55%);
  display: flex;
  align-items: flex-end;
  padding: 28px 24px;
}

.lh-cat-label {
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #ab8c52;
  margin-bottom: 6px;
}

.lh-cat-title {
  font-size: 22px;
  color: #fff;
  margin-bottom: 6px;
}

.lh-cat-desc {
  font-size: 12px;
  color: rgba(255,255,255,0.72);
  line-height: 1.5;
  margin-bottom: 12px;
}

.lh-cat-link {
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #ab8c52;
}


/* --- WHY CUSTOM --- */

.lh-feature-list {
  display: flex;
  flex-direction: column;
  border: 1px solid #d1cdc4;
}

.lh-feature-item {
  padding: 20px 24px;
  border-bottom: 1px solid #d1cdc4;
  display: flex;
  gap: 14px;
  align-items: flex-start;
}

.lh-feature-item:last-child {
  border-bottom: none;
}

.lh-feature-icon {
  width: 36px;
  height: 36px;
  flex-shrink: 0;
  background: #fcfbf9;
  border: 1px solid #d1cdc4;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
}

.lh-feature-title {
  font-size: 14px;
  font-weight: 500;
  color: #212121;
  margin-bottom: 4px;
}


/* --- PRODUCTS --- */

.lh-prod-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.lh-prod-img {
  aspect-ratio: 3/4;
  background: #f5f2ec;
  border: 1px solid #d1cdc4;
  margin-bottom: 14px;
  position: relative;
  overflow: hidden;
}

.lh-prod-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  object-position: top center;
}

.lh-prod-tag {
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 3px 8px;
  display: inline-block;
  margin-bottom: 7px;
  background: #f5f2ec;
  color: #ab8c52;
  border: 1px solid #ab8c52;
}

.lh-prod-name {
  font-size: 14px;
  color: #212121;
  margin-bottom: 4px;
}

.lh-prod-price {
  font-size: 13px;
  color: #8a8478;
}


/* --- DESIGNER --- */

.lh-designer-img {
  aspect-ratio: 4/5;
  background: #fcfbf9;
  border: 1px solid #d1cdc4;
  position: relative;
  overflow: hidden;
   width: 100% ;
}

.lh-designer-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  object-position: top center;
}

.lh-designer-placeholder {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 24px;
}

.lh-quote {
  font-size: clamp(18px, 2.2vw, 24px);
  font-style: italic;
  font-weight:400;
  color: #212121;
  line-height: 1.5;
  margin: 0 0 24px;
  padding-left: 24px;
  border-left: 2px solid #ab8c52;
}


/* --- TESTIMONIALS --- */

.lh-testi-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: rgba(171,140,82,0.2);
  margin-top: 48px;
}

.lh-testi-card {
  padding: 32px 28px;
  background: #212121;
}

.lh-testi-stars {
  color: #ab8c52;
  font-size: 14px;
  margin-bottom: 16px;
  letter-spacing: 2px;
}

.lh-testi-text {
  font-style: italic;
  font-size: 16px;
  line-height: 1.65;
  color: rgba(255,255,255,0.85);
  margin-bottom: 20px;
}

.lh-testi-name {
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #ab8c52;
}

.lh-testi-city {
  font-size: 11px;
  color: rgba(255,255,255,0.4);
  margin-top: 3px;
}


/* --- CTA --- */

.lh-cta-wrap {
  text-align: center;
  border-top: 1px solid #d1cdc4;
}

.lh-cta-btn-row {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.lh-cta-note {
  font-size: 12px;
  color: #8a8478;
}


/* --- FAQ --- */

.lh-faq-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  margin-top: 48px;
}

.lh-faq-item {
  border-bottom: 1px solid #d1cdc4;
}

.lh-faq-q {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 0;
  font-size: 14px;
  color: #212121;
  cursor: pointer;
  gap: 12px;
}

.lh-faq-toggle {
  font-size: 18px;
  color: #ab8c52;
  flex-shrink: 0;
}

.lh-faq-a {
  font-size: 14px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding-bottom 0.3s;
  padding-bottom: 0;
}

.lh-contact-card {
  background: #212121;
  padding: 40px 36px;
  position: sticky;
  top: 96px;
}

.lh-contact-title {
  font-size: 22px;
  color: #fff;
  margin-bottom: 10px;
  line-height: 1.3;
}

.lh-contact-desc {
  font-size: 13px;
  color: rgba(255,255,255,0.5);
  line-height: 1.7;
  margin-bottom: 28px;
}

.lh-wa-row {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  color: rgba(255,255,255,0.4);
  margin-top: 12px;
}

.lh-wa-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #25D366;
  flex-shrink: 0;
}


/* --- RESPONSIVE --- */

@media (max-width: 900px) {

  .lh-section {
    padding: 40px 24px;
  }

  .lh-hero-grid {
    grid-template-columns: 1fr;
    min-height: unset;
  }

  .lh-hero-left {
    padding: 48px 24px;
    order: 2;
  }

  .lh-hero-right {
   background: #EAE4D9;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 80px 60px;
  position: relative;
  min-height: 600px
  }

  .lh-grid-2col,
  .lh-grid-2col-center {
    /* grid-template-columns: 1fr;
    gap: 32px; */
    display: grid ;
  grid-template-columns: 1fr 1fr ;
  gap: 60px ;
  align-items: center ;
    
  }

  .lh-cat-grid {
    display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  border: none;
  }
@media (max-width: 900px) {
    .lh-cat-grid {
        display: block;
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
        border: none;
    }
}
  .lh-cat-card {
    text-decoration: none;
  display: block;
  position: relative;
  overflow: hidden;
  border: none;
  border-right: none; 
  }

  .lh-prod-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .lh-testi-grid {
    grid-template-columns: 1fr;
  }

  .lh-faq-layout {
    grid-template-columns: 1fr;
  }

  .lh-btn-row {
    flex-direction: column;
  }
/* --- OCCASION SECTION --- */

.lh-occ-header {
  margin-bottom: 32px;
}

.lh-occ-eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}

.lh-occ-line {
  width: 32px;
  height: 1px;
  background: #ab8c52;
  display: block;
  flex-shrink: 0;
}

.lh-occ-title {
  margin-bottom: 16px;
}

.lh-occ-desc {
  max-width: 520px;
  margin-bottom: 0;
}

.lh-occ-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 40px;
}

.lh-occ-filter {
  display: inline-block;
  padding: 10px 20px;
  border: 1px solid #d1cdc4;
  color: #212121;
  font-size: 13px;
  text-decoration: none;
  background: transparent;
  transition: all 0.2s ease;
}

.lh-occ-filter:hover {
  border-color: #212121;
  background: #212121;
  color: #fff;
}

.lh-occ-filter--active {
  background: #212121;
  color: #fff;
  border-color: #212121;
}
.lh-occ-filters a.lh-occ-filter {
  display: inline-block !important;
  padding: 10px 20px !important;
  border: 1px solid #d1cdc4 !important;
  color: #212121 !important;
  font-size: 13px !important;
  text-decoration: none !important;
  background: transparent !important;
}

.lh-occ-filters a.lh-occ-filter--active {
  background: #212121 !important;
  color: #fff !important;
  border-color: #212121 !important;
}

.lh-occ-filters a.lh-occ-filter:hover {
  background: #212121 !important;
  color: #fff !important;
  border-color: #212121 !important;
}
/* --- HOW IT WORKS --- */

.lh-how-wrap {
  max-width: 1200px;
  margin: 0 auto;
}

.lh-how-header {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
  margin-bottom: 60px;
}

.lh-how-eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}

.lh-how-line {
  display: block;
  width: 32px;
  height: 1px;
  background: #ab8c52;
  flex-shrink: 0;
}

.lh-how-headline {
  margin-bottom: 0;
}

.lh-how-desc {
  margin-top: 16px;
  margin-bottom: 0;
}

.lh-how-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  position: relative;
}

.lh-how-connector {
  position: absolute;
  top: 30px;
  left: calc(12.5% + 30px);
  right: calc(12.5% + 30px);
  height: 1px;
  background: #d1cdc4;
  z-index: 0;
}

.lh-how-step {
  text-align: center;
  position: relative;
  z-index: 1;
}

.lh-how-circle {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid #d1cdc4;
  background: #fcfbf9;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  font-size: 18px;
  color: #212121;
}

.lh-how-step-title {
  font-size: 15px;
  font-weight: 600;
  color: #212121;
  margin-bottom: 10px;
  line-height: 1.4;
   text-transform: none ;
   font-family: inherit;
}

.lh-how-step-desc {
  font-size: 13px;
  text-align: center;
  margin-bottom: 0;
}

@media (max-width: 900px) {
  .lh-how-header {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-bottom: 40px;
  }
  /* .lh-how-steps {
    grid-template-columns: repeat(2, 1fr);
  } */
  .lh-how-connector {
    display: none;
  }
}

@media (max-width: 480px) {
  .lh-how-steps {
    grid-template-columns: 1fr;
  }
}
div.lh-how-steps {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 32px !important;
  position: relative !important;
  align-items: start !important;
}

div.lh-how-step {
  display: block !important;
  text-align: center !important;
}

div.lh-how-connector {
  position: absolute !important;
  top: 30px !important;
  left: calc(12.5% + 30px) !important;
  right: calc(12.5% + 30px) !important;
  height: 1px !important;
  background: #d1cdc4 !important;
  z-index: 0 !important;
}
/* @media (max-width: 768px) {
  .lh-how-steps-wrap {
    grid-template-columns:  !important ;
  } */
}
.lh-how-steps-grid {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 32px !important;
  position: relative !important;
}

@media (max-width: 768px) {
  .lh-how-steps-grid {
    grid-template-columns: 1fr !important;
  }
  @media (max-width: 900px) {
    .lh-hero-right {
        background: #EAE4D9;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0;
        position: relative;
        min-height: 475px;
    }
}
media (max-width: 900px) {
    .lh-hero-left {
        padding: 10px 24px;
        order: 2;
    }
}
/* --- REVIEWS --- */
/* --- REVIEWS --- */

}





