@import "https://fonts.googleapis.com/css2?family=Fredoka:wght@400;600;700;800&family=Outfit:wght@400;600;700&display=swap";@import "https://fonts.googleapis.com/css2?family=Space+Mono:wght@400;700&display=swap";:root{--font-display:"Fredoka", system-ui, sans-serif;--font-body:"Outfit", system-ui, sans-serif;--bg:#f6f3ff;--surface:#fff;--surface-2:#efe8ff;--ink:#1c1530;--ink-muted:#5c5470;--border:#dcd3f0;--coral:#ff8a5b;--coral-dark:#e85d2c;--coral-glow:#e85d2c40;--lime:#c5ff68;--lime-dark:#7fbf2a;--shadow-sm:0 2px 8px #1c153012;--shadow-md:0 12px 28px #1c15301f;font-family:var(--font-body);color:var(--ink);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-image:radial-gradient(120% 80% at 10% -10%,#c5ff6859,#0000 55%),radial-gradient(90% 70% at 100% 0,#ff8a5b38,#0000 50%),radial-gradient(60% 50% at 50% 100%,#b4a0ff33,#0000 45%);background-attachment:fixed;font-size:18px;line-height:1.5}*,:before,:after{box-sizing:border-box}body{min-height:100svh;margin:0}#root{width:100%;min-height:100svh;margin:0 auto}html{scrollbar-color:var(--coral) var(--surface-2);scrollbar-width:thin}body::-webkit-scrollbar{width:12px;height:12px}body::-webkit-scrollbar-track{background:var(--surface-2);border-radius:999px}body::-webkit-scrollbar-thumb{background:linear-gradient(180deg, var(--coral), var(--coral-dark));border-radius:999px}body::-webkit-scrollbar-thumb:hover{background:var(--coral-dark)}body::-webkit-scrollbar-corner{background:var(--surface-2)}.app{text-align:center;max-width:1200px;margin:0 auto;padding:4rem 1.5rem 3rem}.hero{text-align:center;padding:5rem 0 2rem}.hero__badge{letter-spacing:.06em;text-transform:uppercase;color:var(--ink-muted);background:var(--surface-2);border-radius:999px;margin-bottom:1rem;padding:.35rem .85rem;font-size:.8rem;font-weight:700;display:inline-block}.hero__title{font-family:var(--font-display);letter-spacing:-.03em;color:var(--ink);margin:0 0 1rem;font-size:clamp(2.25rem,5vw,3.75rem);font-weight:800;line-height:1.15}.hero__accent{background:linear-gradient(120deg, var(--coral), var(--lime));color:#0000;-webkit-background-clip:text;background-clip:text}.hero__subtitle{max-width:36rem;color:var(--ink-muted);margin:0 auto 2rem;font-size:1.2rem;line-height:1.5}.hero__wait{max-width:28rem;color:var(--ink-muted);background:var(--surface-2);border:1px solid var(--border);border-radius:12px;min-height:3rem;margin:1rem auto 0;padding:.75rem 1rem;font-size:.95rem;line-height:1.4;transition:opacity .2s}.search{flex-wrap:wrap;justify-content:center;align-items:flex-start;gap:.75rem;max-width:620px;margin:0 auto;display:flex}.search__actions{flex-wrap:wrap;justify-content:center;align-items:center;gap:.5rem;display:flex}.search__field{flex:260px;min-width:0;position:relative}.search__input-wrap{width:100%;min-width:0;position:relative}.search__input--has-clear,.search__field-inner--bares .search__input-mirror--has-clear{padding-right:2.75rem}.search__clear{z-index:2;width:2.25rem;height:2.25rem;font:inherit;color:var(--ink-muted);cursor:pointer;background:0 0;border:none;border-radius:10px;justify-content:center;align-items:center;margin:0;padding:0;font-size:1.35rem;line-height:1;transition:color .15s,background .15s;display:flex;position:absolute;top:50%;right:10px;transform:translateY(-50%)}.search__clear:hover{color:var(--ink);background:var(--surface-2)}.search__clear:focus-visible{outline:2px solid var(--coral);outline-offset:2px}.search__field-inner--bares{border:2px solid var(--border);background:var(--surface);width:100%;min-width:0;box-shadow:var(--shadow-sm);border-radius:14px;position:relative}.search__field-inner--bares:focus-within{border-color:var(--coral);box-shadow:0 0 0 3px var(--coral-glow)}.search__field-inner--bares .search__input-mirror{font:inherit;box-sizing:border-box;white-space:pre;text-align:left;pointer-events:none;border:2px solid #0000;border-radius:12px;padding:1rem 1.3rem;font-size:1.1rem;line-height:1.45;position:absolute;inset:0;overflow:hidden}.search__input-mirror-base{color:var(--ink)}.search__input-mirror-hint{color:var(--ink-muted);opacity:.48}.search__field-inner--bares .search__input--ghost{z-index:1;caret-color:var(--ink);border:none;border-radius:14px;position:relative;box-shadow:none!important;color:#0000!important;background:0 0!important}.search__field-inner--bares .search__input--ghost:focus{box-shadow:none!important}.search__suggestions{background:var(--surface);border:1px solid var(--border);max-height:min(320px,50vh);box-shadow:var(--shadow-sm), 0 12px 24px #0000001f;z-index:40;border-radius:12px;margin:0;padding:.35rem 0;list-style:none;position:absolute;top:calc(100% + 6px);left:0;right:0;overflow-y:auto}.search__suggestion{text-align:left;width:100%;font:inherit;color:var(--ink);cursor:pointer;background:0 0;border:none;padding:.55rem 1rem;font-size:1rem;display:block}.search__suggestion:hover,.search__suggestion--active{background:var(--surface-2)}.search__input{box-sizing:border-box;width:100%;min-width:0;font:inherit;border:2px solid var(--border);background:var(--surface);color:var(--ink);box-shadow:var(--shadow-sm);border-radius:14px;padding:1rem 1.3rem;font-size:1.1rem;transition:border-color .15s,box-shadow .15s}.search__input:focus{border-color:var(--coral);box-shadow:0 0 0 3px var(--coral-glow);outline:none}.search__btn{font:inherit;cursor:pointer;color:var(--ink);background:linear-gradient(135deg, var(--lime), #b8f077);box-shadow:var(--shadow-sm);border:none;border-radius:14px;flex:none;justify-content:center;align-items:center;gap:.6rem;padding:1rem 2rem;font-size:1.1rem;font-weight:700;transition:transform .12s,filter .12s;display:inline-flex}.search__btn:hover:not(:disabled){filter:brightness(1.03);transform:translateY(-1px)}.search__btn:disabled{opacity:.7;cursor:wait}.search__btn--stop{background:var(--surface-2);color:var(--ink-muted);border:2px solid var(--border);box-shadow:none}.search__btn--stop:hover:not(:disabled){filter:none;color:var(--ink);border-color:var(--ink-muted)}.mode-switch{background:var(--surface-2);border:1px solid var(--border);box-shadow:var(--shadow-sm);border-radius:999px;gap:.35rem;margin:0 auto 1.5rem;padding:.35rem;display:inline-flex}.mode-switch__btn{font:inherit;cursor:pointer;color:var(--ink-muted);background:0 0;border:none;border-radius:999px;padding:.55rem 1.15rem;font-size:.95rem;font-weight:600;transition:color .15s,background .15s}.mode-switch__btn:hover{color:var(--ink)}.mode-switch__btn--active{color:var(--ink);background:var(--surface);box-shadow:var(--shadow-sm)}.spinner{border:2px solid;border-right-color:#0000;border-radius:50%;width:1rem;height:1rem;animation:.8s linear infinite spin}.spinner--block{width:1.35rem;height:1.35rem;color:var(--coral-dark);border-width:2.5px;flex-shrink:0}@keyframes spin{to{transform:rotate(360deg)}}.banner{border-radius:14px;margin:1rem 0;padding:.85rem 1rem;font-weight:600}.banner--error{color:#9b1c1c;background:#ffe8e8;border:1px solid #f5bcbc}.filters{background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow-sm);text-align:left;border-radius:18px;margin:2rem 0 1.5rem;padding:1.5rem 1.5rem 1.25rem}.filters__locals-toggle{display:none}.filters--locals .filters__locals-toggle{width:100%;font:inherit;border:2px solid var(--border);background:var(--surface-2);color:var(--ink);cursor:pointer;border-radius:12px;justify-content:center;align-items:center;margin:0 0 .75rem;padding:.75rem 1rem;font-weight:700;display:flex}.filters--locals .filters__locals-panel--collapsed{display:none}.filters__head{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:.85rem;display:flex}.filters__title{font-family:var(--font-display);color:var(--ink);margin:0;font-size:1.35rem;font-weight:800}.filters__actions{gap:.75rem;display:flex}.linkish{font:inherit;color:var(--coral-dark);cursor:pointer;text-underline-offset:3px;background:0 0;border:none;padding:0;font-weight:600;text-decoration:underline}.linkish:hover{color:var(--coral)}.filters__chips{flex-wrap:wrap;gap:.5rem;display:flex}.chip{background:var(--surface-2);cursor:pointer;color:var(--ink);border:2px solid #0000;border-radius:999px;align-items:center;gap:.5rem;padding:.55rem 1rem;font-size:1rem;font-weight:600;transition:border-color .12s,background .12s;display:inline-flex}.chip:has(input:focus-visible){outline:2px solid var(--coral);outline-offset:2px}.chip:has(input:checked){border-color:var(--lime-dark);background:#c5ff6847}.chip input{width:1rem;height:1rem;accent-color:var(--coral-dark);cursor:pointer}.filters__meta{color:var(--ink-muted);margin:1rem 0 0;font-size:1rem}.filters__meta--outside-collapsible{margin:.35rem 0 .85rem}.grid-wrap{width:100%}.grid{grid-template-columns:repeat(auto-fill,minmax(272px,1fr));align-items:stretch;gap:1rem 1.1rem;display:grid}.infinite-sentinel{justify-content:center;align-items:center;min-height:4.5rem;padding:1.25rem 1rem 2rem;display:flex}.infinite-sentinel__inner{color:var(--ink-muted);align-items:center;gap:.65rem;font-size:.95rem;font-weight:600;display:inline-flex}.infinite-sentinel__label{line-height:1.3}.infinite-sentinel--done{pointer-events:none;height:1px;min-height:0;padding:0;overflow:hidden}.card{--card-content-width:100%;background:var(--surface);border:1px solid var(--border);height:100%;min-height:0;box-shadow:var(--shadow-sm);border-radius:18px;flex-direction:column;align-items:center;gap:.9rem;padding:1.1rem 1.15rem 1.2rem;transition:transform .15s,box-shadow .15s;display:flex;position:relative}.card:hover{box-shadow:var(--shadow-md);transform:translateY(-3px)}.card__rank{z-index:1;font-family:var(--font-display);color:var(--coral-dark);background:#ff8a5b38;border-radius:8px;padding:.2rem .5rem;font-size:.78rem;font-weight:800;position:absolute;top:.55rem;right:.55rem}.card__media{aspect-ratio:1;background:var(--surface-2);border:1px solid var(--border);border-radius:14px;flex-shrink:0;align-self:center;width:100%;display:block;overflow:hidden}.card__media-img{object-fit:contain;width:100%;height:100%;display:block}.card__media--static{cursor:default}.card__body{width:var(--card-content-width);text-align:center;flex-direction:column;flex:1;align-items:center;gap:.2rem;max-width:100%;padding-right:0;display:flex}@media (width>=1400px){.card{--card-content-width:100%}}.card__title{color:var(--ink);-webkit-line-clamp:3;line-clamp:3;text-overflow:ellipsis;overflow-wrap:break-word;word-break:break-word;-webkit-hyphens:auto;hyphens:auto;text-align:center;-webkit-box-orient:vertical;width:100%;margin:0 0 .15rem;font-size:1.2rem;font-weight:700;line-height:1.38;display:-webkit-box;overflow:hidden}.card__store{text-transform:uppercase;letter-spacing:.04em;color:var(--ink-muted);text-align:center;margin:0;font-size:1.1rem;font-weight:700;line-height:1.35}.card__store--cartilla{text-transform:none;letter-spacing:.01em;font-weight:600}.card__meta{color:var(--ink-muted);text-align:center;margin:0;font-size:.9rem;font-weight:500;line-height:1.4}.card__partner-star{color:#e6a800;text-shadow:0 0 1px #00000026;vertical-align:middle;margin-right:.35rem;font-size:1rem;line-height:1;display:inline-block}.card__footer{text-align:center;flex-direction:column;align-items:center;gap:.45rem;width:100%;margin-top:auto;padding-top:.65rem;display:flex}.card__prices{text-align:center;flex-direction:column;align-items:center;gap:.12rem;margin:0;display:flex}.card__price{font-family:var(--font-display);color:var(--ink);letter-spacing:-.02em;text-align:center;font-size:1.8rem;font-weight:800;line-height:1.15}.card__price-usd{font-family:var(--font-body);color:var(--ink-muted);letter-spacing:0;white-space:nowrap;margin-top:.15rem;font-size:1rem;font-weight:600}.card__unit{color:var(--ink-muted);font-size:.86rem;line-height:1.35}.card__cta{color:var(--coral-dark);font-size:1rem;font-weight:700;text-decoration:none;display:inline-block}.card__cta:hover{text-decoration:underline}.empty{text-align:center;color:var(--ink-muted);margin:2rem 0;font-size:1.05rem}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.site-footer{margin-top:2.5rem;padding-top:1.25rem}.text-center{text-align:center}.text-sm{font-size:.875rem}.text-xs{font-size:.75rem}.text-gray-700{color:#374151}.text-gray-600{color:#4b5563}.mt-2{margin-top:.5rem}@media (width>=640px){.sm\:mt-0{margin-top:0}.sm\:inline{display:inline}.sm\:ml-2{margin-left:.5rem}}.dark .dark\:text-gray-300{color:#d1d5db}.dark .dark\:text-gray-400{color:#9ca3af}.text-red-600{color:#dc2626}.dark .dark\:text-red-400{color:#f87171}.underline{text-decoration:underline}.transition-colors{transition-property:color;transition-timing-function:ease}.duration-200{transition-duration:.2s}.hover\:text-red-700:hover{color:#b91c1c}.dark .dark\:hover\:text-red-300:hover{color:#fca5a5}.card__actions{position:absolute;bottom:0;right:0}.card__add-btn{cursor:pointer;background:linear-gradient(135deg, var(--coral), #e85d2c);color:#fff;border:none;border-radius:16px 0 18px;justify-content:center;align-items:center;width:3rem;height:3rem;padding:0;font-size:1.7rem;font-weight:900;transition:background .35s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden}.card__add-btn:active:not(:disabled){animation:.22s cubic-bezier(.36,.07,.19,.97) forwards btn-press}@keyframes btn-press{0%{transform:scale(1)}45%{transform:scale(.86)}to{transform:scale(1)}}.card__add-btn:hover:not(:disabled){filter:brightness(1.1)}.card__add-btn--added{cursor:default;animation:.4s cubic-bezier(.34,1.56,.64,1) btn-bounce;background:linear-gradient(135deg,#22c55e,#16a34a)!important}@keyframes btn-bounce{0%{transform:scale(1)}40%{transform:scale(.88)}to{transform:scale(1)}}.card__add-icon-wrap{opacity:1;justify-content:center;align-items:center;transition:opacity .2s,transform .28s cubic-bezier(.36,.07,.19,.97);display:flex;position:absolute;transform:translateY(0)scale(1)}.card__add-btn--added .card__add-icon-wrap{opacity:0;transform:translateY(-70%)scale(.5)}.card__add-check-wrap{opacity:0;justify-content:center;align-items:center;font-size:1.25rem;font-weight:900;line-height:1;transition:opacity .25s .12s,transform .38s cubic-bezier(.34,1.56,.64,1) .1s;display:flex;position:absolute;transform:translateY(60%)scale(.4)}.card__add-btn--added .card__add-check-wrap{opacity:1;transform:translateY(0)scale(1)}.cart-fab{z-index:50;cursor:pointer;background:linear-gradient(135deg, var(--lime), #b8f077);border:none;border-radius:50%;justify-content:center;align-items:center;width:3rem;height:3rem;font-size:1.6rem;transition:transform .18s,box-shadow .18s;display:flex;position:fixed;bottom:1.75rem;right:1.75rem;box-shadow:0 4px 20px #b8f07766}.cart-fab--has-items{background:linear-gradient(135deg, var(--lime), #b8f077);box-shadow:0 6px 24px #b8f07799}.cart-fab:hover{transform:translateY(-3px)scale(1.07);box-shadow:0 8px 28px #1c153038}.cart-fab__badge{background:var(--ink);min-width:1.35rem;height:1.35rem;color:var(--lime);border-radius:999px;justify-content:center;align-items:center;padding:0 .3rem;font-size:.72rem;font-weight:800;line-height:1;animation:.22s cubic-bezier(.34,1.56,.64,1) badge-pop;display:flex;position:absolute;top:-.3rem;right:-.3rem;box-shadow:0 2px 6px #00000040}@keyframes badge-pop{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}.cart-overlay{z-index:60;-webkit-backdrop-filter:blur(3px);background:#1c153073;animation:.22s fade-in;position:fixed;inset:0}@keyframes fade-in{0%{opacity:0}to{opacity:1}}.cart-panel{z-index:70;background:var(--surface);border-left:1px solid var(--border);flex-direction:column;width:min(400px,100vw);animation:.28s cubic-bezier(.22,1,.36,1) slide-in;display:flex;position:fixed;top:0;bottom:0;right:0;overflow:hidden;box-shadow:-8px 0 40px #1c15302e}@keyframes slide-in{0%{transform:translate(100%)}to{transform:translate(0)}}@media (width<=639px){.cart-panel{border-left:none;border-top:1px solid var(--border);border-radius:24px 24px 0 0;width:100%;max-height:88svh;animation:.32s cubic-bezier(.22,1,.36,1) slide-up;inset:auto 0 0;box-shadow:0 -8px 40px #1c153038}@keyframes slide-up{0%{transform:translateY(100%)}to{transform:translateY(0)}}}.cart-panel__drag-handle{background:var(--border);border-radius:999px;flex-shrink:0;width:40px;height:5px;margin:10px auto 0;display:none}@media (width<=639px){.cart-panel__drag-handle{display:block}}.cart-panel__header{border-bottom:1px solid var(--border);background:var(--surface);flex-shrink:0;justify-content:space-between;align-items:center;padding:1rem 1.5rem .9rem;display:flex}.cart-panel__title{font-family:var(--font-display);color:var(--ink);align-items:center;gap:.5rem;margin:0;font-size:1.5rem;font-weight:800;display:flex}.cart-panel__count{background:var(--coral);min-width:1.4rem;height:1.4rem;color:var(--ink);border-radius:999px;justify-content:center;align-items:center;padding:0 .3rem;font-size:.8rem;font-weight:800;line-height:1;display:inline-flex}.cart-panel__close{border:2px solid var(--border);background:var(--surface-2);width:2.4rem;height:2.4rem;color:var(--ink-muted);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;font-size:1.5rem;line-height:1;transition:background .15s,color .15s,border-color .15s;display:flex}.cart-panel__close:hover{border-color:var(--coral);color:var(--coral-dark);background:#ff8a5b26}.cart-panel__empty{color:var(--ink-muted);text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:.5rem;padding:2rem;font-size:1.05rem;display:flex}.cart-panel__empty p{margin:0}.cart-panel__empty-icon{margin-bottom:.5rem;font-size:3rem;animation:3s ease-in-out infinite float;display:block}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.cart-panel__empty-hint{color:var(--ink-muted);opacity:.7;font-size:.9rem}.cart-list{scrollbar-width:thin;scrollbar-color:var(--border) transparent;flex:1;margin:0;padding:.75rem 0;list-style:none;overflow-y:auto}.cart-item{border-bottom:1px solid var(--border);flex-wrap:wrap;align-items:flex-start;gap:.5rem .85rem;padding:.85rem 1.5rem;transition:background .12s;display:flex}.cart-item:last-child{border-bottom:none}.cart-item:hover{background:var(--surface-2)}@media (width<=639px){.cart-item{row-gap:.5rem}}.cart-item__img{object-fit:contain;background:var(--surface-2);border:1px solid var(--border);border-radius:10px;flex-shrink:0;width:56px;height:56px}@media (width<=639px){.cart-item__img{width:72px;height:72px}}.cart-item__info{text-align:left;flex:1;min-width:0}.cart-item__name{color:var(--ink);overflow-wrap:break-word;word-break:break-word;margin:0 0 .15rem;font-size:.9rem;font-weight:700}@media (width<=639px){.cart-item__name{-webkit-line-clamp:3;line-clamp:3;text-overflow:ellipsis;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}}.cart-item__store{color:var(--ink-muted);text-transform:uppercase;letter-spacing:.04em;margin:0 0 .2rem;font-size:.78rem;font-weight:600}.cart-item__price{font-family:var(--font-display);color:var(--coral-dark);margin:0;font-size:1.15rem;font-weight:800}@media (width<=639px){.cart-item__price{font-size:1.35rem}}.cart-item__controls{flex-shrink:0;justify-content:flex-start;align-items:center;gap:.3rem;width:100%;padding-left:calc(56px + .85rem);display:flex}@media (width<=639px){.cart-item__controls{row-gap:.5rem;padding-left:calc(72px + .85rem)}}.cart-item__qty-btn{border:2px solid var(--border);background:var(--surface-2);width:1.8rem;height:1.8rem;color:var(--ink);cursor:pointer;border-radius:8px;justify-content:center;align-items:center;padding:0;font-size:1.1rem;font-weight:700;line-height:1;transition:background .12s,border-color .12s,transform .1s;display:flex}.cart-item__qty-btn:active{animation:.18s cubic-bezier(.36,.07,.19,.97) qty-btn-press}@keyframes qty-btn-press{0%{transform:scale(1)}40%{transform:scale(.82)}to{transform:scale(1)}}@media (width<=639px){.cart-item__qty-btn{border-radius:10px;width:2.75rem;height:2.75rem;font-size:1.3rem}}@media (hover:hover){.cart-item__qty-btn:hover{border-color:var(--lime-dark);background:#c5ff6859}}.cart-item__qty{text-align:center;min-width:1.5rem;color:var(--ink);font-size:.95rem;font-weight:800}.cart-item__qty--pop{animation:.3s cubic-bezier(.34,1.56,.64,1) qty-pop}@keyframes qty-pop{0%{opacity:.4;transform:scale(.5)}to{opacity:1;transform:scale(1)}}.cart-item__confirm{align-items:center;gap:.35rem;margin-left:auto;animation:.22s cubic-bezier(.22,1,.36,1) confirm-slide-in;display:flex}@keyframes confirm-slide-in{0%{opacity:0;transform:translate(24px)}to{opacity:1;transform:translate(0)}}.cart-item__confirm-text{color:var(--ink-muted);white-space:nowrap;font-size:.78rem;font-weight:700}.cart-item__confirm-yes,.cart-item__confirm-no{cursor:pointer;border:2px solid;border-radius:6px;padding:.25rem .55rem;font-size:.8rem;font-weight:800;line-height:1;transition:background .12s,transform .1s}.cart-item__confirm-yes:active,.cart-item__confirm-no:active{transform:scale(.9)}.cart-item__confirm-yes{color:#dc2626;background:#dc26261a;border-color:#dc262666}.cart-item__confirm-yes:hover{background:#dc262633}.cart-item__confirm-no{background:var(--surface-2);border-color:var(--border);color:var(--ink-muted)}.cart-item__confirm-no:hover{border-color:var(--lime-dark);color:var(--ink);background:#c5ff6840}.cart-item__remove{color:#dc2626;cursor:pointer;background:#dc262614;border:2px solid #dc26264d;border-radius:8px;justify-content:center;align-items:center;width:1.8rem;height:1.8rem;margin-left:auto;padding:0;font-size:1rem;transition:background .12s,border-color .12s,transform .1s;display:flex}@media (width<=639px){.cart-item__remove{border-radius:10px;width:2.75rem;height:2.75rem;font-size:1.15rem}}.cart-item__remove:hover{background:#dc26262e;border-color:#dc2626;transform:scale(1.1)}.cart-panel__footer{border-top:1px solid var(--border);background:var(--surface);flex-direction:column;flex-shrink:0;gap:.75rem;padding:1.1rem 1.5rem 1.5rem;display:flex}@media (width<=639px){.cart-panel__footer{padding-bottom:max(1.5rem, env(safe-area-inset-bottom,1.5rem))}}.cart-panel__total-wrap{flex-direction:column;gap:.2rem;display:flex}.cart-panel__total{color:var(--ink-muted);justify-content:space-between;align-items:baseline;font-size:1.1rem;font-weight:600;display:flex}.cart-panel__total strong{font-family:var(--font-display);color:var(--ink);letter-spacing:-.02em;font-size:1.7rem;font-weight:800}.cart-panel__total-usd{text-align:right;font-family:var(--font-mono);color:var(--ink-muted);letter-spacing:.03em;font-size:.85rem;font-weight:600}.cart-panel__clear{width:100%;font:inherit;color:var(--coral-dark);cursor:pointer;background:#e85d2c1a;border:2px solid #e85d2c4d;border-radius:12px;padding:.7rem 1rem;font-size:.95rem;font-weight:700;transition:background .15s,border-color .15s}.cart-panel__clear:hover{border-color:var(--coral-dark);background:#e85d2c2e}
