/** Shopify CDN: Minification failed

Line 16:12 Unexpected "{"
Line 16:21 Expected ":"
Line 17:16 Expected identifier but found whitespace
Line 17:18 Unexpected "{"
Line 17:27 Expected ":"
Line 17:78 Expected ":"
Line 18:19 Expected identifier but found whitespace
Line 18:21 Unexpected "{"
Line 18:30 Expected ":"
Line 18:84 Expected ":"
... and 10 more hidden warnings

**/
  .section-{{ section.id }}-padding {
    padding-top: {{ section.settings.padding_top | times: 0.75 | round: 0 }}px;
    padding-bottom: {{ section.settings.padding_bottom | times: 0.75 | round: 0 }}px;
  }
  .faq_tabs_accordion_sec ul.tabs {
      display: flex;
      border-bottom: 1px solid #1a24361f;
      max-width: fit-content;
      list-style-type: none;
      padding: 0;
      margin: 0;
  }
  .faq_tabs_accordion_sec ul.tabs li {
      color: #1A2436;
      font-family: "Figtree", sans-serif;
      opacity: 0.48;
      font-size: 18px;
      font-style: normal;
      font-weight: 600;
      line-height: 165%;
      letter-spacing: 0;
      text-decoration: none;
      padding: 12px 10px;
      cursor: pointer;
  }
  .faq_tabs_accordion_sec ul.tabs li.active {
      opacity: 1;
      border-bottom: 1px solid #B09161;
  }
  .faq_tabs_accordion_sec .tab_container .tab_drawer_heading { 
    display: none; 
  }
  .faq_tabs_accordion_sec .tab_container div.tab_content {
      display: none;
  }
  .faq_tabs_accordion_sec .tab_container div.tab_content.active {
      display: block;
  }
  .faq_tabs_accordion_sec .tab_container div.tab_content .tab_top_heading {
    color: #000;
    font-size: 28px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 5.6px;
    text-transform: uppercase;
    margin: 60px 0 35px;
  }
  .faq_tabs_accordion_sec .tabs_wrapper .tab_container .tab_content .tab_content_inner {
    padding: 25px 0;
    display: grid;
    grid-template-columns: 60% auto;
    gap: 45px;
  }
   .faq_tabs_accordion_sec .tabs_wrapper .tab_container .tab_content .media_area img {
    width: 100%;
    height: auto;
  }
  .faq_tabs_accordion_sec .tabs_wrapper .tab_container .tab_content .content_area .content_title {
    color: #1A2436;
    font-family: Gloock, serif !important;
    font-size: 32px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.32px;
    text-transform: capitalize;
    margin: 0;
  }
  .faq_tabs_accordion_sec .tabs_wrapper .tab_container .tab_content .content_area .desc ul {
    padding-left: 30px;
  }
  .faq_tabs_accordion_sec .tabs_wrapper .tab_container .tab_content .content_area .desc ul li {
    font-family: "Figtree", sans-serif;
    color: #1A2436;
    font-size: 16px;
    font-weight: 300;
    line-height: 165%;
    margin-bottom: 10px;
  }
  .faq_tabs_accordion_sec .faq_tabs_wrapper .tab_content_inner .content_area {
    margin: 20px 0;
    border-bottom: 1px solid #C4C4C4;
  }
  .faq_tabs_accordion_sec .faq_tabs_wrapper .tab_content_inner .content_area .faq-accod-tittle {
    position: relative;
    color: #000;
    font-family: Figtree;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30.338px;
    text-transform: uppercase;
    cursor: pointer;
    margin-bottom: 20px;
    padding-right: 35px;
  }
  .faq_tabs_accordion_sec .faq_tabs_wrapper .tab_content_inner .content_area .faq-accod-tittle::after {
    content: '';
    background-image: url('//cdn.shopify.com/s/files/1/0863/7716/9198/files/arrow__down.png?v=1710754782');
    display: inline-flex;
    background-size: 21px 10px;
    background-position: center;
    background-repeat: no-repeat;
    width: 21px;
    height: 10px;
    position: absolute;
    top: 10px;
    right: 15px;
  }
  .faq_tabs_accordion_sec .faq_tabs_wrapper .tab_content_inner .content_area.active .faq-accod-tittle::after {
    background-image: url('//cdn.shopify.com/s/files/1/0863/7716/9198/files/arrow__active.png?v=1710754782');
  }
  .faq_tabs_accordion_sec .faq_tabs_wrapper .tab_content_inner .content_area.active .faq-accod-tittle {
    margin-bottom: 0;
    color: #B09161;
  }
  .faq_tabs_accordion_sec .faq_tabs_wrapper .tab_content_inner .content_area .faq-accod-content {
    display: none;
    padding: 20px 0;
  }
  .faq_tabs_accordion_sec .faq_tabs_wrapper .tab_content_inner .content_area.active .faq-accod-content {
    display: block;
  }
  .faq_tabs_accordion_sec .faq_tabs_wrapper .tab_content_inner .content_area .faq-accod-content p {
    color: #000;
    opacity: 0.7;
    font-size: 18px;
    font-weight: 400;
    line-height: 30.338px;
    margin: 0;
    margin-bottom: 5px;
  }
  .faq_tabs_accordion_sec .faq_tabs_wrapper .tabs .links .tab_icon_active {
      display: block;
  }
  .faq_tabs_accordion_sec .faq_tabs_wrapper .tabs .links .tab_icon {
      display: none;
  }
  .faq_tabs_accordion_sec .faq_tabs_wrapper .tabs .links.active .tab_icon_active {
      display: none;
  }
  .faq_tabs_accordion_sec .faq_tabs_wrapper .tabs .links.active .tab_icon {
      display: block;
  }
  .faq-accod-content p>a {
      color: #B09161;
  }

  @media (max-width: 1024px) {
    .faq_tabs_accordion_sec .faq_tabs_wrapper .tabs {
      grid-template-columns: repeat(1, 1fr);
    }
    .faq_tabs_accordion_sec .faq_tabs_wrapper .tabs .links {
      height: 260px;
    }
    .faq_tabs_accordion_sec .tab_container div.tab_content .tab_top_heading {
      display: none;
    }
    .faq_tabs_accordion_sec .tab_container div.tab_content {
      padding-top: 20px;
    }
  }
  @media (max-width: 768px) {
    .faq_tabs_accordion_sec .heading_wrapper h2.main-title {
      display: none;
    }
    .faq_tabs_accordion_sec .page-width {
      padding: 0;
    }
    .faq_tabs_accordion_sec .faq_tabs_wrapper .tabs {
      gap: 1px;
    }
    .faq_tabs_accordion_sec .tab_container div.tab_content {
      padding: 20px 20px 0;
    }
    .faq_tabs_accordion_sec .faq_tabs_wrapper .tabs .links {
              height: auto;
        padding: 25px 0;
    }
    .faq_tabs_accordion_sec .faq_tabs_wrapper .tabs .links {
      color: #a78249;
      font-size: 18px;
      line-height: normal;
      letter-spacing: 2.5px;
    }
    .faq_tabs_accordion_sec .faq_tabs_wrapper .tab_content_inner .content_area .faq-accod-tittle {
        font-size: 16px;
        line-height: 24px;
    }
    .faq_tabs_accordion_sec .faq_tabs_wrapper .tab_content_inner .content_area .faq-accod-content p {
      font-size: 16px;
      line-height: 26px;
    }
    .faq_tabs_accordion_sec .faq_tabs_wrapper .tab_content_inner .content_area .faq-accod-content {
        padding: 12px 0;
    }
    .faq_tabs_accordion_sec .faq_tabs_wrapper .tabs .links > img {
        height: 54px;
    }
    .faq_tabs_accordion_sec .faq_tabs_wrapper .tab_content_inner .content_area .faq-accod-tittle::after {
        width: 15px;
    }
    .faq_tabs_accordion_sec .faq_tabs_wrapper .tab_content_inner .content_area .faq-accod-tittle {
        margin-bottom: 15px;
    }
    .faq_tabs_accordion_sec .faq_tabs_wrapper .tab_content_inner .content_area {
        margin: 15px 0;
    }
  }
  @media screen and (min-width: 750px) {
    .section-{{ section.id }}-padding {
      padding-top: {{ section.settings.padding_top }}px;
      padding-bottom: {{ section.settings.padding_bottom }}px;
    }
  }
  @media (max-width: 600px) {
    .faq_tabs_accordion_sec ul.tabs {
		display: none;
	}
	.faq_tabs_accordion_sec .tab_container .tab_drawer_heading { 
        display: block;
        font-family: "Figtree", sans-serif;
        background: #ffffff;
        box-shadow: 0 0 30px #00000014;
        border: 1px solid #B09161;
        text-transform: capitalize;
        font-size: 18px;
        font-weight: 600;
        line-height: 165%;
        padding: 12px 15px;
    }
    .faq_tabs_accordion_sec .tab_container .tab_drawer_heading.d_active {
        background: #B09161;
        color: #ffffff;
        margin: 0;
    }
    .faq_tabs_accordion_sec .tabs_wrapper .tab_container .tab_content .tab_content_inner {
        grid-template-columns: 1fr;    
        padding: 20px 0;
        gap: 15px;
    }
    .faq_tabs_accordion_sec .tabs_wrapper .tab_container .tab_content .tab_content_inner .media_area {
        order: 1;
    }
    .faq_tabs_accordion_sec .tabs_wrapper .tab_container .tab_content .tab_content_inner .content_area {
        order: 2;
    }
    .faq_tabs_accordion_sec .tabs_wrapper .tab_container .tab_content .content_area .content_title {
        font-size: 22px;
    }
    .faq_tabs_accordion_sec .tabs_wrapper .tab_container .tab_content .content_area .desc ul {
        padding-left: 22px;
    }
  }