/* Wild Magic Tea store update: additive styles only */
.cart-link{white-space:nowrap}.cart-count{display:inline-grid;place-items:center;min-width:20px;height:20px;padding:0 5px;margin-left:4px;border-radius:999px;background:#ef7046;color:#fff;font-size:12px;line-height:1}.wmt-add-to-cart,.checkout-button{display:inline-block;border:0;border-radius:999px;padding:12px 22px;background:#173a2b;color:#fff;cursor:pointer;text-decoration:none;font:inherit}.wmt-add-to-cart:hover,.checkout-button:hover{filter:brightness(1.12)}.wmt-product-category{font-size:12px;letter-spacing:.12em;text-transform:uppercase;opacity:.72}.wmt-store-message{margin-top:10px;font-size:14px}.wmt-new-products{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;max-width:760px;margin:35px auto}.wmt-new-products .product{display:flex;flex-direction:column}.wmt-new-products img{width:100%;height:auto;display:block}.wmt-new-products .wmt-add-to-cart{margin-top:auto}.wmt-cart-page{max-width:1050px;margin:40px auto;padding:0 20px}.wmt-cart-layout{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(260px,.7fr);gap:30px;align-items:start}.wmt-cart-items{display:grid;gap:15px}.wmt-cart-item{display:grid;grid-template-columns:90px 1fr auto;gap:16px;align-items:center;padding:14px;border:1px solid rgba(0,0,0,.14);border-radius:14px;background:#fffaf0}.wmt-cart-item img{width:90px;height:90px;object-fit:cover;border-radius:10px}.wmt-qty{display:flex;gap:8px;align-items:center}.wmt-qty button,.wmt-remove{border:1px solid rgba(0,0,0,.18);background:#fff;border-radius:999px;padding:6px 10px;cursor:pointer}.wmt-summary{padding:22px;border:1px solid rgba(0,0,0,.14);border-radius:16px;background:#fffaf0;position:sticky;top:90px}.wmt-summary-row{display:flex;justify-content:space-between;gap:20px}.wmt-total{border-top:1px solid rgba(0,0,0,.15);padding-top:12px;font-size:1.15em;font-weight:bold}.wmt-empty,.wmt-notice{padding:18px;border-radius:12px;background:#fff1c9;border:1px solid #e4bf59}.checkout-button{width:100%;margin-top:12px}.checkout-button:disabled{opacity:.5;cursor:not-allowed}@media(max-width:760px){.wmt-new-products{grid-template-columns:1fr}.wmt-cart-layout{grid-template-columns:1fr}.wmt-summary{position:static}.wmt-cart-item{grid-template-columns:70px 1fr}.wmt-cart-item img{width:70px;height:70px}.wmt-cart-item>div:last-child{grid-column:1/-1}}
