/** Shopify CDN: Minification failed

Line 153:0 Unexpected "}"

**/
.collapsible-content {
  position: relative;
  z-index: 0;
}

.collapsible-section-layout {
  padding-bottom: 5rem;
  padding-top: 5rem;
}

@media screen and (min-width: 750px) {
  .collapsible-section-layout {
    padding-bottom: 7rem;
    padding-top: 7rem;
  }
}

/* Needed for gradient continuity with or without animation so that transparent PNG images come up as we would expect */
.collapsible-content__media {
  background: transparent;
}

.collapsible-content__media--small {
  height: 19.4rem;
}

.collapsible-content__media--large {
  height: 43.5rem;
}

@media screen and (min-width: 750px) {
  .collapsible-content__media--small {
    height: 31.4rem;
  }

  .collapsible-content__media--large {
    height: 69.5rem;
  }
}

@media screen and (min-width: 750px) {
  .collapsible-content__grid--reverse {
    flex-direction: row-reverse;
  }
}

.collapsible-content-wrapper-narrow {
  margin: 0 auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  max-width: 73.4rem;
}

.collapsible-content__header {
  word-break: break-word;
}

.collapsible-content__heading {
  margin-bottom: 2rem;
  margin-top: 0;
}

@media screen and (min-width: 750px) {
  .collapsible-content__heading {
    margin-bottom: 3rem;
  }
}

.collapsible-none-layout .accordion + .accordion {
  border-top: 0;
}

.collapsible-row-layout .accordion:not(:first-child):not(.color-scheme-1) {
  margin-top: 1rem;
}

.caption-with-letter-spacing + h2 {
  margin-top: 1rem;
}

@media screen and (min-width: 750px) {
  .collapsible-content .accordion {
    margin-top: 0;
  }
}

.collapsible-row-layout .accordion {
  border: var(--text-boxes-border-width) solid
    rgba(var(--color-foreground), var(--text-boxes-border-opacity));
  margin-bottom: 1.5rem;
  /* Needed for gradient continuity with or without animation, the transform scopes the gradient to its container which happens already when animation are turned on */
  transform: perspective(0);
}

.collapsible-row-layout .accordion summary,
.collapsible-row-layout .accordion .accordion__content {
  padding: 1.5rem;
}

.collapsible-row-layout .accordion .accordion__content {
  padding-top: 0;
}

.collapsible-content summary:hover {
  background: rgba(var(--color-foreground), 0.04);
}

.collapsible-content summary:hover .accordion__title {
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}

/* check for flexbox gap in older Safari versions */
@supports not (inset: 10px) {
  @media screen and (min-width: 750px) {
    .collapsible-content__grid:not(.collapsible-content__grid--reverse)
      .grid__item:last-child,
    .collapsible-content__grid--reverse .collapsible-content__grid-item {
      padding-left: 5rem;
      padding-right: 0;
    }
  }

  @media screen and (min-width: 990px) {
    .collapsible-content__grid:not(.collapsible-content__grid--reverse)
      .grid__item:last-child,
    .collapsible-content__grid--reverse .collapsible-content__grid-item {
      padding-left: 7rem;
    }
  }
}

.faq-tab-main {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2rem;
  margin-left: -0.5rem;
  padding: 0;
  list-style: none;
}
.faq-tab.type-section {
  width: calc(18% - 0.5rem) !important;
  position: sticky;
    top: 100px;
    min-height: 448px;
    height: 100%;
}
}
.faq-tab .swiper-container {
  position: sticky;
  top: 150px;
}

