/** Shopify CDN: Minification failed

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

**/
/*
Theme Name: LP Páscoa 2026
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;
  font-weight: 600;
}

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;
  font-weight: bold;
  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-pascoa-2026/icones-botoes.svg?v=56419294153654914491767647816) no-repeat;
  background-size: 100% auto;
  transition: .3s;
}

.btn-buy::before{
  background-position: 0 0;
}

.btn-download::before{
    background-position: 0 -30px;
}

.btn-lp:hover{
  background-color: #841629 !important;
  border-color: rgba(255,255,255,0.25);
  color: #FFF;
}

.title-primary{
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fb828c;
}

.title-primary::before{
  content: "";
  display: block;
  background: url(../assets/lp-pascoa-2026/icone-titulo.svg) no-repeat center;
  background-size: auto 100%;
}

.title-primary span{
  display: block;
}

.title-primary small{
  display: block;
  color: #c19a43;
}

section{
  overflow: hidden;
}

@media (max-width: 576px){
  .btn-lp{
    border-radius: 40px;
    padding: .5rem;
    font-size: 14px;
    line-height: 18px;
  }

  .title-primary{
    font-size: 22px;
    line-height: 28px;
  }

  .title-primary::before{
    width: 42px;
    height: 60px;
    margin-right: 1rem;
  }

  .title-primary span{
    max-width: calc(100% - 42px - 1rem)
  }

  .title-primary small{
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 4px;
  }

  h4{
    font-size: 16px;
    line-height: 26px;
  }

  section{
    padding: 80px 0;
  }
}

@media (min-width: 576px) and (max-width: 992px){
  .title-primary{
    font-size: 26px;
    line-height: 34px;
  }
  
  .title-primary::before{
    width: 49px;
    height: 70px;
    margin-right: 1.25rem;
  }

  .title-primary span{
    max-width: calc(100% - 49px - 1.25rem)
  }

  .title-primary small{
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 4px;
  }

  h4{
    font-size: 20px;
    line-height: 30px;
  }

  section{
    padding: 90px 0;
  }
}

@media (min-width: 992px) and (max-width: 1200px){
  .title-primary{
    font-size: 30px;
    line-height: 40px;
  }

  .title-primary::before{
    width: 62px;
    height: 90px;
    margin-right: 1.5rem;
  }

  .title-primary span{
    max-width: calc(100% - 62px - 1.5rem)
  }

  .title-primary small{
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 5px;
  }

  h4{
    font-size: 26px;
    line-height: 36px;
  }

  section{
    padding: 100px 0;
  }
}

@media (min-width: 1200px) and (max-width: 1600px){
  .title-primary{
    font-size: 42px;
    line-height: 52px;
  }

  .title-primary::before{
    width: 70px;
    height: 100px;
    margin-right: 1.75rem;
  }

  .title-primary span{
    max-width: calc(100% - 70px - 1.75rem)
  }

  .title-primary small{
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 6px;
  }

  h4{
    font-size: 30px;
    line-height: 42px;
  }

  section{
    padding: 100px 0;
  }
}

@media (min-width: 1600px){
  .title-primary{
    font-size: 45px;
    line-height: 55px;
  }

  .title-primary::before{
    width: 70px;
    height: 100px;
    margin-right: 2rem;
  }

  .title-primary span{
    max-width: calc(100% - 70px - 2rem)
  }

  .title-primary small{
    font-size: 22px;
    line-height: 26px;
    letter-spacing: 8px;
  }

  section{
    padding: 100px 0;
  }
}


figure{
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 0;
  transform: rotate(-4deg);
}

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 img{
  position: relative;
  z-index: 20;
  filter: drop-shadow(0 0px 10px rgba(0,0,0,0.1));
}

figure .bg-figure{
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fcddc0;
  transform: rotate(4deg);
}

.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% - 20px);
  }

  figure::after{
    border: 2px solid rgba(255,255,255,0.25);
    width: 86%;
    height: 86%;
    top: 7%;
    left: 7%;
  }
  
  figure img{
    border: 3px solid #FFF;
  }
}

@media (min-width: 992px){
  .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{
    border: 3px solid rgba(255,255,255,0.25);
    width: 90%;
    height: 90%;
    top: 5%;
    left: 5%;
  }

  figure img{
    border: 5px solid #FFF;
  }
}

@media (min-width: 1280px){
  .container-fluid{
    padding: 0 50px;
  }
}



/* BANNER */
.banner{
  position: relative;
  background-size: cover !important;
}

