/* xnsliderflow — paso 1 slider VPS (sintonía xnflowcart7) */

.fc-slider-step {
    margin-bottom: 24px;
}

.fc-slider-panel {
    background: #fff !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 16px !important;
    box-shadow: 0 8px 28px rgba(10, 32, 56, 0.06) !important;
    padding: 24px 20px 20px !important;
    margin-bottom: 24px !important;
}

.fc-slider-track-wrap {
    margin-top: 8px !important;
    padding: 8px 6px 0 !important;
}

#order-slider #productslider {
    max-width: 100%;
    margin: 0 auto 8px;
    border: 0 !important;
    background: #e2e8f0 !important;
    border-radius: 999px !important;
    height: 8px !important;
}

#order-slider .ui-slider-horizontal {
    height: 8px !important;
}

#order-slider .ui-widget-header {
    background: var(--mx-primary, #e54125) !important;
    border-radius: 999px !important;
}

#order-slider .ui-slider-handle {
    top: 50% !important;
    width: 22px !important;
    height: 22px !important;
    margin-top: -11px !important;
    margin-left: -11px !important;
    border: 3px solid #fff !important;
    border-radius: 50% !important;
    background: var(--mx-primary, #e54125) !important;
    box-shadow: 0 2px 8px rgba(26, 107, 239, 0.45) !important;
}

#order-slider .ui-slider-handle:focus {
    outline: none;
}

#order-slider .fc-slider-labels {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 14px;
}

#order-slider .sliderlabel {
    float: none !important;
    flex: 1 1 0;
    min-width: 0;
    margin-top: 0 !important;
    padding: 10px 8px;
    border: 2px solid transparent;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 600;
    color: #64748b;
    text-align: center;
    line-height: 1.25;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease;
}

#order-slider .sliderlabel span {
    display: none;
}

#order-slider .sliderlabel:hover {
    color: #0a2038;
    background: #f8fafc;
}

#order-slider .sliderlabel.selected {
    color: var(--mx-primary, #e54125) !important;
    background: #f8fbff;
    border-color: var(--mx-primary, #e54125);
}

#order-slider .fc-slider-mobile-plan {
    margin-bottom: 8px;
    border: 2px solid #e2e8f0 !important;
    border-radius: 10px !important;
    background: #fff !important;
    color: #0a2038 !important;
    font-weight: 600;
}

#order-slider .fc-slider-mobile-plan:hover,
#order-slider .fc-slider-mobile-plan:focus {
    border-color: var(--mx-primary, #e54125) !important;
    background: #f8fbff !important;
    color: #0a2038 !important;
}

#order-slider .proddesc {
    margin-top: 28px !important;
    margin-bottom: 0 !important;
    padding: 0 !important;
}

#order-slider .product {
    display: none;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 0;
}

#order-slider .product.is-on {
    display: flex !important;
}

#order-slider .product > .col-md-9,
#order-slider .product > .col-md-3 {
    float: none !important;
}

#order-slider .product > .col-md-9 {
    flex: 1 1 68%;
    max-width: 68%;
    padding-left: 0;
    padding-right: 12px;
}

#order-slider .product > .col-md-3 {
    flex: 0 0 32%;
    max-width: 32%;
    display: flex;
    align-items: stretch;
    justify-content: stretch;
    padding-left: 12px;
    padding-right: 0;
}

#order-slider .cart-normal {
    margin-top: 0 !important;
}

#order-slider .cart-normal .row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -8px;
    margin-right: -8px;
}

#order-slider .cart-normal .row + .row {
    margin-top: 0;
}

#order-slider .cart-normal .col-sm-4 {
    float: none !important;
    display: flex;
    flex-direction: column;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    width: 33.333333%;
    padding-left: 8px;
    padding-right: 8px;
    margin-bottom: 16px;
    box-sizing: border-box;
}

#order-slider .cart-button {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex: 1 1 auto;
    min-height: 118px;
    margin: 0;
    padding: 18px 14px 16px;
    background: #fff !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 12px !important;
    box-shadow: none !important;
    color: #0a2038 !important;
    text-align: center;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

#order-slider .cart-button:hover {
    border-color: #cbd5e1 !important;
    box-shadow: 0 4px 14px rgba(10, 32, 56, 0.06) !important;
}

#order-slider .cart-button .flow-icon {
    display: inline-flex;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #eef4ff;
    color: var(--mx-primary, #e54125) !important;
    font-size: 20px;
    margin-bottom: 10px;
}

#order-slider .cart-button h4 {
    margin: 0 0 8px;
    font-size: 12px;
    font-weight: 600;
    color: #64748b !important;
    line-height: 1.35;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

#order-slider .cart-button .label,
#order-slider .cart-button .badge {
    position: static !important;
    display: inline-block;
    margin: 0;
    padding: 4px 10px;
    border-radius: 999px;
    background: var(--mx-primary, #e54125) !important;
    color: #fff !important;
    font-size: 12px;
    font-weight: 700;
    box-shadow: none !important;
}

#order-slider .cart-button .label-secondary {
    background: #0a2038 !important;
}

#order-slider .fc-slider-price-box {
    width: 100%;
    height: 100%;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 20px 16px;
    border: 2px solid #e2e8f0;
    border-radius: 14px;
    background: #f8fafc;
    text-align: center;
    box-sizing: border-box;
}

#order-slider .startingfrom {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #64748b !important;
    margin-bottom: 4px;
}

#order-slider .price {
    font-size: 32px !important;
    font-weight: 700 !important;
    color: #0a2038 !important;
    letter-spacing: -0.02em;
    line-height: 1.15;
    margin-bottom: 6px;
    overflow-wrap: normal;
    word-break: normal;
}

#order-slider .fc-price-tax {
    display: block;
    margin-top: 2px;
    font-size: 12px !important;
    font-weight: 600;
    color: #94a3b8;
    letter-spacing: 0.02em;
    white-space: nowrap;
}

#order-slider .pricing-term {
    font-size: 12px !important;
    font-weight: 600 !important;
    letter-spacing: 0.06em !important;
    text-transform: uppercase !important;
    color: #64748b !important;
    margin-top: 0 !important;
}

#order-slider .pricing-term .fa {
    color: var(--mx-primary, #e54125);
    margin-right: 4px;
}

#order-slider .fc-slider-cta {
    min-width: 200px;
    height: 48px;
    border: 0 !important;
    border-radius: 10px !important;
    background: #03192c !important;
    color: #fff !important;
    font-size: 15px;
    font-weight: 600;
    box-shadow: 0 2px 8px rgba(3, 25, 44, 0.22) !important;
    transition: background-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

#order-slider .fc-slider-cta:hover,
#order-slider .fc-slider-cta:focus {
    background: #0a2f4a !important;
    color: #fff !important;
    box-shadow: 0 6px 18px rgba(3, 25, 44, 0.32) !important;
    transform: translateY(-1px);
}

#order-slider .fc-slider-cta:active {
    background: #021520 !important;
    box-shadow: 0 2px 6px rgba(3, 25, 44, 0.2) !important;
    transform: translateY(0);
}

@media (max-width: 991px) {
    #order-slider .product > .col-md-9,
    #order-slider .product > .col-md-3 {
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    #order-slider .product > .col-md-3 {
        margin-top: 8px;
    }

    #order-slider .fc-slider-labels {
        flex-direction: column;
    }

    #order-slider .sliderlabel {
        flex: 1 1 auto;
        width: 100%;
    }
}

@media (max-width: 767px) {
    #order-slider .cart-normal .col-sm-4 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (max-width: 479px) {
    #order-slider .cart-normal .col-sm-4 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}
