div#proddesc {font-family: 'Rubik', sans-serif;font-size: 16px;color: #7d879c;}
div#descprod li {text-decoration: none;list-style: none;}
ul#opcoesprod li {list-style: disc;margin: 5px 0 0px 40px;}
ul#opcoesprod  { margin-bottom:20px}
div#descprod h2 {color: #C78221;font-weight: bold;line-height: 1.2;color: #373f50;font-size: 1.75rem;box-sizing: border-box;display: block;font-size: 1.75em;margin-block-start: 0.83em;margin-block-end: 0.83em;margin-inline-start: 0px;margin-inline-end: 0px;}
.tab-pane {padding: 0;}
div#descprod ul {margin: 0;padding: 0;}
div#descprod h3 {font-size: 2rem;font-weight: bold;line-height: 1.2;color: #373f50;display: block;margin-block-start: 17px;
margin-block-end: 20px;margin-inline-start: 0px;margin-inline-end: 0px;}
div#descprod h4 {font-size: 1.7rem;font-weight: bold;line-height: 1.2;color: #373f50;display: block;margin-block-start: 24px;margin-block-end: 20px;margin-inline-start: 0px;margin-inline-end: 0px;}
h4.panel-title {
    font-size: 24px;
}

/* Estilos para subprodutos com imagens */
.selsubprod label {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    padding: 8px !important;
    cursor: pointer !important;
    border-radius: 4px !important;
    transition: all 0.3s ease !important;
}

.selsubprod img {
    object-fit: cover !important;
    border-radius: 4px !important;
    border: 2px solid transparent !important;
    transition: border-color 0.3s ease !important;
}

.selsubprod:hover img {
    border-color: #007bff !important;
}

.selsubprod.classselecionado img {
    border-color: #28a745 !important;
}

/* Estilos para o modal de zoom */
.modal {
    display: none;
    position: fixed;
    z-index: 10000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.9);
}

.modal-content {
    margin: auto;
    display: block;
    width: 90%;
    max-width: 1200px;
    margin-top: 50px;
    animation: zoom 0.3s;
}

@keyframes zoom {
    from {transform: scale(0)}
    to {transform: scale(1)}
}

.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
}

