/* Elite Mall Quick Cart R1 — mall-wide shopping overlay, file-only successor. */
body.mall-quick-cart-open{overflow:hidden}
[data-mall-cart-count][hidden]{display:none!important}
.mall-quick-cart-card-button{width:38px;height:38px;display:grid;place-items:center;flex:0 0 auto;padding:0;border:1px solid #dedfd9;border-radius:11px;background:#fff;color:#171815;box-shadow:0 6px 18px rgba(25,25,25,.08);cursor:pointer;transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease}
.mall-quick-cart-card-button:hover,.mall-quick-cart-card-button:focus-visible{transform:translateY(-1px);border-color:#f59e0b;box-shadow:0 8px 22px rgba(25,25,25,.12);outline:none}
.mall-quick-cart-card-button svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.mall-quick-cart-card-button.is-options{color:#6d6258}
.mall-quick-cart-add-form{margin:0;display:block;flex:0 0 auto}
.h4-product__buy-row{display:flex;align-items:flex-end;justify-content:space-between;gap:8px;padding:0 11px 9px}
.h4-product__price-stack{min-width:0;display:block}.h4-product__price-link{color:inherit;text-decoration:none;border-radius:7px}.h4-product__price-link:focus-visible{outline:2px solid #e69711;outline-offset:2px}.h4-product__price-stack .h4-product__price{margin-top:0}.h4-product__price-stack del{display:block;margin-top:2px;color:#96887e;font-size:9px}
.h4-product__buy-row .mall-quick-cart-card-button{width:35px;height:35px;border-color:#eadfd5;color:#6b4c34}
.emx-product-buy-row{display:flex;align-items:flex-end;justify-content:space-between;gap:8px;padding:0 10px 10px}.emx-product-price-link{min-width:0;color:inherit;text-decoration:none;border-radius:7px}.emx-product-price-link:focus-visible{outline:2px solid #f5a000;outline-offset:2px}.emx-product-buy-row .emx-price-row{min-width:0;margin:0}.emx-product-buy-row .mall-quick-cart-card-button{width:35px;height:35px;border-color:#e5e8ec;color:#3d4650}
.mall-quick-cart-backdrop{position:fixed;z-index:1100;inset:0;background:rgba(15,18,20,.34);backdrop-filter:blur(1px)}
.mall-quick-cart-backdrop[hidden]{display:none}
.mall-quick-cart{position:fixed;z-index:1101;top:0;right:0;width:min(430px,92vw);height:100vh;height:100dvh;display:flex;flex-direction:column;border-left:1px solid #dedfd9;background:#f7f7f4;box-shadow:-18px 0 55px rgba(0,0,0,.18);transform:translateX(102%);visibility:hidden;transition:transform .22s ease,visibility 0s linear .22s}
.mall-quick-cart.is-open{transform:translateX(0);visibility:visible;transition:transform .22s ease,visibility 0s}
.mall-quick-cart-head{min-height:70px;display:flex;align-items:center;justify-content:space-between;gap:14px;padding:16px 18px 13px;border-bottom:1px solid #dedfd9;background:#fff}
.mall-quick-cart-head div{display:grid}.mall-quick-cart-head small{color:#a64f00;font-size:9px;font-weight:900;letter-spacing:.12em}.mall-quick-cart-head strong{margin-top:2px;font-size:20px;line-height:1.1}
.mall-quick-cart-head button{width:38px;height:38px;display:grid;place-items:center;border:1px solid #dedfd9;border-radius:11px;background:#fff;color:#171815;cursor:pointer}.mall-quick-cart-head button svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round}
.mall-quick-cart-body{flex:1;min-height:0;overflow:auto;padding:14px 14px 22px}
.mall-quick-cart-loading,.mall-quick-cart-empty{min-height:180px;display:grid;place-items:center;align-content:center;gap:7px;padding:24px;text-align:center;color:#72756f}.mall-quick-cart-empty>span{width:46px;height:46px;display:grid;place-items:center;border:1px solid #dedfd9;border-radius:14px;background:#fff}.mall-quick-cart-empty svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.8}.mall-quick-cart-empty strong{color:#171815}.mall-quick-cart-empty p{max-width:260px;margin:0;font-size:11px}
.mall-quick-cart-notice{margin-bottom:10px;padding:10px 11px;border-radius:10px;font-size:11px;font-weight:750}.mall-quick-cart-notice.is-success{border:1px solid #b9dfc7;background:#effaf2;color:#215d36}.mall-quick-cart-notice.is-error{border:1px solid #e9bcbc;background:#fff1f1;color:#8d2929}
.mall-quick-cart-items{display:grid;gap:9px}.mall-quick-cart-item{display:grid;grid-template-columns:72px minmax(0,1fr) auto;gap:10px;padding:10px;border:1px solid #dedfd9;border-radius:14px;background:#fff}.mall-quick-cart-item.is-unavailable{border-color:#e6bbbb;background:#fffafa}
.mall-quick-cart-media{width:72px;height:84px;display:grid;place-items:center;overflow:hidden;border-radius:10px;background:#f4f4f1}.mall-quick-cart-media img{width:100%;height:100%;object-fit:contain}
.mall-quick-cart-copy{min-width:0;display:flex;flex-direction:column;align-items:flex-start}.mall-quick-cart-copy>small{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#777b75;font-size:8px;font-weight:850;text-transform:uppercase;letter-spacing:.04em}.mall-quick-cart-name{max-width:100%;margin-top:2px;display:-webkit-box;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#171815;font-size:11px;font-weight:850;line-height:1.35;text-decoration:none}.mall-quick-cart-variant{margin-top:3px;color:#737871;font-size:8px}.mall-quick-cart-copy>strong{margin-top:4px;font-size:11px}.mall-quick-cart-warning{margin:4px 0 0;color:#a13838;font-size:8px}
.mall-quick-cart-line-actions{display:flex;align-items:center;gap:8px;margin-top:7px}.mall-quick-cart-qty{display:flex;align-items:center;height:29px;border:1px solid #dedfd9;border-radius:8px;overflow:hidden}.mall-quick-cart-qty>button[data-mall-quick-cart-step]{width:27px;height:29px;border:0;background:#f7f7f4;color:#171815;font-weight:900;cursor:pointer}.mall-quick-cart-qty>button[data-mall-quick-cart-step]:disabled{opacity:.35;cursor:not-allowed}.mall-quick-cart-qty input{width:34px;height:29px;padding:0;border:0;border-inline:1px solid #dedfd9;background:#fff;text-align:center;font-size:11px;font-weight:850;appearance:textfield;-moz-appearance:textfield}.mall-quick-cart-qty input::-webkit-outer-spin-button,.mall-quick-cart-qty input::-webkit-inner-spin-button{margin:0;-webkit-appearance:none}.mall-quick-cart-update{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.mall-quick-cart-remove{border:0;background:transparent;color:#a53b3b;padding:4px 0;font-size:9px;font-weight:850;cursor:pointer}.mall-quick-cart-remove:hover{text-decoration:underline}.mall-quick-cart-line-total{align-self:start;white-space:nowrap;font-size:10px}
.mall-quick-cart-summary{display:grid;grid-template-columns:1fr auto;gap:7px 16px;margin-top:12px;padding:14px;border:1px solid #dedfd9;border-radius:14px;background:#fff}.mall-quick-cart-summary>div{display:contents}.mall-quick-cart-summary span{color:#72756f}.mall-quick-cart-summary strong{text-align:right}.mall-quick-cart-summary small{grid-column:1/-1;padding-top:3px;color:#72756f;font-size:10px}
.mall-quick-cart-actions{position:sticky;bottom:-1px;display:grid;grid-template-columns:1fr 1fr;gap:9px;margin:12px -1px -2px;padding:12px 1px 2px;background:linear-gradient(to bottom,rgba(247,247,244,0),#f7f7f4 14px,#f7f7f4 100%)}.mall-quick-cart-actions>a,.mall-quick-cart-actions>span{min-height:44px;display:grid;place-items:center;padding:0 12px;border-radius:11px;font-size:11px;font-weight:900;text-align:center;text-decoration:none}.mall-quick-cart-secondary{border:1px solid #dedfd9;background:#fff;color:#171815}.mall-quick-cart-primary{border:1px solid #f59e0b;background:#f59e0b;color:#fff}.mall-quick-cart-primary.is-disabled{opacity:.48;cursor:not-allowed}
@media(max-width:600px){.mall-quick-cart{width:66.6667vw}.mall-quick-cart-head{min-height:62px;padding:13px 11px 10px}.mall-quick-cart-head strong{font-size:16px}.mall-quick-cart-head button{width:34px;height:34px}.mall-quick-cart-body{padding:10px 8px calc(76px + env(safe-area-inset-bottom))}.mall-quick-cart-item{grid-template-columns:54px minmax(0,1fr);gap:7px;padding:7px}.mall-quick-cart-media{width:54px;height:66px}.mall-quick-cart-line-total{grid-column:2;justify-self:end;margin-top:-2px}.mall-quick-cart-actions{grid-template-columns:1fr}.h4-product__buy-row{padding:0 8px 8px}.h4-product__buy-row .mall-quick-cart-card-button,.emx-product-buy-row .mall-quick-cart-card-button{width:32px;height:32px;border-radius:9px}.mall-quick-cart-card-button svg{width:17px;height:17px}.emx-product-buy-row{padding:0 8px 8px}}
@media(max-width:360px){.mall-quick-cart-copy>small{display:none}.mall-quick-cart-name{font-size:9px}.mall-quick-cart-media{width:48px;height:58px}.mall-quick-cart-item{grid-template-columns:48px minmax(0,1fr)}.mall-quick-cart-line-actions{align-items:flex-start;flex-direction:column;gap:3px}.mall-quick-cart-remove{padding-left:2px}.mall-quick-cart-qty input{width:26px}.mall-quick-cart-qty>button[data-mall-quick-cart-step]{width:23px}}
@media(prefers-reduced-motion:reduce){.mall-quick-cart,.mall-quick-cart-card-button{transition:none}}
