.globo-related-products {
  margin: 0 auto 2.5rem;
  display: block;
  width: 100%;
}
.globo-product-recommendations {
  gap: 0;
}
globo-product-recommendations.globo-related-products {
  margin-bottom: 2rem;
  display: block;
}
.globo-product-recommendations .related-products__heading {
  margin: 0 0 3rem;
  font-size: 2.5rem;
  font-weight: bold;
}
.globo-product-recommendations:not(.globo-products-carousel) {
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .globo-product-recommendations:not(.globo-products-carousel) {
    margin-left: -5px;
    margin-right: -5px;
  }
}
.globo-product-recommendations.globo-products-carousel .spf-product-card {
  margin-bottom: 0 !important;
  padding-bottom: 2rem !important;
}
.globo-product-recommendations img.gflazyload,
.globo-product-recommendations img.gflazyloaded,
.globo-product-recommendations img.lazyload,
.globo-product-recommendations img.lazyloaded,
.rimage-outer-wrapper svg {
  width: 100%;
  height: auto;
}
.globo-product-recommendations:after,
.globo-product-recommendations:before,
.spf-hidden,
.spf-product-card span.spr-badge-caption,
.spf-product-card__image-hidden,
.visible-lg,
.visible-md,
.visible-sm,
.visible-xs {
  display: none !important;
}
.spf-product-card {
  padding-bottom: 15px;
  position: relative;
  margin-bottom: 30px;
}
.spf-product-card__inner {
  position: relative;
  display: block;
  overflow: hidden;
}
img.spf-product-card__image {
  max-width: 100%;
  max-height: 100%;
  display: block;
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform: translateZ(0) scale(1, 1);
  -webkit-transform: translateZ(0) scale(1, 1);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.spf-product-card__image-wrapper.hover-effect:hover .spf-product-card__image-main,
.spf-product-card__image-secondary {
  opacity: 0 !important;
}
.spf-product-card__image-wrapper.hover-effect:hover .spf-product-card__image-secondary{
  opacity: 1 !important;
}
span.spf-product__swatch-text {
  width: 100%;
  height: 100%;
  line-height: 24px;
  min-width: 24px;
  padding: 0 7px;
  display: block;
  min-height: 23px;
  text-align: center;
  font-size: 0.85em;
  background: #fff;
}
span.spf-product__swatch-color,
span.spf-product__swatch-image {
  width: 24px;
  height: 24px;
  display: block;
}
a.spf-product-card__image-wrapper {
  position: relative;
  display: block;
  background: #fff;
  z-index: 1;
}
.spf-product__form {
  position: relative;
  display: flex;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
  z-index: 2;
}
button.spf-product__form-btn-addtocart:disabled {
  cursor: not-allowed;
  opacity: 0.6;
}
span.spf-product-card__oldprice {
  text-decoration: line-through;
  margin-right: 5px;
}
.spf-product__swatchs + .spf-product__swatchs {
  padding-bottom: 5px;
  margin-top: 0;
}
.spf-product__swatchs {
  margin: 0 -2px;
  padding: 5px 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
span.spf-product__swatch {
  margin: 3px;
  position: relative;
  cursor: pointer;
  box-shadow: 0 0 0 1px #ddd, 0 1px 1px 0 #ddd;
  overflow: hidden;
  border-radius: 2px;
  border: 1px solid #fff;
}
span.spf-product__swatch-inner {
  overflow: hidden;
  display: block;
}
.spf-product__swatchs.round span.spf-product__swatch-inner {
  overflow: hidden;
  display: block;
  border: 1px solid #fff;
  position: relative;
}
.spf-product__swatchs.round span.spf-product__swatch,
.spf-product__swatchs.round span.spf-product__swatch-inner {
  border-radius: 24px;
}
span.spf-product__swatch.is-selected {
  box-shadow: 0 0 0 1px #3f3f44, 0 1px 3px 0 rgba(63, 63, 68, 0.15);
}
span.spf-product__swatch-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
span.spf-product__swatch-color + span.spf-product__swatch-color {
  width: 0;
  height: 0;
  border-top: 24px solid transparent;
  border-right: 24px solid transparent;
  position: absolute;
  top: 0;
  z-index: 2;
}
span.spf-product__label {
  position: absolute;
  left: 5px;
  padding: 3px 10px;
  z-index: 9;
  top: 5px;
  border-radius: 2px;
}
span.spf-product__label.spf-product__label-sale {
  background: #d21625;
  color: #fff;
}
span.spf-product__label.spf-product__label-soldout {
  background: #989898;
  color: #fff;
}
button.spf-product__form-btn-addtocart {
  position: relative;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  border-radius: 2px;
  border: 0;
  outline: 0;
  text-shadow: none;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, opacity 0.25s ease;
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease;
  overflow: hidden;
  color: #fff;
  background-color: #b59677;
  font-size: 13px;
  display: block;
  line-height: 38px;
  height: 38px;
  padding: 0 10px;
  margin: 0;
  letter-spacing: .2em;
}
.spf-product__info-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.spf-product__info-row .spf-product-card__price-wrapper {
  margin-left: 5px;
}
.spf-product-card.spf-product-card__template-1 .spf-product__form{
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  right: 1rem;
  overflow: hidden;
}
.spf-product-card.spf-product-card__template-1 button.spf-product__form-btn-addtocart {
  width: 100%;
}
.spf-product-card.spf-product-card__template-5 .spf-product__form {
  margin-left: -5px;
  margin-top: 5px;
  min-width: 100%;
}
.spf-product-card.spf-product-card__template-5
  button.spf-product__form-btn-addtocart {
  flex: 1 1 auto;
  margin-left: 5px;
  margin-bottom: 5px;
  padding: 0 5px;
  width: auto;
}
.spf-product-card.spf-product-card__template-5 a.open-quick-view {
  margin-bottom: 5px;
}
.spf-product-card.spf-product-card__template-3 .spf-product__form {
  margin-top: 12px;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.spf-product-card.spf-product-card__template-3
  button.spf-product__form-btn-addtocart {
  border-radius: 3px;
}
.spf-product-card.spf-product-card__center .spf-product__info,
.spf-product-card.spf-product-card__template-3 .spf-product__info {
  text-align: center;
}
.spf-product-card.spf-product-card__center .spf-product__form,
.spf-product-card.spf-product-card__center .spf-product__swatchs,
.spf-product-card.spf-product-card__template-3 .spf-product__form,
.spf-product-card.spf-product-card__template-3 .spf-product__swatchs {
  align-items: center;
  justify-content: center;
}
.spf-product-card.spf-product-card__left .spf-product__form,
.spf-product-card.spf-product-card__left .spf-product__swatchs {
  justify-content: flex-start;
}
.spf-product-card.spf-product-card__right .spf-product__info {
  text-align: right;
}
.spf-product-card.spf-product-card__right .spf-product__form,
.spf-product-card.spf-product-card__right .spf-product__swatchs {
  justify-content: flex-end;
}
.spf-product-card.spf-product-card__template-3 .spf-product__info.hover {
  overflow: hidden;
  margin-bottom: -56px;
  padding-bottom: 56px;
  position: relative;
  z-index: 2;
}
.spf-product-card.spf-product-card__template-2
  button.spf-product__form-btn-addtocart {
  padding: 0 16px;
  margin-top: 10px;
  display: flex;
  justify-content: center !important;
  align-items: center !important;
  line-height: 35px;
  height: 35px;
  border-radius: 2px;
}
.spf-product-card.spf-product-card__template-4 .spf-product__form {
  position: absolute;
  bottom: 0;
  right: 0;
  transition: transform 0.25s ease;
}
.globo-product-recommendations
  .spf-product-card.spf-product-card__template-4
  .spf-product__form
  a.open-quick-view {
  border-radius: 0;
  margin: 0;
  box-shadow: none;
  position: static;
  width: 42px;
  height: 42px;
  line-height: 42px;
  flex: 1 1 42px;
  transition: transform 0.25s ease;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.spf-product-card.spf-product-card__template-4:hover .spf-product__form,
.spf-product-card.spf-product-card__template-4:hover a.open-quick-view,
.spf-product-card.spf-product-card__template-4:hover
  button.spf-product__form-btn-addtocart {
  transform: translateX(0) !important;
}
.spf-product-card.spf-product-card__template-4
  button.spf-product__form-btn-addtocart {
  width: 42px;
  height: 42px;
  position: static;
  padding: 0;
  margin: 0;
  line-height: 40px;
  transition: transform 0.25s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0;
}
.spf-product-card.spf-product-card__template-4
  button.spf-product__form-btn-addtocart
  span
  i {
  margin: 0;
  line-height: 1;
}
button.spf-product__form-btn-addtocart i.fa.fa-shopping-bag {
  margin-right: 10px;
  vertical-align: middle;
  margin-bottom: 3px;
}
.spf-product__info {
  padding-top: 10px;
}
.globo-product-recommendations .spf-product-card:not(.spf-product-card__template-4) .open-quick-view {
  background-color: #fff;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  width: 35px;
  height: 35px;
  line-height: 35px;
  display: flex;
  padding: 0;
  border: 0;
  text-decoration: none;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  color: #2d2d2d;
  font-size: 0;
  letter-spacing: 0;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 9;
  cursor: pointer !important;
}
.globo-product-recommendations .spf-product-card .spf-product__form a.open-quick-view {
  flex: 0 0 38px;
  position: static;
  box-shadow: none;
  margin-left: 5px;
  border-radius: 2px;
  height: 38px;
}
.spf-product-card__inner .spf-product__swatchs_container {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  padding: 0;
  z-index: 2;
}
.spf-product-card__inner .spf-product__swatchs_container .spf-product__swatchs {
  justify-content: center;
  padding: 0 5px;
}
.spf-product-card__inner
  .spf-product__swatchs_container
  .spf-product__swatchs
  + .spf-product__swatchs {
  margin-top: 5px;
}
.spf-product-card__inner
  .spf-product__swatchs_container
  .spf-product__swatchs:first-child {
  margin-top: 10px;
}
.spf-product-card__inner
  .spf-product__swatchs_container
  .spf-product__swatchs:last-child {
  margin-bottom: 10px;
}
.spf-product-card__inner .spf-product__swatchs_container:before {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #fff;
  opacity: 0.6;
}
.globo-product-recommendations .product-rating {
  color: #fdbc00;
  font-size: 12px;
}
select.spf-product__variants {
  display: none;
  opacity: 0;
  visibility: hidden;
}
.spf-product-card__images-navigation {
  position: absolute;
  bottom: 10px;
  right: 10px;
  display: flex;
  z-index: 2;
}
.spf-product-card__images-navigation .image-navigation {
  width: 32px;
  height: 32px;
  display: flex;
  background: #fff;
  color: #212b36;
  border-radius: 50%;
  cursor: pointer;
  border: 1px solid #ededed;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.gf-tooltip-trigger:after,
.gf-tooltip-trigger:before {
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  margin-left: -7px;
  content: "";
}
.spf-product-card__images-navigation .image-navigation:hover {
  background: #141414;
  color: #fff;
}
.spf-product-card__images-navigation .image-navigation svg {
  width: 25px;
  height: 25px;
  fill: currentColor;
  display: block;
}
.spf-product-card__images-navigation .image-navigation:hover svg.spfs-icon {
  background: #141414;
  stroke: #fff;
}
.spf-product-card__images-navigation .image-navigation svg.spfs-icon {
  width: 20px;
  height: 20px;
  position: relative;
  z-index: 1;
  stroke: currentColor;
  fill: transparent;
}
.spf-product-card__images-navigation .image-navigation.prev {
  margin-right: 3px;
}
.spf-product-card .product-rating span {
  float: none;
}

.h4.spf-product-card__title a {
  text-decoration: none;
}
.spf-col,
.spf-col-1,
.spf-col-10,
.spf-col-11,
.spf-col-12,
.spf-col-2,
.spf-col-3,
.spf-col-4,
.spf-col-5,
.spf-col-6,
.spf-col-7,
.spf-col-8,
.spf-col-9,
.spf-col-auto,
.spf-col-lg,
.spf-col-lg-1,
.spf-col-lg-10,
.spf-col-lg-11,
.spf-col-lg-12,
.spf-col-lg-2,
.spf-col-lg-3,
.spf-col-lg-4,
.spf-col-lg-5,
.spf-col-lg-6,
.spf-col-lg-7,
.spf-col-lg-8,
.spf-col-lg-9,
.spf-col-lg-auto,
.spf-col-md,
.spf-col-md-1,
.spf-col-md-10,
.spf-col-md-11,
.spf-col-md-12,
.spf-col-md-2,
.spf-col-md-3,
.spf-col-md-4,
.spf-col-md-5,
.spf-col-md-6,
.spf-col-md-7,
.spf-col-md-8,
.spf-col-md-9,
.spf-col-md-auto,
.spf-col-sm,
.spf-col-sm-1,
.spf-col-sm-10,
.spf-col-sm-11,
.spf-col-sm-12,
.spf-col-sm-2,
.spf-col-sm-3,
.spf-col-sm-4,
.spf-col-sm-5,
.spf-col-sm-6,
.spf-col-sm-7,
.spf-col-sm-8,
.spf-col-sm-9,
.spf-col-sm-auto,
.spf-col-xl,
.spf-col-xl-1,
.spf-col-xl-10,
.spf-col-xl-11,
.spf-col-xl-12,
.spf-col-xl-2,
.spf-col-xl-3,
.spf-col-xl-4,
.spf-col-xl-5,
.spf-col-xl-6,
.spf-col-xl-7,
.spf-col-xl-8,
.spf-col-xl-9,
.spf-col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
@media screen and (max-width: 767px) {
  .spf-col,
  .spf-col-1,
  .spf-col-10,
  .spf-col-11,
  .spf-col-12,
  .spf-col-2,
  .spf-col-3,
  .spf-col-4,
  .spf-col-5,
  .spf-col-6,
  .spf-col-7,
  .spf-col-8,
  .spf-col-9,
  .spf-col-auto,
  .spf-col-lg,
  .spf-col-lg-1,
  .spf-col-lg-10,
  .spf-col-lg-11,
  .spf-col-lg-12,
  .spf-col-lg-2,
  .spf-col-lg-3,
  .spf-col-lg-4,
  .spf-col-lg-5,
  .spf-col-lg-6,
  .spf-col-lg-7,
  .spf-col-lg-8,
  .spf-col-lg-9,
  .spf-col-lg-auto,
  .spf-col-md,
  .spf-col-md-1,
  .spf-col-md-10,
  .spf-col-md-11,
  .spf-col-md-12,
  .spf-col-md-2,
  .spf-col-md-3,
  .spf-col-md-4,
  .spf-col-md-5,
  .spf-col-md-6,
  .spf-col-md-7,
  .spf-col-md-8,
  .spf-col-md-9,
  .spf-col-md-auto,
  .spf-col-sm,
  .spf-col-sm-1,
  .spf-col-sm-10,
  .spf-col-sm-11,
  .spf-col-sm-12,
  .spf-col-sm-2,
  .spf-col-sm-3,
  .spf-col-sm-4,
  .spf-col-sm-5,
  .spf-col-sm-6,
  .spf-col-sm-7,
  .spf-col-sm-8,
  .spf-col-sm-9,
  .spf-col-sm-auto,
  .spf-col-xl,
  .spf-col-xl-1,
  .spf-col-xl-10,
  .spf-col-xl-11,
  .spf-col-xl-12,
  .spf-col-xl-2,
  .spf-col-xl-3,
  .spf-col-xl-4,
  .spf-col-xl-5,
  .spf-col-xl-6,
  .spf-col-xl-7,
  .spf-col-xl-8,
  .spf-col-xl-9,
  .spf-col-xl-auto {
    padding-right: 5px;
    padding-left: 5px;
  }
}
.spf-col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}
.spf-col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.spf-col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.spf-col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.spf-col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.spf-col-12{
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 576px) {
  .spf-col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .spf-col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .spf-col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .spf-col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .spf-col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .spf-col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .spf-col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .spf-col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .spf-col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .spf-col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .spf-col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .spf-col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .spf-col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .spf-col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .spf-col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .spf-col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .spf-col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .spf-col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .spf-col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .spf-col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .spf-col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .spf-col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .spf-col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .spf-col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .visible-lg {
    display: block !important;
  }
  .hidden-lg {
    display: none !important;
  }
}
@media only screen and (min-width: 1025px) {
  .spf-product-card__template-1 .spf-product__form .spf-product__form-btn-addtocart {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.25s ease, opacity 0.25s ease;
    transition: transform 0.25s ease, opacity 0.25s ease;
    will-change: transform;
    opacity: 0;
  }
  .spf-product-card.spf-product-card__template-1:hover button.spf-product__form-btn-addtocart {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  .spf-product-card.spf-product-card__template-3 .spf-product__info.hover {
    -webkit-transition: -webkit-transform 0.25 ease, opacity 0.25 ease;
    transition: transform 0.25 ease, opacity 0.25 ease, -webkit-transform 0.25 ease;
  }
  .spf-product-card.spf-product-card__template-3:hover
    .spf-product__info.hover {
    -webkit-transform: translateY(-58px) translateZ(0);
    transform: translateY(-58px) translateZ(0);
    -webkit-transition: -webkit-transform 0.25 ease, opacity 0.25 ease;
    transition: transform 0.25 ease, opacity 0.25 ease, -webkit-transform 0.25 ease;
  }
  .spf-product-card.spf-product-card__template-1 a.open-quick-view,
  .spf-product-card.spf-product-card__template-3 a.open-quick-view {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.25 ease;
    transition: all 0.25 ease;
  }
  .spf-product-card.spf-product-card__template-1 a.open-quick-view {
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    -sand-transform: scale(0);
  }
  .spf-product-card.spf-product-card__template-1 .spf-product-card__inner:hover a.open-quick-view,
  .spf-product-card.spf-product-card__template-3 .spf-product-card__inner:hover a.open-quick-view {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -sand-transform: scale(1);
    -webkit-transition: 0.25;
    transition: 0.25;
  }
  .spf-product-card.spf-product-card__template-1 .spf-product-card__inner:hover a.open-quick-view {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -sand-transform: scale(1);
  }
  .spf-product-card.spf-product-card__template-2 a.open-quick-view {
    transform: translate3d(100%, -100%, 0);
    opacity: 0;
    -webkit-transition: 0.25;
    transition: 0.25;
  }
  .spf-product-card.spf-product-card__template-2 .spf-product-card__images-navigation {
    transform: translate3d(100%, 100%, 0);
    opacity: 0;
    -webkit-transition: 0.25;
    transition: 0.25;
  }
  .spf-product-card.spf-product-card__template-2 .spf-product-card__inner:hover .spf-product-card__images-navigation,
  .spf-product-card.spf-product-card__template-2 .spf-product-card__inner:hover a.open-quick-view {
    transform: translate3d(0, 0, 0);
    opacity: 1;
    -webkit-transition: 0.25;
    transition: 0.25;
  }
  .spf-product-card.spf-product-card__template-4 .spf-product__form {
    transform: translateX(100%);
  }
  .globo-product-recommendations .spf-product-card.spf-product-card__template-4 .spf-product__form a.open-quick-view,
  .spf-product-card.spf-product-card__template-4  button.spf-product__form-btn-addtocart {
    transform: translateX(150%);
  }
}

.gl-owl--carousel, .gl-owl--carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}
.gl-owl--carousel {
  display: none;
  width: 100%;
  z-index: 1;
}
.gl-owl--carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}
.gl-owl--carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.gl-owl--carousel .owl-dots.disabled, .gl-owl--carousel .owl-nav.disabled, .gl-owl--carousel .owl-video-playing .owl-video-play-icon, .gl-owl--carousel .owl-video-playing .owl-video-tn, .ui-helper-hidden {
  display: none;
}
.gl-owl--carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}
.gl-owl--carousel .owl-item, .gl-owl--carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.gl-owl--carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}
.gl-owl--carousel .owl-item img {
  display: block;
  width: 100%;
}
.gl-owl--carousel.owl-loaded, .no-js .gl-owl--carousel {
  display: block;
}
.gl-owl--carousel .owl-dot, .gl-owl--carousel .owl-nav .owl-next, .gl-owl--carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.gl-owl--carousel .owl-nav button.owl-next, .gl-owl--carousel .owl-nav button.owl-prev, .gl-owl--carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.gl-owl--carousel .owl-nav button.owl-prev, .gl-owl--carousel .owl-nav button.owl-next{
  position: absolute;
  top: 45%;
  width: 40px !important;
  height: 40px !important;
  align-items: center;
  justify-content: center;
  display: flex;
  margin-top: -20px;
  background: transparent !important;
  color: #171717 !important;
  border-radius: 50%;
  border: 1px solid;
  overflow: hidden;
}
@media (min-width: 768px) {
  .gl-owl--carousel .owl-nav button.owl-prev, 
  .gl-owl--carousel .owl-nav button.owl-next{
    opacity: 0;
    visibility: hidden;
  }
  .gl-owl--carousel:hover .owl-nav button.owl-prev, 
  .gl-owl--carousel .owl-nav button.owl-prev:hover, 
  .gl-owl--carousel .owl-nav button.owl-next:hover, 
  .gl-owl--carousel:hover .owl-nav button.owl-next{
    opacity: 1;
    visibility: visible;
  }
}
.gl-owl--carousel .owl-nav button.owl-prev svg, .gl-owl--carousel .owl-nav button.owl-next svg{
  width: 16px;
  height: 16px;
}
@media (min-width: 1200px) {
  .gl-owl--carousel .owl-nav button.owl-prev{
    left: -20px;
  }
  .gl-owl--carousel .owl-nav button.owl-next{
    right: -20px;
  }
}
@media (max-width: 1199px) {
  .gl-owl--carousel .owl-nav button.owl-prev{
    left: 0;
  }
  .gl-owl--carousel .owl-nav button.owl-next{
    right: 0;
  }
}
.gl-owl--carousel .owl-nav button.owl-prev:hover svg {
  -webkit-animation: move-right-left .2s ease forwards;
  animation: move-right-left .2s ease forwards;
}
.gl-owl--carousel .owl-nav button.owl-next:hover svg {
  -webkit-animation: move-left-right .2s ease forwards;
  animation: move-left-right .2s ease forwards;
}

@-webkit-keyframes move-right-left {
  0% {
      transform: translate(0)
  }

  49% {
      transform: translate(100%)
  }

  50% {
      transform: translate(-100%)
  }

  to {
      transform: translate(0)
  }
}

@keyframes move-right-left {
  0% {
      transform: translate(0)
  }

  49% {
      transform: translate(100%)
  }

  50% {
      transform: translate(-100%)
  }

  to {
      transform: translate(0)
  }
}

@-webkit-keyframes move-left-right {
  0% {
      transform: translate(0)
  }

  49% {
      transform: translate(100%)
  }

  50% {
      transform: translate(-100%)
  }

  to {
      transform: translate(0)
  }
}

@keyframes move-left-right {
  0% {
      transform: translate(0)
  }

  49% {
      transform: translate(100%)
  }

  50% {
      transform: translate(-100%)
  }

  to {
      transform: translate(0)
  }
}
.gl-owl--carousel .owl-nav button.owl-prev{
  transform: rotate(0) scale(-1);
}
.gl-owl--carousel .owl-dots {
  display: flex;
  gap: 1rem;
  justify-content: center;
}
.gl-owl--carousel button.owl-dot {
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  border: 0.1rem solid rgba(14, 27, 77, .5);
  padding: 0;
  display: block;
}
.gl-owl--carousel button.owl-dot:not(.active):hover{
  border-color: rgb(14, 27, 77);
  transform: scale(1.1);
}
.gl-owl--carousel button.owl-dot.active{
  background-color: rgb(14, 27, 77);
}
.gl-owl--carousel.owl-loading {
  opacity: 0;
  display: block;
}
.gl-owl--carousel.owl-hidden {
  opacity: 0;
}
.gl-owl--carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.gl-owl--carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.gl-owl--carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.gl-owl--carousel.owl-rtl {
  direction: rtl;
}
.gl-owl--carousel.owl-rtl .owl-item {
  float: right;
}
@keyframes fadeOut {
  0% {
      opacity: 1;
 }
  100% {
      opacity: 0;
 }
}
.owl-height {
  transition: height 0.5s ease-in-out;
}