@import"https://fonts.googleapis.com/css2?family=Noto+Sans:wght@100..900&display=swap";header{display:flex;flex-direction:column;position:sticky;top:0;z-index:999}header .mainHeader{background-color:var(--primary-color);display:flex;align-items:center;justify-content:space-between;padding:.5rem 3rem;gap:0 4rem}header .mainHeader .logo button{background-color:transparent;cursor:pointer;border:none;outline:none}header .mainHeader .logo img{width:100%;height:auto;max-width:80px}header .mainHeader .searchBx{background-color:var(--white);display:flex;align-items:center;padding:6px 10px;width:600px;border-radius:6px}header .mainHeader .searchBx input{padding:4px 0;border:1px solid transparent;display:block;width:100%;font-size:15px;outline:none}header .mainHeader .searchBx i.bx{font-size:24px;font-weight:500}header .mainHeader .sm.searchBx{display:none}header .mainHeader .userControl{display:flex;align-items:center;gap:15px}header .mainHeader .userControl .loginBtn{font-size:14px;font-weight:600;color:#090;padding:10px 20px;border-radius:4px;background-color:#fff;border:none;cursor:pointer;outline:none}header .mainHeader .userControl .location{color:#fff;font-size:14px;padding-bottom:4px;border-bottom:1px solid;display:flex;align-items:center}header .mainHeader .userControl .location span{font-weight:600}header .mainHeader .userControl .circle{display:flex;justify-content:center;align-items:center;background-color:#0e933e;width:40px;height:40px;border-radius:100px;cursor:pointer;position:relative}header .mainHeader .userControl .cart.circle{min-width:100px;border-radius:6px;justify-content:start;padding:0 8px}header .mainHeader .userControl .cart.circle p{font-weight:500;font-size:15px;margin-left:2px;color:#fff}header .mainHeader .userControl .bx-cart,.user-white{font-size:25px;font-weight:400;color:#fff}header .mainHeader .userControl .cart{position:relative}header .mainHeader .userControl .cart>span.badge{background-color:#ffc046;position:absolute;width:20px;height:20px;display:flex;align-items:center;justify-content:center;border-radius:100%;top:-6px;right:-6px;font-size:15px;font-weight:600;line-height:20px}header .mainHeader .userControl .user .profileBx{background-color:#fff;width:fit-content;overflow:hidden;box-shadow:0 4px 8px #0000001a,0 0 10px #00000010;position:absolute;top:52px;right:0;cursor:auto;opacity:0;visibility:hidden;transition:.2s;z-index:999}header .mainHeader .userControl .user:hover .profileBx{opacity:1;visibility:visible}header .mainHeader .userControl .user .profileBx .profile-header{padding:12px 10px;font-size:18px;font-weight:700}.profile-info{padding:12px 12px 0}.profile-item{display:flex;align-items:center;gap:8px;margin-bottom:10px}.profile-item>i.bx{font-size:24px}.profile-text{font-size:15px}.logout{display:flex;align-items:center;padding:10px;cursor:pointer;gap:8px;color:var(--primary-color);border-top:1px solid #888}.logout i{font-size:24px}.logout .profile-text{font-size:15px}.loginMethod{min-height:100px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px}.googleLoginbtn{display:flex;align-items:center;cursor:pointer}.googleLoginbtn img{width:24px;height:24px;object-fit:contain;background-color:#fff}.loginMethod button{font-size:15px;border:none;background:transparent;padding:6px;text-align:center;width:100%;cursor:pointer}.signInPhone{border:1px solid #ccc;padding:2px;width:100%}@media (max-width: 992px){header .mainHeader .searchBx{width:400px}header .mainHeader .userControl .cart>span.badge{width:20px;height:20px;right:-5px;top:-5px}}@media (max-width: 768px){header .mainHeader .logo img{max-width:70px}header .mainHeader{flex-wrap:wrap;padding:12px}header .mainHeader .userControl .cart.circle p{color:var(--primary-color)}header .mainHeader .userControl{gap:8px}header .mainHeader .userControl>div.circle{background-color:var(--white);width:38px;height:38px}header .mainHeader .userControl .bx-cart,.user-white{color:var(--primary-color);font-size:24px}header .mainHeader .userControl .location{display:none}header .mainHeader .searchBx{display:none}header .mainHeader .sm.searchBx{display:flex;width:100%;margin-top:6px}header .mainHeader .userControl .cart>span.badge{width:24px;height:24px;right:-5px;top:-5px}.profileBx{top:48px!important;right:16px}}@media (max-width: 576px){header .mainHeader{padding:10px 16px}header .mainHeader .logo img{width:48px}header .mainHeader .sm.searchBx{margin-top:8px}header .mainHeader .searchBx{padding:4px 10px}}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:999}.productCard .modal-overlay{display:none}.modal-content{background:#fff;padding:1.5rem;border-radius:8px;position:relative}.close-button{position:absolute;top:8px;right:8px;background:transparent;border:none;font-size:30px;cursor:pointer}@media (max-width: 576px){.productCard .modal-overlay{display:flex;padding:1rem}}.categoryHeader{position:relative;background-color:var(--secondry-color);padding:10px 3rem;border-bottom:1px solid var(--btnColor)}.categoryHeader ul{display:flex;align-items:center;list-style:none;gap:1rem;flex-wrap:nowrap;overflow-x:scroll;scrollbar-width:none}.categoryHeader ul a{flex-shrink:0;font-size:15px;display:flex;border:1px solid var(--btnColor);background-color:#fff;padding:5px 16px;border-radius:100px;cursor:pointer;scroll-snap-align:start}.categoryHeader a.active{background-color:var(--primary-color);color:#fff}.categoryHeader button{position:absolute;top:50%;right:10px;transform:translateY(-50%);outline:none;display:flex;align-items:center;justify-content:center;border-radius:100%;border:1px solid;cursor:pointer;background-color:transparent;color:var(--primary-color)}.categoryHeader button i{font-size:24px}.categoryHeader button:nth-child(1){position:absolute;left:10px;width:fit-content}@media (max-width: 768px){header .categoryHeader{padding:10px 16px}.categoryHeader button{display:none}}.productCard{width:180px;border:1px solid #ddd;box-shadow:-6px 6px 1px #3c0d0d;display:flex;flex-direction:column;padding:8px;flex-shrink:0;position:relative;overflow:hidden;background-color:#fff;border-radius:8px}.productCard p.offer{background-color:#f13a3a;color:#fff;font-size:11px;font-weight:600;padding:5px 6px;width:fit-content;position:absolute;left:0;top:0;z-index:99}.productCard .imgBx{width:120px;height:120px;margin:0 auto}.productCard .imgBx img{width:100%;height:100%;object-fit:contain}.productCard .prod_title{margin:8px 0;font-size:14px;height:36px}.productCard .selectWeight select{width:100%;padding:4px;border-radius:4px;cursor:pointer;border:1px solid #ccc;outline:none;font-size:12px}.productCard .selectWeight select:hover{border:1px solid #888}.productCard span{font-size:14px;white-space:break-spaces;color:#999}.productCard .cardBottom{display:flex;justify-content:space-between;align-items:flex-end;margin-top:10px}.productCard .cardBottom p{font-weight:600;font-size:14px}.productCard .cardBottom p span{font-weight:400;font-size:12px;color:#999}.productCard .addToCartBtn{background-color:var(--secondry-color);border:1px solid var(--btnColor);color:var(--primary-color);padding:7px 25px;cursor:pointer;text-transform:uppercase;font-size:12px;line-height:18px;font-weight:700;outline:none}.productCard .btn-group{display:flex;align-items:center;overflow:hidden}.productCard .btn-group .addToCartBtn{padding:7px calc(25px / 3);border:1px solid transparent;background-color:var(--primary-color);color:#fff;font-size:15px}button.addToCartBtn.outOfStock{background-color:#9c9c9c!important;color:#fff!important;padding:4px 7px;font-size:10px;font-weight:600;border:none;font-style:italic;border-radius:4px;cursor:default}img.outofstcok{filter:grayscale(1);opacity:.6!important}@media (max-width: 576px){.productCard .btn-group.sm{width:100%!important}}@media (max-width: 768px){.productCard .cardBottom{flex-direction:column;align-items:flex-start}.productCard .cardBottom p{font-size:16px;display:flex;align-items:flex-end;gap:8px;margin:.25rem}.productCard .cardBottom .addToCartBtn{padding:8px 40px;width:100%}.productCard .btn-group{width:100%!important}.productCard .btn-group .addToCartBtn{padding:8px 0}}@media (max-width: 576px){.category-screen-card .cardBottom .btn-group.sm{width:unset!important}}.productRow .prod_titleArea{display:flex;justify-content:space-between;align-items:center;padding:8px 1rem}.productRow .prod_titleArea a.seeMore{font-size:15px;font-weight:700;text-transform:uppercase;display:flex;align-items:center;gap:4px;text-decoration:none;color:var(--primary-color)}.productRow .prod_titleArea a.seeMore i{font-size:22px}@media (max-width: 768px){.productRow .prod_titleArea h2{font-size:20px}.productRow .prod_titleArea a.seeMore{font-size:13px}.productRow .slider-container .sliderBtn{display:none}}@media (max-width: 576px){.productRow .prod_titleArea h2{font-size:17px;font-weight:800}}.slider-container{position:relative}.rowWrapper{display:flex;gap:1rem;flex-wrap:nowrap;overflow-x:scroll;scroll-snap-type:x mandatory;scrollbar-width:none;padding:1rem;padding-right:0;position:relative}.rowWrapper .productCard:last-child{margin-right:1.5rem}.slider-container button.sliderBtn{position:absolute;top:50%;z-index:99;transform:translateY(-50%);font-size:34px;background-color:#fff;border-radius:50%;cursor:pointer;display:flex;justify-content:center;align-items:center;transition:.2s;opacity:.7;border:1px solid transparent;outline:none;box-shadow:0 0 10px #00000040}.slider-container button.sliderBtn:hover{opacity:1}.slider-container button.sliderBtn.left{left:18px}.slider-container button.sliderBtn.right{right:18px}@media (max-width: 768px){.slider-container button.sliderBtn{font-size:30px}}@font-face{font-family:swiper-icons;src:url(data:application/font-woff;charset=utf-8;base64,\ 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);font-weight:400;font-style:normal}:root{--swiper-theme-color: #007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,#00000080,#0000)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.banner-container{padding:1rem 0}.banner-container .bannerItem img{width:100%;height:100%;object-fit:cover;flex-shrink:0;scroll-snap-align:start;overflow:hidden;border-radius:10px}@media (max-width: 768px){.banner-container .bannerItem{width:100%}}@media (max-width: 1024px){.banner-container{padding:1rem}}.bannerImg{width:98%;margin:auto}.bannerImg img{width:100%;border-radius:10px}@media (max-width: 576px){.bannerImg{width:93%}}.category{margin:2rem 10px}.category h2{padding-bottom:1rem}.card-container{display:grid;grid-template-columns:repeat(10,minmax(0,1fr));gap:.6rem}.category-card{text-align:center;transition:.4s;min-height:140px;display:flex;align-items:center;flex-direction:column;justify-content:center;gap:8px;border-radius:8px}.category-card:hover{cursor:pointer}.category-card .imgBx{height:70px;display:flex;justify-content:center;align-items:center;overflow:hidden;padding:0 .25rem}.category-card .imgBx img{width:100%;height:100%;object-fit:contain}.category-card p{font-size:13px;font-weight:700;color:#1f1f1f;padding:0 .25rem}@media (max-width: 768px){.card-container{grid-template-columns:repeat(6,minmax(0,1fr))}.category{margin:2rem 10px}}@media (max-width: 576px){.card-container{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.category h2{font-size:16px}.category-card p{font-size:13px}}.success-stories{margin:1rem 10px;text-align:center;padding:40px 20px;background:#f1f1f1f1;border-radius:10px}.success-stories h2{font-size:36px;color:#4d4d4d;margin-bottom:10px;line-height:1}.success-stories>p{font-size:16px;color:#555;padding-bottom:1rem;line-height:1}.counter-card{display:flex;justify-content:space-around;flex-wrap:wrap;row-gap:20px;margin-top:30px}.counter{display:flex;flex-direction:column;align-items:center;line-height:1}.counter h2{color:var(--primary-color);font-size:44px}.counter p{font-size:20px;color:#4d4d4d;font-weight:700}@media (max-width: 768px){.success-stories{display:none}}.flash-deals{background-color:linear-gradient(to bottom,#770bb630,transparent);padding-top:12px;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAyCAMAAACd646MAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6REVEOTQyREI2OTI4MTFFRkIyRUZFQzRFMTNCM0Y3QTMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6REVEOTQyREM2OTI4MTFFRkIyRUZFQzRFMTNCM0Y3QTMiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpERUQ5NDJEOTY5MjgxMUVGQjJFRkVDNEUxM0IzRjdBMyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpERUQ5NDJEQTY5MjgxMUVGQjJFRkVDNEUxM0IzRjdBMyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PlJSiT4AAADnUExUReU/JeZDKf739v/9/P729f76+vCThetoU+toVOZEKv/9/fStovOonP3w7uZHLu16aOhSOvGbjffHwP749/rb1va8s+VCKPWzqfvg3OtuW/W4r+lgS+dMNPra1f3y8O6FdedPN+hZQuVBJ+piTedROulaRPW3rvfEu+xyX/GVhu16aedONuZEK/rc1+pnUv3v7fvh3f3x8OplUPW1q/KdkO17aex0Ye+GdehTO/76+edKMu15Z/KekeldR+phS/a6sPfHv/GajOxvXPfGvudQOepkT/GUhupiTPWyqPa7supjTvfFvf///wjkcWcAAABNdFJOU/////////////////////////////////////////////////////////////////////////////////////////////////////8A02oRgAAAAZhJREFUeNq819WawjAQBeBSgVLc3V0Wh3X33fP+z7MF1oAakEnuM//XJCeTCl6Bw7jggTzxQK55IA88kFMeyBUP5JYHEueBKPRpdAnwkCMeAR1ypCPgkxx5FCD3iY2+LAALYmQBHUkRI6klEnDRHuDAEsGcFJljhdyRItE1IjUIjYa2RuAjRHz4RuQymVGWfxD4yRA/fpHYGZERjv0haBIhTfxDiC78gbaBnFDEPhnHBoIIARLBFqI8Mzc+lG0EoyBjIzjCDoIEY+QdBgjcTA03DBEpxNAIScYIRJWZoYowQVB8ZWTcjGGKYFhjYtSGsEBQZLFinjEsEYjH7/6lCBsE0suxZ1eCLaKn8pjsBxO7BY0QpCcHG5M0HCJQIsnD7vb7czhG9P5ySBcbxI2LmSHQpuF9+/lUw56I/rrw9/Ygen7RtJIFomfGV3FIVHyiRR1LRA9NtGvf/F3dqGRZxQbRRyDVtvpB9rbfAnYl7JHlM7blVo0+yKW6W7KD+Y6QVXQK2Vkpk6vnq0I1X89lSrNsQXE490uAAQAjUzAC9qxACwAAAABJRU5ErkJggg==),linear-gradient(to bottom,#770bb630,transparent);background-repeat:repeat-x;background-size:20px;background-position:top}.flash-deals h2:first-child{color:#770bb6;text-transform:uppercase;font-size:26px;font-weight:800;padding-bottom:2px}.flash-deals .slider-container .rowWrapper{padding-top:0}.flash-deals .productCard{box-shadow:3px 3px #770bb650;border-color:#770bb650}.flash-deals .productCard .addToCartBtn{background-color:var(--primary-color);color:#fff;border-radius:4px}.flash-deals .productCard .btn-group{border-radius:4px}.flash-deals .productCard .btn-group .addToCartBtn:nth-child(2){background-color:var(--secondry-color);color:var(--primary-color);border:1px solid var(--primary-color)}.flash-deals .productCard .btn-group>.addToCartBtn{border-radius:0}.home-stealDeals{display:flex;flex-direction:column;margin-bottom:1rem;padding:8px 16px}.home-stealDeals .home-stealDeals-title{font-size:20px;font-weight:600;margin-bottom:1rem;display:flex;align-items:center;gap:8px}.home-stealDeals .home-stealDeals-title span{background-color:#055d21;padding:2px 8px;text-transform:uppercase;font-style:italic;border-radius:5px;font-size:16px;font-weight:800;color:#fff}.home-stealDeals .home-stealDeals-productRow{display:flex;gap:8px;flex-wrap:nowrap;overflow-x:scroll;scroll-snap-type:x mandatory;scrollbar-width:none}.timeDealOffer{background-color:#c288e3;padding-bottom:2rem;margin-bottom:1rem}.timeDealOffer img{max-width:100%}.timeDealOffer .productCard{border:1px dashed #770bb6}.timeDealOffer .time-deals-title{display:flex;justify-content:center;align-items:center;padding:8px 16px}.timeDealOffer .time-deals-title span{background:#830360;font-weight:600;font-size:14px;padding:4px 8px;border-radius:4px;color:#fff}@media (max-width: 600px){.timeDealOffer .time-deals-title span{font-size:14px}}.timeDealOffer .productCard .addToCartBtn{background-color:#770bb6;border:1px solid #770bb6;color:#fff;padding:7px 25px;cursor:pointer;text-transform:uppercase;font-size:12px;line-height:18px;font-weight:700;outline:none}.timeDealOffer .productCard .btn-group .addToCartBtn{padding:7px calc(25px / 3);border:1px solid transparent;background-color:#770bb6;color:#fff;font-size:15px}.timeDealOffer .time-deals-title h2{background-color:#fff;padding:3px 10px;border-radius:10px;border:1px solid #770bb6;color:#770bb6}.offerProduct{display:flex;flex-wrap:nowrap;overflow-x:scroll;scroll-snap-type:x mandatory;scrollbar-width:none;gap:8px}.offerProduct h3{margin-bottom:.6rem}.stealDeal-card{width:330px;display:flex;flex-direction:column;border:1px solid #888;border-radius:8px;overflow:hidden;flex-shrink:0}.stealdeal-title{font-size:15px;padding:10px;background-color:#ddd}.stealDeal-card .stealdeal-image{width:140px;padding:8px}.stealDeal-card img{width:100%;object-fit:contain}.stealdeal-details{display:flex;flex-direction:column;justify-content:space-between;height:100%;padding:8px;flex:1}.stealDeal-card p{font-size:14px}.stealDeal-card .addStealProduct{padding:8px;margin-top:4px;background-color:var(--primary-color);color:#fff;border:none;outline:none;width:100%;border-radius:4px;cursor:pointer;font-size:15px}.addStealProduct.inCart{background-color:var(--danger-color);color:#fff}.footer{display:flex;flex-wrap:wrap;justify-content:space-between;background-color:var(--secondry-color)}.footer-section{padding:20px 0;margin:0 20px}.footer-section{width:100%}.footer-section h3{padding:.5rem;font-weight:700;font-size:14px;line-height:20px;color:#000;display:flex;flex-direction:row;align-items:center;gap:6px}.footer-section ul{display:flex;flex-wrap:wrap}.footer-section ul li a{font-size:12px;padding:8px;font-weight:600;color:#000000b3}.footer-section.brands{border-bottom:2px solid #0000000f;padding-bottom:13px}.footer-section.brands ul li a{font-weight:400;font-size:12px}.footer-section.brands h3>a{color:var(--primary-color);font-size:12px;font-weight:400;display:flex;align-items:center}.footer-section.brands h3>a i{font-size:20px}.footer .footerInfo{display:grid;gap:10px;grid-template-columns:repeat(auto-fit,minmax(0px,1fr));width:100%;padding:20px 3rem}.footerInfo .Infosection>ul{display:flex;flex-direction:column;align-items:start}.footerInfo .Infosection h3{padding:.5rem 0;font-weight:400;font-size:14px;line-height:20px;color:#000}.footerInfo .Infosection li{margin:.3rem 0;cursor:pointer;font-weight:400;font-size:12px;color:gray;display:inline;border-bottom:1px solid transparent;display:flex;align-items:center;flex-wrap:wrap;gap:6px}.Infosection.quickContact i{font-size:18px}.footer .footerInfo .apps{padding:.5rem;display:flex;flex-direction:column;gap:10px}.footer .footerInfo .apps img{width:120px}.footer .footerInfo .socialIcons{display:none;gap:10px;padding-top:10px}.footer .footerInfo .socialIcons i{font-size:26px;border:1px solid;padding:8px;border-radius:100%}.footer .middleFooter{display:flex;justify-content:space-between;align-items:center;width:100%;padding:20px 3rem}.footer .middleFooter .socialLinks{flex:.34}.footer .middleFooter .socialLinks h4{font-weight:400;padding-bottom:10px}.footer .middleFooter .socialIcons{display:flex;gap:10px}.footer .middleFooter .socialIcons i{font-size:26px}.footer .middleFooter .addressArea{display:flex;align-items:center;gap:10px}.footer .middleFooter .addressArea h2{color:var(--primary-color);font-size:30px}.footer .middleFooter .addressArea p{font-weight:400;font-size:12px;line-height:18px;color:#00000080}.footer .bottomFooter{display:flex;justify-content:space-between;align-items:center;width:100%;padding-top:10px;background-color:var(--primary-color);padding:20px 3rem}.footer .bottomFooter div{display:flex;gap:10px}.footer .bottomFooter p{font-size:13px;color:#fff}.footer .bottomFooter a{font-size:13px;color:#fff;font-weight:600}.footer .bottomFooter a{color:#fff}.Infosection ul li a{color:#555}.Infosection ul li a:hover{color:#111;text-decoration:underline}@media (max-width: 576px){.footer .footerInfo{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));flex-wrap:wrap}.Infosection.quickContact{grid-column:1 / 4}}@media (max-width: 768px){.footerInfo .Infosection.appSec{grid-column:1/4;display:flex;flex-direction:column;align-items:center;padding:10px}.footerInfo .Infosection.appSec .apps{flex-direction:row-reverse}.footerInfo .Infosection.appSec .apps img{width:160px!important}.footerInfo .Infosection.appSec h3{font-size:14px;font-weight:600}.footer .footerInfo .socialIcons{display:flex}.footer .middleFooter{display:none}.footer .bottomFooter{background-color:transparent;flex-direction:column;gap:10px}.footer .bottomFooter p:nth-child(2){font-size:12px}.footer .bottomFooter p:nth-child(2) a{color:#000}.footer .bottomFooter{padding:20px 2rem}.footer .bottomFooter p{color:#000}}.category-screen{margin:1rem 10px}.category-screen h2{padding-bottom:16px}.category-screen-card{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));row-gap:10px}.category-screen-card .productCard{padding:10px;box-shadow:none;box-shadow:0 0 10px #00000030}.no-cat-found{text-align:center;margin:30px;display:flex;flex-direction:column-reverse;align-items:center;gap:1rem}.no-cat-found img{width:150px}.no-cat-found p{font-size:24px;font-weight:600;color:#b8b8b8}@media (max-width: 576px){.category-screen-card{grid-template-columns:repeat(auto-fit,minmax(100%,1fr))!important}.category-screen-card .productCard .cardBottom{justify-content:space-between;flex-direction:row}.category-screen-card .productCard .cardBottom .addToCartBtn{width:unset}.category-screen-card .productCard{flex-direction:row;min-height:fit-content;width:unset}.category-screen-card .productCard .prodDetails{flex:1;margin-left:16px}.category-screen-card .productCard .cardBottom .btn-group.sm .addToCartBtn{padding:8px calc(40px / 3)!important;width:unset}}@media (max-width: 768px){.category-screen-card{grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.category-screen-card .productCard .cardBottom .btn-group .addToCartBtn{padding:8px calc(25px / 3)}.category-screen h2{font-size:18px}}.cart-container{display:flex;min-height:60vh}.cart-container .leftArea{flex:3 1;display:flex;flex-direction:column}.cart-container .leftArea .wrapper{margin:1vh 2vh 0 0;padding:24px 40px;position:relative;border:.4px solid rgba(0,0,0,.2);background-color:#fff}.cart-container .leftArea .wrapper h1{padding-bottom:1vh;font-size:24px;font-weight:700;border-bottom:1px solid rgba(0,0,0,.1)}.wrapper .cart-cards{display:flex;align-items:center;padding:16px 0;border-bottom:1px solid rgba(0,0,0,.1)}.wrapper .cart-cards .imgBx{height:80px;width:80px}.wrapper .cart-cards .imgBx img{width:100%;height:100%;object-fit:contain}.wrapper .cart-cards .cartDetails{display:flex;flex-direction:column;justify-content:space-evenly;flex:1 1;padding:0 8px;gap:4px}.wrapper .cart-cards .cartDetails p{font-weight:600}.wrapper .cart-cards .cartDetails span{font-size:14px;color:#666}.cart-container .rightArea{flex:1.2 1;display:flex;flex-direction:column}.wrapper .cart-cards .btn-group{display:flex;align-items:center;overflow:hidden}.wrapper .cart-cards .btn-group .addToCartBtn{background-color:var(--primary-color);color:var(--white);padding:8px 10px;border:1px solid transparent;font-size:16px;font-weight:700;cursor:pointer}.wrapper .cart-cards .removeBtn{padding:10px 8px;background-color:var(--danger-color);color:var(--white);border:1px solid transparent;cursor:pointer;margin-left:4px}.cart-container .rightArea .selectPackaging{display:flex;flex-direction:column;background-color:#fff;margin:1vh;padding:1rem;margin-bottom:1rem;border:.4px solid #00000033;text-align:center}.cart-container .rightArea .selectPackaging p{font-size:17px}.cart-container .rightArea .selectPackaging .selectPackage{display:flex;justify-content:center;gap:8px;margin-top:14px}.cart-container .rightArea .selectPackaging .selectPackage button{background-color:#fff;border:2px solid var(--primary-color);padding:9px 22px;cursor:pointer}.cart-container .rightArea .selectPackaging .selectPackage input[type=checkbox]{display:none}.cart-container .rightArea .selectPackaging .selectPackage button.active{color:#fff;background-color:var(--primary-color)}.cart-container .rightArea .billDetail{display:flex;flex-direction:column;align-items:flex-start;background-color:#fff;margin:1vh;padding:1rem;margin-bottom:1rem;border:.4px solid #00000033;text-align:center}.cart-container .rightArea .billDetail h2{width:100%;text-align:left;font-size:18px}.cart-container .rightArea .billDetail .list{padding:12px 0 8px;display:flex;flex-direction:column;gap:10px;width:100%}.cart-container .rightArea .billDetail .list .item{display:flex;justify-content:space-between;align-items:center;color:#333;font-size:14px}.cart-container .rightArea .billDetail .list .item p{text-align:left;display:flex;gap:4px}.cart-container .rightArea .billDetail .list .item p>span{color:var(--primary-color)}.cart-container .rightArea .billDetail .total{display:flex;justify-content:space-between;font-size:16px;padding:10px 0;margin-top:10px;width:100%;color:#111;border-top:1px solid #eee}.cart-container .rightArea .billDetail .totalPay{display:flex;justify-content:space-between;background-color:var(--primary-color);color:#fff;padding:10px;border:none;margin-top:1rem;font-weight:700;width:100%;border-radius:6px;cursor:pointer}.cart-container .rightArea .billDetail .totalPay div{display:flex;align-items:center;font-size:16px}.cart-container .rightArea .billDetail .note{padding:10px;color:#707070;text-align:left;border:1px solid #707070;margin-top:1rem}.empty-cart-container{min-height:80vh;display:flex;justify-content:center;align-items:center}.empty-cart-container .emptyCart{display:flex;justify-content:center;align-items:center;flex-direction:column}.empty-cart-container .emptyCart img{height:200px;width:250px;margin:.5rem}.empty-cart-text{font-size:18px;color:#111;margin:2rem 0}.start-shopping-button{background-color:var(--primary-color);font-weight:700;font-size:20px;padding:12px 48px;color:#fff;cursor:pointer;border:1px solid transparent}@media (max-width: 576px){.start-shopping-button{font-size:16px;padding:10px 24px}}@media (max-width: 768px){.cart-container{flex-direction:column}.cart-container .leftArea{margin:2vw!important;flex:1}.cart-container .leftArea .wrapper{padding:16px;margin:0}}.productOfferList{margin-top:1rem;display:flex;flex-direction:column;gap:10px}.checkout-container{max-width:70rem;margin:1rem auto}.checkout-container h2{padding-bottom:1rem}.checkoutWrapper{padding:1rem;border:1px solid #ccc;background-color:#fff}.checkout-container .checkoutWrapper{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}.shipping-address{width:65%;padding-bottom:20px;margin-bottom:20px;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem;margin-top:1rem}.shipping-address .form-control{display:flex;flex-direction:column;gap:6px;width:100%;grid-column:span 2}.shipping-address .form-control input{padding:10px;border:1px solid #ccc;outline:none}.shipping-address .form-control label{font-size:14px;font-weight:500}.checkout-container .checkoutWrapper .order-summary{border:1px solid #ccc;padding:1rem;width:30%}.checkout-container .checkoutWrapper .order-summary .total{padding-top:10px;display:flex;flex-direction:column;gap:10px}.checkout-container .checkoutWrapper .order-summary .total>p.shipingCharges{display:flex;justify-content:space-between}.checkout-container .checkoutWrapper .order-summary .total>p.shipingCharges p>span{color:var(--primary-color)}p.shipping{font-size:14px;color:#555;text-align:left}.checkout-container .checkoutWrapper .order-summary button{display:block;width:100%;padding:10px;margin-top:1rem;background-color:#2196f3;color:#fff;border:1px solid transparent;cursor:pointer}.order-summary .pay-terms{margin-top:1rem;font-size:15px;line-height:1.5}.order-summary .pay-terms>span{display:block;font-weight:600;font-size:18px;margin-top:10px}.qrBx{margin:auto;margin-top:1rem;width:60%}.qrBx canvas{width:100%!important;height:100%!important}.order-summary .payment-options{display:flex;flex-direction:column;gap:10px;margin-top:10px}.custom-radio{display:flex;align-items:center;cursor:pointer;position:relative;border:1px solid #ddd;padding:10px 10px 10px 35px;font-size:16px;-webkit-user-select:none;user-select:none}.custom-radio input{position:absolute;opacity:0;cursor:pointer}.checkmark{position:absolute;left:8px;top:50%;transform:translateY(-50%);height:20px;width:20px;background-color:#fff;border-radius:50%;border:2px solid var(--primary-color)}.custom-radio input:checked~.checkmark{background-color:var(--primary-color)}.checkmark:after{content:"";position:absolute;display:none}.radio-label{display:flex;align-items:center;justify-content:space-between;width:100%}.radio-label img{width:120px}.custom-radio input:checked~.checkmark:after{display:block}.custom-radio .checkmark:after{left:50%;top:50%;transform:translate(-50%,-50%);width:12px;height:12px;border-radius:50%;background:#fff}@media (max-width: 768px){.checkout-container .checkoutWrapper{flex-direction:column;gap:0}.checkout-container .checkoutWrapper .order-summary{width:100%}.shipping-address{display:flex;flex-wrap:wrap;width:100%}.form-control{width:100%}}@media (max-width: 992px){.checkout-container{padding:1rem 2rem}}.order-placed{text-align:center}.order-placed h3{font-size:24px;color:var(--primary-color)}.order-placed .imgBx{width:300px;height:300px;overflow:hidden;margin:auto}.order-placed .imgBx img{width:100%;height:100%;object-fit:cover}.order-placed .linksBtn{margin-top:10px;display:flex;justify-content:center;gap:10px}.order-placed .linksBtn a{font-size:14px;font-weight:600;color:#fff;padding:10px 20px;border-radius:4px;background-color:var(--primary-color);border:none;cursor:pointer;outline:none}.order-placed .linksBtn a:nth-child(2){background-color:transparent!important;border:1px solid var(--primary-color);color:var(--primary-color)}@media (max-width: 576px){.order-placed .imgBx{width:200px;height:200px;overflow:hidden;margin:auto}.order-placed .imgBx img{width:100%;height:100%;object-fit:cover}.order-placed h3{font-size:20px}}.whatsapp-icon{width:55px;height:55px;background:linear-gradient(45deg,#0e9b42,#25d366);display:flex;align-items:center;justify-content:center;position:fixed;z-index:999;box-shadow:3px 3px 5px #ccc;bottom:40px;right:20px;border-radius:100px;border:2px solid #fff;cursor:pointer}.whatsapp-icon i{font-size:32px;color:#fff;transition:.3s}.app-container{background-color:#fcfcfc}.mainLayout{max-width:80rem;margin:auto;min-height:55vh}.lodingBx{width:200px;height:200px;margin:auto}.lodingBx img{width:100%;height:100%;object-fit:cover}._ordersContainer_10lm0_1{padding:20px;min-height:50vh}._ordersTitle_10lm0_6{font-size:24px;font-weight:700;margin-bottom:20px}._ordersRows_10lm0_12{display:flex;justify-content:space-evenly;margin-bottom:10px}._ordersRows_10lm0_12 p{flex:1;font-weight:500}._accordionHeader_10lm0_23{width:100%;background-color:#f5f5f5;padding:12px;border:none;cursor:pointer;outline:none;font-size:16px;display:flex;justify-content:space-evenly;border-bottom:1px solid #ddd;position:relative}._accordionHeader_10lm0_23:hover{background-color:#eee}._accordionHeader_10lm0_23>i._bx_10lm0_41{position:absolute;top:50%;transform:translateY(-50%);right:10px}._accordionHeader_10lm0_23 span{color:#fff;font-size:14px;padding:2px 8px;border-radius:100px}._accordionHeader_10lm0_23 p{flex:1}._delivered_10lm0_59{background-color:#398439}._pending_10lm0_63{background-color:#f0ad4e}._cancel_10lm0_67{background-color:#d43f3a}._accordionProduct_10lm0_71{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #ddd;padding:8px 5px;background-color:#fff;border-right:1px solid #eee;border-left:1px solid #eee}._accordionProduct_10lm0_71>div{display:flex;flex:1}._accordionProduct_10lm0_71>div p{flex:1;font-size:15px}._productImage_10lm0_92{width:50px;height:50px;object-fit:cover;margin-right:2rem}._loading_10lm0_99{font-size:18px;color:#333;text-align:center;margin-top:20px}._error_10lm0_106{font-size:18px;color:red;text-align:center;margin-top:20px}._no-orders_10lm0_113{font-size:18px;color:#333;text-align:center;margin-top:20px}._dateAndtype_10lm0_120{display:flex;gap:1rem}@media (max-width: 768px){._accordionRow_10lm0_127{display:flex;flex-wrap:wrap}._accordionProduct_10lm0_71{width:50%}._accordionProduct_10lm0_71>div{flex-direction:column;align-items:flex-start;padding:5px}._productImage_10lm0_92{width:60px;margin:auto 1rem}}@media (max-width: 576px){._accordionBody_10lm0_148 ._dateAndtype_10lm0_120{flex-wrap:wrap;gap:5px}._accordionProduct_10lm0_71{width:100%}._accordionHeader_10lm0_23 i._bx_10lm0_41{display:none}._accordionHeader_10lm0_23 p{font-size:14px}._accordionHeader_10lm0_23{gap:4px}._accordionHeader_10lm0_23 span{font-size:12px}._accordionProduct_10lm0_71>div p{font-size:14px}}.about-container{padding:2rem}.about-wrapper{max-width:800px;margin:auto;padding:20px;background-color:#fff;border-radius:10px;box-shadow:0 4px 8px #0000001a}.main-about p{margin-top:0!important}.about-container p{line-height:1.6;margin-top:1.5rem}.about-container span{color:#666;font-size:16px;text-align:center;font-weight:400}.side-heading{color:var(--primary-color);font-size:24px;margin-top:20px;margin-bottom:10px}.highlight{color:var(--primary-color);font-weight:700;text-align:center;font-size:20px;margin-top:20px;text-transform:uppercase}.about-text{font-size:24px;margin-bottom:15px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:6px;text-transform:uppercase}.about-list{list-style-type:disc;margin-left:20px;color:#333}.about-list li{margin-bottom:10px;line-height:1.5}.privacy-policy-container{padding:2rem}.privacy-policy-container .policy-wrapper{max-width:800px;margin:auto;padding:20px;background-color:#fff;border-radius:10px;box-shadow:0 4px 8px #0000001a}.main-heading{color:#2e7d32;font-size:36px;text-align:center;margin-bottom:20px}.effective-date{font-size:16px;color:#555;text-align:center;margin-bottom:20px}.section-heading{color:#2e7d32;font-size:24px;margin-top:20px;margin-bottom:10px}.policy-text{color:#333;margin-bottom:15px}.policy-list{list-style-type:disc!important;margin-left:20px;color:#333}.policy-list li{margin-bottom:10px;line-height:1.5}.contact-list{list-style-type:none;padding:0;color:#333}.contact-list li{margin-bottom:5px}.loader-container{position:fixed;top:0;left:0;width:100vw;height:100vh;display:flex;justify-content:center;align-items:center;background-color:var(--secondry-color);z-index:9999}.spinner{width:180px;height:180px;animation:blink 1s linear infinite}@keyframes blink{0%{opacity:1}50%{opacity:0}to{opacity:1}}.spinner img{width:100%}.details-page{max-width:80rem;padding:1rem}.details-page .productCard{width:unset;box-shadow:none;padding:1rem;border-radius:0}.productDetails{display:flex;flex-direction:column;gap:10px}.productDetails .btn-group{width:unset!important}.productDetails .imgBx{max-width:100%;width:300px;height:300px;margin-bottom:10px}.productDetails p{font-weight:600;display:flex;gap:5px;font-size:18px}.productDetails p>del{font-weight:400;color:#aaa}.productDetails .description{padding:.6rem 0;border-top:1px solid #ccc}.productDetails .description p{font-size:12px;font-weight:400;color:#888}.productDetails .description p strong{font-size:14px;color:#333}.productDetails .cardBottom{flex-direction:row;justify-content:space-between}.productDetails .cardBottom .addToCartBtn{width:unset}.productDetails .cardBottom .btn-group .addToCartBtn{padding:8px calc(40px / 3)!important}.productDetails .cardBottom .btn-group.sm{width:unset!important}.details-page .whatsAppShareBtn{background-color:var(--secondry-color);border:1px solid var(--primary-color);color:var(--primary-color);width:fit-content;padding:8px;margin-left:auto;border-radius:100px;display:flex;align-items:center;justify-content:center;gap:4px;position:absolute;right:10px;top:10px}.details-page .whatsAppShareBtn i.bx{font-size:22px}.lazy-load-image-background.blur{filter:blur(15px)}.lazy-load-image-background.blur.lazy-load-image-loaded{filter:blur(0);transition:filter .3s}.lazy-load-image-background.blur>img{opacity:0}.lazy-load-image-background.blur.lazy-load-image-loaded>img{opacity:1;transition:opacity .3s}.order-success{background-color:#fff;padding:2rem;min-height:70vh;display:flex;justify-content:center;flex-direction:column;align-items:center}.order-success .imgBx{width:300px;height:300px;overflow:hidden}.order-success .imgBx img{width:100%;height:100%;object-fit:cover}.order-success button{background-color:var(--primary-color);color:#fff;border:1px solid transparent;cursor:pointer;padding:12px 20px;border-radius:.5rem;font-size:16px;font-weight:600}.order-success .txtBx{display:flex;flex-direction:column;align-items:center;margin-top:2rem}.order-success .txtBx img{width:80px}.order-success .txtBx .address{font-size:15px;width:300px;display:flex;flex-direction:column;align-items:center;text-align:center;color:#444;margin-top:1rem}.container{max-width:1280px;margin:0 auto}.header{display:flex;justify-content:space-between;padding:0 12px}.header-content{width:100%;display:flex;justify-content:space-between;align-items:center;padding:16px 0}.category{flex:1}.category-name{font-size:24px;font-weight:700;color:#1c1c1c;line-height:32px}.view-all{max-width:50%;font-size:20px;font-weight:medium;color:#0c831f;cursor:pointer;line-height:32px}.product-slider{position:relative;display:flex;flex-direction:column}.arrow-button{display:none;position:absolute;height:100%;width:34px;align-items:center;justify-content:center}.arrow-button.left{left:0}.arrow-button.right{right:0}section.rightArrowBtn{box-sizing:border-box;font-size:0px;height:34px;width:34px;background:#fff;box-shadow:#0003 0 3px 5px -1px,#00000024 0 6px 10px,#0000001f 0 1px 18px;border-radius:50%;position:absolute;z-index:2;top:auto;left:0;display:initial;border:4px solid transparent;align-self:center;cursor:pointer}section.rightArrowBtn:before{box-sizing:border-box;left:10px;transform:rotate(135deg);top:9px;position:absolute;width:9px;height:9px;content:"";border-right:2px solid rgb(28,28,28);border-bottom:2px solid rgb(28,28,28);border-top:0px;border-left:0px;font-size:13.5px;color:#696969;font-weight:700}section.leftArrowBtn{box-sizing:border-box;font-size:0px;height:34px;width:34px;background:#fff;box-shadow:#0003 0 3px 5px -1px,#00000024 0 6px 10px,#0000001f 0 1px 18px;border-radius:50%;position:absolute;z-index:2;top:auto;left:unset;display:initial;border:4px solid transparent;align-self:center;cursor:pointer}section.leftArrowBtn:active,section.rightArrowBtn:active{background:#ddd}section.leftArrowBtn:before{box-sizing:border-box;left:8px;transform:rotate(-45deg);top:9px;position:absolute;width:9px;height:9px;content:"";border-right:2px solid rgb(28,28,28);border-bottom:2px solid rgb(28,28,28);border-top:0px;border-left:0px;font-size:13.5px;color:#696969;font-weight:700}.product-list{display:flex;align-items:center;gap:20px;padding:0 12px;overflow-x:auto;overflow-y:hidden;scrollbar-width:none}@media (min-width: 768px){.arrow-button{display:flex}.header-content{padding:12px 0}.category-name{font-size:17px}.view-all{font-size:13px}}.cardBox{flex:0 0 0;min-width:179px;max-width:179px;display:flex;justify-content:center;align-items:center;min-height:280px;border:1px solid #e8e8e8}*{margin:0;padding:0;box-sizing:border-box;font-family:Noto Sans,sans-serif}:root{--primary-color: #16BC52;--secondry-color: #E2F7E9;--btnColor: #16BC52;--black: #111;--white: #fff;--danger-color: #d70000}body li{list-style:none}body a{text-decoration:none;display:inline-block;color:#111}
