.pc-product-grey{
    background:#eaf1f4;
    padding:30px 0;
}

.pc-product-img{
    position:relative;
    display:flex;
    flex-direction:column;
    align-items:flex-start;
}

.product-gallery{
    width:100%;
    max-width:520px;
}

.product-gallery-main{
    width:100%;
    height:340px;
    background:#fff;
    border-radius:14px;
    overflow:hidden;
    display:flex;
    align-items:center;
    justify-content:center;
    box-sizing:border-box;
    position:relative;
    cursor:zoom-in;
}

.product-gallery-main img{
    max-width:100%;
    max-height:100%;
    width:auto;
    height:auto;
    display:block;
    object-fit:contain;
    transform-origin:center center;
    transition:transform 0.12s ease-out;
    will-change:transform;
}

.product-gallery-thumbs{
    margin-top:12px;
    display:flex;
    flex-wrap:nowrap;
    gap:8px;
    align-items:center;
}

.product-thumb{
    width:60px;
    height:45px;
    padding:0;
    border:none;
    background:#fff;
    border-radius:2px;
    overflow:hidden;
    display:flex;
    align-items:center;
    justify-content:center;
    cursor:pointer;
    box-sizing:border-box;
    opacity: 0.5;
}

.product-thumb img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}

.product-thumb.active{
    border:2px solid #2f80c1;
    opacity: 1;
}

.product-thumb:hover{
    border-color:#2f80c1;
}

.pc-outlet-badge{
    width:90px;
    position:absolute;
    top:8px;
    left:8px;
    z-index:10;
}


.pc-product-text h1 {
    font-weight: 600;
    color: #3A3A3A;
}

.pc-product-text p {
    color: #555;
    }
.pc-product-text ul {
    color: #555;
    list-style-type: none;
    padding: 0;
    margin: 20px 0;
}

.pc-certificados-btn {
    margin: 16px;
}

.pc-certificados-btn > a {
    background: #fff;
    padding: 10px;
    border-radius: 5px;
    border: solid 1px #555;
    color: #000;
    transition: 0.2s;
}

.pc-proposta{
    font-size:22px;
    line-height: 26px;
    font-weight: 600;
    margin: 22px 0;
}

.pc-proposta-btn{
    color: #3A3A3A;
    font-size: 14px;
    padding: 15px 30px;
    border-radius: 4px;
}

.pc-proposta-btn:hover{
    color: #3A3A3A;
    font-size: 14px;
    padding: 15px 30px;
    border-radius: 4px;
}

p.pc-a-vista{
    font-size: 14px;
    color: #555555;
    margin: 6px 0px;
}


.pc-proposta-content{
    padding: 0;
}

.pc-abas-descricoes{
    background-color: #f6f6f6;
}

.produto-tabs {
    margin-top: 30px;
}

.produto-tabs-nav {
    display: flex;
    flex-direction: row;
    background-color: #d9d9d9;
    flex-wrap: wrap;
}

.produto-tabs-nav .tab-link {
    background-color: #d9d9d9;
    border: 0;
    padding: 16px 24px;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    color: #444;
    margin: 0;
    outline: none;
}

.produto-tabs-nav .tab-link:hover {
    background: #cfcfcf;
}

.produto-tabs-nav .tab-link.active {
    background: #e9e9e9;
    color: #222;
}

.produto-tabs-content {
    padding: 10px 0;
}

.produto-tabs-content h2{
    font-size: 26px;
    font-weight: 600;
}

.tab-pane {
    display: none;
}

.tab-pane.active {
    display: block;
    margin-bottom: 30px;
}

.pc-aviso-quimicos{
    color: #3a3a3a;
}

#tab-videos iframe {
    height: 600px;
}

@media screen and (max-width: 1000px) {
    #tab-videos iframe {
        height: 100%;
    }

    .pc-aviso-quimicos{order:1}
    .info-produto{order:2}
    #tab-informacoes.active{
        display: flex;
        flex-direction: column;
    }
}

.produtos-relacionados-scroll {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 10px 0 15px 0;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    align-items: center;
}

.produtos-relacionados-scroll::-webkit-scrollbar {
    height: 8px;
}

.produtos-relacionados-scroll::-webkit-scrollbar-thumb {
    background: #c7c7c7;
    border-radius: 10px;
}

.produtos-relacionados-scroll::-webkit-scrollbar-track {
    background: #efefef;
}

.produto-relacionado-card {
    min-width: 360px;
    max-width: 360px;
    background: #e9e9e9;
    border: none;
    display: flex;
    flex: 0 0 auto;
}

.produto-relacionado-imagem {
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    width: 120px;
    min-width: 120px;
}

.produto-relacionado-imagem a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.produto-relacionado-imagem img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.produto-relacionado-conteudo {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 10px;
}

.produto-relacionado-info {
    flex: 1;
}

.produto-relacionado-titulo {
    margin: 0 0 10px 0;
    font-size: 14px;
    line-height: 1.3;
    font-weight: 700;
    text-transform: uppercase;
}

.produto-relacionado-titulo a {
    color: #333;
    text-decoration: none;
}

.produto-relacionado-codigo {
    margin: 0;
    font-size: 13px;
    color: #666;
}

.produto-relacionado-codigo a {
    color: #333;
    text-decoration: none;
}

.produto-relacionado-acao {
    margin-top: 12px;
}

.btn-relacionado {
    display: inline-block;
    width: 100%;
    background: #f79b2e;
    color: #3a3a3a;
    font-size: 13px;
    font-weight: 600;
    padding: 10px 18px;
    border-radius: 3px;
    text-decoration: none;
    text-align: center;
    border: none;
    cursor: pointer;
}

.btn-relacionado:hover,
.btn-relacionado:focus {
    background: #e67e22;
    color: #fff;
    text-decoration: none;
}

.pc-carrossel-plus {
    display: flex;
    align-items: center;
    min-width: 40px;
    font-size: 28px;
    font-weight: 700;
    color: #000;
    flex: 0 0 auto;
    background-color: #f79b2e;
    border-radius: 50%;
    height: fit-content;
    flex-direction: row;
    justify-content: center;
}

@media (max-width: 768px) {
    .produtos-relacionados-scroll {
        display: flex;
        flex-direction: column;
        gap: 15px;
        overflow-x: visible;
        overflow-y: visible;
        padding: 10px 0;
    }

    .produtos-relacionados-scroll::-webkit-scrollbar {
        display: none;
    }

    .produto-relacionado-card {
        min-width: 100%;
        max-width: 100%;
        width: 100%;
    }

    .produto-relacionado-imagem {
        width: 100px;
        min-width: 100px;
    }

    .produto-relacionado-titulo {
        font-size: 13px;
    }

    .produto-relacionado-codigo {
        font-size: 12px;
    }

    .btn-relacionado {
        min-width: 100%;
        width: 100%;
    }

    .pc-carrossel-plus {
        justify-content: center;
        padding: 5px 0;
    }
}