:root{--cpf-primary:#e91e63;--cpf-primary-dark:#c91552;--cpf-accent:#ffd21c;--cpf-ink:#17131b;--cpf-muted:#6f6875;--cpf-line:#eee8ef;--cpf-soft:#fff5f9;--cpf-green:#27ae60}
.cpf-cart{position:relative;z-index:10050}.cpf-cart *{box-sizing:border-box}.cpf-cart button,.cpf-cart input{font:inherit}
.cpf-cart__fab{position:fixed;right:22px;bottom:86px;z-index:10020;display:flex;align-items:center;gap:10px;min-width:158px;height:58px;padding:7px 14px 7px 9px;border:0;border-radius:18px;background:linear-gradient(135deg,var(--cpf-primary),var(--cpf-primary-dark));color:#fff;box-shadow:0 16px 36px rgba(201,21,82,.34);cursor:pointer;transition:.22s transform,.22s box-shadow}
.cpf-cart__fab:hover{transform:translateY(-3px);box-shadow:0 20px 42px rgba(201,21,82,.42)}.cpf-cart__fab.is-bump{animation:cpfBump .5s ease}.cpf-cart__fab-icon{width:42px;height:42px;border-radius:14px;display:grid;place-items:center;background:rgba(255,255,255,.18)}.cpf-cart__fab-icon svg{width:25px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.cpf-cart__fab-copy{display:grid;text-align:left;line-height:1.05}.cpf-cart__fab-copy small{font-size:11px;opacity:.8}.cpf-cart__fab-copy strong{font-size:16px;margin-top:4px}.cpf-cart__badge{position:absolute;right:-7px;top:-8px;min-width:27px;height:27px;padding:0 6px;border:3px solid #fff;border-radius:999px;display:grid;place-items:center;background:var(--cpf-accent);color:#1c1720;font-weight:900;font-size:12px}
.cpf-cart__overlay{position:fixed;inset:0;z-index:10030;background:rgba(22,14,22,.48);backdrop-filter:blur(3px);opacity:0;transition:.24s opacity}.cpf-cart.is-open .cpf-cart__overlay{opacity:1}
.cpf-cart__drawer{position:fixed;z-index:10040;right:0;top:0;width:min(470px,100vw);height:100dvh;background:#fff;box-shadow:-24px 0 60px rgba(34,14,30,.24);display:grid;grid-template-rows:auto auto auto minmax(0,1fr) auto auto;transform:translateX(105%);transition:.3s cubic-bezier(.22,.8,.24,1);overflow:hidden}.cpf-cart.is-open .cpf-cart__drawer{transform:none}
.cpf-cart__header{min-height:68px;padding:11px 15px;display:flex;align-items:center;justify-content:space-between;background:linear-gradient(90deg,var(--cpf-accent),#ffe56f);border-bottom:1px solid rgba(0,0,0,.06)}.cpf-cart__header-title{display:flex;align-items:center;gap:11px}.cpf-cart__basket{font-size:25px}.cpf-cart__header-title div{display:grid}.cpf-cart__header-title strong{font-size:18px}.cpf-cart__header-title small{font-size:11px;color:#5b4d16;margin-top:2px}.cpf-cart__close{height:42px;padding:0 12px;border:0;border-radius:13px;background:rgba(255,255,255,.7);display:flex;align-items:center;gap:6px;color:#17131b;font-weight:800;cursor:pointer}.cpf-cart__close svg{width:20px;fill:none;stroke:currentColor;stroke-width:2}.cpf-cart__close:hover{background:#fff}
.cpf-cart__shipping{padding:9px 18px 11px;background:#fff;border-bottom:1px solid var(--cpf-line)}.cpf-cart__shipping p{text-align:center;margin:0 0 7px;font-size:14px;font-weight:750;color:#252027}.cpf-cart__progress{height:11px;border-radius:99px;background:#e9f8ef;overflow:hidden;box-shadow:inset 0 1px 2px rgba(0,0,0,.07)}.cpf-cart__progress i{display:block;width:0;height:100%;background:linear-gradient(90deg,#7ce3a4,#32c772);transition:.35s width}.cpf-cart__progress-labels{display:flex;justify-content:space-between;font-size:10px;color:#777;margin-top:3px}
.cpf-cart__message{margin:9px 14px 0;padding:9px 11px;border-radius:10px;font-size:13px;font-weight:700;background:#effaf3;color:#16753d}.cpf-cart__message.is-error{background:#fff0f3;color:#b21445}
.cpf-cart__body{min-height:0;overflow:auto;overscroll-behavior:contain;padding:0 14px}.cpf-cart__item{display:grid;grid-template-columns:66px minmax(0,1fr) auto;gap:11px;padding:15px 0;border-bottom:1px solid var(--cpf-line);align-items:center}.cpf-cart__image{width:66px;height:66px;border:1px solid #eee5eb;border-radius:13px;background:#faf7fa;overflow:hidden;display:grid;place-items:center}.cpf-cart__image img{width:100%;height:100%;object-fit:contain}.cpf-cart__item-main{min-width:0}.cpf-cart__item-main a{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;color:var(--cpf-ink);text-decoration:none;font-weight:800;font-size:14px;line-height:1.3}.cpf-cart__price{display:flex;align-items:center;gap:7px;margin-top:6px}.cpf-cart__price strong{color:var(--cpf-primary);font-size:17px}.cpf-cart__price del{font-size:12px;color:#9a929c}.cpf-cart__saving{font-size:11px;color:var(--cpf-green);font-weight:700;margin-top:2px}.cpf-cart__item-side{display:grid;justify-items:end;gap:10px}.cpf-cart__remove{border:0;background:transparent;color:#8c8790;padding:4px;cursor:pointer}.cpf-cart__remove svg{width:18px;fill:none;stroke:currentColor;stroke-width:1.8}.cpf-cart__qty{display:flex;align-items:center;gap:8px}.cpf-cart__qty button{width:35px;height:35px;border:0;border-radius:50%;background:#fff;color:var(--cpf-primary);font-size:23px;line-height:1;box-shadow:0 4px 12px rgba(30,20,28,.16);cursor:pointer}.cpf-cart__qty button:disabled{opacity:.4}.cpf-cart__qty span{min-width:18px;text-align:center;font-weight:900;color:var(--cpf-primary)}
.cpf-cart__empty{height:100%;min-height:260px;display:grid;place-content:center;text-align:center;padding:30px}.cpf-cart__empty-icon{font-size:54px}.cpf-cart__empty h3{margin:10px 0 5px;font-size:21px}.cpf-cart__empty p{margin:0 0 18px;color:var(--cpf-muted)}.cpf-cart__empty a{justify-self:center;padding:12px 20px;border-radius:12px;background:var(--cpf-primary);color:#fff;text-decoration:none;font-weight:800}
.cpf-cart__coupon{padding:10px 14px;border-top:1px solid var(--cpf-line);background:#fff}.cpf-cart__coupon form{display:flex;gap:8px}.cpf-cart__coupon input{min-width:0;flex:1;height:43px;padding:0 12px;border:1px solid #ddd4dc;border-radius:11px;outline:0}.cpf-cart__coupon input:focus{border-color:var(--cpf-primary);box-shadow:0 0 0 3px rgba(233,30,99,.1)}.cpf-cart__coupon button{height:43px;padding:0 15px;border:0;border-radius:11px;background:var(--cpf-primary);color:#fff;font-weight:850;cursor:pointer}.cpf-cart__coupon-active{margin-top:7px;padding:7px 9px;border-radius:9px;background:#effaf3;color:#16753d;font-size:12px;font-weight:750;display:flex;justify-content:space-between}.cpf-cart__coupon-active button{height:auto;padding:0;border:0;background:none;color:#b21445}
.cpf-cart__footer{background:#fff;border-top:1px solid var(--cpf-line);box-shadow:0 -8px 22px rgba(45,25,40,.07)}.cpf-cart__totals{padding:9px 15px 7px;display:grid;gap:4px}.cpf-cart__totals span{display:flex;justify-content:space-between;font-size:12px;color:var(--cpf-muted)}.cpf-cart__totals strong{color:var(--cpf-ink)}.cpf-cart__checkout-row{height:66px;display:grid;grid-template-columns:42% 58%}.cpf-cart__grand{display:grid;place-content:center;background:var(--cpf-accent);padding-left:15px}.cpf-cart__grand small{font-size:11px}.cpf-cart__grand strong{font-size:20px}.cpf-cart__checkout-row>a{display:grid;place-items:center;background:linear-gradient(135deg,var(--cpf-primary),var(--cpf-primary-dark));color:#fff;text-decoration:none;font-size:18px;font-weight:900}.cpf-cart__checkout-row>a.is-disabled{pointer-events:none;opacity:.5}
.cpf-fly{position:fixed;z-index:10100;pointer-events:none;border-radius:14px;object-fit:contain;background:#fff;box-shadow:0 10px 30px rgba(0,0,0,.28);transition:transform .72s cubic-bezier(.24,.8,.25,1),opacity .72s,width .72s,height .72s}
body.cpf-cart-lock{overflow:hidden;touch-action:none}
@keyframes cpfBump{0%,100%{transform:scale(1)}35%{transform:scale(1.1)}65%{transform:scale(.96)}}
@media(max-width:640px){.cpf-cart__fab{right:14px;bottom:78px;min-width:62px;width:62px;height:62px;border-radius:21px;padding:10px}.cpf-cart__fab-copy{display:none}.cpf-cart__fab-icon{width:42px;height:42px;background:transparent}.cpf-cart__badge{right:-4px;top:-5px}.cpf-cart__drawer{top:auto;bottom:0;width:100%;height:min(92dvh,780px);border-radius:22px 22px 0 0;transform:translateY(105%)}.cpf-cart.is-open .cpf-cart__drawer{transform:none}.cpf-cart__header{position:sticky;top:0;z-index:2}.cpf-cart__close{display:flex!important;visibility:visible!important;opacity:1!important}.cpf-cart__body{padding:0 11px}.cpf-cart__item{grid-template-columns:58px minmax(0,1fr) auto;gap:9px}.cpf-cart__image{width:58px;height:58px}.cpf-cart__checkout-row{padding-bottom:env(safe-area-inset-bottom);height:calc(66px + env(safe-area-inset-bottom))}}
@media(prefers-reduced-motion:reduce){.cpf-cart__drawer,.cpf-cart__overlay,.cpf-fly{transition:none}.cpf-cart__fab.is-bump{animation:none}}

/* CP floating cart: shipping is calculated during checkout */
[data-cpf-shipping-progress],
[data-cpf-progress-wrap],
.cpf-shipping-progress,
.cpf-progress-wrap,
.cpf-shipping-message {
    display: none !important;
}

