@import"https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400;500;600&family=DM+Sans:wght@300;400;500&display=swap";:root{--bg: #0D0D0D;--surface: #141414;--surface2: #1a1a1a;--border: #232323;--text: #F0EDE8;--text-muted: #888;--text-dim: #555;--accent: #3DAB91;--accent-dim: #0f2e28;--gold: #C8A96E;--gold-dim: #2a1f0a;--radius: 10px;--radius-lg: 16px;--font-display: "Cormorant Garamond", serif;--font-body: "DM Sans", sans-serif;--transition: .25s cubic-bezier(.4, 0, .2, 1)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--text);font-family:var(--font-body);font-size:15px;line-height:1.6;-webkit-font-smoothing:antialiased;overflow-x:hidden}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button{cursor:pointer;border:none;background:none;font-family:inherit}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--border);border-radius:2px}.site-header{position:fixed;top:0;left:0;right:0;z-index:100;padding:0 40px;height:64px;display:flex;align-items:center;justify-content:space-between;background:#0d0d0dd9;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:.5px solid var(--border);transition:background var(--transition)}.site-header__logo{font-family:var(--font-display);font-size:22px;font-weight:500;letter-spacing:4px;color:var(--text);text-transform:uppercase}.site-header__logo span{color:var(--accent)}.site-header__nav{display:flex;gap:32px;list-style:none}.site-header__nav a{font-size:13px;font-weight:300;color:var(--text-muted);letter-spacing:1px;text-transform:uppercase;transition:color var(--transition)}.site-header__nav a:hover{color:var(--text)}.site-header__actions{display:flex;align-items:center;gap:20px}.site-header__actions a{color:var(--text-muted);font-size:13px;transition:color var(--transition)}.site-header__actions a:hover{color:var(--text)}.cart-icon{position:relative;display:flex;align-items:center}.cart-count{position:absolute;top:-6px;right:-8px;width:16px;height:16px;background:var(--accent);color:#fff;font-size:10px;font-weight:500;border-radius:50%;display:flex;align-items:center;justify-content:center}.hero{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden;padding-top:64px}.hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse 80% 60% at 50% 60%,rgba(61,171,145,.08) 0%,transparent 70%),radial-gradient(ellipse 40% 40% at 20% 80%,rgba(200,169,110,.05) 0%,transparent 60%),var(--bg)}.hero__noise{position:absolute;top:0;right:0;bottom:0;left:0;opacity:.03;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");background-size:200px}.hero__content{position:relative;z-index:2;text-align:center;max-width:800px;padding:0 24px}.hero__eyebrow{display:inline-block;font-size:11px;font-weight:400;letter-spacing:3px;text-transform:uppercase;color:var(--accent);margin-bottom:24px;padding:6px 16px;border:.5px solid rgba(61,171,145,.3);border-radius:20px}.hero__title{font-family:var(--font-display);font-size:clamp(52px,8vw,96px);font-weight:300;line-height:1;color:var(--text);margin-bottom:24px;letter-spacing:-1px}.hero__title em{font-style:italic;color:var(--accent)}.hero__subtitle{font-size:16px;font-weight:300;color:var(--text-muted);max-width:480px;margin:0 auto 40px;line-height:1.8}.hero__actions{display:flex;gap:16px;justify-content:center;align-items:center;flex-wrap:wrap}.btn-primary{display:inline-flex;align-items:center;gap:8px;background:var(--accent);color:#fff;padding:14px 32px;border-radius:6px;font-size:14px;font-weight:500;letter-spacing:.5px;transition:opacity var(--transition),transform var(--transition)}.btn-primary:hover{opacity:.9;transform:translateY(-1px)}.btn-secondary{display:inline-flex;align-items:center;gap:8px;background:transparent;color:var(--text-muted);padding:14px 32px;border-radius:6px;font-size:14px;font-weight:400;border:.5px solid var(--border);transition:color var(--transition),border-color var(--transition)}.btn-secondary:hover{color:var(--text);border-color:#444}.hero__scroll{position:absolute;bottom:32px;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:8px;color:var(--text-dim);font-size:11px;letter-spacing:2px;text-transform:uppercase;animation:bounce 2s ease-in-out infinite}.hero__scroll-line{width:.5px;height:40px;background:linear-gradient(to bottom,var(--text-dim),transparent)}@keyframes bounce{0%,to{transform:translate(-50%) translateY(0)}50%{transform:translate(-50%) translateY(6px)}}.marquee-section{border-top:.5px solid var(--border);border-bottom:.5px solid var(--border);padding:16px 0;overflow:hidden;background:var(--surface)}.marquee-track{display:flex;gap:0;animation:marquee 20s linear infinite;width:max-content}.marquee-item{display:flex;align-items:center;gap:16px;padding:0 32px;font-size:12px;font-weight:300;letter-spacing:2px;text-transform:uppercase;color:var(--text-muted);white-space:nowrap}.marquee-dot{width:4px;height:4px;border-radius:50%;background:var(--accent);flex-shrink:0}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.section{padding:100px 40px}.section-header{text-align:center;margin-bottom:64px}.section-eyebrow{font-size:11px;font-weight:400;letter-spacing:3px;text-transform:uppercase;color:var(--accent);margin-bottom:16px}.section-title{font-family:var(--font-display);font-size:clamp(32px,4vw,52px);font-weight:300;color:var(--text);line-height:1.1}.section-title em{font-style:italic;color:var(--accent)}.products-section{background:var(--bg)}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px;max-width:1200px;margin:0 auto}.product-card{background:var(--surface);border:.5px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;transition:transform var(--transition),border-color var(--transition);position:relative}.product-card:hover{transform:translateY(-4px);border-color:#333}.product-card__badge{position:absolute;top:14px;left:14px;z-index:2;font-size:10px;font-weight:500;letter-spacing:1px;text-transform:uppercase;padding:4px 10px;border-radius:20px}.badge-bestseller{background:#3dab9126;color:var(--accent);border:.5px solid rgba(61,171,145,.3)}.badge-new{background:#c8a96e1f;color:var(--gold);border:.5px solid rgba(200,169,110,.3)}.product-card__image{aspect-ratio:1;overflow:hidden;position:relative;background:#111}.product-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .5s cubic-bezier(.4,0,.2,1)}.product-card:hover .product-card__image img{transform:scale(1.05)}.product-card__quick-add{position:absolute;bottom:0;left:0;right:0;background:#0d0d0de6;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);padding:14px;display:flex;align-items:center;justify-content:center;gap:8px;font-size:13px;font-weight:500;color:var(--accent);letter-spacing:.5px;transform:translateY(100%);transition:transform var(--transition)}.product-card:hover .product-card__quick-add{transform:translateY(0)}.product-card__info{padding:20px;background:var(--surface)}.product-card__name{font-size:15px;font-weight:400;color:var(--text);margin-bottom:8px;line-height:1.3}.product-card__tagline{font-size:12px;color:var(--text-muted);margin-bottom:14px;line-height:1.5}.product-card__footer{display:flex;align-items:center;justify-content:space-between}.product-card__price{font-size:18px;font-weight:500;color:var(--text)}.product-card__og-price{font-size:13px;color:var(--text-dim);text-decoration:line-through;margin-left:6px}.product-card__stars{font-size:11px;color:var(--gold);letter-spacing:1px}.hero-product{background:var(--surface);border-top:.5px solid var(--border);border-bottom:.5px solid var(--border)}.hero-product__inner{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.hero-product__media{position:relative;aspect-ratio:1;background:#111;border-radius:var(--radius-lg);overflow:hidden}.hero-product__media img{width:100%;height:100%;object-fit:cover}.hero-product__glow{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse 60% 60% at 50% 50%,rgba(61,171,145,.12) 0%,transparent 70%);pointer-events:none}.hero-product__info{padding:40px 0}.hero-product__tag{display:inline-block;font-size:11px;letter-spacing:2px;text-transform:uppercase;color:var(--accent);margin-bottom:20px}.hero-product__title{font-family:var(--font-display);font-size:clamp(36px,4vw,56px);font-weight:300;line-height:1.1;margin-bottom:20px}.hero-product__desc{font-size:15px;color:var(--text-muted);line-height:1.8;margin-bottom:32px}.hero-product__price-row{display:flex;align-items:baseline;gap:12px;margin-bottom:28px}.hero-product__price{font-size:32px;font-weight:500;color:var(--text)}.hero-product__og{font-size:18px;color:var(--text-dim);text-decoration:line-through}.hero-product__save{font-size:13px;color:var(--accent);background:var(--accent-dim);padding:4px 10px;border-radius:20px}.hero-product__benefits{display:flex;flex-direction:column;gap:10px;margin-bottom:32px}.hero-product__benefit{display:flex;align-items:center;gap:12px;font-size:13px;color:var(--text-muted)}.hero-product__benefit-dot{width:6px;height:6px;border-radius:50%;background:var(--accent);flex-shrink:0}.hero-product__actions{display:flex;gap:12px}.trust-section{background:var(--surface);padding:60px 40px}.trust-grid{max-width:1000px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:32px;text-align:center}.trust-item{display:flex;flex-direction:column;align-items:center;gap:12px}.trust-icon{width:44px;height:44px;border:.5px solid var(--border);border-radius:10px;display:flex;align-items:center;justify-content:center;color:var(--accent);font-size:20px}.trust-title{font-size:14px;font-weight:500;color:var(--text)}.trust-sub{font-size:12px;color:var(--text-muted)}.reviews-section{background:var(--bg)}.reviews-grid{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.review-card{background:var(--surface);border:.5px solid var(--border);border-radius:var(--radius-lg);padding:28px}.review-card__stars{color:var(--gold);font-size:14px;margin-bottom:14px;letter-spacing:2px}.review-card__text{font-size:14px;color:var(--text-muted);line-height:1.8;margin-bottom:20px;font-style:italic}.review-card__author{display:flex;align-items:center;gap:10px}.review-card__avatar{width:36px;height:36px;border-radius:50%;background:var(--accent-dim);display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:500;color:var(--accent)}.review-card__name{font-size:13px;font-weight:500;color:var(--text)}.review-card__verified{font-size:11px;color:var(--text-dim)}.cta-section{padding:120px 40px;text-align:center;position:relative;overflow:hidden;background:var(--surface)}.cta-section__bg{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse 60% 80% at 50% 50%,rgba(61,171,145,.06) 0%,transparent 70%)}.cta-section__content{position:relative;z-index:1}.cta-section__title{font-family:var(--font-display);font-size:clamp(36px,5vw,64px);font-weight:300;margin-bottom:20px;line-height:1.1}.cta-section__sub{font-size:16px;color:var(--text-muted);margin-bottom:40px;max-width:480px;margin-left:auto;margin-right:auto}.site-footer{background:var(--surface);border-top:.5px solid var(--border);padding:60px 40px 32px}.footer-grid{max-width:1200px;margin:0 auto 48px;display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:60px}.footer-brand__logo{font-family:var(--font-display);font-size:24px;font-weight:500;letter-spacing:4px;color:var(--text);text-transform:uppercase;margin-bottom:16px}.footer-brand__logo span{color:var(--accent)}.footer-brand__desc{font-size:13px;color:var(--text-muted);line-height:1.8;max-width:280px}.footer-col__title{font-size:11px;font-weight:500;letter-spacing:2px;text-transform:uppercase;color:var(--text);margin-bottom:20px}.footer-col__links{list-style:none;display:flex;flex-direction:column;gap:10px}.footer-col__links a{font-size:13px;color:var(--text-muted);transition:color var(--transition)}.footer-col__links a:hover{color:var(--text)}.footer-bottom{max-width:1200px;margin:0 auto;padding-top:24px;border-top:.5px solid var(--border);display:flex;justify-content:space-between;align-items:center}.footer-bottom__copy{font-size:12px;color:var(--text-dim)}.product-page{padding-top:64px;min-height:100vh}.product-page__inner{max-width:1200px;margin:0 auto;padding:60px 40px;display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:start}.product-gallery{position:sticky;top:84px}.product-gallery__main{aspect-ratio:1;background:var(--surface);border:.5px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;margin-bottom:12px}.product-gallery__main img{width:100%;height:100%;object-fit:cover}.product-gallery__thumbs{display:flex;gap:10px}.product-gallery__thumb{width:72px;height:72px;background:var(--surface);border:.5px solid var(--border);border-radius:8px;overflow:hidden;cursor:pointer;transition:border-color var(--transition)}.product-gallery__thumb:hover,.product-gallery__thumb.active{border-color:var(--accent)}.product-gallery__thumb img{width:100%;height:100%;object-fit:cover}.product-info{padding:20px 0}.product-info__tag{display:inline-block;font-size:10px;letter-spacing:2px;text-transform:uppercase;color:var(--accent);background:var(--accent-dim);padding:4px 12px;border-radius:20px;margin-bottom:16px}.product-info__stars{display:flex;align-items:center;gap:8px;margin-bottom:16px}.product-info__stars-text{color:var(--gold);font-size:14px}.product-info__reviews-count{font-size:13px;color:var(--text-muted)}.product-info__title{font-family:var(--font-display);font-size:clamp(28px,3vw,42px);font-weight:300;line-height:1.15;margin-bottom:16px}.product-info__desc{font-size:14px;color:var(--text-muted);line-height:1.8;margin-bottom:24px}.product-info__price-row{display:flex;align-items:baseline;gap:12px;margin-bottom:28px;padding-bottom:28px;border-bottom:.5px solid var(--border)}.product-info__price{font-size:30px;font-weight:500}.product-info__og{font-size:18px;color:var(--text-dim);text-decoration:line-through}.product-info__save{font-size:12px;color:var(--accent);background:var(--accent-dim);padding:3px 10px;border-radius:20px}.product-info__section-label{font-size:12px;font-weight:500;letter-spacing:1px;text-transform:uppercase;color:var(--text-muted);margin-bottom:12px}.product-info__badges{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:24px}.product-badge{display:flex;align-items:center;gap:6px;font-size:12px;color:var(--text-muted);border:.5px solid var(--border);padding:6px 12px;border-radius:20px}.product-badge svg{width:14px;height:14px;color:var(--accent)}.product-info__atc{width:100%;background:var(--accent);color:#fff;padding:16px;border-radius:8px;font-size:15px;font-weight:500;letter-spacing:.5px;margin-bottom:12px;transition:opacity var(--transition),transform var(--transition)}.product-info__atc:hover{opacity:.9;transform:translateY(-1px)}.product-info__buy-now{width:100%;background:transparent;color:var(--text);padding:15px;border-radius:8px;font-size:14px;font-weight:400;border:.5px solid var(--border);margin-bottom:20px;transition:border-color var(--transition)}.product-info__buy-now:hover{border-color:#444}.product-info__perks{display:flex;flex-direction:column;gap:10px}.product-info__perk{display:flex;align-items:center;gap:10px;font-size:13px;color:var(--text-muted)}.perk-dot{width:5px;height:5px;border-radius:50%;background:var(--accent);flex-shrink:0}@keyframes fadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.animate-fade-up{animation:fadeUp .7s cubic-bezier(.4,0,.2,1) both}.delay-1{animation-delay:.1s}.delay-2{animation-delay:.2s}.delay-3{animation-delay:.3s}.delay-4{animation-delay:.4s}@media(max-width:900px){.site-header{padding:0 20px}.site-header__nav{display:none}.section{padding:60px 20px}.hero-product__inner{grid-template-columns:1fr;gap:40px}.trust-grid{grid-template-columns:repeat(2,1fr)}.reviews-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr;gap:32px}.product-page__inner{grid-template-columns:1fr}.product-gallery{position:static}}@media(max-width:600px){.hero__title{font-size:42px}.products-grid{grid-template-columns:repeat(2,1fr);gap:12px}.trust-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr}.footer-bottom{flex-direction:column;gap:8px;text-align:center}}.product-card__info{display:block!important;padding:20px!important;background:#141414!important}.product-card__name{display:block!important;color:#f0ede8!important;font-size:15px!important;margin-bottom:8px!important}.product-card__tagline{display:block!important;color:#888!important;font-size:12px!important;margin-bottom:14px!important}.product-card__footer{display:flex!important;justify-content:space-between!important;align-items:center!important}.product-card__price{display:inline!important;color:#f0ede8!important;font-size:17px!important;font-weight:500!important}.product-card__stars{display:inline!important;color:#c8a96e!important}.product-card{background:#1a1a1a!important;border:.5px solid #2a2a2a!important}
/*# sourceMappingURL=/cdn/shop/t/6/assets/lumien.css.map */
