:root{--bg-color:#f0f2f5;--text-main:#111b21;--sidebar-bg:#008069;--sidebar-hover:#016d59;--accent-green:#25d366;--accent-orange:#ff6b00;--accent-blue:#0d6efd;--accent-blue-hover:#0b5ed7;--white:#fff;--border-color:#e5e7eb;--text-muted:#6b7280;--danger:#dc3545;--danger-hover:#bb2d3b;--warning:#f59e0b;--warning-hover:#d97706;--success:#198754;--success-hover:#157347;--shadow-sm:0 1px 2px 0 #0000000d;--shadow-md:0 4px 10px #00000014;--radius-sm:10px;--radius-md:12px;--radius-lg:16px;--sidebar-width:296px}*{box-sizing:border-box;margin:0;padding:0}#root,body,html{height:100%}body{background-color:#f0f2f5;background-color:var(--bg-color);color:#111b21;color:var(--text-main);font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.app-container{display:flex;min-height:100vh;overflow:hidden}.sidebar{background-color:#008069;background-color:var(--sidebar-bg);box-shadow:0 4px 10px #00000014;box-shadow:var(--shadow-md);color:#fff;color:var(--white);display:flex;flex-direction:column;flex-shrink:0;width:296px;width:var(--sidebar-width);z-index:20}.sidebar-logo{align-items:center;display:flex;gap:14px;padding:24px 28px}.sidebar-logo i{font-size:28px}.sidebar-logo span{font-size:1.45rem;font-weight:700;letter-spacing:.01em}.profile-card{background-color:#016d59;background-color:var(--sidebar-hover);border-radius:12px;border-radius:var(--radius-md);box-shadow:inset 0 2px 4px #0000000f;margin:0 18px 24px;padding:18px}.profile-name{font-size:1.1rem;font-weight:600;margin-bottom:10px;text-transform:lowercase}.profile-badge{background-color:#25d366;background-color:var(--accent-green);border-radius:9999px;color:#111b21;color:var(--text-main);display:inline-block;font-size:.75rem;font-weight:700;letter-spacing:.04em;padding:5px 12px;text-transform:uppercase}.nav-menu{display:flex;flex:1 1;flex-direction:column;gap:10px;overflow-y:auto;padding:0 18px}.nav-item{align-items:center;background:#0000;border:none;border-radius:12px;border-radius:var(--radius-md);color:#fff;color:var(--white);cursor:pointer;display:flex;font-size:1rem;font-weight:500;gap:12px;padding:14px 16px;text-align:left;text-decoration:none;transition:background-color .2s ease,transform .2s ease,box-shadow .2s ease;width:100%}.nav-item i{font-size:1rem;text-align:center;width:20px}.nav-item:hover{background-color:#016d59;background-color:var(--sidebar-hover)}.nav-item.active{background-color:#ff6b00;background-color:var(--accent-orange);box-shadow:0 1px 2px 0 #0000000d;box-shadow:var(--shadow-sm);color:#fff;color:var(--white);font-weight:600}.nav-item.active:hover{transform:scale(1.01)}.logout-container{margin-top:auto;padding:18px}.logout-btn{align-items:center;background:#0000;border:1px solid #fff3;border-radius:12px;border-radius:var(--radius-md);color:#fff;color:var(--white);cursor:pointer;display:flex;font-size:1rem;font-weight:500;gap:11px;justify-content:center;padding:13px 16px;transition:background-color .2s ease;width:100%}.logout-btn:hover{background-color:#ffffff1a}.main-content{display:flex;flex:1 1;flex-direction:column;overflow:hidden}.top-header{align-items:center;background-color:#fff;background-color:var(--white);box-shadow:0 1px 2px 0 #0000000d;box-shadow:var(--shadow-sm);display:flex;justify-content:space-between;padding:26px 34px;z-index:10}.top-header h1{font-size:1.55rem;font-weight:700}.header-actions{display:flex;gap:16px}.scrollable-content{flex:1 1;overflow-y:auto;padding:32px}.content-wrapper{display:flex;flex-direction:column;gap:32px;margin:0 auto;max-width:100%}.btn{align-items:center;border:none;border-radius:12px;border-radius:var(--radius-md);cursor:pointer;display:inline-flex;font-size:1rem;font-weight:500;gap:8px;justify-content:center;padding:10px 20px;text-decoration:none;transition:background-color .2s ease,border-color .2s ease,color .2s ease}.btn i{font-size:.95rem}.btn--danger{background-color:#dc3545;background-color:var(--danger);color:#fff;color:var(--white)}.btn--danger:hover{background-color:#bb2d3b;background-color:var(--danger-hover)}.btn--warning{background-color:#f59e0b;background-color:var(--warning);color:#fff;color:var(--white)}.btn--warning:hover{background-color:#d97706;background-color:var(--warning-hover)}.btn--success{background-color:#198754;background-color:var(--success);color:#fff;color:var(--white)}.btn--success:hover{background-color:#157347;background-color:var(--success-hover)}.btn--sm{font-size:.92rem;padding:9px 14px}.dashboard-section{display:flex;flex-direction:column;gap:32px}.section-header{align-items:center;display:flex;justify-content:space-between}.section-header h2{font-size:1.55rem;font-weight:700}.section-actions{display:flex;gap:14px}.stats-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(1,minmax(0,1fr))}@media (min-width:768px){.stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:1200px){.stats-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.stat-card{background-color:#fff;background-color:var(--white);border:1px solid #e5e7eb;border:1px solid var(--border-color);border-radius:16px;border-radius:var(--radius-lg);box-shadow:0 1px 2px 0 #0000000d;box-shadow:var(--shadow-sm);min-height:165px;padding:28px;transition:box-shadow .2s ease;.stat-icon{align-items:center;color:#ff6b00;color:var(--accent-orange);display:flex;font-size:48px;justify-content:flex-start}}.stat-card:hover{box-shadow:0 4px 10px #00000014;box-shadow:var(--shadow-md)}.stat-icon{align-items:flex-start;color:#ff6b00;color:var(--accent-orange);display:flex;font-size:48px;justify-content:flex-start;margin-bottom:10px}.stat-icon i{font-size:1.35rem}.stat-info h3{font-size:4rem;font-weight:700;margin-bottom:24px}.stat-info p{color:#6b7280;color:var(--text-muted);font-size:1rem;font-weight:500}.quick-actions{background-color:#fff;background-color:var(--white);border:1px solid #e5e7eb;border:1px solid var(--border-color);border-radius:16px;border-radius:var(--radius-lg);box-shadow:0 1px 2px 0 #0000000d;box-shadow:var(--shadow-sm);padding:32px}.quick-actions h2,.quick-actions h3{font-size:1.25rem;font-weight:700;margin-bottom:24px}.action-buttons{display:flex;flex-wrap:wrap;gap:16px}.categories-grid,.products-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(1,minmax(0,1fr))}@media (min-width:768px){.categories-grid,.products-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:1280px){.categories-grid,.products-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.category-card,.product-card{background-color:#fff;background-color:var(--white);border:1px solid #e5e7eb;border:1px solid var(--border-color);border-radius:16px;border-radius:var(--radius-lg);box-shadow:0 1px 2px 0 #0000000d;box-shadow:var(--shadow-sm);overflow:hidden}.product-card.inactive{opacity:.72}.product-type-indicator,.stock-status{border-radius:9999px;font-size:.78rem;font-weight:700;padding:6px 12px}.product-type-indicator.simple{background:#e8f1ff;color:#2563eb}.product-type-indicator.veg{background:#e9f9ef;color:#198754}.product-type-indicator.non-veg{background:#fdecec;color:#dc3545}.stock-status.in-stock{background:#e9f9ef;color:#198754}.stock-status.out-of-stock{background:#fdecec;color:#dc3545}.category-name,.product-name{font-size:1.15rem;font-weight:700;margin-bottom:10px}.category-description,.category-info,.product-category,.product-description{color:#6b7280;color:var(--text-muted);line-height:1.5;margin-bottom:12px}.product-price{color:#ff6b00;color:var(--accent-orange);font-size:1.4rem;font-weight:700}.category-actions,.product-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:14px}.category-card{padding:26px}.category-icon{align-items:center;background-color:#ff6b00;background-color:var(--accent-orange);border-radius:50%;color:#fff;color:var(--white);display:flex;font-size:1.8rem;height:78px;justify-content:center;margin-bottom:18px;width:78px}.orders-container{background:#0000}.orders-filters{margin-bottom:24px;max-width:240px}.form-control{background:#fff;background:var(--white);border:1px solid #e5e7eb;border:1px solid var(--border-color);border-radius:12px;border-radius:var(--radius-md);font-size:1rem;outline:none;padding:12px 14px;width:100%}.settings-form{display:flex;flex-direction:column;gap:24px;max-width:1100px}.form-section{background-color:#fff;background-color:var(--white);border:1px solid #e5e7eb;border:1px solid var(--border-color);border-radius:16px;border-radius:var(--radius-lg);box-shadow:0 1px 2px 0 #0000000d;box-shadow:var(--shadow-sm);padding:28px}.form-section h3{font-size:1.2rem;margin-bottom:22px}.form-section p{color:#6b7280;color:var(--text-muted);line-height:1.55;margin-bottom:18px}.form-row{grid-gap:18px;display:grid;gap:18px;grid-template-columns:repeat(1,minmax(0,1fr))}@media (min-width:768px){.form-row{grid-template-columns:repeat(2,minmax(0,1fr))}}.form-group{margin-bottom:18px}.form-group label{display:block;margin-bottom:8px}.form-group input,.form-group select,.form-group textarea{background:var(--white);border:1px solid #e5e7eb;border:1px solid var(--border-color);border-radius:12px;border-radius:var(--radius-md);font-size:1rem;outline:none;padding:13px 14px;width:100%}.input-group{align-items:stretch;display:flex}.input-prefix{align-items:center;background:#f8fafc;border:1px solid #e5e7eb;border:1px solid var(--border-color);border-radius:12px 0 0 12px;border-radius:var(--radius-md) 0 0 var(--radius-md);border-right:none;color:#6b7280;color:var(--text-muted);display:flex;padding:0 14px;white-space:nowrap}.input-group input{border-radius:0 12px 12px 0;border-radius:0 var(--radius-md) var(--radius-md) 0}.image-upload-area{background:#f8fafc;border:1.5px dashed #e5e7eb;border:1.5px dashed var(--border-color);border-radius:12px;border-radius:var(--radius-md);margin-top:12px;padding:24px}.image-preview{color:#6b7280;color:var(--text-muted);text-align:center}.image-preview i{font-size:1.7rem;margin-bottom:10px}.image-preview span{display:block;font-weight:600;margin-bottom:6px}.image-preview small{display:block}.checkbox-group{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(2,minmax(0,1fr))}@media (min-width:768px){.checkbox-group{grid-template-columns:repeat(4,minmax(0,1fr))}}.checkbox-item{align-items:center;display:flex;gap:8px}.checkbox-item input{width:auto}.form-actions{display:flex;justify-content:flex-start;padding-top:8px}.empty-state{background-color:#fff;background-color:var(--white);border:1px solid #e5e7eb;border:1px solid var(--border-color);border-radius:16px;border-radius:var(--radius-lg);box-shadow:0 1px 2px 0 #0000000d;box-shadow:var(--shadow-sm);padding:48px 24px;text-align:center}.empty-state i{color:#6b7280;color:var(--text-muted);font-size:2.2rem;margin-bottom:14px}.empty-state h3{font-size:1.35rem;font-weight:700;margin-bottom:10px}.empty-state p{color:#6b7280;color:var(--text-muted)}.hidden{display:none!important}@media (max-width:991px){.sidebar{width:250px}.top-header{padding:20px 22px}.scrollable-content{padding:22px}}@media (max-width:767px){.app-container{flex-direction:column;overflow:auto}.sidebar{width:100%}.top-header{align-items:flex-start;flex-direction:column;gap:16px}.header-actions{flex-wrap:wrap;width:100%}.content-wrapper{gap:22px}.empty-state,.form-section,.quick-actions,.stat-card{padding:22px}}.payment-method-card{border:1px solid #d9efe7;box-shadow:0 8px 24px #0080690f}.payment-method-header{align-items:center;display:flex;gap:14px;margin-bottom:20px}.payment-method-badge{align-items:center;background:linear-gradient(135deg,#008069,#0aa37f);border-radius:12px;box-shadow:0 8px 18px #0080692e;color:#fff;display:flex;font-size:.82rem;font-weight:700;height:44px;justify-content:center;letter-spacing:.02em;min-width:64px;padding:0 14px}.payment-method-title-wrap h3{margin:0 0 4px}.payment-method-title-wrap p{color:#6b7280;color:var(--text-muted);font-size:.95rem;margin:0}.modern-upload-box{align-items:center;background:linear-gradient(180deg,#f5fcf9,#eef8f4);border:1.5px dashed #b7ddd3;border-radius:18px;cursor:pointer;display:flex;justify-content:center;min-height:260px;transition:all .22s ease}.modern-upload-box:hover{background:linear-gradient(180deg,#f1fbf7,#e6f6f0);border-color:#008069;box-shadow:0 10px 24px #00806914}.modern-upload-box.drag-active{background:linear-gradient(180deg,#ecfaf5,#ddf3ea);border-color:#008069;box-shadow:0 0 0 4px #00806914}.modern-upload-box .image-preview{color:#4b5563;text-align:center;width:100%}.modern-upload-box .image-preview svg{color:#008069;margin-bottom:12px}.modern-upload-box .image-preview span{color:#0f172a;font-size:1.08rem;font-weight:700}.modern-upload-box .image-preview small{color:#6b7280;font-size:.92rem;margin-top:6px}.modern-upload-box .image-preview img{background:#fff;border:1px solid #d8ece5;border-radius:14px;margin-bottom:14px;max-height:220px;max-width:100%;object-fit:contain;padding:10px}.modern-upload-box .action-buttons{justify-content:center;margin-top:16px}.upload-meta-row{display:none}.custom-modal-overlay{align-items:center;background:#0f172a73;display:flex;inset:0;justify-content:center;padding:24px;position:fixed;z-index:9999}.custom-modal{background:#fff;border-radius:22px;box-shadow:0 24px 60px #0f172a33;max-width:860px;overflow:hidden;width:100%}.product-modal{display:flex;flex-direction:column;max-height:92vh}.custom-modal-header{align-items:flex-start;background:linear-gradient(180deg,#fbfffd,#f4fbf8);border-bottom:1px solid #e5e7eb;display:flex;gap:16px;justify-content:space-between;padding:24px 28px}.custom-modal-header h3{font-size:1.4rem;font-weight:700;margin:0 0 6px}.custom-modal-header p{color:#6b7280;color:var(--text-muted);font-size:.96rem;margin:0}.custom-modal-body{overflow-y:auto;padding:24px 28px 28px}.custom-modal-footer{display:flex;gap:12px;justify-content:flex-end;margin-top:22px}.icon-only-btn{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:12px;cursor:pointer;display:inline-flex;height:40px;justify-content:center;width:40px}.icon-only-btn:hover{background:#f8fafc}.field-error{color:#dc2626;font-size:.86rem;margin-top:6px}.inline-check-row{margin-top:16px}.toggle-check{align-items:center;cursor:pointer;display:inline-flex;font-weight:600;gap:10px}.toggle-check input{width:auto}@media (max-width:767px){.custom-modal-overlay{padding:12px}.custom-modal-body,.custom-modal-header{padding:18px}.custom-modal-footer{flex-direction:column}.custom-modal-footer .btn{width:100%}}.form-group label{color:#0f8f5f;font-weight:600}.form-group input,.form-group select,.form-group textarea{background:#fff;border:1px solid #cfe8df;border-radius:10px;color:#111b21;font-size:.85rem;padding:10px 12px;transition:border .2s ease,box-shadow .2s ease}.form-group input::placeholder,.form-group textarea::placeholder{color:#9ca3af;font-size:.82rem}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border:1px solid #25d366;box-shadow:0 0 0 2px #25d36626;outline:none}.form-group textarea{resize:vertical}.form-group small{color:#9ca3af;font-size:.8rem}.form-group input,.form-group select{height:42px}.form-section h3{border-left:4px solid #25d366;color:#0f8f5f;font-weight:700;margin-bottom:14px;padding-left:10px}.category-modal{display:flex;flex-direction:column;max-height:92vh;max-width:760px}.mobile-main{flex:1 1}.btn-call{border-radius:20px;padding:6px 12px}.offer-marquee{font-size:.85rem;padding:8px 0}.marquee-content{display:flex;gap:40px}.search-container{padding:12px 20px}.search-input{border:1px solid #e5e7eb;padding:10px 16px 10px 40px}.product-list-container{padding:20px}.product-card{border-radius:16px}.product-details{gap:6px;padding:12px}.product-price{gap:2px}.card-actions{margin-top:6px}.btn-details{background:#f3f4f6;border-radius:20px;font-size:.75rem;padding:6px 10px}.btn-add{border:1px solid #008069;border-radius:20px;font-weight:700;padding:6px 14px}.quantity-selector{align-items:center;display:flex;gap:6px}.quantity-selector button{background:#fff;border:1px solid #e5e7eb;border-radius:50%;height:24px;width:24px}.bottom-bar{padding:12px 20px}.fab-btn{font-weight:700;gap:6px;padding:10px 18px}.fab-categories{background:#111827}.cart-modal-overlay{background:#00000080}.cart-modal-content{background:#f8fafc;border-radius:24px 24px 0 0;max-height:85vh}.cart-modal-body,.cart-modal-header{padding:20px}.cart-item{border-radius:12px;gap:10px;padding:10px}.cart-item img{border-radius:8px;height:60px;width:60px}.cart-modal-footer{padding:16px}.btn-checkout{border-radius:12px;padding:14px}.store-preview-topbar{background:#111827;padding:12px 20px}.store-preview-topbar button{background:#fff;border-radius:6px;padding:6px 12px}.mobile-app-container{height:100vh}.store-info-bar{align-items:center;color:#fff;display:flex;height:60px;justify-content:space-between;padding:0 20px;position:sticky;top:0;z-index:40}.store-info h1{font-size:1.2rem}.btn-call{align-items:center;background:#facc15;border:none;border-radius:999px;color:#000;cursor:pointer;display:flex;font-weight:700;gap:6px;padding:8px 14px}.cover-image{background:#dbe3e8;height:100px;overflow:hidden}.offer-marquee{background:#fef3c7;border-bottom:1px solid #f5deb0;color:#92400e;font-size:.84rem;font-weight:700;overflow:hidden;padding:9px 0;white-space:nowrap}.marquee-content{animation:marquee 18s linear infinite;gap:48px;min-width:max-content;white-space:nowrap}.marquee-content span{display:inline-block;white-space:nowrap}.sticky-search-filters{border-bottom:1px solid #e5e7eb;top:60px;z-index:30}.search-container{background:#fff;padding:14px 20px 10px}.search-icon{color:#6b7280;left:14px;position:absolute;top:12px}.search-input{background:#f1f5f9;border:1px solid #d7dce1;border-radius:999px;font-size:1rem;padding:11px 16px 11px 40px}.filters-bar{align-items:center;background:#fff;display:flex;justify-content:flex-start;overflow-x:auto;padding:0 20px 14px}.toggles-group{display:flex;gap:16px;min-width:max-content}.toggle-container{align-items:center;display:flex;gap:8px}.toggle-switch{display:inline-block;height:22px;position:relative;width:40px}.toggle-switch input{height:0;opacity:0;width:0}.toggle-slider{background:#d1d5db;border-radius:999px;cursor:pointer;inset:0;position:absolute;transition:.25s}.toggle-slider:before{background:#fff;border-radius:50%;content:"";height:16px;left:3px;position:absolute;top:3px;transition:.25s;width:16px}.simple-toggle input:checked+.toggle-slider{background:#64748b}.veg-toggle input:checked+.toggle-slider{background:#22c55e}.non-veg-toggle input:checked+.toggle-slider{background:#ef4444}.toggle-switch input:checked+.toggle-slider:before{transform:translateX(18px)}.toggle-label{align-items:center;color:#111827;display:flex;font-size:.85rem;font-weight:700;gap:6px}.diet-icon{background:#fff;border:1.5px solid;border-radius:3px}.diet-icon .circle{height:6px;width:6px}.diet-icon.veg{border-color:#22c55e}.diet-icon.veg .circle{background:#22c55e}.diet-icon.non-veg{border-color:#ef4444}.diet-icon.non-veg .circle{background:#ef4444}.product-list-container{padding:18px 14px 100px}.section-title{margin-bottom:16px}.section-title h2{color:#111827;font-size:1.05rem;font-weight:800}.item-count{color:#6b7280;font-size:.82rem;font-weight:700}.product-grid{grid-gap:14px;gap:14px;grid-template-columns:repeat(2,1fr)}.product-card{background:#fff;border:1px solid #e5e7eb;border-radius:20px;box-shadow:0 1px 3px #0f172a0a;display:flex;flex-direction:column;overflow:hidden}.product-image{aspect-ratio:4/5;background:#e8f0ef}.product-badge-left{align-items:center;background:#fff;border-radius:2px;display:flex;justify-content:center}.product-badges-right{align-items:flex-end;display:flex;flex-direction:column;gap:6px}.badge{border-radius:999px;box-shadow:0 2px 6px #00000026;font-size:.62rem;font-weight:800}.badge.new{background:#8b5cf6}.product-details{padding:12px 12px 14px}.product-name{font-size:.95rem;font-weight:700;margin-bottom:6px;min-height:2.45em}.product-price{color:#111827;font-size:1rem;font-weight:800;gap:1px;margin-bottom:12px}.card-actions,.product-price{align-items:center;display:flex}.card-actions{gap:8px;justify-content:space-between;margin-top:auto}.btn-details{background:#eef2f3;color:#4b5563;font-weight:700;min-width:64px;padding:8px}.btn-add{background:#fff;border:1.5px solid #cde5de;box-shadow:0 1px 2px #00000008;color:#008069;cursor:pointer;font-size:.8rem;font-weight:800;min-width:74px;padding:8px 18px}.qty-pill{background:#e7f1ee;gap:6px;height:32px;min-width:90px;overflow:hidden;padding:3px}.qty-pill button{align-items:center;background:#fff;border:1px solid #d6dfdb;border-radius:50%;color:#008069;cursor:pointer;display:flex;flex-shrink:0;height:28px;justify-content:center;max-height:28px;max-width:28px;min-height:28px;min-width:28px;padding:0;width:28px}.qty-pill span{color:#111827;font-size:.95rem;font-weight:800;min-width:14px;text-align:center}.store-footer{background:#fff;border-top:1px solid #e5e7eb;padding:24px 20px 100px}.footer-content h3{font-size:.95rem;font-weight:800;margin-bottom:12px}.disclaimer-list{list-style:disc;margin-bottom:18px;padding-left:18px}.disclaimer-list li{color:#6b7280;line-height:1.45;margin-bottom:6px}.store-address{border-top:1px solid #e5e7eb;color:#6b7280;line-height:1.5;padding-top:16px}.fab-btn{align-items:center;border:none;border-radius:999px;cursor:pointer;display:flex;font-size:.92rem;font-weight:800;gap:8px;justify-content:center;padding:12px 22px}.fab-categories{background:#030712;color:#fff;min-width:144px}.fab-cart{background:#25d366;color:#000;min-width:144px}.cart-badge,.cart-icon-wrapper{align-items:center;justify-content:center}.cart-badge{background:#ff3b30;border:2px solid #25d366;border-radius:9px;display:flex;font-size:.7rem;font-weight:800;height:18px;min-width:18px;padding:0 4px}.cart-modal-overlay{animation:fadeIn .18s ease-out;background:#00000073;display:flex;flex-direction:column;inset:0;justify-content:flex-end;position:absolute;z-index:50}.cart-modal-content{animation:slideUp .24s ease-out;background:#f3f4f6;flex-direction:column;max-height:86vh}.cart-modal-content,.cart-modal-header{border-radius:28px 28px 0 0;display:flex}.cart-modal-header{align-items:center;background:#fff;border-bottom:1px solid #e5e7eb;justify-content:space-between;padding:22px}.cart-modal-header h2{color:#111827;font-size:1.15rem;font-weight:800}.cart-modal-header button{align-items:center;background:#0000;border:none;color:#64748b;cursor:pointer;display:flex;justify-content:center}.cart-modal-body{flex:1 1;padding:16px 16px 20px}.empty-cart{color:#6b7280;font-weight:700;padding:40px 0}.cart-items{display:flex;flex-direction:column;gap:14px;margin-bottom:18px}.cart-item{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:18px;display:flex;gap:12px;padding:12px}.cart-item img{border-radius:12px;flex-shrink:0;height:72px;object-fit:cover;width:72px}.cart-item-details{flex:1 1;min-width:0}.cart-item-details h4{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#111827;display:-webkit-box;font-size:.9rem;font-weight:700;line-height:1.3;margin-bottom:6px;overflow:hidden}.cart-item-price{align-items:center;color:#111827;display:flex;font-size:1rem;font-weight:800}.cart-qty{flex:0 0 auto}.bill-details{border:1px solid #e5e7eb;padding:20px}.bill-details h3{margin-bottom:16px}.bill-row{font-size:.9rem;font-weight:700}.bill-row span:last-child{align-items:center;display:flex;gap:2px}.bill-divider{background:#e5e7eb;margin:16px 0}.bill-row.total{font-size:1.1rem}.cart-modal-footer{border-top:1px solid #e5e7eb;padding:16px 18px 18px}.btn-checkout{background:#008069;border:none;border-radius:16px;color:#fff;cursor:pointer;font-size:1rem;font-weight:800;justify-content:space-between;padding:16px 18px;width:100%}.btn-checkout,.checkout-amount{align-items:center;display:flex}.checkout-amount{background:#0000001f;border-radius:999px;gap:2px;padding:6px 12px}.full-image-overlay,.product-details-overlay{align-items:center;background:#000000b3;display:flex;inset:0;justify-content:center;padding:20px;position:fixed;z-index:80}.full-image-modal,.product-details-modal{background:#fff;border-radius:20px;max-width:420px;overflow:hidden;position:relative;width:100%}.full-image-modal img{background:#000;display:block;max-height:80vh;object-fit:contain;width:100%}.full-image-close{align-items:center;background:#ffffffeb;border:none;border-radius:50%;cursor:pointer;display:flex;height:38px;justify-content:center;position:absolute;right:12px;top:12px;width:38px}.product-details-modal-header{align-items:center;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;padding:16px 18px}.product-details-modal-header h3{color:#111827;font-size:1rem;font-weight:800}.product-details-modal-header button{background:#0000;border:none;color:#64748b;cursor:pointer}.product-details-modal-body{padding:18px}.product-details-modal-body img{border-radius:14px;height:220px;margin-bottom:14px;object-fit:cover;width:100%}.product-details-price{align-items:center;color:#111827;display:flex;font-size:1.05rem;font-weight:800;gap:2px;margin-bottom:12px}.product-details-modal-body p{color:#475569;font-size:.92rem;line-height:1.55}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.toggle-label{background:#fff;border-radius:999px;padding:4px 8px}body.storefront-page-body,body.storefront-page-body #root,html.storefront-page-html{height:100%;overflow:hidden}body.storefront-page-body{margin:0}.mobile-app-container{border-left:1px solid #e5e7eb;border-right:1px solid #e5e7eb;display:flex;flex-direction:column;height:100dvh;min-height:100dvh;overflow:hidden}.mobile-main{background:#f3f4f6;flex:1 1 auto;min-height:0;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain}.bottom-bar{align-items:center;background:#fff;bottom:0;box-shadow:0 -4px 16px #0000000f;display:flex;justify-content:space-between;left:0;min-height:72px;padding:14px 18px;position:absolute;right:0;z-index:40}.product-modal-enhanced{max-width:980px}.product-images-main-label{display:block;margin-bottom:10px}.product-images-stack{grid-gap:14px;display:grid;gap:14px;grid-template-columns:1fr}.product-images-grid{grid-gap:14px;display:grid;gap:14px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.product-image-upload-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;box-shadow:0 1px 3px #0f172a0f;height:100%;padding:14px}.product-image-upload-card-header{align-items:center;display:flex;gap:10px;justify-content:space-between;margin-bottom:12px}.product-image-upload-title{align-items:center;color:#111827;display:flex;font-size:14px;font-weight:600;gap:6px}.product-image-upload-badge{background:#eef2ff;border-radius:999px;color:#4338ca;font-size:11px;font-weight:600;padding:4px 8px}.product-image-upload-card-body{align-items:flex-start;display:flex;flex-wrap:wrap;gap:14px}.product-image-preview-box{align-items:center;background:#f8fafc;border:1px solid #e5e7eb;border-radius:14px;display:flex;flex-shrink:0;height:150px;justify-content:center;overflow:hidden;width:150px}.product-image-preview-img{display:block;height:auto;max-height:150px;max-width:150px;object-fit:contain;width:auto}.product-image-preview-empty{align-items:center;color:#94a3b8;display:flex;justify-content:center}.product-image-upload-actions-wrap{flex:1 1 220px;min-width:200px}.product-image-upload-meta{color:#475569;font-size:13px;line-height:1.45;margin-bottom:10px}.product-image-upload-actions{display:flex;flex-wrap:wrap;gap:10px}.admin-route-shell{font-family:ui-sans-serif,system-ui,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji}.mp-overlay{align-items:center;background:#00000080;bottom:0;display:flex;justify-content:center;left:0;padding:20px;position:fixed;right:0;top:0;z-index:1000}.mp-modal{border-radius:16px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;flex-direction:column;max-height:90vh;max-width:600px;overflow:hidden;width:100%}.mp-header,.mp-modal{background:#fff;display:flex}.mp-header{align-items:flex-start;justify-content:space-between;padding:20px}.mp-header h3{color:#000;font-size:1.25rem;font-weight:600;margin:0 0 4px}.mp-header p{color:#64748b;font-size:.9rem;margin:0}.mp-close-btn{align-items:center;background:#0000;border:none;border-radius:8px;cursor:pointer;display:flex;justify-content:center;padding:4px;transition:background .2s}.mp-close-btn:hover{background:#f1f5f9}.mp-body{display:flex;flex-direction:column;gap:24px;overflow-y:auto;padding:0 20px 20px}.mp-form-group{margin-bottom:0}.mp-label{color:#000;display:block;font-size:.95rem;font-weight:500;margin-bottom:8px}.mp-label-icon{align-items:center;color:#4b5563;display:flex;gap:8px}.mp-input{border:1px solid #e2e8f0;border-radius:8px;box-sizing:border-box;font-size:.95rem;padding:12px;transition:border-color .2s;width:100%}.mp-input:focus{border-color:#3b82f6;outline:none}.mp-input-sell{border:2px solid #000}.mp-input-sell:focus{border-color:#000}.mp-helper-text{color:#64748b;font-size:.8rem;line-height:1.4;margin-top:6px}.mp-char-count{color:#64748b;font-size:.75rem;margin-top:4px;text-align:right}.mp-pricing-section{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:20px}.mp-pricing-header{align-items:center;color:#3b82f6;display:flex;font-size:1.05rem;font-weight:600;gap:8px;margin-bottom:16px}.mp-pricing-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:1fr 1fr}.mp-discount-banner{align-items:center;background:#dcfce7;border-radius:8px;color:#166534;display:flex;font-size:.9rem;font-weight:500;gap:8px;margin-top:16px;padding:12px}.mp-category-chips{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.mp-category-chip{align-items:center;background:#f1f5f9;border-radius:999px;color:#334155;display:flex;font-size:.85rem;font-weight:500;gap:6px;padding:6px 12px}.mp-section-card{border-radius:12px;padding:20px}.mp-section-card.variants{background:#faf5ff;border:1px solid #f3e8ff}.mp-section-card.badge,.mp-section-card.colors,.mp-section-card.stock{background:#fff;border:1px solid #f1f5f9}.mp-flex-wrap{display:flex;flex-wrap:wrap;gap:10px}.mp-toggle-btn{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:8px;color:#000;cursor:pointer;display:flex;font-size:.9rem;font-weight:500;gap:8px;padding:8px 16px;transition:all .2s}.mp-toggle-btn.active{background:#000;border:1px solid #000;color:#fff}.mp-badge-preview-box{background:#fff;border:1px solid #e2e8f0;border-radius:12px;margin-top:20px;padding:16px}.mp-stock-dot{border-radius:50%;height:8px;width:8px}.mp-image-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(3,1fr);margin-top:8px}.mp-image-card{display:flex;flex-direction:column;gap:10px}.mp-image-header{align-items:center;display:flex;justify-content:space-between}.mp-image-title{color:#000;font-size:.85rem;font-weight:600}.mp-image-main-tag{background:#e9f9ef;border-radius:999px;color:#198754;font-size:.7rem;font-weight:700;padding:2px 8px}.mp-image-upload-box{align-items:center;background:#f8fafc;border:1px dashed #cbd5e1;border-radius:8px;cursor:pointer;display:flex;flex-direction:column;justify-content:center;margin:0;min-height:140px;padding:10px;transition:background .2s}.mp-image-upload-box:hover{background:#f1f5f9}.mp-image-upload-box.has-image{background:#f8fafc;cursor:default}.mp-image-preview{border-radius:8px;height:120px;object-fit:contain;width:100%}.mp-image-placeholder{align-items:center;color:#008069;display:flex;flex-direction:column;gap:8px}.mp-image-actions{display:flex;gap:8px}.mp-btn-action{align-items:center;border-radius:6px;cursor:pointer;display:flex;flex:1 1;font-size:.8rem;gap:4px;justify-content:center;padding:6px;transition:all .2s}.mp-btn-upload{background:#fff;border:1px solid #e2e8f0;color:#000}.mp-btn-upload:hover{background:#f8fafc}.mp-btn-remove{background:#fff;border:1px solid #f8d7da;color:#dc3545}.mp-btn-remove:hover{background:#fef2f2}.mp-footer{border-top:1px solid #e5e7eb;display:flex;gap:12px;margin-top:8px;padding-top:24px}.mp-btn-cancel{background:#fff;border:1px solid #e2e8f0;border-radius:8px;color:#000;cursor:pointer;flex:1 1;font-weight:600;padding:12px 24px;transition:background .2s}.mp-btn-cancel:hover{background:#f8fafc}.mp-btn-submit{background:#000;border:none;border-radius:8px;color:#fff;cursor:pointer;flex:1 1;font-weight:600;padding:12px 24px;transition:background .2s}.mp-btn-submit:hover{background:#333}.mp-btn-submit:disabled{cursor:not-allowed;opacity:.7}.mp-variant-grid{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(auto-fill,minmax(85px,1fr))}.mp-variant-type-btn{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:12px;color:#4b5563;cursor:pointer;display:flex;flex-direction:column;gap:8px;justify-content:center;min-height:80px;padding:12px 6px;transition:all .2s}.mp-variant-details{border-radius:12px;margin-top:20px;padding:20px;transition:all .3s ease}.mp-variant-helper{font-size:.9rem;margin-bottom:16px}.mp-quick-select-title{font-size:.9rem;margin-bottom:8px}.mp-quick-select-btn{background:#fff;border-radius:6px;cursor:pointer;font-size:.85rem;padding:6px 12px;transition:all .2s}.mp-quick-select-btn:hover{opacity:.9}.mp-add-options-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:8px}.mp-add-options-title{font-size:.9rem}.mp-toggle-pricing-btn{background:none;border:none;cursor:pointer;font-size:.9rem;font-weight:500;padding:0}.mp-toggle-pricing-btn:hover{text-decoration:underline}.mp-add-options-row{align-items:center;display:flex;gap:8px}.mp-price-input-wrapper{flex:1 1;min-width:80px;position:relative}.mp-price-symbol{color:#64748b;left:12px;position:absolute;top:50%;transform:translateY(-50%)}.mp-price-input{border:1px solid #e2e8f0;border-radius:8px;box-sizing:border-box;font-size:.95rem;padding:10px 10px 10px 28px;width:100%}.mp-btn-add-variant{background:#000;border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:600;padding:10px 20px;transition:background .2s}.mp-btn-add-variant:hover{background:#333}.mp-variant-chips{display:flex;flex-wrap:wrap;gap:8px;margin-top:16px}.mp-variant-chip{align-items:center;background:#fff;border-radius:999px;display:flex;font-size:.85rem;font-weight:500;gap:6px;padding:6px 12px}.mp-color-swatch-container{align-items:center;display:flex;flex-direction:column;gap:4px}.mp-color-swatch{align-items:center;border-radius:2px;cursor:pointer;display:flex;height:32px;justify-content:center;transition:all .2s;width:32px}.mp-color-name{color:#4b5563;font-size:10px;font-weight:500}:root{--theme-color:#16a34a;--theme-color-soft:color-mix(in srgb,var(--theme-color) 14%,#fff 86%);--theme-color-soft-2:color-mix(in srgb,var(--theme-color) 22%,#fff 78%);--theme-color-dark:color-mix(in srgb,var(--theme-color) 82%,#000 18%);--cart-green:#16a34a;--cart-green-dark:#15803d;--black-btn:#000;--text-main:#0f172a;--text-soft:#475569;--text-muted:#64748b;--surface:#fff;--surface-soft:#f8fafc;--line:#e2e8f0;--danger:#dc2626}.storefront-page-body,.storefront-page-html{background:#f8fafc;margin:0;padding:0}.storefront-modal-open{overflow:hidden}.mobile-app-container{background:#f8fafc;font-family:system-ui,-apple-system,sans-serif;margin:0 auto;max-width:480px;min-height:100vh;padding-bottom:80px;position:relative;z-index:1}.mobile-main{display:flex;flex-direction:column;padding-bottom:96px}.sticky-top{position:relative;top:auto}.store-info{align-items:center;display:flex;gap:10px;min-height:42px;min-width:0}.store-info h1{font-size:1rem;line-height:1.2;margin:0}.store-logo{display:block;flex-shrink:0;height:42px;max-width:180px;object-fit:contain;width:auto}.store-top-actions{align-items:center;display:flex;flex-shrink:0;gap:8px}.top-icon-btn{align-items:center;background:#f8fafc;background:var(--surface-soft);border:none;border-radius:999px;box-shadow:none;color:#16a34a;color:var(--theme-color);display:inline-flex;height:34px;justify-content:center;min-height:34px;min-width:34px;outline:none;text-decoration:none;width:34px}.top-icon-btn:active,.top-icon-btn:focus,.top-icon-btn:hover{background:#eef2f7;color:#16a34a;color:var(--theme-color)}.cover-image{background:#f1f5f9;flex-shrink:0;height:50vw;max-height:300px;width:100%}.cover-image img{display:block;height:100%;object-fit:cover;width:100%}.offer-marquee,.offer-marquee-white{background:#fff;color:#fff;flex-shrink:0;font-size:14px;font-weight:500;overflow:hidden;padding:8px 0;white-space:nowrap}.marquee-content{animation:marquee 15s linear infinite;display:inline-flex;gap:20px}.offer-marquee .marquee-content span,.offer-marquee-white .marquee-content span{align-items:center;background:#16a34a;background:var(--theme-color);border-radius:999px;color:#fff;display:inline-flex;min-height:28px;padding:0 14px}@keyframes marquee{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.sticky-search-filters{background:#fff;display:flex;flex-direction:column;gap:0;padding:10px 16px;position:sticky;top:0;z-index:110}.categories-strip-shell{-webkit-overflow-scrolling:touch;display:flex;gap:10px;margin-bottom:6px;overflow-x:auto;overflow-y:hidden;padding:2px 0 4px;scroll-behavior:smooth;scroll-snap-type:x proximity;scrollbar-color:#cbd5e1 #0000;scrollbar-width:thin}.categories-strip-shell::-webkit-scrollbar{display:block;height:3px}.categories-strip-shell::-webkit-scrollbar-track{background:#0000}.categories-strip-shell::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:999px}.category-circle-chip{align-items:center;background:linear-gradient(180deg,#e5e7eb 0,#f3f4f6 38%,#fff);border:none;border-radius:14px;box-shadow:none;cursor:pointer;display:flex;flex-direction:column;flex-shrink:0;gap:7px;max-width:82px;min-width:82px;outline:none;padding:8px 6px 6px;scroll-snap-align:start;width:82px}.category-circle-chip.active{background:linear-gradient(180deg,color-mix(in srgb,#16a34a 30%,#fff 70%) 0,color-mix(in srgb,#16a34a 14%,#fff 86%) 42%,#fff);background:linear-gradient(to bottom,color-mix(in srgb,var(--theme-color) 30%,#fff 70%) 0,color-mix(in srgb,var(--theme-color) 14%,#fff 86%) 42%,#fff 100%)}.category-circle-image{align-items:center;background:#f1f5f9;border-radius:50%;display:flex;height:58px;justify-content:center;max-height:58px;max-width:58px;min-height:58px;min-width:58px;overflow:hidden;width:58px}.category-circle-image img{border-radius:50%;display:block;height:100%;object-fit:cover;width:100%}.category-circle-image-fallback{align-items:center;background:#e2e8f0;border-radius:50%;color:#0f172a;display:flex;font-size:14px;font-weight:700;height:100%;justify-content:center;width:100%}.category-circle-label{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#334155;display:-webkit-box;font-size:12px;line-height:1.2;min-height:31px;overflow:hidden;text-align:center;white-space:normal;width:100%;word-break:break-word}.category-circle-chip.active .category-circle-label{color:color-mix(in srgb,#16a34a 82%,#000 18%);color:var(--theme-color-dark)}.search-container{position:relative}.search-input-wrapper{align-items:center;display:flex;position:relative}.search-icon,.theme-search-icon{color:#16a34a;color:var(--theme-color);left:12px;position:absolute}.search-input{background:#f8fafc;background:var(--surface-soft);border:1px solid #e2e8f0;border:1px solid var(--line);border-radius:8px;box-shadow:none;font-size:14px;outline:none;padding:10px 12px 10px 36px;width:100%}.search-input:focus{background:#fff;border-color:color-mix(in srgb,#16a34a 22%,#fff 78%);border-color:var(--theme-color-soft-2)}.product-list-container{flex:1 1;padding:16px}.section-title{align-items:center;display:flex;justify-content:space-between;margin-bottom:12px}.section-title h2{color:#0f172a;color:var(--text-main);font-size:18px;font-weight:700;margin:0}.section-title-grid-tools{align-items:center;display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between}.section-title-left{display:flex;flex-direction:column;gap:2px}.item-count{color:var(--text-muted);font-size:14px}.empty-cart{color:#64748b;color:var(--text-muted);font-weight:500;padding:40px 20px;text-align:center}.store-demo-alert{background:#fff;border:none;border-radius:14px;box-shadow:none;margin-bottom:12px;padding:16px}.grid-mode-switcher{align-items:center;background:#f8fafc;border:1px solid #e2e8f0;border:1px solid var(--line);border-radius:999px;display:inline-flex;gap:6px;padding:4px}.grid-mode-btn{background:#0000;border:none;border-radius:999px;color:#475569;color:var(--text-soft);cursor:pointer;font-size:11px;padding:7px 10px}.grid-mode-btn.active{background:#16a34a;background:var(--theme-color);color:#fff}.product-grid{grid-gap:12px;align-items:stretch;display:grid;gap:12px}.product-grid.product-grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.product-grid.product-grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.product-image{align-items:flex-start;background:#f8fafc;display:flex;justify-content:center;overflow:hidden;position:relative;width:100%}.product-grid.product-grid-2 .product-image{aspect-ratio:1/1}.product-grid.product-grid-3 .product-image{height:140px;max-height:140px;min-height:140px}.product-image img{cursor:pointer;display:block;height:100%;object-fit:cover;object-position:top center;width:100%}.product-grid.product-grid-3 .product-image img{height:auto;object-fit:cover;object-position:top center;width:100%}.product-badge-left{background:#ffffffe6;border-radius:4px;left:8px;padding:0;position:absolute;top:8px;z-index:10}.product-badges-right{position:absolute;right:8px;top:8px;z-index:10}.badge{align-items:center;border-radius:4px;color:#fff;display:flex;font-size:10px;font-weight:700;gap:4px;padding:4px 8px;text-transform:uppercase}.badge.new{background:#3b82f6}.badge.hot{background:#ef4444}.badge.best{background:#f59e0b}.badge.sale{background:#10b981}.badge.limited{background:#8b5cf6}.grid-image-nav-btn{align-items:center;background:#ffffffeb;border:none;border-radius:999px;color:#111827;display:flex;height:28px;justify-content:center;position:absolute;top:50%;transform:translateY(-50%);width:28px;z-index:3}.grid-image-nav-btn.left{left:8px}.grid-image-nav-btn.right{right:8px}.product-details{display:flex;flex:1 1;flex-direction:column;gap:0;padding:10px}.product-name{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#1e293b;display:-webkit-box;font-size:12px;line-height:1.15;margin:0 0 3px;overflow:hidden;word-break:break-word}.product-details-price-row{align-items:center;display:flex;flex-wrap:wrap;gap:5px;margin:0}.product-details-price-main{color:#000;font-size:11px;line-height:1.2}.product-details-mrp{color:#ef4444;font-size:11px;line-height:1.2;text-decoration:line-through}.product-details-discount{background:#dcfce7;border-radius:999px;color:#166534;font-size:11px;padding:1px 5px}.product-save-row{color:#16a34a;color:var(--theme-color);font-size:11px;line-height:1.15;margin:2px 0 0}.product-card-extra{margin:3px 0 0;padding:0}.product-card-colors,.product-card-variants{align-items:center;display:flex;flex-wrap:wrap;gap:4px;margin:0}.product-mini-chip{align-items:center;background:#f8fafc;border:1px solid #e2e8f0;border:1px solid var(--line);border-radius:999px;color:#475569;display:inline-flex;font-size:11px;font-weight:500;justify-content:center;min-height:auto;padding:2px 6px;pointer-events:none}.product-color-dot{border:none;border-radius:50%;box-shadow:none;height:11px;min-width:11px;width:11px}.btn-details{appearance:none;-webkit-appearance:none;background:#f8fafc;border:none;border-radius:999px;box-shadow:none;color:#0f172a;cursor:pointer;flex:1 1;font-size:13px;outline:none;padding:6px 0}.btn-details:active,.btn-details:focus,.btn-details:hover{background:#eef2f7;border:none;box-shadow:none;color:#0f172a;outline:none}.btn-add,.btn-add-icon-only,.btn-add-option,.btn-add-theme,.btn-add-to-cart-large,.option-row .btn-add,.product-grid .btn-add,.product-grid .btn-add-icon-only{appearance:none!important;-webkit-appearance:none!important;background-clip:padding-box!important;border:none!important;box-shadow:none!important;color:#fff;outline:none!important}.btn-add,.btn-add-option,.btn-add-to-cart-large{cursor:pointer;font-weight:600}.btn-add-theme{background:#16a34a!important;background:var(--theme-color)!important;color:#fff!important}.btn-add-icon-only:active,.btn-add-icon-only:focus,.btn-add-icon-only:hover,.btn-add-option:active,.btn-add-option:focus,.btn-add-option:hover,.btn-add-theme:active,.btn-add-theme:focus,.btn-add-theme:hover,.btn-add-to-cart-large:active,.btn-add-to-cart-large:focus,.btn-add-to-cart-large:hover,.btn-add:active,.btn-add:focus,.btn-add:hover,.option-row .btn-add:active,.option-row .btn-add:focus,.option-row .btn-add:hover,.product-grid .btn-add-icon-only:active,.product-grid .btn-add-icon-only:focus,.product-grid .btn-add-icon-only:hover,.product-grid .btn-add:active,.product-grid .btn-add:focus,.product-grid .btn-add:hover{background:#16a34a!important;background:var(--theme-color)!important;border:none!important;box-shadow:none!important;color:#fff!important;outline:none!important}.btn-add-icon-only:after,.btn-add-icon-only:before,.btn-add-option:after,.btn-add-option:before,.btn-add-theme:after,.btn-add-theme:before,.btn-add-to-cart-large:after,.btn-add-to-cart-large:before,.btn-add:after,.btn-add:before{content:none!important;display:none!important}.btn-add{border-radius:999px;flex:1 1;font-size:13px;padding:6px 0}.btn-add-option{border-radius:999px;font-size:14px;padding:8px;width:100%}.btn-add-to-cart-large{align-items:center;border-radius:999px;display:flex;font-size:17px;font-weight:700;gap:8px;justify-content:center;padding:16px;width:100%}.product-grid .card-actions{align-items:center;display:flex;gap:6px;margin-top:auto;padding-top:6px}.product-grid .btn-add,.product-grid .btn-add-icon-only,.product-grid .btn-details,.product-grid .product-details .btn-add{border:none!important;border-radius:999px;box-shadow:none!important;font-size:11px;height:30px;min-height:30px;outline:none!important;padding:0 8px}.product-grid.product-grid-3 .btn-add-icon-only{align-items:center;color:#fff;display:inline-flex;font-size:11px;font-weight:700;justify-content:center;min-width:30px;width:30px}.product-grid .btn-add-icon-only svg{height:14px;width:14px}.cart-flat-qty,.options-modal-body .qty-pill,.product-details-footer .qty-pill-large,.product-grid .qty-pill,.qty-pill,.qty-pill-large,.qty-stepper-vertical{background:color-mix(in srgb,#16a34a 14%,#fff 86%)!important;background:var(--theme-color-soft)!important;border:none!important;box-shadow:none!important}.qty-pill{flex:1 1}.cart-flat-qty,.qty-pill{align-items:center;border-radius:999px;display:flex;justify-content:space-between;min-height:36px;padding:4px 8px}.cart-flat-qty{gap:6px}.qty-pill-large{border-radius:999px;display:flex;min-height:54px;padding:10px 16px}.qty-pill-large,.qty-stepper-vertical{align-items:center;justify-content:space-between}.qty-stepper-vertical{border-radius:16px;display:inline-flex;flex-direction:column;height:70px;min-height:70px;min-width:30px;padding:4px 0;width:30px}.cart-flat-qty button,.options-modal-body .qty-pill button,.product-details-footer .qty-pill-large button,.product-grid .qty-pill button,.qty-pill button,.qty-pill-large button,.qty-stepper-vertical button{align-items:center;appearance:none!important;-webkit-appearance:none!important;background:#fff!important;border:none!important;border-radius:50%!important;box-shadow:none!important;color:#16a34a!important;color:var(--theme-color)!important;cursor:pointer;display:flex;justify-content:center;outline:none!important}.cart-flat-qty button,.options-modal-body .qty-pill button,.product-grid .qty-pill button,.qty-pill button{flex:0 0 24px!important;height:24px!important;max-height:24px!important;max-width:24px!important;min-height:24px!important;min-width:24px!important;width:24px!important}.product-details-footer .qty-pill-large button,.qty-pill-large button{flex:0 0 36px!important;height:36px!important;max-height:36px!important;max-width:36px!important;min-height:36px!important;min-width:36px!important;width:36px!important}.qty-stepper-vertical button{flex:0 0 22px!important;height:22px!important;max-height:22px!important;max-width:22px!important;min-height:22px!important;min-width:22px!important;width:22px!important}.cart-flat-qty button:active,.cart-flat-qty button:focus,.cart-flat-qty button:hover,.options-modal-body .qty-pill button:active,.options-modal-body .qty-pill button:focus,.options-modal-body .qty-pill button:hover,.product-details-footer .qty-pill-large button:active,.product-details-footer .qty-pill-large button:focus,.product-details-footer .qty-pill-large button:hover,.product-grid .qty-pill button:active,.product-grid .qty-pill button:focus,.product-grid .qty-pill button:hover,.qty-pill button:active,.qty-pill button:focus,.qty-pill button:hover,.qty-pill-large button:active,.qty-pill-large button:focus,.qty-pill-large button:hover,.qty-stepper-vertical button:active,.qty-stepper-vertical button:focus,.qty-stepper-vertical button:hover{background:#fff!important;color:#16a34a!important;color:var(--theme-color)!important}.cart-flat-qty span,.options-modal-body .qty-pill span,.product-details-footer .qty-pill-large span,.product-grid .qty-pill span,.qty-pill span,.qty-pill-large span,.qty-stepper-vertical span{color:color-mix(in srgb,#16a34a 82%,#000 18%)!important;color:var(--theme-color-dark)!important;font-weight:700!important;text-align:center}.cart-flat-qty span,.qty-pill span{font-size:14px}.qty-pill-large span{font-size:18px}.qty-stepper-vertical span{font-size:11px;line-height:1}.store-footer{background:#f8fafc;flex-shrink:0;padding:24px 16px}.footer-content h3{color:#0f172a;color:var(--text-main);font-size:16px;margin:0 0 12px}.disclaimer-list{line-height:1.5;margin-bottom:16px;padding-left:20px}.disclaimer-list,.store-address{color:#475569;color:var(--text-soft);font-size:14px}.store-address{background:#fff;border:none;border-radius:8px;box-shadow:none;line-height:1.6;padding:12px}.store-address strong{color:#0f172a;color:var(--text-main)}.bottom-bar.bottom-bar-split{grid-gap:10px;background:#fff;bottom:0;box-sizing:border-box;display:grid;gap:10px;grid-template-columns:1fr 1fr;left:50%;max-width:480px;padding:8px 16px calc(8px + env(safe-area-inset-bottom));position:fixed;transform:translateX(-50%);width:100%;z-index:50}.bottom-bar.bottom-bar-split .fab-btn{align-items:center;border:none;border-radius:999px;box-shadow:none;cursor:pointer;display:inline-flex;font-size:13px;font-weight:600;gap:6px;height:38px;justify-content:center;min-height:38px;min-width:0;outline:none;width:100%}.bottom-bar.bottom-bar-split .fab-categories,.bottom-bar.bottom-bar-split .fab-categories:active,.bottom-bar.bottom-bar-split .fab-categories:focus,.bottom-bar.bottom-bar-split .fab-categories:hover{background:#000;color:#fff}.bottom-bar.bottom-bar-split .fab-cart{background:#16a34a;background:var(--cart-green);color:#fff}.bottom-bar.bottom-bar-split .fab-cart:active,.bottom-bar.bottom-bar-split .fab-cart:focus,.bottom-bar.bottom-bar-split .fab-cart:hover{background:#15803d;background:var(--cart-green-dark);color:#fff}.bottom-bar.bottom-bar-split .fab-cart:disabled{background:#cbd5e1;color:#fff;cursor:not-allowed;opacity:1}.bottom-bar.bottom-bar-split .fab-cart:disabled .cart-badge{display:none}.cart-icon-wrapper{display:flex;position:relative}.cart-badge{background:#ef4444;border-radius:999px;color:#fff;font-size:10px;padding:2px 6px;position:absolute;right:-10px;top:-8px}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.cart-modal-overlay,.categories-modal-overlay,.image-viewer-overlay,.options-modal-overlay,.product-details-overlay{inset:0;position:fixed}.cart-modal-overlay,.categories-modal-overlay,.options-modal-overlay,.product-details-overlay{align-items:flex-end;background:#0009;display:flex;justify-content:center}.cart-modal-overlay,.categories-modal-overlay{z-index:3000}.options-modal-overlay{z-index:3100}.product-details-overlay{z-index:3200}.image-viewer-overlay{align-items:center;background:#fff;display:flex;justify-content:center;padding:24px;z-index:3300}.cart-modal-content,.categories-modal-content,.options-modal-content,.product-details-modal{animation:slideUp .28s ease-out forwards;background:#fff;border:none;border-radius:20px 20px 0 0;border-top:2px solid #16a34a;border-top:2px solid var(--theme-color);box-shadow:none;display:flex;flex-direction:column;max-height:92vh;max-width:480px;width:100%}.cart-modal-header,.options-modal-header,.product-details-modal-header{align-items:center;background:#fff;border-radius:20px 20px 0 0;display:flex;justify-content:space-between;padding:16px 20px;position:sticky;top:0;z-index:10}.cart-modal-header h2,.options-modal-header h3,.product-details-modal-header h3{color:#0f172a;color:var(--text-main);font-size:18px;margin:0}.grid-image-nav-btn,.image-nav-btn,.image-viewer-close-btn,.modal-close-btn{border:none;box-shadow:none;outline:none}.modal-close-btn{align-items:center;background:#f1f5f9;border-radius:50%;color:#475569;cursor:pointer;display:flex;height:32px;justify-content:center;width:32px}.cart-modal-body,.options-modal-body,.product-details-modal-body{display:flex;flex-direction:column;gap:20px;overflow-y:auto;padding:20px}.categories-pill-list{display:flex;flex-wrap:wrap;gap:10px}.category-pill{background:#f1f5f9;border:none;border-radius:999px;box-shadow:none;color:#0f172a;cursor:pointer;font-size:14px;font-weight:600;outline:none;padding:10px 14px}.options-list{display:flex;flex-direction:column;gap:10px}.option-group{margin-bottom:14px}.option-group-title{font-size:13px;margin-bottom:8px}.option-color-choice-list,.option-variant-chip-list{display:flex;flex-wrap:wrap;gap:8px}.option-color-choice,.option-variant-chip{-webkit-tap-highlight-color:transparent;align-items:center;background:#fff;border-radius:999px;color:#334155;cursor:pointer;display:inline-flex;font-size:13px;justify-content:center;min-height:34px;padding:7px 12px;transition:all .2s ease}.option-color-choice{gap:8px}.option-color-choice:hover,.option-variant-chip:hover{background:color-mix(in srgb,#16a34a 8%,#fff 92%);background:color-mix(in srgb,var(--theme-color) 8%,#fff 92%);border-color:#16a34a;border-color:var(--theme-color);color:color-mix(in srgb,#16a34a 82%,#000 18%);color:var(--theme-color-dark)}.option-color-choice.active,.option-color-choice.active:active,.option-color-choice.active:focus,.option-color-choice.active:hover,.option-variant-chip.active,.option-variant-chip.active:active,.option-variant-chip.active:focus,.option-variant-chip.active:hover{background:#16a34a;background:var(--theme-color);border-color:#16a34a;border-color:var(--theme-color);color:#fff}.option-color-dot{border:none;border-radius:50%;box-shadow:none;height:16px;min-width:16px;width:16px}.option-color-name{font-size:13px}.option-row{grid-gap:10px;align-items:center;background:#f1f5f9;border:none;border-radius:12px;box-shadow:none;display:grid;gap:10px;grid-template-columns:1fr 90px 100px;padding:12px}.option-row-summary{border-top:1px solid color-mix(in srgb,#16a34a 35%,#fff 65%);border-top:1px solid color-mix(in srgb,var(--theme-color) 35%,#fff 65%);margin-top:6px;padding-top:10px}.option-col{align-items:center;display:flex}.option-col-price{justify-content:flex-start}.option-col-action{justify-content:flex-end}.option-price{color:#0f172a;color:var(--text-main);font-size:16px}.variant-warning{color:color-mix(in srgb,#16a34a 55%,#dc2626 45%);color:color-mix(in srgb,var(--theme-color) 55%,#dc2626 45%);font-size:12px;line-height:1.2;margin:0 0 6px}.option-row .btn-add:disabled{background:#cbd5e1!important;border:none!important;box-shadow:none!important;color:#fff!important;cursor:not-allowed!important}.image-viewer-shell{max-height:92vh;max-width:1100px}.image-viewer-shell,.image-viewer-stage{align-items:center;display:flex;height:100%;justify-content:center;position:relative;width:100%}.image-viewer-image{display:block;height:auto;max-height:82vh;max-width:100%;object-fit:contain;width:auto}.image-viewer-close-btn{background:#fff;color:#111827;right:-8px;top:-8px;z-index:20}.image-nav-btn,.image-viewer-close-btn{align-items:center;border-radius:999px;display:flex;height:42px;justify-content:center;position:absolute;width:42px}.image-nav-btn{background:#0f172ac7;color:#fff;top:50%;transform:translateY(-50%);z-index:25}.image-nav-btn.left{left:16px}.image-nav-btn.right{right:16px}.product-details-body-clean{gap:20px}.product-details-image-container,.product-details-image-shell{align-items:center;display:flex;justify-content:center;position:relative;width:100%}.product-details-image-container{background:#0000;height:auto;min-height:0;overflow:visible}.product-details-main-image{cursor:pointer;display:block;height:auto;margin:0 auto;max-width:50%;min-width:0;object-fit:contain;width:50%}.product-details-title-row{display:flex;flex-direction:column;gap:8px}.product-details-title-row h2{color:#0f172a;color:var(--text-main);font-size:22px;line-height:1.3;margin:0}.product-save-row-details{color:#16a34a;color:var(--theme-color);font-size:13px;margin-bottom:12px}.product-details-desc{display:flex;flex-direction:column;gap:8px}.product-details-desc p{color:var(--text-soft);font-size:15px;line-height:1.6;margin:0}.product-details-footer{background:#fff;bottom:0;padding:16px;position:sticky}.cart-modal-body{gap:14px;overflow-y:auto;padding:16px 16px 8px}.cart-items-flat{background:#fff;border:none;border-radius:18px;box-shadow:none;overflow:visible;padding:0 16px}.cart-flat-row{grid-gap:14px;align-items:start;border-bottom:1px solid color-mix(in srgb,#16a34a 45%,#fff 55%);border-bottom:1px solid color-mix(in srgb,var(--theme-color) 45%,#fff 55%);display:grid;gap:14px;grid-template-columns:72px minmax(0,1fr) 104px;padding:16px 0}.cart-items-flat .cart-flat-row:last-child{border-bottom:none;padding-bottom:18px}.cart-flat-col{min-width:0}.cart-flat-col-image{align-items:flex-start;display:flex;justify-content:center;overflow:hidden}.cart-flat-col-image img{border-radius:14px;display:block;height:72px;object-fit:cover;object-position:top center;width:72px}.cart-flat-col-info{min-width:0;padding-top:2px}.cart-flat-col-info h4{font-size:16px;line-height:1.28;margin:0;word-break:break-word}.cart-flat-variant-label,.cart-flat-variant-text{color:#6b7280;font-size:13px;font-weight:600}.cart-flat-variant-row{align-items:center;display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}.cart-flat-color-swatch{border:none;border-radius:50%;box-shadow:none;height:16px;min-width:16px;width:16px}.cart-flat-col-action{align-items:stretch;display:flex;flex-direction:column;gap:10px;padding-top:2px}.cart-flat-price-block{display:flex;flex-direction:column;gap:2px;text-align:right}.cart-flat-price-main{align-items:center;color:#111827;display:flex;font-size:15px;font-weight:800;gap:2px;justify-content:flex-end;line-height:1.15}.cart-flat-price-meta{align-items:flex-end;display:flex;flex-direction:column;gap:1px}.cart-flat-mrp{color:#ef4444;font-size:12px;font-weight:700;line-height:1.1;text-decoration:line-through}.cart-flat-discount{font-size:12px;line-height:1.1}.cart-add-more-link,.cart-flat-discount{color:#16a34a;color:var(--theme-color);font-weight:800}.cart-add-more-link{background:#0000;border:none;cursor:pointer;display:block;font-size:13px;margin:4px auto 2px;padding:0;text-decoration:underline;width:fit-content}.bill-details{background:#fff;border:none;border-radius:18px;box-shadow:none;padding:18px 18px 16px}.bill-details h3{font-size:18px;font-weight:800;margin:0 0 14px}.bill-row{color:#6b7280;font-size:15px;font-weight:600;justify-content:space-between;margin-bottom:12px}.bill-row,.bill-row span{align-items:center;display:flex}.bill-row span:last-child{color:#111827}.bill-divider{background:color-mix(in srgb,#16a34a 35%,#fff 65%);background:color-mix(in srgb,var(--theme-color) 35%,#fff 65%);height:1px;margin:12px 0 14px}.bill-row.total{font-size:18px;margin-bottom:0}.bill-row.total,.bill-row.total span:last-child{color:#111827;font-weight:800}.text-green{color:#16a34a!important;color:var(--theme-color)!important}.cart-modal-footer{background:#fff;border-top:none;bottom:0;padding:14px 16px 16px;position:sticky;z-index:5}.btn-checkout,.btn-checkout-black,.cart-modal-footer .btn-checkout{align-items:center;border-radius:9999px;cursor:pointer;display:flex;font-size:16px;font-weight:800;height:58px;justify-content:space-between;padding:0 22px;width:100%}.btn-checkout,.btn-checkout-black,.btn-checkout-black:active,.btn-checkout-black:focus,.btn-checkout-black:hover,.btn-checkout:active,.btn-checkout:focus,.btn-checkout:hover,.cart-modal-footer .btn-checkout{background:#000;border:none;box-shadow:none;color:#fff;outline:none}.cart-modal-footer .checkout-amount,.checkout-amount,.checkout-amount-pill{align-items:center;background:#16a34a;background:var(--theme-color);border-radius:999px;color:#fff;display:inline-flex;gap:4px;padding:6px 12px}.diet-icon{align-items:center;border:1px solid;border-radius:2px;display:flex;height:14px;justify-content:center;width:14px}.diet-icon .circle{border-radius:50%;height:8px;width:8px}.diet-icon.veg{border-color:#16a34a}.diet-icon.veg .circle{background:#16a34a}.diet-icon.non-veg{border-color:#dc2626}.diet-icon.non-veg .circle{background:#dc2626}.diet-icon.simple{border-color:#64748b}.diet-icon.simple .circle{background:#64748b}button:focus,button:focus-visible,input:focus,input:focus-visible{box-shadow:none;outline:none}.btn-add,.btn-add-icon-only,.btn-add-theme,.btn-add-to-cart-large,button{-webkit-tap-highlight-color:transparent}@media (max-width:480px){.section-title-grid-tools{align-items:flex-start}.grid-mode-switcher{margin-left:auto}.cart-flat-row{gap:12px;grid-template-columns:68px minmax(0,1fr) 98px}.cart-flat-col-image img{height:68px;width:68px}.cart-flat-col-info h4{font-size:15px}.btn-checkout,.btn-checkout-black,.cart-modal-footer .btn-checkout{font-size:16px;height:58px}}@media (hover:none){.option-color-choice:hover,.option-variant-chip:hover{background:#fff;border-color:#dbe3ea;color:#334155}.option-color-choice.active,.option-color-choice.active:active,.option-color-choice.active:focus,.option-color-choice.active:hover,.option-variant-chip.active,.option-variant-chip.active:active,.option-variant-chip.active:focus,.option-variant-chip.active:hover{background:#16a34a;background:var(--theme-color);border-color:#16a34a;border-color:var(--theme-color);color:#fff}}.store-info-bar,.store-info-bar-white{align-items:center;background:#fff;box-sizing:border-box;display:flex;gap:12px;justify-content:space-between;min-height:72px;padding:14px 16px;position:relative;top:auto;z-index:120}.store-info-bar{background:#16a34a;background:var(--theme-color);background:linear-gradient(135deg,#16a34a,#00000026);background:linear-gradient(135deg,var(--theme-color),#00000026)}.storefront-route-shell{color:#111827;font-family:Roboto,ui-sans-serif,system-ui,sans-serif}.storefront-route-shell h1,.storefront-route-shell h2,.storefront-route-shell h3,.storefront-route-shell h4,.storefront-route-shell h5,.storefront-route-shell h6{color:#111827;letter-spacing:-.02em;margin:0}.storefront-route-shell p{letter-spacing:0}.store-info h1{color:#111827;font-size:1.08rem;font-weight:700;letter-spacing:-.02em;line-height:1.15}.offer-marquee .marquee-content span,.offer-marquee-white .marquee-content span{font-size:.84rem;font-weight:600;letter-spacing:0;line-height:1}.category-circle-label{font-size:.76rem;font-weight:600;letter-spacing:-.01em;line-height:1.22}.category-circle-chip.active .category-circle-label{font-weight:700}.search-input{font-size:.94rem;font-weight:500;line-height:1.2}.search-input::placeholder{color:#64748b;font-size:.9rem;font-weight:400}.section-title h2,.section-title-left h2{color:#111827;font-size:1.12rem;font-weight:700;letter-spacing:-.02em;line-height:1.15}.item-count{color:#64748b;font-size:.8rem;font-weight:500;line-height:1.2}.grid-mode-btn{font-size:.72rem;font-weight:600;letter-spacing:-.01em;line-height:1}.grid-mode-btn.active{font-weight:700}.product-name{color:#111827;font-size:.9rem;font-weight:600;letter-spacing:-.01em;line-height:1.28}.product-details-price-row{line-height:1.1}.product-details-price-main{color:#111827;font-size:.98rem;font-weight:700;letter-spacing:-.02em;line-height:1.05}.product-details-mrp{font-size:.77rem;font-weight:500;line-height:1}.product-details-discount{font-size:.68rem;font-weight:700;letter-spacing:0;line-height:1}.product-save-row{font-size:.74rem;font-weight:600;line-height:1.2}.product-mini-chip{font-size:.68rem;font-weight:600;line-height:1}.btn-add,.btn-add-icon-only,.btn-add-option,.btn-add-to-cart-large,.btn-details{letter-spacing:-.01em}.btn-details{font-size:.78rem;font-weight:600;line-height:1}.btn-add,.btn-add-icon-only,.btn-add-option,.btn-add-to-cart-large{font-size:.8rem;font-weight:700;line-height:1}.product-grid.product-grid-2 .btn-add,.product-grid.product-grid-2 .btn-details{font-size:.78rem}.product-grid.product-grid-3 .btn-add,.product-grid.product-grid-3 .btn-add-icon-only,.product-grid.product-grid-3 .btn-details{font-size:.72rem}.cart-flat-qty span,.qty-pill span,.qty-pill-large span,.qty-stepper-vertical span{letter-spacing:-.01em}.cart-flat-qty span,.qty-pill span{font-size:.88rem;font-weight:700}.qty-pill-large span{font-size:1rem;font-weight:700}.qty-stepper-vertical span{font-size:.7rem;font-weight:700}.bottom-bar.bottom-bar-split .fab-btn,.fab-btn{font-size:.84rem;font-weight:700;letter-spacing:-.01em;line-height:1}.cart-badge{font-size:.62rem;font-weight:700}.cart-modal-header h2,.options-modal-header h3,.product-details-modal-header h3{color:#111827;font-size:1.05rem;font-weight:700;letter-spacing:-.02em;line-height:1.15}.product-details-title-row h2{color:#111827;font-size:1.3rem;font-weight:700;letter-spacing:-.025em;line-height:1.18}.product-save-row-details{font-size:.82rem;font-weight:600;line-height:1.2}.product-details-desc p{color:#475569;font-size:.94rem;font-weight:400;letter-spacing:0;line-height:1.62}.option-group-title{color:#334155;font-size:.8rem;font-weight:600;letter-spacing:-.01em;line-height:1.2}.option-color-choice,.option-variant-chip{font-size:.8rem;font-weight:500;line-height:1}.option-color-choice.active,.option-variant-chip.active{font-weight:700}.option-color-name{font-size:.8rem;font-weight:500;line-height:1}.option-price{color:#111827;font-size:1rem;font-weight:700;letter-spacing:-.02em;line-height:1}.variant-warning{font-size:.75rem;font-weight:600;line-height:1.25}.cart-flat-col-info h4{color:#111827;font-size:.92rem;font-weight:700;letter-spacing:-.01em;line-height:1.3}.cart-flat-variant-label,.cart-flat-variant-text{font-size:.76rem;font-weight:500;line-height:1.2}.cart-flat-price-main{font-size:.92rem;font-weight:700;letter-spacing:-.01em;line-height:1.1}.cart-flat-mrp{font-size:.72rem;font-weight:500;line-height:1}.cart-flat-discount{font-size:.7rem;font-weight:700;line-height:1}.cart-add-more-link{font-size:.78rem;font-weight:700;line-height:1.2}.bill-details h3{color:#111827;font-size:1rem;font-weight:700;letter-spacing:-.02em;line-height:1.15}.bill-row{font-size:.86rem;font-weight:500;line-height:1.2}.bill-row span:last-child{font-weight:700}.bill-row.total{font-size:1rem;font-weight:700;line-height:1.15}.btn-checkout,.btn-checkout-black,.cart-modal-footer .btn-checkout{font-size:.94rem;font-weight:700;letter-spacing:-.01em;line-height:1}.cart-modal-footer .checkout-amount,.checkout-amount,.checkout-amount-pill{font-size:.84rem;font-weight:700;line-height:1}.footer-content h3{color:#111827;font-size:.98rem;font-weight:700;letter-spacing:-.02em;line-height:1.15}.disclaimer-list li{line-height:1.55}.disclaimer-list li,.store-address{color:#64748b;font-size:.8rem;font-weight:400}.store-address{line-height:1.65}.store-address strong{color:#111827;font-weight:700}@media (max-width:480px){.product-name{font-size:.86rem}.product-details-price-main{font-size:.93rem}.product-details-title-row h2{font-size:1.18rem}.product-details-desc p{font-size:.91rem}.bottom-bar.bottom-bar-split .fab-btn,.fab-btn{font-size:.8rem}.btn-checkout,.btn-checkout-black,.cart-modal-footer .btn-checkout{font-size:.9rem}}.storefront-route-shell,.storefront-route-shell .bill-details h3,.storefront-route-shell .bill-row,.storefront-route-shell .btn-add,.storefront-route-shell .btn-checkout,.storefront-route-shell .btn-details,.storefront-route-shell .cart-modal-header h2,.storefront-route-shell .category-circle-label,.storefront-route-shell .disclaimer-list li,.storefront-route-shell .footer-content h3,.storefront-route-shell .mobile-app-container,.storefront-route-shell .mobile-main,.storefront-route-shell .option-color-choice,.storefront-route-shell .option-group-title,.storefront-route-shell .option-price,.storefront-route-shell .option-variant-chip,.storefront-route-shell .options-modal-header h3,.storefront-route-shell .product-details-discount,.storefront-route-shell .product-details-modal-header h3,.storefront-route-shell .product-details-mrp,.storefront-route-shell .product-details-price-main,.storefront-route-shell .product-details-title-row h2,.storefront-route-shell .product-name,.storefront-route-shell .product-save-row,.storefront-route-shell .store-address,.storefront-route-shell a,.storefront-route-shell button,.storefront-route-shell h1,.storefront-route-shell h2,.storefront-route-shell h3,.storefront-route-shell h4,.storefront-route-shell h5,.storefront-route-shell h6,.storefront-route-shell input,.storefront-route-shell label,.storefront-route-shell li,.storefront-route-shell p,.storefront-route-shell select,.storefront-route-shell span,.storefront-route-shell textarea{font-family:Roboto,ui-sans-serif,system-ui,sans-serif!important}