/** Shopify CDN: Minification failed

Line 212:8 Expected identifier but found whitespace
Line 212:10 Expected identifier but found "%"
Line 212:46 Unexpected "{"
Line 212:47 Unexpected "{"
Line 212:56 Expected ":"
Line 212:80 Unexpected "{"
Line 212:81 Expected identifier but found "%"
Line 212:91 Unexpected "#2E204D"
Line 212:100 Expected identifier but found "%"
Line 244:7 Expected ":"

**/
/* BREWERY HERO WRAPPER */
.brewery-hero-wrapper {
  position: relative;
  width: 100%;
  height: 450px;
  background-color: #000; /* fallback */
}

.brewery-hero-wrapper picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* TEXT BLOCK STYLING */
.brewery-hero-content {
  position: absolute;
  top: 50%;
  padding: 20px;
  z-index: 2;
  color: white;
  max-width: 700px;
}

/* Desktop Alignment Overrides */
.brewery-hero-content.left {
  left: 5%;
  right: auto;
  transform: translateY(-50%);
  text-align: left;
}

.brewery-hero-content.center {
  left: 50%;
  right: auto;
  transform: translate(-50%, -50%);
  text-align: center;
}

.brewery-hero-content.right {
  right: 5%;
  left: auto;
  transform: translateY(-50%);
  text-align: right;
}

/* HEADLINE */
.brewery-hero-content h1 {
  font-family: BioRhyme, serif;
  font-weight: 800;
  font-size: 48px;
  line-height: 1.2;
  margin: 0 0 20px;
  color: #fff;
}

/* SUBTEXT */
.brewery-hero-content p {
  font-family: Chivo, sans-serif;
  font-size: 20px !important;
  line-height: 32px;
  letter-spacing: -0.64px;
  margin: 0 0 20px;
  color: #fff;
}

/* CTA BUTTON */
.brewery-hero-content a,
.btn-hero {
  background: #FEC967;
  color: #2E204D;
  padding: 15px 40px;
  border-radius: 60px;
  font-weight: 700;
  font-family: Chivo, sans-serif;
  text-decoration: none;
  display: inline-block;
  line-height: 22px;
  transition: all 0.3s ease;
}

.brewery-hero-content a:hover,
.btn-hero:hover {
  background-color: #2E204D;
  color: #FFFFFF;
}

/* MOBILE RESPONSIVE OVERRIDES */
@media screen and (max-width: 768px) {
  .brewery-hero-wrapper {
    height: 560px;
  }

  .brewery-hero-content {
    padding: 0 16px;
    top: auto;
    bottom: 40px;
    width: 100%;
    left: 0 !important;
    right: 0 !important;
    transform: none !important;
    text-align: center !important;
  }

  .brewery-hero-content h1 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 18px;
  }

  .brewery-hero-content p {
    font-size: 16px !important;
    line-height: 24px;
    margin-bottom: 10px;
  }

  .brewery-hero-content a {
    padding: 12px 24px;
    font-size: 14px;
    width: 100%;
  }
}

.brewery-icons-wrapper {
  background: #ffffff;
  padding: 0;
  position: relative;
  z-index: 1;
}

.brewery-icons-wrapper .ftop_blk {
  padding-top: 16px !important;
  padding-bottom: 10px !important;
  text-align: center;
}

.brewery-icons-wrapper .ftop_blk h5 {
  font-family: 'Chivo', sans-serif !important;
  font-weight: 700;
  margin: 0 0 5px;
  padding: 0;
  line-height: 1;
  text-align: left;
}

.brewery-icons-wrapper .svg_icon {
  margin: 0;
  padding: 0;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .brewery-products-intro {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}



.section-spaced {
  padding-top: 3rem;
  padding-bottom: 3rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.intro-heading {
  margin-bottom: 1.5rem;
}

.sw-popular-products-wrapper {
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
}

#content .sw-popular-products h2 {
  font-family: "BioRhyme", serif;
  font-size: 40px;
  font-weight: 800;
  margin: 20px 0 48px;
  text-align: center;
}

  #content .sw-popular-products-wrapper-v1 .owl-carousel .owl-stage {
    display: flex;
    justify-content: center;
  }

  #content .sw-popular-products-wrapper-v1 .owl-carousel .owl-item {
    display: flex;
    justify-content: center;
  }

#content .sw-popular-products-wrapper-v1 .sw-pp-slider-item h3 {
  background-color: transparent;
  color: {% if section.settings.text_color %} {{ section.settings.text_color }} {% else %} #2E204D {% endif %};
  font-size: 20px;
  font-family: "Chivo", sans-serif;
  line-height: 24px;
  text-align: center;
  display: flex;
  flex: 1 0 auto;
  padding: 24px 20px 0;
  flex-direction: column;
  font-weight: 800;
}

