:root{
    --mjs-accent:#cf1c88;
    --mjs-accent-dark:#550147;
    --mjs-text:#170f18;
    --mjs-line:rgba(84,28,67,.14);
}

/* PRICES */

.djep-item-price,
.mjs-djep-price{
    color:var(--mjs-accent);
    font-family:Oswald, Arial, sans-serif;
    font-size:42px;
    line-height:1;
    font-weight:600;
    letter-spacing:0;
    display:block;
    margin-bottom:8px;
}

/* BUTTONS */

button.add-quote.button,
.djep-get-quote a,
.mjs-qbp-confirm{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    max-width:100%!important;
    background:linear-gradient(45deg,#550147 0%,#cf1c88 76%)!important;
    color:#fff!important;
    border:0!important;
    border-radius:999px!important;
    padding:14px 34px!important;
    text-transform:uppercase!important;
    font-weight:800!important;
    cursor:pointer!important;
    box-sizing:border-box!important;
    white-space:normal!important;
    overflow-wrap:anywhere!important;
}

.djep-add-quote{
    display:block;
    max-width:100%;
    box-sizing:border-box;
}

button.add-quote.button:hover,
.djep-get-quote a:hover,
.mjs-qbp-confirm:hover{
    transform:translateY(-1px);
}

.djep-add-quote.added button.add-quote.button{
    background:#4CAF50!important;
}

.mini-quote-btn{
    display:grid!important;
    grid-template-columns:minmax(90px,1fr) auto auto!important;
    align-items:center!important;
    gap:10px 12px!important;
    width:100%!important;
    max-width:100%!important;
    overflow:hidden!important;
    box-sizing:border-box!important;
    padding:14px 0!important;
    border-bottom:1px solid rgba(84,28,67,.12)!important;
}

.mini-quote-btn:last-child{
    border-bottom:0!important;
}

.mini-quote-btn>span:first-child{
    min-width:0!important;
    overflow-wrap:normal!important;
    word-break:normal!important;
    hyphens:none!important;
}

.mini-quote-btn>span:nth-child(2){
    min-width:max-content!important;
    font-weight:700!important;
    white-space:nowrap!important;
    margin-left:0!important;
    justify-self:end!important;
}

.mini-quote-btn button.add-quote.button{
    grid-column:auto!important;
    width:auto!important;
    min-width:112px!important;
    min-height:46px!important;
    padding:12px 22px!important;
    margin:0!important;
    white-space:nowrap!important;
    font-size:14px!important;
    line-height:1!important;
    justify-self:end!important;
}

.djep-add-quote.added .mini-quote-btn button.add-quote.button,
.mini-quote-btn .added button.add-quote.button{
    min-width:104px!important;
    padding-left:20px!important;
    padding-right:20px!important;
    white-space:nowrap!important;
}

@media (max-width:300px){
    .mini-quote-btn{
        grid-template-columns:minmax(0,1fr) auto!important;
    }

    .mini-quote-btn button.add-quote.button{
        grid-column:1 / -1!important;
        width:100%!important;
        justify-self:stretch!important;
    }
}

button.add-quote.button.loading,
.mjs-qbp-confirm.loading,
.cart-remove-item.loading{
    opacity:.65!important;
    pointer-events:none!important;
    cursor:wait!important;
}

.mjs-qbp-config-fields{
    width:100%;
    max-width:520px;
    margin:14px 0 18px;
    display:grid;
    gap:12px;
}

.mjs-qbp-config-field{
    display:grid;
    grid-template-columns:150px minmax(0,1fr);
    align-items:center;
    gap:14px;
    color:inherit;
    font-weight:800;
}

.mjs-qbp-config-field select,
.mjs-qbp-config-field input{
    width:100%;
    min-height:48px;
    border:0;
    border-radius:6px;
    background:#fff;
    color:#1681c4;
    font-weight:800;
    padding:0 16px;
}

.mjs-qbp-qty-stepper{
    display:grid;
    grid-template-columns:48px minmax(64px,1fr) 48px;
    align-items:center;
    gap:8px;
    width:100%;
}

.mjs-qbp-qty-stepper button{
    width:48px;
    height:48px;
    border:0;
    border-radius:999px;
    background:linear-gradient(45deg,#550147 0%,#cf1c88 76%);
    color:#fff;
    font-size:24px;
    line-height:1;
    font-weight:900;
    cursor:pointer;
    box-shadow:0 10px 22px rgba(207,28,136,.22);
}

.mjs-qbp-qty-stepper button:disabled{
    opacity:.35;
    cursor:not-allowed;
    box-shadow:none;
}

.mjs-qbp-qty-stepper input{
    text-align:center;
    font-size:20px;
}

.mjs-qbp-qty-card{
    max-width:520px;
    margin:16px 0 22px;
    padding:22px;
    border:1px solid rgba(207,28,136,.16);
    border-radius:18px;
    background:#fff7fc;
}

.mjs-qbp-qty-item{
    margin:0 0 14px;
    color:var(--mjs-text);
    font-size:20px;
    line-height:1.25;
    font-weight:900;
}

.mjs-qbp-qty-limit{
    margin:10px 0 0;
    color:#666;
    font-size:13px;
    font-weight:700;
}

.mjs-qbp-config-info,
.mjs-qbp-choice-info{
    display:none;
    background:#fff;
    color:#333;
    border:2px solid rgba(255,255,255,.75);
    border-radius:14px;
    padding:20px;
    line-height:1.55;
    box-shadow:0 14px 34px rgba(0,0,0,.12);
    grid-column:1 / -1;
}

.mjs-qbp-config-info.active,
.mjs-qbp-choice-info.active{
    display:block;
}

.mjs-qbp-config-info strong,
.mjs-qbp-choice-info strong{
    display:block;
    margin:0 0 10px;
    font-size:21px;
    line-height:1.2;
    color:#333;
}

.mjs-qbp-config-info p,
.mjs-qbp-choice-info p{
    margin:0;
}

@media (max-width:767px){
    .mjs-qbp-config-field{
        grid-template-columns:1fr;
        gap:8px;
    }

    .mjs-qbp-config-info{
        padding:16px;
    }
}

/* HEADER CART */

.djep-cart-count{
    position:relative!important;
    width:42px!important;
    height:42px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    cursor:pointer!important;
    color:#fff!important;
    font-size:24px!important;
    line-height:1!important;
}

.djep-cart-count span{
    position:absolute!important;
    top:-4px!important;
    right:-4px!important;
    min-width:20px!important;
    height:20px!important;
    padding:0 6px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    background:#cf1c88!important;
    color:#fff!important;
    border-radius:50%!important;
    font-size:11px!important;
    font-weight:700!important;
    box-shadow:0 0 0 2px rgba(0,0,0,.4)!important;
}

/* SIDE BASKET */

.djep-quote-cart-bar{
    position:fixed;
    top:0;
    right:0;
    width:390px;
    max-width:92vw;
    height:100vh;
    background:#fff;
    z-index:999998;
    box-shadow:-20px 0 60px rgba(0,0,0,.18);
    padding:28px 24px;
    transform:translateX(105%);
    transition:transform .25s ease;
    overflow-y:auto;
}

.djep-quote-cart-bar.active{
    transform:translateX(0);
}

.mjs-cart-toggle{
    position:fixed!important;
    right:0!important;
    top:50%!important;
    transform:translateY(-50%)!important;
    z-index:999997!important;
    width:54px!important;
    min-height:58px!important;
    border:0!important;
    border-radius:18px 0 0 18px!important;
    background:linear-gradient(45deg,#550147 0%,#cf1c88 76%)!important;
    color:#fff!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    cursor:pointer!important;
    box-shadow:-10px 10px 30px rgba(84,1,71,.28)!important;
    transition:transform .2s ease, box-shadow .2s ease!important;
}

.mjs-cart-toggle:hover,
.mjs-cart-toggle:focus{
    transform:translateY(-50%) translateX(-2px)!important;
    box-shadow:-14px 14px 34px rgba(84,1,71,.34)!important;
}

.mjs-cart-toggle-icon{
    font-size:24px!important;
    line-height:1!important;
}

.mjs-cart-toggle-count{
    position:absolute!important;
    top:8px!important;
    right:8px!important;
    min-width:20px!important;
    height:20px!important;
    padding:0 6px!important;
    border-radius:999px!important;
    background:#fff!important;
    color:#cf1c88!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    font-size:12px!important;
    line-height:1!important;
    font-weight:900!important;
}

.djep-quote-cart-bar.active + .mjs-cart-toggle{
    opacity:0!important;
    pointer-events:none!important;
}

.item-row{
    transition:all .3s ease;
}

.quote-right{
    background:#fff;
    border:1px solid #eee;
    border-radius:16px;
    box-shadow:0 18px 45px rgba(84,28,67,.10);
    padding:22px;
}

.mjs-mobile-selected-intro{
    display:none;
}

.mjs-cart-section{
    margin-top:18px;
}

.mjs-cart-section h5{
    margin:0 0 12px!important;
    color:#170f18!important;
    font-size:13px!important;
    line-height:1.2!important;
    font-weight:900!important;
    letter-spacing:.08em!important;
    text-transform:uppercase!important;
}

.djep-quote-cart-bar .mjs-cart-section{
    margin-top:18px!important;
    padding-top:18px!important;
    border-top:1px solid #eee!important;
}

.djep-quote-cart-bar .mjs-cart-section:first-child{
    border-top:0!important;
    padding-top:0!important;
}

.djep-quote-cart-bar .mjs-cart-section h5{
    font-size:22px!important;
    line-height:1.05!important;
    letter-spacing:0!important;
    text-transform:none!important;
    margin-bottom:14px!important;
}

.item-row.mjs-cart-item{
    position:relative;
    display:grid;
    grid-template-columns:82px minmax(0,1fr) 48px;
    align-items:center;
    gap:20px;
    margin:0 0 18px;
    padding:24px 28px;
    border:1px solid #eee;
    border-radius:16px;
    background:#fff;
    box-shadow:0 10px 25px rgba(84,28,67,.06);
    overflow:visible;
    animation:mjsCartItemIn .28s ease both;
}

.djep-quote-cart-bar .item-row.mjs-cart-item{
    grid-template-columns:64px minmax(0,1fr) 44px!important;
    gap:16px!important;
    margin:0 0 14px!important;
    padding:16px 12px!important;
    border:0!important;
    border-bottom:1px solid #eee!important;
    border-radius:0!important;
    box-shadow:none!important;
}

.djep-quote-cart-bar .item-row.mjs-cart-has-link:hover{
    background:rgba(207,28,136,.055)!important;
    transform:translateY(-2px)!important;
    box-shadow:none!important;
}

.item-row.mjs-cart-has-link{
    cursor:pointer;
}

.item-row.mjs-cart-has-link:hover{
    background:rgba(207,28,136,.055);
    transform:translateY(-2px);
    box-shadow:0 18px 38px rgba(84,28,67,.12);
}

.item-row.removing{
    opacity:0;
    transform:translateY(8px) scale(.98);
}

.item-img{
    width:82px;
    height:82px;
    border-radius:14px;
    overflow:hidden;
    background:transparent;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:0;
    box-sizing:border-box;
}

.djep-quote-cart-bar .item-img{
    width:64px!important;
    height:64px!important;
    border-radius:12px!important;
    padding:0!important;
}

.item-img img{
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center;
    border-radius:14px;
    transition:transform .3s ease;
}

.djep-quote-cart-bar .item-img img{
    border-radius:12px!important;
}

.item-row:hover .item-img img{
    transform:scale(1.05);
}

.item-info{
    min-width:0;
    max-width:100%;
    padding:4px 8px;
    overflow-wrap:anywhere;
    word-break:normal;
}

.mjs-cart-item-head{
    display:flex;
    align-items:flex-start;
    gap:8px;
    min-width:0;
}

.mjs-cart-item-name{
    color:#170f18;
    font-size:17px;
    line-height:1.25;
    font-weight:900;
    max-width:100%;
    overflow-wrap:anywhere;
    word-break:normal;
}

.mjs-cart-config{
    margin:8px 0 0;
    display:grid;
    gap:4px;
    color:#666;
    font-size:13px;
    line-height:1.3;
}

.mjs-cart-config div{
    display:flex;
    flex-wrap:wrap;
    gap:4px;
}

.mjs-cart-config dt{
    margin:0;
    font-weight:800;
}

.mjs-cart-config dd{
    margin:0;
}

.item-price{
    margin-top:8px;
    color:#cf1c88;
    font-size:18px;
    line-height:1.2;
    font-weight:900;
}

.item-price span{
    display:block;
    margin-top:3px;
    color:#777;
    font-size:12px;
    font-weight:700;
}

.cart-remove-item{
    position:relative;
    top:auto;
    right:auto;
    width:32px;
    height:32px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:999px;
    background:#f5eef3;
    color:#550147!important;
    text-decoration:none!important;
    font-size:15px;
    line-height:1;
    font-weight:900;
    transition:all .2s ease;
    z-index:2;
    justify-self:end;
    align-self:center;
    margin-right:4px;
}

.djep-quote-cart-bar .cart-remove-item{
    top:auto!important;
    right:auto!important;
    transform:none!important;
    width:30px!important;
    height:30px!important;
    background:#cf1c88!important;
    color:#fff!important;
    margin-right:2px!important;
}

.cart-remove-item:hover{
    background:#550147;
    color:#fff!important;
    transform:scale(1.08);
}

.djep-quote-cart-bar .cart-remove-item:hover{
    transform:scale(1.06)!important;
}

.mjs-view-details{
    position:absolute;
    right:14px;
    bottom:10px;
    color:#cf1c88;
    font-size:11px;
    font-weight:900;
    opacity:0;
    transform:translateY(4px);
    transition:all .2s ease;
}

.mjs-cart-has-link:hover .mjs-view-details{
    opacity:1;
    transform:translateY(0);
}

.item-qty{
    display:block;
    margin-top:4px;
    color:#666;
    font-size:12px;
    font-weight:800;
    line-height:1.25;
}

@media (hover:none), (max-width:767px){
    .mjs-view-details{
        position:static;
        display:inline-flex;
        margin-top:6px;
        opacity:1;
        transform:none;
    }
}

.mjs-cart-badge{
    display:inline-flex;
    align-items:center;
    align-self:flex-start;
    width:max-content;
    max-width:calc(100% - 6px);
    margin:0 0 7px;
    border-radius:999px;
    padding:5px 9px;
    background:#fbe6f4;
    color:#cf1c88;
    font-size:10px;
    line-height:1.1;
    font-weight:900;
    text-transform:uppercase;
    white-space:nowrap;
}

.mjs-cart-badge-gold{
    background:#fff3cf;
    color:#8a6500;
}

.mjs-cart-nudge{
    margin-top:12px;
    padding:12px 14px;
    border:1px solid rgba(207,28,136,.14);
    border-radius:14px;
    background:rgba(207,28,136,.055);
    color:#550147;
    font-size:13px;
    line-height:1.45;
    font-weight:800;
}

@keyframes mjsCartItemIn{
    from{opacity:0;transform:translateY(8px);}
    to{opacity:1;transform:translateY(0);}
}

/* =========================
   SIDE QUOTE DRAWER
========================= */

.djep-quote-cart-bar{
    position:fixed;
    top:0;
    right:0;
    width:420px;
    max-width:95vw;
    height:100vh;
    background:#fff;
    z-index:999999;
    padding:30px;
    overflow-y:auto;
    transform:translateX(105%);
    transition:.3s ease;
    box-shadow:-25px 0 60px rgba(0,0,0,.18);
    border-radius:16px 0 0 16px;
}

.djep-quote-cart-bar.active{
    transform:translateX(0);
}

.djep-cart-header{
    border-bottom:1px solid #eee;
    padding-bottom:20px;
    margin-bottom:20px;
}

.djep-cart-header h4{
    font-size:32px;
    font-weight:900;
    margin:0;
    color:#170f18;
}

.djep-cart-total{
    margin-top:18px;
    padding:26px 30px;
    border-radius:16px;
    background:linear-gradient(135deg,rgba(207,28,136,.08),rgba(85,1,71,.05));
    border:1px solid rgba(207,28,136,.10);
    box-sizing:border-box;
}

.djep-cart-total span,
.quote-price span{
    display:block;
}

.quote-price{
    margin-top:16px;
    padding:34px 38px;
    border-radius:16px;
    background:linear-gradient(135deg,rgba(207,28,136,.08),rgba(85,1,71,.05));
    border:1px solid rgba(207,28,136,.10);
    box-sizing:border-box;
}

.quote-right .quote-price{
    width:100%!important;
    padding:32px 36px!important;
    overflow:hidden;
}

.mjs-total-label{
    color:#777;
    font-size:14px;
    line-height:1.2;
    font-weight:800;
}

.mjs-total-amount{
    margin-top:4px;
    font-size:26px;
    line-height:1;
    font-weight:900;
    color:#cf1c88;
}

.mjs-pricing-terms{
    margin-top:10px;
    color:#666;
    font-size:11px;
    line-height:1.45;
    font-weight:600;
}

.mjs-cart-trust{
    display:grid;
    gap:6px;
    margin-top:12px;
    color:#555;
    font-size:12px;
    line-height:1.35;
    font-weight:800;
}

.mjs-cart-trust span{
    position:relative;
    padding-left:18px;
    display:block;
}

.mjs-cart-trust span:before{
    content:"";
    position:absolute;
    left:0;
    top:.45em;
    width:8px;
    height:8px;
    border-radius:50%;
    background:#cf1c88;
}

.djep-get-quote a{
    width:100%;
    margin-top:18px;
    padding:17px 22px!important;
    display:flex!important;
    align-items:center;
    justify-content:center;
    box-shadow:0 16px 35px rgba(207,28,136,.28);
    text-align:center;
}

.djep-get-quote a:hover{
    transform:translateY(-2px) scale(1.01);
    box-shadow:0 20px 45px rgba(207,28,136,.34);
}

.mjs-side-conversion{
    margin-top:18px!important;
    padding-top:16px!important;
    border-top:1px solid #eee!important;
}

.djep-quote-cart-bar .djep-cart-total{
    margin-top:0!important;
    padding:30px 32px!important;
}

.quote-right .quote-price .mjs-pricing-terms,
.djep-quote-cart-bar .djep-cart-total .mjs-pricing-terms{
    max-width:100%;
}

.djep-quote-cart-bar .djep-get-quote a{
    line-height:1.25!important;
    white-space:normal!important;
}

/* =========================
   EMPTY CART
========================= */

.mjs-empty-cart{
    text-align:center;
    padding:56px 12px 28px;
}

.mjs-empty-cart h5{
    font-size:25px;
    line-height:1.15;
    font-weight:900;
    margin-bottom:10px;
    color:#170f18;
}

.mjs-empty-cart p{
    color:#666;
    margin-bottom:25px;
    line-height:1.6;
}

.mjs-empty-cart-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:100%;
    max-width:310px;
    background:linear-gradient(45deg,#550147 0%,#cf1c88 100%);
    color:#fff!important;
    text-decoration:none!important;
    padding:15px 24px;
    border-radius:999px;
    font-weight:800;
    line-height:1.25;
    box-shadow:0 10px 25px rgba(207,28,136,.25);
}

.mjs-empty-cart-btn:hover{
    transform:translateY(-2px);
}

@media (max-width: 600px){
    .item-row.mjs-cart-item{
        grid-template-columns:64px minmax(0,1fr) 44px;
        gap:16px;
        padding:20px;
    }

    .item-img{
        width:64px;
        height:64px;
        border-radius:12px;
        padding:0;
    }

    .item-img img{
        border-radius:12px;
    }

    .item-info{
        padding:4px 6px;
    }

    .quote-price,
    .quote-right .quote-price{
        padding:32px!important;
    }

    .mjs-cart-item-name{
        font-size:16px;
        line-height:1.25;
    }

    .item-price{
        font-size:17px;
    }

    .cart-remove-item{
        position:relative;
        top:auto;
        right:auto;
        transform:none;
    }

    .cart-remove-item:hover{
        transform:scale(1.06);
    }
}

@media (max-width: 767px){
    .quote-area{
        display:flex!important;
        flex-direction:column!important;
    }

    .quote-right{
        order:1!important;
        width:100%!important;
        margin-bottom:24px!important;
    }

    .quote-left{
        order:2!important;
        width:100%!important;
    }

    .mjs-mobile-selected-intro{
        display:block!important;
        margin-bottom:18px!important;
    }

    .mjs-mobile-selected-intro h3{
        margin:0 0 6px!important;
        color:#170f18!important;
        font-size:24px!important;
        line-height:1.1!important;
        font-weight:900!important;
        text-transform:none!important;
        letter-spacing:0!important;
    }

    .mjs-mobile-selected-intro p{
        margin:0!important;
        color:#666!important;
        font-size:14px!important;
        line-height:1.45!important;
        font-weight:600!important;
    }

    .quote-right > h3{
        display:none!important;
    }

}

/* =========================
   POPUP OVERLAY
========================= */

.mjs-option-popup{
    display:none!important;
    position:fixed!important;
    inset:0!important;
    background:rgba(20,15,20,.82)!important;
    z-index:999999!important;
    align-items:center!important;
    justify-content:center!important;
    padding:20px!important;
}

.mjs-option-popup.active{
    display:flex!important;
}

.mjs-option-popup-inner{
    background:#fff!important;
    width:min(820px,94vw)!important;
    max-height:90vh!important;
    overflow-y:auto!important;
    padding:36px!important;
    border-radius:22px!important;
    box-shadow:0 35px 90px rgba(0,0,0,.30)!important;
}

.mjs-qbp-popup-head{
    display:flex!important;
    justify-content:space-between!important;
    gap:18px!important;
    align-items:flex-start!important;
    margin-bottom:22px!important;
}

.mjs-qbp-popup-title-wrap{
    min-width:0!important;
}

.mjs-qbp-popup-label{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    width:auto!important;
    max-width:100%!important;
    margin:0 0 14px!important;
    padding:9px 22px!important;
    border-radius:999px!important;
    background:#e6008a!important;
    color:#fff!important;
    box-shadow:0 12px 28px rgba(230,0,138,.18)!important;
    font-size:clamp(13px,1.15vw,17px)!important;
    line-height:1.1!important;
    font-weight:900!important;
    letter-spacing:1.8px!important;
    text-transform:uppercase!important;
    overflow-wrap:anywhere!important;
}

.mjs-option-popup-inner h3{
    margin:0!important;
    color:#170f18!important;
    font-size:clamp(42px,5vw,70px)!important;
    line-height:1!important;
    font-weight:900!important;
    letter-spacing:0!important;
}

.mjs-qbp-step-dots{
    display:flex!important;
    gap:8px!important;
    padding-top:10px!important;
}

.mjs-qbp-step-dots span{
    width:10px!important;
    height:10px!important;
    border-radius:999px!important;
    background:#eadde7!important;
    transition:.2s ease!important;
}

.mjs-qbp-step-dots span.active{
    width:30px!important;
    background:#cf1c88!important;
}

.mjs-qbp-popup-step{
    display:none!important;
}

.mjs-qbp-popup-step.active{
    display:block!important;
}

.mjs-qbp-step-label{
    margin:0 0 8px!important;
    color:#cf1c88!important;
    font-size:13px!important;
    font-weight:900!important;
    text-transform:uppercase!important;
}

.mjs-qbp-popup-step h4{
    margin:0 0 18px!important;
    color:#170f18!important;
    font-size:clamp(24px,2.7vw,34px)!important;
    line-height:1.05!important;
    font-weight:900!important;
}

.mjs-qbp-step-error:before{
    content:"Please choose an option to continue.";
    display:block!important;
    margin:0 0 14px!important;
    padding:12px 14px!important;
    border-radius:10px!important;
    background:#fff3f8!important;
    color:#8a005c!important;
    font-weight:800!important;
}

.mjs-qbp-step-actions{
    display:flex!important;
    justify-content:flex-end!important;
    gap:12px!important;
    margin-top:22px!important;
}

.mjs-qbp-next,
.mjs-qbp-back{
    min-height:46px!important;
    border-radius:999px!important;
    padding:12px 28px!important;
    font-weight:900!important;
    cursor:pointer!important;
}

.mjs-qbp-next{
    border:0!important;
    background:linear-gradient(45deg,#550147,#cf1c88)!important;
    color:#fff!important;
}

.mjs-qbp-back{
    border:1px solid #eee!important;
    background:#fff!important;
    color:#555!important;
}

.mjs-qbp-choice-group{
    margin-top:22px!important;
}

.mjs-qbp-choice-group h4{
    margin:0 0 18px!important;
    color:#4f4a52!important;
    font-size:clamp(22px,2.4vw,34px)!important;
    line-height:1.1!important;
    font-weight:900!important;
    letter-spacing:0!important;
}

/* =========================
   POPUP CARDS
========================= */

.mjs-qbp-number-grid,
.mjs-qbp-card-grid{
    display:grid!important;
    gap:14px!important;
}

.mjs-qbp-number-grid{
    grid-template-columns:repeat(auto-fill,minmax(120px,1fr))!important;
}

.mjs-qbp-card-grid{
    grid-template-columns:repeat(auto-fit,minmax(230px,1fr))!important;
}

.mjs-qbp-hire-choice-group .mjs-qbp-card-grid{
    grid-template-columns:1fr!important;
}

.mjs-qbp-checkbox-list{
    display:grid!important;
    gap:12px!important;
}

.mjs-qbp-choice-card{
    position:relative!important;
    display:block!important;
    cursor:pointer!important;
}

.mjs-qbp-choice-card input{
    position:absolute!important;
    opacity:0!important;
}

.mjs-qbp-choice-main{
    position:relative!important;
    min-height:128px!important;
    display:flex!important;
    flex-direction:column!important;
    justify-content:center!important;
    align-items:center!important;
    gap:8px!important;
    padding:24px 28px!important;
    border-radius:22px!important;
    border:1px solid rgba(207,28,136,.15)!important;
    background:#fff!important;
    box-shadow:0 10px 25px rgba(0,0,0,.08)!important;
    transition:.25s ease!important;
    text-align:center!important;
}

.mjs-qbp-choice-card:hover .mjs-qbp-choice-main{
    transform:translateY(-4px)!important;
    border-color:#cf1c88!important;
}

.mjs-qbp-choice-card input:checked + .mjs-qbp-choice-main{
    background:linear-gradient(135deg,#550147 0%,#cf1c88 100%)!important;
    border-color:#cf1c88!important;
    color:#fff!important;
}

.mjs-qbp-choice-label{
    font-size:clamp(22px,2.3vw,32px)!important;
    line-height:1.1!important;
    font-weight:900!important;
    color:#170f18!important;
}

.mjs-qbp-number-grid .mjs-qbp-choice-label{
    font-size:42px!important;
}

.mjs-qbp-choice-price{
    margin-top:10px!important;
    background:#fbe6f4!important;
    padding:5px 12px!important;
    border-radius:999px!important;
    color:#cf1c88!important;
    font-weight:800!important;
}

.mjs-qbp-choice-card input:checked + .mjs-qbp-choice-main .mjs-qbp-choice-label,
.mjs-qbp-choice-card input:checked + .mjs-qbp-choice-main .mjs-qbp-choice-price{
    color:#fff!important;
}

.mjs-qbp-choice-card input:checked + .mjs-qbp-choice-main .mjs-qbp-choice-price{
    background:rgba(255,255,255,.15)!important;
}

.mjs-qbp-hire-choice-group .mjs-qbp-choice-main{
    min-height:92px!important;
    flex-direction:row!important;
    justify-content:space-between!important;
    align-items:center!important;
    text-align:left!important;
}

.mjs-qbp-hire-choice-group .mjs-qbp-choice-main:before{
    content:"";
    width:22px!important;
    height:22px!important;
    flex:0 0 22px!important;
    border:2px solid #cfc7cf!important;
    border-radius:50%!important;
    box-sizing:border-box!important;
}

.mjs-qbp-hire-choice-group .mjs-qbp-choice-label{
    flex:1!important;
}

.mjs-qbp-hire-choice-group .mjs-qbp-choice-card input:checked + .mjs-qbp-choice-main:before{
    background:#fff!important;
    border-color:#fff!important;
    box-shadow:inset 0 0 0 6px #cf1c88!important;
}

.mjs-qbp-choice-row{
    position:relative!important;
    display:flex!important;
    align-items:center!important;
    gap:14px!important;
    cursor:pointer!important;
    padding:18px 20px!important;
    border:1px solid rgba(207,28,136,.14)!important;
    border-radius:16px!important;
    background:#fff!important;
    box-shadow:0 8px 22px rgba(0,0,0,.06)!important;
}

.mjs-qbp-choice-row input{
    width:18px!important;
    height:18px!important;
    flex:0 0 auto!important;
}

.mjs-qbp-choice-row .mjs-qbp-choice-main{
    min-height:0!important;
    display:flex!important;
    flex:1!important;
    flex-direction:row!important;
    justify-content:space-between!important;
    align-items:center!important;
    padding:0!important;
    border:0!important;
    box-shadow:none!important;
    text-align:left!important;
}

.mjs-qbp-popup-actions{
    display:none!important;
    align-items:center!important;
    gap:12px!important;
    margin-top:24px!important;
    flex-wrap:wrap!important;
}

.mjs-qbp-popup-actions.active{
    display:flex!important;
}

.mjs-qbp-popup-actions .mjs-qbp-confirm{
    min-width:220px!important;
    min-height:54px!important;
}

.mjs-close-popup{
    border:1px solid #eee!important;
    background:#fff!important;
    color:#555!important;
    border-radius:999px!important;
    padding:14px 24px!important;
    font-weight:800!important;
    cursor:pointer!important;
}

.mjs-close-popup:hover{
    border-color:#cf1c88!important;
    color:#cf1c88!important;
}

.mjs-qbp-config-mode-hire .mjs-qbp-hire-field{
    display:block!important;
}

.mjs-qbp-hire-field > span{
    display:none!important;
}

.mjs-qbp-hire-options{
    display:grid!important;
    gap:12px!important;
    max-width:620px!important;
}

.mjs-qbp-hire-card{
    display:block!important;
    cursor:pointer!important;
}

.mjs-qbp-hire-card input{
    position:absolute!important;
    opacity:0!important;
}

.mjs-qbp-hire-card-body{
    display:flex!important;
    align-items:center!important;
    justify-content:flex-start!important;
    gap:18px!important;
    min-height:82px!important;
    padding:20px 24px!important;
    border:1px solid rgba(207,28,136,.18)!important;
    border-radius:16px!important;
    background:#fff!important;
    box-shadow:0 14px 34px rgba(23,15,24,.06)!important;
    transition:.2s ease!important;
}

.mjs-qbp-hire-card-body:before{
    content:"";
    width:20px!important;
    height:20px!important;
    flex:0 0 20px!important;
    border:2px solid #cfc7cf!important;
    border-radius:50%!important;
    box-sizing:border-box!important;
}

.mjs-qbp-hire-card-title{
    flex:1!important;
    color:#170f18!important;
    font-size:clamp(21px,2.2vw,30px)!important;
    line-height:1.1!important;
    font-weight:900!important;
}

.mjs-qbp-hire-card:hover .mjs-qbp-hire-card-body{
    transform:translateY(-2px)!important;
    border-color:rgba(207,28,136,.45)!important;
}

.mjs-qbp-hire-card input:checked + .mjs-qbp-hire-card-body{
    border-color:#cf1c88!important;
    background:linear-gradient(180deg,#fff7fc 0%,#fff 100%)!important;
    box-shadow:0 18px 42px rgba(207,28,136,.13)!important;
}

.mjs-qbp-hire-card input:checked + .mjs-qbp-hire-card-body:before{
    background:#cf1c88!important;
    border-color:#cf1c88!important;
    box-shadow:inset 0 0 0 5px #fff!important;
}

.mjs-qbp-qty-popup .mjs-option-popup-inner{
    width:min(760px,94vw)!important;
}

.mjs-qbp-qty-card{
    max-width:560px!important;
    margin:22px 0 26px!important;
    padding:24px!important;
    border:1px solid rgba(207,28,136,.16)!important;
    border-radius:18px!important;
    background:linear-gradient(180deg,#fff7fc 0%,#fff 100%)!important;
    box-shadow:0 16px 38px rgba(23,15,24,.08)!important;
}

.mjs-qbp-config-field.mjs-qbp-qty-field{
    display:block!important;
    grid-template-columns:none!important;
    max-width:560px!important;
    margin:22px 0 26px!important;
    padding:24px!important;
    border:1px solid rgba(207,28,136,.16)!important;
    border-radius:18px!important;
    background:linear-gradient(180deg,#fff7fc 0%,#fff 100%)!important;
    box-shadow:0 16px 38px rgba(23,15,24,.08)!important;
}

.mjs-qbp-qty-item{
    margin:0 0 18px!important;
    color:#170f18!important;
    font-size:clamp(20px,2vw,28px)!important;
    line-height:1.1!important;
    font-weight:900!important;
}

.mjs-qbp-config-field.mjs-qbp-qty-field > span{
    display:block!important;
    margin:0 0 18px!important;
    color:#170f18!important;
    font-size:clamp(22px,2.4vw,30px)!important;
    line-height:1.1!important;
    font-weight:900!important;
}

.mjs-qbp-qty-card .mjs-qbp-qty-stepper,
.mjs-qbp-config-field.mjs-qbp-qty-field .mjs-qbp-qty-stepper{
    display:inline-grid!important;
    grid-template-columns:54px 104px 54px!important;
    width:auto!important;
    align-items:center!important;
    gap:10px!important;
    padding:8px!important;
    border-radius:999px!important;
    background:#fff!important;
    border:1px solid rgba(207,28,136,.14)!important;
    box-shadow:inset 0 0 0 1px rgba(255,255,255,.75),0 8px 22px rgba(23,15,24,.06)!important;
}

.mjs-qbp-qty-card .mjs-qbp-qty-stepper button,
.mjs-qbp-config-field.mjs-qbp-qty-field .mjs-qbp-qty-stepper button{
    width:54px!important;
    height:54px!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    border-radius:50%!important;
    font-size:26px!important;
}

.mjs-qbp-qty-card .mjs-qbp-qty-stepper input,
.mjs-qbp-config-field.mjs-qbp-qty-field .mjs-qbp-qty-stepper input{
    width:104px!important;
    height:54px!important;
    border:0!important;
    background:#fff!important;
    color:#170f18!important;
    font-size:28px!important;
    line-height:1!important;
    font-weight:900!important;
    text-align:center!important;
    appearance:textfield!important;
    -moz-appearance:textfield!important;
}

.mjs-qbp-qty-card .mjs-qbp-qty-stepper input::-webkit-outer-spin-button,
.mjs-qbp-qty-card .mjs-qbp-qty-stepper input::-webkit-inner-spin-button,
.mjs-qbp-config-field.mjs-qbp-qty-field .mjs-qbp-qty-stepper input::-webkit-outer-spin-button,
.mjs-qbp-config-field.mjs-qbp-qty-field .mjs-qbp-qty-stepper input::-webkit-inner-spin-button{
    -webkit-appearance:none!important;
    margin:0!important;
}

.mjs-qbp-qty-limit{
    margin:14px 0 0!important;
    color:#666!important;
    font-size:14px!important;
    line-height:1.35!important;
    font-weight:800!important;
}

.mjs-qbp-review-summary{
    border:1px solid rgba(207,28,136,.14)!important;
    border-radius:18px!important;
    background:#fff7fc!important;
    padding:18px!important;
}

.mjs-qbp-review-summary dl{
    margin:0!important;
    display:grid!important;
    gap:10px!important;
}

.mjs-qbp-review-summary dl div{
    display:flex!important;
    justify-content:space-between!important;
    gap:16px!important;
    padding-bottom:10px!important;
    border-bottom:1px solid rgba(207,28,136,.12)!important;
}

.mjs-qbp-review-summary dl div:last-child{
    border-bottom:0!important;
    padding-bottom:0!important;
}

.mjs-qbp-review-summary dt,
.mjs-qbp-review-summary dd{
    margin:0!important;
    font-weight:800!important;
}

.mjs-qbp-review-summary dt{
    color:#666!important;
}

.mjs-qbp-review-summary dd{
    color:#170f18!important;
    text-align:right!important;
}

@media (max-width: 600px){
    .mjs-option-popup{
        padding:12px!important;
    }

    .mjs-option-popup-inner{
        padding:24px 20px!important;
        border-radius:18px!important;
    }

    .mjs-qbp-popup-head{
        display:block!important;
    }

    .mjs-qbp-step-dots{
        margin-top:14px!important;
    }

    .mjs-qbp-card-grid{
        grid-template-columns:1fr!important;
    }

    .mjs-qbp-choice-main{
        min-height:112px!important;
        padding:20px!important;
    }

    .mjs-qbp-hire-options{
        max-width:none!important;
    }

    .mjs-qbp-hire-card-body{
        min-height:76px!important;
        padding:18px!important;
        gap:14px!important;
    }

    .mjs-qbp-hire-card-title{
        font-size:22px!important;
    }

    .mjs-qbp-qty-card{
        max-width:none!important;
        padding:20px!important;
    }

    .mjs-qbp-config-field.mjs-qbp-qty-field{
        max-width:none!important;
        padding:20px!important;
    }

    .mjs-qbp-qty-card .mjs-qbp-qty-stepper,
    .mjs-qbp-config-field.mjs-qbp-qty-field .mjs-qbp-qty-stepper{
        grid-template-columns:50px minmax(78px,1fr) 50px!important;
        width:100%!important;
    }

    .mjs-qbp-qty-card .mjs-qbp-qty-stepper button,
    .mjs-qbp-config-field.mjs-qbp-qty-field .mjs-qbp-qty-stepper button{
        width:50px!important;
        height:50px!important;
    }

    .mjs-qbp-qty-card .mjs-qbp-qty-stepper input,
    .mjs-qbp-config-field.mjs-qbp-qty-field .mjs-qbp-qty-stepper input{
        width:100%!important;
        height:50px!important;
    }

    .mjs-qbp-popup-actions .mjs-qbp-confirm,
    .mjs-close-popup,
    .mjs-qbp-next,
    .mjs-qbp-back{
        width:100%!important;
        justify-content:center!important;
    }

    .mjs-qbp-step-actions{
        flex-direction:column-reverse!important;
    }

    .mjs-qbp-review-summary dl div{
        display:block!important;
    }

    .mjs-qbp-review-summary dd{
        text-align:left!important;
        margin-top:4px!important;
    }
}
