:root{--lune-cream: #f5f0eb;--lune-cream-dark: #ede8e1;--lune-stone: #e8e2d9;--lune-warm-white: #faf8f5;--lune-charcoal: #1a1a1a;--lune-muted: #6b6560;--lune-gold: #b8965a;--lune-gold-light: #c9a96e;--lune-border: #d4cfc9;--font-heading: "Cormorant Garamond", "Georgia", serif;--font-body: "Jost", "Helvetica Neue", sans-serif;--spacing-xs: .5rem;--spacing-sm: 1rem;--spacing-md: 2rem;--spacing-lg: 4rem;--spacing-xl: 6rem;--transition: .3s ease}*,*:before,*:after{box-sizing:border-box}body{background-color:var(--lune-warm-white);color:var(--lune-charcoal);font-family:var(--font-body);font-weight:300;line-height:1.6;margin:0}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}.lune-heading{font-family:var(--font-heading);font-weight:400;line-height:1.15;letter-spacing:-.01em}.lune-overline{font-family:var(--font-body);font-size:.7rem;font-weight:400;letter-spacing:.18em;text-transform:uppercase;color:var(--lune-muted)}.lune-btn{display:inline-block;padding:.85rem 2.2rem;border:1px solid var(--lune-charcoal);background:transparent;color:var(--lune-charcoal);font-family:var(--font-body);font-size:.7rem;font-weight:400;letter-spacing:.16em;text-transform:uppercase;cursor:pointer;transition:background var(--transition),color var(--transition);text-align:center}.lune-btn:hover{background:var(--lune-charcoal);color:#fff}.lune-btn--white{border-color:#fff;color:#fff}.lune-btn--white:hover{background:#fff;color:var(--lune-charcoal)}.lune-announcement{background:var(--lune-charcoal);color:#fff;text-align:center;padding:.6rem 1rem;font-size:.65rem;letter-spacing:.2em;text-transform:uppercase}.lune-header{position:sticky;top:0;z-index:100;background:#fff;border-bottom:1px solid var(--lune-border);padding:0 2rem;height:72px;display:flex;align-items:center;justify-content:space-between}.lune-header__left,.lune-header__right{display:flex;align-items:center;gap:1.2rem;width:120px}.lune-header__right{justify-content:flex-end}.lune-header__logo{text-align:center;flex:1}.lune-header__logo-name{font-family:var(--font-heading);font-size:1.45rem;font-weight:400;letter-spacing:.08em;text-transform:uppercase;display:block;line-height:1}.lune-header__logo-sub{font-size:.6rem;letter-spacing:.22em;text-transform:uppercase;color:var(--lune-muted);margin-top:3px;display:block}.lune-header__icon{background:none;border:none;cursor:pointer;padding:.3rem;color:var(--lune-charcoal);display:flex;align-items:center}.lune-header__icon svg{width:20px;height:20px}.lune-nav-overlay{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;background:#fff;flex-direction:column;padding:2rem}.lune-nav-overlay.is-open{display:flex}.lune-nav-overlay__close{background:none;border:none;cursor:pointer;align-self:flex-end;font-size:1.5rem;margin-bottom:2rem}.lune-nav-overlay__links{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:1.5rem}.lune-nav-overlay__links a{font-family:var(--font-heading);font-size:2rem;font-weight:300}.lune-hero{position:relative;min-height:90vh;display:flex;align-items:center;justify-content:center;text-align:center;overflow:hidden}.lune-hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;object-fit:cover;width:100%;height:100%}.lune-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0000002e}.lune-hero__content{position:relative;z-index:2;color:#fff;max-width:700px;padding:2rem}.lune-hero__overline{font-size:.65rem;letter-spacing:.22em;text-transform:uppercase;margin-bottom:1.2rem;opacity:.9}.lune-hero__title{font-family:var(--font-heading);font-size:clamp(2.5rem,6vw,4.5rem);font-weight:400;line-height:1.1;margin:0 0 2rem}.lune-categories{padding:var(--spacing-xl) var(--spacing-md);background:var(--lune-warm-white);text-align:center}.lune-categories__title{font-family:var(--font-heading);font-size:clamp(1.8rem,3vw,2.5rem);font-weight:400;margin:0 0 3rem}.lune-categories__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;max-width:1200px;margin:0 auto}.lune-category-card{position:relative;aspect-ratio:3/4;overflow:hidden;display:block}.lune-category-card img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.lune-category-card:hover img{transform:scale(1.04)}.lune-category-card__label{position:absolute;bottom:1.2rem;left:1.2rem;color:#fff;font-size:.65rem;letter-spacing:.2em;text-transform:uppercase;font-weight:400}.lune-bespoke{display:grid;grid-template-columns:1fr 1fr;min-height:600px}.lune-bespoke__image{position:relative;overflow:hidden}.lune-bespoke__image img{width:100%;height:100%;object-fit:cover}.lune-bespoke__content{background:var(--lune-stone);display:flex;flex-direction:column;justify-content:center;padding:5rem 4rem}.lune-bespoke__overline{font-size:.65rem;letter-spacing:.22em;text-transform:uppercase;color:var(--lune-muted);margin-bottom:1.5rem}.lune-bespoke__title{font-family:var(--font-heading);font-size:clamp(2rem,3vw,3rem);font-weight:400;line-height:1.2;margin:0 0 1.5rem}.lune-bespoke__text{color:var(--lune-muted);font-size:.9rem;line-height:1.8;margin:0 0 2.5rem;max-width:400px}.lune-lookbook{display:grid;grid-template-columns:1fr 1fr;min-height:560px;background:var(--lune-warm-white)}.lune-lookbook__image{overflow:hidden}.lune-lookbook__image img{width:100%;height:100%;object-fit:cover}.lune-lookbook__content{display:flex;flex-direction:column;justify-content:center;padding:5rem 4rem}.lune-lookbook__overline{font-size:.65rem;letter-spacing:.22em;text-transform:uppercase;color:var(--lune-muted);margin-bottom:2rem}.lune-lookbook__links{list-style:none;margin:0;padding:0}.lune-lookbook__links li{border-bottom:1px solid var(--lune-border)}.lune-lookbook__links li:first-child{border-top:1px solid var(--lune-border)}.lune-lookbook__links a{display:block;padding:1.1rem 0;font-size:.7rem;letter-spacing:.18em;text-transform:uppercase;transition:color var(--transition)}.lune-lookbook__links a:hover{color:var(--lune-gold)}.lune-lookbook__title{font-family:var(--font-heading);font-size:clamp(1.8rem,3vw,2.5rem);font-weight:400;margin:0 0 2.5rem}.lune-featured{padding:var(--spacing-xl) var(--spacing-md);background:var(--lune-warm-white);text-align:center}.lune-featured__title{font-family:var(--font-heading);font-size:clamp(1.8rem,3vw,2.5rem);font-weight:400;margin:0 0 3rem}.lune-featured__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;max-width:1200px;margin:0 auto 3rem}.lune-product-card{text-align:left}.lune-product-card__image{aspect-ratio:1;overflow:hidden;background:var(--lune-cream);margin-bottom:1rem}.lune-product-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.lune-product-card:hover .lune-product-card__image img{transform:scale(1.04)}.lune-product-card__name{font-family:var(--font-heading);font-size:1.05rem;font-weight:400;margin:0 0 .3rem}.lune-product-card__price{font-size:.85rem;color:var(--lune-muted)}.lune-values{background:var(--lune-stone);padding:var(--spacing-xl) var(--spacing-md);text-align:center}.lune-values__title{font-family:var(--font-heading);font-size:clamp(1.8rem,3vw,2.5rem);font-weight:400;margin:0 0 3.5rem}.lune-values__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;max-width:960px;margin:0 auto}.lune-value-item__icon{color:var(--lune-gold);margin-bottom:1rem}.lune-value-item__icon svg{width:28px;height:28px}.lune-value-item__text{font-size:.88rem;line-height:1.6;color:var(--lune-muted);max-width:180px;margin:0 auto}.lune-bespoke-cta{padding:var(--spacing-xl) var(--spacing-md);background:var(--lune-cream-dark);text-align:center}.lune-bespoke-cta__title{font-family:var(--font-heading);font-size:clamp(2rem,4vw,3.2rem);font-weight:400;margin:0 0 1rem}.lune-bespoke-cta__text{color:var(--lune-muted);font-size:.9rem;margin:0 0 2.5rem}.lune-bespoke-cta__buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.lune-footer{background:var(--lune-warm-white);border-top:1px solid var(--lune-border);padding:4rem 2rem 2rem}.lune-footer__grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:3rem;max-width:1200px;margin:0 auto 3rem}.lune-footer__brand-name{font-family:var(--font-heading);font-size:1.1rem;letter-spacing:.1em;text-transform:uppercase;display:block;margin-bottom:.3rem}.lune-footer__brand-sub{font-size:.6rem;letter-spacing:.2em;text-transform:uppercase;color:var(--lune-muted)}.lune-footer__col-title{font-size:.65rem;letter-spacing:.2em;text-transform:uppercase;font-weight:400;margin:0 0 1.2rem}.lune-footer__links{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.7rem}.lune-footer__links a{font-size:.88rem;color:var(--lune-muted);transition:color var(--transition)}.lune-footer__links a:hover{color:var(--lune-charcoal)}.lune-footer__bottom{border-top:1px solid var(--lune-border);padding-top:1.5rem;text-align:center;font-size:.75rem;color:var(--lune-muted);max-width:1200px;margin:0 auto}@media(max-width:900px){.lune-categories__grid,.lune-featured__grid,.lune-values__grid{grid-template-columns:repeat(2,1fr)}.lune-bespoke{grid-template-columns:1fr}.lune-bespoke__content{padding:3rem 2rem}.lune-lookbook{grid-template-columns:1fr}.lune-lookbook__content{padding:3rem 2rem}.lune-footer__grid{grid-template-columns:1fr 1fr}}@media(max-width:600px){.lune-categories__grid,.lune-featured__grid,.lune-values__grid{grid-template-columns:repeat(2,1fr)}.lune-footer__grid{grid-template-columns:1fr}.lune-header{padding:0 1rem}.lune-bespoke-cta__buttons{flex-direction:column;align-items:center}}.lune-bespoke__placeholder,.lune-brand__image-placeholder-svg{width:100%;height:100%;object-fit:cover;display:block;min-height:500px}@media(max-width:768px){.lune-bespoke{grid-template-columns:1fr}.lune-bespoke__content{padding:3rem 1.5rem}.lune-brand{grid-template-columns:1fr}.lune-brand__content{padding:3rem 1.5rem}}.lune-hero{margin-bottom:0}.lune-categories{padding-top:5rem;padding-bottom:5rem}.lune-bespoke,.lune-lookbook,.lune-brand{margin-top:0;margin-bottom:0}.lune-values-numbered{padding-top:5rem;padding-bottom:5rem}.lune-values-numbered__grid{gap:2rem}.lune-bespoke-cta{padding-top:5rem;padding-bottom:5rem}.lune-bespoke,.lune-brand,.lune-values-numbered{border-top:1px solid var(--lune-border)}@media(max-width:768px){.lune-categories,.lune-values-numbered{padding-top:3rem;padding-bottom:3rem}.lune-hero{min-height:65vh}.lune-values-numbered__grid{gap:1.5rem}}#lune-drawer-open{display:none!important}.header:has(#Details-menu-drawer-container.menu-open){contain:style}nav.lune-drawer,.lune-drawer-overlay,.lune-drawer-btn{display:none!important}.menu-drawer__featured-content{display:none!important}#header-group{position:sticky;top:0;z-index:200}.recently-viewed-wrapper{display:none!important}product-price .price:after{content:" AUD";font-size:.78em;letter-spacing:.06em;opacity:.6;margin-left:.25em;font-weight:inherit}@media(min-width:750px){.product-information__grid.product-information--media-left,.product-information__grid.product-information--media-right{grid-template-columns:minmax(0,1.2fr) minmax(0,1fr)!important;column-gap:60px!important}}:root{--font-heading--family: "Cormorant Garamond", "Newsreader", Georgia, serif;--font-body--family: "Jost", "Helvetica Neue", Arial, sans-serif}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6,[class*=heading],[class*=title],[class*=logo],.text-block.h6,.text-block.h5,.text-block.h4,.text-block.h3,.text-block.h2,.text-block.h1,.header__heading,.header__heading-link,.header h1{font-family:Cormorant Garamond,Newsreader,Georgia,serif!important}.announcement-bar,.announcement-bar *,[class*=announcement],[class*=announcement] *{font-family:Jost,Helvetica Neue,Arial,sans-serif!important}body,button,.button,[class*=button],nav,.nav,.header__menu,.header__menu *,p,span,a,li{font-family:Jost,Helvetica Neue,Arial,sans-serif}h1,h2,h3,h4,h5,h6,h1 *,h2 *,h3 *,h4 *,h5 *,h6 *{font-family:Cormorant Garamond,Newsreader,Georgia,serif!important}.announcement-bar__slides,.announcement-bar__slide,.announcement-bar__text,.announcement-bar__link,.announcement-bar__slide em,.announcement-bar__text em{text-align:center!important}.announcement-bar__slide{display:flex!important;align-items:center!important;justify-content:center!important}
/*# sourceMappingURL=/cdn/shop/t/53/assets/lune.css.map */
