@import url(https://fonts.googleapis.com/css2?family=Special+Gothic&display=swap);body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box;font-family:Special Gothic,sans-serif;margin:0;padding:0}.hamburger{cursor:pointer;display:none;font-size:24px}.navbar{background-color:#fff;box-shadow:0 4px 12px #00000080;gap:1vw;height:10vh;justify-content:space-between;left:0;padding:0 2vw;position:fixed;top:0;width:100%;z-index:1000}.navbar,.navbar-section{align-items:center;display:flex}.logo{width:50px}.navlinks{gap:2vw}.navlink{color:#282c3f;font-size:14px;font-weight:700;letter-spacing:.3px;text-decoration:none;transition:color .3s ease-in-out}.navlink:hover{color:#e70196}.search{flex:1 1;margin:0 2vw;max-width:400px}.search,.search-icon{align-items:center;display:flex}.search-icon{border-radius:4px 0 0 4px;justify-content:center;width:40px}.search input,.search-icon{background:#f5f5f6;height:38px}.search input{border:none;border-radius:0 4px 4px 0;color:#696e79;font-size:14px;outline:none;padding:0 10px;width:100%}.userlinks{gap:1.5vw}.home-container{margin-top:8rem}.custom-carousel{border-radius:1rem;box-shadow:0 4px 12px #0000001a;margin:2rem auto;overflow:hidden;position:relative;width:90vw}.carousel-track-container{overflow:hidden;width:100vw}.carousel-track{display:flex;height:40vh;transition:transform .5s ease-in-out;width:100%}.carousel-slide{flex:0 0 100%;max-width:100%}.carousel-slide img{border-radius:1rem;display:block;height:auto;width:100%}.carousel-btn{background-color:#0006;border:none;color:#fff;cursor:pointer;font-size:2rem;padding:1rem;position:absolute;top:50%;transform:translateY(-50%);transition:background .3s ease;z-index:2}.carousel-btn:hover{background-color:#000000b3}.carousel-btn.left{left:10px}.carousel-btn.right{right:10px}.home{grid-gap:20px;background:#f8f8f8;display:grid;gap:20px;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));margin-top:5rem;padding:2rem}.product-card{background-color:#fff;border-radius:8px;box-shadow:0 2px 10px #0000001a;cursor:pointer;padding:1rem;transition:transform .2s}.product-card:hover{transform:translateY(-5px)}.product-card img{border-radius:4px;height:250px;object-fit:cover;width:100%}.price-section{align-items:center;display:flex;gap:10px}.tail-container{display:flex;font-family:product-de,Segoe UI,Tahoma,Geneva,Verdana,sans-serif;gap:3rem;margin:5rem auto auto;max-width:1200px;padding:2rem}.product-detail-container{display:flex;gap:3rem;margin:8rem auto auto;max-width:90vw}.product-image-section img{border-radius:10px;box-shadow:0 2px 15px #0000001a;object-fit:cover;width:400px}.product-info-section{display:flex;flex:1 1;flex-direction:column}.product-title{font-size:28px;font-weight:600;margin-bottom:10px}.product-description{color:#555;line-height:1.6;margin-bottom:20px}.product-price{align-items:center;display:flex;font-size:22px;gap:10px;margin-bottom:20px}.old-price{color:#888}.select-size-label{font-size:16px;margin:20px 0 10px}.size-options{display:flex;gap:10px;margin:1rem 0}.size-btn{background:#fff;border:1px solid #ccc;border-radius:4px;cursor:pointer;font-weight:500;padding:10px 16px;transition:all .3s}.size-btn.selected{background-color:#ffe6ec;border-color:#ff3e6c;color:#ff3e6c}.action-buttons{display:flex;gap:1rem;margin-top:1rem}.add-to-cart-btn,.wishlist-btn{border:none;border-radius:6px;cursor:pointer;font-size:15px;font-weight:700;padding:10px 20px}.add-to-cart-btn{background-color:#ff3e6c;color:#fff}.add-to-cart-btn:hover{background-color:#e0345c}.wishlist-btn{background-color:#fff;border:1px solid #ff3e6c;color:#ff3e6c}.wishlist-btn:hover{background-color:#ffe6ec}.cart-container{font-family:Segoe UI,sans-serif;margin:5rem auto 2rem;max-width:1200px;padding:2rem}.cart-heading{font-size:28px;font-weight:600;margin-bottom:2rem}.empty-cart{color:#555;font-size:18px;text-align:center}.cart-content{display:flex;flex-wrap:wrap;gap:2rem}.cart-items{flex:2 1}.cart-item-card{border-bottom:1px solid #eee;display:flex;gap:1.5rem;margin-bottom:2rem;padding-bottom:1.5rem}.cart-item-img{border-radius:8px;box-shadow:0 2px 10px #0000001a;height:180px;object-fit:cover;width:140px}.cart-item-info{flex:1 1}.cart-item-info h3{margin-bottom:.5rem}.cart-description{color:#666;font-size:14px;margin-bottom:1rem}.cart-price{align-items:center;display:flex;font-size:16px;gap:10px;margin-bottom:1rem}.new-price{color:#212121;font-weight:700}.old-price{color:#999;text-decoration:line-through}.discount{color:#ff3e6c;font-weight:600}.quantity-controls{align-items:center;display:flex;gap:10px;margin-bottom:1rem}.quantity-controls button{background-color:#fff;border:1px solid #ccc;border-radius:4px;cursor:pointer;font-size:16px;padding:5px 12px;transition:.2s ease}.quantity-controls button:hover{border-color:#ff3e6c;color:#ff3e6c}.remove-btn{background:none;border:none;color:#ff3e6c;cursor:pointer;font-size:14px;font-weight:500;text-decoration:underline}.cart-summary{background-color:#fafafa;border:1px solid #ddd;border-radius:10px;box-shadow:0 2px 15px #0000000d;flex:1 1;padding:1.5rem}.cart-summary h3{font-size:20px;margin-bottom:1rem}.summary-line{display:flex;font-size:16px;justify-content:space-between;margin-bottom:1rem}.summary-line.total{border-top:1px solid #ccc;font-size:18px;font-weight:700;padding-top:1rem}.place-order-btn{background-color:#ff3e6c;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:16px;font-weight:700;margin-top:1rem;padding:12px;transition:.3s ease;width:100%}.place-order-btn:hover{background-color:#e6375c}.cart-nav{position:relative}.badge{background:red;border-radius:50%;color:#fff;font-size:12px;font-weight:700;padding:2px 6px;right:-10px;top:-8px}.checkout-page-container{margin:5rem auto 0;max-width:800px;padding:20px}.checkout-section{margin-bottom:30px}.checkout-section h3{font-size:20px;margin-bottom:10px}textarea{border:1px solid #ccc;border-radius:5px;height:100px;padding:10px;width:100%}.payment-methods label{display:block;margin-bottom:10px}.checkout-item{display:flex;margin-bottom:15px}.checkout-item-img{height:80px;margin-right:15px;object-fit:cover;width:80px}.checkout-item-details{flex:1 1}.checkout-item-details h4{margin:0}.checkout-summary{align-items:center;display:flex;font-size:18px;justify-content:space-between;margin-top:20px}.footer{background-color:#f5f5f5;color:#282c3f;font-family:Segoe UI,sans-serif;padding:3rem 2rem 1rem}.footer-top{display:flex;flex-wrap:wrap;justify-content:space-between;margin-bottom:2rem}.footer-section{flex:1 1 200px;margin:1rem}.footer-section h4{font-size:1rem;font-weight:600;margin-bottom:1rem}.footer-section ul{list-style:none;padding:0}.footer-section ul li{margin-bottom:.5rem}.footer-section ul li a{color:#696b79;font-size:.9rem;text-decoration:none}.footer-section ul li a:hover{color:#111}.app-links img{cursor:pointer;margin:.5rem 0;width:140px}.social-icons{margin-top:1rem}.social-icons a{color:#696b79;font-size:1.2rem;margin-right:1rem;text-decoration:none;transition:.3s}.social-icons a:hover{color:#111}.footer-bottom{border-top:1px solid #ddd;color:#696b79;font-size:.85rem;padding-top:1rem;text-align:center}.checkoutContainer{background-color:#f9f9f9;border-radius:8px;box-shadow:0 1px 6px #0000001a;margin-top:30px;padding:20px}.profile-container{align-items:center;background:#f4f4f4;display:flex;justify-content:center;min-height:100vh}.form-box{background:#fff;border-radius:12px;box-shadow:0 4px 20px #0000001a;max-width:400px;padding:2rem;width:100%}.form-box h2{color:#ff3f6c;font-weight:700;margin-bottom:1rem}.form-box form{display:flex;flex-direction:column;gap:1rem}.form-box input{border:1px solid #ccc;border-radius:8px;padding:.75rem}.form-box button{background-color:#ff3f6c;border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:700;padding:.75rem}.form-box .toggle{margin-top:1rem;text-align:center}.form-box .toggle span{color:#ff3f6c;cursor:pointer;font-weight:500}.profile-dashboard{display:flex;min-height:100vh}.left-panel{align-items:start;background-color:#ffe2eb;border-right:1px solid #ccc;display:flex;flex:1 1;flex-direction:column;justify-content:center;padding:2rem}.left-panel h2,.left-panel p{margin-bottom:1rem}.logout-btn{background-color:#ff3f6c;border:none;border-radius:6px;color:#fff;cursor:pointer;padding:10px 20px}.right-panel{flex:2 1;padding:2rem}.right-panel h2{margin-bottom:1rem}.order-list{list-style:none;padding:0}.order-card{background:#f9f9f9;border:1px solid #ddd;border-radius:8px;margin-bottom:16px;padding:12px}@media (min-width:320px) and (max-width:720px){.carousel-track{height:30vh}.carousel-slide img{height:100%}.product-detail-container{max-width:90vw;overflow-x:hidden}.product-image-section img{width:90vw}.profile-dashboard{display:flex;flex-direction:column;margin-top:3rem}.product-detail-container{display:flex;flex-direction:column;gap:1rem}.cart-content{gap:2rem}.cart-content,.cart-item-card{display:flex;flex-direction:column}.cart-item-card{gap:1.5rem}.checkout-summary{align-items:center;display:flex;flex-direction:column;justify-content:space-between}.navbar{align-items:stretch;flex-direction:column;height:auto;padding:10px 15px}.navbar-top{align-items:center;display:flex;justify-content:space-between;width:100%}.logo img{width:40px}.hamburger{cursor:pointer;display:block;font-size:24px}.navlinks{display:none;flex-direction:column;gap:12px;margin-top:10px;padding-left:5px}.navlinks.active{display:flex}.search{margin-top:10px}.search,.userlinks{display:flex;width:100%}.userlinks{justify-content:space-around;margin-top:15px;padding-bottom:10px}body{margin-top:10vh}.ham-logo{align-items:center;display:flex;justify-content:space-between;margin-right:20px}}
/*# sourceMappingURL=main.a331cd66.css.map*/