/*----------  Paths  ----------*/
/*----------  Fontes  ----------*/
/*---- Novas cores ---*/
/*----------  Cores Base  ----------*/
/*----------  Cores Base  ----------*/
/*--- Cores uso ---*/
/* cores Validar */
/*----------  Dimensoes  ----------*/
/*----------  Custons  ----------*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.velocore-lp {
  font-family: "Inter", sans-serif;
  line-height: 1.2;
  scroll-behavior: smooth;
}
.velocore-lp ::-webkit-scrollbar {
  display: none;
}
.velocore-main-banner__desktop {
  margin-bottom: -5px;
}

.velocore-main-banner__desktop img,
.velocore-main-banner__mobile img {
  width: 100%;
}

.banner-mobile,
.banner-desktop {
  width: 100%;
}

video {
  width: 100% !important;
  height: auto !important;
}

.banner-mobile {
  display: none;
}
@media (max-width: 650px) {
  .banner-mobile {
    display: block;
  }
}

@media (max-width: 650px) {
  .banner-desktop {
    display: none;
  }
}

#smarthint-position-1,
#smarthint-position-2,
#smarthint-position-3,
#smarthint-position-4,
#smarthint-position-5 {
  display: none !important;
}

.velocore-main-banner {
  background-color: #D81235;
}

.velocore-buy-btn {
  padding: 10px 25px;
  background: #D81235;
  border-radius: 33px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 30px auto;
  border: none;
}
@media (max-width:600px) {
  .velocore-buy-btn {
    width: fit-content;
  }
}
.velocore-buy-btn a {
  color: #ffffff;
  font-size: 18px;
  text-decoration: none;
  font-weight: 100;
}
@media (max-width:600px) {
  .velocore-buy-btn a {
    font-size: 14px;
  }
}

.velocore-shelf-main {
  background: #111;
  padding: 45px;
}
.velocore-shelf-main h6 {
  font-family: "Inter", sans-serif;
  color: #fff;
  font-size: 34px;
  font-weight: 600;
  line-height: 34px;
  text-align: center;
  padding: 36px 0;
}
.velocore-shelf-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.velocore-shelf-item {
  display: flex;
  flex-direction: row;
  width: 627px;
  height: 260px;
  padding: 18px 60px;
  background: #fff;
  border-radius: 12px;
  margin: 13px;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .velocore-shelf-item {
    flex-direction: column;
    width: 200px;
    height: auto;
    padding: 0;
    align-items: center;
  }
}
.velocore-shelf-item img {
  max-width: 240px;
}
@media screen and (max-width: 768px) {
  .velocore-shelf-item img {
    width: 80%;
    margin-top: 10px;
  }
}
.velocore-shelf-item div {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  grid-gap: 20px;
  max-width: 210px;
}
.velocore-shelf-item div .price {
  grid-gap: 0;
}
.velocore-shelf-item div .product-field {
  display: none;
}
.velocore-shelf-item div h2 {
  display: none;
}
@media screen and (max-width: 768px) {
  .velocore-shelf-item div {
    width: 100%;
  }
  .velocore-shelf-item div ul {
    padding: 20px;
  }
}
.velocore-shelf-item div .card-product-name {
  font-family: "Inter", sans-serif;
  font-size: 13px;
  color: #000;
  font-weight: 500;
}
.velocore-shelf-item div .card-product-price {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  color: #000;
  font-weight: 600;
}
.velocore-shelf-item div .shelf-url button {
  background: #DF1539;
  color: #fff;
  width: 160px;
  height: 23px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  border: 0;
  cursor: pointer;
}

.velocore-entrega {
  display: flex;
  flex-direction: row;
  width: 100%;
  color: #fff;
  background: #222;
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .velocore-entrega {
    flex-direction: column;
    align-items: center;
    padding: 50px 30px;
  }
}
.velocore-entrega div {
  width: 50%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .velocore-entrega div {
    width: 100%;
    justify-content: center !important;
  }
}
.velocore-entrega div:nth-child(1) {
  justify-content: flex-end;
}
.velocore-entrega div:nth-child(2) {
  justify-content: flex-start;
}
.velocore-entrega div ul {
  list-style-type: disc;
}
.velocore-entrega div ul li:first-child {
  font-weight: bold;
}
.velocore-entrega div ul li {
  margin-bottom: 15px;
}
.velocore-entrega div p {
  font-family: Inter, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 54px;
  text-align: left;
  max-width: 430px;
}
@media screen and (max-width: 768px) {
  .velocore-entrega div p {
    font-size: 38px;
    line-height: 110%;
    margin-bottom: 20px;
  }
}

.desktop {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .desktop {
    display: none;
  }
}

.mobile {
  display: none;
}
@media screen and (max-width: 768px) {
  .mobile {
    display: flex;
    flex-wrap: wrap;
  }
}

.velocore-row-container {
  background-color: #d81235;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 0;
  gap: 50px;
  color: #ffffff;
}
@media (max-width:600px) {
  .velocore-row-container {
    flex-direction: column-reverse;
    padding: 15px;
  }
}
.velocore-row-container__banner {
  width: 25%;
}
.velocore-row-container__banner img {
  width: 100%;
}
.velocore-row-container__banner .banner-mobile {
  width: 70%;
  margin: 0 auto;
}
@media (max-width:600px) {
  .velocore-row-container__banner {
    width: 75%;
  }
}
.velocore-row-container__content {
  width: 35%;
}
@media (max-width:600px) {
  .velocore-row-container__content {
    width: 90%;
    margin-top: 90px;
  }
}
.velocore-row-container__content p {
  font-size: 16px;
  font-weight: 200;
  text-align: end;
}
.velocore-row-container__content p strong {
  font-weight: bold;
}
@media (max-width:600px) {
  .velocore-row-container__content p {
    text-align: center;
  }
}
@media (max-width:600px) {
  .velocore-row-container__content:nth-child(1) {
    width: 90%;
  }
}
.velocore-row-container__content:nth-child(1) p {
  text-align: start;
  max-width: 340px;
}
@media (max-width:600px) {
  .velocore-row-container__content:nth-child(1) p {
    text-align: center;
  }
}
.velocore-row-container__banner:nth-child(2) {
  width: 45%;
}
.velocore-row-container__banner:nth-child(2) img {
  width: 100%;
}
@media (max-width:600px) {
  .velocore-row-container__banner:nth-child(2) {
    width: 100%;
  }
}

.negative {
  margin-bottom: -148px;
}
@media (max-width:600px) {
  .negative {
    flex-direction: column;
    margin-bottom: -83px;
  }
}

.velocore-explorer {
  background-color: #111111;
  padding-block: 40px;
}
.velocore-explorer h6 {
  font-size: 22px;
  color: #ffffff;
  margin-bottom: 50px;
  text-align: center;
}
.velocore-explorer h6:first-child {
  margin-top: 90px;
}
.velocore-explorer .velocore-row-container {
  background-color: #111111;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 40px 0;
  gap: 10vw;
  color: #ffffff;
}
@media (max-width:600px) {
  .velocore-explorer .velocore-row-container {
    flex-direction: column;
  }
}
.velocore-explorer .velocore-row-container__banner {
  width: 50%;
}
@media (max-width:600px) {
  .velocore-explorer .velocore-row-container__banner {
    width: 100%;
  }
}
.velocore-explorer .velocore-row-container__content {
  max-width: 430px;
}
@media (max-width:600px) {
  .velocore-explorer .velocore-row-container__content {
    width: 90%;
    text-align: center;
  }
}
.velocore-explorer .velocore-row-container__content h1 {
  font-size: 32px;
  margin-bottom: 10px;
}
.velocore-explorer .velocore-row-container__content span {
  font-size: 16px;
  font-weight: 600;
  display: block;
  margin-bottom: 40px;
}
.velocore-explorer .velocore-row-container__content p {
  font-size: 16px;
  font-weight: 200;
  text-align: start;
  line-height: 24px;
}
@media (max-width:600px) {
  .velocore-explorer .velocore-row-container__content p {
    text-align: center;
  }
}
.velocore-explorer .velocore-row-container__content p strong {
  font-weight: 500;
}
.velocore-explorer__cards {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 2vw;
}
@media (max-width:600px) {
  .velocore-explorer__cards {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.velocore-explorer__cards--card {
  border: 1px solid #ffffff;
  border-radius: 33px;
  padding: 30px 15px;
  width: 25%;
  height: 350px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  text-align: center;
  padding-bottom: 6vw;
}
@media (max-width:600px) {
  .velocore-explorer__cards--card {
    width: 80%;
    height: unset;
  }
}
.velocore-explorer__cards--card h2 {
  color: #f41139;
  margin-bottom: 2vw;
  font-size: 28px;
}
@media (max-width:600px) {
  .velocore-explorer__cards--card h2 {
    font-size: 18px;
  }
}
.velocore-explorer__cards--card p {
  color: #ffffff;
  font-size: 18px;
  line-height: 120%;
}
.velocore-explorer .velocore-whatsapp {
  text-align: center;
  margin: 40px auto;
}

.velocore-plataform {
  background-color: #d81235;
  padding-top: 80px;
  border-radius: 0 127px 0 0;
}
@media (max-width:600px) {
  .velocore-plataform {
    border-radius: 0 85px 0 0;
  }
}
.velocore-plataform h6 {
  font-size: 50px;
  line-height: 55px;
  color: #ffffff;
  margin: 10px auto;
  text-align: center;
}
@media (max-width:600px) {
  .velocore-plataform h6 {
    font-size: 32px;
    max-width: 310px;
    line-height: 100%;
  }
}
.velocore-plataform p {
  font-size: 25px;
  line-height: 28px;
  font-weight: 300;
  color: #ffffff;
  margin: 10px auto;
  text-align: center;
}
@media (max-width:600px) {
  .velocore-plataform p {
    font-size: 16px;
  }
}
@media (max-width:600px) {
  .velocore-plataform-banner img {
    width: 70%;
    margin: 0 auto;
  }
}
.velocore-plataform .velocore-row-container {
  background-color: #d81235;
  display: flex;
  justify-content: center;
  align-items: initial;
  padding: 70px 0;
  color: #ffffff;
}
@media (max-width:600px) {
  .velocore-plataform .velocore-row-container {
    flex-direction: column;
    align-items: center;
    padding: 35px 0;
  }
}
.velocore-plataform .velocore-row-container__banner {
  width: 30%;
}
@media (max-width:600px) {
  .velocore-plataform .velocore-row-container__banner {
    width: 50%;
  }
}
.velocore-plataform .velocore-row-container__content {
  width: 30%;
  margin-top: 20px;
}
@media (max-width:600px) {
  .velocore-plataform .velocore-row-container__content {
    width: 90%;
  }
}
.velocore-plataform .velocore-row-container__content h1 {
  font-size: 32px;
  margin-bottom: 5px;
}
.velocore-plataform .velocore-row-container__content span {
  font-size: 16px;
  font-weight: 600;
  display: block;
  margin-bottom: 20px;
}
.velocore-plataform .velocore-row-container__content p {
  font-size: 16px;
  font-weight: 200;
  text-align: start;
}
.velocore-plataform .velocore-row-container__content p strong {
  font-weight: 500;
}
.velocore-plataform .velocore-plataform-jrny {
  display: flex;
  justify-content: space-between;
  padding-inline: 1vw;
  gap: 15vw;
}
@media (max-width:600px) {
  .velocore-plataform .velocore-plataform-jrny {
    flex-direction: column;
  }
}
.velocore-plataform .velocore-plataform-jrny__cards {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.velocore-plataform .velocore-plataform-jrny__cards--card {
  max-width: 572px;
}
@media (max-width:600px) {
  .velocore-plataform .velocore-plataform-jrny__cards--card {
    width: 100%;
  }
}
.velocore-plataform .velocore-plataform-jrny__cards--card img {
  width: 100% !important;
}
.velocore-plataform .velocore-plataform-jrny span {
  font-size: 10px;
  display: block;
  color: #ffffff;
  text-align: end;
  margin-top: 10px;
}
@media (max-width:600px) {
  .velocore-plataform .velocore-plataform-jrny span {
    text-align: center;
  }
}
.velocore-plataform-banner {
  display: flex;
}

.velocore-specs {
  color: #DF1539;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.velocore-specs__content {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-inline: 8vw;
  margin: 100px;
  gap: 7vw;
}
@media (max-width:600px) {
  .velocore-specs__content {
    gap: 3vw;
    flex-direction: column;
    padding: unset;
    margin: 100px 0;
  }
}
.velocore-specs__content h1 {
  font-size: 50px;
  width: 50%;
}
@media (max-width:600px) {
  .velocore-specs__content h1 {
    font-size: 32px;
    line-height: 100%;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
}
.velocore-specs__content p {
  width: 50%;
  font-size: 16px;
  font-weight: 200;
  line-height: 26px;
}
@media (max-width:600px) {
  .velocore-specs__content p {
    width: 90%;
    text-align: center;
  }
}
.velocore-specs__banner {
  width: 35% !important;
  margin: 25px auto;
}
@media (max-width:600px) {
  .velocore-specs__banner {
    width: 90% !important;
  }
}
.velocore-specs__numbers {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 20px;
}
@media (max-width:600px) {
  .velocore-specs__numbers {
    flex-wrap: nowrap;
    flex-direction: column;
  }
}
.velocore-specs__numbers--card {
  display: flex;
  align-items: center;
  gap: 20px;
  width: 40%;
}
@media (max-width:600px) {
  .velocore-specs__numbers--card {
    width: 90%;
    justify-content: flex-start;
    font-weight: 500;
  }
}
.velocore-specs__numbers--card span {
  display: block;
  padding: 10px 15px;
  color: #ffffff;
  background-color: #DF1539;
  border-radius: 22px;
}
@media (max-width:600px) {
  .velocore-specs__numbers--card span {
    display: flex;
    border-radius: 50%;
    font-size: 20px;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
    display: flex;
  }
}

.velocore-connect {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  padding-inline: 150px;
  margin-block: 70px;
  gap: 20px;
}
@media (min-width:1025px) {
  .velocore-connect {
    flex-direction: column;
    width: 100%;
  }
}
@media (max-width:880px) {
  .velocore-connect {
    flex-direction: column;
    padding-inline: 20px;
  }
}
.velocore-connect__content {
  width: 100%;
  display: flex;
  flex-direction: row;
}
@media (max-width:880px) {
  .velocore-connect__content {
    flex-direction: column;
  }
}
.velocore-connect__content--left, .velocore-connect__content--right {
  width: 50%;
}
@media (max-width:880px) {
  .velocore-connect__content--left, .velocore-connect__content--right {
    width: 100%;
  }
}
.velocore-connect__content--right {
  display: flex;
  justify-content: flex-end;
}
.velocore-connect__content h1 {
  font-size: 32px;
  color: #df1539;
}
@media (max-width:880px) {
  .velocore-connect__content h1 {
    font-size: 28px;
  }
}
.velocore-connect__content h2 {
  font-size: 28px;
  color: #555555;
  margin-bottom: 25px;
  font-weight: 400;
}
@media (max-width:880px) {
  .velocore-connect__content h2 {
    font-size: 22px;
  }
}
.velocore-connect__content p {
  margin-block: 15px;
  font-size: 18px;
  line-height: 22px;
  color: #606060;
  max-width: 370px;
  margin-bottom: 24px;
}
@media (max-width:880px) {
  .velocore-connect__content--buttons {
    width: 100%;
    justify-content: space-between;
  }
}
.velocore-connect__content--buttons span {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 45%;
  padding: 5px 20px;
  border: 1px solid #df1539;
  border-radius: 33px;
  font-size: 16px;
  height: 50px;
  text-align: center;
  margin: 10px;
  color: #df1539;
  font-weight: 600;
}
@media (max-width:880px) {
  .velocore-connect__content--buttons span {
    width: 44%;
    margin: 10px;
    font-size: 14px;
  }
}
.velocore-connect__banner {
  width: 80%;
}
@media (max-width:880px) {
  .velocore-connect__banner {
    width: 100%;
    text-align: center;
  }
}
.velocore-connect__banner img {
  width: 100%;
  margin-bottom: 30px;
}
.velocore-connect__banner p {
  display: block;
  font-size: 32px;
  color: #555555;
  font-weight: 400;
  max-width: unset;
}
.velocore-connect__banner p strong {
  display: block;
  font-size: 42px;
  color: #df1539;
  font-weight: 600;
}
@media (max-width:880px) {
  .velocore-connect__banner p strong {
    font-size: 30px;
  }
}

@media (max-width:880px) {
  .reverse {
    display: flex;
    flex-direction: column-reverse;
  }
}
.velocore-whatsapp {
  margin: 0 auto;
}

.velocore-bowflex {
  background-color: #EB2245;
  color: #ffffff;
  padding-block: 100px;
}
@media (max-width:600px) {
  .velocore-bowflex {
    align-items: center;
    display: flex;
    flex-direction: column;
  }
}
.velocore-bowflex__title {
  text-align: center;
  margin-bottom: 25px;
}
@media (max-width:600px) {
  .velocore-bowflex__title {
    width: 90%;
  }
}
.velocore-bowflex__title h1 {
  font-size: 50px;
  line-height: 50px;
  margin-bottom: 5px;
}
@media (max-width:600px) {
  .velocore-bowflex__title h1 {
    font-size: 32px;
  }
}
.velocore-bowflex__title p {
  font-size: 25px;
  line-height: 27px;
  margin-bottom: 5px;
  font-weight: 300;
}
@media (max-width:600px) {
  .velocore-bowflex__title p {
    font-size: 18px;
  }
}
.velocore-bowflex__container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-inline: 8vw;
}
@media (max-width:600px) {
  .velocore-bowflex__container {
    flex-direction: column-reverse;
    padding: unset;
  }
}
.velocore-bowflex__container--content {
  width: 50%;
}
@media (max-width:600px) {
  .velocore-bowflex__container--content {
    width: 90%;
  }
}
.velocore-bowflex__container--content p {
  margin-block: 25px;
  font-size: 18px;
  line-height: 20px;
  max-width: 410px;
  font-weight: 300px;
}
.velocore-bowflex__container--banner {
  width: 50%;
}
.velocore-bowflex__container--banner img {
  width: 100%;
}
@media (max-width:600px) {
  .velocore-bowflex__container--banner {
    width: 80%;
  }
}

.velocore-warning {
  display: none;
  background: #0a0a0a;
  padding: 25px 60px;
}
@media (max-width:600px) {
  .velocore-warning {
    display: block;
  }
}
.velocore-warning p {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 900;
  line-height: 110%;
}
.velocore-warning p span {
  color: #EA2144;
  text-align: center;
}

.velocore-benefits {
  background-color: #ffffff;
  color: #ffffff;
  padding-block: 100px;
}
.velocore-benefits__container {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding-inline: 8vw;
}
@media (max-width:600px) {
  .velocore-benefits__container {
    flex-direction: column;
    padding: unset;
  }
}
.velocore-benefits__container--content {
  width: 50%;
}
@media (max-width:600px) {
  .velocore-benefits__container--content {
    width: 90%;
  }
}
.velocore-benefits__container--content h1 {
  font-size: 40px;
  color: #EB2245;
  max-width: 400px;
}
@media (max-width:600px) {
  .velocore-benefits__container--content h1 {
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    max-width: 275px;
  }
}
.velocore-benefits__container--content p {
  margin-block: 25px;
  font-size: 18px;
  line-height: 18px;
  color: #111111;
  font-weight: 500;
  max-width: 430px;
}
@media (max-width:600px) {
  .velocore-benefits__container--content p {
    margin-block: 20px;
    font-weight: 600;
  }
}
.velocore-benefits__container--banner {
  max-width: 410px;
}
.velocore-benefits__container--banner img {
  width: 100%;
}
@media (max-width:600px) {
  .velocore-benefits__container--banner {
    width: 90%;
    margin-bottom: 30px;
  }
}

.velocore-products {
  background-color: #111;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 5vw;
}
@media screen and (max-width: 768px) {
  .velocore-products {
    flex-direction: column;
    padding: 80px 20px;
  }
}
.velocore-products__banner {
  width: 60%;
}
.velocore-products__banner h6 {
  display: none;
}
@media screen and (max-width: 768px) {
  .velocore-products__banner h6 {
    display: block;
    font-size: 28px;
    font-weight: 400;
    line-height: 34px;
    text-align: center;
    color: white;
  }
}
@media screen and (max-width: 768px) {
  .velocore-products__banner {
    width: 100%;
  }
  .velocore-products__banner img {
    width: 100%;
  }
}
.velocore-products__description {
  width: fit-content;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .velocore-products__description {
    align-items: center;
  }
}
.velocore-products__description h2 {
  display: none;
}
.velocore-products__description .card-product-name {
  display: none;
}
.velocore-products__description .shelf-url {
  display: none;
}
.velocore-products__description .price {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
.velocore-products__description h6 {
  display: block;
  color: #fefefe;
  font-size: 32px;
  font-weight: 300;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .velocore-products__description h6 {
    text-align: center;
    display: none;
  }
}
.velocore-products__description span {
  color: #FFF;
  font-family: Inter, sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
}
.velocore-products__description p {
  color: #FFF;
  font-family: Inter, sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 20px;
}

.velocore-whatsapp {
  display: flex;
  flex-direction: row;
  align-items: center;
  color: #fff;
  background: #25D366;
  padding: 10px 20px;
  border-radius: 50px;
  grid-gap: 10px;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  max-width: 320px;
}
.velocore-whatsapp img {
  max-width: 24px;
}

/* Main Shelf */
.velocore-shelf-main .slick-slide.slick-active {
  width: 627px;
  height: 260px;
  background: #fff;
}
.velocore-shelf-main .slick-track {
  width: 100% !important;
  transform: initial !important;
  display: flex !important;
  flex-direction: column !important;
  transition: initial !important;
  align-items: center;
}

