.box-content-total-swiper-product {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.box-content-total-header .logo-link img {
    width: clamp(67.5px, 23.0769231vw, 170.5px);
    height: clamp(31.5px, 10.7692308vw, 90.5px);
}

.box-content-total-productos {
    position: relative;
}

.section-productos .swiper-wrapper{
    justify-content: inherit;
    width: fit-content;
    margin: auto;
}

.box-content-producto .box-content-total-productos .swiper::before {
    pointer-events: none;
}



.box-content-producto .swiper-productos:before {
    display: none;
}


.box-content-categories-buttons ul {
    flex-wrap: wrap;
    justify-content: center;
}

.box-content-total-productos {
    margin-bottom: 40px;
}

.box-ingredientes-productos-single.active svg {
    transform: rotateX(180deg);
}

.box-ingredientes-productos-single svg {
    transition: all .5s ease;
}

.box-ingredientes-productos-single .btn-ingredients {
    display: flex;
}

.box-ingredientes-productos-single .btn-ingredients svg {
    margin-left: auto;
    margin-right: 5px;
}

.box-ingredientes-productos-single .btn-ingredients .icon-img-ingredents {
    margin-left: 10px;
    margin-right: 10px;
    transform: none;
}