.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 *//* ================================
   FAKE HEADER ABOVE PRODUCT
   CSS-only (Elementor Product)
================================ */

/* Create header block above product */
.wc-content::before {
    content: "Nalbantov®";
    display: block;
    white-space: pre;
    text-align: center;

    background-color: #282828;
    color: #F3B71D;

    font-size: 2rem;      /* H1 size */
    font-weight: 600;
    line-height: 1;

    padding: 40px 20px 40px;
    margin-bottom: 30px;
}




/* ================================
   CLEAN CHECKOUT-STYLE PRODUCT
   (Elementor Product-level CSS)
================================ */

/* Hide quantity & add to cart button – keep addons */
.quantity,
.single_add_to_cart_button {
    display: none !important;
}



/* Hide related products */
section.related.products {
    display: none !important;
}

/* Style Model variation label like H4 */
table.variations th.label {
    font-size: 1.25rem;   /* h4 size */
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 8px;
    color: #f7941d;
}

/* Hide Header & Footer */
header#masthead,
footer#colophon {
    display: none !important;
}


/* Hide WooCommerce product meta */
.wc-content div.product_meta {
    display: none !important;
}

/* Hide the Additional Information tab only */
.wc-content li#tab-title-additional_information {
    display: none !important;
}/* End custom CSS */