.product-section {
    background-color: #fff;
    padding: 40px 0;
    position: relative;
    z-index: 1;
}

.product-details {
    padding: 20px;
}

.product-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 20px;
    color: #4A3520;
}

.product-price {
    font-size: 2rem;
    font-weight: 600;
    color: #4A3520;
    margin-bottom: 20px;
    font-family: Arial, Helvetica, sans-serif !important;
}

.product-description {
    color: #666;
    margin-bottom: 30px;
}

.product-features {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.product-features li {
    padding: 5px 0;
    position: relative;
    padding-left: 25px;
}

.product-features li:before {
    content: "•";
    color: #4A3520;
    position: absolute;
    left: 0;
    font-size: 1.2em;
}

.btn-whatsapp {
    background-color: #25D366;
    color: white;
    padding: 12px 25px;
    border-radius: 5px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: background-color 0.3s ease;
}

.btn-whatsapp:hover {
    background-color: #128C7E;
    color: white;
}

#productSlider {
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 20px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    border-radius: 50%;
    padding: 20px;
}
