/** Shopify CDN: Minification failed

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

**/
/*
Theme Name: LP Drageados 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 !important;
  overflow-x: hidden;
  color: #37200e;
}

header#ntheader,
.h-\[100px\].md\:h-\[120px\].xl\:h-\[170px\],
.whatsFloat {
  display: none !important;
}

img {
  width: 100%;
}

a {
  transition: 0.3s !important;
}

a:hover {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Poppins", 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: 0.75rem 1.25rem;
  font-size: 16px;
  line-height: 18px;
  font-weight: 600;
  color: #fff;
  -webkit-box-shadow: 6px 6px 20px -6px rgba(0, 0, 0, 0.7);
  box-shadow: 6px 6px 20px -6px rgba(0, 0, 0, 0.7);
}

.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: 0.3s;
}

.btn-buy::before {
  background-position: 0 0;
}

.btn-download::before {
  background-position: 0 -30px;
}

.btn-lp:hover {
  background-color: #841629;
  border-color: rgba(255, 255, 255, 0.25);
  color: #fff;
}

.title-primary {
  display: flex;
  align-items: center;
  color: #492d19;
}

.title-primary::before {
  content: "";
  display: block;
  background: url(../assets/lp_ritzmann_icon-ritzmann.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: 0.5rem;
    font-size: 14px;
    line-height: 18px;
  }

  .title-primary {
    font-size: 22px;
    line-height: 28px;
  }

  .title-primary::before {
    width: 64px;
    height: 70px;
    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: 65px;
    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: 84px;
    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: 84px;
    height: 90px;
    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: 84px;
    height: 90px;
    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: 0.5rem;
}

.checked li::before {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin-right: 0.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;
}

.banner::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  background: #000000;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 0) 50%
  );
}

.banner .logo-selo {
  position: absolute;
  z-index: 30;
}

.banner .logo-selo .logo {
  transform: scale(1);
}

.banner .logo-selo .selo-manteiga {
  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) {
  .banner .logo-selo .logo {
    width: 125px;
  }

  .banner .logo-selo .selo-manteiga {
    position: absolute;
    top: 1rem;
    right: 1rem;
    width: 80px;
    animation: seloManteiga 30s infinite linear;
  }

  /* .banner .logo-selo .selo-manteiga{
    position: absolute;
    left: calc(50% - 40px);
    bottom: -40px;
    width: 80px;
    animation: seloManteiga 30s infinite linear;
  } */
}

@media (min-width: 576px) {
  .banner .logo-selo .logo {
    width: 200px;
  }

  .banner .logo-selo .selo-manteiga {
    width: 175px;
    animation: seloManteiga 30s infinite linear;
  }
}

@media (min-width: 1200px) {
  .banner .logo-selo .logo {
    width: 240px;
  }

  .banner .logo-selo .selo-manteiga {
    width: 200px;
    animation: seloManteiga 50s infinite linear;
  }
}

/* DUST */
.dustCanvas {
  position: absolute;
  z-index: 30;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none; /* deixa clicar na imagem */
}

@media (max-width: 576px) {
  .dustCanvas {
    opacity: 0.4;
  }
}

@media (min-width: 576px) {
  .dustCanvas {
    opacity: 0.5;
  }
}

@media (min-width: 1200px) {
  .dustCanvas {
    opacity: 0.7;
  }
}

/* DRAGEADOS */
.drageados {
  position: relative;
  background: #fbefd5;
  overflow: initial;
}

.drageados::before,
.drageados::after {
  content: "";
  display: block;
  position: absolute;
}

.drageados::before {
  z-index: 20;
  left: 0;
  width: 100%;
  background: url(../assets/lp-drageados/yellow-top.png) no-repeat center;
}

.drageados::after {
  z-index: 25;
  background: url(../assets/lp-drageados/drageas.png) no-repeat center;
  background-size: 100% auto;
}

@media (max-width: 992px) {
  .drageados::before {
    top: -30px;
    height: 30px;
    background-size: auto 30px;
  }

  .drageados::after {
    width: 120px;
    height: 120px;
    top: -60px;
    left: calc(50% - 60px);
  }
}

@media (min-width: 992px) {
  .drageados::before {
    top: -57px;
    height: 57px;
    background-size: 100% 57px;
  }

  .drageados::after {
    width: 200px;
    height: 200px;
    top: -100px;
    left: 1rem;
  }
}

@media (min-width: 1280px) {
  .drageados::after {
    width: 350px;
    height: 350px;
    top: -175px;
    left: 50px;
  }
}

/* DADOS TÉCNICOS */
.dados-tecnicos {
  position: relative;
  z-index: 20;
  overflow: initial;
  background: url(../assets/lp-drageados/cacau-bg.svg) #3a6c7d;
}

.dados-tecnicos::before,
.dados-tecnicos::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 5;
  left: 0;
  width: 100%;
  height: 30px;
  background: url(../assets/lp-drageados/shadow.png) no-repeat center;
  background-size: 100% 30px;
}

