/** Shopify CDN: Minification failed

Line 45:0 All "@import" rules must come first

**/
/*
Theme Name: LP Chocolates em Pó
Description: Confeitar
Version: 1.0
Tags: landing page
Author: Henryson Vieira
*/


/* SCROLLBAR */
/* ===== Scrollbar para Chrome, Edge e Safari ===== */
::-webkit-scrollbar {
  width: 12px;                  /* largura da barra */
  height: 12px;                 /* altura da barra horizontal */
}

::-webkit-scrollbar-track {
  background: #392316;        /* cor de fundo */
}

::-webkit-scrollbar-thumb {
  background-color: #f7b24d;  /* cor da barra */
  border-radius: 6px;           /* borda arredondada */
  border: 2px solid #392316;  /* "espaço" entre a barra e o fundo */
}

/* setas */
::-webkit-scrollbar-button {
  background-color: #f7b24d;
}

/* ===== Scrollbar para Firefox ===== */
* {
  scrollbar-width: thin;                   /* "auto" | "thin" */
  scrollbar-color: #f7b24d #392316;    /* thumb cor | track cor */
}


/* FONTS */
@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@300..700&display=swap');


/* RESET */
html{
  scroll-behavior: smooth;
}

body{
  font-family: "Comfortaa", sans-serif !important;
  overflow-x: hidden;
  color: #555;
}

header#ntheader, .h-\[100px\].md\:h-\[120px\].xl\:h-\[170px\], .whatsFloat{
  display: none !important;
}

img{
  width: 100%;
}

a{
  transition: .3s !important;
}

a:hover{
  text-decoration: none;
}

h1, h2, h3, h4, h5{
  font-family: "Comfortaa", sans-serif !important;
}

ul{
  padding: 0;
}

ul li{
  list-style: none;
}

.container-fluid{
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 1rem;
}

.btn-lp{
  border-radius: 50px;
  background: #ea2127;
  border: 2px solid #FFF;
  padding: .75rem 1.25rem;
  font-size: 16px;
  line-height: 18px;
  color: #FFF;
}

