html.lx-cart-open{overflow:hidden}.lx-cart,.lx-cart *{box-sizing:border-box}.lx-cart[hidden],.lx-cart [hidden]{display:none!important}.lx-cart{position:fixed;inset:0 0 0 auto;margin:0;padding:0;border:1px solid #ddd;width:400px;max-width:calc(100vw - 30px);height:100dvh;max-height:100dvh;color:#000;background:#fff;font:14px/1.3 Poppins,Arial,sans-serif;letter-spacing:.3px;overflow:hidden}.lx-cart[open]{display:flex;flex-direction:column}.lx-cart::backdrop{background:#0008}.lx-cart button{cursor:pointer;color:inherit}.lx-cart button:disabled{opacity:.5;cursor:wait}.lx-cart :focus-visible{outline:2px solid #177ab5;outline-offset:2px}.lx-cart-head{position:relative;display:flex;align-items:center;justify-content:space-between;min-height:68px;padding:15px;background:white}.lx-cart-head h2{font:400 30px/36px Archivo,Arial,sans-serif;margin:0;letter-spacing:.9px}.lx-cart-head [data-lx-close]{display:grid;place-items:center;width:40px;height:40px;padding:9px;border:0;background:none;margin:-4px -1px -4px 4px}.lx-cart-head svg{width:24px;height:24px;stroke:currentColor;stroke-width:1.1;fill:none}.lx-cart-demo{text-align:center;background:#000;color:white;padding:12px 5px;flex-shrink:0}.lx-cart-demo strong{font-size:14px;letter-spacing:.4px}.lx-cart-demo small{display:block;font-size:10px;font-weight:400;line-height:1.3;margin-top:4px}.lx-cart-scroll{overflow:auto;flex:1;padding:20px 14px}.lx-cart-item{display:grid;grid-template-columns:75px minmax(0,1fr) 17px;gap:4px 10px;margin-bottom:20px}.lx-cart-item>img{width:75px;height:auto;max-height:100px;object-fit:contain;grid-row:span 2}.lx-cart-item a{font-family:Archivo,Arial,sans-serif;font-size:17.25px;line-height:21.23px;letter-spacing:.45px;color:#000;text-decoration:none;display:block}.lx-cart-unit{font-size:13px;margin-top:3px}.lx-cart s{font-size:12px;color:#777;font-weight:400;margin-right:5px}.lx-cart-discount{display:table;font-size:9px;font-weight:700;background:#eee;border-radius:3px;letter-spacing:.3px;padding:1px 4px;margin:3px 0}.lx-cart-variant{font-size:13px;margin-top:3px}.lx-cart-remove{border:0;background:none;padding:0;align-self:start;width:17px;height:22px}.lx-cart-remove svg{width:14px;height:16px;stroke:currentColor;fill:none;stroke-width:1}.lx-cart-line-bottom{display:flex;align-items:center;justify-content:space-between;gap:7px;grid-column:2/4}.lx-cart-quantity{display:flex;border:1px solid #999;border-radius:3px;min-width:96px;width:96px;height:28px}.lx-cart-quantity button{padding:0;width:28px;border:0;background:none;font:16px Arial}.lx-cart-quantity input{min-width:0;width:38px;border:0;border-left:1px solid #ddd;border-right:1px solid #ddd;text-align:center;appearance:textfield;-moz-appearance:textfield;font:600 12px Poppins;background:white;color:black}.lx-cart-quantity input::-webkit-inner-spin-button{appearance:none}.lx-cart-line-price{font-size:14px;font-weight:700;text-align:right;white-space:nowrap}.lx-cart-upsell{display:grid;grid-template-columns:50px minmax(0,1fr) auto 40px;gap:8px;align-items:center;margin:14px 0}.lx-cart-upsell>img{width:50px;height:50px;object-fit:cover}.lx-cart-upsell h3{font:400 14px/16.8px Archivo,Arial;margin:0;letter-spacing:.3px}.lx-cart-upsell-price{align-self:start;text-align:right;font-size:13px}.lx-cart-upsell-price s{display:block!important;font-size:10px;margin:0}.lx-cart-upsell-options{display:flex;gap:4px;flex-wrap:wrap;margin-top:5px}.lx-cart-upsell-options select{font:10px/14px Poppins;min-width:0;max-width:100%;border:1px solid #ddd;border-radius:3px;background:#edf6fc;padding:2px;color:#000}.lx-cart-upsell [role=switch]{align-self:center;width:40px;height:20px;border:0;border-radius:15px;background:#ccc;padding:2px}.lx-cart-upsell [role=switch] span{display:block;width:16px;height:16px;background:white;border-radius:50%;transition:transform .15s}.lx-cart-upsell [aria-checked=true]{background:#121212}.lx-cart-upsell [aria-checked=true] span{transform:translateX(20px)}.lx-cart-foot{border-top:1px solid #ccc;padding:22px 14px 18px;flex-shrink:0}.lx-cart-total{display:flex;justify-content:space-between;gap:10px;font-size:23px;margin-bottom:16px}.lx-cart-checkout{display:block;text-align:center;background:#000;color:#fff;text-decoration:none;border-radius:6px;font-weight:700;font-size:18px;padding:14px 10px}.lx-cart-payments{display:flex;justify-content:center;flex-wrap:wrap;gap:7px;margin-top:20px}.lx-cart-payments svg{width:38px;height:24px}.lx-cart-empty{position:absolute;inset:0 14px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:30px}.lx-cart-empty h2{font:400 30px/36px Archivo,Arial;margin:0;text-align:center}.lx-cart-empty a{background:#177ab5;color:#fff;text-decoration:none;border-radius:6px;padding:13px 28px;font-size:18px;font-weight:700;white-space:nowrap}.lx-cart.is-empty .lx-cart-head{z-index:1;justify-content:flex-end}.lx-cart.is-empty .lx-cart-head h2{display:none}.lx-cart-error{font-size:12px;color:#a00000;padding:10px 15px;margin:0}.lx-cart.is-empty .lx-cart-error{position:absolute;bottom:20px;left:0;right:0}@media(max-width:749px){.lx-cart-head h2{font-size:26px;line-height:32px}.lx-cart-empty h2{font-size:26px;line-height:32px}.lx-cart-empty{gap:20px}.lx-cart-item a{font-size:16px;line-height:20px}.lx-cart-upsell{grid-template-columns:50px minmax(0,1fr) auto 40px;gap:6px}.lx-cart-line-price{font-size:14px}.lx-cart-line-price s{font-size:12px}}



@media(max-width:749px){.lx-cart-empty{transform:translateY(22px)}.lx-cart-empty a{padding-left:26px;padding-right:26px}}

