/** Shopify CDN: Minification failed

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

**/


/* CSS from section stylesheet tags */
.faq-video-section {
  background: #fefbf7;
  padding: 40px 20px;
}
.faq-video-section .fv-title {
  font-size: 36px;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.faq-video-section .fv-sub {
  margin-bottom: 30px;
  font-size: 16px;
  text-align: center;
}
.faq-video-section .fv-slider-wrapper {
  width: 100%;
  position: relative;
}
.faq-video-section .swiper {
  width: 100%;
  overflow: hidden;
}
.faq-video-section .swiper-slide {
  width: auto;
}
.faq-video-section .fv-card {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  width: 280px;
  margin: 0 auto;
}
.faq-video-section .fv-vwrap {
  position: relative;
  cursor: pointer;
}
.faq-video-section .fv-vwrap video {
  width: 100%;
  display: block;
  pointer-events: none;
}
.faq-video-section .fv-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 40px;
  color: white;
  z-index: 5;
}
.faq-video-section .fv-vwrap.playing .fv-play {
  display: none;
}
.faq-video-section .fv-faq {
  border-top: 1px solid #ccc;
  width: 100%;
  max-width: 1000px;
  margin: 20px auto;
  border-bottom: 1px solid #ccc;
}
.faq-video-section .fv-fitem {
  border-bottom: 1px solid #ccc;
  padding: 0 10px;
}
.faq-video-section .fv-q {
  background: none;
  border: none;
  width: 100%;
  text-align: left;
  padding: 10px 0;
  font-weight: bold;
  font-size: 18px;
  cursor: pointer;
  position: relative;
}
.faq-video-section .fv-q::after {
  content: "\2039";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
}
.faq-video-section .fv-q.active::after {
  transform: translateY(-50%) rotate(180deg);
}
.faq-video-section .fv-a {
  display: none;
  padding-bottom: 20px;
  font-size: 16px;
  color: #000;
}
.faq-video-section .swiper-button-next,
.faq-video-section .swiper-button-prev {
  color: #000;
  background: rgba(255,255,255,0.7);
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.faq-video-section .swiper-button-next::after,
.faq-video-section .swiper-button-prev::after {
  font-size: 20px;
}

@media only screen and (max-width: 767px) {
  .faq-video-section .fv-title {
    font-size: 24px;
  }
  .faq-video-section .fv-faq {
    width: 95%;
  }
  .faq-video-section .fv-card {
    width: 240px;
  }
}

/* Desktop view: disable Swiper, show 4 cards in flex */
@media screen and (min-width: 992px) {
  .fv-slider {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
  }

  .swiper-wrapper {
    display: contents;
  }

  .swiper-slide {
    flex: 0 0 23%;
    max-width: 23%;
  }

  .swiper-button-next,
  .swiper-button-prev {
    display: none !important;
  }
}
.custom-faq {
  max-width: 80%;
  margin: 0 auto;
  padding: 60px 20px;
}

.custom-faq h3 {
  font-size: 26px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 10px;
  margin-top: 0px;
}

.custom-faq h2 {
  font-size: 36px;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 10px;
  margin-top: 0px;
}

.custom-faq p {
  margin-bottom: 10px;
  font-size: 16px;
  text-align: center;
}

.custom-faq .faq-list {
  border-top: 1px solid #ccc;
}

.custom-faq .faq-item {
  border-bottom: 1px solid #ccc;
  width: 100%;
  margin: 0 auto;
  padding: 0 10px;
}

.custom-faq .faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  background: none;
  border: none;
  width: 100%;
  text-align: left;
  padding: 16px 0;
  font-weight: bold;
  font-size: 14px;
  cursor: pointer;
}

.custom-faq .faq-question span {
  flex: 1;
  text-align: left;
}

.custom-faq .faq-icon {
  transition: transform 0.3s ease;
  stroke: #000;
}

.custom-faq .faq-question.active .faq-icon {
  transform: rotate(180deg);
}

.custom-faq .faq-answer {
  display: none;
  padding-bottom: 20px;
  font-size: 16px;
  color: #000;
}

.custom-faq .faq-answer p {
  text-align: left;
}

@media only screen and (max-width: 767px) {
  .custom-faq {
    max-width: 90%;
  }
  .custom-faq h2 {
    font-size: 24px;
  }
}
.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;
  }

  @media screen and (min-width: 750px) {
    .section-{{ section.id }}-padding {
      padding-top: {{ section.settings.padding_top }}px;
      padding-bottom: {{ section.settings.padding_bottom }}px;
    }
     .logo_text{
       font-size: 7rem !important;
    }
  }
.scrolling-logo-images .scrolling-text-section {
  width: 100%;
  padding:0px !important;
  overflow: hidden;
  position: relative;
}
  {% if section.settings.logo_text !=blank %}
    
 .logo_text {
    color: #f804b9;
    text-shadow: -4px 1px #00aaec;
    text-align:center;
    padding-bottom:1rem;
}
  {% endif %}
   {% if section.settings.logo_direction == "Left-to-right" %}
