/** Shopify CDN: Minification failed

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

**/
/*
Theme Name: LP Chocolates Ritzmann
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=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


/* RESET */
html{
  scroll-behavior: smooth;
}

body{
  font-family: "Poppins", sans-serif;
  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;
}

ul{
  padding: 0;
}

ul li{
  list-style: none;
}

section{
  overflow: hidden;
}

.container-fluid{
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 1rem;
}

.btn-lp{
  border-radius: 50px;
  background: #ea2127;
  border: 1px solid #FFF;
  padding: .75rem 1.25rem;
  font-size: 16px;
  line-height: 18px;
  color: #FFF;
}

.btn-lp::before{
  content: '';
  display: block;
  width: 23px;
  height: 20px;
  flex-shrink: 0;
  margin-right: 10px;
  background: url(//amoconfeitar.com.br/cdn/shop/t/16/assets/lp_ritzmann_icon-arrow.svg?v=54417891597070033081758151300) no-repeat center;
  background-size: auto 100%;
  transition: .3s;
}

.btn-lp:hover{
  color: #FFF;
}

figure{
  position: relative;
  display: flex;
  justify-content: center;
  margin: 0;
}

figure::before{
  content: '';
  display: block;
  position: absolute;
  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 img{
  position: relative;
  z-index: 20;
}

.checked li{
  display: flex;
}

.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 img{
    max-width: 400px;
  }

  figure::before{
    width: 40px;
    height: 44px;
    left: calc(50% - 20px);
    bottom: -22px;
  }
}

@media (min-width: 992px){
  .btn-lp:hover{
    border-color: #f7b24d;
  }

  .btn-lp:hover::before{
    margin: 0 13px 0 3px;
    transform: scale(1.3);
  }

  figure{
    margin: -3rem 0;
  }

  figure::before{
    width: 60px;
    height: 66px;
    top: calc(50% - 33px);
  }
  
  figure:not(.icon-reverse)::before{
    left: -30px;
  }

  figure.icon-reverse::before{
    right: -30px;
  }
}



/* BANNER */
.banner{
  position: relative;
  min-height: 100vh;
  min-height: 100dvh;
  background-size: 110% auto;
}

.banner::after{
  content: "";
  display: block;
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.65);
}

.banner .container-fluid{
  position: relative;
  z-index: 20;
}

@keyframes bgBanner {
  0%  { background-size: 100% auto; }
  100%  { background-size: 110% auto; }
}

.banner .logo-ritzmann{
  width: 100%;
  max-width: 300px;
}

.banner h2{
  font-weight: 300;
  color: #CCC;
}

.banner h2 span{
  display: block;
}

.banner h3{
  font-weight: 500;
  color: #f7b24d;
}

.banner .resume-chocolate p{
  color: #FFF;
}

.banner .resume-chocolate p strong{
  color: #f7b24d;
}

.banner .resume-receitas p strong{
  color: #f7b24d;
}

.banner .resume-receitas p em{
  color: #eee;
  font-family: "Poppins", sans-serif;
}

