.produtos{
    margin-top: 2%;
}

.produto-pagina{
    display: flex; 
    justify-content: space-between; 
    margin: 0 auto; 
    max-width: 85%; 
    padding: 0 20px;
}

.product-title{
    width: 80%;
    margin: 0 auto; 
}

.breadcrumbs h1{
    font: 700 30px/24px 'AmpleSoft', Arial, Helvetica, sans-serif; 
    text-transform: uppercase;
}

[v-cloak] {
    display: none;
}

svg {
    width: 35px;
    height: 35px;
}

.img-principal {
    transition: transform 0.3s ease;
    width: 100%;
    height: auto;
    object-fit: contain;
}

.image-container {
    position: relative;
    width: 400px;
    height: 400px;
    margin: 0 auto;
    overflow: hidden;
}

.zoom-lens {
    border: 2px solid rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    cursor: zoom-in;
    position: absolute;
    pointer-events: none;
    display: none;
}

.image-container {
    cursor: crosshair;
}

.opcionais-container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 0 4%;
}

.opcional-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 120px;
    text-align: center;
    position: relative;
    border: 1px solid #ccc;
    overflow: hidden;
    margin: 0;
    min-height: 153px;

}

.opcional-item i {
    padding: 7% 14%;
    color: #fff;
    background: #ff8a02;
    border-radius: 0% 0 0 80%;
    position: absolute;
    right: 0;
    width: 35%;
    height: 24%;
    font-size: 17px;
}

.img-container {
    overflow: hidden;
    height: 120px;
    width: 120px;
    background: #eee;
}

.img-container img {
    width: 100%;
    height: 100%;
}

.product-img-option {
    text-align: center;
    cursor: pointer;
    display: block;
    color: #666;
    font: 500 12px / 16px 'Quicksand', Arial, Helvetica, sans-serif;
    padding: 0 0 15px;
}

.personalizacao-nome {
    border-bottom: 1px solid #e1e1e1;
    font: 700 20px/100% 'AmpleSoft', Arial, Helvetica, sans-serif;
    margin: 6% 0px 4%;
}

.on {
    background: #ff8a02;
    border: 2px solid #ff8a02;
}

.on span {
    color: #fff;
}

.offer-container {
    max-width: 390px;
    margin: 5% 1% 0;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 8px;
}

.offer-title {
    font-size: 1.2em;
    font-weight: bold;
    color: #333;
}

.offer-options {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 20px 0;
}

.offer-option {
    flex: 1 1 48%;
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.offer-option input[type="radio"] {
    accent-color: #000;
    width: 18px;
    height: 18px;
}

.offer-option label {
    flex-grow: 1;
}

.offer-price {
    color: #ff8a02;
    font-weight: bold;
}

.offer-total {
    text-align: center;
    font-size: 1.5em;
    color: #ff8a02;
    font-weight: bold;
    margin-top: 20px;
}

.offer-unit-price {
    font-size: 1.2em;
}

.btn-vendedor-login {
    display: flex;
    color: #ff8a02;
}

.btn-vendedor-login p {
    margin: 0 1%;
}

#mais-sobre {
    margin: 10% auto;
}

#mais-sobre .produtos a {
    text-decoration: none;
    border: 2px solid #ccc;
    border-radius: 12px;
    margin: 0 1%;
    max-width: 250px;
    overflow: hidden;
}

#mais-sobre .produtos a:hover {
    border: 1px solid #ff8a02;
}

.carregando-melhores-ofertas {
    text-decoration: none;
    cursor: pointer;
    border: none;
    border-radius: 0.25rem;
    padding: 0.5rem 1rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 700;
    color: white;
    background-color: rgb(236, 137, 35);
    margin-top: 2%;
}

.pontos-animados span {
    animation: aparecer 1.5s infinite;
    animation-fill-mode: both;
    font-weight: bold;
}


.pontos-animados span:nth-child(1) {
    animation-delay: 0s;
}

.pontos-animados span:nth-child(2) {
    animation-delay: 0.3s;
}

.pontos-animados span:nth-child(3) {
    animation-delay: 0.6s;
}

@keyframes aparecer {

    0%,
    100% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }
}

@media (max-width: 768px) {

    .owl-item.active{
        width: 100px !important;
    }

    .produto-pagina {
        flex-direction: column !important;
    }

    .produto-media,
    .produto-detalhes {
        width: 100% !important;
    }

    .mais-produtos {
        flex-direction: column;
    }

    .mais-produtos>.item {
        margin-bottom: 1em !important;
    }

    .image-container {
        width: 95%;
    }

    #mais-sobre .produtos a {
        margin: 1% auto;
    }

    svg {
        width: 35px;
        height: 35px;
    }
}

.mais-produtos {
    display: flex;
    justify-content: center;
    width: 80%;
    margin: auto;
}

.image-wrapper {
    width: 100%;
}


#conteudoDaDescricao{
    margin: 0 0 4px; 
}

.produto-detalhes {
    display: inline-block;
    width: 48%;
    text-align: left;
    vertical-align: top;
}

.produto-detalhes h1 {
    color: #202020;
    font: 700 24px/24px 'AmpleSoft', Arial, Helvetica, sans-serif;
    margin: 20px 0 5px;
    text-transform: uppercase;
}

.produto-detalhes p {
    color: #202020;
    font: 500 14px/22px 'Quicksand', Arial, Helvetica, sans-serif;
    margin: 0 0 5px;
    text-transform: uppercase;
}

.produto-detalhes .avaliacao {
    color: #202020;
    font: 500 14px/22px 'Quicksand', Arial, Helvetica, sans-serif;
    margin: 10px 0;
}

.produto-detalhes .avaliacao .avaliacao-estrelas {
    display: inline-block;
    font-size: 0;
    margin: 0 10px 0 0;
}

.produto-detalhes .avaliacao .avaliacao-estrelas i {
    color: #c5c5c5;
    display: inline-block;
    font-size: 17px;
    margin: 0 1px;
}

.produto-detalhes .avaliacao .avaliacao-estrelas i.dourada {
    color: #f2ca27;
}

#descricao {
    display: block;
}

#descricao h4{
    
    font: 700 20px/100% 'AmpleSoft', Arial, Helvetica, sans-serif; 
    margin-bottom: 4px;
}

#descricao  .produtos-codigos{
    border-bottom: 1px solid #e1e1e1;
    width: 100%;
}
