:root{
  --fonte-titulo: "Playfair Display", serif;;
  --fonte-subtitulo: "Poppins", sans-serif;
   --cor-destaque: #D97706;
  --cor-fundo: #FEFBF6; 
  --cor-texto-principal: #3D352E; 
  --cor-qualidade-fundo: #FDF2E9;   
  --cor-whatsapp: #25D366;
  --cor-whatsapp-hover: #1DA851; 
  --cor-primaria: #ff7e5f;
  --cor-logo: #c35720;
  --cor-tittle-section: #4a2e20;
  --cor-sub-title: #8b0000;
  --cor-section-description: #666;;
  --cor-background-after:linear-gradient(to right, #e16619, #f09819);
  --cor-preco:#a0460f;
  --background-preco:  #f2ece4;;
}
.nossas-cestas {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 0;
  padding: 15px;
  background-color: #f9f9f9;
}

.section-cestas .container{
  overflow: hidden;
}

.section-cestas .container {
    position: relative;
    overflow: visible;
    padding-top: 20px;    
}

.section-cestas h2{
  position: relative;
  padding-bottom: 15px;
  display: inline-block;
  width: 100%;
  text-align: center;
  font-family: var(--fonte-titulo);
  font-size: 2.8rem;
  color: var( --cor-logo);
  text-align: center;
  margin-bottom: 20px;
}

.section-cestas p {
  max-width: 800px;
  margin: 0 auto 20px;
  text-align: center;
  line-height: 1.7;
  font-size: 1.05rem;
  color: #555;
}

.section-cestas strong {
  color: var( --cor-logo);
}

.section-title {
  font-family: var(--fonte-titulo);
  font-size: 2rem;
  font-weight: 700;
  color:var(--cor-tittle-section);
  margin-top: 0;
  margin-bottom: 20px;
  position: relative;
  display: inline-block;
  padding-bottom: 15px;
}

.section-subtitle {
  font-family: "Playfair Display", serif;
  font-size: 1.5em;
  color:var(--cor-sub-title);
  margin-top: 10px;
  margin-bottom: 0.6rem;
  letter-spacing: 0.05em;
  line-height: 1.3;
}

.section-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 150px;
  height: 1px;
  background: var(--cor-background-after);
  border-radius: 2px;
}

.section-description {
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  color:var( --cor-section-description);
  max-width: 700px;
  margin: 0 auto 4rem auto;
}

.section-cestas .container{
  margin-bottom:30px;
}

.section-cestas .hero-paragraph {
 font-size: 1.125rem; 
  line-height: 1.7; 
  color: var(--cor-texto-principal);
  margin-bottom: 24px;
}

.section-cestas .hero-paragraph strong {
  color: var(--cor-destaque);
  font-weight: 600;
}

.section-cestas .destaque-qualidade {
  background-color: var(--cor-qualidade-fundo);
  padding: 16px;
  border-radius: 12px;
  font-size: 1.1rem; /* Um pouco menor para diferenciar */
}

.section-cestas .qualidade {
  font-weight: 600;
}

.destaque-qualidade span {
  color: #D4AF37; /* dourado */
  font-weight: bold;
}

.cta-wrapper {
  text-align: center;
  margin-top: 2rem;
}

.section-cestas .cta-lead {
  font-size: 1.1rem;
  margin-bottom: 24px;
  color: var(--cor-texto-principal);
}

.section-cestas .cta-button {
  display: inline-flex; 
  align-items: center;
  gap: 12px; 
  background-color: var(--cor-whatsapp);
  color: #fff;
  font-size: 1.125rem;
  font-weight: 600;
  text-decoration: none;  
  padding: 16px 32px;
  border-radius: 50px; 
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);   
  transition: all 0.3s ease;
}

.section-cestas .cta-button .fab.fa-whatsapp {
  font-size: 1.5rem;
}

.section-cestas .cta-button:hover {
  background-color: var(--cor-whatsapp-hover);
  transform: translateY(-3px); /* Leve "salto" para cima */
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
}

.section-cestas .cta-button:active {
  transform: translateY(-1px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}



.cestas {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  width: 95%;
  padding: 15px;
}

.cesta {
  background: #ffffff;
  border: 1px solid #eaeaea;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  text-align: center;
  padding-bottom: 15px; /* Espaço no fundo do card para os botões */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
}

.cesta:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.cesta picture {
  margin-bottom: 15px; 
  padding: 0;
}

.cesta img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 8px;
}

.cesta h3 {
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  color: #333;
  padding: 0 15px;
  margin-bottom: 8px;
  min-height: 48px;
}

