/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 02 2026 | 17:13:37 */
/* Nasconde il bottone "Scegli" nei box prodotto (Qode + Woo) */
a.product_type_variable.add_to_cart_button.qodef-qi-button{
  display: none !important;
}

/* Nasconde il prezzo (Qode Woo) */
.qodef-e-swap-holder .qodef-woo-product-price.price{
  display: none !important;
}


/* Inverte l'ordine: categoria sopra, titolo sotto */
.qodef-e-product-title {
    order: 2 !important;
}

.qodef-e-product-categories {
    order: 1 !important;
}

.qodef-e-swap-holder {
    order: 3 !important;
}

/* Serve il flex per far funzionare l'order */
.qodef-e-product-content {
    display: flex !important;
    flex-direction: column !important;
}

.qodef-e-product-content,
.qodef-e-product-content * {
    text-align: left !important;
}

.qodef-e-product-content .qodef-e-product-title,
.qodef-e-product-content .qodef-e-product-title-link,
.qodef-e-product-content .qodef-e-product-categories,
.qodef-e-product-content .qodef-e-product-categories a,
.qodef-e-product-content .qodef-e-swap-holder {
    text-align: left !important;
    justify-content: flex-start !important;
    align-self: flex-start !important;
}

