*,*:before,*:after{box-sizing:border-box}body{margin:0;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#05060a;color:#f8f9fc}.page-main{min-height:70vh}.section{padding:3rem 1.5rem}.section--alt{background:#0b0d13}.section__inner{max-width:1100px;margin:0 auto}.announcement-bar{background-color:#f7f5ef;color:#05060a;font-size:.75rem;padding:.4rem 1.5rem;display:flex;align-items:center;justify-content:center;gap:.5rem;text-transform:uppercase;letter-spacing:.05em}.announcement-bar__text{opacity:.85}.announcement-bar__link{color:#05060a;text-decoration:underline;font-weight:600}.site-header{background-color:#f7f5ef;color:#05060a;border-bottom:1px solid #e0dbcf;position:sticky;top:0;z-index:40}.site-header__top{max-width:1100px;margin:0 auto;padding:.6rem 1.5rem;display:flex;align-items:center;justify-content:space-between}.site-header__logo{font-weight:800;letter-spacing:.16em;text-transform:uppercase;color:#05060a;text-decoration:none;font-size:1.1rem}.site-header__icon-btn{background:transparent;border:none;color:#05060a;font-size:1.4rem}.site-header__icons{display:flex;gap:.6rem;align-items:center}.site-header__icon-link{position:relative;font-size:1.1rem;text-decoration:none;color:#05060a}.site-header__cart-count{position:absolute;top:-.35rem;right:-.4rem;background:#ff4b6e;color:#fff;border-radius:999px;padding:0 .3rem;font-size:.65rem}.site-header__subline{text-align:center;padding:.3rem 1.5rem .5rem;font-size:.8rem;color:#6b6b6b;border-top:1px solid #e0dbcf}.site-nav{max-width:1100px;margin:0 auto .5rem;padding:0 1.5rem .4rem;display:flex;gap:1.4rem;align-items:center}.site-nav__link{color:#d0d4f5;text-decoration:none;font-size:.82rem;text-transform:uppercase;letter-spacing:.12em;opacity:.9}.site-nav__link--active,.site-nav__link:hover{opacity:1;color:#fff}@media (max-width: 768px){.site-nav{position:absolute;top:96px;right:1.5rem;background:#060711;flex-direction:column;padding:.75rem 1rem;border-radius:.75rem;border:1px solid rgba(255,255,255,.08);display:none}.site-nav.nav-open{display:flex}}.hero.hero--full{position:relative;min-height:80vh;background-size:cover;background-position:center;display:flex;align-items:flex-end;justify-content:center;padding:0 1.5rem 3rem}.hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#0003,#000000a6)}.hero__content{position:relative;max-width:1100px;width:100%;color:#fff}.hero__content--center{text-align:center}.hero__eyebrow{text-transform:uppercase;letter-spacing:.16em;font-size:.75rem;margin-bottom:.6rem;opacity:.9}.hero__title--big{font-size:2.1rem;margin-bottom:.6rem}.hero__subtitle{color:#e3e5ff;max-width:520px}.hero__subtitle--center{margin:0 auto 1.2rem}.hero__badges{display:flex;justify-content:center;flex-wrap:wrap;gap:.5rem;margin-bottom:1.2rem}.hero__badge{font-size:.8rem;padding:.3rem .8rem;border-radius:999px;background:#00000080;border:1px solid rgba(255,255,255,.3)}.hero__badge--muted{opacity:.85}.hero__actions{display:flex;justify-content:center;gap:.75rem}.hero__actions--stack-mobile{flex-wrap:wrap}.hero__btn{min-width:210px}.btn{border-radius:999px;padding:.65rem 1.6rem;border:none;cursor:pointer;font-size:.9rem;font-weight:600;text-decoration:none;display:inline-flex;align-items:center;justify-content:center}.btn--primary{background:#fff;color:#05060a}.btn--primary:hover{filter:brightness(.95)}.btn--ghost{background:transparent;border:1px solid #ffffff;color:#fff}.btn--ghost:hover{background:#ffffff14}.btn--secondary{background:#1a1d35;color:#fff}.btn--sm{padding:.4rem 1rem;font-size:.85rem}.section-header__title{font-size:1.5rem;margin-bottom:.35rem}.section-header__subtitle{color:#c1c4e3;max-width:520px}.product-grid{margin-top:1.75rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:1.5rem}.product-card{background:#090b16;border-radius:1.1rem;padding:1rem;border:1px solid rgba(255,255,255,.06)}.product-card__image-wrap{display:block;margin-bottom:.75rem}.product-card__image{width:100%;display:block;border-radius:.8rem}.product-card__title{font-size:1rem;margin-bottom:.2rem}.product-card__title a{color:#fff;text-decoration:none}.product-card__price{font-size:.95rem;color:#ffb7c8;margin-bottom:.35rem}.product-card__tagline{font-size:.85rem;color:#b3b7e3;margin-bottom:.6rem}.product-page{padding:3rem 1.5rem}.product-page__inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,1.2fr);gap:2.5rem}.product-page__image{width:100%;border-radius:1.25rem}.product-page__title{font-size:1.8rem;margin-bottom:.25rem}.product-page__price{font-size:1.2rem;font-weight:600;color:#ffb7c8;margin-bottom:.4rem}.product-page__badge{font-size:.95rem;color:#f7d1dd;margin-bottom:1rem}.product-page__description{color:#dde0ff;line-height:1.6;margin-bottom:1.5rem}.product-page__btn-main{margin-right:.5rem;margin-bottom:.5rem}.product-page__reassurance p{font-size:.9rem;color:#b6b9e7;margin:.1rem 0}@media (max-width: 900px){.product-page__inner{grid-template-columns:1fr}}.cart-page{padding:3rem 1.5rem}.cart-table{width:100%;border-collapse:collapse;margin:1.5rem 0;font-size:.95rem}.cart-table th,.cart-table td{padding:.6rem .4rem;border-bottom:1px solid rgba(255,255,255,.08)}.cart-table a{color:#fff;text-decoration:none}.cart-summary{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center;justify-content:flex-end}.cart-summary__total{margin-right:auto;font-weight:600}.cart-page__note{color:#b6b9e7;font-size:.9rem}.auth-page{padding:3rem 1.5rem}.auth-page__inner{max-width:420px;margin:0 auto}.auth-page__subtitle{color:#c1c4e3;margin-bottom:1.5rem}.auth-page label{display:block;font-size:.85rem;margin-bottom:.25rem}.auth-page input{width:100%;padding:.55rem .7rem;margin-bottom:.8rem;border-radius:.5rem;border:1px solid #262842;background:#05060a;color:#f8f9fc}.auth-page__btn{width:100%;margin-top:.4rem}.auth-page__link{font-size:.9rem;margin-top:.75rem}.account-page{padding:3rem 1.5rem}.account-page__subtitle{color:#c1c4e3;margin-bottom:1.5rem}.account-orders{display:flex;flex-direction:column;gap:1rem}.account-order{background:#090b16;border-radius:1rem;border:1px solid rgba(255,255,255,.06);padding:1rem 1.1rem}.account-order__header{display:flex;justify-content:space-between;font-size:.9rem;margin-bottom:.6rem;color:#d8dbff}.account-order__items{list-style:none;padding:0;margin:0}.account-order__item{display:flex;justify-content:space-between;align-items:center;padding:.35rem 0;gap:.75rem}.account-order__variant{color:#b3b7e3;font-size:.85rem}.account-order__download{text-align:right}.account-order__note{font-size:.8rem;color:#a3a6c7}.account-page__logout{margin-top:1.5rem;font-size:.9rem}.site-footer{padding:1.75rem 1.5rem 2.5rem;background:#060711;border-top:1px solid rgba(255,255,255,.06)}.site-footer__inner{max-width:1100px;margin:0 auto;color:#a3a6c7;font-size:.9rem}.site-footer__inner a{color:#fff}.site-footer__small{margin-top:.25rem;font-size:.85rem}.testimonials{padding:3rem 1.5rem 3.5rem;background:#05060a}.testimonials__header{margin-bottom:1.75rem}.testimonials__viewport{overflow:hidden}.testimonials__track{display:flex;flex-wrap:wrap;gap:1.25rem}.testimonial{background:#090b16;border-radius:1.1rem;padding:1.25rem 1.3rem;border:1px solid rgba(255,255,255,.07);flex-direction:column;display:none;max-width:340px}.testimonial__quote{font-size:.95rem;line-height:1.6;color:#e4e7ff;margin-bottom:.9rem}.testimonial__name{font-weight:600;color:#fff;font-size:.9rem;margin-bottom:.2rem}.testimonial__role{font-weight:400;color:#b4b7e3;font-size:.85rem}.testimonial__stars{color:#ffd46a;font-size:.9rem}.testimonials__controls{margin-top:1.5rem;display:flex;gap:.75rem;justify-content:flex-end}@media (max-width: 768px){.hero.hero--full{min-height:75vh;padding-bottom:2.5rem}.hero__title--big{font-size:1.7rem}.hero__subtitle--center{font-size:.9rem}.testimonials{padding:2.5rem 1.25rem 3rem}.testimonial{max-width:100%}.testimonials__controls{justify-content:center}}.section{padding:2.25rem 1.5rem}.hero.hero--full{min-height:70vh;align-items:center;padding-bottom:2.25rem}.hero-products{margin-top:1.75rem;padding:.9rem 1rem 1rem;background:#05060ad1;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-radius:1.2rem;border:1px solid rgba(255,255,255,.09)}.hero-products__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.6rem}.hero-products__eyebrow{font-size:.8rem;text-transform:uppercase;letter-spacing:.14em;color:#d5d8ff}.hero-products__row{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:.75rem}.hero-product-card{background:#090b16;border-radius:.9rem;padding:.6rem;text-align:left}.hero-product-card__image-wrap{display:block;margin-bottom:.4rem}.hero-product-card__image{width:100%;border-radius:.7rem;display:block}.hero-product-card__title{font-size:.85rem;margin:0 0 .15rem}.hero-product-card__title a{color:#fff;text-decoration:none}.hero-product-card__price{font-size:.85rem;color:#ffb7c8;margin:0 0 .15rem}.hero-product-card__tagline{font-size:.78rem;color:#b3b7e3;margin:0}@media (max-width: 768px){.hero-products{margin-top:1.4rem;padding:.75rem .8rem .85rem}}.hero-products--large .hero-product-card__image{max-width:190px}.hero-products--medium .hero-product-card__image{max-width:150px}.hero-products--small .hero-product-card__image{max-width:110px}.hero-products--large .hero-product-card__image,.hero-products--medium .hero-product-card__image,.hero-products--small .hero-product-card__image{width:100%;height:auto;margin:0 auto}
/*# sourceMappingURL=/cdn/shop/t/20/assets/theme.css.map */
