@import url(https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700,800,900);
@charset "UTF-8";
/*

  VARS.SCSS

  EZOOM
  Rodrigo Nishino <rodrigo.nishino@ezoom.com.br>

  MOBILE FIRST!

  USE VARIÁVEIS NATIVAS DE CSS AQUI
  PARA QUE ELAS POSSAM SER AJUSTADAS
  POR ALGUM SCRIPT LÁ NO FRONT
  EVENTUALMENTE NÉ

*/
:root {
  --mobile: 425px;
  --tablet: 768px;
  --laptop: 1440px;
  --sectionPadding: 32px;
  --stylishHeight: 80vh;
  --cardBorder: 1px solid red;
}
@media (min-width: var(--tablet)) {
  :root {
    --sectionPadding: 100px;
    --stylishHeight: 100vh;
  }
}

#product #details {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-direction: column;
  position: relative;
  padding: 2rem 0 0;
}
@media screen and (min-width: 960px) {
  #product #details {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin: 1rem 0;
    min-height: 300px;
  }
}
#product #details .details-text {
  z-index: 1;
}
@media screen and (min-width: 960px) {
  #product #details .details-text {
    width: 30%;
    margin-right: 4%;
  }
}
#product #details .details-text .common-text {
  margin: 1rem 0;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}
@media screen and (min-width: 960px) {
  #product #details .details-text .common-text {
    font-size: 14px;
  }
}
#product #details .details-text .common-button {
  display: inline-block;
}
#product #details .details-info {
  width: 100%;
  margin: 3rem 0;
  z-index: 1;
}
@media screen and (min-width: 960px) {
  #product #details .details-info {
    width: 25%;
  }
}
#product #details .details-info .info {
  padding: 1.5rem;
  background-color: #1d1d1b;
  width: 100%;
}
@media screen and (min-width: 960px) {
  #product #details .details-info .info {
    padding: 3rem;
  }
}
#product #details .details-info .info .info-item {
  padding: 1rem 0;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#product #details .details-info .info .info-item:not(:last-child)::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background-color: #ababab;
}
#product #details .details-info .info .info-item span {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 10px;
  text-transform: uppercase;
  color: #fff;
  width: 50%;
  line-height: 1.2;
}
#product #details .details-info .info .info-item span:last-child {
  text-align: right;
}
#product #details .details-info .info .info-item span.label {
  color: #ababab;
}
#product #details .details-image {
  display: none;
}
@media screen and (min-width: 960px) {
  #product #details .details-image {
    position: absolute;
    top: 0;
    left: 57%;
    height: 100%;
    width: 100%;
    z-index: 0;
    display: block;
    padding: 4rem 0;
    background-image: url("/site/img/circle.png");
    background-position: 20% 50%;
    background-repeat: no-repeat;
    background-size: contain;
  }
  #product #details .details-image .lazyload-image {
    background-position: center left;
    background-repeat: no-repeat;
    background-size: contain;
  }
}
#product #gallery {
  position: relative;
  padding: 0 0 1rem;
}
#product #gallery .gallery-title {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 12px;
  display: block;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.5rem;
  line-height: 1.5;
}
#product #gallery .gallery-swiper .swiper-wrapper {
  margin: 2rem 0;
  align-items: center;
}
#product #gallery .gallery-swiper .swiper-wrapper .swiper-slide .lazyload {
  height: 300px;
  width: 100%;
}
#product #gallery .gallery-swiper .swiper-wrapper .swiper-slide .lazyload .lazyload-image {
  height: 100%;
  width: auto;
  max-width: 100%;
  margin: 0 auto;
}
#product #gallery .gallery-swiper .swiper-navigation {
  height: auto;
  width: 100%;
  position: relative;
  padding: 0.5rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
#product #gallery .gallery-swiper .swiper-navigation .swiper-button {
  height: 38px;
  width: 38px;
  position: relative;
  left: unset;
  right: unset;
  top: unset;
  bottom: unset;
  float: unset;
  margin: 0 0.3rem;
}
#product #gallery .gallery-swiper .swiper-navigation .swiper-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: transparent;
  box-shadow: 0 0 0 1px #000;
  border-radius: 50%;
}
#product #gallery .gallery-swiper .swiper-navigation .swiper-button::after {
  content: none;
}
#product #gallery .gallery-swiper .swiper-navigation .swiper-button svg {
  height: 16px;
  width: 16px;
}
#product #gallery .gallery-swiper .swiper-navigation .swiper-button svg path {
  stroke: #1d1d1b;
}
#product #gallery .gallery-swiper .swiper-navigation .swiper-button.swiper-button-prev {
  transform: rotate(180deg);
  transform-origin: center;
}
#product #video {
  background-color: #f5f1ec;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
#product #video .video-title {
  text-align: center;
  margin-bottom: 2rem;
}
#product #video .video-title .common-title {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 12px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.5rem;
  line-height: 1.5;
}
#product #video .video-title .title {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 16px;
  display: block;
  line-height: 1.5;
  margin-top: 0.5rem;
}
#product #video .video-wrapper {
  height: 480px;
  width: 100%;
  position: relative;
}
#product #video .video-wrapper a {
  display: block;
}
#product #video .video-wrapper .lazyload {
  height: 480px;
  width: 100%;
  z-index: 0;
}
#product #video .video-wrapper svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
#product #tour {
  position: relative;
}
#product #tour .common-limiter {
  position: unset;
}
#product #tour .common-limiter .tour-content {
  height: auto;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 2rem 0;
}
@media screen and (min-width: 960px) {
  #product #tour .common-limiter .tour-content {
    height: 480px;
    width: 25%;
    min-width: 250px;
    background-color: #fff;
    z-index: 1;
    align-items: flex-start;
    justify-content: center;
    padding: 0 1rem 0 0;
  }
}
#product #tour .common-limiter .tour-content .title {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 32px;
  margin-bottom: 0.5rem;
  line-height: 1.1;
}
@media screen and (min-width: 960px) {
  #product #tour .common-limiter .tour-content .title {
    font-size: 48px;
  }
}
#product #tour .tour-image {
  height: 480px;
  width: 100%;
  position: relative;
}
@media screen and (min-width: 960px) {
  #product #tour .tour-image {
    position: absolute;
    top: 0;
    right: 0;
    height: 480px;
    width: calc(75% - 2rem);
    z-index: 0;
    max-width: calc(100% - 300px);
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
#product #tour .tour-image .lazyload {
  height: 100%;
  width: 100%;
}
#product #tour .tour-image .common-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
@media screen and (min-width: 960px) {
  #product #tour .tour-image .common-button {
    top: unset;
    left: unset;
    transform: unset;
  }
}
