@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 a{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-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;gap:12px;justify-content:center}.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:#005dac;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}}@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}}.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}}.footer-container{background-color:hsla(0,0%,7%,.949);display:flex;flex-direction:column;overflow:hidden;padding-bottom:68px;width:100%}.footer-container .footer-btn-scroll{align-items:center;background-color:#111;color:#fff;display:flex;gap:8px;justify-content:center;margin-bottom:24px;padding:8px 0;width:100%}.footer-container .footer-btn-scroll h4{cursor:pointer;font-size:14px;font-weight:700;line-height:24px}.footer-container .footer-btn-scroll img{cursor:pointer;height:20px;object-fit:contain;width:20px}.footer-container .dynamic-footer .footer-main-title{color:#fff;font-size:16px;font-weight:700;margin-bottom:12px;padding-inline:16px}.footer-container .dynamic-footer .main-and-other-pro{display:flex;flex-direction:column;gap:24px;margin-bottom:16px}.footer-container .dynamic-footer .main-and-other-pro .cat-header{align-items:center;cursor:pointer;display:flex;justify-content:space-between;padding-block:8px}.footer-container .dynamic-footer .main-and-other-pro .cat-header .cat-header-text{color:#fff;font-size:14px;font-weight:700;line-height:20px}.footer-container .dynamic-footer .main-and-other-pro .cat-header .arrow-icon{height:20px;object-fit:contain;width:20px}.footer-container .dynamic-footer .main-and-other-pro .sub-cat-section{padding-bottom:12px}.footer-container .dynamic-footer .main-and-other-pro .sub-cat-section .sub-cat{color:#fff;cursor:pointer;font-size:12px;font-weight:400;line-height:20px;padding-block:4px}.footer-container .dynamic-footer .main-and-other-pro .ondc-cat-footer .ondc-categories .ondc-footer-pro-single-item{border-bottom:1px solid #666;margin:0 16px 8px}.footer-container .dynamic-footer .main-and-other-pro .ondc-cat-footer .ondc-categories .ondc-footer-pro-single-item:last-of-type{border-bottom:0}.footer-container .dynamic-footer .main-and-other-pro .ondc-cat-footer .ondc-main-icon{align-items:center;color:#fff;display:flex;font-size:14px;gap:4px;justify-content:center}.footer-container .dynamic-footer .main-and-other-pro .ondc-cat-footer .ondc-main-icon .ondc-icon{height:26px;object-fit:contain;width:66px}.footer-container .dynamic-footer .main-and-other-pro .footer-other-product{padding-inline:16px}.footer-container .dynamic-footer .main-and-other-pro .footer-other-product .other-pro-container .header-menu-container .cat-header{padding-bottom:8px;padding-top:0}.footer-container .dynamic-footer .main-and-other-pro .footer-other-product .other-pro-container .header-menu-container .sub-cat-section{padding-bottom:0}.footer-container .dynamic-footer .main-and-other-pro .footer-other-product .other-cat-header{align-items:center;display:flex;justify-content:space-between;padding-block:8px}.footer-container .dynamic-footer .main-and-other-pro .footer-other-product .other-cat-header .other-cat-header-text{color:#fff;font-size:14px;font-weight:700;line-height:20px}.footer-container .dynamic-footer .main-and-other-pro .footer-other-product .other-cat-header .arrow-icon{height:20px;object-fit:contain;width:20px}@media(min-width:768px){.footer-container{padding-bottom:0}.footer-container .dynamic-footer{padding-inline:37px}.footer-container .dynamic-footer .footer-main-title{font-size:30px;margin-bottom:24px}.footer-container .dynamic-footer .main-and-other-pro{flex-direction:row;flex-wrap:wrap;justify-content:space-between;margin-bottom:48px;padding-inline:24px}.footer-container .dynamic-footer .main-and-other-pro .cat-header{cursor:inherit;margin-bottom:12px;padding-block:0;padding-top:16px}.footer-container .dynamic-footer .main-and-other-pro .cat-header .cat-header-text{font-size:16px;line-height:24px}.footer-container .dynamic-footer .main-and-other-pro .cat-header .arrow-icon{display:none}.footer-container .dynamic-footer .main-and-other-pro .sub-cat-section .sub-cat{font-size:14px;line-height:20px;margin-bottom:12px;padding-block:0}.footer-container .dynamic-footer .main-and-other-pro .ondc-cat-footer{width:75%}.footer-container .dynamic-footer .main-and-other-pro .ondc-cat-footer .ondc-categories{border-bottom:1px solid #666;display:flex;flex-direction:row;gap:16px;justify-content:space-between;margin-bottom:20px;padding-bottom:20px}.footer-container .dynamic-footer .main-and-other-pro .ondc-cat-footer .ondc-categories .ondc-footer-pro-single-item{border-bottom:0;margin:0;max-width:239px}.footer-container .dynamic-footer .main-and-other-pro .ondc-cat-footer .ondc-main-icon{font-size:16px;gap:8px}.footer-container .dynamic-footer .main-and-other-pro .ondc-cat-footer .ondc-main-icon .ondc-icon{height:30px;width:75px}.footer-container .dynamic-footer .main-and-other-pro .footer-other-product{display:flex;flex-wrap:wrap;gap:16px;padding-inline:0}.footer-container .dynamic-footer .main-and-other-pro .footer-other-product .cat-header{border-bottom:initial}.footer-container .dynamic-footer .main-and-other-pro .footer-other-product .other-pro-container{max-width:239px;padding-inline:0}.footer-container .dynamic-footer .main-and-other-pro .footer-other-product .other-pro-container .header-menu-container{border:1px solid #666;border-radius:8px;padding:16px 24px}.footer-container .dynamic-footer .main-and-other-pro .footer-other-product .other-pro-container .header-menu-container .sub-cat-section .sub-cat:last-of-type{margin-bottom:0;padding-bottom:0}.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}}.banner-category-carousel-skeleton{margin:0 auto 71px;position:relative;width:100%}.banner-category-carousel-skeleton--loading *{will-change:transform}.banner-category-carousel-skeleton .banner-skeleton{animation:shimmer 3s linear infinite;background-color:#f0f0f0;background:linear-gradient(90deg,#eee 25%,#ddd 50%,#eee 75%);background-size:200% 100%;border-radius:0;border-radius:4px;display:block;height:200px;object-fit:contain;overflow:hidden;position:relative;width:100%}.banner-category-carousel-skeleton .category-section-skeleton{border-bottom:1px solid #eee;bottom:-47px;margin-block:16px;overflow:hidden;padding-bottom:16px;position:absolute;width:100%}.banner-category-carousel-skeleton .category-section-skeleton .category-header-skeleton{align-items:center;display:flex;justify-content:space-between;margin-bottom:4px}.banner-category-carousel-skeleton .category-section-skeleton .category-header-skeleton .category-title-skeleton{animation:shimmer 3s linear infinite;background-color:#f0f0f0;background:linear-gradient(90deg,#eee 25%,#ddd 50%,#eee 75%);background-size:200% 100%;border-radius:4px;font-size:16px;font-weight:800;height:24px;line-height:24px;overflow:hidden;padding-left:16px;position:relative;width:120px}.banner-category-carousel-skeleton .category-section-skeleton .category-header-skeleton .home-slider-buttons-skeleton{display:flex;gap:8px}.banner-category-carousel-skeleton .category-section-skeleton .category-header-skeleton .home-slider-buttons-skeleton .home-slider-button-skeleton{animation:shimmer 3s linear infinite;background-color:#f0f0f0;background:linear-gradient(90deg,#eee 25%,#ddd 50%,#eee 75%);background-size:200% 100%;border-radius:4px;height:32px;overflow:hidden;position:relative;width:32px}.banner-category-carousel-skeleton .category-section-skeleton .category-slider-skeleton{display:flex;gap:8px;overflow-x:auto;padding-inline:16px;scroll-behavior:smooth;white-space:nowrap;width:100%}.banner-category-carousel-skeleton .category-section-skeleton .category-slider-skeleton::-webkit-scrollbar{display:none}.banner-category-carousel-skeleton .category-section-skeleton .category-slider-skeleton .category-slider-item-skeleton{background-color:#f0f0f0;border-radius:8px;flex-shrink:0;height:88px;overflow:hidden;position:relative;width:88px}.banner-category-carousel-skeleton .category-section-skeleton .category-slider-skeleton .category-slider-item-skeleton .category-item-image-skeleton{animation:shimmer 3s linear infinite;background-color:#f0f0f0;background:linear-gradient(90deg,#eee 25%,#ddd 50%,#eee 75%);background-size:200% 100%;border-radius:8px;border-radius:4px;display:block;height:100%;object-fit:cover;overflow:hidden;position:relative;width:100%}@media(min-width:768px){.banner-category-carousel-skeleton{margin-bottom:104px}.banner-category-carousel-skeleton .banner-skeleton{background-color:#f0f0f0;height:400px}.banner-category-carousel-skeleton .category-section-skeleton{border-bottom:1px solid #eee;bottom:-80px;margin-block:24px;padding-bottom:24px}.banner-category-carousel-skeleton .category-section-skeleton .category-header-skeleton{margin-bottom:12px;padding-right:24px}.banner-category-carousel-skeleton .category-section-skeleton .category-header-skeleton .category-title-skeleton{background-color:#f0f0f0;border-radius:4px;font-size:18px;font-weight:800;height:24px;line-height:24px;padding-left:24px;width:150px}.banner-category-carousel-skeleton .category-section-skeleton .category-slider-skeleton{gap:16px;padding-inline:24px}.banner-category-carousel-skeleton .category-section-skeleton .category-slider-skeleton .category-slider-item-skeleton{height:152px;width:152px}.banner-category-carousel-skeleton .category-section-skeleton .category-slider-skeleton .category-slider-item-skeleton .category-item-image-skeleton{background-color:#f0f0f0;border-radius:8px}}@media(min-width:1200px){.banner-category-carousel-skeleton .category-section-skeleton .category-slider-skeleton{gap: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}}.six-grid-section-skeleton{border-bottom:1px solid #eee;margin-bottom:16px;padding:0 16px 16px}.six-grid-section-skeleton--loading *{will-change:transform}.six-grid-section-skeleton .six-grid-header-skeleton{align-items:center;display:flex;justify-content:space-between;margin-bottom:12px}.six-grid-section-skeleton .six-grid-header-skeleton .six-grid-title-skeleton{animation:shimmer 3s linear infinite;background-color:#f0f0f0;background:linear-gradient(90deg,#eee 25%,#ddd 50%,#eee 75%);background-size:200% 100%;border-radius:4px;font-size:16px;font-weight:800;height:24px;line-height:24px;overflow:hidden;position:relative;width:100px}.six-grid-section-skeleton .six-grid-header-skeleton .home-slider-buttons-skeleton{display:flex;gap:8px}.six-grid-section-skeleton .six-grid-header-skeleton .home-slider-buttons-skeleton .home-slider-button-skeleton{animation:shimmer 3s linear infinite;background-color:#f0f0f0;background:linear-gradient(90deg,#eee 25%,#ddd 50%,#eee 75%);background-size:200% 100%;border-radius:4px;height:32px;overflow:hidden;position:relative;width:32px}.six-grid-section-skeleton .six-grid-content-skeleton{grid-column-gap:8px;grid-row-gap:8px;column-gap:8px;display:grid;grid-template-columns:repeat(4,1fr);row-gap:8px}.six-grid-section-skeleton .six-grid-content-skeleton .six-grid-card-skeleton{text-align:center}.six-grid-section-skeleton .six-grid-content-skeleton .six-grid-card-skeleton.six-grid-card-skeleton--span-2{grid-column:span 2}.six-grid-section-skeleton .six-grid-content-skeleton .six-grid-card-skeleton.six-grid-card-skeleton--span-2 .six-grid-card-image-skeleton{animation:shimmer 3s linear infinite;background-color:#f0f0f0;background:linear-gradient(90deg,#eee 25%,#ddd 50%,#eee 75%);background-size:200% 100%;border-radius:8px;border-radius:4px;height:100%;object-fit:contain;overflow:hidden;position:relative;width:100%}.six-grid-section-skeleton .six-grid-content-skeleton .six-grid-card-skeleton.six-grid-card-skeleton--span-1{grid-column:span 1}.six-grid-section-skeleton .six-grid-content-skeleton .six-grid-card-skeleton.six-grid-card-skeleton--span-1 .six-grid-card-image-skeleton{animation:shimmer 3s linear infinite;background-color:#f0f0f0;background:linear-gradient(90deg,#eee 25%,#ddd 50%,#eee 75%);background-size:200% 100%;border-radius:8px;border-radius:4px;height:96px;object-fit:contain;overflow:hidden;position:relative;width:100%}.six-grid-section-skeleton .six-grid-content-skeleton .six-grid-card-skeleton .six-grid-card-image-skeleton{border-radius:8px;cursor:pointer;object-fit:contain}@media(min-width:768px){.six-grid-section-skeleton{margin-bottom:24px;padding:0 0 24px}.six-grid-section-skeleton .six-grid-header-skeleton{align-items:center;display:flex;justify-content:space-between;margin-bottom:4px;padding:0 24px}.six-grid-section-skeleton .six-grid-header-skeleton .six-grid-title-skeleton{background-color:#f0f0f0;border-radius:4px;font-size:18px;font-weight:800;height:24px;line-height:24px;margin-bottom:16px;width:120px}.six-grid-section-skeleton .six-grid-content-skeleton{display:flex;gap:16px;overflow-x:auto;padding-inline:24px;scroll-behavior:smooth;white-space:nowrap}.six-grid-section-skeleton .six-grid-content-skeleton::-webkit-scrollbar{display:none}.six-grid-section-skeleton .six-grid-content-skeleton .six-grid-card-skeleton{flex-shrink:0}.six-grid-section-skeleton .six-grid-content-skeleton .six-grid-card-skeleton.six-grid-card-skeleton--span-2{height:154px;width:328px}.six-grid-section-skeleton .six-grid-content-skeleton .six-grid-card-skeleton.six-grid-card-skeleton--span-2 .six-grid-card-image-skeleton{background-color:#f0f0f0;border-radius:8px;height:154px;width:328px}.six-grid-section-skeleton .six-grid-content-skeleton .six-grid-card-skeleton.six-grid-card-skeleton--span-1{width:164px}.six-grid-section-skeleton .six-grid-content-skeleton .six-grid-card-skeleton.six-grid-card-skeleton--span-1 .six-grid-card-image-skeleton{background-color:#f0f0f0;border-radius:8px;height:154px;width:164px}.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}}.produst-carousel-skeleton{border-bottom:1px solid #eee;margin-bottom:16px;padding-bottom:16px}.produst-carousel-skeleton--loading *{will-change:transform}.produst-carousel-skeleton .produst-carousel-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:12px;padding-inline:16px}.produst-carousel-skeleton .produst-carousel-header .produst-carousel-header-txt{animation:shimmer 3s linear infinite;background:#eee;background:linear-gradient(90deg,#eee 25%,#ddd 50%,#eee 75%);background-size:200% 100%;border-radius:4px;height:14px;overflow:hidden;position:relative;width:33%}.produst-carousel-skeleton .produst-carousel-header .home-slider-buttons{display:none;gap:8px}.produst-carousel-skeleton .produst-carousel-header .home-slider-buttons .skeleton-button{animation:shimmer 3s linear infinite;background:#eee;background:linear-gradient(90deg,#eee 25%,#ddd 50%,#eee 75%);background-size:200% 100%;border-radius:50%;border-radius:4px;height:32px;overflow:hidden;position:relative;width:32px}.produst-carousel-skeleton .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-skeleton .product-list::-webkit-scrollbar{display:none}.produst-carousel-skeleton .product-list .skeleton-card{flex-direction:column;width:203px}.produst-carousel-skeleton .product-list .skeleton-card .skeleton-image{animation:shimmer 3s linear infinite;background:#eee;background:linear-gradient(90deg,#eee 25%,#ddd 50%,#eee 75%);background-size:200% 100%;border-radius:4px;height:150px;overflow:hidden;position:relative;width:100%}.produst-carousel-skeleton .product-list .skeleton-card .product-content .product-name-and-heart-icon .product-name{height:16px;width:80%}.produst-carousel-skeleton .product-list .skeleton-card .product-content .product-name-and-heart-icon .product-name,.produst-carousel-skeleton .product-list .skeleton-card .product-content .skeleton-price{animation:shimmer 3s linear infinite;background:#eee;background:linear-gradient(90deg,#eee 25%,#ddd 50%,#eee 75%);background-size:200% 100%;border-radius:4px;margin-bottom:8px;overflow:hidden;position:relative}.produst-carousel-skeleton .product-list .skeleton-card .product-content .skeleton-price{height:14px;width:60%}.produst-carousel-skeleton .product-list .skeleton-card .product-content .skeleton-emi{animation:shimmer 3s linear infinite;background:#eee;background:linear-gradient(90deg,#eee 25%,#ddd 50%,#eee 75%);background-size:200% 100%;border-radius:4px;height:12px;margin-bottom:8px;overflow:hidden;position:relative;width:70%}.produst-carousel-skeleton .product-list .skeleton-card .product-content .bottom-container .btn-container .add-to-cart-btn{animation:shimmer 3s linear infinite;background:#eee;background:linear-gradient(90deg,#eee 25%,#ddd 50%,#eee 75%);background-size:200% 100%;border:1px solid #eee;border-radius:4px;height:32px;overflow:hidden;position:relative;width:100%}.produst-carousel-skeleton .view-all-deals{border:1px solid #eee;border-radius:8px;display:flex;justify-content:space-between;margin-inline:16px;padding:10px 8px 10px 12px}.produst-carousel-skeleton .view-all-deals .viewTitle{align-items:center;display:flex;gap:10px}.produst-carousel-skeleton .view-all-deals .viewTitle .viewTitleImg{border-radius:2px;height:24px;width:35px}.produst-carousel-skeleton .view-all-deals .viewTitle .skeleton-text,.produst-carousel-skeleton .view-all-deals .viewTitle .viewTitleImg{animation:shimmer 3s linear infinite;background:#eee;background:linear-gradient(90deg,#eee 25%,#ddd 50%,#eee 75%);background-size:200% 100%;border-radius:4px;overflow:hidden;position:relative}.produst-carousel-skeleton .view-all-deals .viewTitle .skeleton-text{height:14px;width:100px}.produst-carousel-skeleton .view-all-deals .arrow{animation:shimmer 3s linear infinite;background:#eee;background:linear-gradient(90deg,#eee 25%,#ddd 50%,#eee 75%);background-size:200% 100%;border-radius:50%;border-radius:4px;height:20px;overflow:hidden;position:relative;width:20px}@media(min-width:768px){.produst-carousel-skeleton{margin-bottom:24px;padding-bottom:24px}.produst-carousel-skeleton .produst-carousel-header{margin-bottom:16px;padding-inline:24px}.produst-carousel-skeleton .produst-carousel-header .produst-carousel-header-txt{height:18px}.produst-carousel-skeleton .produst-carousel-header .home-slider-buttons{display:flex}.produst-carousel-skeleton .product-list{margin-bottom:16px;padding-inline:24px}.produst-carousel-skeleton .product-list .skeleton-card{width:248px}.produst-carousel-skeleton .product-list .skeleton-card .skeleton-image{height:180px}.produst-carousel-skeleton .product-list .skeleton-card .product-content .product-name-and-heart-icon .product-name{height:18px}.produst-carousel-skeleton .product-list .skeleton-card .product-content .skeleton-price{height:16px}.produst-carousel-skeleton .product-list .skeleton-card .product-content .skeleton-emi{height:14px}.produst-carousel-skeleton .product-list .skeleton-card .product-content .bottom-container .btn-container .add-to-cart-btn{height:36px}.produst-carousel-skeleton .view-all-deals{align-items:center;margin-inline:24px;padding:12px}.produst-carousel-skeleton .view-all-deals .viewTitle{gap:16px}.produst-carousel-skeleton .view-all-deals .viewTitle .viewTitleImg{height:51px;width:75px}.produst-carousel-skeleton .view-all-deals .viewTitle .skeleton-text{height:18px;width:120px}.produst-carousel-skeleton .view-all-deals .arrow{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}}.home-page-skeleton .carousel-img{animation:shimmer 3s linear infinite;background:linear-gradient(90deg,#eee 25%,#ddd 50%,#eee 75%);background-size:200% 100%;border-radius:4px;height:180px;width:100%}.home-page-skeleton .product-grid-container{border-bottom:1px solid #eee;padding:16px}.home-page-skeleton .product-grid-container .product-grid-header{margin-bottom:12px}.home-page-skeleton .product-grid-container .product-grid-header h2{animation:shimmer 3s linear infinite;background:linear-gradient(90deg,#eee 25%,#ddd 50%,#eee 75%);background-size:200% 100%;border-radius:4px;height:24px;width:20%}.home-page-skeleton .product-grid-container .product-grid{grid-gap:16px;display:grid;grid-template-columns:repeat(3,1fr);padding:0;place-items:center}.home-page-skeleton .product-grid-container .product-grid .product-grid-item{background-color:#eee;cursor:pointer;height:100%;text-align:center;width:100%}.home-page-skeleton .product-grid-container .product-grid .product-grid-item .category-img{animation:shimmer 3s linear infinite;background:linear-gradient(90deg,#eee 25%,#ddd 50%,#eee 75%);background-size:200% 100%;border-radius:4px;border-radius:8px;display:block;height:100%;object-fit:contain;width:100%}.home-page-skeleton .product-grid-container .product-grid .product-grid-item .category-name{text-wrap:wrap;-webkit-line-clamp:2;-webkit-box-orient:vertical;animation:shimmer 3s linear infinite;background:linear-gradient(90deg,#eee 25%,#ddd 50%,#eee 75%);background-size:200% 100%;border-radius:4px;display:-webkit-box;height:20px;line-height:1.2em;margin-top:8px;overflow:hidden;text-align:center;text-overflow:ellipsis;white-space:nowrap;width:100%;word-break:break-word}@media(min-width:768px){.product-grid-container{padding:24px 0}.product-grid-container .product-grid-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:16px;padding-inline:24px}.product-grid-container .product-grid{display:flex;gap:24px;overflow-x:auto;padding-inline:24px}.product-grid-container .product-grid::-webkit-scrollbar{display:none}.product-grid-container .product-grid .product-grid-item{flex:0 0 auto;max-width:152px;scroll-snap-align:start}.product-grid-container .product-grid .product-grid-item .category-name{font-size:14px;font-weight:400;margin-top:16px}}@media(min-width:1024px){.home-page-skeleton .carousel-img{height:378px}}@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}}.store-secondary-navigation-section-skeleton{border-bottom:1px solid #eee;display:flex;flex-direction:row;gap:8px;overflow-x:auto;padding-inline:16px 16px;scrollbar-width:none}.store-secondary-navigation-section-skeleton .main-category-slider{display:flex;flex-direction:column;gap:8px}.store-secondary-navigation-section-skeleton .main-category-slider .store-image{align-self:center;animation:shimmer 3s linear infinite;background:linear-gradient(90deg,#eee 25%,#ddd 50%,#eee 75%);background-size:200% 100%;border-radius:4px;border-radius:50%;height:64px;width:64px}.store-secondary-navigation-section-skeleton .main-category-slider .store-title{animation:shimmer 3s linear infinite;background:linear-gradient(90deg,#eee 25%,#ddd 50%,#eee 75%);background-size:200% 100%;border-radius:4px;height:16px;margin-bottom:2px}@media(min-width:768px){.store-secondary-navigation-section-skeleton{border-bottom:1px solid #eee;display:flex;flex-direction:row;gap:8px;overflow-x:auto;padding-inline:16px 16px;scrollbar-width:none}.store-secondary-navigation-section-skeleton .main-category-slider{display:flex;flex-direction:column;gap:8px}.store-secondary-navigation-section-skeleton .main-category-slider .store-image{align-self:center;animation:shimmer 3s linear infinite;background:linear-gradient(90deg,#eee 25%,#ddd 50%,#eee 75%);background-size:200% 100%;border-radius:4px;border-radius:50%;height:64px;width:64px}.store-secondary-navigation-section-skeleton .main-category-slider .store-title{animation:shimmer 3s linear infinite;background:linear-gradient(90deg,#eee 25%,#ddd 50%,#eee 75%);background-size:200% 100%;border-radius:4px;height:16px;margin-bottom:2px}.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}}.category-product-list-page-skeleton .carousel-img{animation:shimmer 3s linear infinite;background:linear-gradient(90deg,#eee 25%,#ddd 50%,#eee 75%);background-size:200% 100%;border-radius:4px;height:180px;scrollbar-width:none;width:100%}.category-product-list-page-skeleton .category-filter-and-data .filter-section{display:none}.category-product-list-page-skeleton .category-filter-and-data .data-section .title-section{display:flex;flex-direction:column;gap:12px}.category-product-list-page-skeleton .category-filter-and-data .data-section .title-section .category-title-container{display:flex;flex-direction:column;gap:10px;padding-block:12px;padding-inline:16px}.category-product-list-page-skeleton .category-filter-and-data .data-section .title-section .category-title-container .catergory-title{animation:shimmer 3s linear infinite;background:linear-gradient(90deg,#eee 25%,#ddd 50%,#eee 75%);background-size:200% 100%;border-radius:4px;height:18px;width:25%}.category-product-list-page-skeleton .category-filter-and-data .data-section .title-section .category-title-container .catergory-title-row-buttons{align-items:center;display:flex;justify-content:space-between}.category-product-list-page-skeleton .category-filter-and-data .data-section .title-section .category-title-container .catergory-title-row-buttons .shown-product-count{animation:shimmer 3s linear infinite;background:linear-gradient(90deg,#eee 25%,#ddd 50%,#eee 75%);background-size:200% 100%;border-radius:4px;height:18px;width:20%}.category-product-list-page-skeleton .category-filter-and-data .data-section .title-section .category-title-container .catergory-title-row-buttons .catergory-title-row{align-items:center;display:flex;gap:8px;justify-content:flex-end;width:50%}.category-product-list-page-skeleton .category-filter-and-data .data-section .title-section .category-title-container .catergory-title-row-buttons .catergory-title-row .filter-btn,.category-product-list-page-skeleton .category-filter-and-data .data-section .title-section .category-title-container .catergory-title-row-buttons .catergory-title-row .sort-btn{animation:shimmer 3s linear infinite;background:linear-gradient(90deg,#eee 25%,#ddd 50%,#eee 75%);background-size:200% 100%;border-radius:4px;height:18px;width:20%}.category-product-list-page-skeleton .category-filter-and-data .data-section .title-section .selected-filter-container{display:none}.category-product-list-page-skeleton .category-filter-and-data .view-cart-on-item-count{animation:shimmer 3s linear infinite;background:linear-gradient(90deg,#eee 25%,#ddd 50%,#eee 75%);background-size:200% 100%;border-radius:4px;display:flex;height:40px;margin-top:25px;width:100%}@media(min-width:768px){.category-product-list-page-skeleton .category-filter-and-data{display:flex;gap:16px;padding-inline:24px}.category-product-list-page-skeleton .category-filter-and-data .filter-section{display:block;flex-shrink:0;overflow-y:auto;padding-top:24px;width:320px}.category-product-list-page-skeleton .category-filter-and-data .filter-section .filter-modal-content .filter-header{display:flex;padding:0 0 8px}.category-product-list-page-skeleton .category-filter-and-data .filter-section .filter-modal-content .filter-header .close-btn{display:none}.category-product-list-page-skeleton .category-filter-and-data .filter-section .filter-modal-content .range-slider{padding:16px 0}.category-product-list-page-skeleton .category-filter-and-data .filter-section .filter-modal-content .filter-actions{align-items:center;padding-inline:0}.category-product-list-page-skeleton .category-filter-and-data .filter-section .filter-modal-content .filter-actions .clear-btn .button{padding-inline:26px}.category-product-list-page-skeleton .category-filter-and-data .filter-section .filter-modal-content .filter-actions .apply-btn .button{padding-inline:46px}.category-product-list-page-skeleton .category-filter-and-data .data-section{border-left:1px solid #eee;padding-left:16px;padding-top:24px;width:calc(100% - 336px)}.category-product-list-page-skeleton .category-filter-and-data .data-section .title-section{margin-bottom:16px}.category-product-list-page-skeleton .category-filter-and-data .data-section .title-section .category-title-container{align-items:center;flex-direction:row;gap:10px}.category-product-list-page-skeleton .category-filter-and-data .data-section .title-section .category-title-container .catergory-title-row-buttons{width:100%}.category-product-list-page-skeleton .category-filter-and-data .data-section .title-section .category-title-container .catergory-title-row-buttons .catergory-title-row .sort-btn{display:none}.category-product-list-page-skeleton .category-filter-and-data .data-section .title-section .category-title-container .catergory-title-row-buttons .catergory-title-row .filter-btn{animation:shimmer 3s linear infinite;background:linear-gradient(90deg,#eee 25%,#ddd 50%,#eee 75%);background-size:200% 100%;border-radius:4px;height:18px;width:20%}.category-product-list-page-skeleton .category-filter-and-data .data-section .title-section .selected-filter-container{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;gap:10px;padding-left:12px}.category-product-list-page-skeleton .category-filter-and-data .data-section .title-section .selected-filter-container .selected-filter-button{align-items:center;animation:shimmer 3s linear infinite;background:linear-gradient(90deg,#eee 25%,#ddd 50%,#eee 75%);background-size:200% 100%;border-radius:4px;display:flex;flex-wrap:nowrap;gap:4px;padding-inline:16px}.category-product-list-page-skeleton .category-filter-and-data .view-cart-on-item-count{display:none}}@media(min-width:1024px){.category-product-list-page-skeleton .carousel-img{animation:shimmer 3s linear infinite;background:linear-gradient(90deg,#eee 25%,#ddd 50%,#eee 75%);background-size:200% 100%;border-radius:4px;height:378px;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}}.product-card-skeleton{border:1px solid #eee;border-radius:12px;display:flex;flex-direction:row;margin-bottom:8px;width:100%}.product-card-skeleton .product-items{display:flex;flex-direction:row;gap:12px;width:100%}.product-card-skeleton .product-items .product-image{animation:shimmer 3s linear infinite;background:linear-gradient(90deg,#eee 25%,#ddd 50%,#eee 75%);background-size:200% 100%;border-radius:4px;display:block;height:100%;width:130px}.product-card-skeleton .product-items .product-details-container{flex:1 1;padding:8px 8px 8px 0}.product-card-skeleton .product-items .product-details-container .product-title{animation:shimmer 3s linear infinite;background:linear-gradient(90deg,#eee 25%,#ddd 50%,#eee 75%);background-size:200% 100%;border-radius:4px;color:#111;font-size:14px;font-weight:800;height:12px;line-height:20px;margin-bottom:2px;width:100%}.product-card-skeleton .product-items .product-details-container .product-location-details{animation:shimmer 3s linear infinite;background:linear-gradient(90deg,#eee 25%,#ddd 50%,#eee 75%);background-size:200% 100%;border-radius:4px;height:12px;margin-bottom:4px;width:40%}.product-card-skeleton .product-items .product-details-container .small-container{align-items:center;display:flex;gap:24px;height:16px;margin-block:18px;width:100%}.product-card-skeleton .product-items .product-details-container .small-container .small-div{height:16px;width:20%}.product-card-skeleton .product-items .product-details-container .product-status-section-title,.product-card-skeleton .product-items .product-details-container .small-container .small-div{align-items:center;animation:shimmer 3s linear infinite;background:linear-gradient(90deg,#eee 25%,#ddd 50%,#eee 75%);background-size:200% 100%;border-radius:4px;display:flex;flex-direction:row}.product-card-skeleton .product-items .product-details-container .product-status-section-title{flex-shrink:1;gap:4px;height:10px;margin-bottom:8px;width:100%}.product-card-skeleton .product-items .product-details-container .product-status-section-desc{align-items:center;animation:shimmer 3s linear infinite;background:linear-gradient(90deg,#eee 25%,#ddd 50%,#eee 75%);background-size:200% 100%;border-radius:4px;display:flex;flex-direction:row;flex-shrink:1;gap:4px;height:16px;margin-bottom:8px;width:40%}.product-card-skeleton .product-items .product-details-container .btn-container{align-items:center;display:flex;height:16px;justify-content:space-between;margin-bottom:12px;width:100%}.product-card-skeleton .product-items .product-details-container .btn-container .btns{align-items:center;animation:shimmer 3s linear infinite;background:linear-gradient(90deg,#eee 25%,#ddd 50%,#eee 75%);background-size:200% 100%;border-radius:4px;border-radius:20px;display:flex;flex-direction:row;height:20px;width:100%}@media(min-width:768px){.product-card-skeleton{border:1px solid #eee;border-radius:12px;display:flex;flex-direction:column;margin-bottom:8px;min-width:248px;overflow:hidden}.product-card-skeleton .product-items{align-items:center;border-bottom:1px solid #eee;display:flex;flex-direction:column;gap:12px;height:100%;width:100%}.product-card-skeleton .product-items .product-image{animation:shimmer 3s linear infinite;background:linear-gradient(90deg,#eee 25%,#ddd 50%,#eee 75%);background-size:200% 100%;border-radius:4px;display:block;height:136px;width:100%}.product-card-skeleton .product-items .product-details-container{padding:8px 16px;width:100%}.product-card-skeleton .product-items .product-details-container .product-title{height:16px}.product-card-skeleton .product-items .product-details-container .product-location-details{display:none}.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}}.filter-modal-content-skeleton{margin-inline:24px 16px;padding-top:24px}.filter-modal-content-skeleton .filter-header{animation:shimmer 3s linear infinite;background:linear-gradient(90deg,#eee 25%,#ddd 50%,#eee 75%);background-size:200% 100%;border-radius:4px;height:16px;margin-bottom:16px;width:30%}.filter-modal-content-skeleton .range-slider{border-bottom:1px solid #eee;display:flex;flex-direction:column}.filter-modal-content-skeleton .range-slider .price-range-title{animation:shimmer 3s linear infinite;background:linear-gradient(90deg,#eee 25%,#ddd 50%,#eee 75%);background-size:200% 100%;border-radius:4px;height:12px;margin-bottom:16px;width:40%}.filter-modal-content-skeleton .range-slider .price-inputs{align-items:center;display:flex;margin-bottom:16px}.filter-modal-content-skeleton .range-slider .price-inputs .price-input-wrapper{width:40%}.filter-modal-content-skeleton .range-slider .price-inputs .price-input-wrapper,.filter-modal-content-skeleton .range-slider .price-inputs .separator{animation:shimmer 3s linear infinite;background:linear-gradient(90deg,#eee 25%,#ddd 50%,#eee 75%);background-size:200% 100%;border-radius:4px;height:12px}.filter-modal-content-skeleton .range-slider .price-inputs .separator{margin:0 10px;width:12%}.filter-modal-content-skeleton .range-slider .slider-track{animation:shimmer 3s linear infinite;background:linear-gradient(90deg,#eee 25%,#ddd 50%,#eee 75%);background-size:200% 100%;border-radius:4px;height:12px;margin-bottom:16px;width:100%}.filter-modal-content-skeleton .section-filters-parent{border-bottom:1px solid #eee;padding-block:16px}.filter-modal-content-skeleton .section-filters-parent .section-title{align-items:center;animation:shimmer 3s linear infinite;background:linear-gradient(90deg,#eee 25%,#ddd 50%,#eee 75%);background-size:200% 100%;border-radius:4px;display:flex;height:12px;justify-content:space-between;margin-bottom:12px;width:40%}.filter-modal-content-skeleton .section-filters-parent .search-bar{animation:shimmer 3s linear infinite;background:linear-gradient(90deg,#eee 25%,#ddd 50%,#eee 75%);background-size:200% 100%;border:1px solid #eee;border-radius:4px;display:flex;height:16px;margin-bottom:8px;padding-left:12px;width:100%}.filter-modal-content-skeleton .section-filters-parent .section-filters-div{display:flex;flex-wrap:wrap;gap:8px}.filter-modal-content-skeleton .section-filters-parent .section-filters-div .section-filters{animation:shimmer 3s linear infinite;background:linear-gradient(90deg,#eee 25%,#ddd 50%,#eee 75%);background-size:200% 100%;border-radius:4px;height:16px;margin-bottom:8px;padding-left:12px;width:15%}.filter-modal-content-skeleton .filter-actions{display:flex;gap:10%;padding-block:16px}.filter-modal-content-skeleton .filter-actions .filter-btns{animation:shimmer 3s linear infinite;background:linear-gradient(90deg,#eee 25%,#ddd 50%,#eee 75%);background-size:200% 100%;border-radius:4px;height:16px;width:45%}@media(min-width:768px){.filter-modal-content-skeleton .filter-header .close-btn{display:none}.filter-modal-content-skeleton .filter-header .filter-count{display:block}}.breadcrumb-container{display:none}@media(min-width:768px){.breadcrumb-container{align-items:center;background-color:#fff;border-bottom:2px solid #eee;display:flex;font-size:10px;font-weight:400;padding:8px 24px}.breadcrumb-container .breadcrumb-home{color:#f50;text-decoration:underline}.breadcrumb-container .separator{color:#111;padding:0 4px}.breadcrumb-container .breadcrumb-item{color:#111;cursor:pointer;text-decoration:none}.breadcrumb-container .breadcrumb-item:first-of-type{color:#f50;text-decoration:underline}.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}}.store-product-list-page-skeleton .store-filter-and-data{display:flex;flex-direction:column}.store-product-list-page-skeleton .store-filter-and-data .filter-section{display:none}.store-product-list-page-skeleton .store-filter-and-data .data-section .header-items .store-container{border-bottom:1px solid #eee}.store-product-list-page-skeleton .store-filter-and-data .data-section .header-items .store-container .store-items{align-items:center;border-bottom:1px solid #eee;display:flex;flex-direction:row;gap:12px;padding:16px}.store-product-list-page-skeleton .store-filter-and-data .data-section .header-items .store-container .store-items .store-image{animation:shimmer 3s linear infinite;background:linear-gradient(90deg,#eee 25%,#ddd 50%,#eee 75%);background-size:200% 100%;border-radius:4px;border-radius:50%;display:block;height:64px;object-fit:contain;width:64px}.store-product-list-page-skeleton .store-filter-and-data .data-section .header-items .store-container .store-items .store-details-container{flex:1 1}.store-product-list-page-skeleton .store-filter-and-data .data-section .header-items .store-container .store-items .store-details-container .store-title{animation:shimmer 3s linear infinite;background:linear-gradient(90deg,#eee 25%,#ddd 50%,#eee 75%);background-size:200% 100%;border-radius:4px;color:#111;font-size:14px;font-weight:800;height:16px;line-height:20px;margin-bottom:2px;width:50%}.store-product-list-page-skeleton .store-filter-and-data .data-section .header-items .store-container .store-items .store-details-container .store-location-details{animation:shimmer 3s linear infinite;background:linear-gradient(90deg,#eee 25%,#ddd 50%,#eee 75%);background-size:200% 100%;border-radius:4px;height:16px;margin-bottom:6px;width:70%}.store-product-list-page-skeleton .store-filter-and-data .data-section .header-items .store-container .store-items .store-details-container .store-status-section{align-items:center;animation:shimmer 3s linear infinite;background:linear-gradient(90deg,#eee 25%,#ddd 50%,#eee 75%);background-size:200% 100%;border-radius:4px;display:flex;flex-direction:row;flex-shrink:1;gap:4px;height:16px;width:35%}.store-product-list-page-skeleton .store-filter-and-data .data-section .header-items .store-customization{display:flex;flex-direction:column;gap:12px;padding:16px;width:100%}.store-product-list-page-skeleton .store-filter-and-data .data-section .header-items .store-customization .store-customization-row-searchbar{animation:shimmer 3s linear infinite;background:linear-gradient(90deg,#eee 25%,#ddd 50%,#eee 75%);background-size:200% 100%;border-radius:4px;height:42px;width:100%}.store-product-list-page-skeleton .store-filter-and-data .data-section .header-items .store-customization .store-customization-row-details{display:flex;width:100%}.store-product-list-page-skeleton .store-filter-and-data .data-section .header-items .store-customization .store-customization-row-details .shown-product-count{animation:shimmer 3s linear infinite;background:linear-gradient(90deg,#eee 25%,#ddd 50%,#eee 75%);background-size:200% 100%;border-radius:4px;color:#666;font-size:12px;font-weight:400px;height:16px;margin-right:30%;width:40%}.store-product-list-page-skeleton .store-filter-and-data .data-section .header-items .store-customization .store-customization-row-details .store-customization-row-buttons{animation:shimmer 3s linear infinite;background:linear-gradient(90deg,#eee 25%,#ddd 50%,#eee 75%);background-size:200% 100%;border-radius:4px;height:16px;margin-right:5%;width:20%}.store-product-list-page-skeleton .store-filter-and-data .data-section .header-items .store-customization .store-customization-row-details .store-customization-row-search{animation:shimmer 3s linear infinite;background:linear-gradient(90deg,#eee 25%,#ddd 50%,#eee 75%);background-size:200% 100%;border-radius:4px;height:16px;width:20%}@media(min-width:768px){.store-product-list-page-skeleton .store-filter-and-data{display:flex;flex-direction:row}.store-product-list-page-skeleton .store-filter-and-data .filter-section{display:flex;height:100%;width:320px}.store-product-list-page-skeleton .store-filter-and-data .data-section{border-left:1px solid #eee;padding-left:16px;padding-top:24px;width:calc(100% - 336px)}.store-product-list-page-skeleton .store-filter-and-data .data-section .header-items .store-container{border-bottom:1px solid #eee}.store-product-list-page-skeleton .store-filter-and-data .data-section .header-items .store-container .store-items{align-items:center;border-bottom:1px solid #eee;display:flex;flex-direction:row;gap:12px;padding:16px}.store-product-list-page-skeleton .store-filter-and-data .data-section .header-items .store-container .store-items .store-image{animation:shimmer 3s linear infinite;background:linear-gradient(90deg,#eee 25%,#ddd 50%,#eee 75%);background-size:200% 100%;border-radius:4px;border-radius:50%;display:block;height:64px;object-fit:contain;width:64px}.store-product-list-page-skeleton .store-filter-and-data .data-section .header-items .store-container .store-items .store-details-container{flex:1 1}.store-product-list-page-skeleton .store-filter-and-data .data-section .header-items .store-container .store-items .store-details-container .store-title{animation:shimmer 3s linear infinite;background:linear-gradient(90deg,#eee 25%,#ddd 50%,#eee 75%);background-size:200% 100%;border-radius:4px;color:#111;font-size:14px;font-weight:800;height:16px;line-height:20px;margin-bottom:2px;width:50%}.store-product-list-page-skeleton .store-filter-and-data .data-section .header-items .store-container .store-items .store-details-container .store-location-details{animation:shimmer 3s linear infinite;background:linear-gradient(90deg,#eee 25%,#ddd 50%,#eee 75%);background-size:200% 100%;border-radius:4px;height:16px;margin-bottom:6px;width:70%}.store-product-list-page-skeleton .store-filter-and-data .data-section .header-items .store-container .store-items .store-details-container .store-status-section{align-items:center;animation:shimmer 3s linear infinite;background:linear-gradient(90deg,#eee 25%,#ddd 50%,#eee 75%);background-size:200% 100%;border-radius:4px;display:flex;flex-direction:row;flex-shrink:1;gap:4px;height:16px;width:35%}.store-product-list-page-skeleton .store-filter-and-data .data-section .header-items .store-customization{display:flex;flex-direction:column;gap:12px;padding:16px;width:100%}.store-product-list-page-skeleton .store-filter-and-data .data-section .header-items .store-customization .store-customization-row-search{animation:shimmer 3s linear infinite;background:linear-gradient(90deg,#eee 25%,#ddd 50%,#eee 75%);background-size:200% 100%;border-radius:4px;height:16px;width:100%}.store-product-list-page-skeleton .store-filter-and-data .data-section .header-items .store-customization .store-customization-row-details{display:flex;width:100%}.store-product-list-page-skeleton .store-filter-and-data .data-section .header-items .store-customization .store-customization-row-details .shown-product-count{animation:shimmer 3s linear infinite;background:linear-gradient(90deg,#eee 25%,#ddd 50%,#eee 75%);background-size:200% 100%;border-radius:4px;color:#666;font-size:12px;font-weight:400px;height:16px;margin-right:30%;width:40%}.store-product-list-page-skeleton .store-filter-and-data .data-section .header-items .store-customization .store-customization-row-details .store-customization-row-buttons{animation:shimmer 3s linear infinite;background:linear-gradient(90deg,#eee 25%,#ddd 50%,#eee 75%);background-size:200% 100%;border-radius:4px;height:16px;margin-right:5%;width:20%}.store-product-list-page-skeleton .store-filter-and-data .data-section .header-items .store-customization .store-customization-row-details .store-customization-row-search{animation:shimmer 3s linear infinite;background:linear-gradient(90deg,#eee 25%,#ddd 50%,#eee 75%);background-size:200% 100%;border-radius:4px;height:16px;width:20%}.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}}.search-results-skeleton{background:#fff;height:100%;left:0;overflow-y:auto;position:fixed;top:0;width:100%;z-index:13;z-index:var(--gb-index-search-modal-container)}.search-results-skeleton .search-modal-sticky-header{align-items:center;display:flex;gap:24px;height:24px;overflow:hidden;padding-left:24px;padding-block:24px;position:static}.search-results-skeleton .search-modal-sticky-header .search-modal-input-skeleton{animation:shimmer 3s linear infinite;background:linear-gradient(90deg,#eee 25%,#ddd 50%,#eee 75%);background-size:200% 100%;border-radius:4px;height:100%;height:24px;max-width:160px;width:100%}.search-results-skeleton .search-modal-sticky-header .search-option .search-option-name{animation:shimmer 3s linear infinite;background:linear-gradient(90deg,#eee 25%,#ddd 50%,#eee 75%);background-size:200% 100%;border-radius:4px;height:100%;width:120px}.search-results-skeleton .breadcrumb-header{display:none}.search-results-skeleton .breadcrumb-header .breadcrumb-home{animation:shimmer 3s linear infinite;background:linear-gradient(90deg,#eee 25%,#ddd 50%,#eee 75%);background-size:200% 100%;border-radius:4px;height:24px;width:160px}.search-results-skeleton .filter-container{display:flex;padding:0}.search-results-skeleton .filter-container .filter-menu{display:none}.search-results-skeleton .filter-container .product-tab{width:100%}.search-results-skeleton .filter-container .product-tab .search-results-value{align-items:center;display:flex;justify-content:space-between;padding:16px}.search-results-skeleton .filter-container .product-tab .brand-category-container{padding:16px}.search-results-skeleton .filter-container .product-tab .brand-category-container .store-secondary-navigation-section-skeleton{background:#f4f4f4;margin-bottom:16px}.search-results-skeleton .filter-container .product-tab .brand-category-container .store-secondary-navigation-section-skeleton .main-category-slider{border-radius:8px;padding:16px}.search-results-skeleton .filter-container .product-tab .brand-category-container .store-secondary-navigation-section-skeleton .main-category-slider .store-image{border-radius:12px}.search-results-skeleton .filter-container .product-tab .brand-category-container .store-secondary-navigation-section-skeleton .main-category-slider .slider-container .selected{position:relative}.search-results-skeleton .filter-container .product-tab .brand-category-container .store-secondary-navigation-section-skeleton .main-category-slider .slider-container .selected p{color:#f50}.search-results-skeleton .filter-container .product-tab .brand-category-container .store-secondary-navigation-section-skeleton .main-category-slider .slider-container .selected:after{background-color:#f50;content:"";height:4px;width:100%}.search-results-skeleton .filter-container .product-tab .product-card-category-list .product-card-wrapper{padding-inline:12px}.search-results-skeleton .filter-container .product-tab .product-card-category-list .product-card-wrapper .product-card{margin-bottom:8px;margin-inline:unset;width:100%}.search-results-skeleton .filter-container .product-tab .product-card-category-list .product-card-wrapper .product-card .heart-icon{display:block}.search-results-skeleton .filter-container .product-tab .product-card-category-list .product-card-wrapper .product-card .discount-tag{display:none}.search-results-skeleton .filter-container .product-tab .product-card-category-list .product-card-wrapper .product-card .emi-tag{display:block}.search-results-skeleton .filter-container .product-tab .product-card-category-list .product-card-wrapper .product-card .product-image{display:block;height:100%;width:130px}.search-results-skeleton .filter-container .product-tab .product-card-category-list .product-card-wrapper .product-card .product-content{padding:8px}.search-results-skeleton .filter-container .product-tab .product-card-category-list .product-card-wrapper .product-card .product-content .no-cost-emi{display:none}.search-results-skeleton .filter-container .product-tab .product-card-category-list .product-card-wrapper .product-card .product-content .mrp-span{display:inline}.search-results-skeleton .filter-container .product-tab .product-card-category-list .no-details-container{grid-column:span 12}.search-results-skeleton .filter-container .product-tab .store-container .store-item{border:1px solid #eee;border-radius:12px;margin:10px 12px 0;padding:12px 16px}.search-results-skeleton .filter-container .product-tab .store-container .store-item .store-item-details{align-items:center;display:flex;gap:8px;justify-content:space-between}.search-results-skeleton .filter-container .product-tab .store-container .store-item .store-item-details .store-child{align-items:center;display:flex;gap:8px}.search-results-skeleton .filter-container .product-tab .store-container .store-item .store-item-details .store-child .store-image{width:40px}.search-results-skeleton .filter-container .product-tab .store-container .store-item .store-item-details .store-child .store-title{color:#111;font-size:16px;font-weight:800;line-height:24px}.search-results-skeleton .filter-container .product-tab .store-container .store-item .store-item-details .store-child .store-location-details{align-items:center;display:flex;flex-direction:row;gap:4px}.search-results-skeleton .filter-container .product-tab .store-container .store-item .store-item-details .store-child .store-location-details .store-location-icon{display:block;object-fit:contain}.search-results-skeleton .filter-container .product-tab .store-container .store-item .store-item-details .store-child .store-location-details .store-address{align-items:center;color:#111;display:flex;flex-direction:row;font-size:12px;font-weight:400}.search-results-skeleton .filter-container .product-tab .store-container .store-item .store-item-details .store-child .store-location-details .store-address span{color:#eee;margin:0 8px}.search-results-skeleton .filter-container .product-tab .store-container .store-item .store-item-details .slider-btn-container{text-align:center}.search-results-skeleton .filter-container .product-tab .store-container .store-item .product-list{display:flex;gap:16px;overflow:auto;padding-top:12px}.search-results-skeleton .filter-container .product-tab .store-container .store-item .product-list .product-card{flex-direction:column;width:230px}.search-results-skeleton .filter-container .product-tab .store-container .store-item:first-child{margin-top:0}@media(min-width:768px){.search-results-skeleton{top:auto}.search-results-skeleton .search-modal-sticky-header .search-modal-input-skeleton{display:none}.search-results-skeleton .breadcrumb-header{border-bottom:2px solid #eee;display:flex;font-size:10px;gap:4px;line-height:12px;padding:8px 24px}.search-results-skeleton .breadcrumb-header .breadcrumb-home{color:#f50;text-decoration:underline}.search-results-skeleton .filter-container{display:flex;gap:16px;padding-left:24px}.search-results-skeleton .filter-container .filter-menu{display:block;flex-shrink:0;overflow-y:auto;padding-top:24px;width:320px}.search-results-skeleton .filter-container .filter-menu .filter-modal-content .filter-header{padding:0 0 8px}.search-results-skeleton .filter-container .filter-menu .filter-modal-content .filter-header .close-btn{display:none}.search-results-skeleton .filter-container .filter-menu .filter-modal-content .range-slider{padding:16px 0}.search-results-skeleton .filter-container .filter-menu .filter-modal-content .filter-actions{align-items:center;padding-inline:0}.search-results-skeleton .filter-container .filter-menu .filter-modal-content .filter-actions .clear-btn .button{padding-inline:26px}.search-results-skeleton .filter-container .filter-menu .filter-modal-content .filter-actions .apply-btn .button{padding-inline:46px}.search-results-skeleton .filter-container .product-tab{border-left:1px solid #eee;width:calc(100% - 336px)}.search-results-skeleton .filter-container .product-tab .search-results-value{padding:16px}.search-results-skeleton .filter-container .product-tab .search-results-value .search-count{animation:shimmer 3s linear infinite;background:linear-gradient(90deg,#eee 25%,#ddd 50%,#eee 75%);background-size:200% 100%;border-radius:4px;height:24px;width:30%}.search-results-skeleton .filter-container .product-tab .search-results-value .search-sorting{animation:shimmer 3s linear infinite;background:linear-gradient(90deg,#eee 25%,#ddd 50%,#eee 75%);background-size:200% 100%;border-radius:4px;border-radius:12px;height:24px;width:10%}.search-results-skeleton .filter-container .product-tab .product-card-category-list{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(1,1fr);padding:12px}.search-results-skeleton .filter-container .product-tab .product-card-category-list .product-card-wrapper{padding-inline:0}.search-results-skeleton .filter-container .product-tab .product-card-category-list .product-card-wrapper .product-card{flex-direction:column;height:100%;width:100%}.search-results-skeleton .filter-container .product-tab .product-card-category-list .product-card-wrapper .product-card .discount-tag{font-size:12px;height:40px;width:39px}.search-results-skeleton .filter-container .product-tab .product-card-category-list .product-card-wrapper .product-card .emi-tag{font-size:12px}.search-results-skeleton .filter-container .product-tab .product-card-category-list .product-card-wrapper .product-card .product-image{height:136px;object-fit:contain;width:100%}.search-results-skeleton .filter-container .product-tab .product-card-category-list .product-card-wrapper .product-card .product-content{display:flex}.search-results-skeleton .filter-container .product-tab .product-card-category-list .product-card-wrapper .product-card .product-content .product-name{-webkit-line-clamp:1;-webkit-box-orient:vertical;display:-webkit-box;font-size:16px;font-weight:700;line-height:24px;overflow:hidden;text-overflow:ellipsis;word-break:break-word}.search-results-skeleton .filter-container .product-tab .product-card-category-list .product-card-wrapper .product-card .product-content .seller{-webkit-line-clamp:1;-webkit-box-orient:vertical;display:-webkit-box;font-size:12px;line-height:16px;overflow:hidden;text-overflow:ellipsis;word-break:break-word}.search-results-skeleton .filter-container .product-tab .product-card-category-list .product-card-wrapper .product-card .product-content .delivery-by{font-size:12px}.search-results-skeleton .filter-container .product-tab .product-card-category-list .product-card-wrapper .product-card .product-content .price .latest-price{font-size:16px;line-height:24px}.search-results-skeleton .filter-container .product-tab .product-card-category-list .product-card-wrapper .product-card .product-content .price .original-price-container .original-price{font-size:14px;line-height:20px}.search-results-skeleton .filter-container .product-tab .product-card-category-list .product-card-wrapper .product-card .product-content .btn-container{width:100%}.search-results-skeleton .filter-container .product-tab .product-card-category-list .product-card-wrapper .product-card .product-content .btn-container .cart-btn-item-count{display:flex}.search-results-skeleton .filter-container .product-tab .product-card-category-list .product-card-wrapper .product-card .product-content .btn-container .add-to-cart-btn{font-size:16px;line-height:24px}.search-results-skeleton .filter-container .product-tab .product-card-category-list .no-details-container{grid-column:span 12}.search-results-skeleton .filter-container .product-tab .store-container .store-item{border:1px solid #eee;border-radius:12px;margin:10px 12px 0;padding:12px 16px}.search-results-skeleton .filter-container .product-tab .store-container .store-item .store-item-details{align-items:center;display:flex;gap:8px;justify-content:space-between}.search-results-skeleton .filter-container .product-tab .store-container .store-item .store-item-details .store-child{align-items:center;display:flex;gap:8px}.search-results-skeleton .filter-container .product-tab .store-container .store-item .store-item-details .store-child .store-image{width:40px}.search-results-skeleton .filter-container .product-tab .store-container .store-item .store-item-details .store-child .store-title{color:#111;font-size:16px;font-weight:800;line-height:24px}.search-results-skeleton .filter-container .product-tab .store-container .store-item .store-item-details .store-child .store-location-details{align-items:center;display:flex;flex-direction:row;gap:4px}.search-results-skeleton .filter-container .product-tab .store-container .store-item .store-item-details .store-child .store-location-details .store-location-icon{display:block;object-fit:contain}.search-results-skeleton .filter-container .product-tab .store-container .store-item .store-item-details .store-child .store-location-details .store-address{align-items:center;color:#111;display:flex;flex-direction:row;font-size:12px;font-weight:400}.search-results-skeleton .filter-container .product-tab .store-container .store-item .store-item-details .store-child .store-location-details .store-address span{color:#eee;margin:0 8px}.search-results-skeleton .filter-container .product-tab .store-container .store-item .store-item-details .slider-btn-container{text-align:center}.search-results-skeleton .filter-container .product-tab .store-container .store-item .product-list{display:flex;gap:16px;overflow:auto;padding-top:12px}.search-results-skeleton .filter-container .product-tab .store-container .store-item .product-list .product-card{flex-direction:column;width:230px}.search-results-skeleton .filter-container .product-tab .store-container .store-item:first-child{margin-top:0}}@media(min-width:1024px){.search-results-skeleton .filter-container .product-tab .product-card-category-list{grid-template-columns:repeat(2,1fr)}}@media(min-width:1180px){.search-results-skeleton .filter-container .product-tab .product-card-category-list{grid-template-columns:repeat(3,1fr)}}@media(min-width:1440px){.search-results-skeleton .filter-container .product-tab .product-card-category-list{grid-template-columns:repeat(4,1fr)}}@media(min-width:1700px){.search-results-skeleton .filter-container .product-tab .product-card-category-list{grid-template-columns:repeat(5,1fr)}}.search-modal-sticky-header-skeleton{background:#fff;padding-top:1px;position:sticky;top:0;z-index:var(--gb-index-search-modal-input-container)}.search-modal-sticky-header-skeleton .search-modal-input{margin:12px 12px 0}@media(min-width:768px){.search-modal-sticky-header .search-modal-input{display:none}.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}}.single-product-skeleton .product-dtl .button-container{background-color:#fff;bottom:65px;display:flex;gap:8px;justify-content:space-between;left:0;padding:16px;position:sticky;right:0}.single-product-skeleton .product-dtl .button-container .display-item-count{flex:1 1}.single-product-skeleton .product-dtl .button-container .add-to-cart-btn,.single-product-skeleton .product-dtl .button-container .buy-now-btn{animation:shimmer 3s linear infinite;background:linear-gradient(90deg,#eee 25%,#ddd 50%,#eee 75%);background-size:200% 100%;border-radius:4px;border-radius:16px;height:36px;width:100%}.single-product-skeleton .product-dtl .button-container .sold-out-button{background-color:#f50;background-color:#aaa;border:none;border-radius:20px;color:#fff;cursor:pointer;cursor:not-allowed;flex:1 1;font-size:16px;font-weight:700;padding-block:10.5px;white-space:nowrap}.single-product-skeleton .product-dtl .left-section .left-content .product-image-container{margin-bottom:16px;width:100%}.single-product-skeleton .product-dtl .product-all-info .product-short-dtl{animation:shimmer 3s linear infinite;background:linear-gradient(90deg,#eee 25%,#ddd 50%,#eee 75%);background-size:200% 100%;border-radius:4px;height:24px;margin:0 16px 8px;width:38%}.single-product-skeleton .product-dtl .product-all-info .out-of-stock{align-items:center;background:linear-gradient(90deg,#ffe0e4 1%,#fff0 75%);border-radius:4px;display:flex;justify-content:space-between;margin:0 16px 8px;padding:4px 0 4px 8px}.single-product-skeleton .product-dtl .product-all-info .out-of-stock .out-of-stock-text{color:#cc293b;font-size:14px;font-weight:700;line-height:20px}.single-product-skeleton .product-dtl .product-all-info .out-of-stock .view-similar{cursor:pointer;display:flex;gap:4px;text-decoration:none}.single-product-skeleton .product-dtl .product-all-info .out-of-stock .view-similar .view-similar-icon{height:16px;object-fit:contain;width:16px}.single-product-skeleton .product-dtl .product-all-info .out-of-stock .view-similar .view-similar-text{color:#f50;font-size:14px;font-weight:700;line-height:20px}.single-product-skeleton .product-dtl .product-all-info .price-section{border-bottom:1px solid #eee;margin-bottom:16px;padding:0 16px 16px}.single-product-skeleton .product-dtl .product-all-info .price-section .product-price-container{display:flex;gap:8px;margin-bottom:2px}.single-product-skeleton .product-dtl .product-all-info .price-section .product-price-container .product-price{animation:shimmer 3s linear infinite;background:linear-gradient(90deg,#eee 25%,#ddd 50%,#eee 75%);background-size:200% 100%;border-radius:4px;height:36px;width:20%}.single-product-skeleton .product-dtl .product-all-info .price-section .product-price-container .product-max-price-strkthr{animation:shimmer 3s linear infinite;background:linear-gradient(90deg,#eee 25%,#ddd 50%,#eee 75%);background-size:200% 100%;border-radius:4px;height:24px;margin-top:7px;width:10%}.single-product-skeleton .product-dtl .product-all-info .price-section .product-price-container .product-dis-percentage{align-self:center;animation:shimmer 3s linear infinite;background:linear-gradient(90deg,#eee 25%,#ddd 50%,#eee 75%);background-size:200% 100%;border-radius:4px;height:24px;padding:2px 4px;width:24px}.single-product-skeleton .product-dtl .product-all-info .price-section .include-tax-txt{animation:shimmer 3s linear infinite;background:linear-gradient(90deg,#eee 25%,#ddd 50%,#eee 75%);background-size:200% 100%;border-radius:4px;height:24px;margin-bottom:8px;width:15%}.single-product-skeleton .product-dtl .product-all-info .price-section .emi-start-text{animation:shimmer 3s linear infinite;background:linear-gradient(90deg,#eee 25%,#ddd 50%,#eee 75%);background-size:200% 100%;border-radius:4px;height:24px;width:30%}.single-product-skeleton .product-dtl .product-all-info .payu-section{border-bottom:1px solid #eee;margin-bottom:16px;padding-bottom:16px}.single-product-skeleton .product-dtl .product-all-info .payu-section .payu-img{animation:shimmer 3s linear infinite;background:linear-gradient(90deg,#eee 25%,#ddd 50%,#eee 75%);background-size:200% 100%;border-radius:4px;height:153px;width:100%}.single-product-skeleton .product-dtl .product-all-info .product-policies{border-bottom:1px solid #eee;display:flex;justify-content:space-around;margin-bottom:16px;padding-inline:24px;padding-bottom:16px}.single-product-skeleton .product-dtl .product-all-info .product-policies .policy{width:65px}.single-product-skeleton .product-dtl .product-all-info .product-policies .policy .policy-image{align-items:center;animation:shimmer 3s linear infinite;background:linear-gradient(90deg,#eee 25%,#ddd 50%,#eee 75%);background-color:#edf6ff;background-size:200% 100%;border-radius:4px;border-radius:50%;display:flex;height:56px;justify-content:center;margin-bottom:10px;margin-inline:auto;width:56px}.single-product-skeleton .product-dtl .product-all-info .product-policies .policy .policy-image img{object-fit:contain}.single-product-skeleton .product-dtl .product-all-info .product-policies .policy .policy-name{animation:shimmer 3s linear infinite;background:linear-gradient(90deg,#eee 25%,#ddd 50%,#eee 75%);background-size:200% 100%;border-radius:4px;font-size:10px;font-weight:500;line-height:14px;text-align:center}.single-product-skeleton .product-dtl .product-all-info .big-offers-container{border-bottom:1px solid #eee;margin-bottom:16px;padding:0 16px 8px}.single-product-skeleton .product-dtl .product-all-info .big-offers-container .big-offer-header-title{animation:shimmer 3s linear infinite;background:linear-gradient(90deg,#eee 25%,#ddd 50%,#eee 75%);background-size:200% 100%;border-radius:4px;height:24px;width:20%}.single-product-skeleton .product-dtl .product-all-info .big-offers-container .big-offer{align-items:center;display:flex;gap:8px;margin-bottom:8px}.single-product-skeleton .product-dtl .product-all-info .big-offers-container .big-offer .offer-icon{height:24px;object-fit:contain;width:24px}.single-product-skeleton .product-dtl .product-all-info .big-offers-container .big-offer .offer-detail{font-size:14px;font-weight:700}.single-product-skeleton .product-dtl .product-all-info .big-offers-container .big-offer .offer-detail .offer-desc{font-size:12px;font-weight:400;line-height:16px}.single-product-skeleton .product-dtl .product-all-info .big-offers-container .big-offer .offer-detail .term-text{color:#f50;font-size:10px;font-weight:400}.single-product-skeleton .product-dtl .product-all-info .pincode-chk-container{border-bottom:1px solid #aaa;margin-bottom:16px;padding:0 16px 16px}.single-product-skeleton .product-dtl .product-all-info .pincode-chk-container .pincode-container{margin-bottom:16px}.single-product-skeleton .product-dtl .product-all-info .pincode-chk-container .pincode-container .enter-pincode-txt{font-size:14px;font-weight:700;line-height:20px;margin-bottom:8px}.single-product-skeleton .product-dtl .product-all-info .pincode-chk-container .pincode-container .pincode-input{align-items:center;background-color:#f4f4f4;border:1px solid #aaa;border-radius:4px;display:flex;height:50px;margin-bottom:4px;padding:8px 16px;position:relative}.single-product-skeleton .product-dtl .product-all-info .pincode-chk-container .pincode-container .pincode-input .input{background:#0000;border:none;color:#111;font-size:16px;font-weight:700;line-height:19.2px;margin-top:14px;outline:none;width:100%}.single-product-skeleton .product-dtl .product-all-info .pincode-chk-container .pincode-container .pincode-input input[type=number]::-webkit-inner-spin-button,.single-product-skeleton .product-dtl .product-all-info .pincode-chk-container .pincode-container .pincode-input input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.single-product-skeleton .product-dtl .product-all-info .pincode-chk-container .pincode-container .pincode-input input[type=number]{-moz-appearance:textfield}.single-product-skeleton .product-dtl .product-all-info .pincode-chk-container .pincode-container .pincode-input .placeholder{color:#aaa;font-size:16px;font-weight:700;left:16px;pointer-events:none;position:absolute;top:50%;transform:translateY(-50%);transition:all .2s ease-in-out}.single-product-skeleton .product-dtl .product-all-info .pincode-chk-container .pincode-container .pincode-input.focused .placeholder{color:#111;font-size:10px;font-weight:400;margin-bottom:4px;top:8px;transform:translateY(0)}.single-product-skeleton .product-dtl .product-all-info .pincode-chk-container .pincode-container .product-availability-text{color:#666;font-size:12px;font-weight:400;line-height:15px;padding:0 8px}.single-product-skeleton .product-dtl .product-all-info .pincode-chk-container .seller-dtl-container .sold-by{animation:shimmer 3s linear infinite;background:linear-gradient(90deg,#eee 25%,#ddd 50%,#eee 75%);background-size:200% 100%;border-radius:4px;height:24px;margin-bottom:8px;width:10%}.single-product-skeleton .product-dtl .product-all-info .pincode-chk-container .seller-dtl-container .product-with-sellers .seller-dtl{border:1px solid #aaa;border-radius:4px;margin-bottom:12px;padding:12px}.single-product-skeleton .product-dtl .product-all-info .pincode-chk-container .seller-dtl-container .product-with-sellers .seller-dtl .seller-name{align-items:center;border-bottom:1px solid #aaa;cursor:pointer;display:flex;gap:8px;margin-bottom:8px;padding-bottom:8px}.single-product-skeleton .product-dtl .product-all-info .pincode-chk-container .seller-dtl-container .product-with-sellers .seller-dtl .seller-name .seller-name-txt{animation:shimmer 3s linear infinite;background:linear-gradient(90deg,#eee 25%,#ddd 50%,#eee 75%);background-size:200% 100%;border-radius:4px;height:24px;margin-top:2px;width:10%}.single-product-skeleton .product-dtl .product-all-info .pincode-chk-container .seller-dtl-container .product-with-sellers .seller-dtl .seller-name .seller-arrow-icon{animation:shimmer 3s linear infinite;background:linear-gradient(90deg,#eee 25%,#ddd 50%,#eee 75%);background-size:200% 100%;border-radius:4px;height:24px;object-fit:contain;padding:4px 6px;width:24px}.single-product-skeleton .product-dtl .product-all-info .pincode-chk-container .seller-dtl-container .product-with-sellers .seller-dtl .snp-dtl{align-items:center;display:flex;gap:8px;justify-content:space-between}.single-product-skeleton .product-dtl .product-all-info .pincode-chk-container .seller-dtl-container .product-with-sellers .seller-dtl .snp-dtl .seller-name-title{animation:shimmer 3s linear infinite;background:linear-gradient(90deg,#eee 25%,#ddd 50%,#eee 75%);background-size:200% 100%;border-radius:4px;height:24px;width:12%;width:24px}.single-product-skeleton .product-dtl .product-all-info .pincode-chk-container .seller-dtl-container .product-with-sellers .seller-dtl .snp-dtl .seller-name-desc{animation:shimmer 3s linear infinite;background:linear-gradient(90deg,#eee 25%,#ddd 50%,#eee 75%);background-size:200% 100%;border-radius:4px;height:24px;width:10%;width:24px}.single-product-skeleton .product-dtl .product-all-info .pincode-chk-container .seller-dtl-container .view-more-seller-text{color:#f50;cursor:pointer;font-size:12px;font-weight:700;line-height:16px;text-align:center}.single-product-skeleton .product-dtl .product-all-info .product-description .desc-header{align-items:center;cursor:pointer;display:flex;justify-content:space-between}.single-product-skeleton .product-dtl .product-all-info .product-description .desc-header .desc-header-text{animation:shimmer 3s linear infinite;background:linear-gradient(90deg,#eee 25%,#ddd 50%,#eee 75%);background-size:200% 100%;border-radius:4px;height:24px;width:20%}.single-product-skeleton .product-dtl .product-all-info .product-description .desc-header .desc-arrow-icon{height:10px;object-fit:contain;width:10px}.single-product-skeleton .product-dtl .product-all-info .product-description .product-summary{border-bottom:1px solid #eee;list-style:none;margin-bottom:16px;padding:0 16px 16px}.single-product-skeleton .product-dtl .product-all-info .product-description .product-summary ul{margin-top:16px}.single-product-skeleton .product-dtl .product-all-info .product-description .product-summary ul li{align-items:flex-start;display:flex;font-size:12px;font-weight:400;gap:9px;margin-bottom:8px}.single-product-skeleton .product-dtl .product-all-info .product-description .product-summary ul li:before{background-color:#111;border-radius:50%;content:"";flex-shrink:0;height:6px;margin-top:4px;width:6px}.single-product-skeleton .product-dtl .product-all-info .product-description .product-summary .paragraph-one{animation:shimmer 3s linear infinite;background:linear-gradient(90deg,#eee 25%,#ddd 50%,#eee 75%);background-size:200% 100%;border-radius:4px;height:204px;width:100%}.single-product-skeleton .product-dtl .product-all-info .product-description .product-summary .paragraph-two{animation:shimmer 3s linear infinite;background:linear-gradient(90deg,#eee 25%,#ddd 50%,#eee 75%);background-size:200% 100%;border-radius:4px;max-height:204px;width:100%}.single-product-skeleton .product-dtl .product-all-info .product-description .product-desc-dtl-table{border-bottom:1px solid #eee;margin-bottom:16px;padding:0 16px 16px}.single-product-skeleton .product-dtl .product-all-info .product-description .product-desc-dtl-table .desc-table-container{margin-top:16px}.single-product-skeleton .product-dtl .product-all-info .product-description .product-desc-dtl-table .desc-table-container .product-desc-table{animation:shimmer 3s linear infinite;background:linear-gradient(90deg,#eee 25%,#ddd 50%,#eee 75%);background-size:200% 100%;border-collapse:collapse;border-radius:4px;height:204px;width:100%}.single-product-skeleton .product-dtl .product-all-info .product-description .product-desc-dtl-table .desc-table-container .product-desc-table tr{border-bottom:1px solid #eee}.single-product-skeleton .product-dtl .product-all-info .product-description .product-desc-dtl-table .desc-table-container .product-desc-table tr:first-child td{padding-top:0}.single-product-skeleton .product-dtl .product-all-info .product-description .product-desc-dtl-table .desc-table-container .product-desc-table tr:last-child{border-bottom:none}.single-product-skeleton .product-dtl .product-all-info .product-description .product-desc-dtl-table .desc-table-container .product-desc-table td{padding:8px 0;width:50%}.single-product-skeleton .product-dtl .product-all-info .product-description .product-desc-dtl-table .desc-table-container .product-desc-table .label{color:#111;font-size:12px;font-weight:700;line-height:20px;text-align:start}.single-product-skeleton .product-dtl .product-all-info .product-description .product-desc-dtl-table .desc-table-container .product-desc-table .value{color:#666;font-size:12px;font-weight:400;line-height:20px;text-align:right;text-align:start;width:100%}.single-product-skeleton .product-dtl .product-all-info .product-description .product-spcfcn{margin-bottom:16px}.single-product-skeleton .product-dtl .product-all-info .product-description .product-spcfcn table{border-bottom:1px solid #eee}.single-product-skeleton .product-dtl .product-all-info .category{color:#6b6b6b;font-size:14px;line-height:20px}.single-product-skeleton .no-details-found{margin-top:75px}.single-product-skeleton .banner-slider-container{margin-bottom:16px}.single-product-skeleton .ad-banner-image{margin-bottom:16px;padding:0 16px 16px}@media(min-width:768px){.single-product-skeleton .product-dtl{border-bottom:1px solid #eee;display:flex;gap:24px;margin:24px;position:relative}.single-product-skeleton .product-dtl .left-section{position:relative;width:40%}.single-product-skeleton .product-dtl .left-section .left-content{margin-bottom:24px;position:sticky;top:110px}.single-product-skeleton .product-dtl .left-section .left-content .product-image-container{width:100%}.single-product-skeleton .product-dtl .left-section .left-content .product-image-container .default-product-img{border:1px solid #eee;border-radius:8px;max-height:260px;width:100%}.single-product-skeleton .product-dtl .left-section .left-content .product-image-container .hero-slider-container .scroll-view .carousel-image{max-height:370px;object-fit:contain}.single-product-skeleton .product-dtl .left-section .left-content .product-image-container .pdp-tag{border-top-left-radius:8px;font-size:12px;line-height:16px}.single-product-skeleton .product-dtl .left-section .left-content .button-container{display:flex;padding:0;position:static}.single-product-skeleton .product-dtl .left-section .left-content .button-container .display-item-count{flex:1 1}.single-product-skeleton .product-dtl .product-all-info{width:60%}.single-product-skeleton .product-dtl .product-all-info .product-short-dtl{font-size:16px;line-height:24px;margin:0 0 8px}.single-product-skeleton .product-dtl .product-all-info .out-of-stock{background:linear-gradient(90deg,#ffe0e4 1%,#fff0 85%);margin:0 0 8px;padding:8px 0 8px 12px}.single-product-skeleton .product-dtl .product-all-info .out-of-stock .out-of-stock-text{font-size:20px;font-weight:800;line-height:24px}.single-product-skeleton .product-dtl .product-all-info .out-of-stock .view-similar{gap:4px}.single-product-skeleton .product-dtl .product-all-info .out-of-stock .view-similar .view-similar-icon{height:20px;object-fit:contain;width:20px}.single-product-skeleton .product-dtl .product-all-info .out-of-stock .view-similar .view-similar-text{color:#f50;font-size:16px;font-weight:700;line-height:24px}.single-product-skeleton .product-dtl .product-all-info .price-section{margin-bottom:24px;padding:0 0 24px}.single-product-skeleton .product-dtl .product-all-info .price-section .product-price-container{margin-bottom:4px}.single-product-skeleton .product-dtl .product-all-info .price-section .product-price-container .product-price{font-size:30px;line-height:36px}.single-product-skeleton .product-dtl .product-all-info .price-section .product-price-container .product-max-price-strkthr{font-size:12px;padding-top:11px}.single-product-skeleton .product-dtl .product-all-info .price-section .product-price-container .product-dis-percentage{line-height:24px}.single-product-skeleton .product-dtl .product-all-info .price-section .include-tax-txt{font-size:14px;line-height:20px}.single-product-skeleton .product-dtl .product-all-info .price-section .emi-start-text{font-size:18px;line-height:24px}.single-product-skeleton .product-dtl .product-all-info .price-section .emi-start-text span{font-size:16px;line-height:20px}.single-product-skeleton .product-dtl .product-all-info .payu-section{margin-bottom:24px;padding-bottom:24px}.single-product-skeleton .product-dtl .product-all-info .big-offers-container{margin-bottom:24px;padding:0 0 24px}.single-product-skeleton .product-dtl .product-all-info .big-offers-container .big-offer-header-title{font-size:18px;line-height:21.6px;margin-bottom:16px}.single-product-skeleton .product-dtl .product-all-info .big-offers-container .big-offer .offer-detail{font-size:16px;line-height:20px}.single-product-skeleton .product-dtl .product-all-info .big-offers-container .big-offer .offer-detail .offer-desc,.single-product-skeleton .product-dtl .product-all-info .big-offers-container .big-offer .offer-detail .term-text{font-size:14px;line-height:16px}.single-product-skeleton .product-dtl .product-all-info .product-policies{gap:56px;justify-content:normal;margin-bottom:24px;padding-bottom:24px;padding-inline:0}.single-product-skeleton .product-dtl .product-all-info .product-policies .policy{width:75px}.single-product-skeleton .product-dtl .product-all-info .product-policies .policy .policy-image{height:64px;width:64px}.single-product-skeleton .product-dtl .product-all-info .product-policies .policy .policy-name{font-size:12px;line-height:18px}.single-product-skeleton .product-dtl .product-all-info .pincode-chk-container{margin-bottom:24px;padding:0 0 24px}.single-product-skeleton .product-dtl .product-all-info .pincode-chk-container .seller-dtl-container .sold-by{font-size:16px;line-height:24px}.single-product-skeleton .product-dtl .product-all-info .pincode-chk-container .seller-dtl-container .product-with-sellers .seller-dtl{margin-bottom:0}.single-product-skeleton .product-dtl .product-all-info .pincode-chk-container .seller-dtl-container .product-with-sellers .seller-dtl .seller-name .seller-name-txt{font-size:14px;line-height:20px}.single-product-skeleton .product-dtl .product-all-info .pincode-chk-container .seller-dtl-container .product-with-sellers .seller-dtl .snp-dtl .seller-name-title{animation:shimmer 3s linear infinite;background:linear-gradient(90deg,#eee 25%,#ddd 50%,#eee 75%);background-size:200% 100%;border-radius:4px;height:24px;width:12%;width:24px}.single-product-skeleton .product-dtl .product-all-info .pincode-chk-container .seller-dtl-container .product-with-sellers .seller-dtl .snp-dtl .seller-name-desc{animation:shimmer 3s linear infinite;background:linear-gradient(90deg,#eee 25%,#ddd 50%,#eee 75%);background-size:200% 100%;border-radius:4px;height:24px;width:10%;width:24px}.single-product-skeleton .product-dtl .product-all-info .product-description .desc-header .desc-header-text{font-size:18px}.single-product-skeleton .product-dtl .product-all-info .product-description .desc-header .desc-arrow-icon{display:none}.single-product-skeleton .product-dtl .product-all-info .product-description .product-summary{margin-bottom:24px;padding:0}.single-product-skeleton .product-dtl .product-all-info .product-description .product-summary ul li{font-size:14px;line-height:20px;margin-bottom:16px}.single-product-skeleton .product-dtl .product-all-info .product-description .product-desc-dtl-table{margin-bottom:24px;padding:0}.single-product-skeleton .product-dtl .product-all-info .product-description .product-desc-dtl-table .desc-table-container .product-desc-table .label,.single-product-skeleton .product-dtl .product-all-info .product-description .product-desc-dtl-table .desc-table-container .product-desc-table .value{font-size:14px}.single-product-skeleton .product-dtl .product-all-info .category{font-size:16px;line-height:24px}.single-product-skeleton .banner-slider-container{margin-bottom:24px}.single-product-skeleton .no-details-found{margin-top:100px}.single-product-skeleton .ad-banner-image{margin-bottom:24px;padding:0 24px 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}}.carousel-container-skeleton{align-items:center;animation:shimmer 3s linear infinite;background:linear-gradient(90deg,#eee 25%,#ddd 50%,#eee 75%);background-size:200% 100%;border-radius:4px;display:flex;flex-direction:column;height:242px;margin-bottom:12px;overflow:hidden;position:relative;width:100%}.carousel-container-skeleton .scroll-view{-ms-overflow-style:none;display:flex;height:100%;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;width:100%}.carousel-container-skeleton .scroll-view::-webkit-scrollbar{display:none}.carousel-container-skeleton .scroll-view .carousel-image{animation:shimmer 3s linear infinite;background:linear-gradient(90deg,#eee 25%,#ddd 50%,#eee 75%);background-size:200% 100%;border-radius:4px;height:100%;min-width:100%;object-fit:contain;scroll-snap-align:center;transition:transform .5s ease-in-out,opacity .5s ease-in-out}.pdp-desk-images-skeleton{display:none}@media(min-width:768px){.carousel-container-skeleton,.carousel-container-skeleton .pagination{display:none}.pdp-desk-images-skeleton{display:block}.pdp-desk-images-skeleton .product-selected-img{align-items:center;animation:shimmer 3s linear infinite;background:linear-gradient(90deg,#eee 25%,#ddd 50%,#eee 75%);background-size:200% 100%;border:1px solid #eee;border-radius:4px;border-radius:8px;display:flex;height:204px;margin-bottom:12px;overflow:hidden;width:100%}.pdp-desk-images-skeleton .product-selected-img img{height:260px;object-fit:contain;width:100%}.pdp-desk-images-skeleton .product-images-slider{display:flex;overflow:visible;position:relative}.pdp-desk-images-skeleton .product-images-slider .pdp-img-slider-container{display:flex;gap:8px;overflow-x:auto;scroll-behavior:smooth;white-space:nowrap;width:100%}.pdp-desk-images-skeleton .product-images-slider .pdp-img-slider-container::-webkit-scrollbar{display:none}.pdp-desk-images-skeleton .product-images-slider .pdp-img-slider-container-item{align-items:center;animation:shimmer 3s linear infinite;background:linear-gradient(90deg,#eee 25%,#ddd 50%,#eee 75%);background-size:200% 100%;border:1px solid #ddd;border-radius:4px;border-radius:8px;cursor:pointer;display:flex;flex-direction:column;gap:8px;height:85px;width:108px}.pdp-desk-images-skeleton .product-images-slider .pdp-img-slider-container-item img{display:block;height:86px;object-fit:contain;width:108px}.pdp-desk-images-skeleton .product-images-slider .pdp-img-slider-container-item.selected-img{position:relative}.pdp-desk-images-skeleton .product-images-slider .pdp-img-slider-container-item.selected-img:after{background-color:#0003;border-radius:inherit;bottom:0;content:"";left:0;position:absolute;right:0;top:0}.pdp-desk-images-skeleton .product-images-slider .slider-nav-button{align-items:center;animation:shimmer 3s linear infinite;background:linear-gradient(90deg,#eee 25%,#ddd 50%,#eee 75%);background-color:#fff;background-size:200% 100%;border:1px solid #ddd;border-radius:4px;border-radius:50%;box-shadow:0 2px 5px #0003;cursor:pointer;display:flex;font-size:18px;font-weight:700;height:24px;justify-content:center;position:absolute;top:50%;transform:translateY(-50%);width:24px;z-index:1}.pdp-desk-images-skeleton .product-images-slider .slider-nav-button.left{left:-12px}.pdp-desk-images-skeleton .product-images-slider .slider-nav-button.right{right:-12px}.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}}.store-product-skeleton{border-bottom:1px solid #eee;padding-bottom:16px}.store-product-skeleton .dish-card-head-skeleton{margin-bottom:12px;padding-inline:16px}.store-product-skeleton .dish-card-head-skeleton .restaurant-card-skeleton{align-items:center;display:flex;gap:12px;justify-content:flex-start;margin-bottom:8px}.store-product-skeleton .dish-card-head-skeleton .restaurant-card-skeleton .restaurant-logo-skeleton{animation:shimmer 3s linear infinite;background:linear-gradient(90deg,#eee 25%,#ddd 50%,#eee 75%);background-size:200% 100%;border-radius:4px;border-radius:50%;height:48px;width:48px}.store-product-skeleton .dish-card-head-skeleton .restaurant-card-skeleton .card-details-skeleton{display:flex;flex:1 1;flex-direction:column;gap:8px}.store-product-skeleton .dish-card-head-skeleton .restaurant-card-skeleton .card-details-skeleton .card-name-skeleton{animation:shimmer 3s linear infinite;background:linear-gradient(90deg,#eee 25%,#ddd 50%,#eee 75%);background-size:200% 100%;border-radius:4px;height:20px;width:70%}.store-product-skeleton .dish-card-head-skeleton .restaurant-card-skeleton .card-details-skeleton .card-meta-skeleton{align-items:center;display:flex;gap:6px}.store-product-skeleton .dish-card-head-skeleton .restaurant-card-skeleton .card-details-skeleton .card-meta-skeleton .meta-item-skeleton{animation:shimmer 3s linear infinite;background:linear-gradient(90deg,#eee 25%,#ddd 50%,#eee 75%);background-size:200% 100%;border-radius:4px;height:16px;width:50px}.store-product-skeleton .dish-card-head-skeleton .restaurant-card-skeleton .card-details-skeleton .card-meta-skeleton .meta-dot-skeleton{animation:shimmer 3s linear infinite;background:linear-gradient(90deg,#eee 25%,#ddd 50%,#eee 75%);background-size:200% 100%;border-radius:4px;border-radius:50%;height:3px;width:3px}.store-product-skeleton .dish-card-head-skeleton .restaurant-card-skeleton .menu-btn-skeleton{animation:shimmer 3s linear infinite;background:linear-gradient(90deg,#eee 25%,#ddd 50%,#eee 75%);background-size:200% 100%;border-radius:4px;height:20px;width:80px}.store-product-skeleton .dish-card-head-skeleton .offer-mobile-skeleton{align-items:center;display:flex;gap:8px}.store-product-skeleton .dish-card-head-skeleton .offer-mobile-skeleton .offer-icon-skeleton{animation:shimmer 3s linear infinite;background:linear-gradient(90deg,#eee 25%,#ddd 50%,#eee 75%);background-size:200% 100%;border-radius:4px;border-radius:50%;height:20px;width:20px}.store-product-skeleton .dish-card-head-skeleton .offer-mobile-skeleton .offer-text-skeleton{animation:shimmer 3s linear infinite;background:linear-gradient(90deg,#eee 25%,#ddd 50%,#eee 75%);background-size:200% 100%;border-radius:4px;height:16px;width:150px}.store-product-skeleton .dish-items-skeleton{display:flex;gap:12px;overflow-x:auto;padding-inline:16px;scroll-behavior:smooth}.store-product-skeleton .dish-items-skeleton::-webkit-scrollbar{display:none}.store-product-skeleton .dish-items-skeleton .product-card-skeleton{border:1px solid #eee;border-radius:8px;display:flex;flex-direction:column;gap:8px;max-width:300px;min-width:250px;padding:12px}.store-product-skeleton .dish-items-skeleton .product-card-skeleton .product-image-skeleton{animation:shimmer 3s linear infinite;background:linear-gradient(90deg,#eee 25%,#ddd 50%,#eee 75%);background-size:200% 100%;border-radius:4px;border-radius:8px;height:120px;width:100%}.store-product-skeleton .dish-items-skeleton .product-card-skeleton .product-details-skeleton{display:flex;flex-direction:column;gap:8px}.store-product-skeleton .dish-items-skeleton .product-card-skeleton .product-details-skeleton .product-name-skeleton{animation:shimmer 3s linear infinite;background:linear-gradient(90deg,#eee 25%,#ddd 50%,#eee 75%);background-size:200% 100%;border-radius:4px;height:16px;width:80%}.store-product-skeleton .dish-items-skeleton .product-card-skeleton .product-details-skeleton .product-price-skeleton{animation:shimmer 3s linear infinite;background:linear-gradient(90deg,#eee 25%,#ddd 50%,#eee 75%);background-size:200% 100%;border-radius:4px;height:14px;width:40%}.store-product-skeleton .dish-items-skeleton .product-card-skeleton .product-details-skeleton .product-button-skeleton{animation:shimmer 3s linear infinite;background:linear-gradient(90deg,#eee 25%,#ddd 50%,#eee 75%);background-size:200% 100%;border-radius:4px;border-radius:6px;height:32px;margin-top:4px;width:60px}.store-product-skeleton .dish-items-skeleton .view-more-skeleton{align-items:center;border:1px solid #eee;border-radius:8px;display:flex;flex-direction:column;gap:8px;justify-content:center;min-width:100px;padding:20px 12px}.store-product-skeleton .dish-items-skeleton .view-more-skeleton .view-more-icon-skeleton{animation:shimmer 3s linear infinite;background:linear-gradient(90deg,#eee 25%,#ddd 50%,#eee 75%);background-size:200% 100%;border-radius:4px;border-radius:50%;height:32px;width:32px}.store-product-skeleton .dish-items-skeleton .view-more-skeleton .view-more-text-skeleton{animation:shimmer 3s linear infinite;background:linear-gradient(90deg,#eee 25%,#ddd 50%,#eee 75%);background-size:200% 100%;border-radius:4px;height:16px;width:80px}@media(min-width:768px){.store-product-skeleton{border:1px solid #eee;border-radius:12px;box-shadow:0 5px 5px 0 #00000014;overflow:hidden;padding-block:16px}.store-product-skeleton .dish-card-head-skeleton{margin-bottom:16px}.store-product-skeleton .dish-card-head-skeleton .restaurant-card-skeleton{gap:16px;margin-bottom:0}.store-product-skeleton .dish-card-head-skeleton .restaurant-card-skeleton .restaurant-logo-skeleton{height:56px;width:56px}.store-product-skeleton .dish-card-head-skeleton .restaurant-card-skeleton .card-details-skeleton .card-name-skeleton{height:24px;width:75%}.store-product-skeleton .dish-card-head-skeleton .restaurant-card-skeleton .card-details-skeleton .card-meta-skeleton .meta-item-skeleton{height:20px;width:60px}.store-product-skeleton .dish-card-head-skeleton .restaurant-card-skeleton .menu-btn-skeleton{height:24px;width:90px}.store-product-skeleton .dish-card-head-skeleton .offer-mobile-skeleton{padding:12px 0}.store-product-skeleton .dish-card-head-skeleton .offer-mobile-skeleton .offer-text-skeleton{width:180px}.store-product-skeleton .dish-items-skeleton .product-card-skeleton{min-width:322px}.store-product-skeleton .dish-items-skeleton .product-card-skeleton .product-image-skeleton{height:140px}.store-product-skeleton .dish-items-skeleton .view-more-skeleton{min-width:110px}.store-product-skeleton .dish-items-skeleton .view-more-skeleton .view-more-icon-skeleton{height:48px;width:48px}}@media(min-width:1175px){.store-product-skeleton .dish-card-head-skeleton .restaurant-card-skeleton{padding-bottom:16px}.store-product-skeleton .dish-card-head-skeleton .restaurant-card-skeleton .card-details-skeleton .card-meta-skeleton{gap:12px}.store-product-skeleton .dish-card-head-skeleton .restaurant-card-skeleton .card-details-skeleton .card-meta-skeleton:after{animation:shimmer 3s linear infinite;background:linear-gradient(90deg,#eee 25%,#ddd 50%,#eee 75%);background-size:200% 100%;border-radius:4px;content:"";height:16px;width:100px}.store-product-skeleton .dish-card-head-skeleton .offer-mobile-skeleton{display:none}}@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}}.fnb-search-skeleton{background:#fff;height:100%;left:0;margin-bottom:20px;overflow-y:auto;position:fixed;top:0;width:100%;z-index:999}.fnb-search-skeleton .dish-head-skeleton{align-items:center;border-bottom:1px solid #eee;display:flex;flex-direction:row;gap:12px;margin-bottom:16px;padding:28px 16px 12px}.fnb-search-skeleton .dish-head-skeleton .dish-head-logo-skeleton{animation:shimmer 3s linear infinite;background:linear-gradient(90deg,#eee 25%,#ddd 50%,#eee 75%);background-size:200% 100%;border-radius:4px;border-radius:50%;height:48px;width:48px}.fnb-search-skeleton .dish-head-skeleton .dish-head-text-skeleton{display:flex;flex:1 1;flex-direction:column;gap:8px}.fnb-search-skeleton .dish-head-skeleton .dish-head-text-skeleton .dish-title-skeleton{animation:shimmer 3s linear infinite;background:linear-gradient(90deg,#eee 25%,#ddd 50%,#eee 75%);background-size:200% 100%;border-radius:4px;height:20px;width:60%}.fnb-search-skeleton .dish-head-skeleton .dish-head-text-skeleton .view-all-skeleton{animation:shimmer 3s linear infinite;background:linear-gradient(90deg,#eee 25%,#ddd 50%,#eee 75%);background-size:200% 100%;border-radius:4px;height:16px;width:40%}.fnb-search-skeleton .dish-results-skeleton{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(1,100%)}@media(min-width:768px){.fnb-search-skeleton{background:#0000 none repeat 0 0/auto auto padding-box border-box scroll;background:initial;height:auto;left:auto;overflow-y:visible;overflow-y:initial;position:static;top:auto;width:auto;z-index:auto}.fnb-search-skeleton .dish-head-skeleton{border-bottom:initial;gap:16px;margin-bottom:0;padding:24px 24px 16px}.fnb-search-skeleton .dish-head-skeleton .dish-head-logo-skeleton{height:72px;width:72px}.fnb-search-skeleton .dish-head-skeleton .dish-head-text-skeleton .dish-title-skeleton{height:24px;width:50%}.fnb-search-skeleton .dish-head-skeleton .dish-head-text-skeleton .view-all-skeleton{height:24px;width:30%}.fnb-search-skeleton .dish-results-skeleton{grid-template-columns:repeat(2,1fr);padding: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}}.containers-skeleton .cart-page{display:flex;flex-direction:column;margin-top:16px}.containers-skeleton .cart-page .grid-cart{border-bottom:1px solid #eee;padding-bottom:16px}.containers-skeleton .cart-page .grid-cart .your-cart-texts-desktop{animation:shimmer 3s linear infinite;background:linear-gradient(90deg,#eee 25%,#ddd 50%,#eee 75%);background-size:200% 100%;border-radius:4px;display:block;height:30px;margin-bottom:12px;margin-left:12px;width:20%}.containers-skeleton .cart-page .grid-cart .product-card-category-list .product-card-skeleton{height:200px}.containers-skeleton .cart-page .grid-cart .product-card-category-list .product-card-skeleton .product-items{align-items:flex-start;flex-direction:row}.containers-skeleton .cart-page .grid-cart .product-card-category-list .product-card-skeleton .product-items .product-image{height:100%;width:182px}.containers-skeleton .cart-page .offer-address-bill .bill-details{border:1px solid #eee;margin-bottom:16px;padding:16px}.containers-skeleton .cart-page .offer-address-bill .bill-details .bill-main{display:flex;justify-content:space-between}.containers-skeleton .cart-page .offer-address-bill .bill-details .bill-main .bill-header{animation:shimmer 3s linear infinite;background:linear-gradient(90deg,#eee 25%,#ddd 50%,#eee 75%);background-size:200% 100%;border-radius:4px;height:24px;width:40%}.containers-skeleton .cart-page .offer-address-bill .bill-details .bill-main .bill-header-bottom{margin-bottom:8px}.containers-skeleton .cart-page .offer-address-bill .bill-details .bill-main .top-arrow-icon{animation:shimmer 3s linear infinite;background:linear-gradient(90deg,#eee 25%,#ddd 50%,#eee 75%);background-size:200% 100%;border-radius:4px;cursor:pointer;height:20px;width:20px}.containers-skeleton .cart-page .offer-address-bill .bill-details .bill-row-details{border-bottom:1px solid #eee;margin-bottom:16px}.containers-skeleton .cart-page .offer-address-bill .bill-details .bill-row-details .bill-row-items{display:flex;height:20px;justify-content:space-between;margin-bottom:12px;width:100%}.containers-skeleton .cart-page .offer-address-bill .bill-details .bill-row-details .bill-row-items .total-mrp-desc,.containers-skeleton .cart-page .offer-address-bill .bill-details .bill-row-details .bill-row-items .total-mrp-title{animation:shimmer 3s linear infinite;background:linear-gradient(90deg,#eee 25%,#ddd 50%,#eee 75%);background-size:200% 100%;border-radius:4px;height:24px;width:30%}.containers-skeleton .cart-page .offer-address-bill .bill-details .bill-row-details .bill-row-items .discount-mrp-title{animation:shimmer 3s linear infinite;background:linear-gradient(90deg,#eee 25%,#ddd 50%,#eee 75%);background-size:200% 100%;border-radius:4px;height:24px;width:40%}.containers-skeleton .cart-page .offer-address-bill .bill-details .bill-row-details .bill-row-items .discount-mrp-desc{animation:shimmer 3s linear infinite;background:linear-gradient(90deg,#eee 25%,#ddd 50%,#eee 75%);background-size:200% 100%;border-radius:4px;height:24px;width:20%}.containers-skeleton .cart-page .offer-address-bill .bill-details .bill-row-details .bill-row-items .delivery-charges-title{animation:shimmer 3s linear infinite;background:linear-gradient(90deg,#eee 25%,#ddd 50%,#eee 75%);background-size:200% 100%;border-radius:4px;height:24px;width:38%}.containers-skeleton .cart-page .offer-address-bill .bill-details .bill-row-details .bill-row-items .delivery-charges-desc{animation:shimmer 3s linear infinite;background:linear-gradient(90deg,#eee 25%,#ddd 50%,#eee 75%);background-size:200% 100%;border-radius:4px;height:24px;width:40%}.containers-skeleton .cart-page .offer-address-bill .bill-details .bill-row-details .bill-row-items .taxes-title{animation:shimmer 3s linear infinite;background:linear-gradient(90deg,#eee 25%,#ddd 50%,#eee 75%);background-size:200% 100%;border-radius:4px;height:24px;width:25%}.containers-skeleton .cart-page .offer-address-bill .bill-details .bill-row-details .bill-row-items .taxes-desc{animation:shimmer 3s linear infinite;background:linear-gradient(90deg,#eee 25%,#ddd 50%,#eee 75%);background-size:200% 100%;border-radius:4px;height:24px;width:40%}.containers-skeleton .cart-page .offer-address-bill .bill-details .bill-total{display:flex;justify-content:space-between}.containers-skeleton .cart-page .offer-address-bill .bill-details .bill-total .bill-total-title{animation:shimmer 3s linear infinite;background:linear-gradient(90deg,#eee 25%,#ddd 50%,#eee 75%);background-size:200% 100%;border-radius:4px;height:24px;width:40%}.containers-skeleton .cart-page .offer-address-bill .bill-details .bill-total .bill-total-desc{animation:shimmer 3s linear infinite;background:linear-gradient(90deg,#eee 25%,#ddd 50%,#eee 75%);background-size:200% 100%;border-radius:4px;height:24px;width:30%}.containers-skeleton .cart-page .offer-address-bill .cart-summary{border-radius:8px}.containers-skeleton .cart-page .offer-address-bill .cart-summary .cart-desktop-hide{display:block}.containers-skeleton .cart-page .offer-address-bill .cart-summary .cart-desktop-hide .savings-banner{display:none}.containers-skeleton .cart-page .offer-address-bill .cart-summary .cart-desktop-hide .order-summary{align-items:center;border:1px solid #eee;border-radius:8px;display:flex;font-size:18px;justify-content:space-between;margin-bottom:16px;padding:16px}.containers-skeleton .cart-page .offer-address-bill .cart-summary .cart-desktop-hide .order-summary .place-order-btn{animation:shimmer 3s linear infinite;background:linear-gradient(90deg,#eee 25%,#ddd 50%,#eee 75%);background-size:200% 100%;border:none;border-radius:4px;border-radius:34px;cursor:pointer;height:36px;padding:12px 32px;width:100%}.containers-skeleton .cart-page .offer-address-bill .cart-summary .feature-container{animation:shimmer 3s linear infinite;background:linear-gradient(90deg,#eee 25%,#ddd 50%,#eee 75%);background-size:200% 100%;border-radius:4px;border-radius:8px;height:100px;width:100%}@media(min-width:768px){.containers-skeleton{border:1px solid #eee;border-radius:8px;margin:24px auto auto;max-width:80%}.containers-skeleton .cart-page{display:flex;flex-direction:row;gap:24px;justify-content:center;margin:24px}.containers-skeleton .cart-page .grid-cart{border-bottom:initial;max-width:75%;padding-bottom:0;width:75%}.containers-skeleton .cart-page .grid-cart .your-cart-texts-desktop{animation:shimmer 3s linear infinite;background:linear-gradient(90deg,#eee 25%,#ddd 50%,#eee 75%);background-size:200% 100%;border-radius:4px;height:30px;margin-left:0;width:20%}.containers-skeleton .cart-page .offer-address-bill{width:40%}.containers-skeleton .cart-page .offer-address-bill .cart-summary .cart-desktop-hide{display:block}.containers-skeleton .cart-page .offer-address-bill .cart-summary .cart-desktop-hide .savings-banner{animation:shimmer 3s linear infinite;background:linear-gradient(90deg,#eee 25%,#ddd 50%,#eee 75%);background-size:200% 100%;border-radius:4px;border-radius:6px;display:block;height:36px;margin-bottom:8px;padding:12px 16px;width:100%}.containers-skeleton .cart-page .offer-address-bill .cart-summary .cart-desktop-hide .order-summary{align-items:center;border:1px solid #eee;border-radius:8px;display:flex;font-size:18px;justify-content:space-between;margin-bottom:16px;padding:16px}.containers-skeleton .cart-page .offer-address-bill .cart-summary .cart-desktop-hide .order-summary .place-order-btn{animation:shimmer 3s linear infinite;background:linear-gradient(90deg,#eee 25%,#ddd 50%,#eee 75%);background-size:200% 100%;border:none;border-radius:4px;border-radius:34px;cursor:pointer;height:36px;padding:12px 32px;width:100%}.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}}.order-history-card-main-container-skeleton{border:1px solid #eee;border-radius:4px;cursor:pointer;margin:0 16px 16px}.order-history-card-main-container-skeleton .order-id-header{align-items:flex-start;border-bottom:1px solid #eee;display:flex;justify-content:space-between;margin-bottom:16px;padding:16px}.order-history-card-main-container-skeleton .order-id-header .order-id{width:40%}.order-history-card-main-container-skeleton .order-id-header .arrow-icon,.order-history-card-main-container-skeleton .order-id-header .order-id{animation:shimmer 3s linear infinite;background:linear-gradient(90deg,#eee 25%,#ddd 50%,#eee 75%);background-size:200% 100%;border-radius:4px;height:20px}.order-history-card-main-container-skeleton .order-id-header .arrow-icon{object-fit:contain;width:20px}.order-history-card-main-container-skeleton .order-history-card{border-bottom:1px solid #eee;display:flex;gap:8px;margin:0 16px 12px;padding-bottom:12px}.order-history-card-main-container-skeleton .order-history-card .order-image-section{border-radius:4px}.order-history-card-main-container-skeleton .order-history-card .order-image-section .order-image{animation:shimmer 3s linear infinite;background:linear-gradient(90deg,#eee 25%,#ddd 50%,#eee 75%);background-size:200% 100%;border-radius:4px;height:72px;object-fit:contain;width:72px}.order-history-card-main-container-skeleton .order-history-card .order-history-card-detail{flex:1 1;padding:8px 0}.order-history-card-main-container-skeleton .order-history-card .order-history-card-detail .order-card-status{animation:shimmer 3s linear infinite;background:linear-gradient(90deg,#eee 25%,#ddd 50%,#eee 75%);background-size:200% 100%;border-radius:4px;border-radius:2px;display:inline-block;height:16px;margin-bottom:4px;padding:2px 8px;width:30%}.order-history-card-main-container-skeleton .order-history-card .order-history-card-detail .order-card-item-name{-webkit-box-orient:vertical;-webkit-line-clamp:2;animation:shimmer 3s linear infinite;background:linear-gradient(90deg,#eee 25%,#ddd 50%,#eee 75%);background-size:200% 100%;border-radius:4px;display:-webkit-box;height:16px;margin-bottom:4px;overflow:hidden;text-overflow:ellipsis;width:80%}.order-history-card-main-container-skeleton .order-history-card .order-history-card-detail .delived-by{align-items:flex-start;animation:shimmer 3s linear infinite;background:linear-gradient(90deg,#eee 25%,#ddd 50%,#eee 75%);background-size:200% 100%;border-radius:4px;display:flex;gap:4px;height:16px;width:50%}.order-history-card-main-container-skeleton .order-history-card .arrow-icon{align-self:center;animation:shimmer 3s linear infinite;background:linear-gradient(90deg,#eee 25%,#ddd 50%,#eee 75%);background-size:200% 100%;border-radius:4px;display:none;height:20px;object-fit:contain;width:20px}.order-history-card-main-container-skeleton .order-history-card:last-child{border-bottom:none;margin-bottom:0}@media(min-width:768px){.order-history-card-main-container-skeleton{margin:16px 0}.order-history-card-main-container-skeleton .order-id-header{align-items:center;border-bottom:1px solid #eee;display:flex;justify-content:space-between;margin-bottom:16px;padding:16px}.order-history-card-main-container-skeleton .order-id-header .order-id{font-size:16px;line-height:24px}.order-history-card-main-container-skeleton .order-id-header .arrow-icon{height:24px;width:24px}.order-history-card-main-container-skeleton .order-history-card{gap:16px;margin-bottom:12px}.order-history-card-main-container-skeleton .order-history-card .order-image-section{border-radius:4px;height:88px;padding:8px 0;width:96px}.order-history-card-main-container-skeleton .order-history-card .order-image-section .order-image{object-fit:contain}.order-history-card-main-container-skeleton .order-history-card .order-history-card-detail .order-card-status{line-height:16px;margin-bottom:10px}.order-history-card-main-container-skeleton .order-history-card .order-history-card-detail .order-card-item-name{-webkit-line-clamp:1;font-size:14px;line-height:20px;margin-bottom:8px}.order-history-card-main-container-skeleton .order-history-card .arrow-icon{height:24px;width:24px}.order-history-card-main-container-skeleton .order-history-card .order-history-card:last-child{border-bottom:none;margin-bottom:0}.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}}.order-history-skeleton .order-history-container .order-history-left{display:flex;flex-direction:column}.order-history-skeleton .order-history-container .order-history-left .order-history-header{margin-bottom:16px;padding-inline:16px}.order-history-skeleton .order-history-container .order-history-left .order-history-header .header-text{animation:shimmer 3s linear infinite;background:linear-gradient(90deg,#eee 25%,#ddd 50%,#eee 75%);background-size:200% 100%;border-radius:4px;height:24px;margin-block:12px;padding:12px 0;width:40%}.order-history-skeleton .order-history-container .order-history-left .order-history-header .order-history-search{border:1px solid #eee;border-radius:4px;display:flex;height:42px;width:100%}.order-history-skeleton .order-history-container .order-history-left .order-history-header .order-history-search .search-input{background-color:#fff;border-radius:4px 0 0 4px;flex-grow:1;padding:11px 12px}.order-history-skeleton .order-history-container .order-history-left .order-history-header .order-history-search .search-input .Searched-text{animation:shimmer 3s linear infinite;background:linear-gradient(90deg,#eee 25%,#ddd 50%,#eee 75%);background-size:200% 100%;border-radius:4px;height:100%;width:100%}.order-history-skeleton .order-history-container .order-history-left .order-history-header .order-history-search .search-lens{align-items:center;animation:shimmer 3s linear infinite;background:linear-gradient(90deg,#eee 25%,#ddd 50%,#eee 75%);background-size:200% 100%;border-radius:4px;border-radius:0 4px 4px 0;cursor:pointer;display:flex;justify-content:center;width:42px}.order-history-skeleton .order-history-container .order-history-left .order-history-header .order-history-search .search-lens .search-lens-icon{height:16px;object-fit:contain;width:16px}.order-history-skeleton .order-history-container .order-history-right{display:none}@media(min-width:768px){.order-history-skeleton .order-history-container{display:flex;gap:24px;margin:24px}.order-history-skeleton .order-history-container .order-history-left{flex:1 1}.order-history-skeleton .order-history-container .order-history-left .order-history-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:12px;padding-inline:0}.order-history-skeleton .order-history-container .order-history-left .order-history-header .header-text{animation:shimmer 3s linear infinite;background:linear-gradient(90deg,#eee 25%,#ddd 50%,#eee 75%);background-size:200% 100%;border-radius:4px;height:24px;margin-block:12px;padding:0;width:20%}.order-history-skeleton .order-history-container .order-history-left .order-history-header .order-history-search{margin:0;padding:0;width:280px}.order-history-skeleton .order-history-container .order-history-right{display:flex;width:37.34%}.order-history-skeleton .order-history-container .order-history-right .order-history-right-imgs{display:flex;flex-direction:column;width:100%}.order-history-skeleton .order-history-container .order-history-right .order-history-right-imgs .order-his-right-img{animation:shimmer 3s linear infinite;background:linear-gradient(90deg,#eee 25%,#ddd 50%,#eee 75%);background-size:200% 100%;border-radius:4px;height:200px;margin-bottom:12px;object-fit:contain;width:100%}.order-history-skeleton .no-details-found{margin-top:100px}}@media(min-width:1440px){.order-history-skeleton{background-color:#f4f4f4;border-bottom:1px solid #eee;border-top:1px solid #eee}.order-history-skeleton .order-history-container{background-color:#fff;border-radius:8px;margin-inline:auto;max-width:1158px;padding:24px}.order-history-skeleton .order-history-container .order-history-left .order-history-header .header-text{width:40%}.order-history-skeleton .order-history-container .order-history-right{display:flex}}@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}}.order-placed-skeleton .order-placed-contaier .order-placed-left .best-deals-container{animation:shimmer 3s linear infinite;background:linear-gradient(90deg,#eee 25%,#ddd 50%,#eee 75%);background-size:200% 100%;border-radius:4px;height:240px;width:100%}.order-placed-skeleton .order-placed-contaier .order-placed-left .ad-banner-image{padding:0}.order-placed-skeleton .order-placed-contaier .order-placed-left .order-id-details-container{animation:shimmer 3s linear infinite;background:linear-gradient(90deg,#eee 25%,#ddd 50%,#eee 75%);background-size:200% 100%;border-radius:4px;padding:8px 16px}.order-placed-skeleton .order-placed-contaier .order-placed-left .order-id-details-container .order-id-details{align-items:center;animation:shimmer 3s linear infinite;background:linear-gradient(90deg,#eee 25%,#ddd 50%,#eee 75%);background-size:200% 100%;border-radius:4px;display:flex;gap:8px;width:100%}.order-placed-skeleton .order-placed-contaier .order-placed-left .order-id-details-container .order-id-details .gif{height:52.67px;object-fit:contain;width:58px}.order-placed-skeleton .order-placed-contaier .order-placed-left .order-id-details-container .order-id-details .order-id .order-created-text{font-size:14px;font-weight:700;line-height:20px}.order-placed-skeleton .order-placed-contaier .order-placed-left .order-id-details-container .order-id-details .order-id .id{font-size:14px;font-weight:400;line-height:20px;word-break:break-all}.order-placed-skeleton .order-placed-contaier .order-placed-left .order-id-details-container .order-failed-container{border:1px solid #cc293b;border-radius:8px;display:flex;flex-direction:column;margin-top:12px;padding:12px}.order-placed-skeleton .order-placed-contaier .order-placed-left .order-id-details-container .order-failed-container .order-failed-container-header{font-size:14px;font-weight:700;line-height:20px;margin-bottom:4px}.order-placed-skeleton .order-placed-contaier .order-placed-left .order-id-details-container .order-failed-container .order-failed-container-text{font-size:12px;font-weight:400;line-height:16px;margin-bottom:16px}.order-placed-skeleton .order-placed-contaier .order-placed-left .order-id-details-container .order-failed-container .retry-button{align-self:center;background-color:#fff;border:1px solid #f50;border-radius:87px;color:#f50;cursor:pointer;font-size:14px;font-weight:700;padding-block:8px;white-space:nowrap;width:100%}.order-placed-skeleton .order-placed-contaier .order-placed-left .order-delivery-date{align-items:flex-start;animation:shimmer 3s linear infinite;background:linear-gradient(90deg,#eee 25%,#ddd 50%,#eee 75%);background-size:200% 100%;border-radius:4px;display:flex;gap:4px;justify-content:center;margin-bottom:16px;padding:8px 16px}.order-placed-skeleton .order-placed-contaier .order-placed-left .order-delivery-date .delivery-icon{height:16px;object-fit:contain;width:16px}.order-placed-skeleton .order-placed-contaier .order-placed-left .order-delivery-date .delivery-date{font-size:12px;font-weight:700;line-height:16px}.order-placed-skeleton .order-placed-contaier .order-placed-left .order-summary-text{animation:shimmer 3s linear infinite;background:linear-gradient(90deg,#eee 25%,#ddd 50%,#eee 75%);background-size:200% 100%;border-radius:4px;font-size:14px;font-weight:700;height:24px;line-height:20px;margin-bottom:8px;margin-left:16px;padding:0 16px;width:30%}.order-placed-skeleton .order-placed-contaier .order-placed-left .order-summary-container .order-placed-date{animation:shimmer 3s linear infinite;background:linear-gradient(90deg,#eee 25%,#ddd 50%,#eee 75%);background-size:200% 100%;border-bottom:1px solid #eee;border-radius:4px;font-size:12px;font-weight:400;height:24px;line-height:16px;margin-bottom:16px;margin-left:16px;padding:0 16px 16px;width:50%}.order-placed-skeleton .order-placed-contaier .order-placed-left .order-summary-container .order-deatil-status{border-bottom:1px solid #eee;display:flex;flex-direction:column;margin-bottom:16px;padding-bottom:16px}.order-placed-skeleton .order-placed-contaier .order-placed-left .order-summary-container .order-deatil-status .order-status-text{font-size:14px;font-weight:700;line-height:20px;margin-bottom:8px;padding:0 16px}.order-placed-skeleton .order-placed-contaier .order-placed-left .order-summary-container .order-deatil-status .order-track-button{align-self:center;padding:0 16px;width:100%}.order-placed-skeleton .order-placed-contaier .order-placed-left .order-summary-container .order-deatil-status .order-track-button .track-order-button{animation:shimmer 3s linear infinite;background:linear-gradient(90deg,#eee 25%,#ddd 50%,#eee 75%);background-size:200% 100%;border-radius:4px;border-radius:16px;height:40px;width:100%}.order-placed-skeleton .order-placed-right .order-payment-dtl-container .order-payment-deatils{margin-bottom:17px;padding-inline:16px}.order-placed-skeleton .order-placed-right .order-payment-dtl-container .order-payment-deatils .payment-deatil-header{animation:shimmer 3s linear infinite;background:linear-gradient(90deg,#eee 25%,#ddd 50%,#eee 75%);background-size:200% 100%;border-radius:4px;font-size:14px;font-weight:700;height:24px;line-height:20px;margin-bottom:8px;width:32%}.order-placed-skeleton .order-placed-right .order-payment-dtl-container .order-payment-deatils .payment-details .payment-detail{align-items:center;display:flex;gap:20px;justify-content:space-between;margin-bottom:12px;width:100%}.order-placed-skeleton .order-placed-right .order-payment-dtl-container .order-payment-deatils .payment-details .payment-detail .payment-detail-label{animation:shimmer 3s linear infinite;background:linear-gradient(90deg,#eee 25%,#ddd 50%,#eee 75%);background-size:200% 100%;border-radius:4px;font-size:12px;font-weight:400;height:18px;line-height:16px;white-space:nowrap;width:22%}.order-placed-skeleton .order-placed-right .order-payment-dtl-container .order-payment-deatils .payment-details .payment-detail .payment-detail-text{animation:shimmer 3s linear infinite;background:linear-gradient(90deg,#eee 25%,#ddd 50%,#eee 75%);background-size:200% 100%;border-radius:4px;font-size:12px;font-weight:400;height:18px;line-height:16px;width:22%;word-break:break-all}.order-placed-skeleton .order-placed-right .order-payment-dtl-container .order-payment-deatils .payment-details .payment-detail:last-child{border-bottom:1px solid #eee;padding-bottom:12px}.order-placed-skeleton .order-placed-right .order-payment-dtl-container .order-payment-deatils .total-payment-detail{align-items:center;display:flex;justify-content:space-between}.order-placed-skeleton .order-placed-right .order-payment-dtl-container .order-payment-deatils .total-payment-detail .total-payment-detail-text{animation:shimmer 3s linear infinite;background:linear-gradient(90deg,#eee 25%,#ddd 50%,#eee 75%);background-size:200% 100%;border-radius:4px;font-size:12px;font-weight:700;height:24px;line-height:16px;width:32%}.order-placed-skeleton .order-placed-right .order-payment-dtl-container .order-dtl-button{background-color:#fff;box-shadow:0 -4px 8px -3px #0000001a;padding:12px 16px}.order-placed-skeleton .order-placed-right .order-payment-dtl-container .order-dtl-button .continue-shopping-btn{animation:shimmer 3s linear infinite;background:linear-gradient(90deg,#eee 25%,#ddd 50%,#eee 75%);background-size:200% 100%;border-radius:4px;border-radius:16px;height:40px;width:100%}@media(min-width:768px){.order-placed-skeleton .order-placed-contaier{display:flex;gap:24px;margin:24px}.order-placed-skeleton .order-placed-contaier .order-placed-left{flex:1 1;overflow:hidden}.order-placed-skeleton .order-placed-contaier .order-placed-left .new-hero-carousel-new .carousel-container .carousel-slide img{border-radius:8px}.order-placed-skeleton .order-placed-contaier .order-placed-left .ad-banner-image{margin-bottom:12px}.order-placed-skeleton .order-placed-contaier .order-placed-left .ad-banner-image img{border-radius:8px}.order-placed-skeleton .order-placed-contaier .order-placed-left .order-id-details-container{border-radius:8px 8px 0 0;margin-top:12px}.order-placed-skeleton .order-placed-contaier .order-placed-left .order-id-details-container .order-id-details .order-id .order-created-text{font-size:16px;line-height:24px}.order-placed-skeleton .order-placed-contaier .order-placed-left .order-id-details-container .order-id-details .order-id .id{font-size:14px;line-height:20px}.order-placed-skeleton .order-placed-contaier .order-placed-left .order-id-details-container .order-failed-container{margin-top:8px;padding:12px}.order-placed-skeleton .order-placed-contaier .order-placed-left .order-id-details-container .order-failed-container .order-failed-container-header{font-size:16px;line-height:24px}.order-placed-skeleton .order-placed-contaier .order-placed-left .order-id-details-container .order-failed-container .order-failed-container-text{font-size:14px;line-height:20px}.order-placed-skeleton .order-placed-contaier .order-placed-left .order-id-details-container .order-failed-container .retry-button{width:328px}.order-placed-skeleton .order-placed-contaier .order-placed-left .order-delivery-date{border-radius:0 0 8px 8px}.order-placed-skeleton .order-placed-contaier .order-placed-left .order-summary-text{font-size:16px;line-height:24px;margin-bottom:12px;margin-left:0;padding:0}.order-placed-skeleton .order-placed-contaier .order-placed-left .order-summary-container{border:1px solid #eee;border-radius:8px;padding:16px}.order-placed-skeleton .order-placed-contaier .order-placed-left .order-summary-container .order-placed-date{font-size:14px;line-height:20px;margin-left:0;padding:0 0 16px}.order-placed-skeleton .order-placed-contaier .order-placed-left .order-summary-container .order-deatil-status{border-bottom:0;margin-bottom:0;padding:0}.order-placed-skeleton .order-placed-contaier .order-placed-left .order-summary-container .order-deatil-status .order-status-text{font-size:16px;line-height:24px;padding:0}.order-placed-skeleton .order-placed-contaier .order-placed-left .order-summary-container .order-deatil-status .order-track-button{padding:0;width:auto}.order-placed-skeleton .order-placed-contaier .order-placed-left .order-summary-container .order-deatil-status .order-track-button .track-order-button{cursor:pointer;margin-left:auto;width:360px}.order-placed-skeleton .order-placed-contaier .order-placed-right{width:37.94%}.order-placed-skeleton .order-placed-contaier .order-placed-right .order-payment-dtl-container{border:1px solid #eee;border-radius:8px;padding:16px}.order-placed-skeleton .order-placed-contaier .order-placed-right .order-payment-dtl-container .order-payment-deatils{padding:0}.order-placed-skeleton .order-placed-contaier .order-placed-right .order-payment-dtl-container .order-payment-deatils .payment-deatil-header{font-size:16px;line-height:24px}.order-placed-skeleton .order-placed-contaier .order-placed-right .order-payment-dtl-container .order-payment-deatils .payment-details .payment-detail .payment-detail-text,.order-placed-skeleton .order-placed-contaier .order-placed-right .order-payment-dtl-container .order-payment-deatils .total-payment-detail .total-payment-detail-text{font-size:14px;line-height:20px}.order-placed-skeleton .order-placed-contaier .order-placed-right .order-payment-dtl-container .order-dtl-button{background-color:initial;box-shadow:none;padding:0;position:static}.order-placed-skeleton .order-placed-contaier .order-placed-right .order-payment-dtl-container .order-dtl-button .continue-shopping-btn{cursor:pointer}}@media(min-width:1440px){.order-placed-skeleton{background-color:#f4f4f4;border-bottom:1px solid #eee;border-top:1px solid #eee}.order-placed-skeleton .order-placed-contaier{background-color:#fff;border:1px solid #eee;border-radius:8px;margin-inline:auto;max-width:1158px;padding: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}}.order-item-list-skeleton{border-bottom:1px solid #eee;margin-bottom:16px;padding:0 16px}.order-item-list-skeleton .order-item-detail{display:flex;gap:8px;margin-bottom:16px}.order-item-list-skeleton .order-item-detail .order-item-img-container{position:relative}.order-item-list-skeleton .order-item-detail .order-item-img-container .order-item-img{animation:shimmer 3s linear infinite;background:linear-gradient(90deg,#eee 25%,#ddd 50%,#eee 75%);background-size:200% 100%;border:1px solid #eee;border-radius:4px;border-radius:8px;cursor:pointer;height:84px;object-fit:contain;width:90px}.order-item-list-skeleton .order-item-detail .order-item-img-container .cart-select-item{left:8px;position:absolute;top:8px}.order-item-list-skeleton .order-item-detail .order-item-img-container .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}.order-item-list-skeleton .order-item-detail .order-item-img-container .cart-select-item input[type=checkbox]:checked{background-color:#f50;border-color:#f50}.order-item-list-skeleton .order-item-detail .order-item-img-container .cart-select-item input[type=checkbox]:checked:after{color:#fff;content:"✓";font-size:12px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.order-item-list-skeleton .order-item-detail .order-details{flex:1 1}.order-item-list-skeleton .order-item-detail .order-details .item-name{-webkit-box-orient:vertical;-webkit-line-clamp:2;animation:shimmer 3s linear infinite;background:linear-gradient(90deg,#eee 25%,#ddd 50%,#eee 75%);background-size:200% 100%;border-radius:4px;cursor:pointer;display:-webkit-box;font-size:12px;font-weight:700;height:24px;line-height:16px;margin-bottom:4px;overflow:hidden;text-overflow:ellipsis;width:90%}.order-item-list-skeleton .order-item-detail .order-details .item-seller{color:#666;font-size:10px;font-weight:400}.order-item-list-skeleton .order-item-detail .order-details .item-price,.order-item-list-skeleton .order-item-detail .order-details .item-seller{animation:shimmer 3s linear infinite;background:linear-gradient(90deg,#eee 25%,#ddd 50%,#eee 75%);background-size:200% 100%;border-radius:4px;cursor:pointer;height:24px;margin-bottom:4px;width:30%}.order-item-list-skeleton .order-item-detail .order-details .item-price{font-size:12px;font-weight:700;line-height:16px}.order-item-list-skeleton .order-item-detail .order-details .item-variant{color:#666;font-size:10px;font-weight:400;width:20%}.order-item-list-skeleton .order-item-detail .order-details .delivery-or-expectedDate,.order-item-list-skeleton .order-item-detail .order-details .item-variant{animation:shimmer 3s linear infinite;background:linear-gradient(90deg,#eee 25%,#ddd 50%,#eee 75%);background-size:200% 100%;border-radius:4px;height:24px;margin-bottom:4px}.order-item-list-skeleton .order-item-detail .order-details .delivery-or-expectedDate{color:#25c167;cursor:pointer;font-size:14px;font-weight:700;line-height:20px;width:50%}.order-item-list-skeleton .order-item-detail .order-details .replace-container{align-items:center;display:flex;font-size:10px;font-weight:400;gap:4px;line-height:12px;margin-bottom:8px}.order-item-list-skeleton .order-item-detail .order-details .replace-container .replace-icon{height:12px;width:12px}.order-item-list-skeleton .button-containte-order-item{display:flex;gap:12px;margin-bottom:16px}.order-item-list-skeleton .button-containte-order-item .common-button{align-items:center;border:1px solid #f50;border-radius:24px;color:#f50;cursor:pointer;display:flex;font-size:12px;font-weight:700;gap:8px;justify-content:center;padding-block:8px;white-space:nowrap;width:50%}.order-item-list-skeleton .button-containte-order-item .common-button .button-icon-item{height:16px;object-fit:contain;width:16px}@media(min-width:768px){.order-item-list-skeleton,.order-item-list-skeleton .order-item-detail{padding:0}.order-item-list-skeleton .order-item-detail .order-item-img-container .order-item-img{height:88px;width:96px}.order-item-list-skeleton .order-item-detail .order-details .item-name{-webkit-line-clamp:1;font-size:14px;line-height:20px}.order-item-list-skeleton .order-item-detail .order-details .item-seller{font-size:12px;line-height:16px}.order-item-list-skeleton .order-item-detail .order-details .item-price{font-size:16px;line-height:24px}.order-item-list-skeleton .order-item-detail .order-details .replace-container{font-size:12px;line-height:16px;margin-bottom:8px}.order-item-list-skeleton .order-item-detail .order-details .replace-container .replace-icon{height:16px;object-fit:cover;width:16px}.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}}.order-status-progress-skeleton{margin-bottom:16px;padding:0 16px}.order-status-progress-skeleton .status-bar{height:197px;margin-bottom:16px;overflow:hidden;position:relative}.order-status-progress-skeleton .status-bar .status-item{align-items:center;display:flex;gap:16px;margin-bottom:23px;position:relative}.order-status-progress-skeleton .status-bar .status-item .status-circle{align-items:center;animation:shimmer 3s linear infinite;background:linear-gradient(90deg,#eee 25%,#ddd 50%,#eee 75%);background-size:200% 100%;border-radius:4px;border-radius:50%;color:#aaa;display:flex;font-size:12px;font-weight:700;height:32px;justify-content:center;line-height:16px;padding-block:2px;position:relative;width:32px;z-index:1}.order-status-progress-skeleton .status-bar .status-item:after{background-color:#eee;content:"";height:calc(100% - 8px);left:15px;position:absolute;top:32px;width:2px;z-index:0}.order-status-progress-skeleton .status-bar .status-item.completed:after{background-color:#005dac}.order-status-progress-skeleton .status-bar .status-item:last-child:after{height:0}.order-status-progress-skeleton .status-bar .status-item .status-text{display:flex;flex-direction:column;gap:4px}.order-status-progress-skeleton .status-bar .status-item .status-text .status-title{animation:shimmer 3s linear infinite;background:linear-gradient(90deg,#eee 25%,#ddd 50%,#eee 75%);background-size:200% 100%;border-radius:4px;height:18px;width:100px}.order-status-progress-skeleton .status-bar .status-item .status-text .status-subtitle{animation:shimmer 3s linear infinite;background:linear-gradient(90deg,#eee 25%,#ddd 50%,#eee 75%);background-size:200% 100%;border-radius:4px;height:12px;width:140px}.order-status-progress-skeleton .status-bar .status-item:last-child{margin-bottom:0}@media(min-width:768px){.order-status-progress-skeleton{margin-bottom:0;padding:0}.order-status-progress-skeleton .status-bar{height:245px;margin-bottom:0}.order-status-progress-skeleton .status-bar .status-item{margin-bottom:23px}.order-status-progress-skeleton .status-bar .status-item:after{height:calc(100% - 2px)}.order-status-progress-skeleton .status-bar .status-item:last-child:after{height:0}.order-status-progress-skeleton .status-bar .status-item .status-text .status-title{font-size:16px;line-height:24px}.order-status-progress-skeleton .status-bar .status-item .status-text .status-subtitle{font-size:14px;line-height:20px}.order-status-progress-skeleton .status-bar:after{background:linear-gradient(180deg,#ffffff1a 10%,#fff 90%);height:68px}.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}}.order-deatails-skeleton .order-detail-container .need-help-container{align-items:center;border-bottom:1px solid #eee;cursor:pointer;display:flex;gap:8px;justify-content:space-between;margin-bottom:32px;padding:0 16px 8px}.order-deatails-skeleton .order-detail-container .need-help-container .need-help-icon{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}.order-deatails-skeleton .order-detail-container .need-help-container .need-help-text-section{flex:1 1}.order-deatails-skeleton .order-detail-container .need-help-container .need-help-text-section .need-help-text-section-header{animation:shimmer 3s linear infinite;background:linear-gradient(90deg,#eee 25%,#ddd 50%,#eee 75%);background-size:200% 100%;border-radius:4px;font-size:12px;font-weight:700;height:24px;line-height:16px;margin-bottom:2px;width:80%}.order-deatails-skeleton .order-detail-container .need-help-container .need-help-text-section .need-help-text{animation:shimmer 3s linear infinite;background:linear-gradient(90deg,#eee 25%,#ddd 50%,#eee 75%);background-size:200% 100%;border-radius:4px;font-size:12px;font-weight:400;height:24px;line-height:16px;width:100%}.order-deatails-skeleton .order-detail-container .need-help-container .need-help-arrow{animation:shimmer 3s linear infinite;background:linear-gradient(90deg,#eee 25%,#ddd 50%,#eee 75%);background-size:200% 100%;border-radius:4px;height:24px;object-fit:contain;width:24px}.order-deatails-skeleton .order-detail-container .order-details-left .order-id-container{align-items:center;border-bottom:1px solid #eee;display:flex;flex-wrap:wrap;gap:10px;justify-content:space-between;margin-bottom:16px;padding:0 16px 12px}.order-deatails-skeleton .order-detail-container .order-details-left .order-id-container .order-id-arrow{align-self:center;height:24px;object-fit:contain;width:24px}.order-deatails-skeleton .order-detail-container .order-details-left .order-id-container .order-id-with-item .order-id{animation:shimmer 3s linear infinite;background:linear-gradient(90deg,#eee 25%,#ddd 50%,#eee 75%);background-size:200% 100%;border-radius:4px;height:24px;margin-bottom:2px;width:200px}.order-deatails-skeleton .order-detail-container .order-details-left .order-id-container .order-id-with-item .order-id-quantity{animation:shimmer 3s linear infinite;background:linear-gradient(90deg,#eee 25%,#ddd 50%,#eee 75%);background-size:200% 100%;border-radius:4px;height:20px;width:160px}.order-deatails-skeleton .order-detail-container .order-details-left .order-id-container .order-state{animation:shimmer 3s linear infinite;background:linear-gradient(90deg,#eee 25%,#ddd 50%,#eee 75%);background-size:200% 100%;border-radius:4px;border-radius:24px;height:40px;padding:8px 12px;width:120px}.order-deatails-skeleton .order-detail-container .order-details-left .order-id-container .replace-container{align-items:center;display:flex;font-size:10px;font-weight:400;gap:4px;line-height:12px;margin-bottom:8px}.order-deatails-skeleton .order-detail-container .order-details-left .order-id-container .replace-container .replace-icon{height:12px;width:12px}.order-deatails-skeleton .order-detail-container .order-details-left .order-track-cancel{align-items:center;background-color:#e0ffed;color:#111;display:flex;font-size:14px;font-weight:700;line-height:20px;margin-bottom:16px;padding:8px 16px}.order-deatails-skeleton .order-detail-container .order-details-left .order-track-cancel .gif{height:52.67px;object-fit:contain;width:58px}.order-deatails-skeleton .order-detail-container .order-details-left .order-track-cancel p{font-size:14px;font-weight:700;line-height:20px}.order-deatails-skeleton .order-detail-container .order-details-left .order-status{animation:shimmer 3s linear infinite;background:linear-gradient(90deg,#eee 25%,#ddd 50%,#eee 75%);background-size:200% 100%;border-radius:4px;height:28px;margin-bottom:16px;margin-left:16px;padding-inline:16px;width:180px}.order-deatails-skeleton .order-detail-container .order-details-left .order-left-detail .order-delivery-by-container{align-items:flex-start;background-color:#25c16780;border-radius:4px;display:flex;gap:4px;justify-content:center;margin-inline:16px;margin-bottom:12px;padding:4px 16px}.order-deatails-skeleton .order-detail-container .order-details-left .order-left-detail .order-delivery-by-container .delivery-icon{height:16px;object-fit:contain;width:16px}.order-deatails-skeleton .order-detail-container .order-details-left .order-left-detail .order-delivery-by-container .order-delivery-date{font-size:12px;font-weight:700;line-height:16px}.order-deatails-skeleton .order-detail-container .order-details-left .order-left-detail .order-delivery-by-container .order-delivery-date span{font-size:12px;font-weight:400;line-height:16px}.order-deatails-skeleton .order-detail-container .order-details-left .order-left-detail .cancelled-details{border-bottom:1px solid #eee;margin-bottom:16px;padding-bottom:16px;padding-inline:16px}.order-deatails-skeleton .order-detail-container .order-details-left .order-left-detail .cancelled-details .cancelled-order-payment{background-color:#ffebcc;border:1px solid #f50;border-radius:4px;color:#111;font-size:12px;line-height:16px;padding:12px}.order-deatails-skeleton .order-detail-container .order-details-left .order-left-detail .cancelled-details .cancelled-order-payment .order-id{color:#f50;text-decoration:underline}.order-deatails-skeleton .order-detail-container .order-details-left .order-left-detail .button-container{border-bottom:1px solid #eee;display:flex;gap:8px;margin-bottom:16px;padding:0 16px 16px}.order-deatails-skeleton .order-detail-container .order-details-left .order-left-detail .button-container .re-order-button{animation:shimmer 3s linear infinite;background:linear-gradient(90deg,#eee 25%,#ddd 50%,#eee 75%);background-size:200% 100%;border-radius:4px;border-radius:14px;cursor:pointer;flex:1 1;height:30px}.order-deatails-skeleton .order-detail-container .order-details-left .order-left-detail .button-container .cancel-order-button{border:1px solid #f50;border-radius:20px;color:#f50;cursor:pointer;flex:1 1;font-size:14px;font-weight:700;padding-block:8px;white-space:nowrap}.order-deatails-skeleton .order-detail-container .order-details-left .order-left-detail .order-status-text{font-size:14px;font-weight:700;line-height:20px;margin-bottom:8px;padding:0 16px}.order-deatails-skeleton .order-detail-container .order-details-left .order-left-detail .view-details-button{animation:shimmer 3s linear infinite;background:linear-gradient(90deg,#eee 25%,#ddd 50%,#eee 75%);background-size:200% 100%;border-bottom:1px solid #eee;border-radius:4px;cursor:pointer;height:28px;margin-inline:auto;margin-bottom:16px;padding-bottom:16px;width:50%}.order-deatails-skeleton .order-detail-container .order-details-right .order-details-section{border-bottom:1px solid #eee;margin-bottom:16px;padding:0 16px 16px}.order-deatails-skeleton .order-detail-container .order-details-right .order-details-section .order-details-header{animation:shimmer 3s linear infinite;background:linear-gradient(90deg,#eee 25%,#ddd 50%,#eee 75%);background-size:200% 100%;border-radius:4px;font-size:14px;font-weight:700;height:30px;line-height:20px;margin-bottom:12px;width:70%}.order-deatails-skeleton .order-detail-container .order-details-right .order-details-section .order-detail-label{animation:shimmer 3s linear infinite;background:linear-gradient(90deg,#eee 25%,#ddd 50%,#eee 75%);background-size:200% 100%;border-radius:4px;height:20px;margin-bottom:4px;width:30%}.order-deatails-skeleton .order-detail-container .order-details-right .order-details-section .order-deatail-value{animation:shimmer 3s linear infinite;background:linear-gradient(90deg,#eee 25%,#ddd 50%,#eee 75%);background-size:200% 100%;border-radius:4px;height:20px;margin-bottom:12px;width:60%;word-break:break-all}.order-deatails-skeleton .order-detail-container .order-details-right .order-details-section .order-deatail-value:last-of-type{margin-bottom:0}.order-deatails-skeleton .order-detail-container .order-details-right .order-detail-summary{border-bottom:1px solid #eee;margin-bottom:16px;padding:0 16px 16px}.order-deatails-skeleton .order-detail-container .order-details-right .order-detail-summary .order-summary-heder{animation:shimmer 3s linear infinite;background:linear-gradient(90deg,#eee 25%,#ddd 50%,#eee 75%);background-size:200% 100%;border-radius:4px;font-size:14px;font-weight:700;height:30px;line-height:20px;margin-bottom:12px;width:70%}.order-deatails-skeleton .order-detail-container .order-details-right .order-detail-summary .order-summary-detail{border-bottom:1px solid #eee;margin-bottom:12px;padding-bottom:12px}.order-deatails-skeleton .order-detail-container .order-details-right .order-detail-summary .order-summary-detail .order-summary-child{align-items:center;display:flex;justify-content:space-between;margin-bottom:4px}.order-deatails-skeleton .order-detail-container .order-details-right .order-detail-summary .order-summary-detail .order-summary-child .order-summary-label-value{animation:shimmer 3s linear infinite;background:linear-gradient(90deg,#eee 25%,#ddd 50%,#eee 75%);background-size:200% 100%;border-radius:4px;font-size:14px;font-weight:400;height:30px;line-height:20px;width:40%}.order-deatails-skeleton .order-detail-container .order-details-right .order-detail-summary .order-summary-detail .order-summary-child:last-of-type{margin-bottom:0}.order-deatails-skeleton .order-detail-container .order-details-right .order-detail-summary .order-summary-total{display:flex;justify-content:space-between}.order-deatails-skeleton .order-detail-container .order-details-right .order-detail-summary .order-summary-total .order-summary-total-text{animation:shimmer 3s linear infinite;background:linear-gradient(90deg,#eee 25%,#ddd 50%,#eee 75%);background-size:200% 100%;border-radius:4px;font-size:14px;font-weight:700;height:30px;line-height:20px;width:40%}.order-deatails-skeleton .order-detail-container .order-details-right .payment-detail-section{border-bottom:1px solid #eee;margin-bottom:16px;padding:0 16px 16px}.order-deatails-skeleton .order-detail-container .order-details-right .payment-detail-section .payment-detail-header{animation:shimmer 3s linear infinite;background:linear-gradient(90deg,#eee 25%,#ddd 50%,#eee 75%);background-size:200% 100%;border-radius:4px;font-size:14px;font-weight:700;height:30px;line-height:20px;margin-bottom:12px;width:70%}.order-deatails-skeleton .order-detail-container .order-details-right .payment-detail-section .payment-dtl-lable{animation:shimmer 3s linear infinite;background:linear-gradient(90deg,#eee 25%,#ddd 50%,#eee 75%);background-size:200% 100%;border-radius:4px;color:#666;font-size:12px;font-weight:400;height:20px;line-height:16px;margin-bottom:2px;width:30%}.order-deatails-skeleton .order-detail-container .order-details-right .payment-detail-section .payment-dtl-value{animation:shimmer 3s linear infinite;background:linear-gradient(90deg,#eee 25%,#ddd 50%,#eee 75%);background-size:200% 100%;border-radius:4px;font-size:14px;font-weight:400;height:20px;line-height:20px;margin-bottom:12px;width:60%;word-break:break-all}.order-deatails-skeleton .order-detail-container .order-details-right .payment-detail-section .payment-dtl-value:last-of-type{margin-bottom:0}.order-deatails-skeleton .overlay-modal .modal-container .modal-content .order-status-progress{margin-bottom:0;padding:16px}.order-deatails-skeleton .overlay-modal .modal-container .modal-content .order-status-progress .status-bar{height:auto;margin-bottom:0;overflow:visible;overflow:initial}.order-deatails-skeleton .overlay-modal .modal-container .modal-content .order-status-progress .status-bar:after{background:#0000 none repeat 0 0/auto auto padding-box border-box scroll;background:initial}.order-deatails-skeleton .overlay-modal .modal-container .modal-content .got-it-btn-container{padding:0 16px 16px}.order-deatails-skeleton .overlay-modal .modal-container .modal-content .got-it-btn-container .got-it-btn{border:1px solid #f50;border-radius:87px;color:#f50;cursor:pointer;font-size:16px;font-weight:700;padding-block:12px;white-space:nowrap;width:100%}@media(min-width:768px){.order-deatails-skeleton .order-detail-container{display:flex;gap:24px}.order-deatails-skeleton .order-detail-container .need-help-container{border-bottom:0;margin-bottom:0;padding:0}.order-deatails-skeleton .order-detail-container .need-help-container .need-help-text-section .need-help-text-section-header{font-size:16px;line-height:24px}.order-deatails-skeleton .order-detail-container .need-help-container .need-help-text-section .need-help-text{font-size:14px;line-height:20px}.order-deatails-skeleton .order-detail-container .order-details-left{flex:1 1}.order-deatails-skeleton .order-detail-container .order-details-left .order-id-container{padding:0 0 16px}.order-deatails-skeleton .order-detail-container .order-details-left .order-id-container .order-id-with-item .order-id{color:#666;font-size:16px;line-height:24px}.order-deatails-skeleton .order-detail-container .order-details-left .order-id-container .order-id-with-item .order-id-quantity{color:#666;font-size:14px;line-height:20px}.order-deatails-skeleton .order-detail-container .order-details-left .order-track-cancel{align-items:center;background-color:#e0ffed;border-radius:8px;color:#111;display:flex;font-size:16px;font-weight:700;line-height:24px;margin-bottom:16px;padding:8px 16px}.order-deatails-skeleton .order-detail-container .order-details-left .order-track-cancel .gif{height:52.67px;object-fit:contain;width:58px}.order-deatails-skeleton .order-detail-container .order-details-left .order-track-cancel p{font-size:16px;line-height:24px}.order-deatails-skeleton .order-detail-container .order-details-left .order-status{font-size:18px;line-height:24px;margin-bottom:16px;margin-left:0;padding:0}.order-deatails-skeleton .order-detail-container .order-details-left .order-left-detail{border:1px solid #eee;border-radius:8px;padding:16px}.order-deatails-skeleton .order-detail-container .order-details-left .order-left-detail .order-delivery-by-container{margin-bottom:16px;margin-inline:0}.order-deatails-skeleton .order-detail-container .order-details-left .order-left-detail .order-delivery-by-container .delivery-icon{height:20px;width:20px}.order-deatails-skeleton .order-detail-container .order-details-left .order-left-detail .order-delivery-by-container .order-delivery-date,.order-deatails-skeleton .order-detail-container .order-details-left .order-left-detail .order-delivery-by-container .order-delivery-date span{font-size:14px;line-height:20px}.order-deatails-skeleton .order-detail-container .order-details-left .order-left-detail .cancelled-details{border-bottom:1px solid #eee;margin-bottom:16px;padding-bottom:16px;padding-inline:0}.order-deatails-skeleton .order-detail-container .order-details-left .order-left-detail .cancelled-details .cancelled-order-payment{background-color:#ffebcc;border:1px solid #f50;border-radius:4px;color:#111;font-size:14px;line-height:20px;padding:12px}.order-deatails-skeleton .order-detail-container .order-details-left .order-left-detail .cancelled-details .cancelled-order-payment .order-id{color:#f50}.order-deatails-skeleton .order-detail-container .order-details-left .order-left-detail .button-container{padding:0 0 16px}.order-deatails-skeleton .order-detail-container .order-details-left .order-left-detail .order-status-text{font-size:16px;line-height:24px;padding:0}.order-deatails-skeleton .order-detail-container .order-details-left .order-left-detail .completed-order-details{border-bottom:1px solid #eee;margin-bottom:16px;padding-bottom:16px}.order-deatails-skeleton .order-detail-container .order-details-left .order-left-detail .completed-order-details .return-eligibility-text{color:#111;font-size:16px;font-weight:700;line-height:24px}.order-deatails-skeleton .order-detail-container .order-details-left .order-left-detail .completed-order-details .return-eligibility-desc{font-size:12px;font-weight:16px}.order-deatails-skeleton .order-detail-container .order-details-left .order-left-detail .completed-order-details .date{font-weight:700}.order-deatails-skeleton .order-detail-container .order-details-left .order-left-detail .completed-order-details .tnc{color:#f50}.order-deatails-skeleton .order-detail-container .order-details-left .order-left-detail .view-details-button{font-size:16px;line-height:24px}.order-deatails-skeleton .order-detail-container .order-details-left .order-help-header{display:none}.order-deatails-skeleton .order-detail-container .continue-shopping-order{display:flex;justify-content:end;margin-top:16px}.order-deatails-skeleton .order-detail-container .continue-shopping-order .continue-shopping-btn{background-color:#f50;border:1px solid #f50;border-radius:87px;color:#fff;cursor:pointer;font-size:16px;font-weight:700;padding-block:14px;white-space:nowrap;width:50%}.order-deatails-skeleton .order-detail-container .order-details-right{width:37.34%}.order-deatails-skeleton .order-detail-container .order-details-right .order-details-section{border:1px solid #eee;border-radius:8px;margin-bottom:12px;padding:16px}.order-deatails-skeleton .order-detail-container .order-details-right .order-details-section .order-details-header{font-size:16px;line-height:24px;margin-bottom:8px}.order-deatails-skeleton .order-detail-container .order-details-right .order-detail-summary{border:1px solid #eee;border-radius:8px;padding:16px}.order-deatails-skeleton .order-detail-container .order-details-right .order-detail-summary .order-summary-heder{font-size:16px;line-height:24px}.order-deatails-skeleton .order-detail-container .order-details-right .payment-detail-section{border:1px solid #eee;border-radius:8px;padding:16px}.order-deatails-skeleton .order-detail-container .order-details-right .payment-detail-section .payment-detail-header{font-size:16px;line-height:24px}.order-deatails-skeleton .order-detail-container .order-details-right .payment-detail-section .payment-dtl-lable{font-size:14px;line-height:20px}.order-deatails-skeleton .overlay-modal .modal-container{width:520px}.order-deatails-skeleton .overlay-modal .modal-container .modal-content .order-status-progress{padding:24px}.order-deatails-skeleton .overlay-modal .modal-container .modal-content .order-status-progress .status-bar{padding:initial}.order-deatails-skeleton .overlay-modal .modal-container .modal-content .got-it-btn-container{padding:0 24px 24px}}@media(min-width:1440px){.order-deatails-skeleton .order-detail-container{background-color:#fff;border-radius:8px}}@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}}.order-help-header-skeleton{align-items:center;border-bottom:1px solid #eee;display:flex;gap:10px;margin-bottom:16px;padding:12px 16px}.order-help-header-skeleton .order-help-arrow{align-self:center;cursor:pointer;object-fit:contain;width:24px}.order-help-header-skeleton .order-help-arrow,.order-help-header-skeleton .order-help-header-text{animation:shimmer 3s linear infinite;background:linear-gradient(90deg,#eee 25%,#ddd 50%,#eee 75%);background-size:200% 100%;border-radius:4px;height:24px}.order-help-header-skeleton .order-help-header-text{font-size:16px;font-weight:800;line-height:24px;width:30%}@media(min-width:768px){.order-help-header-skeleton{border-bottom:0;margin-bottom:24px;padding:0}.order-help-header-skeleton .order-help-arrow{display:none}.order-help-header-skeleton .order-help-header-text{font-size:18px}.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}}.ticket-list-skeleton{border:1px solid #eee;padding:16px 16px 48px}.ticket-list-skeleton .skeleton-header{animation:shimmer 3s linear infinite;background:linear-gradient(90deg,#eee 25%,#ddd 50%,#eee 75%);background-size:200% 100%;border-radius:4px;height:32px;margin-bottom:16px;width:20%}.ticket-list-skeleton .skeleton-tabs{border-bottom:1px solid #eee;display:flex;gap:16px;margin-bottom:16px;padding:0 24px 16px}.ticket-list-skeleton .skeleton-tabs .skeleton-tab{animation:shimmer 3s linear infinite;background:linear-gradient(90deg,#eee 25%,#ddd 50%,#eee 75%);background-size:200% 100%;border-radius:4px;height:32px;width:100px}.ticket-list-skeleton .skeleton-tabs .skeleton-tab:nth-child(3),.ticket-list-skeleton .skeleton-tabs.filter-tabs .skeleton-tab{width:70px}.ticket-list-skeleton .skeleton-card{align-items:center;border-bottom:1px solid #eee;display:flex;gap:8px;margin:0 16px 16px;padding-bottom:16px}.ticket-list-skeleton .skeleton-card .skeleton-image{animation:shimmer 3s linear infinite;background:linear-gradient(90deg,#eee 25%,#ddd 50%,#eee 75%);background-size:200% 100%;border-radius:4px;height:72px;width:72px}.ticket-list-skeleton .skeleton-card .skeleton-details{display:flex;flex:1 1;flex-direction:column;gap:8px}.ticket-list-skeleton .skeleton-card .skeleton-details .skeleton-header-line{align-items:center;display:flex;gap:8px}.ticket-list-skeleton .skeleton-card .skeleton-details .skeleton-header-line .skeleton-status{animation:shimmer 3s linear infinite;background:linear-gradient(90deg,#eee 25%,#ddd 50%,#eee 75%);background-size:200% 100%;border-radius:4px;height:12px;width:80px}.ticket-list-skeleton .skeleton-card .skeleton-details .skeleton-header-line .skeleton-date{animation:shimmer 3s linear infinite;background:linear-gradient(90deg,#eee 25%,#ddd 50%,#eee 75%);background-size:200% 100%;border-radius:4px;height:12px;width:60px}.ticket-list-skeleton .skeleton-card .skeleton-details .skeleton-header-line .skeleton-arrow{animation:shimmer 3s linear infinite;background:linear-gradient(90deg,#eee 25%,#ddd 50%,#eee 75%);background-size:200% 100%;border-radius:50%;border-radius:4px;height:16px;margin-left:auto;width:16px}.ticket-list-skeleton .skeleton-card .skeleton-details .skeleton-line{animation:shimmer 3s linear infinite;background:linear-gradient(90deg,#eee 25%,#ddd 50%,#eee 75%);background-size:200% 100%;border-radius:4px;height:12px}.ticket-list-skeleton .skeleton-card .skeleton-details .skeleton-line.short{width:150px}.ticket-list-skeleton .skeleton-card .skeleton-details .skeleton-line:not(.short){width:100%}@media(min-width:768px){.ticket-list-skeleton .skeleton-header{height:56px}.ticket-list-skeleton .skeleton-card .skeleton-image{width:82.71px}.ticket-list-skeleton .skeleton-card .skeleton-details{align-items:flex-start;flex-direction:row-reverse;justify-content:space-between}.ticket-list-skeleton .skeleton-card .skeleton-details .skeleton-header-line .skeleton-date,.ticket-list-skeleton .skeleton-card .skeleton-details .skeleton-header-line .skeleton-status{height:14px}.ticket-list-skeleton .skeleton-card .skeleton-details .skeleton-header-line .skeleton-arrow{height:24px;width:24px}.ticket-list-skeleton .skeleton-card .skeleton-details .skeleton-line{height:14px}.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}}.ticket-details-skeleton .skeleton{animation:shimmer 3s linear infinite;background:linear-gradient(90deg,#eee 25%,#ddd 50%,#eee 75%);background-size:200% 100%;border-radius:4px;display:inline-block}.ticket-details-skeleton .skeleton-header{border-bottom:1px solid #eee;margin-bottom:24px;padding:12px 16px}.ticket-details-skeleton .skeleton-header .skeleton-title{height:20px;width:120px}.ticket-details-skeleton .query-details{border-bottom:1px solid #eee;display:flex;flex-wrap:wrap;gap:16px;margin-bottom:24px;padding:0 16px 24px}.ticket-details-skeleton .query-details .qry-dtl-item{display:flex;flex-direction:column;gap:4px;min-width:80px}.ticket-details-skeleton .query-details .qry-dtl-item.w-100{width:100%}.ticket-details-skeleton .query-details .qry-dtl-item:not(.w-100){width:47%}.ticket-details-skeleton .query-details .qry-dtl-item .skeleton-label{height:12px;margin-bottom:4px;width:60px}.ticket-details-skeleton .query-details .qry-dtl-item .skeleton-value{height:14px;width:100px}.ticket-details-skeleton .product-header{border-bottom:1px solid #eee;margin:0 16px 16px;padding-bottom:8px}.ticket-details-skeleton .product-header .skeleton-title-sm{height:18px;margin:0 auto;width:80px}.ticket-details-skeleton .qry-product-card{border-bottom:1px solid #eee;display:flex;gap:16px;margin-bottom:24px;padding:0 16px 24px}.ticket-details-skeleton .qry-product-card .skeleton-img-rect{border-radius:8px;height:104px;width:50px}.ticket-details-skeleton .qry-product-card .qry-item-detail{flex:1 1}.ticket-details-skeleton .qry-product-card .qry-item-detail .skeleton-item-line{height:14px;margin-bottom:8px;width:90%}.ticket-details-skeleton .qry-product-card .qry-item-detail .skeleton-item-price{height:16px;width:60px}.ticket-details-skeleton .qry-product-card .qry-item-detail .mb8{margin-bottom:8px}.ticket-details-skeleton .qry-product-card .qry-item-detail .w-30{width:30%}.ticket-details-skeleton .comments-section{margin:0 16px 24px}.ticket-details-skeleton .comments-section .comment-header{align-items:center;border:1px solid #eee;border-bottom:none;border-radius:8px 8px 0 0;display:flex;justify-content:space-between;padding:16px}.ticket-details-skeleton .comments-section .comment-header .skeleton-title-xsm{height:14px;width:110px}.ticket-details-skeleton .comments-section .comment-header .skeleton-arrow{border-radius:50%;height:20px;width:20px}.ticket-details-skeleton .comments-section .comments{border:1px solid #eee;border-radius:0 0 8px 8px;padding-top:16px}.ticket-details-skeleton .comments-section .comments .comment-section{border-bottom:1px solid #eee;padding:0 16px 16px}.ticket-details-skeleton .comments-section .comments .comment-section .agent,.ticket-details-skeleton .comments-section .comments .comment-section .user{align-items:flex-end;display:flex;flex-direction:column;margin-bottom:17px}.ticket-details-skeleton .comments-section .comments .comment-section .agent{align-items:flex-start}.ticket-details-skeleton .comments-section .comments .comment-section .agent-comments,.ticket-details-skeleton .comments-section .comments .comment-section .user-comments{background:#0000;max-width:348px;padding:0}.ticket-details-skeleton .comments-section .comments .comment-section .skeleton-comment-1{height:20px;max-width:230px;width:80%}.ticket-details-skeleton .comments-section .comments .comment-section .skeleton-comment-2{height:16px;max-width:170px;width:60%}.ticket-details-skeleton .comments-section .comments .comment-section .skeleton-comment-3{height:16px;max-width:260px;width:90%}.ticket-details-skeleton .comments-section .comments .comment-section .skeleton-date{height:10px;margin-top:0;width:40px}.ticket-details-skeleton .comments-section .comments .comment-input-bar{display:flex;gap:12px;padding:12px}.ticket-details-skeleton .comments-section .comments .comment-input-bar .skeleton-input{border-radius:8px;flex:1 1;height:32px;width:100%}.ticket-details-skeleton .comments-section .comments .comment-input-bar .skeleton-send{border-radius:8px;height:32px;width:60px}.attachment-skeletion{animation:shimmer 3s linear infinite;background:linear-gradient(90deg,#eee 25%,#ddd 50%,#eee 75%);background-size:200% 100%;border-radius:4px;height:150px;width:150px}@media(min-width:768px){.ticket-details-skeleton{border:1px solid #eee;border-radius:8px}.ticket-details-skeleton .query-details{flex-direction:row}.ticket-details-skeleton .query-details .qry-dtl-item{margin-right:50px;width:auto!important}.ticket-details-skeleton .comments-section .comments .comment-section .agent-comments .skeleton-comment-1,.ticket-details-skeleton .comments-section .comments .comment-section .user-comments .skeleton-comment-1{width:200px}.ticket-details-skeleton .comments-section .comments .comment-section .agent-comments .skeleton-comment-2,.ticket-details-skeleton .comments-section .comments .comment-section .user-comments .skeleton-comment-2{width:140px}.ticket-details-skeleton .comments-section .comments .comment-section .agent-comments .skeleton-comment-3,.ticket-details-skeleton .comments-section .comments .comment-section .user-comments .skeleton-comment-3{width:210px}.ticket-details-skeleton .comments-section .comments .comment-input-bar .skeleton-input{width:340px}.ticket-details-skeleton .comments-section .comments .comment-input-bar .skeleton-send{width:60px}}.attachment-skeletion{height:180px;width:180px}@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}}.return-status-progress-skeleton .return-status-header{align-items:center;display:flex;gap:8px;justify-content:space-between}.return-status-progress-skeleton .return-status-header .retun-status-header-text{animation:shimmer 3s linear infinite;background:linear-gradient(90deg,#eee 25%,#ddd 50%,#eee 75%);background-size:200% 100%;border-radius:4px;height:14px;width:120px}.return-status-progress-skeleton .return-status-header .return-status-header-icon{animation:shimmer 3s linear infinite;background:linear-gradient(90deg,#eee 25%,#ddd 50%,#eee 75%);background-size:200% 100%;border-radius:4px;height:20px;width:20px}.return-status-progress-skeleton .return-status-container{margin-top:8px}.return-status-progress-skeleton .return-status-container .return-status-track-item{display:flex;gap:16px;margin-bottom:4px;position:relative}.return-status-progress-skeleton .return-status-container .return-status-track-item .status-circle{animation:shimmer 3s linear infinite;background:linear-gradient(90deg,#eee 25%,#ddd 50%,#eee 75%);background-size:200% 100%;border-radius:50%;border-radius:4px;height:12px;width:12px}.return-status-progress-skeleton .return-status-container .return-status-track-item .status-detail{flex:1 1}.return-status-progress-skeleton .return-status-container .return-status-track-item .status-detail .return-status-text{animation:shimmer 3s linear infinite;background:linear-gradient(90deg,#eee 25%,#ddd 50%,#eee 75%);background-size:200% 100%;border-radius:4px;height:12px;margin-bottom:4px;width:160px}.return-status-progress-skeleton .return-status-container .return-status-track-item .status-detail .return-status-date{animation:shimmer 3s linear infinite;background:linear-gradient(90deg,#eee 25%,#ddd 50%,#eee 75%);background-size:200% 100%;border-radius:4px;height:10px;width:100px}@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}@media(min-width:768px){.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}}.return-detail-skeleton .return-item-container{border:1px solid #eee;border-radius:8px;box-shadow:0 1px 2px 0 #0000000d;margin:16px;padding:12px}.return-detail-skeleton .return-item-container .return-item{display:flex;gap:12px;margin-bottom:16px}.return-detail-skeleton .return-item-container .return-item .item-img{animation:shimmer 3s linear infinite;background:linear-gradient(90deg,#eee 25%,#ddd 50%,#eee 75%);background-size:200% 100%;border-radius:8px;border-radius:4px;height:100px;width:100px}.return-detail-skeleton .return-item-container .return-item .item-dtl{flex:1 1}.return-detail-skeleton .return-item-container .return-item .item-dtl .item-sts{width:100px}.return-detail-skeleton .return-item-container .return-item .item-dtl .item-name,.return-detail-skeleton .return-item-container .return-item .item-dtl .item-sts{animation:shimmer 3s linear infinite;background:linear-gradient(90deg,#eee 25%,#ddd 50%,#eee 75%);background-size:200% 100%;border-radius:4px;height:12px;margin-bottom:6px}.return-detail-skeleton .return-item-container .return-item .item-dtl .item-name{width:220px}.return-detail-skeleton .return-item-container .return-item .item-dtl .item-qty-var{animation:shimmer 3s linear infinite;background:linear-gradient(90deg,#eee 25%,#ddd 50%,#eee 75%);background-size:200% 100%;border-radius:4px;height:12px;width:160px}.return-detail-skeleton .return-item-container .picup-dtl-container{margin-bottom:16px}.return-detail-skeleton .return-item-container .picup-dtl-container .schedule-picup-location{align-items:flex-start;display:flex;gap:16px;margin-bottom:16px}.return-detail-skeleton .return-item-container .picup-dtl-container .schedule-picup-location:last-of-type{margin-bottom:0}.return-detail-skeleton .return-item-container .picup-dtl-container .schedule-picup-location .scdule-picup-icon{animation:shimmer 3s linear infinite;background:linear-gradient(90deg,#eee 25%,#ddd 50%,#eee 75%);background-size:200% 100%;border-radius:4px;height:24px;width:24px}.return-detail-skeleton .return-item-container .picup-dtl-container .schedule-picup-location .schedule-picup-detail{flex:1 1}.return-detail-skeleton .return-item-container .picup-dtl-container .schedule-picup-location .schedule-picup-detail .picup-detail-header{animation:shimmer 3s linear infinite;background:linear-gradient(90deg,#eee 25%,#ddd 50%,#eee 75%);background-size:200% 100%;border-radius:4px;height:12px;margin-bottom:4px;width:120px}.return-detail-skeleton .return-item-container .picup-dtl-container .schedule-picup-location .schedule-picup-detail .pickup-detail-text{animation:shimmer 3s linear infinite;background:linear-gradient(90deg,#eee 25%,#ddd 50%,#eee 75%);background-size:200% 100%;border-radius:4px;height:12px;width:180px}.return-detail-skeleton .return-item-container .instruction-info-btn{align-items:center;background-color:#ffebe0;border-radius:20px;display:flex;gap:8px;justify-content:space-between;margin-bottom:16px;max-width:320px;padding:10.5px 16px}.return-detail-skeleton .return-item-container .instruction-info-btn .view-picup-inst-text{animation:shimmer 3s linear infinite;background:linear-gradient(90deg,#eee 25%,#ddd 50%,#eee 75%);background-size:200% 100%;border-radius:4px;height:12px;width:140px}.return-detail-skeleton .return-item-container .instruction-info-btn .info-icon{animation:shimmer 3s linear infinite;background:linear-gradient(90deg,#eee 25%,#ddd 50%,#eee 75%);background-size:200% 100%;border-radius:4px;height:16px;width:16px}
/*# sourceMappingURL=main.61a9d9fc.css.map*/