.single__produtos {
    margin: 90px 0;
}

.single__produtos .principal__produto {
    align-items: center;
}


.single__produtos .principal__produto .owl-nav {
    position: absolute;
    bottom: -17px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
    background: #014029;
    padding: 10px;
    border-radius: 40px;
    color: #fff;
    display: flex;
    gap: 10px;
}

.single__produtos .principal__produto .owl-nav.disabled {
    display: none;
}

.single__produtos .foto__produto {
    position: relative;
    height: 540px;
    display: block;
    width: 100%;
    padding: 1px;
}

.single__produtos .foto__produto img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    border: 10px #fff solid;
    outline: 1px solid #eaeaea;
    outline-offset: -1px;
    background: #fff;
}

.single__produtos h2 {
    font-size: 48px;
    font-weight: bold;
    color: var(--verde);
    line-height: 100%;
}

.title__home {
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.title__home:after {
    content: '';
    width: 150px;
    height: 4px;
    background: var(--laranja);
    border-radius: 4px;
    display: block;
    position: absolute;
    left: 0;
    bottom: -2px;
}

.title__home:before {
    content: '';
    width: 320px;
    height: 1px;
    background: #dedede;
    border-radius: 4px;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0px;
}

.categoria__produto {
    display: table;
    margin-bottom: 20px;
    background: var(--verde);
    color: #fff;
    font-weight: bold;
    padding: 8px 20px;
    border-radius: 50px;
    line-height: 14px;
}

.categoria__produto i {
    margin-right: 5px;
}

.categoria__produto:hover {
    background: var(--laranja);
    color: #fff;
    text-decoration: none;
}

p.codigo__produto {
    color: #959595;
    font-size: 14px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: bold;
}

div.intro_produto {
    font-size: 15px;
    color: #333;
    line-height: 30px;
    margin-bottom: 30px;
}

.cta_primary {
    text-transform: none;
    color: #fff;
    /* border:3px var(--laranja) solid; */
}

.descricao__produto {
    margin-top: 90px;
    border: 1px #dedede solid;
    border-radius: 5px;
    padding: 30px;
    box-shadow: 0 0 30px #00000017;
}

.descricao__produto table {
    width: 100%;
}

.descricao__produto table th {
    background: var(--verde);
    color: #fff;
    font-weight: bold;
    padding: 10px
}

.descricao__produto table tr {
    border-bottom: 1px #dedede solid;
}

.descricao__produto table td {
    padding: 10px;
}

.descricao__produto p:not(:last-child) {
    margin-bottom: 30px;
}

.descricao__produto h2 {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 15px;
}

.descricao__produto h3 {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 15px;
}

.descricao__produto h4 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
}

.descricao__produto h5 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
}

.descricao__produto h6 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
}

.descricao__produto img {
    /* margin: auto; */
    display: block;
}

.title__relacionados {
    margin-top: 60px;
}