<style>
#microsum-produtos {
    display: flex;
    align-items: stretch;
    padding-top: 1rem;
}
#microsum-produtos .item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 295px;
    text-align: center;
    padding: 5px;
}
#microsum-produtos img {
    width: 100%;
    height: 150px;
    object-fit: contain;
    border-radius: 6px;
    margin-bottom: 10px;
}
#microsum-produtos p {
    font-size: 13px;
    color: #9c9994;
    margin: 0 0 8px 0;
    line-height: 1.3;
    overflow: hidden;
    height: 30px;
    font-weight: 500;
}
#microsum-produtos .preco {
    font-weight: 500;
    color: #ae7d45;
    font-size: 16px;
}
p.preco {
    height: 20px !important;
}
#microsum-produtos .comprar {
    background: #ae7d45;
    color: #fff;
    padding: 8px 0;
    border: none;
    border-radius: 0;
    cursor: pointer;
    width: 100%;
    margin-top: auto;
    font-weight: 300;
    font-size: 13px;
    text-transform: uppercase;
}
#microsum-produtos .comprar:hover {
    background: #ad8b65;
}
button.comprar {
    display: flex;
    justify-content: center;
    align-items: center;
}
span.btn_comprar svg {
    width: auto;
    height: 21px;
    margin-right: 5px;
}
.titulo-carrossel {
    margin-top: 40px;
    margin-bottom: 15px;
    font-size: 23px;
    text-align: center;
    font-weight: 500;
    color: #ae7d45;
}
.microsum-carrossel-wrapper {
    padding-top: 3rem;
}
.produto-tray {
    display: grid;
    align-items: center;
    justify-content: center;
    gap: 15px;
    padding: 10px;
    margin: 25px 0;
}
.img-tray-product {
    display: flex;
    justify-content: center;
    align-items: center;
}
.img-tray-product img {
    width: 270px;
    height: auto;
}
.info-tray {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.name-product-tray {
    font-size: 16px;
    font-weight: 400;
    color: #9c9994;
}
.btn-comprar-tray {
    display: inline-block;
    color: #fff;
    font-size: 12px;
}
.button-comprar-tray {
    background: #ae7d45;
    width: 110px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: 10px;
    padding: 6px 12px;
    border: none;
    cursor: pointer;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    transition: 0.2s ease;
}
.button-comprar-tray:hover {
    background: #946a3c;
}
#microsum-produtos {
    margin-top: 25px;
}
.fa-angle-right::before {
    content: ">";  
}
.fa-angle-left::before {
    content: "<"
}
i.fa.fa-angle-left, i.fa.fa-angle-right {
    font-style: normal;
    font-size: 20px;
    font-weight: 700;
    color: #ae7d45;
}
button.owl-next {
    position: absolute;
    top: 90px;
    right: -6px;
}
button.owl-prev {
    position: absolute;
    top: 90px;
    left: -8px;
}
</style>
