/* ── Vitta Nutri – Product Page Styles ── */

/* Custom scrollbar */
::-webkit-scrollbar { width: 8px; }
::-webkit-scrollbar-track { background: #f1f1f1; }
::-webkit-scrollbar-thumb { background: #d4b483; border-radius: 4px; }
::-webkit-scrollbar-thumb:hover { background: #915f21; }

/* Hide number input spinners */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type=number] { -moz-appearance: textfield; }

/* Thumbnail ativa */
.thumb-active {
    border-color: #915f21 !important;
    ring: 2px;
    box-shadow: 0 0 0 2px #915f21, 0 0 0 4px rgba(145,95,33,0.2);
}

/* Variação selecionada */
.variation-selected {
    border-color: #915f21 !important;
    background-color: rgba(145,95,33,0.05) !important;
    color: #915f21 !important;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05), 0 0 0 1px rgba(145,95,33,0.2);
}

/* Tab ativa */
.tab-active {
    color: #915f21 !important;
    border-bottom-color: #915f21 !important;
}

/* Esconder conteúdo de tab */
.tab-content { display: none; }
.tab-content.active { display: block; }

/* Esconder estilos padrão do WooCommerce que possam vazar */
.woocommerce-breadcrumb,
.woocommerce-tabs,
.related.products,
.woocommerce-Reviews { display: none !important; }
