/** Shopify CDN: Minification failed

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

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:comparion-table (INDEX:1) */
.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: 10px;
    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: 20px 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;}
  }
/* END_SECTION:comparion-table */

/* START_SECTION:hotspot (INDEX:5) */
.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;
  }
  .image-hotspot-section {
    padding: 20px 20px;
    text-align: center;
}
}
/* END_SECTION:hotspot */

/* START_SECTION:icon-feature-row (INDEX:6) */
.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;
}
/* END_SECTION:icon-feature-row */

/* START_SECTION:shower-water-info (INDEX:8) */
.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;
  }
}
/* END_SECTION:shower-water-info */

/* START_SECTION:comparison-for-beard-oil (INDEX:22) */
.comparison-section {
    background-color: rgb(var(--color-background));
    color: rgb(var(--color-foreground));
    padding-top: var(--padding-top, 80px);
    padding-bottom: var(--padding-bottom, 80px);
  }

  .comparison-section__inner {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
.comparison-table__row--head .comparison-table__cell--label {
    display: block;
}
  .comparison-section__header {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 12px;
    max-width: 640px;
    margin: 0 auto;
  }

  .comparison-section__heading {
    margin: 0;
    font-family: var(--font-heading-family);
    font-size: clamp(2.8rem, 4vw, 4rem);
    font-weight: 800;
  }

  .comparison-section__subheading {
    margin: 0;
    font-size: 1.6rem;
    opacity: 0.6;
  }

  .comparison-table {
    border: 1px solid rgba(var(--color-foreground), 0.12);
    border-radius: 12px;
    overflow: hidden;
    width:700px;
  }

  .comparison-table__row {
    display: grid;
    grid-template-columns: 1.6fr 1fr 1fr;
    align-items: center;
    border-bottom: 1px solid rgba(var(--color-foreground), 0.1);
  }

  .comparison-table__row:last-child {
    border-bottom: none;
  }

  .comparison-table__row--head {
    background: rgb(var(--color-foreground));
    border-bottom: none;
  }

  .comparison-table__cell {
    padding: 20px 24px;
    font-size: 1.6rem;
    text-align: center;
  }

  .comparison-table__cell--label {
    text-align: left;
    opacity: 1;
    font-family: 'Inter';
    font-weight: 600;
    letter-spacing: -0.5px;
}

  .comparison-table__row--head .comparison-table__cell {
    color: rgb(var(--color-background));
    font-weight: 700;
  }

  .comparison-table__row--head .comparison-table__cell--label {
    background: transparent;
  }

  .comparison-table__cell--strong {
    font-weight: 700;
  }

  .comparison-table__cell--muted {
    opacity: 0.55;
  }

  @media screen and (max-width: 749px) {
    .comparison-table__row {
      grid-template-columns: 1.2fr 1fr 1fr;
    }

    .comparison-table__cell {
      padding: 14px 12px;
      font-size: 1.3rem;
    }
  }
/* END_SECTION:comparison-for-beard-oil */

/* START_SECTION:custom-layout (INDEX:26) */
.custom-group {
    position: relative;
    display: flex;
    gap: var(--group-gap, 20px);
    border-radius: var(--group-corner-radius, 0px);
    padding: var(--group-padding-top, 0px) var(--group-padding-right, 0px) var(--group-padding-bottom, 0px)
      var(--group-padding-left, 0px);
    background-size: cover;
    background-position: center;
    overflow: hidden;
  }

  .custom-group--vertical {
    flex-direction: column;
  }

  .custom-group--horizontal {
    flex-direction: row;
  }

  .custom-group--width-fit {
    width: fit-content;
  }

  .custom-group--width-fill {
    width: 100%;
  }

  .custom-group--width-custom {
    width: var(--group-custom-width, 100%);
  }

  .custom-group--height-fit {
    height: fit-content;
  }

  .custom-group--height-fill {
    height: 100%;
  }

  .custom-group--bordered {
    border: 1px solid rgba(var(--color-foreground), 0.15);
  }

  .custom-group__bg-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
  }

  .custom-group__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.35);
    pointer-events: none;
    z-index: 1;
  }

  .custom-group__content {
    position: relative;
    z-index: 2;
    display: flex;
    flex: 1;
    flex-direction: inherit;
    gap: inherit;
    justify-content: var(--group-justify, flex-start);
    align-items: var(--group-position, flex-start);
    text-align: var(--group-justify, left);
    width: 100%;
  }

  .custom-group__link-overlay {
    position: absolute;
    inset: 0;
    z-index: 3;
  }

  @media screen and (max-width: 749px) {
    .custom-group--mobile-width-fit {
      width: fit-content;
    }

    .custom-group--mobile-width-fill {
      width: 100%;
    }

    .custom-group--mobile-width-custom {
      width: var(--group-custom-width, 100%);
    }
  }
/* END_SECTION:custom-layout */

