/** Shopify CDN: Minification failed

Line 338:16 Expected ":"
Line 338:23 Unterminated string token

**/
.mb-0 {
  margin-bottom: 0px;
}

.fw-bold {
  font-weight: 700;
}

.scroll-hero-wrapper {
  height: 100vh;
  overflow: hidden;
  position: relative;
  background-color: #FFF8DC; /* Warm Cream */
}

.scroll-hero-container {
  height: 200vh; /* Scrollable height to create the effect */
  position: relative;
}

.scroll-hero-image {
  position: sticky;
  top: 0;
  height: 100vh;
  width: 100%;
  overflow: hidden;
  z-index: 1;
}

.scroll-hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-bottom-left-radius: 80px;
  border-bottom-right-radius: 80px;
}

.scroll-hero-text {
  position: sticky;
  top: 35%;
  z-index: 2;
  text-align: center;
  padding: 0 20px;
}

.scroll-hero-text h1 {
  font-family: 'Playfair Display', serif;
  font-size: 56px;
  color: #2F5233;
  margin-bottom: 24px;
}

.scroll-cta {
  background-color: #FFD700;
  color: #2F5233;
  font-family: 'DM Sans', sans-serif;
  font-weight: 600;
  padding: 14px 36px;
  border-radius: 999px;
  text-decoration: none;
  transition: transform 0.3s ease;
}

.scroll-cta:hover {
  transform: scale(1.05);
}


/* 14-11-25 Added by Balwant team*/

/* Container styling  */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

.container-sm {
  max-width: 900px;
  margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
        width: 100%;
}

.container-lg {
  max-width: 1400px;
  margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
        width: 100%;
}

.full-width {
  width: 100%;
    padding-left: 15px;
    padding-right: 15px;
        width: 100%;
}

h1 {
  font-size: 56px;
}

h2 {
  font-size: 40px
}

h3 {
  font-size: 20px;
}


.product-section {
  background: url('/cdn/shop/files/bg-image.png?v=1763556689') no-repeat;
  background-position: center;
  background-size: cover;
}

.email-signup__input-group .email-signup__input--none {
  padding-right: 37%;
      padding-top: 20px;
    padding-bottom: 20px;
}

.email-signup__button--integrated.email-signup__button--text {
  border-radius: 50px;
}

.qn-button {
  display: inline-block;
  padding: 18px 50px;
  text-decoration: none;
  font-size: 1.1rem;
  font-weight: 500;
  border-radius: 50px;
transition: all 0.3s ease;
}

.qn-button:hover {
  background-color: #C97A6C !important;
  color: #FFF;
  transform: translateY(-2px)
}

.group-block.group-block--height-fill.group-block--width-fill.border-style.spacing-style.size-style.color-scheme-be0e582d-b5f5-4a1e-a665-cdf6545ffd64 {
  border-right: 0.5px solid #00000033
}

.group-block.group-block--height-fill.group-block--width-fill.border-style.spacing-style.size-style.color-scheme-be0e582d-b5f5-4a1e-a665-cdf6545ffd64:last-child {
  border-right: 0px;
}

.accordion details {
    background: #F9F6EF;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.08);
    border-radius: 30px;
    margin-bottom: 12px;
    display: block;
    border: 1px solid transparent;
}

.accordion details[open] {
  border: 1px solid #6b723f4f;
}

.accordion details[open] .details__header {
  background: #6B723F;
      color: #FFF;
}

.accordion details .details__header {
    background: #f9f6ef;
    border-radius: 30px;
    padding: 12px 12px;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0;

}

.accordion details .details__icon {
  width: 28px !important;
}

.accordion .details-content  {
  padding: 20px 20px 20px 20px;
}

.accordion summary .svg-wrapper {
  
}

.accordion .details-content rte-formatter > * {
    font-size: 14px !important;
  color: #5A3A2E;
}


.product-information__grid.product-information--media-left.product-information__grid--half {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 0 !important;
        row-gap: 25px !important;
}

.product-information__media {
    min-width: max-content !important;
    flex: 0 0 50%;
}

.product-details {
    flex: 0 0 50%;
}

.contact-form__input,
.submit-button {
  border-radius: 50px !important;
}

.contact-form__input--textarea {
  border-radius: 30px !important;
}

.contact-form.spacing-style.size-style.color-scheme-f16b0135-1a98-4792-a73d-2e973a58977c {
    border-radius: 30px;
    box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 7%);
}


/* Header */
.menu-list__link {
  display: flex !important;
}

/* Search */

.search-modal__content[open] {
    width: 100% !important;
    margin-left: auto !important;
    margin-right: auto;
}

