:root{--bg:#0f1419;--surface:#1a2332;--border:#2d3a4d;--text:#e6edf3;--text-muted:#8b949e;--accent:#58a6ff;--success:#3fb950;--warning:#d29922;--danger:#f85149}*{box-sizing:border-box;padding:0;margin:0}body,html{max-width:100vw;min-height:100vh;background:var(--bg);color:var(--text);font-family:Segoe UI,system-ui,-apple-system,sans-serif}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}button{cursor:pointer}button,input,select,textarea{font:inherit}table{border-collapse:collapse;width:100%}td,th{text-align:left;padding:.75rem 1rem;border-bottom:1px solid var(--border)}th{font-weight:600;color:var(--text-muted)}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:6px;border:1px solid var(--border);background:var(--surface);color:var(--text);transition:background .15s,border-color .15s}.btn:hover{background:#243044}.btn-primary,.btn:hover{border-color:var(--accent)}.btn-primary{background:var(--accent);color:#fff}.btn-primary:hover{filter:brightness(1.1)}.btn-danger{border-color:var(--danger);color:var(--danger)}.btn-danger:hover{background:rgba(248,81,73,.15)}.card{background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:1.25rem}.form-group{margin-bottom:1rem}.form-group label{display:block;margin-bottom:.35rem;color:var(--text-muted);font-size:.9rem}.form-group input,.form-group select,.form-group textarea{width:100%;padding:.5rem .75rem;border:1px solid var(--border);border-radius:6px;background:var(--bg);color:var(--text)}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:var(--accent)}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield}.badge{display:inline-block;padding:.2rem .5rem;border-radius:4px;font-size:.75rem;font-weight:500}.badge-pending{background:rgba(210,153,34,.2);color:var(--warning)}.badge-confirmed{background:rgba(63,185,80,.2);color:var(--success)}.badge-cancelled{background:rgba(248,81,73,.2);color:var(--danger)}:root{--mart-header:#131921;--mart-header-hover:#232f3e;--mart-orange:#f90;--mart-orange-hover:#fa0;--mart-bg:#eaeded;--mart-card:#fff;--mart-text:#0f1111;--mart-text-muted:#565959;--mart-border:#ddd;--jeato-green:#6c6;--jeato-mart-red:#e63946;--jeato-logo-blue:#2563eb;--jeato-logo-purple:#a855f7;--jeato-logo-teal:#2dd4bf;--mart-nav-green:#2d5a27;--mart-search-red:#c45500;--mart-footer-bg:#232f3e;--mart-footer-text:#e2e6e9}.store-layout{min-height:100vh;background:var(--mart-bg);color:var(--mart-text);font-family:Amazon Ember,Segoe UI,system-ui,-apple-system,sans-serif;display:flex;flex-direction:column}.store-main{max-width:1400px;padding:0 1rem 2rem}.store-browse,.store-main{flex:1 1;width:100%;margin:0 auto}.store-browse{display:flex;min-height:0;max-width:1600px}.store-sidebar{flex-shrink:0;width:260px;background:#f3f4f6;border-right:1px solid var(--mart-border);padding:1.25rem 0;overflow-y:auto}.store-sidebar-section{margin-bottom:1.5rem}.store-sidebar-section:last-child{margin-bottom:0}.store-sidebar-heading{font-size:.7rem;font-weight:700;letter-spacing:.05em;color:var(--mart-text-muted);margin:0 1rem .75rem;padding:0}.store-sidebar-subheading{display:flex;align-items:center;justify-content:space-between;margin:0 1rem .5rem}.store-sidebar-subheading .store-sidebar-heading{margin:0}.store-sidebar-viewall{font-size:.8rem;color:var(--mart-nav-green);text-decoration:none;font-weight:500}.store-sidebar-viewall:hover{text-decoration:underline}.store-sidebar-list{list-style:none;margin:0;padding:0}.store-sidebar-link{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;color:var(--mart-text);text-decoration:none;font-size:.9rem;transition:background .15s}.store-sidebar-link:hover{background:rgba(0,0,0,.05);color:var(--mart-text);text-decoration:none}.store-sidebar-link-active{background:#dcfce7;color:var(--mart-text);font-weight:600}.store-sidebar-link-active:hover{background:#bbf7d0;color:var(--mart-text)}.store-sidebar-icon{font-size:1.1rem;flex-shrink:0}.store-sidebar-label{flex:1 1;min-width:0}.store-sidebar-count{font-size:.85rem;color:var(--mart-text-muted);font-weight:400}.store-sidebar-link-active .store-sidebar-count{color:var(--mart-text)}.store-browse-main{flex:1 1;min-width:0;padding:1rem 1.5rem 2rem;background:var(--mart-bg)}.store-breadcrumb-sep{margin:0 .25rem;color:var(--mart-text-muted)}.store-browse-title{font-size:1.5rem;font-weight:700;color:var(--mart-text);margin:0 0 .25rem}.store-browse-count{font-size:.9rem;color:var(--mart-text-muted);margin:0 0 1rem}.store-pills{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.store-pill{display:inline-flex;align-items:center;padding:.4rem 1rem;border-radius:999px;border:1px solid var(--mart-border);background:var(--mart-card);font-size:.9rem;cursor:pointer;transition:background .15s,border-color .15s,color .15s}.store-pill,.store-pill:hover{color:var(--mart-text);text-decoration:none}.store-pill:hover{background:#f3f4f6;border-color:var(--mart-nav-green)}.store-pill-active,button.store-pill.store-pill-active{background:var(--mart-nav-green);border-color:var(--mart-nav-green);color:#fff}.store-pill-active:hover,button.store-pill.store-pill-active:hover{background:#15803d;border-color:#15803d;color:#fff;text-decoration:none}.store-browse-sections{display:flex;flex-direction:column;gap:2rem}.store-browse-section-title{font-size:1.1rem;font-weight:700;color:var(--mart-text);margin:0 0 .75rem;padding-bottom:.35rem}.store-browse-section-empty{color:var(--mart-text-muted);font-size:.9rem;margin:0 0 1rem}.store-sidebar-skeleton{width:260px;flex-shrink:0;background:#f3f4f6;border-right:1px solid var(--mart-border)}.store-browse-title-skeleton{height:1.5rem;width:40%;background:linear-gradient(90deg,#e5e7eb 25%,#f3f4f6 50%,#e5e7eb 75%);background-size:200% 100%;border-radius:4px;animation:store-shine 1.2s ease-in-out infinite;margin-bottom:1rem}@media (max-width:900px){.store-browse{flex-direction:column}.store-sidebar,.store-sidebar-skeleton{width:100%;border-right:none;border-bottom:1px solid var(--mart-border);max-height:280px}}.store-header{display:flex;align-items:center;gap:.75rem;padding:.5rem 1rem;background:var(--mart-header);position:-webkit-sticky;position:sticky;top:0;z-index:100;box-shadow:0 2px 4px rgba(0,0,0,.2)}.store-header-white{background:#fff;border-bottom:1px solid var(--mart-border);box-shadow:0 1px 3px rgba(0,0,0,.06)}.store-logo{font-size:1.4rem;color:#fff}.store-logo,.store-logo-twotone{font-weight:700;text-decoration:none;letter-spacing:-.5px;flex-shrink:0}.store-logo-twotone{font-size:1.5rem}.store-logo-twotone:hover .store-logo-jeato,.store-logo-twotone:hover .store-logo-mart{opacity:.9}.store-logo-jeato{color:transparent;background:linear-gradient(90deg,var(--jeato-logo-blue),var(--jeato-logo-purple));-webkit-background-clip:text;background-clip:text}.store-logo-mart{color:transparent;background:linear-gradient(90deg,var(--jeato-logo-teal),var(--jeato-logo-purple));-webkit-background-clip:text;background-clip:text}.store-header-delivery{display:flex;align-items:center;gap:.35rem;padding:.35rem .5rem;flex-shrink:0}.store-header-pin{font-size:1.1rem}.store-header-delivery-label{display:block;font-size:.7rem;color:var(--mart-text-muted)}.store-header-delivery-link{font-size:.85rem;font-weight:600;color:var(--mart-text)}.store-header-delivery a{color:#0066c0;text-decoration:none}.store-header-delivery a:hover{text-decoration:underline}.store-search-wrap{display:flex;flex:1 1;max-width:560px;min-width:0;margin:0 .5rem}.store-search-white{border-radius:6px;overflow:hidden;border:1px solid #ddd}.store-search-dropdown{padding:.5rem;font-size:.85rem;background:rgba(168,85,247,.12);color:var(--mart-text);cursor:pointer;border:none;border-right:1px solid #ddd}.store-search-input{flex:1 1;min-width:0;padding:.5rem .75rem;font-size:.95rem;border:none;border-radius:0;background:hsla(0,0%,100%,.97);color:var(--mart-text)}.store-search-input-white:focus{outline:none;box-shadow:0 0 0 2px rgba(168,85,247,.35)}.store-search-input::placeholder{color:var(--mart-text-muted)}.store-search-btn{padding:.5rem .85rem;border:none;border-radius:0 4px 4px 0;background:var(--mart-orange);color:#131921;font-size:1rem;cursor:pointer;flex-shrink:0}.store-search-btn-red{background:linear-gradient(90deg,var(--jeato-logo-blue) 0,var(--jeato-logo-purple) 55%,var(--jeato-logo-teal) 100%);color:#fff;border-radius:0}.store-search-btn-red:hover:not(:disabled){filter:brightness(1.08)}.store-search-btn:disabled{opacity:.8;cursor:wait}@media (max-width:640px){.store-header{flex-wrap:wrap;gap:.4rem;padding:.4rem .6rem}.store-header-delivery{order:2;width:100%;padding:.15rem 0}.store-header-delivery-link{max-width:240px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.store-search-wrap{order:3;max-width:none;margin:.35rem 0 .2rem;width:100%}.store-search-dropdown{display:none}.store-search-input{border-radius:6px 0 0 6px}.store-search-btn{border-radius:0 6px 6px 0;padding:.5rem .7rem}.store-header .store-header-link,.store-header-account{display:none}.store-cart{display:flex}}.store-header-account{display:flex;flex-direction:column;align-items:flex-start;flex-shrink:0}.store-header-hello{font-size:.7rem;color:var(--mart-text-muted)}.store-header-link{font-size:.85rem;font-weight:600;color:var(--mart-text);text-decoration:none}.store-header-link:hover{text-decoration:underline;color:var(--mart-text)}.store-header-orders{margin-left:.25rem}.store-cart{display:flex;align-items:flex-end;gap:.25rem;padding:.4rem .6rem;color:#fff;text-decoration:none;border-radius:2px;flex-shrink:0}.store-cart-white{color:var(--mart-text)}.store-cart-white:hover{color:var(--mart-search-red);text-decoration:none}.store-cart-icon{font-size:1.5rem}.store-cart-label{font-size:.85rem;font-weight:600}.store-cart-count{font-size:.8rem}.store-cart-count,.store-cart-white .store-cart-count{color:var(--mart-search-red)}.store-nav{display:flex;align-items:center;gap:1.5rem}.store-nav a{color:#fff;font-size:.9rem;text-decoration:none;padding:.35rem .5rem;border-radius:2px}.store-nav a:hover{color:var(--mart-orange);text-decoration:none}.store-navbar{display:flex;align-items:center;gap:1rem;padding:.5rem 1rem;position:-webkit-sticky;position:sticky;top:52px;z-index:99}.store-navbar-green{background:linear-gradient(90deg,var(--jeato-logo-blue) 0,var(--jeato-logo-purple) 55%,var(--jeato-logo-teal) 100%);color:#fff}.store-navbar-all{display:flex;align-items:center;gap:.35rem;color:#fff;text-decoration:none;font-size:.95rem;font-weight:600;padding:.35rem .5rem}.store-navbar-all:hover{color:#fff;text-decoration:none;opacity:.9}.store-navbar-hamburger{font-size:1.25rem}.store-navbar-links{display:flex;flex-wrap:wrap;gap:.5rem 1rem}.store-navbar-link{color:#fff;text-decoration:none;font-size:.9rem;padding:.25rem 0}.store-navbar-link:hover{color:#fff;text-decoration:underline}.store-hero{margin-bottom:1.5rem;position:relative;border-radius:8px;overflow:hidden;min-height:200px;display:flex;align-items:center;justify-content:center;text-align:center}.store-hero-bg{background:linear-gradient(135deg,rgba(37,99,235,.98),rgba(168,85,247,.88) 50%,rgba(45,212,191,.28))}.store-hero-bg,.store-hero-bg-img{position:absolute;inset:0;z-index:0}.store-hero-bg-img{background-size:120% 120%;background-position:50%;background-repeat:no-repeat;opacity:.85;background-image:radial-gradient(circle at 15% 20%,hsla(0,0%,100%,.25) 0,hsla(0,0%,100%,0) 45%),radial-gradient(circle at 70% 30%,hsla(0,0%,100%,.18) 0,hsla(0,0%,100%,0) 50%),radial-gradient(circle at 40% 75%,hsla(0,0%,100%,.14) 0,hsla(0,0%,100%,0) 55%),radial-gradient(circle at 30% 55%,rgba(45,212,191,.4) 0,rgba(45,212,191,0) 55%),radial-gradient(circle at 70% 60%,rgba(168,85,247,.35) 0,rgba(168,85,247,0) 55%),radial-gradient(circle at 55% 35%,rgba(37,99,235,.45) 0,rgba(37,99,235,0) 55%)}.store-hero-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(17,24,39,.15) 0,rgba(17,24,39,.55));z-index:1}.store-hero-content{position:relative;z-index:2;padding:2.5rem 1rem;width:100%}.store-hero h1{font-size:1.85rem;font-weight:700;color:#fff;margin-bottom:.35rem;text-shadow:0 1px 3px rgba(0,0,0,.4)}.store-hero p{color:#e2e6e9;font-size:1rem}.store-hero-inline{margin-bottom:1.5rem}.store-hero-inline h1{font-size:1.5rem;font-weight:700;color:var(--mart-text);margin-bottom:.25rem}.store-hero-inline p{color:var(--mart-text-muted);font-size:.95rem}.store-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));grid-gap:1.25rem;gap:1.25rem}.store-card{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;background:var(--mart-card);border-radius:6px;border:1px solid var(--mart-border);transition:box-shadow .2s,border-color .2s;box-shadow:0 1px 3px rgba(0,0,0,.06)}.store-card,.store-card:hover{text-decoration:none;color:var(--mart-text)}.store-card:hover{border-color:var(--mart-orange);box-shadow:0 4px 14px rgba(255,153,0,.15)}.store-card-name{font-weight:600;font-size:1.05rem;color:var(--mart-text)}.store-card-arrow{color:var(--mart-orange);font-size:1.25rem;font-weight:700}.store-card-skeleton{height:72px;background:linear-gradient(90deg,#e5e7eb 25%,#f3f4f6 50%,#e5e7eb 75%);background-size:200% 100%;border-radius:6px;animation:store-shine 1.2s ease-in-out infinite}@keyframes store-shine{0%{background-position:200% 0}to{background-position:-200% 0}}.store-empty{color:var(--mart-text-muted);text-align:center;padding:3rem;background:var(--mart-card);border-radius:6px;border:1px solid var(--mart-border)}.store-breadcrumb{margin-bottom:1rem;padding:.6rem 0;font-size:.85rem;color:var(--mart-text-muted)}.store-breadcrumb a{color:var(--mart-orange);text-decoration:none}.store-breadcrumb a:hover{color:#c77800;text-decoration:underline}.store-product-card{background:var(--mart-card);border-radius:6px;border:1px solid var(--mart-border);overflow:hidden;text-decoration:none;color:inherit;display:block;transition:box-shadow .2s,border-color .2s;box-shadow:0 1px 3px rgba(0,0,0,.06)}.store-product-card:hover{text-decoration:none;color:inherit;border-color:var(--mart-orange);box-shadow:0 4px 14px rgba(255,153,0,.12)}.store-product-image{width:100%;aspect-ratio:1;object-fit:cover;background:#f7f8f8}.store-product-image-placeholder{display:flex;align-items:center;justify-content:center;color:var(--mart-text-muted);font-size:.9rem}.store-product-body{padding:1rem}.store-product-name{font-weight:600;font-size:1rem;margin-bottom:.35rem;color:var(--mart-text);line-height:1.3}.store-product-price{display:flex;align-items:baseline;gap:.5rem;flex-wrap:wrap}.store-product-offer{font-weight:700;font-size:1.15rem;color:#b12704}.store-product-actual{font-size:.9rem;color:var(--mart-text-muted);text-decoration:line-through}.store-product-unit{font-size:.8rem;color:var(--mart-text-muted);margin-top:.25rem}.store-home-section{margin-bottom:2.5rem}.store-section-title{font-size:1.25rem;font-weight:700;color:var(--mart-text);margin-bottom:1rem}.store-product-grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr))}@media (max-width:640px){.store-product-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:1rem}}.store-product-detail{display:grid;grid-template-columns:minmax(200px,360px) 1fr;grid-gap:2rem;gap:2rem;align-items:start;background:var(--mart-card);border-radius:8px;border:1px solid var(--mart-border);padding:1.5rem}@media (max-width:640px){.store-product-detail{grid-template-columns:1fr}}.store-product-detail-image-wrap{position:relative;aspect-ratio:1;border-radius:6px;overflow:hidden;background:#f7f8f8}.store-product-detail-image{width:100%;height:100%;object-fit:cover}.store-product-detail-info{min-width:0}.store-product-detail-name{font-size:1.5rem;font-weight:700;color:var(--mart-text);margin-bottom:.75rem}.store-product-detail-desc{color:var(--mart-text-muted);font-size:.95rem;line-height:1.5;margin-top:1rem}.store-product-detail-back{margin-top:1.25rem;display:inline-block;background:var(--mart-orange)!important;border-color:var(--mart-orange)!important;color:#131921!important}.store-product-detail-back:hover{background:var(--mart-orange-hover)!important;filter:brightness(1.05)}.store-footer{background:var(--mart-footer-bg);color:var(--mart-footer-text);margin-top:auto;padding:2.5rem 1rem 2rem}.store-footer-inner{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;grid-gap:2rem;gap:2rem}@media (max-width:900px){.store-footer-inner{grid-template-columns:1fr 1fr}}@media (max-width:500px){.store-footer-inner{grid-template-columns:1fr}}.store-footer-col ul{list-style:none;padding:0;margin:0}.store-footer-col li{margin-bottom:.5rem}.store-footer-col a{color:var(--mart-footer-text);text-decoration:none;font-size:.9rem}.store-footer-col a:hover{text-decoration:underline}.store-footer-brand .store-footer-logo{font-size:1.5rem;font-weight:700;margin-bottom:.75rem}.store-footer-slogan{font-size:.9rem;line-height:1.5;color:#b0b8be;margin-bottom:1rem;max-width:280px}.store-footer-social{display:flex;gap:.75rem}.store-footer-social a{width:36px;height:36px;border-radius:50%;border:1px solid #5a6b7a;display:flex;align-items:center;justify-content:center;font-size:.9rem;color:var(--mart-footer-text)}.store-footer-social a:hover{background:hsla(0,0%,100%,.1);text-decoration:none}.store-footer-heading{font-size:1rem;font-weight:600;margin-bottom:1rem;padding-bottom:.5rem}.store-footer-heading-green{border-bottom:2px solid var(--jeato-green)}.store-footer-heading-purple{border-bottom:2px solid #9b59b6}.store-footer-heading-red{border-bottom:2px solid var(--jeato-mart-red)}.store-footer-contact li{font-size:.9rem;color:#b0b8be}.store-hero-promo{position:relative;min-height:280px;display:flex;align-items:center;padding:2rem 3rem;border-radius:8px;overflow:hidden;margin-bottom:1.5rem}.store-hero-promo-badge{display:inline-block;background:linear-gradient(90deg,var(--jeato-logo-blue) 0,var(--jeato-logo-purple) 55%,var(--jeato-logo-teal) 100%);color:#fff;padding:.35rem .85rem;border-radius:999px;font-size:.85rem;font-weight:600;margin-bottom:.75rem}.store-hero-promo h1{font-size:2rem;font-weight:700;color:#fff;margin-bottom:1rem;text-shadow:0 1px 3px rgba(0,0,0,.3)}.store-hero-promo .store-btn-green{display:inline-block;background:linear-gradient(90deg,var(--jeato-logo-blue) 0,var(--jeato-logo-purple) 55%,var(--jeato-logo-teal) 100%);color:#fff;padding:.6rem 1.25rem;border-radius:8px;font-weight:600;text-decoration:none;border:none;cursor:pointer}.store-hero-promo .store-hero-content{display:flex;align-items:center;justify-content:space-between;gap:2.5rem;width:100%;text-align:left}.store-hero-promo-text{display:flex;flex-direction:column;align-items:flex-start;gap:.4rem;min-width:0}.store-hero-subtitle{color:hsla(0,0%,100%,.85);font-size:1rem;line-height:1.4;max-width:32rem}.store-hero-promo-image-wrap{flex:0 0 auto;width:320px;max-width:40vw;opacity:.95;background:hsla(0,0%,100%,.06);border:1px solid hsla(0,0%,100%,.16);border-radius:18px;padding:0;overflow:hidden;box-shadow:0 18px 40px rgba(0,0,0,.12)}.store-hero-promo-image{width:100%;height:260px;object-fit:cover;object-position:center;display:block}@media (max-width:900px){.store-hero-promo-image{height:240px}.store-hero-promo .store-hero-content{flex-direction:column;align-items:flex-start}.store-hero-promo-image-wrap{width:100%;max-width:520px}}@media (max-width:640px){.store-hero-promo{padding:1.25rem 1rem;min-height:220px}.store-hero-promo .store-hero-content{gap:1rem;padding-top:1rem}.store-hero-promo-image{height:200px}}.store-hero-promo .store-btn-green:hover{filter:brightness(1.1);text-decoration:none;color:#fff}.store-hero-promo-arrows{position:absolute;top:50%;transform:translateY(-50%);width:100%;pointer-events:none;display:flex;justify-content:space-between;padding:0 .5rem}.store-hero-promo-arrows span{width:36px;height:36px;border-radius:50%;background:linear-gradient(135deg,rgba(37,99,235,.38),rgba(168,85,247,.34) 55%,rgba(45,212,191,.28));display:flex;align-items:center;justify-content:center;font-size:1.25rem;pointer-events:auto;cursor:pointer}.store-category-circles{display:flex;gap:1.5rem;overflow-x:auto;padding:1rem 0 1.5rem;margin:0 -.5rem;scrollbar-width:thin}.store-category-circle{flex-shrink:0;display:flex;flex-direction:column;align-items:center;min-width:90px}.store-category-circle,.store-category-circle:hover{text-decoration:none;color:var(--mart-text)}.store-category-circle-icon{width:80px;height:80px;border-radius:50%;background:#f0f0f0;display:flex;align-items:center;justify-content:center;font-size:2rem;margin-bottom:.5rem;border:1px solid var(--mart-border);transition:background .2s}.store-category-circle:hover .store-category-circle-icon{background:#e8f5e9}.store-category-circle-name{font-size:.8rem;font-weight:500;text-align:center;line-height:1.2}.store-product-card-with-actions{position:relative;background:var(--mart-card);border-radius:8px;border:1px solid var(--mart-border);overflow:hidden;transition:box-shadow .2s}.store-product-card-with-actions:hover{box-shadow:0 4px 12px rgba(0,0,0,.08)}.store-product-card-badges{position:absolute;top:.5rem;left:.5rem;right:.5rem;z-index:1;display:flex;justify-content:space-between;pointer-events:none}.store-product-badge-time{background:rgba(0,0,0,.5);color:#fff;font-size:.7rem;padding:.25rem .5rem;border-radius:4px;display:flex;align-items:center;gap:.25rem}.store-product-badge-off{background:#0066c0;color:#fff;font-size:.75rem;font-weight:600;padding:.25rem .5rem;border-radius:4px}.store-btn-add-cart{display:inline-flex;align-items:center;justify-content:center;gap:.35rem;width:100%;padding:.5rem .75rem;background:var(--jeato-green);color:#fff;border:none;border-radius:6px;font-weight:600;font-size:.9rem;cursor:pointer;margin-top:.5rem}.store-btn-add-cart:hover{filter:brightness(1.08)}.store-product-card-actions{padding:0 1rem 1rem}.store-tabbed-section{margin-top:.5rem}.store-tabs{display:flex;gap:0;border-bottom:2px solid var(--mart-border);margin-bottom:1.25rem}@media (max-width:640px){.store-tabs{overflow-x:auto;-webkit-overflow-scrolling:touch}.store-tab{white-space:nowrap}}.store-tab{padding:.75rem 1.25rem;font-size:1rem;font-weight:600;color:var(--mart-text-muted);background:none;border:none;border-bottom:3px solid transparent;margin-bottom:-2px;cursor:pointer;transition:color .2s,border-color .2s}.store-tab:hover{color:var(--mart-text)}.store-tab-active{color:var(--jeato-logo-purple);border-bottom-color:var(--jeato-logo-purple)}.store-tab-panel{min-height:200px}.store-tab-panel[hidden]{display:none}.store-cart-list{background:var(--mart-card);border:1px solid var(--mart-border);border-radius:8px;overflow:hidden;margin-bottom:1.5rem}.store-cart-item{display:grid;grid-template-columns:80px 1fr auto;grid-gap:1rem;gap:1rem;align-items:center;padding:1rem;border-bottom:1px solid var(--mart-border)}.store-cart-item:last-child{border-bottom:none}.store-cart-item-image{width:80px;height:80px;border-radius:6px;overflow:hidden;background:#f7f8f8}.store-cart-item-image img{width:100%;height:100%;object-fit:cover}.store-cart-item-details{min-width:0}.store-cart-item-name{font-weight:600;color:var(--mart-text);text-decoration:none;display:block;margin-bottom:.25rem}.store-cart-item-name:hover{color:var(--mart-search-red);text-decoration:underline}.store-cart-item-price{font-size:.9rem;color:var(--mart-text-muted);margin-bottom:.5rem}.store-cart-item-actions{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.store-cart-qty-input{width:60px;padding:.35rem .5rem;border:1px solid var(--mart-border);border-radius:4px;font-size:.9rem}.store-cart-remove{background:none;border:none;color:var(--jeato-mart-red);font-size:.9rem;cursor:pointer;padding:.25rem 0}.store-cart-remove:hover{text-decoration:underline}.store-cart-item-total{font-weight:700;font-size:1.1rem;color:var(--mart-text)}.store-cart-footer{padding:1rem 0}.store-cart-grand-total{font-size:1.25rem;margin-bottom:1rem}.store-cart-grand-total strong{color:var(--mart-text)}.store-cart-checkout-btn{background:var(--mart-search-red)!important;max-width:220px;text-align:center}.store-cart-checkout-btn:hover{filter:brightness(1.08)}.store-cart-continue-link{color:var(--mart-orange);font-size:.95rem;display:inline-flex;align-items:center}.store-cart-continue-link:hover{text-decoration:underline}.store-address-picker{gap:.75rem}.store-address-input{width:100%;padding:.6rem .75rem;font-size:1rem;border:1px solid var(--mart-border);border-radius:6px;background:var(--mart-card);color:var(--mart-text)}.store-address-input:focus{outline:none;border-color:var(--mart-nav-green);box-shadow:0 0 0 2px rgba(45,90,39,.2)}.store-address-use-location{padding:.5rem .75rem;background:var(--mart-bg);border:1px solid var(--mart-border);border-radius:6px;font-size:.9rem;cursor:pointer;align-self:flex-start}.store-address-use-location:hover:not(:disabled){background:#e0e5e7;border-color:var(--mart-nav-green)}.store-address-use-location:disabled{opacity:.7;cursor:wait}.store-address-error{color:var(--jeato-mart-red);font-size:.9rem;margin:0}.store-checkout{padding-bottom:3rem}.store-checkout-title{font-size:1.75rem;font-weight:700;margin-bottom:1.5rem;color:var(--mart-text)}.store-checkout-grid{display:grid;grid-template-columns:1fr 380px;grid-gap:2rem;gap:2rem;align-items:start}@media (max-width:900px){.store-checkout-grid{grid-template-columns:1fr}}.store-checkout-card{background:var(--mart-card);border:1px solid var(--mart-border);border-radius:8px;padding:1.25rem 1.5rem;margin-bottom:1.25rem}.store-checkout-heading{font-size:1.1rem;font-weight:700;color:var(--mart-text);margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid var(--mart-border)}.store-checkout-address-display{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.store-checkout-address-display p{margin:0;color:var(--mart-text);line-height:1.5}.store-checkout-change{background:none;border:none;color:var(--mart-orange);font-size:.9rem;cursor:pointer;padding:.25rem 0;flex-shrink:0}.store-checkout-change:hover{text-decoration:underline;color:#c77800}.store-checkout-confirm-address{display:inline-block;margin-top:.5rem;padding:.5rem 1rem;background:var(--mart-nav-green);color:#fff;border:none;border-radius:6px;font-weight:600;cursor:pointer}.store-checkout-confirm-address:hover{filter:brightness(1.1);color:#fff;text-decoration:none}.store-checkout-form label{display:block;margin-bottom:1rem;font-size:.9rem;font-weight:500;color:var(--mart-text)}.store-checkout-form input{display:block;width:100%;margin-top:.35rem;padding:.5rem .75rem;border:1px solid var(--mart-border);border-radius:6px;font-size:1rem}.store-checkout-form input:focus{outline:none;border-color:var(--mart-nav-green)}.store-checkout-required{color:var(--jeato-mart-red)}.store-order-summary{position:-webkit-sticky;position:sticky;top:120px}.store-order-items{margin-bottom:1rem;max-height:280px;overflow-y:auto}.store-order-summary-item{display:flex;justify-content:space-between;align-items:flex-start;gap:.75rem;padding:.6rem 0;border-bottom:1px solid var(--mart-border);font-size:.9rem}.store-order-summary-item:last-child{border-bottom:none}.store-order-summary-item-info{display:flex;flex-direction:column;gap:.2rem;min-width:0}.store-order-summary-item-name{font-weight:500;color:var(--mart-text)}.store-order-summary-item-qty{color:var(--mart-text-muted);font-size:.85rem}.store-order-summary-item-prices{display:flex;flex-direction:column;align-items:flex-end;gap:.15rem;flex-shrink:0}.store-order-summary-was{color:var(--mart-text-muted);text-decoration:line-through;font-size:.85rem}.store-order-summary-now{font-weight:700;color:var(--mart-text)}.store-order-summary-totals{border-top:1px solid var(--mart-border);padding-top:1rem;margin-bottom:1rem}.store-order-summary-row{display:flex;justify-content:space-between;margin-bottom:.5rem;font-size:.95rem;color:var(--mart-text)}.store-order-summary-savings{color:var(--jeato-green);font-weight:500}.store-order-summary-freeship{font-size:.85rem;color:var(--mart-text-muted);margin:.25rem 0 .5rem}.store-order-summary-grand{font-size:1.15rem;font-weight:700;margin-top:.5rem;padding-top:.5rem;border-top:1px solid var(--mart-border)}.store-checkout-error{color:var(--jeato-mart-red);font-size:.9rem;margin-bottom:.75rem}.store-checkout-place-btn{width:100%;background:var(--mart-search-red)!important;padding:.75rem;font-size:1rem}.store-checkout-place-btn:hover:not(:disabled){filter:brightness(1.08)}.store-checkout-place-btn:disabled{opacity:.8;cursor:wait}.store-checkout-otp-hint{color:var(--mart-text-muted);margin-bottom:1rem}.store-cart-add-toast{position:fixed;left:50%;bottom:6rem;transform:translateX(-50%);padding:.75rem 1rem;background:rgba(22,163,74,.96);color:#fff;border-radius:999px;box-shadow:0 10px 25px rgba(0,0,0,.15);font-size:.95rem;z-index:9999;animation:store-toast-pop .16s ease-out}@keyframes store-toast-pop{0%{opacity:0;transform:translateX(-50%) translateY(6px)}to{opacity:1;transform:translateX(-50%) translateY(0)}}.store-checkout-address-cards{display:flex;flex-direction:column;gap:.75rem}.store-checkout-address-card{display:block;width:100%;text-align:left;padding:1rem;border:2px solid var(--mart-border);border-radius:8px;background:var(--mart-card);cursor:pointer;font:inherit}.store-checkout-address-card.selected,.store-checkout-address-card:hover{border-color:var(--jeato-green,#166534);background:#f0fdf4}.store-checkout-address-card-addr{display:block;font-size:.95rem;color:var(--mart-text);margin-bottom:.25rem}.store-checkout-address-card-default{font-size:.75rem;font-weight:600;color:var(--jeato-green,#166534)}.store-checkout-address-add{padding:.75rem;border:1px dashed var(--mart-border);border-radius:8px;background:transparent;color:var(--mart-text-muted);font:inherit;cursor:pointer}.store-checkout-address-add:hover{border-color:var(--jeato-green);color:var(--jeato-green)}.store-checkout-delivery-hint-block{margin-bottom:.25rem}.store-checkout-delivery-hint-desktop{margin-bottom:.5rem}.store-checkout-delivery-hint-mobile{display:none;margin-bottom:.75rem}@media (max-width:900px){.store-checkout-delivery-hint-desktop{display:none}.store-checkout-delivery-hint-mobile{display:block}}.store-checkout-delivery-jump{display:inline-block;margin-top:.25rem;font-size:.95rem;font-weight:600;color:var(--mart-nav-green,#166534);text-decoration:none}.store-checkout-delivery-jump:hover{text-decoration:underline}.store-checkout-delivery-mobile-slot{display:none}.store-checkout-delivery-desktop-slot{display:block}@media (max-width:900px){.store-checkout-delivery-mobile-slot{display:block}.store-checkout-delivery-desktop-slot{display:none}}.store-checkout-only-mobile-inline{display:none}.store-checkout-only-desktop-inline{display:inline}@media (max-width:900px){.store-checkout-only-desktop-inline{display:none}.store-checkout-only-mobile-inline{display:inline}}.store-order-summary-delivery{margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid var(--mart-border)}.store-order-summary-delivery-title{font-size:1rem;font-weight:700;color:var(--mart-text);margin:0 0 .35rem}.store-order-summary-delivery-hint{font-size:.85rem;color:var(--mart-text-muted);line-height:1.45;margin:0 0 .75rem}.store-order-summary-delivery-note{font-size:.85rem;color:var(--mart-text-muted);margin:0 0 1rem;padding:.6rem .75rem;background:#f8fafc;border-radius:6px;border:1px solid var(--mart-border)}.store-checkout-address-card-delivering,.store-checkout-address-card-pick{display:block;font-size:.8rem;font-weight:600;margin-top:.35rem}.store-checkout-address-card-delivering{color:var(--jeato-green,#166534)}.store-checkout-address-card-pick{color:var(--mart-text-muted);font-weight:500}.store-checkout-address-card-home{display:block;font-size:.72rem;font-weight:600;color:var(--mart-text-muted);margin-top:.35rem}.store-checkout-otp-card{max-width:400px}.store-checkout-otp-label{display:block;margin-bottom:1rem;font-size:.95rem;font-weight:500;color:var(--mart-text)}.store-checkout-otp-input{display:block;width:100%;margin-top:.35rem;padding:.6rem .75rem;border:1px solid var(--mart-border);border-radius:6px;font-size:1rem}.store-checkout-otp-input:focus{outline:none;border-color:var(--mart-nav-green)}.store-checkout-otp-code{letter-spacing:.25em;text-align:center}.store-checkout-otp-sent{margin-bottom:1rem;color:var(--mart-text-muted);font-size:.9rem}#store-checkout-recaptcha{position:absolute;left:-9999px;width:1px;height:1px}.store-order-confirmation{text-align:center;padding:3rem 1rem;max-width:480px;margin:0 auto}.store-order-confirmation h1{font-size:1.75rem;margin-bottom:.5rem;color:var(--mart-text)}.store-order-confirmation p{color:var(--mart-text-muted);margin-bottom:.5rem}.store-order-confirmation-id{font-family:monospace;font-size:.9rem;color:var(--mart-text)}.store-order-status-loading{text-align:center;padding:3rem;color:var(--mart-text-muted)}.store-order-status-error h1{font-size:1.5rem;margin-bottom:.5rem;color:var(--mart-text)}.store-order-status-error p{color:var(--mart-text-muted)}.store-order-status{max-width:560px;margin:0 auto;padding:1.5rem 1rem 3rem}.store-order-status-header{text-align:center;margin-bottom:1.5rem}.store-order-status-header h1{font-size:1.5rem;margin:0 0 .25rem;color:var(--mart-text)}.store-order-status-thanks{margin:0 0 .75rem;color:var(--mart-text-muted);font-size:1rem}.store-order-status-badge-wrap{display:flex;justify-content:center}.store-order-status-badge{display:inline-block;padding:.35rem .75rem;border-radius:999px;font-size:.9rem;font-weight:600}.store-order-status-badge-pending{background:#fef3c7;color:#92400e}.store-order-status-badge-confirmed,.store-order-status-badge-processing{background:#dbeafe;color:#1e40af}.store-order-status-badge-shipped{background:#e0e7ff;color:#3730a3}.store-order-status-badge-delivered{background:#d1fae5;color:#065f46}.store-order-status-badge-cancelled{background:#fee2e2;color:#991b1b}.store-order-status-card{background:var(--mart-card,#fff);border:1px solid var(--mart-border);border-radius:12px;padding:1.25rem;margin-bottom:1rem}.store-order-status-heading{font-size:1rem;font-weight:700;margin:0 0 .75rem;color:var(--mart-text);padding-bottom:.5rem;border-bottom:1px solid var(--mart-border)}.store-order-status-items{list-style:none;padding:0;margin:0 0 1rem}.store-order-status-item{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;border-bottom:1px solid var(--mart-border);font-size:.95rem}.store-order-status-item:last-of-type{border-bottom:none}.store-order-status-item-name{color:var(--mart-text)}.store-order-status-item-total{font-weight:600;color:var(--mart-text)}.store-order-status-totals{margin-top:.75rem}.store-order-status-row{display:flex;justify-content:space-between;padding:.35rem 0;font-size:.95rem;color:var(--mart-text)}.store-order-status-grand{font-weight:700;font-size:1.1rem;margin-top:.5rem;padding-top:.5rem;border-top:1px solid var(--mart-border)}.store-order-status-address{margin:0;font-size:.95rem;color:var(--mart-text);white-space:pre-wrap}.store-order-status-actions{text-align:center;margin-top:1.5rem}.store-order-status-btn{display:inline-block;max-width:220px;text-align:center;text-decoration:none}.store-order-status-link{display:inline-block;margin-top:.75rem;font-size:.9rem;color:var(--mart-orange)}.store-order-status-link:hover{text-decoration:underline}.store-address-picker{display:flex;flex-direction:column;gap:1rem}.store-address-picker-location-btn{display:flex;align-items:center;gap:.75rem;width:100%;padding:.75rem 1rem;border:2px solid var(--mart-border);border-radius:8px;background:var(--mart-card,#fff);color:var(--mart-text);font-size:.95rem;font-weight:500;cursor:pointer;text-align:left}.store-address-picker-location-btn:hover:not(:disabled){border-color:var(--mart-nav-green)}.store-address-picker-location-btn:disabled{opacity:.7;cursor:not-allowed}.store-address-picker-icon{width:1.5rem;height:1.5rem;flex-shrink:0;color:var(--mart-nav-green)}.store-address-picker-spinner{width:1.5rem;height:1.5rem;border:2px solid var(--mart-border);border-top-color:var(--mart-nav-green);border-radius:50%;animation:store-spin .8s linear infinite}@keyframes store-spin{to{transform:rotate(1turn)}}.store-address-picker-divider{font-size:.8rem;color:var(--mart-text-muted);text-align:center}.store-address-picker-label{display:block;font-size:.9rem;font-weight:500;color:var(--mart-text)}.store-address-picker-label-text{display:block;margin-bottom:.35rem}.store-address-picker-textarea{display:block;width:100%;padding:.5rem .75rem;border:1px solid var(--mart-border);border-radius:6px;font-size:1rem;resize:vertical;min-height:80px}.store-address-picker-textarea:focus{outline:none;border-color:var(--mart-nav-green)}.store-address-picker-pincode-row{margin-top:.75rem}.store-address-picker-pincode-input{display:block;width:100%;max-width:8rem;margin-top:.35rem;padding:.5rem .75rem;border:1px solid var(--mart-border);border-radius:6px;font-size:1rem}.store-address-picker-pincode-input:focus{outline:none;border-color:var(--mart-nav-green)}.store-address-picker-error{font-size:.9rem;color:var(--jeato-mart-red,#c00);margin:0}.store-address-picker-search-wrap{position:relative;display:flex;align-items:center;gap:.5rem}.store-address-picker-search-input{flex:1 1;width:100%;padding:.5rem .75rem;border:1px solid var(--mart-border);border-radius:6px;font-size:1rem}.store-address-picker-search-input:focus{outline:none;border-color:var(--mart-nav-green)}.store-address-picker-search-spinner{position:absolute;right:.75rem;width:1rem;height:1rem;border:2px solid var(--mart-border);border-top-color:var(--mart-nav-green);border-radius:50%;animation:store-spin .8s linear infinite}.store-address-picker-suggestions{list-style:none;margin:0;padding:0;border:1px solid var(--mart-border);border-radius:6px;max-height:12rem;overflow-y:auto;background:var(--mart-card,#fff)}.store-address-picker-suggestions li{border-bottom:1px solid var(--mart-border)}.store-address-picker-suggestions li:last-child{border-bottom:none}.store-address-picker-suggestion-btn{display:block;width:100%;padding:.5rem .75rem;text-align:left;font-size:.9rem;background:none;border:none;cursor:pointer;color:var(--mart-text)}.store-address-picker-suggestion-btn:hover{background:var(--mart-bg-muted,#f5f5f5)}.store-address-picker-map-hint{margin:0;font-size:.85rem;color:var(--mart-text-muted)}.store-address-picker-map-wrap{margin-top:.35rem;border-radius:12px;overflow:hidden;border:1px solid var(--mart-border);background:var(--mart-bg-muted,#f5f5f5)}.store-address-picker-map-skeleton{display:flex;align-items:center;justify-content:center;height:280px;font-size:.9rem;color:var(--mart-text-muted)}.store-address-picker-map.leaflet-container{z-index:1;font-family:inherit}.store-google-map-picker-search{display:flex;align-items:center;gap:.5rem}.store-google-map-picker-search-icon{font-size:1.1rem;line-height:1;flex-shrink:0}.store-google-map-picker-search .store-address-picker-search-input{flex:1 1}.store-google-map-picker-suggestions{margin-top:.35rem}.store-google-map-picker-frame-wrap{margin-top:.75rem;border-radius:12px;overflow:hidden;border:1px solid var(--mart-border);height:280px;background:var(--mart-bg-muted,#f5f5f5)}.store-google-map-picker-frame{width:100%;height:100%;border:0;display:block}.store-google-map-picker-loc-btn{margin-top:.75rem}.store-google-map-picker-preview{margin-top:1rem;padding:1rem;border-radius:12px;border:1px solid var(--mart-border);background:var(--mart-card,#fff)}.store-google-map-picker-preview-label{font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--mart-text-muted,#666);margin:0 0 .35rem}.store-google-map-picker-preview-text{font-size:1rem;line-height:1.45;margin:0 0 .25rem;color:var(--mart-text,#111)}.store-google-map-picker-locality{font-size:.9rem;color:var(--mart-text-muted,#666);margin:0 0 .75rem}.store-google-map-picker-preview-loading{display:flex;align-items:center;gap:.5rem;margin:0;font-size:.95rem;color:var(--mart-text-muted,#666)}.store-google-map-picker-hint{margin:0;font-size:.9rem;color:var(--mart-text-muted,#666);text-align:center}.store-google-map-picker-apply{width:100%;margin-top:.25rem;padding:.65rem 1rem;border:none;border-radius:8px;font-size:1rem;font-weight:700;cursor:pointer;background:var(--mart-nav-orange,#ff6b00);color:#fff}.store-google-map-picker-apply:hover{filter:brightness(1.05)}.store-quantity-modal-overlay{position:fixed;inset:0;z-index:9999;display:flex;align-items:center;justify-content:center;padding:1rem;background:rgba(0,0,0,.5)}.store-quantity-modal{width:100%;max-width:420px;background:var(--mart-card,#fff);border-radius:12px;box-shadow:0 20px 40px rgba(0,0,0,.2);overflow:hidden}.store-quantity-modal-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;border-bottom:1px solid var(--mart-border);background:var(--mart-bg,#f8f9fa)}.store-quantity-modal-title{margin:0;font-size:1.1rem;font-weight:700;color:var(--mart-text)}.store-quantity-modal-close{width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;padding:0;border:none;background:none;font-size:1.5rem;line-height:1;color:var(--mart-text-muted);cursor:pointer;border-radius:6px}.store-quantity-modal-close:hover{background:var(--mart-border);color:var(--mart-text)}.store-quantity-modal-body{padding:1.25rem}.store-quantity-modal-product{display:flex;gap:1rem;margin-bottom:1.25rem}.store-quantity-modal-image-wrap{width:80px;height:80px;flex-shrink:0;border-radius:8px;overflow:hidden;background:var(--mart-border)}.store-quantity-modal-image{width:100%;height:100%;object-fit:cover}.store-quantity-modal-info{min-width:0;flex:1 1}.store-quantity-modal-name{margin:0;font-weight:600;font-size:1rem;color:var(--mart-text);line-height:1.3}.store-quantity-modal-unit{margin:.25rem 0 0;font-size:.85rem;color:var(--mart-text-muted)}.store-quantity-modal-qty{margin-bottom:1.25rem}.store-quantity-modal-qty-label{display:block;font-size:.9rem;font-weight:500;color:var(--mart-text);margin-bottom:.5rem}.store-quantity-modal-stepper{display:inline-flex;align-items:stretch;border:1px solid var(--mart-border);border-radius:8px;overflow:hidden;background:var(--mart-card)}.store-quantity-modal-btn{width:2.75rem;display:flex;align-items:center;justify-content:center;border:none;background:var(--mart-bg,#f0f0f0);font-size:1.25rem;font-weight:600;color:var(--mart-text);cursor:pointer}.store-quantity-modal-btn:hover{background:var(--mart-border)}.store-quantity-modal-input{width:3.5rem;text-align:center;border:none;border-left:1px solid var(--mart-border);border-right:1px solid var(--mart-border);font-size:1rem;font-weight:600;color:var(--mart-text);background:var(--mart-card)}.store-quantity-modal-input:focus{outline:none}.store-quantity-modal-input::-webkit-inner-spin-button,.store-quantity-modal-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.store-quantity-modal-input[type=number]{-moz-appearance:textfield}.store-quantity-modal-actions{display:flex;gap:.75rem}.store-quantity-modal-cancel{flex:1 1;padding:.65rem 1rem;border:1px solid var(--mart-border);border-radius:8px;background:var(--mart-card);font-weight:600;font-size:.95rem;color:var(--mart-text);cursor:pointer}.store-quantity-modal-cancel:hover{background:var(--mart-bg)}.store-quantity-modal-add{flex:1 1;margin:0}.sticky-cart{position:fixed;bottom:1.25rem;right:1.25rem;display:flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;background:var(--jeato-green,#166534);color:#fff;border-radius:999px;box-shadow:0 4px 14px rgba(0,0,0,.2);text-decoration:none;font-weight:600;font-size:.95rem;z-index:1000;transition:transform .2s,box-shadow .2s}.sticky-cart:hover{transform:scale(1.02);box-shadow:0 6px 18px rgba(0,0,0,.25);color:#fff;text-decoration:none}.sticky-cart-icon{font-size:1.25rem}.sticky-cart-count{min-width:1.25rem;height:1.25rem;display:inline-flex;align-items:center;justify-content:center;background:hsla(0,0%,100%,.3);border-radius:999px;font-size:.75rem}.sticky-cart-label{display:none}@media (min-width:480px){.sticky-cart-label{display:inline}}.store-addresses{max-width:36rem;margin:0 auto;padding:1.5rem 1rem}.store-addresses-list{display:flex;flex-direction:column;gap:1rem;margin:1.5rem 0}.store-addresses-card{border:1px solid var(--mart-border);border-radius:8px;padding:1rem;background:var(--mart-card)}.store-addresses-card.default{border-color:var(--jeato-green);background:#f0fdf4}.store-addresses-addr{font-size:1rem;color:var(--mart-text);margin:0 0 .25rem}.store-addresses-locality{font-size:.875rem;color:var(--mart-text-muted);margin:0 0 .5rem}.store-addresses-badge{font-size:.75rem;font-weight:600;color:var(--jeato-green)}.store-addresses-card-actions{display:flex;gap:.75rem;margin-top:.75rem;flex-wrap:wrap}.store-addresses-btn{padding:.5rem .75rem;border:none;border-radius:6px;background:var(--mart-bg);color:var(--mart-text);font-size:.875rem;cursor:pointer}.store-addresses-btn:hover{background:#e2e8f0}.store-addresses-btn-danger{color:#dc2626}.store-addresses-btn-danger:hover{background:#fef2f2}.store-addresses-empty{color:var(--mart-text-muted);margin:1rem 0}.store-addresses-back{display:inline-block;margin-top:1rem;color:var(--jeato-green);font-weight:600}