.banner h1, .banner h3{
  text-shadow: 5px 5px 5px rgba(0,0,0,0.25);
}

.banner h1{
  color: #FFF;
  font-weight: 600;
}

.banner h3{
  color: #fb828c;
}

.banner h3 span{
  color: #ffc476;
}


@media (max-width: 576px){
  .banner{
    background: url(//amoconfeitar.com.br/cdn/shop/t/16/assets/lp-pascoa-2026/banner-mobile.jpg?v=111435333921292245761767575022) no-repeat bottom center;
    padding-bottom: 120px;
    min-height: 80vh;
    min-height: 80dvh;
  }

  .banner .logo-pascoa{
    width: 180px;
    margin: 0 auto;
  }

  .banner h1{
    font-size: 35px;
    line-height: 45px;
  }
  
  .banner h3{
    font-size: 16px;
    line-height: 26px;
  }
}

@media (min-width: 576px){
  .banner{
    background: url(//amoconfeitar.com.br/cdn/shop/t/16/assets/lp-pascoa-2026/banner-desktop.jpg?v=78683954380390965981767575022) no-repeat bottom center;
    min-height: 80vh;
    min-height: 80dvh;
  }
  
  .banner .logo-pascoa{
    width: 200px;
  }

  .banner h1{
    font-size: 40px;
    line-height: 50px;
  }
  
  .banner h3{
    font-size: 20px;
    line-height: 30px;
  }
}

@media (min-width: 1200px){
  .banner{
    height: 90vh;
    height: 90dvh;
    min-height: 700px;
  }

  .banner .logo-pascoa{
    width: 300px;
  }

  .banner h1{
    font-size: 65px;
    line-height: 75px;
  }
  
  .banner h3{
    font-size: 40px;
    line-height: 50px;
  }
}



/* DIFERENCIAL */
.diferencial{
  position: relative;
  background: #fb828c;
  overflow: initial;
}

.diferencial::before, .diferencial::after{
  content: "";
  display: block;
  position: absolute;
  z-index: 10;
  left: 0;
  width: 100%;
  height: 23px;
  background: url(../assets/lp-pascoa-2026/ondas_divisao.svg) repeat-x;
}

.diferencial::before{
  top: -23px;
}

.diferencial::after{
  bottom: -23px;
  background-position: bottom;
}

.diferencial .container-fluid .row{
  position: relative;
}

.diferencial h4{
  color: #FFF;
}

.diferencial h4 span{
  color: #ffc476;
}

.diferencial .selo-manteiga{
  position: absolute;
  z-index: 20;
  transform-origin: center;
}

@keyframes seloManteiga {
  0% { transform: rotate(-20deg); }
  25% { transform: rotate(-5deg); }
  50% { transform: rotate(20deg); }
  75% { transform: rotate(5deg); }
  100% { transform: rotate(-20deg); }
}



@media (max-width: 576px){
  .diferencial{
    padding: 100px 0 40px;
  }

  .diferencial .cesta{
    width: 100px;
  }
}

@media (min-width: 576px) and (max-width: 1200px){
  .diferencial .cesta{
    width: 150px;
  }
}

@media (min-width: 1200px){
  .diferencial .cesta{
    width: 190px;
  }
}

@media (max-width: 1200px){
  .diferencial{
    padding: 100px 0 40px;
  }

  .diferencial .selo-manteiga{
    width: 140px;
    top: -80px;
    left: calc(50% - 70px);
    animation: seloManteiga 30s infinite linear;
  }
}

@media (min-width: 1200px){
  .diferencial{
    padding: 120px 0;
  }
  
  .cont-diferencial{
    /* width: calc(100% - 500px); */
    width: 60%;
  }
  
  .diferencial .selo-manteiga{
    width: 200px;
    top: -130px;
    left: calc(50% - 100px);
    animation: seloManteiga 50s infinite linear;
  }
}



/* VÍDEO */
.video{
  border: 10px solid #fcddc0;
  max-width: 300px;
}

.video .wrapper-video{
  position: relative;
}

@media (max-width: 576px){
  .video{
    width: 90%;
    margin: 3rem auto 0;
  }

  .video .wrapper-video::after{
    width: calc(100% + 1rem);
    left: -.5rem;
  }
}

@media (min-width: 576px) and (max-width: 1200px){
  .video{
    width: 90%;
    margin: 3rem auto 0;
  }

  .video .wrapper-video::after{
    width: calc(100% + 1.5rem);
    left: -.75rem;
  }
}

@media (min-width: 1200px){
  .video{
    position: absolute;
    z-index: 40;
    right: 15px;
    top: calc(50% - 295px);
    width: 35%;
    max-width: 340px;
  }

  .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;
  z-index: 30;
  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;
}



/* DETALHES TECNICOS */
.detalhes-tecnicos{
  background: #ffebd4;
}

.detalhes-tecnicos .checked li{
  color: #492d19;
}

.detalhes-tecnicos .galeria-clientes{
  background: #ffe4ca;
}

.detalhes-tecnicos .galeria-clientes .galeria{
  flex-wrap: wrap;
}

.detalhes-tecnicos .galeria-clientes .galeria figure{
  filter: drop-shadow(0 0px 10px rgba(0,0,0,0.1));
}

@media (max-width: 576px){
  .detalhes-tecnicos .galeria-clientes{
    padding-bottom: 10rem;
  }

  .detalhes-tecnicos .galeria-clientes .galeria{
    gap: 1rem;
  }
  
  .detalhes-tecnicos .galeria-clientes .galeria figure{
    width: calc(50% - .5rem);
  }
  
  .detalhes-tecnicos .galeria-clientes .galeria figure::before{
    width: 26px;
    height: 30px;
    left: calc(50% - 13px);
  }
}

@media (min-width: 576px) and (max-width: 992px){
  .detalhes-tecnicos .galeria-clientes{
    padding-bottom: 13rem;
  }

  .detalhes-tecnicos .galeria-clientes .galeria{
    gap: 2rem;
  }
  
  .detalhes-tecnicos .galeria-clientes .galeria figure{
    width: calc(33% - 1.3rem);
  }

  .detalhes-tecnicos .galeria-clientes .galeria figure::before{
    width: 32px;
    height: 36px;
    left: calc(50% - 16px);
  }
}

@media (min-width: 992px){
  .detalhes-tecnicos .galeria-clientes{
    padding-bottom: 18rem;
  }

  .detalhes-tecnicos .galeria-clientes .galeria{
    gap: 2rem;
  }
  
  .detalhes-tecnicos .galeria-clientes .galeria figure{
    width: calc(33% - 1.3rem);
  }

  .detalhes-tecnicos .galeria-clientes .galeria figure::before{
    width: 40px;
    height: 46px;
    left: calc(50% - 20px);
  }
}



/* PRODUTOS */
.produtos{
  position: relative;
  overflow: initial;
  background: url(../assets/lp-pascoa-2026/inicio-produtos.svg) no-repeat top center #492d19;
  background-size: auto 36px;
}

.produtos .cascas-ritzmann{
  position: absolute;
  z-index: 20;
  filter: drop-shadow(0 0px 10px rgba(0,0,0,0.3));
}

.produtos .title-primary{
  margin-bottom: 5rem;
}

.produtos .vitrine{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
}

.produtos .vitrine .item{
  background: #ffebd4;
  text-align: center;
  margin-bottom: 5rem;
  padding: 0 .75rem;
  border-radius: 16px;
}

.produtos .vitrine .item img{
  width: 100%;
  margin: -2rem auto 2rem;
  border-radius: 16px;
  object-fit: cover;
  object-position: top;
}

.produtos .vitrine .item h3{
  text-align: center;
  color: #492d19;
  font-weight: bold;
}

.produtos .vitrine .item .dimensoes span{
  display: block;
  font-weight: bold;
  color: #c19a43;
}

.produtos .vitrine .item .ideal small{
  display: block;
  font-weight: bold;
  color: #fb828c;
}

.produtos .vitrine .item .btn-lp{
  position: relative;
  width: 180px;
  margin: 0 auto;
}

.produtos .divisao-vitrine{
  margin: 1rem 0 5rem;
  padding: 0 1rem;
  background: #492d19;
}


@media (max-width: 576px){
  .produtos{
    background-size: 250% 30px;
  }
  
  .produtos .cascas-ritzmann{
    width: 260px;
    top: -5rem;
    left: calc(50% - 130px);
  }
  
  .produtos .vitrine .item{
    width: 100%;
  }

  .produtos .vitrine .item img{
    max-width: 280px;
  }

  .produtos .vitrine .item h3{
    font-size: 22px;
    line-height: 26px;
  }

  .produtos .vitrine .item .btn-lp{
    bottom: -20px;
  }
}

@media (min-width: 576px) and (max-width: 992px){
  .produtos{
    background-size: 150% 36px;
  }

  .produtos .cascas-ritzmann{
    width: 400px;
    top: -7rem;
    left: calc(50% - 200px);
  }

  .produtos .vitrine .item{
    width: calc(50% - 1rem);
  }

  .produtos .vitrine .item h3{
    font-size: 18px;
    line-height: 22px;
  }

  .produtos .vitrine .item .ideal small{
    font-size: 75%;
  }

  .produtos .vitrine .item .btn-lp{
    bottom: -24px;
  }
}

@media (min-width: 992px){
  .produtos{
    background-size: 100% 36px;
  }

  .produtos .cascas-ritzmann{
    width: 600px;
    top: -12rem;
    left: calc(50% - 300px);
  }

  .produtos .vitrine .item{
    width: calc(25% - 1.5rem);
  }
  
  .produtos .vitrine .item img{
    transition: .3s;
  }

  .produtos .vitrine .item h3{
    font-size: 22px;
    line-height: 26px;
  }

  .produtos .vitrine .item .ideal small{
    font-size: 75%;
  }

  .produtos .vitrine .item .btn-lp{
    bottom: -24px;
  }

  .produtos .vitrine .item:hover img{
    transform: scale(1.05);
  }
}



/* TABELA FORMAS */
.tabela-formas{
  background: url(../assets/lp-pascoa-2026/inicio-reviews.svg) no-repeat top center #ffebd4;
  background-size: auto 36px;
  color: #fff;
  white-space: nowrap;
}

.tabela-formas p{
  color: #492d19;
}

.tabela-formas .table-responsive{
  overflow-y: hidden;
}

.tabela-formas .table-responsive th,
.tabela-formas .table-responsive td{
  border-color: rgba(255,255,255,0.5);
  vertical-align: middle;
}

.tabela-formas .table-responsive thead{
  background: #fb828c;
  color: #ffc476;
}

.tabela-formas .table-responsive thead strong{
  color: #FFF;
}

.tabela-formas .table-responsive tbody{
  background: #ffc476;
  color: #492d19;
}

.tabela-formas .table-responsive tbody h3 span{
  color: #fff;
  font-weight: bold;
}

.tabela-formas .table-responsive tbody strong{
  display: block;
  text-align: center;
}



/* REVIEWS */
.reviews{
  background: #ffd9b3;
}

.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/lp-pascoa-2026/box-shadow.svg?v=180061231113513776671767575022) no-repeat center;
  background-size: 100%;
}

