/* cart.css — корзина Custom Craft v2 */
.cc-cart-toggle{position:fixed;right:20px;bottom:86px;z-index:99998;min-width:58px;height:58px;border:0;border-radius:18px;padding:0 16px;background:linear-gradient(135deg,#7f8cff,#46d9c4);color:#071019;font-weight:800;box-shadow:0 16px 38px rgba(0,0,0,.28);display:flex;align-items:center;justify-content:center;gap:8px;cursor:pointer}.cc-cart-toggle span{font-size:15px}.cc-cart-count{min-width:22px;height:22px;border-radius:999px;background:#ff4158;color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:12px;font-weight:800}.cc-cart-overlay{position:fixed;inset:0;z-index:99999;background:rgba(0,0,0,.55);display:none}.cc-cart-overlay.is-open{display:block}.cc-cart-panel{position:absolute;right:0;top:0;width:min(430px,100%);height:100%;background:#0b111d;color:#eaf1fb;box-shadow:-18px 0 50px rgba(0,0,0,.35);padding:22px;overflow:auto}.cc-cart-head{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:16px}.cc-cart-head h3{margin:0;color:#fff;font-weight:800}.cc-cart-close{border:0;background:rgba(255,255,255,.08);color:#fff;width:38px;height:38px;border-radius:12px;font-size:24px;line-height:38px;cursor:pointer}.cc-cart-empty{padding:18px;border:1px solid rgba(255,255,255,.1);border-radius:16px;color:#b9c6d8;background:rgba(255,255,255,.04)}.cc-cart-item{display:grid;grid-template-columns:64px 1fr auto;gap:12px;align-items:center;padding:12px 0;border-bottom:1px solid rgba(255,255,255,.08)}.cc-cart-item img{width:64px;height:64px;object-fit:cover;border-radius:12px;background:#111827}.cc-cart-item-title{font-weight:800;color:#fff;line-height:1.3}.cc-cart-item-meta{color:#9fb0c8;font-size:13px;margin-top:4px}.cc-cart-qty{display:flex;align-items:center;gap:8px;margin-top:8px}.cc-cart-qty button,.cc-cart-remove{border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.06);color:#fff;border-radius:10px;min-width:30px;height:30px;cursor:pointer}.cc-cart-remove{padding:0 9px}.cc-cart-total{display:flex;justify-content:space-between;align-items:center;margin:18px 0;padding:16px;border-radius:16px;background:rgba(143,226,213,.10);border:1px solid rgba(143,226,213,.25);font-weight:900;color:#fff}.cc-cart-form{display:grid;gap:10px}.cc-cart-form input,.cc-cart-form textarea{width:100%;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.06);color:#fff;border-radius:12px;padding:12px 14px;outline:none}.cc-cart-form input::placeholder,.cc-cart-form textarea::placeholder{color:#9fb0c8}.cc-cart-form textarea{min-height:86px;resize:vertical}.cc-cart-submit,.cc-add-cart-btn{border:0;border-radius:14px;background:linear-gradient(135deg,#7f8cff,#46d9c4);color:#071019!important;font-weight:900;padding:13px 18px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:8px;text-decoration:none!important;transition:.2s ease}.cc-cart-submit:hover,.cc-add-cart-btn:hover{transform:translateY(-1px);filter:brightness(1.04)}.cc-cart-note{font-size:13px;color:#9fb0c8;line-height:1.5}.cc-cart-success{display:none;padding:14px;border-radius:14px;background:rgba(72,184,90,.14);border:1px solid rgba(72,184,90,.35);color:#dcffe5;margin-top:10px}.cc-cart-notice{position:fixed;right:20px;bottom:154px;z-index:99998;max-width:320px;padding:12px 16px;border-radius:14px;background:rgba(11,17,29,.94);border:1px solid rgba(143,226,213,.35);color:#eaf1fb;box-shadow:0 16px 38px rgba(0,0,0,.28);opacity:0;transform:translateY(8px);pointer-events:none;transition:.2s ease;font-weight:700}.cc-cart-notice.is-show{opacity:1;transform:translateY(0)}@media(max-width:767px){.cc-cart-toggle{right:16px;bottom:72px;height:54px;border-radius:16px}.cc-cart-panel{padding:18px}.cc-cart-notice{left:16px;right:16px;bottom:136px;max-width:none}}


.cc-shipping-progress{
    margin:14px 0 4px;
    padding:14px;
    border-radius:16px;
    background:rgba(255,193,7,.10);
    border:1px solid rgba(255,193,7,.28);
}
.cc-shipping-progress.is-free{
    background:rgba(72,184,90,.14);
    border-color:rgba(72,184,90,.35);
}
.cc-shipping-title{
    font-weight:900;
    color:#fff;
    line-height:1.35;
}
.cc-shipping-text{
    margin-top:8px;
    color:#b9c6d8;
    font-size:13px;
    line-height:1.45;
}
.cc-shipping-bar{
    height:10px;
    border-radius:999px;
    background:rgba(255,255,255,.10);
    overflow:hidden;
    margin-top:10px;
}
.cc-shipping-bar span{
    display:block;
    height:100%;
    border-radius:999px;
    background:linear-gradient(135deg,#7f8cff,#46d9c4);
    transition:width .35s ease;
}


.cc-captcha-box{
    display:grid;
    gap:8px;
    padding:12px;
    border-radius:14px;
    background:rgba(255,255,255,.04);
    border:1px solid rgba(255,255,255,.10);
}
.cc-captcha-question{
    color:#eaf1fb;
    font-weight:800;
    font-size:14px;
}
.cc-captcha-box input{
    margin:0;
}