.cesta p {
  margin-bottom: 10px;
  font-size: 0.9rem;
  line-height: 1.5;
}
.cesta .preco {
  display: inline-block;
  background-color:var(--background-preco);
  color:var( --cor-preco);
  font-family: "Poppins", sans-serif;
  font-size: 1.15rem;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: 6px;
  margin-bottom: 15px;
}

.cesta p strong.preco {
  color: #e55a5a;
  display: block;
  background-color: #f2ece4;
  padding: 2px 5px;
  border-radius: 3px;
  text-align: center;
}

.cesta .botao-whatsapp,
.cesta .btn-detalhes {
  display: block; 
  width: 100%; 
  margin-left: auto; 
  margin-right: auto; 
  margin-bottom: 8px;
  max-width: 200px;
  margin: 0 auto 8px auto;
  padding: 10px 15px;
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.25);
  outline-offset: 2px;
  cursor: pointer;
  transition: all 0.2s ease-out;
}

.btn-detalhes {
  background-color: #e16619;
  color: #fff;
  border: none;
  border-radius: 6px;
  padding: 10px 15px;
  font-size: 0.9rem;
  font-weight: 600;
  cursor: pointer;
}
.cesta .botao-whatsapp:hover,
.cesta .btn-detalhes:hover {
  transform: translateY(-2px); 
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15); 
}
.botao-whatsapp:active,
.btn-detalhes:active {
  transform: translateY(1px);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}


.botao-whatsapp {
  display: inline-flex;
  justify-content: center; 
  align-items: center; 
  gap: 8px;  
  background-color: #25d366;
  width: 100%;
  max-width: 200px;
  margin: 0 auto 8px auto;
  padding: 10px 15px;
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.25);
  cursor: pointer;
  transition: all 0.2s ease-out;
}
.botao-whatsapp:hover {
  background-color: #20c65c;
}

.btn-detalhes {
  background-color: #e16619;
}
.btn-detalhes:hover {
  background-color: #d35e12;
}

.botao-whatsapp::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' fill='%23fff'%3E%3Cpath d='M380.9 97.1C339 55.1 283.2 32 223.9 32c-122.4 0-222 99.6-222 222 0 39.1 10.2 77.3 29.6 111L0 480l117.7-30.9c32.4 17.7 68.9 27 106.1 27h.1c122.3 0 224.1-99.6 224.1-222 0-59.3-25.2-115-67.1-157zm-157 341.6c-33.2 0-65.7-8.9-94-25.7l-6.7-4-69.8 18.3L72 359.2l-4.4-7c-18.5-29.4-28.2-63.3-28.2-98.2 0-101.7 82.8-184.5 184.6-184.5 49.3 0 95.6 19.2 130.4 54.1 34.8 34.9 56.2 81.2 56.1 130.5 0 101.8-84.9 184.6-186.6 184.6zm101.2-138.2c-5.5-2.8-32.8-16.2-37.9-18-5.1-1.9-8.8-2.8-12.5 2.8-3.7 5.6-14.3 18-17.6 21.8-3.2 3.7-6.5 4.2-12 1.4-32.6-16.3-54-29.1-75.5-66-5.7-9.8 5.7-9.1 16.3-30.3 1.8-3.7 .9-6.9-.5-9.7-1.4-2.8-12.5-30.1-17.1-41.2-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2-3.7 0-9.7 1.4-14.8 6.9-5.1 5.6-19.4 19-19.4 46.3 0 27.3 19.9 53.7 22.6 57.4 2.8 3.7 39.1 59.7 94.8 83.8 35.2 15.2 49 16.5 66.6 13.9 10.7-1.6 32.8-13.4 37.4-26.4 4.6-13 4.6-24.1 3.2-26.4-1.3-2.5-5-3.9-10.5-6.6z'/%3E%3C/svg%3E")
    no-repeat;
  background-position: center;
  margin-right: 2px;
  vertical-align: middle;
}

.section-alt-bg-creme {
  background-color: #F5F5F5; 
  padding-top: 60px;
  padding-bottom: 60px
}

.section-alt-bg-rose {
  background-color: #FFF0F5;
   padding-top: 60px;
  padding-bottom: 60px
}

.section-alt-bg-dark {
  background-color: #ffffff; 
   padding-top: 60px;
  padding-bottom: 60px
}

.section-alt-bg-personalize{
  background-color: #ffffff; 
  padding-top: 60px;
  padding-bottom: 60px
}
.section-alt-bg-deliviery{
background-color: #FFF3E0;
 padding-top: 60px;
  padding-bottom: 60px
}
.section-alt-bg-google-wrapper{
 background-color: #ffffff; 
  padding-top: 60px;
  padding-bottom: 60px
}

