.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-6242 .elementor-element.elementor-element-ac6e20a{text-align:center;}.elementor-6242 .elementor-element.elementor-element-ac6e20a .elementor-heading-title{font-family:"Roboto", Sans-serif;font-weight:600;color:#12171A;}#elementor-popup-modal-6242{background-color:#00000052;justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-6242 .dialog-message{width:445px;height:auto;}#elementor-popup-modal-6242 .dialog-close-button{display:flex;}#elementor-popup-modal-6242 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}/* Start custom CSS for column, class: .elementor-element-36f9aa4 *//* ── Popup container ───────────────────────── */
.qv-product-inner {
    padding: 2rem;
    font-family: 'Your Font Here', sans-serif; /* change font */
    max-width: 500px;
    margin: 0 auto;
}

/* ── Product title ─────────────────────────── */
.qv-title {
    font-size: 1.6rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 0.5rem;
    line-height: 1.2;
}

/* ── Price ─────────────────────────────────── */
.qv-price {
    font-size: 1.3rem;
    color: #333;
    margin-bottom: 1.5rem;
}

.qv-price .woocommerce-Price-amount {
    font-size: 1.3rem;
    font-weight: 600;
    color: #333;
}

.qv-price del {
    color: #999;
    font-size: 1rem;
    margin-right: 0.4rem;
}

.qv-price ins {
    text-decoration: none;
    color: #e00;
}

/* ── Variations table ──────────────────────── */
.qv-product-inner table.variations {
    width: 100%;
    border: none;
    margin-bottom: 1rem;
}

.qv-product-inner table.variations td,
.qv-product-inner table.variations th {
    padding: 0.5rem 0;
    border: none;
    vertical-align: middle;
}

.qv-product-inner table.variations label {
    font-size: 0.9rem;
    font-weight: 600;
    color: #444;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

/* ── Variation dropdowns ───────────────────── */
.qv-product-inner table.variations select {
    width: 100%;
    padding: 0.5rem 0.8rem;
    font-size: 0.95rem;
    border: 1px solid #ddd;
    border-radius: 4px;
    background: #fff;
    color: #333;
    cursor: pointer;
    appearance: auto;
}

/* ── Reset variations link ─────────────────── */
.qv-product-inner .reset_variations {
    font-size: 0.8rem;
    color: #999;
    display: block;
    margin-bottom: 1rem;
}

/* ── Variation price + stock notice ───────── */
.qv-product-inner .woocommerce-variation-price {
    margin-bottom: 0.5rem;
}

.qv-product-inner .woocommerce-variation-availability {
    font-size: 0.85rem;
    color: #555;
    margin-bottom: 1rem;
}

/* ── Quantity input ────────────────────────── */
.qv-product-inner .quantity {
    display: inline-flex;
    align-items: center;
    margin-right: 0.8rem;
}

.qv-product-inner .quantity input.qty {
    width: 60px;
    height: 44px;
    text-align: center;
    font-size: 1rem;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 0 0.5rem;
}

/* ── Add to cart button ────────────────────── */
.qv-product-inner button.single_add_to_cart_button {
    height: 44px;
    padding: 0 1.8rem;
    font-size: 0.95rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    background: #1a1a1a;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background 0.2s ease;
}

.qv-product-inner button.single_add_to_cart_button:hover {
    background: #333;
}

/* ── Loading state ─────────────────────────── */
.qv-loading {
    text-align: center;
    padding: 2rem;
    color: #999;
    font-size: 0.95rem;
}/* End custom CSS */