.elementor-2308 .elementor-element.elementor-element-67625348{--display:flex;}.elementor-widget-text-editor{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-52fba662 *//* =========================================
   Simple Coupon Styling — No Background Box
   ========================================= */

/* Coupon row */
.elementor-2308 .elementor-element.elementor-element-52fba662 .woocommerce-cart-form td.actions .coupon {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 10px 0 !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

/* Remove theme's overlapping coupon icon */
.elementor-2308 .elementor-element.elementor-element-52fba662 .woocommerce-cart-form td.actions .coupon::before,
.elementor-2308 .elementor-element.elementor-element-52fba662 .woocommerce-cart-form td.actions .coupon::after {
    display: none !important;
    content: none !important;
}

/* Coupon label */
.elementor-2308 .elementor-element.elementor-element-52fba662 .woocommerce-cart-form td.actions .coupon label {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    margin: 0 !important;
    color: #222222 !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    white-space: nowrap !important;
}

/* Coupon icon */
.elementor-2308 .elementor-element.elementor-element-52fba662 .woocommerce-cart-form td.actions .coupon label::before {
    content: "%" !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;

    width: 34px !important;
    height: 34px !important;
    flex: 0 0 34px !important;

    background: #111111 !important;
    color: #ffffff !important;
    border-radius: 5px !important;

    font-size: 14px !important;
    font-weight: 800 !important;
    line-height: 1 !important;
}

/* Coupon input */
.elementor-2308 .elementor-element.elementor-element-52fba662 .woocommerce-cart-form td.actions .coupon input.input-text,
.elementor-2308 .elementor-element.elementor-element-52fba662 .woocommerce-cart-form td.actions .coupon input[name="coupon_code"] {
    width: 230px !important;
    height: 46px !important;
    margin: 0 !important;
    padding: 0 14px !important;
    box-sizing: border-box !important;

    background: #ffffff !important;
    color: #111111 !important;
    border: 2px solid #555555 !important;
    border-radius: 5px !important;
    outline: none !important;

    font-size: 14px !important;
    font-weight: 500 !important;
    box-shadow: none !important;
}

/* Input focus */
.elementor-2308 .elementor-element.elementor-element-52fba662 .woocommerce-cart-form td.actions .coupon input.input-text:focus,
.elementor-2308 .elementor-element.elementor-element-52fba662 .woocommerce-cart-form td.actions .coupon input[name="coupon_code"]:focus {
    border-color: #111111 !important;
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.08) !important;
}

/* Apply Coupon button */
.elementor-2308 .elementor-element.elementor-element-52fba662 .woocommerce-cart-form td.actions .coupon button,
.elementor-2308 .elementor-element.elementor-element-52fba662 .woocommerce-cart-form td.actions .coupon .button {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;

    height: 46px !important;
    min-width: 165px !important;
    margin: 0 !important;
    padding: 0 22px !important;

    background: #111111 !important;
    color: #ffffff !important;
    border: 2px solid #111111 !important;
    border-radius: 5px !important;

    font-size: 13px !important;
    font-weight: 700 !important;
    letter-spacing: 0.4px !important;
    text-transform: uppercase !important;

    box-shadow: none !important;
    cursor: pointer !important;
    transition: all 0.2s ease !important;
}

/* Button hover */
.elementor-2308 .elementor-element.elementor-element-52fba662 .woocommerce-cart-form td.actions .coupon button:hover,
.elementor-2308 .elementor-element.elementor-element-52fba662 .woocommerce-cart-form td.actions .coupon .button:hover {
    background: #555555 !important;
    border-color: #555555 !important;
    color: #ffffff !important;
}

/* Mobile layout */
@media (max-width: 600px) {
    .elementor-2308 .elementor-element.elementor-element-52fba662 .woocommerce-cart-form td.actions .coupon {
        flex-wrap: wrap !important;
    }

    .elementor-2308 .elementor-element.elementor-element-52fba662 .woocommerce-cart-form td.actions .coupon label {
        width: 100% !important;
    }

    .elementor-2308 .elementor-element.elementor-element-52fba662 .woocommerce-cart-form td.actions .coupon input.input-text,
    .elementor-2308 .elementor-element.elementor-element-52fba662 .woocommerce-cart-form td.actions .coupon input[name="coupon_code"] {
        flex: 1 1 160px !important;
        width: auto !important;
    }

    .elementor-2308 .elementor-element.elementor-element-52fba662 .woocommerce-cart-form td.actions .coupon button,
    .elementor-2308 .elementor-element.elementor-element-52fba662 .woocommerce-cart-form td.actions .coupon .button {
        flex: 1 1 150px !important;
        min-width: 150px !important;
    }
}/* End custom CSS */