.reviews .wrapper-reviews .slick-track{
  display: flex !important;
}

.reviews .wrapper-reviews .slick-initialized .review > div{
  background: #fb828c;
  border-radius: 20px;
}

.reviews .wrapper-reviews .review p{
  color: #fff;
}

.reviews .wrapper-reviews .review p span{
  color: rgba(255,255,255,0.7);
}

@media (max-width: 576px){
  .reviews{
    background-size: 250% 30px;
  }
}

@media (min-width: 576px) and (max-width: 576px){
  .reviews{
    background-size: 150% 30px;
  }
}

@media (min-width: 576px){
  .reviews{
    background-size: 100% 30px;
  }
}



/* SLICK */
.slick-prev, .slick-next{
  z-index: 10;
}

.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-prev{
  top: calc(50% - 10px);
  left: 0;
}

.slick-next{
  transform: rotate(180deg);
  right: 0;
  top: calc(50% - 30px);
}

.slick-prev:hover{
  left: 0;
}

.slick-next:hover{
  right: 0;
}

@media (max-width: 576px){
  .slick-prev, .slick-next{
    width: 30px;
    height: 30px;
  }
}

@media (min-width: 576px) and (max-width: 992px){
  .slick-prev, .slick-next{
    width: 34px;
    height: 34px;
  }
}

@media (min-width: 992px){
  .slick-prev, .slick-next{
    width: 40px;
    height: 40px;
    transition: .3s;
  }

  .reviews .wrapper-reviews .slick-initialized .slick-slide{
    min-height: 470px;
  }
}