*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Poppins,sans-serif;background-color:#fff;color:#222;-webkit-font-smoothing:antialiased}a{text-decoration:none;color:inherit}button{font-family:inherit}img{-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.container{max-width:1300px;width:90%;margin:0 auto}.section{padding:50px 0}.section-title{font-size:28px;font-weight:600;text-align:center;margin-bottom:18px}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#f8d7e8}::-webkit-scrollbar-thumb{background:#d74b84;border-radius:999px}::-webkit-scrollbar-thumb:hover{background:#b8346a}@media(max-width:600px){body{font-size:15px}}.nav-root{position:sticky;top:0;z-index:50;background:#0b1a2a;border-bottom:1px solid #14273d}.nav-inner{max-width:1180px;margin:0 auto;height:64px;display:flex;align-items:center;justify-content:flex-start;padding:0 24px;gap:20px}.nav-spacer{display:none}.nav-logo a{text-decoration:none;display:inline-flex;align-items:center;gap:10px}:root{--logo-size-desktop: 48px;--logo-size-mobile: 36px}.nav-logo-link{display:inline-flex;align-items:center;gap:10px}.nav-logo-img{width:var(--logo-size-desktop);height:auto;max-height:var(--logo-size-desktop);object-fit:contain;display:block}.nav-logo-text{font-size:18px;font-weight:600;color:#fff}.nav-links{display:flex;align-items:center;gap:20px;font-size:12px;text-transform:uppercase;letter-spacing:.12em;margin-left:auto}.nav-links a{text-decoration:none;color:#a4b8d9;transition:color .2s ease}.nav-links a.active,.nav-links a:hover{color:#fff}.nav-cart-btn{border:none;background:transparent;cursor:pointer;font-size:16px;color:#dbe8ff}.nav-cart-btn:hover{color:#fff}.nav-hamburger{display:none;margin-left:auto;width:28px;height:22px;padding:0;border:none;background:transparent;cursor:pointer;display:flex;flex-direction:column;justify-content:space-between}.nav-hamburger.open span:nth-child(1){transform:translateY(8px) rotate(45deg)}.nav-hamburger.open span:nth-child(2){opacity:0}.nav-hamburger.open span:nth-child(3){transform:translateY(-8px) rotate(-45deg)}.nav-links-mobile{display:none}@media(max-width:768px){.nav-inner{justify-content:space-between;padding:0 16px}.nav-logo-img{width:var(--logo-size-mobile);max-height:var(--logo-size-mobile)}.nav-links{display:none}.nav-hamburger{display:flex}.nav-links-mobile{display:flex;flex-direction:column;gap:16px;padding:12px 16px 16px;background:#0b1a2a;border-top:1px solid #14273d}.nav-links-mobile a{text-decoration:none;color:#a4b8d9;font-size:13px;text-transform:uppercase;letter-spacing:.12em}.nav-links-mobile a.active,.nav-links-mobile a:hover{color:#fff}.nav-links-mobile .nav-cart-btn{align-self:flex-start;font-size:14px}}.nav-hamburger{display:none;margin-left:auto;width:28px;height:22px;padding:0;border:none;background:transparent;cursor:pointer;flex-direction:column;justify-content:space-between}.nav-hamburger span{display:block;height:2px;width:100%;background:#dbe8ff;border-radius:999px;transition:transform .2s ease,opacity .2s ease}@media(max-width:768px){.nav-hamburger{display:flex}.nav-links{display:none}}.nav-cart-link{position:relative;text-decoration:none}.nav-cart-badge{position:absolute;top:-6px;right:-10px;background:#8a4b15;color:#fff;border-radius:999px;font-size:10px;padding:1px 5px}.nav-logout-btn{background:transparent;border:none;padding:0;font:inherit;text-transform:uppercase;letter-spacing:.12em;font-size:12px;color:#a4b8d9;cursor:pointer;transition:color .2s ease}.nav-logout-btn:hover{color:#fff}.nav-links-mobile .nav-logout-btn{background:transparent;border:none;padding:0;font:inherit;font-size:13px;text-transform:uppercase;letter-spacing:.12em;color:#a4b8d9;text-align:left}.nav-links-mobile .nav-logout-btn:hover{color:#fff}h1{color:#dbe8ff;font-size:25px}.hero-root{background:linear-gradient(135deg,#07111d,#0e233b 40%,#102b45);padding:90px 0 110px}.hero-inner{max-width:820px;margin:0 auto;text-align:center;padding:0 26px}.hero-title{font-size:40px;font-weight:600;color:#dbe8ff;margin-bottom:16px;text-shadow:0 4px 14px rgba(0,0,0,.4)}.hero-subtitle{font-size:15px;line-height:1.7;color:#9fb5cc;max-width:640px;margin:0 auto 30px}.hero-actions{display:flex;justify-content:center;gap:14px;margin-bottom:26px;flex-wrap:wrap}.hero-btn{min-width:160px;padding:12px 20px;border-radius:999px;border:none;font-size:13px;font-weight:500;cursor:pointer;transition:all .25s ease;letter-spacing:.04em}.hero-btn-primary{background:#2d7be8;color:#fff;box-shadow:0 10px 28px #2d7be859}.hero-btn-primary:hover{transform:translateY(-2px);box-shadow:0 14px 36px #2d7be873}.hero-btn-secondary{background:#f2f6fc;color:#0b1a2a}.hero-btn-secondary:hover{background:#e6eef9}.hero-pill{display:inline-flex;margin-top:6px;padding:9px 20px;border-radius:999px;background:#ffffff14;font-size:12px;color:#d1e0f4;border:1px solid rgba(255,255,255,.09);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.hero-pill span{font-weight:600;color:#fff}@media(max-width:600px){.hero-title{font-size:30px}}.product-card{background:#0c1827;border-radius:18px;overflow:hidden;cursor:pointer;transition:transform .28s ease,box-shadow .28s ease;display:flex;flex-direction:column;border:1px solid rgba(255,255,255,.05)}.product-card{width:260px;height:420px;flex:0 0 auto}.product-card:hover{transform:translateY(-6px);box-shadow:0 18px 42px #0000008c}.product-card-image-wrapper{position:relative;width:100%;padding:16px 16px 0;box-sizing:border-box}.product-card-image{width:100%;height:250px;object-fit:cover;border-radius:16px;display:block}.product-card-overlay{position:absolute;inset:16px 16px 0;border-radius:16px;background:linear-gradient(to top,#0c1827bf,#0c18270d);opacity:0;display:flex;justify-content:center;align-items:flex-end;padding-bottom:22px;transition:opacity .3s ease}.product-card:hover .product-card-overlay{opacity:1}.product-card-view-btn{background:#dbe8fff2;color:#0b1624;border:none;padding:9px 20px;border-radius:999px;font-size:13px;font-weight:600;cursor:pointer;box-shadow:0 8px 22px #00000073;transition:transform .2s ease,box-shadow .2s ease}.product-card-wishlist-btn{position:absolute;top:12px;right:12px;background:#ffffffe6;color:#0b1624;border:none;padding:6px 10px;border-radius:999px;font-size:16px;cursor:pointer;z-index:10}.product-card-wishlist-btn.active{background:#ff6b81;color:#fff}.product-card-view-btn:hover{transform:translateY(-2px);box-shadow:0 10px 30px #0000008c}.product-card-body{padding:16px 18px 18px}.product-card-title{font-size:17px;font-weight:600;margin:0 0 8px;color:#dbe8ff}.product-card-desc{font-size:13px;color:#9db1c6;margin:0 0 14px;min-height:36px;line-height:1.55}.product-card-footer{display:flex;justify-content:space-between;align-items:center}.product-card-price{font-size:16px;font-weight:600;color:#3a9bff}.product-card-tag{font-size:11px;padding:5px 12px;border-radius:999px;background:#3a9bff21;color:#84c5ff;border:1px solid rgba(58,155,255,.18)}@media(max-width:600px){.product-card-image{height:200px}.product-card{width:100%;height:auto}}.product-card-badges{position:absolute;top:10px;left:10px;display:flex;gap:6px;z-index:5}.badge{padding:4px 8px;font-size:11px;border-radius:4px;font-weight:600;color:#fff;letter-spacing:.4px}.badge-exclusive{background:#8a4b15}.badge-trending{background:#c4302b}.product-card-desc2{font-size:13px;color:#9db1c6;margin:0 0 14px;min-height:36px;line-height:1.55}.collection-root{background:#07111d;padding:70px 0 100px}.collection-inner{max-width:1180px;margin:0 auto;padding:0 26px}.collection-header{margin-bottom:34px;text-align:center}.collection-header h2{font-size:30px;font-weight:600;color:#dbe8ff;margin-bottom:8px;letter-spacing:.03em}.collection-header p{font-size:14px;color:#97acc4;max-width:540px;margin:0 auto;line-height:1.65}.collection-grid{display:grid;grid-template-columns:repeat(auto-fit,260px);justify-content:center;gap:26px;margin-top:32px}.collection-grid{animation:fadeIn .6s ease forwards}@keyframes fadeIn{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@media(max-width:600px){.collection-header h2{font-size:26px}}.footer-root{position:relative;background:#102b45;padding:60px 8% 24px;color:#dbe8ff;text-align:center;overflow:hidden}.footer-root:before,.footer-root:after{content:"";position:absolute;left:50%;transform:translate(-50%);width:190%;height:160px;background:radial-gradient(circle,#f4c3832e,#fff0);filter:blur(55px);animation:mistFloat 9s infinite ease-in-out;pointer-events:none;bottom:0}.footer-root:after{animation-delay:4s;opacity:.75}@keyframes mistFloat{0%{opacity:.45}50%{opacity:1}to{opacity:.45}}.footer-inner{display:flex;justify-content:center;position:relative;z-index:2}.footer-heading{font-size:20px;font-weight:600;margin-bottom:14px;color:#fff}.footer-facts{list-style:none;padding:0;margin:0}.footer-facts li{font-size:15px;margin-bottom:10px;color:#b5c8df;line-height:1.7}.footer-bottom{margin-top:38px;padding-top:18px;font-size:13px;color:#9fb3c9;border-top:1px solid rgba(255,255,255,.12);position:relative;z-index:2}.floating-bottles{position:fixed;bottom:0;left:0;width:100%;height:100vh;pointer-events:none;overflow:hidden;z-index:3}.perfume-bottle{position:absolute;bottom:-40px;animation-name:bottleFloatUp;animation-timing-function:linear;animation-iteration-count:1;opacity:0;cursor:pointer;pointer-events:auto}@keyframes bottleFloatUp{0%{transform:translateY(0) scale(1);opacity:0}10%{opacity:1}80%{opacity:1}to{transform:translateY(-110vh) scale(1.1);opacity:0}}@media(max-width:550px){.footer-root{padding:42px 6% 20px}}.gallery{display:flex;flex-direction:column;gap:14px}.gallery-main-wrapper{position:relative;border-radius:20px;overflow:hidden;background:#0e2236;border:1px solid rgba(255,255,255,.05)}.gallery-main-image{width:100%;max-height:420px;object-fit:cover;display:block;transition:transform .35s ease}.gallery-main-wrapper:hover .gallery-main-image{transform:scale(1.02)}.gallery-nav-btn{position:absolute;top:50%;transform:translateY(-50%);border:none;width:34px;height:34px;border-radius:50%;background:#dbe8ffd1;color:#0e1620;font-size:20px;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 22px #00000059;transition:background .22s ease,transform .22s ease}.gallery-nav-btn.left{left:12px}.gallery-nav-btn.right{right:12px}.gallery-nav-btn:hover{background:#fff;transform:translateY(-50%) scale(1.06)}.gallery-thumbnails{display:flex;gap:10px;margin-top:2px;overflow-x:auto;padding-bottom:4px;scroll-behavior:smooth}.gallery-thumbnail-btn{border:1px solid transparent;padding:0;border-radius:12px;overflow:hidden;cursor:pointer;outline:none;flex:0 0 auto;position:relative;transition:border .25s ease,transform .25s ease}.gallery-thumbnail-image{width:72px;height:72px;object-fit:cover;display:block}.gallery-thumbnail-btn.active{border:2px solid #3a9bff;box-shadow:0 0 16px #3a9bff40}.gallery-thumbnail-btn:not(.active):hover{transform:scale(1.04);opacity:.85}.gallery-thumbnails::-webkit-scrollbar{height:6px}.gallery-thumbnails::-webkit-scrollbar-track{background:transparent}.gallery-thumbnails::-webkit-scrollbar-thumb{background:#3a9bff;border-radius:999px}@media(max-width:600px){.gallery-main-image{max-height:310px}.gallery-thumbnail-image{width:62px;height:62px}}.review-form-container{margin-top:30px;padding:20px 18px;border-radius:16px;background:#0c1827;border:1px solid rgba(255,255,255,.05)}.review-form-title{margin:0 0 14px;font-size:18px;font-weight:600;color:#dbe8ff}.review-form{display:flex;flex-direction:column;gap:14px}.review-form-row{display:flex;gap:16px;flex-wrap:wrap}.review-form-field{flex:1;min-width:180px;display:flex;flex-direction:column;gap:6px}.review-form-field label{font-size:13px;color:#9fb3c9}.review-form-field input,.review-form-field select,.review-form-field textarea{border-radius:10px;border:1px solid rgba(255,255,255,.08);padding:8px 10px;font-size:14px;outline:none;font-family:inherit;background:#0a1320;color:#dbe8ff;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease}.review-form-field input::placeholder,.review-form-field textarea::placeholder{color:#6f8299}.review-form-field input:focus,.review-form-field select:focus,.review-form-field textarea:focus{border-color:#3a9bff;box-shadow:0 0 0 2px #3a9bff40;background:#0d1726}.review-form-field textarea{resize:vertical}.review-form-error{color:#ff7a7a;font-size:13px}.review-form-submit{align-self:flex-start;padding:9px 20px;border-radius:999px;border:none;background:linear-gradient(135deg,#2d7be8,#55a4ff);color:#fff;font-size:14px;font-weight:500;cursor:pointer;box-shadow:0 10px 26px #143c788c;transition:transform .2s ease,box-shadow .2s ease,opacity .2s ease}.review-form-submit:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 14px 34px #143c78b3}.review-form-submit:disabled{opacity:.6;cursor:default}@media(max-width:600px){.review-form-container{padding:16px 14px}}.review-list-container{margin-top:32px;padding:20px 18px 10px;border-radius:18px;background:#050c14;border:1px solid rgba(255,255,255,.06)}.review-list-header{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:10px;margin-bottom:16px}.review-list-title{margin:0;font-size:20px;font-weight:600;color:#dbe8ff}.review-list-empty{margin-top:6px;font-size:14px;color:#9fb3c9}.review-star{font-size:15px}.review-list-items{display:flex;flex-direction:column;gap:14px;margin-top:8px}.review-card{padding:14px 16px;border-radius:14px;background:radial-gradient(circle at top left,#16253a 0,#0b1626 55%,#07101e);border:1px solid rgba(255,255,255,.05);box-shadow:0 10px 28px #00000073}.review-card-header{display:flex;align-items:center;gap:10px}.review-avatar{width:36px;height:36px;border-radius:50%;background:radial-gradient(circle at top,#3a9bff,#182435);color:#dbe8ff;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:600;box-shadow:0 6px 18px #0009}.review-date{margin:0;font-size:11px;color:#8a9db5}.review-card-rating{margin-top:6px}.review-comment{margin:8px 0 0;font-size:14px;color:#c3d3e9;line-height:1.6}@media(max-width:600px){.review-list-container{padding:16px 14px 8px}.review-card{padding:12px}}.pp-main{min-height:100vh;background:radial-gradient(circle at top,#07111d 0,#050b14 45%,#04060b);padding:24px 8% 60px;color:#dbe8ff}.pp-main--center{display:flex;align-items:center;justify-content:center}.pp-top-section{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,1.1fr);gap:32px;align-items:flex-start;margin-bottom:36px}.pp-media{background:#0e2236;padding:16px;border-radius:16px;border:1px solid rgba(255,255,255,.06)}.pp-details{padding-top:4px}.pp-title{font-size:26px;font-weight:600;margin-bottom:8px;color:#f3f6ff}.pp-rating-row{display:flex;align-items:center;gap:4px;font-size:12px;color:#9fb3c9;margin-bottom:12px}.pp-stars,.pp-review-stars,.pp-reviews-stars{letter-spacing:2px;color:#f6c453}.pp-rating-number{font-weight:600}.pp-rating-count{color:#7f92ab}.pp-price-row{display:flex;align-items:baseline;gap:8px;margin-bottom:10px}.pp-price{font-size:22px;font-weight:600;color:#f3f6ff}.pp-stock{font-size:12px;color:#4ed19a}.pp-sku{font-size:11px;color:#7f92ab}.pp-description{font-size:13px;color:#a7b8ce;line-height:1.7;margin-bottom:16px}.pp-notes-box{background:#0b1624;border-radius:10px;border:1px solid rgba(255,255,255,.06);padding:10px 12px;margin-bottom:16px}.pp-notes-box h4{margin:0 0 8px;font-size:13px;font-weight:600;color:#dbe8ff}.pp-notes-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.pp-notes-label{font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:#7fa2c2;margin-bottom:2px}.pp-notes-value{font-size:12px;color:#c2d2e7}.pp-size-block{margin-bottom:14px}.pp-label{font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:#7fa2c2;margin-bottom:6px}.pp-size-row{display:flex;flex-wrap:wrap;gap:6px}.pp-size-btn{min-width:52px;padding:6px 10px;border-radius:999px;border:1px solid rgba(255,255,255,.2);background:#0a1523;font-size:12px;cursor:pointer;color:#c5d4ea;transition:all .2s ease}.pp-size-btn:hover{background:#122237}.pp-size-btn.active{background:#2d7be8;border-color:#2d7be8;color:#fff}.pp-actions-row{display:flex;align-items:center;gap:10px;margin-bottom:10px}.pp-qty-wrapper{display:inline-flex;border-radius:999px;border:1px solid rgba(255,255,255,.15);overflow:hidden;background:#0b1624}.pp-qty-btn{width:32px;height:30px;border:none;background:#122237;font-size:18px;cursor:pointer;color:#dbe8ff}.pp-qty-value{width:42px;text-align:center;font-size:14px;line-height:30px;color:#dbe8ff}.pp-btn-primary{flex:1;padding:9px 16px;border-radius:999px;border:none;background:linear-gradient(135deg,#2d7be8,#55a4ff);color:#fff;font-size:14px;font-weight:500;cursor:pointer;box-shadow:0 10px 24px #0c367099;transition:all .2s ease}.pp-btn-primary:hover{transform:translateY(-1px);box-shadow:0 14px 34px #0c3670cc}.pp-heart-btn{width:38px;height:38px;border-radius:50%;border:1px solid rgba(255,255,255,.22);background:#0b1624;cursor:pointer;font-size:15px;color:#f36f9d;display:flex;align-items:center;justify-content:center}.pp-btn-secondary{width:100%;margin-top:8px;padding:8px 16px;border-radius:999px;border:1px solid rgba(255,255,255,.18);background:#071220e6;color:#c3d3e9;font-size:13px;cursor:pointer}.pp-reviews{border-top:1px solid rgba(255,255,255,.08);padding-top:24px}.pp-reviews-heading{font-size:16px;font-weight:600;margin-bottom:14px;color:#e3eeff}.pp-reviews-summary-row{display:flex;justify-content:space-between;align-items:center;gap:16px;padding:14px 16px;border-radius:12px;background:radial-gradient(circle at top left,#16253a 0,#0b1626 60%,#050b14);border:1px solid rgba(255,255,255,.06);margin-bottom:12px}.pp-reviews-score-block{display:flex;align-items:center;gap:10px}.pp-reviews-score{font-size:26px;font-weight:600;color:#f6c453}.pp-reviews-stars{font-size:14px;color:#f6c453}.pp-reviews-count{font-size:12px;color:#9fb3c9}.pp-write-btn{padding:6px 12px;border-radius:999px;border:1px solid rgba(255,255,255,.18);background:#0a1523;cursor:pointer;font-size:12px;color:#dbe8ff;transition:background .2s ease,box-shadow .2s ease}.pp-write-btn:hover{background:#122237;box-shadow:0 8px 20px #00000080}.pp-review-form-wrapper{margin:10px 0 6px}.pp-reviews-list{margin-top:8px}.pp-no-reviews{font-size:13px;color:#9fb3c9}.pp-review-item{padding:10px 0;border-top:1px solid rgba(255,255,255,.06)}.pp-review-item:first-of-type{border-top:none}.pp-review-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:4px}.pp-review-author{font-size:13px;font-weight:600;color:#e3eeff}.pp-review-date{font-size:11px;color:#7f92ab}.pp-review-stars{font-size:13px;color:#f6c453}.pp-review-comment{font-size:13px;color:#c3d3e9;line-height:1.5}@media(max-width:900px){.pp-main{padding:18px 6% 40px}.pp-top-section{grid-template-columns:1fr;gap:20px}}.review-list-container{margin-top:12px}.review-list-header{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:8px;margin-bottom:10px}.review-list-title{margin:0;font-size:18px;font-weight:600;color:#e3eeff}.review-list-summary{display:flex;align-items:center;gap:6px;font-size:13px;color:#9fb3c9}.review-list-stars{display:flex;gap:2px}.review-list-average{font-weight:600;color:#f6c453}.review-list-count{color:#7f92ab}.review-list-empty{margin-top:4px;font-size:14px;color:#9fb3c9}.review-star{font-size:14px}.review-star.filled{color:#f6c453}.review-star.empty{color:#3a4659}.review-list-items{display:flex;flex-direction:column;gap:10px;margin-top:6px}.review-card{padding:10px 0;border-top:1px solid rgba(255,255,255,.06)}.review-card:first-of-type{border-top:none}.review-card-header{display:flex;align-items:center;gap:10px;margin-bottom:4px}.review-avatar{width:32px;height:32px;border-radius:50%;background:#16253a;color:#dbe8ff;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:600}.review-author{margin:0;font-size:14px;font-weight:600;color:#e3eeff}.review-date{margin:0;font-size:11px;color:#7f92ab}.review-card-rating{margin-top:4px}.review-comment{margin:6px 0 0;font-size:13px;color:#c3d3e9;line-height:1.6}@media(max-width:600px){.review-card{padding:8px 0}}.collections-main{background:radial-gradient(circle at top,#091425,#050b14 45%,#040812);min-height:100vh;padding:40px 8% 70px;color:#dbe8ff;animation:fadeIn .6s ease-in-out}.collections-header{display:flex;justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:32px;border-bottom:1px solid rgba(171,196,255,.18);padding-bottom:14px}.collections-header h1{font-size:30px;font-weight:600;color:#f5f7ff;position:relative;letter-spacing:.04em}.collections-header h1:after{content:"";position:absolute;left:0;bottom:-8px;width:54px;height:3px;background:linear-gradient(90deg,#f6c453,#f8a9ff);border-radius:999px}.collections-header p{font-size:15px;color:#9fb3c9;max-width:520px;line-height:1.7}.collections-controls label{font-size:14px;font-weight:500;color:#c3d3e9}.collections-controls select{margin-left:8px;padding:7px 12px;border-radius:999px;border:1px solid rgba(171,196,255,.4);background:#071121e6;font-size:14px;color:#dbe8ff;cursor:pointer;transition:all .25s ease}.collections-controls select:hover{border-color:#f6c453;box-shadow:0 0 0 1px #f6c45380}.collections-controls select:focus{outline:none;border-color:#f6c453;box-shadow:0 0 0 2px #f6c45373}.collections-status{padding:60px 0;text-align:center;font-size:15px;color:#9fb3c9;animation:fadeIn .8s ease}.collection-products{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:26px;margin-top:16px}.collection-products>*{animation:fadeIn .5s ease forwards}.collection-products:before{content:"";grid-column:1 / -1;height:0;pointer-events:none}@media(max-width:768px){.collections-header{flex-direction:column;align-items:flex-start;gap:14px}.collections-header h1{font-size:26px}.collections-header p{font-size:14px}}.about-container{background:linear-gradient(135deg,#02060a,#07111d 60%,#0a1b2d);min-height:100vh;padding:48px 10% 70px;color:#dbe8ff}.about-hero{text-align:center;margin-bottom:48px}.about-title{font-size:38px;font-weight:600;margin-bottom:10px;letter-spacing:.5px;color:#fff}.about-subtitle{font-size:16px;max-width:650px;margin:0 auto;color:#9fb3c9;line-height:1.65}.about-section{max-width:900px;margin:0 auto 42px}.about-heading{font-size:22px;font-weight:600;margin-bottom:14px;color:#edf3ff}.about-text{font-size:16px;line-height:1.8;color:#b5c8df}.about-list{margin-top:12px;padding-left:22px;font-size:16px;line-height:1.8;color:#b5c8df}.about-list li{margin-bottom:6px}.about-banner{background:radial-gradient(circle at top left,#122238,#0b1a2a 60%,#07111d);border-radius:16px;padding:34px 22px;text-align:center;margin-top:60px;box-shadow:0 14px 32px #0000008c;border:1px solid rgba(255,255,255,.05)}.about-banner-text{font-size:20px;font-weight:600;color:#f4d389;letter-spacing:.2px}@media(max-width:600px){.about-container{padding:38px 6% 60px}.about-title{font-size:30px}.about-heading{font-size:19px}.about-banner-text{font-size:17px}}.cart-main{background:radial-gradient(circle at top,#07111d 0,#050b13 40%,#03070d);min-height:100vh;padding:32px 8% 60px;color:#dbe8ff}.cart-title{font-size:24px;font-weight:600;margin-bottom:20px;color:#fff}.cart-empty{font-size:14px;color:#9fb3c9}.cart-layout{display:grid;grid-template-columns:minmax(0,2.1fr) minmax(0,1fr);gap:24px}.cart-items{background:#050c14;border-radius:14px;padding:16px 18px;border:1px solid rgba(255,255,255,.06)}.cart-item-left{display:flex;gap:12px;align-items:center}.cart-item-image{width:70px;height:90px;border-radius:10px;object-fit:cover;box-shadow:0 10px 26px #0009}.cart-item-name{font-size:15px;font-weight:600;color:#f3f6ff}.cart-item-detail{font-size:12px;color:#8ea1bb}.cart-item-right{display:flex;align-items:center;gap:12px}.cart-qty-wrapper{display:inline-flex;border-radius:999px;border:1px solid rgba(255,255,255,.2);overflow:hidden;background:#0a1523}.cart-qty-wrapper button{width:28px;height:26px;border:none;background:#122237;cursor:pointer;color:#dbe8ff;font-size:14px}.cart-qty-wrapper span{width:32px;line-height:26px;text-align:center;font-size:13px;color:#dbe8ff}.cart-item-total{font-size:14px;font-weight:600;color:#f6c453}.cart-remove-btn{border:none;background:transparent;font-size:12px;color:#ff7a7a;cursor:pointer}.cart-clear-btn{margin-top:12px;border:none;background:transparent;font-size:13px;color:#ff7a7a;cursor:pointer}.cart-summary{background:radial-gradient(circle at top left,#122238 0,#0b1a2a 60%,#050b14);border-radius:14px;padding:18px 20px;border:1px solid rgba(255,255,255,.08);height:fit-content;box-shadow:0 14px 30px #0009}.cart-summary h2{font-size:18px;margin-bottom:14px;color:#f3f6ff}.cart-checkout-btn{width:100%;margin-top:14px;padding:10px 14px;border-radius:999px;border:none;background:linear-gradient(135deg,#2d7be8,#55a4ff);color:#fff;cursor:pointer;font-size:14px;font-weight:500;box-shadow:0 12px 28px #0c3670bf;transition:transform .2s ease,box-shadow .2s ease}.cart-checkout-btn:hover{transform:translateY(-1px);box-shadow:0 16px 34px #0c3670e6}@media(max-width:600px){.cart-main{padding:24px 6% 50px}.cart-item{flex-direction:column;align-items:flex-start}.cart-item-right{align-self:stretch;justify-content:space-between}}.checkout-header{display:flex;align-items:center;justify-content:space-between;gap:16px}.checkout-steps{display:flex;gap:8px;align-items:center}.checkout-steps .step{font-size:12px;padding:6px 10px;border-radius:999px;background:#ffffff08;color:#9fb3c9}.checkout-steps .step.current{background:linear-gradient(135deg,#2d7be8,#55a4ff);color:#fff}.checkout-steps .step.completed{background:#ffffff0f;color:#dbe8ff}.checkout-layout{align-items:flex-start}.checkout-items{max-height:60vh;overflow:auto}.checkout-summary{position:sticky;top:20px}.checkout-label{display:block;margin-top:10px;font-size:13px;color:#cfe0ff}.checkout-input,.checkout-textarea{width:100%;margin-top:6px;padding:10px;border-radius:8px;border:1px solid rgba(171,196,255,.18);background:#070c18e6;color:#eaf4ff;font-family:inherit}.checkout-textarea{min-height:80px;resize:vertical}.checkout-fieldset{border:none;padding:0}.checkout-pay-btn{width:100%;padding:12px;font-size:16px;border-radius:12px}.checkout-error{color:#f9c3c3;margin-top:8px}@media(max-width:900px){.checkout-items{max-height:unset}.checkout-summary{position:static}}.checkout-vertical{display:flex;flex-direction:column;gap:20px}.checkout-vertical .checkout-items{width:100%;max-height:none}.checkout-vertical .checkout-summary{width:100%;position:static;margin-top:8px}.cart-main{background:radial-gradient(circle at top,#07111f,#050b14 45%,#030711);min-height:100vh;padding:32px 8% 60px;color:#dbe8ff}.cart-title{font-size:26px;font-weight:600;margin-bottom:20px;color:#f5f7ff;letter-spacing:.08em;text-transform:uppercase}.cart-empty{font-size:15px;color:#9fb3c9}.cart-layout{display:grid;grid-template-columns:minmax(0,2.1fr) minmax(0,1fr);gap:24px;margin-top:10px}.cart-items{background:radial-gradient(circle at top left,#132234,#050c16 55%,#050910);border-radius:16px;padding:18px 20px;border:1px solid rgba(255,255,255,.06);box-shadow:0 14px 32px #000000a6}.cart-item{display:flex;justify-content:space-between;align-items:center;gap:16px;padding:12px 0;border-bottom:1px solid rgba(255,255,255,.06)}.cart-item:last-of-type{border-bottom:none}.cart-item-left{display:flex;gap:14px;align-items:center}.cart-item-image{width:72px;height:92px;border-radius:12px;object-fit:cover;box-shadow:0 10px 26px #000000a6}.cart-item-name{font-size:15px;font-weight:600;margin-bottom:4px;color:#f3f6ff}.cart-item-detail{font-size:13px;color:#9fb3c9;margin:1px 0}.cart-summary{background:radial-gradient(circle at top right,#172842,#0a1524 55%,#050910);border-radius:16px;padding:18px 20px 20px;border:1px solid rgba(255,255,255,.08);height:fit-content;box-shadow:0 16px 36px #000000b3}.cart-summary h2{font-size:18px;margin-bottom:14px;color:#f5f7ff}.cart-summary-row{display:flex;justify-content:space-between;margin-bottom:6px;font-size:14px;color:#c3d3e9}.cart-summary-row span:last-child{font-weight:600}.cart-summary form{display:flex;flex-direction:column;gap:10px;margin-top:12px}.cart-summary label{font-size:13px;color:#b5c8df;display:flex;flex-direction:column;gap:4px;text-align:left}.cart-summary input,.cart-summary textarea{border-radius:10px;border:1px solid rgba(171,196,255,.35);background:#050c18f2;padding:8px 10px;font-size:13px;color:#e3eeff;outline:none;font-family:inherit;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease}.cart-summary textarea{resize:vertical;min-height:70px}.cart-summary input::placeholder,.cart-summary textarea::placeholder{color:#7687a1}.cart-summary input:focus,.cart-summary textarea:focus{border-color:#f6c453;box-shadow:0 0 0 2px #f6c45359;background:#071020fa}.cart-summary p{margin-top:4px;font-size:13px}.cart-checkout-btn{width:100%;margin-top:10px;padding:10px 14px;border-radius:999px;border:none;background:linear-gradient(135deg,#2d7be8,#55a4ff);color:#fff;cursor:pointer;font-size:14px;font-weight:600;box-shadow:0 14px 32px #0c3670d9;transition:transform .2s ease,box-shadow .2s ease,opacity .2s ease}.cart-checkout-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 18px 40px #0c3670f2}.cart-checkout-btn:disabled{opacity:.65;cursor:default}@media(max-width:900px){.cart-layout{grid-template-columns:1fr}}@media(max-width:600px){.cart-main{padding:24px 6% 50px}.cart-item{flex-direction:column;align-items:flex-start}.cart-item-image{width:80px;height:100px}}.cart-layout{display:flex;gap:24px;align-items:flex-start}.cart-main-column{flex:2;display:flex;flex-direction:column;gap:16px}.cart-wishlist-column{flex:1;padding:16px;background:#081321;border:1px solid #14273d;border-radius:8px}.cart-wishlist-column h2{font-size:16px;margin-bottom:12px}.cart-wishlist-item{margin-bottom:12px}@media(max-width:768px){.cart-layout{flex-direction:column}.cart-wishlist-column{width:100%}}.cart-section{margin-bottom:32px}.wishlist-move-btn{background:linear-gradient(135deg,#9b6329,#c98e3c);border:none;padding:8px 16px;color:#fff;font-size:12px;letter-spacing:.06em;text-transform:uppercase;border-radius:4px;cursor:pointer;transition:.25s ease}.wishlist-move-btn:hover{background:linear-gradient(135deg,#c98e3c,#e8b763);transform:translateY(-1px);box-shadow:0 4px 10px #c98e3c66}.nav-links-mobile .wishlist-move-btn{width:100%}.contact-container{background:radial-gradient(circle at top,#07111d,#050b13 45%,#02060a);min-height:100vh;padding:48px 8% 60px;color:#dbe8ff}.contact-header{text-align:center;margin-bottom:48px}.contact-header h1{font-size:36px;margin-bottom:8px;font-weight:600;color:#fff;letter-spacing:.3px}.contact-header p{font-size:15px;max-width:600px;margin:0 auto;color:#9fb3c9;line-height:1.7}.contact-content{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(0,1fr);gap:40px}.contact-form{background:radial-gradient(circle at top left,#122238,#0b1a2a 70%,#07101e);padding:28px 32px;border-radius:16px;border:1px solid rgba(255,255,255,.06);box-shadow:0 14px 34px #0000008c}.contact-form label{display:block;font-size:14px;margin-bottom:14px;color:#c3d3e9;font-weight:500}.contact-form input,.contact-form textarea{width:100%;padding:12px;margin-top:6px;border-radius:10px;border:1px solid rgba(255,255,255,.15);background:#0e1a2b;font-size:14px;color:#dbe8ff}.contact-form input:focus,.contact-form textarea:focus{outline:none;border-color:#4da3ff;box-shadow:0 0 0 2px #4da3ff40}.contact-btn{margin-top:12px;width:100%;padding:12px;background:linear-gradient(135deg,#2d7be8,#569dff);color:#fff;border-radius:999px;border:none;cursor:pointer;font-size:15px;font-weight:600;box-shadow:0 12px 28px #0c3670b3;transition:transform .2s ease,box-shadow .2s ease}.contact-btn:hover{transform:translateY(-1px);box-shadow:0 16px 34px #0c3670e6}.contact-success{margin-top:12px;font-size:13px;color:#4ed381;font-weight:600;text-align:center}.contact-info{background:radial-gradient(circle at top right,#122238,#0b1a2a 65%,#07101e);padding:28px 32px;border-radius:16px;border:1px solid rgba(255,255,255,.06);height:fit-content;box-shadow:0 14px 34px #0000008c}.contact-info h2{margin-bottom:10px;font-size:20px;font-weight:600;color:#fff}.contact-info p{font-size:15px;color:#b5c8df;line-height:1.8;margin-bottom:26px}@media(max-width:900px){.contact-content{grid-template-columns:1fr}}@media(max-width:600px){.contact-container{padding:36px 6% 50px}.contact-header h1{font-size:30px}}.order-success-container{background:radial-gradient(circle at top,#07111f,#050b14 45%,#030711);min-height:100vh;padding:40px 8% 70px;color:#dbe8ff;text-align:center;animation:fadeIn .6s ease}.order-success-title{font-size:32px;font-weight:700;color:#f6c453;margin-bottom:10px;text-shadow:0 0 10px rgba(246,196,83,.3)}.order-success-details{font-size:16px;color:#bcd2f0;margin-top:8px;line-height:1.6}.order-success-details strong{color:#f6c453}.order-success-customer{margin-top:12px;font-size:17px;font-weight:600;color:#e3eeff}.order-success-message{margin-top:18px;font-size:15px;color:#9bb2d0;max-width:620px;margin-left:auto;margin-right:auto;line-height:1.7}.order-success-actions{margin-top:26px;display:flex;justify-content:center;flex-wrap:wrap;gap:14px}.order-success-download{padding:10px 18px;border-radius:999px;border:none;background:linear-gradient(135deg,#2d7be8,#55a4ff);color:#fff;cursor:pointer;font-weight:600;font-size:14px;box-shadow:0 12px 32px #0c3670d9;transition:.2s ease}.order-success-download:hover{transform:translateY(-2px);box-shadow:0 16px 40px #0c3670}.order-success-home{color:#f6c453;font-size:15px;font-weight:600;text-decoration:none;padding:9px 18px;border-radius:999px;background:#ffffff0f;border:1px solid rgba(255,255,255,.12);transition:.2s ease}.order-success-home:hover{background:#ffffff2e;transform:scale(1.04)}@media(max-width:600px){.order-success-title{font-size:26px}.order-success-actions{flex-direction:column;gap:10px}}.order-history-root{background:radial-gradient(circle at top,#07111f,#050b14 45%,#030711);min-height:100vh;padding:40px 8% 70px;color:#dbe8ff;animation:fadeIn .6s ease}.order-history-root h2{font-size:32px;font-weight:700;color:#f6c453;text-align:center;margin-bottom:6px;text-shadow:0 0 10px rgba(246,196,83,.25)}.order-history-root p{text-align:center;font-size:15px;color:#9cb7d6;margin-bottom:28px}.oh-form{display:flex;justify-content:center;gap:12px;margin-bottom:24px;flex-wrap:wrap}.oh-form input{padding:12px 14px;border-radius:10px;border:1px solid rgba(160,190,225,.25);background:#ffffff0f;color:#dbe8ff;width:280px;font-size:14px;transition:.2s}.oh-form input::placeholder{color:#8fa6c4}.oh-form input:focus{outline:none;border-color:#3e7eff;box-shadow:0 0 8px #3e7eff66}.oh-form button{padding:12px 18px;border-radius:10px;border:none;background:linear-gradient(135deg,#2d7be8,#55a4ff);color:#fff;font-weight:600;cursor:pointer;min-width:140px;transition:.2s}.oh-form button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 14px 32px #1d549699}.oh-form button:disabled{opacity:.5;cursor:default}.oh-error{text-align:center;color:#ff6f6f;margin-bottom:20px;font-weight:600}.oh-list{display:flex;flex-direction:column;gap:20px;margin-top:10px}.oh-card{background:#ffffff0f;border:1px solid rgba(255,255,255,.12);border-radius:14px;padding:18px 22px;box-shadow:0 8px 25px #00000073;animation:fadeIn .4s ease}.oh-row{display:flex;justify-content:space-between;margin-bottom:6px;font-size:14px;color:#bcd2f0}.oh-row strong{color:#f6c453}.oh-items{margin-top:12px;font-size:14px}.oh-items summary{cursor:pointer;color:#8db8ff;transition:.2s}.oh-items summary:hover{color:#b4ccff}.oh-items ul{margin:8px 0 0;padding-left:18px;color:#cfe0ff;line-height:1.7}@keyframes fadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@media(max-width:600px){.oh-row{flex-direction:column;gap:2px}.order-history-root h2{font-size:26px}}.auth-root{min-height:100vh;display:flex;justify-content:center;align-items:center;padding:40px 16px;background:radial-gradient(circle at top,#0b1a2a,#050b14 45%,#030711);position:relative;overflow:hidden;font-family:system-ui,-apple-system,BlinkMacSystemFont,SF Pro Text,sans-serif}.auth-root:before,.auth-root:after{content:"";position:absolute;width:420px;height:420px;border-radius:50%;filter:blur(80px);opacity:.65;z-index:0}.auth-root:before{background:#3e8cffa6;top:-120px;left:-80px}.auth-root:after{bottom:-160px;right:-60px}.auth-form{position:relative;z-index:1;width:380px;max-width:100%;padding:26px 26px 22px;border-radius:18px;background:radial-gradient(circle at top left,#14253b,#050c16 55%,#040914);box-shadow:0 18px 45px #000000d9,0 0 0 1px #abc4ff1f;border:1px solid rgba(255,255,255,.06);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);animation:authFadeIn .6s ease}.auth-form h2{margin:0 0 6px;font-size:24px;font-weight:600;color:#f5f7ff}.auth-form h2+p{margin:0 0 16px;font-size:13px;color:#9fb3c9}.auth-form label{display:block;margin-bottom:10px;font-size:13px;color:#b5c8df}.auth-form input,.auth-form textarea,.auth-form select{width:100%;padding:9px 11px;margin-top:6px;box-sizing:border-box;border-radius:10px;border:1px solid rgba(171,196,255,.35);background:#06101ff2;color:#dbe8ff;font-size:13px;outline:none;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease,transform .1s ease}.auth-form input::placeholder{color:#7e92b1}.auth-form input:focus,.auth-form textarea:focus,.auth-form select:focus{background:#091529fa;transform:translateY(-1px)}.auth-form button{margin-top:12px;padding:10px 14px;width:100%;background:linear-gradient(135deg,#2d7be8,#55a4ff);color:#fff;border:none;border-radius:999px;cursor:pointer;font-size:14px;font-weight:600;letter-spacing:.03em;transition:transform .18s ease,box-shadow .18s ease,opacity .18s ease}.auth-form button:hover:not(:disabled){transform:translateY(-1px)}.auth-form button:disabled{opacity:.65;cursor:default}.auth-form>div{font-size:13px;color:#9fb3c9}.auth-form a{color:#f6c453;text-decoration:none;font-weight:500}.auth-form a:hover{text-decoration:underline}@keyframes authFadeIn{0%{opacity:0;transform:translateY(10px) scale(.99)}to{opacity:1;transform:translateY(0) scale(1)}}@media(max-width:480px){.auth-form{padding:22px 18px 18px;border-radius:16px}.auth-form h2{font-size:22px}}