#content .sw-popular-products-wrapper-v1 .sw-pp-slider-item a {
  background-color: #2E204D;
  color: rgb(255, 255, 255);
  width: calc(100% - 56px);
  margin-top: 48px;
}

  #content .sw-popular-products-wrapper-v1 .sw-pp-slider-item {
    background: #F3F3F4;
    padding: 40px 20px; /* was 60px — tighten for balance */
    max-width: 327px;
    margin: 0 auto 15px;
  }

.sw-pp-slider-item-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  width
}

#content .sw-popular-products-wrapper-v1 .sw-pp-slider-item img {
  height: 182px;
  width: 182px;
  border-radius: 50%;
  object-fit: cover;
}

#content .sw-popular-products-wrapper-v1 p {
  font-size: clamp(16px, 3vw, 20px);
  margin: 24px auto 0;
  max-width: 70ch;
  font-weight: bold;
}

.sw-popular-products-wrapper-v1 .owl-carousel .owl-stage-outer {
  position: relative;
}

.sw-popular-products-wrapper-v1 .owl-controls .owl-nav {
  position: initial;
}

.sw-popular-products-wrapper-v1 .owl-controls .owl-nav [class*="owl-"] {
  background-color: #2E204D;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.sw-popular-products-wrapper-v1 .owl-nav .owl-prev {
  left: -50px;
}

.sw-popular-products-wrapper-v1 .owl-nav .owl-next {
  right: -50px;
}

.sw-popular-products-wrapper-v1 .owl-nav .owl-prev, .sw-popular-products-wrapper-v1 .owl-nav .owl-next {
  background-color: #2E204D;
  color: #fff;
  position: absolute;
}

.sw-popular-products-wrapper-v1 .owl-prev {
  right: -25px;
}

.sw-popular-products-wrapper-v1 .owl-prev {
  left: -25px;
}

@media (max-width: 768px) {
  #content .sw-popular-products h2 {
    font-size: 32px;
    margin-bottom: 32px;
  }
  #content .sw-popular-products-wrapper-v1 .sw-pp-slider-item h3 {
    font-size: 24px;
  }
  #content .sw-popular-products-wrapper-v1 .sw-pp-slider-item {
    background: #F3F3F4;
    padding: 40px 60px;
    max-width: 327px;
    margin: 0 auto 15px;
  }
  .sw-popular-products-wrapper-v1 .owl-item {
    display: flex;
    justify-content: center;
  }
  .sw-popular-products-wrapper-v1 .owl-controls {
    margin-top: 0;
  }
  .sw-popular-products-wrapper-v1 .owl-theme .owl-dots .owl-dot span {
    background-color: transparent;
    border: 1px solid rgba(46, 32, 77, 0.5);
    height: 14px;
    width: 14px;
  }
  .sw-popular-products-wrapper-v1 .owl-theme .owl-dots .owl-dot.active span, .sw-popular-products-wrapper-v1 .owl-theme .owl-dots .owl-dot:hover span {
    background-color: #2E204D;
  }
  #content .sw-popular-products-wrapper-v1 .sw-pp-slider-item a {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
}

.brewery-feature-labels-wrapper {
  background-color: #f5f5f5; /* Light grey full-width background */
  padding: 5rem 5rem; /* Vertical spacing */
  margin-top: 70px;
}

.brewery-feature-labels {
  background-color: #f5f5f5; /* Or another light grey you prefer */
  padding: 2rem 0; /* Optional: adds vertical spacing inside the section */
}
.video-responsive {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.video-responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .video-wrapper {
    padding-bottom: 24px;
  }
  .brewery-feature-labels p {
    padding-bottom: 24px;}
}

.brewery-feature-labels p {
line-height: 2.5rem !important;
}

.brewery-feature-labels h2 {
  font-weight: 700;
  font-size: 2rem;
  text-align: left !important;
  padding-bottom: 25px;
}

.brewery-feature-labels h3 {
  font-weight: 700;
  font-size: 2rem;
  padding-top: 25px;
  padding-bottom: 25px;
}

.brewery-feature-labels .btn {
  background-color: #6a2c8e;
  color: white;
  font-weight: bold;
  border-radius: 30px;
  padding: 0.75rem 2rem;
  border: none;
  outline: none;
  box-shadow: none;
  transition: background-color 0.3s ease;
}

.brewery-feature-labels .btn:hover,
.brewery-feature-labels .btn:focus {
  background-color: #2e204d;
  color: white;
  outline: none;
  box-shadow: none;
}

.brewery-feature-labels .trusted-logos .logo-row img {
  max-height: 60px;
  margin: 0 1rem;
  object-fit: contain;
}

.brewery-feature-labels .feature-bullets {
  list-style: none;
  padding-left: 1.25rem;
    padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
}

