@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700&family=Plus+Jakarta+Sans:wght@400;500;600;700&display=swap";:root{--primary-50:#f0fdf4;--primary-100:#dcfce7;--primary-200:#bbf7d0;--primary-500:#22c55e;--primary-600:#16a34a;--primary-700:#15803d;--primary-800:#166534;--primary-900:#14532d;--accent-amber:#f59e0b;--accent-red:#ef4444;--accent-blue:#3b82f6;--surface-bg:#f8fafa;--surface-card:#fff;--surface-elevated:#fff;--surface-border:#e2e8f0;--text-main:#0f172a;--text-muted:#64748b;--text-light:#94a3b8;--text-on-primary:#fff;--font-heading:"Outfit", -apple-system, BlinkMacSystemFont, sans-serif;--font-body:"Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, sans-serif;--radius-sm:6px;--radius-md:12px;--radius-lg:18px;--radius-full:9999px;--shadow-sm:0 1px 3px #0000000d;--shadow-md:0 4px 12px -2px #00000014;--shadow-lg:0 12px 24px -4px #0000001f;--transition-fast:.15s ease;--transition-normal:.25s ease}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-tap-highlight-color:transparent;font-size:16px}body{font-family:var(--font-body);background-color:var(--surface-bg);color:var(--text-main);flex-direction:column;min-height:100vh;line-height:1.5;display:flex;overflow-x:hidden}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit;color:inherit}button{cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;display:inline-flex}img{max-width:100%;height:auto;display:block}.container{width:100%;max-width:1280px;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}@media (width>=640px){.container{padding-left:1.5rem;padding-right:1.5rem}}.badge{border-radius:var(--radius-full);align-items:center;padding:.25rem .6rem;font-size:.75rem;font-weight:600;display:inline-flex}.badge-success{background-color:var(--primary-100);color:var(--primary-800)}.badge-warning{color:#92400e;background-color:#fef3c7}.badge-danger{color:#991b1b;background-color:#fee2e2}.badge-info{color:#1e40af;background-color:#dbeafe}.badge-default{color:#475569;background-color:#f1f5f9}.hidden,#printable-invoice-container{display:none!important}@media print{@page{size:auto;margin:0}body{background:#fff!important;margin:0!important;padding:0!important}body *{visibility:hidden!important}#printable-invoice-container,#printable-invoice-container *{visibility:visible!important}#printable-invoice-container{color:#000!important;box-sizing:border-box!important;background:#fff!important;width:100%!important;margin:0!important;padding:10mm 15mm!important;display:block!important;position:absolute!important;top:0!important;left:0!important}.no-print{display:none!important}}body{flex-direction:column;min-height:100vh;display:flex}#homepage-main-container,#view-all-overlay,#category-view-overlay,.view-all-overlay,.category-view-overlay{flex:1 0 auto}.app-footer{margin-top:auto!important}.customer-page-loader{z-index:100000;opacity:1;visibility:visible;pointer-events:auto;background-color:#fff;flex-direction:column;justify-content:center;align-items:center;transition:opacity .4s cubic-bezier(.4,0,.2,1),visibility .4s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;inset:0;overflow:hidden}.customer-page-loader.hidden{opacity:0;visibility:hidden;pointer-events:none}body.loader-active{height:100vh!important;overflow:hidden!important}.customer-loader-card{text-align:center;flex-direction:column;align-items:center;gap:1.25rem;padding:2.5rem;display:flex}.customer-loader-brand{font-family:var(--font-heading);color:var(--primary-900);letter-spacing:-.02em;font-size:2.2rem;font-weight:800}.customer-loader-city{letter-spacing:.22em;text-transform:uppercase;color:var(--primary-600);margin-top:-.85rem;font-size:.8rem;font-weight:700}.customer-loader-visual{justify-content:center;align-items:center;width:110px;height:110px;display:flex;position:relative}.loader-pulse-basket{font-size:4.5rem;animation:1.8s ease-in-out infinite basketPulse}.loader-pulse-leaf{font-size:1.8rem;animation:2s ease-in-out infinite leafFloat;position:absolute}.loader-pulse-leaf.leaf-1{animation-delay:0s;top:-4px;left:2px}.loader-pulse-leaf.leaf-2{animation-delay:.6s;top:0;right:-2px}.customer-loader-dots{justify-content:center;align-items:center;gap:.45rem;margin-top:.2rem;display:flex}.customer-loader-dots span{background-color:var(--primary-600);border-radius:50%;width:10px;height:10px;animation:1.4s ease-in-out infinite dotPulse}.customer-loader-dots span:first-child{animation-delay:0s}.customer-loader-dots span:nth-child(2){animation-delay:.2s}.customer-loader-dots span:nth-child(3){animation-delay:.4s}@keyframes dotPulse{0%,80%,to{opacity:.35;transform:scale(.6)}40%{opacity:1;background-color:var(--primary-500);transform:scale(1.25)}}@keyframes basketPulse{0%,to{transform:scale(1)}50%{transform:scale(1.08)}}@keyframes leafFloat{0%,to{transform:translateY(0)rotate(0)}50%{transform:translateY(-6px)rotate(12deg)}}@keyframes spin{to{transform:rotate(360deg)}}.app-header{z-index:50;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid var(--surface-border);box-shadow:var(--shadow-sm);background-color:#fffffff2;position:sticky;top:0}.header-inner{justify-content:space-between;align-items:center;gap:1rem;height:64px;display:flex}.brand-logo{font-family:var(--font-heading);color:var(--primary-800);white-space:nowrap;flex-shrink:0;align-items:center;gap:.6rem;font-size:1.25rem;font-weight:700;display:flex}.brand-icon{background:linear-gradient(135deg, var(--primary-500), var(--primary-800));color:#fff;border-radius:var(--radius-md);flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:1.2rem;display:flex;box-shadow:0 2px 8px #22c55e4d}@media (width<=480px){.header-inner{gap:.35rem;height:52px;padding:0 .65rem}.brand-logo{gap:.3rem;font-size:.95rem}.brand-icon{width:26px;height:26px;font-size:.9rem}.header-desktop-only{display:none!important}.header-hamburger-btn{display:flex!important}.header-actions{gap:.3rem}}.header-search{flex:1;max-width:480px;display:none;position:relative}@media (width>=640px){.header-search{display:block}}.search-input{border-radius:var(--radius-full);border:1px solid var(--surface-border);background-color:var(--surface-bg);width:100%;transition:var(--transition-fast);padding:.6rem 1rem .6rem 2.5rem;font-size:.9rem}.search-input:focus{border-color:var(--primary-500);background-color:#fff;outline:none;box-shadow:0 0 0 3px #22c55e26}.search-icon-svg{color:var(--text-muted);pointer-events:none;width:18px;height:18px;position:absolute;top:50%;left:.85rem;transform:translateY(-50%)}.header-actions{align-items:center;gap:.75rem;display:flex}.cart-btn{color:var(--text-primary);border-radius:var(--radius-sm);transition:var(--transition-fast);background:0 0;border:none;gap:.25rem;padding:.4rem .5rem;font-size:1.25rem;line-height:1;position:relative}.cart-btn:hover{background:var(--surface-hover,#0000000d)}.cart-badge{background-color:var(--primary-600);color:#fff;border-radius:var(--radius-full);pointer-events:none;border:2px solid #fff;justify-content:center;align-items:center;min-width:1.2rem;height:1.2rem;padding:0 .25rem;font-size:.65rem;font-weight:700;line-height:1;display:flex;position:absolute;top:0;right:0;transform:translate(30%,-30%)}.header-hamburger-btn{cursor:pointer;color:var(--text-main);background:0 0;border:none;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;padding:.4rem;display:none}.header-hamburger-btn:hover{background:var(--surface-hover,#0000000d)}.sticky-header-container{z-index:100;width:100%;position:sticky;top:0}.app-header{z-index:100;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid var(--surface-border);box-shadow:var(--shadow-sm);background-color:#fffffffa;position:relative}.mobile-top-bar{z-index:99;border-bottom:1px solid var(--surface-border);background:#fff;align-items:center;gap:.5rem;padding:.45rem .75rem;display:none;position:relative;box-shadow:0 1px 4px #0000000f}@media (width<=639px){.mobile-top-bar{display:flex}.mobile-search-wrapper{display:none}}.mobile-menu-btn{cursor:pointer;color:var(--text-main);background:0 0;border:none;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;padding:.35rem;display:flex}.mobile-cart-btn{background:var(--primary-50);border:1px solid var(--primary-100);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;padding:0;font-size:1.1rem;display:flex}.mobile-sidebar-overlay{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#00000073;position:fixed;inset:0;z-index:999998!important}.mobile-sidebar-drawer{background:#fff;border-radius:16px 0 0 16px;flex-direction:column;width:78vw;max-width:290px;transition:transform .28s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;top:0;bottom:0;right:0;transform:translate(100%);box-shadow:-4px 0 28px #00000038;z-index:999999!important}.mobile-sidebar-drawer.open{transform:translate(0)}.mobile-sidebar-header{border-bottom:1px solid var(--surface-border);background:#fff;justify-content:space-between;align-items:center;padding:.9rem 1rem;display:flex}.mobile-sidebar-brand{align-items:center;gap:.4rem;display:flex}.mobile-sidebar-close{background:var(--surface-bg);border:1px solid var(--surface-border);cursor:pointer;color:var(--text-muted);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;padding:.35rem;display:flex}.mobile-sidebar-nav{flex:1;padding:.4rem 0 1rem;overflow-y:auto}.mobile-sidebar-section-label{letter-spacing:.08em;color:var(--text-muted);text-transform:uppercase;padding:.85rem 1rem .3rem;font-size:.68rem;font-weight:700}.mobile-sidebar-item{text-align:left;width:100%;color:var(--text-main);cursor:pointer;background:0 0;border:none;border-radius:0;align-items:center;gap:0;padding:.72rem 1rem;font-size:.88rem;font-weight:500;text-decoration:none;transition:background .12s;display:flex}.mobile-sidebar-item:hover,.mobile-sidebar-item:active{background:var(--surface-bg);color:var(--primary-700)}.mobile-sidebar-item-small{color:var(--text-muted);padding:.58rem 1rem;font-size:.82rem}.store-status-bar{background:linear-gradient(90deg, var(--primary-800), var(--primary-900));color:#fff;white-space:nowrap;align-items:center;gap:.5rem;padding:.45rem 1rem;font-size:.85rem;display:flex;overflow:hidden}.store-status-bar.closed-bar{background:linear-gradient(90deg,#b91c1c,#991b1b)}.status-dot{background-color:#4ade80;border-radius:50%;flex-shrink:0;width:8px;height:8px;box-shadow:0 0 8px #4ade80}.status-dot.closed{background-color:#f87171;box-shadow:0 0 8px #f87171}.announcement-marquee{flex:1;position:relative;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000,#000 3% 97%,#0000);mask-image:linear-gradient(90deg,#0000,#000 3% 97%,#0000)}.announcement-track{white-space:nowrap;display:inline-block}.announcement-track.scrolling{white-space:nowrap;animation:marquee-scroll var(--marquee-duration,18s) linear infinite;padding-left:100%;display:inline-block}.store-status-bar:hover .announcement-track.scrolling,.announcement-marquee:hover .announcement-track.scrolling{animation-play-state:paused}.announcement-item{display:inline}.announcement-separator{opacity:.5;margin:0 2.5rem;display:inline}@keyframes marquee-scroll{0%{transform:translate(0%)}to{transform:translate(-100%)}}.categories-nav{scrollbar-width:none;-ms-overflow-style:none;padding:1rem 0;overflow-x:auto}.categories-nav::-webkit-scrollbar{display:none}.categories-list{gap:.75rem;padding-bottom:.25rem;display:flex}.category-chip{border:1px solid var(--surface-border);border-radius:var(--radius-full);color:var(--text-main);transition:var(--transition-fast);box-shadow:var(--shadow-sm);cursor:pointer;background-color:#fff;flex-shrink:0;padding:.5rem 1.1rem;font-size:.9rem;font-weight:500}.category-chip:hover,.category-chip.active{background-color:var(--primary-600);color:#fff;border-color:var(--primary-600)}.category-chip-skeleton{border-radius:var(--radius-full);background:linear-gradient(90deg,#f1f5f9 25%,#e2e8f0 50%,#f1f5f9 75%) 0 0/200% 100%;flex-shrink:0;width:90px;height:36px;animation:1.5s infinite shimmer}.products-section{padding:1rem 0 3rem}.products-section.section-no-title{padding-top:.25rem}@media (width<=640px){.products-section{padding:.75rem 0 1.5rem}.products-section.section-no-title{padding-top:.15rem}}.products-pagination{flex-wrap:wrap;justify-content:center;align-items:center;gap:.4rem;margin-top:1rem;display:flex}.products-pagination .pagination-btn{border-radius:var(--radius-full);border:1px solid var(--surface-border);min-width:2.25rem;height:2.25rem;color:var(--text-main);box-shadow:var(--shadow-sm);transition:var(--transition-fast);background:#fff;padding:0 .75rem;font-size:.82rem;font-weight:600}.products-pagination .pagination-btn:hover:not(:disabled){border-color:var(--primary-500);color:var(--primary-700)}.products-pagination .pagination-btn.active{background:var(--primary-600);border-color:var(--primary-600);color:#fff}.products-pagination .pagination-btn:disabled{opacity:.5;cursor:not-allowed}.products-pagination .pagination-btn.pagination-prev,.products-pagination .pagination-btn.pagination-next{box-shadow:none;color:var(--text-muted);background:0 0;border-color:#0000;font-size:1rem}.products-pagination .pagination-btn.pagination-prev:hover:not(:disabled),.products-pagination .pagination-btn.pagination-next:hover:not(:disabled){color:var(--primary-600);background:0 0;border-color:#0000}.custom-hero-cards-grid{gap:.9rem;display:grid}.custom-hero-card{min-height:220px;box-shadow:var(--shadow-md);background:linear-gradient(#f8fafc 0%,#eef6ff 100%);border:1px solid #dbe4f0;border-radius:18px;position:relative;overflow:hidden}.custom-hero-media{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.custom-hero-overlay{z-index:1;color:#fff;background:linear-gradient(#0f172a0d 10%,#0f172a8c 100%);flex-direction:column;justify-content:flex-end;gap:.5rem;min-height:220px;padding:1rem;display:flex;position:relative}.custom-hero-tagline{letter-spacing:.04em;text-transform:uppercase;color:#ffffffd1;font-size:.78rem;font-weight:700}.custom-hero-title{font-family:var(--font-heading);margin:0;font-size:1.1rem;font-weight:700;line-height:1.2}.custom-hero-cta-btn{border-radius:var(--radius-full);background:var(--primary-600);color:#fff;box-shadow:var(--shadow-sm);transition:var(--transition-fast);align-self:flex-start;padding:.65rem 1rem;font-size:.84rem;font-weight:700}.custom-hero-cta-btn:hover{background:var(--primary-700);transform:translateY(-1px)}.custom-hero-empty-state{text-align:center;min-height:180px;color:var(--text-muted);border:1px dashed var(--surface-border);background:#f8fafc;border-radius:16px;justify-content:center;align-items:center;padding:1.25rem;font-weight:600;display:flex}@media (width>=640px){.custom-hero-cards-grid{gap:1rem}}.section-title{font-family:var(--font-heading);color:var(--text-main);margin-bottom:1.25rem;font-size:1.4rem;font-weight:700}.products-grid{grid-template-columns:repeat(2,1fr);gap:.85rem;display:grid}@media (width>=640px){.products-grid{grid-template-columns:repeat(3,1fr);gap:1.25rem}}@media (width>=900px){.products-grid{grid-template-columns:repeat(4,1fr)}}@media (width>=1200px){.products-grid{grid-template-columns:repeat(5,1fr)}}.product-card{border-radius:var(--radius-md);border:1px solid var(--surface-border);background:#fff;flex-direction:column;transition:transform .15s,box-shadow .15s;display:flex;position:relative;overflow:hidden;box-shadow:0 1px 3px #0000000a}.product-card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.card-img-container{background-color:#f8fafc;width:100%;padding-top:70%;position:relative;overflow:hidden}.card-img{object-fit:cover;width:100%;height:100%;position:absolute;top:0;left:0}.discount-tag{letter-spacing:.01em;z-index:2;line-height:1.15;position:absolute;top:.3rem;left:.3rem;box-shadow:0 1px 2px #0000001f;color:#fff!important;background-color:#15803d!important;border-radius:3px!important;padding:1px 4.5px!important;font-size:.55rem!important;font-weight:700!important}.out-of-stock-overlay{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);color:var(--accent-red);background:#ffffffd9;justify-content:center;align-items:center;font-size:.85rem;font-weight:700;display:flex;position:absolute;inset:0}.card-body{flex-direction:column;flex:1;padding:.65rem .75rem;display:flex}.card-title-row{align-items:center;gap:.3rem;display:flex;overflow:hidden}.product-title{color:var(--text-main);white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:.86rem;font-weight:600;line-height:1.25;overflow:hidden}.product-subtitle{color:var(--text-muted);white-space:nowrap;text-overflow:ellipsis;margin-top:.1rem;font-size:.75rem;overflow:hidden}.unit-info{color:var(--text-muted);margin-top:.25rem;font-size:.74rem;font-weight:500}.card-bottom-row{justify-content:space-between;align-items:center;gap:.35rem;margin-top:auto;padding-top:.55rem;display:flex}.price-wrapper{flex-direction:column;line-height:1.15;display:flex}.selling-price{color:var(--primary-800);font-size:.95rem;font-weight:700}.original-price{color:var(--text-light);font-size:.72rem;text-decoration:line-through}.card-action-column{flex-direction:column;align-items:center;gap:.15rem;display:flex}.card-options-subtitle{color:#166534;cursor:pointer;white-space:nowrap;background:0 0;border:none;padding:.1rem 0;font-size:.68rem;font-weight:700;line-height:1.1;transition:color .15s}.card-options-subtitle:hover{color:#15803d;text-decoration:underline}.card-img-container .food-type-icon{z-index:3;background:#fffffff2;border-radius:4px;padding:2px;position:absolute;top:8px;right:8px;box-shadow:0 1px 4px #0000001f}.homepage-top-categories-grid{flex-wrap:wrap;justify-content:center;align-items:flex-start;gap:1.25rem;width:100%;display:flex}.top-cat-card{text-align:center;cursor:pointer;box-sizing:border-box;background:0 0;border:none;flex-direction:column;flex-shrink:0;justify-content:flex-start;align-items:center;width:100px;padding:0;transition:all .25s;display:flex}.top-cat-img-box{box-sizing:border-box;background:#f8fafc;border:none;border-radius:18px;justify-content:center;align-items:center;width:100px;height:100px;padding:0;transition:all .25s cubic-bezier(.16,1,.3,1);display:flex;overflow:hidden;box-shadow:0 3px 8px #0000000d}.top-cat-card:hover .top-cat-img-box{transform:translateY(-4px)scale(1.02);box-shadow:0 8px 20px #16a34a29}.top-cat-icon{object-fit:cover;border-radius:18px;width:100%;height:100%;margin-bottom:0}.top-cat-name{color:#1e293b;-webkit-line-clamp:2;line-clamp:2;text-overflow:ellipsis;text-align:center;-webkit-box-orient:vertical;max-width:100%;margin-top:.5rem;font-size:.85rem;font-weight:700;line-height:1.2;display:-webkit-box;overflow:hidden}.custom-hero-section{max-width:var(--container-max);width:100%;margin:0 auto;padding:0 0 .5rem}.custom-hero-container{background:#f8fafc;border-radius:16px;overflow:hidden;box-shadow:0 4px 14px #0000000f}#custom-collections-sections-container:empty,#text-banners-sections-container:empty,#category-homepage-sections-container:empty{display:none!important}@media (width<=640px){#homepage-main-container{gap:.75rem!important;padding-top:.5rem!important;padding-bottom:2rem!important}.homepage-section{margin-bottom:.25rem!important}#section-homepage-categories{margin-bottom:0!important}}.custom-hero-section{width:100%;margin-bottom:.75rem}.custom-hero-cards-grid{gap:1rem;width:100%;display:grid}.custom-hero-cards-grid.cols-1{grid-template-columns:1fr}.custom-hero-cards-grid.cols-2{grid-template-columns:repeat(2,1fr)}.custom-hero-cards-grid.cols-3{grid-template-columns:repeat(3,1fr)}.custom-hero-card{background:#f1f5f9;border-radius:16px;flex-direction:column;justify-content:flex-end;min-height:250px;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 14px #00000014}.custom-hero-card img,.custom-hero-card video,.custom-hero-media{object-fit:cover;width:100%;height:100%;position:absolute;top:0;left:0}.custom-hero-overlay,.custom-hero-content{z-index:2;color:#fff;background:linear-gradient(#0000 0%,#0006 40%,#000000d9 100%);flex-direction:column;justify-content:flex-end;gap:.35rem;min-height:140px;padding:1.25rem 1.1rem;display:flex;position:relative}.custom-hero-title{font-family:var(--font-heading);color:#fff;text-shadow:0 2px 8px #00000080;margin:0;font-size:1.3rem;font-weight:800;line-height:1.2}.custom-hero-tagline{letter-spacing:.04em;color:#e2e8f0;text-transform:uppercase;font-size:.78rem;font-weight:700}.custom-hero-cta-btn{background:var(--primary-600);color:#fff;border-radius:var(--radius-full);cursor:pointer;border:none;align-self:flex-start;margin-top:.25rem;padding:.45rem 1rem;font-size:.84rem;font-weight:700;box-shadow:0 2px 8px #16a34a66}@media (width<=768px){.custom-hero-card{min-height:220px!important}.custom-hero-cards-grid.cols-1 .custom-hero-card{min-height:240px!important}.custom-hero-cards-grid[data-card-count="2"],.custom-hero-cards-grid[data-card-count="3"]{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;overscroll-behavior-x:contain;grid-auto-columns:88%;grid-auto-flow:column;justify-content:start;gap:.75rem;padding-bottom:.5rem;display:grid;overflow:auto hidden;grid-template-columns:none!important}.custom-hero-cards-grid[data-card-count="2"] .custom-hero-card,.custom-hero-cards-grid[data-card-count="3"] .custom-hero-card{scroll-snap-align:start;min-width:0;min-height:210px!important}.custom-hero-cards-grid[data-card-count="2"]::-webkit-scrollbar{display:none}.custom-hero-cards-grid[data-card-count="3"]::-webkit-scrollbar{display:none}}.card-action{flex-shrink:0;justify-content:flex-end;align-items:center;width:76px;height:32px;display:flex}.btn-add-cart{box-sizing:border-box;color:#15803d;letter-spacing:.02em;cursor:pointer;background-color:#f0fdf4;border:1px solid #86efac;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:76px;height:32px;padding:0;font-size:.78rem;font-weight:700;transition:all .15s;display:inline-flex}.btn-add-cart:hover:not(:disabled){color:#fff;background-color:#16a34a;border-color:#16a34a}.btn-add-cart:disabled{color:#94a3b8;cursor:not-allowed;background-color:#f1f5f9;border-color:#e2e8f0;font-size:.7rem}.card-qty-control{color:#fff;box-sizing:border-box;background-color:#16a34a;border-radius:6px;flex-shrink:0;justify-content:space-between;align-items:center;width:76px;height:32px;padding:0 2px;font-size:.8rem;font-weight:700;display:inline-flex}.btn-card-qty{color:#fff;cursor:pointer;background:0 0;border:none;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:24px;font-size:.9rem;font-weight:700;transition:background .15s;display:flex}.btn-card-qty:hover{background:#ffffff40}.card-qty-control .qty-num{text-align:center;white-space:nowrap;flex:1;padding:0 1px;font-size:.76rem;font-weight:700}.skeleton-box{border-radius:var(--radius-sm);background:linear-gradient(90deg,#f1f5f9 25%,#e2e8f0 50%,#f1f5f9 75%) 0 0/200% 100%;animation:1.5s infinite shimmer}.skeleton-card{border-radius:var(--radius-md);border:1px solid var(--surface-border);background:#fff;flex-direction:column;gap:.6rem;padding:.85rem;display:flex}.skeleton-img{border-radius:var(--radius-sm);background:linear-gradient(90deg,#f1f5f9 25%,#e2e8f0 50%,#f1f5f9 75%) 0 0/200% 100%;width:100%;padding-top:75%;animation:1.5s infinite shimmer}.skeleton-line{background:linear-gradient(90deg,#f1f5f9 25%,#e2e8f0 50%,#f1f5f9 75%) 0 0/200% 100%;border-radius:4px;height:14px;animation:1.5s infinite shimmer}.skeleton-hero{background:linear-gradient(90deg,#f1f5f9 25%,#e2e8f0 50%,#f1f5f9 75%) 0 0/200% 100%;border-radius:0;width:100%;max-width:100%;height:320px;margin:0;animation:1.5s infinite shimmer}@media (width<=768px){.skeleton-hero{border-radius:0;height:180px}}.skeleton-cat-card{text-align:center;border-radius:var(--radius-md);border:1px solid var(--surface-border);box-sizing:border-box;background:#fff;flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;gap:.5rem;width:110px;height:110px;padding:.6rem .4rem;display:flex}.skeleton-cat-circle{background:linear-gradient(90deg,#f1f5f9 25%,#e2e8f0 50%,#f1f5f9 75%) 0 0/200% 100%;border-radius:50%;width:56px;height:56px;animation:1.5s infinite shimmer}.skeleton-banner{background:linear-gradient(90deg,#f5f0e8 25%,#e8dfc4 50%,#f5f0e8 75%) 0 0/200% 100%;border-radius:16px;width:100%;height:140px;animation:1.5s infinite shimmer}.skeleton-sidebar-btn{border-radius:var(--radius-sm);background:linear-gradient(90deg,#f8fafc 25%,#e2e8f0 50%,#f8fafc 75%) 0 0/200% 100%;width:100%;height:54px;animation:1.5s infinite shimmer}.skeleton-title{background:linear-gradient(90deg,#f1f5f9 25%,#e2e8f0 50%,#f1f5f9 75%) 0 0/200% 100%;border-radius:6px;width:160px;height:22px;animation:1.5s infinite shimmer}.skeleton-subtitle{background:linear-gradient(90deg,#f1f5f9 25%,#e2e8f0 50%,#f1f5f9 75%) 0 0/200% 100%;border-radius:4px;width:220px;height:14px;animation:1.5s infinite shimmer}.skeleton-btn{background:linear-gradient(90deg,#ecfdf5 25%,#a7f3d0 50%,#ecfdf5 75%) 0 0/200% 100%;border-radius:20px;width:80px;height:32px;animation:1.5s infinite shimmer}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@media (prefers-reduced-motion:reduce){.skeleton-box,.skeleton-img,.skeleton-line,.skeleton-hero,.skeleton-cat-circle,.skeleton-banner,.skeleton-sidebar-btn,.skeleton-title,.skeleton-subtitle,.skeleton-btn{background:#e2e8f0!important;animation:none!important}}.empty-state-card{border-radius:var(--radius-md);border:1px solid var(--surface-border);text-align:center;background:#fff;grid-column:1/-1;padding:3rem 1.5rem}.drawer-overlay{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);z-index:500;background-color:#0f172a99;justify-content:flex-end;display:flex;position:fixed;inset:0}.cart-drawer{width:100%;max-width:440px;height:100%;box-shadow:var(--shadow-lg);background:#fff;flex-direction:column;animation:.25s slideInRight;display:flex}@keyframes slideInRight{0%{transform:translate(100%)}to{transform:translate(0)}}.drawer-header{border-bottom:1px solid var(--surface-border);justify-content:space-between;align-items:center;padding:1.1rem 1.25rem;display:flex}.drawer-body{flex-direction:column;flex:1;gap:.85rem;padding:1rem;display:flex;overflow-y:auto}.cart-item-card{border:1px solid var(--surface-border);border-radius:var(--radius-md);background:#f8fafc;align-items:center;gap:.85rem;padding:.85rem;display:flex}.cart-item-img{border-radius:var(--radius-sm);object-fit:cover;background:#e2e8f0;flex-shrink:0;width:56px;height:56px}.cart-item-info{flex:1;min-width:0}.cart-item-name{color:var(--text-main);white-space:nowrap;text-overflow:ellipsis;font-size:.88rem;font-weight:600;overflow:hidden}.cart-item-price{color:var(--text-muted);margin-top:.15rem;font-size:.8rem}.cart-item-total{color:var(--primary-800);font-size:.95rem;font-weight:700}.cart-item-controls{border:1px solid var(--primary-600);background:#fff;border-radius:6px;align-items:center;height:28px;margin-top:.35rem;display:inline-flex;overflow:hidden;box-shadow:0 1px 2px #0000000a}.btn-item-qty{width:26px;height:100%;color:var(--primary-700);cursor:pointer;background:#f0fdf4;border:none;justify-content:center;align-items:center;font-size:.95rem;font-weight:700;transition:background .15s;display:flex}.btn-item-qty:hover{background:#dcfce7}.cart-item-qty-val{text-align:center;min-width:24px;color:var(--text-main);-webkit-user-select:none;user-select:none;padding:0 4px;font-size:.85rem;font-weight:700}.drawer-footer{border-top:1px solid var(--surface-border);background:#fff;padding:1.25rem}.price-breakdown{flex-direction:column;gap:.4rem;font-size:.88rem;display:flex}.breakdown-row{color:var(--text-muted);justify-content:space-between;display:flex}.breakdown-row.total-row{border-top:1px dashed var(--surface-border);color:var(--text-main);padding-top:.5rem;font-size:1.05rem;font-weight:700}.app-footer{color:#94a3b8;background-color:#0f172a;border-top:1px solid #1e293b;margin-top:auto;padding:2rem 0;font-size:.85rem}.footer-inner{text-align:center;flex-direction:column;gap:1rem;display:flex}@media (width>=640px){.footer-inner{text-align:left;flex-direction:row;justify-content:space-between}}.modal-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:600;background:#0f172ab3;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.modal-content{background:#fff;border-radius:18px;width:100%;max-width:540px;max-height:92vh;padding:1.75rem;overflow-y:auto;box-shadow:0 12px 40px -6px #0003}.modal-header{border-bottom:1px solid var(--surface-border);justify-content:space-between;align-items:center;margin-bottom:1.25rem;padding-bottom:.75rem;display:flex}.panel-title{font-family:var(--font-heading);font-size:1.15rem;font-weight:700}.modal-close-btn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;padding:0 .25rem;font-size:1.5rem;line-height:1}.modal-close-btn:hover{color:var(--text-main)}.modal-footer{border-top:1px solid var(--surface-border);justify-content:flex-end;gap:.75rem;margin-top:1.25rem;padding-top:1rem;display:flex}.form-grid{grid-template-columns:1fr;gap:1rem;display:grid}@media (width>=480px){.form-grid-2{grid-template-columns:repeat(2,1fr)}}.form-group{margin-bottom:.75rem}.form-label{color:var(--text-main);margin-bottom:.35rem;font-size:.84rem;font-weight:600;display:block}.form-control{border:1px solid var(--surface-border);width:100%;font-size:.9rem;font-family:var(--font-body);transition:var(--transition-fast);background-color:#fafbfc;border-radius:8px;padding:.65rem .9rem}.form-control:focus{border-color:var(--primary-500);background-color:#fff;outline:none;box-shadow:0 0 0 3px #22c55e26}.toggle-label{cursor:pointer;align-items:center;gap:.6rem;font-size:.9rem;display:flex}.btn-primary{background:var(--primary-600);color:#fff;transition:var(--transition-fast);cursor:pointer;font-weight:600;font-family:var(--font-body);border:none;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;padding:.65rem 1.35rem;font-size:.95rem;display:inline-flex}.btn-primary:hover:not(:disabled){background:var(--primary-700)}.btn-primary:disabled{opacity:.65;cursor:not-allowed}.btn-secondary{color:var(--text-main);cursor:pointer;font-weight:600;font-family:var(--font-body);transition:var(--transition-fast);background:#e2e8f0;border:none;border-radius:8px;justify-content:center;align-items:center;padding:.65rem 1.35rem;font-size:.95rem;display:inline-flex}.btn-secondary:hover:not(:disabled){background:#cbd5e1}.customer-loader-spinner-sm{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:16px;height:16px;animation:.7s linear infinite spin;display:inline-block}.btn-track-order{color:var(--text-main);transition:var(--transition-fast);cursor:pointer;white-space:nowrap;background:0 0;border:none;border-radius:0;padding:.4rem .5rem;font-size:.88rem;font-weight:600}.btn-track-order:hover{color:var(--primary-700);background:0 0}#section-hero,.hero-fullbleed,.hero-carousel-container{border-radius:0!important;width:100%!important;max-width:100%!important;margin-left:0!important;margin-right:0!important;padding-left:0!important;padding-right:0!important}#homepage-main-container{width:100%!important;max-width:100%!important;padding-left:0!important;padding-right:0!important}#homepage-main-container>.homepage-section:not(#section-hero),#homepage-main-container>div:not(#section-hero),#custom-collections-sections-container,#text-banners-sections-container{box-sizing:border-box;padding-left:1.25rem;padding-right:1.25rem}.hero-fullbleed{width:100%;margin:0;padding:0;line-height:0;display:block}.hero-carousel-container{aspect-ratio:21/8;background:#0f172a;border-radius:0;width:100%;min-height:200px;max-height:480px;position:relative;overflow:hidden}@media (width<=640px){.hero-carousel-container{aspect-ratio:16/9;min-height:160px;max-height:280px}}.hero-slides-wrapper{width:100%;height:100%;display:flex;position:relative}.hero-slide{opacity:0;pointer-events:none;transition:opacity .55s;position:absolute;inset:0}.hero-slide.active{opacity:1;pointer-events:auto}.hero-media{object-fit:cover;width:100%;height:100%;display:block}.hero-overlay-content{flex-direction:column;justify-content:center;gap:.5rem;width:100%;padding:1.5rem clamp(4.5rem,8.5vw,8.5rem);display:flex;position:absolute;inset:0}.hero-overlay-left{text-align:left;background:linear-gradient(90deg,#0a0f1ebf 0%,#0a0f1e7a 50%,#0a0f1e14 100%);align-items:flex-start}.hero-overlay-center{text-align:center;background:radial-gradient(#0a0f1ead 0%,#0a0f1e47 65%,#0a0f1e0d 100%);align-items:center}.hero-overlay-right{text-align:right;background:linear-gradient(270deg,#0a0f1ebf 0%,#0a0f1e7a 50%,#0a0f1e14 100%);align-items:flex-end}@media (width<=640px){.hero-overlay-content,.hero-overlay-left,.hero-overlay-center,.hero-overlay-right{text-align:left;background:linear-gradient(90deg,#0a0f1ec7 0%,#0a0f1e6b 60%,#0a0f1e1a 100%);align-items:flex-start;padding:1rem clamp(1rem,5vw,2rem)}}.hero-title{font-family:var(--font-heading);color:#fff;letter-spacing:-.01em;text-shadow:0 3px 12px #0009;max-width:580px;margin:0;font-size:clamp(1.3rem,3.8vw,2.4rem);font-weight:800;line-height:1.15}.hero-subtitle{color:#ffffffeb;text-shadow:0 2px 6px #00000080;max-width:540px;margin:0 0 .4rem;font-size:clamp(.82rem,2vw,1.05rem);font-weight:500;line-height:1.35}.hero-cta-row{flex-wrap:wrap;gap:.6rem;margin-top:.35rem;display:flex}.hero-cta-btn{letter-spacing:.04em;border-radius:var(--radius-full);cursor:pointer;white-space:nowrap;border:none;align-items:center;gap:.35rem;padding:.5rem 1.25rem;font-size:clamp(.78rem,1.5vw,.88rem);font-weight:600;line-height:1;transition:all .22s cubic-bezier(.4,0,.2,1);display:inline-flex}.hero-cta-solid{background:var(--primary-600);color:#fff;box-shadow:0 4px 14px #16a34a61}.hero-cta-solid:hover{background:var(--primary-500);transform:translateY(-2px);box-shadow:0 6px 18px #16a34a75}.hero-cta-outline{color:#fff;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffff24;border:1.5px solid #ffffffb8}.hero-cta-outline:hover{background:#ffffff42;border-color:#fff;transform:translateY(-2px)}.hero-nav-btn{display:none!important}.hero-dots{z-index:10;gap:.4rem;display:flex;position:absolute;bottom:.75rem;left:50%;transform:translate(-50%)}.hero-dot{cursor:pointer;background:#ffffff80;border-radius:50%;width:7px;height:7px;transition:background .2s,transform .2s}.hero-dot.active{background:#fff;transform:scale(1.3)}.food-type-icon{border-radius:2px;flex-shrink:0;width:14px;height:14px;display:inline-block;position:relative}.food-type-icon:after{content:"";border-radius:50%;width:7px;height:7px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.food-type-veg{border:1.5px solid #16a34a}.food-type-veg:after{background-color:#16a34a}.food-type-nonveg{border:1.5px solid #dc2626}.food-type-nonveg:after{background-color:#dc2626}.food-type-filter-bar{align-items:center;gap:.4rem;display:flex}.chip-food-type{border:1.5px solid var(--surface-border);border-radius:var(--radius-full);color:var(--text-main);cursor:pointer;transition:var(--transition-fast);background:#fff;align-items:center;gap:.35rem;padding:.35rem .85rem;font-size:.82rem;font-weight:600;display:flex}.chip-food-type.active,.chip-food-type:hover{background:var(--primary-600);color:#fff;border-color:var(--primary-600)}.symbol-food-veg{color:#16a34a;font-size:1em}.symbol-food-nonveg{color:#dc2626;font-size:1em}.chip-food-type.active .symbol-food-veg,.chip-food-type.active .symbol-food-nonveg{color:#fff}.homepage-section{width:100%}.empty-state-card{text-align:center;color:var(--text-muted);grid-column:1/-1;padding:3rem 1rem}#section-trust-strip,#section-testimonials{width:100%;max-width:1200px;margin:0 auto 1.5rem}.trust-strip-grid{border:1px solid var(--surface-border);border-radius:var(--radius-lg);background:#fff;grid-template-columns:repeat(4,1fr);gap:0;padding:0;display:grid;overflow:hidden;box-shadow:0 1px 4px #0000000a}@media (width<=640px){.trust-strip-grid{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;box-shadow:none!important;background:0 0!important;border:none!important;gap:.65rem!important;padding:.4rem .25rem .5rem!important;display:flex!important;overflow-x:auto!important}.trust-strip-grid::-webkit-scrollbar{display:none}.trust-card{scroll-snap-align:start;border:1px solid var(--surface-border)!important;border-radius:var(--radius-md)!important;background:#fff!important;flex:0 0 215px!important;width:215px!important;min-width:215px!important;padding:.75rem .85rem!important;box-shadow:0 1px 3px #0000000a!important}}.trust-card{text-align:left;border-right:1px solid var(--surface-border);flex-direction:row;align-items:center;gap:.65rem;padding:.85rem 1rem;display:flex}.trust-card:last-child{border-right:none}.trust-icon{flex-shrink:0;font-size:1.4rem}.trust-text{flex-direction:column;display:flex}.trust-title{color:var(--text-main);margin-bottom:.1rem;font-size:.84rem;font-weight:700}.trust-desc{color:var(--text-muted);font-size:.74rem;line-height:1.3}.testimonials-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1rem;display:grid}.testimonial-card{border-radius:var(--radius-md);border:1px solid var(--surface-border);background:#fff;flex-direction:column;justify-content:space-between;padding:1rem;display:flex;box-shadow:0 1px 4px #00000008}.testimonial-stars{margin-bottom:.4rem;font-size:.9rem}.testimonial-review{color:var(--text-main);margin-bottom:.75rem;font-size:.84rem;font-style:italic;line-height:1.45}.testimonial-author{color:var(--primary-900);font-size:.8rem;font-weight:700}.delivery-cta-fullbleed{border:1px solid var(--surface-border);border-radius:var(--radius-lg);background:#fff;justify-content:center;align-items:center;width:100%;max-width:1200px;margin:0 auto 1.25rem;padding:1.1rem 1.25rem;display:flex;box-shadow:0 1px 4px #00000008}.delivery-cta-inner{text-align:center;flex-direction:column;align-items:center;gap:.45rem;width:100%;max-width:520px;display:flex}.cta-heading{color:var(--text-main);font-size:1.05rem;font-weight:700;font-family:var(--font-heading);line-height:1.2}.cta-subtext{color:var(--text-muted);font-size:.78rem;line-height:1.35}.cta-input-row{justify-content:center;width:100%;display:flex}.cta-input-group{background:var(--surface-bg);border:1.5px solid var(--primary-200);border-radius:var(--radius-full);align-items:center;gap:0;width:100%;max-width:360px;display:flex;overflow:hidden;box-shadow:0 1px 4px #0000000a}.cta-pincode-field{color:var(--text-main);background:0 0;border:none;outline:none;flex:1;min-width:0;padding:.5rem .9rem;font-size:.82rem}.cta-pincode-field::placeholder{color:var(--text-muted)}.btn-cta-submit{background:var(--primary-600);color:#fff;cursor:pointer;white-space:nowrap;transition:var(--transition-fast);border:none;padding:.5rem 1rem;font-size:.8rem;font-weight:700}.btn-cta-submit:hover{background:var(--primary-700)}.cta-result-text{color:#fff;min-height:1.2em;font-size:.84rem;font-weight:600}.faq-accordion{flex-direction:column;gap:.65rem;display:flex}.faq-item{border:1px solid var(--surface-border);border-radius:var(--radius-md);background:#fff;overflow:hidden}.faq-question{cursor:pointer;background:#f8fafc;justify-content:space-between;align-items:center;padding:.85rem 1.15rem;font-size:.9rem;font-weight:700;display:flex}.faq-answer{color:var(--text-main);border-top:1px solid var(--surface-border);padding:.85rem 1.15rem;font-size:.86rem;line-height:1.55}.app-footer{color:#94a3b8;background:#0f172a;margin-top:0;padding-top:2.5rem;padding-bottom:1.5rem}.footer-grid{grid-template-columns:1.3fr 1fr 1fr 1.2fr;gap:2rem;margin-bottom:2rem;display:grid}@media (width<=639px){.app-footer .footer-grid{display:none!important}.app-footer{padding-top:1rem!important;padding-bottom:1rem!important}.footer-bottom{border-top:none!important;padding-top:0!important}}.footer-heading{color:#fff;letter-spacing:.06em;text-transform:uppercase;margin-bottom:.75rem;font-size:.8rem;font-weight:700}.footer-links{flex-direction:column;gap:.45rem;margin:0;padding:0;list-style:none;display:flex}.footer-links a{color:#cbd5e1;transition:var(--transition-fast);font-size:.83rem;text-decoration:none}.footer-links a:hover{color:#fff}.footer-bottom{text-align:center;color:#64748b;border-top:1px solid #1e293b;padding-top:1.25rem;font-size:.78rem}.fssai-footer-badge{border-radius:var(--radius-sm);color:#cbd5e1;background:#ffffff0f;border:1px solid #ffffff1a;align-items:center;gap:.5rem;padding:.3rem .65rem;font-size:.75rem;display:inline-flex}.b2b-supply-section{width:100%;max-width:1200px;margin:0 auto 1.5rem}.b2b-banner-inner{border-radius:var(--radius-lg);color:#fff;background:linear-gradient(135deg,#064e3b 0%,#047857 60%,#10b981 100%);padding:2rem 1.75rem;box-shadow:0 4px 14px #064e3b33}.b2b-badge{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#ecfdf5;border-radius:var(--radius-full);letter-spacing:.04em;background:#ffffff2e;margin-bottom:.75rem;padding:.25rem .65rem;font-size:.75rem;font-weight:700;display:inline-block}.b2b-title{font-family:var(--font-heading);color:#fff;margin-bottom:.4rem;font-size:1.45rem;font-weight:800}.b2b-desc{color:#d1fae5;max-width:650px;margin-bottom:1rem;font-size:.88rem;line-height:1.45}.b2b-benefits-tags{text-align:center;flex-wrap:wrap;justify-content:center;align-items:center;gap:.65rem;margin:1rem auto 1.25rem;display:flex}.b2b-benefits-tags span{border-radius:var(--radius-sm);background:#ffffff1f;padding:.25rem .6rem;font-size:.78rem;font-weight:600}.b2b-actions{flex-wrap:wrap;gap:.75rem;display:flex}.btn-primary-b2b{color:#78350f;border-radius:var(--radius-md);cursor:pointer;background:#f59e0b;border:none;padding:.6rem 1.15rem;font-size:.86rem;font-weight:700;box-shadow:0 2px 6px #00000026}.btn-primary-b2b:hover{color:#fff;background:#d97706}.btn-secondary-b2b{color:#fff;border-radius:var(--radius-md);background:#fff3;border:1px solid #ffffff59;align-items:center;gap:.4rem;padding:.6rem 1.15rem;font-size:.86rem;font-weight:700;text-decoration:none;display:inline-flex}.header-search,.mobile-search-wrapper{position:relative}.search-suggestions-dropdown{border:1px solid var(--surface-border);border-radius:var(--radius-md);z-index:1050;background:#fff;max-height:360px;padding:.5rem 0;position:absolute;top:calc(100% + 4px);left:0;right:0;overflow-y:auto;box-shadow:0 8px 24px #0000001f}.suggestion-group-title{text-transform:uppercase;color:var(--text-muted);letter-spacing:.05em;padding:.4rem .85rem .2rem;font-size:.72rem;font-weight:700}.suggestion-item{cursor:pointer;color:var(--text-main);align-items:center;gap:.65rem;padding:.5rem .85rem;font-size:.85rem;transition:background .15s;display:flex}.suggestion-item:hover,.suggestion-item.active{background:var(--primary-50);color:var(--primary-900)}.suggestion-item .suggestion-price{color:var(--primary-800);margin-left:auto;font-weight:700}.filter-chips-bar{flex-wrap:wrap;align-items:center;gap:.5rem;margin-bottom:.75rem;display:flex}.filter-chip{background:var(--primary-50);color:var(--primary-900);border:1px solid var(--primary-200);border-radius:var(--radius-full);align-items:center;gap:.35rem;padding:.25rem .6rem;font-size:.78rem;font-weight:600;display:inline-flex}.filter-chip-remove{cursor:pointer;opacity:.7;font-weight:800}.filter-chip-remove:hover{opacity:1}#footer-address-val:hover,#footer-email-val:hover,#footer-phone-val:hover{color:#4ade80!important}.floating-whatsapp-btn{z-index:999;color:#fff;cursor:grab;-webkit-user-select:none;user-select:none;touch-action:none;background:linear-gradient(135deg,#25d366 0%,#128c7e 100%);border-radius:50%;justify-content:center;align-items:center;width:52px;height:52px;text-decoration:none;transition:transform .15s,box-shadow .15s;display:flex;position:fixed;bottom:1.5rem;right:1.25rem;box-shadow:0 4px 16px #25d36673,0 2px 6px #00000026}.floating-whatsapp-btn:active{cursor:grabbing;transform:scale(.95)}.floating-whatsapp-btn:hover{box-shadow:0 6px 20px #25d36699}.rate-us-box{border:1px solid var(--surface-border);border-radius:var(--radius-lg);background:#fff;max-width:1200px;margin:0 auto 1.5rem;padding:1.5rem;box-shadow:0 2px 8px #00000008}.star-rating-select{cursor:pointer;gap:.4rem;margin:.5rem 0;font-size:1.5rem;display:flex}.star-rating-select span{color:#cbd5e1;transition:color .15s}.star-rating-select span.selected,.star-rating-select span:hover,.star-rating-select span:hover~span{color:#f59e0b}.header-brand-group{flex-shrink:0;align-items:center;display:flex}.brand-logo-container{align-items:center;gap:.6rem;display:flex}.brand-icon-link,.brand-title-link{text-decoration:none;display:inline-flex}.brand-title-link:hover .brand-title{color:var(--primary-700)}.brand-text-column{flex-direction:column;justify-content:center;align-items:flex-start;line-height:1.15;display:flex}.brand-title{font-family:var(--font-heading);color:var(--primary-900);letter-spacing:-.01em;font-size:1.2rem;font-weight:800}.header-location-line2-btn{cursor:pointer;background:0 0;border:none;align-items:center;gap:.25rem;margin:1px 0 0;padding:0;font-size:.72rem;line-height:1.1;transition:opacity .2s;display:inline-flex}.header-location-line2-btn:hover{opacity:.85}.location-line2-address{color:var(--text-main);text-overflow:ellipsis;white-space:nowrap;max-width:145px;font-weight:600;overflow:hidden}.location-line2-separator{color:#94a3b8;font-size:.6rem}.location-status-label{color:#16a34a;white-space:nowrap;background:0 0;border:none;padding:0;font-size:.72rem;font-weight:700}.location-status-label.unserviceable{color:#d97706;background:0 0;border:none;padding:0}.location-chevron{color:var(--text-muted);font-size:.65rem}.header-location-btn{color:var(--primary-900);border-radius:var(--radius-sm);cursor:pointer;transition:var(--transition-fast);background:#16a34a1a;border:1px solid #16a34a40;align-items:center;gap:.3rem;padding:.35rem .65rem;font-size:.8rem;font-weight:600;display:inline-flex}.header-location-btn:hover{background:#16a34a2e}.search-autocomplete-dropdown{border:1px solid var(--surface-border);border-radius:var(--radius-md);z-index:1050;background:#fff;max-height:340px;padding:.5rem 0;position:absolute;top:calc(100% + 4px);left:0;right:0;overflow-y:auto;box-shadow:0 10px 25px #0000001f}.autocomplete-item{cursor:pointer;justify-content:space-between;align-items:center;padding:.55rem .9rem;font-size:.86rem;transition:background .15s;display:flex}.autocomplete-item:hover{background:#f1f5f9}.autocomplete-item-title{color:var(--text-main);font-weight:600}.autocomplete-item-meta{color:var(--text-muted);font-size:.75rem}.pwa-install-banner{color:#fff;border-radius:var(--radius-md);z-index:999;background:#15803d;justify-content:space-between;align-items:center;max-width:480px;margin:0 auto;padding:.75rem 1rem;display:flex;position:fixed;bottom:1rem;left:1rem;right:1rem;box-shadow:0 10px 30px #00000040}.btn-pwa-install-action{color:#15803d;border-radius:var(--radius-sm);cursor:pointer;background:#fff;border:none;padding:.35rem .8rem;font-size:.8rem;font-weight:700}.btn-pwa-dismiss-action{color:#fff;cursor:pointer;opacity:.8;background:0 0;border:none;font-size:1.2rem}.chip-collection{border:1px solid var(--surface-border);color:var(--text-main);cursor:pointer;white-space:nowrap;transition:var(--transition-fast);background:#fff;border-radius:50px;align-items:center;gap:.3rem;padding:.35rem .75rem;font-size:.8rem;font-weight:600;display:inline-flex}.chip-collection:hover,.chip-collection.active{background:var(--primary-800);color:#fff;border-color:var(--primary-800)}@media (width<=480px){.floating-whatsapp-btn{width:48px;height:48px;bottom:1rem;right:1rem}.header-location-btn{padding:.25rem .45rem;font-size:.72rem}}#homepage-main-container .homepage-product-grid{gap:.65rem;display:grid;grid-template-columns:repeat(2,1fr)!important}@media (width>=640px){#homepage-main-container .homepage-product-grid{gap:.85rem;grid-template-columns:repeat(3,1fr)!important}}@media (width>=900px){#homepage-main-container .homepage-product-grid{grid-template-columns:repeat(4,1fr)!important}}@media (width>=1100px){#homepage-main-container .homepage-product-grid{grid-template-columns:repeat(6,1fr)!important}#homepage-main-container .homepage-product-grid.cols-2{grid-template-columns:repeat(2,1fr)!important}#homepage-main-container .homepage-product-grid.cols-3{grid-template-columns:repeat(3,1fr)!important}#homepage-main-container .homepage-product-grid.cols-4{grid-template-columns:repeat(4,1fr)!important}#homepage-main-container .homepage-product-grid.cols-5{grid-template-columns:repeat(5,1fr)!important}#homepage-main-container .homepage-product-grid.cols-6{grid-template-columns:repeat(6,1fr)!important}}.category-browse-layout{align-items:flex-start;gap:.85rem;display:flex}.category-sidebar{border-radius:var(--radius-md);border:1px solid var(--surface-border);box-sizing:border-box;scrollbar-width:none;-ms-overflow-style:none;background:#f8fafc;flex-shrink:0;align-self:flex-start;width:95px;max-height:calc(100vh - 120px);padding:.35rem;position:sticky;top:90px;overflow-y:auto}.category-sidebar::-webkit-scrollbar{width:0!important;height:0!important;display:none!important}.categories-sidebar-inner{flex-direction:column;gap:.5rem;display:flex}.category-sidebar-btn{cursor:pointer;text-align:center;box-sizing:border-box;background:#fff;border:1.5px solid #f1f5f9;border-radius:14px;flex-direction:column;justify-content:flex-start;align-items:center;width:100%;padding:.4rem .3rem;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex;border-left:none!important}.category-sidebar-btn:hover{background:#f8fafc;border-color:#e2e8f0;transform:translateY(-1px)}.category-sidebar-btn.active{background:#f0fdf4!important;border:1.5px solid #bbf7d0!important;box-shadow:0 3px 10px #16a34a1f!important}.category-sidebar-img-box{aspect-ratio:1;background:#f8fafc;border-radius:12px;justify-content:center;align-items:center;width:100%;margin-bottom:.35rem;display:flex;overflow:hidden}.category-sidebar-icon{object-fit:cover;border-radius:12px;width:100%;height:100%;display:block}.category-sidebar-label{color:#334155;text-align:center;word-break:break-word;font-size:.72rem;font-weight:600;line-height:1.2}.category-sidebar-btn.active .category-sidebar-label{color:#166534;font-weight:800}.category-products-area{flex:1;min-width:0}@media (width<=767px){.category-browse-layout{flex-direction:column!important;align-items:stretch!important;gap:.6rem!important}.category-sidebar{z-index:90!important;border-bottom:1px solid var(--surface-border)!important;-webkit-overflow-scrolling:touch!important;background:#fff!important;border-radius:0!important;width:100%!important;max-width:100%!important;max-height:none!important;padding:.4rem 0!important;position:sticky!important;top:115px!important;overflow:auto hidden!important}.categories-sidebar-inner{white-space:nowrap!important;flex-direction:row!important;gap:.5rem!important;padding:0 .5rem!important;overflow-x:auto!important}.category-sidebar-btn{background:#fff!important;border:1.5px solid #f1f5f9!important;border-radius:12px!important;flex:none!important;width:70px!important;padding:.25rem!important}.category-sidebar-btn.active{background:#f0fdf4!important;border:1.5px solid #bbf7d0!important}.category-sidebar-img-box{aspect-ratio:1!important;border-radius:10px!important;width:48px!important;height:48px!important;margin-bottom:.2rem!important}.category-sidebar-icon{object-fit:cover!important;border-radius:10px!important;width:100%!important;height:100%!important}.category-sidebar-label{white-space:normal!important;-webkit-line-clamp:2!important;line-clamp:2!important;-webkit-box-orient:vertical!important;font-size:.64rem!important;line-height:1.15!important;display:-webkit-box!important;overflow:hidden!important}.category-products-area{width:100%!important}.category-products-area .products-grid,.homepage-product-grid.cols-6{grid-template-columns:repeat(2,1fr)!important;gap:.75rem!important;display:grid!important}}.btn-view-all-section{color:var(--primary-700);cursor:pointer;white-space:nowrap;background:0 0;border-radius:0;flex-shrink:0;align-items:center;gap:.2rem;padding:.2rem .4rem;font-size:.82rem;font-weight:700;transition:color .15s;display:inline-flex;border:none!important}.btn-view-all-section:hover{color:var(--primary-800);background:0 0;text-decoration:underline;border:none!important}.btn-view-all-bottom{font-size:.82rem;font-weight:700;transition:all .15s;color:var(--primary-700)!important;background:var(--primary-50)!important;border:1px solid var(--primary-100)!important;border-radius:var(--radius-full)!important;padding:.38rem 1.1rem!important}.btn-view-all-bottom:hover{background:var(--primary-100)!important;color:var(--primary-800)!important;text-decoration:none!important}.view-all-overlay{max-width:1200px;margin:0 auto;padding:0 1rem 4rem;animation:.2s fadeIn}.view-all-overlay.hidden{display:none}.view-all-header{border-bottom:1px solid var(--surface-border);justify-content:center;align-items:center;margin-bottom:1.25rem;padding:1.25rem 0 1rem;display:flex;position:relative}.btn-view-all-back{color:var(--text-main);cursor:pointer;align-items:center;gap:.35rem;font-size:.95rem;font-weight:600;transition:color .15s;display:flex;box-shadow:none!important;background:0 0!important;border:none!important;padding:0!important}.btn-view-all-back:hover{color:var(--primary-600);background:0 0!important;border:none!important}.view-all-title{font-family:var(--font-heading);color:var(--text-main);margin:0;font-size:1.3rem;font-weight:700}.view-all-products-grid{grid-template-columns:repeat(2,1fr);gap:.85rem;display:grid}@media (width>=640px){.view-all-products-grid{grid-template-columns:repeat(3,1fr);gap:1.25rem}}@media (width>=900px){.view-all-products-grid{grid-template-columns:repeat(4,1fr)}}@media (width>=1200px){.view-all-products-grid{grid-template-columns:repeat(5,1fr)}}.testimonials-section-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1rem;display:flex}.testimonials-carousel{align-items:center;gap:.5rem;display:flex}.testimonial-track-wrapper{border-radius:var(--radius-md);flex:1;overflow:hidden}.testimonial-track{gap:1rem;transition:transform .4s cubic-bezier(.25,.46,.45,.94);display:flex}.testimonial-slide{border:1px solid var(--surface-border);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);background:#fff;flex-shrink:0;width:100%;padding:1.25rem}.testimonial-nav{border:1.5px solid var(--surface-border);cursor:pointer;width:36px;min-width:36px;height:36px;color:var(--text-main);box-shadow:var(--shadow-sm);background:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:1.3rem;transition:all .15s;display:flex}.testimonial-nav:hover{background:var(--primary-50);border-color:var(--primary-400);color:var(--primary-700)}.testimonial-dots{justify-content:center;gap:.5rem;margin-top:.85rem;display:flex}.testimonial-dot{background:var(--surface-border);cursor:pointer;border:none;border-radius:50%;width:8px;height:8px;padding:0;transition:all .25s}.testimonial-dot.active{background:var(--primary-600);border-radius:4px;width:22px}.testimonial-stars{color:#f59e0b;letter-spacing:.05em;margin-bottom:.5rem;font-size:1rem}.testimonial-text{color:var(--text-main);margin-bottom:.75rem;font-size:.88rem;font-style:italic;line-height:1.55}.testimonial-author{align-items:center;gap:.6rem;display:flex}.testimonial-avatar{background:var(--primary-100);width:34px;height:34px;color:var(--primary-700);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.85rem;font-weight:700;display:flex}.testimonial-author-name{color:var(--text-main);font-size:.85rem;font-weight:700}.testimonial-author-date{color:var(--text-muted);font-size:.75rem}.btn-rate-us-pill{color:var(--primary-700);background:var(--primary-50);border:1.5px solid var(--primary-200);cursor:pointer;white-space:nowrap;border-radius:999px;align-items:center;gap:.35rem;padding:.4rem 1rem;font-size:.82rem;font-weight:600;transition:all .15s;display:inline-flex}.btn-rate-us-pill:hover{background:var(--primary-100);border-color:var(--primary-400);color:var(--primary-800)}.rate-us-standalone-cta{border-radius:var(--radius-md);background:linear-gradient(135deg,#f0fdf4,#dcfce7);border:1.5px solid #bbf7d0;flex-wrap:wrap;align-items:center;gap:1rem;padding:1.25rem 1.5rem;display:flex}.rate-us-standalone-cta .btn-rate-us-pill{margin-left:auto}.star-rating-modal-row{justify-content:center;align-items:center;gap:.35rem;display:flex}.modal-star{color:#d1d5db;cursor:pointer;-webkit-user-select:none;user-select:none;font-size:2.4rem;line-height:1;transition:color .1s,transform .15s}.modal-star.selected,.modal-star.hovered{color:#f59e0b;transform:scale(1.15)}.star-label-text{color:var(--primary-700);min-height:1.2em;margin-top:.4rem;font-size:.82rem;font-weight:600}body.page-route-active #homepage-main-container,body.page-route-active #section-hero,body.page-route-active #store-banner,body.page-route-active #section-delivery-cta,body.page-route-active #view-all-overlay{display:none!important}body.page-route-active #page-route-view{display:block!important}body.view-all-active #homepage-main-container,body.view-all-active #section-hero,body.view-all-active #store-banner,body.view-all-active #section-delivery-cta{display:none!important}body.view-all-active #view-all-overlay{display:block!important}@keyframes fadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}.pack-selector{border:1px solid var(--surface-border);width:100%;color:var(--text-main);background:#fff;border-radius:5px;margin-top:.25rem;padding:.28rem .35rem;font-size:.76rem;font-weight:600}.pack-options-label{color:var(--primary-700);cursor:pointer;background:0 0;border:0;margin-left:.35rem;padding:0;font-size:.7rem;font-weight:700}.pack-choice-list{flex-direction:column;gap:.3rem;width:100%;display:flex}.pack-choice-row{justify-content:space-between;align-items:center;gap:.35rem;font-size:.7rem;font-weight:600;display:flex}.pack-choice-row .btn-add-cart{min-width:48px;padding:.3rem .45rem;font-size:.67rem}.pack-choice-qty{align-items:center;gap:.22rem;display:inline-flex}.pack-choice-qty .btn-card-qty{width:20px;height:20px;font-size:.85rem}.pack-picker-row{border:1px solid var(--surface-border);border-radius:8px;justify-content:space-between;align-items:center;gap:.75rem;padding:.7rem;display:flex}.pack-picker-price{color:var(--primary-800);margin-top:.18rem;font-size:.9rem;font-weight:700}.pack-picker-price .pack-mrp-ref{color:var(--text-muted);margin-left:.35rem;font-weight:500}.pack-picker-price .pack-mrp-ref.is-discounted{text-decoration:line-through}.pack-picker-price em{color:var(--primary-700);margin-left:.35rem;font-size:.72rem;font-style:normal}.pack-picker-row small{color:var(--text-muted);font-size:.72rem}.pack-picker-add{min-width:64px;padding:.45rem .65rem}.card-qty-control,.pack-picker-qty{color:#fff!important;box-sizing:border-box!important;-webkit-user-select:none!important;user-select:none!important;background-color:#16a34a!important;border:none!important;border-radius:6px!important;flex-shrink:0!important;justify-content:space-between!important;align-items:center!important;width:78px!important;height:32px!important;padding:0 4px!important;font-size:.82rem!important;font-weight:700!important;display:inline-flex!important;box-shadow:0 1px 3px #16a34a40!important}.btn-card-qty,.pack-picker-qty .btn-card-qty{color:#fff!important;cursor:pointer!important;width:22px!important;height:26px!important;box-shadow:none!important;background:0 0!important;border:none!important;border-radius:4px!important;outline:none!important;flex-shrink:0!important;justify-content:center!important;align-items:center!important;padding:0!important;font-size:1rem!important;font-weight:700!important;transition:opacity .15s!important;display:flex!important}.btn-card-qty:hover,.pack-picker-qty .btn-card-qty:hover{opacity:.85!important;background:0 0!important}.btn-card-qty:active,.pack-picker-qty .btn-card-qty:active{opacity:.65!important;background:0 0!important}.card-qty-control .qty-num,.pack-picker-qty strong{text-align:center!important;white-space:nowrap!important;color:#fff!important;min-width:unset!important;flex:1!important;padding:0 1px!important;font-size:.85rem!important;font-weight:700!important}.product-desc-snippet{color:var(--text-muted,#64748b);white-space:nowrap;text-overflow:ellipsis;max-width:100%;margin-top:.15rem;font-size:.72rem;overflow:hidden}.pd-blinkit-modal{border-radius:20px!important;width:92%!important;max-width:800px!important;max-height:90vh!important;padding:1.5rem!important;position:relative!important;overflow-y:auto!important}.pd-modal-close-btn{z-index:10!important;cursor:pointer!important;background:#f1f5f9!important;border:none!important;border-radius:50%!important;justify-content:center!important;align-items:center!important;width:32px!important;height:32px!important;font-size:1.2rem!important;display:flex!important;position:absolute!important;top:1rem!important;right:1rem!important}.pd-blinkit-grid{grid-template-columns:320px 1fr;align-items:flex-start;gap:2rem;display:grid}@media (width<=768px){.pd-blinkit-grid{grid-template-columns:1fr;gap:1.25rem}}.pd-image-section{position:sticky;top:0}.pd-image-wrapper{border:1px solid var(--surface-border);background:#f8fafc;border-radius:16px;justify-content:center;align-items:center;width:100%;height:300px;padding:1rem;display:flex;position:relative}.pd-image-wrapper img{object-fit:contain;max-width:100%;max-height:100%}.pd-breadcrumb{color:var(--text-muted);margin-bottom:.35rem;font-size:.76rem;font-weight:500}.pd-title-row{align-items:center;gap:.5rem;display:flex}.pd-product-name{color:var(--text-main);margin:0;font-size:1.35rem;font-weight:700;line-height:1.25}.pd-local-name{color:var(--text-muted);margin-top:.2rem;font-size:.9rem}.pd-section-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px;margin-bottom:.45rem;font-size:.8rem;font-weight:700}.pd-packs-wrapper{margin-top:1.1rem}.pd-packs-pills-row{flex-wrap:wrap;gap:.6rem;display:flex}.pd-pack-pill{border:1px solid var(--surface-border);cursor:pointer;text-align:left;background:#fff;border-radius:8px;min-width:80px;padding:.4rem .65rem;transition:all .15s}.pd-pack-pill:hover{border-color:var(--primary-500);background:#f0fdf4}.pd-pack-pill.active{background:#f0fdf4;border-color:#16a34a;box-shadow:0 0 0 1px #16a34a}.pd-pack-pill-title{color:var(--text-main);font-size:.78rem;font-weight:700}.pd-pack-pill-disc{letter-spacing:.01em;white-space:nowrap;line-height:1.1;color:#15803d!important;background:#ecfdf5!important;border:1px solid #a7f3d0!important;border-radius:3px!important;padding:.5px 4px!important;font-size:.54rem!important;font-weight:700!important}.pd-pack-pill-price{color:#166534;margin-top:.1rem;font-size:.78rem;font-weight:700}.pd-price-action-row{border-top:1px dashed var(--surface-border);justify-content:space-between;align-items:center;margin-top:1.1rem;padding-top:.85rem;display:flex}.pd-selling-price{color:var(--primary-800);font-size:1.5rem;font-weight:800;line-height:1}.pd-original-price{color:var(--text-muted);margin-left:.4rem;font-size:.9rem;text-decoration:line-through}.pd-tax-note{color:var(--text-muted);margin-top:.2rem;font-size:.7rem}.pd-why-shop-box{border-top:1px solid var(--surface-border);flex-direction:column;gap:.75rem;margin-top:1.25rem;padding-top:1rem;display:flex}.pd-why-shop-title{color:var(--text-main);font-size:.92rem;font-weight:700}.pd-why-item{align-items:flex-start;gap:.75rem;display:flex}.pd-why-icon{flex-shrink:0;font-size:1.3rem;line-height:1}.pd-why-item strong{color:var(--text-main);font-size:.82rem;font-weight:700;display:block}.pd-why-item p{color:var(--text-muted);margin:.1rem 0 0;font-size:.76rem;line-height:1.35}.pd-desc-box{border-top:1px solid var(--surface-border);margin-top:1.25rem;padding-top:1rem}.pd-desc-text{color:var(--text-main);margin:0;font-size:.84rem;line-height:1.5}@media (width<=640px){.pd-blinkit-modal{border-radius:16px!important;width:95%!important;max-height:88vh!important;padding:.85rem!important}.pd-modal-close-btn{width:28px!important;height:28px!important;font-size:1rem!important;top:.6rem!important;right:.6rem!important}.pd-blinkit-grid{grid-template-columns:1fr!important;gap:.75rem!important}.pd-image-wrapper{border-radius:12px!important;height:140px!important;padding:.35rem!important}.pd-product-name{font-size:1.05rem!important}.pd-local-name{font-size:.78rem!important}.pd-selling-price{font-size:1.2rem!important}.pd-original-price{font-size:.8rem!important}.pd-section-label{margin-bottom:.35rem!important;font-size:.72rem!important}.pd-pack-pill{border-radius:8px!important;min-width:75px!important;padding:.35rem .6rem!important}.pd-pack-pill-title,.pd-pack-pill-price{font-size:.75rem!important}.pd-desc-box{margin-top:.85rem!important;padding-top:.75rem!important}.pd-desc-text{font-size:.78rem!important}.products-grid.horizontal-scroll-grid,#homepage-main-container .homepage-product-grid.horizontal-scroll-grid{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;padding-bottom:.5rem;flex-wrap:nowrap!important;gap:.65rem!important;display:flex!important;overflow-x:auto!important}.products-grid.horizontal-scroll-grid .product-card,#homepage-main-container .homepage-product-grid.horizontal-scroll-grid .product-card{scroll-snap-align:start;flex:0 0 155px!important;width:155px!important;min-width:155px!important}#homepage-top-categories-grid.horizontal-scroll-grid,.top-categories-grid.horizontal-scroll-grid{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;padding-bottom:.5rem;flex-wrap:nowrap!important;gap:.6rem!important;display:flex!important;overflow-x:auto!important}#homepage-top-categories-grid.horizontal-scroll-grid .top-cat-card,.top-categories-grid.horizontal-scroll-grid .top-cat-card{scroll-snap-align:start;flex:0 0 92px!important;width:92px!important;min-width:92px!important}#homepage-top-categories-grid,.homepage-top-categories-grid{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch!important;box-sizing:border-box!important;flex-flow:column wrap!important;align-content:flex-start!important;gap:.75rem .85rem!important;width:100%!important;height:250px!important;max-height:250px!important;padding-bottom:.5rem!important;display:flex!important;overflow:auto hidden!important}#homepage-top-categories-grid .top-cat-card,.homepage-top-categories-grid .top-cat-card{scroll-snap-align:start;box-sizing:border-box!important;background:0 0!important;border:none!important;flex:0 0 86px!important;width:86px!important;min-width:86px!important;max-width:86px!important;height:115px!important;padding:0!important}#homepage-top-categories-grid .top-cat-img-box,.homepage-top-categories-grid .top-cat-img-box{border-radius:16px!important;width:86px!important;height:86px!important;padding:0!important;overflow:hidden!important}#homepage-top-categories-grid .top-cat-icon,.homepage-top-categories-grid .top-cat-icon{object-fit:cover!important;border-radius:16px!important;width:100%!important;height:100%!important;margin-bottom:0!important}#homepage-top-categories-grid .top-cat-name,.homepage-top-categories-grid .top-cat-name{text-align:center!important;white-space:normal!important;margin-top:.35rem!important;font-size:.75rem!important;line-height:1.15!important;overflow:hidden!important}.product-card .card-body{padding:.45rem .5rem!important}.product-card .product-title{font-size:.78rem!important;font-weight:700!important;line-height:1.18!important}.product-card .product-subtitle{margin-top:.08rem!important;font-size:.66rem!important}.product-card .product-desc-snippet{margin-top:.08rem!important;font-size:.65rem!important}.product-card .unit-info{margin:.15rem 0!important;font-size:.66rem!important}.product-card .pack-options-label{padding:1px 4px!important;font-size:.62rem!important}.product-card .selling-price{color:#166534!important;font-size:.84rem!important;font-weight:800!important}.product-card .original-price{font-size:.65rem!important}.product-card .price-wrapper div{font-size:.58rem!important}.product-card .btn-add-cart{border-radius:6px!important;width:60px!important;min-width:56px!important;height:26px!important;padding:0 4px!important;font-size:.68rem!important;font-weight:700!important}.product-card .card-qty-control{border-radius:6px!important;width:60px!important;height:26px!important;font-size:.72rem!important}.product-card .btn-card-qty{width:18px!important;height:22px!important;font-size:.8rem!important}.product-card .card-options-subtitle{font-size:.62rem!important}#section-b2b-supply,.b2b-supply-section{padding:.5rem 0!important}.b2b-banner-inner{border-radius:16px!important;padding:1.1rem .85rem!important}.b2b-badge{letter-spacing:.02em!important;margin-bottom:.45rem!important;padding:.2rem .5rem!important;font-size:.65rem!important}.b2b-title{margin-bottom:.3rem!important;font-size:1.2rem!important;line-height:1.25!important}.b2b-desc{margin-bottom:.75rem!important;font-size:.78rem!important;line-height:1.35!important}.b2b-audience-grid{grid-template-columns:1fr!important;gap:.65rem!important;margin:.75rem 0!important}.audience-card{border-radius:12px!important;padding:.75rem!important}.audience-card>div:first-child{margin-bottom:.2rem!important;font-size:.95rem!important;font-weight:700!important}.audience-card>div:nth-child(2){font-size:.76rem!important;line-height:1.35!important}#btn-cta-shop-home,.btn-primary-b2b,.btn-secondary-b2b{border-radius:8px!important;margin-top:.5rem!important;padding:.4rem .75rem!important;font-size:.76rem!important}.b2b-benefits-tags{gap:.35rem!important;margin:.65rem auto .25rem!important}.b2b-benefits-tags span{border-radius:6px!important;padding:.2rem .5rem!important;font-size:.68rem!important}#section-rate-us{padding:.5rem 0!important}.rate-us-standalone-cta{border-radius:14px!important;align-items:center!important;gap:.6rem!important;padding:.75rem .85rem!important}.rate-us-standalone-cta span:first-child{font-size:1.25rem!important}.rate-us-standalone-cta>div>div:first-child{font-size:.85rem!important;font-weight:700!important}#rate-us-subtitle{font-size:.74rem!important;line-height:1.3!important}.btn-rate-us-pill{border-radius:18px!important;padding:.38rem .85rem!important;font-size:.76rem!important;font-weight:700!important}#btn-open-b2b-modal,#btn-b2b-whatsapp{white-space:nowrap!important;flex-shrink:1!important;min-width:0!important;padding:.38rem .6rem!important;font-size:.72rem!important}}@media (width<=360px){.products-grid.horizontal-scroll-grid .product-card,#homepage-main-container .homepage-product-grid.horizontal-scroll-grid .product-card{flex:0 0 140px!important;width:140px!important;min-width:140px!important}.product-card .card-body{padding:.38rem!important}.product-card .product-title{font-size:.74rem!important}.product-card .selling-price{font-size:.78rem!important}.product-card .btn-add-cart,.product-card .card-qty-control{width:52px!important;min-width:48px!important;height:24px!important;font-size:.64rem!important}.product-card .card-options-subtitle{font-size:.58rem!important}}@media (width>=1440px){.header-container,.main-nav-container,#homepage-main-container,.homepage-section,#section-trust-strip,#section-testimonials,.delivery-cta-fullbleed,.rate-us-box,.view-all-overlay,.category-view-overlay,#category-view-overlay,.custom-hero-section,.footer-content{max-width:1280px!important;margin-left:auto!important;margin-right:auto!important}.product-grid,.category-products-area .products-grid,.homepage-product-grid.cols-6{grid-template-columns:repeat(5,1fr)!important;gap:1.1rem!important}.homepage-top-categories-grid{flex-wrap:wrap!important;justify-content:center!important;gap:1.15rem!important;display:flex!important}.top-cat-card{width:105px!important;max-width:110px!important}.top-cat-img-box{aspect-ratio:1!important;width:100%!important;height:auto!important}}@media (width>=1920px){.header-container,.main-nav-container,#homepage-main-container,.homepage-section,#section-trust-strip,#section-testimonials,.delivery-cta-fullbleed,.rate-us-box,.view-all-overlay,.category-view-overlay,#category-view-overlay,.custom-hero-section,.footer-content{max-width:1440px!important}.product-grid,.category-products-area .products-grid,.homepage-product-grid.cols-6{grid-template-columns:repeat(6,1fr)!important;gap:1.25rem!important}.top-cat-card{width:115px!important}}@media (width>=2560px){.header-container,.main-nav-container,#homepage-main-container,.homepage-section,#section-trust-strip,#section-testimonials,.delivery-cta-fullbleed,.rate-us-box,.view-all-overlay,.category-view-overlay,#category-view-overlay,.custom-hero-section,.footer-content{max-width:1920px!important}.product-grid,.category-products-area .products-grid,.homepage-product-grid.cols-6{grid-template-columns:repeat(7,1fr)!important;gap:1.75rem!important}.homepage-top-categories-grid{grid-template-columns:repeat(12,1fr)!important;gap:1.75rem!important}}.policy-page-content{color:#334155;font-size:.98rem;line-height:1.85}.policy-page-content h2{font-family:var(--font-heading);color:#0f172a;border-left:4px solid var(--primary-600);margin-top:2.25rem;margin-bottom:1rem;padding-left:.85rem;font-size:1.45rem;font-weight:800;line-height:1.35}.policy-page-content h2:first-child{margin-top:0}.policy-page-content h3{font-family:var(--font-heading);color:#166534;margin-top:1.75rem;margin-bottom:.75rem;font-size:1.2rem;font-weight:700;line-height:1.4}.policy-page-content h4{font-family:var(--font-heading);color:#0f172a;margin-top:1.25rem;margin-bottom:.5rem;font-size:1.05rem;font-weight:700}.policy-page-content p{color:#334155;margin-bottom:1.25rem;font-size:.98rem;line-height:1.85}.policy-page-content strong{color:#0f172a;font-weight:700}.policy-page-content ul,.policy-page-content ol{flex-direction:column;gap:.65rem;margin-top:.75rem;margin-bottom:1.5rem;padding-left:0;list-style:none;display:flex}.policy-page-content li{color:#1e293b;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:.75rem 1rem .75rem 2.6rem;font-size:.95rem;line-height:1.75;transition:border-color .15s,background-color .15s;position:relative}.policy-page-content li:hover{background:#fff;border-color:#cbd5e1;box-shadow:0 2px 8px #0000000a}.policy-page-content ul li:before{content:"✔";color:#15803d;background:#dcfce7;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;font-size:.7rem;font-weight:800;display:flex;position:absolute;top:.75rem;left:.85rem}.policy-page-content li strong{color:#15803d;font-weight:700}.policy-page-content blockquote,.policy-page-content .callout-box{color:#14532d;background:#f0fdf4;border:1px solid #bbf7d0;border-left:4px solid #16a34a;border-radius:12px;margin:1.5rem 0;padding:1.25rem 1.5rem;font-size:.96rem;line-height:1.7}.policy-page-content blockquote p,.policy-page-content .callout-box p{color:#14532d;margin:0}@media (width<=640px){#page-route-view{padding-top:1rem!important;padding-bottom:2.5rem!important}.policy-hero-card{border-radius:16px!important;padding:1.5rem 1.25rem!important}.policy-hero-card h1{font-size:1.6rem!important}#page-route-view>div:last-child{border-radius:16px!important;padding:1.5rem 1.25rem!important}.policy-page-content h2{margin-top:1.75rem!important;font-size:1.25rem!important}.policy-page-content li{padding-left:2.3rem!important;font-size:.9rem!important}}.pd-go-to-cart-btn{color:#fff;cursor:pointer;background:#16a34a;border:none;border-radius:6px;align-items:center;gap:.35rem;padding:.35rem .85rem;font-size:.82rem;font-weight:700;transition:all .2s;display:inline-flex;box-shadow:0 2px 6px #16a34a40}.pd-go-to-cart-btn:hover{background:#15803d;transform:translateY(-1px);box-shadow:0 4px 10px #16a34a59}
