@import"https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap";*{box-sizing:border-box;margin:0;padding:0}.mainContainer{font-family:Poppins,sans-serif;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px}ul li{cursor:pointer}.show{width:90%;display:flex;justify-content:space-between}.navigate-store{width:20%;display:flex;align-items:center}.navigate-store>ul{margin-top:6px;display:flex;flex-direction:column;gap:15px;list-style:none}.navigate-store ul li{margin-left:1px;font-size:22px;transition:all .2s ease-in}.navigate-store ul li:hover{margin-left:5px;color:brown}.carousel{width:80%}.carousel-image{width:100%;height:500px;object-fit:cover;transition:all .2s ease-in}.fade-in{transform:translate(0)}.fade-out{transform:translate(100%)}@media screen and (max-width:1200px){.show{width:90%;flex-direction:column;gap:20px}.navigate-store{width:100%}.navigate-store>ul{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center}.carousel{width:100%}.carousel-image{width:100%;height:500px}}header{width:90%;display:flex;justify-content:space-between;align-items:center;margin-top:10px}nav{display:flex;justify-content:center;align-items:center;gap:10px}nav ul{display:flex;justify-content:center;align-items:center;gap:45px;list-style:none}nav ul>a{font-size:18px;transition:all .2s ease-in;text-decoration:none;color:#000}nav ul>a:hover{text-decoration:underline;margin-bottom:5px;color:#db4444}.interaction{display:flex;justify-content:center;align-items:center;gap:30px}.interaction>a{font-size:25px}.interaction>i{cursor:pointer;font-size:25px}.lists{display:flex;justify-content:center;align-items:center;gap:25px}.lists>a{font-size:25px}.lists>i{font-size:25px;transition:all .2s ease-in;cursor:pointer}.logo{filter:drop-shadow(0 0 2px #ff003c)}.burger-menu{display:none;flex-direction:column;cursor:pointer;padding:10px}.burger-menu div{width:30px;height:5px;background-color:#000;margin:4px 0;transition:.4s}.burger-menu-nav{display:block;position:absolute;right:20px;top:130px;flex-direction:column;justify-content:center;align-items:center;gap:20px;background-color:#fff;color:#fff;padding:35px;z-index:999}.burger-menu-nav>a{text-decoration:none;display:block;margin-bottom:10px}.burger-menu-nav>a:hover{color:#db4444}.activate{display:none;flex-direction:column;gap:20px}@media screen and (max-width: 768px){.nav-side{display:none}.burger-menu{display:flex}}.mainAll{font-family:Poppins,sans-serif;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px}.sales-products{margin-top:50px;width:90%;display:flex;flex-direction:column;gap:10px}.uper{width:100%;display:flex;align-items:center;gap:15px}.uper>.red{width:17px;height:40px;border-radius:4px;background-color:#db4444}.uper>h3{color:#db4444}@media (max-width: 1000px){.uper>.red{width:20px}.uper>h3{font-size:16px}}.countdown{display:flex;align-items:center;gap:20px;font-size:1.8em}.lefter{margin-left:80px}.countdown div{text-align:center}.countdown span{display:block}.countdown .number{font-weight:700}.countdown .label{font-size:.5em;color:#666}.separator{color:#e07a7a;font-weight:700}.navigator{display:flex;justify-content:center;align-items:center;margin-left:46%;gap:15px}.products-timer{margin-top:30px;display:flex;justify-content:space-between;gap:10px}.product{width:250px;display:flex;flex-direction:column;gap:6px;position:relative;cursor:pointer}.product-image{width:100%;height:250px;border-radius:7px;transition:all .2s ease-in}.product-title{width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.product-sold-times{color:#666;font-size:12px}.price-tag{position:absolute;width:50px;height:25px;background-color:#ff003c;color:#fff;font-size:15px;font-weight:700;display:flex;align-items:center;justify-content:center;text-align:center;border-radius:5px 0 0 5px;box-shadow:0 4px 6px #0000001a;transform:rotate(-45deg);transition:all .2s ease-in}.price-tag:before{content:"";position:absolute;top:10%;left:5%;width:10px;height:10px;background-color:#fff;border-radius:50%}a:hover~.price-tag{transform:rotate(0)}.view-all{width:300px;margin-top:10px;border-radius:4px;padding:10px 25px;background-color:#ff003c;border:none;color:#fff;font-size:15px;align-self:center;cursor:pointer}.view-all>a{text-decoration:none;color:#fff}.view-all:hover{background-color:#cd0030}.add-to-card{position:absolute;background-color:#ff003c;color:#fff;transition:all .2s ease-in;border-radius:7px;width:250px;height:30px;display:none;bottom:83px}.product:hover .add-to-card{display:flex;align-items:center;justify-content:center}.add-to-card:hover{background-color:#db4444}.timeAll{display:flex;justify-content:center;align-items:center;gap:20px}@media screen and (max-width:1225px){.products-timer{flex-wrap:wrap;justify-content:center;gap:100px}}@media screen and (max-width:1000px){.countdown h3{font-size:30px}}@media screen and (max-width:684px){.products-timer{flex-direction:column;justify-content:center;align-items:center;gap:50px}}@media screen and (max-width:645px){.countdown{flex-direction:column;justify-content:flex-start;align-items:flex-start}.timeAll{width:100%;display:flex;justify-content:center;align-items:center;gap:20px}.number{margin-right:25px}}@media screen and (max-width:465px){.countdown{font-size:21px}.timeAll{display:none}.view-all{width:200px}}._container_fdbzh_1{display:flex;width:90%;margin:50px auto;gap:20px}._sidebar_fdbzh_10{width:20%;padding:10px;border-right:1px solid #ccc}._sidebar_fdbzh_10 h3{margin-bottom:20px}._sidebar_fdbzh_10 ul{list-style:none;padding:0}._sidebar_fdbzh_10 li{margin-bottom:10px;cursor:pointer;padding:5px;border-radius:5px;transition:background-color .3s}._sidebar_fdbzh_10 li:hover{background-color:#f0f0f0}._activeCategory_fdbzh_37{background-color:#ff003c;color:#fff}._productGrid_fdbzh_43{display:flex;flex-wrap:wrap;gap:20px;width:80%}._product_fdbzh_43{width:22%;display:flex;flex-direction:column;gap:10px;border:1px solid #ccc;border-radius:10px;padding:10px;transition:box-shadow .3s}._product_fdbzh_43:hover{box-shadow:0 4px 10px #0003}._image_fdbzh_65{width:100%;height:300px;object-fit:contain;border-radius:10px}._addToCard_fdbzh_72{background-color:#ff003c;color:#fff;text-align:center;padding:5px;border-radius:5px;cursor:pointer;margin-top:10px}._productDetails_fdbzh_82 h4{font-size:1rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._productDetails_fdbzh_82 p{font-size:.9rem;color:#666}._productDescription_fdbzh_94{cursor:pointer;color:#007bff;transition:all .3s ease}._productDescription_fdbzh_94:hover{text-decoration:underline}._loadingContainer_fdbzh_104{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100vh}._loadingSpinner_fdbzh_112{border:16px solid #f3f3f3;border-top:16px solid #3498db;border-radius:50%;width:80px;height:80px;animation:_spin_fdbzh_1 1s linear infinite}@keyframes _spin_fdbzh_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media screen and (max-width: 1200px){._container_fdbzh_1{flex-direction:column;justify-content:center;align-items:center}._sidebar_fdbzh_10{width:30%;border-right:none;border-bottom:1px solid #ccc;text-align:center}._productGrid_fdbzh_43{width:100%;justify-content:center}._product_fdbzh_43{width:45%}}@media screen and (max-width: 768px){._sidebar_fdbzh_10{width:100%;border-bottom:1px solid #ccc}._product_fdbzh_43{width:100%}}@media screen and (max-width: 480px){._container_fdbzh_1{width:100%;margin:20px auto}._sidebar_fdbzh_10{width:100%;padding:5px}._productGrid_fdbzh_43{width:100%}._product_fdbzh_43{width:100%;padding:5px}._image_fdbzh_65{height:150px}}@media screen and (max-width:330px){._product_fdbzh_43{width:100%}}.browseContainer{width:90%;display:flex;flex-direction:column;gap:10px;margin-top:40px}.belowCategory{display:flex;flex-direction:column;gap:40px}.mainCategory{display:flex;justify-content:space-between;align-items:center}.categories{width:15%;height:160px;display:flex;flex-direction:column;justify-content:center;align-items:center;text-decoration:none;gap:15px;color:#000;border:1px solid rgb(228,228,228);transition:all .2s ease-in;cursor:pointer;box-shadow:4px 4px 1px #000}.categories:hover{transform:scale(.95);box-shadow:0 0 5px #ff003c}@media screen and (max-width:1450px){.mainCategory{gap:20px}}@media screen and (max-width:1000px){.mainCategory{flex-wrap:wrap;justify-content:center;column-gap:35px;row-gap:25px}.categories{width:30%}}@media screen and (max-width:648px){.mainCategory{flex-direction:column}.categories{width:80%}}.bestSellingProducts{width:90%;display:flex;flex-direction:column;gap:10px;margin-top:50px}.bestProducts{display:flex;justify-content:space-between;align-items:center;gap:15px}.product-image2{width:100%;height:300px}@media screen and (max-width:1225px){.bestProducts{flex-wrap:wrap;justify-content:center;gap:100px}}@media screen and (max-width:684px){.bestProducts{flex-direction:column;justify-content:center;gap:50px}}.marketing{width:90%;display:flex;justify-content:space-around;align-items:center;gap:90px;margin-top:50px;background-color:#000;color:#fff}.leftSection{display:flex;flex-direction:column;align-items:flex-start;gap:40px}.categoris{color:#0f6}.offer{background-color:#0f6;padding:15px 25px;display:flex;justify-content:center;align-items:center;border-radius:2px}.innerTime{display:flex;flex-direction:column;gap:30px}.innerTime h1{width:300px}.timer2{display:flex;justify-content:flex-start;align-items:center;gap:30px}.timer2 p{font-weight:700;width:40px;background-color:#fff;border-radius:50%;padding:10px 30px;font-size:11px;color:#000;display:flex;flex-direction:column;justify-content:center;align-items:center}.jbl{filter:drop-shadow(5px 5px 10px #a5a5a5)}@media screen and (max-width: 1200px){.marketing{flex-direction:column;gap:50px}.innerTime h1{width:100%}.timer2{flex-direction:column;gap:20px}.timer2 p{width:auto;padding:10px 20px;font-size:14px}.offer{justify-self:center;align-self:center}.categoris{align-self:center}}@media screen and (max-width: 768px){.marketing{width:100%;padding:20px}.leftSection{align-items:center;text-align:center}.offer{width:100%;padding:10px 20px}.innerTime h1{font-size:24px}.timer2 p{font-size:12px;padding:8px 16px}}@media screen and (max-width:650px){.rightSection img{width:100%}}@media screen and (max-width: 480px){.marketing{gap:30px}.innerTime{gap:20px}.timer2{gap:10px}.timer2 p{font-size:10px;padding:6px 12px}}._newArrivalContainer_14tn6_1{width:90%;display:flex;flex-direction:column;margin-top:40px;gap:20px}._boxes_14tn6_8{display:flex;justify-content:center;gap:50px}._leftSide_14tn6_13 img,._rightSide_14tn6_16 img{width:660px}@media screen and (max-width:1450px){._leftSide_14tn6_13 img,._rightSide_14tn6_16 img{width:100%}}@media screen and (max-width:640px){._boxes_14tn6_8{flex-direction:column;gap:20px}._leftSide_14tn6_13 img,._rightSide_14tn6_16 img{width:100%}}.info-tab{background-color:#ebf0f0;width:95%;height:540px;margin:50px auto;border-radius:20px;display:flex;justify-content:space-evenly;align-items:center;gap:30px;position:relative}.info{width:330px;display:flex;flex-direction:column;gap:40px}.info .tab{display:flex;flex-direction:column;gap:15px}.info .tab h1{font-size:48px}.bot{display:flex;flex-direction:column;gap:15px}.bot button{background-color:#fff;width:185px;padding:8px 0;font-size:14px;border:none;border-radius:10px}.bot button i{margin-right:10px}.map{width:800px;display:flex;justify-content:center;align-items:center}.map>iframe{width:800px;height:400px;border-radius:20px}@media screen and (max-width:1320px){.info-tab{gap:20px;padding:20px;height:max-content}}@media screen and (max-width:1120px){.info-tab{flex-direction:column}.map iframe{width:100%;height:300px}}@media screen and (max-width:900px){.map iframe,.map{width:700px}}@media screen and (max-width:780px){.map iframe,.map{width:600px}}@media screen and (max-width:680px){.map iframe,.map{width:500px}}@media screen and (max-width:580px){.map iframe,.map{width:400px}}@media screen and (max-width:480px){.map iframe,.map{width:300px}.info{width:280px;font-size:10px}}@media screen and (max-width:380px){.info{justify-content:center;align-items:center;font-size:8px}.map iframe,.map{width:200px}}._aboutContainer_8qy9d_1{width:90%;display:flex;justify-content:space-evenly;flex-direction:column;align-items:center;margin-top:70px;gap:70px}._cards_8qy9d_10{width:245px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:20px;position:relative}._piarSection_8qy9d_19{display:flex;justify-content:center;align-items:center;gap:20px}._leftSide_8qy9d_25{display:flex;flex-direction:column;gap:20px}._leftSide_8qy9d_25>h1{font-size:45px}._deliveryImg_8qy9d_33,._qualityImg_8qy9d_33,._secureImg_8qy9d_33{background-color:#000;border-radius:50%;padding:10px;display:flex;justify-content:center;align-items:center;width:70px}._txts_8qy9d_45{display:flex;justify-content:center;align-items:center;flex-direction:column;gap:10px}._txts_8qy9d_45>span{font-size:12px}._grayEllipse_8qy9d_55{position:absolute;width:80px;height:80px;border-radius:50%;border:5px solid transparent;background-color:#c2c0c2;top:15px;z-index:-1;animation:_fadeIn_8qy9d_1 2s linear infinite}._salesSection_8qy9d_66{display:flex;gap:100px}._cards_8qy9d_10{border:1px solid black;padding:20px;border-radius:5px}._leaders_8qy9d_75{display:flex;gap:90px}@keyframes _fadeIn_8qy9d_1{0%{transform:scale(.5);opacity:1}to{transform:scale(1.5);opacity:0;background-color:#777}}@media screen and (max-width:1340px){._leaders_8qy9d_75{gap:40px}._salesSection_8qy9d_66{flex-wrap:wrap;justify-content:center}}@media screen and (max-width:1250px){._piarSection_8qy9d_19{flex-direction:column;gap:20px}._leaders_8qy9d_75{justify-content:center;gap:50px;flex-wrap:wrap}}@media screen and (max-width:800px){._leftSide_8qy9d_25{font-size:14px}._leftSide_8qy9d_25>h1{font-size:30px}._rightSide_8qy9d_118 img{width:100%}}@media screen and (max-width:440px){._leaders_8qy9d_75 img{width:300px}}@media screen and (max-width:380px){._leaders_8qy9d_75 img{width:280px}}._signupContainer_1hp21_1{width:100%;display:flex;align-items:center;gap:calc(10vw + 50px);margin-top:50px}._leftSide_1hp21_10 img{width:100%}._rightSide_1hp21_15{height:auto;display:flex;flex-direction:column;justify-content:center;gap:5px;margin-right:5px}._formPage_1hp21_24{display:flex;flex-direction:column;justify-content:center;gap:20px}._formPage_1hp21_24 input{width:100%;height:40px;border:none;border-bottom:1px solid black;outline:none}._sendButton_1hp21_39{background-color:#ff003c;padding:10px 30px;color:#fff;border:none;border-radius:5px;cursor:pointer;font-size:14px}._sendButton_1hp21_39>a{text-decoration:none;color:#fff}._google_1hp21_53{padding:10px 30px;border-radius:5px;border:1px solid black;background-color:transparent;display:flex;justify-content:center;align-items:center;gap:10px;font-size:14px;cursor:pointer}._alreadyAccount_1hp21_66{align-self:center;justify-self:center}@media (max-width: 768px){._signupContainer_1hp21_1{flex-direction:column}._leftSide_1hp21_10{width:100%}._rightSide_1hp21_15{width:90%}}.wishlist-container{display:flex;justify-content:space-between;padding:20px;gap:20px}.wishlist-content{display:flex;flex:1;gap:20px}.empty-wishlist{display:flex;justify-content:center;align-items:center;flex-direction:column;flex:1;gap:20px}.wishlist-items{flex:2;display:flex;flex-direction:column;gap:15px}.wishlist-item{display:flex;align-items:center;gap:15px;padding:10px;border:1px solid #ddd;border-radius:5px}.wishlist-item img{width:80px;height:80px;object-fit:cover;border-radius:5px}.wishlist-item-info{flex:1}.wishlist-summary{flex:1;padding:20px;border:1px solid #ddd;border-radius:5px;background-color:#f9f9f9}.wishlist-summary h2{margin-bottom:15px}.wishlist-summary p{margin:10px 0}.btn{display:inline-block;padding:10px 15px;background-color:#ff003c;color:#fff;border:none;border-radius:5px;cursor:pointer}.btn:hover{background-color:#0056b3}.checkout-btn{width:100%;margin-top:20px}.remove-btn{padding:5px 10px;background-color:#ff003c;color:#fff;border:none;border-radius:5px;cursor:pointer}.remove-btn:hover{background-color:#d32f2f}@media screen and (max-width:478px){.wishlist-container,.wishlist-content{flex-direction:column}.wishlist-summary{margin-top:20px}}.product-detail-container{display:flex;gap:20px;padding:20px}.product-image-section{flex:1;display:flex;gap:20px}.product-detail-image{max-width:70%;border-radius:8px}.product-info-section{flex:2;display:flex;flex-direction:column;gap:10px}.product-description{font-size:16px;color:#555}.product-price{font-size:18px;color:#ff1e56;font-weight:700}.add-to-favorite-btn{padding:10px 15px;background-color:#007bff;color:#fff;border:none;border-radius:5px;cursor:pointer}.add-to-favorite-btn:hover{background-color:#0056b3}.back-to-sales{margin-top:10px;text-decoration:none;color:#007bff;font-size:14px}.back-to-sales:hover{text-decoration:underline}.left-side-image-section{display:flex;flex-direction:column;gap:10px;width:100px}@media screen and (max-width:1160px){.product-detail-container{flex-direction:column}.product-image-section{flex:1}.product-info-section{flex:2}}.piar{width:100%;height:60px;background-color:#000;display:flex;justify-content:space-between;align-items:center;color:#fff}.decor{transform:rotate(90deg)}.txt_main{font-size:30px;position:relative}.between-time{position:absolute;right:170px;font-size:14px;font-weight:400}.decor1,.decor2,.decor3{position:absolute;width:50px;transform:rotate(360deg)}.hat{width:30px;left:-24px;top:-8px;transform:rotate(-50deg)}.ball{right:50px;transform:rotate(-30deg);width:40px}.sugarcane{width:30px;right:140px}.lighter{left:50px;transform:rotate(-10deg);top:-10px;width:70px}@media screen and (max-width:1430px){.between-time,.sugarcane{display:none}}@media screen and (max-width:900px){.decor1,.decor2,.decor3{display:none}.piar{background-color:#ff003c}}@media screen and (max-width:750px){.txt_main{font-size:23px}}@media screen and (max-width:595px){.txt_main{font-size:20px}}@media screen and (max-width:520px){.txt_main{font-size:17px}}@media screen and (max-width:450px){.txt_main{width:270px;text-align:center}}._servicesContainer_t4qcs_1{width:90%;display:flex;justify-content:space-evenly;align-items:center;margin-top:70px}._freeDelivery_t4qcs_8,._quality_t4qcs_8,._secure_t4qcs_8{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:20px;position:relative}._deliveryImg_t4qcs_18,._qualityImg_t4qcs_18,._secureImg_t4qcs_18{background-color:#000;border-radius:50%;padding:10px;display:flex;justify-content:center;align-items:center;width:70px}._txts_t4qcs_30{display:flex;justify-content:center;align-items:center;flex-direction:column;gap:10px}._txts_t4qcs_30>span{font-size:12px}._grayEllipse_t4qcs_40{position:absolute;width:80px;height:80px;border-radius:50%;border:5px solid transparent;background-color:#c2c0c2;top:-5px;z-index:-1;animation:_fadeIn_t4qcs_1 2s linear infinite}@keyframes _fadeIn_t4qcs_1{0%{transform:scale(.5);opacity:1}to{transform:scale(1.5);opacity:0;background-color:#777}}@media screen and (max-width:1000px){._servicesContainer_t4qcs_1{width:600px;justify-content:center;gap:30px;flex-wrap:wrap}}@media screen and (max-width:640px){._servicesContainer_t4qcs_1{width:250px;flex-direction:column}}._footer_a7926_1{background-color:#1a1a1a;color:#bababa;width:100%;padding:20px;margin-top:60px;display:flex;justify-content:center;align-items:center}._footer__title_a7926_11{color:#fff}._footer__container_a7926_14{width:90%;height:300px;display:flex;justify-content:space-between;align-items:center}._footer__element_a7926_21{display:flex;flex-direction:column;justify-content:center;gap:30px}._footer__txts_a7926_27{height:130px;display:flex;flex-direction:column;gap:15px}._footer__txts_a7926_27>input{border:1px solid #FFF;background-color:transparent;padding:8px}._links_a7926_38{text-decoration:none;color:#bababa}@media screen and (max-width: 1100px){._footer__container_a7926_14{flex-wrap:wrap;gap:20px;height:max-content}._footer__title_a7926_11{margin-top:10px}}@media screen and (max-width: 768px){._footer__container_a7926_14{flex-wrap:wrap;gap:20px}}
