.cs-cart-overlay{position:fixed;inset:0;z-index:999999;display:flex;justify-content:flex-end;background:rgba(10,18,30,.38);backdrop-filter:blur(9px);-webkit-backdrop-filter:blur(9px);opacity:0;visibility:hidden;transition:opacity .28s ease,visibility .28s ease}.cs-cart-overlay.is-open{opacity:1;visibility:visible}.cs-cart-panel{width:min(490px,100%);height:100%;background:#fff;box-shadow:-24px 0 70px rgba(15,23,42,.18);transform:translateX(102%);transition:transform .38s cubic-bezier(.22,.8,.24,1);display:flex;flex-direction:column;color:#101828}.cs-cart-overlay.is-open .cs-cart-panel{transform:translateX(0)}.cs-cart-top{display:flex;align-items:center;justify-content:space-between;padding:24px 24px 18px;border-bottom:1px solid #e9edf3}.cs-cart-heading{display:flex;align-items:center;gap:11px}.cs-cart-heading h2{font-size:22px;line-height:1.1;margin:0;font-weight:750;letter-spacing:-.025em}.cs-cart-badge{min-width:27px;height:27px;padding:0 8px;border-radius:999px;background:#eef5ff;color:#0665d8;display:inline-flex;align-items:center;justify-content:center;font-size:12px;font-weight:800}.cs-cart-close{width:42px;height:42px;border:0;border-radius:50%;background:#f4f6f8;color:#111827;display:grid;place-items:center;cursor:pointer;transition:.2s}.cs-cart-close:hover{background:#e9eef4;transform:rotate(5deg)}.cs-cart-body{flex:1;overflow:auto;padding:22px 24px 8px}.cs-cart-empty{height:100%;min-height:360px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:30px}.cs-cart-empty-icon{width:72px;height:72px;border-radius:24px;background:#f2f7ff;display:grid;place-items:center;margin-bottom:18px;color:#0875e1}.cs-cart-empty h3{margin:0 0 8px;font-size:21px}.cs-cart-empty p{margin:0 0 22px;color:#667085;font-size:14px;max-width:300px}.cs-cart-shop{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 22px;border-radius:14px;background:#0b6fe8;color:#fff!important;text-decoration:none;font-weight:750}.cs-cart-line{display:grid;grid-template-columns:94px 1fr;gap:16px;padding:0 0 22px;margin-bottom:22px;border-bottom:1px solid #eef1f5}.cs-cart-img{width:94px;height:94px;border-radius:18px;background:#f4f6f8;overflow:hidden;border:1px solid #e8edf2}.cs-cart-img img{width:100%;height:100%;object-fit:cover;display:block}.cs-cart-info{min-width:0}.cs-cart-title{font-size:15px;line-height:1.35;font-weight:760;margin:1px 0 5px}.cs-cart-variant{font-size:12px;color:#7b8493;margin-bottom:10px}.cs-cart-prices{display:flex;align-items:baseline;gap:8px;flex-wrap:wrap;margin-bottom:12px}.cs-cart-sale{font-size:17px;font-weight:850;color:#0b6fe8}.cs-cart-old{font-size:12px;color:#98a2b3;text-decoration:line-through}.cs-cart-save{font-size:11px;font-weight:750;color:#087a55;background:#ecfdf3;padding:4px 7px;border-radius:999px}.cs-cart-controls{display:flex;align-items:center;justify-content:space-between;gap:10px}.cs-cart-qty{height:38px;display:inline-flex;align-items:center;border:1px solid #d9e0e8;border-radius:12px;overflow:hidden;background:#fff}.cs-cart-qty button{width:36px;height:36px;border:0;background:transparent;cursor:pointer;font-size:19px;color:#344054}.cs-cart-qty span{min-width:31px;text-align:center;font-weight:760;font-size:13px}.cs-cart-remove{border:0;background:transparent;color:#8a94a3;font-size:12px;text-decoration:underline;cursor:pointer;padding:8px 0}.cs-cart-footer{padding:18px 24px max(22px,env(safe-area-inset-bottom));border-top:1px solid #e9edf3;background:rgba(255,255,255,.97);box-shadow:0 -14px 34px rgba(15,23,42,.045)}.cs-cart-promo{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:13px 14px;border-radius:15px;background:linear-gradient(135deg,#f0f7ff,#f7fbff);border:1px solid #d8eaff;margin-bottom:14px}.cs-cart-promo-main{display:flex;gap:10px;align-items:center;min-width:0}.cs-cart-promo-icon{width:34px;height:34px;border-radius:11px;background:#0b6fe8;color:#fff;display:grid;place-items:center;font-weight:900}.cs-cart-promo strong{display:block;font-size:13px}.cs-cart-promo span{display:block;font-size:11px;color:#667085;margin-top:2px}.cs-cart-copy{border:0;background:#fff;color:#075fbd;border-radius:10px;padding:8px 10px;font-size:11px;font-weight:800;cursor:pointer;box-shadow:0 1px 4px rgba(16,24,40,.08)}.cs-cart-summary{display:grid;gap:7px;margin-bottom:14px}.cs-cart-row{display:flex;align-items:center;justify-content:space-between;font-size:13px;color:#667085}.cs-cart-row strong{color:#101828}.cs-cart-total{display:flex;align-items:flex-end;justify-content:space-between;border-top:1px solid #edf0f4;padding-top:12px;margin-top:4px}.cs-cart-total span{font-size:14px;font-weight:700;color:#344054}.cs-cart-total strong{font-size:25px;line-height:1;font-weight:900;letter-spacing:-.035em}.cs-cart-saving{font-size:11px;color:#087a55;font-weight:750;text-align:right;margin-top:5px}.cs-cart-checkout{width:100%;height:56px;border:0;border-radius:16px;background:#0b6fe8;color:#fff;font-size:15px;font-weight:850;letter-spacing:-.01em;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:9px;box-shadow:0 12px 28px rgba(11,111,232,.24);transition:.2s;text-decoration:none!important}.cs-cart-checkout:hover{background:#065fc9;transform:translateY(-1px);box-shadow:0 15px 32px rgba(11,111,232,.28)}.cs-cart-trust{display:flex;align-items:center;justify-content:center;gap:7px;margin-top:11px;color:#7b8493;font-size:11px}.cs-cart-loading{opacity:.55;pointer-events:none}.cs-cart-note{font-size:11px;color:#98a2b3;text-align:center;margin:8px 0 0}.cs-cart-announcer{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0)}@media(max-width:640px){.cs-cart-panel{width:100%;border-radius:0}.cs-cart-top{padding:18px 18px 14px}.cs-cart-body{padding:18px 18px 6px}.cs-cart-footer{padding:14px 18px max(17px,env(safe-area-inset-bottom))}.cs-cart-line{grid-template-columns:82px 1fr;gap:13px}.cs-cart-img{width:82px;height:82px}.cs-cart-heading h2{font-size:20px}.cs-cart-total strong{font-size:23px}}@media(prefers-reduced-motion:reduce){.cs-cart-overlay,.cs-cart-panel,.cs-cart-checkout,.cs-cart-close{transition:none!important}}