body {
    font-family: "Chicle", serif;
    background-color: #ffffff;
  }
  
  h1, h2, h3 {
    font-family: "Chicle", serif;
    font-style: normal;
  }

.breadcrumb a {
    text-decoration: none;
    color: #f8aca1;
    font-size: 1.3rem;
}

#categoryHeader {
    text-decoration: none;
    color: #f8aca1;
    font-size: 1.3rem;
}
.breadcrumb a:hover {
    text-decoration: underline;
}
.first-category {
    color: #f8aca1 !important;
}
.card {
    transition: transform 0.2s ease-in-out;
    border: none;
}
.card:hover {
    transform: scale(1.05);
}
.card img {
    max-height: 200px;
    object-fit: contain;
}
.product-title {
    font-size: 1rem;
    color: #f8aca1;
}
.price {
    font-size: 1.2rem;
    color: #f8aca1;
}

.btn-buy {
    background-color: #f8aca1;
    color: white;
}
.btn-buy:hover {
    background-color: #ffebee;
}

.text-center {
    color: #f8aca1 !important;
}
