/* ==========================================================================
   04 - WOOCOMMERCE & FILTRI
   ========================================================================== */

/* Nasconde elementi sticky di CommerceKit */
#cgkit-tab-commercekit-sticky-atc-title > button,
.commercekit-sticky-atc {
    display: none !important;
}

/* --- Box Filtri Laterali --- */
.widget_fe_widget {
    background-color: #f9f9f9;
    padding: 25px;
    border-radius: var(--tf-radius);
    border: 1px solid #eee;
    box-shadow: var(--tf-shadow);
    margin-bottom: 30px;
}

.widget_fe_widget h3,
.wpc-filter-header {
    border-bottom: none !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.wpc-filter-title {
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #000 !important;
    text-transform: uppercase !important;
    border-bottom: 2px solid var(--tf-green) !important;
    padding-bottom: 5px !important;
    margin-bottom: 12px !important;
    display: block !important;
}

.wpc-filter-content select {
    font-size: 12px !important;
    height: 36px !important;
    padding: 0 5px !important;
    border-radius: 5px !important;
    border: 1px solid #e2e8f0 !important;
    width: 100% !important;
}

.wpc-filter-item label {
    font-size: 13px !important;
    color: var(--tf-text) !important;
}

.wpc-filter-section {
    margin-bottom: 15px !important;
}

/* --- Tabella Attributi Prodotto (Desktop) --- */
@media (min-width: 768px) {
    table.shop_attributes {
        width: auto !important;
        min-width: 60% !important;
        margin-left: 0 !important;
    }
    table.shop_attributes th {
        width: 200px !important;
        text-align: left !important;
        padding-left: 0 !important;
    }
    table.shop_attributes td,
    table.shop_attributes td p {
        text-align: left !important;
    }
}