.brewery-feature-labels .feature-bullets li {
  font-size: 1.5rem; /* Same size as body copy, usually 18px */
  line-height: 1.6;
  position: relative;
  padding-left: 1.75rem;
  margin-bottom: 0.5rem;
}

.brewery-feature-labels .feature-bullets li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0.25rem;
  color: #000; /* Or use your theme color like #2f1f4d */
  font-size: 1.2em;
  line-height: 1;
}

.brewery-logo-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center; /* <-- Add this line to vertically align items */
  gap: 10rem;
  padding: 2rem 1rem;
}

.brewery-logo-grid img {
  max-width: 200px;
  max-height: 100px;
  height: auto;
  width: auto;
  object-fit: contain;
  display: block;
}

@media screen and (max-width: 768px) {
  .brewery-logo-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem 1rem;
    padding: 2rem 1rem;
    place-items: center; /* This centers both horizontally and vertically */
  }

  .brewery-logo-grid img {
    justify-self: center;
    max-width: 160px; /* Optional: slightly smaller logos for mobile */
    height: auto;
  }

  .brewery-logo-grid img:nth-child(5) {
    grid-column: 1 / -1; /* Span both columns */
  }
}

.brewery-logo-grid.secondary-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10rem;
  margin-top: 3rem;
}

.brewery-logo-grid.secondary-row img {
  max-width: 200px;
  max-height: 100px;
  height: auto;
  width: auto;
  object-fit: contain;
  display: block;
}

@media screen and (max-width: 768px) {
  .brewery-logo-grid.secondary-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem 1rem;
    place-items: center;
    margin-top: 2rem;
  }

  .brewery-logo-grid.secondary-row img {
    max-width: 160px;
    height: auto;
    justify-self: center;
  }
}


.brewery-hero-subtext {
  font-family: Chivo, sans-serif;
  font-size: 25px !important;
  line-height: 32px;
  letter-spacing: -0.64px;
  color: white;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .brewery-hero-subtext {
    font-size: 16px !important;
    line-height: 24px !important;
    letter-spacing: -0.64px !important; /* or whatever value you want */
  }
}
.brewery-resources-wrapper {
  background-color: #f3f3f4;
  padding: 30px 0;
}

.brewery-resources-wrapper h2 {
  font-family: 'BioRhyme', serif;
  font-weight: 800 !important;
  font-size: 40px !important;
  color: #2F1F4D;
  text-align: center;
  margin-bottom: 30px;
}

.resources-slider {
  position: relative;
  padding-top: 30px;
  max-width: 900px;
  margin: 0 auto;
}

.resources-slider .owl-stage {
  display: flex;
  justify-content: center;
}

.resources-slider .owl-item {
  display: flex;
  justify-content: center;
}

.resources-slider .resource-card {
  background-color: transparent;
  border-radius: 0px;
  overflow: hidden;
  text-align: center;
  max-width: 400px;
  transition: transform 0.3s ease;
  width: 100%;
}

.resources-slider .resource-card:hover {
  transform: translateY(-5px);
}

.resources-slider .resource-card img {
  width: 100%;
  max-height: 250px;
  object-fit: cover;
  display: block;
}

.resources-slider .resource-card h4,
.resources-slider .resource-card .resource-card-title {
  font-family: 'Chivo', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #2E204D;
  margin: 12px 0 0;
  line-height: 1.4;
  background-color: transparent;
}

/* Hide dots */
.resources-slider.owl-carousel .owl-dots {
  display: none !important;
}

/* Nav buttons */
.resources-slider .owl-nav {
  position: absolute;
  top: -50px;
  right: 0;
  display: flex;
  gap: 10px;
}

.resources-slider .owl-nav button.owl-prev,
.resources-slider .owl-nav button.owl-next {
  background-color: #ffffff !important;
  border: none !important;
  border-radius: 50% !important;
  width: 40px !important;
  height: 40px !important;
  font-size: 18px !important;
  color: #2E204D !important;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  cursor: pointer !important;
  padding: 0 !important;
  z-index: 10 !important;
}

.resources-slider .owl-nav button:hover {
  background-color: #2E204D !important;
  color: #ffffff !important;
}

@media screen and (max-width: 768px) {
  .brewery-resources-wrapper h2 {
    font-size: 28px !important;
    line-height: 1.2 !important;
    margin-bottom: 20px;
  }

  .resources-slider {
    padding: 20px 16px 0;
  }

  .resources-slider .resource-card {
    padding: 0 8px;
    margin: 0 auto;
  }

  .resources-slider .resource-card img {
    padding-top: 20px;
    max-height: 180px !important;
  }

  .resources-slider .owl-nav {
    top: -40px !important;
    right: 45px !important;
    padding-bottom: 10px;
  }
}