.predictive-search-results__inner {
    padding: 30px;
}

button,
.button {
  border-radius: 50px;
}

.product-details .quantity-selector {
    border-radius: 50px;
}

.shopify-payment-button__button--unbranded {
  border-radius: 50px !important;
}

.shopify-payment-button__button--unbranded:hover {
  background-color: var(--color-primary-button-hover-border);
}

/* Blog page styling */

.blog-posts-container {
  grid-template-columns: repeat(3, 1fr);
}

.blog-post-item:first-child {
    grid-column: span 1;
}

.blog-post-item:nth-child(2), .blog-post-item:nth-child(3) {
    grid-column: span 1;
}

.blog-post-item:first-child .blog-post-card {
    flex-direction: column;
}

.blog-post-item:first-child .blog-post-card__image-container {
    width: 100%;
}

.blog-post-item:first-child:has(.blog-post-card__image-container) .blog-post-card__content {
    padding-inline-start: 0;
    width: 100%;
}

/* Background-pattern */

.before-after-pattern {
  position: relative;
  z-index: 1;
}

.before-after-pattern::before {
  content:"";
  position: absolute;
  z-index: -1;
  width: 30%;
  height: 60%;
  background: url('/cdn/shop/files/pattern-lines-top.svg?v=1766397092') no-repeat;
  /* background-size: contain; */
  background-position: left top;
  left: 0;
  top: 0;
}

.before-after-pattern::after {
  content:"";
  position: absolute;
  z-index: -1;
  width: 30%;
  height: 60%;
  background: url('/cdn/shop/files/pattern-lines-bottom.svg?v=1766397093') no-repeat;
  /* background-size: contain; */
  background-position: right bottom;
  right: 0;
  bottom: 0;
}

.dark-theme-accordion .accordion-item {
  background: #4A362A !important;
  padding-top:15px;
  padding-bottom" 15px;
}

.dark-theme-accordion .accordion-title {
  color:#F7F2E8 !important; 
}

.dark-theme-accordion .accordion-item.active {
    border: 1px solid #4A362A !important;
}

.dark-theme-accordion .accordion-item.active .accordion-title {
    background: #4A362A !important;
    color: #F7F2E8 !important;
}

.dark-theme-accordion .accordion-content {
  color: #F7F2E8 !important;
}

.dark-theme-accordion .accordion-content h4 {
  font-size:22px;
}

.dark-theme-accordion .accordion-content h6 {
    background: #3C2C23;
    padding: 12px 20px;
    border-radius: 10px;
}

.dark-light-bg {
  background-color: #624E42 !important;
}

.blog-details-content .blog-post-content img {
  border-radius: 30px;
  margin-top: 20px;
}

.blog-details-content blockquote {
    background: #4A362A;
    padding: 20px 20px !important;
    margin: 0px !important;
    border-radius: 10px;
    border: 1px solid #ffffff38;
}

/* =========================
   FOOTER THEME CONTROL
========================= */

.footer--dark {
  background-color: #4A362A !important;
  color: #EDE5D9 !important;
}

.blog-dark-logo {
  display: none !important;
}

.footer--dark .blog-dark-logo {
  display: block !important;
}

.footer--dark .logo-light {
  display: none;
}

.footer--dark .dark-footer-top-wrapper h2,
.footer--dark .dark-footer-top-wrapper h3 {
  color: #EDE5D9 !important;
}

.px-0 {
  padding-left:0px !important;
  padding-right: 0px !important;
}

/* Blog details page */

.blog-content-flex-wrapper {
  display: flex;
}
.blog-content-flex-wrapper .left-wrapper {
  flex: 0 0 60%;
}

.blog-content-flex-wrapper .right-wrapper {
  flex: 0 0 40%;
}

.right-wrapper .metafield-rich_text_field {
  margin-bottom: 20px;
}

.right-wrapper .metafield-rich_text_field:last-child {
  margin-bottom: 0px !important;
}

.right-wrapper .metafield-rich_text_field p {
  margin: 0px !important;
}

.right-wrapper .metafield-rich_text_field h3 {
  margin-bottom: 10px !important;
}

.right-wrapper .blog-meta-content .metafield-rich_text_field:nth-child(2) p {
    background: #3C2C23;
    padding: 20px 20px !important;
    margin: 0px !important;
    border-radius: 10px;
    border: 1px solid #ffffff38;
}


.blog-grid-wrapper {
    grid-template-columns: 1.5fr 1fr 1fr !important; 
}

.blog-grid-wrapper .blog-card:first-child {
    grid-row: span 2;
}

.blog-grid-wrapper .blog-card:first-child .blog-image  {
  width: 100%;
}