.shelf {
  padding: 22px;
  height: 439px;
  width: 276px;
  position: relative;
  /*** Selos */
}
@media (max-width: 1266px) {
  .shelf {
    width: 250px;
  }
}
@media (max-width:600px) {
  .shelf {
    width: 145px;
    height: 246px;
    padding: 8px;
  }
}
.shelf:hover .photo-product img {
  width: 100%;
  max-width: 250px;
  transform: scale(1.05);
}
.shelf:hover .product-category {
  color: #525252;
  -webkit-transition: background-color 800ms linear;
  -ms-transition: background-color 800ms linear;
  transition: background-color 800ms linear;
}
.shelf:hover .btn-purchase {
  display: block;
  -webkit-transition: background-color 800ms linear;
  -ms-transition: background-color 800ms linear;
  transition: background-color 800ms linear;
}
@media (max-width:600px) {
  .shelf:hover .btn-purchase {
    display: none;
  }
}
.shelf .photo-product img {
  width: 100%;
  max-width: 232px;
  height: auto;
  display: block;
  margin: auto;
  transition: all 0.5s ease;
  will-change: scale;
  position: relative;
  z-index: 0;
  margin-bottom: 10px;
}
@media (max-width:600px) {
  .shelf .photo-product img {
    max-width: 140px;
  }
}
.shelf .product-category {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  border-radius: 200px;
  -moz-border-radius: 200px;
  -webkit-border-radius: 200px;
  align-items: center;
  justify-content: center;
  color: #505050;
  text-decoration: none;
  letter-spacing: 0.6px;
  height: 22px;
  padding: 0 8px;
  font-size: 12px;
  font-weight: 500;
  width: fit-content;
  margin-bottom: 8px;
  position: relative;
  z-index: 1;
}
@media (max-width:600px) {
  .shelf .product-category {
    font-size: 11px;
  }
}
.shelf .product-name {
  font-weight: 600;
  font-size: 14px;
  line-height: 120%;
  text-align: center;
  letter-spacing: 0.05em;
  height: 34px;
  overflow: hidden;
  margin-bottom: 16px;
}
.shelf .price {
  margin-top: 10px;
}
.shelf .price .best-price {
  font-weight: bold;
  display: block;
  text-align: left;
  font-size: 18px;
}
@media (max-width: 1266px) {
  .shelf .price .best-price {
    font-size: 16px;
  }
}
@media (max-width:600px) {
  .shelf .price .best-price {
    font-size: 12px;
  }
}
.shelf .price .installment {
  font-weight: 400;
  text-align: left;
  font-size: 12px;
  line-height: 24px;
  text-transform: capitalize;
  color: #74797f;
}
@media (max-width:600px) {
  .shelf .price .installment {
    font-size: 8px;
  }
}
.shelf .not-stock {
  color: #74797f;
  margin-top: 10px;
}
@media (max-width:600px) {
  .shelf .not-stock {
    font-size: 14px;
  }
}
.shelf .btn-purchase {
  width: 100%;
  max-width: 250px;
  height: 30px;
  border: none;
  font-weight: 600;
  font-size: 14px;
  color: #525252;
}
@media (max-width: 1266px) {
  .shelf .btn-purchase {
    width: 200px;
    margin: 10px auto 0;
  }
}
@media (max-width:600px) {
  .shelf .btn-purchase {
    display: none;
  }
}
.shelf .selo-pre-venda {
  position: absolute;
  width: 65px;
  height: 16px;
  background: #2ECC71;
  border-radius: 8px;
  font-style: normal;
  font-weight: bold;
  font-size: 10px;
  line-height: 20px;
  top: 20px;
  left: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #181818;
}
@media (max-width:600px) {
  .shelf .selo-pre-venda {
    top: 10px;
    left: 10px;
  }
}