.prev-modal, .next-modal {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: 0.3s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

.next-modal {
    right: 15px;
    border-radius: 3px 0 0 3px;
}

.prev-modal:hover, .next-modal:hover {
    background-color: rgba(0,0,0,0.8);
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .modal-content {
        width: 95%;
        margin-top: 20px;
    }
    
    .selsubprod label {
        flex-direction: column !important;
        text-align: center !important;
        gap: 5px !important;
        padding: 10px !important;
    }
    
    .selsubprod img {
        width: 60px !important;
        height: 60px !important;
    }
    
    .close {
        font-size: 30px;
        top: 10px;
        right: 20px;
    }
    
    .prev-modal, .next-modal {
        font-size: 16px;
        padding: 12px;
    }
}

.descricao h2 {
    margin-top: 25px;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 400;
}

.precode {text-decoration: line-through;font-size: 12px;}
.precopor {font-size: 18px;color: #00AB00;font-weight: bold;}
.precaoparcelado {font-size: 16px;color: #00AB00;}
.chamada2desc {font-size: 11px; color: #F60; margin-top:10px}
.descontoavista {font-size: 32px;color: #F60;font-weight: bold; display: block;}

.caracteristicas { margin:0 10px}
.caracteristicas img { margin-right:10px; margin-bottom:20px}

div#precopor {font-size: 20px;}
.de {font-size: 14px;}

/* TABS Q&A e Secoes Semanticas */
.modern-product-nav { display: flex; flex-wrap: wrap; gap: 15px; margin-bottom: 20px; border-bottom: 2px solid #ddd; }
.modern-product-nav a { padding: 10px 15px; color: #373f50; font-weight: bold; text-decoration: none; border-bottom: 2px solid transparent; margin-bottom: -2px; }
.modern-product-nav a:hover { border-bottom-color: #C78221; color: #C78221; }
.modern-section { margin-bottom: 40px; padding-top: 20px; }
.modern-section .section-title { font-size: 2rem; border-bottom: 1px solid #eee; padding-bottom: 10px; margin-bottom: 20px; color: #373f50; }

.modern-tabs-nav { list-style:none; padding:0; margin:0; display:flex; border-bottom:2px solid #ddd; flex-wrap: wrap; }
.modern-tabs-nav li { padding:10px 20px; cursor:pointer; background:#f9f9f9; border:1px solid #ddd; border-bottom:none; margin-right:5px; border-radius:5px 5px 0 0; font-weight:bold; color:#555;}
.modern-tabs-nav li.active { background:#fff; border-bottom:2px solid #fff; margin-bottom:-2px; color:#c78221;}
.modern-tab-pane { display:none; padding:20px 0;}
.modern-tab-pane.active { display:block;}
.duvida-item { background: #f9f9f9; padding: 15px; border-radius: 8px; margin-bottom: 15px; border-left: 4px solid #f0ad4e;}
.duvida-header { color: #555; font-size: 14px; margin-bottom: 5px; }
.duvida-body { color: #333; font-size: 16px;}

/* MODERN REVIEWS UI */
.modern-reviews-container {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 20px;
}
.modern-reviews-summary {
    flex: 1 1 300px;
    background: #fff;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    text-align: center;
    border: 1px solid #eee;
    height: fit-content;
}
.modern-reviews-summary h3 {
    font-size: 22px;
    font-weight: 700;
    color: #333;
    margin-top: 0;
    margin-bottom: 20px;
}
.reviews-avg-block .avg-number {
    font-size: 36px;
    font-weight: 800;
    color: #333;
    margin: 10px 0;
}
.reviews-avg-block .avg-stars-container img {
    margin-bottom: 10px;
}
.reviews-avg-block .avg-total {
    font-size: 14px;
    color: #777;
    margin-bottom: 25px;
}
.btn-modern-review {
    background-color: #E3232C;
    color: #fff;
    font-weight: 700;
    border-radius: 30px;
    padding: 12px 25px;
    text-transform: uppercase;
    border: none;
    transition: all 0.3s;
    width: 100%;
}
.btn-modern-review:hover {
    background-color: #c01e25;
    color: #fff;
}

.modern-reviews-list {
    flex: 2 1 600px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.modern-review-card {
    background: #fff;
    border-radius: 12px;
    padding: 25px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.03);
    border: 1px solid #f0f0f0;
}
.review-card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}
.review-card-date {
    font-size: 13px;
    color: #888;
}
.review-card-author {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}
.author-icon {
    width: 36px;
    height: 36px;
    background: #f5f5f5;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #aaa;
    font-size: 18px;
}
.author-name {
    font-weight: 700;
    color: #444;
    font-size: 15px;
}
.verified-badge {
    color: #00a859;
    font-size: 12px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 4px;
}
.review-card-text {
    font-size: 15px;
    line-height: 1.6;
    color: #555;
    margin: 0;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .modern-reviews-container {
        flex-direction: column;
    }
}

/* MODERN REVIEWS EMPTY STATE */
.modern-reviews-empty {
    background: #fff;
    border-radius: 12px;
    padding: 40px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    text-align: center;
    border: 1px solid #eee;
    max-width: 500px;
    margin: 40px auto;
}
.modern-reviews-empty h3 {
    font-size: 24px;
    font-weight: 700;
    color: #333;
    margin-top: 0;
    margin-bottom: 25px;
}
.empty-score {
    margin: 15px 0 5px;
}
.empty-score .score-number {
    font-size: 54px;
    font-weight: 800;
    color: #333;
}
.empty-score .score-base {
    font-size: 16px;
    color: #777;
    font-weight: 600;
}
.empty-text {
    font-size: 16px;
    color: #888;
    margin-bottom: 30px;
}
.btn-modern-review-empty {
    width: auto;
    padding: 15px 40px;
    font-size: 16px;
}
