img {
  max-width: 100%;
  height: auto
}

a:focus,
a:hover {
  outline: 0;
  color: var(--color-primary);
  text-decoration: none
}

.btn:focus {
  outline: unset;
  box-shadow: unset
}

.bwp-container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px
}

.btn {
  display: block;
  padding: 10px 30px;
  border-radius: 0;
  font-family: var(--font-family);
  font-size: 12px;
  text-transform: uppercase;
  transition: all .3s ease
}

.btn-primary {
  color: #fff;
  background-color: var(--color-primary);
  border: 1px solid var(--color-primary)
}

.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
  color: #fff;
  background-color: var(--color-primary);
  border-color: var(--color-primary)
}

.btn-secondary {
  color: #000;
  background-color: #fff;
  border: 1px solid #e7e7e7
}

.btn-secondary:active,
.btn-secondary:focus,
.btn-secondary:hover {
  color: #000;
  background-color: #e7e7e7;
  border-color: #e7e7e7
}

.btn--secondary-accent {
  width: 50%
}
.product-short-description {
  display: none
}

.product-card {
  position: relative;
  margin-bottom: 25px
}

.product-card:hover .product-card__buttons>div {
  opacity: 1;
  visibility: visible;
  transform: translateY(0)
}

.product-card:hover .product-card__image .product-card__img-hidden:not(.lazyload) {
  opacity: 1;
  visibility: visible;
  transition: all .3s ease
}

.product-card:hover .product-card__image-wrapper.transform .product-card__image {
  overflow: hidden
}

.product-card:hover .product-card__image-wrapper.transform .product-card__image .product-card__img-hidden {
  transform: scale(1)
}

.product-card .product-card__image-wrapper.transform .product-card__image {
  overflow: hidden
}

.product-card .product-card__image-wrapper.transform .product-card__image .product-card__img-hidden {
  transform: scale(1)
}

.product-card .product-card__image-wrapper.transform .product-card__image .product-card__img-hidden {
  transform: scale(1.3)
}

.product-card .product-card__form.mobile {
  margin-top: 15px;
  overflow: hidden;
  position: relative
}

.product-card .product-card__form.mobile .btn {
  padding: 0;
  height: 35px;
  line-height: 35px;
  color: #000;
  text-transform: unset;
  border: 1px solid #e7e7e7;
  margin: auto;
  border-radius: 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
  flex: 1;
  font-size: revert !important
}

.product-card .product-card__form.mobile .btn:hover {
  color: #fff;
  background: var(--color-primary);
  border-color: var(--color-primary) !important
}

.product-card .product-card__form.mobile .btn.btn-link {
  font-size: 12px !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 33px;
  color: #000;
  text-decoration: none
}

.product-card .product-card__form.mobile .btn.btn-link:hover {
  background: var(--color-primary);
  border-color: var(--color-primary);
  color: #fff
}

.product-card .product-card__form.mobile .btn.btn-link:before {
  display: none
}

.product-card.hover_style_1 .product-card__content .product-card__name {
  flex: 1
}

.product-card.hover_style_1 .product-card__content .content-top {
  display: flex;
  justify-content: space-between
}

.product-card.hover_style_1 .product-card__buttons {
  flex-wrap: wrap;
  width: 35px;
  left: auto;
  padding: 0;
  right: 25px;
  bottom: auto;
  top: 15px
}

.product-card.hover_style_1 .product-card__buttons>div {
  margin: 10px 0 0;
  transform: translateY(20px)
}

.product-card.hover_style_1 .product-card__buttons>div:before {
  right: calc(100% + 10px);
  left: auto;
  bottom: calc(50% - 11.5px);
  transform: unset
}

.product-card.hover_style_1 .product-card__buttons>div:after {
  right: 100%;
  left: auto;
  bottom: calc(50% - 5px);
  border-color: transparent transparent transparent var(--color-primary)
}

.product-card.hover_style_1 .content-bottom {
  position: relative;
  overflow: hidden
}

.product-card.hover_style_1 .product-card__form:not(.mobile) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease;
  transform: translateY(100%)
}

.product-card.hover_style_1 .product-card__form:not(.mobile) .btn {
  padding: 0 20px;
  margin: auto;
  color: #000;
  background: var(--color-primary);
  font-size: 17px;
  line-height: 32px;
  text-transform: uppercase;
  font-family: var(--font-family);
  font-weight: 700;
  text-decoration: none;
  position: relative;
  display: inline-block;
  border-radius: 50px
}

