@import "https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,600;0,700;1,400&family=Poppins:wght@300;400;500;600&display=swap";.new-arrivals-section{overflow:hidden}.new-arrivals-grid{grid-template-rows:auto auto;grid-template-columns:repeat(3,1fr);justify-items:center;gap:2rem 1.5rem;display:grid}.pyramid-item-1{grid-area:1/1}.pyramid-item-2{grid-area:1/2}.pyramid-item-3{grid-area:1/3}.pyramid-item-4{grid-area:2/1}.pyramid-item-5{grid-area:2/3}.new-arrival-card{background:var(--bg-white);cursor:pointer;border-radius:12px;width:100%;max-width:320px;transition:transform .3s,box-shadow .3s;overflow:hidden;box-shadow:0 4px 12px #0000001a}.new-arrival-card:hover{transform:translateY(-5px);box-shadow:0 8px 24px #00000026}.new-arrival-img-wrapper{width:100%;height:200px;position:relative;overflow:hidden}.new-arrival-img{object-fit:cover;width:100%;height:100%;transition:transform .3s}.new-arrival-card:hover .new-arrival-img{transform:scale(1.05)}.new-arrival-badge{background:linear-gradient(135deg, #000, var(--primary-navy), var(--secondary-navy));color:var(--accent-turquoise);text-transform:uppercase;letter-spacing:.5px;border:1px solid #64ffda4d;border-radius:20px;padding:.25rem .75rem;font-size:.75rem;font-weight:700;position:absolute;top:1rem;right:1rem;box-shadow:0 2px 8px #0a192f66,0 0 12px #64ffda33}.new-arrival-info{padding:1.5rem}.new-arrival-title{color:var(--text-dark);margin-bottom:.5rem;font-size:1.1rem;font-weight:600;line-height:1.3}.new-arrival-category{color:var(--text-gray);margin-bottom:.75rem;font-size:.9rem}.new-arrival-price{color:#000;margin-bottom:1rem;font-size:1.25rem;font-weight:700}.new-arrival-btn{color:#fff;background:linear-gradient(135deg,#0f2a4a 0%,#1c3d6e 50%,#2bb6a8 100%);border:none;border-radius:50px;width:100%;padding:.75rem;font-weight:600;transition:all .3s}.shop-collection-btn{color:#fff;background:linear-gradient(135deg,#0f2a4a 0%,#1c3d6e 50%,#2bb6a8 100%);border:none;border-radius:50px;padding:1rem 2.5rem;font-size:1.1rem;font-weight:600;transition:all .3s}.feedback-message{background:var(--accent-turquoise);color:var(--bg-white);z-index:1000;border-radius:8px;padding:1rem 1.5rem;font-weight:600;animation:.3s slideIn;position:fixed;top:20px;right:20px;box-shadow:0 4px 12px #00000026}@media (width<=768px){.feedback-message{text-align:center;max-width:calc(100% - 40px);inset:auto 20px 20px}}@keyframes slideIn{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}@media (width<=1024px){.new-arrivals-grid{grid-template-rows:auto auto auto;grid-template-columns:repeat(2,1fr);gap:1.25rem}.pyramid-item-1,.pyramid-item-2,.pyramid-item-3,.pyramid-item-4,.pyramid-item-5{grid-area:auto}.new-arrival-card{max-width:280px}}@media (width<=768px){.new-arrivals-grid{grid-template-rows:auto;grid-template-columns:repeat(2,1fr);justify-items:stretch;gap:.75rem;padding:0 1rem}.pyramid-item-1,.pyramid-item-2,.pyramid-item-3,.pyramid-item-4,.pyramid-item-5{grid-area:auto}.new-arrival-card{border-radius:12px;flex-direction:column;max-width:100%;display:flex}.new-arrival-img-wrapper{border-radius:12px 12px 0 0;height:160px}.new-arrival-info{flex-direction:column;flex-grow:1;justify-content:space-between;padding:1rem;display:flex}.new-arrival-title{-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:2.4em;margin-bottom:.25rem;font-size:.9rem;display:-webkit-box;overflow:hidden}.new-arrival-category{margin-bottom:.5rem;font-size:.75rem}.new-arrival-price{margin-bottom:.75rem;font-size:1rem}.new-arrival-btn{width:100%;padding:.6rem;font-size:.85rem;opacity:1!important;visibility:visible!important;z-index:998!important;display:block!important}.new-arrival-card .wishlist-btn{cursor:pointer;color:#333;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffe6;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:all .3s;position:absolute;top:.75rem;left:.75rem;z-index:999!important;opacity:1!important;visibility:visible!important;display:flex!important}.new-arrival-card .wishlist-btn:hover{color:#e53e3e;background:#fff;transform:scale(1.1)}.new-arrival-card .wishlist-btn.in-wishlist{color:#fff;background:#e53e3ee6}.new-arrival-card .wishlist-btn.in-wishlist:hover{background:#e53e3e;transform:scale(1.1)}}@media (width<=480px){.new-arrivals-grid{grid-template-columns:repeat(2,1fr);gap:.6rem;padding:0 .75rem}.new-arrival-card{border-radius:10px}.new-arrival-img-wrapper{border-radius:10px 10px 0 0;height:140px}.new-arrival-info{padding:.75rem}.new-arrival-title{font-size:.85rem}.new-arrival-price{font-size:.95rem}.new-arrival-btn{padding:.5rem;font-size:.8rem}.new-arrival-card .wishlist-btn{width:32px;height:32px;top:.5rem;left:.5rem;opacity:1!important;visibility:visible!important;z-index:999!important;display:flex!important}.shop-collection-btn{width:100%;padding:.75rem;font-size:.85rem}}.product-grid-section{background-color:#f8f9fa;margin-bottom:4rem;overflow:hidden}.product-grid{grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1200px;margin:0 auto;display:grid}.product-grid-card{cursor:pointer;background:#fff;border-radius:16px;transition:transform .3s,box-shadow .3s;overflow:hidden;box-shadow:0 4px 20px #00000014}.product-grid-card:hover{transform:translateY(-4px);box-shadow:0 8px 30px #0000001f}.product-grid-img-wrapper{width:100%;height:280px;position:relative;overflow:hidden}.product-grid-img{object-fit:cover;width:100%;height:100%;transition:transform .3s}.product-grid-card:hover .product-grid-img{transform:scale(1.05)}.product-grid-card .wishlist-btn{cursor:pointer;color:#333;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffe6;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .3s;display:flex;position:absolute;top:1rem;left:1rem}.product-grid-card .wishlist-btn:hover{color:#e53e3e;background:#fff;transform:scale(1.1)}.product-grid-card .wishlist-btn.in-wishlist{color:#fff;background:#e53e3ee6}.product-grid-card .wishlist-btn.in-wishlist:hover{background:#e53e3e;transform:scale(1.1)}.product-grid-info{padding:1.5rem}.product-grid-title{color:#2d3748;margin-bottom:.5rem;font-size:1.1rem;font-weight:600;line-height:1.4}.product-grid-category{color:#718096;text-transform:capitalize;margin-bottom:.75rem;font-size:.9rem}.product-grid-price{color:#000;margin-bottom:1rem;font-size:1.25rem;font-weight:700}.product-grid-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#0f2a4a 0%,#1c3d6e 50%,#2bb6a8 100%);border:none;border-radius:50px;justify-content:center;align-items:center;width:100%;padding:.875rem;font-size:.95rem;font-weight:600;transition:all .3s;display:flex}.product-grid-btn:hover{background:linear-gradient(135deg,#1c3d6e 0%,#2bb6a8 50%,#1c3d6e 100%);transform:translateY(-1px)}.product-grid-btn:active{transform:translateY(0)}.feedback-message{color:#fff;z-index:1000;background:#4fd1c5;border-radius:8px;padding:1rem 1.5rem;font-weight:600;animation:.3s slideIn;position:fixed;top:20px;right:20px;box-shadow:0 4px 12px #00000026}@media (width<=768px){.feedback-message{text-align:center;max-width:calc(100% - 40px);inset:auto 20px 20px}}@media (width<=1024px) and (width>=769px){.product-grid{grid-template-columns:repeat(2,1fr);gap:1.75rem}.product-grid-img-wrapper{height:260px}.product-grid-card{max-width:280px;margin:0 auto}}@media (width<=768px){.product-grid{grid-template-columns:repeat(2,1fr);justify-items:stretch;gap:.75rem;padding:0 1rem}.product-grid-card{border-radius:12px;flex-direction:column;max-width:100%;margin:0;display:flex}.product-grid-img-wrapper{border-radius:12px 12px 0 0;height:160px}.product-grid-info{flex-direction:column;flex-grow:1;justify-content:space-between;padding:1rem;display:flex}.product-grid-title{-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:2.4em;margin-bottom:.4rem;font-size:.9rem;display:-webkit-box;overflow:hidden}.product-grid-category{margin-bottom:.5rem;font-size:.75rem}.product-grid-price{margin-bottom:.75rem;font-size:1rem}.product-grid-btn{margin-top:auto;padding:.6rem;font-size:.85rem;opacity:1!important;visibility:visible!important;z-index:998!important;display:flex!important}.product-grid-card .wishlist-btn{width:36px;height:36px;top:.75rem;left:.75rem;opacity:1!important;visibility:visible!important;z-index:999!important;display:flex!important}.feedback-message{top:10px;left:10px;right:10px}}@media (width<=480px){.product-grid{grid-template-columns:repeat(2,1fr);gap:.6rem;padding:0 .75rem}.product-grid-card{border-radius:10px}.product-grid-img-wrapper{border-radius:10px 10px 0 0;height:140px}.product-grid-info{padding:.75rem}.product-grid-title{font-size:.85rem}.product-grid-category{font-size:.75rem}.product-grid-price{font-size:.95rem}.product-grid-btn{padding:.5rem;font-size:.8rem}.product-grid-card .wishlist-btn{width:32px;height:32px;top:.5rem;left:.5rem;opacity:1!important;visibility:visible!important;z-index:999!important;display:flex!important}}@media (width>=1201px){.product-grid{grid-template-columns:repeat(3,1fr);gap:2rem}}:root{--primary-navy:#0a192f;--secondary-navy:#112240;--accent-turquoise:#64ffda;--text-light:#e6f1ff;--text-dark:#8892b0;--bg-white:#fff;--bg-light:#f8f9fa;--card-bg:#fff;--border-color:#e2e8f0;--danger:#ff6b6b}html,body{width:100%;overflow-x:hidden}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-light);color:var(--primary-navy);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;line-height:1.6;overflow-x:hidden}h1,h2,h3,h4,h5,h6{color:var(--primary-navy);font-weight:700}a{color:inherit;text-decoration:none;transition:all .3s}ul{list-style:none}img{max-width:100%;height:auto;display:block}button{cursor:pointer;background:0 0;border:none;font-family:inherit;transition:all .3s}.container{max-width:1200px;margin:0 auto;padding:0 1rem}@media (width>=768px){.container{padding:0 2rem}}.btn{text-align:center;border-radius:50px;padding:.75rem 1.5rem;font-weight:600;display:inline-block}.btn-primary{color:#fff;background:linear-gradient(135deg,#0f2a4a 0%,#1c3d6e 50%,#2bb6a8 100%);border:none}.btn-primary:hover{background:linear-gradient(135deg,#1c3d6e 0%,#2bb6a8 50%,#1c3d6e 100%);transform:translateY(-2px);box-shadow:0 4px 12px #2bb6a84d}.btn-secondary{background-color:var(--primary-navy);color:var(--accent-turquoise);border:1px solid var(--accent-turquoise)}.btn-secondary:hover{background-color:var(--secondary-navy)}.btn-outline{border:2px solid var(--primary-navy);color:var(--primary-navy)}.btn-outline:hover{background-color:var(--primary-navy);color:var(--bg-white)}.section-title{text-align:center;margin-bottom:3rem;font-size:2.5rem;position:relative}.section-title:after{content:"";background-color:var(--accent-turquoise);width:60px;height:3px;position:absolute;bottom:-10px;left:50%;transform:translate(-50%)}.grid{gap:2rem;display:grid}.grid-cols-2{grid-template-columns:repeat(2,1fr)}.grid-cols-3{grid-template-columns:repeat(3,1fr)}.grid-cols-4{grid-template-columns:repeat(4,1fr)}.grid-cols-5{grid-template-columns:repeat(5,1fr)}.special-products-grid{flex-wrap:wrap;justify-content:center;align-items:stretch;gap:20px;width:fit-content;max-width:1200px;margin:0 auto;display:flex}.special-products-grid .product-card{flex:0 0 calc(20% - 16px);width:280px;max-width:280px;min-height:400px}@media (width<=1024px){.grid-cols-4,.grid-cols-5{grid-template-columns:repeat(3,1fr)}.special-products-grid{gap:15px;max-width:900px}.special-products-grid .product-card{flex:0 0 calc(33.333% - 10px);width:280px;max-width:280px}}@media (width<=768px){.grid-cols-3,.grid-cols-4,.grid-cols-5{grid-template-columns:repeat(2,1fr)}.grid-cols-2{grid-template-columns:1fr}.section-title{font-size:2rem}.special-products-grid{gap:1.5rem;padding:0 1rem}.container{padding:0 1rem}.special-products-grid .product-card{flex:0 0 calc(50% - 6px);width:280px;max-width:280px}}@media (width<=480px){.grid-cols-2,.grid-cols-3,.grid-cols-4,.grid-cols-5{grid-template-columns:repeat(2,1fr);gap:.75rem}.special-products-grid{gap:1rem;max-width:100%;padding:0 .5rem}.container{padding:0 .5rem}.special-products-grid .product-card{flex:0 0 100%;width:100%;max-width:100%}}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:.8s forwards fadeIn}.contact-hero{background-image:url(/assets/background.png);background-position:50%;background-repeat:no-repeat;background-size:cover;justify-content:center;align-items:center;width:100%;height:350px;margin-top:80px;display:flex;position:relative;overflow:hidden}.contact-hero-overlay{z-index:1;background:#0006;position:absolute;inset:0}.contact-hero-content{z-index:2;text-align:center;padding:2rem;position:relative}.contact-hero-title{color:#fff;letter-spacing:2px;text-transform:uppercase;text-shadow:0 2px 4px #0000004d;margin:0;font-size:3rem;font-weight:700}@media (width<=768px){body{overflow-x:hidden}img{max-width:100%;height:auto}.hero-image img,.modern-hero-image img,.contact-hero img{object-fit:cover;max-width:100%;height:auto}h1,h2,h3,h4,h5,h6{word-wrap:break-word;overflow-wrap:break-word}.section-title{text-align:center;padding:0 1rem}.grid-cols-4,.grid-cols-3,.grid-cols-2,.grid-cols-5{width:100%;overflow:hidden}.product-card,.new-arrival-card,.product-grid-card{max-width:100%;overflow:hidden}.btn{white-space:nowrap;text-overflow:ellipsis;max-width:100%;overflow:hidden}.btn.btn-primary,.btn.btn-secondary{width:auto;min-width:120px}}@media (width<=480px){*{box-sizing:border-box}.section-title{padding:0 .5rem;font-size:1.5rem}.navbar{padding:.5rem 1rem}.nav-brand span{font-size:1.2rem}.search-bar{width:120px}.search-bar:focus-within{width:140px}.py-section{padding:2rem 0}.container{padding:0 .5rem}.product-card{border-radius:12px;max-width:280px;margin:0 auto 1.5rem;box-shadow:0 2px 8px #0000001a}.product-card:hover{transform:translateY(-2px);box-shadow:0 4px 16px #00000026}.product-title{margin-bottom:.5rem;font-size:1rem;font-weight:600}.product-price{margin-bottom:1rem;font-size:1.1rem;font-weight:700}.product-img-wrapper{border-radius:12px 12px 0 0;height:200px}.product-info{padding:1.25rem}.bs-card{border-radius:12px;max-width:280px;margin:0 auto}.bs-info{padding:1.25rem}.bs-title{margin-bottom:.5rem;font-size:1rem}.bs-price{margin-bottom:1rem;font-size:1.1rem}}@media (width<=768px){h1{font-size:2rem;line-height:1.2}h2{font-size:1.75rem;line-height:1.3}h3{font-size:1.5rem;line-height:1.3}.section-title{margin-bottom:2rem;font-size:2rem}.contact-hero-title{font-size:2.5rem}.contact-hero-content p{padding:0 1rem;font-size:1rem}}@media (width<=480px){h1{font-size:1.75rem;line-height:1.2}h2{font-size:1.5rem;line-height:1.3}h3{font-size:1.25rem;line-height:1.3}.section-title{margin-bottom:1.5rem;font-size:1.75rem}.contact-hero-title{font-size:2rem}.contact-hero-content p{padding:0 .5rem;font-size:.95rem}.product-card{border-radius:8px;max-width:100%;margin:0 0 1rem}.product-img-wrapper{border-radius:8px 8px 0 0;height:180px}.product-info{padding:1rem}.product-title{font-size:.95rem}.product-price{font-size:1rem}.btn{border-radius:25px;padding:.625rem 1.25rem;font-size:.9rem}.bs-card{border-radius:8px;max-width:100%;margin:0 0 1rem}.bs-img-wrapper{height:180px}.bs-info{padding:1rem}.bs-title{font-size:.95rem}.bs-price{font-size:1rem}.contact-hero{height:250px}.contact-hero-title{letter-spacing:1px;font-size:2rem}}.navbar{color:var(--text-light);z-index:1000;background-color:#0b1f3a;padding:1rem 0;position:fixed;top:0;left:0;right:0;box-shadow:0 2px 10px #0000001a}.main-content{padding-top:100px}.navbar .container{justify-content:space-between;align-items:center;display:flex}.nav-brand{color:var(--accent-turquoise);letter-spacing:2px;align-items:center;gap:1rem;font-size:2rem;font-weight:700;display:flex}.navbar-logo{border-radius:50%;width:auto;height:80px;transition:height .3s;box-shadow:0 4px 10px #0003}.nav-links{justify-content:center;align-items:center;gap:3rem;width:100%;display:flex}.nav-link{color:var(--text-light);padding:.5rem 0;font-weight:500;transition:color .3s;position:relative}.nav-link:after{content:"";background-color:var(--accent-turquoise);width:0;height:2px;transition:width .3s;position:absolute;bottom:0;left:0}.nav-link:hover,.nav-link.active{color:var(--accent-turquoise)}.nav-link:hover:after,.nav-link.active:after{width:100%}.nav-left{align-items:center;gap:2rem;display:flex}.search-bar{background-color:var(--secondary-navy);border:1px solid #ffffff1a;border-radius:30px;align-items:center;width:280px;margin:0;padding:.6rem 1.2rem;transition:all .3s;display:flex}.search-bar:focus-within{border-color:var(--accent-turquoise);box-shadow:0 0 10px #64ffda33}.search-bar input{color:var(--bg-white);background:0 0;border:none;outline:none;padding-left:.5rem}.search-bar input::placeholder{color:var(--text-dark)}.nav-actions{align-items:center;gap:2.5rem;display:flex}.wishlist-icon-wrapper{color:var(--bg-white);transition:color .3s;position:relative}.wishlist-icon-wrapper:hover{color:var(--accent-turquoise)}.wishlist-count{background:var(--accent-turquoise);color:var(--primary-navy);border:2px solid var(--primary-navy);border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;font-size:.75rem;font-weight:700;display:flex;position:absolute;top:-8px;right:-8px}.cart-icon-wrapper{color:var(--bg-white);transition:color .3s;position:relative}.cart-icon-wrapper:hover{color:var(--accent-turquoise)}.cart-count{background:var(--accent-turquoise);color:var(--primary-navy);border:2px solid var(--primary-navy);border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;font-size:.75rem;font-weight:700;display:flex;position:absolute;top:-8px;right:-8px}.mobile-menu-btn{cursor:pointer;z-index:1001;background:0 0;border:none;display:none}.mobile-overlay,.drawer-header{display:none}.nav-links-container{flex:1;justify-content:center;display:flex}@media (width<=768px){.navbar{height:auto;min-height:65px;padding:.75rem 1rem}.main-content{padding-top:80px}.nav-left{flex:1;gap:.5rem;min-width:0}.nav-brand{flex-shrink:0;gap:.4rem;font-size:1rem}.navbar-logo{width:30px;height:30px;box-shadow:0 2px 6px #0003}.search-bar{background-color:#ffffff0d;flex:1;min-width:100px;max-width:140px;padding:.4rem .6rem}.mobile-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1999;opacity:0;visibility:hidden;background:#0009;width:100%;height:100vh;transition:all .4s;display:block;position:fixed;top:0;left:0}.mobile-overlay.active{opacity:1;visibility:visible}.nav-links-container{z-index:2000;background:#0b1f3a;flex-direction:column;justify-content:flex-start;width:80%;max-width:320px;height:100vh;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;top:0;right:-100%;box-shadow:-10px 0 30px #00000080}.nav-links-container.mobile-open{right:0}.drawer-header{border-bottom:1px solid #ffffff1a;justify-content:space-between;align-items:center;width:100%;padding:1.5rem;display:flex}.drawer-brand{color:var(--accent-turquoise);letter-spacing:1px;align-items:center;gap:.75rem;font-size:1.2rem;font-weight:700;display:flex}.drawer-close-btn{background:#ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:all .3s;display:flex}.drawer-close-btn:active{background:#fff3;transform:scale(.9)}.nav-links{flex-direction:column;align-items:flex-start;gap:0;width:100%;padding:2rem 1.5rem}.nav-links li{opacity:0;width:100%;margin:0;transition:all .4s;transform:translate(30px)}.nav-links-container.mobile-open li{opacity:1;transform:translate(0)}.nav-links li:first-child{transition-delay:.1s}.nav-links li:nth-child(2){transition-delay:.15s}.nav-links li:nth-child(3){transition-delay:.2s}.nav-links li:nth-child(4){transition-delay:.25s}.nav-link{width:100%;color:var(--text-light);text-transform:uppercase;letter-spacing:1.5px;border-bottom:1px solid #ffffff0d;padding:1rem 0;font-size:1.1rem;font-weight:500;display:block}.nav-link:hover,.nav-link:active{color:var(--accent-turquoise);background:#64ffda0d;padding-left:10px}.nav-link:after{display:none}.mobile-menu-btn{background:#ffffff14;border-radius:10px;justify-content:center;align-items:center;width:42px;height:42px;transition:all .3s;display:flex}.mobile-menu-btn:active{background:#ffffff26;transform:scale(.95)}.nav-actions{flex-shrink:0;gap:.3rem}.navbar .wishlist-icon-wrapper,.navbar .cart-icon-wrapper{flex-shrink:0;display:flex}.profile-avatar-btn{flex-shrink:0;width:32px;height:32px}.profile-avatar-btn svg{width:18px;height:18px}.navbar .wishlist-icon-wrapper svg,.navbar .cart-icon-wrapper svg,.mobile-menu-btn svg{width:20px;height:20px}.app{padding-bottom:65px}}@media (width<=480px){.nav-links-container{width:85%}.drawer-header{padding:1.25rem}.nav-link{padding:.85rem 0;font-size:1rem}.main-content{padding-top:70px}.nav-left{gap:.3rem}.nav-brand{gap:.3rem;font-size:.9rem}.navbar-logo{width:26px;height:26px}.search-bar{min-width:90px;max-width:120px;padding:.3rem .5rem}.nav-actions{gap:.2rem}.profile-avatar-btn{width:28px;height:28px}.profile-avatar-btn svg{width:16px;height:16px}.navbar .wishlist-icon-wrapper svg,.navbar .cart-icon-wrapper svg,.mobile-menu-btn svg{width:18px;height:18px}}.mobile-bottom-nav{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);z-index:2000;background:#0b1f3ae6;border:1px solid #ffffff1a;border-radius:25px;justify-content:space-between;align-items:center;width:90%;max-width:400px;padding:.75rem 1.5rem;display:none;position:fixed;bottom:20px;left:50%;transform:translate(-50%);box-shadow:0 10px 30px #0006}@media (width<=768px){.mobile-bottom-nav{display:flex}}.bottom-nav-item{color:#fff9;flex-direction:column;align-items:center;gap:4px;transition:all .3s;display:flex}.bottom-nav-item span{text-transform:uppercase;letter-spacing:.5px;font-size:.65rem;font-weight:500}.bottom-nav-item.active,.bottom-nav-item:hover{color:var(--accent-turquoise)}.icon-badge-wrapper{position:relative}.icon-badge-wrapper .badge{background:var(--accent-turquoise);color:var(--primary-navy);border:2px solid #0b1f3a;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;font-size:.65rem;font-weight:700;display:flex;position:absolute;top:-8px;right:-10px}.footer{background-color:var(--primary-navy);color:var(--text-light);width:100%;max-width:100%;height:auto;min-height:auto;margin-top:4rem;overflow:hidden visible}.footer-container{width:100%;max-width:1400px;margin:0 auto;padding:50px 60px}.footer-sections{flex-wrap:nowrap;justify-content:space-between;align-items:flex-start;gap:2rem;display:flex}.footer-section{text-align:left;flex:1;min-width:220px}.footer-brand{color:var(--accent-turquoise);margin-bottom:1rem;font-size:1.5rem}.footer-desc{color:var(--text-dark);margin-bottom:1.5rem}.social-icons{gap:1rem;display:flex}.social-icons a{color:var(--text-light);transition:color .3s}.social-icons a:hover{color:var(--accent-turquoise)}.footer-title{color:var(--bg-white);margin-bottom:1.5rem;font-size:1.2rem}.footer-links{margin:0;padding:0;list-style:none}.footer-links li{margin-bottom:.8rem}.footer-links a{color:var(--text-dark);transition:color .3s}.footer-links a:hover{color:var(--accent-turquoise)}.footer-contact{margin:0;padding:0;list-style:none}.footer-contact li{align-items:center;gap:.8rem;margin-bottom:1rem;display:flex}.footer-contact svg{color:var(--accent-turquoise)}.footer-bottom{text-align:center;border-top:1px solid var(--secondary-navy);color:var(--text-dark);margin-top:3rem;padding-top:2rem}@media (width<=768px){.footer{width:100%;max-width:100%;height:auto;min-height:auto;overflow:hidden visible}.footer,.footer *{word-break:break-word;white-space:normal}.footer-container{width:100%;max-width:100%;margin:0 auto;padding:30px 15px 40px}.footer-sections{flex-direction:column;justify-content:center;align-items:center;gap:30px;width:100%;display:flex}.footer-section{text-align:center;flex:none;width:100%;min-width:auto;max-width:100%}.footer-brand{margin-bottom:1rem;font-size:1.5rem}.footer-desc{margin-bottom:1.5rem;font-size:.9rem;line-height:1.6}.footer-title{margin-bottom:1.5rem;font-size:1.2rem}.footer-links li{margin-bottom:10px}.footer-links a{font-size:.9rem}.footer-contact li{justify-content:center;align-items:center;gap:.8rem;margin-bottom:1rem;display:flex}.social-icons{flex-wrap:wrap;justify-content:center;gap:15px;margin-top:1rem;display:flex}.footer-bottom{text-align:center;border-top:1px solid var(--secondary-navy);color:var(--text-dark);margin-top:30px;padding-top:2rem}}.product-card{background:var(--card-bg);border-radius:8px;flex-direction:column;height:100%;transition:transform .3s,box-shadow .3s;display:flex;overflow:hidden;box-shadow:0 4px 6px #0000000d}.product-card:hover{transform:translateY(-5px);box-shadow:0 10px 20px #0000001a}.product-img-wrapper{padding-top:100%;position:relative;overflow:hidden}.product-img{object-fit:cover;width:100%;height:100%;transition:transform .5s;position:absolute;top:0;left:0}.product-card:hover .product-img{transform:scale(1.05)}.product-info{flex-direction:column;flex-grow:1;padding:1.5rem;display:flex}.product-title{margin-bottom:.5rem;font-size:1.1rem}.product-price{color:#000;margin-bottom:1rem;font-size:1.2rem;font-weight:700}.product-badge{background:var(--accent-turquoise);color:var(--primary-navy);text-transform:uppercase;letter-spacing:.5px;border-radius:20px;padding:.25rem .75rem;font-size:.75rem;font-weight:600;position:absolute;top:1rem;right:1rem}.wishlist-btn{cursor:pointer;width:40px;height:40px;color:var(--text-dark);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffe6;border:none;border-radius:50%;justify-content:center;align-items:center;transition:all .3s;display:flex;position:absolute;top:1rem;left:1rem}.wishlist-btn:hover{color:var(--danger);background:#fff;transform:scale(1.1)}.wishlist-btn.in-wishlist{color:#fff;background:#ff6b6be6}.wishlist-btn.in-wishlist:hover{background:#ff6b6b;transform:scale(1.1)}@media (width<=768px){.product-card{border-radius:12px}.product-info{padding:1rem}.product-title{-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:2.4em;margin-bottom:.4rem;font-size:.95rem;display:-webkit-box;overflow:hidden}.product-price{margin-bottom:.75rem;font-size:1rem}.product-card .btn{padding:.6rem;font-size:.8rem}}@media (width<=480px){.product-card{border-radius:10px}.product-info{padding:.75rem}.product-title{font-size:.85rem}.product-price{font-size:.9rem}}.wishlist-page{min-height:60vh}.wishlist-items{flex-direction:column;gap:1.5rem;margin-bottom:3rem;display:flex}.wishlist-item{background:var(--bg-white);border-radius:12px;gap:1.5rem;padding:1.5rem;transition:transform .3s,box-shadow .3s;display:flex;box-shadow:0 4px 12px #0000001a}.wishlist-item:hover{transform:translateY(-2px);box-shadow:0 8px 24px #00000026}.wishlist-item-image{object-fit:cover;border-radius:8px;width:120px;height:120px}.wishlist-item-details{flex:1}.wishlist-item-details h3{color:var(--text-dark);margin-bottom:.5rem;font-size:1.2rem}.wishlist-item-price{color:#000;margin-top:.5rem;font-size:1.25rem;font-weight:700}.wishlist-item-actions{flex-direction:column;justify-content:center;align-items:flex-end;gap:.5rem;display:flex}.wishlist-summary{background:var(--bg-white);border:1px solid var(--border-color);border-radius:12px;max-width:400px;height:fit-content;margin-left:auto;padding:2rem;box-shadow:0 4px 12px #0000001a}.wishlist-summary h3{border-bottom:1px solid var(--border-color);margin-bottom:1.5rem;padding-bottom:1rem;font-size:1.5rem}@media (width<=768px){.wishlist-summary{max-width:100%;margin-left:0}}.global-notification{background:var(--accent-turquoise);color:var(--primary-navy);z-index:1000;border-radius:8px;padding:1rem 1.5rem;font-weight:600;animation:.3s slideIn;position:fixed;top:20px;right:20px;box-shadow:0 4px 12px #00000026}.global-notification.feedback-message{background:var(--accent-turquoise);color:var(--bg-white);z-index:1000;border-radius:8px;padding:1rem 1.5rem;font-weight:600;animation:.3s slideIn;position:fixed;top:20px;right:20px;box-shadow:0 4px 12px #00000026}@media (width<=768px){.feedback-message{text-align:center;max-width:calc(100% - 40px);inset:auto 20px 20px}}.mt-auto{margin-top:auto}.category-grid{grid-template-columns:repeat(5,1fr);gap:1.5rem;width:100%;margin:0 auto;padding:2rem 0;display:grid}.category-box{background:var(--bg-white);cursor:pointer;text-align:center;border:1px solid var(--border-color);border-radius:16px;flex-direction:column;width:100%;max-width:320px;margin:0 auto;transition:all .4s cubic-bezier(.175,.885,.32,1.275);display:flex;overflow:hidden;box-shadow:0 6px 16px #0000000d}.category-box:hover{border-color:#2bb6a84d;transform:translateY(-8px);box-shadow:0 15px 35px #0000001a}.category-img-wrapper{background:var(--bg-light);justify-content:center;align-items:center;width:100%;height:250px;display:flex;position:relative;overflow:hidden}.category-img{object-fit:cover;width:100%;height:100%}.category-info{text-align:center;padding:1.5rem}.category-title{color:var(--primary-navy);margin-bottom:.5rem;font-size:1.1rem}.category-count{color:var(--text-dark);font-size:.9rem;font-weight:500}@media (width<=1024px){.category-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem}.category-box{max-width:260px}}@media (width<=768px){.category-grid{grid-template-columns:repeat(2,1fr);gap:.75rem;padding:0 1rem}.category-box{background:var(--bg-white);border:1px solid var(--border-color);max-width:100%;margin:0;padding:.75rem;box-shadow:0 2px 8px #00000014}.category-img-wrapper{border-radius:6px;height:140px;overflow:hidden}.category-img{object-fit:cover;width:100%;height:100%;transition:transform .3s}.category-box:hover .category-img{transform:scale(1.05)}.category-info{text-align:center;padding:.75rem 0}.category-title{color:var(--text-dark);margin-bottom:.25rem;font-size:.85rem;font-weight:600}.category-count{color:var(--text-muted);font-size:.7rem}}@media (width<=480px){.category-grid{grid-template-columns:repeat(2,1fr);gap:.75rem;padding:1rem 0}.category-box{border-radius:12px;max-width:100%;margin:0;padding:.6rem}.category-img-wrapper{border-radius:8px;height:110px}.category-title{margin-bottom:.15rem;font-size:.8rem}.category-count{font-size:.65rem}}@media (width<=768px){.cart-page .grid{gap:2rem;padding:0 1rem;grid-template-columns:1fr!important}.cart-page .cart-items{order:1}.cart-page .cart-summary{border-radius:12px;order:2;margin-top:1.5rem;padding:2rem}.cart-page .cart-items>div{background:var(--bg-white);border:1px solid var(--border-color);border-radius:12px;flex-direction:row;align-items:center;gap:1rem;padding:1rem;box-shadow:0 2px 8px #00000014}.cart-page .cart-items img{object-fit:cover;border-radius:8px;align-self:center;width:90px;height:90px}.cart-page .cart-items h3{margin-bottom:.75rem;font-size:1.1rem}}@media (width<=480px){.cart-page .grid{gap:1.5rem;padding:0 .5rem;grid-template-columns:1fr!important}.cart-page .cart-items{order:1}.cart-page .cart-summary{border-radius:10px;order:2;padding:1.5rem}.cart-page .cart-items>div{border-radius:10px;align-items:center;gap:.75rem;padding:.75rem}.cart-page .cart-items img{width:70px;height:70px}.cart-page .cart-items h3{font-size:1rem}}@media (width<=768px){.contact-container{flex-direction:column!important;grid-template-columns:1fr!important;gap:2rem!important;max-width:100%!important;display:grid!important}.contact-form-container{flex:1!important;order:1!important;max-width:100%!important}.contact-info-container{flex:1!important;order:2!important;max-width:100%!important}.contact-page .section-title{text-align:center;margin-bottom:2rem}}@media (width<=480px){.contact-container{gap:1.5rem!important}.contact-info-container>div,.contact-form-container>div{padding:1.5rem!important}}.about-mission-card{background-color:var(--primary-navy);color:var(--bg-white);border-radius:8px;padding:3rem}.about-mission-card h2{color:var(--accent-turquoise);margin-bottom:2rem;font-size:1.8rem}.about-mission-card p{color:var(--text-light);line-height:1.6}.about-values-card{background-color:var(--bg-white);border:1px solid var(--border-color);border-radius:8px;padding:3rem}.about-values-card h2{color:var(--primary-navy);margin-bottom:2rem;font-size:1.8rem}.values-list{flex-direction:column;gap:1.5rem;display:flex}.value-item{align-items:flex-start;gap:1rem;display:flex}.value-icon{color:var(--accent-turquoise);flex-shrink:0}.value-content h3{color:var(--primary-navy);margin-bottom:.5rem;font-size:1.1rem}.value-content p{color:var(--text-dark);font-size:.9rem}.offer-grid{gap:2rem;margin-bottom:4rem}.offer-card{background-color:var(--bg-white);border:1px solid var(--border-color);text-align:center;border-radius:12px;padding:2.5rem 2rem;transition:transform .3s,box-shadow .3s}.offer-card:hover{transform:translateY(-5px);box-shadow:0 8px 25px #0000001f}.offer-icon-wrapper{justify-content:center;margin-bottom:1.5rem;display:flex}.offer-icon{color:var(--accent-turquoise)}.offer-card h3{color:var(--primary-navy);margin-bottom:1rem;font-size:1.25rem}.offer-card p{color:var(--text-dark);font-size:.95rem;line-height:1.6}.commitment-section{color:var(--bg-white);text-align:center;border:2px solid var(--accent-turquoise);background:linear-gradient(135deg,#0f2a4a 0%,#1c3d6e 50%,#2bb6a8 100%);border-radius:16px;margin-bottom:4rem;padding:4rem 3rem;box-shadow:0 12px 35px #2bb6a833}.commitment-section h2{color:var(--accent-turquoise);margin-bottom:2rem;font-size:2.2rem;font-weight:700}.commitment-section p{color:var(--text-light);max-width:800px;margin:0 auto;font-size:1.1rem;line-height:1.8}.join-journey-section{text-align:center;border:2px solid var(--accent-turquoise);background:linear-gradient(135deg,#2bb6a814,#2bb6a808);border-radius:16px;margin-bottom:2rem;padding:4rem 3rem}.join-journey-section h2{color:var(--primary-navy);margin-bottom:1.5rem;font-size:2.2rem;font-weight:700}.join-journey-section p{color:var(--text-dark);max-width:650px;margin:0 auto 2.5rem;font-size:1.1rem}.join-btn{background:var(--accent-turquoise);color:var(--primary-navy);border:none;border-radius:50px;padding:1rem 3rem;font-size:1.1rem;font-weight:600;transition:all .3s}.join-btn:hover{transform:translateY(-2px);box-shadow:0 5px 15px #2bb6a84d}@media (width<=768px){.about-mission-card,.about-values-card{padding:2rem}.offer-card{padding:2rem 1.5rem}.commitment-section,.join-journey-section{padding:3rem 2rem}.commitment-section h2,.join-journey-section h2{font-size:1.8rem}}.empty-cart,.empty-wishlist{text-align:center;padding:4rem 1rem}.empty-cart h2,.empty-wishlist h2{color:var(--primary-navy);margin-bottom:1rem}.empty-cart p,.empty-wishlist p{color:var(--text-dark);margin-bottom:2rem}.empty-icon{color:var(--text-dark);margin:0 auto 2rem}.cart-grid{grid-template-columns:2fr 1fr;align-items:flex-start;gap:3rem;display:grid}.cart-item{background:#fff;border:1px solid #0000000d;border-radius:16px;gap:1.5rem;margin-bottom:1.5rem;padding:20px;transition:all .3s;display:flex;box-shadow:0 4px 15px #0000001a}.cart-item:last-child{margin-bottom:0}.cart-item:hover{transform:translateY(-2px);box-shadow:0 6px 20px #00000026}.cart-item-img{object-fit:cover;border-radius:8px;flex-shrink:0;width:120px;height:120px}.cart-item-info{flex:1}.cart-item-info h3{color:var(--primary-navy);margin-bottom:.5rem;font-size:1.2rem}.cart-item-category{color:var(--text-dark);margin-bottom:1rem;font-size:.9rem}.cart-item-actions{flex-direction:column;justify-content:space-between;align-items:stretch;gap:1rem;margin-top:auto;display:flex}.cart-item-top-actions{gap:.75rem;display:flex}.wishlist-action-btn{color:var(--primary-navy);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffe6;border:1px solid #0000001a;border-radius:8px;padding:8px;transition:all .3s}.wishlist-action-btn:hover{color:#e53e3e;background:#fff;transform:scale(1.05)}.remove-action-btn{color:var(--danger);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffe6;border:1px solid #0000001a;border-radius:8px;padding:8px;transition:all .3s}.remove-action-btn:hover{color:#dc2626;background:#fff;transform:scale(1.05)}.quantity-controls{background:#00000005;border-radius:8px;align-items:center;gap:.75rem;padding:4px;display:flex}.quantity-controls button{background-color:var(--bg-light);border:1px solid var(--border-color);border-radius:6px;padding:.5rem .75rem}.quantity-value{text-align:center;min-width:20px;font-weight:700}.cart-summary{background-color:var(--bg-white);border:1px solid var(--border-color);border-radius:12px;height:fit-content;padding:2rem;box-shadow:0 4px 20px #00000008}.cart-summary h3{border-bottom:1px solid var(--border-color);color:var(--primary-navy);margin-bottom:1.5rem;padding-bottom:1rem;font-size:1.5rem}.summary-row{color:var(--text-dark);justify-content:space-between;margin-bottom:1rem;display:flex}.summary-total{border-top:1px solid var(--border-color);color:var(--primary-navy);justify-content:space-between;margin-top:2rem;padding-top:1.5rem;font-size:1.3rem;font-weight:700;display:flex}.delivery-info{border-left:4px solid var(--accent-turquoise);background-color:#2bb6a80d;border-radius:8px;margin:1.5rem 0;padding:1rem}.delivery-info p{color:var(--primary-navy);font-size:.9rem;font-weight:500}.checkout-btn{justify-content:center;align-items:center;gap:.5rem;width:100%;margin-bottom:1rem;display:flex;padding:1rem!important}.continue-btn{width:100%;padding:.8rem!important}.summary-buttons{flex-direction:column;gap:1rem;margin-top:2rem;display:flex}@media (width<=992px){.cart-grid{grid-template-columns:1fr;gap:2rem}.cart-summary{order:1}}@media (width<=768px){.wishlist-grid{grid-template-columns:1fr;gap:1rem}.wishlist-item{flex-direction:row;align-items:center;gap:.75rem;padding:.75rem}.wishlist-item-image{flex-shrink:0;width:90px;height:90px}.wishlist-item-details{padding:0}.wishlist-item-details h3{margin-bottom:.25rem;font-size:1rem}.wishlist-item-category{margin-bottom:.25rem;font-size:.85rem}.wishlist-item-price{font-size:1rem}.wishlist-item-actions{flex-direction:row;align-items:center;gap:.5rem;padding:0}.wishlist-add-btn span{display:none}.wishlist-add-btn,.wishlist-remove-btn{min-width:unset;padding:.5rem!important}}@media (width<=576px){.cart-page{padding-bottom:100px}.cart-grid{grid-template-columns:1fr;gap:1rem}.cart-item{text-align:left;border:1px solid #0000000d;border-radius:12px;flex-direction:column;align-items:stretch;gap:1rem;padding:1rem;box-shadow:0 2px 10px #00000014}.cart-item:hover{transform:translateY(-1px);box-shadow:0 4px 15px #0000001f}.cart-item-img{border-radius:4px;width:60px;height:60px}.cart-item-info{flex:1;min-width:0}.cart-item-info h3{margin-bottom:.1rem;font-size:.85rem;font-weight:500}.cart-item-category{margin-bottom:.15rem;font-size:.7rem}.product-price{font-size:.9rem}.cart-item-actions{flex-direction:row;align-items:center;gap:.4rem}.quantity-controls{gap:.35rem;padding:.2rem .35rem}.quantity-controls button{width:18px;height:18px}.quantity-value{font-size:.75rem}.about-mission-grid,.offer-grid{grid-template-columns:1fr!important;gap:1.25rem!important}.about-mission-card,.about-values-card,.offer-card{padding:1.25rem!important}.section-title h1{font-size:1.8rem!important}.section-title p{padding:0 1rem;font-size:.85rem!important}.modern-hero{min-height:auto;padding:3rem 0}.modern-hero-container{text-align:center;grid-template-columns:1fr;gap:2rem}.modern-hero-content{align-items:center;max-width:100%}.modern-hero .hero-title{font-size:2.2rem}.modern-hero .hero-description{margin-bottom:2rem;font-size:1rem}.modern-hero-image{display:none}.hero-buttons{justify-content:center}}@media (width>=577px){.mobile-checkout-bar{display:none}}@media (width<=480px){.about-mission-grid{gap:1.5rem;margin-bottom:2rem}}.py-section{padding-top:5rem;padding-bottom:5rem}@media (width<=768px){.py-section{padding-top:3rem;padding-bottom:3rem}}@media (width<=480px){.py-section{padding-top:2rem;padding-bottom:2rem}}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}.mb-4{margin-bottom:2rem}.mb-5{margin-bottom:3rem}.modern-hero{z-index:10;color:#fff;z-index:1;background:linear-gradient(135deg,#0f2a4a 0%,#1c3d6e 50%,#2bb6a8 100%);align-items:center;min-height:85vh;padding:4rem 0;font-family:Poppins,sans-serif;display:flex;position:relative;overflow:hidden}.modern-hero:before{content:"";pointer-events:none;z-index:-2;background-image:radial-gradient(#ffffff14 1.5px,#0000 1.5px);background-size:24px 24px;position:absolute;inset:0}.hero-overlay{pointer-events:none;z-index:-1;background:#0f2a4a66;position:absolute;inset:0}.hero-shape{z-index:-1;pointer-events:none;background:radial-gradient(circle,#2bb6a826 0%,#fff0 70%);border-radius:50%;position:absolute}.hero-shape-1{width:600px;height:600px;top:-150px;right:-50px}.hero-shape-2{width:400px;height:400px;bottom:-100px;left:-100px}.modern-hero-container{z-index:1;grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.modern-hero-content{flex-direction:column;align-items:flex-start;max-width:600px;display:flex}.modern-hero .hero-title{color:#fff;margin-bottom:1.5rem;font-family:Playfair Display,serif;font-size:4rem;font-weight:700;line-height:1.1}.modern-hero .hero-title .highlight{color:#2bb6a8;text-shadow:0 0 20px #2bb6a84d;font-style:italic}.modern-hero .hero-description{color:#ffffffd9;margin-bottom:2.5rem;font-size:1.2rem;font-weight:400;line-height:1.7}.hero-buttons{flex-wrap:wrap;gap:1.5rem;display:flex}.modern-hero .hero-btn{cursor:pointer;letter-spacing:1px;border-radius:30px;padding:1rem 2.5rem;font-family:Poppins,sans-serif;font-size:1.1rem;font-weight:500;transition:all .4s}.btn-primary-gradient{color:#fff;background:linear-gradient(90deg,#1c3d6e 0%,#2bb6a8 100%);border:none;box-shadow:0 8px 20px #2bb6a84d}.btn-primary-gradient:hover{background:linear-gradient(90deg,#2bb6a8 0%,#1c3d6e 100%);transform:translateY(-3px);box-shadow:0 12px 25px #2bb6a880}.btn-secondary-outline{color:#fff;background:0 0;border:2px solid #fff}.btn-secondary-outline:hover{color:#0f2a4a;background:#fff;transform:translateY(-3px)}.modern-hero-image{justify-content:center;display:flex;position:relative}.modern-hero-image img{object-fit:cover;border-radius:12px;width:100%;max-width:600px;height:auto;transition:transform .5s;box-shadow:0 30px 60px #00000080}.modern-hero-image img:hover{transform:scale(1.02)}.animate-slide-right{opacity:0;animation:1s ease-out forwards slideRight}.animate-fade-in-delayed{opacity:0;animation:1.2s ease-out .4s forwards fadeIn}@keyframes slideRight{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@media (width<=992px){.modern-hero-container{text-align:center;grid-template-columns:1fr;gap:2rem;padding:0 1rem}.modern-hero-content{align-items:center;max-width:600px;margin:0 auto;padding:0 1rem}.modern-hero .hero-title{margin-bottom:1rem;font-size:2.5rem;line-height:1.2}.modern-hero .hero-description{margin-bottom:2rem;font-size:1rem;line-height:1.5}}@media (width<=768px){.modern-hero{min-height:auto;padding:3rem 0}.modern-hero-container{text-align:center;grid-template-columns:1fr;gap:1.5rem;padding:0 1rem}.modern-hero-content{order:2;max-width:600px;margin:0 auto;padding:0 1rem}.modern-hero .hero-title{margin-bottom:.75rem;font-size:1.8rem;line-height:1.2}.modern-hero .hero-description{margin-bottom:1.5rem;font-size:.95rem;line-height:1.4}.modern-hero .hero-buttons{flex-direction:row;justify-content:center;gap:1rem;margin-bottom:.5rem}.modern-hero .hero-btn{min-width:130px;padding:.75rem 1.5rem;font-size:.9rem}.modern-hero-image{text-align:center;order:1;max-width:60%;margin:0 auto}.modern-hero-image img{box-shadow:0 15px 30px #0000004d}}@media (width<=480px){.modern-hero{padding:2rem 0}.modern-hero-container{gap:1rem;padding:0 1rem}.modern-hero .hero-title{font-size:1.6rem;line-height:1.2}.modern-hero .hero-description{margin-bottom:1.25rem;font-size:.9rem}.modern-hero .hero-buttons{gap:.75rem}.modern-hero .hero-btn{min-width:120px;padding:.6rem 1.2rem;font-size:.85rem}.modern-hero-image{max-width:75%;margin:0 auto .5rem}}.auth-page{background:linear-gradient(135deg,#122b4a 0%,#0b1f3a 100%);justify-content:center;align-items:center;min-height:80vh;padding:3rem 1rem;display:flex}.auth-container{width:100%;max-width:450px}.auth-card{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);text-align:center;background:#fff;border:1px solid #0000001a;border-radius:20px;padding:3rem}.auth-title{color:#000;margin-bottom:.5rem;font-family:Playfair Display,serif;font-size:2.2rem}.auth-subtitle{color:#333;margin-bottom:2.5rem;font-size:.95rem}.auth-form{text-align:left;flex-direction:column;gap:1.5rem;display:flex}.form-group{position:relative}.input-with-icon{align-items:center;display:flex;position:relative}.input-icon{color:#666;transition:color .3s;position:absolute;left:1rem}.input-with-icon input{color:#000;background:#ffffffe6;border:1px solid #0003;border-radius:12px;width:100%;padding:1rem 1rem 1rem 3rem;font-size:1rem;transition:all .3s}.input-with-icon input::placeholder{color:#666}.input-with-icon input:focus{border-color:var(--accent-turquoise);background:#0b1f3a99;outline:none;box-shadow:0 0 10px #2ec4b64d}.input-with-icon input:focus+.input-icon,.input-with-icon:focus-within .input-icon{color:var(--accent-turquoise)}.password-toggle{color:#666;cursor:pointer;background:0 0;border:none;padding:0;transition:all .3s;position:absolute;right:1rem}.password-toggle:hover{color:#000}.input-with-icon.has-error input{border-color:#ff6b6b}.input-with-icon.has-success input{border-color:var(--accent-turquoise);box-shadow:0 0 5px #2ec4b633}.error-text{color:#ff6b6b;margin-top:.4rem;font-size:.8rem;display:block}@media (width<=768px){.checkout-page{padding:1rem 15px;overflow-x:hidden}.checkout-page .grid.grid-cols-2{grid-template-columns:1fr;gap:2rem}.checkout-form h2,.order-summary h2{margin-bottom:1rem;font-size:1.3rem}.checkout-form input,.checkout-form textarea{padding:.75rem;font-size:.9rem}.checkout-form .grid{grid-template-columns:1fr;gap:.75rem}.checkout-form label{padding:.75rem;font-size:.85rem}.order-summary{margin-top:1rem;padding:1.5rem}.order-summary .product-price{font-size:1.1rem}}@media (width<=425px){.checkout-page{padding:.75rem 10px}.checkout-page .grid.grid-cols-2{gap:1.5rem}.checkout-form h2,.order-summary h2{margin-bottom:.75rem;font-size:1.2rem}.checkout-form input,.checkout-form textarea{padding:.65rem;font-size:.85rem}.checkout-form label{padding:.65rem;font-size:.8rem}.order-summary{margin-top:.75rem;padding:1rem}.checkout-page .btn{padding:.75rem 1rem;font-size:.9rem}}@media (width<=375px){.checkout-page{padding:.5rem 8px}.checkout-page .grid.grid-cols-2{gap:1rem}.checkout-form h2,.order-summary h2{font-size:1.1rem}.checkout-form input,.checkout-form textarea{padding:.6rem;font-size:.8rem}.order-summary{padding:.875rem}}@media (width<=320px){.checkout-page{padding:.5rem 5px}.checkout-form h2,.order-summary h2{font-size:1rem}.checkout-form input,.checkout-form textarea{padding:.5rem;font-size:.75rem}.checkout-form label{font-size:.75rem}.order-summary{padding:.75rem}.checkout-page .btn{padding:.6rem .8rem;font-size:.85rem}}@media (width<=768px){.form-group{margin-bottom:1.5rem}.form-group label{margin-bottom:.5rem;font-size:.95rem}.form-control{border-radius:8px;padding:.75rem 1rem;font-size:1rem}.form-control:focus{padding:.75rem 1rem}textarea.form-control{resize:vertical;min-height:100px}.btn-submit{width:100%;padding:1rem;font-size:1rem}.auth-form{max-width:100%;padding:2rem 1.5rem}.auth-form h2{font-size:1.75rem}.form-row{flex-direction:column;gap:1rem}.form-row .form-group{flex:1}}@media (width<=480px){.form-group{margin-bottom:1rem}.form-group label{font-size:.9rem}.form-control{padding:.625rem .875rem;font-size:.95rem}textarea.form-control{min-height:80px}.btn-submit{padding:.875rem;font-size:.95rem}.auth-form{padding:1.5rem 1rem}.auth-form h2{font-size:1.5rem}}.btn:disabled,.btn[disabled]{opacity:.5;cursor:not-allowed;box-shadow:none!important;transform:none!important}.auth-footer{color:#333;margin-top:2rem;font-size:.95rem}.auth-link{color:#000;cursor:pointer;background:0 0;border:none;margin-left:.5rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:color .3s}.auth-link:hover{color:var(--accent-turquoise);text-decoration:underline}.profile-avatar-btn{background-color:var(--accent-turquoise);width:40px;height:40px;color:var(--primary-navy);cursor:pointer;border:2px solid #fff3;border-radius:50%;justify-content:center;align-items:center;font-weight:700;transition:all .3s;display:flex}.profile-avatar-btn:hover{transform:scale(1.05);box-shadow:0 0 10px #2ec4b680}.profile-dropdown{background:var(--secondary-navy);z-index:1001;border:1px solid #ffffff1a;border-radius:12px;width:220px;position:absolute;top:55px;right:0;overflow:hidden;box-shadow:0 10px 30px #00000080}.dropdown-header{color:var(--text-light);background:#0b1f3a;border-bottom:1px solid #ffffff1a;padding:1rem}.dropdown-header strong{font-size:.95rem;display:block}.dropdown-header span{color:var(--text-dark);font-size:.75rem}.dropdown-links{margin:0;padding:0;list-style:none}.dropdown-links li button{text-align:left;width:100%;color:var(--text-light);cursor:pointer;background:0 0;border:none;align-items:center;gap:10px;padding:.8rem 1rem;font-family:inherit;font-size:.9rem;transition:all .2s;display:flex}.dropdown-links li button:hover{color:var(--accent-turquoise);background:#ffffff0d}.dropdown-links li button.logout-text:hover{color:var(--danger)}.profile-page{background-color:var(--bg-light);min-height:80vh;padding-bottom:4rem}.profile-layout{grid-template-columns:1fr 2fr;gap:2rem;display:grid}@media (width<=768px){.profile-layout{grid-template-columns:1fr}}.profile-card{background:var(--card-bg);border-radius:16px;padding:2rem;position:relative;box-shadow:0 10px 30px #0000000d}.profile-header{text-align:center;border-bottom:1px solid var(--border-color);flex-direction:column;align-items:center;margin-bottom:2rem;padding-bottom:2rem;display:flex;position:relative}.profile-avatar{background:linear-gradient(135deg, var(--primary-navy), var(--secondary-navy));width:100px;height:100px;color:var(--accent-turquoise);border-radius:50%;justify-content:center;align-items:center;margin-bottom:1rem;font-size:2.5rem;font-weight:700;display:flex;box-shadow:0 10px 20px #0b1f3a33}.profile-title-area h2{margin-bottom:.2rem;font-family:Playfair Display,serif}.profile-title-area p{color:var(--text-dark);font-size:.9rem}.edit-btn{background:var(--bg-light);width:36px;height:36px;color:var(--primary-navy);border-radius:50%;justify-content:center;align-items:center;transition:all .3s;display:flex;position:absolute;top:0;right:0}.edit-btn:hover{background:var(--accent-turquoise);color:#fff;transform:rotate(15deg)}.profile-details{flex-direction:column;gap:1.5rem;margin-bottom:2rem;display:flex}.detail-item{align-items:center;gap:1rem;display:flex}.detail-icon{width:40px;height:40px;color:var(--accent-turquoise);background:#2ec4b61a;border-radius:10px;justify-content:center;align-items:center;display:flex}.detail-text{flex-direction:column;display:flex}.detail-label{color:var(--text-dark);font-size:.8rem}.detail-value{color:var(--primary-navy);font-weight:500}.logout-btn{width:100%;color:var(--danger);background:#ff6b6b1a;border-radius:10px;justify-content:center;align-items:center;gap:.5rem;padding:1rem;font-weight:600;transition:all .3s;display:flex}.logout-btn:hover{background:var(--danger);color:#fff}.orders-section{background:var(--card-bg);border-radius:16px;padding:2rem;box-shadow:0 10px 30px #0000000d}.orders-header{border-bottom:1px solid var(--border-color);margin-bottom:2rem;padding-bottom:1rem}.orders-header h3{align-items:center;display:flex}.orders-list{flex-direction:column;gap:1rem;display:flex}.order-card{border:1px solid var(--border-color);cursor:pointer;border-radius:12px;justify-content:space-between;align-items:center;padding:1.5rem;transition:all .3s;display:flex}.order-card:hover{border-color:var(--accent-turquoise);transform:translate(5px);box-shadow:0 5px 15px #2ec4b61a}.order-info{flex-direction:column;display:flex}.order-id{color:var(--primary-navy);margin-bottom:.3rem;font-weight:600}.order-date{color:var(--text-dark);font-size:.85rem}.order-status-total{align-items:center;gap:1.5rem;display:flex}.order-status{border-radius:20px;padding:.4rem .8rem;font-size:.8rem;font-weight:600}.order-status.delivered{color:var(--accent-turquoise);background:#2ec4b61a}.order-status.processing{color:#f5a623;background:#f5a6231a}.order-total{color:var(--primary-navy);font-weight:700}.order-chevron{color:var(--text-dark)}.marquee-wrapper{gap:2rem;padding:2rem 0;display:flex;overflow:hidden}.marquee-content{flex-shrink:0;gap:2rem;width:max-content;animation:20s linear infinite scrollMarquee;display:flex}.marquee-wrapper:hover .marquee-content{animation-play-state:paused}@keyframes scrollMarquee{0%{transform:translate(0)}to{transform:translate(calc(-100% - 2rem))}}.bs-card{background:var(--bg-white);cursor:pointer;border-radius:16px;flex-direction:column;flex:none;width:250px;display:flex;overflow:hidden;box-shadow:0 4px 12px #0000000d}.bs-card:hover{box-shadow:0 12px 30px #0000001a}.bs-img-wrapper{background:var(--bg-light);justify-content:center;align-items:center;width:100%;height:250px;display:flex;position:relative;overflow:hidden}.bs-img{object-fit:cover;width:100%;height:100%}.bs-badge{background:var(--primary-navy);color:var(--accent-turquoise);z-index:10;border-radius:20px;padding:4px 10px;font-size:.75rem;font-weight:700;position:absolute;top:10px;left:10px}.bs-info{text-align:left;padding:1.5rem}.bs-title{color:var(--primary-navy);margin-bottom:.5rem;font-size:1.1rem}.bs-price{color:#000;font-size:1.1rem;font-weight:700}.product-overlay-portal{z-index:9999;justify-content:center;align-items:center;width:100vw;height:100vh;display:flex;position:fixed;top:0;left:0}.product-overlay-bg{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#0a192f99;width:100%;height:100%;position:absolute;top:0;left:0}.product-overlay-wrapper{z-index:10000;justify-content:center;align-items:center;width:100%;height:100%;padding:2rem;display:flex;position:relative}.product-detail-card{background:var(--bg-white);border-radius:20px;flex-direction:row;width:100%;max-width:900px;max-height:90vh;display:flex;position:relative;overflow:hidden;box-shadow:0 25px 50px #00000040}.close-btn{cursor:pointer;z-index:10;width:36px;height:36px;color:var(--primary-navy);background:#0000000d;border:none;border-radius:50%;justify-content:center;align-items:center;font-size:1.2rem;transition:background .3s;display:flex;position:absolute;top:15px;right:15px}.close-btn:hover{background:#0000001a}.detail-img-wrapper{background:var(--bg-light);justify-content:center;align-items:center;width:50%;display:flex}.detail-img{object-fit:cover;width:100%;height:100%}.detail-info{text-align:left;flex-direction:column;justify-content:center;width:50%;padding:3rem;display:flex}.detail-title{color:var(--primary-navy);margin-bottom:1rem;font-size:2rem}.detail-price{color:var(--accent-turquoise);margin-bottom:1.5rem;font-size:1.5rem;font-weight:700}.detail-desc{color:var(--text-dark);margin-bottom:2rem;font-size:1rem;line-height:1.6}.detail-add-btn{cursor:pointer;border-radius:30px;width:100%;padding:1rem 2rem;font-size:1.1rem}@media (width<=768px){.product-detail-card{flex-direction:column;max-height:85vh;overflow-y:auto}.detail-img-wrapper{flex-shrink:0;width:100%;height:300px}.detail-info{width:100%;padding:2rem}.product-overlay-wrapper{padding:1rem}}