.dados-tecnicos::before {
  top: 0;
}

.dados-tecnicos::after {
  bottom: 0;
  transform: rotate(180deg);
}

.dados-tecnicos .title-primary {
  color: #fff;
}

.dados-tecnicos .slider-drageados {
  position: relative;
  z-index: 20;
}

.dados-tecnicos .slider-drageados::before {
  content: "";
  display: block;
  position: absolute;
  border: 1px solid #fff;
}

@media (max-width: 992px) {
  .dados-tecnicos {
    background-size: 160px auto;
  }

  .dados-tecnicos .slider-drageados::before {
    width: 110%;
    height: 110%;
    top: -5%;
    left: -5%;
  }
}

@media (min-width: 992px) {
  .dados-tecnicos {
    background-size: 200px auto;
  }

  .dados-tecnicos .slider-drageados {
    margin: -130px 0;
  }

  .dados-tecnicos .slider-drageados::before {
    width: 106%;
    height: 106%;
    top: -3%;
    left: -3%;
  }

  .dados-tecnicos ul.checked {
    padding-left: 2.5rem;
  }
}

/* RECHEIOS */
@media (max-width: 576px) {
  .recheios {
    background: url(../assets/lp-drageados/bg-recheios-mobile.jpg) no-repeat
      center bottom #eaeae8;
    background-size: 100% auto;
    padding: 80px 0 360px;
  }
}

@media (min-width: 576px) {
  .recheios {
    background: url(../assets/lp-drageados/bg-recheios-desktop.jpg) no-repeat
      center #eaeae8;
    background-size: cover;
  }
}

/* PRODUTOS */
.produtos {
  position: relative;
  background: #fbefd5;
  overflow: initial;
}

.produtos::before {
  content: "";
  display: block;
  position: absolute;
}

.produtos::before {
  z-index: 20;
  left: 0;
  width: 100%;
  background: url(../assets/lp-drageados/yellow-top.png) no-repeat center;
}

.produtos .container-fluid.pt-5 {
  position: relative;
}

.produtos .container-fluid.pt-5::before {
  content: "";
  display: block;
  width: 100%;
  height: 30px;
  margin: 3rem 0 4rem;
  background: url(../assets/lp-drageados/shadow.png) no-repeat top center;
  background-size: 100% 30px;
  opacity: 0.3;
}

.produtos .title-primary {
  margin-bottom: 5rem;
  justify-content: center;
}

.produtos .vitrine {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
}

.produtos .vitrine .item {
  position: relative;
  background: #eee;
  text-align: center;
  margin: 154px 0 1rem;
  padding: 144px 0.75rem 0.75rem 0.75rem;
  border-radius: 16px;
}

.produtos .vitrine.vitrine-ao-leite .item {
  background: url(../assets//lp-drageados/cacau-bg.svg) #6cc6eb;
  background-size: 140px auto;
}

.produtos .vitrine.vitrine-branco .item {
  background: url(../assets//lp-drageados/cacau-bg.svg) #7e69aa;
  background-size: 140px auto;
}

.produtos .vitrine.vitrine-70-cacau .item {
  background: url(../assets//lp-drageados/cacau-bg.svg) #e3095d;
  background-size: 140px auto;
}

.produtos .vitrine .item img {
  display: block;
  position: absolute;
  top: -154px;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  max-width: 280px;
}

.produtos .vitrine .item h3 {
  text-align: center;
  color: #fff;
  font-size: 30;
  line-height: 36px;
  font-weight: 500;
}

.produtos .vitrine .item h3 span {
  display: block;
  color: #492d19;
  margin-top: 0.5rem;
}

.produtos .vitrine .item .btn-lp {
  position: relative;
  width: 180px;
  margin: 0 auto;
}

.produtos .divisao-vitrine {
  margin: 1rem 0 5rem;
  padding: 0 1rem;
  background: #492d19;
}

.produtos .vitrine.vitrine-branco .item h3 span,
.produtos .vitrine.vitrine-70-cacau .item h3 span{
  color: #e5c57e;
}

@media (max-width: 576px) {
  .produtos {
    background-size: 250% 30px;
  }

  .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 .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 (max-width: 992px) {
  .produtos::before {
    top: -30px;
    height: 30px;
    background-size: auto 30px;
  }
}

@media (min-width: 992px) {
  .produtos {
    background-size: 100% 36px;
  }

  .produtos::before {
    top: -57px;
    height: 57px;
    background-size: 100% 57px;
  }

  .produtos .vitrine .item {
    width: calc(25% - 1.5rem);
  }

  .produtos .vitrine .item img {
    transition: 1.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 {
    transform: scale(1.05);
  }

  .produtos .vitrine .item:hover img {
    transform: translateX(-50%) scale(1.1);
  }
}

/* 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: 0.3s;
  }

  .reviews .wrapper-reviews .slick-initialized .slick-slide {
    min-height: 470px;
  }
}
