/** Shopify CDN: Minification failed

Line 307:29 Expected ")" to end URL token
Line 347:14 Expected identifier but found whitespace
Line 347:16 Unexpected "{"
Line 347:25 Expected ":"
Line 347:59 Expected ":"

**/


/* CSS from section stylesheet tags */
/* Ensure thumbnails appear below main image */
  .product-media-gallery .product-media-wrapper {
    display: flex;
    flex-direction: column;
  }

  .product-media-gallery .product-media-main-wrapper {
    order: 1;
    width: 100%;
    position: relative;
  }

  .product-media-gallery .product-media-scroll-wrap {
    order: 2;
    width: 100%;
    margin-top: 16px;
  }
  

  .product-media-gallery .product-media-thumbnails {
    display: flex;
    flex-direction: row;
    gap: 8px;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .product-media-gallery .product-media-thumbnails::-webkit-scrollbar {
    display: none;
  }

  .product-media-gallery .product-media-thumbnail {
    flex-shrink: 0;
    width: 80px;
    height: 80px;
    border: none !important;
    outline: none !important;
    border-bottom: 3px solid transparent;
    transition: border-bottom 0.2s ease;
  }

  .product-media-gallery .product-media-thumbnail:focus {
    outline: none !important;
    border: none !important;
    border-bottom: 3px solid transparent;
  }

  .product-media-gallery .product-media-thumbnail:active {
    outline: none !important;
    border: none !important;
    border-bottom: 3px solid transparent;
  }

  .product-media-gallery .product-media-thumbnail.is-active {
    border-bottom: 3px solid #ED1E24 !important;
  }

  @media screen and (max-width: 749px) {
    .product-media-gallery .product-media-thumbnail {
      width: 60px;
      height: 60px;
    }
  }

  /* Product media navigation arrows */
  .product-media-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 49px;
    height: 49px;
    background: transparent;
    border: none;
    cursor: pointer;
    z-index: 10;
    opacity: 0.8;
    transition: opacity 0.2s ease;
  }

  .product-media-nav:hover {
    opacity: 1;
  }

  .product-media-nav--prev {
    left: 16px;
  }

  .product-media-nav--next {
    right: 16px;
  }

  .product-media-nav svg {
    width: 100%;
    height: 100%;
    display: block;
  }

  @media screen and (max-width: 749px) {
    .product-media-nav {
      width: 40px;
      height: 40px;
    }

    .product-media-nav--prev {
      left: 12px;
    }

    .product-media-nav--next {
      right: 12px;
    }
  }

  /* Custom CSS to make accordion titles match product title exactly */
/* Add this to your theme's custom CSS section */

/* Match accordion titles to product title styling */
[class*="ai-accordion-title-"] {
  font-family: 'Druk Trial', 'Impact', 'Arial Black', 'Helvetica Neue', Arial, sans-serif !important;
  font-weight: 700 !important;
  font-style: normal !important;
  font-size: 22px !important;
  line-height: 105% !important;
  letter-spacing: normal !important;
  text-transform: uppercase !important;
  color: #222222 !important;
  margin: 0 !important;
  padding: 0 !important;
  word-wrap: break-word !important;
  hyphens: auto !important;
}

.ai-product-recommendations__title-productrecommendationsthqj4g{
   font-size: 22px !important; 
}

/* Ensure accordion header has proper height to accommodate multi-line titles */
[class*="ai-accordion-header-"] {
  height: auto !important;
  min-height: 74px !important;
  padding: 20px 0 !important;
  align-items: center !important;
}

/* Responsive adjustments */
@media screen and (max-width: 768px) {
  [class*="ai-accordion-title-"] {
    font-size: 22px !important;
    line-height: 105% !important;
  }
  
  [class*="ai-accordion-header-"] {
    min-height: 60px !important;
    padding: 15px 0 !important;
  }
  .ai-product-recommendations__title-productrecommendationsthqj4g{
   font-size: 22px !important; 
  }
}

@media screen and (max-width: 480px) {
  [class*="ai-accordion-title-"] {
    font-size: 22px !important;
    line-height: 105% !important;
  }
  
  [class*="ai-accordion-header-"] {
    min-height: 62px !important;
    padding: 15px 0 !important;
  }
  .ai-product-recommendations__title-productrecommendationsthqj4g{
   font-size: 22px !important; 
  }
}
.testimonial-slider {
  padding: 60px 0; /* top & bottom padding */
}

.swiper {
  max-width: 1200px;
  padding: 40px 0;
}

.testimonial-card {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 8px;
  padding: 20px;
  text-align: center;height:700px;
}

.testimonial-stars {
  color: #fbbf24; /* Gold stars */
  margin-bottom: 10px;
  font-size: 20px;
}

.testimonial-text {
  font-size: 16px;
  margin-bottom: 15px;
  color: #333;
  line-height: 1.5;
}

.testimonial-image {
  width:100%;
  margin: 10px auto;
}

.testimonial-name {
  font-weight: 700;
  font-size: 20px;
  margin: 10px 0 4px;
}

.testimonial-role {
  font-size: 14px;
  color: #555;
}

.verified {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  margin-top: 5px;
}
.verified img {
  width: 16px;
  height: 16px;
}
@media (max-width: 767px) {
  .testimonial-slider {
  padding: 32px 18px; /* top & bottom padding */
} .testimonial-card {
  height:auto;
}
  }
.why-choose-section {
  position: relative;
  background-size: cover;
  background-position: center;
  width: 100%;
}

.why-choose-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 0rem 4rem 0rem 3rem;
  gap: 80px;
}

.why-choose-text {
  flex: 1 1 50%;
  max-width: 600px;
}

.why-choose-features {
  flex: 1 1 50%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(14px, 1fr));
  gap: 20px;
}

.why-choose-block {
  border: 1px solid rgba(255,255,255,0.2);
  padding: 20px;
  text-align: center;
  color: #fff;
}

.why-choose-block img {
  width: 56px;
  height: 56px;
  margin-bottom: 10px;
}

.mobile-bottom-image {
  display: none;
  margin-top: 20px;
  text-align: center;
}

.mobile-bottom-image img {
  max-width: 100%;
  height: auto;
}

/* 📱 Mobile Fixes */
@media (max-width: 768px) {
  .why-choose-section {
    background-image: url({{ section.settings.background_image_mobile | image_url }}) !important;
  }

  .why-choose-inner {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0px 20px 0px 20px;
    gap: 0;
  }

  .why-choose-text {
    width: 100%;
    margin-bottom: 20px;
  }

  .why-choose-features {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: auto;
    gap: 15px;
    margin-top:0px;
  }

  .why-choose-block {
    margin: 0 auto;
  }

  /* ✅ Last block spans full row */
  .why-choose-features .why-choose-block:last-child {
    grid-column: span 2;
  }

  .mobile-bottom-image {
    display: block;
  }

  /* ✅ Mobile Heading Size Override */
  .why-choose-section .why-choose-text h2 {
    font-size: {{ section.settings.heading_size_mobile }}px !important;
  }
}