.elementor-6 .elementor-element.elementor-element-4f500d38 > .elementor-container{max-width:1529px;}.elementor-6 .elementor-element.elementor-element-e6786d0{width:var( --container-widget-width, 100% );max-width:100%;--container-widget-width:100%;--container-widget-flex-grow:0;}.elementor-6 .elementor-element.elementor-element-e6786d0 > .elementor-widget-container{padding:0px 0px 0px 0px;}/* Start custom CSS for text-editor, class: .elementor-element-e6786d0 */.coupon {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.coupon input[type="text"] {
    flex-grow: 1;
    max-width: 300px;
}

.coupon .button, 
.update-cart-button {
    padding: 10px 15px;
    height: auto;
}

@media (max-width: 600px) {
    .coupon {
        flex-direction: column;
        align-items: stretch;
    }
    
    .coupon input[type="text"],
    .coupon .button,
    .update-cart-button {
        width: 100%;
        margin-bottom: 10px;
    }
}/* End custom CSS */