/** Shopify CDN: Minification failed

Line 184:14 Expected identifier but found whitespace
Line 184:16 Unexpected "{"
Line 184:25 Expected ":"
Line 184:51 Expected ":"
Line 185:17 Expected identifier but found whitespace
Line 185:19 Unexpected "{"
Line 185:28 Expected ":"
Line 185:57 Expected ":"
Line 219:19 Expected identifier but found whitespace
Line 219:21 Unexpected "{"
... and 1 more hidden warnings

**/


/* CSS from section stylesheet tags */
.comparison-section {
  padding: 80px 1rem;
  text-align: center;
}
.comparison-section h2 {
  color: #ffffff;
  margin-bottom: 2rem;
  font-size: 2rem;
}
.comparison-table {
  margin: 0 auto;
  border-collapse: collapse;
  border-radius: 12px;
  overflow: hidden;
  width:650px;
}
.comparison-table th, .comparison-table td {
  border: 1px solid #000;
  padding: 1rem 2rem;
  text-align: left;
 color: #000;
font-family: Montserrat;
font-size: 15.25px;
font-style: normal;
font-weight: 500;
line-height: 20px; /* 131.148% */
letter-spacing: -0.5px;
  background:#fff;
}
 .comparison-table th {
    background-color: #f6f6f6;
    color: #000;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: -0.5px;
}
.check {
  color: #4cafaf;
  font-size: 1.4rem;
}
.cross {
  color: #f1654c;
  font-size: 1.4rem;
}
  table.comparison-table th:first-child {
    background: #000;
    border: 1px solid #000 !important;
}
 th:nth-child(2) {
    border-radius: 10px 0 0;
    border: none;
}
table.comparison-table th:nth-child(3) {
    border-radius: 0 20px 0 0;
    border: none;
    border-left: 1px solid #000 !important;
}
  .comparison-table tr:nth-child(1) td:nth-child(1) {
    border-radius: 20px 0 0 0;
}
  @media only screen and (max-width: 600px) {
    .comparison-table {
  width:100%;
}
    .table-wrapper{overflow-x: auto;}
  }
.image-hotspot-section {
  padding: 40px 20px;
  text-align: center;
}

.image-hotspot-section h2 {
  font-size: 32px;
  margin-bottom: 30px;
}

.hotspot-wrapper {
  position: relative;
  max-width: 650px;
  margin: 0 auto;
  width: 100%;
}

.hotspot-main-image {
  width: 100%;
  height: auto;
  border-radius: 8px;
  display: block;
}

.hotspot {
  position: absolute;
  transform: translate(-50%, -50%);
  cursor: pointer;
  z-index: 2;
}