.product-card.hover_style_1 .product-card__form:not(.mobile) .btn:hover {
  color: #fff;
  background: #000
}

.product-card.hover_style_1:hover .product-card__buttons>div {
  transform: translateY(0)
}

.product-card.hover_style_1:hover .product-card__form:not(.mobile) {
  transform: translateY(0);
  opacity: 1;
  visibility: visible
}

.product-card.hover_style_2 .product-card__buttons {
  flex-wrap: wrap;
  width: 40px;
  right: 10px;
  padding: 0;
  bottom: auto;
  top: 0
}

.product-card.hover_style_2 .product-card__buttons>div {
  margin: 10px 0 0;
  transform: translateY(20px)
}

.product-card.hover_style_2 .product-card__buttons>div:before {
  left: auto;
  right: calc(100% + 10px);
  bottom: calc(50% - 11.5px);
  transform: unset
}

.product-card.hover_style_2 .product-card__buttons>div:after {
  left: auto;
  right: 100%;
  bottom: calc(50% - 5px);
  border-color: transparent transparent transparent var(--color-primary)
}

.product-card.hover_style_3 {
  position: relative
}

.product-card.hover_style_3 .product-card__buttons {
  flex-wrap: wrap;
  width: 20px;
  right: 10px;
  padding: 0;
  bottom: auto;
  top: 10px;
  z-index: 11
}

.product-card.hover_style_3 .product-card__content {
  text-align: center
}

.product-card.hover_style_3 .product-card__buttons>div {
  margin: 5px 0 0;
  transform: translateX(50px);
  height: 20px;
  line-height: 20px
}

.product-card.hover_style_3 .product-card__buttons>div:before {
  left: auto;
  right: calc(100% + 10px);
  bottom: calc(50% - 11.5px);
  transform: unset
}

.product-card.hover_style_3 .product-card__buttons>div:after {
  left: auto;
  right: 100%;
  bottom: calc(50% - 5px);
  border-color: transparent transparent transparent var(--color-primary)
}

.product-card.hover_style_3 .product-card__buttons>div .btn,
.product-card.hover_style_3 .product-card__buttons>div button {
  color: #fff;
  background: 0 0;
  width: auto;
  line-height: 1;
  height: 20px
}

.product-card.hover_style_3 .product-card__buttons>div .btn:before,
.product-card.hover_style_3 .product-card__buttons>div button:before {
  line-height: 1
}

.product-card.hover_style_3 .product-card__form:not(.mobile) {
  text-align: center;
  margin-top: 10px
}

.product-card.hover_style_3 .product-card__form:not(.mobile) .btn-link {
  padding: 0 25px;
  height: 40px;
  line-height: 38px;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  border: 1px solid #fff;
  margin: auto;
  border-radius: 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
  font-weight: 700;
  font-family: var(--font-family);
  border-radius: 50px;
  text-decoration: none
}

.product-card.hover_style_3 .product-card__form:not(.mobile) .btn-link i {
  margin-right: 5px;
  font-size: 16px;
  line-height: 1;
  position: relative;
  top: 2px;
  display: none
}

.product-card.hover_style_3 .product-card__form:not(.mobile) .btn-link:hover {
  color: #000;
  background: var(--color-primary);
  border: 1px solid var(--color-primary)
}

.product-card.hover_style_3:hover .product-card__image-link:before {
  transform: scale(1);
  opacity: 1;
  visibility: visible
}

.product-card.hover_style_3:hover .product-card__buttons>div {
  transform: translateX(0)
}

.product-card.hover_style_3:hover .product-card__content {
  transform: scale(1);
  opacity: 1;
  visibility: visible
}

.product-card .content-button-mobile {
  position: absolute;
  top: 10px;
  right: 10px
}

.product-card .content-button-mobile>div {
  margin-bottom: 5px
}

.product-card__image-wrapper {
  position: relative;
  overflow: hidden
}

.product-card__image-wrapper.zoom .product-card__image img {
  background: #f5f5f5
}

.product-card__image-wrapper.slider {
  position: relative
}

.product-card__image-wrapper.slider .product-card__image {
  display: block
}

.product-card__image-link {
  display: block
}

.product-card__image-link img:not([role=presentation]) {
  width: 100%
}

.product-card__image {
  position: relative
}

