.Footer{background:linear-gradient(90deg,rgba(76,175,80,.2) 0,#fff 30%,#fff 70%,rgba(255,140,66,.2));padding-top:20px;border-top:4px solid transparent;border-image:linear-gradient(90deg,#4caf50 0,#4caf50 40%,#ff8c42 0,#ff8c42) 1;box-shadow:0 -2px 10px rgba(255,140,66,.08);animation:footerSlideUp .8s cubic-bezier(.4,0,.2,1)}@media screen and (min-width:320px)and (max-width:768px){.Footer{padding:30px 10px 10px}}@keyframes footerSlideUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.Footer-container{padding:0 10px}.Footer-Box1{text-align:center;border-top:2px solid transparent;border-image:linear-gradient(90deg,#ff8c42 0,#ff8c42 50%,#4caf50 0,#4caf50) 1;font-size:10px;padding:10px;background:linear-gradient(90deg,rgba(255,140,66,.15),rgba(76,175,80,.15))}.Footer_logoBox{display:flex;flex-direction:row;align-items:center;gap:10px;font-size:30px;font-family:DMSans-Bold;color:#000;text-decoration:none;animation:logoFadeIn .6s ease-out;transition:all .3s cubic-bezier(.4,0,.2,1)}.Footer_logoBox:hover{transform:translateY(-3px)}.Footer_logoBox:hover .Footer_logo{transform:scale(1.05) rotate(-2deg)}.Footer_logo{width:50px;height:50px;object-fit:contain;border-radius:5px;overflow:hidden;transition:all .3s cubic-bezier(.4,0,.2,1)}.Footer_img{object-fit:fill;width:100%;height:100%;background-color:#fff;padding:10px;border-radius:10px;border:1px solid #dbdbdb}.Footer-text1{font-size:18px;font-family:DMSans-Bold;padding-bottom:15px;padding-top:10px;animation:textSlideIn .6s ease-out .1s forwards;opacity:0}@media screen and (min-width:320px)and (max-width:768px){.Footer-text1{margin-top:10px}}.Footer-text2{margin-bottom:10px;font-family:DMSans-SemiBold;font-size:14px;animation:textSlideIn .6s ease-out .15s forwards;opacity:0;transition:all .3s cubic-bezier(.4,0,.2,1)}.Footer-text2 a{text-decoration:none;color:#595959;position:relative;transition:all .3s ease}.Footer-text2 a:after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:2px;background:linear-gradient(90deg,#22c55e,#ff8c42);transition:width .3s ease}.Footer-text2 a:hover{color:#a10244;transform:translateX(3px)}.Footer-text2 a:hover:after{width:100%}.Footer-text3{font-size:13px;font-family:DMSans-Medium;color:#000;animation:textFadeIn .7s ease-out .2s forwards;opacity:0;line-height:1.6}.Footer-icon{font-size:28px;animation:iconBounceIn .6s cubic-bezier(.34,1.56,.64,1) .25s forwards;opacity:0;transform:scale(.5)}.Footer-icon a{display:flex;align-items:center;justify-content:center;transition:all .3s cubic-bezier(.4,0,.2,1);color:#555}.Footer-icon a:hover{color:#22c55e;transform:scale(1.3) rotate(10deg);filter:drop-shadow(0 4px 8px rgba(34,197,94,.3))}@keyframes iconBounceIn{0%{opacity:0;transform:scale(.3) translateY(10px)}to{opacity:1;transform:scale(1) translateY(0)}}.Footer_icon2{height:40px;object-fit:contain;border:1px solid #e0e0e0;width:100%;padding:5px;border-radius:10px;background-color:#fff;animation:imageSlideIn .6s ease-out forwards;opacity:0;transition:all .3s cubic-bezier(.4,0,.2,1)}.Footer_icon2:hover{transform:translateY(-4px);box-shadow:0 8px 16px rgba(0,0,0,.1);border-color:#22c55e}@keyframes logoFadeIn{0%{opacity:0;transform:scale(.8) translateY(-10px)}to{opacity:1;transform:scale(1) translateY(0)}}@keyframes textSlideIn{0%{opacity:0;transform:translateX(-20px)}to{opacity:1;transform:translateX(0)}}@keyframes textFadeIn{0%{opacity:0}to{opacity:1}}@keyframes imageSlideIn{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}.Header-container{padding:0 10px;box-sizing:border-box;width:100%}@media(max-width:767px){.Header-container{padding:0 10px}}.Header{display:flex;flex-direction:column;align-items:stretch;width:100%;background:linear-gradient(90deg,rgba(255,140,66,.25) 0,#fff 25%,#fff 75%,rgba(76,175,80,.25));border-bottom:3px solid transparent;border-image:linear-gradient(90deg,#ff8c42 0,#ff8c42 50%,#4caf50 0,#4caf50) 1;padding:8px 0;box-shadow:0 2px 8px rgba(76,175,80,.1);animation:headerSlideDown .6s cubic-bezier(.4,0,.2,1)}@media(max-width:767px){.Header{padding:10px 5px}}@keyframes headerSlideDown{0%{transform:translateY(-100%);opacity:0}to{transform:translateY(0);opacity:1}}.Header-Box{display:flex;align-items:center;gap:16px;width:100%;flex-wrap:nowrap}@media(max-width:1024px){.Header-Box{flex-wrap:wrap;row-gap:12px}}@media(max-width:767px){.Header-Box{gap:10px}}.Header_logoBox{cursor:pointer;display:flex;flex-direction:row;align-items:center;gap:10px;font-size:35px;font-family:DMSans-Bold;color:#000;text-decoration:none;margin-right:10px}@media(max-width:767px){.Header_logoBox{flex:1 1;padding-left:-10px;font-size:22px;margin-right:0}}.Header_logo{width:50px;height:50px;object-fit:contain;border-radius:5px;overflow:hidden}@media(max-width:767px){.Header_logo{width:30px;height:30px}}.Header-location{cursor:pointer}.Header-location.desktop{padding:0 10px;flex:0 0 auto;min-width:180px}@media(max-width:1024px){.Header-location.desktop{flex:1 1;min-width:auto}}@media(max-width:767px){.Header-location{display:none}}.Header-locationBox{display:flex;flex-direction:column}@media(max-width:767px){.Header-locationBox{flex-direction:row;align-items:center;gap:10px}}.Header-locationBox2{flex:1 1;color:gray}.Header-locationBox2,.Header-menu{display:flex;flex-direction:row;align-items:center}.Header-menu{gap:10px;flex:0 0 auto}.Header-menu.desktop{padding:0 10px}@media(max-width:767px){.Header-menu.desktop{display:none}}@media(max-width:820px){.Header-menu.desktop{flex:1 1}}.Header-menu.mobile{overflow:hidden}@media(min-width:768px){.Header-menu.mobile{display:none}}@media(max-width:820px){.Header-menu.mobile{display:flex}}.Header-sellerCTA{display:flex;align-items:center;flex:0 0 auto}@media(max-width:767px){.Header-sellerCTA{display:none}}.Header-sellerCTA-mobile{display:none;padding:0 15px 10px}@media(max-width:767px){.Header-sellerCTA-mobile{display:block}}.Header-sellerBtn{display:flex;align-items:center;gap:8px;font-family:DMSans-SemiBold;text-transform:uppercase;letter-spacing:.5px;border-radius:999px;justify-content:center;width:100%;background:linear-gradient(135deg,#22c55e,#ff8c42 50%,#16a34a);border:none!important;color:#fff!important;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.Header-sellerBtn:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:linear-gradient(45deg,transparent,hsla(0,0%,100%,.1),transparent);animation:buttonShimmer 3s infinite}.Header-sellerBtn:hover{background:linear-gradient(135deg,#16a34a,#ff7c32 50%,#15803d);transform:translateY(-2px) scale(1.02);box-shadow:0 12px 24px rgba(34,197,94,.3),0 0 20px rgba(255,140,66,.2)}.Header-sellerBtn:active{transform:translateY(0) scale(.98)}@media(min-width:768px){.Header-sellerBtn{width:auto}}@keyframes buttonShimmer{0%{transform:translateX(-100%) translateY(-100%)}to{transform:translateX(100%) translateY(100%)}}.Header-sellerBtn-text{white-space:nowrap;font-size:14px}.Header-Text1{font-size:16px;font-family:DMSans-Bold}.Header-Text2{font-size:14px;font-family:DMSans-Bold}.Header-Text3{font-size:14px;color:gray;font-family:DMSans-Regular;width:10vw;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media(max-width:767px){.Header-Text3{flex:1 1}}.Header-text3{font-family:DMSans-SemiBold;font-size:16px;max-width:45px;overflow:hidden}@media(max-width:767px){.Header-text3{display:none}}.Header-search{cursor:pointer;width:100%}.Header-search.desktop{flex:1 1 320px;position:relative;min-width:250px}@media(max-width:767px){.Header-search.desktop{display:none}}.Header-search.mobile{display:none;flex:1 1;padding:10px}@media(max-width:767px){.Header-search.mobile{display:block}}.Header-search.tablet{display:none;flex:1 1;padding:10px}@media(max-width:991px){.Header-search.desktop{display:none}.Header-search.tablet{display:block}}@media(max-width:767px){.Header-search.tablet{display:none}.Header-search.mobile{display:block}}.Header-search-suggestions{padding:0;width:100%;overflow-y:auto;position:absolute;z-index:1000;border-radius:10px;margin:1px 0 0;box-shadow:4px 4px 8px 4px rgba(0,0,0,.1);background-color:#fff;border:1px solid #eee}@media(max-width:767px){.Header-search-suggestions{width:95%}}.Header-LocationModal-box{min-height:40vh}.Header-LocationModal-box,.Header-LocationModal-box2{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.Header-LocationModal-box2{background-color:#f5f5f5;height:100px;width:100px;border-radius:100px;font-size:50px;color:#a10244}.Header-deskCateogrey{height:40px;width:100%;margin-top:-6px;box-shadow:0 3px 2px 0 rgba(0,0,0,.032);transition:.3s;background-color:#fff;display:flex;align-items:center;justify-content:flex-start;border-top:2px solid transparent;border-image:linear-gradient(90deg,#4caf50 0,#ff8c42) 1}.Header-deskCatItem{display:flex;flex-direction:row;align-items:center;font-family:DMSans-Bold;margin-right:30px;padding-top:9px;font-size:14px;line-height:32px;text-transform:uppercase;white-space:nowrap;position:relative}.Header-deskCatItem:after{content:"";width:100%;height:2px;background-color:#a10244;left:0;position:absolute;bottom:0;transition:transform .2s ease;transform-origin:center;transform:scaleX(0)}.Header-deskCatItem:hover{color:#a10244;cursor:pointer}.Header-deskCatItem:hover:after{transform:scaleX(1)}@media(max-width:1200px){.Header-deskCatItem{font-size:12px}}.Header-deskCatItem.active{color:#a10244;border-bottom:2px solid #a10244}.Header-deskCatItem.active:after{content:"";width:100%;height:0}.Header-deskcat-2{display:flex;align-items:center;flex:1 1;overflow-x:scroll;overflow-y:hidden}.Header-deskcat-2::-webkit-scrollbar{width:0;height:0}.Header-deskCatItemtxt1{font-family:DMSans-Bold;font-size:25px}.Header-deskCatItemline{margin:10px 10px 10px 0;height:3px;background-color:#e7e7e7;width:30%}.Header-deskCatItemBox{border-left:1px solid #ddd;padding-left:20px;display:flex;flex-direction:column;width:100%;height:100%}.Header-deskCatItemImg{width:100%;height:200px;object-fit:cover;background-color:#eee}.Header-deskCatItemtxt2{font-family:DMSans-Medium;font-size:14px;color:#535353}.Header-deskCatItem3{width:100%;min-width:50px;font-family:DMSans-SemiBold;font-size:16px;margin-bottom:5px;margin-right:10px;padding:3px;cursor:pointer;text-transform:capitalize}.Header-deskCatItem3:hover{color:#a10244;background-color:#ededed}.Header-ProfileImag{height:25px;width:25px;border-radius:50%;border:1px solid gray;padding:1px;margin-right:-10px}@media only screen and (min-width:481px)and (max-width:768px){.Header-ProfileImag{height:39px;width:39px;margin-right:0}}.profileMenu-mobileCTA{display:none;flex-direction:column;gap:10px;margin:10px 0}@media(max-width:767px){.profileMenu-mobileCTA{display:flex}}.Header-desk-menu{display:flex;flex-direction:row;align-items:center;margin-right:10px;padding:9px 15px;font-family:DMSans-Bold;font-size:15px;border-radius:8px;border-color:#d9d9d9;text-transform:capitalize}.Header-desk-menu:hover,.Header-deskactive{color:#a10244;cursor:pointer}.Header-deskactive{border-radius:8px}.profileMenu-Box1{padding:4px}.profileMenu-Box2{display:flex;flex-direction:row;align-items:center;padding:5px 50px 5px 5px;border-radius:6px;margin-bottom:2px;cursor:pointer}.profileMenu-Box2:hover{background-color:#ededed}.profileMenu-Txt1{font-family:DMSans-Medium;font-size:14px;padding-right:5px}.profileMenu-Img1{margin-right:15px;color:gray}.profileMenu-Icon{display:flex;flex-direction:column;align-items:center;justify-content:center;margin-bottom:10px;border-bottom:1px solid #f4f4f4}.search-text1{font-family:DMSans-Bold;font-size:16px;padding:10px}.search-Recomandation{display:flex;flex-direction:row;align-items:center;gap:10px;border-bottom:1px solid #f3f3f3;padding:5px 10px}.search-Recomandation img{width:30px;height:40px;border-radius:5px;object-fit:contain;border:1px solid #f3f3f3}.search-Recomandation:hover{background-color:#f3f3f3}.search-Recomandation:last-child{border-bottom:0}.search-Recomandation-text1{flex:1 1;font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.search-Recomandation-text2{font-size:15px;font-family:DMSans-SemiBold}.search-CatItem{display:flex;flex-direction:row;align-items:center;gap:10px;padding:10px;color:#d4d4d4}.search-CatItem:hover{background-color:#f3f3f3}.search-CatItem-text1{flex:1 1;font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#000}