/** Shopify CDN: Minification failed

Line 19:6 Unexpected "{"
Line 19:15 Expected ":"
Line 19:22 Unexpected "{"
Line 23:6 Unexpected "{"
Line 23:15 Expected ":"
Line 28:6 Unexpected "{"
Line 28:15 Expected ":"
Line 36:6 Unexpected "{"
Line 36:15 Expected ":"
Line 43:6 Unexpected "{"
... and 132 more hidden warnings

**/


/* CSS from section stylesheet tags */
#cmp-{{ section.id }} {
  padding: 60px 0;
}

#cmp-{{ section.id }} .cmp-wrap {
  max-width: 980px;
  margin: 0 auto;
}

#cmp-{{ section.id }} h2 {
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 40px;
}

/* Table wrapper for green column background */
#cmp-{{ section.id }} .table-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 12px; /* ensures background matches rounded corners */
}

/* Green column background as one element */
#cmp-{{ section.id }} .table-wrapper::before {
  content: "";
  position: absolute;
  top: 0; bottom: 0;
  left: 33.5%;        /* adjust to match exact brand column width */
  width: 33%;         /* middle column span */
  background: #b9cf84;
  border-radius: 12px;
  z-index: 0; /* sits behind table cells & lines */
}

#cmp-{{ section.id }} table {
  width: 100%;
  border-collapse: collapse;
  position: relative;
  z-index: 1; /* ensures borders sit above green bg */
}

#cmp-{{ section.id }} th,
#cmp-{{ section.id }} td {
  border-bottom: 1px solid #000;
  padding: 14px 16px;
  font-size: 15px;
  vertical-align: middle;
  position: relative;
  z-index: 2; /* keep text/icons above green background */
}

/* Center headers */
#cmp-{{ section.id }} th {
  text-align: center;
  font-weight: 700;
}

/* Left column text */
#cmp-{{ section.id }} td:first-child {
  text-align: left;
}

/* Middle + right column cells centered */
#cmp-{{ section.id }} td:nth-child(2),
#cmp-{{ section.id }} td:nth-child(3) {
  text-align: center;
}

/* Brand logo */
#cmp-{{ section.id }} th:nth-child(2) img {
  max-height: 40px;
  display: block;
  margin: 0 auto;
}

/* Check/cross */
#cmp-{{ section.id }} .check {
  color: #2e7d32;
  font-size: 18px;
}
#cmp-{{ section.id }} .cross {
  color: #c62828;
  font-size: 18px;
}

/* Remove last row border */
#cmp-{{ section.id }} tr:last-child td {
  border-bottom: none;
}
#hero-section-{{ section.id }} {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* Desktop background */
#hero-section-{{ section.id }} .hero-background-desktop {
  width: 100%;
  height: 600px;
  background-size: cover;
  background-position: center;
  position: relative;
  display: block;
}

/* Mobile background */
#hero-section-{{ section.id }} .hero-background-mobile {
  width: 100%;
  height: 500px;
  background-size: cover;
  background-position: center;
  position: relative;
  display: none;
}

#hero-section-{{ section.id }} .hero-content-desktop {
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translateY(-50%);
  max-width: 520px;
  color: #fff;
  z-index: 2;
}

#hero-section-{{ section.id }} .hero-stars {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 10px;
  font-size: {{ section.settings.star_size | default: 18 }}px;
}
#hero-section-{{ section.id }} .hero-stars .stars {
  color: #f9b233;
  font-size: {{ section.settings.star_size | default: 20 }}px;
}

#hero-section-{{ section.id }} h2 {
  font-size: {{ section.settings.h2_size | default: 36 }}px;
  font-weight: 700;
  margin-bottom: 8px;
  line-height: 1.2;
}
#hero-section-{{ section.id }} h3 {
  font-size: {{ section.settings.h3_size | default: 20 }}px;
  font-weight: 600;
  margin-bottom: 12px;
}
#hero-section-{{ section.id }} p {
  font-size: {{ section.settings.p_size | default: 15 }}px;
  line-height: 1.6;
  margin-bottom: 20px;
}

