.wrapper {
    background-color: #F6F6F6;
}
.container-details {
    top: unset !important;
}
.product-details-area {
    background-color: #fff;
    margin: 0 auto;
    border-radius: 15px;
    --tw-ring-shadow: 0 0 #0000;
    --tw-ring-offset-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), -5px 5px 0px 0px rgba(0, 0, 0, 0.05);
}

.product-details-dates {
    border-left: 5px solid #F6F6F6;
}

.product-description-section .product-description {
    height: auto;
    padding: 30px;
    background-color: #fff;
    border-radius: 15px;
    --tw-ring-shadow: 0 0 #0000;
    --tw-ring-offset-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), -5px 5px 0px 0px rgba(0, 0, 0, 0.05);
}
.product-details-content {
    margin-top: 30px;
}

.logo-details-section {
    display: flex;
    align-items: center;
    gap: 20px;
}
.product-description-section .product-description .description-content {
    border-radius: 10px;
    border: 1px solid #e9e9e9;
    padding: 30px;
}

.product-description-section .product-description .description-content hr {
    color: #FFB822;
    height: 3px;
    opacity: 1;
}

.product-description-section .shop-description {
    height: auto;
    padding: 30px;
    background-color: #fff;
    border-radius: 15px;
    --tw-ring-shadow: 0 0 #0000;
    --tw-ring-offset-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), -5px 5px 0px 0px rgba(0, 0, 0, 0.05);
}

.product-description-section .shop-description .shop-description-content {
    border-radius: 10px;
    border: 1px solid #e9e9e9;
    padding: 30px;
}

.product-description-section .shop-description .shop-description-content img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 1px solid #e9e9e9;
}

.product-description-section .shop-description .shop-description-content .shop-contact {
    display: flex;
    flex-direction: column;
}

.product-description-section .shop-description .shop-description-content .shop-contact .logo {
    display: flex;
    align-items: center;
    gap: 15px;
}

#icono_campana {
    color: #fff !important;
    
}

.product-description-section .shop-description .shop-description-content a {
    display: flex;
    width: auto;
    min-width: 200px;
    padding: 0 10px;
    height: 40px;
    background-color: #86C14E;
    color: #fff;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    border: 1px solid #86C14E;
    font-size: 0.8rem;
}

.product-description-section .shop-description .shop-description-content a:hover {
    background-color: #fff;
    color: #86C14E;
}

.product-description-section .shop-description .shop-description-content ion-icon {
    font-size: 1.5rem;
    margin-right: 7px;
}


.whatsapp-button {
    color: #fff;
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    background-color: #25D366; /* Color característico de WhatsApp */
    display: inline-block;
    line-height: 1;
    padding: 23px 38px 23px; /* Mismos valores que el botón de carrito */
    z-index: 99;
    border: none;
    border-radius: 4px; /* Bordes redondeados */
    text-decoration: none; /* Sin subrayado */
    transition: background-color 0.3s ease; /* Transición para hover */
  }
  
  .whatsapp-button:hover {
    background-color: #1EBE5B; /* Color más oscuro para hover */
  }
  

@media screen and (max-width: 767px) {
    #icono_campana {
        color: #fff !important;
    }

    #icon-menu {
        color: #fff;
    }
}