/**
* Brand Categories
*/
.block-brands .brands-grid-wrap {
  padding: 0;
}
@media (min-width: 1024px) {
  .block-brands .brands-grid-wrap {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 1024px) {
  .block-brands .brands-grid {
    margin-left: -8px;
    margin-right: -8px;
  }
}
.block-brands .brands-grid__block {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 8px;
}
@media (min-width: 1024px) {
  .block-brands .brands-grid__block {
    padding-left: 2px;
    padding-right: 2px;
    margin-bottom: 4px;
    width: 33.33333%;
  }
}
@media (min-width: 1024px) {
  .block-brands .brands-grid__block:first-child,
  .block-brands .brands-grid__block:nth-child(4),
  .block-brands .brands-grid__block:nth-child(5) {
    width: 66.66667%;
  }
}
.block-brands .brand-category {
  height: 200px;
  margin-bottom: 0px;
}

/**
* COMPONENT - SUBTITLE
*/
.c-block-subtitle {
  margin-top: 50px;
  margin-bottom: 30px;
}

@media (min-width: 1024px) {
  .c-block-subtitle {
    margin-top: 150px;
    margin-bottom: 80px;
  }
}
.c-block-subtitle .c-block-subtitle__title {
  margin-bottom: 15px;
  padding-top: 10px;
  position: relative;
}
.c-block-subtitle .c-block-subtitle__title:after {
  content: "";
  width: 70px;
  height: 3px;
  position: absolute;
  top: 0;
  left: 20px;
  background-color: #e9212e;
}
@media (min-width: 544px) {
  .c-block-subtitle .c-block-subtitle__title {
    padding-top: 20px;
  }
}
@media (min-width: 1024px) {
  .c-block-subtitle .c-block-subtitle__title {
    margin-bottom: 0;
  }
}
.c-block-subtitle .c-block-subtitle__content p {
  color: rgb(0, 0, 0);
  max-width: 700px;
  margin: 0;
}
@media (min-width: 1024px) {
  .c-block-subtitle.has-max-width {
    /* max-width: 80%;*/
    margin-left: auto;
    margin-right: auto;
    margin-top: 150px;
    margin-bottom: 80px;
  }
}

.u-justify--start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}
.u-justify--end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}
.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.u-justify--between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
.u-justify--around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.brand-categories .brand-category {
  height: 350px;
}
@media (min-width: 768px) {
  .brand-categories .brand-category {
    height: 400px;
  }
}
@media (min-width: 1024px) {
  .brand-categories .brand-category .u-lg-align--start {
    padding-top: 100px;
  }
}
@media (min-width: 1280px) {
  .brand-categories .brand-category {
    height: 500px;
  }
}
@media (min-width: 1440px) {
  .brand-categories .brand-category {
    height: 700px;
  }
}
.brand-categories .brand-category .brand-category__overlay {
  opacity: 1;
}
.brand-categories .brand-category .brand-category__overlay:after {
  background-color: rgba(0, 0, 0, 0.3);
}
.brand-categories .brand-category .brand-category__inner {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}
.brand-categories
  .brand-category
  .brand-category__inner
  .brand-category__subtitle {
  opacity: 0;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
}
.brand-categories
  .brand-category
  .brand-category__inner
  .brand-category__title {
  opacity: 1;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
}
.brand-categories
  .brand-category
  .brand-category__inner
  .brand-category__title:after {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}

.brand-categories
  .brand-category
  .brand-category__link:hover
  .brand-category__overlay:after {
  background-color: rgba(0, 0, 0, 0);
}

/**
* Brand Category
*/
.brand-category {
  position: relative;
  background-color: rgb(0, 0, 0);
  overflow: hidden;
  min-height: 300px;
}
.brand-category .brand-category__link {
  display: block;
}
.brand-category .brand-category__overlay {
  text-align: center;
  opacity: 0;
  z-index: 2;
  -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.brand-category .brand-category__overlay:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
  -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.1s;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.1s;
}
.brand-category .brand-category__inner {
  position: relative;
  z-index: 2;
}
.brand-category .brand-category__title {
  color: white;
  font-size: 2rem;
  line-height: 2rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 15px;
  opacity: 0;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
  -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.brand-category .brand-category__title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 70px;
  height: 3px;
  margin-left: -35px;
  background-color: #e9212e;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.brand-category .brand-category__subtitle {
  font-size: 18px;
  color: white;
  opacity: 0;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
  -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.1s;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.1s;
}

.brand-category video {
  opacity: 1 !important;
}

/**
* Hovers
*/
.brand-category .brand-category__link .brand-category__overlay {
  opacity: 1;
}
.brand-category .brand-category__link .brand-category__overlay:after {
  background-color: rgba(0, 0, 0, 0.2);
}

