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}.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}@media(prefers-reduced-motion: no-preference){.App-logo{animation:App-logo-spin infinite 20s linear}}.App-header{background-color:#282c34;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:calc(10px + 2vmin);color:#fff}.App-link{color:#61dafb}@keyframes App-logo-spin{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}.product-sections{font-family:"Segoe UI",sans-serif}.product-sections .section-container{display:flex;gap:16px;flex-wrap:wrap}.product-sections .section-column{flex:1;min-width:260px}.product-sections .product-card{display:flex;align-items:flex-start;gap:12px;padding:12px;border-radius:12px;background-color:#fff;box-shadow:0 2px 8px rgba(0,0,0,.05);margin-bottom:14px;cursor:pointer;transition:box-shadow .2s ease}.product-sections .product-card:hover{box-shadow:0 4px 12px rgba(0,0,0,.1)}.product-sections .product-card .image-container{flex-shrink:0;width:80px;height:80px}.product-sections .product-card .image-container img{width:100%;height:100%;object-fit:cover;border-radius:8px}.product-sections .product-card .text-container{flex:1;overflow:hidden}.product-sections .product-card .text-container h4{font-size:1rem;font-weight:600;margin-bottom:6px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-sections .product-card .text-container .product-category{font-size:.9rem;color:#666;margin-bottom:6px}.product-sections .product-card .text-container .price{font-size:1rem;font-weight:bold;color:#e94560}.product-sections .product-card .text-container .price .old-price{margin-left:8px;font-size:.9rem;color:#aaa;text-decoration:line-through}.product-card{display:flex;flex-direction:row;align-items:center;gap:10px;background:#fff;border-radius:10px;box-shadow:0 2px 8px rgba(0,0,0,.06);padding:12px;max-width:360px;min-height:100px;overflow:hidden;cursor:pointer}.product-card .image-container{flex-shrink:0;width:80px;height:80px;overflow:hidden;border-radius:8px}.product-card .image-container .product-image{width:100%;height:100%;object-fit:cover;display:block}.product-card .text-container{flex:1;overflow:hidden;gap:10px}.product-card .text-container h4{font-size:1rem;font-weight:600;margin:0 0 4px 0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-card .text-container .product-category{font-size:.85rem;color:#777;margin-bottom:6px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-card .text-container .price{font-weight:600;color:#e94560;font-size:.9rem}.product-card .text-container .price .old-price{color:#aaa;font-size:.85rem;margin-left:6px;text-decoration:line-through}.main-header{box-shadow:0 2px 8px rgba(0,0,0,.05);font-family:"Poppins","Inter",sans-serif;position:fixed;top:0;background-color:#fff;z-index:1000;margin:0 auto;width:100%;box-sizing:border-box}.main-header a,.main-header .option{color:#444;transition:color .2s}.main-header a:hover,.main-header .option:hover{color:#ff6f61}.header-section{width:96%;margin:0 auto}.top-bar,.middle-bar{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:0 1rem}.top-bar.top-bar,.middle-bar.top-bar{color:#888}.top-bar{height:.7cm;border-bottom:1px solid #e6e5e5}.middle-bar{height:1.5cm;border-bottom:1px solid #e6e5e5}.bottom-bar{height:.8cm;width:98.7%}.center-search{position:relative;flex:1;max-width:50%}.center-search input{width:100%;padding:8px 1px 8px 10px;border:1px solid #888;border-radius:4px;font-size:14px}.center-search .search-icon{position:absolute;right:10px;top:50%;transform:translateY(-50%);color:#888;cursor:pointer;padding-left:10px}.search-overlay{position:fixed;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.75);z-index:9999;overflow-y:auto;padding:20px}.search-overlay .close-btn{position:absolute;right:50px;font-size:30px;background:none;border:none;color:#fff;cursor:pointer}.search-overlay .search-results{max-width:900px;margin:80px auto;background-color:#fff;color:#444;padding:20px;border-radius:12px}.search-overlay .search-results .product-item{display:flex;justify-content:flex-start;align-items:flex-start;gap:20px;border-bottom:1px solid #e6e5e5;padding:16px 0;text-align:left}.search-overlay .search-results .product-item img{width:120px;height:100px;object-fit:cover;border-radius:8px}.search-overlay .search-results .product-item .product-info{text-align:left;direction:ltr}.search-overlay .search-results .product-item .product-info h3{margin:0 0 8px}.search-overlay .search-results .product-item .product-info p{margin:4px 0}.right-icons{display:flex;justify-content:flex-start;align-items:center;gap:20px;position:relative}.right-icons .icon-with-badge{position:relative}.right-icons .icon-with-badge .badge{position:absolute;top:-6px;right:-8px;background-color:red;color:#fff;font-size:10px;padding:2px 5px;border-radius:50%;font-weight:bold}.nav-links{display:flex;justify-content:center;align-items:center;gap:0;padding:5px 0}.nav-links a{margin:0 10px;text-decoration:none;color:#444;font-weight:500;transition:color .2s,transform .2s}.nav-links a:hover{color:#ff6f61;transform:translateY(-2px)}.left-icons a{margin-right:10px;cursor:pointer;color:#888}.center-title{font-weight:bold}.right-options{display:flex;justify-content:flex-start;align-items:center;gap:15px}.right-options .option{position:relative;cursor:pointer;display:flex;justify-content:flex-start;align-items:center;gap:0;color:#888}.right-options .option .arrow{margin-left:5px;font-size:10px}.right-options .option .dropdown{position:absolute;top:130%;right:0;background-color:#fff;border:1px solid #fff;border-radius:4px;box-shadow:0 2px 8px rgba(0,0,0,.1);z-index:10}.right-options .option .dropdown div{padding:5px 10px;cursor:pointer;font-size:14px}.right-options .option .dropdown div:hover{background-color:#e6e5e5}.page-layout{display:grid;grid-template-areas:"header header" "sidebar main" "footer footer";grid-template-columns:210px 1fr;grid-template-rows:auto 1fr auto;min-height:100vh;gap:10px;padding:10px;background:#fff}aside{grid-area:sidebar;background-color:#e6e5e5;padding:10px}main{grid-area:main;background-color:#fff;padding:10px}footer{grid-area:footer;background-color:#222;color:#fff;padding:10px;text-align:center}.page-layout{display:grid;grid-template-areas:"header header" "sidebar main" "footer footer";grid-template-columns:210px 1fr;grid-template-rows:auto 1fr auto;min-height:100vh;gap:10px;padding:10px;background:#fff}aside{padding-top:80px;grid-area:sidebar;background-color:#fff;border-radius:12px;padding:18px 14px;margin-top:18px;margin-bottom:18px;box-shadow:0 2px 8px rgba(0,0,0,.04);width:fit-content;min-width:unset;max-width:220px;height:fit-content;align-self:flex-start;margin-top:100px}main{grid-area:main;background-color:#fff;padding:10px;padding-top:100px}footer{grid-area:footer;background-color:#222;color:#fff;padding:10px;text-align:center}.product-card{border-radius:10px;border:1px solid #eee;gap:12px;flex-direction:row}.product-card .image-container{flex-shrink:0;height:50px}.product-card .image-container .product-image{height:100%}.product-card .text-container{flex:1;overflow:hidden}.product-card .text-container h4{margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-card .text-container .product-category{font-size:12px;color:#777;margin:2px 0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-card .text-container .price{font-size:13px;color:#f44336}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.7);display:flex;justify-content:center;align-items:center;z-index:9999}.modal-overlay .modal-content{background:#fff;padding:20px;border-radius:10px;max-width:500px;position:relative;text-align:left}.modal-overlay .modal-content h2{margin-top:0}.modal-overlay .modal-content .modal-image{display:block;margin:0 auto 15px auto;max-width:80%;max-height:250px;object-fit:contain;border-radius:6px}.modal-overlay .modal-content .close-btn{position:absolute;top:10px;right:15px;background:rgba(0,0,0,0);border:none;font-size:24px;cursor:pointer}.deal-section-wrapper{display:flex;flex-direction:column;align-items:left;margin:32px auto}.deal-title{margin-bottom:12px;font-size:2rem;font-weight:700;color:#222;text-align:left;align-self:flex-start;margin:left 100px}.deal-of-the-day{display:flex;justify-content:center;align-items:center;background:#fff;border-radius:12px;box-shadow:0 2px 8px rgba(0,0,0,.05);padding:24px;max-width:700px}.deal-image{display:flex;align-items:center;justify-content:center;min-width:160px;margin-right:32px}.deal-image img{width:140px;height:auto;border-radius:8px;object-fit:contain;background:#f7f7f7;display:block}.deal-info{flex:1}.deal-rating{color:#f7b500;font-size:1.2em;margin-bottom:8px}.deal-pricing{margin:12px 0}.deal-price{color:#f44336;font-size:1.5em;font-weight:bold;margin-right:12px}.deal-old-price{color:#aaa;text-decoration:line-through;font-size:1.1em}.deal-add-to-cart{background:#f7b500;color:#fff;border:none;border-radius:4px;padding:8px 24px;font-size:1em;cursor:pointer;margin:12px 0;transition:background .2s}.deal-add-to-cart:hover{background:rgb(255,64.5189873418,46)}.deal-meta{font-size:.95em;color:#444;margin-bottom:10px}.deal-timer{display:flex;gap:16px;font-size:1.1em;margin-top:8px}.deal-timer div{background:#f7f7f7;border-radius:4px;padding:6px 12px;min-width:60px;text-align:center}.custom-carousel{position:relative;width:100%;height:360px;overflow:hidden;border-radius:18px;margin:20px 0}.custom-carousel-content{position:absolute;top:45%;left:2%;transform:translateY(-50%);z-index:20;color:#fff;text-shadow:1px 1px 5px #000;max-width:600px;padding:30px;border-radius:18px;backdrop-filter:blur(8px)}.custom-carousel-title{font-size:31px;margin:0 0 10px 0;font-weight:bold;line-height:1.3}.custom-carousel-subtitle{font-size:20px;font-weight:bold;display:block;margin-top:5px}.custom-carousel-text{font-size:18px;margin:0 0 15px 0}.custom-carousel-btn{margin-top:15px;padding:10px 25px;background-color:#d697c3;color:#fff;border:none;border-radius:50px;cursor:pointer;font-weight:600;transition:all .3s ease}.custom-carousel-btn:hover{background-color:#f3cce6;transform:translateY(-2px)}.custom-carousel-swiper{width:100%;height:100%;position:relative;z-index:10}.custom-carousel-image{width:100%;height:100%;object-fit:cover;display:block}@media(max-width: 768px){.custom-carousel{height:300px}.custom-carousel-content{padding:20px;left:50%;transform:translate(-50%, -50%);width:80%;text-align:center}.custom-carousel-title{font-size:30px}.custom-carousel-subtitle{font-size:18px}.custom-carousel-text{font-size:16px}}.best-sellers{padding:20px;border-radius:12px;box-shadow:0 2px 8px rgba(0,0,0,.05);font-family:"Segoe UI",sans-serif;margin-top:30px}.best-sellers h3{font-size:18px;color:#222;margin-bottom:15px;font-weight:600;border-bottom:1px solid #eee;padding-bottom:10px}.best-sellers-list{list-style:none;padding:0;margin:0}.best-seller-item{display:flex;justify-content:flex-start;align-items:center;gap:12px;margin-bottom:15px}.best-seller-item img{width:60px;height:60px;object-fit:cover;border-radius:6px}.best-seller-item .info{display:flex;flex-direction:column}.best-seller-item .name{font-size:14px;color:#444;margin:0}.best-seller-item .price{font-size:13px;color:#ff6f61;font-weight:bold;margin-top:4px}.main-categories-wrapper{margin:20px 0;padding:10px}.main-categories-grid{display:flex;justify-content:flex-start;align-items:flex-start;gap:15px;flex-wrap:wrap}.category-item{display:flex;justify-content:flex-start;align-items:center;gap:0;background-color:#f9f9f9;padding:8px 12px;border-radius:8px;min-width:160px;max-width:200px;box-shadow:0 1px 4px rgba(0,0,0,.05);transition:transform .3s ease}.category-item:hover{transform:translateY(-3px)}.category-item img{width:36px;height:36px;border-radius:5px;margin-right:10px;object-fit:cover}.category-info{display:flex;flex-direction:column}.category-title{font-size:14px;font-weight:600;color:#000;margin-bottom:2px}.category-show-all{font-size:11px;color:#e94560;text-decoration:none;font-weight:500}@media(max-width: 600px){.main-categories-grid{flex-direction:column}}.category-nav{background:#fff;border-radius:12px;box-shadow:0 2px 8px rgba(0,0,0,.05);padding:18px 0;width:200px;margin:0 0 24px 24px}.category-nav h3{font-size:16px;color:#222;font-weight:600;margin:0 0 18px 24px;padding:0}.category-nav ul{list-style:none;padding:0;margin:0}.category-item{display:flex;justify-content:space-between;align-items:center;gap:0;font-size:14px;color:#444;padding:8px 24px;border-radius:8px;margin:0 8px 6px 8px;cursor:pointer;transition:background .2s,color .2s}.category-item .icon{margin-right:10px;font-size:16px}.category-item .plus-sign{color:#bbb;font-size:18px;margin-left:12px;transition:color .2s}.category-item:hover{transition:color .2s;color:#fff}.category-item:hover:hover{color:#ff6f61}.category-item:hover .plus-sign{color:#fff}.new-products{padding:20px;background-color:#f9f9f9}.new-products-list{display:flex;justify-content:flex-start;align-items:center;gap:15px;overflow-x:auto;padding:0;list-style:none}.new-product-item{display:flex;justify-content:column;align-items:center;gap:0;border:1px solid #eee;padding:10px;background-color:#fff;border-radius:8px;min-width:120px}.new-product-item img{border-radius:4px;margin-bottom:8px}.info .name{font-weight:bold;margin-bottom:5px;color:#222}.info .price{color:#ff6f61;font-weight:bold}.price{display:flex;gap:6px;align-items:center}.original-price{text-decoration:line-through;color:#777;font-size:.85rem}.current-price{color:#ff6f61;font-weight:bold;font-size:.9rem}.product-card{display:flex;justify-content:column;align-items:center;gap:0;background-color:#fff;border:1px solid #eee;border-radius:8px;padding:10px;width:150px;box-shadow:0 2px 5px rgba(0,0,0,.05)}.image-container{width:100px;height:100px;margin-bottom:10px}.product-image{width:100%;height:100%;object-fit:contain}.product-name{font-size:.95rem;margin-bottom:6px;color:#444;font-weight:500}.rating{margin-bottom:6px;font-size:.9rem}.filled-star{color:#f7b500}.empty-star{color:#ddd}.price{display:flex;justify-content:center;align-items:center;gap:6px}.original-price{text-decoration:line-through;color:#999;font-size:.85rem}.current-price{color:#e91e63;font-weight:bold;font-size:.9rem}.hero-section{position:relative;width:100%;height:auto;min-height:unset;border-radius:18px;overflow:hidden;margin:20px 0;box-shadow:0 8px 32px rgba(0,0,0,.15)}.hero-section .container{padding:0;max-width:unset}body{font-size:14px;overflow-x:hidden;margin:0;padding:0}.container{padding:0 10px;max-width:100%}img{max-width:100%;height:auto;display:block}*{box-sizing:border-box}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(90deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.3) 100%);z-index:1}.hero-content{position:relative;z-index:3;max-width:600px;color:#fff;padding:60px;background:rgba(0,0,0,.4);border-radius:18px;backdrop-filter:blur(8px);text-align:left}.hero-content .hero-title{font-size:4rem;font-weight:700;margin-bottom:15px;line-height:1.1;letter-spacing:-1px}.hero-content .hero-title span{font-size:3rem;display:block;margin-top:10px;color:#ff6f61;font-weight:800;letter-spacing:2px;text-transform:uppercase}.hero-content .hero-sub{font-size:1.5rem;margin-bottom:30px;font-weight:300;opacity:.9}.hero-content .btn-primary{padding:10px 28px;border:none;border-radius:24px;font-size:1rem;font-weight:500;cursor:pointer;transition:background .2s,color .2s;background:#ff6f61;color:#fff;box-shadow:0 4px 16px rgba(255,111,97,.3);padding:16px 40px;font-size:1.2rem;font-weight:600;border-radius:50px;transition:all .4s ease;text-transform:uppercase;letter-spacing:1px}.hero-content .btn-primary:hover{background:rgb(255,55.2227848101,35.8);transform:translateY(-3px);box-shadow:0 6px 20px rgba(255,111,97,.4)}@media(max-width: 1200px){.hero-section{height:70vh;min-height:500px}.hero-section .container{padding:0 60px}.hero-content{padding:40px}.hero-content .hero-title{font-size:3rem}.hero-content .hero-title span{font-size:2.2rem}}@media(max-width: 768px){.hero-section{height:60vh;min-height:400px}.hero-section .container{padding:0 30px;justify-content:center}.hero-content{width:90%;padding:30px;text-align:center}.hero-content .hero-title{font-size:2.2rem}.hero-content .hero-title span{font-size:1.8rem}.hero-content .hero-sub{font-size:1.2rem}.hero-content .btn-primary{padding:14px 30px}}@media(max-width: 480px){.hero-section{min-height:350px}.hero-content{padding:25px}.hero-content .hero-title{font-size:1.8rem}.hero-content .hero-title span{font-size:1.4rem}.hero-content .hero-sub{font-size:1rem}}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 20px}.product-tabs{display:flex;gap:10px;margin-bottom:18px}.tab{background:rgba(255,111,97,.08);border:none;border-radius:16px;padding:7px 18px;font-size:1rem;color:rgba(255,111,97,.08);cursor:pointer;transition:background .2s,color .2s}.tab.active,.tab:hover{background:#ff6f61;color:#fff}.product-grid{display:flex;gap:24px;flex-wrap:wrap}.product-card{background:#fff;border-radius:14px;box-shadow:0 2px 8px rgba(0,0,0,.07);padding:18px;width:260px;display:flex;flex-direction:column;align-items:center;margin-bottom:18px}.product-card img{width:100%;max-width:180px;border-radius:10px;margin-bottom:10px}.product-info{text-align:center;margin-bottom:10px}.price{color:#ff6f61;font-weight:bold;font-size:1.1rem}.old-price{color:#aaa;text-decoration:line-through;font-size:.95em;margin-left:6px}.rating{color:#f7b500;font-size:1.1em}.quick-actions{display:flex;gap:8px;margin-top:6px}.icon-btn{background:#f7f7f7;border:none;border-radius:50%;width:36px;height:36px;display:flex;align-items:center;justify-content:center;font-size:1.2em;cursor:pointer;transition:background .2s}.icon-btn:hover{background:#ff6f61;color:#fff}.main-footer{background:#222;color:#fff;padding:32px 0 0 0;margin-top:48px}.footer-content{display:flex;flex-direction:column;align-items:center}.footer-columns{display:flex;gap:60px;margin-bottom:18px}.footer-columns h5{font-size:1.1rem;font-weight:700;margin-bottom:8px}.footer-columns ul{list-style:none;padding:0;margin:0}.footer-columns li{margin-bottom:6px;color:#eee;font-size:.98rem}.footer-bottom{border-top:1px solid #444;padding:12px 0 0 0;width:100%;text-align:center;font-size:.98rem;color:#bbb}/*# sourceMappingURL=main.css.map */