.slick-slider .slick-next, .slick-slider .slick-prev {
  font-size: 0;
  position: absolute;
  bottom: 190px;
  color: #74797F;
  border: 0;
  background: none;
  outline: none;
  overflow: hidden;
  z-index: 1;
  height: 50px;
  width: 50px;
}
.slick-slider .slick-prev {
  left: -50px;
  cursor: pointer;
}
.slick-slider .slick-prev:after {
  font-family: "Material Icons Outlined" !important;
  content: "\e5cb";
  font-size: 35px;
}
.slick-slider .slick-prev:after:hover {
  color: #2ECC71;
}
.slick-slider .slick-prev:hover {
  color: #2ECC71;
}
.slick-slider .slick-next {
  right: -50px;
  cursor: pointer;
}
.slick-slider .slick-next:after {
  font-family: "Material Icons Outlined" !important;
  content: "\e5cc";
  font-size: 35px;
  margin-right: 0;
}
.slick-slider .slick-next:after:hover {
  color: #2ECC71;
}
.slick-slider .slick-next:hover {
  color: #2ECC71;
}
.slick-slider .slick-dots {
  position: absolute;
  bottom: -27px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
  /*
  @media (max-width:480px) {
      display: none!important;
  }*/
}
.slick-slider .slick-dots li {
  display: inline-block;
  margin: 0 4px;
  outline: none;
}
.slick-slider .slick-dots button {
  border-radius: 200px;
  width: 8px;
  height: 8px;
  border: none !important;
  text-indent: -999999px;
  margin: 0 4px;
}
.slick-slider .slick-dots .slick-active button {
  border-radius: 200px;
  width: 64px;
  height: 8px;
  background-color: #2ECC71;
  border: none !important;
}