.product-card__image .product-card__img-hidden {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease
}

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

.product-card__content {
  position: relative;
  margin-top: 20px
}

.product-card__buttons {
  position: absolute;
  bottom: 15px;
  right: 0;
  z-index: 9;
  width: 100%;
  display: flex;
  padding: 0 15px;
  transition: all .3s ease-in-out;
  justify-content: center
}

.product-card__buttons>div {
  position: relative;
  transition: all .3s ease;
  transform: translateY(50px);
  opacity: 0;
  visibility: hidden;
  margin: 0 5px
}

.product-card__buttons>div:nth-child(2) {
  transition-delay: 0.1s
}

.product-card__buttons>div:nth-child(3) {
  transition-delay: 0.2s
}

.product-card__buttons>div:nth-child(4) {
  transition-delay: 0.3s
}

.product-card__buttons>div:before {
  content: attr(data-title);
  position: absolute;
  padding: 0 10px;
  background: var(--color-primary);
  color: #000;
  bottom: calc(100% + 10px);
  line-height: 23px;
  white-space: nowrap;
  left: 50%;
  transform: translateX(-50%);
  font-size: 10px;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  border-radius: 5px
}

.product-card__buttons>div:after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: calc(50% - 5px);
  border-width: 5px;
  border-style: solid;
  border-color: var(--color-primary) transparent transparent transparent;
  pointer-events: none;
  opacity: 0;
  visibility: hidden
}

.product-card__buttons>div:hover:after,
.product-card__buttons>div:hover:before {
  opacity: 1;
  visibility: visible
}

.product-card__buttons .btn {
  color: #000;
  display: inline-block;
  text-align: center;
  background: #ffe993;
  width: 35px;
  height: 35px;
  font-size: 0;
  white-space: nowrap;
  padding: 0;
  position: relative;
  cursor: pointer;
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, .04);
  border-radius: 50%
}

.product-card__buttons .btn span {
  display: none
}

.product-card__buttons .btn.btn-link {
  font-size: 0;
  text-decoration: none
}

.product-card__buttons .btn.btn-link i {
  font-size: 18px;
  line-height: 35px
}

.product-card__buttons .btn:focus,
.product-card__buttons .btn:hover {
  outline: 0;
  box-shadow: none
}

.product-card__buttons .btn:hover {
  color: #000;
  background-color: var(--color-primary);
  -webkit-animation-name: beat;
  animation-name: beat;
  -webkit-animation-duration: .9s;
  animation-duration: .9s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite
}

.product-card__name {
  margin: 0 0 5px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 15px;
  font-family: var(--title-font-family);
}

.product-card__name a {
  transition: color .3s ease;
  color: #000;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}

.product-card__name a:hover {
  color: var(--color-primary);
  text-decoration: none
}


@media (min-width:1025px) {

  .product-card .content-button-mobile {
    display: none
  }
}

@media (min-width:1200px) {

  .product-card .product-card__form.mobile {
    display: none
  }

  .product-card.hover_style_3 .product-card__image-link:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: var(--gray-dark-50);
    transform: scale(.8);
    transition: all .3s ease;
    opacity: 0;
    visibility: hidden;
    z-index: 9
  }

  .product-card.hover_style_3 .product-card__content {
    position: absolute;
    padding: 0 15px;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: scale(.8);
    transition: all .3s ease;
    opacity: 0;
    visibility: hidden;
    z-index: 10
  }

  .product-card.hover_style_3 .product-card__content .product-card__name a {
    color: #fff
  }

  .product-card.hover_style_3 .product-card__content .product-card__name a:hover {
    color: var(--color-primary)
  }
}


@media (max-width:1199px) {
  .product-card.hover_style_3 .product-card__content {
    padding: 0
  }

  .product-card .product-card__buttons {
    display: none
  }

  .product-card .product-card__form:not(.mobile) {
    display: none
  }
}

@media (max-width:767px) {
  .hidden-mobile {
    display: none
  }

  .hide_mobile {
    display: none !important
  }
}

/* PRODUCT RECOMMENDATIONS */
.product-recommendations .wpbingo-title__heading {
  /* font-size: 20px; */
  /* color: #000; */
  margin: 0;
  display: inline-block;
  position: relative;
  font-weight: 700;
}

.product-recommendations .product-recommendations__inner {
  position: relative;
}

.product-recommendations .wpbingo-title {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin: 0 0 35px;
}