.product-price{margin-top:20px;display:flex;flex-direction:column;gap:4px}.product-price del{font-size:14px;color:#737589}.product-price strong{font-size:28px;letter-spacing:-.04em;color:#18213e}.product-saving{font-size:12px;color:#514998;margin-top:3px}.add-to-cart{margin-top:18px;width:100%;border:0;border-radius:10px;background:var(--shop-primary,oklch(55% .11 168));color:var(--shop-primary-fg);min-height:48px;font:600 14px inherit;cursor:pointer;transition:background .2s}.add-to-cart:hover{background:color-mix(in oklch,var(--shop-primary),black 12%)}.add-to-cart:focus-visible,.cart-dialog button:focus-visible{outline:3px solid #aaa0ed;outline-offset:3px}#cart-count{position:absolute;right:-2px;top:-2px;background:#514998;color:#fff;font-size:10px;min-width:18px;height:18px;border-radius:20px;line-height:18px;text-align:center;padding:0 3px}.cart-is-open{overflow:hidden}.cart-dialog{position:fixed;inset:0;margin:auto;padding:0;width:min(600px,calc(100vw - 32px));max-height:calc(100dvh - 32px);border:0;border-radius:20px;background:#fff;color:#18213e;box-shadow:0 24px 90px #10152a40;overflow:auto}.cart-dialog::backdrop{background:#11182c99;backdrop-filter:blur(4px)}.cart-heading{position:sticky;top:0;background:#fff;z-index:1;padding:24px 26px 18px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #eeeef4}.cart-heading h2{font-size:23px;font-weight:700;margin:0;letter-spacing:-.03em}.cart-heading p{font-size:13px;color:#77788b;margin:5px 0 0}.cart-close{border:0;background:#f2f1f8;border-radius:50%;width:40px;height:40px;font-size:25px;cursor:pointer}.cart-items{padding:0 26px}.cart-item{display:flex;gap:14px;padding:22px 0;border-bottom:1px solid #eeeef4;align-items:flex-start}.cart-item>img{border-radius:10px;width:84px;height:84px;object-fit:cover}.cart-item-info{flex:1;min-width:0}.cart-item h3{font-size:15px;font-weight:600;margin:0 0 5px}.cart-item p{font-size:13px;margin:0}.cart-item small{font-size:11px;color:#77788b}.cart-item-controls{display:flex;align-items:center;gap:14px;margin-top:12px}.quantity{display:flex;align-items:center;border:1px solid #ddddE9;border-radius:7px;overflow:hidden}.quantity button{border:0;background:#f7f6fb;width:32px;height:32px;font-size:18px;cursor:pointer}.quantity button:disabled{opacity:.4;cursor:default}.quantity span{width:28px;text-align:center;font-size:13px}.cart-remove{border:0;background:transparent;color:#77788b;text-decoration:underline;font-size:11px;cursor:pointer}.item-total{font-size:13px;white-space:nowrap}.cart-summary{padding:22px 26px 8px}.cart-row{display:flex;justify-content:space-between;gap:12px;font-size:14px;margin-bottom:12px}.cart-discount{color:#514998}.cart-total{border-top:1px solid #eeeef4;padding-top:16px;margin-top:18px;font-size:21px;font-weight:700}.cart-shipping{font-size:12px;color:#77788b;margin:4px 0 16px}.checkout-notice{background:#f5f3fb;border:1px solid #e6e1f3;border-radius:10px;padding:14px;font-size:13px;line-height:1.6}.checkout-notice strong{display:block;color:#514998}.cart-actions{padding:12px 26px 24px}.cart-continue{border:1px solid #d8d4e8;background:white;color:#514998;border-radius:10px;min-height:46px;width:100%;font-weight:600;cursor:pointer}.cart-continue:hover{background:#f5f3fb}.cart-empty{text-align:center;padding:40px 10px}.cart-empty>span{font-size:32px;color:#635bb3}.cart-empty h3{font-size:19px;font-weight:600;margin:12px 0}.cart-empty p{font-size:14px;color:#77788b}.cart-sr-only{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}@media(max-width:480px){.cart-dialog{width:calc(100vw - 20px);max-height:calc(100dvh - 20px);border-radius:16px}.cart-heading,.cart-summary,.cart-actions{padding-left:18px;padding-right:18px}.cart-items{padding:0 18px}.cart-item{gap:10px;flex-wrap:wrap}.cart-item>img{width:68px;height:68px}.item-total{margin-left:78px;margin-top:-4px}.cart-item-controls{gap:10px}.cart-heading h2{font-size:21px}}
.quantity{flex-shrink:0}.quantity button{flex:0 0 32px}.quantity span{flex:0 0 28px}.cart-item-controls{flex-wrap:wrap}@media(max-width:480px){.cart-item{display:grid;grid-template-columns:68px minmax(0,1fr)}.item-total{grid-column:2;margin:0}.cart-item-info{min-width:0}.cart-item h3{font-size:15px}}

.cart-checkout{display:flex;align-items:center;justify-content:center;background:var(--shop-primary,oklch(55% .11 168));color:#fff;min-height:48px;border-radius:10px;font-size:15px;font-weight:650;text-decoration:none;margin-bottom:12px}.cart-checkout:hover{filter:brightness(.95)}.cart-checkout[hidden],.cart-toast[hidden]{display:none}.cart-checkout:focus-visible,.cart-toast button:focus-visible{outline:3px solid #aaa0ed;outline-offset:3px}.cart-toast{position:fixed;top:100px;right:24px;z-index:45;display:flex;align-items:flex-start;gap:12px;width:min(430px,calc(100vw - 32px));padding:17px 18px;border:1px solid #bce8c9;border-radius:14px;background:#f0fcf3;color:#25713b;box-shadow:0 8px 30px #10251a1a}.cart-toast-icon{display:grid;place-items:center;flex-shrink:0;width:22px;height:22px;border-radius:50%;background:#398b4c;color:#fff;font-size:13px;margin-top:1px}.cart-toast>div{flex:1}.cart-toast p{font-size:14px;font-weight:600;line-height:1.5;margin:0}.cart-toast button{cursor:pointer;border:0;background:transparent;color:inherit}.cart-toast #cart-toast-open{font-size:12px;text-decoration:underline;text-underline-offset:3px;margin-top:6px;padding:0}.cart-toast #cart-toast-close{font-size:22px;line-height:1;padding:0 3px}@media(max-width:600px){.cart-toast{top:100px;left:16px;right:16px;padding:14px;gap:10px}.cart-toast p{font-size:13px}}
