@media(min-width:768px){.gb-product-grid{gap:16px;padding:0}.gb-product-grid .product-card{flex-direction:column;height:100%;min-width:248px}.gb-product-grid .product-card .discount-tag{font-size:12px;height:40px;width:39px}.gb-product-grid .product-card .emi-tag{font-size:12px}.gb-product-grid .product-card .product-image{height:136px;max-height:none;object-fit:contain;width:100%}.gb-product-grid .product-card .product-content .product-name{font-size:16px;font-weight:700;line-height:24px}.gb-product-grid .product-card .product-content .product-name,.gb-product-grid .product-card .product-content .seller{-webkit-line-clamp:1;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden;text-overflow:ellipsis;word-break:break-word}.gb-product-grid .product-card .product-content .seller{font-size:12px;line-height:16px}.gb-product-grid .product-card .product-content .delivery-by{font-size:12px}.gb-product-grid .product-card .product-content .price .latest-price{font-size:16px;line-height:24px}.gb-product-grid .product-card .product-content .price .original-price-container .original-price{font-size:14px;line-height:20px}.gb-product-grid .product-card .product-content .btn-container{width:100%}.gb-product-grid .product-card .product-content .btn-container .cart-btn-item-count{display:flex}.gb-product-grid .product-card .product-content .btn-container .add-to-cart-btn{font-size:16px;line-height:24px}}:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:#ffffffb3;--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-offset:16px;--toastify-toast-top:max(var(--toastify-toast-offset),env(safe-area-inset-top));--toastify-toast-right:max(var(--toastify-toast-offset),env(safe-area-inset-right));--toastify-toast-left:max(var(--toastify-toast-offset),env(safe-area-inset-left));--toastify-toast-bottom:max(var(--toastify-toast-offset),env(safe-area-inset-bottom));--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error);--toastify-color-progress-bgo:0.2}.Toastify__toast-container{box-sizing:border-box;color:#fff;padding:4px;position:fixed;-webkit-transform:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));width:320px;width:var(--toastify-toast-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--top-center{left:50%;top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top);transform:translateX(-50%)}.Toastify__toast-container--top-right{right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--bottom-left{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right)}@media only screen and (max-width:480px){.Toastify__toast-container{left:env(safe-area-inset-left);margin:0;padding:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:env(safe-area-inset-right)}}.Toastify__toast{--y:0;border-radius:6px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;box-sizing:border-box;cursor:default;direction:ltr;display:flex;font-family:sans-serif;font-family:var(--toastify-font-family);justify-content:space-between;margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);overflow:hidden;padding:8px;position:relative;touch-action:none;z-index:0}.Toastify__toast--stacked{position:absolute;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s;width:100%}.Toastify__toast--stacked[data-collapsed] .Toastify__close-button,.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{bottom:100%;content:"";height:calc(var(--g)*1px);left:0;position:absolute;right:0}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{bottom:0;content:"";height:100%;left:0;position:absolute;right:0;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{align-items:center;display:flex;flex:1 1 auto;margin:auto 0;padding:6px}.Toastify__toast-body>div:last-child{flex:1 1;word-break:break-word}.Toastify__toast-icon{display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{animation-duration:.5s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74c3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74c3c;background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:#ffffffb3;background:var(--toastify-color-transparent)}.Toastify__close-button{align-self:flex-start;background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease;z-index:1}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{border-bottom-left-radius:6px;border-bottom-left-radius:var(--toastify-toast-bd-radius);bottom:0;height:100%;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:9999;z-index:var(--toastify-z-index)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{border-bottom-left-radius:0;border-bottom-right-radius:6px;border-bottom-right-radius:var(--toastify-toast-bd-radius);left:auto;right:0;transform-origin:right}.Toastify__progress-bar--wrp{border-bottom-left-radius:6px;border-bottom-left-radius:var(--toastify-toast-bd-radius);bottom:0;height:5px;left:0;position:absolute;width:100%}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{height:100%;opacity:.2;opacity:var(--toastify-color-progress-bgo);width:100%}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{opacity:1;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg)}to{opacity:0;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(-110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-duration:.3s;animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-duration:.3s;animation-name:Toastify__slideOutRight;animation-timing-function:ease-in}.Toastify__slide-exit--top-center{animation-duration:.3s;animation-name:Toastify__slideOutUp;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-center{animation-duration:.3s;animation-name:Toastify__slideOutDown;animation-timing-function:ease-in}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media(min-width:768px){.gb-product-grid{gap:16px;padding:0}.gb-product-grid .product-card{flex-direction:column;height:100%;min-width:248px}.gb-product-grid .product-card .discount-tag{font-size:12px;height:40px;width:39px}.gb-product-grid .product-card .emi-tag{font-size:12px}.gb-product-grid .product-card .product-image{height:136px;max-height:none;object-fit:contain;width:100%}.gb-product-grid .product-card .product-content .product-name{font-size:16px;font-weight:700;line-height:24px}.gb-product-grid .product-card .product-content .product-name,.gb-product-grid .product-card .product-content .seller{-webkit-line-clamp:1;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden;text-overflow:ellipsis;word-break:break-word}.gb-product-grid .product-card .product-content .seller{font-size:12px;line-height:16px}.gb-product-grid .product-card .product-content .delivery-by{font-size:12px}.gb-product-grid .product-card .product-content .price .latest-price{font-size:16px;line-height:24px}.gb-product-grid .product-card .product-content .price .original-price-container .original-price{font-size:14px;line-height:20px}.gb-product-grid .product-card .product-content .btn-container{width:100%}.gb-product-grid .product-card .product-content .btn-container .cart-btn-item-count{display:flex}.gb-product-grid .product-card .product-content .btn-container .add-to-cart-btn{font-size:16px;line-height:24px}}.sticky-header{background-color:#005dac;display:flex;justify-content:space-between;position:sticky;top:0;z-index:11}.sticky-header .left-navigation{align-self:center;background-color:#005dac;padding:8px 16px}.sticky-header .left-navigation .main-logo{cursor:pointer;display:block;object-fit:contain;width:83px}.sticky-header .right-navigation{align-items:center;display:flex;gap:16px;padding-block:12px;padding-right:16px}.sticky-header .right-navigation .menu{cursor:pointer;display:flex;flex-direction:column;gap:8px;justify-content:space-between}.sticky-header .right-navigation .menu .menu-icon{align-self:center;height:24px;object-fit:contain;width:24px}.sticky-header .right-navigation .menu .menu-text{color:#fff;display:none;font-size:12px;text-align:center;white-space:nowrap}.sticky-header .right-navigation .menu:first-child,.sticky-header .right-navigation .menu:nth-child(2),.sticky-header .right-navigation .menu:nth-child(3){display:none}.sticky-header .right-navigation .menu:last-child{align-items:center;border:1px solid #fff;border-radius:40px;flex-direction:row-reverse;gap:9px;padding:4px 12px}.sticky-header .right-navigation .menu:last-child .menu-text{display:block}.sticky-header .right-navigation .menu:last-child .menu-icon{height:16px;object-fit:contain;width:16px}.header-search-bar{background-color:#1c4988;display:flex;padding:0;position:relative;width:100%}.header-search-bar .search-input{background-color:#fff;border-radius:4px 0 0 4px;flex-grow:1;font-size:14px;line-height:20px;padding:11px 12px}.header-search-bar .search-lens{align-items:center;background-color:#fff2ea;border-radius:0 4px 4px 0;cursor:pointer;display:flex;justify-content:center;width:40px}.header-search-bar .search-lens .search-lens-icon{height:24px;object-fit:contain;width:24px}.main-category-strip{align-items:center;background-color:#1c4988;display:flex;flex-direction:column;justify-content:center;padding:8px 16px;transition:opacity .3s ease-in-out 1s,transform .3s ease-in-out 1s;width:100%}.main-category-strip .category-list{display:flex;display:none;gap:32px}.main-category-strip .category-list li{align-items:center;cursor:pointer;display:flex;gap:4px}.main-category-strip .category-list li .category-name{color:#fff;font-size:14px;font-weight:700;white-space:nowrap}.main-category-strip .category-list li .category-down-arrow{height:12px;object-fit:contain;width:12px}.main-category-strip .category-list .category-item{position:relative}.main-category-strip .category-list .active-category:after{background-color:#f60;border-radius:4px;bottom:0;content:"";height:4px;left:0;position:absolute;top:35px;width:100%;z-index:4}.main-category-strip .category-list li.active .category-down-arrow{transform:rotate(180deg)}.main-category-strip .powerby-with-img{align-items:center;display:flex;gap:2px}.main-category-strip .powerby-with-img .powerrd-by-title{color:#fff;font-size:10px;font-weight:800;gap:3px}.main-category-strip .powerby-with-img .powerrd-by-title .powerdby-text{font-size:8px;font-weight:300}.main-category-strip .powerby-with-img .ondc-logo{object-fit:contain;width:11.58px}.header-address-section{align-items:center;background-color:#e5f2ff;cursor:pointer;display:flex;gap:8px;padding:8px;position:relative;transition:opacity .3s ease-in-out 1s,transform .3s ease-in-out 1s;width:100%}.header-address-section .location-icon{flex-shrink:0;height:16px;object-fit:contain;width:16px}.header-address-section .selected-address-and-distance{align-items:center;display:flex;flex-grow:1;gap:4px;justify-content:space-between}.header-address-section .selected-address-and-distance .header-address-text{-webkit-line-clamp:1;-webkit-box-orient:vertical;align-self:center;display:-webkit-box;flex-grow:1;font-size:12px;font-weight:400;height:auto;line-height:16px;overflow:hidden;text-overflow:ellipsis;word-break:break-word}.header-address-section .selected-address-and-distance .header-address-text .header-address-type{font-size:12px;font-weight:700}.header-address-section .selected-address-and-distance .selected-address-distance{background-color:#fff;border-radius:4px;padding:4px 8px}.header-address-section .selected-address-and-distance .selected-address-distance .selected-address-distance-text{font-size:10px;font-weight:700;white-space:nowrap}.header-address-section .header-address-tooltip{background-color:#fff;border:1px solid #cce6ff;border-radius:4px;display:none;font-size:12px;left:0;margin-top:4px;padding:4px 8px;position:absolute;top:100%;white-space:nowrap}.header-address-section:hover .header-address-tooltip{display:block}.header-address-section .address-arrow{margin:auto 0;object-fit:contain;padding:3px 5px}.hide{display:none}.mobile-bottom-menu{background-color:#fff;bottom:0;box-shadow:0 -1px 4px 0 rgba(0,0,0,.078);display:flex;height:68px;justify-content:space-between;position:fixed;width:100%;z-index:11}.mobile-bottom-menu .menu{align-items:center;color:#000;display:flex;flex:1 1;flex-direction:column;flex-grow:1;flex-shrink:0;font-size:10px;justify-content:flex-end;padding-bottom:15.5px;position:relative;text-decoration:none}.mobile-bottom-menu .menu .menu-icon{margin-bottom:7px}.mobile-bottom-menu .menu .item-count{background:#005dac;border-radius:20px;color:#fff;font-weight:700;padding:4px 8px;position:absolute;right:15px;top:5px}.mobile-bottom-menu .menu .name{font-size:10px;font-weight:400}.mobile-bottom-menu .menu.active{position:relative}.mobile-bottom-menu .menu.active:before{background-color:#f50;border-radius:0 0 8px 8px;content:"";height:6px;left:50%;position:absolute;top:0;transform:translateX(-50%);width:75%}.mobile-bottom-menu .menu.active .name{color:#f50}@media(min-width:768px){.sticky-header{padding:20px 24px}.sticky-header .left-navigation{margin-right:0;padding:initial;position:static;width:auto}.sticky-header .left-navigation .main-logo{width:107px}.sticky-header .right-navigation{padding-block:unset;padding-right:0}.sticky-header .right-navigation .menu{display:flex}.sticky-header .right-navigation .menu .item-count{background:#f50;border-radius:20px;color:#fff;font-size:12px;font-weight:700;padding:4px 8px;position:absolute;right:-14px;top:-12px}.sticky-header .right-navigation .menu .profile-div{align-items:center;border:2px solid #d9d9d9;border-radius:50%;color:#fff;display:flex;font-size:12px;font-weight:700;height:24px;justify-content:center;margin:auto;width:24px}.sticky-header .right-navigation .menu:first-child{display:none}.sticky-header .right-navigation .menu:nth-child(3){display:flex}.sticky-header .right-navigation .menu:nth-child(2){display:flex;position:relative}.sticky-header .right-navigation .menu:nth-child(5){display:none}.sticky-header .right-navigation .menu:last-child{align-items:normal;border:initial;border-radius:0;border-radius:initial;flex-direction:column;gap:8px;padding:initial}.sticky-header .right-navigation .menu:last-child .menu-text{display:none}.sticky-header .right-navigation .menu:last-child .menu-icon{height:24px;object-fit:contain;width:24px}.header-search-bar{background-color:#005dac;flex-grow:1;margin:0 35px;position:relative;width:auto}.header-search-bar .search-input,.header-search-bar .search-lens{margin-bottom:0}.main-category-strip{align-items:center;display:flex;flex-direction:row;justify-content:space-between;padding:initial;padding-inline:24px;position:relative}.main-category-strip .category-list{display:flex;gap:16px}.main-category-strip .category-list li .category-name{font-size:12px}.main-category-strip .category-list .category-item{padding:10px 0}.main-category-strip .category-list .active-category:after{top:32px}.main-category-strip .open{transform:rotate(180deg)}.main-category-strip .powerby-with-img{margin-top:0;padding:10px 0}.main-category-strip .powerby-with-img .powerrd-by-title{font-size:12px;font-weight:700;line-height:16px;white-space:nowrap}.main-category-strip .powerby-with-img .powerrd-by-title .powerdby-text{font-size:10px;font-weight:400}.main-category-strip .powerby-with-img .ondc-logo{width:16px}.main-category-strip .header-subcategory-container{left:0;position:absolute;right:0;top:34px;width:100%;z-index:3}.header-address-section{width:100%}.mobile-bottom-menu{display:none}}@media(min-width:1024px){.sticky-header .right-navigation{gap:32px}.sticky-header .right-navigation .menu,.sticky-header .right-navigation .menu .menu-text,.sticky-header .right-navigation .menu:last-child,.sticky-header .right-navigation .menu:last-child .menu-text{display:flex}.header-search-bar{margin-left:16px;margin-right:35px}.main-category-strip{display:flex;flex-direction:row;justify-content:space-between;position:relative}.main-category-strip .category-list{display:flex;gap:32px}.main-category-strip .category-list li .category-name{font-size:14px}.main-category-strip .category-list .active-category:after{top:35px}.main-category-strip .open{transform:rotate(180deg)}.main-category-strip .powerby-with-img .powerrd-by-title{font-size:12px;font-weight:700;line-height:16px;white-space:nowrap}.main-category-strip .powerby-with-img .powerrd-by-title .powerdby-text{font-size:10px;font-weight:400}.main-category-strip .powerby-with-img .ondc-logo{width:16px}.main-category-strip .header-subcategory-container{left:0;position:absolute;right:0;top:38px;width:100%;z-index:3}.header-address-section{align-items:center;border:1px solid #cce6ff;border-radius:8px;display:flex;gap:initial;margin-left:35px;padding:8px 16px;width:232px}.header-address-section>:first-child{margin-right:8px}.header-address-section>:nth-child(2){margin-right:4px}.header-address-section .selected-address-and-distance .header-address-text{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;height:auto;line-height:inherit;line-height:1.2em;margin-top:2px;overflow:hidden;text-overflow:ellipsis;word-break:break-word}.header-address-section .address-arrow{padding:4px 6px}}.small-spinner{animation-duration:1s;animation-iteration-count:infinite;animation-name:spin;animation-timing-function:linear;border:3px solid #c5c4c4;border-radius:50%;border-top-color:#989898;display:inline-block;height:18px;transform:rotate(0deg);width:18px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.spinner-container{align-items:center;background:#fffc;display:flex;flex-direction:column;gap:5px;height:100vh;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:var(--gb-index-spinner-loader)}.spinner-container .loader{display:block;width:120px}.spinner-container .loader #easypay-loader{width:100%}.spinner-container .my-p-loading{font-family:Gill Sans,Gill Sans MT,Calibri,Trebuchet MS,sans-serif;font-size:50px;font-weight:700}.spinner-container .progress{animation:progress 1s linear infinite;background:#6ed1ff;background-image:linear-gradient(-45deg,hsla(0,0%,100%,.267),hsla(0,0%,100%,.267) 25%,#0000 0,#0000 50%,hsla(0,0%,100%,.267) 0,hsla(0,0%,100%,.267) 75%,#0000 0,#0000);background-size:30px;border-radius:12px;height:30px;opacity:.6;width:340px}@keyframes progress{to{background-position-x:30px}}.custom-modal-overlay{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background-color:#1116;bottom:0;left:0;position:fixed;right:0;top:0;z-index:var(--gb-index-overlay)}.custom-modal-overlay .modal-box{background-color:#fff;border-radius:12px 12px 0 0;bottom:0;display:flex;flex-direction:column;max-height:100%;position:absolute;width:100%}.custom-modal-overlay .modal-box .modal-header{display:flex;gap:10px;justify-content:space-between;padding:16px 16px 12px}.custom-modal-overlay .modal-box .modal-header .modal-title{font-size:16px;font-weight:700;line-height:24px}.custom-modal-overlay .modal-box .modal-header .close-btn{align-self:center;background:none;border:0;outline:0}.custom-modal-overlay .modal-box .modal-header .close-btn img{cursor:pointer;display:block;height:16px;object-fit:contain;width:16px}.custom-modal-overlay .modal-box .modal-body{flex:1 1;overflow:auto;padding-inline:16px}.no-overlay-container{background-color:#fff;bottom:0;left:0;position:fixed;right:0;top:0;z-index:var(--gb-index-overlay)}.no-overlay-container .modal-box{display:flex;flex-direction:column;height:100%}.no-overlay-container .modal-box .modal-header{align-items:center;border-bottom:1px solid #eee;display:flex;gap:10px;padding:16px}.no-overlay-container .modal-box .modal-header .modal-title{font-size:16px;font-weight:700;line-height:24px}.no-overlay-container .modal-box .modal-body{flex:1 1;overflow:auto;padding:16px}@media(min-width:768px){.custom-modal-overlay{align-items:center;display:flex;justify-content:center}.custom-modal-overlay .modal-box{border-radius:12px;max-height:calc(100% - 32px);overflow:hidden;overflow:clip;position:static;width:740px}.custom-modal-overlay .modal-box .modal-header{padding:24px 24px 18px}.custom-modal-overlay .modal-box .modal-header .modal-title{font-size:20px}.custom-modal-overlay .modal-box .modal-header .close-btn img{height:20px;width:20px}.custom-modal-overlay .modal-box .modal-body{padding-inline:24px}}.location-instruction-popup-box .modal-box .modal-header{padding:16px 16px 0}.location-instruction-popup-box .modal-box .modal-body{padding:16px}.location-instruction-popup-box .modal-box .modal-body .popup-content{color:#666;line-height:1.6;margin-bottom:15px;text-align:left}.location-instruction-popup-box .modal-box .modal-body .popup-button-group{display:flex;gap:10px;justify-content:center;margin-left:auto;margin-top:15px;max-width:fit-content}.location-instruction-popup-box .modal-box .modal-body .popup-button-group .popup-button{border-radius:30px;cursor:pointer;padding:10px 40px}.location-instruction-popup-box .modal-box .modal-body .popup-button-group .popup-button:disabled{cursor:not-allowed;opacity:.6}.location-instruction-popup-box .modal-box .modal-body .popup-button-group .popup-reject{background-color:#d7d7d7;color:#666}.location-instruction-popup-box .modal-box .modal-body .popup-button-group .popup-accept{background-color:#f50;color:#fff}@media(min-width:768px){.location-instruction-popup-box .modal-box .modal-header{padding:24px 24px 0}.location-instruction-popup-box .modal-box .modal-body{padding:24px}}.custom-modal-overlay.auth-modal .modal-box{background-color:initial;overflow:hidden}.custom-modal-overlay.auth-modal .modal-box .modal-body{padding-inline:0}.auth-modal .auth-container .auth-banner{background-repeat:no-repeat;background-size:cover;margin-bottom:-12px}.auth-modal .auth-container .auth-banner.auth-banner-mob{height:95px}.auth-modal .auth-container .auth-banner.auth-banner-desk{display:none}.auth-modal .auth-container .steps{background-color:#fff;border-radius:12px 12px 0 0}.auth-modal .auth-container .steps .steps-header{display:flex;gap:10px;justify-content:space-between;padding:16px 16px 8px}.auth-modal .auth-container .steps .steps-header .steps-title{font-size:16px;font-weight:700}.auth-modal .auth-container .steps .steps-header .close-btn{align-self:flex-start;background:none;border:0;outline:0}.auth-modal .auth-container .steps .steps-header .close-btn img{cursor:pointer;height:16px;object-fit:contain;width:16px}@media(min-width:768px){.custom-modal-overlay.auth-modal .modal-box{width:auto}.auth-modal .auth-container{display:flex;flex-direction:row}.auth-modal .auth-container .auth-banner{margin-bottom:0;margin-right:-24px}.auth-modal .auth-container .auth-banner.auth-banner-mob{display:none}.auth-modal .auth-container .auth-banner.auth-banner-desk{display:block;flex-shrink:0;min-height:362px;width:331px}.auth-modal .auth-container .steps{border-radius:12px;display:flex;flex-direction:column;width:433px}.gb-product-grid{gap:16px;padding:0}.gb-product-grid .product-card{flex-direction:column;height:100%;min-width:248px}.gb-product-grid .product-card .discount-tag{font-size:12px;height:40px;width:39px}.gb-product-grid .product-card .emi-tag{font-size:12px}.gb-product-grid .product-card .product-image{height:136px;max-height:none;object-fit:contain;width:100%}.gb-product-grid .product-card .product-content .product-name{font-size:16px;font-weight:700;line-height:24px}.gb-product-grid .product-card .product-content .product-name,.gb-product-grid .product-card .product-content .seller{-webkit-line-clamp:1;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden;text-overflow:ellipsis;word-break:break-word}.gb-product-grid .product-card .product-content .seller{font-size:12px;line-height:16px}.gb-product-grid .product-card .product-content .delivery-by{font-size:12px}.gb-product-grid .product-card .product-content .price .latest-price{font-size:16px;line-height:24px}.gb-product-grid .product-card .product-content .price .original-price-container .original-price{font-size:14px;line-height:20px}.gb-product-grid .product-card .product-content .btn-container{width:100%}.gb-product-grid .product-card .product-content .btn-container .cart-btn-item-count{display:flex}.gb-product-grid .product-card .product-content .btn-container .add-to-cart-btn{font-size:16px;line-height:24px}}.login-page .login-container{margin:0 16px 16px}@media(min-width:750px){.login-page .login-container{margin:24px 24px 16px}}.login-page .login-container .gb-input-group .gb-input-container .gb-input-field:focus~.gb-input-label,.login-page .login-container .gb-input-group .gb-input-container .gb-input-field:not(:placeholder-shown)~.gb-input-label{top:5px}.login-page .login-container .gb-input-group .gb-input-container .spam-badge{background-color:#cce6ff;color:green;font-size:12px;padding:4px;position:absolute;right:10px;top:50%;transform:translateY(-50%)}.login-page .login-container .gb-input-group .gb-input-container .spam-badge img{padding-right:2px;vertical-align:top}.login-page .login-container .gb-input-group .mobile-validation{align-items:baseline;color:#cc293b;display:flex;font-size:12px;gap:4px;line-height:15px;padding-left:16px;padding-top:0}.login-page .login-container .consents-container{background-color:#f0f8ff;border-radius:8px;display:flex;flex-direction:column;gap:16px;margin-top:21px;padding:12px 8px}.login-page .login-container .consents-container .select-all-container .input-container{align-items:center;background:#fff;border-radius:4px;display:flex;gap:8px;padding:8px}.login-page .login-container .consents-container .select-all-container .input-container input[type=checkbox]{border:1px solid #666;border-radius:3px;cursor:pointer;flex-shrink:0;height:16px;position:relative;width:16px}.login-page .login-container .consents-container .select-all-container .input-container input[type=checkbox]:checked{accent-color:#f50;background-color:#f50}.login-page .login-container .consents-container .select-all-container .input-container label{color:#111;cursor:pointer;font-size:14px;font-weight:700;line-height:20px}.login-page .login-container .consents-container .checkbox-container{display:flex;flex-direction:column;gap:16px}.login-page .login-container .consents-container .checkbox-container .checkbox-row{display:flex;flex-direction:column}.login-page .login-container .consents-container .checkbox-container .checkbox-row .input-container{align-items:flex-start;display:flex;gap:8px;padding-left:16px}.login-page .login-container .consents-container .checkbox-container .checkbox-row .input-container input[type=checkbox]{border:1px solid #666;border-radius:3px;cursor:pointer;flex-shrink:0;height:16px;margin-top:2px;position:relative;width:16px}.login-page .login-container .consents-container .checkbox-container .checkbox-row .input-container input[type=checkbox]:checked{accent-color:#f50;background-color:#f50}.login-page .login-container .consents-container .checkbox-container .checkbox-row .input-container label{color:#666;flex:1 1;font-size:12px;line-height:16px}.login-page .login-container .consents-container .checkbox-container .checkbox-row .input-container label .link{color:#f50;cursor:pointer;font-weight:700;text-decoration:none}.login-page .login-container .consents-container .checkbox-container .checkbox-row .input-container label .whats-app-name{align-items:center;display:flex;flex-wrap:nowrap;font-size:11px;font-weight:700;gap:4px}.login-page .login-container .consents-container .checkbox-container .checkbox-row .input-container label .whats-app-name .whats-app{object-fit:contain;width:14px}.login-page .login-container .consents-container .checkbox-container .checkbox-row .checkbox-validation{color:#cc293b;font-size:12px;line-height:15px;padding-left:24px;padding-top:8px}.login-page .login-container .get-otp-btn{background-color:#f50;border:1px solid #f50;border-radius:20px;color:#fff;cursor:pointer;font-size:16px;font-weight:700;margin-top:24px;padding-block:10.5px;white-space:nowrap;width:100%}.login-page .certification-container{margin-top:42px}@media(max-width:750px){.login-page .certification-container{margin-top:0}}@media(min-width:768px){.gb-product-grid{gap:16px;padding:0}.gb-product-grid .product-card{flex-direction:column;height:100%;min-width:248px}.gb-product-grid .product-card .discount-tag{font-size:12px;height:40px;width:39px}.gb-product-grid .product-card .emi-tag{font-size:12px}.gb-product-grid .product-card .product-image{height:136px;max-height:none;object-fit:contain;width:100%}.gb-product-grid .product-card .product-content .product-name{font-size:16px;font-weight:700;line-height:24px}.gb-product-grid .product-card .product-content .product-name,.gb-product-grid .product-card .product-content .seller{-webkit-line-clamp:1;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden;text-overflow:ellipsis;word-break:break-word}.gb-product-grid .product-card .product-content .seller{font-size:12px;line-height:16px}.gb-product-grid .product-card .product-content .delivery-by{font-size:12px}.gb-product-grid .product-card .product-content .price .latest-price{font-size:16px;line-height:24px}.gb-product-grid .product-card .product-content .price .original-price-container .original-price{font-size:14px;line-height:20px}.gb-product-grid .product-card .product-content .btn-container{width:100%}.gb-product-grid .product-card .product-content .btn-container .cart-btn-item-count{display:flex}.gb-product-grid .product-card .product-content .btn-container .add-to-cart-btn{font-size:16px;line-height:24px}}.otp-container{padding:8px 16px 16px;width:100%}@media(min-width:750px){.otp-container{padding:8px 24px 24px}}.otp-container .notification-row{align-items:flex-end;display:flex;gap:16px;margin-bottom:16px}@media(min-width:750px){.otp-container .notification-row{gap:100px}}.otp-container .notification-row p{font-size:12px;line-height:16px;margin-right:auto}.otp-container .notification-row button{color:#f50;cursor:pointer;font-size:12px;font-weight:700;line-height:16px;white-space:nowrap}.otp-container .otp-input-container{border-radius:4px;display:flex;justify-content:space-between}.otp-container .otp-input-container .otp-input{background:#fff5e5;border:1px solid #aaa;border-radius:4px;font-size:16px;font-weight:700;outline:2px solid #0000;padding:16px;text-align:left;width:43px}.otp-container .otp-input-container .otp-input:focus-within{background-color:#f2f9ff;border:1px solid #005dac;outline:2px solid #ccdfee}.otp-container .otp-input-container .otp-input.otp-error{background-color:#fff2f4;border:1px solid #cc293b;outline:2px solid #f2c9ce}.otp-container .otp-error-validation{align-items:baseline;color:#cc293b;display:flex;font-size:12px;gap:4px;line-height:15px;padding-left:16px;padding-top:4px}.otp-container .get-otp-btn{background-color:#f50;border:1px solid #f50;border-radius:20px;color:#fff;cursor:pointer;font-size:16px;font-weight:700;margin-top:24px;padding-block:10.5px;white-space:nowrap;width:100%}.otp-container .otp-resend{color:#aaa;display:flex;font-size:14px;justify-content:center;margin-top:12px}.otp-container .otp-resend-text span{color:#111;font-weight:900}.otp-container .resend-btn{color:#f50;cursor:pointer;display:block;font-size:12px;font-weight:700}.otp-certificate-container{margin-top:28px}@media(max-width:750px){.otp-certificate-container{margin-top:0}}@media(min-width:768px){.gb-product-grid{gap:16px;padding:0}.gb-product-grid .product-card{flex-direction:column;height:100%;min-width:248px}.gb-product-grid .product-card .discount-tag{font-size:12px;height:40px;width:39px}.gb-product-grid .product-card .emi-tag{font-size:12px}.gb-product-grid .product-card .product-image{height:136px;max-height:none;object-fit:contain;width:100%}.gb-product-grid .product-card .product-content .product-name{font-size:16px;font-weight:700;line-height:24px}.gb-product-grid .product-card .product-content .product-name,.gb-product-grid .product-card .product-content .seller{-webkit-line-clamp:1;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden;text-overflow:ellipsis;word-break:break-word}.gb-product-grid .product-card .product-content .seller{font-size:12px;line-height:16px}.gb-product-grid .product-card .product-content .delivery-by{font-size:12px}.gb-product-grid .product-card .product-content .price .latest-price{font-size:16px;line-height:24px}.gb-product-grid .product-card .product-content .price .original-price-container .original-price{font-size:14px;line-height:20px}.gb-product-grid .product-card .product-content .btn-container{width:100%}.gb-product-grid .product-card .product-content .btn-container .cart-btn-item-count{display:flex}.gb-product-grid .product-card .product-content .btn-container .add-to-cart-btn{font-size:16px;line-height:24px}}.register-container{padding:0 16px 16px}.register-container .enter-full-name-text{font-size:14px;font-weight:400;line-height:20px;margin-bottom:16px}.register-container .register-validation-text{align-items:baseline;color:#cc293b;display:flex;font-size:12px;gap:4px;line-height:15px;padding-left:4px;padding-top:4px}.register-container .get-register-btn{background-color:#f50;border:1px solid #f50;border-radius:20px;color:#fff;cursor:pointer;font-size:16px;font-weight:700;margin-top:24px;padding-block:10.5px;white-space:nowrap;width:100%}@media(min-width:768px){.register-container .enter-full-name-text{line-height:16px;margin-bottom:24px}}.certification{align-items:center;background-color:#f4f4f4;color:#111;display:flex;font-size:10px;gap:8px;justify-content:center;line-height:16px;padding-block:4px}@media(min-width:750px){.certification{border-radius:0 0 12px 12px;margin-top:auto;width:100%}}.certification .item-container{align-items:center;display:flex;gap:4px}.certification .item-container .iso{object-fit:contain;width:24px}.certification .item-container .safe{object-fit:contain;width:16px}.certification .divider{border-left:.5px solid #aaa;height:20px}@media(min-width:768px){.gb-product-grid{gap:16px;padding:0}.gb-product-grid .product-card{flex-direction:column;height:100%;min-width:248px}.gb-product-grid .product-card .discount-tag{font-size:12px;height:40px;width:39px}.gb-product-grid .product-card .emi-tag{font-size:12px}.gb-product-grid .product-card .product-image{height:136px;max-height:none;object-fit:contain;width:100%}.gb-product-grid .product-card .product-content .product-name{font-size:16px;font-weight:700;line-height:24px}.gb-product-grid .product-card .product-content .product-name,.gb-product-grid .product-card .product-content .seller{-webkit-line-clamp:1;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden;text-overflow:ellipsis;word-break:break-word}.gb-product-grid .product-card .product-content .seller{font-size:12px;line-height:16px}.gb-product-grid .product-card .product-content .delivery-by{font-size:12px}.gb-product-grid .product-card .product-content .price .latest-price{font-size:16px;line-height:24px}.gb-product-grid .product-card .product-content .price .original-price-container .original-price{font-size:14px;line-height:20px}.gb-product-grid .product-card .product-content .btn-container{width:100%}.gb-product-grid .product-card .product-content .btn-container .cart-btn-item-count{display:flex}.gb-product-grid .product-card .product-content .btn-container .add-to-cart-btn{font-size:16px;line-height:24px}}.custom-modal-overlay.select-location-modal .modal-box .modal-body{padding-inline:0}.custom-modal-overlay.select-location-modal .select-location-content{display:flex;flex-direction:column}.custom-modal-overlay.select-location-modal .select-location-content .search-map-content{display:flex;flex:1 1;flex-direction:column;position:relative}.custom-modal-overlay.select-location-modal .select-location-content .search-map-content .add-address-search{background:#fff;border:1px solid #eee;border-radius:4px;display:flex;margin-inline:16px;padding:11px 12px;position:absolute;top:12px;width:calc(100% - 32px);z-index:15;z-index:var(--gb-index-add-address-search)}.custom-modal-overlay.select-location-modal .select-location-content .search-map-content .add-address-search .search-icon{margin-right:10px;object-fit:contain;width:20px}.custom-modal-overlay.select-location-modal .select-location-content .search-map-content .add-address-search .search-input{border:none;font-size:14px;line-height:20px;outline:none;width:100%}.custom-modal-overlay.select-location-modal .select-location-content .search-map-content .add-address-search .close-btn{background-color:#eee;border-radius:10px;cursor:pointer;height:20px;object-fit:contain;padding:4px;width:20px}.custom-modal-overlay.select-location-modal .select-location-content .search-map-content .suggestions-dropdown{background:#fff;border:1px solid #eee;left:0;max-height:300px;overflow-y:auto;position:absolute;text-align:left;top:45px;width:100%;z-index:15;z-index:var(--gb-index-overlay)}.custom-modal-overlay.select-location-modal .select-location-content .search-map-content .suggestions-dropdown .suggestion-item{background:#fff;border:1px solid #eee;cursor:pointer;font-size:14px;font-weight:700;padding:12px 24px;text-align:left;transition:background .3s}.custom-modal-overlay.select-location-modal .select-location-content .search-map-content .suggestions-dropdown .suggestion-item:hover{background:#f5f5f5}.custom-modal-overlay.select-location-modal .select-location-content .search-map-content .confirm-map-container{display:flex;flex:1 1}.custom-modal-overlay.select-location-modal .select-location-content .search-map-content .confirm-map-container .map_style{min-height:400px;width:100%}.custom-modal-overlay.select-location-modal .select-location-content .search-map-content .confirm-current{background-color:#fff;border:1px solid #f50;border-radius:87px;bottom:24px;cursor:pointer;display:flex;gap:8px;left:50%;padding:10px 16px 10px 8px;position:absolute;transform:translateX(-50%);-webkit-user-select:none;user-select:none;white-space:nowrap}.custom-modal-overlay.select-location-modal .select-location-content .search-map-content .confirm-current .current-location{align-items:center;color:#f50;display:flex;font-size:14px;font-weight:700;gap:4px;line-height:20px}.custom-modal-overlay.select-location-modal .select-location-content .search-map-content .confirm-current .current-location img{height:20px;object-fit:contain;width:20px}.custom-modal-overlay.select-location-modal .select-location-content .search-map-content .confirm-current .current-location p{cursor:pointer}.custom-modal-overlay.select-location-modal .select-location-content .search-map-content .confirm-current p{font-size:14px}.custom-modal-overlay.select-location-modal .select-location-content .address-info{display:flex;flex-direction:column;gap:16px;padding:16px 16px 0}.custom-modal-overlay.select-location-modal .select-location-content .address-info .confirm-location-container .title-container{display:flex;flex-direction:column;gap:12px;margin-bottom:16px}.custom-modal-overlay.select-location-modal .select-location-content .address-info .confirm-location-container .title-container h4{font-size:16px;font-weight:700;line-height:24px}.custom-modal-overlay.select-location-modal .select-location-content .address-info .confirm-location-container .title-container p{font-size:14px;line-height:20px}.custom-modal-overlay.select-location-modal .select-location-content .address-info .confirm-location-container .confirm-btn{background-color:#f50;border:1px solid #f50;border-radius:87px;color:#fff;cursor:pointer;font-size:16px;font-weight:700;padding-block:12px;padding-inline:24px;white-space:nowrap;width:100%}.custom-modal-overlay.select-location-modal .select-location-content .address-info .selected-address-list .saved-add-title{color:#666;font-size:14px;font-weight:700;line-height:20px;margin-bottom:8px}.custom-modal-overlay.select-location-modal .select-location-content .address-info .selected-address-list .address-grid{display:flex;flex-direction:column;gap:16px;margin-bottom:24px}.custom-modal-overlay.select-location-modal .select-location-content .address-info .add-address{border-block:1px solid #eee;color:#f50;cursor:pointer;font-size:14px;font-weight:700;line-height:20px;padding-block:12px;text-align:left;text-decoration:none}@media(min-width:768px){.custom-modal-overlay.select-location-modal .modal-box{height:calc(100% - 32px);width:77.5%}.custom-modal-overlay.select-location-modal .modal-box .modal-body{padding-inline:24px}.custom-modal-overlay.select-location-modal .select-location-content{flex-direction:row;gap:24px;height:calc(100% - 24px)}.custom-modal-overlay.select-location-modal .select-location-content .search-map-content{gap:16px}.custom-modal-overlay.select-location-modal .select-location-content .search-map-content .add-address-search{margin-inline:0;position:static;width:auto;z-index:auto}.custom-modal-overlay.select-location-modal .select-location-content .search-map-content .confirm-map-container .map_style{min-height:0;min-height:auto}.custom-modal-overlay.select-location-modal .select-location-content .address-info{height:100%;max-width:42%;overflow:auto;padding:0;width:342px}}.no-address-container{background:#fff;border:1px solid #eee;display:flex;gap:16px;left:0;max-height:300px;overflow-y:auto;padding:16px;position:absolute;text-align:left;top:50px;width:100%;z-index:var(--gb-index-overlay)}.no-address-container .no-add-image{height:72px;object-fit:contain;width:72px}.no-address-container .text-container h4{font-size:14px;font-weight:700;line-height:20px;margin-bottom:4px}.no-address-container .text-container p{font-size:12px;line-height:16px}@media(min-width:768px){.gb-product-grid{gap:16px;padding:0}.gb-product-grid .product-card{flex-direction:column;height:100%;min-width:248px}.gb-product-grid .product-card .discount-tag{font-size:12px;height:40px;width:39px}.gb-product-grid .product-card .emi-tag{font-size:12px}.gb-product-grid .product-card .product-image{height:136px;max-height:none;object-fit:contain;width:100%}.gb-product-grid .product-card .product-content .product-name{font-size:16px;font-weight:700;line-height:24px}.gb-product-grid .product-card .product-content .product-name,.gb-product-grid .product-card .product-content .seller{-webkit-line-clamp:1;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden;text-overflow:ellipsis;word-break:break-word}.gb-product-grid .product-card .product-content .seller{font-size:12px;line-height:16px}.gb-product-grid .product-card .product-content .delivery-by{font-size:12px}.gb-product-grid .product-card .product-content .price .latest-price{font-size:16px;line-height:24px}.gb-product-grid .product-card .product-content .price .original-price-container .original-price{font-size:14px;line-height:20px}.gb-product-grid .product-card .product-content .btn-container{width:100%}.gb-product-grid .product-card .product-content .btn-container .cart-btn-item-count{display:flex}.gb-product-grid .product-card .product-content .btn-container .add-to-cart-btn{font-size:16px;line-height:24px}}.address-card{border:1px solid #eee;border-radius:8px;color:#111;padding:18px 12px 16px 16px;position:relative}.address-card .address-tag{background-color:#005dac;border-top-left-radius:8px;clip-path:polygon(0 0,100% 0,calc(100% - 14px) 100%,0 100%);color:#fff;font-size:10px;font-weight:400;left:0;padding:2px 16px 2px 8px;position:absolute;top:0}.address-card .card-header-container{font-weight:700;justify-content:space-between;margin-bottom:4px;position:relative}.address-card .card-header-container,.address-card .card-header-container .radio-header{align-items:center;display:flex;gap:8px}.address-card .card-header-container .radio-header .radio-container{flex-shrink:0}.address-card .card-header-container .radio-header .radio-container input[type=radio]{display:none}.address-card .card-header-container .radio-header .radio-container .custom-radio{border:1px solid #f50;border-radius:50%;display:block;height:16px;position:relative;width:16px}.address-card .card-header-container .radio-header .radio-container input[type=radio]:checked+.custom-radio:after{background:#f50;border-radius:50%;content:"";height:9px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:9px}.address-card .card-header-container .radio-header .card-header{display:flex;flex:1 1}.address-card .card-header-container .radio-header .card-header .name{font-size:14px;line-height:20px;margin-bottom:0;word-break:break-all}.address-card .card-header-container .radio-header .card-header>span{align-items:center;display:flex;font-size:12px}.address-card .card-header-container .radio-header .card-header>span:before{color:inherit;content:"•";display:inline-block;font-size:4px;margin:0 4px}.address-card .card-header-container .radio-header .card-header>span .type{background-color:#fdc;border-radius:2px;padding:2px 6px}.address-card .address{line-height:16px;overflow:hidden;word-break:break-all}.address-card .add-contact,.address-card .address{font-size:12px;font-weight:400}.selected-add{border:1px solid #f50}.not-serviceable-add{background:#eee;color:#666;filter:grayscale(1);pointer-events:none}.delete-address-modal .delete-address-content{margin-bottom:12px}.delete-address-modal .delete-address-content .popup-button-group{display:flex;gap:10px;justify-content:center;margin-left:auto;margin-top:15px;max-width:fit-content}.delete-address-modal .delete-address-content .popup-button-group .popup-button{padding-inline:40px}.delete-address-modal .delete-address-content .popup-button-group .popup-reject{border:1px solid #f50;border-radius:4px;border-radius:20px;color:#f50;cursor:pointer;font-size:16px;font-weight:700;padding-block:8px;white-space:nowrap}.delete-address-modal .delete-address-content .popup-button-group .popup-accept{background-color:#f50;border:1px solid #f50;border-radius:4px;border-radius:20px;color:#fff;cursor:pointer;font-size:16px;font-weight:700;padding-block:8px;white-space:nowrap}.custom-modal-overlay.address-modal .modal-box .modal-body{padding-inline:0}@media(min-width:768px){.custom-modal-overlay.address-modal .modal-box{height:calc(100% - 32px);width:77.5%}.custom-modal-overlay.address-modal .modal-box .modal-body{padding-inline:24px}.gb-product-grid{gap:16px;padding:0}.gb-product-grid .product-card{flex-direction:column;height:100%;min-width:248px}.gb-product-grid .product-card .discount-tag{font-size:12px;height:40px;width:39px}.gb-product-grid .product-card .emi-tag{font-size:12px}.gb-product-grid .product-card .product-image{height:136px;max-height:none;object-fit:contain;width:100%}.gb-product-grid .product-card .product-content .product-name{font-size:16px;font-weight:700;line-height:24px}.gb-product-grid .product-card .product-content .product-name,.gb-product-grid .product-card .product-content .seller{-webkit-line-clamp:1;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden;text-overflow:ellipsis;word-break:break-word}.gb-product-grid .product-card .product-content .seller{font-size:12px;line-height:16px}.gb-product-grid .product-card .product-content .delivery-by{font-size:12px}.gb-product-grid .product-card .product-content .price .latest-price{font-size:16px;line-height:24px}.gb-product-grid .product-card .product-content .price .original-price-container .original-price{font-size:14px;line-height:20px}.gb-product-grid .product-card .product-content .btn-container{width:100%}.gb-product-grid .product-card .product-content .btn-container .cart-btn-item-count{display:flex}.gb-product-grid .product-card .product-content .btn-container .add-to-cart-btn{font-size:16px;line-height:24px}}.add-address-content{display:flex;flex-direction:column}.add-address-content .search-map-content{display:flex;flex:1 1;flex-direction:column;position:relative}.add-address-content .search-map-content .add-address-search{background:#fff;border:1px solid #eee;border-radius:4px;display:flex;margin-inline:16px;padding:11px 12px;position:absolute;top:12px;width:calc(100% - 32px);z-index:15;z-index:var(--gb-index-add-address-search)}.add-address-content .search-map-content .add-address-search .search-icon{margin-right:10px;object-fit:contain;width:20px}.add-address-content .search-map-content .add-address-search .search-input{border:none;font-size:14px;line-height:20px;outline:none;width:100%}.add-address-content .search-map-content .add-address-search .close-btn{background-color:#eee;border-radius:10px;cursor:pointer;height:20px;object-fit:contain;padding:4px;width:20px}.add-address-content .search-map-content .suggestions-dropdown{background:#fff;border:1px solid #eee;left:0;max-height:300px;overflow-y:auto;position:absolute;text-align:left;top:45px;width:100%;z-index:15;z-index:var(--gb-index-overlay)}.add-address-content .search-map-content .suggestions-dropdown .suggestion-item{background:#fff;border:1px solid #eee;cursor:pointer;font-size:14px;font-weight:700;padding:12px 24px;text-align:left;transition:background .3s}.add-address-content .search-map-content .suggestions-dropdown .suggestion-item:hover{background:#f5f5f5}.add-address-content .search-map-content .confirm-map-container{display:flex;flex:1 1}.add-address-content .search-map-content .confirm-map-container .map_style{min-height:400px;width:100%}.add-address-content .search-map-content .confirm-current{background-color:#fff;border:1px solid #f50;border-radius:87px;bottom:24px;cursor:pointer;display:flex;gap:8px;left:50%;padding:10px 16px 10px 8px;position:absolute;transform:translateX(-50%);-webkit-user-select:none;user-select:none;white-space:nowrap}.add-address-content .search-map-content .confirm-current .current-location{align-items:center;color:#f50;display:flex;font-size:14px;font-weight:700;gap:4px;line-height:20px}.add-address-content .search-map-content .confirm-current .current-location img{height:20px;object-fit:contain;width:20px}.add-address-content .search-map-content .confirm-current .current-location p{cursor:pointer}.add-address-content .search-map-content .confirm-current p{font-size:14px}.add-address-content .address-info{display:flex;flex-direction:column;gap:16px;padding:16px 16px 0}.add-address-content .address-info .confirm-location-container .title-container{display:flex;flex-direction:column;gap:12px;margin-bottom:16px}.add-address-content .address-info .confirm-location-container .title-container h4{font-size:16px;font-weight:700;line-height:24px}.add-address-content .address-info .confirm-location-container .title-container p{font-size:14px;line-height:20px}.add-address-content .address-info .confirm-location-container .confirm-btn{background-color:#f50;border:1px solid #f50;border-radius:87px;color:#fff;cursor:pointer;font-size:16px;font-weight:700;margin-bottom:16px;padding-block:12px;padding-inline:24px;white-space:nowrap;width:100%}.add-address-content .address-info .address-form-container{display:flex;flex-direction:column;height:calc(100% - 35px)}.add-address-content .address-info .address-form-container .address-form-title{font-size:16px;font-weight:700;line-height:24px;margin-bottom:16px}.add-address-content .address-info .address-form-container .address-content{max-height:calc(100% - 66px);overflow-y:auto}.add-address-content .address-info .address-form-container .address-content .selected-location-container{background-color:#f4f4f4;border-radius:8px;margin-bottom:16px;padding:12px}.add-address-content .address-info .address-form-container .address-content .selected-location-container .selected-location-label{align-items:center;display:flex;gap:10px;margin-bottom:8px}.add-address-content .address-info .address-form-container .address-content .selected-location-container .selected-location-label .bulls-eye{height:20px;object-fit:contain;width:20px}.add-address-content .address-info .address-form-container .address-content .selected-location-container .selected-location-label .label-text{color:#f50;font-size:18px;font-weight:700;line-height:24px}.add-address-content .address-info .address-form-container .address-content .selected-location-container .selected-location-address{font-size:14px;line-height:20px}.add-address-content .address-info .address-form-container .address-content .address-details{border-bottom:1px solid #eee;display:flex;flex-direction:column;gap:16px;margin-bottom:16px;padding-bottom:16px}.add-address-content .address-info .address-form-container .address-content .address-details p{font-size:14px;font-weight:700}.add-address-content .address-info .address-form-container .address-content .address-details .input-validation{color:#cc293b;font-size:12px;line-height:15px;padding-left:0;padding-top:4px}.add-address-content .address-info .address-form-container .address-content .address-type-container{display:flex;gap:8px;padding-bottom:8px}.add-address-content .address-info .address-form-container .address-content .address-type-container .address-btn{align-items:self-end;border:1px solid #aaa;border-radius:15px;color:#aaa;cursor:pointer;display:flex;gap:2px;padding:6px 12px}.add-address-content .address-info .address-form-container .address-content .address-type-container .address-btn .img-container{align-items:center;display:flex;height:16px;justify-content:center;width:16px}.add-address-content .address-info .address-form-container .address-content .address-type-container .address-btn .img-container img{filter:grayscale(100%);object-fit:contain}.add-address-content .address-info .address-form-container .address-content .address-type-container .address-btn .img-container .icon-selected{filter:none}.add-address-content .address-info .address-form-container .address-content .address-type-container .address-btn p{font-size:12px}.add-address-content .address-info .address-form-container .address-content .address-type-container .address-btn.selected{border:1px solid #f50;color:#f50}.add-address-content .address-info .address-form-container .address-content .address-type-container .address-btn.selected .img-container img{filter:brightness(0) saturate(100%) invert(42%) sepia(97%) saturate(1643%) hue-rotate(4deg) brightness(101%) contrast(103%)}.add-address-content .address-info .address-form-container .address-content .custom-type{padding:8px 0}.add-address-content .address-info .address-form-container .address-content .default-checkbox-container{padding-top:8px}.add-address-content .address-info .address-form-container .address-content .default-checkbox-container .checkbox-label{align-items:center;display:flex;font-size:14px;gap:8px}.add-address-content .address-info .address-form-container .address-content .default-checkbox-container .custom-checkbox{accent-color:#f50;cursor:pointer}.add-address-content .address-info .address-form-container .address-content .input-validation{color:#cc293b;font-size:12px;font-weight:700;line-height:15px;padding-left:0;padding-top:4px}.add-address-content .address-info .address-form-container .address-form-btn-container{background-color:#fff;bottom:0;display:flex;gap:16px;padding-block:16px;position:sticky}.add-address-content .address-info .address-form-container .address-form-btn-container .cancel-btn{border:1px solid #f50;border-radius:87px;color:#f50;cursor:pointer;display:inline;flex:1 1;font-size:16px;font-weight:700;padding-block:10.5px;white-space:nowrap}.add-address-content .address-info .address-form-container .address-form-btn-container .confirm-btn{background-color:#f50;border:1px solid #f50;border-radius:87px;color:#fff;cursor:pointer;flex:1 1;font-size:16px;font-weight:700;padding-block:10.5px;white-space:nowrap;width:100%}@media(min-width:768px){.add-address-content{flex-direction:row;gap:24px;height:calc(100% - 24px)}.add-address-content .search-map-content{gap:16px}.add-address-content .search-map-content .add-address-search{margin-inline:0;position:static;width:auto;z-index:auto}.add-address-content .search-map-content .confirm-map-container .map_style{min-height:0;min-height:auto}.add-address-content .address-info{height:100%;max-width:42%;overflow:hidden;padding:0;width:342px}.add-address-content .address-info .confirm-location-container .title-container{gap:16px}.add-address-content .address-info .hidden-confirm-location-container{display:none}.add-address-content .address-info .address-form-container{height:100%;padding:0}.add-address-content .address-info .address-form-container .address-form-title{display:block}.add-address-content .address-info .address-form-container .address-content{flex-grow:1;height:200px}.add-address-content .address-info .address-form-container .address-form-btn-container{padding-bottom:0}}.dropdown-menu-container{position:relative}.dropdown-menu-container .menu-icon{cursor:pointer;object-fit:contain;width:20px}.dropdown-menu-container .dropdown-menu{background-color:#fff;border:1px solid #eee;border-radius:4px;box-shadow:0 0 2px 1px #eee;padding:4px 12px;position:absolute;right:5px;top:27px;width:137px;z-index:1}.dropdown-menu-container .dropdown-menu button{align-items:center;border-bottom:1px solid #eee;cursor:pointer;display:flex;font-size:14px;gap:8px;line-height:20px;padding-block:8px;transform:scale(1);transition:all 5ms;width:100%}.dropdown-menu-container .dropdown-menu button:hover{font-weight:500;transform:scale(1.05)}.dropdown-menu-container .dropdown-menu button:last-child{border-bottom:0}.dropdown-menu-container .dropdown-menu button .img-container{height:20px;width:20px}.dropdown-menu-container .dropdown-menu button .img-container .action-icon{height:100%;object-fit:contain;width:100%}@media(min-width:768px){.gb-product-grid{gap:16px;padding:0}.gb-product-grid .product-card{flex-direction:column;height:100%;min-width:248px}.gb-product-grid .product-card .discount-tag{font-size:12px;height:40px;width:39px}.gb-product-grid .product-card .emi-tag{font-size:12px}.gb-product-grid .product-card .product-image{height:136px;max-height:none;object-fit:contain;width:100%}.gb-product-grid .product-card .product-content .product-name{font-size:16px;font-weight:700;line-height:24px}.gb-product-grid .product-card .product-content .product-name,.gb-product-grid .product-card .product-content .seller{-webkit-line-clamp:1;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden;text-overflow:ellipsis;word-break:break-word}.gb-product-grid .product-card .product-content .seller{font-size:12px;line-height:16px}.gb-product-grid .product-card .product-content .delivery-by{font-size:12px}.gb-product-grid .product-card .product-content .price .latest-price{font-size:16px;line-height:24px}.gb-product-grid .product-card .product-content .price .original-price-container .original-price{font-size:14px;line-height:20px}.gb-product-grid .product-card .product-content .btn-container{width:100%}.gb-product-grid .product-card .product-content .btn-container .cart-btn-item-count{display:flex}.gb-product-grid .product-card .product-content .btn-container .add-to-cart-btn{font-size:16px;line-height:24px}}.replace-product-popup .modal-box .modal-header{padding:16px}.replace-product-popup .modal-box .modal-body{padding-bottom:16px}.replace-product-popup .modal-box .modal-body .popup-content{color:#666;font-size:14px;font-weight:400;line-height:20px;margin-bottom:16px}.replace-product-popup .modal-box .modal-body .popup-content span{font-weight:700}.replace-product-popup .modal-box .modal-body .popup-button-group{display:flex;gap:8px;justify-content:center}.replace-product-popup .modal-box .modal-body .popup-button-group .popup-button{cursor:pointer;width:100%}.replace-product-popup .modal-box .modal-body .popup-button-group .popup-button:disabled{cursor:not-allowed;opacity:.6}.replace-product-popup .modal-box .modal-body .popup-button-group .popup-reject{border:1px solid #f50;border-radius:32px;color:#f50;cursor:pointer;font-size:16px;font-weight:700;padding-block:10px;white-space:nowrap}.replace-product-popup .modal-box .modal-body .popup-button-group .popup-accept{background-color:#f50;border:1px solid #f50;border-radius:32px;color:#fff;cursor:pointer;font-size:16px;font-weight:700;padding-block:10px;white-space:nowrap}@media(min-width:768px){.replace-product-popup .modal-box{width:540px}.replace-product-popup .modal-box .modal-header{padding:24px 24px 16px}.replace-product-popup .modal-box .modal-body{padding:0 24px 24px}.replace-product-popup .modal-box .modal-body .popup-content{font-size:20px;line-height:24px;margin-bottom:24px}.replace-product-popup .modal-box .modal-body .popup-button-group{gap:16px}.replace-product-popup .modal-box .modal-body .popup-button-group .popup-button{cursor:pointer}.replace-product-popup .modal-box .modal-body .popup-button-group .popup-button:disabled{cursor:not-allowed;opacity:.6}}.search-modal-container{background:#fff;display:flex;flex-direction:column;height:100%;left:0;position:fixed;top:0;width:100%;z-index:var(--gb-index-search-modal-container)}.search-modal-container .default-suggestions,.search-modal-container .search-modal-results{height:100%;overflow-y:auto}.search-modal-container .default-suggestions::-webkit-scrollbar,.search-modal-container .search-modal-results::-webkit-scrollbar{scrollbar-width:4px;width:4px}.search-modal-container .default-suggestions::-webkit-scrollbar-thumb,.search-modal-container .search-modal-results::-webkit-scrollbar-thumb{background-color:#aaa;border-radius:4px}.search-modal-container .default-suggestions::-webkit-scrollbar-track,.search-modal-container .search-modal-results::-webkit-scrollbar-track{background-color:#0000}.search-modal-container .default-suggestions .store-container,.search-modal-container .search-modal-results .store-container{margin:0 16px 10px}.search-modal-container .default-suggestions .store-container .store-item,.search-modal-container .search-modal-results .store-container .store-item{border:1px solid #eee;border-radius:12px;margin-bottom:10px;padding:12px 16px}.search-modal-container .default-suggestions .store-container .store-item .product-list,.search-modal-container .search-modal-results .store-container .store-item .product-list{display:flex;gap:16px;overflow:auto;padding-top:12px}.search-modal-container .default-suggestions .store-container .store-item .product-list .product-card,.search-modal-container .search-modal-results .store-container .store-item .product-list .product-card{flex-direction:column;width:230px}.search-modal-container .product-card-category-list .product-card{flex-direction:row;margin-inline:16px;margin-bottom:16px}.search-modal-container .product-card-category-list .product-card .discount-tag{display:none}.search-modal-container .product-card-category-list .product-card .emi-tag{display:block}.search-modal-container .product-card-category-list .product-card .product-image{display:block;height:100%;width:130px}.search-modal-container .product-card-category-list .product-card .product-content{padding:8px}.search-modal-container .product-card-category-list .product-card .product-content .product-name-and-heart-icon .heart-icon{display:block}.search-modal-container .product-card-category-list .product-card .product-content .mrp-span,.search-modal-container .product-card-category-list .product-card .product-content .no-cost-emi .percent-off{display:inline}.search-modal-container .product-card-category-list .product-card .product-content .add-to-cart-btn{display:none}.search-modal-container .product-card-category-list .product-card .product-content .cart-btn-item-count{display:block}.search-modal-container .product-card-category-list .title{color:#111;font-size:14px;font-weight:700;line-height:16.8px;margin-bottom:12px;padding:0 16px}.search-modal-container .product-cate-list{margin-top:10px}@media(min-width:768px){.search-modal-container{border-radius:0 0 4px 4px;box-shadow:0 4px 4px 0 rgba(0,0,0,.251);height:auto;left:auto;max-height:75vh;overflow:hidden;position:absolute;top:51px;width:100%}.search-modal-container .search-modal-results{max-height:100%}.search-text-history{align-items:center;display:flex;gap:12px;padding:12px 16px}.search-text-history .headset-boat{font-size:12px;font-weight:400;line-height:16px}.search-text-history .headset-in{color:#005dac;font-size:10px;font-weight:700;line-height:12px}.search-history{display:flex;font-size:12px;font-weight:400;gap:12px;line-height:16px;padding:12px 16px}.search-history .head-phone-icon{height:32px;width:32px}.search-history .search-icon{height:16px;object-fit:contain;width:16px}.border-space{border:1px solid #eee}.results,body.search-active{overflow:hidden}}.default-suggestions .electronic-suggestions .product-list{display:flex;gap:16px;overflow-x:auto;padding:0 24px;scroll-behavior:smooth}.default-suggestions .electronic-suggestions .product-list::-webkit-scrollbar{display:none}.default-suggestions .electronic-suggestions .product-list .product-card{flex-direction:column;width:200px}.default-suggestions .fnb-suggestions .category-section{margin-bottom:0;margin-top:16px;padding-bottom:24px}.default-suggestions .fnb-suggestions .category-section .category-header{margin-bottom:8px}.default-suggestions .fnb-suggestions .category-section .category-header .category-title{font-size:14px;font-weight:700}.default-suggestions .fnb-suggestions .category-section .category-slider{gap:12px}.default-suggestions .fnb-suggestions .category-section .category-slider .category-slider-item{height:77px;width:72px}.default-suggestions .fnb-suggestions .row-carousel-container{padding-top:24px}.default-suggestions .fnb-suggestions .row-carousel-container .row-carousel-products{gap:8px;padding-block:10px;padding-inline:16px}.default-suggestions .fnb-suggestions .row-carousel-container .row-carousel-products .row-carousel-img{max-height:108px}@media(min-width:768px){.default-suggestions .main-category-slider .slider-container .slider-item{width:64px}.default-suggestions .BrandCarousel-slider .slider-brand-container .slider-brand-item,.default-suggestions .main-category-slider .slider-container .slider-item img{height:64px;width:64px}.default-suggestions .fnb-suggestions .category-section{margin-bottom:0;margin-top:24px;padding-bottom:24px}.default-suggestions .fnb-suggestions .category-section .category-header{margin-bottom:16px}.default-suggestions .fnb-suggestions .category-section .category-header .category-title{font-size:18px;font-weight:700}.default-suggestions .fnb-suggestions .category-section .category-slider{gap:24px}.default-suggestions .fnb-suggestions .category-section .category-slider .category-slider-item{height:111px;width:108px}.default-suggestions .fnb-suggestions .row-carousel-container{padding-top:24px}.default-suggestions .fnb-suggestions .row-carousel-container .row-carousel-products{gap:16px;padding-block:16px;padding-inline:24px}.default-suggestions .fnb-suggestions .row-carousel-container .row-carousel-products .row-carousel-img{max-height:162px}.gb-product-grid{gap:16px;padding:0}.gb-product-grid .product-card{flex-direction:column;height:100%;min-width:248px}.gb-product-grid .product-card .discount-tag{font-size:12px;height:40px;width:39px}.gb-product-grid .product-card .emi-tag{font-size:12px}.gb-product-grid .product-card .product-image{height:136px;max-height:none;object-fit:contain;width:100%}.gb-product-grid .product-card .product-content .product-name{font-size:16px;font-weight:700;line-height:24px}.gb-product-grid .product-card .product-content .product-name,.gb-product-grid .product-card .product-content .seller{-webkit-line-clamp:1;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden;text-overflow:ellipsis;word-break:break-word}.gb-product-grid .product-card .product-content .seller{font-size:12px;line-height:16px}.gb-product-grid .product-card .product-content .delivery-by{font-size:12px}.gb-product-grid .product-card .product-content .price .latest-price{font-size:16px;line-height:24px}.gb-product-grid .product-card .product-content .price .original-price-container .original-price{font-size:14px;line-height:20px}.gb-product-grid .product-card .product-content .btn-container{width:100%}.gb-product-grid .product-card .product-content .btn-container .cart-btn-item-count{display:flex}.gb-product-grid .product-card .product-content .btn-container .add-to-cart-btn{font-size:16px;line-height:24px}}.main-category-slider{padding-block:16px 14px;width:100%}.main-category-slider .category-title{color:#111;font-size:14px;font-weight:700;line-height:16.8px;margin-bottom:10px;padding:0 16px}.main-category-slider .slider-container{display:flex;gap:8px;overflow-x:auto;padding-inline:16px;scroll-behavior:smooth;white-space:nowrap;width:100%}.main-category-slider .slider-container::-webkit-scrollbar{display:none}.main-category-slider .slider-container .slider-item{align-items:center;cursor:pointer;display:flex;flex-direction:column;flex-shrink:0;width:67px}.main-category-slider .slider-container .slider-item img{display:block;height:56px;margin-bottom:4px;object-fit:cover;width:56px}.main-category-slider .slider-container .slider-item p{text-wrap:wrap;-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#111;display:-webkit-box;font-size:12px;font-weight:400;height:auto;line-height:1.2em;overflow:hidden;text-align:center;text-overflow:ellipsis;width:100%;word-break:break-word}.related-categories{background:#f4f4f4;margin-bottom:16px}@media(min-width:768px){.main-category-slider{padding-block:24px}.main-category-slider .category-title{font-size:16px}.main-category-slider .slider-container{gap:16px;padding-inline:24px}.main-category-slider .slider-container .slider-item{width:112px}.main-category-slider .slider-container .slider-item img{height:112px;margin-bottom:16px;width:112px}.main-category-slider .slider-container .slider-item p{font-size:14px;line-height:20px}}.BrandCarousel-slider{background-color:#cce6ff;border-bottom:1px solid #eee;margin-bottom:16px;padding-block:16px}.BrandCarousel-slider .BrandCarousel-title{color:#111;font-size:14px;font-weight:700;line-height:16.8px;margin-bottom:12px;padding:0 16px}.BrandCarousel-slider .slider-brand-container{display:flex;gap:8px;overflow-x:auto;padding-inline:16px;scroll-behavior:smooth;width:100%}.BrandCarousel-slider .slider-brand-container::-webkit-scrollbar{display:none}.BrandCarousel-slider .slider-brand-container .slider-brand-item{align-items:center;background-color:#fff;border-radius:50%;cursor:pointer;display:flex;flex-shrink:0;height:56px;justify-content:center;width:56px}.BrandCarousel-slider .slider-brand-container .slider-brand-item img{display:block;object-fit:contain;width:100%}@media(min-width:768px){.BrandCarousel-slider{margin-bottom:24px;padding-block:24px}.BrandCarousel-slider .BrandCarousel-title{font-size:16px}.BrandCarousel-slider .slider-brand-container{gap:16px;padding-inline:24px}.BrandCarousel-slider .slider-brand-container .slider-brand-item{height:112px;width:112px}}.produst-carousel{border-bottom:1px solid #eee;margin-bottom:16px;padding-bottom:16px}.produst-carousel .produst-carousel-header{margin-bottom:12px;padding-inline:16px}.produst-carousel .produst-carousel-header .produst-carousel-header-txt{color:#111;font-size:14px;font-weight:700}.produst-carousel .produst-carousel-header .home-slider-buttons{display:none}.produst-carousel .product-list{display:flex;flex-direction:row;flex-wrap:nowrap;gap:12px;margin-bottom:12px;overflow-x:auto;padding-inline:16px;scroll-behavior:smooth;width:100%}.produst-carousel .product-list::-webkit-scrollbar{display:none}.produst-carousel .product-list .product-card{flex-direction:column;width:203px}.produst-carousel .product-list .product-card .product-content .no-cost-emi{display:block}.produst-carousel .view-all-deals{border:1px solid #eee;border-radius:8px;cursor:pointer;display:flex;justify-content:space-between;margin-inline:16px;padding:10px 8px 10px 12px}.produst-carousel .view-all-deals .viewTitle{align-items:center;display:flex;gap:10px}.produst-carousel .view-all-deals .viewTitle .viewTitleImg{border-radius:2px;height:24px;width:35px}.produst-carousel .view-all-deals .viewTitle span{color:#f50;font-size:14px;font-weight:700;line-height:20px}.produst-carousel .view-all-deals img{height:20px;width:20px}@media(min-width:768px){.produst-carousel{margin-bottom:24px;padding-bottom:24px}.produst-carousel .produst-carousel-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:16px;padding-inline:24px}.produst-carousel .produst-carousel-header .produst-carousel-header-txt{font-size:18px}.produst-carousel .produst-carousel-header .home-slider-buttons{display:flex}.produst-carousel .product-list{margin-bottom:16px;padding-inline:24px}.produst-carousel .product-list .product-card{width:248px}.produst-carousel .product-list .product-card .product-content .bottom-container .btn-container .add-to-cart-btn,.produst-carousel .product-list .product-card .product-content .bottom-container .btn-container .sold-out-button{font-size:16px}.produst-carousel .view-all-deals{align-items:center;margin-inline:24px;padding:12px}.produst-carousel .view-all-deals .viewTitle{align-items:center;display:flex;gap:16px}.produst-carousel .view-all-deals .viewTitle .viewTitleImg{border-radius:2px;height:51px;width:75px}.produst-carousel .view-all-deals .viewTitle span{color:#f50;font-size:18px;font-weight:700;line-height:24px}.produst-carousel .view-all-deals img{height:24px;width:24px}.gb-product-grid{gap:16px;padding:0}.gb-product-grid .product-card{flex-direction:column;height:100%;min-width:248px}.gb-product-grid .product-card .discount-tag{font-size:12px;height:40px;width:39px}.gb-product-grid .product-card .emi-tag{font-size:12px}.gb-product-grid .product-card .product-image{height:136px;max-height:none;object-fit:contain;width:100%}.gb-product-grid .product-card .product-content .product-name{font-size:16px;font-weight:700;line-height:24px}.gb-product-grid .product-card .product-content .product-name,.gb-product-grid .product-card .product-content .seller{-webkit-line-clamp:1;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden;text-overflow:ellipsis;word-break:break-word}.gb-product-grid .product-card .product-content .seller{font-size:12px;line-height:16px}.gb-product-grid .product-card .product-content .delivery-by{font-size:12px}.gb-product-grid .product-card .product-content .price .latest-price{font-size:16px;line-height:24px}.gb-product-grid .product-card .product-content .price .original-price-container .original-price{font-size:14px;line-height:20px}.gb-product-grid .product-card .product-content .btn-container{width:100%}.gb-product-grid .product-card .product-content .btn-container .cart-btn-item-count{display:flex}.gb-product-grid .product-card .product-content .btn-container .add-to-cart-btn{font-size:16px;line-height:24px}}.product-card{border:1px solid #eee;border-radius:12px;box-sizing:border-box;cursor:pointer;display:flex;flex-direction:row;flex-shrink:0;overflow:hidden;position:relative}.product-card .cart-select-item{left:8px;position:absolute;top:8px}.product-card .cart-select-item input[type=checkbox]{appearance:none;background-color:#fff;border:1px solid #666;border-radius:4px;cursor:pointer;height:16px;position:relative;transition:background .3s,border .3s;width:16px}.product-card .cart-select-item input[type=checkbox]:checked{background-color:#f50;border-color:#f50}.product-card .cart-select-item input[type=checkbox]:checked:after{color:#fff;content:"✓";font-size:12px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.product-card .heart-icon{cursor:pointer;height:20px;position:absolute;right:12px;top:12px;width:20px}.product-card .discount-tag{align-items:center;background-image:url(/static/media/LowestPriceSubtract.47ee71d4c2ebc956209e.svg);color:#fff;display:flex;display:none;font-size:8px;font-weight:700;height:28px;left:0;position:absolute;text-align:center;top:0;width:28px}.product-card .product-image-container{position:relative}.product-card .product-image-container .product-image-checkbox{align-items:center;appearance:none;background-color:#fff;border:2px solid #f50;border-radius:3px;cursor:pointer;display:flex;height:16px;justify-content:center;left:8px;position:absolute;top:8px;width:16px;z-index:1}.product-card .product-image-container .product-image-checkbox:checked{accent-color:#f50;appearance:auto;background-color:#f50;border:2px solid #f50}.product-card .product-image-container .product-image{display:block;height:145px;object-fit:contain;position:relative;width:100%}.product-card .product-image-container p{background:linear-gradient(180deg,#1110,#111);bottom:0;color:#fff;font-size:12px;font-weight:700;margin:auto;padding:4px 23px;position:absolute;text-align:center;width:100%}.product-card .product-content{display:flex;flex-direction:column;flex-grow:1;padding:8px}.product-card .product-content .product-sponsored{color:#666;font-size:12px;font-weight:400;margin-bottom:4px}.product-card .product-content .product-name{-webkit-line-clamp:2;color:#111;line-height:16px;margin-right:38px}.product-card .product-content .product-name,.product-card .product-content .seller{-webkit-box-orient:vertical;display:-webkit-box;font-size:12px;font-weight:700;margin-bottom:4px;overflow:hidden;text-overflow:ellipsis;word-break:break-word}.product-card .product-content .seller{-webkit-line-clamp:1;color:#666;line-height:1.2em}.product-card .product-content .price{align-items:center;display:flex;flex-wrap:wrap;gap:4px;margin-bottom:4px}.product-card .product-content .price .latest-price{color:#111;font-size:16px;font-weight:800;line-height:24px}.product-card .product-content .price .original-price{color:#666;font-size:10px;font-weight:400;text-decoration:line-through}.product-card .product-content .price .mrp-span{display:none;text-decoration:none}.product-card .product-content .product-specification-row{margin-bottom:4px}.product-card .product-content .color-options{align-items:center;display:flex;flex-direction:row;flex-wrap:nowrap;gap:4px;margin-bottom:8px}.product-card .product-content .color-options .color-image-first{border:1.25px solid #f50;border-radius:50%}.product-card .product-content .color-options .colors-count{color:#111;font-size:10px;font-weight:700}.product-card .product-content .color-size{font-size:10px;font-weight:400;line-height:12px;margin-bottom:4px}.product-card .product-content .replace-container{align-items:center;display:flex;font-size:10px;font-weight:400;gap:4px;line-height:12px;margin-bottom:8px}.product-card .product-content .replace-container .replace-icon{height:12px;width:12px}.product-card .product-content .coupon-discount{color:#25c167;font-size:10px;font-weight:700;line-height:12px;margin-bottom:4px}.product-card .product-content .limited-time-deal-container{margin-bottom:8px}.product-card .product-content .limited-time-deal-container .limited-time-deal-text{background-color:#cc293b;color:#fff;font-size:14px;font-weight:700;line-height:20px;padding:2px 8px}.product-card .product-content .no-cost-emi{-webkit-line-clamp:1;-webkit-box-orient:vertical;color:#666;display:-webkit-box;font-size:12px;font-weight:400;line-height:16px;margin-bottom:4px;overflow:hidden;text-overflow:ellipsis;word-break:break-word}.product-card .product-content .offer{align-items:center;color:#666;display:flex;flex-wrap:wrap;font-size:10px;font-weight:400;gap:4px;margin-bottom:2px}.product-card .product-content .offer .percent-off{-webkit-line-clamp:1;-webkit-box-orient:vertical;background-color:#25c167;color:#fff;display:-webkit-box;font-weight:700;line-height:16px;overflow:hidden;padding:2px 3px;text-overflow:ellipsis;word-break:break-word}.product-card .product-content .offer .offer-count{border-bottom:1px solid #111;color:#111;font-size:10px;font-weight:700}.product-card .product-content .emi-start-from{color:#111;font-size:10px;font-weight:400;line-height:12px;margin-bottom:8px}.product-card .product-content .emi-start-from .emi-start-from-count{font-size:14px;font-weight:700;line-height:20px}.product-card .product-content .bottom-container{margin-top:auto}.product-card .product-content .bottom-container .btn-container{display:flex;margin-bottom:12px}.product-card .product-content .bottom-container .btn-container .add-to-cart-btn{-webkit-tap-highlight-color:rgba(0,0,0,0);background-color:#f50;border:1px solid #f50;border-radius:20px;color:#fff;cursor:pointer;font-size:12px;font-weight:700;padding-block:7px;white-space:nowrap;width:100%}.product-card .product-content .bottom-container .btn-container .sold-out-button{background-color:#f50;background-color:#aaa;border:1px solid #aaa;border-radius:20px;color:#fff;cursor:pointer;cursor:not-allowed;font-size:12px;font-weight:700;padding-block:7px;white-space:nowrap;width:100%}.product-card .product-content .bottom-container .btn-container .cart-btn-item-count{width:100%}.product-card .product-content .bottom-container .btn-container .cart-btn-item-count .double-buttons-section{display:flex;flex-direction:row;flex-wrap:wrap;gap:8px;width:100%}.product-card .product-content .bottom-container .btn-container .cart-btn-item-count .double-buttons-section .go-to-cart-btn{-webkit-tap-highlight-color:rgba(0,0,0,0);border:1px solid #f50;border-radius:20px;color:#f50;cursor:pointer;display:block;flex:1 1;font-size:12px;font-weight:400;padding-block:8px;padding-inline:16px;white-space:nowrap;width:87px}.product-card .product-content .bottom-container .btn-container .cart-btn-item-count .double-buttons-section .display-item-count{flex:1 1;gap:4px}.product-card .product-content .bottom-container .btn-container .cart-btn-item-count .double-buttons-section .display-item-count .count-button-decrement img,.product-card .product-content .bottom-container .btn-container .cart-btn-item-count .double-buttons-section .display-item-count .count-button-increment img{height:12px;width:12px}.product-card .product-content .bottom-container .btn-container .cart-btn-item-count .double-buttons-section .display-item-count span{font-size:12px}.product-card .product-content .bottom-container .not-accepting-order{filter:grayscale(1)}.product-card .product-content .bottom-container .delivery-by-container{align-items:center;display:flex;gap:4px}.product-card .product-content .bottom-container .delivery-by-container .delivery-icon{height:12px;object-fit:contain;width:12px}.product-card .product-content .bottom-container .delivery-by-container .delivery-by{-webkit-line-clamp:1;-webkit-box-orient:vertical;color:#111;display:-webkit-box;font-size:12px;font-weight:400;line-height:16px;overflow:hidden;text-overflow:ellipsis;word-break:break-word}.product-card .product-content .bottom-container .delivery-by-container .delivery-by .delivery-by-info{font-weight:700}.product-card .product-content .available-error{color:red;font-size:12px;font-weight:700}@media(min-width:768px){.product-card .discount-tag{background-image:url(/static/media/LowestPriceDesk.b65fe77389087c614a84.svg);font-size:12px;height:40px;width:39px}.product-card .product-content{padding:8px 12px}.product-card .product-content .product-name{font-size:16px;font-weight:700;line-height:24px}.product-card .product-content .product-name,.product-card .product-content .seller{-webkit-line-clamp:1;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden;text-overflow:ellipsis;word-break:break-word}.product-card .product-content .seller{line-height:16px}.product-card .product-content .color-size,.product-card .product-content .coupon-discount{font-size:12px;line-height:14px;margin-bottom:8px}.product-card .product-content .replace-container{font-size:12px;line-height:16px;margin-bottom:8px}.product-card .product-content .replace-container .replace-icon{height:16px;object-fit:cover;width:16px}.product-card .product-content .no-cost-emi{-webkit-line-clamp:1;-webkit-box-orient:vertical;display:-webkit-box;font-size:14px;line-height:20px;overflow:hidden;text-overflow:ellipsis;word-break:break-word}.product-card .product-content .price .latest-price{font-size:16px;line-height:24px}.product-card .product-content .price .original-price{font-size:14px;line-height:20px}.product-card .product-content .bottom-container .btn-container .add-to-cart-btn,.product-card .product-content .bottom-container .btn-container .cart-btn-item-count .double-buttons-section .go-to-cart-btn,.product-card .product-content .bottom-container .btn-container .sold-out-button{font-size:16px;line-height:24px}.product-card .product-content .bottom-container .btn-container .cart-btn-item-count .double-buttons-section .display-item-count .count-button-decrement img,.product-card .product-content .bottom-container .btn-container .cart-btn-item-count .double-buttons-section .display-item-count .count-button-increment img{height:24px;width:24px}.product-card .product-content .bottom-container .btn-container .cart-btn-item-count .double-buttons-section .display-item-count span{font-size:16px;line-height:24px}.product-card .product-content .bottom-container .delivery-by-container .delivery-icon{height:20px;object-fit:contain;width:20px}.product-card .product-content .bottom-container .delivery-by-container .delivery-by{-webkit-line-clamp:1;-webkit-box-orient:vertical;display:-webkit-box;font-size:14px;line-height:20px;overflow:hidden;text-overflow:ellipsis;word-break:break-word}.product-card .product-content .available-error{max-width:70%}.gb-product-grid{gap:16px;padding:0}.gb-product-grid .product-card{flex-direction:column;height:100%;min-width:248px}.gb-product-grid .product-card .discount-tag{font-size:12px;height:40px;width:39px}.gb-product-grid .product-card .emi-tag{font-size:12px}.gb-product-grid .product-card .product-image{height:136px;max-height:none;object-fit:contain;width:100%}.gb-product-grid .product-card .product-content .product-name{font-size:16px;font-weight:700;line-height:24px}.gb-product-grid .product-card .product-content .product-name,.gb-product-grid .product-card .product-content .seller{-webkit-line-clamp:1;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden;text-overflow:ellipsis;word-break:break-word}.gb-product-grid .product-card .product-content .seller{font-size:12px;line-height:16px}.gb-product-grid .product-card .product-content .delivery-by{font-size:12px}.gb-product-grid .product-card .product-content .price .latest-price{font-size:16px;line-height:24px}.gb-product-grid .product-card .product-content .price .original-price-container .original-price{font-size:14px;line-height:20px}.gb-product-grid .product-card .product-content .btn-container{width:100%}.gb-product-grid .product-card .product-content .btn-container .cart-btn-item-count{display:flex}.gb-product-grid .product-card .product-content .btn-container .add-to-cart-btn{font-size:16px;line-height:24px}}.display-item-count{-webkit-tap-highlight-color:rgba(0,0,0,0);align-items:center;border:1px solid #f50;border-radius:20px;color:#f50;cursor:pointer;cursor:inherit;display:flex;font-size:12px;font-weight:700;justify-content:space-between;padding-block:8px;padding-inline:8px;white-space:nowrap;width:85px}.display-item-count .count-button-decrement{align-items:center;cursor:pointer;display:flex;flex:1 1;justify-content:flex-start}.display-item-count .count-button-decrement img{object-fit:contain;pointer-events:none}.display-item-count .count-button-increment{align-items:center;cursor:pointer;display:flex;flex:1 1;justify-content:flex-end}.display-item-count .count-button-increment img{object-fit:contain;pointer-events:none}.display-item-count span{font-size:16px;font-weight:700;pointer-events:none;text-align:center}.not-accepting-order-button{filter:grayscale(1000%)}@media(min-width:768px){.gb-product-grid{gap:16px;padding:0}.gb-product-grid .product-card{flex-direction:column;height:100%;min-width:248px}.gb-product-grid .product-card .discount-tag{font-size:12px;height:40px;width:39px}.gb-product-grid .product-card .emi-tag{font-size:12px}.gb-product-grid .product-card .product-image{height:136px;max-height:none;object-fit:contain;width:100%}.gb-product-grid .product-card .product-content .product-name{font-size:16px;font-weight:700;line-height:24px}.gb-product-grid .product-card .product-content .product-name,.gb-product-grid .product-card .product-content .seller{-webkit-line-clamp:1;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden;text-overflow:ellipsis;word-break:break-word}.gb-product-grid .product-card .product-content .seller{font-size:12px;line-height:16px}.gb-product-grid .product-card .product-content .delivery-by{font-size:12px}.gb-product-grid .product-card .product-content .price .latest-price{font-size:16px;line-height:24px}.gb-product-grid .product-card .product-content .price .original-price-container .original-price{font-size:14px;line-height:20px}.gb-product-grid .product-card .product-content .btn-container{width:100%}.gb-product-grid .product-card .product-content .btn-container .cart-btn-item-count{display:flex}.gb-product-grid .product-card .product-content .btn-container .add-to-cart-btn{font-size:16px;line-height:24px}}.not-accepting-order .modal-box .modal-body{padding:16px}.not-accepting-order .modal-box .modal-body .not-accpt-sts{font-size:14px;font-weight:700;line-height:20px;margin-bottom:16px}.not-accepting-order .modal-box .modal-body .ok-button{border:1px solid #f50;border-radius:20px;color:#f50;cursor:pointer;font-size:16px;font-weight:400;padding-block:8px;padding-inline:16px;white-space:nowrap;width:100%}@media(min-width:768px){.not-accepting-order .modal-box{width:420px}.not-accepting-order .modal-box .modal-body{align-items:center;display:flex;flex-direction:column;padding:24px}.not-accepting-order .modal-box .modal-body .not-accpt-sts{font-size:16px;line-height:24px;margin-bottom:24px}.not-accepting-order .modal-box .modal-body .ok-button{border:1px solid #f50;border-radius:20px;color:#f50;cursor:pointer;font-size:16px;font-weight:400;padding-block:8px;white-space:nowrap;width:120px}}.product-specification-row{color:#666;display:inline-flex;font-size:10px}.product-specification-row .spec-value{align-items:center;display:flex;font-weight:400}.product-specification-row .separator{color:#aaa;padding:0 4px}@media(min-width:768px){.product-specification-row{font-size:12px}}.remove-item-from-cart .modal-box .modal-header{padding:16px 16px 8px}.remove-item-from-cart .modal-box .remove-modal{padding:0 0 16px}.remove-item-from-cart .modal-box .remove-modal .popup-content{color:#111;font-size:14px;line-height:20px;margin-bottom:16px;text-align:left}.remove-item-from-cart .modal-box .remove-modal .product-card{border:1px solid #eee;border-radius:12px;flex-direction:row;margin-inline:0}.remove-item-from-cart .modal-box .remove-modal .product-card .product-image-container .product-image{height:90px;object-fit:contain;padding-block:8px;width:90px}.remove-item-from-cart .modal-box .remove-modal .popup-button-group{display:flex;gap:8px;justify-content:center;margin-top:16px}.remove-item-from-cart .modal-box .remove-modal .popup-button-group .popup-button{border-radius:30px;cursor:pointer;font-size:16px;line-height:100%;padding:10px 24px}.remove-item-from-cart .modal-box .remove-modal .popup-button-group .popup-button:disabled{cursor:not-allowed;opacity:.6}.remove-item-from-cart .modal-box .remove-modal .popup-button-group .popup-reject{background-color:#f50;color:#fff;width:50%}.remove-item-from-cart .modal-box .remove-modal .popup-button-group .popup-accept{background-color:#fff;border:1px solid;color:#f50;width:50%}@media(min-width:768px){.remove-item-from-cart .modal-box{width:520px}.remove-item-from-cart .modal-box .modal-header{padding:24px 24px 16px}.remove-item-from-cart .modal-box .modal-body{padding-inline:24px}.remove-item-from-cart .modal-box .modal-body .remove-modal{padding:0 0 24px}.remove-item-from-cart .modal-box .modal-body .remove-modal .popup-content{font-size:16px;line-height:24px;margin-bottom:16px}.remove-item-from-cart .modal-box .modal-body .remove-modal .product-card .product-content{padding:12px 16px}.remove-item-from-cart .modal-box .modal-body .remove-modal .product-card .product-image-container .product-image{height:112px;padding-block:12px;width:112px}.remove-item-from-cart .modal-box .modal-body .remove-modal .popup-button-group{gap:16px;margin-top:24px}}.overlay-modal{align-items:flex-end;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#0000004d;display:flex;height:100%;left:0;position:fixed;top:0;width:100%;z-index:var(--gb-index-overlay)}.overlay-modal .modal-container{width:100%}.overlay-modal .modal-container .modal-banner{background-position:100%;background-repeat:no-repeat;background-size:cover;border-radius:12px 12px 0 0;color:#fff;font-size:14px;margin-bottom:-12px;padding:16px 12px 27px}.overlay-modal .modal-container .modal-banner.modal-banner-mob{height:95px}.overlay-modal .modal-container .modal-banner.modal-banner-desk{display:none}.overlay-modal .modal-container .modal-content{background-color:#fff;border-radius:12px 12px 0 0}.overlay-modal .modal-container .modal-content .modal-title-row{align-items:center;display:flex;gap:8px;padding-inline:16px;padding-top:16px;position:relative}.overlay-modal .modal-container .modal-content .modal-title-row .back-btn{display:none;height:24px;object-fit:contain;width:24px}.overlay-modal .modal-container .modal-content .modal-title-row .modal-title-container{display:flex;flex-direction:column;gap:8px}.overlay-modal .modal-container .modal-content .modal-title-row .modal-title-container .modal-title{font-size:16px;font-weight:800}.overlay-modal .modal-container .modal-content .modal-title-row .modal-title-container .modal-subtitle{font-size:14px}.overlay-modal .modal-container .modal-content .modal-title-row .modal-cross{cursor:pointer;margin-left:auto;object-fit:contain;width:16px}@media(min-width:768px){.overlay-modal{align-items:center;justify-content:center}.overlay-modal .modal-container{border-radius:12px;display:flex;height:fit-content;justify-content:center;max-width:77.5%;overflow:hidden}.overlay-modal .modal-container .modal-banner{border-radius:12px 0 0 12px;flex:1 1 50%;font-size:14px;margin-bottom:0;margin-right:-12px;padding:24px 24px 0}.overlay-modal .modal-container .modal-banner.modal-banner-mob{display:none}.overlay-modal .modal-container .modal-banner.modal-banner-desk{display:block;width:331px}.overlay-modal .modal-container .modal-content{border-radius:12px;flex:1 1 50%;position:relative}.overlay-modal .modal-container .modal-content .modal-title-row{padding-inline:24px;padding-top:24px}.overlay-modal .modal-container .modal-content .modal-title-row .modal-title-container .modal-title{font-size:20px;line-height:24px}.overlay-modal .modal-container .modal-content .modal-title-row .modal-cross{width:20px}}.home-slider-buttons{align-items:center;display:flex;gap:24px;justify-content:flex-end}.home-slider-buttons .home-slider-button{cursor:pointer}.home-slider-buttons .home-slider-button img{height:14px;width:7px}.home-slider-buttons .home-slider-button:active img{transform:scale(.8)}.home-slider-buttons .home-slider-button:disabled{cursor:not-allowed}.category-section{border-bottom:1px solid #eee;margin-block:16px;overflow:hidden;padding-bottom:16px;width:100%}.category-section .category-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:4px}.category-section .category-header .category-title{font-size:16px;font-weight:800;line-height:24px;padding-inline:16px}.category-section .category-slider{display:flex;gap:8px;overflow-x:auto;padding-inline:16px;scroll-behavior:smooth;white-space:nowrap;width:100%}.category-section .category-slider::-webkit-scrollbar{display:none}.category-section .category-slider .category-slider-item{border-radius:8px;cursor:pointer;flex-shrink:0;overflow:hidden;width:88px}.category-section .category-slider .category-slider-item .category-item-image{border-radius:8px;display:block;height:100%;object-fit:cover;width:100%}@media(min-width:768px){.category-section{border-bottom:1px solid #eee;margin-block:24px;padding-bottom:24px}.category-section .category-header{margin-bottom:12px;padding-right:24px}.category-section .category-header .category-title{font-size:18px;font-weight:800;line-height:24px;padding-inline:24px}.category-section .category-slider{gap:16px;padding-inline:24px}.category-section .category-slider .category-slider-item{width:152px}}.row-carousel-container{border-bottom:1px solid #eee;margin-bottom:16px;padding-block:16px}.row-carousel-container .row-carousel-header{margin-inline:16px}.row-carousel-container .row-carousel-header .row-carousel-title{font-size:14px;font-weight:700}.row-carousel-container .row-carousel-header .home-slider-buttons{display:none}.row-carousel-container .row-carousel-products{display:flex;flex-direction:row;gap:16px;overflow-x:auto;padding:12px 0;padding-inline:16px;scroll-behavior:smooth}.row-carousel-container .row-carousel-products::-webkit-scrollbar{display:none}.row-carousel-container .row-carousel-products .row-carousel-img{cursor:pointer;max-height:300px;max-width:100%;object-fit:contain}.row-carousel-container .view-all-row-carousel{margin-inline:16px}.row-carousel-container .view-all-row-carousel .view-all-txt-row-carousel{color:#f50;cursor:pointer;display:block;font-size:14px;font-weight:700;width:100%}@media(min-width:768px){.row-carousel-container{margin-bottom:24px;padding-block:24px}.row-carousel-container .row-carousel-header{align-items:center;display:flex;justify-content:space-between;margin-inline:24px}.row-carousel-container .row-carousel-header .row-carousel-title{font-size:18px;line-height:24px}.row-carousel-container .row-carousel-header .home-slider-buttons{display:flex}.row-carousel-container .row-carousel-products{gap:16px;padding-inline:24px;padding-bottom:0;padding-top:16px}.row-carousel-container .row-carousel-products .row-carousel-img{max-height:320px}.row-carousel-container .view-all-row-carousel{display:none}}.product-list-data{display:flex;flex-direction:column}.product-list-data .no-details-found-wrapper .no-details-found{margin-top:24px}.product-list-data .no-details-found-wrapper .no-details-found .no-details-found-img{margin-bottom:8px;object-fit:contain;width:285px}.product-list-data .product-item{align-items:center;border:1px solid #eee;cursor:pointer;display:flex;justify-content:space-between;padding:12px 16px}.product-list-data .product-item .product-details{display:flex;gap:12px}.product-list-data .product-item .product-details .product-image,.product-list-data .product-item .product-details .store-image{height:32px;object-fit:contain;width:32px}.product-list-data .product-item .product-details .product-name{font-size:12px;font-weight:600;font-weight:400;line-height:16px}@media(min-width:768px){.product-list-data .product-item .product-details .product-name{font-size:16px;line-height:24px}}.product-list-data .product-item .product-details .product-seller{color:#666;font-size:10px;line-height:12px}.product-list-data .product-item .arrow-icon{color:#f50;height:24px;width:24px}@media(min-width:768px){.gb-product-grid{gap:16px;padding:0}.gb-product-grid .product-card{flex-direction:column;height:100%;min-width:248px}.gb-product-grid .product-card .discount-tag{font-size:12px;height:40px;width:39px}.gb-product-grid .product-card .emi-tag{font-size:12px}.gb-product-grid .product-card .product-image{height:136px;max-height:none;object-fit:contain;width:100%}.gb-product-grid .product-card .product-content .product-name{font-size:16px;font-weight:700;line-height:24px}.gb-product-grid .product-card .product-content .product-name,.gb-product-grid .product-card .product-content .seller{-webkit-line-clamp:1;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden;text-overflow:ellipsis;word-break:break-word}.gb-product-grid .product-card .product-content .seller{font-size:12px;line-height:16px}.gb-product-grid .product-card .product-content .delivery-by{font-size:12px}.gb-product-grid .product-card .product-content .price .latest-price{font-size:16px;line-height:24px}.gb-product-grid .product-card .product-content .price .original-price-container .original-price{font-size:14px;line-height:20px}.gb-product-grid .product-card .product-content .btn-container{width:100%}.gb-product-grid .product-card .product-content .btn-container .cart-btn-item-count{display:flex}.gb-product-grid .product-card .product-content .btn-container .add-to-cart-btn{font-size:16px;line-height:24px}}.product-list-data-skeleton{display:flex;flex-direction:column}.suggestion-skeleton-card{align-items:center;border:1px solid #eee;cursor:pointer;display:flex;justify-content:space-between;padding:12px 16px}.suggestion-skeleton-card .product-details{display:flex;gap:12px}.suggestion-skeleton-card .product-details .product-image,.suggestion-skeleton-card .product-details .store-image{animation:shimmer 3s linear infinite;background:linear-gradient(90deg,#eee 25%,#ddd 50%,#eee 75%);background-size:200% 100%;border-radius:4px;height:32px;object-fit:contain;width:32px}.suggestion-skeleton-card .product-details .name-and-seller{width:300px}.suggestion-skeleton-card .product-details .name-and-seller .product-name{width:80%}.suggestion-skeleton-card .product-details .name-and-seller .product-name,.suggestion-skeleton-card .product-details .name-and-seller .product-seller{animation:shimmer 3s linear infinite;background:linear-gradient(90deg,#eee 25%,#ddd 50%,#eee 75%);background-size:200% 100%;border-radius:4px;height:12px}.suggestion-skeleton-card .product-details .name-and-seller .product-seller{margin-top:2px;width:30%}.suggestion-skeleton-card .arrow-icon{animation:shimmer 3s linear infinite;background:linear-gradient(90deg,#eee 25%,#ddd 50%,#eee 75%);background-size:200% 100%;border-radius:4px;color:#f50;height:24px;width:24px}@media(min-width:768px){.gb-product-grid{gap:16px;padding:0}.gb-product-grid .product-card{flex-direction:column;height:100%;min-width:248px}.gb-product-grid .product-card .discount-tag{font-size:12px;height:40px;width:39px}.gb-product-grid .product-card .emi-tag{font-size:12px}.gb-product-grid .product-card .product-image{height:136px;max-height:none;object-fit:contain;width:100%}.gb-product-grid .product-card .product-content .product-name{font-size:16px;font-weight:700;line-height:24px}.gb-product-grid .product-card .product-content .product-name,.gb-product-grid .product-card .product-content .seller{-webkit-line-clamp:1;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden;text-overflow:ellipsis;word-break:break-word}.gb-product-grid .product-card .product-content .seller{font-size:12px;line-height:16px}.gb-product-grid .product-card .product-content .delivery-by{font-size:12px}.gb-product-grid .product-card .product-content .price .latest-price{font-size:16px;line-height:24px}.gb-product-grid .product-card .product-content .price .original-price-container .original-price{font-size:14px;line-height:20px}.gb-product-grid .product-card .product-content .btn-container{width:100%}.gb-product-grid .product-card .product-content .btn-container .cart-btn-item-count{display:flex}.gb-product-grid .product-card .product-content .btn-container .add-to-cart-btn{font-size:16px;line-height:24px}}.no-details-found-wrapper{display:flex;flex-direction:column;gap:24px;padding:24px}.no-details-found-wrapper .no-details-found{margin-inline:auto;text-align:center}.no-details-found-wrapper .no-details-found .no-details-found-img{margin-bottom:8px;object-fit:contain;width:285px}.no-details-found-wrapper .no-details-found .error-msg-header{font-size:16px;font-weight:800;line-height:24px;margin-bottom:2px}.no-details-found-wrapper .no-details-found .error-msg-dtl{font-size:14px;font-weight:400;line-height:20px;margin:0;text-align:center}.no-details-found-wrapper .no-details-found .error-msg-button-text{border:1px solid #f50;border-radius:20px;color:#f50;cursor:pointer;font-size:16px;font-weight:700;line-height:24px;margin-top:16px;padding-block:10.5px;padding-inline:24px;white-space:nowrap}.no-details-found-wrapper .no-details-found-cms{display:flex;flex-direction:column;gap:24px;width:100%}.no-details-found-wrapper .no-details-found-cms .row-carousel-container{border:initial;margin:0;padding:0}.no-details-found-wrapper .no-details-found-cms .row-carousel-container .row-carousel-header{margin-inline:0}.no-details-found-wrapper .no-details-found-cms .row-carousel-container .row-carousel-products{padding-inline:0;padding-bottom:0}.no-details-found-wrapper .no-details-found-cms .row-carousel-container .row-carousel-products .row-carousel-img{height:121px;max-height:none;max-width:none;width:274px}.no-details-found-wrapper .no-details-found-cms .ad-banner-image{padding:0}.no-details-found-wrapper .no-details-found-cms .no-details-found-banner-carousel{margin-bottom:24px;padding:0}.no-details-found-wrapper .no-details-found-cms .main-category-slider{padding-block:0}.no-details-found-wrapper .no-details-found-cms .main-category-slider .category-title,.no-details-found-wrapper .no-details-found-cms .main-category-slider .slider-container{padding:0}@media(min-width:768px){.no-details-found-wrapper{gap:32px}.no-details-found-wrapper .no-details-found{margin-bottom:0;max-width:450px;padding:0 24px}.no-details-found-wrapper .no-details-found .no-details-found-img{margin-bottom:16px;width:385px}.no-details-found-wrapper .no-details-found .error-msg-header{font-size:20px;line-height:24px;margin-bottom:8px}.no-details-found-wrapper .no-details-found .error-msg-dtl{font-size:16px;line-height:24px}.no-details-found-wrapper .no-details-found-cms{width:100%}.no-details-found-wrapper .no-details-found-cms .row-carousel-container .row-carousel-header{margin-inline:0}.no-details-found-wrapper .no-details-found-cms .row-carousel-container .row-carousel-products{padding-inline:0}.no-details-found-wrapper .no-details-found-cms .row-carousel-container .row-carousel-products .row-carousel-img{height:181px;width:411px}.no-details-found-wrapper .no-details-found-cms .no-details-found-banner-carousel{margin-bottom:24px;padding:0}}.banner-slider-container{margin:0 auto;overflow:hidden;position:relative;touch-action:pan-y;width:100%}.banner-slider-container .carousel-container{display:flex;flex-direction:row;height:100%;position:relative}.banner-slider-container .carousel-container .carousel-slide{align-items:center;cursor:pointer;display:flex;flex-shrink:0;height:auto;justify-content:center}.banner-slider-container .carousel-container .carousel-slide img{display:block;height:auto;object-fit:cover;width:100%}.banner-slider-container .pagination{bottom:20px;display:flex;gap:8px;justify-content:center;left:50%;position:absolute;transform:translateX(-50%);z-index:2}.banner-slider-container .pagination .pagination-icon{background-color:#aaa;border-radius:10px;cursor:pointer;height:6px;overflow:hidden;position:relative;transition:width .3s ease;width:6px;z-index:1}.banner-slider-container .pagination .pagination-icon.active{width:32px}.banner-slider-container .pagination .pagination-icon.active:after{animation:paginationIconFillBar 2.5s linear forwards;animation:paginationIconFillBar var(--duration,2.5s) linear forwards;background-color:#111;content:"";height:100%;left:0;position:absolute;top:0;z-index:2}@keyframes paginationIconFillBar{0%{width:0}to{width:100%}}@media(max-width:767px){.hero-carousel-new .pagination{bottom:20px}}@media(min-width:768px){.hero-carousel-new .pagination{bottom:28px}}.ad-banner-image{align-items:center;border-bottom:1px solid #eee;display:flex;justify-content:center;padding:16px}@media(min-width:768px){.ad-banner-image{padding:0}}.ad-banner-image img{cursor:pointer;object-fit:contain;width:100%}.search-modal-sticky-header{background:#fff;position:sticky;top:0;z-index:var(--gb-index-search-modal-input-container)}.search-modal-sticky-header .search-option .search-option-tab{display:flex;gap:16px;padding-inline:12px;width:100%}.search-modal-sticky-header .search-option .search-option-name{color:#666;cursor:pointer;font-size:14px;line-height:20px;padding:12px;width:50%}.search-modal-sticky-header .search-option .active{color:#f50;font-weight:700;position:relative}.search-modal-sticky-header .search-option .active:after{background:#f50;border-radius:4px;bottom:-2px;content:"";height:4px;left:0;position:absolute;width:100%}@media(min-width:768px){.search-modal-sticky-header{gap:24px;position:static}.search-modal-sticky-header .search-option .search-option-tab{padding-inline:24px}.search-modal-sticky-header .search-option .search-option-tab .search-option-name{flex-basis:160px;font-size:16px}}.search-modal-input{border:1px solid #eee;border-radius:4px;margin:12px 12px 8px;overflow:hidden;position:relative}.search-modal-input .sticky-search-input{background-color:#fff;font-size:14px;line-height:20px;padding:11px 12px 11px 40px;width:100%}.search-modal-input .app-icon{height:24px;left:4px;object-fit:contain;position:absolute;top:50%;transform:translateY(-50%);width:24px}.header-profile-menu{background-color:#fff;box-sizing:border-box;display:flex;flex-direction:column;overflow-y:auto;width:100%;z-index:var(--gb-index-overlay)}.header-profile-menu .header-profile-menu-title{font-size:16px;font-weight:700;line-height:24px;padding:24px 16px 16px}.header-profile-menu .profile-account-container,.header-profile-menu .profile-category-container{border-bottom:1px solid #eee}.header-profile-menu .logout-container{cursor:pointer;display:flex;gap:8px;margin:0 16px;padding:16px 0}.header-profile-menu .logout-container .img{height:20px;object-fit:contain;width:20px}.header-profile-menu .logout-container .logout-text{font-size:14px;font-weight:400;line-height:20px}@media(min-width:768px){.header-profile-menu{border-radius:8px;height:fit-content;position:fixed;right:24px;top:80px;width:234px}.header-profile-menu .header-profile-menu-title,.header-profile-menu .profile-category-container{display:none}.header-profile-menu .profile-account-container{border-bottom:initial}.header-profile-menu .logout-container img{height:24px;width:24px}.header-profile-menu .logout-container .logout-text{font-size:16px;line-height:24px}.gb-product-grid{gap:16px;padding:0}.gb-product-grid .product-card{flex-direction:column;height:100%;min-width:248px}.gb-product-grid .product-card .discount-tag{font-size:12px;height:40px;width:39px}.gb-product-grid .product-card .emi-tag{font-size:12px}.gb-product-grid .product-card .product-image{height:136px;max-height:none;object-fit:contain;width:100%}.gb-product-grid .product-card .product-content .product-name{font-size:16px;font-weight:700;line-height:24px}.gb-product-grid .product-card .product-content .product-name,.gb-product-grid .product-card .product-content .seller{-webkit-line-clamp:1;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden;text-overflow:ellipsis;word-break:break-word}.gb-product-grid .product-card .product-content .seller{font-size:12px;line-height:16px}.gb-product-grid .product-card .product-content .delivery-by{font-size:12px}.gb-product-grid .product-card .product-content .price .latest-price{font-size:16px;line-height:24px}.gb-product-grid .product-card .product-content .price .original-price-container .original-price{font-size:14px;line-height:20px}.gb-product-grid .product-card .product-content .btn-container{width:100%}.gb-product-grid .product-card .product-content .btn-container .cart-btn-item-count{display:flex}.gb-product-grid .product-card .product-content .btn-container .add-to-cart-btn{font-size:16px;line-height:24px}}.profile-accordion{margin:16px}.profile-accordion .accordion-header{align-items:center;cursor:pointer;display:flex}.profile-accordion .accordion-header .category-image{height:20px;margin-right:8px;width:20px}.profile-accordion .accordion-header .category-name{flex-grow:1;font-size:14px;line-height:20px}.profile-accordion .accordion-header .chevronIcon-up{cursor:pointer;rotate:180deg}.profile-accordion .accordion-header .chevronIcon-down{cursor:pointer;rotate:0deg}.profile-accordion:not(:last-child){border-bottom:1px solid #eee;padding-bottom:16px}.profile-accordion .accordion-content{padding:16px 0}.profile-accordion .accordion-content .subcategory-grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(auto-fit,minmax(101px,1fr))}.profile-accordion .accordion-content .subcategory-grid .subcategory-item{align-items:center;border:1px solid rgba(0,93,172,.102);border-radius:8px;display:flex;flex-direction:column;gap:8px;height:104px;justify-content:center;text-align:center}.profile-accordion .accordion-content .subcategory-grid .subcategory-item .subcategory-image{height:32px;object-fit:contain;width:32px}.profile-accordion .accordion-content .subcategory-grid .subcategory-item .subcategory-name{font-size:12px;font-weight:700}.profile-accordion .accordion-btn-container{background-color:#f50;border:1px solid;border-color:#f50 #f50 #eee;border-radius:8.03px;color:#fff;cursor:pointer;display:flex;font-size:14px;font-weight:700;justify-content:space-between;padding-block:0;padding:12px 16px;white-space:nowrap;width:100%}.profile-accordion .accordion-btn-container .accordion-btn{color:#fff;font-size:14px;font-weight:700}.navigation-list{display:flex;flex-direction:column;overflow:hidden}.navigation-list .navigation-item{align-items:center;cursor:pointer;display:flex;justify-content:space-between;margin:0 16px;padding:16px 0}.navigation-list .navigation-item .item-content-wrapper{align-items:center;display:flex;justify-content:space-between;width:100%}.navigation-list .navigation-item .item-content-wrapper .item-content{align-items:center;display:flex}.navigation-list .navigation-item .item-content-wrapper .item-content .item-icon{height:20px;margin-right:10px;object-fit:contain;width:20px}.navigation-list .navigation-item .item-content-wrapper .item-content .item-label{font-size:14px;font-weight:400;line-height:20px}.navigation-list .navigation-item:not(:last-child){border-bottom:1px solid #eee}.navigation-list .navigation-item .item-arrow{color:#f60}@media(min-width:768px){.navigation-list .navigation-item .item-content-wrapper .item-content .item-icon{height:24px;object-fit:contain;width:24px}.navigation-list .navigation-item .item-content-wrapper .item-content .item-label{font-size:16px;line-height:24px}.navigation-list .navigation-item .item-arrow{display:none}.navigation-list .navigation-item:last-child{border-bottom:1px solid #eee}.gb-product-grid{gap:16px;padding:0}.gb-product-grid .product-card{flex-direction:column;height:100%;min-width:248px}.gb-product-grid .product-card .discount-tag{font-size:12px;height:40px;width:39px}.gb-product-grid .product-card .emi-tag{font-size:12px}.gb-product-grid .product-card .product-image{height:136px;max-height:none;object-fit:contain;width:100%}.gb-product-grid .product-card .product-content .product-name{font-size:16px;font-weight:700;line-height:24px}.gb-product-grid .product-card .product-content .product-name,.gb-product-grid .product-card .product-content .seller{-webkit-line-clamp:1;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden;text-overflow:ellipsis;word-break:break-word}.gb-product-grid .product-card .product-content .seller{font-size:12px;line-height:16px}.gb-product-grid .product-card .product-content .delivery-by{font-size:12px}.gb-product-grid .product-card .product-content .price .latest-price{font-size:16px;line-height:24px}.gb-product-grid .product-card .product-content .price .original-price-container .original-price{font-size:14px;line-height:20px}.gb-product-grid .product-card .product-content .btn-container{width:100%}.gb-product-grid .product-card .product-content .btn-container .cart-btn-item-count{display:flex}.gb-product-grid .product-card .product-content .btn-container .add-to-cart-btn{font-size:16px;line-height:24px}}.sub-categories-dropdown{background-color:#fff;border-radius:0 0 16px 16px;padding-bottom:16px}.sub-categories-dropdown .sub-categories{align-items:flex-start;border-radius:8px;display:flex;gap:16px;justify-content:space-between;padding:16px}.sub-categories-dropdown .sub-categories .sub-categories-list{grid-gap:16px;display:grid;flex:1 1;gap:16px;grid-template-columns:repeat(3,1fr)}.sub-categories-dropdown .sub-categories .sub-categories-list .sub-categories-card{align-items:center;align-self:start;border:1px solid #ededed;border-radius:8px;cursor:pointer;display:flex;padding:24.92px 12px 24.92px 25.25px;transition:.3s}.sub-categories-dropdown .sub-categories .sub-categories-list .sub-categories-card:hover{background:#f4f4f4}.sub-categories-dropdown .sub-categories .sub-categories-list .sub-categories-card .sub-categories-icon{height:24px;margin-right:12px;object-fit:contain;width:24px}.sub-categories-dropdown .sub-categories .sub-categories-list .sub-categories-card p{font-size:14px;font-weight:700}.sub-categories-dropdown .sub-categories .sub-categories-list .sub-categories-card .sub-categories-tag{background:#25c167;border-radius:4px;color:#fff;font-size:10px;font-weight:700;margin-left:8px;padding:4px 8px}.sub-categories-dropdown .sub-categories .promo-banner{position:relative;width:274px}.sub-categories-dropdown .sub-categories .promo-img{border-radius:8px;height:100%;object-fit:cover;width:100%}.sub-categories-dropdown .sub-categories .promo-text-container{bottom:0;color:#fff;display:flex;flex-direction:column;gap:8px;left:0;padding:16px;position:absolute;width:100%}.sub-categories-dropdown .sub-categories .promo-text-container .promo-text{font-size:16px;font-weight:700;line-height:24px}.sub-categories-dropdown .sub-categories .promo-text-container .promo-button-container{align-items:center;background-color:#f50;border:1px solid #f50;border-radius:8.03px;color:#fff;cursor:pointer;display:flex;font-size:14px;font-weight:700;justify-content:space-between;padding-block:12px;padding:12px 16px;white-space:nowrap}.sub-categories-dropdown .sub-categories .promo-text-container .promo-button-container .promo-button:hover{background:#e65c00}.sub-categories-dropdown .popular-sub-category-searches{background:#fff;background:#f4f4f4;border-radius:8px;display:flex;flex-direction:column;gap:12px;margin:16px;padding:16px}.sub-categories-dropdown .popular-sub-category-searches .popular-search-title{font-size:16px;font-weight:700;line-height:24px}.sub-categories-dropdown .popular-sub-category-searches .popular-sub-category-card-container{grid-gap:16px;display:grid;flex:1 1;gap:16px;grid-template-columns:repeat(4,1fr)}.sub-categories-dropdown .popular-sub-category-searches .popular-sub-category-card-container .popular-search-title{font-size:16px;font-weight:700;line-height:24px}.sub-categories-dropdown .popular-sub-category-searches .popular-sub-category-card-container .popular-sub-category-card{align-items:center;background:#fff;border-radius:1px;cursor:pointer;display:flex;gap:8px;padding:16px 24px;text-align:center}.sub-categories-dropdown .popular-sub-category-searches .popular-sub-category-card-container .popular-sub-category-card .popular-search-img{height:24px;object-fit:contain;width:24px}.sub-categories-dropdown .popular-sub-category-searches .popular-sub-category-card-container .popular-sub-category-card .popular-search-text{font-size:14px;font-weight:700}.sub-categories-dropdown .popular-sub-category-searches .popular-sub-category-card-container .popular-sub-category-card:hover{background:#e0e0e0}@media(max-width:1024px){.sub-categories-dropdown .sub-categories .sub-categories-list{grid-template-columns:repeat(2,1fr)}.sub-categories-dropdown .popular-sub-category-searches .popular-sub-category-card-container .popular-sub-category-card,.sub-categories-dropdown .sub-categories .sub-categories-list .sub-categories-card{cursor:pointer}}@font-face{font-family:Lato;font-style:normal;font-weight:100;src:url(/static/media/Lato-Thin.1fd1d41f8c400da7af75.woff) format("woff2"),url(/static/media/Lato-Thin.1fd1d41f8c400da7af75.woff) format("woff")}@font-face{font-family:Lato;font-style:normal;font-weight:200;src:url(/static/media/Lato-Light.e244488c8cc2f5337153.woff2) format("woff2"),url(/static/media/Lato-Light.848f3a6e80058194c450.woff) format("woff")}@font-face{font-family:Lato;font-style:normal;font-weight:300;src:url(/static/media/Lato-Light.e244488c8cc2f5337153.woff2) format("woff2"),url(/static/media/Lato-Light.848f3a6e80058194c450.woff) format("woff")}@font-face{font-family:Lato;font-style:normal;font-weight:400;src:url(/static/media/Lato-Regular.75614cfcfedd509b1f7a.woff2) format("woff2"),url(/static/media/Lato-Regular.1d2ca94dfba6f8d87cfd.woff) format("woff")}@font-face{font-family:Lato;font-style:normal;font-weight:500;src:url(/static/media/Lato-Medium.a071abba7e9bd90947f7.woff2) format("woff2"),url(/static/media/Lato-Medium.08eb0932dc2145b3f6b2.woff) format("woff")}@font-face{font-family:Lato;font-style:normal;font-weight:600;src:url(/static/media/Lato-Semibold.a6069540692725c247f1.woff2) format("woff2"),url(/static/media/Lato-Semibold.c66465590541129e82d3.woff) format("woff")}@font-face{font-family:Lato;font-style:normal;font-weight:700;src:url(/static/media/Lato-Bold.21b3848a32fce5b0f501.woff2) format("woff2"),url(/static/media/Lato-Bold.89b618086a797a8be0f4.woff) format("woff")}@font-face{font-family:Lato;font-style:normal;font-weight:800;src:url(/static/media/Lato-Heavy.75f024ce11d1fb961e8c.woff2) format("woff2"),url(/static/media/Lato-Heavy.5b824a726edcf6642539.woff) format("woff")}@font-face{font-family:Lato;font-style:normal;font-weight:900;src:url(/static/media/Lato-Black.6d20cff5b3255dd0078f.woff2) format("woff2"),url(/static/media/Lato-Black.6cfa65c63939188f33ef.woff) format("woff")}:root{--gb-index-spinner-loader:16;--gb-index-overlay:15;--gb-index-search-modal-container:13;--gb-index-search-modal-input-container:14;--gb-index-add-address-search:15;--gb-no-cost-emi-product-card:2}*{box-sizing:border-box;font-family:Lato,sans-serif;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#111}button,input,select,textarea{background-color:#0000;background:none;border:0;outline:0;padding:0}.row-container{font-family:inter;margin-top:30px;margin-inline:auto;margin-bottom:80px;max-width:1400px}@media(max-width:1440px){.row-container{margin-inline:20px}}.App{display:flex;flex-direction:column;min-height:100vh}ul{list-style-type:none;margin:0;padding:0}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.gb-input-container{margin-bottom:4px;position:relative}.gb-input-label{color:#666;left:16px;position:absolute;top:50%;transform:translateY(-50%);transition:all .5s}.gb-input-field{background-color:#fff5e5;border:1px solid #aaa;border-radius:4px;font-size:16px;padding:16px;width:100%}.gb-input-field:focus{background-color:#f2f9ff;border:1px solid #005dac;outline:2px solid #ccdfee}.gb-input-field:focus~.gb-input-label,.gb-input-field:not(:placeholder-shown)~.gb-input-label{color:#005dac;font-size:10px;top:8px;transform:translateY(0)}input[type=number]{-moz-appearance:textfield}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.gb-input-error-field{background-color:#fff5e5;border-radius:4px;font-size:16px;padding:16px;width:100%}.gb-input-error-field,.gb-input-error-field:focus{background-color:#fff2f4;border:1px solid #cc293b;outline:2px solid #f2c9ce}.gb-input-error-field:focus~.gb-input-label,.gb-input-error-field:not(:placeholder-shown)~.gb-input-label{color:#cc293b;font-size:10px;top:8px;transform:translateY(0)}.gb-input-validation{color:#666;font-size:12px}.gb-page-wrapper{flex:1 1;padding-bottom:145px}@media(min-width:768px){.gb-page-wrapper{padding-bottom:120px}.gb-page-wrapper:has(.fnb-order-track-page),.gb-page-wrapper:has(.order-placed),.gb-page-wrapper:has(.profile){background-color:#f4f4f4}}.gb-product-grid{margin-top:16px;padding-inline:12px;padding-bottom:24px}.gb-product-grid .product-card{margin-bottom:8px;min-width:248px}.gb-product-grid .product-card .heart-icon{display:block}.gb-product-grid .product-card .discount-tag{display:none}.gb-product-grid .product-card .emi-tag{display:block}.gb-product-grid .product-card .product-image{display:block;height:145px;width:130px}.gb-product-grid .product-card .product-content .no-cost-emi{display:none}.gb-product-grid .product-card .product-content .mrp-span{display:inline}.gb-product-grid .banner-slider-container{border-bottom:0;padding:0}.gb-product-grid .BrandCarousel-slider{border-bottom:none;margin-block:12px}@media(min-width:768px){.gb-product-grid{gap:16px;padding:0}.gb-product-grid .product-card{flex-direction:column;height:100%;min-width:248px}.gb-product-grid .product-card .discount-tag{font-size:12px;height:40px;width:39px}.gb-product-grid .product-card .emi-tag{font-size:12px}.gb-product-grid .product-card .product-image{height:136px;max-height:none;object-fit:contain;width:100%}.gb-product-grid .product-card .product-content .product-name{font-size:16px;font-weight:700;line-height:24px}.gb-product-grid .product-card .product-content .product-name,.gb-product-grid .product-card .product-content .seller{-webkit-line-clamp:1;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden;text-overflow:ellipsis;word-break:break-word}.gb-product-grid .product-card .product-content .seller{font-size:12px;line-height:16px}.gb-product-grid .product-card .product-content .delivery-by{font-size:12px}.gb-product-grid .product-card .product-content .price .latest-price{font-size:16px;line-height:24px}.gb-product-grid .product-card .product-content .price .original-price-container .original-price{font-size:14px;line-height:20px}.gb-product-grid .product-card .product-content .btn-container{width:100%}.gb-product-grid .product-card .product-content .btn-container .cart-btn-item-count{display:flex}.gb-product-grid .product-card .product-content .btn-container .add-to-cart-btn{font-size:16px;line-height:24px}}@media(min-width:1024px){.gb-product-grid{display:grid;grid-template-columns:repeat(2,1fr);padding-bottom:24px}}@media(min-width:1180px){.gb-product-grid{grid-template-columns:repeat(3,1fr)}}@media(min-width:1440px){.gb-product-grid{grid-template-columns:repeat(4,1fr)}}@media(min-width:1700px){.gb-product-grid{grid-template-columns:repeat(5,1fr)}}.gb-emi-tag{background-color:#005dac;border-top-left-radius:0;clip-path:polygon(0 0,100% 0,calc(100% - 14px) 100%,0 100%);color:#fff;font-size:8px;font-weight:700;left:0;line-height:12px;padding:4px 16px 4px 8px;position:absolute;top:0;z-index:2;z-index:var(--gb-no-cost-emi-product-card)}@media(min-width:768px){.gb-emi-tag{border-top-left-radius:8px;font-size:12px;line-height:16px}}.buyer-form-control{background:#0000;border:1px solid #b0dcc0;border-radius:5px;border-radius:18px;display:block;font-size:14px;font-weight:400;outline:0;padding:10px}.popup-box{background-color:#fff;border-radius:30px;font-size:14px;left:50%;padding:30px;position:absolute;top:50%;transform:translate(-50%,-50%)}.popup-box .popup-title-content{display:flex;justify-content:space-between;margin-bottom:15px}.popup-box .popup-title-content .popup-title{color:#182035;font-size:20px;font-weight:500}.popup-box .popup-title-content .close-cross{cursor:pointer;width:14px}.popup-box .popup-content{color:#666;line-height:1.6;margin-bottom:15px;text-align:left}.popup-box .popup-button-group{display:flex;gap:10px;justify-content:center;margin-left:auto;margin-top:15px;max-width:fit-content}.popup-box .popup-button-group .popup-button{border-radius:30px;cursor:pointer;padding:10px 40px}.popup-box .popup-button-group .popup-button:disabled{cursor:not-allowed;opacity:.6}.popup-box .popup-button-group .popup-reject{background-color:#d7d7d7;color:#666}.popup-box .popup-button-group .popup-accept{background-color:#f50;color:#fff}.Toastify .Toastify__toast{background-color:#111111e6!important;border-radius:30px!important;margin:0!important;max-width:max-content!important;padding:12px 16px!important}.Toastify .Toastify__toast-body{color:#fff!important;font-size:16px!important;font-weight:700!important;margin:0!important;padding:0!important}.Toastify .Toastify__toast-body .toast-icon{flex-shrink:0!important;height:14px!important;margin-top:2px!important;width:14px!important}@media(min-width:768px){.Toastify .Toastify__toast-body .toast-icon{height:18px!important;width:18px!important}}.Toastify .Toastify__toast-body .toast-text{-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;display:-webkit-box!important;line-height:1.4!important;max-width:240px!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:normal!important}.Toastify .Toastify__close-button,.Toastify .Toastify__progress-bar,.Toastify .Toastify__progress-bar--bg,.Toastify .Toastify__progress-bar--success,.Toastify .Toastify__progress-bar-theme--light{height:0!important;margin:0!important;opacity:0!important;overflow:hidden!important;padding:0!important;pointer-events:none!important;visibility:hidden!important;width:0!important}@media(max-width:768px){.Toastify .Toastify__toast-container.custom-toast-container{align-items:center!important;bottom:137px!important;display:flex!important;flex-direction:column-reverse!important;gap:2px!important;justify-content:flex-end!important;left:50%!important;max-width:320px!important;right:auto!important;top:auto!important;transform:translateX(-50%)!important;width:100%!important}}@media(min-width:768px){.Toastify .Toastify__toast-container.custom-toast-container{align-items:flex-end!important;bottom:auto!important;display:flex!important;flex-direction:column!important;gap:2px!important;left:auto!important;max-width:320px!important;right:24px!important;top:133px!important;transform:none!important}}.order-status-popup{background-image:linear-gradient(0deg,#eee 30%,#0000);bottom:68px;display:flex;justify-content:center;left:50%;margin:auto;pointer-events:auto;position:fixed;transform:translateX(-50%);width:100%;z-index:13;z-index:var(--gb-index-search-modal-container)}.order-status-popup .banner-slider-container{border-radius:8px;padding-top:4px}.order-status-popup .banner-slider-container .pagination{bottom:2px;gap:6px}.order-status-popup .banner-slider-container .pagination .pagination-icon{height:4px;width:4px}.order-status-popup .banner-slider-container .pagination .pagination-icon.active{width:24px}.order-status-popup .banner-slider-container .carousel-container .carousel-slide .component-slide{height:100%;padding-inline:8px;width:100%}.order-status-popup .order-status-popup__content{align-items:center;background-color:#fff;border-radius:8px;box-shadow:0 0 2px 1px rgba(0,0,0,.078);box-sizing:border-box;display:flex;flex-direction:row;gap:8px;margin-bottom:8px;padding:8px;width:100%}.order-status-popup .order-status-popup__content .order-status-popup__icon{align-items:center;display:flex;flex-shrink:0;justify-content:center}.order-status-popup .order-status-popup__content .order-status-popup__icon img{height:28px;object-fit:cover;width:28px}.order-status-popup .order-status-popup__content .order-status-popup__details{display:flex;flex:1 1;flex-direction:column;justify-content:center;min-width:0}.order-status-popup .order-status-popup__content .order-status-popup__details .order-status-popup__header{align-items:center;display:flex;gap:10px}.order-status-popup .order-status-popup__content .order-status-popup__details .order-status-popup__header .order-status-popup__restaurant{-webkit-line-clamp:1;-webkit-box-orient:vertical;display:-webkit-box;font-size:12px;font-weight:700;line-height:16px;overflow:hidden;text-overflow:ellipsis;word-break:break-word}.order-status-popup .order-status-popup__content .order-status-popup__details .order-status-popup__header .order-status-popup__divider{color:#4e5158;font-weight:400}.order-status-popup .order-status-popup__content .order-status-popup__details .order-status-popup__header .order-status-popup__delivery-link{color:#005dac;font-size:12px;font-weight:700;line-height:16px;white-space:nowrap}.order-status-popup .order-status-popup__content .order-status-popup__details .order-status-popup__desc{color:#666;font-size:14px;font-weight:400;line-height:20px}.order-status-popup .order-status-popup__content .order-status-popup__details .order-status-popup__desc .order-status-popup__mins{color:#111;font-weight:700}.order-status-popup .order-status-popup__content .order-status-popup__otp{align-items:flex-end;display:flex;flex-direction:column;justify-content:flex-start}.order-status-popup .order-status-popup__content .order-status-popup__otp .order-status-popup__otp-label{color:#111;font-size:12px;font-weight:700;line-height:16px;margin-bottom:4px}.order-status-popup .order-status-popup__content .order-status-popup__otp .fnb-otp-container{display:flex;justify-content:flex-end;padding:0;width:auto}.order-status-popup .order-status-popup__content .order-status-popup__otp .fnb-otp-container .otp-container-style{align-items:center;display:flex;gap:4px}.order-status-popup .order-status-popup__content .order-status-popup__otp .fnb-otp-container .otp-digit{border:1px solid #eee;border-radius:4px;box-sizing:border-box;color:#111;cursor:not-allowed;font-size:16px;font-weight:700;height:24px!important;text-align:center;width:23px!important}@media(min-width:768px){.order-status-popup{background-image:none;bottom:24px;left:auto;right:24px;transform:none;width:485px}.order-status-popup .banner-slider-container{border-radius:12px;padding-top:4px}.order-status-popup .banner-slider-container .pagination{bottom:0;gap:8px}.order-status-popup .banner-slider-container .pagination .pagination-icon{height:6px;width:6px}.order-status-popup .banner-slider-container .pagination .pagination-icon.active{width:32px}.order-status-popup .banner-slider-container .carousel-container .carousel-slide .component-slide{padding-inline:2px}.order-status-popup .order-status-popup__content{box-shadow:0 0 0 1px #0003;margin-bottom:12px}.order-status-popup .order-status-popup__content .order-status-popup__icon{align-items:center;display:flex;flex-shrink:0;justify-content:center}.order-status-popup .order-status-popup__content .order-status-popup__icon img{height:46px;object-fit:cover;width:46px}.order-status-popup .order-status-popup__content .order-status-popup__details{display:flex;flex:1 1;flex-direction:column;justify-content:center;min-width:0}.order-status-popup .order-status-popup__content .order-status-popup__details .order-status-popup__header{align-items:center;display:flex;gap:10px}.order-status-popup .order-status-popup__content .order-status-popup__details .order-status-popup__header .order-status-popup__restaurant{-webkit-line-clamp:1;-webkit-box-orient:vertical;display:-webkit-box;font-size:16px;font-weight:700;line-height:24px;line-height:16px;overflow:hidden;text-overflow:ellipsis;word-break:break-word}.order-status-popup .order-status-popup__content .order-status-popup__details .order-status-popup__header .order-status-popup__divider{color:#4e5158;font-weight:400}.order-status-popup .order-status-popup__content .order-status-popup__details .order-status-popup__header .order-status-popup__delivery-link{color:#005dac;font-size:16px;font-weight:700;line-height:24px;white-space:nowrap}.order-status-popup .order-status-popup__content .order-status-popup__details .order-status-popup__desc{color:#666;font-size:16px;font-weight:400;line-height:24px}.order-status-popup .order-status-popup__content .order-status-popup__details .order-status-popup__desc .order-status-popup__mins{color:#111;font-weight:700}.order-status-popup .order-status-popup__content .order-status-popup__otp{align-items:flex-end;display:flex;flex-direction:column;justify-content:flex-start}.order-status-popup .order-status-popup__content .order-status-popup__otp .order-status-popup__otp-label{font-size:14px;font-weight:400;line-height:20px;margin-bottom:4px}.order-status-popup .order-status-popup__content .order-status-popup__otp .fnb-otp-container{display:flex;justify-content:flex-end;padding:0;width:auto}.order-status-popup .order-status-popup__content .order-status-popup__otp .fnb-otp-container .otp-container-style{align-items:center;display:flex;gap:2px}.order-status-popup .order-status-popup__content .order-status-popup__otp .fnb-otp-container .otp-digit{cursor:not-allowed;font-size:20px;font-weight:800;height:40px!important;line-height:24px;width:36px!important}}
/*# sourceMappingURL=main.285765f9.css.map*/