.grocery-product-card{position:relative;display:flex;flex-direction:column;min-height:100%;border:1px solid #e5e7eb;border-radius:14px;background:#fff;overflow:hidden;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}.grocery-product-card:hover{transform:translateY(-3px);border-color:#d8dde5;box-shadow:0 16px 34px rgba(15,23,42,.08)}.grocery-product-card__media-wrap{position:relative;padding:14px 14px 8px}.grocery-product-card__discount-badge{top:14px;left:14px;min-height:26px;padding:0 10px;border-radius:10px;background:#e03131;color:#fff;font-size:11px;line-height:1;font-weight:700}.grocery-product-card__discount-badge,.grocery-product-card__wishlist{position:absolute;z-index:4;display:inline-flex;align-items:center;justify-content:center}.grocery-product-card__wishlist{top:12px;right:12px;width:34px;height:34px;border-radius:999px;border:1px solid #e5e7eb;background:#fff;color:#111827;transition:color .2s ease,border-color .2s ease,background-color .2s ease}.grocery-product-card__wishlist:hover{color:#6d28d9;border-color:#ddd6fe;background:#f5f3ff}.grocery-product-card__hover-actions{position:absolute;z-index:4;top:56px;right:12px;display:flex;flex-direction:column;gap:8px;opacity:0;pointer-events:none;transform:translateY(6px);transition:opacity .2s ease,transform .2s ease}.grocery-product-card:hover .grocery-product-card__hover-actions{opacity:1;pointer-events:auto;transform:translateY(0)}.grocery-product-card__icon-btn{width:32px;height:32px;border-radius:999px;border:1px solid #e5e7eb;background:#fff;color:#111827;display:inline-flex;align-items:center;justify-content:center;transition:color .2s ease,border-color .2s ease,background-color .2s ease}.grocery-product-card__icon-btn:hover{color:#6d28d9;border-color:#ddd6fe;background:#f5f3ff}.grocery-product-card__image-link{width:100%;aspect-ratio:1/1;border-radius:12px;background:#f8fafc;display:flex;align-items:center;justify-content:center;overflow:hidden}.grocery-product-card__image{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;transition:transform .28s ease}.grocery-product-card:hover .grocery-product-card__image{transform:scale(1.03)}.grocery-product-card__body{flex:1 1 auto;display:flex;flex-direction:column;gap:8px;padding:0 14px 14px}.grocery-product-card__label{align-self:flex-start;min-height:24px;padding:0 9px;border-radius:999px;font-size:10px;font-weight:700;display:inline-flex;align-items:center;justify-content:center;letter-spacing:.01em}.grocery-product-card__label--organic{background:#dcf7d4;color:#216c31}.grocery-product-card__label--sale{background:#d8f0ff;color:#0d81b1}.grocery-product-card__label--neutral{background:#eef2ff;color:#4338ca}.grocery-product-card__title{color:#111827;text-decoration:none;font-size:12px;line-height:1.28;font-weight:600;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:32px}.grocery-product-card__title:hover{color:#4c1d95}.grocery-product-card__price-row{min-height:28px;display:flex;align-items:baseline;flex-wrap:wrap;gap:8px}.grocery-product-card__price-current{color:#df2f2f;font-size:clamp(1.15rem,1.02rem + .22vw,1.32rem);line-height:1.1;font-weight:700}.grocery-product-card__price-old{color:#6b7280;text-decoration:line-through;font-size:clamp(.96rem,.88rem + .12vw,1.03rem);line-height:1.15;font-weight:500}.grocery-product-card__cta{margin-top:auto;min-height:44px;border-radius:999px;border:1px solid #6d28d9;background:#fff;color:#5b21b6;padding:0 16px;display:inline-flex;align-items:center;justify-content:space-between;gap:12px;font-size:12px;line-height:1;font-weight:600;transition:background-color .2s ease,color .2s ease,border-color .2s ease}.grocery-product-card__cta:hover:not(:disabled){background:#6d28d9;color:#fff;border-color:#6d28d9}.grocery-product-card__cta.is-disabled,.grocery-product-card__cta:disabled{cursor:not-allowed;opacity:.65;color:#6b7280;border-color:#d1d5db}.grocery-product-card--compact .grocery-product-card__title{font-size:11px;min-height:30px}.grocery-product-card--compact .grocery-product-card__price-current{font-size:clamp(1.06rem,.94rem + .18vw,1.2rem)}.grocery-product-card--compact .grocery-product-card__price-old{font-size:clamp(.9rem,.84rem + .1vw,.98rem)}.grocery-product-card--carousel,.grocery-product-card--listing{border-radius:0}.grocery-product-card--carousel .grocery-product-card__title{font-size:13px;min-height:32px}.grocery-product-card--carousel .grocery-product-card__price-current{font-size:clamp(1.15rem,1.02rem + .22vw,1.32rem)}.grocery-product-card--carousel:hover,.grocery-product-card--listing:hover{transform:none;box-shadow:none}.grocery-product-card.is-skeleton{pointer-events:none}.grocery-product-card__skeleton-image{width:100%;aspect-ratio:1/1;border-radius:12px}.grocery-product-card__skeleton-image,.grocery-product-card__skeleton-line{background:linear-gradient(90deg,#edf0f5 20%,#e5e9f1 50%,#edf0f5 80%);background-size:220% 100%;animation:groceryCardPulse 1.5s infinite}.grocery-product-card__skeleton-line{height:16px;border-radius:999px}.grocery-product-card__skeleton-line--sm{width:34%}.grocery-product-card__skeleton-line--md{width:58%}.grocery-product-card__skeleton-line--price{width:44%;height:22px}.grocery-product-card__skeleton-button{margin-top:auto;min-height:50px;border-radius:999px;background:linear-gradient(90deg,#edf0f5 20%,#e5e9f1 50%,#edf0f5 80%);background-size:220% 100%;animation:groceryCardPulse 1.5s infinite}.grocery-product-card-empty{border:1px dashed #d1d5db;border-radius:14px;padding:28px;text-align:center;font-size:14px;color:#667085}.grocery-quick-view{position:relative;padding:20px}.grocery-quick-view__close{position:absolute;top:16px;right:16px;width:30px;height:30px;border-radius:999px;border:1px solid #e5e7eb;background:#fff;display:inline-flex;align-items:center;justify-content:center}.grocery-quick-view__grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.grocery-quick-view__media{border:1px solid #f1f5f9;border-radius:14px;background:#f8fafc;padding:10px}.grocery-quick-view__image{width:100%;max-height:360px;-o-object-fit:contain;object-fit:contain}.grocery-quick-view__content{display:flex;flex-direction:column;gap:12px}.grocery-quick-view__title{margin:0;color:#111827;font-size:24px;line-height:1.3}.grocery-quick-view__price{margin:0;color:#df2f2f;font-size:28px;font-weight:700}.grocery-quick-view__description{margin:0;color:#4b5563;font-size:14px;line-height:1.5}.grocery-quick-view__actions{margin-top:auto;display:flex;align-items:center;gap:12px}.grocery-quick-view__add,.grocery-quick-view__details{min-height:42px;padding:0 16px;border-radius:999px;font-size:14px;font-weight:600;text-decoration:none;display:inline-flex;align-items:center;justify-content:center}.grocery-quick-view__details{border:1px solid #d1d5db;color:#111827}.grocery-quick-view__add{border:1px solid #6d28d9;background:#6d28d9;color:#fff}@keyframes groceryCardPulse{0%{background-position:200% 0}to{background-position:-200% 0}}@media(max-width:1024px){.grocery-product-card__title{font-size:11px;min-height:30px}.grocery-product-card__price-current{font-size:clamp(1.08rem,.96rem + .2vw,1.24rem)}.grocery-product-card__price-old{font-size:clamp(.88rem,.82rem + .1vw,.96rem)}}@media(max-width:768px){.grocery-product-card__media-wrap{padding:12px 12px 6px}.grocery-product-card__body{padding:0 12px 12px}.grocery-product-card__title{font-size:11px;min-height:30px}.grocery-product-card__cta{min-height:40px;font-size:11px}.grocery-product-card__hover-actions{opacity:1;pointer-events:auto;transform:none}.grocery-quick-view{padding:16px}.grocery-quick-view__grid{grid-template-columns:1fr;gap:16px}}@font-face{font-family:swiper-icons;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(0deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,rgba(0,0,0,.5),transparent)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border-radius:50%;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-top:4px solid transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s linear infinite}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size) / 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size) / 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next svg,.swiper-button-prev svg{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-lock{display:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:normal;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}.product-carousel-section{margin-top:24px}.product-carousel-section__head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:12px}.product-carousel-section__title{margin:0;color:#111827;font-size:16px;line-height:1.2;font-weight:700}.product-carousel-section__subtitle{margin:4px 0 0;color:#8b93a4;font-size:11px;line-height:1.35}.product-carousel-section__right{display:inline-flex;align-items:center;gap:10px}.product-carousel-section__view-all{min-height:38px;padding:0 15px;border-radius:999px;border:1px solid #e5e7eb;background:#fff;color:#111827;font-size:13px;font-weight:600;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;transition:border-color .2s ease,background-color .2s ease}.product-carousel-section__view-all:hover{border-color:#cfd4dc;background:#f9fafb}.product-carousel-section__nav{width:44px;height:44px;border-radius:999px;border:1px solid #e5e7eb;background:#fff;color:#374151;display:inline-flex;align-items:center;justify-content:center;transition:transform .2s ease,border-color .2s ease,color .2s ease}.product-carousel-section__nav:hover{transform:translateY(-1px);border-color:#cfd4dc;color:#111827}.product-carousel-section__slider{width:100%;border:1px solid #e5e7eb;border-radius:14px;overflow:hidden}.product-carousel-section__slider .swiper-slide{height:auto;border-right:1px solid #e5e7eb}.product-carousel-section__slider .swiper-slide:last-child{border-right:0}.product-carousel-section__slider .grocery-product-card{height:100%;border:0}@media(max-width:1200px){.product-carousel-section__title{font-size:15px}.product-carousel-section__subtitle{font-size:10px}}@media(max-width:900px){.product-carousel-section__head{flex-direction:column;align-items:stretch;gap:12px}.product-carousel-section__right{justify-content:space-between}.product-carousel-section__title{font-size:14px}.product-carousel-section__subtitle{font-size:10px}.product-carousel-section__view-all{min-height:34px;padding:0 12px;font-size:12px}.product-carousel-section__nav{width:38px;height:38px}}.swiper-pagination{position:absolute;text-align:center;transition:opacity .3s;transform:translateZ(0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity,.2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity,1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:transform .2s,top .2s}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,left .2s}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,right .2s}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.GroceryHeroSlider_sliderRoot__yJFNN{border-radius:16px;overflow:hidden;background:#f5f6f8;border:1px solid #e9ecf2;min-height:520px}.GroceryHeroSlider_sliderWrap__wD6jf{height:100%}.GroceryHeroSlider_slide__y_ycl{min-height:520px;position:relative;display:flex;align-items:center;padding:40px 36px;background:#f4f5f7}.GroceryHeroSlider_media__qQl6I{position:absolute;inset:0;display:block;z-index:0}.GroceryHeroSlider_overlay__Ewy6U{position:absolute;inset:0;z-index:1;background:linear-gradient(90deg,rgba(244,245,247,.95),rgba(244,245,247,.8) 45%,rgba(244,245,247,.35) 72%,rgba(244,245,247,.12))}.GroceryHeroSlider_content__5sdxa{position:relative;z-index:2;max-width:560px}.GroceryHeroSlider_badge__UEeC_{display:inline-flex;align-items:center;justify-content:center;min-height:34px;border-radius:9px;padding:0 14px;background:#dff6df;color:#1f7a2f;font-size:14px;font-weight:700}.GroceryHeroSlider_title__MP_pK{margin:16px 0 0;color:#2b186f;font-size:clamp(34px,4vw,64px);line-height:1.08;font-weight:800;letter-spacing:-.02em}.GroceryHeroSlider_description__3WvJH{margin:18px 0 0;color:#4b5565;font-size:18px;line-height:1.45;max-width:560px}.GroceryHeroSlider_bottomRow__MbSDw{margin-top:30px;display:flex;align-items:center;gap:18px;flex-wrap:wrap}.GroceryHeroSlider_cta__fnANm{min-height:52px;border-radius:12px;padding:0 24px;display:inline-flex;align-items:center;justify-content:center;background:#6d4dc6;color:#fff;text-decoration:none;font-size:18px;font-weight:700;transition:transform .2s ease,box-shadow .2s ease}.GroceryHeroSlider_cta__fnANm:hover{transform:translateY(-1px);box-shadow:0 10px 22px rgba(109,77,198,.25)}.GroceryHeroSlider_priceWrap__9HFjL{display:flex;align-items:baseline;gap:10px}.GroceryHeroSlider_priceCurrent__ODske{color:#e12d39;font-size:32px;font-weight:800}.GroceryHeroSlider_priceOld__23H6H{color:#7b818d;text-decoration:line-through;font-size:16px;font-weight:600}.GroceryHeroSlider_image__sCqU4{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.GroceryHeroSlider_loadingShell__N_RWl{min-height:520px;display:grid;align-items:center;padding:28px}.GroceryHeroSlider_loadingRow___KtWO{height:20px;border-radius:999px;background:linear-gradient(90deg,#eff2f7 20%,#e5e9f1 50%,#eff2f7 80%);background-size:220% 100%;animation:GroceryHeroSlider_pulse__mPc0x 1.5s infinite;margin-bottom:14px}.GroceryHeroSlider_empty__VaWHt{min-height:520px;display:grid;place-items:center;color:#667085;font-size:15px}@keyframes GroceryHeroSlider_pulse__mPc0x{0%{background-position:200% 0}to{background-position:-200% 0}}.GroceryHeroSlider_sliderRoot__yJFNN .grocery-hero-swiper .swiper-pagination{bottom:12px!important}.GroceryHeroSlider_sliderRoot__yJFNN .grocery-hero-swiper .swiper-pagination-bullet{width:9px;height:9px;background:#d1d5db;opacity:1}.GroceryHeroSlider_sliderRoot__yJFNN .grocery-hero-swiper .swiper-pagination-bullet-active{background:#7c4dff}@media(max-width:991px){.GroceryHeroSlider_sliderRoot__yJFNN{min-height:420px}.GroceryHeroSlider_slide__y_ycl{padding:28px 20px 52px;min-height:420px}.GroceryHeroSlider_overlay__Ewy6U{background:linear-gradient(180deg,rgba(244,245,247,.92),rgba(244,245,247,.72) 54%,rgba(244,245,247,.5))}.GroceryHeroSlider_content__5sdxa{max-width:100%}.GroceryHeroSlider_badge__UEeC_{font-size:13px;min-height:30px}.GroceryHeroSlider_title__MP_pK{margin-top:12px;font-size:clamp(28px,9vw,42px)}.GroceryHeroSlider_description__3WvJH{font-size:16px;margin-top:14px}.GroceryHeroSlider_bottomRow__MbSDw{margin-top:20px;gap:14px}.GroceryHeroSlider_cta__fnANm{min-height:46px;padding:0 18px;font-size:16px}.GroceryHeroSlider_priceCurrent__ODske{font-size:24px}.GroceryHeroSlider_empty__VaWHt,.GroceryHeroSlider_loadingShell__N_RWl{min-height:420px}}.TopCategoriesSection_section__vQq6A{margin-top:28px;padding-top:2px}.TopCategoriesSection_headingRow__vc_lf{display:flex;align-items:center;gap:8px;margin-bottom:10px}.TopCategoriesSection_headingBullet__Hx4lR{width:10px;height:10px;border-radius:3px;background:#53b62b;flex:0 0 auto}.TopCategoriesSection_headingTitle__zL6aC{margin:0;color:#2a2f3a;font-size:clamp(14px,1.5vw,20px);line-height:1.2;letter-spacing:.045em;font-weight:700;text-transform:uppercase}.TopCategoriesSection_divider__lBNQV{height:1px;background:#e3e6ec}.TopCategoriesSection_grid__NlRIC{margin-top:14px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px 16px}.TopCategoriesSection_card__Oec7F{text-decoration:none;color:inherit;border-radius:12px;padding:8px 8px 10px;transition:transform .2s ease,box-shadow .2s ease,background-color .2s ease;background:#fff}.TopCategoriesSection_card__Oec7F:hover{transform:translateY(-2px);box-shadow:0 16px 28px rgba(16,24,40,.08);background:#fcfcfd}.TopCategoriesSection_thumb__F_tcJ{width:100%;aspect-ratio:4/2.7;border-radius:10px;position:relative;overflow:hidden;display:grid;place-items:center;background:#f4f6fa}.TopCategoriesSection_thumbImage__YdpHa{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.TopCategoriesSection_thumbFallback__LE_T_{color:#687387;font-size:13px;font-weight:600}.TopCategoriesSection_meta__evK36{margin-top:9px;text-align:center;min-height:40px;display:grid;align-content:start;gap:2px}.TopCategoriesSection_name__3Udp1{margin:0;color:#1f2937;font-size:clamp(12px,1vw,16px);line-height:1.32;font-weight:600;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.TopCategoriesSection_count__Jfal1{color:#1f2937;font-weight:700;opacity:.86}.TopCategoriesSection_loadingGrid__ii230{margin-top:14px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px 16px}.TopCategoriesSection_skeletonCard__SKBK_{border-radius:12px;padding:8px 8px 10px;background:#fff}.TopCategoriesSection_skeletonThumb__5FK_K{width:100%;aspect-ratio:4/2.8;border-radius:12px}.TopCategoriesSection_skeletonLine__OkiLc,.TopCategoriesSection_skeletonThumb__5FK_K{background:linear-gradient(90deg,#edf0f6 20%,#e3e7ef 50%,#edf0f6 80%);background-size:220% 100%;animation:TopCategoriesSection_pulse__myL4z 1.5s infinite}.TopCategoriesSection_skeletonLine__OkiLc{height:14px;margin:9px auto 0;border-radius:999px}.TopCategoriesSection_skeletonLineTitle__3jgWR{width:74%}.TopCategoriesSection_skeletonLineCount__Sbbl0{width:30%;height:11px;margin-top:6px}.TopCategoriesSection_empty__ff59h{margin-top:18px;border:1px dashed #d4d9e4;border-radius:14px;padding:28px 18px;text-align:center;color:#667085;font-size:14px}@keyframes TopCategoriesSection_pulse__myL4z{0%{background-position:200% 0}to{background-position:-200% 0}}@media(max-width:1100px){.TopCategoriesSection_grid__NlRIC,.TopCategoriesSection_loadingGrid__ii230{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:700px){.TopCategoriesSection_grid__NlRIC,.TopCategoriesSection_loadingGrid__ii230{grid-template-columns:1fr}.TopCategoriesSection_section__vQq6A{margin-top:22px}.TopCategoriesSection_headingTitle__zL6aC{font-size:14px}}.GroceryHomePage_pageWrap__730jC{background:#fff;min-height:100vh}.GroceryHomePage_container__Tpto5{width:min(1360px,100%);margin:0 auto;padding:0 24px 30px}.GroceryHomePage_heroGrid__W2kdj{display:block;margin-left:348px}.GroceryHomePage_sectionsFlow__ShuHk{display:flex;flex-direction:column}.GroceryHomePage_carouselWrap__mjiXL{margin-top:14px}.GroceryHomePage_serviceRow__L332k{margin-top:18px;border-top:1px solid #eceff3;padding:20px 8px 0;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.GroceryHomePage_serviceCard__Vyukp{display:flex;align-items:center;gap:12px;border:1px solid #eceff3;border-radius:12px;padding:12px 14px;color:#1f2937;background:#fff}.GroceryHomePage_serviceTitle__oPvfD{font-size:16px;font-weight:700;margin:0;line-height:1.15}.GroceryHomePage_serviceText__V1tmH{margin:3px 0 0;font-size:13px;color:#6b7280}@media(max-width:1200px){.GroceryHomePage_container__Tpto5{padding:0 16px 22px}.GroceryHomePage_heroGrid__W2kdj{margin-left:316px}}@media(max-width:991px){.GroceryHomePage_heroGrid__W2kdj{margin-left:0}.GroceryHomePage_serviceRow__L332k{grid-template-columns:repeat(2,minmax(0,1fr));padding-top:16px}}@media(max-width:640px){.GroceryHomePage_serviceRow__L332k{grid-template-columns:1fr}}