/** Shopify CDN: Minification failed

Line 21:19 Expected identifier but found whitespace
Line 21:21 Unexpected "{"
Line 21:30 Expected ":"
Line 126:19 Expected identifier but found whitespace
Line 126:21 Unexpected "{"
Line 126:30 Expected ":"
Line 127:14 Expected identifier but found whitespace
Line 127:16 Unexpected "{"
Line 127:25 Expected ":"
Line 127:51 Expected ":"
... and 21 more hidden warnings

**/


/* CSS from section stylesheet tags */
.faq-section {
  padding: 60px 20px;
  background-color: {{ section.settings.background_color }};
  text-align: center;
}

.faq-heading {
    margin-bottom: 40px;
    font-family: 'Roboto Condensed';
    font-weight: 700;
    font-style: Bold;
    font-size: 48px;
    line-height: 100%;
    letter-spacing: 0;
    vertical-align: middle;
    text-transform: uppercase;
    margin:0;
    padding-bottom:50px;
}

.faq-heading span {
  color: #AB8D3F;;
}

.faq-container {
  max-width: 610px;
  margin: 0 auto;
  text-align: left;
}

.faq-item {
  background-color: #fffbe9;
  border: 1px solid #ddd;
  border-radius: 8px;
  margin-bottom: 20px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.faq-question {
    width: 100%;
    background: none;
    border: none;
    text-align: left;
    padding: 18px 20px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: 'Roboto Condensed';
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: 0;
    vertical-align: middle;
    color: #000000;
}

.faq-question:hover {
  background-color: #fff3cc;
}

.faq-icon {
  font-size: 18px;
  transition: transform 0.3s ease;
}

.faq-item.active .faq-icon {
  transform: rotate(45deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 20px;
  font-size: 15px;
  color: #333;
  line-height: 1.6;
  transition: max-height 0.1s ease, padding 0.1s ease;
}

.faq-item.active .faq-answer {
  padding: 10px 20px 18px;
  max-height: 500px;
  font-family: 'Roboto Condensed';
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: 0;
  vertical-align: middle;

}
@media screen and (max-width: 768px) {
  .faq-heading {
    font-size: 28px;
    padding-bottom: 20px;
  }
  .faq-section {
    padding: 40px 16px;
  }
  .faq-item{
    margin-bottom: 16px;
  }
}
.as-seen-on-section {
  text-align: center;
  background-color: {{ section.settings.bg_color }};
  padding-top: {{ section.settings.padding_top }}px;
  padding-bottom: {{ section.settings.padding_bottom }}px;
}
.as-seen-on-logos {
    padding-bottom: 50px;
}
.as-seen-on-heading {
    margin-bottom: 30px;
    font-family: 'Roboto Condensed';
    font-weight: 600;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0px;
    vertical-align: middle;
    text-transform: uppercase;
    color: #000;
    margin: 0;
    padding-top: 50px;
    padding-bottom: 20px;
}

.as-seen-on-logos {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 100px;
  flex-wrap: wrap;
}

.as-seen-on-logo {
  max-width: 150px;
  /* opacity: 0.8; */
  /* transition: opacity 0.3s ease; */
}

.as-seen-on-logo:hover {
  opacity: 1;
}

.as-seen-on-logo img {
  width: 100%;
  max-height: 65px;
  height: auto;
  display: block;
  /* filter: grayscale(100%); */
}

@media screen and (max-width: 768px) {
  .as-seen-on-logos {
    gap: 20px;
    padding-bottom: 20px;
  }
  .as-seen-on-heading {
    padding-top: 20px;
    padding-bottom: 16px;
  }
  .as-seen-on-logo {
    max-width: 100px;
  }
  .as-seen-on-logo img {
    max-height: 35px;
    max-width: 82px;
  }
}
.multiuse-reviews-section {
  padding: 60px 0px;
  background-color: #FFFCEB;
  text-align: center;
}

.multiuse-reviews-heading {
   
  /* margin-bottom: 40px; */
    font-family: Roboto Condensed;
    font-weight: 700;
    font-style: Bold;
    font-size: 48px;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    margin: 0;
    padding-bottom: 50px;
}

.multiuse-reviews-heading span {
  color: #AB8D3F;
}

.multiuse-swiper {
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding-left: 80px;
}

.multiuse-review-card {
  text-align: left;
    border-radius: 12px;
    border: 1px solid var(--charcol, #3B3B3B);
    background: #FFF;
    padding: 30px 20px;
    align-items: center;
}

.multiuse-review-name {
    font-family: 'Roboto Condensed';
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: 0;
    vertical-align: middle;
    text-transform: uppercase;
    color: #000;
}

.multiuse-review-date {
    float: right;
    color: #3B3B3B4D;
    font-family: Roboto Condensed;
    font-weight: 700;
    font-style: Bold;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: 0;
    vertical-align: middle;
    text-transform: uppercase;
}

.multiuse-stars {
  max-height: 22px;
  padding: 12px 0px;
}

.multiuse-review-text {
    font-style: italic;
    color: #333;
    margin: 0;
    font-family: Roboto Condensed;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0;
    vertical-align: middle;
    min-height: 100px;
}

.multiuse-slider-btns {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 50px;
}
.multiuse-btn {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}
/* .multiuse-btn {
  background: #e0d7a3;
  border: none;
  padding: 6px 9px;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s ease;
} */

/* .multiuse-btn:hover {
  background: #c6b87b;
} */
 @media screen and (max-width: 768px) {
  .multiuse-reviews-heading {
    font-size: 29px;
    padding-bottom: 20px;
  }
  .multiuse-reviews-section {
    padding: 40px 0 40px 16px;
  }
  .multiuse-swiper {
    padding-left: unset;
  }
  .multiuse-review-text{
    min-height: 130px;
  }
 }
.why-choose-section {
  text-align: center;
  background-color: {{ section.settings.bg_color }};
  padding-top: {{ section.settings.padding_top }}px;
  padding-bottom: {{ section.settings.padding_bottom }}px;
}

.why-choose-heading {
    margin: 0;
    font-family: Roboto Condensed;
    font-weight: 700;
    font-style: Bold;
    font-size: 48px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    padding-bottom: 32px;
    padding-top: 80px;
}

.why-choose-heading span {
  color: #AB8D3F;
}

.why-choose-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  justify-items: center;
  padding-bottom: 80px;
}

.why-choose-item {
  background-color: {{ section.settings.card_bg }};
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  border-radius: 6px;
  padding: 30px 20px;
  width: 100%;
  background: #fffceb;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 1px 3px 0px 0px #3B3B3B;
  border: 0.5px solid #3B3B3B
}
.why-choose-text strong {
    color: #AB8D3F;
}

.why-choose-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 12px rgba(0,0,0,0.15);
}

.why-choose-icon {
  width: 40px;
  height: 40px;
  margin-bottom: 15px;
  margin: 0 auto;
}

.why-choose-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.why-choose-text {
  font-size: 14px;
  font-weight: 700;
  color: {{ section.settings.text_color }};
  line-height: 1.4;
  text-transform: uppercase;
}
.why-choose-text p {
    margin: 0;
    font-family: Roboto Condensed;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: 0;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    padding-top: 12px;
}

@media screen and (max-width: 768px) {
  .why-choose-heading {
    font-size: 28px;
    padding: 40px 0 20px 0;
    letter-spacing: 0;
    line-height: 100%;
  }
  .why-choose-icon {
    width: 45px;
    height: 45px;
  }
  .why-choose-text p {
    font-size: 18px;
  }
  .why-choose-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    padding-bottom: 40px;
  }
  .why-choose-item {
    padding: 30px 7.5px;
  }
}