@import"https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap";*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,sans-serif;min-height:100vh;display:flex;flex-direction:column}#root{flex:1;display:flex;flex-direction:column}.app-main-content{flex:1}.navbar{display:flex;align-items:center;justify-content:space-between;padding:0 2rem;height:64px;background:#fff;box-shadow:0 2px 8px #0000000a}.navbar-logo{font-size:1.5rem;font-weight:700;color:#222;letter-spacing:1px}.navbar-links{display:flex;gap:2rem;list-style:none}.navbar-links li{font-size:1rem;color:#333;font-weight:600;letter-spacing:.02em;cursor:pointer;padding:2px 8px;border-radius:6px;transition:background .18s,color .18s}.navbar-links li:hover{background:#e0e7ff;color:navy}.navbar-links li .active{text-decoration:none;color:navy;background:#e0e7ff}.navbar-links li a{text-decoration:none;color:inherit;display:block}.navbar-icons{display:flex;align-items:center;gap:1.2rem}.icon{font-size:1.25rem;color:#444;cursor:pointer;transition:color .2s}.icon:hover{color:navy}.hamburger{display:none}.cart-icon-wrapper{position:relative;display:inline-block}.cart-badge{position:absolute;top:-8px;right:-10px;background:#00008b;color:#fff;border-radius:50%;padding:2px 7px;font-size:12px;font-weight:700}@media (max-width: 768px){.navbar-links{display:none;position:absolute;top:64px;left:0;width:100%;flex-direction:column;background:#fff;box-shadow:0 2px 8px #00000014;padding:1rem 0;gap:1.5rem;z-index:100}.navbar-links.open{display:flex;text-align:center}.hamburger{display:block}}.heart-icon-wrapper{position:relative;display:inline-block}.cart-badge{position:absolute;top:-7px;right:-10px;background:#e63946;color:#fff;border-radius:50%;font-size:.85rem;padding:2px 4px;font-weight:700;z-index:1}.hero{display:flex;align-items:center;justify-content:center;min-height:60vh;background:#f5f5f7;padding:40px 20px}.hero>div{max-width:600px;text-align:center;position:relative}.hero span{display:inline-block;color:#ff3e3e;font-weight:600;letter-spacing:2px;margin-bottom:12px;font-size:1.1rem}.hero h1{font-size:2.5rem;font-weight:700;margin:0 0 18px;color:#222}.hero p{color:#555;font-size:1.1rem;margin-bottom:28px;line-height:1.6}.btn{background:navy;color:#fff;border:none;padding:14px 36px;border-radius:30px;font-size:1rem;font-weight:600;cursor:pointer;transition:background .2s;margin-bottom:24px}.btn:hover{background:navy}@media (max-width: 600px){.hero h1{font-size:1.6rem}.hero-img{max-width:90vw}}.display-container{display:flex;align-items:center;justify-content:center;gap:48px;padding:40px 20px;flex-wrap:wrap}.display-text{max-width:340px}.display-text h2{font-size:2rem;font-weight:700;margin-bottom:16px;color:#222}.display-text p{font-size:1.1rem;color:#555;line-height:1.6}.display-images{display:flex;gap:24px}.display-img{width:420px;height:420px;object-fit:cover;border-radius:16px;box-shadow:0 4px 24px #0000001a;background:#eee}@media (max-width: 900px){.display-container{flex-direction:column;gap:32px;align-items:flex-start}.display-images{flex-direction:column;gap:24px;width:100%;align-items:center}.display-img{width:90vw;max-width:340px;height:auto}}.swiper-container{display:flex;flex-direction:column;align-items:center;position:relative;width:340px;margin:0 auto}.swiper-img{width:100%;height:320px;object-fit:cover;border-radius:16px;box-shadow:0 4px 24px #0000001a;background:#eee}.swiper-arrow{position:absolute;top:50%;transform:translateY(-50%);background:#fff;border:none;font-size:2rem;color:#222;padding:8px 16px;border-radius:50%;box-shadow:0 2px 8px #00000014;cursor:pointer;z-index:2;transition:background .2s}.swiper-arrow.left{left:8px}.swiper-arrow.right{right:8px}.swiper-dots{display:flex;justify-content:center;margin-top:12px;gap:8px}.swiper-dot{width:12px;height:12px;background:#bbb;border-radius:50%;display:inline-block;cursor:pointer;transition:background .2s}.swiper-dot.active{background:#222}.swiper-row-container{display:flex;overflow-x:auto;scroll-behavior:smooth;width:100vw;max-width:100%;gap:40px;padding:40px 0;background:#f6f7fa;align-items:flex-start;scrollbar-width:none}.swiper-row-container::-webkit-scrollbar{display:none}.apple-card{flex:0 0 240px;background:transparent;border-radius:0;box-shadow:none;display:flex;flex-direction:column;align-items:center;padding:0;min-height:320px;transition:none}.apple-card:hover{box-shadow:0 12px 40px #00000029;transform:translateY(-4px) scale(1.03)}.apple-card-img{width:180px;height:180px;object-fit:contain;margin-bottom:18px;background:#fff;border-radius:18px}.apple-card-title{font-size:1.15rem;font-weight:600;color:#111;margin-bottom:10px;text-align:center}.apple-card-price{font-size:1rem;color:#444;margin-bottom:16px;text-align:center}.apple-card-btn{background:navy;color:#fff;border:none;padding:10px 28px;border-radius:22px;font-size:1rem;font-weight:600;cursor:pointer;transition:background .2s;margin-top:0}.apple-card-btn:hover{background:#005bb5}@media (max-width: 400px){.swiper-container{width:98vw}.swiper-img{height:180px}}@media (max-width: 600px){.swiper-row-img{height:180px}}@media (max-width: 700px){.swiper-row-container{gap:16px;padding:18px 0;justify-content:center}.apple-card{flex:0 0 90vw;min-width:0;margin:0 auto}.apple-card-img{width:100px;height:100px}}.article-list{display:flex;gap:32px;flex-wrap:wrap;justify-content:center;padding:40px 0;background:#fff}.article-card{background:#fff;border-radius:0;box-shadow:none;width:320px;padding:0;display:flex;flex-direction:column;align-items:center;overflow:hidden;border:none;position:relative}.article-img{width:100%;max-width:260px;height:180px;object-fit:cover;display:block;margin:18px auto 0;background:#f5f5f7;border-radius:0}.article-title{font-size:1.08rem;font-weight:700;color:#222;margin:18px 0 8px;text-align:center;text-transform:uppercase;letter-spacing:.04em;padding:0 10px}.article-desc{font-size:.98rem;color:#888;text-align:center;margin-bottom:18px;padding:0 10px}.article-underline{width:100%;height:4px;background:navy;margin-top:auto}@media (max-width: 900px){.article-list{gap:14px;padding:18px 0}.article-card{width:96vw;max-width:370px}.article-img{height:120px;max-width:90vw}}.footer-section{background:#f8fafc;padding:56px 0 0;margin-top:48px;font-family:inherit}.footer-main{max-width:900px;margin:0 auto;padding:0 24px;display:flex;flex-direction:row;justify-content:center;align-items:flex-start;gap:48px}@media (min-width: 700px){.footer-main{grid-template-columns:2fr 1fr 1fr 2fr}}.footer-col{display:flex;flex-direction:column;gap:12px;align-items:flex-start}.footer-brand{grid-column:span 1}.footer-logo-img{width:auto;height:36px}.footer-desc{color:#64748b;font-size:1rem;margin-top:18px;line-height:1.6}.footer-socials{display:flex;gap:10px;margin-top:18px;list-style:none;padding:0}.footer-social-link{display:flex;align-items:center;justify-content:center;background:#22223b;color:#fff;border-radius:50%;width:32px;height:32px;transition:background .2s,color .2s;font-size:1.1rem}.footer-social-link:hover{background:navy;color:#fff}.footer-heading{font-size:.92rem;font-weight:700;text-transform:uppercase;color:#64748b;letter-spacing:.08em;margin-bottom:8px}.footer-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px}.footer-link{color:#22223b;text-decoration:none;font-size:1.02rem;font-weight:500;transition:color .18s}.footer-link:hover{color:navy}.footer-newsletter-form{display:flex;gap:8px;margin-top:12px;flex-wrap:wrap}.footer-input{padding:10px 14px;border-radius:8px;border:1.5px solid #cbd5e1;font-size:1rem;outline:none;min-width:0;flex:1 1 120px;background:#fff;color:#333;transition:border .2s}.footer-input:focus{border-color:navy}.footer-input::placeholder{color:#a0aec0}.footer-btn{background:navy;color:#fff;border:none;padding:10px 22px;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:background .18s}.footer-btn:hover{background:#226}.footer-copy{text-align:center;color:#64748b;font-size:.98rem;margin:32px 0 18px;width:100%}@media (max-width: 600px){.footer-main{grid-template-columns:1fr}.footer-logo{font-size:1.4rem}.footer-desc{font-size:.9rem}.footer-heading{font-size:.8rem}.footer-link{font-size:.9rem}.footer-newsletter-form{flex-direction:column}.footer-input,.footer-button{width:100%}}@media (max-width: 700px){.footer-main{flex-direction:column;align-items:center;gap:24px}.footer-col{align-items:center}.footer-copy{margin:24px 0 12px}}.about-container{max-width:800px;margin:4rem auto;padding:2rem;font-family:Inter,Segoe UI,Tahoma,sans-serif;color:#222;line-height:1.75;background:none;border-radius:0;box-shadow:none;transition:none}.about-container h1{font-size:2.75rem;text-align:center;margin-bottom:2rem;color:#111;letter-spacing:-.5px;font-weight:700}.about-container p{margin-bottom:1.5rem;font-size:1.15rem;text-align:justify;text-wrap:pretty;color:#333}@media (max-width: 900px){.about-container{max-width:95vw;padding:1.5rem 1rem}.about-container h1{font-size:2.1rem}}@media (max-width: 600px){.about-container{margin:2rem .5rem;padding:1rem .5rem;border-radius:0}.about-container h1{font-size:1.5rem;margin-bottom:1.2rem}.about-container p{font-size:.98rem;margin-bottom:1rem}}@media (max-width: 400px){.about-container{padding:.5rem .2rem}.about-container h1{font-size:1.1rem}}.product-card{border:1px solid #e5e7eb;border-radius:12px;padding:1.2rem 1rem 1.4rem;text-align:center;background:#fff;max-width:270px;min-width:270px;height:420px;display:flex;flex-direction:column;justify-content:space-between;gap:.8rem;margin:.5rem;position:relative}.product-card:hover{box-shadow:0 8px 32px #0000001f;border:1.5px solid #bae6fd}.product-card-img{width:100%;height:180px;object-fit:contain;border-radius:8px;margin-bottom:.5rem;background:#f1f5f9;display:block;flex-shrink:0}.product-card-title-link{text-decoration:none}.product-card-title{margin:.7rem 0 .3rem;font-size:1.15rem;color:#222;font-weight:600;transition:color .18s;min-height:2.5em;display:flex;align-items:center;justify-content:center}.product-card-title-link:hover .product-card-title{color:navy}.product-card-rating{display:flex;align-items:center;justify-content:center;gap:2px}.product-card-rating .star{width:20px;height:20px;color:#facc15}.product-card-rating-value{margin-left:.5rem;background:#e0f2fe;color:#00008b;border-radius:6px;padding:2px 8px;font-size:.85rem;font-weight:600}.product-card-bottom{display:flex;align-items:center;justify-content:space-between;gap:.4rem;min-height:48px;margin-top:auto}.product-card-price{font-size:1.1rem;font-weight:700;color:#222;flex:1 1 auto}.product-card-btn{background:navy;color:#fff;border:none;border-radius:8px;font-size:1.08rem;font-weight:600;padding:.45rem 1.2rem;margin:0 0 0 .2rem;transition:background .18s,box-shadow .18s;box-shadow:0 2px 8px #0891b214;cursor:pointer;display:flex;align-items:center;justify-content:center;height:auto;width:auto;letter-spacing:.01em}.product-card-btn:hover{background:#036}.add-cart-btn,.favorite-btn{background:none;border:none;border-radius:8px;width:36px;height:36px;font-size:1.3rem;display:flex;align-items:center;justify-content:center;cursor:pointer;padding:0;margin:0 0 0 .2rem}.add-cart-btn{background:navy;color:#fff}.add-cart-btn:hover{background:#00008b}.favorite-btn{color:#e63946;font-weight:700}.favorite-btn-card{position:absolute;top:14px;right:14px;background:#fff;border:none;border-radius:50%;width:38px;height:38px;display:flex;align-items:center;justify-content:center;font-size:1.35rem;color:#e63946;box-shadow:0 2px 8px #00000012;cursor:pointer;z-index:2;transition:background .15s,color .15s}.favorite-btn-card:hover{background:#fbe9ea;color:#b71c1c}.product-list{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center;padding:2rem 0}.product-details{max-width:380px;margin:1.2rem auto;padding:1.2rem;background:#fff;border-radius:10px;box-shadow:0 2px 8px #0000000f;text-align:center}.product-details img{width:100%;max-height:220px;object-fit:contain;border-radius:8px;margin-bottom:1rem}.product-details h2{margin-bottom:.5rem}.product-details div{font-weight:600;color:#00008b;font-size:1.2rem;margin:.5rem 0}.product-details p{margin:1rem 0}.product-details a{display:inline-block;margin-top:1rem;color:navy;text-decoration:underline}.product-details-actions{display:flex;align-items:center;justify-content:center;gap:1rem;margin-top:1.2rem}.product-details-qty-btn{background:#e0e7ef;border:none;border-radius:6px;padding:.45rem .9rem;font-size:1.2rem;cursor:pointer;transition:background .18s;color:#222}.product-details-qty-btn:hover{background:#bae6fd}.product-details-qty{font-size:1.15rem;font-weight:600;min-width:2.2rem;text-align:center;display:inline-block}.product-details-cart-btn{background:#00008b;color:#fff;border:none;border-radius:6px;padding:.45rem 1.2rem;font-size:1.2rem;font-weight:600;margin-left:1.2rem;display:flex;align-items:center;transition:background .18s;cursor:pointer}.product-details-cart-btn:hover{background:#00008b}.cart-container{max-width:700px;margin:2rem auto;background:#fff;border-radius:12px;box-shadow:0 2px 16px #00000012;padding:2rem}.cart-title{font-size:2rem;font-weight:700;margin-bottom:1.5rem}.cart-list{border-top:1px solid #eee;border-bottom:1px solid #eee}.cart-row{display:flex;align-items:center;padding:1rem 0;border-bottom:1px solid #eee}.cart-row:last-child{border-bottom:none}.cart-item{display:flex;align-items:center;margin-bottom:1rem}.cart-item-image{width:80px;height:80px;object-fit:contain;border-radius:8px;background:#f5f5f5;margin-right:1.5rem}.cart-item-details{flex:1}.cart-item-name{font-weight:600;margin-bottom:.5rem}.cart-item-price{color:#00008b;font-weight:500;margin-bottom:.5rem}.cart-item-qty{display:flex;align-items:center;gap:.5rem;color:#888;font-size:1rem;margin-top:.5rem}.qty-btn{width:32px;height:32px;border:none;background:#00008b;color:#fff;border-radius:50%;font-size:1.2rem;cursor:pointer;transition:background .2s;display:flex;align-items:center;justify-content:center}.qty-btn:hover{background:navy}.qty-value{min-width:24px;text-align:center;font-weight:700;font-size:1.1rem}.cart-item-total{font-weight:700;font-size:1.1rem;min-width:90px;text-align:right}.cart-summary{display:flex;justify-content:flex-end;align-items:center;margin-top:2rem;font-size:1.2rem;font-weight:600}.cart-summary-total{color:navy;margin-left:1rem}.cart-empty{padding:2rem;text-align:center;font-size:1.2rem;color:#888}.order-btn{display:block;margin:2rem 0 0 auto;padding:.75rem 2.5rem;background:navy;color:#fff;border:none;border-radius:24px;font-size:1.1rem;font-weight:700;cursor:pointer;box-shadow:0 2px 8px #2196f314;transition:background .2s}.order-btn:hover{background:navy}.profile-form-container{max-width:350px;margin:2rem auto;background:#fff;border-radius:10px;box-shadow:0 2px 12px #00000014;padding:2rem 1.5rem}.profile-tabs{display:flex;justify-content:center;margin-bottom:1.5rem;gap:1rem}.profile-tabs button{background:none;border:none;font-size:1.1rem;font-weight:700;color:#888;cursor:pointer;padding:.5rem 1.2rem;border-bottom:2px solid transparent;transition:color .15s,border .15s}.profile-tabs button.active{color:#00008b;border-bottom:2px solid #00008b}.profile-form{display:flex;flex-direction:column;gap:1rem}.profile-form input{padding:.7rem 1rem;border:1px solid #dbeafe;border-radius:6px;font-size:1rem;outline:none;transition:border .15s}.profile-form input:focus{border:1.5px solid #00008b}.profile-form button[type=submit]{background:#00008b;color:#fff;border:none;border-radius:6px;padding:.7rem 1rem;font-size:1.1rem;font-weight:700;cursor:pointer;transition:background .18s}.profile-form button[type=submit]:hover{background:#00008b}.forgot-password-row{text-align:right;margin-bottom:.5rem}.forgot-password-link{color:red;cursor:pointer;font-size:.97rem;text-decoration:none;transition:color .15s}.forgot-password-link:hover{color:#00008b}.terms-label{display:flex;align-items:center;gap:.5rem;font-size:.97rem;margin-bottom:.5rem;cursor:pointer}.terms-label a{color:#00008b;text-decoration:underline;transition:color .15s}.terms-label a:hover{color:red}.blogs-container{max-width:700px;margin:2rem auto;background:#fff;border-radius:12px;box-shadow:0 2px 12px #00000012;padding:2rem 1.5rem;text-align:center}.blogs-container h2{font-size:2rem;font-weight:700;margin-bottom:1.2rem}.blogs-container p{color:#444;font-size:1.1rem}.features-container{max-width:600px;margin:2rem auto;background:#fff;border-radius:12px;box-shadow:0 2px 12px #00000012;padding:2rem 1.5rem;text-align:center}.features-list{list-style:none;padding:0;margin:2rem 0 0}.features-list li{margin-bottom:1.5rem;padding:1rem;border-radius:8px;background:#f5f7fa;box-shadow:0 1px 4px #00000008}.feature-title{display:block;font-weight:700;font-size:1.15rem;color:#00008b;margin-bottom:.3rem}.feature-desc{color:#444;font-size:1rem}.favorites-container{max-width:900px;margin:2rem auto;background:#fff;border-radius:14px;box-shadow:0 2px 16px #00000014;padding:2.5rem 2rem}.favorites-list{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center;margin-top:2rem}.favorites-card{background:#f5f7fa;border-radius:12px;box-shadow:0 2px 8px #0000000f;padding:1.2rem 1rem 1.4rem;width:220px;min-height:320px;display:flex;flex-direction:column;align-items:center;transition:box-shadow .18s;position:relative}.favorites-card:hover{box-shadow:0 4px 18px #00000021}.favorites-img{width:100%;height:140px;object-fit:contain;border-radius:8px;margin-bottom:1rem;background:#fff}.favorites-info{text-align:center;margin-bottom:.7rem;flex:1;width:100%}.favorites-name{font-weight:700;font-size:1.08rem;margin-bottom:.3rem;color:#222}.favorites-price{color:#00008b;font-weight:600;font-size:1.05rem}.favorite-btn{background:none;border:none;color:#e63946;font-size:1.3rem;cursor:pointer;margin-top:.7rem;transition:color .15s;align-self:flex-end}.favorite-btn:hover{color:#b71c1c}.favorites-empty{text-align:center;color:#888;padding:2rem;font-size:1.1rem}