/* START_SECTION:custom-section (INDEX:28) */
.custom-section {
    position: relative;
    background-color: rgb(var(--color-background));
    color: rgb(var(--color-foreground));
    padding-top: var(--padding-top, 48px);
    padding-bottom: var(--padding-bottom, 48px);
    border-radius: var(--corner-radius, 0px);
    background-size: cover;
    background-position: center;
    overflow: hidden;
    display: flex;
  }

  .custom-section--bordered {
    border: 1px solid rgba(var(--color-foreground), 0.15);
  }

  .custom-section--height-small {
    min-height: 320px;
  }

  .custom-section--height-medium {
    min-height: 480px;
  }

  .custom-section--height-large {
    min-height: 640px;
  }

  .custom-section--height-screen {
    min-height: 100vh;
  }

  .custom-section__bg-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
  }

  .custom-section__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.35);
    pointer-events: none;
    z-index: 1;
  }

  .custom-section__inner {
    position: relative;
    z-index: 2;
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: var(--gap, 24px);
    justify-content: var(--position, center);
    align-items: var(--justify, center);
    text-align: var(--justify, center);
    width: 100%;
    margin-inline: auto;
  }

  .custom-section--horizontal .custom-section__inner {
    flex-direction: row;
  }

  @media screen and (max-width: 749px) {
    .custom-section--horizontal .custom-section__inner {
      flex-direction: column;
    }
  }
/* END_SECTION:custom-section */

/* START_SECTION:shipping (INDEX:73) */
.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;
}
/* END_SECTION:shipping */

/* START_SECTION:slide-with-before-after (INDEX:79) */
.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;
}
/* END_SECTION:slide-with-before-after */

/* START_SECTION:slider (INDEX:80) */
.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;
  }
/* END_SECTION:slider */

/* START_SECTION:testimonial-block (INDEX:84) */
.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(https://cdn.shopify.com/s/files/1/0022/0718/7001/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%;
  }
}
/* END_SECTION:testimonial-block */

/* CSS from block stylesheet tags */
/* START_BLOCK:custom-button (INDEX:89) */
.custom-button-block {
    display: inline-block;
    white-space: nowrap;
  }
/* END_BLOCK:custom-button */

/* START_BLOCK:custom_button (INDEX:90) */
.custom-button-block {
    display: inline-block;
    white-space: nowrap;
  }
/* END_BLOCK:custom_button */

/* START_BLOCK:custom_group (INDEX:91) */
.custom-group {
    position: relative;
    display: flex;
    gap: var(--group-gap, 20px);
    border-radius: var(--group-corner-radius, 0px);
    padding: var(--group-padding-top, 0px) var(--group-padding-right, 0px) var(--group-padding-bottom, 0px)
      var(--group-padding-left, 0px);
    background-size: cover;
    background-position: center;
    overflow: hidden;
  }

  .custom-group--vertical {
    flex-direction: column;
  }

  .custom-group--horizontal {
    flex-direction: row;
  }

  .custom-group--width-fit {
    width: fit-content;
  }

  .custom-group--width-fill {
    width: 100%;
  }

  .custom-group--width-custom {
    width: var(--group-custom-width, 100%);
  }

  .custom-group--height-fit {
    height: fit-content;
  }

  .custom-group--height-fill {
    height: 100%;
  }

  .custom-group--bordered {
    border: 1px solid rgba(var(--color-foreground), 0.15);
  }

  .custom-group__bg-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
  }

  .custom-group__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.35);
    pointer-events: none;
    z-index: 1;
  }

  .custom-group__content {
    position: relative;
    z-index: 2;
    display: flex;
    flex: 1;
    flex-direction: inherit;
    gap: inherit;
    justify-content: var(--group-justify, flex-start);
    align-items: var(--group-position, flex-start);
    text-align: var(--group-justify, left);
    width: 100%;
  }

  .custom-group__link-overlay {
    position: absolute;
    inset: 0;
    z-index: 3;
  }

  @media screen and (max-width: 749px) {
    .custom-group--mobile-width-fit {
      width: fit-content;
    }

    .custom-group--mobile-width-fill {
      width: 100%;
    }

    .custom-group--mobile-width-custom {
      width: var(--group-custom-width, 100%);
    }
  }
/* END_BLOCK:custom_group */

/* START_BLOCK:custom_heading (INDEX:92) */
.custom-heading-block {
    margin: 0;
    font-family: var(--font-heading-family);
    font-weight: 700;
    line-height: 1.1;
  }

  .custom-heading-block--small {
    font-size: clamp(1.8rem, 2.5vw, 2.4rem);
  }

  .custom-heading-block--medium {
    font-size: clamp(2.4rem, 3.5vw, 3.4rem);
  }

  .custom-heading-block--large {
    font-size: clamp(3.2rem, 5vw, 4.8rem);
  }
/* END_BLOCK:custom_heading */

/* START_BLOCK:custom_image (INDEX:93) */
.custom-image-block {
    width: 100%;
  }

  .custom-image-block--width-fit {
    width: fit-content;
  }

  .custom-image-block--width-fill {
    width: 100%;
  }

  .custom-image-block--width-custom {
    width: var(--custom-width, 100%);
  }

  .custom-image-block__img,
  .custom-image-block__placeholder {
    display: block;
    width: 100%;
    height: auto;
    border-radius: var(--radius, 0px);
  }

  .custom-image-block__link {
    display: block;
  }
/* END_BLOCK:custom_image */

/* START_BLOCK:custom_paragraph (INDEX:94) */
.custom-paragraph-block {
    line-height: 1.6;
    opacity: 0.8;
  }

  .custom-paragraph-block--small {
    font-size: 1.3rem;
  }

  .custom-paragraph-block--medium {
    font-size: 1.5rem;
  }

  .custom-paragraph-block--large {
    font-size: 1.8rem;
  }
/* END_BLOCK:custom_paragraph */