body {
    font-family: 'Cinzel', serif;
  }

  html {
    scroll-behavior: smooth;
  }

.charutos-cubanos-1-hex { color: #F2D272; }
.charutos-cubanos-2-hex { color: #BF815E; }
.charutos-cubanos-3-hex { color: #BF5D39; }
.charutos-cubanos-4-hex { background-color: #8C3A27; color: #F2F2F2 !important; }
.charutos-cubanos-5-hex { color: #F2F2F2; }

.moderno { border-radius: 32px; }

.buttons {
  flex-wrap: nowrap !important;
  overflow: auto;
} 

.buttons:not(:last-child) {
  margin-bottom: 0;
}

.filtros-container {
  padding: 16px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1); 
}

.filtros-container.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: #F2D272;
  padding: 10px;
  box-shadow: 0 2px 2px 2px rgba(0,0,0,0.2);
  transition: all 0.3s ease;
}

.modal-card-title {
  max-width: 90%;
}

.modal-card-head {
  justify-content: space-between;
}

.navbar-brand {
  align-items: center !important;
}

::-webkit-scrollbar {
  width: 12px;
}

::-webkit-scrollbar-track {
  background-color: #F2F2F2;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background: linear-gradient(135deg, #BF815E, #BF5D39);
  border-radius: 10px;
  border: 2px solid #BF5D39;
}

::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(135deg, #BF5D39, #8C3A27);
  cursor: move;
}

.ficha-tecnica {
  background: #f7f9fa;
  border-left: 5px solid #F2D272;
  padding: 20px;
  margin-top: 25px;
  border-radius: 8px;
}

.diferenciaisCard {
  border-left: 5px solid #F2D272 !important;
}
  
  .custom-hero {
    background-color: #F2D272;
  }

  .content .preco {
    color: #8C3A27 !important;
  }

  .navbar {
    background-color: #F2D272;
    box-shadow: 0 2px 2px 2px rgba(0,0,0,0.2);
  }

  a.navbar-item:hover {
    background-color: #F2F2F2;
    color: #8C3A27;
  }

  .carousel-container img:hover {
    filter: brightness(1.1);
    cursor: pointer;
  }

  .custom-hero {
    animation: fadeIn 1.2s ease-out;
  }

  @keyframes fadeIn {
    from { opacity: 0; }
    to   { opacity: 1; }
  }

  .hero-body .container > * {
    opacity: 0;
    transform: translateY(30px);
    animation: slideUp 1s ease-out forwards;
  }

  .hero-body .container img {
    animation-delay: 0.3s;
  }

  .hero-body .container .custom-title {
    animation-delay: 0.6s;
  }

  .hero-body .container .custom-subtitle {
    animation-delay: 0.9s;
  }

  @keyframes slideUp {
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  
  .custom-title {
    font-size: 3rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
    color: #8C3A27;
  }
  
  .custom-subtitle {
    font-size: 1.75rem;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    color: #8C3A27;
  }
  
  .card {
    border: none;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    transition: transform 0.3s, box-shadow 0.3s;
    border-radius: 8px;
    overflow: hidden;
    background-color: #fff;
  }
  
  .card:hover {
    box-shadow: 0 4px 4px 4px rgba(0,0,0,0.2);
  }
  
  .card-image figure {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    overflow: hidden;
  }
  
  .card-footer-item {
    background-color: #BF5D39;
    color: #fff;
    font-weight: bold;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    transition: background-color 0.3s;
  }
  
  .card-footer-item:hover {
    background-color: #BF815E;
    color: #fff;
  }
  
  #catalog .column {
    margin-bottom: 2rem;
  }
  
  .thumbnails {
    display: flex;
    justify-content: center;
    margin-top: 10px;
  }
  
  .thumbnails img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    margin: 0 5px;
    cursor: pointer;
    border: 2px solid transparent;
    border-radius: 4px;
    transition: border-color 0.3s;
  }
  
  .thumbnails img:hover {
    border-color: #25D366;
  }

  .modal-card {
    max-width: 800px;
    width: 100%;
  }

  .modal {
    z-index: 1001 !important;
  }

  .modal-card-head, .modal-card-foot {
    border-radius: 0;
  }

  .thumbnails img {
    cursor: pointer;
    margin-right: 5px;
    transition: transform 0.2s;
  }

  .thumbnails img:hover {
    transform: scale(1.1);
  }

  footer {
    background-color: #222;
    color: #fff;
    padding: 2em 1em;
  }

  footer .content {
    text-align: center;
  }

  footer .icons a {
    margin: 0 0.5em;
    font-size: 1.6rem;
  }

  .whatsapp-button {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 20px;
    right: 20px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 30px;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
    transition: background-color 0.3s;
  }
  
  .whatsapp-button:hover {
    background-color: #128c7e;
    color: #F2F2F2;
  }

  #loaderContainer {
    display: flex;
    position: fixed;
    z-index: 1000000;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 45px;
  }

  .loaderNosso i {
    font-size: 40px;
    color: #333;
    animation: spin 1s linear infinite;
  }

  .navbar-item i {
    margin-right: 5px; /* Ajuste o espaçamento entre o ícone e o texto */
  }

/* Estilo do card */
.card {
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.card-image {
  position: relative;
}

/* Imagem principal */
.main-image {
  width: 100%;
  height: auto;
  display: block;
  transition: opacity 0.3s ease;
}

/* Miniaturas */
.thumbnails {
  display: flex;
  justify-content: center;
  gap: 10px;
  padding: 10px;
  background: #f2f2f2;
}

.thumbnails img {
  border-radius: 4px;
  cursor: pointer;
  transition: transform 0.3s ease, opacity 0.3s ease;
  opacity: 0.8;
}

.thumbnails img:hover {
  transform: scale(1.05);
  opacity: 1;
}

.card-content {
  padding: 20px;
}

.media-titulo .title {
  font-size: 1.5rem;
  margin-bottom: 10px;
  color: #333;
}

/* Seção do toggle de preços */
.price-toggle {
  margin-bottom: 15px;
}

.buttons.has-addons .button {
  border: none;
  background-color: #e0e0e0;
  color: #555;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.buttons.has-addons .button.is-active,
.buttons.has-addons .button:hover {
  background-color: #ff9800;
  color: black;
  font-weight: bold;
}

.price-container {
  font-size: 1.2rem;
}

.preco {
  margin-bottom: 0 !important;
  text-align: center;
}

.card-footer {
  padding: 10px;
  background-color: #fafafa;
  text-align: center;
}

/* Botão "Ver Mais" */
.button.is-charutos-cubanos-4-hex {
  background-color: #ff9800;
  color: black;
  font-weight: bold;
  border: none;
  transition: background-color 0.3s ease;
}

.button.is-charutos-cubanos-4-hex:hover {
  background-color: #e68900;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
  
  @media (max-width: 768px) {
    .custom-title {
      font-size: 2.5rem;
    }
    .custom-subtitle {
      font-size: 1.5rem;
    }

    .navbar-end, .navbar-menu {
      background-color: #F2F2F2;
    }

    ::-webkit-scrollbar {
      width: 8px;
      height: 8px;
    }

    ::-webkit-scrollbar-track {
      background-color: #F2F2F2;
      border-radius: 8px;
    }
    
    ::-webkit-scrollbar-thumb {
      background: linear-gradient(135deg, #BF815E, #BF5D39);
      border-radius: 10px;
      border: 1 px solid #BF5D39;
    }

    .modal-card {
      min-height: 100% !important;
    }
    
  }
  