.CartDrawer-module__wN0dRW__backdrop{z-index:998;opacity:0;pointer-events:none;background:#00000059;transition:opacity .3s;position:fixed;inset:0}.CartDrawer-module__wN0dRW__backdropVisible{opacity:1;pointer-events:auto}.CartDrawer-module__wN0dRW__drawer{background:var(--color-background);z-index:999;flex-direction:column;width:400px;max-width:100vw;transition:transform .3s;display:flex;position:fixed;top:0;bottom:0;right:0;transform:translate(100%);box-shadow:-4px 0 24px #0000001a}.CartDrawer-module__wN0dRW__drawerOpen{transform:translate(0)}.CartDrawer-module__wN0dRW__header{padding:var(--space-lg);border-bottom:1px solid var(--color-border);flex-shrink:0;justify-content:space-between;align-items:center;display:flex}.CartDrawer-module__wN0dRW__title{font-family:var(--font-heading);font-size:var(--size-lg);letter-spacing:.02em;font-weight:400}.CartDrawer-module__wN0dRW__closeBtn{width:36px;height:36px;color:var(--color-foreground);cursor:pointer;border-radius:var(--radius-sm);background:0 0;border:none;justify-content:center;align-items:center;transition:background .15s;display:flex}.CartDrawer-module__wN0dRW__closeBtn:hover{background:#0000000d}.CartDrawer-module__wN0dRW__empty{justify-content:center;align-items:center;gap:var(--space-md);padding:var(--space-2xl);flex-direction:column;flex:1;display:flex}.CartDrawer-module__wN0dRW__emptyText{font-family:var(--font-secondary);font-size:var(--size-sm);color:var(--color-muted);letter-spacing:.04em}.CartDrawer-module__wN0dRW__emptyLink{font-family:var(--font-secondary);font-size:var(--size-xs);letter-spacing:.14em;text-transform:uppercase;color:var(--color-foreground);border-bottom:1px solid var(--color-foreground);padding-bottom:2px;transition:opacity .15s}.CartDrawer-module__wN0dRW__emptyLink:hover{opacity:.7}.CartDrawer-module__wN0dRW__itemList{flex:1;padding:0;list-style:none;overflow-y:auto}.CartDrawer-module__wN0dRW__item{gap:var(--space-md);padding:var(--space-lg);border-bottom:1px solid var(--color-border);display:flex}.CartDrawer-module__wN0dRW__itemImage{border-radius:var(--radius-sm);background:#f5f5f3;flex-shrink:0;width:72px;height:72px;overflow:hidden}.CartDrawer-module__wN0dRW__itemImage img{object-fit:cover;width:100%;height:100%}.CartDrawer-module__wN0dRW__itemDetails{flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}.CartDrawer-module__wN0dRW__itemTitle{font-family:var(--font-secondary);font-size:var(--size-sm);color:var(--color-foreground);white-space:nowrap;text-overflow:ellipsis;transition:opacity .15s;overflow:hidden}.CartDrawer-module__wN0dRW__itemTitle:hover{opacity:.7}.CartDrawer-module__wN0dRW__itemPrice{font-family:var(--font-secondary);font-size:var(--size-xs);color:var(--color-muted)}.CartDrawer-module__wN0dRW__itemActions{justify-content:space-between;align-items:center;margin-top:4px;display:flex}.CartDrawer-module__wN0dRW__qty{border:1px solid var(--color-border);border-radius:var(--radius-sm);align-items:center;display:flex;overflow:hidden}.CartDrawer-module__wN0dRW__qtyBtn{width:28px;height:28px;color:var(--color-foreground);cursor:pointer;font-size:14px;font-family:var(--font-secondary);background:0 0;border:none;justify-content:center;align-items:center;transition:background .15s;display:flex}.CartDrawer-module__wN0dRW__qtyBtn:hover{background:#0000000a}.CartDrawer-module__wN0dRW__qtyBtn:disabled{color:var(--color-muted);cursor:default}.CartDrawer-module__wN0dRW__qtyValue{text-align:center;width:28px;font-family:var(--font-secondary);font-size:var(--size-xs);color:var(--color-foreground)}.CartDrawer-module__wN0dRW__removeBtn{width:28px;height:28px;color:var(--color-muted);cursor:pointer;border-radius:var(--radius-sm);background:0 0;border:none;justify-content:center;align-items:center;transition:color .15s,background .15s;display:flex}.CartDrawer-module__wN0dRW__removeBtn:hover{color:#c0392b;background:#c0392b0f}.CartDrawer-module__wN0dRW__itemSubtotal{font-family:var(--font-secondary);font-size:var(--size-xs);color:var(--color-foreground);text-align:right;margin-top:2px}.CartDrawer-module__wN0dRW__footer{padding:var(--space-lg);border-top:1px solid var(--color-border);gap:var(--space-md);flex-direction:column;flex-shrink:0;display:flex}.CartDrawer-module__wN0dRW__totalRow{justify-content:space-between;align-items:center;display:flex}.CartDrawer-module__wN0dRW__totalLabel{font-family:var(--font-secondary);font-size:var(--size-sm);letter-spacing:.08em;text-transform:uppercase;color:var(--color-foreground)}.CartDrawer-module__wN0dRW__totalValue{font-family:var(--font-heading);font-size:var(--size-lg);color:var(--color-foreground)}.CartDrawer-module__wN0dRW__checkoutBtn{background:var(--color-foreground);height:48px;color:var(--color-background);border-radius:var(--radius-sm);font-family:var(--font-secondary);font-size:var(--size-xs);letter-spacing:.16em;text-transform:uppercase;cursor:pointer;border:none;justify-content:center;align-items:center;text-decoration:none;transition:background .2s;display:flex}.CartDrawer-module__wN0dRW__checkoutBtn:hover{background:#333330}@media (max-width:440px){.CartDrawer-module__wN0dRW__drawer{width:100vw}}
.SearchModal-module__b1D-bq__backdrop{z-index:1000;background:#0006;position:fixed;inset:0}.SearchModal-module__b1D-bq__modal{background:var(--color-bg,#fff);z-index:1001;border-radius:12px;flex-direction:column;width:min(90vw,480px);max-height:70vh;display:flex;position:fixed;top:20%;left:50%;transform:translate(-50%);box-shadow:0 20px 40px #00000026}.SearchModal-module__b1D-bq__header{border-bottom:1px solid var(--color-border,#eee);align-items:center;gap:8px;padding:16px;display:flex}.SearchModal-module__b1D-bq__input{border:1px solid var(--color-border,#ddd);border-radius:8px;outline:none;flex:1;padding:12px 16px;font-size:16px}.SearchModal-module__b1D-bq__input:focus{border-color:#8ca5ad;box-shadow:0 0 0 2px #8ca5ad33}.SearchModal-module__b1D-bq__close{cursor:pointer;color:#666;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;width:40px;height:40px;font-size:24px;line-height:1;display:flex}.SearchModal-module__b1D-bq__close:hover{color:#222;background:#0000000f}.SearchModal-module__b1D-bq__results{flex:1;min-height:120px;padding:8px;overflow-y:auto}.SearchModal-module__b1D-bq__loading,.SearchModal-module__b1D-bq__empty{text-align:center;color:#888;padding:24px 16px;font-size:14px}.SearchModal-module__b1D-bq__list{margin:0;padding:0;list-style:none}.SearchModal-module__b1D-bq__item{color:inherit;border-radius:8px;align-items:center;gap:12px;padding:10px 12px;text-decoration:none;transition:background .15s;display:flex}.SearchModal-module__b1D-bq__item:hover{background:#0000000a}.SearchModal-module__b1D-bq__thumb{object-fit:cover;border-radius:6px;width:48px;height:48px}.SearchModal-module__b1D-bq__thumbPlaceholder{background:#eee;border-radius:6px;flex-shrink:0;width:48px;height:48px}.SearchModal-module__b1D-bq__itemTitle{font-size:14px;line-height:1.3}
