body.cart-open{overflow:hidden}.cart-backdrop{position:fixed;z-index:80;inset:0;background:rgba(3,19,40,.46);backdrop-filter:blur(2px)}.cart-backdrop[hidden]{display:none}.cart-drawer{position:fixed;z-index:90;top:0;right:0;width:min(440px,100vw);height:100dvh;background:#fff;box-shadow:-22px 0 60px rgba(2,27,56,.2);display:flex;flex-direction:column;transform:translateX(105%);visibility:hidden;transition:transform .25s ease,visibility .25s}.cart-drawer.open{transform:translateX(0);visibility:visible}.cart-header{min-height:92px;padding:21px 22px;border-bottom:1px solid #e2e9ee;display:flex;align-items:center;justify-content:space-between}.cart-header h2{margin:5px 0 0;color:#162238;font-size:24px}.close-cart{width:38px;height:38px;border:1px solid #d9e3e9;border-radius:6px;background:#fff;color:#52657a;cursor:pointer;font-size:27px;line-height:1}.close-cart:hover{border-color:#13b8e6;color:#075fc8}.cart-body{flex:1;overflow:auto;padding:17px 20px}.cart-loading,.empty-cart{min-height:220px;display:grid;place-items:center;text-align:center;color:#6d7d90}.empty-cart>div{max-width:250px}.empty-cart i{display:grid;place-items:center;width:54px;height:54px;margin:0 auto 14px;border-radius:50%;background:#eef8fc;color:#13b8e6;font-style:normal;font-size:23px}.empty-cart h3{margin:0 0 7px;color:#162238;font-size:17px}.empty-cart p{margin:0;font-size:13px;line-height:1.55}.cart-domain{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;align-items:center;padding:15px 2px;border-bottom:1px solid #edf1f4}.cart-domain:first-child{padding-top:3px}.cart-domain-info{min-width:0}.cart-domain-info b{display:block;overflow:hidden;color:#162238;font-size:14px;text-overflow:ellipsis;white-space:nowrap}.cart-domain-info span{display:block;margin-top:4px;font-size:11px}.cart-domain-side{display:flex;align-items:center;gap:9px}.cart-domain-price{color:#162238;font-size:13px;font-weight:800}.remove-domain{display:grid;place-items:center;width:31px;height:31px;border:1px solid #dce5eb;border-radius:6px;background:#fff;color:#718195;cursor:pointer}.remove-domain:hover{border-color:#efc7cd;background:#fff6f7;color:#b63e50}.remove-domain svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:1.8}.cart-footer{padding:18px 20px 21px;border-top:1px solid #e2e9ee;background:#f8fafb}.cart-note{display:flex;align-items:flex-start;gap:9px;margin-bottom:14px;color:#65768a;font-size:11px;line-height:1.45}.cart-note i{display:grid;place-items:center;flex:0 0 19px;width:19px;height:19px;border-radius:50%;background:#dcf6e9;color:#15955a;font-style:normal}.checkout-button{height:48px;padding:0 18px;border-radius:6px;background:#061938;color:#fff;text-decoration:none;display:flex;align-items:center;justify-content:space-between;font-size:13px;font-weight:800}.checkout-button:hover{background:#075fc8;color:#fff}.continue-button{width:100%;height:39px;margin-top:8px;border:0;background:transparent;color:#53667c;cursor:pointer;font-size:12px;font-weight:700}.continue-button:hover{color:#075fc8}.cart-error{padding:13px;border:1px solid #f0d4d8;border-radius:6px;background:#fff5f6;color:#9b4050;font-size:12px}@media(max-width:520px){.cart-header{min-height:78px;padding:17px 16px}.cart-body{padding:15px}.cart-footer{padding:15px}.cart-domain-side{gap:6px}.cart-domain-price{font-size:12px}}