.section-alt-bg-birthday{
  background-color: #FFF8F0;
  padding-top: 60px;
  padding-bottom: 60px
}


.cesta {
  min-height: 320px; 
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.cesta .preco {
  margin-top: auto;
}

.secao-produto {
  padding: 60px 20px;
  text-align: center;
  background-color: #f9f9f9;
}

.secao-produto h2 {
  font-size: 1.8rem;
  font-weight: 700;
  color: #3d1f0f;
  margin-bottom: 0.6rem;
}

.secao-produto h2::after {
  content: "";
  display: block;
  width: 50px;
  height: 3px;
  background-color: #f28500;
  margin: 8px auto 0;
  border-radius: 3px;
}

.secao-produto h3 {
  font-size: 1.1rem;
  color: #a8432d;
  font-weight: 600;
  margin-bottom: 1rem;
}

.secao-produto p {
  font-size: 0.98rem;
  color: #555;
  max-width: 90%;
  margin: 0 auto 2rem auto;
  line-height: 1.6;
}

@media (max-width: 1400px) {
  .cestas {
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
  }
}

@media (max-width: 1100px) {
  .cestas {
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
  }
}

@media (max-width: 800px) {
  .cestas {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }
  .nossas-cestas .section-title {
    font-size: 1.4rem;
  }
  .nossas-cestas .section-subtitle {
    font-size: 1rem;
  }
  .nossas-cestas .section-description {
    font-size: 0.9rem;
  }
}

@media (max-width: 500px) {
  .cestas {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .nossas-cestas {
    padding: 30px 15px;
  }

  .cesta {
    max-width: 280px;
    margin: 0 auto;
  }
}

@media (max-width: 768px) {
  .nossas-cestas {
    padding: 15px 10px;
  }
}


@media (hover: hover) {
  .cesta:hover {
    transform: translateY(-6px) scale(1.02);
  }
}

@media (max-width: 768px) {
  .cestas-especiais {
    padding: 3rem 0;
  }

  .cestas-especiais .cta-text {
    font-size: 1.1rem;
  }

  .botao-whatsapp {
    gap: 4px;
    padding: 8px 12px;
  }

  .botao-whatsapp::before {
    background-size: 14px 14px;
    width: 14px;
    height: 14px;
    vertical-align: text-top;
    margin-top: 1px;
  }
}
@media (min-width: 1024px) {
  .nossas-cestas {
    padding: 80px 30px;
  }

  .section-title {
    font-size: 2.6rem;
    color: #4a2e20;
    margin-bottom: 1rem;
  }

  .section-subtitle {
    font-size: 1.3rem;
    color: #a8432d;
    margin-top: 0.5rem;
    margin-bottom: 1.2rem;
  }

  .section-description {
    font-size: 1.05rem;
    max-width: 700px;
    margin: 0 auto 3rem auto;
    color: #555;
  }
}


@media (min-width: 768px) {
  .secao-produto h2 {
    font-size: 2.3rem;
  }

  .secao-produto h3 {
    font-size: 1.3rem;
  }

  .secao-produto p {
    font-size: 1.05rem;
    max-width: 720px;
  }
}

@media (min-width: 1024px) {
  .secao-produto {
    padding: 80px 40px;
  }

  .secao-produto h2::after {
    width: 60px;
  }
}
@media (max-width: 768px) {
    .section-cestas h2     {
        padding-bottom: 12px;
        font-size: 1.8rem;
    }
    .section-cestas h2::after
   {
        width: 60px;
        height: 2px;
    }
  .section-title {
    font-size: 1.8rem;
    padding: 0 10px;
  }
  .section-subtitle {
    font-size: 1.2rem;
    padding: 0 10px;
  }
}

@media (max-width: 480px) {
   .section-cestas h2 {
    font-size: 2rem;
  }
  .section-cestas p {
    font-size: 1rem;
  }
  .section-title {
    font-size: 1.5rem;
  }
  .section-subtitle {
    font-size: 1rem;
  }
}

@media (max-width: 768px) {
  .titulo-com-linha {
    font-size: 2rem; /* 32px - Diminui o título */
  }

   .section-cestas .hero-paragraph,
   .section-cestas .destaque-qualidade,
   .section-cestas .cta-lead {
    font-size: 1rem; /* 16px - Ajusta o tamanho do texto */
  }

   .section-cestas .cta-button {
    font-size: 1rem;
    padding: 7px 14px;
  }
}

@media (max-width: 768px) {
    .section-alt-bg-personalize {
        padding-bottom: 20px; /* Valor menor para mobile */
    }
}