.address-modal-module__hy6oAa__head{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:18px;display:flex}.address-modal-module__hy6oAa__mapWrap{margin:14px 0}.address-modal-module__hy6oAa__mapHint{color:var(--muted);text-align:center;margin-top:6px;font-size:12px}.address-modal-module__hy6oAa__mapPlaceholder{border:var(--border);border-radius:var(--radius);height:220px;color:var(--muted);place-items:center;gap:8px;font-size:14px;display:grid}.address-modal-module__hy6oAa__rangeMsg{color:var(--muted);text-align:center;margin-top:8px;font-size:13px}.address-modal-module__hy6oAa__rangeOk{color:var(--ok);font-weight:600}.address-modal-module__hy6oAa__outMsg{border:2px solid var(--amber);border-radius:var(--radius);background:#fff8e6;flex-direction:column;gap:10px;margin-top:12px;padding:14px;display:flex}.address-modal-module__hy6oAa__outTitle{font-family:var(--font-display);color:var(--ink);font-size:15px;font-weight:700}.address-modal-module__hy6oAa__outText{color:#5a4a10;font-size:13px;line-height:1.45}.modal input:disabled{opacity:.5;cursor:not-allowed;background:#f0f0ee}.address-modal-module__hy6oAa__close{border:var(--border);border-radius:var(--radius-s);width:38px;height:38px;color:var(--neon-red);box-shadow:var(--shadow-s);transition:transform var(--speed) var(--ease), box-shadow var(--speed) var(--ease), background var(--speed), color var(--speed);background:#ffe6eb;place-items:center;display:grid}.address-modal-module__hy6oAa__close:hover{background:var(--neon-red);color:#fff}.address-modal-module__hy6oAa__close:active{box-shadow:0 0 0 var(--ink);transform:translate(2px,2px)}.address-modal-module__hy6oAa__divider{color:var(--muted);align-items:center;gap:12px;margin:18px 0;font-size:13px;font-weight:600;display:flex}.address-modal-module__hy6oAa__divider:before,.address-modal-module__hy6oAa__divider:after{content:"";background:var(--line);flex:1;height:2px}.address-modal-module__hy6oAa__gpsText{align-items:center;gap:2px;display:inline-flex}.address-modal-module__hy6oAa__dots{gap:3px;margin-left:3px;display:inline-flex}.address-modal-module__hy6oAa__dots span{background:currentColor;border-radius:50%;width:5px;height:5px;animation:1.2s ease-in-out infinite address-modal-module__hy6oAa__dotPulse}.address-modal-module__hy6oAa__dots span:nth-child(2){animation-delay:.15s}.address-modal-module__hy6oAa__dots span:nth-child(3){animation-delay:.3s}@keyframes address-modal-module__hy6oAa__dotPulse{0%,60%,to{opacity:.3;transform:translateY(0)}30%{opacity:1;transform:translateY(-3px)}}.address-modal-module__hy6oAa__gpsFound{background:var(--neon);border-color:var(--ink);color:#000}.address-modal-module__hy6oAa__list{flex-direction:column;gap:10px;max-height:320px;margin-bottom:18px;display:flex;overflow-y:auto}.address-modal-module__hy6oAa__row{border:var(--border);border-radius:var(--radius);background:var(--paper);box-shadow:var(--shadow-s);cursor:pointer;transition:transform var(--speed) var(--ease), box-shadow var(--speed) var(--ease), border-color var(--speed), background var(--speed);align-items:center;gap:10px;padding:12px 14px;display:flex}.address-modal-module__hy6oAa__row:hover{box-shadow:3px 3px 0 var(--ink);transform:translate(-1px,-1px)}.address-modal-module__hy6oAa__rowActive{background:var(--blue-soft);border-color:var(--blue);box-shadow:3px 3px 0 var(--blue)}.address-modal-module__hy6oAa__rowActive:hover{box-shadow:4px 4px 0 var(--blue)}.address-modal-module__hy6oAa__rowMoving{pointer-events:none;cursor:wait}.address-modal-module__hy6oAa__principalTag{border:2px solid var(--ink);border-radius:var(--radius-s);background:var(--blue);color:#fff;font-family:var(--font-display);text-transform:uppercase;letter-spacing:.03em;vertical-align:middle;margin-left:8px;padding:2px 8px;font-size:10px;font-weight:700;display:inline-block}.address-modal-module__hy6oAa__rowMain{text-align:left;flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.address-modal-module__hy6oAa__rowName{font-family:var(--font-display);font-size:14.5px;font-weight:700}.address-modal-module__hy6oAa__rowAddr{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;font-size:13px;overflow:hidden}.address-modal-module__hy6oAa__editBtn,.address-modal-module__hy6oAa__delBtn{border:var(--border);border-radius:var(--radius-s);background:var(--paper);width:36px;height:36px;box-shadow:var(--shadow-s);color:var(--muted);transition:transform var(--speed) var(--ease), box-shadow var(--speed) var(--ease), color var(--speed), background var(--speed);flex-shrink:0;place-items:center;display:grid}.address-modal-module__hy6oAa__editBtn:hover{color:var(--blue);background:var(--blue-soft);box-shadow:3px 3px 0 var(--ink);transform:translate(-1px,-1px)}.address-modal-module__hy6oAa__delBtn:hover{color:var(--danger);box-shadow:3px 3px 0 var(--ink);background:#fdecea;transform:translate(-1px,-1px)}.address-modal-module__hy6oAa__editBtn:active,.address-modal-module__hy6oAa__delBtn:active{box-shadow:0 0 0 var(--ink);transform:translate(2px,2px)}.address-modal-module__hy6oAa__formActions{gap:10px;margin-top:16px;display:flex}.address-modal-module__hy6oAa__formActions .btn{flex:1;min-width:0}.address-modal-module__hy6oAa__btnOutline{background:var(--paper);color:var(--blue);border-color:var(--blue);box-shadow:3px 3px 0 var(--blue)}.address-modal-module__hy6oAa__btnOutline:hover{background:var(--blue-soft)}.address-modal-module__hy6oAa__inputRequired{border-color:var(--blue)!important;box-shadow:3px 3px 0 var(--blue)!important}
.cart-list-module__pfc_Gq__pageBody{flex-direction:column;flex:1;min-height:0;display:flex;overflow:hidden}.cart-list-module__pfc_Gq__empty{text-align:center;color:var(--muted);flex-direction:column;justify-content:center;align-items:center;gap:14px;padding:30px;display:flex}.cart-list-module__pfc_Gq__emptyDrawer{flex:1}.cart-list-module__pfc_Gq__emptyIcon{color:var(--muted)}.cart-list-module__pfc_Gq__emptySub{color:var(--muted);margin-top:-6px;font-size:13px}.cart-list-module__pfc_Gq__noDir{border:2px solid var(--amber);border-radius:var(--radius);background:#fff8e6;flex-direction:column;gap:8px;margin:12px 20px 0;padding:12px;display:flex}.cart-list-module__pfc_Gq__noDir .cart-list-module__pfc_Gq__btn{align-self:flex-start;padding:9px 14px;font-size:13.5px}.cart-list-module__pfc_Gq__noDirText{color:var(--muted);font-size:12px;line-height:1.4}.cart-list-module__pfc_Gq__listHead{justify-content:space-between;align-items:center;gap:10px;padding:10px 20px 0;display:flex}.cart-list-module__pfc_Gq__listCount{color:var(--muted);font-size:12.5px}.cart-list-module__pfc_Gq__clearBtn{color:var(--danger);cursor:pointer;transition:color var(--speed);background:0 0;border:none;align-items:center;gap:6px;padding:4px 0;font-size:12.5px;font-weight:600;display:inline-flex}.cart-list-module__pfc_Gq__clearBtn:hover{color:var(--neon-red);text-decoration:underline}.cart-list-module__pfc_Gq__list{flex-direction:column;flex:1;gap:12px;padding:14px 20px;display:flex;overflow-y:auto}.cart-list-module__pfc_Gq__item{border:var(--border);border-radius:var(--radius);background:var(--paper);box-shadow:var(--shadow-s);justify-content:space-between;align-items:center;gap:10px;padding:10px 12px;display:flex}.cart-list-module__pfc_Gq__itemLeft{flex:1;align-items:center;gap:10px;min-width:0;display:flex}.cart-list-module__pfc_Gq__itemThumb{border:var(--border);border-radius:var(--radius-s);background:var(--bg);width:44px;height:44px;color:var(--muted);flex-shrink:0;place-items:center;display:grid;overflow:hidden}.cart-list-module__pfc_Gq__itemThumb img{object-fit:cover;width:100%;height:100%}.cart-list-module__pfc_Gq__itemInfo{flex:1;min-width:0}.cart-list-module__pfc_Gq__itemName{font-family:var(--font-display);text-overflow:ellipsis;margin-bottom:3px;font-size:14px;font-weight:700;line-height:1.3;overflow:hidden}.cart-list-module__pfc_Gq__itemPrice{font-family:var(--font-display);color:var(--blue);font-size:14px;font-weight:700}.cart-list-module__pfc_Gq__itemPerUnit{font-family:var(--font-body);color:var(--muted);margin-left:3px;font-size:11.5px;font-weight:500}.cart-list-module__pfc_Gq__itemActions{flex-direction:column;flex-shrink:0;align-items:center;gap:6px;display:flex}.cart-list-module__pfc_Gq__qty{border:var(--border);border-radius:var(--radius-s);background:var(--paper);align-items:center;gap:2px;display:flex}.cart-list-module__pfc_Gq__qtyBtn{width:28px;height:28px;transition:background var(--speed), color var(--speed);place-items:center;display:grid}.cart-list-module__pfc_Gq__qtyBtn:hover{background:var(--blue-soft);color:var(--blue)}.cart-list-module__pfc_Gq__qtyVal{text-align:center;min-width:24px;font-family:var(--font-display);font-size:13.5px;font-weight:700}.cart-list-module__pfc_Gq__delBtn{border:var(--border);border-radius:var(--radius-s);width:28px;height:28px;color:var(--neon-red);box-shadow:var(--shadow-s);transition:transform var(--speed) var(--ease), box-shadow var(--speed) var(--ease), background var(--speed), color var(--speed);background:#ffe6eb;place-items:center;display:grid}.cart-list-module__pfc_Gq__delBtn:hover{background:var(--neon-red);color:#fff}.cart-list-module__pfc_Gq__delBtn:active{box-shadow:0 0 0 var(--ink);transform:translate(2px,2px)}.cart-list-module__pfc_Gq__upsell{border-top:2px dashed var(--line);padding:4px 20px 12px}.cart-list-module__pfc_Gq__upsellTitle{font-family:var(--font-display);text-transform:uppercase;letter-spacing:.04em;color:var(--muted);margin-bottom:10px;font-size:13px;font-weight:700}.cart-list-module__pfc_Gq__upsellRow{align-items:center;gap:8px;display:flex}.cart-list-module__pfc_Gq__upsellItem{border:var(--border);border-radius:var(--radius);background:var(--paper);box-shadow:var(--shadow-s);flex:1;align-items:center;gap:10px;min-width:0;padding:8px 10px;display:flex}.cart-list-module__pfc_Gq__upsellThumb{border:var(--border);border-radius:var(--radius-s);background:var(--bg);width:40px;height:40px;color:var(--muted);flex-shrink:0;place-items:center;display:grid;overflow:hidden}.cart-list-module__pfc_Gq__upsellThumb img{object-fit:cover;width:100%;height:100%}.cart-list-module__pfc_Gq__upsellInfo{flex-direction:column;flex:1;gap:1px;min-width:0;display:flex}.cart-list-module__pfc_Gq__upsellName{font-family:var(--font-display);white-space:nowrap;text-overflow:ellipsis;font-size:13.5px;font-weight:700;overflow:hidden}.cart-list-module__pfc_Gq__upsellPrice{font-family:var(--font-display);color:var(--blue);font-size:13px;font-weight:700}.cart-list-module__pfc_Gq__upsellNav{border:var(--border);border-radius:var(--radius-s);background:var(--paper);width:30px;height:30px;color:var(--ink);box-shadow:var(--shadow-s);transition:transform var(--speed) var(--ease), box-shadow var(--speed) var(--ease), background var(--speed);flex-shrink:0;place-items:center;display:grid}.cart-list-module__pfc_Gq__upsellNav:hover{background:var(--bg);box-shadow:3px 3px 0 var(--ink);transform:translate(-1px,-1px)}.cart-list-module__pfc_Gq__upsellNav:active{box-shadow:0 0 0 var(--ink);transform:translate(2px,2px)}.cart-list-module__pfc_Gq__upsellAdd{border:var(--border);border-radius:var(--radius-s);background:var(--blue);color:#fff;width:32px;height:32px;box-shadow:var(--shadow-s);transition:transform var(--speed) var(--ease), box-shadow var(--speed) var(--ease), background var(--speed);flex-shrink:0;place-items:center;display:grid}.cart-list-module__pfc_Gq__upsellAdd:hover{background:var(--blue-press);box-shadow:3px 3px 0 var(--ink);transform:translate(-1px,-1px)}.cart-list-module__pfc_Gq__upsellAdd:active{box-shadow:0 0 0 var(--ink);transform:translate(2px,2px)}.cart-list-module__pfc_Gq__footer{border-top:var(--border);padding:12px 20px calc(14px + env(safe-area-inset-bottom));flex-direction:column;gap:8px;display:flex}.cart-list-module__pfc_Gq__footerPage{padding-bottom:calc(var(--bottomnav-h) + env(safe-area-inset-bottom) + 24px)}.cart-list-module__pfc_Gq__footerRow{justify-content:space-between;align-items:center;gap:10px;display:flex}.cart-list-module__pfc_Gq__totalLabel{font-family:var(--font-display);font-size:15px;font-weight:700}.cart-list-module__pfc_Gq__total{font-family:var(--font-display);color:var(--blue);white-space:nowrap;font-size:22px;font-weight:900}.cart-list-module__pfc_Gq__footerRow .btn{flex-shrink:0;margin-left:auto}.cart-list-module__pfc_Gq__discountRow{flex-direction:column;gap:6px;display:flex}.cart-list-module__pfc_Gq__discountMsgWrap{height:18px;overflow:hidden}.cart-list-module__pfc_Gq__discountMsg{font-family:var(--font-display);font-size:12.5px;font-weight:600;line-height:18px}.cart-list-module__pfc_Gq__discountMsg strong{color:var(--blue)}.cart-list-module__pfc_Gq__discountBar{border:1.5px solid var(--ink);background:var(--bg);border-radius:999px;width:100%;height:6px;overflow:hidden}.cart-list-module__pfc_Gq__discountFill{background:var(--blue);border-radius:999px;height:100%}.cart-list-module__pfc_Gq__outMsg{border:2px solid var(--amber);border-radius:var(--radius);background:#fff8e6;flex-direction:column;gap:10px;padding:14px;display:flex}.cart-list-module__pfc_Gq__outTitle{font-family:var(--font-display);color:var(--ink);font-size:15px;font-weight:700}.cart-list-module__pfc_Gq__outText{color:#5a4a10;font-size:13px;line-height:1.45}.cart-list-module__pfc_Gq__confirmOverlay{z-index:100;background:#0d0d0f99;justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;inset:0}.cart-list-module__pfc_Gq__confirmCard{background:var(--paper);border:var(--border);border-radius:var(--radius);width:100%;max-width:350px;box-shadow:var(--shadow-l);text-align:center;padding:24px 20px 20px}.cart-list-module__pfc_Gq__confirmIcon{border:var(--border);border-radius:var(--radius-s);width:46px;height:46px;color:var(--neon-red);box-shadow:var(--shadow-s);background:#ffe6eb;place-items:center;margin:0 auto 14px;display:grid}.cart-list-module__pfc_Gq__confirmTitle{font-family:var(--font-display);color:var(--ink);margin-bottom:8px;font-size:17px;font-weight:700;line-height:1.3}.cart-list-module__pfc_Gq__confirmText{color:var(--muted);margin-bottom:20px;font-size:13.5px;line-height:1.4}.cart-list-module__pfc_Gq__confirmText strong{color:var(--ink)}.cart-list-module__pfc_Gq__confirmActions{grid-template-columns:1fr 1fr;gap:10px;display:grid}.cart-list-module__pfc_Gq__confirmCancelBtn{border:var(--border);border-radius:var(--radius-s);background:var(--paper);height:40px;color:var(--ink);font-family:var(--font-display);box-shadow:var(--shadow-s);cursor:pointer;transition:transform var(--speed) var(--ease), box-shadow var(--speed) var(--ease), background var(--speed);justify-content:center;align-items:center;padding:0 14px;font-size:14px;font-weight:700;display:inline-flex}.cart-list-module__pfc_Gq__confirmCancelBtn:hover{background:var(--bg);box-shadow:3px 3px 0 var(--ink);transform:translate(-1px,-1px)}.cart-list-module__pfc_Gq__confirmCancelBtn:active{box-shadow:0 0 0 var(--ink);transform:translate(2px,2px)}.cart-list-module__pfc_Gq__confirmDangerBtn{border:var(--border);border-radius:var(--radius-s);background:var(--neon-red);color:#fff;height:40px;font-family:var(--font-display);box-shadow:var(--shadow-s);cursor:pointer;transition:transform var(--speed) var(--ease), box-shadow var(--speed) var(--ease), background var(--speed);justify-content:center;align-items:center;padding:0 14px;font-size:14px;font-weight:700;display:inline-flex}.cart-list-module__pfc_Gq__confirmDangerBtn:hover{box-shadow:3px 3px 0 var(--ink);background:#e0002d;transform:translate(-1px,-1px)}.cart-list-module__pfc_Gq__confirmDangerBtn:active{box-shadow:0 0 0 var(--ink);transform:translate(2px,2px)}
.cart-drawer-module__4TQkbq__overlay{z-index:95;background:#0d0d0f8c;justify-content:flex-end;display:flex;position:fixed;inset:0}.cart-drawer-module__4TQkbq__drawer{background:var(--paper);border-left:var(--border);flex-direction:column;width:100%;max-width:420px;height:100%;display:flex}.cart-drawer-module__4TQkbq__head{border-bottom:var(--border);justify-content:space-between;align-items:center;gap:12px;padding:18px 20px;display:flex}.cart-drawer-module__4TQkbq__title{font-size:22px}.cart-drawer-module__4TQkbq__close{border:var(--border);border-radius:var(--radius-s);width:38px;height:38px;color:var(--neon-red);box-shadow:var(--shadow-s);transition:transform var(--speed) var(--ease), box-shadow var(--speed) var(--ease), background var(--speed), color var(--speed);background:#ffe6eb;place-items:center;display:grid}.cart-drawer-module__4TQkbq__close:hover{background:var(--neon-red);color:#fff}.cart-drawer-module__4TQkbq__close:active{box-shadow:0 0 0 var(--ink);transform:translate(2px,2px)}
.not-found-module__HS70Aa__page{min-height:calc(100vh - var(--header-h) - var(--bottomnav-h));background:var(--bg);flex-direction:column;justify-content:center;align-items:center;padding:48px 16px 64px;display:flex}.not-found-module__HS70Aa__card{background:var(--paper);border:var(--border);border-radius:var(--radius-l);width:100%;max-width:580px;box-shadow:var(--shadow-l);text-align:center;padding:44px 32px 36px;position:relative;overflow:hidden}.not-found-module__HS70Aa__cardTopBar{background:var(--blue);height:5px;position:absolute;top:0;left:0;right:0}.not-found-module__HS70Aa__badge{background:var(--blue-soft);border:var(--border);border-radius:var(--radius);color:var(--blue);font-family:var(--font-display);letter-spacing:.08em;text-transform:uppercase;align-items:center;gap:8px;margin-bottom:24px;padding:5px 14px;font-size:11px;font-weight:800;display:inline-flex}.not-found-module__HS70Aa__badgeDot{background:var(--danger);border-radius:50%;width:8px;height:8px;box-shadow:0 0 0 2px #e5352b33}.not-found-module__HS70Aa__numberRow{justify-content:center;align-items:center;gap:12px;margin-bottom:20px;display:flex}.not-found-module__HS70Aa__num{font-family:var(--font-display);letter-spacing:-.06em;color:var(--ink);-webkit-user-select:none;user-select:none;font-size:clamp(4.5rem,14vw,6.8rem);font-weight:900;line-height:.9}.not-found-module__HS70Aa__iconBox{border:var(--border);border-radius:var(--radius);width:clamp(56px,13vw,76px);height:clamp(56px,13vw,76px);box-shadow:var(--shadow-s);background:var(--blue-soft);color:var(--blue);transition:transform .2s var(--ease);justify-content:center;align-items:center;display:flex;transform:rotate(-6deg)}.not-found-module__HS70Aa__iconBox:hover{transform:rotate(4deg)scale(1.08)}.not-found-module__HS70Aa__title{font-family:var(--font-display);letter-spacing:-.02em;color:var(--ink);margin-bottom:10px;font-size:clamp(1.5rem,4vw,2.1rem);font-weight:900;line-height:1.15}.not-found-module__HS70Aa__desc{color:var(--muted);max-width:440px;margin:0 auto 28px;font-size:14.5px;line-height:1.55}.not-found-module__HS70Aa__desc strong{color:var(--ink)}.not-found-module__HS70Aa__actions{flex-wrap:wrap;justify-content:center;align-items:center;gap:12px;margin-bottom:22px;display:flex}.not-found-module__HS70Aa__btnPrimary,.not-found-module__HS70Aa__btnSecondary{border-radius:var(--radius);font-family:var(--font-display);cursor:pointer;transition:transform .12s var(--ease), box-shadow .12s var(--ease), background .12s;justify-content:center;align-items:center;gap:8px;padding:12px 20px;font-size:14px;font-weight:800;text-decoration:none;display:inline-flex}.not-found-module__HS70Aa__btnPrimary{background:var(--ink);color:#fff;border:var(--border);box-shadow:3px 3px 0 var(--blue)}.not-found-module__HS70Aa__btnPrimary:hover{box-shadow:5px 5px 0 var(--blue);transform:translate(-2px,-2px)}.not-found-module__HS70Aa__btnPrimary:active{box-shadow:1px 1px 0 var(--blue);transform:translate(2px,2px)}.not-found-module__HS70Aa__btnSecondary{background:var(--paper);color:var(--ink);border:var(--border);box-shadow:var(--shadow-s)}.not-found-module__HS70Aa__btnSecondary:hover{box-shadow:4px 4px 0 var(--ink);background:var(--blue-soft);color:var(--blue);transform:translate(-2px,-2px)}.not-found-module__HS70Aa__btnSecondary:active{box-shadow:1px 1px 0 var(--ink);transform:translate(2px,2px)}.not-found-module__HS70Aa__divider{border:none;border-top:1.5px dashed var(--line);margin:22px 0 18px}.not-found-module__HS70Aa__whatsappBanner{border:1.5px solid var(--line);border-radius:var(--radius);color:var(--ink);text-align:left;transition:border-color var(--speed), background var(--speed);background:#fdfdfd;justify-content:space-between;align-items:center;gap:10px;padding:10px 14px;font-size:13px;text-decoration:none;display:flex}.not-found-module__HS70Aa__whatsappBanner:hover{background:#f0fdf4;border-color:#25d366}.not-found-module__HS70Aa__whatsappLeft{align-items:center;gap:10px;display:flex}.not-found-module__HS70Aa__whatsappIconWrap{border-radius:var(--radius);color:#fff;background:#25d366;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:inline-flex}.not-found-module__HS70Aa__whatsappText{flex-direction:column;line-height:1.25;display:flex}.not-found-module__HS70Aa__whatsappText span:first-child{color:var(--muted);font-size:11.5px;font-weight:500}.not-found-module__HS70Aa__whatsappText strong{color:#0d0d0f;font-size:13px}.not-found-module__HS70Aa__arrowRight{color:var(--muted);transition:transform var(--speed);flex-shrink:0}.not-found-module__HS70Aa__whatsappBanner:hover .not-found-module__HS70Aa__arrowRight{color:#25d366;transform:translate(3px)}.not-found-module__HS70Aa__shortcuts{flex-wrap:wrap;justify-content:center;align-items:center;gap:8px;margin-top:24px;display:flex}.not-found-module__HS70Aa__shortcutLabel{width:100%;color:var(--muted);text-transform:uppercase;letter-spacing:.05em;margin-bottom:4px;font-size:12px;font-weight:600}.not-found-module__HS70Aa__shortcutChip{border:1.5px solid var(--line);border-radius:var(--radius);color:var(--ink);transition:all var(--speed);background:#f9f9f9;align-items:center;gap:6px;padding:6px 12px;font-size:12.5px;font-weight:700;text-decoration:none;display:inline-flex}.not-found-module__HS70Aa__shortcutChip:hover{border-color:var(--ink);background:#fff;transform:translateY(-1px)}@media (max-width:640px){.not-found-module__HS70Aa__page{padding:24px 12px calc(var(--bottomnav-h) + 24px)}.not-found-module__HS70Aa__card{padding:32px 18px 24px}.not-found-module__HS70Aa__actions{flex-direction:column;gap:10px}.not-found-module__HS70Aa__btnPrimary,.not-found-module__HS70Aa__btnSecondary{width:100%}.not-found-module__HS70Aa__shortcuts{gap:6px}.not-found-module__HS70Aa__shortcutChip{padding:5px 10px;font-size:12px}}
.search-modal-module__Zg-t3G__overlay{z-index:90;background:#0d0d0f8c;justify-content:center;align-items:flex-start;padding:14vh 16px 16px;display:flex;position:fixed;inset:0}.search-modal-module__Zg-t3G__panel{background:var(--paper);border:var(--border);border-radius:var(--radius);width:100%;max-width:560px;box-shadow:var(--shadow-l);flex-direction:column;padding:10px;display:flex}.search-modal-module__Zg-t3G__searchBox{position:relative}.search-modal-module__Zg-t3G__icon{color:var(--muted);pointer-events:none;position:absolute;top:50%;left:14px;transform:translateY(-50%)}.search-modal-module__Zg-t3G__input{border:var(--border);border-radius:var(--radius);background:var(--paper);width:100%;height:48px;transition:box-shadow var(--speed), border-color var(--speed);padding:0 44px 0 42px}.search-modal-module__Zg-t3G__input:focus{border-color:var(--blue);box-shadow:3px 3px 0 var(--blue);outline:none}.search-modal-module__Zg-t3G__clear{border-radius:var(--radius-s);width:30px;height:30px;color:var(--muted);transition:color var(--speed), background var(--speed);place-items:center;display:grid;position:absolute;top:50%;right:8px;transform:translateY(-50%)}.search-modal-module__Zg-t3G__clear:hover{color:var(--ink);background:var(--bg)}.search-modal-module__Zg-t3G__sections{flex-direction:column;display:flex}.search-modal-module__Zg-t3G__collapse{grid-template-rows:0fr;transition:grid-template-rows .45s cubic-bezier(.25,.9,.3,1);display:grid}.search-modal-module__Zg-t3G__collapse.search-modal-module__Zg-t3G__expanded{grid-template-rows:1fr}.search-modal-module__Zg-t3G__collapseInner{min-height:0;overflow:hidden}.search-modal-module__Zg-t3G__collapseContent{opacity:0;transition:opacity .2s var(--ease), transform .2s var(--ease);padding:12px 4px 6px;transform:translateY(-4px)}.search-modal-module__Zg-t3G__collapse.search-modal-module__Zg-t3G__expanded .search-modal-module__Zg-t3G__collapseContent{opacity:1;transform:translateY(0)}.search-modal-module__Zg-t3G__sectionTitle{font-family:var(--font-display);text-transform:uppercase;letter-spacing:.04em;color:var(--muted);margin-bottom:8px;font-size:13px;font-weight:700}.search-modal-module__Zg-t3G__simpleList{flex-direction:column;gap:2px;list-style:none;display:flex}.search-modal-module__Zg-t3G__simpleItem{border-radius:var(--radius-s);text-align:left;width:100%;color:var(--ink);transition:background var(--speed), color var(--speed);align-items:center;gap:10px;padding:9px 10px;font-size:15px;display:flex}.search-modal-module__Zg-t3G__simpleItem:hover{background:var(--blue-soft);color:var(--blue)}.search-modal-module__Zg-t3G__thumbList{flex-direction:column;gap:4px;list-style:none;display:flex}.search-modal-module__Zg-t3G__thumbItem{border-radius:var(--radius-s);text-align:left;width:100%;transition:background var(--speed);align-items:center;gap:12px;padding:8px;display:flex}.search-modal-module__Zg-t3G__thumbItem:hover{background:var(--blue-soft)}.search-modal-module__Zg-t3G__thumb{border:var(--border);border-radius:var(--radius-s);background:var(--bg);width:52px;height:52px;color:var(--muted);flex-shrink:0;place-items:center;display:grid;overflow:hidden}.search-modal-module__Zg-t3G__thumb img{object-fit:cover;width:100%;height:100%}.search-modal-module__Zg-t3G__thumbInfo{flex-direction:column;gap:2px;min-width:0;display:flex}.search-modal-module__Zg-t3G__thumbName{font-family:var(--font-display);color:var(--ink);font-size:14.5px;font-weight:700}.search-modal-module__Zg-t3G__thumbPrice{font-family:var(--font-display);color:var(--blue);font-size:13.5px;font-weight:700}
.header-module__9iNmeq__shell{height:var(--header-h)}.header-module__9iNmeq__header{z-index:80;background:var(--bg);border-bottom:var(--border);transform-origin:top;transition:top .42s var(--ease), left .42s var(--ease), right .42s var(--ease), border-radius .42s var(--ease), background .26s ease, box-shadow .42s var(--ease), transform .42s var(--ease);position:fixed;top:0;left:0;right:0}.header-module__9iNmeq__headerScrolled{top:10px;left:max(16px, calc((100vw - var(--container)) / 2));right:max(16px, calc((100vw - var(--container)) / 2));border:var(--border);border-radius:var(--radius-l);box-shadow:var(--shadow);-webkit-backdrop-filter:blur(14px)saturate(140%);backdrop-filter:blur(14px)saturate(140%);background:#ffffffe0}.header-module__9iNmeq__header .header-module__9iNmeq__desktopRow,.header-module__9iNmeq__header .header-module__9iNmeq__mobileRows{transition:height .42s var(--ease), padding .42s var(--ease), gap .42s var(--ease)}.header-module__9iNmeq__headerScrolled .header-module__9iNmeq__desktopRow{height:60px}.header-module__9iNmeq__headerScrolled .header-module__9iNmeq__logo{width:44px;height:44px}.header-module__9iNmeq__headerScrolled .header-module__9iNmeq__name{letter-spacing:-.04em;font-size:21px}.header-module__9iNmeq__headerScrolled .header-module__9iNmeq__addressChip{gap:6px;max-width:200px;padding:7px 10px;font-size:14px}.header-module__9iNmeq__headerScrolled .header-module__9iNmeq__addressChip .header-module__9iNmeq__pinIcon{transform:scale(.88)}.header-module__9iNmeq__headerScrolled .header-module__9iNmeq__iconBtn{width:40px;height:40px}.header-module__9iNmeq__headerScrolled .header-module__9iNmeq__icons{gap:7px}.header-module__9iNmeq__desktopRow{height:var(--header-h);align-items:center;gap:16px;display:none}.header-module__9iNmeq__brand{flex-shrink:0;align-items:center;gap:10px;margin-right:8px;display:inline-flex}.header-module__9iNmeq__logo{width:58px;height:58px;transition:width .42s var(--ease), height .42s var(--ease), transform .42s var(--ease);border:var(--border);border-radius:var(--radius-s);box-shadow:var(--shadow-s);object-fit:cover;flex-shrink:0}.header-module__9iNmeq__name{font-family:var(--font-display);letter-spacing:-.02em;font-size:27px;font-weight:900;line-height:1}.header-module__9iNmeq__addressChip{border:var(--border);border-radius:var(--radius);background:var(--paper);max-width:240px;font-family:var(--font-display);box-shadow:var(--shadow-s);transition:width .42s var(--ease), max-width .42s var(--ease), padding .42s var(--ease), gap .42s var(--ease), font-size .42s var(--ease), transform var(--speed) var(--ease), box-shadow var(--speed) var(--ease);flex-shrink:1;align-items:center;gap:8px;padding:10px 14px;font-size:15.5px;font-weight:700;display:inline-flex}.header-module__9iNmeq__addressChip .header-module__9iNmeq__pinIcon{display:inline-flex;transform:translateY(-1px)}.header-module__9iNmeq__addressChip:hover{box-shadow:3px 3px 0 var(--ink);transform:translate(-1px,-1px)}.header-module__9iNmeq__addressChip:active{box-shadow:0 0 0 var(--ink);transform:translate(2px,2px)}.header-module__9iNmeq__addressText{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.header-module__9iNmeq__icons{align-items:center;gap:10px;margin-left:auto;display:flex}.header-module__9iNmeq__icons .header-module__9iNmeq__addressChip{max-width:200px}.header-module__9iNmeq__iconBtn{width:46px;height:46px;transition:width .42s var(--ease), height .42s var(--ease), transform var(--speed) var(--ease), box-shadow var(--speed) var(--ease), background var(--speed);border:var(--border);border-radius:var(--radius);background:var(--paper);box-shadow:var(--shadow-s);transition:transform var(--speed) var(--ease), box-shadow var(--speed) var(--ease), background var(--speed);place-items:center;display:grid;position:relative}.header-module__9iNmeq__iconBtn:hover{box-shadow:3px 3px 0 var(--ink);background:var(--blue-soft);transform:translate(-1px,-1px)}.header-module__9iNmeq__iconBtn:active{box-shadow:0 0 0 var(--ink);transform:translate(2px,2px)}.header-module__9iNmeq__cartBadge{border-radius:var(--radius-s);background:var(--blue);border:2px solid var(--ink);color:#fff;min-width:21px;height:21px;font-family:var(--font-display);place-items:center;padding-inline:5px;font-size:11px;font-weight:700;display:grid;position:absolute;top:-7px;right:-7px}.header-module__9iNmeq__mobileRows{height:var(--header-h);align-items:center;gap:12px;display:flex}.header-module__9iNmeq__mobileTop{display:contents}.header-module__9iNmeq__mobileTop .header-module__9iNmeq__brand{min-width:0}.header-module__9iNmeq__mobileTop .header-module__9iNmeq__name{display:none}.header-module__9iNmeq__mobileTop .header-module__9iNmeq__logo{width:46px;height:46px}.header-module__9iNmeq__mobileTop .header-module__9iNmeq__addressChip{flex:0 clamp(180px,46vw,240px);width:clamp(180px,46vw,240px);min-width:0;max-width:clamp(180px,46vw,240px);height:46px;margin-left:auto;padding:8px 12px;font-size:13.5px}.header-module__9iNmeq__mobileSearchBtn{border:var(--border);border-radius:var(--radius);background:var(--paper);width:46px;height:46px;color:var(--ink);text-align:center;box-shadow:var(--shadow-s);flex:0 0 46px;justify-content:center;padding:0}.header-module__9iNmeq__mobileTop .header-module__9iNmeq__addressText{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.header-module__9iNmeq__mobileSearchBtn{font-family:var(--font-display);transition:transform var(--speed) var(--ease), box-shadow var(--speed) var(--ease), color var(--speed);align-items:center;font-size:14px;font-weight:700;display:flex}.header-module__9iNmeq__mobileSearchBtn:hover{box-shadow:3px 3px 0 var(--ink);transform:translate(-1px,-1px)}.header-module__9iNmeq__mobileSearchBtn:active{box-shadow:0 0 0 var(--ink);transform:translate(2px,2px)}@media (min-width:768px) and (max-width:1023px){.header-module__9iNmeq__mobileTop .header-module__9iNmeq__name{white-space:nowrap;font-size:20px;display:inline}}@media (min-width:1024px){.header-module__9iNmeq__desktopRow{display:flex}.header-module__9iNmeq__mobileRows{display:none}}@media (max-width:1023px){.header-module__9iNmeq__shell{height:var(--header-h)}.header-module__9iNmeq__headerScrolled{border-radius:var(--radius-l);top:8px;left:10px;right:10px}.header-module__9iNmeq__headerScrolled .header-module__9iNmeq__mobileRows{gap:8px;height:52px}.header-module__9iNmeq__headerScrolled .header-module__9iNmeq__mobileTop .header-module__9iNmeq__logo{width:38px;height:38px}.header-module__9iNmeq__headerScrolled .header-module__9iNmeq__mobileTop .header-module__9iNmeq__addressChip{flex-basis:clamp(160px,40vw,200px);gap:6px;width:clamp(160px,40vw,200px);max-width:clamp(160px,40vw,200px);height:38px;min-height:38px;padding:6px 9px;font-size:12px}.header-module__9iNmeq__headerScrolled .header-module__9iNmeq__mobileSearchBtn{flex:0 0 38px;width:38px;height:38px;min-height:38px;padding:0}}@media (max-width:600px){.header-module__9iNmeq__mobileTop .header-module__9iNmeq__addressChip{flex-basis:min(46vw,220px);width:min(46vw,220px);max-width:min(46vw,220px);font-size:12px}.header-module__9iNmeq__headerScrolled .header-module__9iNmeq__mobileTop .header-module__9iNmeq__addressChip{flex-basis:min(40vw,180px);width:min(40vw,180px);max-width:min(40vw,180px);padding-inline:9px}}@media (prefers-reduced-motion:reduce){.header-module__9iNmeq__header,.header-module__9iNmeq__headerScrolled{transition:none}}
.bottom-nav-module__4WBi5q__nav{bottom:calc(12px + env(safe-area-inset-bottom));z-index:80;background:var(--paper);border:var(--border);border-radius:var(--radius-l);width:min(100% - 20px,460px);height:64px;box-shadow:var(--shadow);grid-template-columns:repeat(4,1fr);gap:6px;padding:6px;display:grid;position:fixed;left:50%;transform:translate(-50%)}.bottom-nav-module__4WBi5q__tab{border-radius:var(--radius);color:var(--muted);transition:color var(--speed);flex-direction:column;justify-content:center;align-items:center;gap:2px;display:flex}.bottom-nav-module__4WBi5q__tab:hover{color:var(--ink)}.bottom-nav-module__4WBi5q__tab:active{transform:translateY(1px)}.bottom-nav-module__4WBi5q__iconWrap{border-radius:var(--radius);width:58px;min-height:42px;transition:background var(--speed), color var(--speed), box-shadow var(--speed) var(--ease), transform var(--speed) var(--ease);flex-direction:column;justify-content:center;align-items:center;gap:2px;padding:5px 6px;display:flex;position:relative}.bottom-nav-module__4WBi5q__iconWrapActive{background:var(--blue);color:#fff;box-shadow:2px 2px 0 var(--ink);transform:translate(-1px,-1px)}.bottom-nav-module__4WBi5q__iconWrapActive:hover{color:#fff}.bottom-nav-module__4WBi5q__badge{border-radius:var(--radius-s);background:var(--blue);border:2px solid var(--ink);color:#fff;min-width:19px;height:19px;font-family:var(--font-display);place-items:center;padding-inline:4px;font-size:10px;font-weight:700;display:grid;position:absolute;top:-7px;right:-8px}.bottom-nav-module__4WBi5q__label{font-family:var(--font-display);text-transform:uppercase;letter-spacing:.04em;color:var(--muted);white-space:nowrap;font-size:10px;font-weight:700}.bottom-nav-module__4WBi5q__labelActive{color:#fff}@media (min-width:1024px){.bottom-nav-module__4WBi5q__nav{display:none}}
.checkout-module__1x1UGW__page{background:var(--bg);flex-direction:column;display:flex}.checkout-module__1x1UGW__topbar{border-bottom:var(--border);background:var(--paper);flex-shrink:0;justify-content:space-between;align-items:center;gap:10px;padding:14px 16px;display:flex}.checkout-module__1x1UGW__back{border:var(--border);border-radius:var(--radius-s);background:var(--paper);width:38px;height:38px;color:var(--ink);box-shadow:var(--shadow-s);transition:transform var(--speed) var(--ease), box-shadow var(--speed) var(--ease), background var(--speed), color var(--speed);flex-shrink:0;place-items:center;display:grid}.checkout-module__1x1UGW__back:hover{background:var(--blue-soft);color:var(--ink)}.checkout-module__1x1UGW__back:active{box-shadow:0 0 0 var(--ink);transform:translate(2px,2px)}.checkout-module__1x1UGW__title{text-align:center;flex:1;margin-bottom:0;font-size:20px}.checkout-module__1x1UGW__topbarSpacer{flex-shrink:0;width:38px}.checkout-module__1x1UGW__body{padding-block:24px 40px}@media (max-width:1023px){.checkout-module__1x1UGW__page{height:100dvh}.checkout-module__1x1UGW__body{flex:1;min-height:0;overflow-y:auto}}.checkout-module__1x1UGW__grid{grid-template-columns:1fr;align-items:start;gap:28px;display:grid}.checkout-module__1x1UGW__sub{margin:20px 0 12px;font-size:18px}.checkout-module__1x1UGW__form .checkout-module__1x1UGW__sub:first-of-type{margin-top:0}.checkout-module__1x1UGW__form{background:var(--paper);border:var(--border);border-radius:var(--radius-l);box-shadow:var(--shadow-s);flex-direction:column;padding:20px;display:flex}@media (min-width:600px){.checkout-module__1x1UGW__form{padding:24px}}.checkout-module__1x1UGW__pagoOptions{grid-template-columns:1fr 1fr;gap:10px;margin-bottom:24px;display:grid}.checkout-module__1x1UGW__pagoOpt{border:var(--border);border-radius:var(--radius);background:var(--paper);box-shadow:var(--shadow-s);cursor:pointer;text-align:left;color:var(--ink);transition:transform var(--speed) var(--ease), box-shadow var(--speed) var(--ease), border-color var(--speed), background var(--speed);align-items:center;gap:10px;padding:12px 14px;display:flex}.checkout-module__1x1UGW__pagoOpt:hover{box-shadow:3px 3px 0 var(--ink);transform:translate(-1px,-1px)}.checkout-module__1x1UGW__pagoOptActive{border-color:var(--blue);background:var(--blue-soft);box-shadow:2px 2px 0 var(--blue)}.checkout-module__1x1UGW__pagoOpt span{flex-direction:column;gap:2px;display:flex}.checkout-module__1x1UGW__pagoOpt strong{font-family:var(--font-display);font-size:13.5px}.checkout-module__1x1UGW__pagoOpt small{color:var(--muted);font-size:11.5px}.checkout-module__1x1UGW__dirHead{align-items:center;gap:10px;display:flex}.checkout-module__1x1UGW__dirHead .checkout-module__1x1UGW__sub{margin:20px 0 12px}.checkout-module__1x1UGW__dirChangeBtn{font-family:var(--font-display);color:var(--blue);background:var(--blue-soft);border:var(--border);border-color:var(--blue);border-radius:var(--radius-s);cursor:pointer;box-shadow:2px 2px 0 var(--blue);transition:transform var(--speed) var(--ease), box-shadow var(--speed) var(--ease), background var(--speed);align-self:flex-start;align-items:center;gap:5px;margin-top:6px;padding:4px 9px;font-size:12px;font-weight:700;display:inline-flex}.checkout-module__1x1UGW__dirChangeBtn:hover{box-shadow:1px 1px 0 var(--blue);transform:translate(1px,1px)}.checkout-module__1x1UGW__dirChangeBtn:active{box-shadow:0 0 0 var(--blue);transform:translate(2px,2px)}.checkout-module__1x1UGW__dirCard{border:var(--border);border-radius:var(--radius);background:var(--paper);box-shadow:var(--shadow-s);flex-direction:column;gap:2px;margin-bottom:28px;padding:14px 16px;display:flex}.checkout-module__1x1UGW__dirName{font-family:var(--font-display);font-weight:700}.checkout-module__1x1UGW__detectBtn{border:var(--border);border-radius:var(--radius);background:var(--blue);color:#fff;width:100%;font-family:var(--font-display);box-shadow:var(--shadow);cursor:pointer;transition:transform var(--speed) var(--ease), box-shadow var(--speed) var(--ease), background var(--speed);justify-content:center;align-items:center;gap:6px;margin-top:4px;margin-bottom:28px;padding:12px;font-size:13px;font-weight:700;display:flex}.checkout-module__1x1UGW__detectBtn:hover{background:var(--blue-press);box-shadow:3px 3px 0 var(--ink);transform:translate(-1px,-1px)}.checkout-module__1x1UGW__detectBtn:active{box-shadow:0 0 0 var(--ink);transform:translate(2px,2px)}.checkout-module__1x1UGW__detectBtn:disabled{opacity:.6;pointer-events:none}.checkout-module__1x1UGW__dirAddr{font-size:14px}.checkout-module__1x1UGW__dirRef{color:var(--muted);font-size:12.5px}.checkout-module__1x1UGW__summary{background:var(--paper);border:var(--border);border-radius:var(--radius);box-shadow:var(--shadow);padding:20px}.checkout-module__1x1UGW__summary .checkout-module__1x1UGW__sub{margin-top:0}.checkout-module__1x1UGW__items{flex-direction:column;gap:8px;margin-bottom:16px;list-style:none;display:flex}.checkout-module__1x1UGW__item{justify-content:space-between;align-items:baseline;gap:10px;font-size:14.5px;display:flex}.checkout-module__1x1UGW__itemName{color:var(--muted)}.checkout-module__1x1UGW__totals{border-top:var(--border);flex-direction:column;gap:6px;margin-bottom:16px;padding-top:14px;display:flex}.checkout-module__1x1UGW__totRow{justify-content:space-between;align-items:baseline;font-size:15px;display:flex}.checkout-module__1x1UGW__totDiscount span:last-child{color:var(--ok);font-family:var(--font-display);font-weight:700}.checkout-module__1x1UGW__grand{border-top:2px dashed var(--line);margin-top:6px;padding-top:10px}.checkout-module__1x1UGW__grandVal{font-family:var(--font-display);color:var(--blue);font-size:26px;font-weight:900}.checkout-module__1x1UGW__outMsg{border:2px solid var(--amber);border-radius:var(--radius);background:#fff8e6;flex-direction:column;gap:10px;padding:14px;display:flex}.checkout-module__1x1UGW__outTitle{font-family:var(--font-display);color:var(--ink);font-size:15px;font-weight:700}.checkout-module__1x1UGW__outText{color:#5a4a10;font-size:13px;line-height:1.45}.checkout-module__1x1UGW__empty{text-align:center;flex-direction:column;align-items:center;gap:14px;padding:60px 20px;display:flex}@media (min-width:900px){.checkout-module__1x1UGW__grid{grid-template-columns:1.2fr .8fr}}@media (max-width:899px){.checkout-module__1x1UGW__page{padding-inline:4px}}.checkout-module__1x1UGW__success{text-align:center;background:var(--paper);border:var(--border);border-radius:var(--radius-l);max-width:460px;box-shadow:var(--shadow);flex-direction:column;align-items:center;gap:12px;margin:20px auto 0;padding:32px 24px;display:flex}.checkout-module__1x1UGW__successIcon{background:var(--blue-soft);width:64px;height:64px;color:var(--blue);border:2px solid var(--blue);border-radius:50%;place-items:center;display:grid}.checkout-module__1x1UGW__successTitle{font-size:26px}.checkout-module__1x1UGW__successSub{font-size:15px}.checkout-module__1x1UGW__successSub strong{color:var(--blue)}.checkout-module__1x1UGW__successHint{color:var(--muted);margin-bottom:6px;font-size:13.5px}.checkout-module__1x1UGW__msgHead{justify-content:flex-end;align-items:center;height:32px;display:flex}.checkout-module__1x1UGW__msgClose{border:var(--border);border-radius:var(--radius-s);background:var(--paper);width:32px;height:32px;color:var(--ink);box-shadow:var(--shadow-s);cursor:pointer;transition:transform var(--speed) var(--ease), box-shadow var(--speed) var(--ease), background var(--speed);place-items:center;display:grid}.checkout-module__1x1UGW__msgClose:hover{background:var(--blue-soft)}.checkout-module__1x1UGW__msgClose:active{box-shadow:0 0 0 var(--ink);transform:translate(2px,2px)}.checkout-module__1x1UGW__msgIcon{background:var(--blue-soft);width:60px;height:60px;color:var(--blue);border:2px solid var(--blue);border-radius:50%;place-items:center;margin:0 auto 14px;display:grid}.checkout-module__1x1UGW__msgTitle{text-align:center;margin-bottom:8px;font-size:24px}.checkout-module__1x1UGW__msgSub{text-align:center;margin-bottom:18px;font-size:15px}.checkout-module__1x1UGW__msgSub strong{color:var(--blue)}.checkout-module__1x1UGW__msgCount{color:var(--muted);text-align:center;margin-bottom:10px;font-size:13px}.checkout-module__1x1UGW__msgSending{color:var(--blue);text-align:center;margin-bottom:18px;font-size:13px}.checkout-module__1x1UGW__msgBar{background:var(--line);border-radius:999px;height:8px;margin-bottom:20px;overflow:hidden}.checkout-module__1x1UGW__msgBarFill{background:var(--blue);border-radius:999px;height:100%}.checkout-module__1x1UGW__msgActions{flex-direction:column;gap:8px;display:flex}
.perfil-module__a42dnG__page{background:var(--bg);flex-direction:column;height:100dvh;display:flex}@media (min-width:1024px){.perfil-module__a42dnG__page{height:auto;min-height:auto}.perfil-module__a42dnG__body{overflow-y:visible}}.perfil-module__a42dnG__topbar{border-bottom:var(--border);background:var(--paper);flex-shrink:0;justify-content:space-between;align-items:center;gap:10px;padding:14px 16px;display:flex}.perfil-module__a42dnG__back{border:var(--border);border-radius:var(--radius-s);width:38px;height:38px;color:var(--neon-red);box-shadow:var(--shadow-s);transition:transform var(--speed) var(--ease), box-shadow var(--speed) var(--ease), background var(--speed), color var(--speed);background:#ffe6eb;flex-shrink:0;place-items:center;display:grid}.perfil-module__a42dnG__back:hover{background:var(--neon-red);color:#fff}.perfil-module__a42dnG__back:active{box-shadow:0 0 0 var(--ink);transform:translate(2px,2px)}.perfil-module__a42dnG__title{text-align:center;flex:1;font-size:20px}.perfil-module__a42dnG__topbarSpacer{flex-shrink:0;width:38px}.perfil-module__a42dnG__body{flex:1;padding-top:22px;padding-bottom:48px;overflow-y:auto}.perfil-module__a42dnG__sub{max-width:560px;margin-bottom:22px;font-size:15px}.perfil-module__a42dnG__gridDesktop{gap:20px;display:grid}@media (min-width:900px){.perfil-module__a42dnG__gridDesktop{grid-template-columns:1fr 1fr;align-items:start}}.perfil-module__a42dnG__menu{flex-direction:column;gap:12px;display:none}.perfil-module__a42dnG__menuItem{border:var(--border);border-radius:var(--radius);background:var(--paper);box-shadow:var(--shadow-s);cursor:pointer;text-align:left;color:var(--ink);transition:transform var(--speed) var(--ease), box-shadow var(--speed) var(--ease), background var(--speed);align-items:center;gap:12px;padding:14px 16px;display:flex}.perfil-module__a42dnG__menuItem:hover{background:var(--blue-soft);box-shadow:3px 3px 0 var(--ink);transform:translate(-1px,-1px)}.perfil-module__a42dnG__menuItem:active{box-shadow:0 0 0 var(--ink);transform:translate(2px,2px)}.perfil-module__a42dnG__menuItem>svg:first-child{color:var(--blue);flex-shrink:0}.perfil-module__a42dnG__menuText{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.perfil-module__a42dnG__menuText strong{font-family:var(--font-display);font-size:15px}.perfil-module__a42dnG__menuText small{color:var(--muted);font-size:12.5px}.perfil-module__a42dnG__menuArrow{color:var(--muted);flex-shrink:0}.perfil-module__a42dnG__sectionModal{z-index:90;background:#0d0d0f8c;justify-content:center;align-items:flex-end;display:flex;position:fixed;inset:0}.perfil-module__a42dnG__sectionModalCard{background:var(--paper);border:var(--border);border-radius:var(--radius-l) var(--radius-l) 0 0;width:100%;max-width:560px;max-height:86vh;box-shadow:var(--shadow-l);flex-direction:column;display:flex;overflow:hidden}.perfil-module__a42dnG__sectionModalHead{border-bottom:var(--border);background:var(--paper);flex-shrink:0;justify-content:space-between;align-items:center;gap:10px;padding:14px 16px;display:flex}.perfil-module__a42dnG__sectionModalTitle{font-size:18px}.perfil-module__a42dnG__closeBtn{border:var(--border);border-radius:var(--radius-s);background:var(--paper);width:34px;height:34px;box-shadow:var(--shadow-s);cursor:pointer;transition:transform var(--speed) var(--ease), box-shadow var(--speed) var(--ease), background var(--speed);flex-shrink:0;place-items:center;display:grid}.perfil-module__a42dnG__closeBtn:hover{background:var(--blue-soft)}.perfil-module__a42dnG__closeBtn:active{box-shadow:0 0 0 var(--ink);transform:translate(2px,2px)}.perfil-module__a42dnG__sectionModalBody{padding:18px 16px 24px;overflow-y:auto}@media (max-width:1023px){.perfil-module__a42dnG__menu{display:flex}.perfil-module__a42dnG__gridDesktop{display:none}}.perfil-module__a42dnG__card{background:var(--paper);border:var(--border);border-radius:var(--radius-l);padding:22px}.perfil-module__a42dnG__cardTitle{align-items:center;gap:8px;margin-bottom:16px;font-size:17px;display:flex}.perfil-module__a42dnG__hint{margin-bottom:14px;font-size:13.5px}.perfil-module__a42dnG__empty{padding:12px 0 18px}.perfil-module__a42dnG__actions{flex-wrap:wrap;gap:10px;margin-top:4px;display:flex}.perfil-module__a42dnG__saved{color:var(--ok);margin-top:10px;font-weight:600}.perfil-module__a42dnG__addrList{gap:10px;margin-bottom:16px;list-style:none;display:grid}.perfil-module__a42dnG__addrRow{border:var(--border);border-radius:var(--radius);background:var(--paper);padding:12px 14px}.perfil-module__a42dnG__addrName{font-family:var(--font-display);align-items:center;gap:8px;font-size:14.5px;font-weight:700;display:inline-flex}.perfil-module__a42dnG__tagPrincipal{border-radius:var(--radius-s);background:var(--blue-soft);border:2px solid var(--ink);font-family:var(--font-display);letter-spacing:.02em;text-transform:uppercase;padding:2px 8px;font-size:10.5px;font-weight:700;display:inline-block}.perfil-module__a42dnG__addrText{margin-top:2px;font-size:13.5px;display:block}.perfil-module__a42dnG__addrRef{margin-top:2px;font-size:12.5px;display:block}.perfil-module__a42dnG__pedidosList{gap:10px;margin-bottom:4px;list-style:none;display:grid}.perfil-module__a42dnG__pedidoRow{border:var(--border);border-radius:var(--radius);background:var(--paper);padding:12px 14px}.perfil-module__a42dnG__pedidoTop{justify-content:space-between;align-items:center;gap:8px;margin-bottom:6px;display:flex}.perfil-module__a42dnG__pedidoCode{font-family:var(--font-display);font-size:14.5px;font-weight:700}.perfil-module__a42dnG__pedidoEstado{font-family:var(--font-display);text-transform:uppercase;letter-spacing:.03em;border-radius:var(--radius-s);border:2px solid var(--ink);padding:3px 8px;font-size:11px;font-weight:700}.perfil-module__a42dnG__estado_pendiente{background:var(--amber);color:var(--ink)}.perfil-module__a42dnG__estado_pagado{background:var(--blue-soft);color:var(--blue)}.perfil-module__a42dnG__estado_en_camino{background:var(--blue);color:#fff}.perfil-module__a42dnG__estado_entregado{background:var(--ok);color:#fff}.perfil-module__a42dnG__estado_cancelado{background:var(--paper);color:var(--muted)}.perfil-module__a42dnG__pedidoMeta{justify-content:space-between;align-items:center;font-size:13px;display:flex}.perfil-module__a42dnG__pedidoMeta span:last-child{font-family:var(--font-display);font-weight:700}
.carrito-module__DetsjG__page{background:var(--bg);flex-direction:column;height:100dvh;display:flex}@media (min-width:1024px){.carrito-module__DetsjG__page{height:auto;min-height:auto}.carrito-module__DetsjG__content{overflow-y:visible}}.carrito-module__DetsjG__topbar{border-bottom:var(--border);background:var(--paper);flex-shrink:0;justify-content:space-between;align-items:center;gap:10px;padding:14px 16px;display:flex}.carrito-module__DetsjG__back{border:var(--border);border-radius:var(--radius-s);background:var(--paper);width:38px;height:38px;color:var(--ink);box-shadow:var(--shadow-s);transition:transform var(--speed) var(--ease), box-shadow var(--speed) var(--ease), background var(--speed), color var(--speed);flex-shrink:0;place-items:center;display:grid}.carrito-module__DetsjG__back:hover{background:var(--blue-soft);color:var(--ink)}.carrito-module__DetsjG__back:active{box-shadow:0 0 0 var(--ink);transform:translate(2px,2px)}.carrito-module__DetsjG__title{text-align:center;flex:1;font-size:20px}.carrito-module__DetsjG__topbarSpacer{flex-shrink:0;width:38px}.carrito-module__DetsjG__content{flex-direction:column;flex:1;min-height:0;display:flex}
.footer-module__kEhaHa__footer{background:var(--paper);color:var(--ink);border-top:var(--border);border-bottom:var(--border);margin-top:0}.footer-module__kEhaHa__inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:18px 32px;padding-top:24px;padding-bottom:24px;display:flex}.footer-module__kEhaHa__brand{align-items:center;gap:10px;display:inline-flex}.footer-module__kEhaHa__logo{border:var(--border);border-radius:var(--radius-s);width:48px;height:48px;box-shadow:var(--shadow-s);object-fit:cover}.footer-module__kEhaHa__name{font-family:var(--font-display);letter-spacing:-.02em;font-size:22px;font-weight:900}.footer-module__kEhaHa__info{display:contents}.footer-module__kEhaHa__legal{flex-wrap:wrap;gap:8px 18px;display:flex}.footer-module__kEhaHa__legal a{color:var(--muted);transition:color var(--speed);font-size:12.5px}.footer-module__kEhaHa__legal a:hover{color:var(--blue)}.footer-module__kEhaHa__social{align-items:center;gap:6px;display:flex}.footer-module__kEhaHa__social a{border-radius:var(--radius-s);width:40px;height:40px;color:var(--ink);transition:transform var(--speed) var(--ease), color var(--speed), background var(--speed);place-items:center;display:grid}.footer-module__kEhaHa__social a:hover{transform:translate(-1px,-1px)}.footer-module__kEhaHa__social a[aria-label=WhatsApp]:hover{color:#25d366;background:#25d3661f}.footer-module__kEhaHa__social a[aria-label=Instagram]:hover{color:#e4405f;background:#e4405f1f}.footer-module__kEhaHa__social a[aria-label=TikTok]:hover{color:#69c9d0;background:#69c9d01f}.footer-module__kEhaHa__social a[aria-label=Facebook]:hover{color:#1877f2;background:#1877f21f}.footer-module__kEhaHa__social a:active{transform:translate(2px,2px)}@media (max-width:1023px){.footer-module__kEhaHa__footer{margin-top:0}.footer-module__kEhaHa__logo{border:var(--border);box-shadow:var(--shadow-s)}.footer-module__kEhaHa__inner{flex-wrap:nowrap;justify-content:space-between;gap:16px;padding:10px 20px}.footer-module__kEhaHa__name{display:none}.footer-module__kEhaHa__info{align-items:center;gap:14px;min-width:0;display:flex}.footer-module__kEhaHa__legal{justify-content:flex-start;gap:6px 12px}.footer-module__kEhaHa__legal a{font-size:11px}.footer-module__kEhaHa__social{flex-shrink:0}.footer-module__kEhaHa__social a{width:30px;height:30px}}@media (max-width:600px){.footer-module__kEhaHa__inner{align-items:center;gap:12px;padding:10px 16px}.footer-module__kEhaHa__logo{width:44px;height:44px}.footer-module__kEhaHa__info{flex:1;grid-template-columns:minmax(0,1fr) 64px;align-items:center;gap:8px;display:grid}.footer-module__kEhaHa__legal{text-align:center;flex-direction:column;align-items:center;gap:2px;display:flex}.footer-module__kEhaHa__social{grid-template-rows:repeat(2,30px);grid-template-columns:repeat(2,30px);gap:4px;display:grid}}
.reclamaciones-module__H8jvDW__page{background:var(--paper);justify-content:center;min-height:100vh;padding:24px 16px 48px;display:flex}.reclamaciones-module__H8jvDW__wrap{width:100%;max-width:560px}.reclamaciones-module__H8jvDW__back{font-family:var(--font-display);color:var(--muted);transition:color var(--speed);align-items:center;gap:6px;margin-bottom:24px;padding:8px 0;font-size:14px;font-weight:700;display:inline-flex}.reclamaciones-module__H8jvDW__back:hover{color:var(--blue)}.reclamaciones-module__H8jvDW__brand{justify-content:center;align-items:center;gap:10px;margin-bottom:20px;display:flex}.reclamaciones-module__H8jvDW__logo{border:var(--border);border-radius:var(--radius-s);width:44px;height:44px;box-shadow:var(--shadow-s);object-fit:cover}.reclamaciones-module__H8jvDW__brandName{font-family:var(--font-display);letter-spacing:-.02em;font-size:22px;font-weight:900}.reclamaciones-module__H8jvDW__wrap h1{margin-bottom:12px;font-size:30px}.reclamaciones-module__H8jvDW__apology{background:var(--blue-soft);border:var(--border);border-radius:var(--radius);margin-bottom:28px;padding:14px 16px;font-size:14px;line-height:1.55}.reclamaciones-module__H8jvDW__form{flex-direction:column;display:flex}.reclamaciones-module__H8jvDW__row2{grid-template-columns:1fr 1fr;gap:12px;display:grid}.reclamaciones-module__H8jvDW__counter{color:var(--muted);margin-top:6px;font-size:12px}.reclamaciones-module__H8jvDW__counterBad{color:var(--amber);font-weight:600}.reclamaciones-module__H8jvDW__okBox{border:var(--border);border-radius:var(--radius-l);box-shadow:var(--shadow);text-align:center;padding:28px 22px}.reclamaciones-module__H8jvDW__okTitle{font-family:var(--font-display);margin-bottom:8px;font-size:22px;font-weight:900}.reclamaciones-module__H8jvDW__okSub{color:var(--muted);margin-bottom:20px;font-size:14px}.reclamaciones-module__H8jvDW__okBtn{width:100%}@media (max-width:480px){.reclamaciones-module__H8jvDW__row2{grid-template-columns:1fr;gap:0}}
.legal-page-module__ZkJP0q__page{background:var(--paper);justify-content:center;min-height:100vh;padding:24px 16px 48px;display:flex}.legal-page-module__ZkJP0q__wrap{width:100%;max-width:680px}.legal-page-module__ZkJP0q__back{color:var(--muted);font-family:var(--font-display);margin-bottom:20px;padding:8px 0;font-size:14px;font-weight:700;display:inline-flex}.legal-page-module__ZkJP0q__back:hover{color:var(--blue)}.legal-page-module__ZkJP0q__brand{justify-content:center;align-items:center;gap:10px;margin-bottom:20px;display:flex}.legal-page-module__ZkJP0q__logo{border:var(--border);border-radius:var(--radius-s);width:44px;height:44px;box-shadow:var(--shadow-s);object-fit:cover}.legal-page-module__ZkJP0q__brandName{font-family:var(--font-display);font-size:22px;font-weight:900}.legal-page-module__ZkJP0q__card{border:var(--border);border-radius:var(--radius-l);box-shadow:var(--shadow);padding:28px 24px}.legal-page-module__ZkJP0q__card h1{margin-bottom:22px;font-size:30px}.legal-page-module__ZkJP0q__card h2{margin-top:24px;margin-bottom:8px;font-size:19px}.legal-page-module__ZkJP0q__card p,.legal-page-module__ZkJP0q__card li{color:var(--muted);font-size:14px;line-height:1.65}.legal-page-module__ZkJP0q__card p{margin-bottom:12px}.legal-page-module__ZkJP0q__card ul{margin-bottom:12px;padding-left:20px}@media (max-width:480px){.legal-page-module__ZkJP0q__card{padding:22px 18px}.legal-page-module__ZkJP0q__card h1{font-size:26px}}