.faq-contents {
  width: calc(82% - 0.5rem) !important;
}
.faq-contents {
  display: block;
  flex-wrap: wrap;
  width: auto;
  align-items: flex-start;
  padding-left: 30px;
}
.faqs-question-type li {
  font-size: 20px;
  font-family: "UniversUltraCondensed", sans-serif;
  list-style: none;
  color: #434341;
  border-left: 1px solid rgba(112, 112, 112, 0.1);
  padding: 10px 15px 10px 15px;
  border-top: 0 none;
  border-bottom: 0 none;
}
.faqs-question-type li a {
  font-size: 20px;
  font-family: "UniversUltraCondensed", sans-serif;
  list-style: none;
  color: #434341;
  text-decoration: none;
}
.faqs-question-type li.active {
  color: #8a6347;
  border-left: 1px solid #8a6347;
}
.faqs-question-type li.active a {
  color: #8a6347;
}
h1.accordion.Faq__Section {
  font-size: 19px;
  color: #434341;
  font-weight: bold;
  font-family: "AGaramondPro";
  text-transform: uppercase;
  border: 0 none;
  margin-top: 15px;
  cursor: pointer;
}
.Faq__Section.accordion .Anchor {
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
  background-color: #dbdcde;
  text-align: center;
  border-radius: 50%;
  margin-right: 15px;
  line-height: 26px;
}
.Faq__Section.accordion .Anchor svg path {
  fill: #8a6347;
}
h1.accordion.Faq__Section.active .Anchor {
  transform: rotate(90deg);
  background-color: #434341;
}
h1.accordion.Faq__Section.active .Anchor svg path {
  fill: #ffffff;
}
.faq-tab-content .panel p.question {
  font-size: 22px;
  color: #8a6347;
}
.faq-tab-content .panel p {
  font-size: 18px;
  color: #2d2929;
}
.faq-tab-content .panel strong {
  font-weight: normal;
  font-size: 18px;
  color: #8a6347;
}
.faq-tab-content .panel ul li {
  font-size: 18px;
  color: #2d2929;
  font-family: "UniversUltraCondensed", sans-serif;
}
.faq-tab-content .panel ul li::marker {
  color: #8a6347;
}
.swiper-container.swiper-custom-container {
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  z-index: 1;
}
.faqs-question-type li.accordion {
  margin-top: 0;
}
.faqs-question-type::-webkit-scrollbar {
  display: none; 
}
@media screen and (min-width: 992px) {
  .faqs-question-type {
    padding: 0;
    margin: 0;
    position: sticky;
    top: 150px;
    display: block;
  }
}
@media screen and (max-width: 1440px) {
  .faqs-question-type li a {
    font-size: 18px;
  }
  h1.accordion.Faq__Section {
    font-size: 16px;
  }
  .faq-tab-content .panel p {
    font-size: 16px;
  }
  .faq-tab-content .panel p.question {
    font-size: 16px;
  }
  .faq-tab-content .panel ul li {
    font-size: 16px;
  }
  .faq-tab-content .panel strong {
    font-size: 16px;
  }
  .Faq__Section.accordion .Anchor {
    line-height: 28px;
  }
}
@media screen and (max-width: 991px) {
  .faqs-question-type {
    display: flex;
    align-items: center;
    white-space: nowrap;
    gap: 30px;
    /* margin-top: 0; */
    /* padding-top: 15px; */
    overflow-x: scroll;
    border-bottom: 1px solid #70707020;
    /* margin-bottom: 20px; */
    padding: 0 0;
    justify-content: center;
  }
  
  .faqs-question-type li.main-nav__item--active {
    font-weight: 600;
    border-bottom: 3px solid #8a6347;
  }
  .faq-tab.type-section {
    position: sticky;
    top: 80px;
    background-color: #fff;
    z-index: 1;
    width: 100% !important;
  }
  .faq-contents {
    padding-left: 0;
    margin-top: 15px;
    text-align: left;
    width: 100% !important;
  }
  .faqs-question-type li.main-nav__item--active {
    border-left: 0 none;
  }
  .faqs-question-type li {
    border: 0 none;
    text-align: center;
    padding: 0 0 15px 0;
    margin-right: 0 !important;
    width: auto !important;
    line-height: normal;
  }
  .swiper-custom-container .swiper-scrollbar-drag {
    background: #8a6347 !important;
  }
  .faq-tab-main{
    margin-left: 0.5rem;
  }
}
@media screen and (max-width: 749px) {
  .faqs-question-type {
    justify-content: flex-start;
  }
}