#hero-section-{{ section.id }} .hero-btn {
  display: inline-block;
  background: #4CAF50;
  color: #fff;
  padding: 14px 40px;
  font-weight: 600;
  font-size: {{ section.settings.btn_size | default: 16 }}px;
  border-radius: 6px;
  text-decoration: none;
  transition: 0.3s ease;
}
#hero-section-{{ section.id }} .hero-btn:hover {
  background: #3d8c42;
}

#hero-section-{{ section.id }} .hero-content-mobile {
  padding: 20px;
  text-align: center;
  background: #fff;
  color: #111;
  display: none;
}

/* Responsive */
@media(max-width: 768px){
  #hero-section-{{ section.id }} .hero-background-desktop {
    display: none;
  }
  #hero-section-{{ section.id }} .hero-background-mobile {
    display: block;
  }
  #hero-section-{{ section.id }} .hero-content-desktop {
    display: none;
  }
  #hero-section-{{ section.id }} .hero-content-mobile {
    display: block;
  }
  #hero-section-{{ section.id }} .hero-content-mobile .hero-stars {
    font-size: 14px;
  }
}
#selluxe-testimonials-{{ section.id }} {
  padding: 60px 0 40px;
}
#selluxe-testimonials-{{ section.id }} .inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 16px;
  text-align: center;
}

/* Title + subtext */
#selluxe-testimonials-{{ section.id }} .heading {
  font-size: {{ section.settings.title_size | default: 28 }}px;
  font-weight: 700;
  margin: 0 0 6px;
}
#selluxe-testimonials-{{ section.id }} .subtext {
  font-size: {{ section.settings.subtext_size | default: 16 }}px;
  color: #555;
  margin: 0 0 28px;
}

/* Layout row with arrows + swiper */
#selluxe-testimonials-{{ section.id }} .slider-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

/* Swiper itself */
#selluxe-testimonials-{{ section.id }} .swiper {
  flex: 1;
}

/* Testimonial card */
#selluxe-testimonials-{{ section.id }} .testimonial-card {
  background: #f7f7f7;
  border-radius: 8px;
  padding: 28px;
  text-align: left;
  box-shadow: none;
  height: 100%;
  display: flex;
  flex-direction: column;
}
#selluxe-testimonials-{{ section.id }} .stars {
  color: #f4b23e;
  font-size: 18px;
  margin-bottom: 10px;
}
#selluxe-testimonials-{{ section.id }} .headline {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 12px;
}
#selluxe-testimonials-{{ section.id }} .text {
  font-style: italic;
  font-size: 14px;
  color: #333;
  line-height: 1.6;
  margin-bottom: 16px;
  flex-grow: 1;
}
#selluxe-testimonials-{{ section.id }} .name {
  font-weight: 700;
  font-size: 14px;
}

/* Custom arrow buttons (text only) */
#selluxe-testimonials-{{ section.id }} .arrow-btn {
  font-size: 20px;
  color: #333;
  cursor: pointer;
  user-select: none;
}
#selluxe-testimonials-{{ section.id }} .arrow-btn:hover {
  color: #111;
}

/* Hide arrows on mobile */
@media (max-width: 767px) {
  #selluxe-testimonials-{{ section.id }} .arrow-btn {
    display: none;
  }
}

/* Unique pagination for testimonials */
#selluxe-testimonials-{{ section.id }} .testimonial-pagination-{{ section.id }} {
  margin-top: 30px;     /* moves dots further down */
  position: relative;   /* ensures it's below the slides */
}
#selluxe-testimonials-{{ section.id }} .testimonial-pagination-{{ section.id }} .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #bdbdbd !important;
  opacity: 1 !important;
  margin: 0 4px !important;
}
#selluxe-testimonials-{{ section.id }} .testimonial-pagination-{{ section.id }} .swiper-pagination-bullet-active {
  background: #111 !important;
}