.btn-lp::before{
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  margin-right: 10px;
  background: url(//amoconfeitar.com.br/cdn/shop/t/16/assets/lp_chocolate_em_po-icons-button.svg?v=69119433009525341151765498733) no-repeat;
  background-size: 100% auto;
  transition: .3s;
}

.btn-buy::before{
  background-position: 0 0;
}

.btn-talk::before{
    background-position: 0 -30px;
}

.btn-table::before{
    background-position: 0 -60px;
}

.btn-lp:hover{
  background-color: #c29b43 !important;
  color: #FFF;
}

h2 small{
  display: block;
}

@media (max-width: 576px){
  .btn-lp{
    border-radius: 40px;
    padding: .5rem;
    font-size: 14px;
    line-height: 18px;
  }

  h2{
    font-size: 22px;
    line-height: 28px;
  }

  h2 small{
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 4px;
  }

  h4{
    font-size: 16px;
    line-height: 26px;
  }
}

@media (min-width: 576px) and (max-width: 992px){
  h2{
    font-size: 26px;
    line-height: 34px;
  }

  h2 small{
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 4px;
  }

  h4{
    font-size: 20px;
    line-height: 30px;
  }
}

@media (min-width: 992px) and (max-width: 1200px){
  h2{
    font-size: 30px;
    line-height: 40px;
  }

  h2 small{
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 5px;
  }

  h4{
    font-size: 26px;
    line-height: 36px;
  }
}

@media (min-width: 1200px) and (max-width: 1600px){
  h2{
    font-size: 42px;
    line-height: 52px;
  }

  h2 small{
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 6px;
  }

  h4{
    font-size: 30px;
    line-height: 42px;
  }
}

@media (min-width: 1600px){
  h2{
    font-size: 45px;
    line-height: 55px;
  }

  h2 small{
    font-size: 22px;
    line-height: 26px;
    letter-spacing: 8px;
  }

  /* h3{
    font-size: 34px;
    line-height: 46px;
  } */
}

section{
  overflow: hidden;
}


figure{
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 0;
}

figure::before, figure::after{
  content: '';
  display: block;
  position: absolute;
  z-index: 20;
}

figure::before{
  bottom: -10px;
  z-index: 30;
  background: url(//amoconfeitar.com.br/cdn/shop/t/16/assets/lp_ritzmann_icon-ritzmann.svg?v=168392097503864149961758151301) no-repeat center;
  background-size: 100% auto;
}

figure::after{
  border: 3px solid rgba(255,255,255,0.25);
  width: 94%;
  height: 94%;
  top: 3%;
  left: 3%;
}

figure img{
  position: relative;
  z-index: 20;
}

.checked li{
  display: flex;
  color: #FFF;
  margin-bottom: .5rem;
}

.checked li::before{
  content: "";
  display: block;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin-right: .75rem;
  background: url(//amoconfeitar.com.br/cdn/shop/t/16/assets/lp_ritzmann_icon-checked.svg?v=21949115109136459241758151300) no-repeat center;
  background-size: 100% auto;
}

@media (max-width: 992px){
  figure{
    max-width: 400px;
  }
  
  figure::before{
    width: 40px;
    height: 44px;
    left: calc(50% - 30px);
  }
  
  figure::after, figure img{
    border-radius: 20px;
  }
}

@media (min-width: 992px){
  .btn-lp:hover{
    border-color: #f7b24d;
  }

  .btn-lp:hover::before{
    margin: 0 13px 0 3px;
    transform: scale(1.3);
  }
  
  figure::before{
    width: 60px;
    height: 65px;
    left: calc(50% - 30px);
  }

  figure::after, figure img{
    border-radius: 40px;
  }
}

@media (min-width: 1280px){
  .container-fluid{
    padding: 0 50px;
  }
}



/* BANNER */
.banner{
  position: relative;
  min-height: 95vh;
  min-height: 95dvh;
}

.banner::before{
  content: "";
  display: block;
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  transform-origin: bottom left;
  background-size: cover !important;
}

.banner .container-fluid{
  position: relative;
  z-index: 20;
}

@keyframes bgBanner {
  0%  { transform: scale(1);}
  100%  { transform: scale(1.1); }
}

.banner .logo-ritzmann{
  width: 100%;
  max-width: 300px;
}

.banner h2{
  font-weight: 600;
  color: #c29b43;
}

.banner .checked{
  color: #FFF;
}

.banner .skew-footer{
  position: absolute;
  z-index: 20;
  bottom: 0;
}


@media (max-width: 576px){
  .banner::before{
    background: url(//amoconfeitar.com.br/cdn/shop/t/16/assets/lp_chocolate_em_po-banner-mobile.jpg?v=160561709828227387201766783234) no-repeat bottom left;
    animation: bgBanner 8s ease-in-out alternate infinite;
  }

  .banner .container-fluid{
    height: calc(95vh - 60px);
  }
}

@media (min-width: 576px) and (max-width: 992px){
  .banner::before{
    background: url(//amoconfeitar.com.br/cdn/shop/t/16/assets/lp_chocolate_em_po-banner-desktop.jpg?v=31949883413295861951766783234) no-repeat bottom left;
    animation: bgBanner 10s ease-in-out alternate infinite;
  }

  .banner .container-fluid{
    height: calc(95vh - 90px);
  }
}

@media (min-width: 992px){
  .banner::before{
    background: url(//amoconfeitar.com.br/cdn/shop/t/16/assets/lp_chocolate_em_po-banner-desktop.jpg?v=31949883413295861951766783234) no-repeat bottom left;
    animation: bgBanner 15s ease-in-out alternate infinite;
  }

  .banner .container-fluid{
    height: calc(95vh - 135px);
  }
}

@media (min-width: 992px) and (max-width: 1024px) and (max-height: 1400px){
  .banner{
    height: 800px;
    min-height: auto;
  }
}



/* SKEW SECTION */
.skew-section{
  position: relative;
  z-index: 10;
}

.skew-section .skew-header img{
  filter: drop-shadow(0 -15px 10px rgba(0,0,0,0.1));
}

.skew-section .skew-footer img{
  filter: drop-shadow(0 15px 10px rgba(0,0,0,0.1));
}

@media (max-width: 576px){
  .skew-section .skew-header img, .skew-section .skew-footer img{
    min-width: 100%;
    height: 60px;
  }
}

@media (min-width: 576px) and (max-width: 1200px){
  .skew-section .skew-header img, .skew-section .skew-footer img{
    min-width: 100%;
    height: 90px;
  }
}

@media (min-width: 1200px){
  .skew-section .skew-header img, .skew-section .skew-footer img{
    min-width: 100%;
    height: 135px;
  }
}



/* RITZMANN EVOLUIU */
.ritzmann-evoluiu.skew-section .skew-footer{
  transform: scaleX(-1);
}

.ritzmann-evoluiu.skew-section .skew-footer{
  position: relative;
  z-index: 20;
}

.ritzmann-evoluiu.skew-section .skew-footer img{
  filter: drop-shadow(0 -15px 10px rgba(0,0,0,0.1));
}

.ritzmann-evoluiu h2{
  color: #c29b43;
}

.ritzmann-evoluiu h2 span{
  text-decoration: underline;
}

.ritzmann-evoluiu p{
  color: #e0c8a8;
}

.ritzmann-evoluiu p:last-child{
  color: #c29b43;
}

.ritzmann-evoluiu .cont{
  position: relative;
  z-index: 20;
}

.ritzmann-evoluiu .container-fluid::after, .ritzmann-evoluiu .detalhes-tecnicos::after{
  content: "";
  display: block;
  position: absolute;
  right: -100%;
  top: 0;
  width: 200vw;
}

.ritzmann-evoluiu .container-fluid::after{
  z-index: 5;
  height: calc(100% - 155px);
  background: #2a1b13;
}

.ritzmann-evoluiu .detalhes-tecnicos::after{
  z-index: 10;
  background: #c29b43;
  border-top: 6px solid #e0c8a8;
}

.ritzmann-evoluiu .detalhes-tecnicos h2{
  color: #FFF;
}
.ritzmann-evoluiu .detalhes-tecnicos h2 small{
  color: #e0c8a8;
}


@media (max-width: 576px){
  .ritzmann-evoluiu.skew-section{
    /* top: -60px; */
  }
  
  .ritzmann-evoluiu .detalhes-tecnicos::after{
    height: calc(100% + 60px + 60px);
  }

  .ritzmann-evoluiu.skew-section .skew-footer{
    /* margin-top: 60px; */
  }
}

@media (min-width: 576px) and (max-width: 1200px){
  .ritzmann-evoluiu.skew-section{
    /* top: -90px; */
  }

  .ritzmann-evoluiu .detalhes-tecnicos::after{
    height: calc(100% + 90px + 90px);
  }

  .ritzmann-evoluiu.skew-section .skew-footer{
    /* margin-top: 90px; */
  }
}

@media (min-width: 1200px){
  .ritzmann-evoluiu.skew-section{
    /* top: -135px; */
  }

  .ritzmann-evoluiu .detalhes-tecnicos::after{
    height: calc(100% + 135px + 135px);
  }

  .ritzmann-evoluiu.skew-section .skew-footer{
    /* margin-top: 135px; */
  }

  .ritzmann-evoluiu h2{
    font-size: 36px;
    line-height: 46px;
  }
}



/* PRODUTOS */
.produtos{
  position: relative;
  z-index: 20;
  overflow: initial;
  background: #492d19;
}

.produtos h2{
  position: relative;
  z-index: 10;
  color: #FFF;
}

.produtos h2 small{
  color: #e0c8a8;
}

.produtos h3{
  font-weight: bold;
  color: #c29b43;
  border-bottom: 2px solid #492d19;
}

.produtos p{
  color: #e0c8a8;
}

.produtos h5{
  color: #c29b43;
}

.produtos .cont-produto{
  position: relative;
}

.produtos .cont-produto *{
  position: relative;
  z-index: 10;
}

.produtos .cont-produto::after{
  content: "";
  display: block;
  background: #2a1b13;
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  width: 100%;
}

@media (max-width: 992px){
  .produtos h3{
    text-align: center;
  }
  
  .produtos .cont-produto::after{
    border-radius: 30px;
    top: -5rem;
    height: calc(100% + 5rem);
  }
}

@media (min-width: 992px){
  .produtos .cont-produto::after{
    height: 100%;
  }

  .produtos .row:not(:nth-of-type(2)) .cont-produto::after{
    border-radius: 40px 0 0 40px;
  }
  
  .produtos .row:nth-of-type(2) .cont-produto::after{
    border-radius: 0 40px 40px 0;
  }
}


.produtos::before{
  content: "";
  display: block;
  position: absolute;
  right: 1rem;
  background: url(//amoconfeitar.com.br/cdn/shop/t/16/assets/lp_chocolate_em_po-cacau-aberto.png?v=18946468076812276831765498733) no-repeat top center;
  background-size: 100% auto;
}

@media (max-width: 576px){
  .produtos::before{
    width: 180px;
    height: 130px;
    top: -80px;
  }
}

@media (min-width: 576px) and (max-width: 992px){
  .produtos::before{
    top: -120px;
    width: 280px;
    height: 202px;
  }
}

@media (min-width: 992px) and (max-width: 1280px){
  .produtos::before{
    top: -110px;
    width: 320px;
    height: 232px;
  }
}

@media (min-width: 1280px) and (max-width: 1500px){
  .produtos::before{
    top: -145px;
    width: 380px;
    height: 275px;
  }
}

@media (min-width: 1500px){
  .produtos::before{
    top: -160px;
    width: 450px;
    height: 330px;
  }
}



/* COMPARANDO OS PRODUTOS */
.comparando-produtos{
  position: relative;
  background: #c29b43;
}

.comparando-produtos .skew-header{
  transform: scaleY(-1);
}

.comparando-produtos .skew-footer img{
  filter: drop-shadow(0 -15px 10px rgba(0,0,0,0.1));
}

.comparando-produtos h2{
  color: #2a1b13;
}

.comparando-produtos h2 small{
  color: #492d19;
}

.comparando-produtos .table-responsive{
  position: relative;
  z-index: 30;
  border: none;
}

.comparando-produtos .table th, .comparando-produtos .table td{
  border-width: 1px;
  border-color: #c29b43;
}

.comparando-produtos table thead{
  color: #e0c8a8;
  background: #2a1b13;
}

.comparando-produtos table thead .table-sabor{
  min-width: 300px;
}

.comparando-produtos table thead .table-uso-ideal{
  min-width: 400px;
}

.comparando-produtos table tbody{
  color: #FFF;
  background: #492d19;
}

.comparando-produtos table tbody .tabela-titulo{
  white-space: nowrap;
}

.comparando-produtos table tr td{
  vertical-align: middle;
}

.comparando-produtos .intensidade{
  display: block;
  width: 24px;
  height: 24px;
  margin-right: 5px;
  background: url(//amoconfeitar.com.br/cdn/shop/t/16/assets/lp_chocolate_em_po-icone-intensidade.svg?v=50090132322233696651765498733) no-repeat center;
  background-size: 100%;
}

@media (max-width: 992px){
  .comparando-produtos .tabela-comparacao{
    position: relative;
    margin-bottom: calc(40px + 3rem);
  }
  
  .comparando-produtos .tabela-comparacao::after{
    content: "";
    display: block;
    position: absolute;
    right: 0;
    bottom: -40px;
    width: 38px;
    height: 40px;
    background: url(//amoconfeitar.com.br/cdn/shop/t/16/assets/horizontal-scroll.svg?v=146199407993333277071765936881) no-repeat center;
    background-size: auto 100%;
    animation: horizontal-scroll 1s alternate infinite ease-in-out;
  }

  @keyframes horizontal-scroll{
    0% { right: 10px; transform: rotate(-2deg); }
    100% { right: 0; transform: rotate(2deg); }
  }
}


.comparando-produtos::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url(//amoconfeitar.com.br/cdn/shop/t/16/assets/lp_chocolate_em_po-cacau-galho.png?v=60673352164675834631765498733) no-repeat center;
  background-size: 100% auto;
}

.comparando-produtos .skew-footer{
  background: #492d19;
}

@media (max-width: 576px){
  .comparando-produtos::before{
    width: 80px;
    height: 140px;
  }
}

@media (min-width: 576px) and (max-width:992px){
  .comparando-produtos::before{
    width: 120px;
    height: 210px;
  }
}

@media (min-width: 992px) and (max-width: 1280px){
  .comparando-produtos::before{
    width: 180px;
    height: 300px;
  }
}

@media (min-width: 1280px) and (max-width: 1500px){
  .comparando-produtos::before{
    width: 220px;
    height: 375px;
  }
}

@media (min-width: 1500px){
  .comparando-produtos::before{
    width: 320px;
    height: 525px;
  }
}



/* VITRINE */
.vitrine{
  background: #492d19;
}

.vitrine .box-vitrine{
  position: relative;
  background: #fff1dc;
  border-radius: 16px;
  box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
}

.vitrine .box-vitrine h4{
  font-weight: bold;
  color: #392316;
}

.vitrine .box-vitrine p{
  color: #555;
}

.vitrine .box-vitrine .fixed-btn{
  position: absolute;
  left: 0;
}

@media (max-width: 1200px){
  .vitrine .container > .d-flex{
    gap: .5rem;
  }

  .vitrine .box-vitrine{
    width: 100%;
    max-width: 500px;
    margin: 4rem 0 2rem;
    padding: .5rem .5rem calc(50px + .5rem) .5rem;
  }

  .vitrine .box-vitrine img{
    display: block;
    width: 75%;
    height: auto;
    margin: -4rem auto 1rem;
    border-radius: 16px;
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
  }

  .vitrine .box-vitrine .cont-vitrine{
    margin-bottom: .75rem;
  }

  .vitrine .box-vitrine h4{
    font-size: 20px;
    line-height: 24px;
  }

  .vitrine .box-vitrine .fixed-btn{
    bottom: .5rem;
  }

  .vitrine .box-vitrine .fixed-btn .btn-lp{
    width: 100%;
    max-width: 240px;
  }
}

@media (min-width: 1200px){
  .vitrine .container > .d-flex{
    gap: 1.5rem;
  }
  
  .vitrine .box-vitrine{
    width: calc(100% / 3 - 1.25rem);
    padding: 1rem 1rem calc(50px + 3rem) 1rem;
  }

  .vitrine .box-vitrine h4{
    font-size: 20px;
    line-height: 24px;
  }

  .vitrine .box-vitrine .fixed-btn{
    bottom: 1rem;
  }
}



/* REVIEWS */
.reviews{
  background: #e0c8a8;
}

.reviews .wrapper-reviews h2{
  color: #2a1b13;
}

.reviews .wrapper-reviews h2 small{
  color: #492d19;
}

.reviews .wrapper-reviews .slick-initialized .slick-slide{
  position: relative;
  display: flex !important;
  height: auto;
}

.reviews .wrapper-reviews .slick-initialized .slick-slide::after{
  content: "";
  width: 100%;
  height: 40px;
  background: url(//amoconfeitar.com.br/cdn/shop/t/16/assets/box-shadown.svg?v=104748309942755371541765936881) no-repeat center;
  background-size: 100%;
}

.reviews .wrapper-reviews .slick-track{
  display: flex !important;
}

.reviews .wrapper-reviews .slick-initialized .review > div{
  background: #FFF;
  border-radius: 20px;
}


.reviews .wrapper-reviews .review p{
  color: #492d19;
}

.reviews .wrapper-reviews .review p span{
  color: #c29b43;
}

.slick-prev, .slick-next, .slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus{
  background: url(//amoconfeitar.com.br/cdn/shop/t/16/assets/lp_ritzmann_icon-carousel-2.svg?v=5857894837049189651765936880) no-repeat center;
  background-size: 100% auto;
}

.slick-prev::before, .slick-next::before{
  display: none;
}

.slick-dots{
  display: none !important;
}

.slick-next{
  transform: rotate(180deg);
}

@media (max-width: 576px){
  .slick-prev, .slick-next{
    width: 30px;
    height: 30px;
    top: calc(50% - 30px);
  }
}

@media (min-width: 576px) and (max-width: 992px){
  .slick-prev, .slick-next{
    width: 34px;
    height: 34px;
    top: calc(50% - 34px);
  }
}

@media (min-width: 992px){
  .slick-prev, .slick-next{
    width: 40px;
    height: 40px;
    top: calc(50% - 40px);
    transition: .3s;
  }

  .slick-prev{
    left: -69px;
  }

  .slick-next{
    right: -69px;
  }

  .slick-prev:hover{
    left: -74px;
  }

  .slick-next:hover{
    right: -74px;
  }

  .reviews .wrapper-reviews .slick-initialized .slick-slide{
    min-height: 470px;
  }
}



/* FOOTER LP */
.footer-lp{
  margin-top: -3rem;
  background: url(//amoconfeitar.com.br/cdn/shop/t/16/assets/lp_chocolate_em_po-footer.jpg?v=127686116502197022301765936880) no-repeat center top #e0c8a8;
  background-size: cover;
  box-shadow: 0 15px 10px rgba(0,0,0,0.2);

  /* MÁSCARA */
    -webkit-mask-image: url(//amoconfeitar.com.br/cdn/shop/t/16/assets/lp_chocolate_em_po_mask.svg?v=157737987672387440061765936880);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center top;
    -webkit-mask-size: cover;

    mask-image: url(//amoconfeitar.com.br/cdn/shop/t/16/assets/lp_chocolate_em_po_mask.svg?v=157737987672387440061765936880);
    mask-repeat: no-repeat;
    mask-position: center top;
    mask-size: cover;
}


.footer-lp .logo-footer{
  width: 70%;
  max-width: 300px;
}

.footer-lp h2:nth-of-type(1){
  color: #c29b43;
}

.footer-lp h2:nth-of-type(2){
  color: #e0c8a8;
}