.brand-category .brand-category__link:hover .brand-category__overlay {
  opacity: 1;
}
.brand-category .brand-category__link:hover .brand-category__overlay:after {
  background-color: rgba(0, 0, 0, 0.4);
}

.brand-category .brand-category__link:hover .brand-category__inner {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.brand-category
  .brand-category__link
  .brand-category__inner
  .brand-category__title {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.brand-category
  .brand-category__link:hover
  .brand-category__inner
  .brand-category__title:after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.brand-category
  .brand-category__link:hover
  .brand-category__inner
  .brand-category__subtitle {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/**
* Lazyload
*/
.lazy {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.lazy.is-loaded {
  opacity: 1;
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

.flickity-prev-next-button.previous:hover:not([disabled]),
.flickity-prev-next-button.next:hover:not([disabled]) {
  background: #e9212e url(../img/slider-arrow.svg) no-repeat center center;
  background-size: 12px 18px;
  border: 1px solid #e9212e;
}
.flickity-prev-next-button.previous:hover:not([disabled]) {
  -webkit-transform: translateX(-10px) scale(1.05);
  transform: translateX(-10px) scale(1.05);
}
.flickity-prev-next-button.next:hover:not([disabled]) {
  -webkit-transform: translateX(10px) rotate(180deg) scale(1.05);
  transform: translateX(10px) rotate(180deg) scale(1.05);
}

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  cursor: pointer;
  margin: 0;
  padding: 0;
}
.flickity-prev-next-button:disabled {
  opacity: 0.3;
  cursor: auto;
}
.flickity-prev-next-button svg {
  display: none;
}
.flickity-prev-next-button .arrow {
  fill: #333;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 370px;
}
/* @media screen and (max-width: 768px) {
    .flickity-viewport{
        height: 370px !important;

    }
} */
.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}
body .flickity-prev-next-button {
  background: #ccc url("../img/slider-arrow.svg") no-repeat center center;
  background-size: 12px 18px;
  border: 1px solid hsla(0, 0%, 100%, 0.4);
  border: none;
  padding: 0;
  margin: -2.5rem 0 0 0;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

body .flickity-prev-next-button svg {
  display: none;
}
body .flickity-prev-next-button.previous {
  left: 2rem;
}
@media (min-width: 544px) {
  body .flickity-prev-next-button.previous {
    left: 4rem;
  }
}
body .flickity-prev-next-button.next {
  right: 2rem;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

/**
 * Featured Beers slider
 */
.bottles-widget {
  background-color: rgb(0, 0, 0);
  overflow: hidden;
}

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.flickity-enabled {
  position: relative;
}
.bottles-widget__stage {
  height: 100%;
  background-image: url("../img/brands/brands-slider-bg.jpg");
  background-position: center bottom;
  background-size: cover;
}
.bottles-widget__bottles {
  width: 100%;
  height: 100%;
}

.bottles-widget__bottles .bottles-widget__bottle {
  /* width: 60px; */
  width: 120px;
  height: 100%;
  position: relative;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 60px;
  margin: 0 1rem;
  /* margin: 0 3rem; */
}
@media (min-width: 768px) {
  .bottles-widget__bottles .bottles-widget__bottle {
    width: 90px;
    /* margin: 0 3rem; */
    padding-bottom: 170px;
  }
}
@media (min-width: 1024px) {
  .bottles-widget__bottles .bottles-widget__bottle {
    width: 110px;
    /* margin: 0 4rem; */
    padding-bottom: 130px;
  }
}
@media (min-width: 1280px) {
  .bottles-widget__bottles .bottles-widget__bottle {
    width: 125px;
    /* margin: 0 5.5rem; */
    padding-bottom: 130px;
  }
}

.bottles-widget__bottles .bottles-widget__bottle:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 60px;
  border-radius: 50%;
  width: 100%;
  height: 30px;
  background: black;
  opacity: 0.6;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  -webkit-filter: blur(10px);
  filter: blur(10px);
  -webkit-transform: scale(1, 0.2);
  transform: scale(1, 0.2);
  -webkit-transform-origin: bottom center;
  transform-origin: bottom center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media (min-width: 768px) {
  .bottles-widget__bottles .bottles-widget__bottle:after {
    bottom: 170px;
  }
}
@media (min-width: 1024px) {
  .bottles-widget__bottles .bottles-widget__bottle:after {
    bottom: 130px;
  }
}
@media (min-width: 1280px) {
  .bottles-widget__bottles .bottles-widget__bottle:after {
    bottom: 130px;
  }
}
.bottles-widget__bottles .bottles-widget__bottle img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  display: inline-block;
  -webkit-transform-origin: bottom center;
  transform-origin: bottom center;
  -webkit-transform: scale(0.75);
  transform: scale(0.75);
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.8179 0.23070000000000002 0.0567 0 0 0.10470000000000002 0.9058 0.050400000000000014 0 0 0.0816 0.1602 0.7393 0 0 0 0 0 1 0" /></filter></svg>#filter');
  -webkit-filter: sepia(0.3);
  filter: sepia(0.3);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.bottles-widget__bottles .bottles-widget__bottle .family-button {
  border: none;
  background-color: white;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
  width: 50px;
  height: 50px;
  border-radius: 100%;
  text-indent: -8888px;
  position: absolute;
  top: 50%;
  left: calc(50% + 30px);
  top: calc(50% - 40px);
  z-index: 3;
  outline: none;
  cursor: pointer;
  padding: 0;
  opacity: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media (min-width: 768px) {
  .bottles-widget__bottles .bottles-widget__bottle .family-button {
    width: 50px;
    height: 50px;
    left: calc(50% + 40px);
    top: calc(50% - 50px);
  }
}
.bottles-widget__bottles
  .bottles-widget__bottle
  .family-button
  .family-button__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.bottles-widget__bottles
  .bottles-widget__bottle
  .family-button
  .family-button__plus {
  width: 20px;
  height: 20px;
  position: relative;
  -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
@media (min-width: 544px) {
  .bottles-widget__bottles
    .bottles-widget__bottle
    .family-button
    .family-button__plus {
    width: 20px;
    height: 20px;
  }
}
.bottles-widget__bottles .bottles-widget__bottle .family-button .plus-line {
  position: absolute;
  background-color: #263a32;
  -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.bottles-widget__bottles
  .bottles-widget__bottle
  .family-button
  .plus-line:first-child {
  width: 20px;
  height: 2px;
  top: 50%;
  left: 0;
  margin-top: -1px;
}
@media (min-width: 544px) {
  .bottles-widget__bottles
    .bottles-widget__bottle
    .family-button
    .plus-line:first-child {
    width: 20px;
  }
}
.bottles-widget__bottles
  .bottles-widget__bottle
  .family-button
  .plus-line:last-child {
  width: 2px;
  height: 20px;
  top: 0;
  left: 50%;
  margin-left: -1px;
}
@media (min-width: 544px) {
  .bottles-widget__bottles
    .bottles-widget__bottle
    .family-button
    .plus-line:last-child {
    height: 20px;
  }
}
.bottles-widget__bottles .bottles-widget__bottle.is-selected {
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .bottles-widget__bottles .bottles-widget__bottle.is-selected {
    padding-bottom: 50px;
  }
}
@media (min-width: 1024px) {
  .bottles-widget__bottles .bottles-widget__bottle.is-selected {
    padding-bottom: 70px;
  }
}
@media (min-width: 1280px) {
  .bottles-widget__bottles .bottles-widget__bottle.is-selected {
    padding-bottom: 70px;
  }
}
.bottles-widget__bottles .bottles-widget__bottle.is-selected:after {
  bottom: 30px;
}
@media (min-width: 768px) {
  .bottles-widget__bottles .bottles-widget__bottle.is-selected:after {
    bottom: 50px;
  }
}
@media (min-width: 1024px) {
  .bottles-widget__bottles .bottles-widget__bottle.is-selected:after {
    bottom: 70px;
  }
}
@media (min-width: 1280px) {
  .bottles-widget__bottles .bottles-widget__bottle.is-selected:after {
    bottom: 70px;
  }
}
.bottles-widget__bottles .bottles-widget__bottle.is-selected img {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.bottles-widget__bottles .bottles-widget__bottle.is-selected .family-button {
  opacity: 1;
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
.bottles-widget__bottles .bottles-widget__bottle.is-active .family-button {
  margin-top: -90px;
  left: calc(50% - 25px);
}
.bottles-widget__bottles
  .bottles-widget__bottle.is-active
  .family-button
  .family-button__inner {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.bottles-widget__bottles .bottles-widget__bottle.is-active .family-card {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 1;
}
.family-card {
  width: 150px;
  height: 200px;
  background-color: white;
  border-radius: 4px;
  /* padding: 40px 20px 75px 20px; */
  padding: 20px 10px;
  overflow: hidden;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  -webkit-transform: translate(-50%, -40%);
  transform: translate(-50%, -40%);
  opacity: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.bottles-widget__bottles .family-button:hover {
  background-color: #e9212e;
}
.bottles-widget__bottles .family-button:hover .plus-line {
  background-color: white;
}

.family-card .family-card__title {
  color: #e9212e;
  margin-bottom: 0.6rem;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  font-size: 0.7rem;
}

.family-card .family-card__desc {
  color: #4c4c4c;
  font-size: 0.7rem;
  line-height: 1rem;
}
.family-card .family-card__button {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 45px;
  border-radius: 0 0 4px 4px;
  background-color: #e9212e;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  font-size: 0.6rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  text-align: center;
  line-height: 45px;
  color: white;
  -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  font-weight: bold;
}