.template--17902725070900__logo_scrolling_section_TLyb9m.scrolling-text-container {
  display: flex;
  width: fit-content;
  animation: scroll linear infinite;
  animation-duration: v-bind('scrollSpeed');
}
     {% endif %}
 {% if section.settings.logo_direction == "right-to-right" %}
    
 .template--17902725070900__logo_scrolling_section_TjqDqC.scrolling-text-container {
  display: flex;
  width: fit-content;
  animation: change linear infinite;
  animation-duration: v-bind('scrollSpeed');
}
  {% endif %}

.scrolling-logo-images .scrolling-text-content {
    display: flex;
    align-items: center;
    white-space: nowrap;
    gap: 8px;
  padding:0px;
    margin-right: 8px;
}
#shopify-section-template--17902725070900__logo_scrolling_section_TLyb9m{
  overflow:hidden;
}
#shopify-section-template--17902725070900__logo_scrolling_section_TjqDqC{
  overflow:hidden;
}
.scrolling-logo-images .text-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    width: 250px;
    height: 250px;
}

.scrolling-logo-images .text-item img{
  width:100%;
  height:100%;
  object-fit:contain;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes change {
  from {
    transform: translateX(-50%);
  }
  to {
    transform: translateX(0%);
  }
}

/* Pause animation on hover */
.scrolling-text-container:hover {
  animation-play-state: running !important;
}

/* Tablet Styles */
@media screen and (max-width: 991px) {
  .text-item {
    font-size: 1.75rem;
  }
  
  .scroll-icon {
    width: 20px;
    height: 20px;
  }
  
  .separator {
    margin: 0 15px;
    font-size: 1.25rem;
  }
}

/* Mobile Styles */
@media screen and (max-width: 767px) {
  .scrolling-text-section {
    padding: 10px 0;
  }
 .logo_text{
       font-size: 3rem !important;
    }
  .text-item {
    font-size: 1.25rem;
  }
  
  .scroll-icon {
    width: 16px;
    height: 16px;
  }
  
  .separator {
    margin: 0 10px;
    font-size: 1rem;
  }
}

.scrolling-text-section {
  padding-bottom: 0px;
}
.logo_text {
  -webkit-text-stroke: 1px #00aaec;
}
@media (max-width: 749px) {
  .logo_text {
    text-shadow: -1px 1px #00aaec;
  }
}
.custom-pheromone-section {
  padding: 40px 20px;
  background: #fdf9f2;
}
.custom-pheromone-section .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.custom-pheromone-section .reverse {
  flex-direction: row-reverse;
}
.custom-pheromone-section .text-column {
  flex: 1 1 400px;
  padding: 20px;
}
.custom-pheromone-section .media-column {
  flex: 1 1 400px;
  padding: 20px;
  text-align: center;
}
.custom-pheromone-section h2 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.custom-pheromone-section h3 {
  font-size: 22px;
  margin-top: 20px;
}
.custom-pheromone-section p {
  font-size: 16px;
  line-height: 1.5;
}
.custom-pheromone-section .icon-step {
  display: flex;
  align-items: flex-start;
  margin-top: 20px;
}
.custom-pheromone-section .icon-step img {
  width: 40px;
  height: 40px;
  margin-right: 15px;
}
.custom-pheromone-section .cta-button {
  margin-top: 30px;
  background-color: black;
  color: white;
  padding: 15px 25px;
  border-radius: 30px;
  text-align: center;
  display: inline-block;
  text-decoration: none;
}
@media (max-width: 768px) {
  .custom-pheromone-section .container {
    flex-direction: column;
  }
}
.csw-videos {
  padding: 40px 10px;
  background: #F3F3F3;
}

.csw-videos h2 {
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.csw-videos-sub {
  text-align: center;
  font-size: 14px;
  margin-bottom: 40px;
  color: #444;
}

.csw-videos-star {
  display: flex;
  justify-content: center;
  gap: 2px;
  margin-bottom: 8px;
}

.csw-videos-star .star-icon {
  width: 16px;
  height: 16px;
  fill: #f4b400;
}

.csw-videos-card {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.csw-videos-card video,
.csw-videos-card img {
  width: 100%;
  height: auto;
  display: block;
}

.csw-videos-vwrap {
  position: relative;
  width: 100%;
  cursor: pointer;
}

.csw-videos-vwrap video {
  pointer-events: none;
}

.csw-videos-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  width: 80px;
  height: 80px;
  cursor: pointer;
}

.csw-videos-play:hover svg {
  transform: scale(1.1);
  transition: transform 0.3s ease;
}

.csw-videos-vwrap.playing .csw-videos-play {
  display: none;
}

.csw-videos-content {
  padding: 15px;
  text-align: left;
}

.csw-videos-quote {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}

.csw-videos-text {
  font-size: 14px;
  color: #555;
  margin-bottom: 12px;
}

.csw-videos-name {
  font-size: 13px;
  font-weight: bold;
  color: #000;
}

/* Swiper responsive layout */
.swiper-slide {
  width: auto;
  flex: 0 0 auto;
}

@media (min-width: 1024px) {
  .csw-videos-slider {
    overflow: visible !important;
  }

  .swiper-wrapper {
    display: flex !important;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    transform: none !important;
  }

  .swiper-slide {
    width: 23% !important;
    flex: 0 0 23% !important;
    transform: none !important;
  }

  .swiper,
  .swiper-container,
  .swiper-initialized {
    overflow: visible !important;
  }
}