/** Shopify CDN: Minification failed

Line 659:10 Expected ":"
Line 669:10 Expected ":"
Line 726:14 Expected ":"

**/
/* Layout */



/* Base (mobile first) */

.site-header .site-header__wrapper,
.homepage-featured-content-box,
.image-with-text-wrapper .homepage-indiv-section-wrapper,
.image-with-text-overlay__grid--foreground,
.custom-liquid .homepage-indiv-section-wrapper,
.homepage-section--logo-bar-wrapper .wrapper-spacing--v,
.newsletter--section-wrapper,
.info-cols,
.footer-bottom .wrapper-spacing--h,
.footer-main--inner,
.ingredients-tabs,
.category-intro
 {
  margin: 0 auto;
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.custom-liquid.wrapper-spacing--h,
.site-header.wrapper-spacing--h,
.homepage-featured-content-box-inner {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

/* Tablet / small desktop */
@media screen and (min-width: 768px) {
  
.site-header .site-header__wrapper,
.homepage-featured-content-box,
.image-with-text-wrapper .homepage-indiv-section-wrapper,
.image-with-text-overlay__grid--foreground,
.custom-liquid .homepage-indiv-section-wrapper,
.homepage-section--logo-bar-wrapper .wrapper-spacing--v,
.newsletter--section-wrapper,
.info-cols,
.footer-bottom .wrapper-spacing--h,
.footer-main--inner,
.ingredients-tabs,
.category-intro
 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}

/* Large desktop */
@media screen and (min-width: 1245px) {
  
.site-header .site-header__wrapper,
.homepage-featured-content-box,
.image-with-text-wrapper .homepage-indiv-section-wrapper,
.image-with-text-overlay__grid--foreground,
.custom-liquid .homepage-indiv-section-wrapper,
.homepage-section--logo-bar-wrapper .wrapper-spacing--v,
.newsletter--section-wrapper,
.info-cols,
.footer-bottom .wrapper-spacing--h,
.footer-main--inner,
.ingredients-tabs,
.category-intro
 {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }

}

.image-with-text-overlay__grid--foreground {
    min-width: 100%;
}

/* Ultra wide */
@media screen and (min-width: 1719px) {
  
.site-header .site-header__wrapper,
.homepage-featured-content-box,
.image-with-text-wrapper .homepage-indiv-section-wrapper,
.image-with-text-overlay__grid--foreground,
.custom-liquid .homepage-indiv-section-wrapper,
.homepage-section--logo-bar-wrapper .wrapper-spacing--v,
.newsletter--section-wrapper,
.info-cols,
.footer-bottom .wrapper-spacing--h,
.footer-main--inner,
.ingredients-tabs,
.category-intro
 {
    max-width: 1600px;
    padding-left: 40px !important;
    padding-right: 40px !important;
  }

  .image-with-text-overlay__grid--foreground {
    min-width: 1600px;
  }
}

/* Typography */

h1.page--title,
h1.collection-header__text-item {
  font-size: 70px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -1.5px;
}

h2.section-title {
  font-size: 48px !important;
  line-height: 1.3;
  font-weight: 600;
  letter-spacing: -.5px;
}

.uk-text-secondary, .strawberry { color: #aa0a02 !important; }
.lemon { color: #ffd23a !important; }
.plum { color: #AB55B7 !important; }
.orange { color: #FB580D !important; }
.mint { color: #49c187 !important; }
.plum { color: #AB55B7 !important; }
.guava { color: #ffa9d0 !important; }
.kale { color: rgb(0, 53, 39) !important; }

.image-with-text__container .custom-liquid-block strong,
.featured-row__subtext strong {
  font-weight: 600;
}

.image-with-text__container .custom-liquid-block p,
.featured-row__subtext p {
  margin-top: 20px;
}

.image-with-text__below-button-text {
  margin-top: 30px;
  margin-bottom: 0;
}

/* Sticky announcement bar */

.announcement_bar animated-background-text-colors .announcement_text {
  padding-top: 10px;
  padding-bottom: 10px;
}

.shopify-section-group-header-group:not(.header-section) {
  position: sticky;
  top: 0;
  z-index: 999;
}

.sticky-header {
  top: calc(var(--announcement-height, 0px) - 1px);
}

.announcement_text {
    font-size: 14px !important;
    font-weight: 500 !important;
}

.announcement_cta {
  position: relative;
  margin-left: 14px;
}

.announcement_cta::before {
  content: "";
  position: absolute;
  left: -8px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 60%;
  background: currentColor;
  opacity: 0.3;
}

/* Buttons */

.btn:not(.round-icon-btn-lg):not(.swiper-button--next):not(.swiper-button--prev) {
  min-width: 240px;
  line-height: 1em;
  text-transform: capitalize !important;
  font-weight: 500 !important;
  padding: 14px 35px !important;
  margin-top: 30px !important;
  letter-spacing: 0 !important;
  text-align: center !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.btn:not(.round-icon-btn-lg) .cta-arrow-icon {
  width: 1.15em;
  height: 1.15em;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
  top: 0;
}

.cart-drawer__sub-footer .btn {
  min-width: 0 !important;
}

/* Mobile Navigation */

.global-drawer__overlay,
#NavDrawerOverlay {
  background: rgba(252,246,235,.6) !important;
  backdrop-filter: blur(1.5px);
}

.mobile-menu--close-btn.standalone-icon--wrapper svg {
	width: 35px !important;
	height: 35px !important;
}

@media (max-width: 350px) {
  #NavDrawer.drawer--left {
    width: 100% !important;
  }
}

@media (min-width: 351px) and (max-width: 1024px) {
  #NavDrawer.drawer--left {
    width: 350px !important;
  }
}

.mobile-nav__item--active a {
  color: #ffa9d0 !important;
}

.mobile-nav.nav--meta {
  padding: 0 15px !important;
}

.mobile-nav__item a,
.mobile-nav__item.top-level a.mobile-nav__link {
  font-weight: 600 !important;
  font-size: 16px !important;
  line-height: 26px !important;
  padding: 8px 0 !important;
}

.mobile-nav.nav--meta::after,
.mobile-nav.locale--mobile::before,
.mobile-nav.locale--mobile::after,
.mobile-nav__item::after {
  display: none !important;
}

.mobile-nav__logo-title--inner {
  border: 0 !important;
}

.social-icons-mobile {
  margin-top: 30px;
}

.social-icons-mobile #sm-icons {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.social-icons-mobile #sm-icons li {
  display: inline-flex;
}

.social-icons-mobile .standalone-icon--wrapper a {
	color: rgba(252, 246, 235, 0.4) !important;
}

.social-icons-mobile #sm-icons .standalone-icon--wrapper:not(.icon-no-padding) {
  padding: 0 !important;
}

.social-icons-mobile ul li {
  margin-right: 0 !important;
}

.social-icons-mobile .standalone-icon--wrapper svg {
  min-width: 32px;
  min-height: 32px;
  width: 32px;
  height: 32px;
  color: rgba(252, 246, 235, 0.4) !important;
}

/* Shop button */

.shopicon {
  background-image: url(//authenticbrew.com/cdn/shop/t/9/assets/guava-arrow2.png?v=63662011689068902891777938350);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 20px;
  height: 20px;
  display: inline-block;
  background-size: 100% auto;
  margin-right: 12px;
  position: relative;
  top: 0.5px;
}

.site-nav > li.site-nav__item--cta {
	display: flex !important;
  align-items: center !important;
}

.site-nav__link--button {
	height: 50px !important;
  padding: 0px 25px 0px 15px;
  background-color: #aa0a02;
  color: #fcf6eb !important;
  border: 2px solid transparent;
  line-height: 50px;
  font-weight: 600 !important;
  transition: all 0.1s ease;
}

.site-nav__link--button:hover .shopicon {
  background-image: url(//authenticbrew.com/cdn/shop/t/9/assets/strawberry-arrow2.png?v=27074584497129434361777938350);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 20px;
  height: 20px;
  display: inline-block;
  background-size: 100% auto;
  margin-right: 15px;
  position: relative;
  top: 1px;
}

.site-nav__link--button:hover {
  border: 2px solid  #aa0a02;
  color: #aa0a02 !important;
  background-color: transparent;
}

.mobile-nav-grid-container {
  display: flex !important;
  flex-direction: column;
}

.mobile-nav-grid-container > * {
  grid-column: unset !important;
  grid-row: unset !important;
}

.shop-button-mobile {
  margin-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
}

.shop-button-mobile,
.shop-button-mobile a.site-nav__link--button {
  text-align: center !important;
  font-size: 17px !important;
  line-height: 50px !important;
}

.shop-button-mobile > .site-nav__link--button.site-nav__link,
.shop-button-mobile .site-nav__link--button {
  background-color: #ffa9d0 !important;
  color: rgb(0, 53, 39) !important;
}

.shop-button-mobile .shopicon {
  background-image: url(//authenticbrew.com/cdn/shop/t/9/assets/kale-arrow.png?v=37656479242389038761777938350) !important;
  top: 4px;
}

.shop-button-mobile .site-nav__link--button:hover .shopicon {
  background-image: url(//authenticbrew.com/cdn/shop/t/9/assets/guava-arrow2.png?v=63662011689068902891777938350) !important;
}

.shop-button-mobile .site-nav__link--button:focus,
.shop-button-mobile .site-nav__link--button:active,
.shop-button-mobile .site-nav__link--button:hover {
  border: 2px solid  #ffa9d0;
  background-color: transparent !important;
  color: #ffa9d0 !important;
}

/* Header */

.logo_mobile {
  display: none !important;
}

@media screen and (max-width: 989px) {
  .logo_desktop {
    display: none !important;
  }
  .logo_mobile {
    display: block !important;
    width: 100%;
    max-width: px;
  }
}

.site-header {
  border-bottom: 0 !important;
}

.current-menu-item a {
  font-weight: 600 !important;
}

.current-menu-item {
  background-image: url(//authenticbrew.com/cdn/shop/t/9/assets/arrow-point-to-down.png?v=97015482746100041881777938350);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 36px auto;
}

.site-header .site-header__wrapper {
  align-items: stretch !important;
}

.site-header .site-header__wrapper .site-header__wrapper__right {
  display: flex;
  align-self: stretch !important;
  height: 100% !important;
}

.site-title {
  padding: 20px 0 !important;
}

.first-level-dropdown .site-nav__link {
  padding: 0 !important;
}

.site-header__wrapper {
  height: 100%;
  align-items: stretch;
}

.site-header__wrapper__right,
#top_links_wrapper,
.site-nav,
.site-nav > li {
  display: flex;
  align-items: stretch;
  height: 100%;
}

.site-nav > li > a {
  display: flex;
  align-items: center;
  height: 100%;
  font-weight: 500;
}

@media (max-width: 1094px) {

  .site-header .site-header__wrapper .logo_image {
    max-width: 205px !important;
  }

}

/* Image with text sections */

#MainContent .image-with-text-wrapper .feature-row--no-overlapping .homepage-featured-content-box-inner {
  max-width: 100% !important;
  margin: 0 !important;
}

@media (min-width: 1200px) {
  ul.uk-list.uk-column-1-2 {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    gap: 10px 40px;
  }
}

.uk-list {
  padding: 0;
  margin-left: 0;
  list-style: none;
}

.heartslist li,
.heartslistpink li {
  position: relative;
  padding-left: 28px;
  font-weight: 700;
}

.heartslist li::before,
.heartslistpink li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5em;
  width: 18px;
  height: 15px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.heartslist li::before {
  background-image: url(//authenticbrew.com/cdn/shop/t/9/assets/strawberry-arrow2.png?v=27074584497129434361777938350);
}

.heartslistpink li::before {
  background-image: url(//authenticbrew.com/cdn/shop/t/9/assets/guava-arrow2.png?v=63662011689068902891777938350);
}

@media (max-width: 767px) {

  .heartslist,
  .heartslistpink {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
  }

  .heartslist li,
  .heartslistpink li {
    position: relative;
    display: block;
    padding-left: 28px;
    text-align: left;
    max-width: fit-content;
  }

  .heartslist li::before,
  .heartslistpink li::before {
    position: absolute;
    left: 0;
    top: 0.45em;
    transform: none;
  }

}

h2.homepage-sections--title {
  font-size: 48px !important;
  line-height: 1.3 !important;
  font-weight: 600 !important;
  letter-spacing: -.5px !important;
}

.feature-row__buttons {
  display: flex !important;
  gap: 12px !important;
  flex-wrap: wrap;
} 

.feature-row__buttons .button-wrapper {
  display: inline-flex;
}

div.image-caption {
  text-align: center !important;
  font-weight: bold !important;
  color: #aa0a02 !important;
  margin-top: 1.5em;
  font-weight: 600 !important;
}

.image-with-text__container 
.homepage-featured-content-wrapper {
  column-gap: 40px;
  gap: 40px; /* covers both flex + grid */
}

@media (min-width: 1200px) {
  .image-with-text__container 
  .homepage-featured-content-wrapper {
    column-gap: 80px;
    gap: 80px;
  }
}

.video-embed {
  position: relative;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.video-embed video {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
}

.video-embed .video-wrapper,
.video-embed .media {
  width: 100%;
  max-width: 100%;
}

.custom-liquid .grid__item.large--one-half {
  padding: 0 20px;
}

/* Homepage */

.homepage-section--logo-bar-wrapper {
  background: #003527;
}

.logo-bar__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.logo-bar__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.logo-bar__caption {
  margin-top: 12px;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 600;
}

.image-with-text-wrapper {
  z-index: 2;
  position relative;
  overflow: visible;
}

.image-with-text-wrapper .homepage-content--image {
  overflow: visible !important;
}

.section--slideshow-wrapper {
  z-index: 1;
  position relative;
}

.can-top {
  width: 100%;
  height: 160px;
  background-image: url(//authenticbrew.com/cdn/shop/t/9/assets/can-top.webp?v=104320891519570002871777938350);
  background-size: auto 160px;
  background-repeat: no-repeat;
  background-position: bottom center;
}

@media (max-width: 768px) {

  .can-top {
    background-size: 100% auto !important;
  }

}

.homepage-section--logo-bar-wrapper .section-title--wrapper h2.section-title {
  font-size: 33px !important;
}

/* Hero Slider */

@media (min-width: 768px) {
  .slideshow-slider-container .swiper {
    height: 90vh;
  }

  .slideshow-slider-container .swiper-slide,
  .slideshow-slider-container .swiper-slide--inner {
    height: 100%;
  }

  .slideshow-slider-container .homepage-featured-content-box {
    height: 100%;
    display: flex;
    align-items: center;
  }
}

h3.home-subtitle {
  font-size: 24px !important;
}

@media (max-width: 767px) {
  .slideshow-slider-container .swiper {
    height: auto !important;
  }

  .homepage-sections--slideshow-wrapper.mobile-text-position--center .homepage-featured-content-box {
    padding: 0 15px 30px 15px !important;
  }

  .slideshow-slider-container .featured-row__subtext p {
    margin-top 0 !important;
  }

  .slideshow-title h3.home-subtitle {
    font-size: 22px !important;
    line-height: 1em !important;
    padding: 0 !important;
    margin-bottom: 10px !important;
  }

  .slideshow-below-buttons-text {
    font-size: 15px !important;
  }

  .slide-buttons .homepage-section-btn.btn:not(.round-icon-btn-lg):not(.swiper-button--next):not(.swiper-button--prev) {
    margin-top: 20px !important;
  }

  .slideshow-title-container h1.home-title {
    line-height: 1em !important;
    padding: 0 !important;
    margin-bottom: 10px !important;
  }

}

.homepage-sections--slideshow-wrapper.has-video-bg {
  position: relative;
  overflow: hidden;
}

.homepage-sections--slideshow-wrapper.has-video-bg .video-background {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.homepage-sections--slideshow-wrapper.has-video-bg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.homepage-sections--slideshow-wrapper.has-video-bg .swiper-slide--inner {
  position: relative;
  z-index: 1;
}

.slideshow-image-overlay {
  background-color: rgba(0, 53, 39, 0.3) !important;
  background-image: linear-gradient(90deg,rgba(0, 53, 39, 1) 0%, rgba(0, 53, 39, 0) 100%) !important;
  background-clip: padding-box !important;
}

.text-position--center-left .slideshow-title-container h1,
.text-position--center-left .slideshow-title-container h2,
.text-position--center-left .slideshow-title-container h3 {
  text-align: left !important;
}

.slideshow-title-container h1,
.slideshow-title-container h2,
.slideshow-title-container h3 {
  font-weight: 600 !important;
}

.slideshow-title-container h1 {
  font-size: 70px !important;
}

.slideshow-title-container h2,
.slideshow-title-container h3 {
  font-size: 33px !important;

}

.slide-buttons .btn {
  background-color: #ffa9d0;
}

.slideshow-below-buttons-text p,
.slideshow-below-buttons-text {
  text-align: left;
}

.slideshow-below-buttons-text p {
  font-size: 0.9em;
}

@media (max-width: 1536px) {

  .slideshow-slider-container .swiper {
    height: 80vh;
  }

  .slideshow-text-container p {
    margin-top: 0;
  }

  .slideshow-title h3,
  .slide-buttons .btn {
    margin-top: 20px !important;
  }

}

@media (max-width: 959px) {
  
  .homepage-sections--slideshow-wrapper .homepage-featured-content-box {
    text-align: center !important;
  }

  .slide-buttons,
  .slideshow-below-buttons-text,
  .slideshow-below-buttons-text p,
  .homepage-sections--slideshow-wrapper.text-position--center-left .homepage-featured-content-box-inner .featured-row__subtext,
  .text-position--center-left .slideshow-title-container h1,
  .text-position--center-left .slideshow-title-container h2,
  .text-position--center-left .slideshow-title-container h3 {
    text-align: center !important;
  }

  .slideshow-slider-container .homepage-featured-content-box .homepage-featured-content-box-inner,
  .homepage-sections--slideshow-wrapper .homepage-section-btn-container {
    margin: 0 auto !important;
  }

}

@media (min-width: 640px) and (max-width: 959px) {

  .slideshow-title-container h1 {
    font-size: 50.8px !important;
  }

}

@media (max-width: 639px) {
  
  .slideshow-title-container h1 {
    font-size: 42px !important;
  }

}

/* Header */

.section--image-with-text-overlay h1 {
  font-weight: 700 !important;
}

.section--image-with-text-overlay h2,
.section--image-with-text-overlay h3,
.section--image-with-text-overlay h4 {
  font-weight: 600 !important;
}

.image-with-text-overlay__grid--background {
  position: relative;
}

.image-with-text-overlay__grid--background::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background-color: rgba(var(--overlay-rgb), 1);
  background-image: linear-gradient(
    90deg,
    rgba(var(--overlay-rgb), 1) 0%,
    rgba(var(--overlay-rgb), 0) 100%
  );
  background-clip: padding-box;
  opacity: var(--overlay-opacity);
  pointer-events: none;
}

.image-with-text-overlay__grid--foreground {
  position: relative;
  z-index: 3;
}

.image-with-text-overlay__video {
  position: absolute;
  inset: 0;
  overflow: hidden;
  z-index: 0;
}

.image-with-text-overlay__video video {
  position: absolute;
  top: 50%;
  left: 50%;

  width: auto;
  height: auto;

  min-width: 100%;
  min-height: 100%;

  transform: translate(-50%, -50%);
  object-fit: cover;
}

.image-with-text__subheading {
  font-weight: 600;
}

/* Scrolling banner */

@media screen and (min-width: 481px) {
  .scrolling-banner .divider {
    margin: 0 8px 0 40px !important;
  }
   .scrolling-banner .banner-item {
    padding-left: 0 !important;
  }
}

scrolling-banner .banner .divider {
  width: 18px;
  height: 15px;
  flex: 0 0 18px;
  align-self: center;
  background: url(//authenticbrew.com/cdn/shop/t/9/assets/strawberry-arrow2.png?v=27074584497129434361777938350) no-repeat center;
  background-size: contain;
  border: 0 !important;
  margin: 0 6px;
}

.scrolling-banner span.text-content {
  font-weight: 600;
  font-size: 21px;
}

/* Info blocks */

.info-cols--image_and_text-column.with-bg {
  position: relative;
}

.info-cols--image_and_text-column.with-bg:hover {
  cursor: pointer;
}

.info-cols--image_and_text-column.with-bg:hover::after {
  background: rgba(252, 246, 235, 0.5);
}

.info-cols--image_and_text-column.with-bg {
  padding: 30px 10px !important;
}

.with-bg .info-cols--image {
  padding-bottom: 15px;
}

.info-cols--image img {
  max-height: 100px !important;
}

h3.info-cols--title {
  font-weight: 600 !important;
  padding: 10px;
}

.info-cols--slider.swiper-autoheight,
.info-cols--slider.swiper-autoheight .swiper-wrapper {
  height: auto !important;
}

.info-cols--slider .swiper-wrapper {
  align-items: stretch !important;
}

.info-cols--slider .swiper-slide {
  height: auto !important;
  display: flex;
}

.info-cols--image_and_text-column {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}

.info-cols__bottom-button {
  display: block;
  margin-top: 30px;
  clear: both;
  text-align: center;
}

.info-cols--slider .grid__item.with-bg {
  padding: 30px !important;
}

.info-cols--image_and_text-column.with-bg:hover {
  cursor: auto;
}

.info-cols--image_and_text-column.with-bg.has-link:hover {
  cursor: pointer;
}

.info-cols--image_and_text-column.with-bg.has-link::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0);
  transition: background 0.3s ease;
  pointer-events: none;
}

/* logo bar slider */

.logo-bar-slider {
  overflow: hidden;
}

.logo-bar-slider .swiper-wrapper {
  align-items: center;
}

.logo-bar-slider .swiper-slide.logo-bar__item {
  width: auto !important;
  height: 90px;
  padding: 0 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
}

.logo-bar-slider .logo-bar__link {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.logo-bar-slider .responsive-image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.logo-bar-slider img.logo-bar__image {
  display: block;
  width: auto !important;
  height: auto !important;
  max-height: 58px !important;
  max-width: 220px !important;
  object-fit: contain !important;
  object-position: center !important;
}

.logo-bar-slider .logo-bar-pagination {
  position: relative;
  margin-top: 20px;
}

/* Grid gallery slider */

.content-grid__bottom-text {
  padding: 30px 0 0 0 !important;
}

.content-grid-item__image {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
}

.content-grid-item__image > div,
.content-grid-item__image .responsive-image-wrapper {
  height: 100%;
}

.content-grid-item__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.content-grid-item__content {
  position: relative;
}

.content-grid-item__overlay {
  opacity: 1 !important;
  transition: opacity 0.3s ease !important;
  pointer-events: none;
}

.content-grid-item__text {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  opacity: 1 !important;
  transition: opacity 0.3s ease !important;
  pointer-events: none;
  padding: 30px;
}

.content-grid-item__text-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}

.content-grid-item__text-inner h3.content-grid-item__heading {
  max-width: 80%;
  margin: 0 auto;
  opacity: 1 !important;
  transform: translateY(0) !important;
  transition: opacity 0.3s ease, transform 0.3s ease !important;
  font-size: 21px !important;
  font-weight: 600 !important;
  line-height: 1.6em !important;
  text-align: center;
}

.content-grid-item__content:hover .content-grid-item__text,
.content-grid-item__content:hover .content-grid-item__heading,
.content-grid-item__content:hover .content-grid-item__subheading,
.content-grid-item__content:hover .content-grid-item__overlay,
.content-grid-item:hover .content-grid-item__text,
.content-grid-item:hover .content-grid-item__heading,
.content-grid-item:hover .content-grid-item__subheading,
.content-grid-item:hover .content-grid-item__overlay {
  opacity: 0 !important;
}

.content-grid-item__content:hover .content-grid-item__heading,
.content-grid-item__content:hover .content-grid-item__subheading,
.content-grid-item:hover .content-grid-item__heading,
.content-grid-item:hover .content-grid-item__subheading {
  transform: translateY(10px) !important;
}

.content-grid__bottom-cta {
  padding-left: 30px;
  padding-right: 30px;
}


/* Newsletter */

.newsletter--section-wrapper .newsletter-wrapper--outer .newsletter-form--wrapper {
  width: 100% !important;
}

.section--newsletter {
  background: #FFA9D0;
}

.section--newsletter .homepage-content--image img {
  width: 100%;
}

.section--newsletter .homepage-content--image {
  max-width: 100%;
}

.section--newsletter h4.homepage-sections--lead-title {
  font-size: 24px;
  font-weight: 600;
  color: #AA0A02;
}

@media screen and (min-width: 768px) {
  .newsletter--section-wrapper .homepage-featured-content-wrapper {
    display: flex;
    gap: 80px;
  }
}

.newsletter--section-wrapper h2 {
  font-size: 29px !important;
}

#newsletter-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  width: 100%;
  margin-top: 30px;
}

#newsletter_text {
  flex: 1 1 100%;
  width: 100%;
  min-width: 0;
  background: #fff;
  border-radius: 4px;
  height: 50px;
  padding: 0 12px;
}

#newsletter_submit {
  flex: 1 1 100%;
  width: 100%;
  height: 50px;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  white-space: nowrap;
  text-transform: uppercase;
  font-family: Poppins !important;
  font-weight: 600 !important;
  font-size: 17px !important;
  letter-spacing: -0.2px !important;

  color: #fcf6eb !important;
  background-color: #aa0a02 !important;
  border: 2px solid transparent !important;
  border-radius: 0 !important;

  padding-left: 50px !important;
  padding-right: 25px !important;

  background-image: url(//authenticbrew.com/cdn/shop/t/9/assets/paper-plane.png?v=64579126321698990191777938350) !important;
  background-repeat: no-repeat !important;
  background-position: 20px center !important;
  background-size: 20px 20px !important;

  transition: all 0.1s ease;
}

@media (min-width: 768px) {
  #newsletter-wrapper {
    flex-wrap: nowrap;
  }

  #newsletter_text {
    flex: 1 1 auto;
  }

  #newsletter_submit {
    flex: 0 0 auto;
    width: auto;
  }
}

/* Team section */

.team-section__profile {
  padding: 0 30px;
}

/* Cart */

.grid.cart__row .two-thirds {
  padding: 0 60px 30px 0 !important;
}

.cart__shipping {
  font-size: 1em !important;
}

a.cart__row--title {
  font-weight: 500 !important;
}

.cart__subtotal-title,
.h3.cart__subtotal span.money,
.h3.cart__subtotal {
  font-size: 22px !important;
  font-weight: 600 !important;
}

h2.cart--recommendations-heading,
.cart-drawer__heading {
  font-size: 33px !important;
  font-weight: 600 !important;
}

.btn.cart--button-checkout {
  font-weight: 600 !important;
  color: #FCF6EB !important;
}

.btn.dynamic-section-button--drawer-outlined {
  border-color: rgb(255, 169, 208) !important;
  color: rgb(255, 169, 208) !important;
  font-weight: 600 !important;
}

.btn.dynamic-section-button--drawer-filled {
  background-color: rgb(255, 169, 208)  !important;
  font-weight: 600 !important;
  color: #003527 !important;
}

/* =========================
  MAIN FOOTER (TOP SECTION)
========================= */

.footer-wrapper {
  border-top: 8px solid #AA0A02;
}

.footer-main .footer-main--inner {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 60px;
  grid-template-areas: "menu logo socials";
}

.footer-middle {
  grid-area: menu;
  justify-self: start;
}

.footer-top {
  grid-area: logo;
  justify-self: center;
  position: relative;
}

.footer-bottom-group {
  grid-area: socials;
  justify-self: end;
}

.footer-top {
  position: relative;
}

.footer-top {
  position: relative;
}

.footer-top::before,
.footer-top::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 154px;
  background: rgba(74,111,100,.3);
}

@media (min-width: 1332.1px) {

  .footer-top::before {
    left: 0;
    transform: translate(-80px, -50%);
  }

  .footer-top::after {
    right: 0;
    transform: translate(80px, -50%);
  }

}

@media (max-width: 1332px) {

  .footer-top::before {
    left: 0;
    transform: translate(-40px, -50%);
  }

  .footer-top::after {
    right: 0;
    transform: translate(40px, -50%);
  }
}


/* =========================
   TABLET (≤1245px)
========================= */

@media screen and (max-width: 1245px) {

  .footer-main .footer-main--inner {
    grid-template-columns: 1fr 1fr;
    gap: 40px;

    /* define layout properly */
    grid-template-areas:
      "logo logo"
      "menu socials";
  }

  .footer-top {
    grid-area: logo;
    justify-self: center;
  }

  .footer-middle {
    grid-area: menu;
    justify-self: end;
    /* width: 50%; */
    padding-right: 40px;
    border-right: 2px solid rgba(74,111,100,.3);
  }

  .footer-bottom-group {
    grid-area: socials;
    justify-self: start;
  }

  .footer-top::before,
  .footer-top::after {
    display: none;
  }

}

/* =========================
   MOBILE (≤768px)
========================= */

@media screen and (max-width: 768px) {

  .footer-main .footer-main--inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    text-align: center;
  }

  .footer-top::before,
  .footer-top::after {
    display: none;
  }

  .footer-middle {
    width: 100%;
    border-top: 2px solid rgba(74,111,100,.3);
    border-bottom: 2px solid rgba(74,111,100,.3);
    border-right: 0 !important;
    padding: 25px 0;
  }

  .footer-middle .footer-content {
    align-items: center;
  }

  .footer-bottom-group {
    align-items: center;
  }

  #sm-icons {
    justify-content: center;
  }

}

/* =========================
   LINKS (HEART ICON LIST)
========================= */

.footer-main .links-footer ul.footer-content {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-main .links-footer ul.footer-content > li {
  position: relative;
  padding-left: 28px;
  display: flex;
  align-items: center;
}

.footer-main .links-footer ul.footer-content > li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 15px;
  background: url('//authenticbrew.com/cdn/shop/t/9/assets/strawberry-arrow2.png?v=27074584497129434361777938350') no-repeat center;
  background-size: contain;
}

/* =========================
   SOCIAL ICONS
========================= */

.social-media-footer {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

#sm-icons {
  display: flex;
  gap: 20px;
}

.social-media-footer .standalone-icon--wrapper a {
  color: #aa0a02 !important;
}

.social-media-footer .standalone-icon--wrapper a:hover {
  color: #ffa9d0 !important;
}

.social-media-footer .standalone-icon--wrapper svg {
  width: 42px;
  height: 42px;
  color: #aa0a02 !important;
}

.social-media-footer .standalone-icon--wrapper a:hover svg {
  color: #ffa9d0 !important;
}

/* =========================
   EMAIL ICON LIST
========================= */

.content-footer .footer-article ul {
  list-style: none;
  padding-left: 15px;
  margin: 0;
}

.content-footer .footer-article ul li {
  position: relative;
  padding-left: 40px !important;
}

.content-footer .footer-article ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 15px;
  background: url('//authenticbrew.com/cdn/shop/t/9/assets/email-icon.png?v=72544687567294258141777938350') no-repeat center;
  background-size: contain;
}

/* =========================
   LOGO
========================= */

.image-footer img {
  max-width: 185px !important;
}

/* =========================
   BOTTOM FOOTER
========================= */

.footer-bottom {
  background-color: var(--footer-bg) !important;
  color: var(--footer-text) !important;
}

.bottom--footer > * {
  font-size: 14px !important;
}

.footer-bottom a,
.footer-bottom .animated-link--item,
.footer-bottom .nav-link-animated a {
  color: var(--footer-text) !important;
}

.footer-bottom svg,
.footer-bottom svg path {
  fill: var(--footer-text) !important;
  stroke: var(--footer-text) !important;
}

.footer-bottom .animated-underline::after {
  background-color: var(--footer-text) !important;
}

.bottom--footer .links-footer ul.footer-content {
  display: flex !important;
  flex-direction: row !important;
  gap: 0 !important;
  flex-wrap: wrap;
  align-items: center;
  padding: 0;
  list-style: none;
}

.bottom--footer .links-footer ul.footer-content > * {
  display: flex;
  align-items: center;
  padding-left: 20px;
  position: relative;
}

.bottom--footer .links-footer ul.footer-content > li:not(:first-child)::before {
  content: "";
  height: 13px;
  margin-right: 15px;
  border-left: 1px solid #003527;
}

.footer-bottom .links-footer .footer-content li:first-child {
  padding-left: 0 !important;
}

.footer-main--inner.footer-bottom-cols {
  width: 100%;
}

.footer-bottom--inner.wrapper-spacing--h {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.footer-bottom .footer-main--inner {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 20px;
}

.footer-bottom .content-footer:first-child {
  justify-self: start;
  text-align: left;
}

.footer-bottom .links-footer {
  justify-self: center;
  text-align: center;
}

.footer-bottom .content-footer:last-child {
  justify-self: end;
  text-align: right;
}

@media screen and (max-width: 1245px) {

  .footer-bottom .footer-main--inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  .footer-bottom .content-footer:first-child,
  .footer-bottom .links-footer,
  .footer-bottom .content-footer:last-child {
    text-align: center;
    justify-self: center;
  }

}

@media screen and (max-width: 768px) {

  .footer-bottom .footer-main--inner {
    gap: 8px;
  }

  .footer-bottom .links-footer ul.footer-content {
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
  }

}

/* =========================
   RESPONSIVE
========================= */

div[data-wetheme-section-type="gallery-slideshow"] .section-title--wrapper,
.shopify-section.rich-text .wrapper-spacing--v {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }

@media (max-width: 1360px) {

  .info-cols--image_and_text-column {
    margin: 0 !important;
  }

  .info-cols--slider {
    overflow: visible !important;
  }

  .info-cols--slider .swiper-wrapper {
    display: flex;
    flex-wrap: wrap;
    transform: none !important;
    height: auto !important;
    gap: 20px;
  }

  .info-cols--slider .swiper-slide {
    width: calc(33.333% - 20px) !important; /* 3 cols */
    margin-right: 20px;
  }

  .info-cols--slider .swiper-pagination {
    display: none;
  }

}

@media (max-width: 959px) {


  h1.image-with-text-overlay__heading,
  h1.page--title,
  h1.collection-header__text-item,
  h2.homepage-sections--title {
    font-size: 50.8px !important;
  }

  .textarea,
  .textarea p,
  html {
    font-size: 16px;
  }

  h1.image-with-text-overlay__heading {
    padding-bottom: 16px !important;
    line-height: 1.1em !important;
  }

  .image-with-text-overlay__caption {
    margin: 0 auto !important;
  }

  .image-with-text-overlay__text--position-mobile-center,
  .image-with-text-overlay__text--position-mobile-center .image-with-text-overlay__caption,
  .image-with-text-overlay__heading {
    text-align: center !important;
  }

  h3.image-with-text-overlay__heading,
  .homepage-section--logo-bar-wrapper .section-title--wrapper h2.section-title,
  h2.homepage-sections--title,
  h2.section-title,
  h2.ingredients-section__title  {
    font-size: 30px !important;
  }

}

@media (max-width: 840px) {

  .image-with-text__container .homepage-indiv-section-wrapper {
    display: flex !important;
    flex-direction: column !important;
  }

  .image-with-text__container .grid__item,
  .image-with-text__container .feature_row__image_wrapper {
    width: 100% !important;
    max-width: 100% !important;
  }

  .image-with-text__container .homepage-content--image {
    order: -1;
  }

}

@media (max-width: 767px) {

  .grid__item {
    padding-left: 0; 
  }

  .site-nav--mobile .site-nav__link.shopping-bag,
  .site-nav--mobile .site-nav__link.shopping-cart {
    margin-right: 0 !important;
  }

  div.feature-row__buttons > div.button-wrapper {
    margin: 0 auto !important;
  }

  .feature-row__buttons {
    justify-content: center !important;
    align-items: center !important;
  }

  .image-with-text-wrapper .wrapper-spacing--h {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .grid {
	  margin: 0 !important;
  }

  .info-cols__slider-wrapper .info-cols--text p {
	  font-size: 16px;
  }

  .info-cols--slider .grid__item.with-bg {
    padding: 20px !important;
  }

  .custom-liquid h3 {
    font-size: 26px !important;
  }

  .section--custom-liquid .large--one-half {
    padding: 0 !important;
  }

}

@media (min-width: 340px) and (max-width: 767px) {

  .footer-main .links-footer ul.footer-content {
    display: grid;
    grid-template-columns: repeat(2, max-content);
    column-gap: 55px;
    row-gap: 8px;
    justify-content: center;
  }

  .footer-main .links-footer ul.footer-content > li:last-child {
    grid-column: 1;
    justify-self: start;
    transform: translateX(calc(50% + 27.5px));
  }

}

@media (max-width: 639px) {
  
  .info-cols--slider .swiper-slide {
    width: 100% !important;
    margin-right: 0;
  }

}


/* Product page */

button[name="add"],
.product-form__cart-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

button[name="add"] span[data-add-to-cart-text] {
  padding-bottom: 0.2em;
}

button[name="add"] .cta-arrow-icon,
.product-form__cart-submit .cta-arrow-icon {
  width: 1.15em;
  height: 1.15em;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform 0.2s ease;
  position: relative;
  top: 4px !important;
}

button[name="add"]:hover .cta-arrow-icon,
.product-form__cart-submit:hover .cta-arrow-icon {
  transform: translateX(4px);
}

.smartrr-option-subheadline {
  line-height: 1.6em;
  font-size: 16px;
  padding: 6px 0 0 0 !important;
  margin: 0 !important;
  color: rgb(0, 53, 39);
}

.kl_reviews__carousel__slide--shadow {
  background: #fff;
}

@media (min-width: 1600px) {

  .kl_reviews__carousel.kl_reviews__carousel.kl_reviews__carousel {
    max-width: 100% !important;
  }

}

.variant-badge-title {
  display: block;
  min-height: 28px;
}

.swatch .swatch-items-wrapper {
  align-items: start !important;
}

.swatch .swatch-items-wrapper .swatch-element {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 6px;
}

.swatch .swatch-items-wrapper .swatch-element {
  flex: 1 1 calc(33.333% - 10px); /* 3 per row */
  align-items: stretch;
}

.swatch .swatch-items-wrapper .swatch-element label {
  width: 100%;
  flex: 1 1 auto;
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
}

span.ship {
  margin-top: -6px;
}

span.ship,
.variant-cost,
.variant-cost-ss {
  display: block;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
}

.variant-cost-ss {
  display: none;
}

.swatch-element.is-subscription-active .variant-cost {
  display: none;
}

.swatch-element.is-subscription-active .variant-cost-ss {
  display: block;
}

.product-price-group .money {
  font-size: 22px;
  font-weight: 600;
}

.savings-badge {
  display: inline-block;
  padding: 3px 8px;
  border-radius: 2px;
  background: #FFA9D0;
}

.variant-badge-title span {
  font-size: 15px;
  padding: 3px 8px;
  border-radius: 2px;
  background: rgba(0, 53, 39, 0.1)
}

.product-price-group .savings-badge {
  font-size: 16px;
}

.smartrr-selling-plan-group-label [data-smartrr-subscribe-price],
.smartrr-selling-plan-group-label [data-smartrr-regular-price],
.smartrr-selling-plan-group-label [data-smartrr-compare-price] {
  font-size: 16px !important;
}

.smartrr-selling-plan-group-name *,
.smartrr-selling-plan-group-name {
  font-size: 18px !important;
  text-transform: uppercase;
}

.collapsible.product-form-block .richtext-block,
.collapsible.product-form-block .richtext-block p,
.product-description {
  font-size: 16px;
}

h1.product-details-product-title {
  font-weight: 600;
  font-size: 48px;
  line-height: 1.3;
  letter-spacing: -.5px;
}

.shopify-payment-terms__container {
  display: none !important;
  height: 0px;
  opacity: 0;
}

.btn.product--add-to-cart-button {
  margin-top: 0 !important;
  font-size: 22px !important;
  font-weight: 800 !important;
  height: 60px;
}

#more-payment-options-link,
#shopify-installments,
#shopify-installments-content,
.option-label-wrapper {
  display: none !important;
}

#shopify-buyer-consent {
  font-size: 14px;
}

.collapsible-tab-container .text-with-icon--text {
  font-weight: 500;
  letter-spacing: 1.33px;
}

.compare-price {
  margin-right: 3px;
  color: #999;
  font-size: 18px;
  line-height: 22px;
  text-decoration: line-through;
}

[data-smartrr-selling-plan-groups] {
  display: flex;
  flex-direction: column;
}

[data-smartrr-selling-plan-group-id]:not([data-smartrr-selling-plan-group-id=""]) {
  order: 1;
}

.smartrr-otp {
  order: 2;
}

@media screen and (min-width: 961px) {
  .product-details-wrapper {
    margin-left: 60px;
  }
}

@media (max-width: 960px) {

  .smartrr-option-subheadline,
  #shopify-buyer-consent,
  .product-block-richtext p,
  .product-block-richtext h6 {
    font-size: 13px;
  }

  h1.product-details-product-title {
    font-size: 38px;
  }

  .text-with-icon {
    font-size: 14px;
  }

  .product-description,
  .product-description p {
    font-size: 15px;
  }

  .smartrr-selling-plan-group-name *,
  .smartrr-selling-plan-group-name {
    font-size: 15px !important;
  }

  .variant-cost-ss,
  .variant-cost,
  span.ship,
  .variant-badge-title span {
    font-size: 12px !important;
  }

  .smartrr-selling-plan-group-name,
  .smartrr-selling-plan-group-name div {
    overflow-wrap: break-word !important;
  }

  .swatch .swatch-items-wrapper .swatch-element label {
    font-size: 19px;
  }

  .swatch .swatch-items-wrapper .swatch-element {
    gap: 3px !important;
  }

}

@media (max-width: 380px) {

  .smartrr-selling-plan-group-label {
    flex-wrap: wrap;
  }

  .smartrr-selling-plan-group-label > div[data-smartrr-product-id] {
    flex-basis: 100%;
    width: 100%;
  }

}