@import"https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap";body.grofie-template,body.grofie-template *{box-sizing:border-box}body.grofie-template{margin:0;padding:0}body.grofie-template{font-family:Roboto,-apple-system,BlinkMacSystemFont,sans-serif;background:#fff;color:#222;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden;max-width:100vw;text-rendering:optimizeLegibility}body.grofie-template a{text-decoration:none;color:inherit}body.grofie-template img{max-width:100%;display:block;object-fit:cover}body.grofie-template button{border:none;outline:none;cursor:pointer;background:none;font-family:inherit}body.grofie-template ul,body.grofie-template ol{list-style:none;margin:0;padding:0}:root{--grofie-green-main: #1a8a8c;--grofie-green-cta: #2a9d3e;--grofie-orange-accent: #d4722c;--grofie-leaf-green: #8cc63f;--grofie-header-bg: #147578;--grofie-header-icon-bg: #0f5f62;--grofie-bb-red: #cc0000;--grofie-text-dark: #222;--grofie-text-gray: #666;--grofie-border-color: #eee;--grofie-bg-gray: #f5f5f5;--grofie-radius-sm: 4px;--grofie-radius-md: 8px;--grofie-radius-lg: 12px;--green-main: var(--grofie-green-main);--green-cta: var(--grofie-green-cta);--orange-accent: var(--grofie-orange-accent);--leaf-green: var(--grofie-leaf-green);--header-bg: var(--grofie-header-bg);--header-icon-bg: var(--grofie-header-icon-bg);--bb-red: var(--grofie-bb-red);--text-dark: var(--grofie-text-dark);--text-gray: var(--grofie-text-gray);--border-color: var(--grofie-border-color);--bg-gray: var(--grofie-bg-gray);--radius-sm: var(--grofie-radius-sm);--radius-md: var(--grofie-radius-md);--radius-lg: var(--grofie-radius-lg)}.header-wrapper{background:linear-gradient(180deg,#0f6163 0%,var(--header-bg) 100%);padding:8px 12px 10px;color:#fff;position:sticky;top:0;z-index:100}.header-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.logo-img{width:48px;height:48px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;padding:4px;box-shadow:0 2px 8px #00000026}.logo-img img{width:100%;height:100%;object-fit:contain}.splash-screen{position:fixed;top:0;left:0;right:0;bottom:0;background:#fff;z-index:9999;display:flex;align-items:center;justify-content:center;transition:opacity .5s ease,visibility 0s .5s}.splash-screen.hidden{opacity:0;visibility:hidden}.splash-content{display:flex;flex-direction:column;align-items:center;gap:20px;animation:splashFadeIn .6s ease forwards}@keyframes splashFadeIn{0%{opacity:0;transform:scale(.85)}to{opacity:1;transform:scale(1)}}.splash-logo{width:120px;height:120px;animation:splashPulse 1.5s ease infinite}@keyframes splashPulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.splash-logo img{width:100%;height:100%;object-fit:contain}.splash-tagline{font-size:14px;font-weight:600;color:var(--green-main);letter-spacing:.5px;opacity:0;animation:splashTagIn .5s ease .3s forwards}@keyframes splashTagIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.splash-loader{width:140px;height:3px;background:#f0f0f0;border-radius:3px;overflow:hidden;opacity:0;animation:splashTagIn .4s ease .5s forwards}.splash-loader-bar{width:0%;height:100%;background:linear-gradient(90deg,var(--green-main),var(--orange-accent));border-radius:3px;animation:splashLoad 1.8s ease .6s forwards}@keyframes splashLoad{0%{width:0%}60%{width:70%}to{width:100%}}.profile-icon{width:28px;height:28px;border-radius:50%;border:1.5px solid rgba(255,255,255,.7);display:flex;align-items:center;justify-content:center;transition:border-color .2s,transform .2s}.profile-icon:active{transform:scale(.9)}.profile-icon svg{width:18px;height:18px;fill:none;stroke:#fff;stroke-width:1.5}.header-meta{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:10px}.loc-block{display:flex;align-items:flex-start;gap:4px}.loc-icon{margin-top:2px}.loc-icon svg{width:14px;height:14px;fill:none;stroke:#fff}.loc-info{display:flex;flex-direction:column}.loc-title{font-size:13px;font-weight:500;display:flex;align-items:center;gap:4px}.loc-title strong{font-size:14px;font-weight:700}.loc-desc{font-size:10px;margin-top:2px;color:#ffffffd9}.delivery-badge-wrapper{display:flex;flex-direction:column;align-items:center}.delivery-text{font-size:10px;font-weight:500;margin-bottom:2px}.delivery-pill{background:#fff;color:#000;font-size:12px;font-weight:700;padding:4px 10px;border-radius:20px;display:flex;align-items:center;gap:2px;box-shadow:0 2px 4px #0000001a}.delivery-pill svg{width:12px;height:12px}.search-bar{background:#fff;border-radius:8px;padding:8px 12px;display:flex;align-items:center;gap:8px;margin-bottom:10px;transition:box-shadow .25s ease}.search-bar:focus-within{box-shadow:0 0 0 2px #fff6,0 4px 12px #0000001a}.search-bar svg{width:18px;height:18px;stroke:#999;transition:stroke .2s}.search-bar:focus-within svg{stroke:var(--green-main)}.search-bar input{flex:1;border:none;outline:none;font-size:14px;color:#222;background:transparent}.search-bar input::placeholder{color:#888;font-weight:400}.header-circles{display:flex;overflow-x:auto;gap:12px;justify-content:space-between;scrollbar-width:none;padding-bottom:4px}.header-circles::-webkit-scrollbar{display:none}.circle-item{display:flex;flex-direction:column;align-items:center;gap:6px;flex-shrink:0;cursor:pointer}.circle-icon{width:56px;height:56px;background:var(--header-icon-bg);border-radius:50%;display:flex;align-items:center;justify-content:center;transition:transform .2s ease,background-color .2s ease}.circle-item:active .circle-icon{transform:scale(.9);background:#0a3d35}.circle-icon svg{width:28px;height:28px;fill:none;stroke:#fff;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}.circle-text{color:#fff;font-size:11px;font-weight:700}.rs-scroll{display:flex;overflow-x:auto;gap:12px;scrollbar-width:none;padding:0 12px 16px 0}.rs-scroll::-webkit-scrollbar{display:none}.rs-card{width:140px;flex-shrink:0;background:#fff;border:1px solid #f0f0f0;border-radius:12px;box-shadow:0 2px 8px #0000000f;display:flex;flex-direction:column;position:relative;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease}.rs-card:active{transform:scale(.97);box-shadow:0 1px 4px #0000001a}.gplp__grid .rs-card,.gsr__grid .rs-card,.grofie-featured__grid .rs-card,.grofie-pdp__recs-grid .rs-card{width:100%!important;min-width:0!important;flex:initial!important;flex-shrink:1!important}.gplp__grid .rs-img-cont,.gsr__grid .rs-img-cont,.grofie-featured__grid .rs-img-cont,.grofie-pdp__recs-grid .rs-img-cont{height:auto!important;aspect-ratio:1 / 1!important}.gplp__grid .rs-img-cont img,.gsr__grid .rs-img-cont img,.grofie-featured__grid .rs-img-cont img,.grofie-pdp__recs-grid .rs-img-cont img{width:100%!important;height:100%!important;object-fit:contain!important;padding:8px!important}.rs-card--sold-out{position:relative}.rs-card--sold-out .rs-img-cont,.rs-card--sold-out .rs-img-cont img{filter:grayscale(.85) opacity(.55)}.rs-card--sold-out .rs-name,.rs-card--sold-out .rs-weight,.rs-card--sold-out .rs-price,.rs-card--sold-out .rs-mrp,.rs-card--sold-out .rs-time{color:var(--grofie-mist, #8a8a8a)!important}.rs-card--sold-out .rs-add-btn{background:#d0d0d0!important;color:#fff!important;pointer-events:none;opacity:.7}.rs-sold-out-tag{position:absolute;top:8px;left:8px;z-index:4;background:#1a1a1ad9;color:#fff;font-size:9px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:4px 8px;border-radius:4px;pointer-events:none}.rs-img-cont{position:relative;width:100%;height:110px;background:#fafafa;margin-bottom:8px}.rs-img-cont img{width:100%;height:100%;object-fit:contain;padding:8px}.rs-discount{position:absolute;top:0;left:0;background:#5a9e08;color:#fff;font-size:10px;font-weight:800;padding:4px 8px;border-radius:0 0 10px}.rs-add-btn{position:absolute;bottom:-14px;right:12px;width:38px!important;height:38px!important;min-width:38px!important;background:var(--grofie-forest, #2d5a3d)!important;color:#fff!important;border:2px solid #fff!important;border-radius:999px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;box-shadow:0 6px 14px #2d5a3d40!important;z-index:3;transition:transform .18s ease,background-color .18s ease,box-shadow .18s ease;cursor:pointer;padding:0!important}.rs-add-btn:hover{background:var(--grofie-forest-dark, #1f4029)!important;transform:scale(1.08)}.rs-add-btn:active{transform:scale(.9);box-shadow:0 2px 6px #2d5a3d4d!important}.rs-add-btn svg{display:block!important;width:18px!important;height:18px!important;stroke:#fff!important;stroke-width:2.4!important;fill:none!important;stroke-linecap:round}.rs-add-btn[disabled]{opacity:.45!important;cursor:not-allowed;background:#b0b0b0!important}.rs-details{padding:0 10px;display:flex;flex-direction:column;gap:4px}.rs-time{display:flex;align-items:center;gap:2px;background:#edf8f8;color:var(--green-main);font-size:9px;font-weight:700;padding:2px 6px;border-radius:4px;align-self:flex-start;margin-top:8px}.rs-time svg{width:8px;height:10px;fill:var(--green-main)}.rs-name{font-size:12px;font-weight:600;color:#222;line-height:1.3;margin-top:4px}.rs-weight{font-size:11px;color:#777;display:flex;align-items:center;justify-content:space-between;margin-top:4px}.rs-weight svg{width:10px;height:10px;fill:#777}.rs-price-row{display:flex;align-items:baseline;gap:6px;margin-top:4px;margin-bottom:8px}.rs-price{font-size:15px;font-weight:800;color:#000}.rs-mrp{font-size:11px;color:#999;text-decoration:line-through}.rs-bottom-strip{background:#edf8f8;padding:6px 10px;display:flex;align-items:center;justify-content:space-between;margin-top:auto}.rs-bottom-text{color:var(--green-main);font-size:10px;font-weight:700}.rs-bottom-strip svg{width:8px;height:8px;fill:var(--green-main)}.bottom-sheet-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000073;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);z-index:999;opacity:0;pointer-events:none;transition:opacity .3s ease}.bottom-sheet-overlay.active{opacity:1;pointer-events:auto}.bottom-sheet{position:fixed;bottom:0;left:0;right:0;background:#fff;border-radius:16px 16px 0 0;z-index:1000;transform:translateY(100%);opacity:0;visibility:hidden;transition:transform .35s cubic-bezier(.32,.72,0,1),opacity .3s ease,visibility 0s .3s;padding:10px 0 18px;max-width:460px;margin:0 auto;max-height:88vh;display:flex;flex-direction:column}.bottom-sheet.active{transform:translateY(0);opacity:1;visibility:visible;transition:transform .35s cubic-bezier(.32,.72,0,1),opacity .3s ease,visibility 0s 0s}.bottom-sheet:before{content:"";display:block;width:40px;height:4px;border-radius:2px;background:var(--grofie-line, #e8e3d6);margin:0 auto 12px;flex-shrink:0}.bs-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:0 16px 14px;border-bottom:1px solid var(--grofie-line, #e8e3d6);flex-shrink:0}.bs-head-title{display:flex;flex-direction:column;gap:2px;min-width:0}.bs-brand{font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--grofie-graphite, #4b4b4b)}.bs-brand:empty{display:none}.bs-name{font-family:var(--grofie-font-display, "Inter", sans-serif);font-size:16px;font-weight:700;color:var(--grofie-charcoal, #1a1a1a);line-height:1.25}.bs-close{width:32px;height:32px;border-radius:50%;background:var(--grofie-cream-warm, #f7f0e0);border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0}.bs-close svg{width:14px;height:14px;stroke:var(--grofie-charcoal, #1a1a1a);stroke-width:2.5;fill:none}.bs-close:hover{background:var(--grofie-line, #e8e3d6)}.bs-variants{padding:12px 16px 0;display:flex;flex-direction:column;gap:10px;overflow-y:auto}.bs-loading{padding:24px 12px;text-align:center;color:var(--grofie-graphite, #4b4b4b);font-size:13px}.bs-loading--error{color:var(--grofie-danger, #c0463a)}.bs-row{display:grid;grid-template-columns:64px minmax(0,1fr) auto;align-items:center;gap:12px;padding:10px;border:1px solid var(--grofie-line, #e8e3d6);border-radius:10px;background:#fff}.bs-row__media{position:relative;width:64px;height:64px;background:#fff;border:1px solid var(--grofie-line, #e8e3d6);border-radius:8px;display:flex;align-items:center;justify-content:center;overflow:hidden}.bs-row__media img{width:100%;height:100%;object-fit:contain;padding:4px}.bs-row__noimg{width:100%;height:100%;background:var(--grofie-cream-warm, #f7f0e0)}.bs-row__badge{position:absolute;top:2px;left:2px;z-index:2;min-width:28px;background:var(--grofie-forest, #2d5a3d);color:#fff;font-size:10px;font-weight:800;padding:2px 4px 3px;border-radius:3px;text-align:center;line-height:1}.bs-row__badge span{display:block;font-size:8px;font-weight:700;margin-top:1px}.bs-row__info{display:flex;flex-direction:column;gap:3px;min-width:0}.bs-row__title{font-size:13px;font-weight:600;color:var(--grofie-charcoal, #1a1a1a);line-height:1.25}.bs-row__time{display:inline-flex;align-items:center;gap:4px;font-size:11px;font-weight:600;color:var(--grofie-graphite, #4b4b4b)}.bs-row__time svg{width:11px;height:11px;fill:var(--grofie-tan, #c8956d)}.bs-row__price-row{display:flex;align-items:baseline;gap:6px}.bs-row__price{font-size:14px;font-weight:800;color:var(--grofie-charcoal, #1a1a1a)}.bs-row__mrp{font-size:11px;color:var(--grofie-mist, #8a8a8a);text-decoration:line-through;font-weight:500}.bs-row__per-unit{font-size:11px;color:var(--grofie-graphite, #4b4b4b)}.bs-row__action{display:flex;align-items:center}.bs-row__add{display:inline-flex;align-items:center;justify-content:center;min-width:64px;padding:8px 18px;background:transparent;color:var(--grofie-forest, #2d5a3d);border:1.5px solid var(--grofie-forest, #2d5a3d);border-radius:8px;font-family:inherit;font-size:13px;font-weight:800;cursor:pointer;transition:background .18s ease,color .18s ease}.bs-row__add:hover{background:var(--grofie-forest, #2d5a3d);color:#fff}.bs-row__add--oos{color:var(--grofie-mist, #8a8a8a);border-color:var(--grofie-line, #e8e3d6);cursor:not-allowed}.bs-row--oos .bs-row__media img{filter:grayscale(.85) opacity(.55)}.bs-row--oos .bs-row__title,.bs-row--oos .bs-row__price,.bs-row--oos .bs-row__mrp,.bs-row--oos .bs-row__per-unit{color:var(--grofie-mist, #8a8a8a)}.location-sidebar{position:fixed;top:0;left:0;right:0;bottom:0;background:#f8f8f8;z-index:1100;transform:translate(100%);opacity:0;visibility:hidden;transition:transform .3s ease,opacity .3s ease,visibility 0s .3s;display:flex;flex-direction:column;max-width:420px;margin:0 auto}.location-sidebar.active{transform:translate(0);opacity:1;visibility:visible;transition:transform .3s ease,opacity .3s ease,visibility 0s 0s}.loc-screen-header{background:var(--header-bg);padding:12px 16px;display:flex;align-items:center;gap:12px}.loc-back-btn{width:28px;height:28px;display:flex;align-items:center;justify-content:center;cursor:pointer}.loc-back-btn svg{width:22px;height:22px;stroke:#fff;stroke-width:1.5}.loc-screen-search{flex:1;background:#fff;border-radius:4px;display:flex;align-items:center;padding:8px 12px;gap:8px}.loc-screen-search svg{width:16px;height:16px;stroke:#888}.loc-screen-search input{flex:1;border:none;outline:none;font-size:13px;color:#333}.loc-screen-search input::placeholder{color:#aaa}.loc-screen-body{padding:16px;background:#fff;flex:1}.loc-current-btn{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:12px;border:1px solid #ccc;border-radius:4px;color:#666;font-size:15px;font-weight:500;background:#fff;margin-bottom:8px;cursor:pointer}.loc-current-btn svg{width:18px;height:18px;stroke:#888;stroke-width:1.5}.power-google{display:flex;justify-content:center;align-items:center;gap:4px;font-size:11px;color:#888}.power-google img{height:14px;object-fit:contain}.desktop-nav{display:none}@media(min-width:769px){.desktop-nav{display:flex!important;align-items:center;justify-content:space-between;max-width:100%!important;margin:0 auto;padding:12px 32px;background:linear-gradient(180deg,#0f6163 0%,var(--header-bg) 100%);border-bottom:1px solid rgba(255,255,255,.08)}.desktop-nav-left{display:flex;align-items:center;gap:24px}.desktop-nav-logo{width:44px;height:44px;background:#fff;border-radius:50%;padding:6px;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #0000001f}.desktop-nav-logo img{width:100%;height:100%;object-fit:contain}.desktop-nav-brand{color:#fff;font-size:22px;font-weight:900;letter-spacing:-.5px}.desktop-nav-brand span{color:var(--leaf-green)}.desktop-nav-search{flex:1;max-width:480px;background:#ffffff1f;border-radius:8px;padding:10px 16px;display:flex;align-items:center;gap:10px;margin:0 40px;transition:background .2s}.desktop-nav-search:focus-within{background:#ffffff38}.desktop-nav-search svg{width:18px;height:18px;stroke:#fff9;stroke-width:2;flex-shrink:0}.desktop-nav-search input{flex:1;border:none;outline:none;background:transparent;color:#fff;font-size:14px;font-family:Roboto,sans-serif}.desktop-nav-search input::placeholder{color:#ffffff73}.desktop-nav-links{display:flex;align-items:center;gap:24px}.desktop-nav-link{color:#ffffffbf;font-size:13px;font-weight:600;text-decoration:none;display:flex;align-items:center;gap:6px;transition:color .2s;cursor:pointer}.desktop-nav-link:hover{color:#fff}.desktop-nav-link svg{width:18px;height:18px;stroke:currentColor;stroke-width:1.8;fill:none}.desktop-nav-link.cart-link{background:var(--orange-accent);color:#fff;padding:8px 18px;border-radius:8px;font-weight:700}.desktop-nav-link.cart-link:hover{opacity:.9}}@media(min-width:769px){.header-top,.header-meta,.search-bar{display:none!important}.header-wrapper{background:transparent;padding:0;max-width:1200px;margin:0 auto;border-radius:0;position:static!important}body.grofie-template{background:#f0f0f0}.splash-screen{max-width:100%}.header-circles{display:flex;flex-wrap:wrap;gap:16px;padding:24px 32px;justify-content:center;overflow:visible;position:static!important}.circle-item{width:80px}.circle-icon{width:68px;height:68px}.circle-icon svg{width:34px;height:34px}.circle-text{color:#333;font-size:13px}}@media(max-width:768px){.desktop-nav{display:none!important}}@media(min-width:769px){.desktop-hero-img{display:block!important;width:100%;max-width:1920px;aspect-ratio:1920 / 600;object-fit:cover;margin:0 auto 24px}}@media(min-width:769px){.carousel-wrapper-desktop{position:relative;width:100%}.desktop-arrow-btn{position:absolute;top:50%;transform:translateY(-50%);width:44px;height:44px;background:#fff;border-radius:50%;box-shadow:0 2px 12px #00000026;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;border:1px solid #eee;transition:all .2s ease}.desktop-arrow-btn:hover{background:#fafafa;box-shadow:0 4px 16px #0003;transform:translateY(-50%) scale(1.05)}.desktop-arrow-btn svg{width:24px;height:24px;stroke:#333;stroke-width:2;fill:none}.desktop-arrow-btn.prev{left:-22px}.desktop-arrow-btn.next{right:-22px}}.main-content{display:block}@media(min-width:769px){.main-content{max-width:1400px!important;margin:0 auto!important;background:#fff;box-shadow:0 0 40px #0000000f}}@media(min-width:1440px){.main-content{max-width:1440px!important}.desktop-nav{max-width:1440px}}
/*# sourceMappingURL=/cdn/shop/t/9/assets/grofie-base.css.map */