@media (max-width: 576px){
  .banner{
    background: url(//amoconfeitar.com.br/cdn/shop/t/16/assets/lp_ritzmann_ritzmann-001-mobile.jpg?v=89713036253314797491758151303) no-repeat center bottom;
    animation: bgBanner 8s ease-in-out alternate infinite;
  }

  .banner h2{
    font-size: 22px;
    line-height: 26px;
  }

  .banner h3{
    font-size: 28px;
    line-height: 38px;
  }

  .banner .resume-chocolate p{
    font-size: 18px;
    line-height: 24px;
  }

  .banner .resume-chocolate p strong{
    font-size: 22px;
    line-height: 28px;
  }

  .banner .resume-receitas p strong{
    font-size: 16px;
    line-height: 20px;
  }

  .banner .resume-receitas p em{
    font-size: 13px;
    line-height: 17px;
  }

  .banner .footer-banner-mobile{
    height: 25vh;
    height: 25dvh;
  }
}

@media (min-width: 576px) and (max-width: 992px){
  .banner{
    background: url(//amoconfeitar.com.br/cdn/shop/t/16/assets/lp_ritzmann_ritzmann-001-mobile.jpg?v=89713036253314797491758151303) no-repeat center bottom;
    animation: bgBanner 10s ease-in-out alternate infinite;
  }

  .banner h2{
    font-size: 26px;
    line-height: 30px;
  }

  .banner h3{
    font-size: 30px;
    line-height: 40px;
  }

  .banner .resume-chocolate p{
    font-size: 20px;
    line-height: 26px;
  }

  .banner .resume-chocolate p strong{
    font-size: 32px;
    line-height: 38px;
  }
  
  .banner .resume-receitas p strong{
    font-size: 18px;
    line-height: 24px;
  }

  .banner .resume-receitas p em{
    font-size: 15px;
    line-height: 15px;
  }

  .banner .footer-banner-mobile{
    height: 25vh;
    height: 25dvh;
  }
}

@media (min-width: 992px){
  .banner{
    background: url(//amoconfeitar.com.br/cdn/shop/t/16/assets/lp_ritzmann_ritzmann-001.jpg?v=37657636279664015671758151303) no-repeat left bottom;
    animation: bgBanner 15s ease-in-out alternate infinite;
  }
}

@media (min-width: 992px) and (max-width: 1200px){
  .banner h2{
    font-size: 30px;
    line-height: 32px;
  }

  .banner h3{
    font-size: 36px;
    line-height: 46px;
  }

  .banner .resume-chocolate p{
    font-size: 30px;
    line-height: 40px;
  }

  .banner .resume-chocolate p strong{
    font-size: 44px;
    line-height: 49px;
  }

  .banner .resume-receitas p strong{
    font-size: 26px;
    line-height: 36px;
  }

  .banner .resume-receitas p em{
    font-size: 18px;
    line-height: 28px;
  }
}

@media (min-width: 1200px) and (max-width: 1600px){
  .banner h2{
    font-size: 30px;
    line-height: 32px;
  }

  .banner h3{
    font-size: 40px;
    line-height: 50px;
  }

  .banner .resume-chocolate p{
    font-size: 32px;
    line-height: 42px;
  }

  .banner .resume-chocolate p strong{
    font-size: 46px;
    line-height: 50px;
  }

  .banner .resume-receitas p{
    font-size: 26px;
    line-height: 32px;
  }

  .banner .resume-receitas p em{
    font-size: 18px;
    line-height: 24px;
  }
}

@media (min-width: 1600px){
  .banner h2{
    font-size: 30px;
    line-height: 32px;
  }

  .banner h3{
    font-size: 40px;
    line-height: 50px;
  }

  .banner .resume-chocolate p{
    font-size: 36px;
    line-height: 46px;
  }

  .banner .resume-chocolate p strong{
    font-size: 50px;
    line-height: 54px;
  }

  .banner .resume-receitas p{
    font-size: 30px;
    line-height: 40px;
  }

  .banner .resume-receitas p em{
    font-size: 22px;
    line-height: 32px;
  }
}

@media (min-width: 992px) and (max-width: 1024px) and (max-height: 1400px){
  .banner{
    height: 800px;
    min-height: auto;
  }
}



/* O CHOCOLATE */
.chocolate{
  background: #ffe4b8;
}

.chocolate .container-fluid .row{
  z-index: 20;
}

.chocolate .container-fluid::after{
  content: "";
  display: block;
  position: absolute;
  z-index: 10;
  top: 0;
  bottom: 0;
  left: calc(50% - 75%);
  width: 150%;
  background: #392316;
}

.chocolate h5{
  color: #FFF;
  font-weight: 300;
}

.chocolate h3{
  color: #f7b24d;
  font-weight: 500;
}

.chocolate .topics .topic::before{
  content: "";
  display: block;
  width: 70px;
  height: 60px;
  background: url(//amoconfeitar.com.br/cdn/shop/t/16/assets/lp_ritzmann_icon-topics.svg?v=122879335496430039011758151301) no-repeat;
  background-size: auto 100%;
}

.chocolate .topics .topic:nth-of-type(1):before{
  background-position: left center;
}

.chocolate .topics .topic:nth-of-type(2):before{
  background-position: -70px center;
}

.chocolate .topics .topic:nth-of-type(3):before{
  background-position: -160px center;
}

.chocolate .topics .topic h4{
  color: #f7b24d;
  font-weight: 500;
}

.chocolate .topics p{
  color: #FFF;
}

.chocolate .checked li{
  color: #FFF;
}

.chocolate .checked li::before{
  width: 30px;
  height: 30px;
}


@media (max-width: 576px){
  .chocolate .topics .topic:nth-of-type(2){
    border-top: 1px solid #f7b24d;
    border-bottom: 1px solid #f7b24d;
  }

  .chocolate .topics .topic::before{
    margin-right: 1.5rem;
  }
}

@media (min-width: 576px) and (max-width: 992px){
  .chocolate .topics .topic:nth-of-type(2){
    border-left: 1px solid #f7b24d;
    border-right: 1px solid #f7b24d;
  }

  .chocolate .checked li::before{
    margin-top: -4px;
  }
}

@media (min-width: 992px){
  .chocolate .topics .topic:nth-of-type(2){
    border-left: 1px solid #f7b24d;
    border-right: 1px solid #f7b24d;
  }

  .chocolate .checked li::before{
    margin-top: -4px;
  }
}

@media (max-width: 992px){
  .chocolate figure::after{
    content: "";
    display: block;
    position: absolute;
    z-index: 10;
    left: calc(50% - 100%);
    bottom: 0;
    width: 200%;
    height: 3rem;
    background: #ffe4b8;
  }
}



/* VITRINE */
.vitrine{
  background: #f7b24d;
}

.vitrine h1{
  color: #392316;
  font-weight: 600;
}

.vitrine h2{
  color: #fff1dc;
  font-weight: 500;
}

.vitrine .container-fluid > .d-flex{
  gap: 1rem;
}

.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{
  color: #392316;
}

.vitrine .box-vitrine p{
  color: #555;
}

.vitrine .box-vitrine .fixed-btn{
  position: absolute;
  left: 0;
}

@media (max-width: 576px){
  .vitrine h1{
    font-size: 30px;
  }
  
  .vitrine h2{
    font-size: 28px;
  }
  
  .vitrine .box-vitrine{
    width: 100%;
    margin: 4rem 0 1rem;
    padding: .5rem .5rem calc(50px + .5rem) .5rem;
  }

  .vitrine .box-vitrine img{
    display: block;
    width: 160px;
    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: 1.5rem;
  }

  .vitrine .box-vitrine h4{
    font-size: 18px;
    line-height: 22px;
  }

  .vitrine .box-vitrine .fixed-btn{
    bottom: .5rem;
  }

  .vitrine .box-vitrine .fixed-btn .btn-lp{
    width: 100%;
  }
}

@media (min-width: 576px){
  .vitrine .box-vitrine{
    width: calc(100% / 3 - 1.25rem);
    padding: .5rem .5rem calc(50px + .5rem) .5rem;
    margin-bottom: 3rem;
  }

  .vitrine .box-vitrine::after{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: -30px;
    width: 100%;
    height: 30px;
    background: url(//amoconfeitar.com.br/cdn/shop/t/16/assets/lp_ritzmann_box-shadow.png?v=85307414417810468501758151299) no-repeat center;
    background-size: 100% 30px;
  }
  
  .vitrine .box-vitrine .fixed-btn{
    bottom: .75rem;
  }
}

@media (min-width: 1200px){
  .vitrine .container-fluid > .d-flex{
    gap: 1.5rem;
  }
  
  .vitrine .box-vitrine{
    width: calc(100% / 5 - 1.25rem);
    padding: 1rem 1rem calc(50px + 1rem) 1rem;
  }

  .vitrine .box-vitrine .fixed-btn{
    bottom: 1rem;
  }
}



/* VIDEO RITZMANN */
.video{
  background: #f7b24d;
}

.video .container-fluid{
  position: relative;
  /* max-width: none; */
}

.video .container-fluid::after{
  content: "";
  display: block;
  width: 100%;
  height: calc(100% - 6rem);
  position: absolute;
  top: 3rem;
  left: 0;
  z-index: 10;
  background: url(//amoconfeitar.com.br/cdn/shop/t/16/assets/lp_ritzmann_ritzmann-005.jpg?v=3449483420262267681758151304) no-repeat center;
  background-size: cover;
}

.video .container-fluid .row{
  position: relative;
  z-index: 20;
}

.video .wrapper-video{
  position: relative;
}

.video .wrapper-video::after{
  content: '';
  display: block;
  height: 100%;
  background-color: #f7b24d;
  position: absolute;
  z-index: 10;
  top: 0;
}

@media (max-width: 576px){
  .video .wrapper-video::after{
    width: calc(100% + 1rem);
    left: -.5rem;
  }
}

@media (min-width: 576px) and (max-width: 992px){
  .video .wrapper-video::after{
    width: calc(100% + 1.5rem);
    left: -.75rem;
  }
}

@media (min-width: 992px){
  .video .wrapper-video::after{
    width: calc(100% + 2rem);
    left: -1rem;
  }
}



/* LAZY VIDEO */
.lazy-video{
  position: relative;
  z-index: 20;
  width: 100%;
  background: #000;
  overflow: hidden;
}

.lazy-video:after{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
}

.ratio-16-9:before,
.ratio-9-16:before{
  content: "";
  display: block;
}

.ratio-16-9:before{
  padding-top: 56.25%;
}

.ratio-9-16:before{
  padding-top: 177.77%;
}

.lazy-video iframe,
.lazy-video video{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  object-fit: cover;
}

.lazy-video .play-button{
  all: unset;
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 64px;
  height: 64px;
  display: none;
}

.lazy-video .play-button svg{
  width: 64px;
  height: 64px;
  transition: transform 0.3s ease;
}

.lazy-video .play-button:hover svg{
  transform: scale(1.1);
}

.lazy-video.show-play .play-button{
  display: block;
}



/* REVIEWS */
.reviews{
  background: #f7b24d;
}

.reviews .container-fluid{
  background: url(//amoconfeitar.com.br/cdn/shop/t/16/assets/lp_ritzmann_ritzmann-002.jpg?v=123990428315569026381758151304) no-repeat center;
  background-size: cover;
}

.reviews .wrapper-reviews{
  border: 1px solid rgba(255,255,255,0.3);
}

.reviews .wrapper-reviews h3{
  color: #f7b24d;
}

.reviews .wrapper-reviews h3::before{
  content: "";
  display: block;
  width: 120px;
  height: 60px;
  margin-bottom: 1rem;
  background: url(//amoconfeitar.com.br/cdn/shop/t/16/assets/lp_ritzmann_icon-reviews.svg?v=89706076265059813541758151301) no-repeat center;
  background-size: 100% auto;
}

.reviews .wrapper-reviews .review::before{
  content: "";
  display: block;
  width: 100px;
  height: 18px;
  margin-bottom: .75rem;
  background: url(//amoconfeitar.com.br/cdn/shop/t/16/assets/lp_ritzmann_icon-5-stars.svg?v=156834546893308092221758151299) no-repeat center;
  background-size: 100% auto;
}

.reviews .wrapper-reviews .review p{
  color: #FFF;
}

.reviews .wrapper-reviews .review p span{
  color: #f7b24d;
}

.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.svg?v=101278118154454790361758151300) no-repeat center;
  background-size: 100% auto;
}

.slick-prev::before, .slick-next::before{
  display: none;
}

.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;
  }
}



/* INSPIRAÇÕES / RECEITAS */
.inspiracoes{
  background: #ffe4b8;
}

.inspiracoes .container-fluid > h2{
  font-weight: 600;
  color: #392316;
}

.inspiracoes .container-receita{
  background-color: #fff1dc;
}


@media (max-width: 576px){
  .inspiracoes .container-receita{
    margin-bottom: 3rem;
  }
}

@media (min-width: 576px){
  .inspiracoes .container-receita{
    width: calc(100% - 2rem);
    padding: 0 1rem;
    margin: 0 auto 3rem;
  }
}

@media (max-width: 992px){
  .inspiracoes figure::after{
    content: "";
    display: block;
    position: absolute;
    z-index: 10;
    left: calc(50% - 100%);
    bottom: 0;
    width: 200%;
    height: 3rem;
    background: #ffe4b8;
  }
}

@media (min-width: 992px) and (max-width: 1200px){
  .inspiracoes .container-receita{
    margin: 5rem auto;
  }
}

@media (min-width: 1200px){
  .inspiracoes .container-receita{
    margin: 7rem auto;
  }
}



/* PARA QUEM É */
.para-quem{
  background: #ffe4b8;
}

.para-quem .container-fluid{
  background: #392316;
}

.para-quem h2{
  color: #f7b24d;
  font-weight: 600;
}

@media (max-width: 992px){
  .para-quem .row{
    margin-left: 0;
    margin-right: 0;
    padding: 1rem .25rem;
    border: 1px solid rgba(255,255,255,0.3);
  }

  .para-quem h4{
    color: #f7b24d;
  }

  .para-quem p{
    color: #ffe4b8;
  }
}

@media (min-width: 992px){
  .para-quem h4{
    background: #f7b24d;
    color: #392316;
  }

  .para-quem .col-12{
    background: #eee;
    border-bottom: 1px solid #DDD;
  }
  
  .para-quem .col-12:not(:last-child){
    border-right: 1px solid #DDD;
  }
}



/* HISTÓRIA DA MARCA */
.historia{
  background: #ffe4b8;
}

.historia .container-fluid{
  position: relative;
}

.historia .container-fluid .row{
  position: relative;
  z-index: 30;
}

.historia .container-fluid::after{
  content: "";
  display: block;
  position: absolute;
  z-index: 10;
  width: 150%;
  top: 0;
  bottom: 0;
  left: calc(50% - 75%);
  background: #f7b24d;
}

.historia .logo-ritzmann{
  max-width: 500px;
}

.historia h2{
  color: #392316;
  font-weight: 600;
}

.historia p{
  color: #392316;
}

@media (max-width: 992px){
  .historia figure::after{
    content: "";
    display: block;
    position: absolute;
    z-index: 10;
    left: calc(50% - 100%);
    bottom: 0;
    width: 200%;
    height: 3rem;
    background: #fff1dc;
  }
}



/* ESPECIFICAÇÕES TÉCNICAS */
.especificacoes{
  background: #fff1dc;
}

.especificacoes h2{
  color: #392316;
  font-weight: 600;
}

.especificacoes h4{
  color: #f7b24d;
  font-weight: 600;
}

@media (max-width: 576px){
  
}

@media (min-width: 576px) and (max-width: 992px){

}

@media (min-width: 992px){
  
}