/**/

div#custom-text {
    text-align: center;
    padding: 0px 0px 0px;
}

div#custom-text h2, .headerhomeproducts .h2 {
    font-size: 44px;
    color: #2a1e1b;
    font-size: 2rem;
    font-weight: 800;
    color: #1a1a1a;
    margin: 0 0 6px 0;
    line-height: 1.2;
}

.headerhomeproducts .h2 + p {
    display: none;
}

div#custom-text p, .headerhomeproducts p {
    color: #2a1e1b;
}
section.featured-products{
    margin-bottom: 40px;
}
section.featured-products .product {
    width: 100%;
}
.ecommmanufacturers_content {
    background: white;
    padding: 30px;
    margin-bottom: 40px;
    border-radius: var(--border-radius-custom);
    box-shadow: var(--box-shadow);
}
section.featured-products .carrusel_products .owl-stage .owl-item {
    display: flex;
}

section.featured-products .carrusel_products .owl-stage {
    display: flex;
}
.homehistoryproducts {
    background: white;
    padding: 30px;
    margin-bottom: 40px;
    border-radius: var(--border-radius-custom);
    box-shadow: var(--box-shadow);
}
.ecommmanufacturers_content img {
    max-width: 100%;
    height: auto;
}
.carrusel_products > .product:nth-child(-n + 3) {
    display: block;
}

.carrusel_products > .product {
    max-width: 20%;
    display: none;
}
@media(max-width:991px) {
    div#custom-text {
        padding: 15px;
        margin-bottom: 20px;
    }
    .ecommmanufacturers_content {
        padding: 15px;
        margin-bottom: 20px;
    }
    section.featured-products{
        margin-bottom: 20px;
    }
    .homehistoryproducts {
        padding: 15px;
        margin-bottom: 20px;
    }
}



section.ecommhomeproducts_content .product {
    width: calc(20% - 15px);
    /* padding: 0px 15px; */
}

.headerhomeproducts {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.headerhomeproducts a {
    border: 1px solid oklch(50% .02 35);
    border-radius: 6px;
    padding: 0px 10px;
    line-height: 37px;
    display: inline-block;
    color: #363636;
    font-size: 14px;
}

.headerhomeproducts a:hover {
    background-color: var(--color3);
    color: white;
    border-color:  var(--color3);
}

.headerhomeproducts a svg {
    width: 17px;
    margin-left: 7px;
}

section.ecommhomeproducts_content {
    margin-top: 80px;
    clear: both;
    overflow: hidden;
    padding-bottom: 10px;
}

section.ecommhomeproducts_content .products {
    gap: 15px;
    display: flex;
    margin: 0px;
}

.extrahomeinfo-wrapper {
    margin-top: 80px;
}

@media(max-width:767px) {
    section.ecommhomeproducts_content .products{
        display: flex;
        flex-wrap: wrap;
    }
    .headerhomeproducts
    {
        display: flex;
        margin-bottom: 28px;
        flex-direction: column;
        align-items: flex-start;
    }
    section.ecommhomeproducts_content .product{
        width: 47%;
        max-width: 47%;
    }
}