:root{--background: #ffffff;--foreground: #111111;--muted-foreground: #6f6f6f;--border: #e6e6e6;--surface-raised: #f7f7f7;--beige: #efe9df;--radius: .75rem;--radius-xl: 1rem;--radius-3xl: 1.75rem;--shadow-soft: 0 24px 60px -30px rgba(17, 17, 17, .3);--max: 72rem;--font-sans: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif}*,*:before,*:after{box-sizing:border-box;border-color:var(--border)}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{margin:0;background:var(--background);color:var(--foreground);font-family:var(--font-sans);font-size:16px;line-height:1.5;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;overflow-x:hidden}::selection{background:var(--foreground);color:var(--background)}img,svg,video{max-width:100%;display:block}img[width][height]{height:auto}a{color:inherit;text-decoration:none}button{font:inherit;color:inherit}h1,h2,h3,h4,p,figure,blockquote,dl,dd{margin:0}ul,ol{margin:0;padding:0;list-style:none}.visually-hidden{position:absolute!important;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}.wrap{max-width:var(--max);margin:0 auto;padding-left:1.25rem;padding-right:1.25rem}@media(min-width:640px){.wrap{padding-left:2rem;padding-right:2rem}}.section{padding-top:4rem;padding-bottom:4rem}@media(min-width:640px){.section{padding-top:6rem;padding-bottom:6rem}}.section--rule{border-top:1px solid var(--border)}.section--raised{background:var(--surface-raised)}.muted{color:var(--muted-foreground)}.h1{font-size:clamp(2.6rem,7.5vw,4.4rem);font-weight:600;line-height:1.02;letter-spacing:-.02em}.h2{font-size:clamp(1.9rem,4.5vw,3rem);font-weight:600;line-height:1.08;letter-spacing:-.02em}.h2--sm{font-size:clamp(1.9rem,4.5vw,2.75rem)}.h3{font-size:1.125rem;font-weight:600;letter-spacing:-.01em}.lede{font-size:1.125rem;line-height:1.7;color:var(--muted-foreground);max-width:24rem}.body-sm{font-size:.875rem;line-height:1.7}.rte>*+*{margin-top:1rem}.rte a{text-decoration:underline}.rte h2,.rte h3{font-weight:600;letter-spacing:-.01em;margin-top:2rem}.rte ul{list-style:disc;padding-left:1.25rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;border:1px solid var(--foreground);border-radius:9999px;background:var(--foreground);color:#fff;padding:.95rem 1.9rem;font-size:.95rem;font-weight:600;letter-spacing:-.01em;cursor:pointer;transition:transform .2s ease,opacity .2s ease}.btn:hover{opacity:.9}.btn:active{transform:scale(.985)}.btn[disabled]{opacity:.5;cursor:not-allowed}.btn--full{width:100%}.btn--sm{padding:.7rem 1.35rem;font-size:.875rem}.btn--ghost{background:transparent;color:var(--foreground);border-color:var(--border)}.btn .price-note{opacity:.6;font-weight:500}@media(min-width:640px){.btn--auto{width:auto}}.icon-btn{display:inline-flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border:0;border-radius:9999px;background:transparent;cursor:pointer;position:relative}.icon-btn:hover{background:var(--surface-raised)}.qty-btn{display:inline-flex;align-items:center;justify-content:center;width:1.75rem;height:1.75rem;border:1px solid var(--border);border-radius:.5rem;background:transparent;cursor:pointer}.site-header{position:sticky;top:0;z-index:40;border-bottom:1px solid var(--border);background:#ffffffd9;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.site-header__inner{display:flex;height:4rem;align-items:center;justify-content:space-between}.brand{font-size:1rem;font-weight:600;letter-spacing:.22em}.site-nav{display:flex;align-items:center;gap:1.75rem;font-size:.875rem;color:var(--muted-foreground)}.site-nav a{transition:color .2s ease}.site-nav a:hover{color:var(--foreground)}.site-nav__link--wide{display:none}@media(min-width:640px){.site-nav__link--wide{display:inline}}.cart-count{position:absolute;top:-.15rem;right:-.15rem;min-width:1.15rem;height:1.15rem;padding:0 .25rem;border-radius:9999px;background:var(--foreground);color:#fff;font-size:.625rem;font-weight:600;display:inline-flex;align-items:center;justify-content:center}.cart-count[hidden]{display:none}.hero__grid{display:grid;gap:2.5rem;align-items:center;padding-top:3.5rem;padding-bottom:3.5rem}@media(min-width:640px){.hero__grid{padding-top:5rem}}@media(min-width:1024px){.hero__grid{grid-template-columns:1fr 1fr;gap:4rem;padding-top:6rem;padding-bottom:6rem}}.hero__media{aspect-ratio:4 / 3;overflow:hidden}.hero__media>img[width][height]{width:100%;height:100%;object-fit:cover;box-shadow:var(--shadow-soft)}@media(min-width:640px){.hero__media img{border-radius:var(--radius-3xl)}}.rating-line{margin-top:1.75rem;display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:var(--muted-foreground)}.stars{display:inline-flex;gap:.125rem}.stars svg{width:.875rem;height:.875rem}.stars .star--off{color:var(--border)}.cards{display:grid;gap:1.25rem}@media(min-width:768px){.cards--3{grid-template-columns:repeat(3,minmax(0,1fr))}}.card{border:1px solid var(--border);border-radius:var(--radius-3xl);background:var(--surface-raised);padding:2rem}@media(min-width:640px){.card{padding:2.5rem}}.card p{margin-top:.75rem;font-size:.875rem;line-height:1.7;color:var(--muted-foreground)}.lifestyle{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin-top:2.5rem}@media(min-width:1024px){.lifestyle{grid-template-columns:repeat(3,minmax(0,1fr))}}.lifestyle__frame{overflow:hidden;border-radius:var(--radius-3xl)}.lifestyle__frame{aspect-ratio:4 / 5}.lifestyle__frame>img[width][height]{width:100%;height:100%;object-fit:cover;transition:transform .7s cubic-bezier(.2,.8,.2,1)}.lifestyle figure:hover img{transform:scale(1.03)}.lifestyle figcaption{padding-top:1rem;font-size:.875rem;font-weight:500}.product__grid{display:grid;gap:3rem}@media(min-width:1024px){.product__grid{grid-template-columns:1fr 1fr;gap:5rem}}.product__main{aspect-ratio:1 / 1;overflow:hidden;border-radius:var(--radius-3xl);background:var(--background)}.product__main>img[width][height]{width:100%;height:100%;object-fit:cover}.product__thumbs{margin-top:1rem;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.75rem}.product__thumb{padding:0;overflow:hidden;border:1px solid var(--border);border-radius:var(--radius);background:none;cursor:pointer;transition:border-color .2s ease}.product__thumb{aspect-ratio:1 / 1}.product__thumb>img[width][height]{width:100%;height:100%;object-fit:cover}.product__thumb[aria-current=true]{border-color:var(--foreground)}.product__price{margin-top:1.25rem;font-size:1.5rem;font-weight:600;letter-spacing:-.01em}.product__ship{margin-top:.375rem;font-size:.875rem;color:var(--muted-foreground)}.product__desc{margin-top:1.75rem;max-width:28rem;font-size:.95rem;line-height:1.7;color:var(--muted-foreground)}.product__cta{margin-top:2rem}.trust{margin-top:1.75rem;display:flex;flex-wrap:wrap;gap:.75rem 2rem;font-size:.875rem;color:var(--muted-foreground)}.trust li{display:flex;align-items:center;gap:.5rem}.trust svg{width:1rem;height:1rem;flex:none}.specs{margin-top:2.5rem;border-top:1px solid var(--border);font-size:.875rem}.specs__row{display:flex;justify-content:space-between;gap:1.5rem;padding:.875rem 0;border-bottom:1px solid var(--border)}.specs__row dt{color:var(--muted-foreground)}.specs__row dd{text-align:right;font-weight:500}.variant-select{margin-top:1.5rem;display:grid;gap:.5rem;max-width:20rem}.variant-select select{width:100%;padding:.75rem 1rem;border:1px solid var(--border);border-radius:var(--radius);background:var(--background);font:inherit}.variant-pills{margin-top:2rem}.variant-pills__label{font-size:.875rem;font-weight:500}.variant-pills__row{margin-top:.75rem;display:flex;flex-wrap:wrap;gap:.75rem}.variant-pill{min-width:6rem;min-height:44px;padding:.65rem 1.25rem;border:1px solid var(--border);border-radius:999px;background:var(--background);color:inherit;font:inherit;font-size:.875rem;font-weight:500;cursor:pointer;transition:background .2s ease,border-color .2s ease,color .2s ease}.variant-pill:hover:not(:disabled){border-color:var(--muted-foreground)}.variant-pill.is-active{background:var(--foreground);border-color:var(--foreground);color:var(--background)}.variant-pill:disabled{opacity:.4;cursor:not-allowed}.reviews{display:grid;gap:1rem;margin-top:2.5rem}@media(min-width:640px){.reviews{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:1024px){.reviews{grid-template-columns:repeat(4,minmax(0,1fr))}}.review{display:flex;flex-direction:column;border:1px solid var(--border);border-radius:var(--radius-3xl);background:var(--surface-raised);padding:1.75rem}.review p{margin-top:1.25rem;flex:1;font-size:.875rem;line-height:1.7;color:var(--muted-foreground)}.review footer{margin-top:1.5rem;font-size:.75rem;color:var(--muted-foreground)}.review footer strong{color:var(--foreground);font-weight:500}.faq__grid{display:grid;gap:2.5rem}@media(min-width:1024px){.faq__grid{grid-template-columns:.8fr 1.2fr;gap:5rem}}.faq__list{border-top:1px solid var(--border)}.faq__item{border-bottom:1px solid var(--border)}.faq__item summary{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.25rem 0;font-size:1rem;font-weight:500;cursor:pointer;list-style:none}.faq__item summary::-webkit-details-marker{display:none}.faq__item summary svg{width:1rem;height:1rem;flex:none;transition:transform .25s ease}.faq__item[open] summary svg{transform:rotate(180deg)}.faq__answer{max-width:36rem;padding-bottom:1.5rem;font-size:.95rem;line-height:1.7;color:var(--muted-foreground)}.sticky-buy{position:fixed;inset-inline:0;bottom:0;z-index:45;border-top:1px solid var(--border);background:#fffffff5;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);transform:translateY(100%);transition:transform .5s cubic-bezier(.2,.8,.2,1)}.sticky-buy.is-visible{transform:translateY(0)}.sticky-buy__inner{display:flex;align-items:center;gap:1rem;padding:.75rem 1.25rem;max-width:var(--max);margin:0 auto}.sticky-buy__text{min-width:0;flex:1}.sticky-buy__text p{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sticky-buy__text p:first-child{font-size:.875rem;font-weight:600}.sticky-buy__text p:last-child{font-size:.75rem;color:var(--muted-foreground)}@media(min-width:768px){.sticky-buy{display:none}}.drawer-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:60;background:#11111173;opacity:0;pointer-events:none;transition:opacity .3s ease}.cart-drawer{position:fixed;top:0;right:0;bottom:0;z-index:61;width:100%;max-width:32rem;display:flex;flex-direction:column;background:var(--background);box-shadow:var(--shadow-soft);transform:translate(100%);transition:transform .35s cubic-bezier(.2,.8,.2,1)}body.drawer-open .drawer-overlay{opacity:1;pointer-events:auto}body.drawer-open .cart-drawer{transform:translate(0)}body.drawer-open{overflow:hidden}.cart-drawer__head{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;padding:1.5rem;border-bottom:1px solid var(--border)}.cart-drawer__head h2{font-size:1.125rem;font-weight:600}.cart-drawer__head p{margin-top:.25rem;font-size:.875rem;color:var(--muted-foreground)}.cart-drawer__body{flex:1;min-height:0;overflow-y:auto;padding:1.5rem}.cart-drawer__empty{height:100%;display:flex;align-items:center;justify-content:center;text-align:center;color:var(--muted-foreground)}.cart-line{display:flex;gap:1rem;padding:.5rem 0}.cart-line+.cart-line{margin-top:1rem}.cart-line__img{width:4rem;height:4rem;flex:none;overflow:hidden;border-radius:var(--radius);background:var(--beige)}.cart-line__img img{width:100%;height:100%;object-fit:cover}.cart-line__info{flex:1;min-width:0}.cart-line__info h3{font-size:.95rem;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cart-line__variant{font-size:.8125rem;color:var(--muted-foreground)}.cart-line__price{font-weight:600;font-size:.95rem}.cart-line__actions{display:flex;flex-direction:column;align-items:flex-end;gap:.5rem;flex:none}.cart-line__qty{display:flex;align-items:center;gap:.25rem}.cart-line__qty span{width:2rem;text-align:center;font-size:.875rem}.cart-drawer__foot{flex:none;border-top:1px solid var(--border);padding:1.25rem 1.5rem 1.75rem;display:grid;gap:1rem}.cart-drawer__total{display:flex;align-items:center;justify-content:space-between}.cart-drawer__total span:first-child{font-size:1.125rem;font-weight:600}.cart-drawer__total span:last-child{font-size:1.25rem;font-weight:700}.cart-drawer__note{text-align:center;font-size:.75rem;color:var(--muted-foreground)}.is-busy{opacity:.55;pointer-events:none}.site-footer{border-top:1px solid var(--border);padding:4rem 1.25rem 5rem}@media(min-width:640px){.site-footer{padding-left:2rem;padding-right:2rem}}@media(min-width:768px){.site-footer{padding-bottom:4rem}}.site-footer__top{display:flex;flex-direction:column;gap:2.5rem}@media(min-width:768px){.site-footer__top{flex-direction:row;align-items:flex-start;justify-content:space-between}}.site-footer__blurb{margin-top:1rem;max-width:20rem;font-size:.875rem;line-height:1.7;color:var(--muted-foreground)}.site-footer__nav{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem 3rem;font-size:.875rem}.site-footer__nav a{color:var(--muted-foreground);transition:color .2s ease}.site-footer__nav a:hover{color:var(--foreground)}.site-footer__copy{margin-top:3.5rem;font-size:.75rem;color:var(--muted-foreground)}.page-head{padding-top:3.5rem}.page-head h1{font-size:clamp(2rem,5vw,3rem);font-weight:600;letter-spacing:-.02em;line-height:1.08}.page-body{max-width:44rem;margin-top:2rem;font-size:.95rem;line-height:1.8;color:var(--muted-foreground)}.page-meta{margin-top:1.25rem;font-size:.875rem;color:var(--muted-foreground)}.legal-block{max-width:44rem;margin-top:2.5rem}.legal-block__heading{font-size:1.0625rem;font-weight:600;letter-spacing:-.01em}.legal-block .page-body{margin-top:.75rem}.contact-form{display:grid;gap:1rem;max-width:32rem;margin-top:2rem}.contact-form label{display:grid;gap:.375rem;font-size:.875rem}.contact-form input,.contact-form textarea{width:100%;padding:.75rem 1rem;border:1px solid var(--border);border-radius:var(--radius);background:var(--background);font:inherit}.form-status{border:1px solid var(--border);border-radius:var(--radius);padding:.875rem 1rem;font-size:.875rem;background:var(--surface-raised)}.cart-page__grid{display:grid;gap:2.5rem;margin-top:2rem}@media(min-width:1024px){.cart-page__grid{grid-template-columns:1.4fr .6fr;gap:4rem}}.cart-page__summary{border:1px solid var(--border);border-radius:var(--radius-3xl);background:var(--surface-raised);padding:1.75rem;display:grid;gap:1rem;align-content:start}@keyframes reveal-up{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}.reveal-up{animation:reveal-up .7s cubic-bezier(.2,.8,.2,1) both}.reveal-up--delay{animation-delay:.12s}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.reveal-up,.lifestyle img,.cart-drawer,.sticky-buy{animation:none;transition:none}}.shopify-section{display:block}.shopify-payment-button,.shopify-payment-button__button--unbranded{display:none!important}.shopify-policy__container{max-width:var(--max);margin:0 auto;padding:4rem 1.25rem}.shopify-policy__title h1{font-size:clamp(1.9rem,4.5vw,3rem);font-weight:600;letter-spacing:-.02em}.shopify-policy__body{margin-top:1.5rem;font-size:.95rem;line-height:1.7;color:var(--muted-foreground)}.shopify-challenge__container{max-width:28rem;margin:6rem auto;padding:0 1.25rem;text-align:center}.shopify-challenge__button,.shopify-email-marketing-confirmation__button{border:1px solid var(--foreground);border-radius:9999px;background:var(--foreground);color:#fff;padding:.95rem 1.9rem;font:inherit;font-weight:600;cursor:pointer}h1,h2,h3,p,li,dd,dt,summary{overflow-wrap:break-word}.wrap,.cards,.reviews,.lifestyle,.product__grid,.faq__grid,.hero__grid{min-width:0}.cards>*,.reviews>*,.lifestyle>*,.product__grid>*,.faq__grid>*,.hero__grid>*{min-width:0}.sticky-buy__inner{padding-bottom:calc(.75rem + env(safe-area-inset-bottom))}@supports (-webkit-touch-callout: none){.cart-drawer{padding-bottom:env(safe-area-inset-bottom)}}select,input,textarea{font-size:max(16px,1em)}.icon-btn,.product__thumb{min-height:44px;min-width:44px}@media(max-width:380px){.wrap{padding-left:1rem;padding-right:1rem}.card{padding:1.5rem}.lifestyle{gap:.75rem}}
/*# sourceMappingURL=/cdn/shop/t/14/assets/lumora.css.map */