.hotspot-icon {
  width: 26px;
  height: 26px;
  background-color: #00AEEF;
  border-radius: 50%;
  color: white;
  font-size: 18px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.hotspot-popup {
  display: none;
  position: absolute;
  top: 35px;
  left: 50%;
  transform: translateX(-50%);
  background: white;
  padding: 12px;
  width: 220px;
  border: 1px solid #ccc;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  z-index: 99;
}

.hotspot-popup img {
  width: 100%;
  margin-bottom: 8px;
}

.hotspot-popup strong {
  display: block;
  margin-bottom: 5px;
}

.hotspot-popup p {
  font-size: 13px;
  margin: 0;
}

/* Responsive */
@media screen and (max-width: 768px) {
  .image-hotspot-section h2 {
    font-size: 22px;
  }

  .hotspot-icon {
    width: 22px;
    height: 22px;
    font-size: 16px;
    line-height: 22px;
  }

  .hotspot-popup {
    width: 200px;
    padding: 10px;
    font-size: 14px;
    letter-spacing: -0.5px;
  }
}
.icon-feature-section {
  padding-top: {{ section.settings.padding_top }}px;
  padding-bottom: {{ section.settings.padding_bottom }}px;
}

.icon-feature-section .icon-feature-row {
  display: flex;
  flex-wrap: wrap;
justify-content: space-evenly;
  gap: 20px;
  text-align: center;
  padding:40px 0;
}

.icon-feature-section .icon-box {
  border-radius: 12px;
  box-shadow: 0 1px 5px rgba(0,0,0,0.05);
  padding: 10px 20px;
  flex: 1 1 250px;
  max-width: 360px;
  transition: all 0.3s ease;
}

.icon-feature-section .icon-box img {
  width: 80px;
  height: 80px;
  margin-bottom: 0px;
  object-fit: contain;
}

.icon-feature-section .icon-box p {
  font-size: 16px;
  font-weight: 500;
  color: #222;
}
.icon-features-section {
  background-color: {{ section.settings.background_color }};
  padding: 40px 0;
  text-align: center;
}
.icon-features-wrapper {
    display: flex
;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 40px;
    padding: 40px;
}
.icon-feature-item {
  display: flex;
  align-items: center;
  gap: 10px;
}
.icon-feature-item img {
  width: 40px;
  height: 40px;
}
.icon-feature-text {
  font-size: 16px;
  font-weight: 500;
  color: #000;
}
.shower-section {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 3rem 0;
}
.shower-image {
  flex: 1 1 50%;
  max-width: 750px;
  padding: 1rem;
}
.shower-image img {
  width: 100%;
  height: auto;
  border-radius: 12px;
}
.shower-content {
  flex: 1 1 50%;
  padding: 1rem 2rem;
  max-width: 550px;
}
.shower-content h2 {
  font-size: 2rem;
  margin-bottom: 1rem;
}
.shower-content p {
  font-size: 1rem;
  margin-bottom: 1rem;
  line-height: 1.6;
  color: #444;
}
@media screen and (max-width: 768px) {
  .shower-section {
    flex-direction: column;
  }
  .shower-content {
    text-align: center;
  }
}
.beer-slider {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  margin-bottom: 2rem;
  max-width: 100%;
}
.beer-slider img {
  display: block;
  width: 100%;
  height: auto;
}
.beer-handle {
  width: 4px;
  background: #fff;
  border-radius: 2px;
}
.stat-wrapper {
  display: flex;
  justify-content: center;
  gap: 3rem;
  margin-top: 1.5rem;
}
.stat {
  text-align: center;
}
.stat strong {
  font-size: 2rem;
}
.testimonial-section {
    background-color: #000;
    padding: 60px 20px;
    text-align: center;
    color: white;
  }
  .testimonial-section h2 {
    font-size: 36px;
    margin-bottom: 10px;
    Color:#fff;
    text-transform: Uppercase;
  }
  .testimonial-section p {
    font-size: 18px;
    margin-bottom: 40px;
  }
  .testimonial-card {
    background: white;
    border-radius: 25px;
    overflow: hidden;
    color: black;
    padding-bottom: 10px;
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  .testimonial-card img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
  .testimonial-card-content {
    padding: 15px;
    text-align: left;
    font-size: 14px;
  }
  .instagram-btn {
    background-color: #09A6C9;
    color: white;
    padding: 12px 24px;
    border-radius: 30px;
    margin-top: 30px;
    display: inline-block;
    font-weight: 400;
    text-decoration: none;
     text-transform: Uppercase;
  }
.testimonial-slider-section {
  background: #f6f6f6;
  text-align: center;
  padding: 60px 20px;
}
.testimonial-slider-section h2 {
  font-size: 32px;
  margin-bottom: 40px;
  font-weight: 500;
}
.testimonial-slide {
  max-width: 600px;
  margin: 0 auto;
}
.testimonial-quote {
  font-size: 18px;
  font-style: italic;
  margin-bottom: 20px;
  position: relative;
}
/*.testimonial-quote::before {
  content: url(/cdn/shop/files/double_quote.svg?v=1747758489);
  font-size: 40px;
  color: #000;
  position: absolute;
  left: -20px;
  top: -10px;
}
  */
  .testimonial-quote p{
    color: #222323;
text-align: center;
font-family: Montserrat;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 28px; /* 155.556% */
letter-spacing: -0.5px;
    width: 500px;
    margin: 0 auto;
  }
.testimonial-image {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
  margin: 20px auto 10px;
}
.testimonial-name {
  font-weight: 500;
}
.testimonial-slider-wrapper {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  gap: 40px;
  scroll-padding: 20px;
  padding-bottom: 10px;
}
  .quote-icon img {
    width: 55px;
}
.testimonial-slide {
  flex: 0 0 100%;
  scroll-snap-align: center;
}
@media screen and (min-width: 768px) {
  .testimonial-slide {
    flex: 0 0 50%;
  }
}