.elementor-74 .elementor-element.elementor-element-850b029{--display:flex;}.elementor-widget-woocommerce-checkout-page .product-name .variation{font-family:var( --e-global-typography-text-font-family ), Roboto;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );}.elementor-74 .elementor-element.elementor-element-8822742{--additional-information-display:block;}.elementor-74 .elementor-element.elementor-element-24224b0{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Roboto;font-size:var( --e-global-typography-text-font-size );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 );}@media(max-width:1366px){.elementor-widget-woocommerce-checkout-page .product-name .variation{font-size:var( --e-global-typography-text-font-size );}.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );}}@media(max-width:1024px){.elementor-widget-woocommerce-checkout-page .product-name .variation{font-size:var( --e-global-typography-text-font-size );}.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );}}@media(max-width:767px){.elementor-widget-woocommerce-checkout-page .product-name .variation{font-size:var( --e-global-typography-text-font-size );}.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );}}

/* Start custom CSS for text-editor, class: .elementor-element-1cf3fcf2 *//* Base Styles */
.wc-block-checkout {
    font-family: 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    color: #2d3748;
    line-height: 1.6;
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    background: #f8fafc;
}

/* Two-column layout */
.wp-block-woocommerce-checkout-fields-block {
    flex: 1;
    min-width: 300px;
    background: #ffffff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.wp-block-woocommerce-checkout-totals-block {
    flex: 0 0 380px;
}

/* Section headers */
.wc-block-components-checkout-step__title {
    font-size: 1.375rem;
    font-weight: 600;
    margin: 0 0 25px 0;
    color: #1a202c;
    position: relative;
    padding-bottom: 12px;
}

.wc-block-components-checkout-step__title:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 3px;
    background: #3182ce;
}

/* Divider lines */
.wc-block-components-checkout-step__container:not(:last-child) {
    border-bottom: 1px solid #edf2f7;
    padding-bottom: 25px;
    margin-bottom: 25px;
}

/* Input fields */
.wc-block-components-text-input input,
.wc-block-components-country-input select,
.wc-block-components-state-input select {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    font-size: 0.9375rem;
    margin-bottom: 15px;
    transition: all 0.2s;
    background: #f8fafc;
}

.wc-block-components-text-input input:focus,
.wc-block-components-country-input select:focus,
.wc-block-components-state-input select:focus {
    border-color: #3182ce;
    outline: none;
    box-shadow: 0 0 0 2px rgba(49, 130, 206, 0.2);
    background: #ffffff;
}

/* Payment methods */
.wc-block-components-radio-control__option {
    padding: 15px;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    margin-bottom: 12px;
    transition: all 0.2s;
}

.wc-block-components-radio-control__option:hover {
    border-color: #3182ce;
}

.wc-block-components-radio-control__input {
    margin-right: 12px;
}

.wc-block-components-radio-control__label {
    font-size: 0.9375rem;
    font-weight: 500;
}

/* Checkboxes */
.wc-block-components-checkbox {
    margin: 20px 0;
}

.wc-block-components-checkbox__label {
    font-size: 0.875rem;
    color: #4a5568;
}

/* Order summary */
.wp-block-woocommerce-checkout-order-summary-block {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 30px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    position: sticky;
    top: 30px;
}

.wc-block-components-order-summary-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
    font-size: 0.9375rem;
    padding: 8px 0;
}

.wc-block-components-order-summary-item__description {
    color: #4a5568;
    font-size: 0.875rem;
}

.wc-block-components-order-summary-item__total {
    font-weight: 600;
    color: #1a202c;
}

.wc-block-components-order-summary-item--total {
    border-top: 1px solid #e2e8f0;
    padding-top: 15px;
    margin-top: 10px;
    font-size: 1.125rem;
}

/* Product item in summary */
.wc-block-components-order-summary-item--product {
    border-bottom: 1px solid #edf2f7;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

/* Buttons */
.wc-block-components-button {
    background-color: #3182ce;
    color: white;
    border: none;
    padding: 14px 20px;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 6px;
    cursor: pointer;
    width: 100%;
    transition: all 0.2s;
    text-transform: none;
    letter-spacing: normal;
}

.wc-block-components-button:hover {
    background-color: #2c5282;
    transform: translateY(-1px);
}

/* Coupon link */
.wc-block-components-order-summary-coupon-form-block a {
    color: #3182ce;
    font-size: 0.875rem;
    text-decoration: none;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .wc-block-checkout {
        flex-direction: column;
        padding: 20px 15px;
        gap: 25px;
    }
    
    .wp-block-woocommerce-checkout-fields-block,
    .wp-block-woocommerce-checkout-totals-block {
        flex: 1;
        width: 100%;
        padding: 25px 20px;
    }
    
    .wp-block-woocommerce-checkout-order-summary-block {
        position: static;
    }
    
    .wc-block-components-checkout-step__title {
        font-size: 1.25rem;
    }
}

/* Loading state */
.wc-block-checkout.is-loading {
    position: relative;
    min-height: 300px;
}

.wc-block-checkout.is-loading::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 3px solid #f3f3f3;
    border-top: 3px solid #3182ce;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: translate(-50%, -50%) rotate(0deg); }
    100% { transform: translate(-50%, -50%) rotate(360deg); }
}/* End custom CSS */