/*** Carousel produto ***/
.carousel-destaques {
  margin-bottom: 90px;
}
.carousel-destaques h2 {
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: 0.05em;
  color: #525252;
  margin-bottom: 30px;
}
@media (max-width:600px) {
  .carousel-destaques h2 {
    font-size: 24px;
    margin-top: 40px;
    margin-bottom: 32px;
    margin-left: 10px;
  }
}
.carousel-destaques .slick-slider {
  margin: 0 50px;
}
@media (max-width:600px) {
  .carousel-destaques .slick-slider {
    margin: 0 20px;
  }
}
@media (max-width:480px) {
  .carousel-destaques .slick-slider {
    margin: 0 20px;
  }
}
@media (max-width: 321px) {
  .carousel-destaques .slick-slider {
    margin: 0 0;
  }
}
.carousel-destaques .slick-slider .slick-list {
  margin-left: 20px;
}
@media (max-width:600px) {
  .carousel-destaques .slick-slider .slick-list {
    margin-left: unset !important;
    padding: 0 !important;
    padding-right: 30px !important;
  }
}
@media (max-width:480px) {
  .carousel-destaques .slick-slider .slick-list {
    padding-right: 60px !important;
  }
}
.carousel-destaques .slick-slider .slick-arrow:hover {
  color: #2ECC71;
}
.carousel-destaques .shelf {
  padding: 22px;
  height: 439px;
  width: 276px;
  position: relative;
}
@media (max-width: 1266px) {
  .carousel-destaques .shelf {
    width: 240px;
  }
}
@media (max-width:600px) {
  .carousel-destaques .shelf {
    width: 240px;
    height: 374px;
    padding: 8px;
  }
}
.carousel-destaques .shelf:hover .photo-product img {
  width: 100%;
  max-width: 250px;
  transform: scale(1.05);
}
.carousel-destaques .shelf:hover .btn-purchase {
  display: block;
}
@media (max-width:600px) {
  .carousel-destaques .shelf:hover .btn-purchase {
    display: block;
  }
}
.carousel-destaques .shelf .photo-product img {
  width: 100%;
  max-width: 232px;
  height: auto;
  display: block;
  margin: auto;
  transition: all 0.5s ease;
  will-change: scale;
  position: relative;
  z-index: 0;
  margin-bottom: 10px;
}
@media (max-width:600px) {
  .carousel-destaques .shelf .photo-product img {
    max-width: 232px;
  }
}
.carousel-destaques .shelf .product-category {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  border-radius: 200px;
  -moz-border-radius: 200px;
  -webkit-border-radius: 200px;
  align-items: center;
  justify-content: center;
  color: #505050;
  text-decoration: none;
  letter-spacing: 0.6px;
  height: 22px;
  padding: 0 8px;
  font-size: 12px;
  font-weight: 500;
  width: fit-content;
  margin-bottom: 8px;
  position: relative;
  z-index: 1;
}
.carousel-destaques .shelf .product-name {
  letter-spacing: 0.05em;
  height: 36px;
  overflow: hidden;
  margin-bottom: 16px;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  text-align: center;
  letter-spacing: 0.05em;
  color: #505050;
}
@media (max-width:600px) {
  .carousel-destaques .shelf .product-name {
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    text-align: center;
    letter-spacing: 0.05em;
    color: #505050;
  }
}
.carousel-destaques .shelf .price {
  margin-top: 10px;
}
.carousel-destaques .shelf .price .best-price {
  font-weight: bold;
  display: block;
  text-align: left;
  font-size: 18px;
}
@media (max-width: 1266px) {
  .carousel-destaques .shelf .price .best-price {
    font-size: 16px;
  }
}
@media (max-width:600px) {
  .carousel-destaques .shelf .price .best-price {
    font-size: 12px;
  }
}
.carousel-destaques .shelf .price .installment {
  font-weight: 400;
  text-align: left;
  font-size: 12px;
  line-height: 24px;
  text-transform: capitalize;
  color: #74797F;
}
@media (max-width:600px) {
  .carousel-destaques .shelf .price .installment {
    font-size: 8px;
  }
}
.carousel-destaques .shelf .not-stock {
  color: #74797f;
  margin-top: 10px;
}
@media (max-width:600px) {
  .carousel-destaques .shelf .not-stock {
    font-size: 14px;
  }
}
.carousel-destaques .shelf .btn-purchase {
  width: 100%;
  width: 180px;
  height: 30px;
  border: none;
  font-weight: 600;
  font-size: 14px;
  color: #525252;
}
@media (max-width: 1266px) {
  .carousel-destaques .shelf .btn-purchase {
    width: 180px;
    margin: 10px auto 0;
  }
}
@media (max-width:600px) {
  .carousel-destaques .shelf .btn-purchase {
    display: flex;
    width: 180px;
  }
}

/*# sourceMappingURL=wellness-velocore-lp-main.min.css.map */


.velocore-video{
  background-color: #fafafa;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 64px 32px;
}

.velocore-video h1{
  color: #DF1539;
  margin-bottom: 32px;
  font-size: 42px;
  text-align: center;
}

@media (max-width:600px) {
  .velocore-video iframe {
    width: 320px;
    height: 180px;
  }
}