.elementor-3193 .elementor-element.elementor-element-66bc1d05{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}/* Start custom CSS for text-editor, class: .elementor-element-a061618 *//* =========================
   PRODUCT PAGE PREMIUM
========================= */

/* Layout spacing */
.ast-woocommerce-container {
    margin-top: 40px;
}

/* =========================
   GALLERY
========================= */
.woocommerce-product-gallery {
    border-radius: 14px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #eee;
    padding: 10px;
}

.woocommerce-product-gallery img {
    border-radius: 10px;
    transition: transform 0.3s ease;
}

.woocommerce-product-gallery:hover img {
    transform: scale(1.02);
}

/* Badge sale */
.onsale {
    background: #d60000;
    color: #fff;
    font-weight: 500;
    border-radius: 6px;
    padding: 6px 10px;
    font-size: 12px;
}

/* =========================
   SUMMARY (right column)
========================= */
.summary {
    padding-left: 30px;
}

/* Breadcrumb */
.woocommerce-breadcrumb {
    font-size: 13px;
    color: #888;
    margin-bottom: 10px;
}

/* Categoria */
.single-product-category a {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #d60000;
    font-weight: 600;
}

/* Titolo */
.product_title {
    font-size: 32px;
    font-weight: 600;
    color: #111;
    margin: 10px 0 15px;
}

/* Prezzo */
.price {
    font-size: 22px;
    font-weight: 600;
    color: #111;
}

.price del {
    color: #999;
    font-weight: 400;
    margin-right: 10px;
}

.price ins {
    color: #d60000;
    text-decoration: none;
}

/* Shipping */
.ast-shipping-text {
    display: inline-block;
    margin-top: 8px;
    font-size: 14px;
    color: #666;
}

/* Descrizione breve */
.woocommerce-product-details__short-description {
    margin-top: 20px;
    color: #555;
    line-height: 1.6;
}

/* =========================
   QUANTITY + BUTTON
========================= */
.cart {
    margin-top: 25px;
    display: flex;
    gap: 10px;
    align-items: center;
}

/* Quantity input */
.quantity input {
    width: 70px;
    height: 45px;
    border-radius: 8px;
    border: 1px solid #ddd;
    text-align: center;
    font-size: 15px;
    transition: 0.2s;
}

.quantity input:focus {
    border-color: #d60000;
    box-shadow: 0 0 0 3px rgba(214,0,0,0.1);
    outline: none;
}

/* Add to cart button */
.single_add_to_cart_button {
    background: #111;
    color: #fff;
    border: none;
    padding: 14px 24px;
    border-radius: 8px;
    font-weight: 500;
    transition: all 0.25s ease;
}

/* Hover CTA */
.single_add_to_cart_button:hover {
    background: #d60000;
    transform: translateY(-1px);
    box-shadow: 0 8px 20px rgba(214,0,0,0.2);
}

/* =========================
   META
========================= */
.product_meta {
    margin-top: 20px;
    font-size: 13px;
    color: #777;
}

.product_meta a {
    color: #d60000;
    text-decoration: none;
}

/* =========================
   TABS
========================= */
.woocommerce-tabs {
    margin-top: 50px;
}

/* Tab nav */
.wc-tabs {
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
}

.wc-tabs li a {
    padding: 10px 15px;
    color: #666;
    font-weight: 500;
    transition: 0.2s;
}

/* Active tab */
.wc-tabs li.active a {
    color: #111;
    border-bottom: 2px solid #d60000;
}

/* Hover tab */
.wc-tabs li a:hover {
    color: #d60000;
}

/* Tab content */
.woocommerce-Tabs-panel {
    background: #fff;
    padding: 25px;
    border-radius: 12px;
    border: 1px solid #eee;
}

/* Tabelle */
.woocommerce-Tabs-panel table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

.woocommerce-Tabs-panel th,
.woocommerce-Tabs-panel td {
    border: 1px solid #eee;
    padding: 10px;
    text-align: left;
}

.woocommerce-Tabs-panel th {
    background: #fafafa;
    font-weight: 500;
}

/* =========================
   REVIEW FORM
========================= */
#review_form textarea {
    border-radius: 8px;
    border: 1px solid #ddd;
    padding: 10px;
}

#review_form textarea:focus {
    border-color: #d60000;
    box-shadow: 0 0 0 3px rgba(214,0,0,0.1);
    outline: none;
}

/* =========================
   MOBILE
========================= */
@media (max-width: 768px) {
    .summary {
        padding-left: 0;
        margin-top: 30px;
    }

    .cart {
        flex-direction: column;
        align-items: stretch;
    }

    .single_add_to_cart_button {
        width: 100%;
    }
}/* End custom CSS */