body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}@font-face{font-family:SourceSansPro;src:url(./Assets/Fonts/source-sans-pro/SourceSansPro-Black.ttf) format("ttf");font-weight:400;font-style:normal}@font-face{font-family:SourceSansPro;src:url(./Assets/Fonts/source-sans-pro/SourceSansPro-BlackItalic.ttf) format("ttf");font-weight:400;font-style:italic}@font-face{font-family:SourceSansPro;src:url(./Assets/Fonts/source-sans-pro/SourceSansPro-Bold.ttf) format("ttf");font-weight:900;font-style:normal}@font-face{font-family:SourceSansPro;src:url(./Assets/Fonts/source-sans-pro/SourceSansPro-BoldItalic.ttf) format("ttf");font-weight:900;font-style:italic}@font-face{font-family:SourceSansPro;src:url(./Assets/Fonts/source-sans-pro/SourceSansPro-ExtraLight.ttf) format("ttf");font-weight:100;font-style:normal}@font-face{font-family:SourceSansPro;src:url(./Assets/Fonts/source-sans-pro/SourceSansPro-ExtraLightItalic.ttf) format("ttf");font-weight:200;font-style:italic}@font-face{font-family:SourceSansPro;src:url(./Assets/Fonts/source-sans-pro/SourceSansPro-Italic.ttf) format("ttf");font-weight:400;font-style:italic}@font-face{font-family:SourceSansPro;src:url(./Assets/Fonts/source-sans-pro/SourceSansPro-Light.ttf) format("ttf");font-weight:200;font-style:normal}@font-face{font-family:SourceSansPro;src:url(./Assets/Fonts/source-sans-pro/SourceSansPro-LightItalic.ttf) format("ttf");font-weight:200;font-style:italic}@font-face{font-family:SourceSansPro;src:url(./Assets/Fonts/source-sans-pro/SourceSansPro-Regular.ttf) format("ttf");font-weight:400;font-style:normal}@font-face{font-family:SourceSansPro;src:url(./Assets/Fonts/source-sans-pro/SourceSansPro-Semibold.ttf) format("ttf");font-weight:700;font-style:normal}@font-face{font-family:SourceSansPro;src:url(./Assets/Fonts/source-sans-pro/SourceSansPro-SemiboldItalic.ttf) format("ttf");font-weight:700;font-style:italic}body{font-family:SourceSansPro,Lucida Sans Regular,Lucida Grande,Lucida Sans Unicode,Geneva,Verdana,sans-serif;color:#0d3048;overflow-x:hidden;font-size:clamp(10px,2vw,18px)}.App-logo{height:40vmin;pointer-events:none}.phone-number{display:flex;gap:10px}.phone-number select{width:30%}.phone-number input{width:70%}svg{width:2em;height:2em}.dialog{position:fixed;bottom:20px;left:50%;transform:translate(-50%);width:90%;max-width:400px;padding:15px;border-radius:5px;text-align:center;color:#fff;font-size:14px;z-index:1000;animation:fadeIn .3s ease-in-out}.dialog.success{background-color:#28a745}.dialog.error{background-color:#dc3545}@keyframes fadeIn{0%{opacity:0;bottom:10px}to{opacity:1;bottom:20px}}*{box-sizing:border-box}.brand{background-color:#0d3048}.brand img{width:100%;height:auto}.brand p{margin:1em 0}.onBoarding{background-color:#fff5f5;height:100vh}@media (max-width: 900px){.onBoarding{height:unset}.onBoarding#signup .layout_container{flex-direction:column}.onBoarding .layout_container{flex-direction:column-reverse;min-height:100vh}.onBoarding .layout_container .main{padding:1em;width:100%}.onBoarding .layout_container .form{width:80%}.onBoarding .layout_container .social-media{flex-direction:column}.onBoarding .layout_container .brand{padding:2em}.onBoarding .layout_container .brand img{height:10em!important}}.onBoarding .layout_container{display:flex;height:100%}.onBoarding .layout_container .main{flex:1;padding:0 4em;text-align:center;display:flex;justify-content:center;flex-direction:column;align-items:center;gap:1em;align-self:flex-start}@media (max-width: 1000px){.onBoarding .layout_container .main{padding:0 2em}}.onBoarding .layout_container .main h1{font-size:4em;margin:1em 0;font-weight:700}.onBoarding .layout_container .main .form{display:flex;flex-direction:column;margin-bottom:2em;width:25em}@media (max-width: 768px){.onBoarding .layout_container .main .form{width:80%}}.onBoarding .layout_container .main .form button{width:100%;background-color:#0d3048;transition:background-color .3s ease}.onBoarding .layout_container .main .form button:hover{background-color:#088b90}.onBoarding .layout_container .main .form button[disabled]{cursor:wait}.onBoarding .layout_container .main .form .forgetPassword{text-align:end}.onBoarding .layout_container .main .form .forgetPassword a{text-decoration:none;color:#000}.onBoarding .layout_container .main .form .forgetPassword a:hover{color:gray;color:#088b90}.onBoarding .layout_container .main .divider{width:100%;display:flex;gap:1em;align-items:center}.onBoarding .layout_container .main .divider hr{width:100%;height:0}.onBoarding .layout_container .main .social-media{display:flex;align-items:center;justify-content:space-between;width:100%}@media (max-width: 900px){.onBoarding .layout_container .main .social-media{flex-direction:column}}.onBoarding .layout_container .main .social-media .ant-btn-icon{scale:1.5;margin-right:8px}.onBoarding .layout_container .main .social-media .ant-btn-icon svg{width:1em}.onBoarding .layout_container .main .social-media .facebook{color:#fff;background-color:#1877f2}.onBoarding .layout_container .main .social-media .facebook:hover{border:2px solid #1877f2}.onBoarding .layout_container .main .social-media .google{color:#fff;background-color:#b41515}.onBoarding .layout_container .main .social-media .google:hover{border:2px solid #b41515}.onBoarding .layout_container .brand{display:flex;flex-direction:column;color:#fff;text-align:center;flex:1;background-color:#0d3048}.onBoarding .layout_container .brand img{height:60%;width:auto;-o-object-fit:contain;object-fit:contain}.onBoarding .layout_container .brand .context{align-self:center;max-width:300px}#signup .main{padding:1em}#signup .main .form{width:unset;padding:0 2em;margin:0;gap:2em}#signup .main .form .ant-select-selector{padding:0}#signup .main .form .link-to-login{margin:8px 0 0}#signup .main .form .heading{text-align:start;font-size:12px}#signup .main .form .heading h1{margin:0;font-size:3em}#signup .main .divider{height:2em;padding:0 2em}#signup .main .social-media{padding:0 2em}@media (max-width: 1100px){#signup .main .social-media{flex-direction:column}}#signup .signupForm form{display:grid;grid-template-columns:repeat(2,1fr);gap:1em 2em}#signup .signupForm form .ant-form-item{margin:0}#signup .signupForm form .ant-form-item .ant-form-item-label{padding:0}#signup .signupForm form .span-2{grid-column:span 2}@media (max-width: 1100px){#signup .signupForm form{display:flex;flex-direction:column}}#signup .signupForm .ant-form-item-control-input input{height:3em}#verifyOTP,#requestOTP{background-color:#fff5f5;height:100vh;display:flex}#verifyOTP .brand,#requestOTP .brand{display:flex;align-items:center;justify-content:center}#verifyOTP .brand img,#requestOTP .brand img{max-width:80%;height:auto}#verifyOTP .content,#requestOTP .content{flex:1 1 100%;padding:4em 2em}#verifyOTP .content .wrapper,#requestOTP .content .wrapper{display:grid;gap:1em;padding:0 2em}#verifyOTP .content .layout_container,#requestOTP .content .layout_container{border:2px solid black;box-shadow:4px 4px 4px gray;padding:2em;max-width:30em;position:relative;transform:translate(-50%);left:50%;margin-bottom:2em}#verifyOTP .content .layout_container form,#requestOTP .content .layout_container form{display:grid;gap:2em;max-width:40em}#verifyOTP .content .layout_container form input,#requestOTP .content .layout_container form input{font-size:2em}#verifyOTP .content .layout_container form button,#requestOTP .content .layout_container form button{cursor:pointer}#verifyOTP .content .layout_container form button:disabled,#requestOTP .content .layout_container form button:disabled{cursor:not-allowed;color:gray}#verifyOTP .content .layout_container .ant-select-selector,#requestOTP .content .layout_container .ant-select-selector{padding:0}#verifyOTP .content .form,#requestOTP .content .form{padding:2em;display:grid;gap:2em}#verifyOTP .content .form .ant-otp-input,#requestOTP .content .form .ant-otp-input{font-size:2em}#verifyOTP .content span#link,#requestOTP .content span#link{font-weight:600;color:#088b90;text-align:center}#verifyOTP .content span#link p,#requestOTP .content span#link p{cursor:pointer}#verifyOTP .content span#link button,#requestOTP .content span#link button{cursor:pointer;margin:0;border:none;color:inherit;text-decoration:underline;background:transparent}#verifyOTP .content span#link button:disabled,#requestOTP .content span#link button:disabled{cursor:not-allowed;color:gray}#verifyOTP .content span#link button.resend,#requestOTP .content span#link button.resend{margin:0}#verifyOTP button.ant-btn,#requestOTP button.ant-btn{width:100%;font-weight:700px;font-size:1.2em;background-color:#0d3048;transition:background-color .3s ease}#verifyOTP button.ant-btn:hover,#requestOTP button.ant-btn:hover{background-color:#088b90}@media (max-width: 900px){#verifyOTP,#requestOTP{flex-direction:column}#verifyOTP .brand,#requestOTP .brand{height:5em;justify-content:start;padding:2em}#verifyOTP .brand img,#requestOTP .brand img{width:3em}}@media (max-width: 768px){#verifyOTP .content,#requestOTP .content{padding:2em 1em}#verifyOTP .content .layout_container,#requestOTP .content .layout_container{width:90%}}@media (max-width: 440px){#verifyOTP .content .wrapper,#requestOTP .content .wrapper{padding:0}}#verifyOTP .completed-animation,#requestOTP .completed-animation{text-align:center}#verifyOTP .completed-animation p,#requestOTP .completed-animation p{font-size:1.2em}#verifyOTP .success-animation,#requestOTP .success-animation{width:auto;height:15em;background-image:url(/assets/success-animation10-BIWvveqA.gif);background-repeat:no-repeat;background-size:contain;background-position-x:center;animation:play-frames 3s steps(3)}@keyframes play-frames{0%{background-image:url(data:image/gif;base64,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)}10%{background-image:url(/assets/success-animation2-DiA3l5VR.gif)}20%{background-image:url(data:image/gif;base64,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)}30%{background-image:url(/assets/success-animation4-CGDmFdmt.gif)}40%{background-image:url(/assets/success-animation5-B5ITpHF3.gif)}50%{background-image:url(/assets/success-animation6-C_o9aQKk.gif)}60%{background-image:url(/assets/success-animation7-DKFlPl6o.gif)}70%{background-image:url(/assets/success-animation8-yBphQ12_.gif)}80%{background-image:url(/assets/success-animation9-D_kCvgBP.gif)}90%{background-image:url(/assets/success-animation10-BIWvveqA.gif)}to{background-image:url(/assets/success-animation10-BIWvveqA.gif)}}.signup-btn{box-sizing:border-box;color:#fff;border:2px solid white;border-radius:6px;padding:10px 20px;font-weight:700;font-size:17px;background-color:transparent;transition:background-color .3s ease}.signup-btn:hover{background-color:#088b90}.storeButton{height:6em;width:16em;color:#000;background:#fff;font-weight:700}@media (max-width: 1200px){.storeButton{width:14em;height:4em}}@media (max-width: 768px){.storeButton{width:12em}}button.button{padding:.5em 4em;background-color:#0d3048;color:#fff;align-self:center;width:80%;border-radius:.5em;border:none;font-weight:800;font-size:1.2em;transition:background-color .3s ease;cursor:pointer}button.button:hover{background-color:#088b90}*{margin:0;padding:0}h1{font-size:2.5em}.mainBody,footer{position:relative;top:7em}@media (max-width: 900px){.mainBody,footer{position:relative;top:5em}}nav a{text-decoration:none;transition:color .3s;position:relative}nav ul{list-style:none}nav ul a:hover:before{width:90%}nav ul a:before{content:"";height:2px;width:0;position:absolute;bottom:-5px;left:50%;transform:translate(-50%);background-color:#e6722a;transition:all .3s ease}nav .subnav{background:#0d3048;border-radius:50px 15px;padding:1em 8em}nav .subnav ul{display:flex;gap:4em;margin:0;justify-content:end;list-style:none}nav .subnav ul li a{color:#fff}nav .mainNav{display:flex;justify-content:space-around;align-items:center;color:#0d3048;padding:12px}nav .mainNav .left{display:flex;align-items:center;gap:1em}nav .mainNav .backButton{display:none}nav .mainNav a{color:#618c9a}nav .mainNav a.logo{width:4em}nav .mainNav img{width:100%;height:auto}nav .mainNav .links{display:flex;gap:3em;align-items:center;justify-content:space-between}nav .mainNav .links ul{display:flex;gap:3em}nav .mainNav .links ul a{font-size:1.5em;font-weight:600}nav .mainNav .quickLinks{display:flex;gap:1em}nav .mainNav .quickLinks svg:hover{scale:1.1}nav .mainNav .ancor,nav .mainNav .close{cursor:pointer;display:none}@media (max-width: 900px){nav{padding:0 2em}nav .subnav{display:none}nav .mainNav{justify-content:space-between}nav .mainNav .backButton{display:inline;cursor:pointer}nav .mainNav .links{flex-direction:column;position:fixed;border-right:1em solid #0d3048;right:-15em;height:30em;width:15em;font-size:1.3em;z-index:3;background:#fff;top:8em;padding:2em 1em;border-radius:6em 0 0 1em;transition:right .3s ease-in-out}nav .mainNav .links ul{flex-direction:column;text-align:center}nav .mainNav .links.active{right:4px}nav .mainNav .ancor,nav .mainNav .close{display:inline}}nav.navbar{position:fixed;top:0;left:0;width:100%;background-color:#fff;box-shadow:0 2px 10px #0000001a;transition:transform .3s ease;z-index:3}nav.visible{transform:translateY(0)}nav.hidden{transform:translateY(-100%)}.banner{background:url(/assets/banner-ThP254xp.jpeg) no-repeat center center;background-size:cover;position:relative}.banner .overlay{display:flex;justify-content:center;align-items:center;color:#fff;top:0;left:0;width:100%;height:100%;background-color:#091e2cf5}.banner .content{display:flex;gap:6em;justify-content:space-around;text-align:left;padding:6em 8em;align-items:center}.banner .content>div{flex:3}.banner .content>div.text{font-size:18px;flex:4;display:flex;flex-direction:column;gap:2em}.banner h1{font-size:4em;font-family:Mukta;font-weight:800;color:#2eb3c7;margin:0}.banner p{font-size:1.5em}.banner .storeLink{display:flex;gap:1em}.banner .storeLink a:nth-of-type(2) img{scale:1.5}.banner .image img{border-radius:1em;width:100%;height:auto}@media (max-width: 1200px){.banner .content{gap:4em;padding:6em}}@media (max-width: 1100px){.banner .content{padding:4em;gap:3em}}@media (max-width: 900px){.banner .content{flex-direction:column;padding:4em 2em}}.featuredServices{padding:4em}.featuredServices .services{display:grid;grid-template-columns:repeat(4,1fr);gap:2em;text-align:center;align-items:center;justify-content:space-between}.featuredServices .services .service{background-color:#31506526;padding:2em 1em;border-radius:1em;height:100%;display:grid;align-items:center;justify-items:center;gap:1em}.featuredServices .services h2{font-size:1em;color:#032740}.featuredServices .services p{color:#315065}.recentPosts,.vendorProfile{padding:2rem 4rem;display:grid;gap:2.5rem}.recentPosts .heading,.vendorProfile .heading{color:#032740;display:flex;justify-content:space-between;align-items:center}.recentPosts .heading .controls,.vendorProfile .heading .controls{display:flex;gap:5em}.recentPosts .heading .controls img,.vendorProfile .heading .controls img{cursor:pointer}.recentPosts .profilePic,.vendorProfile .profilePic{place-self:center;text-align:center}.recentPosts .profilePic img,.vendorProfile .profilePic img{width:15em;height:15em;border-radius:50%}.recentPosts .profilePic h2,.vendorProfile .profilePic h2{margin-top:1em}.recentPosts .profileDesc,.vendorProfile .profileDesc{place-self:center}.recentPosts .buttons,.vendorProfile .buttons{place-self:center;display:flex;gap:1em}.recentPosts .buttons button,.vendorProfile .buttons button{padding:.5em 1em;border-radius:5px;background-color:#0d3048;color:#fff;border:none;cursor:pointer}.recentPosts .product-service-nav,.vendorProfile .product-service-nav{display:flex;justify-content:center;gap:2em}.recentPosts .product-service-nav h2,.vendorProfile .product-service-nav h2{position:relative;padding:.5em;cursor:pointer}.recentPosts .product-service-nav h2:after,.vendorProfile .product-service-nav h2:after{content:"";position:absolute;bottom:0;width:0;height:2px;background-color:orange;transform:translate(-50%);right:-50%}.recentPosts .product-service-nav h2.active:after,.vendorProfile .product-service-nav h2.active:after{width:100%;transition:all .5s ease-in-out}.recentPosts .product-service-nav h2:nth-of-type(2):after,.vendorProfile .product-service-nav h2:nth-of-type(2):after{transform:translate(50%);left:-50%}.recentPosts .services,.vendorProfile .services{display:grid;grid-template-columns:repeat(auto-fit,minmax(16em,1fr));gap:2em}.recentPosts .services .service,.vendorProfile .services .service{background-color:#31506526;display:grid;text-align:center;max-width:20em}.recentPosts .services .service .image img,.vendorProfile .services .service .image img{width:100%;height:100%}.recentPosts .services .service .details,.vendorProfile .services .service .details{display:grid;gap:1em;padding:1em}.recentPosts .services .service .details button,.vendorProfile .services .service .details button{font-size:1em;height:unset;padding:.5em 1em;border-radius:.5em;background-color:#0d3048;color:#fff;font-weight:700}.recentPosts .services .service .details button:hover,.vendorProfile .services .service .details button:hover{background-color:#088b90;color:#fff}.recentPosts .infinite-scroll-component__outerdiv,.vendorProfile .infinite-scroll-component__outerdiv{justify-content:center}.recentPosts .product-loader,.vendorProfile .product-loader{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.recentPosts .product-loader .skeleton-card,.vendorProfile .product-loader .skeleton-card{width:100%;max-width:320px;padding:1rem;border-radius:16px;background:#fff;box-shadow:0 4px 20px #00000014;border:1px solid rgba(0,0,0,.05)}.recentPosts .product-loader .skeleton-card .skeleton,.vendorProfile .product-loader .skeleton-card .skeleton{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200px 100%;animation:shimmer 1.5s infinite linear;border-radius:12px}.recentPosts .product-loader .skeleton-card .skeleton-image,.vendorProfile .product-loader .skeleton-card .skeleton-image{width:100%;height:200px;margin-bottom:1rem}.recentPosts .product-loader .skeleton-card .skeleton-text,.vendorProfile .product-loader .skeleton-card .skeleton-text{height:16px;width:80%;margin:8px 0}.recentPosts .product-loader .skeleton-card .skeleton-price,.vendorProfile .product-loader .skeleton-card .skeleton-price{height:20px;width:50%;margin:12px 0}.recentPosts .product-loader .skeleton-card .skeleton-button,.vendorProfile .product-loader .skeleton-card .skeleton-button{height:40px;width:100%;margin-top:16px;border-radius:8px}.recentPosts .infinite-scroll-component,.vendorProfile .infinite-scroll-component{display:grid;gap:1.5rem;padding:1rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#032740;grid-template-columns:repeat(auto-fill,minmax(15em,1fr));justify-items:center}.recentPosts .infinite-scroll-component .noProducts,.vendorProfile .infinite-scroll-component .noProducts{grid-column:1/-1;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:4rem 2rem;text-align:center;filter:grayscale(.7)}.recentPosts .infinite-scroll-component .noProducts img,.vendorProfile .infinite-scroll-component .noProducts img{width:120px;height:auto;margin-bottom:1.5rem;opacity:.6}.recentPosts .infinite-scroll-component .noProducts h1,.vendorProfile .infinite-scroll-component .noProducts h1{font-size:1.5rem;color:#032740;margin-bottom:.5rem}.recentPosts .infinite-scroll-component .noProducts p,.vendorProfile .infinite-scroll-component .noProducts p{color:#0862a1;font-size:1rem}.recentPosts .infinite-scroll-component .comp-container,.vendorProfile .infinite-scroll-component .comp-container{position:relative;width:100%;max-width:320px}.recentPosts .infinite-scroll-component .comp-container .product,.vendorProfile .infinite-scroll-component .comp-container .product{max-width:20em}.recentPosts .infinite-scroll-component .comp-container #comp-loading,.vendorProfile .infinite-scroll-component .comp-container #comp-loading{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:10;padding:1rem;box-shadow:0 4px 12px #00000026}.recentPosts .infinite-scroll-component .comp-container #comp-loading svg,.vendorProfile .infinite-scroll-component .comp-container #comp-loading svg{width:24px;height:24px;color:#0d3048;animation:spin 1s linear infinite}.recentPosts.compLoading .products,.vendorProfile.compLoading .products{display:grid;grid-template-columns:repeat(auto-fill,minmax(20em,1fr))}.recentPosts .product,.recentPosts .service,.vendorProfile .product,.vendorProfile .service{width:100%;background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 4px 20px #00000014;border:1px solid rgba(0,0,0,.05);transition:all .3s cubic-bezier(.4,0,.2,1);cursor:pointer;position:relative;transform:none;left:auto;max-width:20em}.recentPosts .product:hover,.recentPosts .service:hover,.vendorProfile .product:hover,.vendorProfile .service:hover{transform:translateY(-4px);box-shadow:0 12px 40px #00000026;border-color:#0d304833}.recentPosts .product .lazy-load-image-background,.recentPosts .service .lazy-load-image-background,.vendorProfile .product .lazy-load-image-background,.vendorProfile .service .lazy-load-image-background{width:100%;height:200px;overflow:hidden}.recentPosts .product .lazy-load-image-background img,.recentPosts .service .lazy-load-image-background img,.vendorProfile .product .lazy-load-image-background img,.vendorProfile .service .lazy-load-image-background img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .3s ease}.recentPosts .product:hover .lazy-load-image-background img,.recentPosts .service:hover .lazy-load-image-background img,.vendorProfile .product:hover .lazy-load-image-background img,.vendorProfile .service:hover .lazy-load-image-background img{transform:scale(1.05)}.recentPosts .product .details,.recentPosts .service .details,.vendorProfile .product .details,.vendorProfile .service .details{padding:1.5rem;display:flex;flex-direction:column;gap:1rem}.recentPosts .product .details .title,.recentPosts .service .details .title,.vendorProfile .product .details .title,.vendorProfile .service .details .title{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}.recentPosts .product .details .title h2,.recentPosts .service .details .title h2,.vendorProfile .product .details .title h2,.vendorProfile .service .details .title h2{font-size:1.1rem;font-weight:600;color:#032740;line-height:1.4;margin:0;flex:1;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.recentPosts .product .details .title .action,.recentPosts .service .details .title .action,.vendorProfile .product .details .title .action,.vendorProfile .service .details .title .action{display:flex;gap:.5rem;flex-shrink:0}.recentPosts .product .details .title .action span,.recentPosts .service .details .title .action span,.vendorProfile .product .details .title .action span,.vendorProfile .service .details .title .action span{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;background:#0d30481a}.recentPosts .product .details .title .action span:hover,.recentPosts .service .details .title .action span:hover,.vendorProfile .product .details .title .action span:hover,.vendorProfile .service .details .title .action span:hover{background:#0d304833;transform:scale(1.1)}.recentPosts .product .details .title .action span.favourite svg,.recentPosts .service .details .title .action span.favourite svg,.vendorProfile .product .details .title .action span.favourite svg,.vendorProfile .service .details .title .action span.favourite svg{width:18px;height:18px;color:#ff4757}.recentPosts .product .details .title .action span.share svg,.recentPosts .service .details .title .action span.share svg,.vendorProfile .product .details .title .action span.share svg,.vendorProfile .service .details .title .action span.share svg{width:16px;height:16px;color:#0d3048}.recentPosts .product .details .price-location,.recentPosts .service .details .price-location,.vendorProfile .product .details .price-location,.vendorProfile .service .details .price-location{display:flex;justify-content:space-between;align-items:center;margin:.5rem 0}.recentPosts .product .details .price-location .price,.recentPosts .service .details .price-location .price,.vendorProfile .product .details .price-location .price,.vendorProfile .service .details .price-location .price{font-size:1.25rem;font-weight:700;color:#0d3048;letter-spacing:-.02em}.recentPosts .product .details .price-location .location,.recentPosts .service .details .price-location .location,.vendorProfile .product .details .price-location .location,.vendorProfile .service .details .price-location .location{display:flex;align-items:center;gap:.25rem;color:#0971ba;font-size:.875rem}.recentPosts .product .details .price-location .location svg,.recentPosts .service .details .price-location .location svg,.vendorProfile .product .details .price-location .location svg,.vendorProfile .service .details .price-location .location svg{width:14px;height:14px;color:#0b8feb}.recentPosts .product .details .price-location .location span,.recentPosts .service .details .price-location .location span,.vendorProfile .product .details .price-location .location span,.vendorProfile .service .details .price-location .location span{font-weight:500}.recentPosts .product .details button,.recentPosts .service .details button,.vendorProfile .product .details button,.vendorProfile .service .details button{width:100%;height:44px;border:none;border-radius:8px;background:linear-gradient(135deg,#0d3048,#092232);color:#fff;font-weight:600;font-size:.95rem;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:.5rem}.recentPosts .product .details button:hover:not(:disabled),.recentPosts .service .details button:hover:not(:disabled),.vendorProfile .product .details button:hover:not(:disabled),.vendorProfile .service .details button:hover:not(:disabled){background:linear-gradient(135deg,#088b90,#077478);transform:translateY(-1px);box-shadow:0 4px 12px #0d30484d}.recentPosts .product .details button:active:not(:disabled),.recentPosts .service .details button:active:not(:disabled),.vendorProfile .product .details button:active:not(:disabled),.vendorProfile .service .details button:active:not(:disabled){transform:translateY(0)}.recentPosts .product .details button:disabled,.recentPosts .service .details button:disabled,.vendorProfile .product .details button:disabled,.vendorProfile .service .details button:disabled{opacity:.7;cursor:not-allowed;transform:none}.recentPosts .image,.vendorProfile .image{height:200px;overflow:hidden}.recentPosts .image img,.vendorProfile .image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:0;aspect-ratio:auto}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.bestSellingProducts{color:#032740;padding:2rem 4rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;display:grid;gap:2rem}.bestSellingProducts h1{margin:0;font-size:2rem;font-weight:700;color:#032740}.bestSellingProducts .products{display:flex;padding:1rem 0;gap:2rem;overflow-x:auto;scroll-behavior:smooth}.bestSellingProducts .products::-webkit-scrollbar{height:6px}.bestSellingProducts .products::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.bestSellingProducts .products::-webkit-scrollbar-thumb{background:#0d3048;border-radius:3px}.bestSellingProducts .products::-webkit-scrollbar-thumb:hover{background:#05131d}.bestSellingProducts .products .skeleton-card{min-width:280px;padding:1rem;display:flex;gap:1rem;background:#fff;border-radius:12px;box-shadow:0 4px 20px #00000014;border:1px solid rgba(0,0,0,.05)}.bestSellingProducts .products .skeleton-card .details{flex:1;display:flex;flex-direction:column;justify-content:center;gap:.5rem}.bestSellingProducts .products .skeleton-card .skeleton{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200px 100%;animation:shimmer 1.5s infinite linear;border-radius:8px}.bestSellingProducts .products .skeleton-card .skeleton-image{flex-shrink:0;width:80px;height:80px;border-radius:50%}.bestSellingProducts .products .skeleton-card .skeleton-text{height:16px;width:80%}.bestSellingProducts .products .skeleton-card .skeleton-price{height:20px;width:50%}.bestSellingProducts .products .skeleton-card .skeleton-button{height:36px;width:100%;margin-top:8px;border-radius:6px}.bestSellingProducts .products .product{background:#fff;display:flex;gap:1rem;min-width:280px;align-items:center;padding:1rem;border-radius:12px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 20px #00000014;border:1px solid rgba(0,0,0,.05)}.bestSellingProducts .products .product:hover{transform:translateY(-2px);box-shadow:0 8px 30px #0000001f;border-color:#0d304833}.bestSellingProducts .products .product .image{flex-shrink:0}.bestSellingProducts .products .product .image img{width:80px;height:80px;border-radius:50%;-o-object-fit:cover;object-fit:cover;transition:border-radius .3s ease}.bestSellingProducts .products .product .image img:hover{border-radius:12px}.bestSellingProducts .products .product .similar-details{display:flex;flex-direction:column;gap:.5rem;flex:1}.bestSellingProducts .products .product .similar-details h3{font-size:1rem;font-weight:600;color:#032740;margin:0;line-height:1.3}.bestSellingProducts .products .product .similar-details .price{font-size:1.1rem;font-weight:700;color:#0d3048}.bestSellingProducts .products .product .similar-details .small{font-size:.875rem;color:#0971ba}.bestSellingProducts .products .product .similar-details button{display:none;border:2px solid #0d3048;background:transparent;color:#0d3048;font-size:.9rem;font-weight:600;padding:.5rem 1rem;border-radius:6px;cursor:pointer;transition:all .2s ease}.bestSellingProducts .products .product .similar-details button:hover{background:#0d3048;color:#fff;transform:translateY(-1px)}@media (max-width: 768px){.bestSellingProducts .products .product{flex-direction:column;text-align:center;min-width:200px}.bestSellingProducts .products .product .image img{width:60px;height:60px}}.experiences{color:#032740;display:grid;grid-template-columns:repeat(4,1fr);gap:2em;padding:4em 3em;margin:2em;background-color:#31506526;box-shadow:0 2px 4px}.experiences .experience{background-color:#fff;padding:1em;display:grid;grid-template-rows:6em 4em 5em;gap:.5em;align-items:center;text-align:center;border-radius:.5em;text-transform:uppercase;transition:all .3s ease}.experiences .experience:hover{background-color:#0d3048;color:#fff}.experiences .experience:hover svg path{fill:#fff}.experiences .experience .value{font-size:3em;font-weight:800}@media (max-width: 1000px){.experiences{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.experiences{grid-template-columns:repeat(1,1fr)}}.customerReview{color:#032740;display:grid;gap:2em;padding:4em}.customerReview .reviews{gap:2em;display:flex;text-align:center}@media (max-width: 768px){.customerReview .reviews{display:grid}}.customerReview .review{padding:2em;border:2px solid black;border-radius:.5em;display:grid;gap:1em}.customerReview .review p{color:#054571}.footer{padding:4em;background-color:#0d3048;color:#fff}.footer .section-one{padding:1em 0;display:flex;justify-content:space-between;align-items:center}.footer .section-one h1{color:#2eb3c7}.footer .section-one .subscribe{flex:2;padding:0 3em}@media (max-width: 440px){.footer .section-one .subscribe{padding:0}}.footer .section-one .socials{display:flex;gap:.5em}.footer .section-one .socials svg:hover path{transition:all .2s ease-in-out;scale:1.4;transform-origin:center}.footer hr{width:100%;height:4px;border:none;background-color:#e6722a;margin-bottom:2em}.footer .section-two{display:grid;grid-template-columns:repeat(4,1fr);gap:2em;color:#a8a0a0}.footer .section-two h2{color:#fff;margin-bottom:.5em}.footer .section-two>div{display:grid;gap:.5em;grid-template-rows:max-content 1fr}.footer .section-two>div>div{display:grid;gap:.5em}.footer .section-two>div>div a{text-decoration:none;color:inherit}.footer .section-two>div>div .logos{display:flex;gap:1em;align-items:center}.footer .section-two>div>div .logos svg{width:2em;height:2em}@media (max-width: 1100px){.footer{padding:2em}.footer .section-two{grid-template-columns:repeat(2,1fr)}}@media (max-width: 900px){.footer .section-one{flex-direction:column;gap:2em;justify-content:center;align-items:center;text-align:center}.footer .section-two{grid-template-columns:repeat(1,1fr);place-content:center;text-align:center;gap:2em}.footer .section-two .logos{justify-content:center}}@media (max-width: 900px){.backdrop.active{position:fixed;top:0;left:0;width:100%;background-color:#0000005e;height:110vh;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);transition:all}.recentPosts,.vendorProfile{padding:2rem}.recentPosts .products,.recentPosts .infinite-scroll-component,.vendorProfile .products,.vendorProfile .infinite-scroll-component{gap:1rem}}@media (max-width: 768px){.recentPosts,.featuredServices,.customerReview,.bestSellingProducts{padding:1.5rem}.recentPosts .products .product .details,.recentPosts .infinite-scroll-component .product .details{padding:1rem}.recentPosts .products .product .details .title h2,.recentPosts .infinite-scroll-component .product .details .title h2{font-size:1rem}.recentPosts .products .product .details .price-location .price,.recentPosts .infinite-scroll-component .product .details .price-location .price{font-size:1.1rem}.recentPosts .products .product .details button,.recentPosts .infinite-scroll-component .product .details button{height:40px;font-size:.9rem}.bestSellingProducts .products{gap:1rem}.bestSellingProducts .products .product{min-width:240px;padding:.75rem}.bestSellingProducts .products .product .image img{width:60px;height:60px}.bestSellingProducts .products .product .similar-details h3{font-size:.9rem}.bestSellingProducts .products .product .similar-details .price{font-size:1rem}.bestSellingProducts .products .product .similar-details .small{font-size:.8rem}}@media (max-width: 480px){.recentPosts,.vendorProfile{padding:1rem}.recentPosts .products,.recentPosts .infinite-scroll-component,.vendorProfile .products,.vendorProfile .infinite-scroll-component{gap:1rem;padding:.5rem}.recentPosts .products .comp-container,.recentPosts .products .product,.recentPosts .products .service,.recentPosts .infinite-scroll-component .comp-container,.recentPosts .infinite-scroll-component .product,.recentPosts .infinite-scroll-component .service,.vendorProfile .products .comp-container,.vendorProfile .products .product,.vendorProfile .products .service,.vendorProfile .infinite-scroll-component .comp-container,.vendorProfile .infinite-scroll-component .product,.vendorProfile .infinite-scroll-component .service{max-width:100%}.recentPosts .products .product .details,.recentPosts .infinite-scroll-component .product .details,.vendorProfile .products .product .details,.vendorProfile .infinite-scroll-component .product .details{padding:1rem;gap:.75rem}.recentPosts .products .product .details .title,.recentPosts .infinite-scroll-component .product .details .title,.vendorProfile .products .product .details .title,.vendorProfile .infinite-scroll-component .product .details .title{gap:.75rem}.recentPosts .products .product .details .title h2,.recentPosts .infinite-scroll-component .product .details .title h2,.vendorProfile .products .product .details .title h2,.vendorProfile .infinite-scroll-component .product .details .title h2{font-size:.95rem;line-height:1.3}.recentPosts .products .product .details .title .action,.recentPosts .infinite-scroll-component .product .details .title .action,.vendorProfile .products .product .details .title .action,.vendorProfile .infinite-scroll-component .product .details .title .action{gap:.25rem}.recentPosts .products .product .details .title .action span,.recentPosts .infinite-scroll-component .product .details .title .action span,.vendorProfile .products .product .details .title .action span,.vendorProfile .infinite-scroll-component .product .details .title .action span{width:32px;height:32px}.recentPosts .products .product .details .title .action span.favourite svg,.recentPosts .infinite-scroll-component .product .details .title .action span.favourite svg,.vendorProfile .products .product .details .title .action span.favourite svg,.vendorProfile .infinite-scroll-component .product .details .title .action span.favourite svg{width:16px;height:16px}.recentPosts .products .product .details .title .action span.share svg,.recentPosts .infinite-scroll-component .product .details .title .action span.share svg,.vendorProfile .products .product .details .title .action span.share svg,.vendorProfile .infinite-scroll-component .product .details .title .action span.share svg{width:14px;height:14px}.recentPosts .products .product .details .price-location .price,.recentPosts .infinite-scroll-component .product .details .price-location .price,.vendorProfile .products .product .details .price-location .price,.vendorProfile .infinite-scroll-component .product .details .price-location .price{font-size:1.1rem}.recentPosts .products .product .details .price-location .location,.recentPosts .infinite-scroll-component .product .details .price-location .location,.vendorProfile .products .product .details .price-location .location,.vendorProfile .infinite-scroll-component .product .details .price-location .location{font-size:.8rem}.recentPosts .products .product .details .price-location .location svg,.recentPosts .infinite-scroll-component .product .details .price-location .location svg,.vendorProfile .products .product .details .price-location .location svg,.vendorProfile .infinite-scroll-component .product .details .price-location .location svg{width:12px;height:12px}.recentPosts .products .product .details button,.recentPosts .infinite-scroll-component .product .details button,.vendorProfile .products .product .details button,.vendorProfile .infinite-scroll-component .product .details button{height:38px;font-size:.85rem}.recentPosts .skeleton-card,.vendorProfile .skeleton-card{max-width:100%;padding:.75rem}.recentPosts .skeleton-card .skeleton-image,.vendorProfile .skeleton-card .skeleton-image{height:180px}.bestSellingProducts{padding:1rem}.bestSellingProducts h1{font-size:1.5rem}.bestSellingProducts .products{gap:.75rem}.bestSellingProducts .products .product{min-width:200px;padding:.5rem;gap:.75rem}.bestSellingProducts .products .product .image img{width:50px;height:50px}.bestSellingProducts .products .product .similar-details{gap:.25rem}.bestSellingProducts .products .product .similar-details h3{font-size:.85rem}.bestSellingProducts .products .product .similar-details .price{font-size:.95rem}.bestSellingProducts .products .product .similar-details .small{font-size:.75rem}.bestSellingProducts .products .skeleton-card{min-width:200px;padding:.5rem;gap:.75rem}.bestSellingProducts .products .skeleton-card .skeleton-image{width:50px;height:50px}}@media (hover: hover){.recentPosts .products .product:hover .details .title .action span.favourite,.recentPosts .infinite-scroll-component .product:hover .details .title .action span.favourite{background:#ff475726}.recentPosts .products .product:hover .details .title .action span.favourite svg,.recentPosts .infinite-scroll-component .product:hover .details .title .action span.favourite svg{color:#ff4757;transform:scale(1.1)}.recentPosts .products .product:hover .details .title .action span.share,.recentPosts .infinite-scroll-component .product:hover .details .title .action span.share{background:#0d304826}.recentPosts .products .product:hover .details .title .action span.share svg,.recentPosts .infinite-scroll-component .product:hover .details .title .action span.share svg{color:#0d3048;transform:scale(1.1)}.recentPosts .products .product:hover .details button,.recentPosts .infinite-scroll-component .product:hover .details button{box-shadow:0 6px 20px #0d304840}}#comp-loading{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}#comp-loading svg{filter:drop-shadow(0 2px 4px rgba(0,0,0,.1))}.bestSellingProducts .products{scroll-snap-type:x mandatory}.bestSellingProducts .products .product,.bestSellingProducts .products .skeleton-card{scroll-snap-align:start}.recentPosts .products .product:focus-visible,.bestSellingProducts .products .product:focus-visible{outline:2px solid #0d3048;outline-offset:2px}.recentPosts .products .product .details button:focus-visible,.recentPosts .products .product .details .title .action span:focus-visible{outline:2px solid #0d3048;outline-offset:2px;border-radius:4px}.searchBar{display:flex;height:3em;background:#d9d9d9cc;width:80%;border-radius:2em}@media (max-width: 1200px){.searchBar{width:100%}}.searchBar#ascent button{background-color:#e6722a;transition:all .3s ease}.searchBar svg{fill:gray}.searchBar .input{border:0;background-color:transparent;border-radius:2em;outline:none;font-size:1.2em;font-family:Arial,sans-serif;margin-left:8px}.searchBar button{border:3px;border-radius:2em;padding:8px 1.5em;font-size:1.3em;background-color:#1c7481;color:#fff;cursor:pointer}button:disabled{filter:grayscale(1);cursor:not-allowed!important}button:disabled.wait{cursor:wait}.modal .ant-modal-footer{display:flex;align-items:center;justify-content:flex-end}.modal .ant-modal-footer .ant-btn-color-primary{background-color:#0d3048;color:#fff}.modal .ant-modal-footer .ant-btn-color-primary:hover{background-color:#088b90;color:#fff}.modal .ant-modal-footer .ant-btn-color-primary .ant-btn-color-default{color:#0d3048}#loading-animation{position:fixed;top:0;left:0;height:100vh;width:100vw;z-index:99;font-size:2em;background:#ffffff1a;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}#loading-animation .spinner{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;height:4em}#loading-animation svg{width:4em;height:4em;animation:loadingAnimation 1s infinite linear}.loading{position:relative}.loading img.loading{filter:blur(2px)}.loading .loaderSVG{position:absolute;top:50%;left:50%;z-index:2}.comp-container{position:relative}.comp-container #comp-loading{position:absolute;top:0;left:0;background-color:#ffffff83;display:grid;place-content:center;z-index:5}.comp-container #comp-loading svg{animation:loadingAnimation 1s linear infinite}.search svg{width:1em;height:1em}.network-error{position:fixed;top:0;left:0;right:0;background-color:#ffdfdf;color:#f10909;padding:.75rem 2em;z-index:50;display:flex;justify-content:space-between;align-items:center;border-radius:0 0 1em 1em}.network-error .error-message .error-title{font-weight:700}.network-error .retry-button{color:#dc2626;padding:.25rem 1rem;border-radius:.375rem;font-weight:800;border:none;background:transparent;text-decoration:underline}.network-error .retry-button:hover{background-color:#f3f4f6}.globalBanner{position:relative;width:100%;overflow:hidden}.globalBanner .sponsored-slider{position:relative;width:100%;height:400px;overflow:hidden}.globalBanner .slider-container{display:flex;width:100%;height:100%;transition:transform .5s ease}.globalBanner .slide{min-width:100%;position:relative}.globalBanner .slide-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.globalBanner .product-details{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(transparent,#000000b3);display:flex;justify-content:space-between;align-items:center;color:#fff;padding:20px;text-shadow:1px 1px 3px rgba(0,0,0,.6)}.globalBanner .product-details h3{margin:0 0 5px;font-size:1.5rem}.globalBanner .product-details .price{margin:0;font-size:1.2rem;font-weight:700}.globalBanner .slider-dots{position:absolute;bottom:15px;left:50%;transform:translate(-50%);display:flex;gap:8px}.globalBanner .dot{width:10px;height:10px;border-radius:50%;background-color:#ffffff80;border:none;cursor:pointer;padding:0}.globalBanner .dot.active{background-color:#fff}.globalBanner .slider-arrow{position:absolute;top:50%;transform:translateY(-50%);background-color:#0000004d;color:#fff;border:none;width:40px;height:40px;border-radius:50%;font-size:1.5rem;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .3s}.globalBanner .slider-arrow:hover{background-color:#0009}.globalBanner .slider-arrow.prev{left:15px}.globalBanner .slider-arrow.next{right:15px}.globalBanner .content{text-align:center;padding:40px 20px}svg.fetching{cursor:pointer}svg.fetching.isLoading{animation:rotate 1s linear infinite}svg.fetching:hover{box-sizing:content-box;border-radius:50%;box-shadow:0 0 14px gray}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.ant-popconfirm-buttons{display:flex;justify-content:end;align-items:center}.ant-popconfirm-buttons button{padding:.5em 1em;height:2.5em}.globalBanner{background:url(/assets/banner-bg-ogbete-0XTJsA52.jpeg) no-repeat center center;background-size:cover;display:grid;place-content:center}.globalBanner .content{display:grid;font-size:2em;gap:1em;text-align:center;color:#fff;padding:5em}.globalBanner .content h1{color:#2eb3c7}.shopping .main{display:grid;padding:2em 4em;gap:2em}.shopping .main .sideTab{background:linear-gradient(135deg,#fffffff2,#f8fafcf2);border-radius:16px;box-shadow:0 8px 32px #00000014;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);padding:1.5em;margin-bottom:2em}.shopping .main .sideTab .filterHeader{display:flex;align-items:center;gap:.5em;margin-bottom:1.5em}.shopping .main .sideTab .filterHeader .filterIcon{font-size:1.2em;color:#0d3048}.shopping .main .sideTab .filterHeader h3{margin:0;font-size:1.1em;font-weight:600;color:#2d3748}.shopping .main .sideTab .form{display:grid;grid-template-columns:2fr 1.5fr 1fr;gap:1em;align-items:center}.shopping .main .sideTab .form .searchWrapper{position:relative}.shopping .main .sideTab .form .searchWrapper .ant-input-group .ant-input-affix-wrapper{background:#fffc;height:3em}.shopping .main .sideTab .form .searchWrapper .ant-input-group .ant-input-affix-wrapper:focus,.shopping .main .sideTab .form .searchWrapper .ant-input-group .ant-input-affix-wrapper:hover{border-color:#0d3048;box-shadow:0 0 0 3px #0d30481a;background:#fff}.shopping .main .sideTab .form .searchWrapper .ant-input-group .ant-input-affix-wrapper::-moz-placeholder{color:#a0aec0;font-weight:400}.shopping .main .sideTab .form .searchWrapper .ant-input-group .ant-input-affix-wrapper::placeholder{color:#a0aec0;font-weight:400}.shopping .main .sideTab .form .searchWrapper .ant-input-group .ant-input-search-button{height:48px;border-radius:0 12px 12px 0;background:linear-gradient(135deg,#0d3048,#05131d);border:none;box-shadow:0 4px 12px #0d30484d;transition:all .3s ease}.shopping .main .sideTab .form .searchWrapper .ant-input-group .ant-input-search-button:hover{transform:translateY(-1px);box-shadow:0 6px 16px #0d304866}.shopping .main .sideTab .form .searchWrapper .ant-input-group .ant-input-search-button .anticon{font-size:16px;color:#fff}.shopping .main .sideTab .form .categoryWrapper .ant-select,.shopping .main .sideTab .form .categoryWrapper .ant-tree-select,.shopping .main .sideTab .form .sortWrapper .ant-select,.shopping .main .sideTab .form .sortWrapper .ant-tree-select{height:48px}.shopping .main .sideTab .form .categoryWrapper .ant-select .ant-select-selector,.shopping .main .sideTab .form .categoryWrapper .ant-select .ant-tree-select-selector,.shopping .main .sideTab .form .categoryWrapper .ant-tree-select .ant-select-selector,.shopping .main .sideTab .form .categoryWrapper .ant-tree-select .ant-tree-select-selector,.shopping .main .sideTab .form .sortWrapper .ant-select .ant-select-selector,.shopping .main .sideTab .form .sortWrapper .ant-select .ant-tree-select-selector,.shopping .main .sideTab .form .sortWrapper .ant-tree-select .ant-select-selector,.shopping .main .sideTab .form .sortWrapper .ant-tree-select .ant-tree-select-selector{height:48px!important;border-radius:12px;border:2px solid #e2e8f0;background:#fffc;transition:all .3s cubic-bezier(.4,0,.2,1)}.shopping .main .sideTab .form .categoryWrapper .ant-select .ant-select-selector:hover,.shopping .main .sideTab .form .categoryWrapper .ant-select .ant-select-selector:focus,.shopping .main .sideTab .form .categoryWrapper .ant-select .ant-tree-select-selector:hover,.shopping .main .sideTab .form .categoryWrapper .ant-select .ant-tree-select-selector:focus,.shopping .main .sideTab .form .categoryWrapper .ant-tree-select .ant-select-selector:hover,.shopping .main .sideTab .form .categoryWrapper .ant-tree-select .ant-select-selector:focus,.shopping .main .sideTab .form .categoryWrapper .ant-tree-select .ant-tree-select-selector:hover,.shopping .main .sideTab .form .categoryWrapper .ant-tree-select .ant-tree-select-selector:focus,.shopping .main .sideTab .form .sortWrapper .ant-select .ant-select-selector:hover,.shopping .main .sideTab .form .sortWrapper .ant-select .ant-select-selector:focus,.shopping .main .sideTab .form .sortWrapper .ant-select .ant-tree-select-selector:hover,.shopping .main .sideTab .form .sortWrapper .ant-select .ant-tree-select-selector:focus,.shopping .main .sideTab .form .sortWrapper .ant-tree-select .ant-select-selector:hover,.shopping .main .sideTab .form .sortWrapper .ant-tree-select .ant-select-selector:focus,.shopping .main .sideTab .form .sortWrapper .ant-tree-select .ant-tree-select-selector:hover,.shopping .main .sideTab .form .sortWrapper .ant-tree-select .ant-tree-select-selector:focus{border-color:#0d3048;box-shadow:0 0 0 3px #0d30481a;background:#fff}.shopping .main .sideTab .form .categoryWrapper .ant-select .ant-select-selector .ant-select-selection-item,.shopping .main .sideTab .form .categoryWrapper .ant-select .ant-select-selector .ant-tree-select-selection-item,.shopping .main .sideTab .form .categoryWrapper .ant-select .ant-tree-select-selector .ant-select-selection-item,.shopping .main .sideTab .form .categoryWrapper .ant-select .ant-tree-select-selector .ant-tree-select-selection-item,.shopping .main .sideTab .form .categoryWrapper .ant-tree-select .ant-select-selector .ant-select-selection-item,.shopping .main .sideTab .form .categoryWrapper .ant-tree-select .ant-select-selector .ant-tree-select-selection-item,.shopping .main .sideTab .form .categoryWrapper .ant-tree-select .ant-tree-select-selector .ant-select-selection-item,.shopping .main .sideTab .form .categoryWrapper .ant-tree-select .ant-tree-select-selector .ant-tree-select-selection-item,.shopping .main .sideTab .form .sortWrapper .ant-select .ant-select-selector .ant-select-selection-item,.shopping .main .sideTab .form .sortWrapper .ant-select .ant-select-selector .ant-tree-select-selection-item,.shopping .main .sideTab .form .sortWrapper .ant-select .ant-tree-select-selector .ant-select-selection-item,.shopping .main .sideTab .form .sortWrapper .ant-select .ant-tree-select-selector .ant-tree-select-selection-item,.shopping .main .sideTab .form .sortWrapper .ant-tree-select .ant-select-selector .ant-select-selection-item,.shopping .main .sideTab .form .sortWrapper .ant-tree-select .ant-select-selector .ant-tree-select-selection-item,.shopping .main .sideTab .form .sortWrapper .ant-tree-select .ant-tree-select-selector .ant-select-selection-item,.shopping .main .sideTab .form .sortWrapper .ant-tree-select .ant-tree-select-selector .ant-tree-select-selection-item{line-height:44px;font-size:14px;font-weight:500;color:#2d3748}.shopping .main .sideTab .form .categoryWrapper .ant-select .ant-select-selector .ant-select-selection-placeholder,.shopping .main .sideTab .form .categoryWrapper .ant-select .ant-select-selector .ant-tree-select-selection-placeholder,.shopping .main .sideTab .form .categoryWrapper .ant-select .ant-tree-select-selector .ant-select-selection-placeholder,.shopping .main .sideTab .form .categoryWrapper .ant-select .ant-tree-select-selector .ant-tree-select-selection-placeholder,.shopping .main .sideTab .form .categoryWrapper .ant-tree-select .ant-select-selector .ant-select-selection-placeholder,.shopping .main .sideTab .form .categoryWrapper .ant-tree-select .ant-select-selector .ant-tree-select-selection-placeholder,.shopping .main .sideTab .form .categoryWrapper .ant-tree-select .ant-tree-select-selector .ant-select-selection-placeholder,.shopping .main .sideTab .form .categoryWrapper .ant-tree-select .ant-tree-select-selector .ant-tree-select-selection-placeholder,.shopping .main .sideTab .form .sortWrapper .ant-select .ant-select-selector .ant-select-selection-placeholder,.shopping .main .sideTab .form .sortWrapper .ant-select .ant-select-selector .ant-tree-select-selection-placeholder,.shopping .main .sideTab .form .sortWrapper .ant-select .ant-tree-select-selector .ant-select-selection-placeholder,.shopping .main .sideTab .form .sortWrapper .ant-select .ant-tree-select-selector .ant-tree-select-selection-placeholder,.shopping .main .sideTab .form .sortWrapper .ant-tree-select .ant-select-selector .ant-select-selection-placeholder,.shopping .main .sideTab .form .sortWrapper .ant-tree-select .ant-select-selector .ant-tree-select-selection-placeholder,.shopping .main .sideTab .form .sortWrapper .ant-tree-select .ant-tree-select-selector .ant-select-selection-placeholder,.shopping .main .sideTab .form .sortWrapper .ant-tree-select .ant-tree-select-selector .ant-tree-select-selection-placeholder{line-height:44px;font-size:14px;color:#a0aec0;font-weight:400}.shopping .main .sideTab .form .categoryWrapper .ant-select-arrow,.shopping .main .sideTab .form .categoryWrapper .ant-tree-select-arrow,.shopping .main .sideTab .form .sortWrapper .ant-select-arrow,.shopping .main .sideTab .form .sortWrapper .ant-tree-select-arrow{color:#0d3048;font-size:12px}.shopping .main .sideTab .quickFilters{margin-top:1.5em;padding-top:1.5em;border-top:1px solid #e2e8f0}.shopping .main .sideTab .quickFilters .quickFiltersLabel{font-size:.9em;font-weight:600;color:#4a5568;margin-bottom:.8em}.shopping .main .sideTab .quickFilters .filterTags{display:flex;flex-wrap:wrap;gap:.5em}.shopping .main .sideTab .quickFilters .filterTags .filterTag{padding:.4em .8em;background:#0d30481a;color:#0d3048;border:1px solid rgba(13,48,72,.2);border-radius:20px;font-size:.85em;font-weight:500;cursor:pointer;transition:all .3s ease}.shopping .main .sideTab .quickFilters .filterTags .filterTag:hover{background:#0d304826;transform:translateY(-1px)}.shopping .main .sideTab .quickFilters .filterTags .filterTag.active{background:#0d3048;color:#fff;border-color:#0d3048}.shopping .main .sideTab .featuredProducts{margin-top:2em;padding-top:1.5em;border-top:1px solid #e2e8f0;display:flex;flex-direction:column;gap:1.5em}.shopping .main .sideTab .featuredProducts .featuredTitle{font-size:1em;font-weight:600;color:#2d3748;margin-bottom:.5em}.shopping .main .sideTab .featuredProducts .product{display:flex;gap:1em;padding:1em;background:#fff9;border-radius:12px;border:1px solid #f1f5f9;transition:all .3s ease}.shopping .main .sideTab .featuredProducts .product:hover{background:#fff;box-shadow:0 4px 12px #0000000d;transform:translateY(-1px)}.shopping .main .sideTab .featuredProducts .product .productImage{width:60px;height:60px;border-radius:8px;-o-object-fit:cover;object-fit:cover}.shopping .main .sideTab .featuredProducts .product .details{display:grid;gap:.3em;height:-moz-max-content;height:max-content}.shopping .main .sideTab .featuredProducts .product .details .productName{font-size:.9em;font-weight:600;color:#2d3748}.shopping .main .sideTab .featuredProducts .product .details .productPrice{font-size:.85em;color:#0d3048;font-weight:700}.shopping .main .sideTab .featuredProducts .viewAllBtn{padding:.8em 2em;background:linear-gradient(135deg,#0d3048,#05131d);color:#fff;border:none;border-radius:12px;font-size:.9em;font-weight:600;cursor:pointer;transition:all .3s ease;align-self:center;box-shadow:0 4px 12px #0d30484d}.shopping .main .sideTab .featuredProducts .viewAllBtn:hover{transform:translateY(-2px);box-shadow:0 6px 16px #0d304866}.shopping .main .allProducts .bestSellingProducts,.shopping .main .allProducts .recentPosts{padding:0}.shopping .main .allProducts .shop.heading{display:grid;gap:1em;margin-bottom:3em}.shopping .main .allProducts .shop.heading h1.title{font-size:4em;font-weight:1000}.shopping .main .allProducts .shop.heading .nav ul{display:flex;list-style:none}.shopping .main .allProducts .shop.heading .nav ul li{font-weight:700;padding:.7em 2em;cursor:pointer}.shopping .main .allProducts .shop.heading .nav ul li.active{border-radius:2em;background-color:#0d3048;color:#fff}.shopping .main .moreProducts{gap:1em}.shopping .main .moreProducts .sponsoredPosts{align-self:self-end;text-align:center;display:flex;flex-direction:column;gap:1em}.shopping .main .moreProducts .sponsoredPosts a{position:relative;display:block;background:#fff;background:linear-gradient(0deg,#ffffff4d 80%,#0000004d)}.shopping .main .moreProducts .sponsoredPosts a img{width:100%;height:auto;-o-object-fit:cover;object-fit:cover;position:relative}.shopping .main .moreProducts .sponsoredPosts a img:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:#0000004d;transition:all .3s ease}.shopping .main .moreProducts .sponsoredPosts a .badge{position:relative;padding:4px 8px;background:pink;left:10px;top:10px;width:-moz-max-content;width:max-content;border-radius:15px 5px;z-index:2}.shopping .main .moreProducts .sponsoredPosts a .discount{position:absolute;width:100%;height:100%;background:linear-gradient(179deg,#ffffff52 80%,#0000005c);display:flex;justify-content:center;align-items:end;top:0;opacity:.5}@media (max-width: 500px){.shopping .main .moreProducts{grid-template-columns:2fr 3fr}.shopping .main .sideTab .form{grid-template-columns:1fr;gap:1em}}@media (max-width: 900px){.shopping .main{grid-template-columns:unset;padding:2em 1em}.shopping .main .sideTab{padding:1em}.shopping .main .sideTab .form{gap:1em}.shopping .main .sideTab .quickFilters .filterTags{justify-content:center}.shopping .main .moreProducts{grid-template-columns:1fr}}@media screen and (max-width: 500px){.shopping .main{padding:1em}}.productDetails{padding:2em 3em}.productDetails .imageContainer{display:grid;place-content:center;gap:1em}.productDetails .imageContainer img.activeImage{width:100%;height:40em;-o-object-fit:contain;object-fit:contain}.productDetails .imageContainer #productImage .ant-image-mask{background:#0003}.productDetails .imageContainer .imageNav{display:flex;justify-content:space-around;overflow-x:auto}.productDetails .imageContainer .imageNav .images{display:flex;gap:.5em}.productDetails .imageContainer .imageNav img{border:2px solid transparent;cursor:pointer;width:5em;aspect-ratio:1/1;-o-object-fit:fill;object-fit:fill}.productDetails .imageContainer .imageNav img.active{border:2px solid #0d3048}.productDetails .imageContainer .imageNav img:hover:not(.active){border:0px}.productDetails .controls,.productDetails .buttons{display:flex;align-items:center;gap:.5em}.productDetails .controls button,.productDetails .buttons button{font-weight:1000;padding:.2em;display:flex;font-size:2em;align-items:center;height:1em;color:#fff;border:none;width:2em;justify-content:center;cursor:pointer}.productDetails .controls button.increment,.productDetails .buttons button.increment{background-color:#0d3048}.productDetails .controls button.decrement,.productDetails .buttons button.decrement{background-color:#ff5f00}.productDetails .controls input,.productDetails .buttons input{padding:.5em;border-radius:.5em;border:1px solid #ccc;text-align:center;font-size:1em}.productDetails .controls input:focus,.productDetails .buttons input:focus{outline:none}.productDetails .controls .button.wait button,.productDetails .controls .controls.wait button,.productDetails .buttons .button.wait button,.productDetails .buttons .controls.wait button{cursor:wait}.productDetails hr{margin:1em 0}.productDetails .textDetails .icons,.productDetails .vendorDetails .icons{display:flex;gap:1em}.productDetails .textDetails .icons>span,.productDetails .vendorDetails .icons>span{cursor:pointer}.productDetails .textDetails .icons>span svg:active,.productDetails .vendorDetails .icons>span svg:active{scale:1}.productDetails .textDetails .icons>span svg:hover,.productDetails .vendorDetails .icons>span svg:hover{scale:1.1}.productDetails .textDetails .title,.productDetails .vendorDetails .title{display:flex;justify-content:space-between}.productDetails .textDetails span.label,.productDetails .vendorDetails span.label{font-size:1.2em;font-weight:700;color:#323232}.productDetails .textDetails p,.productDetails .vendorDetails p{display:flex;gap:1em;align-items:center;margin:.5em 0}.productDetails .textDetails .value,.productDetails .vendorDetails .value{font-size:1.5em;font-weight:700;color:#000;text-transform:capitalize}.productDetails .reviews .eachReview{display:flex;align-items:center;gap:1em;margin:1em 0}.productDetails .reviews .eachReview .reviewBody{width:100%}.productDetails .reviews .eachReview .reviewBody .rateReview{display:flex;gap:1em;align-items:center}.productDetails .reviews img{width:4em;border-radius:50%}.productDetails .reviews svg{width:1.5em}.productDetails .reviews #date{justify-self:end;color:#5e5e5e}.productDetails .vendorDetails{display:flex;gap:.5em;align-items:center}.productDetails .vendorDetails .values{display:flex;width:85%;align-items:center;justify-content:space-between}@media (max-width: 440px){.productDetails .vendorDetails{display:block}.productDetails .vendorDetails .values{width:100%}}.productDetails .vendorDetails button.ant-btn:hover{background-color:#088b90;color:#fff}.productDetails .cart-button{display:grid}.productDetails .cart-button button{border:2px solid #0d3048}.productDetails .cart-button .outline{background-color:unset;color:#0d3048}.productDetails .cart-button .outline:hover{background-color:#088b90;color:#fff}@media (max-width: 900px){.productDetails{grid-template-columns:unset;padding:2em}}@media (min-width: 900px){.productDetails .details{display:grid;grid-template-columns:1fr 1fr;gap:2em}.productDetails .details .imageContainer{min-width:360px}.productDetails .textDetails{align-self:center}.productDetails .detail-review{grid-column:span 2}}@media (min-width: 1200px){.productDetails{padding:2em 8em}}.servicesPage .globalBanner{background-image:url(/assets/banner_bg_service-BdaAb9Im.jpeg) no-repeat center center}.servicesPage .services{display:grid;grid-template-columns:repeat(auto-fit,minmax(16em,1fr));gap:2em}@keyframes shimmer{0%{background-position:-200px 0}to{background-position:200px 0}}.servicesPage .services .skeleton-card{padding:16px;border-radius:10px;background:#fff;box-shadow:0 2px 8px #0000001a}.servicesPage .services .skeleton-card .skeleton{background:linear-gradient(90deg,#eee 25%,#ddd,#eee 75%);background-size:200px 100%;animation:shimmer 1.5s infinite linear;border-radius:8px}.servicesPage .services .skeleton-card .skeleton-image{width:100%;height:25em}.servicesPage .services .skeleton-card .skeleton-text{height:15px;width:80%;margin:10px 0}.servicesPage .services .skeleton-card .skeleton-price{height:20px;width:50%}.servicesPage .services .skeleton-card .skeleton-button{height:35px;width:100%;margin-top:10px;border-radius:5px}.servicesPage .service{background-color:#31506526;display:grid;text-align:center}.servicesPage .service .image img{width:100%;height:auto}.servicesPage .service .details{display:grid;gap:1em;padding:1em}.servicesPage .service .details button{font-size:1em;height:unset;padding:.5em 1em;border-radius:.5em;background-color:#0d3048;color:#fff;font-weight:700}.servicesPage .service .details button:hover{background-color:#088b90;color:#fff}.servicesPage .service h1{font-size:4em;font-weight:1000}.pageNavigation{display:flex;justify-content:center;align-items:center}.pageNavigation .buttons{display:flex;align-items:center;gap:1em}.pageNavigation .buttons button{border-radius:50%;width:3em;height:3em;outline:none;border:2px solid #0d3048;font-weight:700;background:none;cursor:pointer}.pageNavigation .buttons button.active{background-color:#0d3048;color:#fff}.pageNavigation .buttons svg{cursor:pointer}.pageNavigation .buttons svg:hover{fill:#0d3048}.pageNavigation .buttons svg:hover path{fill:#fff}#serviceDetails{padding:2em 3em}#serviceDetails .imageContainer{display:grid;place-content:center;gap:1em}#serviceDetails .imageContainer img.activeImage{width:100%;height:40em;-o-object-fit:contain;object-fit:contain}#serviceDetails .imageContainer .imageNav{display:flex;justify-content:space-around;overflow-x:auto}#serviceDetails .imageContainer .imageNav .images{display:flex;gap:.5em}#serviceDetails .imageContainer .imageNav img{border:2px solid transparent;cursor:pointer;width:5em;aspect-ratio:1/1;-o-object-fit:fill;object-fit:fill}#serviceDetails .imageContainer .imageNav img.active{border:2px solid #0d3048}#serviceDetails .imageContainer .imageNav img:hover:not(.active){border:0px}#serviceDetails hr{margin:1em 0}#serviceDetails .textDetails .icons,#serviceDetails .vendorDetails .icons{display:flex;gap:1em}#serviceDetails .textDetails .title,#serviceDetails .vendorDetails .title{display:flex;justify-content:space-between}#serviceDetails .textDetails span.label,#serviceDetails .vendorDetails span.label{font-size:1.2em;font-weight:700;color:#323232}#serviceDetails .textDetails p,#serviceDetails .vendorDetails p{display:flex;gap:1em;align-items:center;margin:.5em 0}#serviceDetails .textDetails .value,#serviceDetails .vendorDetails .value{font-size:1.5em;font-weight:700;color:#000}#serviceDetails .reviews .eachReview{display:flex;align-items:center;gap:1em;margin:1em 0}#serviceDetails .reviews .eachReview .reviewBody{width:100%}#serviceDetails .reviews img{width:4em;border-radius:50%}#serviceDetails .reviews svg{width:1.5em}#serviceDetails .reviews #date{justify-self:end;color:#5e5e5e}#serviceDetails .vendorDetails{display:flex;gap:.5em;align-items:center}#serviceDetails .vendorDetails .values{display:flex;width:85%;align-items:center;justify-content:space-between}@media (max-width: 440px){#serviceDetails .vendorDetails{display:block}#serviceDetails .vendorDetails .values{width:100%}}#serviceDetails .vendorDetails button.ant-btn:hover{background-color:#088b90;color:#fff}#serviceDetails .cart-button{display:grid}#serviceDetails .cart-button button{border:2px solid #0d3048}#serviceDetails .cart-button .outline{background-color:unset;color:#0d3048}#serviceDetails .cart-button .outline:hover{background-color:#088b90;color:#fff}@media (max-width: 900px){#serviceDetails{grid-template-columns:unset;padding:2em}}@media (min-width: 900px){#serviceDetails .details{display:grid;grid-template-columns:1fr 1fr;gap:2em}#serviceDetails .details .imageContainer{min-width:360px}#serviceDetails .textDetails{align-self:center}#serviceDetails .detail-review{grid-column:span 2}}@media (min-width: 1200px){#serviceDetails{padding:2em 8em}}.contact .globalBanner{background:url(/assets/banner_bg_contact-lb-InCl-.jpeg) no-repeat center center;background-size:cover}.contact section.form{padding:6em 3em;background-color:#31506526;display:flex;justify-content:center;gap:2em}.contact section.form div.form{display:flex;background-color:#fff;padding:4em;flex-direction:column;gap:2em;border-radius:1em;box-shadow:0 0 20px gray}.contact section.form form{display:flex;flex-direction:column;gap:1em}.contact section.form form input,.contact section.form form textarea{height:3em;border:0;border-bottom:4px solid #0d3048;padding:0 8px;font-size:1.2em;font-weight:600}.contact section.form form input:focus,.contact section.form form input:active,.contact section.form form textarea:focus,.contact section.form form textarea:active{outline:none}.contact section.form form input::-moz-placeholder,.contact section.form form textarea::-moz-placeholder{color:#0d3048;font-weight:500;font-family:inherit;bottom:.5em;position:absolute}.contact section.form form input::placeholder,.contact section.form form textarea::placeholder{color:#0d3048;font-weight:500;font-family:inherit;bottom:.5em;position:absolute}.contact section.form form textarea{height:10em;resize:none;font-weight:500;font-size:1em}.contact section.form form button{display:flex;align-items:center;gap:1em;justify-content:center;padding:.5em 4em;background-color:#0d3048;color:#fff;align-self:center;width:80%;border-radius:.5em;border:none;font-weight:800;font-size:1.2em;cursor:pointer}.contact section.form .socials{display:flex;flex-direction:column;gap:4em;padding:4em;text-align:center;background:#fff;border-radius:1em;box-shadow:0 0 20px gray}.contact section.form .socials ul{display:flex;gap:2em;list-style:none;align-items:center;justify-content:center}.contact .frequentlyAQ{padding:4em;display:grid;gap:2em}.contact .frequentlyAQ h2{text-align:center}.contact .frequentlyAQ .ant-collapse{justify-self:center;width:80%}.contact .frequentlyAQ .ant-collapse .ant-collapse-item{background-color:#0d3048;padding:1em}.contact .frequentlyAQ .ant-collapse .ant-collapse-item span,.contact .frequentlyAQ .ant-collapse .ant-collapse-item p{color:#fff;font-size:1.1em}@media (max-width: 900px){.contact section.form{flex-direction:column}.contact .frequentlyAQ{padding:2em}.contact .frequentlyAQ .ant-collapse{width:100%}}.mainContent{background-color:#d9d9d9;padding:4em 2em;display:grid}@media (max-width: 900px){.mainContent .cart-button{flex-direction:column}}.isEmpty{display:grid;place-content:center;gap:4em}.isEmpty>div,.isEmpty button{justify-self:center}.cartItems{display:grid;gap:2em;grid-template-columns:repeat(auto-fit,minmax(25em,1fr));padding:2em}.cartItems .cartItem{cursor:pointer;background-color:#fff;display:grid;grid-template-columns:6em 1fr;gap:1em;align-items:center;padding:1em;border-radius:1em}.cartItems .cartItem.out-of-stock{opacity:.5}.cartItems .cartItem .image{width:100%;height:100%}.cartItems .cartItem .image img{width:100%;height:auto;aspect-ratio:1/1;-o-object-fit:contain;object-fit:contain}.cartItems .cartItem .title{display:grid;gap:.2em}.cartItems .cartItem .actions{display:flex;gap:.5em;justify-content:space-between;align-items:center;grid-column:span 2}.cartItems .cartItem .controls,.cartItems .cartItem .buttons{display:flex;align-items:center;gap:.5em}.cartItems .cartItem .controls button,.cartItems .cartItem .buttons button{font-weight:1000;padding:.2em;display:flex;font-size:2em;align-items:center;height:1em;color:#fff;border:none;width:1em;justify-content:center;cursor:pointer}.cartItems .cartItem .controls button.increment,.cartItems .cartItem .buttons button.increment{background-color:#0d3048}.cartItems .cartItem .controls button.decrement,.cartItems .cartItem .buttons button.decrement{background-color:#ff5f00}.cartItems .cartItem .controls input,.cartItems .cartItem .buttons input{width:4em;padding:.5em;border-radius:.5em;border:1px solid #ccc;text-align:center;font-size:1em}.cartItems .cartItem .controls input:focus,.cartItems .cartItem .buttons input:focus{outline:none}.cartItems .cartItem .controls .button.wait button,.cartItems .cartItem .controls .controls.wait button,.cartItems .cartItem .buttons .button.wait button,.cartItems .cartItem .buttons .controls.wait button{cursor:wait}.cartItems .cartItem .button button{font-size:1em;height:unset;padding:.5em 1em;border-radius:.5em;border:2px solid red;color:red;background-color:transparent;font-weight:700}.cartItems .cartItem .button button:hover{background-color:#fa8c8c;color:#fff}.cartItems .cartItem .button button:hover{box-shadow:0 0 8px 4px #c1bebe}.cartItems .cartItem .button.checkout button{border-color:#2eb3c7;color:#2eb3c7}.cartItems .cartItem .button.checkout button:hover{background-color:#2eb3c7;color:#fff}.cartItems.paymentLoading{position:relative;filter:blur(2px)}@media (max-width: 768px){.cartItems{padding:0}}.paymentLoader{position:absolute;right:46%;width:5em;height:5em;z-index:3}.cartSummary{display:flex;justify-content:space-between}.cartSummary .balance{flex:1}.cartSummary .container{max-width:30em;flex:1}.cartSummary .summary-item{display:flex;align-items:center;justify-content:space-between}.cart-button{margin-top:2em;display:flex;gap:2em;justify-self:center}.cart-button>.button{width:20em}.skeleton-item{display:flex;gap:15px;align-items:center;box-shadow:0 2px 8px #0000001a;border-radius:10px;padding:.5em;background:#fff}.skeleton-item .skeleton{background:linear-gradient(90deg,#eee 25%,#ddd,#eee 75%);background-size:200px 100%;animation:shimmer 1.5s infinite linear}.skeleton-item .skeleton-image{width:80px;height:80px;background-color:#e0e0e0;border-radius:8px;animation:shimmer 1.5s infinite linear}.skeleton-item .skeleton-details{flex:1;display:flex;flex-direction:column;gap:10px}.skeleton-item .skeleton-details .skeleton-title{width:60%;height:20px;border-radius:4px}.skeleton-item .skeleton-details .skeleton-price{width:40%;height:16px;border-radius:4px}.skeleton-item .skeleton-details .skeleton-quantity{width:30%;height:16px;border-radius:4px}.skeleton-item .skeleton-details .skeleton-remove{width:20%;height:16px;border-radius:4px}#orderSummary .content{display:grid;gap:1em}#orderSummary .paymentMethod{font-style:italic}#orderSummary .paymentMethod p{color:#f36a55}#orderSummary .priceSummary .item{display:flex;justify-content:space-between}#orderSummary .priceSummary .label{font-weight:600}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.phoneOtp .ant-modal-header{padding-bottom:1em;border-bottom:1px solid gray}.phoneOtp .ant-modal-body,.phoneOtp .ant-modal-footer{display:flex;justify-content:center;justify-items:center}.phoneOtp .ant-modal-body p.content,.phoneOtp .ant-modal-footer p.content{display:flex;gap:1em;flex-direction:column}.phoneOtp .ant-modal-body p,.phoneOtp .ant-modal-footer p{font-size:1.2em}.phoneOtp .ant-modal-body .ant-otp,.phoneOtp .ant-modal-footer .ant-otp{display:flex}.phoneOtp .ant-modal-body .ant-otp input,.phoneOtp .ant-modal-footer .ant-otp input{font-size:1.2em}.phoneOtp button.ant-btn{font-weight:600;padding:1em;font-size:1.3em;height:1em;color:#fff;border-radius:.5em;background:#0d3048;border:2px solid #0d3048}.phoneOtp button.ant-btn:hover{background:#088b90!important}.phoneOtp button.ant-btn.ant-btn-default{background:#fff;color:#0d3048}.phoneOtp button.ant-btn.ant-btn-default:hover{border:2px solid #0d3048;color:#0d3048;background:#fff5f5!important}.profile{background-color:#d9d9d9;display:flex;padding:2em 4em;gap:2em}.profile .sideBarContainer{background-color:#fff;border-radius:2em;padding:4em 1em;flex:1}.profile .sideBarContainer .sideBar{display:flex;flex-direction:column;gap:2em;align-items:center}.profile .sideBarContainer .sideBar .profileTitle{display:grid;justify-content:center;text-align:center}.profile .sideBarContainer .sideBar .profileTitle .avatar{position:relative;width:-moz-min-content;width:min-content;justify-self:center}.profile .sideBarContainer .sideBar .profileTitle .avatar .profileImage img{width:8em;height:8em;border-radius:35%;aspect-ratio:1/1;-o-object-fit:cover;object-fit:cover}.profile .sideBarContainer .sideBar .profileTitle .uploader{position:absolute;bottom:0;right:-.5em;cursor:pointer}.profile .sideBarContainer .sideBar .profileTitle .uploader input{display:none}.profile .sideBarContainer .sideBar a{color:#032740;font-weight:700}.profile .sideBarContainer .sideBar a:hover{color:#088b90}.profile .sideBarContainer .sideBar .links{width:-moz-max-content;width:max-content}.profile .sideBarContainer .sideBar .links ul{list-style:none;display:grid}.profile .sideBarContainer .sideBar .links ul li{padding:.5em;border-top:2px solid rgba(168,160,168,.6274509804)}.profile .sideBarContainer .sideBar .links ul a{text-decoration:none;display:flex;align-items:center;gap:1em;text-align:start;padding:1em;border-left:4px solid transparent}.profile .sideBarContainer .sideBar .links ul a.active{border-left:6px solid #0d3048;background:#d9d9d9}.profile main{background-color:#fff;border-radius:1em;flex:4;padding:1em;position:relative}.profile main .profileEdit header{display:flex;justify-content:space-between;margin-bottom:3em}.profile main .profileEdit .editForm{display:grid;gap:2em 0}.profile main .profileEdit .editForm input{font-size:1.5em}.profile main .profileEdit .editForm .ant-select-selection-item{font-size:1.5em}.profile main .profileEdit .editForm .non_editable{background-color:transparent}.profile main .profileEdit .editForm .non_editable input{background-color:transparent}.profile main .profileEdit .editForm .non_editable:hover,.profile main .profileEdit .editForm .non_editable:focus,.profile main .profileEdit .editForm .non_editable:active{border:unset}.profile main .profileEdit .editForm form{padding-bottom:1em;border-bottom:2px solid rgba(168,160,168,.6274509804)}.profile main .profileEdit .editForm form.names{display:grid;grid-template-columns:1fr 1fr}@media (max-width: 768px){.profile main .profileEdit .editForm form.names{display:block}}.profile main .profileEdit .editForm form.phone{display:flex;align-items:end;gap:2em}.profile main .profileEdit .editForm form.phone .ant-form-item-control-input-content{display:flex;align-items:center}.profile main .profileEdit .editForm form.phone .item.phone{flex:1}.profile main .profileEdit .editForm form.phone .phone-verified{display:flex;align-items:center;height:100%}.profile main .profileEdit .editForm form.phone .phone-verified svg{width:2em;height:2em}.profile main .profileEdit .editForm form.address{display:grid;gap:1em;grid-template-columns:1fr}.profile main .profileEdit .editForm button{grid-column:span 2;padding:.5em 1em;background-color:#0d3048;color:#fff;align-self:center;justify-self:center;border-radius:.5em;border:none;font-weight:800;font-size:1.2em;cursor:pointer}@media (max-width: 900px){.profile{flex-direction:column}.profile .sideBarContainer{width:-moz-fit-content;width:fit-content;align-self:center}}@media (max-width: 768px){.profile main .profileEdit .editForm form.phone{flex-direction:column;align-items:start}}.favourites header{margin:1em 0}.favourites .favouriteItems{height:95vh;overflow:auto;padding:2em}.favourites .favouriteItems .item{position:relative;margin:.5em 0;display:flex;gap:1em;border:2px solid rgba(107,102,102,.5882352941);border-radius:1em;padding:1em}.favourites .favouriteItems .item:hover{box-shadow:0 0 8px 4px #c1bebe;cursor:pointer}.favourites .favouriteItems .item .details{display:grid;gap:.2em;width:100%}.favourites .favouriteItems .item img{width:8em;aspect-ratio:1/1;-o-object-fit:cover;object-fit:cover}.favourites .favouriteItems .item.loading{cursor:wait}.favourites .favouriteItems .item.loading .image,.favourites .favouriteItems .item.loading .details{filter:blur(2px)}.favourites .favouriteItems .item.loading .comp-loader{width:3em;height:3em;position:absolute;z-index:4;fill:#000;left:50%;top:50%}@media (max-width: 440px){.favourites .favouriteItems .item{flex-direction:column}}.buttons{display:flex;justify-self:end;gap:1em}.buttons button{cursor:pointer;padding:.5em 1em;font-size:smaller}.buttons button.remove{color:red;border:none;background-color:transparent;border-radius:.5em;transition:all .3s ease}.buttons button.remove:hover{background-color:red;color:#fff}.addresses .address{position:relative;border:2px solid gray;padding:1em;border-radius:1em;display:flex;justify-content:space-between;margin:1em 0}.addresses .address .details{cursor:pointer}.addresses .address .row{display:flex;gap:1em}.addresses .address .row .label{font-weight:600}.addresses .address .row .value{text-transform:capitalize}.addresses .address .buttons{align-items:center}.addresses .address .buttons button{display:flex;align-items:center;gap:.5em}.addresses .address .buttons button.remove{max-height:3em}.addresses .address svg{position:absolute;top:.5em;right:1em;fill:green;width:1.5em;height:1.5em}@media (max-width: 768px){.addresses .address{display:block}}.addresses .addNew{position:absolute;width:-moz-fit-content;width:fit-content;right:1em;padding:.5em 2em;bottom:1em;box-shadow:5px 4px 20px 4px gray}.addAddress{display:grid;gap:1em}#orders{padding:20px;max-width:1200px;margin:0 auto}#orders header{display:flex;justify-content:space-between}#orders .title{margin-bottom:30px;display:flex;align-items:center;gap:1em}#orders .title h1{font-size:28px;margin-bottom:5px}#orders .title h3{font-size:16px;color:#666;font-weight:400}#orders .orders-container{display:flex;flex-direction:column;gap:20px;max-height:95vh;overflow-y:auto}#orders .orders-container .loading,#orders .orders-container .no-orders{text-align:center;padding:40px;color:#666}#orders .orders-container .order-card{border:1px solid #e0e0e0;border-radius:8px;padding:20px;background-color:#fff;box-shadow:0 2px 4px #0000000d}#orders .orders-container .order-card .order-header{display:flex;gap:20px;margin-bottom:15px;border-bottom:1px solid #f0f0f0;padding-bottom:15px}#orders .orders-container .order-card .order-header .product-thumbnail{width:80px;height:80px;-o-object-fit:cover;object-fit:cover;border-radius:4px;cursor:pointer}#orders .orders-container .order-card .order-header .order-info{flex:1}#orders .orders-container .order-card .order-header .order-info h3{margin:0 0 5px}#orders .orders-container .order-card .order-header .order-info .order-date{color:#666;font-size:14px;margin:5px 0}#orders .orders-container .order-card .order-header .order-info .order-status{font-weight:700;margin-top:8px;border:1px solid;padding:.3em .5em;width:-moz-fit-content;width:fit-content;border-radius:1em}#orders .orders-container .order-card .order-details{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-bottom:20px}#orders .orders-container .order-card .order-details .total-amount{font-weight:700;font-size:16px}#orders .orders-container .order-card .order-actions{display:flex;gap:10px;justify-content:flex-end;margin-top:15px}#orders .orders-container .order-card .order-actions .view-details-btn,#orders .orders-container .order-card .order-actions .review-btn{padding:8px 16px;border-radius:4px;border:none;cursor:pointer;text-wrap:nowrap}#orders .orders-container .order-card .order-actions .view-details-btn{background-color:#f0f0f0;color:#0d3048;font-weight:800}#orders .orders-container .order-card .order-actions .review-btn{background-color:#4caf50;color:#fff}@media (max-width: 768px){#orders .orders-container .order-card .order-details{grid-template-columns:1fr}}.chat{padding:1em 2em;max-width:1200px;margin:1em auto auto;min-height:20em}.chat .conversations{padding:1em 0}.chat .eachConversation{display:flex;gap:.5em;align-items:center;padding:1em;border-radius:1em;border-bottom:1px solid #0d3048;cursor:pointer}.chat .eachConversation:hover{box-shadow:2px 2px 8px 8px #e8e8e8}.chat .eachConversation img{border-radius:50%;width:5em;height:5em;-o-object-fit:cover;object-fit:cover}.chat .eachConversation .name{flex:1}.chat .eachConversation .unread{font-weight:700}.chat .eachConversation .unread .icon{width:1em;height:1em;background-color:green;border-radius:50%;display:block}#chatMessage{background-color:#d9d9d987;padding:1em 2em 3em;height:100vh;position:absolute;top:-7em;right:0;left:0;bottom:0}#chatMessage>*{max-width:1200px;margin:auto}#chatMessage .warning{text-align:center;padding:1em;background:#d3d3d3;align-self:center;position:relative}#chatMessage .recipientProfile{display:flex;align-items:center;justify-content:center;gap:2em;height:5em;margin-bottom:.5em}#chatMessage .recipientProfile img{height:100%;-o-object-fit:cover;object-fit:cover;border-radius:50%;aspect-ratio:1}#chatMessage .recipientProfile h2{cursor:pointer}#chatMessage .messageChat{display:grid;gap:1em}#chatMessage .messageChat .messageDateSeparator{text-align:center;font-weight:700}#chatMessage .messageChat .messageDateSeparator span{margin:1em;display:block}#chatMessage .allMessages{height:calc(100vh - 11em);overflow:auto;scrollbar-width:none}#chatMessage .allMessages::-webkit-scrollbar{display:none}#chatMessage .message{display:grid;max-width:70vw;padding:.5em 1em}#chatMessage .message p{margin:.5em 0}#chatMessage .message i{font-size:.9em;color:#a7a6a6}#chatMessage .message.sender{background-color:#fff;border-radius:1em 0 1em 1em;justify-self:end}#chatMessage .message.sender i{text-align:end}#chatMessage .message.receiver{background-color:#fff;border-radius:0 1em 1em;justify-self:start}#chatMessage .message .status{display:flex;justify-content:flex-end;align-items:center;gap:.5em}#chatMessage .message .status svg{width:1.5em;height:1.5em}#chatMessage .newSentMessage{margin-top:1em;display:grid;gap:1em}#chatMessage .sendMessage{display:flex;align-items:center;margin-top:1em;height:3em;border-radius:.5em;overflow:hidden}#chatMessage .sendMessage input{height:100%;border:none;border-radius:0;font-size:1.2em;inset:none}#chatMessage .sendMessage button{border:none;background:#fff;height:100%;width:4em;cursor:pointer}@media (max-width: 900px){#chatMessage{top:-5em}}@keyframes loadingAnimation{0%{opacity:1;rotate:0deg}50%{opacity:.5;rotate:180deg}to{opacity:1;rotate:360deg}}.review-page{max-width:1200px;margin:0 auto;padding:2rem 1rem}.review-page .order-summary,.review-page .product-selection{margin-bottom:2rem}.review-page .product-selection .product-card{transition:all .3s ease;border:2px solid transparent}.review-page .product-selection .product-card.selected{border-color:#0d3048;box-shadow:0 0 10px #0000001a}.review-page .product-selection .product-card .ant-card-cover{height:200px;overflow:hidden}.review-page .product-selection .product-card .ant-card-cover img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.review-page .review-form .product-details{margin-bottom:1.5rem}.review-page .review-form .product-details img{max-width:100%;-o-object-fit:contain;object-fit:contain;border-radius:1em}.review-page .review-form .rating-section{margin-bottom:1.5rem}.review-page .review-form .rating-section .ant-rate{font-size:2rem;margin-right:.5rem}.review-page .review-form .review-text-section{margin-bottom:1.5rem}.review-page .review-form .submit-section{display:flex;justify-content:flex-start;margin-top:2rem;align-items:center}.review-page-loading,.review-page-error{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:50vh;text-align:center}.review-page-loading svg.fetching,.review-page-error svg.fetching{width:50px;height:50px;margin-bottom:1rem}