.blog-grid-wrapper .blog-card:first-child .blog-image img {
  height: auto;
}

/* .blog-grid-wrapper .blog-card {
  display: flex;
  align-items: center;
}

.blog-grid-wrapper .blog-card .blog-image {
  width: 40%;
  height: 100%;
  flex: 0 0 40%;
}

.blog-grid-wrapper .blog-card .blog-image img {
  height: 100%;
} */

 /* Country switcher */

.country-dropdown {
  order: -1;
  position: relative;
  font-size: 0.9em;
  font-weight: 500;
  font-family: 'Mallory', 'DM Sans', Arial, sans-serif !important;
}

.flag img {
  width: 20px;
  height: auto;
}

.country-btn {
  display: flex;
  align-items: center;
  gap: 0.4em;
  padding: 0.4em 0.6em;
  background: transparent;
  border: 1px solid #ddd;
  border-radius: 0.4em;
  cursor: pointer;
  font-family: 'Mallory', 'DM Sans', Arial, sans-serif !important;
  font-weight: 500;
  width: max-content;
}

.country-list {
  position: absolute;
  top: 110%;
  left: 0;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 0.4em;
  list-style: none;
  padding: 0.2em 0;
  margin: 0;
  min-width: 140px;
  display: none;
  z-index: 999;
}

.country-list li {
  padding: 0.4em 0.6em;
  cursor: pointer;
  display: flex;
  gap: 0.4em;
  align-items: center;
}

.country-list li:hover {
  background: #f5f5f5;
}

@media (max-width: 768px) {
  h1,
  .h1 {
  font-size: 40px !important;
  }

  h2,
  .h2 {
    font-size: 28px !important;
  }

  h3,
  .h3 {
    font-size: 22px !important;
  }

    h4,
  .h4 {
    font-size: 18px !important;
  }

      h5,
  .h5 {
    font-size: 16px !important;
  }

      h6,
  .h6 {
    font-size: 14px !important;
  }
  p {
    font-size: 14px !important;
  }

  .product-information__grid.product-information--media-left.product-information__grid--half {
    flex-wrap: wrap;
  }

  .product-information__media {
      min-width: 100%;
      flex: 0 0 100%;
  }

  .product-details {
      flex: 0 0 100%;
  }

  .media-gallery--hint :not(.dialog-zoomed-gallery)>.product-media-container:not(:only-child) .product-media img {
    border-radius: 20px;
  }

  #qn-title-template--27031297032533__scroll_reveal_hero_M4m7pg,
  #qn-subtitle-template--27031297032533__scroll_reveal_hero_M4m7pg {
    margin-bottom: 20px !important;
  }

  .qn-button {
    padding: 12px 25px;
    font-size: 14px;
  }

  .product-card__content .group-block {
    padding: 12px;
    border-radius: 16px;
  }

  .product-card__content .group-block .image-block__image {
    border-radius: 16px;
  }

  .spacing-style.layout-panel-flex.layout-panel-flex--column.section-content-wrapper.mobile-column {
    padding: 40px 0px;
  }

  .email-signup__input-group .email-signup__input--none {
    padding-right: 14px;
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .header-logo__image {
    height: 100% !important;
    width: 110px;
  }

  .email-signup__button--integrated.email-signup__button--text {
      border-radius: 50px;
      position: unset;
      height: auto;
      padding: 12px 20px !important;
      margin: 12px auto;
      font-size: 14px;
  }

  .group-block.group-block--height-fill.group-block--width-fill.border-style.spacing-style.size-style.color-scheme-be0e582d-b5f5-4a1e-a665-cdf6545ffd64 {
    border: 0px;
  }

  .spacing-style.text-block.text-block--AN3dITVplSnhMYXNrS__text_CMyeDd.h2.text-block--align-center.text-block--full-width {
    padding-bottom: 10px !important;
  }

  .contact-details-box {
    padding: 20px !important;
    border-radius: 20px !important;
  }

  .blog-grid-wrapper {
    grid-template-columns: 1fr 1fr !important;
  }

  .blog-grid-wrapper .blog-card:first-child {
    grid-row: span 1;    
  }

  .blog-grid-wrapper .blog-card {
    flex-direction: column;
  }

  .blog-grid-wrapper .blog-card .blog-image {
    width: 100%;
    flex: 100%;
  }

  .blog-grid-wrapper .blog-card:first-child .blog-image img,
  .blog-grid-wrapper .blog-card .blog-image img {
    height: 240px;
  }

    .country-dropdown {
    order: 0;
    right: 80px;
  }
}


@media (max-width: 576px) {
    .blog-grid-wrapper {
        grid-template-columns: 1fr !important;
    }

    
}
