.flexforms-wrap,
.flexforms-product-wrap{
    display:block;
    width:640px;
    max-width:100%;
    margin:0 0 1.25em;
    box-sizing:border-box;
}
.flexforms-wrap.has-form-header,
.flexforms-product-wrap.has-form-header{
    overflow:hidden;
    isolation:isolate;
}
.flexforms-wrap.has-form-header .flexforms-header,
.flexforms-product-wrap.has-form-header .flexforms-header{
    border-radius:0;
}
.flexforms-header{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:12px;
    padding:14px 18px;
    background:#2563eb;
    color:#fff;
}
.flexforms-header-title{
    flex:1 1 auto;
    min-width:0;
    font-size:1.1em;
    font-weight:700;
    line-height:1.3;
    color:inherit;
}
.flexforms-header-badge{
    flex:0 0 auto;
    display:inline-flex;
    align-items:center;
    gap:6px;
    padding:5px 12px;
    border:1px solid currentColor;
    border-radius:999px;
    font-size:.82em;
    font-weight:600;
    line-height:1.2;
    white-space:nowrap;
    color:inherit;
}
.flexforms-header-badge-icon{
    font-size:1em;
    line-height:1;
}
@media (max-width:767px){
    .flexforms-header{
        flex-direction:column;
        align-items:center;
        justify-content:center;
        text-align:center;
        gap:10px;
    }
    .flexforms-header-title{
        flex:none;
        width:100%;
        text-align:center;
    }
    .flexforms-header-badge{
        flex:none;
    }
}
.flexforms-wrap.has-form-header .flexforms-form,
.flexforms-product-wrap.has-form-header .flexforms-form,
.flexforms-product-wrap.has-form-header .flexforms-body{
    border-radius:0;
}
.flexforms-product-title,
.flexforms-form-title{
    margin:0 0 .75em;
    font-size:1.05em;
}
.flexforms-field{
    margin:0 0 1em;
}
.flexforms-label{
    display:block;
    margin:0 0 .35em;
    font-weight:600;
}
.flexforms-description{
    margin:0 0 .5em;
    font-size:.9em;
    line-height:1.45;
    color:#6b7280;
    font-weight:400;
}
.flexforms-field-html .flexforms-html-content{
    margin:0 0 .25em;
}
.flexforms-field-html .flexforms-html-content > *:first-child{
    margin-top:0;
}
.flexforms-field-html .flexforms-html-content > *:last-child{
    margin-bottom:0;
}
.flexforms-required{
    color:#b32d2e;
}
.flexforms-input,
.flexforms-field select,
.flexforms-field textarea{
    width:100%;
    max-width:100%;
    box-sizing:border-box;
}
.flexforms-options{
    display:flex;
    flex-direction:column;
    gap:.35em;
}
.flexforms-option{
    display:inline-flex;
    align-items:center;
    gap:.45em;
    font-weight:400;
    cursor:pointer;
    line-height:1.4;
}
.flexforms-option input[type="checkbox"],
.flexforms-option input[type="radio"]{
    flex:0 0 auto;
    margin:0;
    vertical-align:middle;
}
.flexforms-field-consent .flexforms-label{
    display:block;
    margin:0 0 .45em;
    font-weight:600;
}
.flexforms-field-consent .flexforms-consent-label{
    display:flex;
    align-items:flex-start;
    gap:.55em;
    font-weight:400;
    cursor:pointer;
    line-height:1.45;
}
.flexforms-field-consent .flexforms-consent-input{
    flex:0 0 auto;
    margin:.2em 0 0;
    width:1.05em;
    height:1.05em;
}
.flexforms-field-consent .flexforms-consent-text{
    flex:1 1 auto;
    min-width:0;
}
.flexforms-field-consent .flexforms-consent-text a{
    text-decoration:underline;
}
.flexforms-field-consent.has-error .flexforms-consent-label{
    color:#b32d2e;
}
.flexforms-field-total .flexforms-total-row{
    display:flex;
    align-items:baseline;
    justify-content:space-between;
    gap:.75em;
    width:100%;
}
.flexforms-total-align-left .flexforms-field-total .flexforms-total-row{
    justify-content:flex-start;
}
.flexforms-total-align-right .flexforms-field-total .flexforms-total-row{
    justify-content:flex-end;
}
.flexforms-total-align-split .flexforms-field-total .flexforms-total-row{
    justify-content:space-between;
}
.flexforms-field-total .flexforms-label{
    display:block;
    margin:0;
    flex:0 1 auto;
    min-width:0;
    color:var(--ff-total-label, var(--ff-label, #374151));
    font-size:var(--ff-total-label-size, inherit);
}
.flexforms-total-align-split .flexforms-field-total .flexforms-label{
    flex:1 1 auto;
}
.flexforms-total-align-left .flexforms-field-total .flexforms-label,
.flexforms-total-align-left .flexforms-total-amount{
    text-align:left;
}
.flexforms-total-align-right .flexforms-field-total .flexforms-label,
.flexforms-total-align-right .flexforms-total-amount{
    text-align:right;
}
.flexforms-total-align-split .flexforms-field-total .flexforms-label{
    text-align:left;
}
.flexforms-total-align-split .flexforms-total-amount{
    text-align:right;
}
.flexforms-total-amount{
    flex:0 0 auto;
    margin:0;
    padding:0;
    border:0;
    background:none;
    font-weight:600;
    font-size:var(--ff-total-amount-size, 1em);
    line-height:1.4;
    letter-spacing:.01em;
    color:var(--ff-total-amount, var(--ff-text, #111827));
    white-space:nowrap;
}
.flexforms-total-promotions{
    margin:.35em 0 0;
}
.flexforms-total-promotions[hidden]{
    display:none!important;
}
.flexforms-total-promotion{
    display:flex;
    flex-wrap:wrap;
    align-items:baseline;
    gap:.35em;
    font-size:.92em;
    line-height:1.45;
    font-weight:500;
}
.flexforms-total-promotion-label{
    color:var(--ff-total-discount-label, var(--ff-muted, #6b7280));
    font-size:var(--ff-total-discount-label-size, inherit);
}
.flexforms-total-promotion-amount{
    color:var(--ff-total-discount-amount, var(--ff-success, #059669));
    font-size:var(--ff-total-discount-amount-size, inherit);
    font-weight:600;
}
.flexforms-field-total .flexforms-description{
    margin-top:.45em;
}
.flexforms-actions{
    margin-top:1em;
}
.flexforms-progress{
    margin:0 0 2.25em;
}
.flexforms-progress-meta{
    display:flex;
    align-items:center;
    justify-content:space-between;
    margin:0 0 .45em;
}
.flexforms-progress-text{
    font-size:.9em;
    font-weight:600;
    color:var(--ff-muted, #6b7280);
    line-height:1.3;
}
.flexforms-progress-track{
    height:6px;
    border-radius:999px;
    background:var(--ff-border, #e5e7eb);
    overflow:hidden;
}
.flexforms-progress-fill{
    height:100%;
    width:0;
    border-radius:inherit;
    background:var(--ff-focus, #2563eb);
    transition:width .28s ease;
}
.flexforms-pages{
    display:block;
    position:relative;
    width:100%;
    overflow:hidden;
}
.flexforms-page{
    display:none;
    width:100%;
    opacity:1;
    transform:translateX(0);
    transition:opacity .28s ease, transform .28s ease;
}
.flexforms-page.is-active{
    display:block;
    opacity:1;
    transform:translateX(0);
}
.flexforms-pages.is-animating{
    min-height:var(--ff-page-h, auto);
}
.flexforms-pages.is-animating .flexforms-page.is-leaving,
.flexforms-pages.is-animating .flexforms-page.is-active{
    display:block;
    position:absolute;
    left:0;
    top:0;
    right:0;
    width:100%;
    margin:0;
    pointer-events:none;
}
/* Outgoing page — only this layer is visible during phase 1 */
.flexforms-pages.is-animating .flexforms-page.is-leaving{
    opacity:0;
    z-index:1;
}
.flexforms-pages.is-animating.is-dir-next .flexforms-page.is-leaving,
.flexforms-pages.is-animating .flexforms-page.is-leaving.is-dir-next{
    transform:translateX(-24px);
}
.flexforms-pages.is-animating.is-dir-prev .flexforms-page.is-leaving,
.flexforms-pages.is-animating .flexforms-page.is-leaving.is-dir-prev{
    transform:translateX(24px);
}
/* Incoming page — starts off-screen, then settles (phase 2; leaving already gone) */
.flexforms-pages.is-animating .flexforms-page.is-active.is-entering{
    opacity:0;
    z-index:2;
}
.flexforms-pages.is-animating.is-dir-next .flexforms-page.is-active.is-entering,
.flexforms-pages.is-animating .flexforms-page.is-active.is-entering.is-dir-next{
    transform:translateX(24px);
}
.flexforms-pages.is-animating.is-dir-prev .flexforms-page.is-active.is-entering,
.flexforms-pages.is-animating .flexforms-page.is-active.is-entering.is-dir-prev{
    transform:translateX(-24px);
}
.flexforms-pages.is-animating .flexforms-page.is-active:not(.is-entering){
    opacity:1;
    transform:translateX(0);
    z-index:2;
    pointer-events:auto;
}
.flexforms-page-nav{
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    gap:.6em;
    margin-top:1.15em;
}
.flexforms-wrap button.flexforms-page-btn,
.flexforms-product-wrap button.flexforms-page-btn,
.flexforms-standalone-cart button.flexforms-page-btn,
button.flexforms-page-btn{
    box-sizing:border-box!important;
    display:inline-flex!important;
    align-items:center;
    justify-content:center;
    gap:.35em;
    width:auto!important;
    max-width:100%;
    height:auto!important;
    min-height:40px!important;
    margin:0;
    padding:.55em 1.15em!important;
    border:0;
    border-radius:var(--ff-radius, 8px);
    background:var(--ff-btn-bg, #2563eb);
    color:var(--ff-btn-text, #fff);
    font-family:inherit;
    font-size:15px!important;
    font-weight:600!important;
    font-style:normal;
    line-height:1.25!important;
    letter-spacing:normal!important;
    text-transform:none!important;
    text-decoration:none!important;
    text-shadow:none;
    box-shadow:none!important;
    appearance:none;
    -webkit-appearance:none;
    cursor:pointer;
    transition:background .15s ease, transform .1s ease;
}
.flexforms-wrap button.flexforms-page-btn:hover,
.flexforms-product-wrap button.flexforms-page-btn:hover,
.flexforms-standalone-cart button.flexforms-page-btn:hover,
button.flexforms-page-btn:hover{
    background:var(--ff-btn-hover, #1d4ed8);
}
.flexforms-wrap button.flexforms-page-prev,
.flexforms-product-wrap button.flexforms-page-prev,
.flexforms-standalone-cart button.flexforms-page-prev,
button.flexforms-page-prev{
    background:transparent;
    color:var(--ff-text, #111827);
    border:1px solid var(--ff-border, #d1d5db);
}
.flexforms-wrap button.flexforms-page-prev:hover,
.flexforms-product-wrap button.flexforms-page-prev:hover,
.flexforms-standalone-cart button.flexforms-page-prev:hover,
button.flexforms-page-prev:hover{
    background:var(--ff-input-bg, #f9fafb);
    color:var(--ff-text, #111827);
}
.flexforms-has-pages:not(.is-on-last-page) .flexforms-submit-actions,
.flexforms-has-pages:not(.is-on-last-page) .flexforms-submit-btn-wrap,
.flexforms-has-pages:not(.is-on-last-page) .flexforms-cart-btn-wrap,
.flexforms-has-pages:not(.is-on-last-page) .flexforms-body > .flexforms-cart-actions,
.flexforms-has-pages:not(.is-on-last-page) > .flexforms-standalone-qty,
.flexforms-has-pages:not(.is-on-last-page) > form > .flexforms-standalone-qty{
    display:none!important;
}
.flexforms-message{
    margin-top:.75em;
    min-height:1.2em;
}
.flexforms-message.is-success{
    color:#00a32a;
}
.flexforms-message.is-error{
    color:#b32d2e;
}
.flexforms-error{
    color:#b32d2e;
}
.flexforms-field.has-error .flexforms-input,
.flexforms-field.has-error select,
.flexforms-field.has-error textarea{
    border-color:#b32d2e;
}
.flexforms-field-error{
    margin:.35em 0 0;
    color:#b32d2e;
    font-size:.9em;
    line-height:1.35;
}
.flexforms-field-error[hidden]{
    display:none!important;
}
.flexforms-field.flexforms-conditional-hidden{
    display:none!important;
}
.flexforms-field.flexforms-field-admin-only{
    outline:1px dashed #dba617;
    outline-offset:4px;
}
.flexforms-elementor-placeholder{
    padding:1.25em;
    border:1px dashed #c3c4c7;
    border-radius:6px;
    color:#50575e;
    text-align:center;
    background:#f6f7f7;
}
.flexforms-elementor-product-note{
    margin:0 0 .75em;
    padding:.65em .85em;
    border-radius:6px;
    font-size:12px;
    line-height:1.45;
    color:#50575e;
    background:#f0f6fc;
    border:1px solid #c3d9ed;
}
.flexforms-standalone-cart{
    display:block;
    width:640px;
    max-width:100%;
    margin:0 0 1.25em;
    box-sizing:border-box;
}
.flexforms-standalone-cart .flexforms-product-wrap,
.flexforms-standalone-cart .flexforms-cart-btn-wrap{
    width:100%;
    max-width:100%;
    margin-bottom:0;
}
.flexforms-standalone-cart-form{
    margin:0;
}
.flexforms-standalone-qty{
    display:flex;
    align-items:center;
    gap:8px;
    margin:.75em 0;
}
.flexforms-standalone-qty .qty{
    width:5em;
    max-width:100%;
}
.elementor-widget-flexforms .flexforms-product-preview,
.elementor-widget-flexforms .flexforms-elementor-preview-wrap{
    pointer-events:none;
}
.elementor-widget-flexforms .flexforms-product-preview input,
.elementor-widget-flexforms .flexforms-product-preview select,
.elementor-widget-flexforms .flexforms-product-preview textarea,
.elementor-widget-flexforms .flexforms-product-preview button,
.elementor-widget-flexforms .flexforms-elementor-preview-wrap input,
.elementor-widget-flexforms .flexforms-elementor-preview-wrap select,
.elementor-widget-flexforms .flexforms-elementor-preview-wrap textarea,
.elementor-widget-flexforms .flexforms-elementor-preview-wrap button{
    pointer-events:none;
}
.flexforms-header.ff-header-bg-solid{
    background:var(--ff-header-bg, #2563eb);
    color:var(--ff-header-text, #ffffff);
}
.flexforms-header.ff-header-bg-gradient{
    background:linear-gradient(90deg, var(--ff-header-bg, #2563eb) 0%, var(--ff-header-bg-2, #1d4ed8) 100%);
    color:var(--ff-header-text, #ffffff);
}
.elementor-widget-flexforms .flexforms-header.ff-header-bg-solid{
    background:var(--ff-header-bg, #2563eb);
    color:var(--ff-header-text, #ffffff);
}
.elementor-widget-flexforms .flexforms-header.ff-header-bg-gradient{
    background:linear-gradient(90deg, var(--ff-header-bg, #2563eb) 0%, var(--ff-header-bg-2, #1d4ed8) 100%);
    color:var(--ff-header-text, #ffffff);
}

