:root{--black:#0b0b0b;--black2:#111;--cream:#e9e4da;--gold:#c8a96b;--text:#f2efe9;--muted:#a8a49c;--border:rgba(242,239,233,.16);--serif:Georgia,"Times New Roman",serif;--sans:Arial,Helvetica,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--black);color:var(--text);font-family:var(--sans);letter-spacing:.01em}a{color:inherit;text-decoration:none}.page-width{width:min(1380px,calc(100% - 72px));margin:0 auto}.announcement{background:var(--gold);color:#090909;font-size:11px;letter-spacing:.18em;text-transform:uppercase}.announcement__inner{text-align:center;padding:10px}.site-header{position:relative;z-index:20;background:#0b0b0bf0;border-bottom:1px solid var(--border)}.header__inner{min-height:82px;display:flex;align-items:center;justify-content:space-between;gap:30px}.brand{font-family:var(--serif);font-size:28px;letter-spacing:.22em}.desktop-nav{display:flex;gap:34px;text-transform:uppercase;font-size:11px;letter-spacing:.18em}.desktop-nav a,.header-actions a{opacity:.85;transition:.25s}.desktop-nav a:hover,.header-actions a:hover{opacity:1;color:var(--gold)}.header-actions{display:flex;gap:20px;text-transform:uppercase;font-size:10px;letter-spacing:.15em}.menu-toggle{display:none;background:none;border:0;color:var(--text);text-transform:uppercase;font-size:10px;letter-spacing:.15em}.mobile-menu{display:none}.hero{min-height:78vh;display:flex;align-items:flex-end;position:relative;background:#161616 var(--hero-image) center/cover no-repeat}.hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#000c,#0000001f 70%),linear-gradient(0deg,rgba(0,0,0,.65),transparent 55%)}.hero__content{position:relative;padding:100px 0;max-width:900px}.eyebrow{font-size:10px;letter-spacing:.25em;text-transform:uppercase;color:var(--gold);margin:0 0 18px}.hero h1{font-family:var(--serif);font-weight:400;font-size:clamp(58px,8vw,125px);line-height:.9;max-width:900px;margin:0 0 28px;letter-spacing:-.035em}.hero__sub{font-size:17px;line-height:1.6;color:#ddd;max-width:520px;margin-bottom:34px}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 27px;text-transform:uppercase;letter-spacing:.18em;font-size:10px;border:1px solid var(--gold);cursor:pointer;transition:.25s}.btn--gold{background:var(--gold);color:#090909}.btn--gold:hover{background:#dfc58b;border-color:#dfc58b}.btn--outline{background:transparent;color:var(--text)}.btn--outline:hover{background:var(--gold);color:#090909}.btn--full{width:100%}.section{padding:110px 0}.section--dark{background:var(--black)}.section--cream{background:var(--cream);color:#151515}.section-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:42px}.section h2{font-family:var(--serif);font-weight:400;font-size:clamp(42px,5vw,76px);line-height:.98;margin:0;letter-spacing:-.025em}.text-link{font-size:10px;text-transform:uppercase;letter-spacing:.18em;border-bottom:1px solid var(--gold);padding-bottom:7px}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.product-card__image{display:block;aspect-ratio:4/5;background:#151515;overflow:hidden}.product-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .7s}.product-card:hover .product-card__image img{transform:scale(1.035)}.image-placeholder{height:100%;display:grid;place-items:center;font-family:var(--serif);font-size:24px;letter-spacing:.25em;color:#555}.product-card__info{display:flex;justify-content:space-between;gap:15px;padding:16px 2px;color:var(--text);font-size:12px}.product-card__info h3{font-size:13px;font-weight:400;margin:0 0 5px}.product-card__info p{margin:0;color:var(--muted);font-size:10px;text-transform:uppercase;letter-spacing:.12em}.editorial{display:grid;grid-template-columns:1.25fr .75fr;min-height:680px;background:#171717}.editorial__media{min-height:550px;background:#111}.editorial__media img{width:100%;height:100%;object-fit:cover;display:block}.editorial-placeholder{height:100%;min-height:550px;display:grid;place-items:center;background:radial-gradient(circle at 60% 40%,#383838,#101010 60%);font-family:var(--serif);font-size:42px;letter-spacing:.3em;color:#8c7449}.editorial__content{display:flex;flex-direction:column;justify-content:center;padding:80px}.editorial__content h2{font-family:var(--serif);font-weight:400;font-size:clamp(44px,5vw,78px);line-height:.95;margin:0 0 25px}.editorial__content>p:not(.eyebrow){color:#bdb9b0;line-height:1.8;max-width:470px;margin-bottom:35px}.usp-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:45px}.usp__number{color:#8c7449;font-family:var(--serif);font-size:22px}.usp h3{font-family:var(--serif);font-weight:400;font-size:24px;margin:22px 0 10px}.usp p{font-size:13px;line-height:1.7;color:#5c5953}.quote-section{padding:140px 0;text-align:center;background:#101010;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}blockquote{font-family:var(--serif);font-size:clamp(34px,5vw,68px);line-height:1.02;max-width:1000px;margin:0 auto 25px}.quote-author{font-size:10px;letter-spacing:.25em;color:var(--muted);text-transform:uppercase}.site-footer{padding:80px 0 25px;background:#080808;border-top:1px solid var(--border)}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1.4fr;gap:45px;padding-bottom:75px}.brand--footer{display:block;margin-bottom:22px}.footer-grid p{color:var(--muted);line-height:1.7;font-size:13px}.footer-grid h4{font-size:10px;text-transform:uppercase;letter-spacing:.2em;color:var(--gold);font-weight:400}.footer-grid a:not(.brand){display:block;margin:13px 0;font-size:12px;color:#c9c6bf}.newsletter{display:flex;border-bottom:1px solid var(--border);max-width:330px}.newsletter input{flex:1;background:transparent;border:0;color:var(--text);padding:13px 0;outline:0}.newsletter button{background:none;border:0;color:var(--gold);font-size:20px}.footer-bottom{border-top:1px solid var(--border);padding-top:20px;display:flex;justify-content:space-between;color:#666;font-size:10px;text-transform:uppercase;letter-spacing:.12em}.product-layout{display:grid;grid-template-columns:1.2fr .8fr;gap:70px}.product-gallery{display:grid;grid-template-columns:repeat(2,1fr);gap:15px}.product-gallery__item{background:#151515}.product-gallery__item img{display:block;width:100%;height:auto}.product-details{position:sticky;top:30px;align-self:start;padding-top:35px}.product-details h1,.collection-heading h1,.cart-page h1,.page-content h1{font-family:var(--serif);font-size:clamp(48px,6vw,90px);font-weight:400;line-height:.95;margin:0 0 18px}.product-price{font-size:16px;margin-bottom:35px;color:var(--gold)}.product-description{color:#bcb8b0;line-height:1.8;font-size:14px;margin-bottom:35px}.product-form select,.product-form input,.search-form input{width:100%;background:#151515;color:var(--text);border:1px solid var(--border);padding:14px;margin:8px 0 20px}.quantity-row input{max-width:120px}.product-meta{display:grid;gap:12px;margin-top:25px;padding-top:25px;border-top:1px solid var(--border);color:#8f8c86;font-size:10px;text-transform:uppercase;letter-spacing:.13em}.collection-heading{padding-bottom:65px}.collection-heading>div{max-width:650px;color:#aaa;line-height:1.7}.product-grid--collection{grid-template-columns:repeat(3,1fr)}.cart-items{border-top:1px solid var(--border)}.cart-item{display:flex;gap:25px;padding:25px 0;border-bottom:1px solid var(--border)}.cart-item img{width:120px;height:150px;object-fit:cover}.cart-item h3{font-family:var(--serif);font-size:25px;font-weight:400;margin:0 0 10px}.cart-item p{color:var(--gold)}.cart-item input{background:#151515;color:var(--text);border:1px solid var(--border);padding:10px;width:70px}.cart-summary{display:flex;gap:15px;justify-content:flex-end;align-items:center;padding-top:30px}.cart-summary strong{margin-right:auto;font-family:var(--serif);font-size:25px}.page-content{max-width:950px}.rte{color:#bdb9b0;line-height:1.9;font-size:15px}.search-form{display:flex;gap:12px;max-width:650px;margin:25px 0 60px}.search-form input{margin:0}.search-form .btn{border:1px solid var(--gold)}@media(max-width:900px){.page-width{width:min(100% - 34px,1380px)}.desktop-nav{display:none}.menu-toggle{display:block}.header-actions{gap:13px}.mobile-menu{padding:20px 17px;border-top:1px solid var(--border);background:#0b0b0b}.mobile-menu a{display:block;padding:14px 0;text-transform:uppercase;font-size:11px;letter-spacing:.18em}.mobile-menu.is-open{display:block}.hero{min-height:76vh}.hero__content{padding:75px 0}.product-grid{grid-template-columns:repeat(2,1fr)}.editorial{grid-template-columns:1fr}.editorial__content{padding:60px 25px}.usp-grid{grid-template-columns:repeat(2,1fr);gap:35px}.footer-grid{grid-template-columns:1fr 1fr}.product-layout{grid-template-columns:1fr;gap:25px}.product-details{position:static}.product-gallery{grid-template-columns:1fr}.product-grid--collection{grid-template-columns:repeat(2,1fr)}}@media(max-width:560px){.announcement{font-size:9px}.header__inner{min-height:70px}.brand{font-size:22px}.header-actions a:first-child{display:none}.hero h1{font-size:58px}.section{padding:75px 0}.section-head{display:block}.section-head .text-link{display:inline-block;margin-top:20px}.product-grid,.product-grid--collection{grid-template-columns:1fr 1fr;gap:12px}.product-card__info{display:block}.product-card__info>span{display:block;margin-top:8px}.usp-grid,.footer-grid{grid-template-columns:1fr}.footer-bottom{display:block;line-height:2}.cart-summary{flex-wrap:wrap;justify-content:stretch}.cart-summary strong{width:100%}.cart-summary .btn{flex:1}.search-form{display:block}.search-form .btn{width:100%;margin-top:10px}}body{background:#080808}.brand-logo{display:flex;align-items:center}.brand-logo img{width:76px;height:76px;object-fit:contain;filter:none}.site-header{background:#080808f7}.hero--aevon{min-height:82vh;overflow:hidden;background:radial-gradient(circle at 75% 45%,#282319 0,#15130f 18%,#080808 50%,#050505)}.hero--aevon .hero__content{min-height:82vh;display:flex;align-items:center;position:relative;padding:90px 0}.hero-copy{position:relative;z-index:3;max-width:650px}.hero--aevon h1{font-size:clamp(64px,8.5vw,132px);letter-spacing:-.055em;margin-bottom:25px}.hero--aevon h1 em{font-style:italic;color:var(--gold);font-weight:400}.hero-products{position:absolute;right:-40px;bottom:-130px;width:660px;height:760px;z-index:2;pointer-events:none}.hero-product{position:absolute;bottom:0;display:flex;align-items:center;justify-content:flex-end}.hero-product img{display:block;object-fit:contain;filter:drop-shadow(0 28px 35px rgba(0,0,0,.65))}.hero-product--savage{right:255px;width:260px;height:650px;transform:rotate(-4deg)}.hero-product--billion{right:15px;width:310px;height:730px;transform:rotate(4deg)}.hero-product--savage img,.hero-product--billion img{width:100%;height:100%}.hero-product__label{position:absolute;top:85px;left:0;z-index:4;font-size:9px;letter-spacing:.25em;color:var(--gold);writing-mode:vertical-rl;transform:rotate(180deg)}.hero__glow{position:absolute;border-radius:50%;filter:blur(70px);opacity:.2}.hero__glow--one{width:300px;height:300px;background:#c8a96b;right:170px;top:28%}.hero__glow--two{width:220px;height:220px;background:#8c7449;right:480px;bottom:10%}.hero-scroll{position:absolute;bottom:28px;left:50%;transform:translate(-50%);z-index:4;font-size:9px;letter-spacing:.22em;color:#777;text-transform:uppercase}.hero-scroll span{color:var(--gold);padding-left:10px}.signature-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.signature-product{background:linear-gradient(145deg,#111,#0b0b0b);border:1px solid rgba(200,169,107,.12);overflow:hidden}.signature-product__image{height:620px;display:flex;align-items:flex-end;justify-content:center;background:radial-gradient(circle at 50% 50%,#292929,#0c0c0c 66%);padding:25px}.signature-product__image img{height:100%;max-width:70%;object-fit:contain;filter:drop-shadow(0 28px 35px rgba(0,0,0,.7));transition:transform .7s}.signature-product:hover .signature-product__image img{transform:translateY(-8px) scale(1.025)}.signature-product__meta{display:flex;justify-content:space-between;align-items:flex-end;padding:24px 26px;border-top:1px solid rgba(242,239,233,.1)}.signature-product__meta h3{font-family:var(--serif);font-size:28px;font-weight:400;margin:0 0 6px}.signature-product__meta p{font-size:10px;letter-spacing:.16em;text-transform:uppercase;color:#777;margin:0}.signature-product__meta span{font-size:9px;letter-spacing:.17em;text-transform:uppercase;color:var(--gold)}.editorial--luxury{background:#0e0e0e}.editorial-product-stage{height:100%;min-height:550px;display:grid;place-items:center;position:relative;background:radial-gradient(circle at 50% 45%,#322c20,#15130f 35%,#0b0b0b 70%)}.editorial-product-stage img{height:90%;max-height:650px;object-fit:contain;filter:drop-shadow(0 30px 35px rgba(0,0,0,.75))}.editorial-product-stage__line{position:absolute;width:70%;height:1px;background:linear-gradient(90deg,transparent,var(--gold),transparent);bottom:12%;opacity:.55}.section--cream{background:#e9e4da}.site-footer .brand-logo img{filter:none}@media(max-width:900px){.brand-logo img{width:62px;height:62px}.hero--aevon{min-height:760px}.hero--aevon .hero__content{min-height:760px;align-items:flex-start;padding-top:90px}.hero-copy{max-width:100%;text-align:left}.hero-products{right:-90px;bottom:-160px;transform:scale(.78);transform-origin:bottom right}.hero-scroll{display:none}.signature-grid{grid-template-columns:1fr}.signature-product__image{height:520px}.editorial-product-stage{min-height:520px}}@media(max-width:560px){.brand-logo img{width:54px;height:54px}.hero--aevon{min-height:700px}.hero--aevon .hero__content{min-height:700px;padding-top:75px}.hero--aevon h1{font-size:58px}.hero__sub{font-size:14px;max-width:310px}.hero-products{right:-120px;bottom:-165px;transform:scale(.62)}.hero-product--savage{right:255px}.hero-product--billion{right:15px}.signature-product__image{height:440px}.signature-product__meta{padding:18px}.signature-product__meta h3{font-size:22px}}.manifesto{padding:150px 0 155px;background:#e9e4da;color:#111;text-align:center}.manifesto .eyebrow{color:#8b6c35}.manifesto h2{font-family:var(--serif);font-weight:400;font-size:clamp(48px,7vw,100px);line-height:.94;letter-spacing:-.045em;margin:0}.manifesto h2 em{color:#8b6c35;font-style:italic}.manifesto__rule{width:90px;height:1px;background:#b79659;margin:45px auto 30px}.manifesto__text{max-width:580px;margin:0 auto;color:#68645d;font-size:14px;line-height:1.8}.bestseller{display:grid;grid-template-columns:1fr 1fr;min-height:760px;background:#0a0a0a}.bestseller__visual{position:relative;display:grid;place-items:center;overflow:hidden;background:radial-gradient(circle at 50% 50%,#3b3426 0,#1b1813 25%,#0a0a0a 68%)}.bestseller__visual img{height:88%;max-height:720px;object-fit:contain;position:relative;z-index:2;filter:drop-shadow(0 35px 40px rgba(0,0,0,.75));transition:transform .8s}.bestseller:hover .bestseller__visual img{transform:translateY(-10px) scale(1.015)}.bestseller__halo{position:absolute;width:420px;height:420px;border-radius:50%;border:1px solid rgba(200,169,107,.25);box-shadow:0 0 100px #c8a96b1f;z-index:1}.bestseller__copy{display:flex;flex-direction:column;justify-content:center;padding:90px clamp(40px,8vw,130px);border-left:1px solid rgba(242,239,233,.08)}.bestseller__copy h2{font-family:var(--serif);font-size:clamp(70px,9vw,130px);font-weight:400;line-height:.9;letter-spacing:-.05em;margin:0 0 22px;color:var(--text)}.bestseller__tagline{font-family:var(--serif);font-size:25px;line-height:1.2;max-width:460px;margin:0 0 20px}.bestseller__body{color:#9e9a92;line-height:1.8;font-size:14px;max-width:480px;margin:0 0 35px}.bestseller__copy .btn{align-self:flex-start}.site-header{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}@media(max-width:900px){.bestseller{grid-template-columns:1fr}.bestseller__visual{min-height:560px}.bestseller__copy{padding:70px 25px;border-left:0;border-top:1px solid rgba(242,239,233,.08)}}@media(max-width:560px){.manifesto{padding:100px 20px}.bestseller__visual{min-height:480px}.bestseller__visual img{height:88%}.bestseller__halo{width:290px;height:290px}.bestseller__copy h2{font-size:76px}}.brand-logo img{background:transparent;mix-blend-mode:normal}.product-card__image{background:transparent!important;display:flex;align-items:center;justify-content:center;padding:42px 55px;aspect-ratio:1/1}.product-card__image img{width:100%;height:100%;object-fit:contain!important;object-position:center;transform:none!important;filter:drop-shadow(0 18px 24px rgba(0,0,0,.5));transition:transform .6s}.product-card:hover .product-card__image img{transform:scale(1.025)!important}.signature-product__image{background:transparent!important;padding:50px 90px;height:560px}.signature-product__image img{max-width:60%;height:100%;object-fit:contain}.product-gallery__item{background:transparent!important;display:flex;align-items:center;justify-content:center;overflow:hidden}.product-gallery__item img{max-width:100%;height:auto;object-fit:contain;background:transparent;mix-blend-mode:screen}.product-gallery{gap:18px}.product-gallery__item:has(img){min-height:420px}.product-details{padding-top:10px}.hero-product img{mix-blend-mode:normal}@media(max-width:900px){.product-card__image{padding:30px 35px}.signature-product__image{padding:35px 55px;height:520px}.signature-product__image img{max-width:68%}.product-gallery__item:has(img){min-height:360px}}@media(max-width:560px){.product-card__image{padding:24px 28px}.signature-product__image{padding:30px 45px;height:460px}.signature-product__image img{max-width:72%}.product-gallery__item:has(img){min-height:300px}}.hero--signature{min-height:calc(100vh - 82px);display:block;position:relative;overflow:hidden;background:radial-gradient(circle at 74% 48%,#292319 0,#15130f 22%,#090909 52%,#060606)}.hero-signature__inner{min-height:calc(100vh - 82px);display:flex;align-items:center;position:relative}.hero-signature__copy{position:relative;z-index:5;width:52%;padding:70px 0 100px}.hero-signature__copy h1{font-family:var(--serif);font-weight:400;font-size:clamp(62px,7.2vw,112px);line-height:.91;letter-spacing:-.055em;margin:0 0 27px}.hero-signature__copy h1 em{font-style:italic;color:var(--gold)}.hero-signature__sub{font-size:15px;line-height:1.75;color:#c0bdb5;max-width:470px;margin:0 0 30px}.hero-signature__actions{display:flex;align-items:center;gap:27px}.hero-signature__link{font-size:10px;letter-spacing:.17em;text-transform:uppercase;color:#d7d2c9;border-bottom:1px solid rgba(200,169,107,.65);padding-bottom:6px}.hero-signature__link span{color:var(--gold);padding-left:8px}.hero-signature__shipping{display:flex;gap:25px;margin-top:50px;color:#777;font-size:9px;letter-spacing:.14em;text-transform:uppercase}.hero-signature__shipping span+span{border-left:1px solid #3a3833;padding-left:25px}.hero-signature__products{position:absolute;right:-45px;top:50%;width:700px;height:760px;transform:translateY(-46%);z-index:3}.hero-signature__product{position:absolute;bottom:20px;display:flex;justify-content:center;align-items:flex-end}.hero-signature__product img{width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 35px 35px rgba(0,0,0,.72))}.hero-signature__product--savage{width:245px;height:620px;right:305px;transform:rotate(-5deg);z-index:2}.hero-signature__product--billion{width:285px;height:700px;right:35px;transform:rotate(4deg);z-index:3}.hero-signature__product-name{position:absolute;bottom:-2px;left:50%;transform:translate(-50%);font-size:8px;letter-spacing:.3em;color:#ffffff8c;white-space:nowrap;z-index:4}.hero-signature__product--billion .hero-signature__product-name{color:var(--gold)}.hero-signature__ground{position:absolute;left:10%;right:0;bottom:34px;height:1px;background:linear-gradient(90deg,transparent,rgba(200,169,107,.4),transparent);box-shadow:0 -25px 55px #c8a96b1f}.hero-signature__ambient{position:absolute;border-radius:50%;filter:blur(70px);pointer-events:none}.hero-signature__ambient--one{width:360px;height:360px;right:140px;top:20%;background:#b28b49;opacity:.14}.hero-signature__ambient--two{width:230px;height:230px;right:500px;bottom:10%;background:#d1b77e;opacity:.08}.hero-signature__scroll{position:absolute;bottom:24px;left:50%;transform:translate(-50%);font-size:9px;letter-spacing:.22em;text-transform:uppercase;color:#69655e;z-index:6}.hero-signature__scroll span{color:var(--gold);padding-left:10px}.trust-strip{background:#e9e4da;color:#171717;border-bottom:1px solid rgba(0,0,0,.08)}.trust-strip__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:35px;padding:28px 0}.trust-strip__grid>div{display:grid;grid-template-columns:38px 1fr;column-gap:12px;align-items:start}.trust-strip__grid span{grid-row:1/3;color:#a17d40;font-family:var(--serif);font-size:16px}.trust-strip__grid strong{font-family:var(--serif);font-weight:400;font-size:17px}.trust-strip__grid p{margin:5px 0 0;color:#777168;font-size:11px;line-height:1.5}@media(max-width:1100px){.hero-signature__products{right:-140px;transform:translateY(-46%) scale(.88);transform-origin:center right}.hero-signature__copy{width:56%}}@media(max-width:900px){.hero--signature{min-height:820px}.hero-signature__inner{min-height:820px;align-items:flex-start}.hero-signature__copy{width:100%;padding:75px 0 0}.hero-signature__copy h1{font-size:70px;max-width:650px}.hero-signature__sub{max-width:420px}.hero-signature__products{right:-105px;top:auto;bottom:-120px;transform:scale(.72);transform-origin:bottom right}.hero-signature__scroll{display:none}.trust-strip__grid{grid-template-columns:1fr;gap:20px;padding:25px 0}.trust-strip__grid>div{grid-template-columns:32px 1fr}.hero-signature__shipping{margin-top:32px}}@media(max-width:560px){.hero--signature,.hero-signature__inner{min-height:730px}.hero-signature__copy{padding-top:62px}.hero-signature__copy h1{font-size:55px}.hero-signature__sub{font-size:13px;max-width:320px}.hero-signature__actions{gap:18px;flex-wrap:wrap}.hero-signature__shipping{gap:12px;font-size:8px}.hero-signature__shipping span+span{padding-left:12px}.hero-signature__products{right:-140px;bottom:-125px;transform:scale(.58)}.trust-strip__grid strong{font-size:16px}}.region-selector{display:flex;align-items:center}.region-form{display:flex;align-items:center;gap:7px}.region-label{font-size:8px;letter-spacing:.16em;text-transform:uppercase;color:#77736c}.region-form select{appearance:none;-webkit-appearance:none;background:transparent;border:0;color:var(--text);font-family:var(--sans);font-size:10px;letter-spacing:.15em;text-transform:uppercase;padding:5px 18px 5px 2px;cursor:pointer;outline:none;background-image:linear-gradient(45deg,transparent 50%,var(--gold) 50%),linear-gradient(135deg,var(--gold) 50%,transparent 50%);background-position:calc(100% - 9px) 50%,calc(100% - 5px) 50%;background-size:4px 4px,4px 4px;background-repeat:no-repeat}.region-form select option{background:#0b0b0b;color:#f2efe9}.mobile-region-selector{padding:8px 0 18px;margin-bottom:4px;border-bottom:1px solid var(--border)}.mobile-region-selector .region-form{justify-content:space-between}.mobile-region-selector .region-form select{font-size:11px;padding-right:24px}@media(max-width:900px){.header-actions{align-items:center}.region-label{display:none}}@media(max-width:560px){.region-selector{display:flex}.header-actions{gap:12px}.region-form select{font-size:9px}.mobile-region-selector{display:block}}.signature-collection{padding-top:125px;padding-bottom:125px}.signature-collection__intro{display:flex;justify-content:space-between;align-items:flex-end;gap:60px;margin-bottom:48px}.signature-collection__intro-copy{max-width:380px;margin:0 0 4px;color:#89857d;font-size:12px;line-height:1.8}.signature-grid{gap:28px}.signature-product{position:relative;background:#0d0d0d;border:1px solid rgba(200,169,107,.14);transition:border-color .35s,transform .35s}.signature-product:hover{border-color:#c8a96b6b;transform:translateY(-3px)}.signature-product__link{display:block;height:100%}.signature-product__topline{display:flex;justify-content:space-between;padding:18px 22px;color:#65615a;font-size:8px;letter-spacing:.22em;text-transform:uppercase;border-bottom:1px solid rgba(242,239,233,.08)}.signature-product__topline span:last-child{color:var(--gold)}.signature-product__image{height:570px!important;position:relative;display:flex;align-items:center;justify-content:center;background:radial-gradient(circle at 50% 48%,#25231f 0,#14130f 25%,#0d0d0d 67%,#0b0b0b);padding:40px 80px!important;overflow:hidden}.signature-product__halo{position:absolute;width:270px;height:270px;border-radius:50%;background:#c8a96b14;filter:blur(34px)}.signature-product__image img{position:relative;z-index:2;width:100%;height:100%;max-width:58%!important;object-fit:contain;filter:drop-shadow(0 30px 32px rgba(0,0,0,.78));transition:transform .7s}.signature-product:hover .signature-product__image img{transform:translateY(-10px) scale(1.025)}.signature-product--savage .signature-product__halo{background:#9c753e1a}.signature-product--billion .signature-product__halo{background:#d2b87e1c}.signature-product__meta{display:flex;justify-content:space-between;align-items:flex-end;gap:30px;padding:28px 26px 30px;border-top:1px solid rgba(242,239,233,.09)}.signature-product__copy{max-width:480px}.signature-product__type{margin:0 0 8px;color:var(--gold);font-size:8px;letter-spacing:.2em;text-transform:uppercase}.signature-product__meta h3{font-family:var(--serif);font-size:40px;line-height:.95;font-weight:400;margin:0 0 13px;letter-spacing:-.02em}.signature-product__description{margin:0;color:#8f8b84;font-size:12px;line-height:1.7;max-width:430px}.signature-product__notes{display:flex;align-items:center;gap:9px;margin-top:18px;color:#c1bcb2;font-size:8px;letter-spacing:.15em;text-transform:uppercase}.signature-product__notes i{width:3px;height:3px;background:var(--gold);border-radius:50%;display:block}.signature-product__cta{flex:0 0 auto;color:#d9c18c;font-size:9px;letter-spacing:.17em;text-transform:uppercase;white-space:nowrap;padding-bottom:4px;border-bottom:1px solid rgba(200,169,107,.55)}.signature-product__cta b{font-size:14px;font-weight:400;padding-left:8px}.signature-product--billion .signature-product__meta h3{color:#f3efe7}.signature-product--billion .signature-product__type{color:#d6b77a}@media(max-width:900px){.signature-collection{padding-top:90px;padding-bottom:90px}.signature-collection__intro{display:block}.signature-collection__intro-copy{margin-top:18px}.signature-product__image{height:500px!important;padding:35px 60px!important}.signature-product__image img{max-width:64%!important}.signature-product__meta{display:block}.signature-product__cta{display:inline-block;margin-top:24px}}@media(max-width:560px){.signature-collection{padding-top:72px;padding-bottom:72px}.signature-collection__intro{margin-bottom:32px}.signature-collection__intro-copy{font-size:11px}.signature-grid{gap:16px}.signature-product__topline{padding:14px 16px;font-size:7px}.signature-product__image{height:430px!important;padding:28px 40px!important}.signature-product__image img{max-width:68%!important}.signature-product__meta{padding:22px 18px 24px}.signature-product__meta h3{font-size:32px}.signature-product__description{font-size:11px}.signature-product__notes{gap:7px;font-size:7px}}.product-page-v10{padding-top:52px;padding-bottom:125px}.product-breadcrumb{display:flex;gap:10px;align-items:center;margin-bottom:42px;color:#68645d;font-size:8px;letter-spacing:.2em;text-transform:uppercase}.product-breadcrumb a{color:#b7a06d}.product-layout-v10{display:grid;grid-template-columns:1.16fr .84fr;gap:78px;align-items:start}.product-gallery-v10{display:grid;grid-template-columns:1fr 1fr;gap:16px}.product-gallery-v10__item{position:relative;min-height:390px;display:flex;align-items:center;justify-content:center;overflow:hidden;background:radial-gradient(circle at 50% 50%,#191817,#0b0b0b 72%);border:1px solid rgba(242,239,233,.06)}.product-gallery-v10__item--hero{grid-column:1/-1;min-height:690px;background:radial-gradient(circle at 50% 48%,#28231a 0,#15130f 27%,#0b0b0b 68%);border-color:#c8a96b1f}.product-gallery-v10__item img{display:block;width:100%;height:100%;max-height:680px;object-fit:contain;mix-blend-mode:screen;filter:drop-shadow(0 35px 32px rgba(0,0,0,.8))}.product-gallery-v10__item:not(.product-gallery-v10__item--hero) img{max-height:390px}.product-details-v10{position:sticky;top:28px;padding:10px 0}.product-details-v10__top{display:flex;justify-content:space-between;gap:20px;align-items:center;margin-bottom:24px}.product-details-v10__top .eyebrow{margin:0}.product-edition{font-size:8px;letter-spacing:.2em;color:#77736c;text-transform:uppercase}.product-details-v10 h1{font-family:var(--serif);font-weight:400;font-size:clamp(62px,7vw,104px);line-height:.84;letter-spacing:-.045em;margin:0 0 14px}.product-positioning{font-family:var(--serif);font-size:22px;font-style:italic;color:var(--gold);margin:0 0 20px}.product-lead{max-width:500px;color:#aaa69e;font-size:14px;line-height:1.8;margin:0 0 28px}.product-price-v10{font-family:var(--serif);font-size:25px;color:#f0ece3;padding-bottom:28px;border-bottom:1px solid var(--border)}.product-form-v10-wrap{padding:28px 0;border-bottom:1px solid var(--border)}.form-field-v10 label{display:block;color:#77736c;font-size:9px;letter-spacing:.16em;text-transform:uppercase;margin-bottom:8px}.product-form-v10 select{width:100%;background:#111;color:var(--text);border:1px solid var(--border);padding:15px;margin-bottom:18px}.buy-row-v10{display:grid;grid-template-columns:125px 1fr;gap:10px}.quantity-v10{display:grid;grid-template-columns:34px 1fr 34px;border:1px solid var(--border);min-height:50px}.quantity-v10 button{border:0;background:transparent;color:#aaa;cursor:pointer;font-size:18px}.quantity-v10 input{width:100%;border:0;background:transparent;color:var(--text);text-align:center;outline:0;font-size:12px}.buy-button-v10{min-height:50px}.product-benefits-v10{display:grid;gap:0;border-bottom:1px solid var(--border)}.product-benefits-v10>div{display:grid;grid-template-columns:30px 1fr;align-items:center;padding:17px 0;border-bottom:1px solid rgba(242,239,233,.07)}.product-benefits-v10>div:last-child{border-bottom:0}.product-benefits-v10 span{font-family:var(--serif);color:var(--gold);font-size:13px}.product-benefits-v10 p{margin:0;color:#aaa69e;font-size:10px;letter-spacing:.12em;text-transform:uppercase}.product-story-v10 details{border-bottom:1px solid var(--border)}.product-story-v10 summary{list-style:none;cursor:pointer;padding:21px 0;color:#ddd8cf;font-family:var(--serif);font-size:17px}.product-story-v10 summary::-webkit-details-marker{display:none}.product-story-v10 summary:after{content:"+";float:right;color:var(--gold);font-family:var(--sans);font-size:16px}.product-story-v10 details[open] summary:after{content:"\2212"}.details-copy{color:#8f8b84;font-size:12px;line-height:1.8;padding:0 0 22px}.details-copy p{margin:0 0 10px}.details-copy p:last-child{margin-bottom:0}@media(max-width:900px){.product-page-v10{padding-top:35px;padding-bottom:90px}.product-layout-v10{grid-template-columns:1fr;gap:35px}.product-details-v10{position:static}.product-gallery-v10__item--hero{min-height:600px}.product-details-v10 h1{font-size:76px}.product-gallery-v10__item{min-height:330px}}@media(max-width:560px){.product-page-v10{padding-top:25px}.product-breadcrumb{margin-bottom:25px}.product-gallery-v10{grid-template-columns:1fr 1fr;gap:9px}.product-gallery-v10__item--hero{min-height:470px}.product-gallery-v10__item{min-height:210px}.product-gallery-v10__item:not(.product-gallery-v10__item--hero) img{max-height:210px}.product-details-v10__top{display:block}.product-edition{display:block;margin-top:10px}.product-details-v10 h1{font-size:60px}.product-positioning{font-size:19px}.product-lead{font-size:13px}.buy-row-v10{grid-template-columns:100px 1fr}.product-benefits-v10 p{font-size:9px}}.product-category-v10{margin:0 0 10px;color:#77736c;font-size:9px;letter-spacing:.2em;text-transform:uppercase}.product-details-v10 h1{font-size:clamp(56px,6vw,88px);line-height:.9;letter-spacing:-.04em;margin-bottom:18px}.product-gallery-v10__button{appearance:none;-webkit-appearance:none;border:0;padding:0;margin:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:transparent;cursor:zoom-in;color:inherit}.product-gallery-v10__button img{cursor:zoom-in}.product-image-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;display:flex;align-items:center;justify-content:center;padding:6vh 6vw;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .25s,visibility .25s}.product-image-modal.is-open{opacity:1;visibility:visible;pointer-events:auto}.product-image-modal__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#000000c2;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.product-image-modal__dialog{position:relative;z-index:2;width:min(900px,88vw);height:min(780px,82vh);display:flex;align-items:center;justify-content:center;padding:34px;background:#0c0c0c;border:1px solid rgba(200,169,107,.28);box-shadow:0 35px 90px #000000b3}.product-image-modal__dialog img{display:block;width:100%;height:100%;object-fit:contain;max-width:100%;max-height:100%}.product-image-modal__close{position:absolute;right:12px;top:10px;width:34px;height:34px;border:1px solid rgba(242,239,233,.2);border-radius:50%;background:#171717;color:#f2efe9;font-size:24px;line-height:1;cursor:pointer;z-index:3}.product-image-modal__close:hover{border-color:var(--gold);color:var(--gold)}body.image-modal-open{overflow:hidden}@media(max-width:900px){.product-details-v10 h1{font-size:70px}.product-image-modal{padding:5vh 4vw}.product-image-modal__dialog{width:90vw;height:78vh;padding:28px}}@media(max-width:560px){.product-details-v10 h1{font-size:58px}.product-category-v10{margin-bottom:8px}.product-image-modal{padding:8vh 14px}.product-image-modal__dialog{width:94vw;height:70vh;padding:24px 16px}.product-image-modal__close{right:8px;top:7px}}.cart-section-v12{padding-top:88px;padding-bottom:130px}.cart-page-v12{max-width:1260px}.cart-heading-v12{display:flex;justify-content:space-between;align-items:flex-end;padding-bottom:42px;border-bottom:1px solid var(--border);margin-bottom:28px}.cart-heading-v12 h1{font-family:var(--serif);font-weight:400;font-size:clamp(48px,6vw,82px);line-height:.92;letter-spacing:-.035em;margin:0}.cart-count-label{font-size:9px;letter-spacing:.18em;text-transform:uppercase;color:#77736c;padding-bottom:7px}.cart-form-v12{display:grid;grid-template-columns:minmax(0,1fr) 350px;gap:65px;align-items:start}.cart-list-v12{border-top:1px solid rgba(242,239,233,.09)}.cart-item-v12{display:grid;grid-template-columns:180px 1fr;gap:28px;padding:22px 0;border-bottom:1px solid rgba(242,239,233,.09)}.cart-item-v12__image{height:215px;display:flex;align-items:center;justify-content:center;background:radial-gradient(circle at 50% 45%,#24211c,#0d0d0d 72%);border:1px solid rgba(242,239,233,.07);overflow:hidden}.cart-item-v12__image img{width:100%;height:100%;object-fit:contain;mix-blend-mode:screen;transition:transform .45s}.cart-item-v12__image:hover img{transform:scale(1.035)}.cart-item-v12__content{display:flex;flex-direction:column;justify-content:space-between;padding:4px 0}.cart-item-v12__top{display:flex;justify-content:space-between;gap:25px}.cart-item-v12__eyebrow{font-size:8px;letter-spacing:.18em;text-transform:uppercase;color:var(--gold);margin:0 0 12px}.cart-item-v12 h2{font-family:var(--serif);font-weight:400;font-size:clamp(30px,3vw,44px);line-height:1;margin:0 0 8px}.cart-item-v12 h2 a:hover{color:var(--gold)}.cart-item-v12__variant{margin:0;color:#77736c;font-size:9px;letter-spacing:.12em;text-transform:uppercase}.cart-item-v12__price{font-family:var(--serif);font-size:20px;white-space:nowrap}.cart-item-v12__bottom{display:flex;align-items:center;gap:22px;margin-top:35px}.cart-qty-v12{display:grid;grid-template-columns:35px 52px 35px;height:40px;border:1px solid var(--border)}.cart-qty-v12 button{border:0;background:transparent;color:#aaa;cursor:pointer;font-size:16px}.cart-qty-v12 button:hover{color:var(--gold)}.cart-qty-v12 input{width:100%;border:0;background:transparent;color:var(--text);text-align:center;outline:0;font-size:11px}.cart-remove-v12{font-size:8px;letter-spacing:.18em;text-transform:uppercase;color:#6f6b64;border-bottom:1px solid transparent;padding-bottom:3px}.cart-remove-v12:hover{color:var(--gold);border-color:var(--gold)}.cart-summary-v12{position:sticky;top:30px}.cart-summary-v12__card{background:#101010;border:1px solid rgba(200,169,107,.18);padding:30px}.cart-total-v12{display:flex;justify-content:space-between;align-items:baseline;padding:25px 0 13px;border-bottom:1px solid var(--border);font-size:12px;color:#aaa69e}.cart-total-v12 strong{font-family:var(--serif);font-size:27px;font-weight:400;color:var(--text)}.cart-summary-v12__note{font-size:10px;line-height:1.6;color:#77736c;margin:14px 0 25px}.cart-checkout-v12{min-height:56px}.cart-update-v12{width:100%;margin-top:15px;background:transparent;border:0;color:#77736c;text-transform:uppercase;letter-spacing:.16em;font-size:8px;cursor:pointer}.cart-update-v12:hover{color:var(--gold)}.cart-assurance-v12{margin-top:25px;border-top:1px solid var(--border)}.cart-assurance-v12 div{display:grid;grid-template-columns:32px 1fr;gap:8px;padding:16px 0;border-bottom:1px solid rgba(242,239,233,.07);align-items:center}.cart-assurance-v12 span{font-family:var(--serif);font-size:13px;color:var(--gold)}.cart-assurance-v12 p{margin:0;font-size:8px;letter-spacing:.14em;text-transform:uppercase;color:#8e8a83}.cart-note-v12{margin-top:25px;padding-top:25px;border-top:1px solid var(--border)}.cart-note-v12 label{display:block;font-size:9px;letter-spacing:.16em;text-transform:uppercase;color:#aaa69e;margin-bottom:9px}.cart-note-v12 label span{color:#67635d;margin-left:6px}.cart-note-v12 textarea{width:100%;resize:vertical;min-height:72px;background:#101010;color:var(--text);border:1px solid var(--border);padding:13px;font-family:var(--sans);font-size:11px;outline:0}.cart-note-v12 textarea:focus{border-color:#c8a96b8c}.cart-empty-v12{min-height:470px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;border:1px solid rgba(242,239,233,.08);background:radial-gradient(circle at 50% 40%,#161616,#0b0b0b 65%);padding:50px}.cart-empty-v12__logo{display:flex;justify-content:center;align-items:center;margin-bottom:25px}.cart-empty-v12__logo img{display:block;width:min(210px,55vw);height:auto;max-height:95px;object-fit:contain}.cart-empty-v12 h2{font-family:var(--serif);font-size:42px;font-weight:400;margin:0 0 14px}.cart-empty-v12 p{max-width:470px;color:#8e8a83;font-size:12px;line-height:1.8;margin:0 0 28px}@media(max-width:900px){.cart-section-v12{padding-top:65px;padding-bottom:90px}.cart-form-v12{grid-template-columns:1fr;gap:35px}.cart-summary-v12{position:static}.cart-item-v12{grid-template-columns:145px 1fr;gap:20px}.cart-item-v12__image{height:180px}.cart-summary-v12__card{padding:25px}.cart-heading-v12{padding-bottom:30px}}@media(max-width:560px){.cart-section-v12{padding-top:48px;padding-bottom:70px}.cart-heading-v12{align-items:flex-start}.cart-heading-v12 h1{font-size:48px}.cart-count-label{padding-top:7px}.cart-item-v12{grid-template-columns:100px 1fr;gap:14px;padding:16px 0}.cart-item-v12__image{height:130px}.cart-item-v12__top{display:block}.cart-item-v12__eyebrow{font-size:7px;margin-bottom:8px}.cart-item-v12 h2{font-size:26px}.cart-item-v12__price{font-size:17px;margin-top:12px}.cart-item-v12__bottom{margin-top:20px;gap:14px}.cart-qty-v12{grid-template-columns:30px 42px 30px;height:36px}.cart-empty-v12{min-height:390px;padding:30px 20px}.cart-empty-v12 h2{font-size:34px}.cart-summary-v12__card{padding:22px}.cart-note-v12{margin-top:18px;padding-top:18px}}.hero--signature:after{content:"";position:absolute;left:0;right:0;bottom:0;height:1px;background:linear-gradient(90deg,transparent,rgba(200,169,107,.28),transparent);z-index:4}.hero-signature__copy .eyebrow{margin-bottom:22px;font-size:9px;letter-spacing:.28em}.hero-signature__copy h1{max-width:680px}.hero-signature__sub{max-width:450px;color:#aaa69e}.hero-signature__actions .btn--gold{min-width:165px}.hero-signature__products{pointer-events:none}.hero-signature__product:after{content:"";position:absolute;top:8%;right:18%;bottom:4%;left:18%;background:radial-gradient(circle,rgba(200,169,107,.055),transparent 68%);z-index:-1}.hero-signature__product--savage:after{transform:translate(8px)}.hero-signature__product--billion:after{transform:translate(-8px)}.hero-signature__ground{opacity:.75}@media(max-width:900px){.hero-signature__copy .eyebrow{margin-bottom:18px}.hero-signature__copy h1{max-width:610px}.hero-signature__sub{max-width:400px}}@media(max-width:560px){.hero-signature__copy .eyebrow{font-size:8px;letter-spacing:.23em}.hero-signature__copy h1{font-size:54px;max-width:330px;margin-bottom:22px}.hero-signature__sub{font-size:12px;line-height:1.7;max-width:305px}.hero-signature__actions .btn--gold{min-width:150px}.hero-signature__shipping{margin-top:27px}}.trust-strip--luxury{background:#0d0d0d;color:var(--text);border-top:1px solid rgba(200,169,107,.16);border-bottom:1px solid rgba(242,239,233,.08)}.trust-strip--luxury .trust-strip__grid{grid-template-columns:repeat(3,1fr);gap:0;padding:0}.trust-strip--luxury .trust-item{min-height:112px;display:flex;align-items:center;gap:18px;padding:25px 34px;position:relative}.trust-strip--luxury .trust-item+.trust-item{border-left:1px solid rgba(242,239,233,.09)}.trust-strip--luxury .trust-item__mark{width:28px;height:28px;flex:0 0 28px;border:1px solid rgba(200,169,107,.45);border-radius:50%;display:grid;place-items:center;color:var(--gold);font-size:12px;line-height:1}.trust-strip--luxury .trust-item strong{display:block;font-family:var(--serif);font-weight:400;font-size:16px;line-height:1.2;margin-bottom:6px}.trust-strip--luxury .trust-item p{margin:0;color:#77736c;font-size:10px;line-height:1.55;letter-spacing:.01em}@media(max-width:900px){.trust-strip--luxury .trust-strip__grid{grid-template-columns:1fr}.trust-strip--luxury .trust-item{min-height:82px;padding:20px 0}.trust-strip--luxury .trust-item+.trust-item{border-left:0;border-top:1px solid rgba(242,239,233,.09)}}@media(max-width:560px){.trust-strip--luxury .trust-item{gap:14px;padding:18px 0}.trust-strip--luxury .trust-item__mark{width:25px;height:25px;flex-basis:25px;font-size:10px}.trust-strip--luxury .trust-item strong{font-size:14px}.trust-strip--luxury .trust-item p{font-size:9px}}.signature-collection__intro h2{max-width:520px;letter-spacing:-.025em}.signature-product{background:linear-gradient(180deg,#0e0e0e,#0b0b0b);box-shadow:0 18px 50px #0000002e}.signature-product__image{height:590px!important;background:radial-gradient(circle at 50% 45%,#29251e 0,#171512 24%,#0d0d0d 64%,#0b0b0b)}.signature-product__image img{max-width:62%!important;transition:transform .6s cubic-bezier(.2,.7,.2,1),filter .6s ease}.signature-product:hover .signature-product__image img{transform:scale(1.045);filter:drop-shadow(0 28px 28px rgba(0,0,0,.72))}.signature-product__meta{padding:34px 30px 30px}.signature-product__type{margin-bottom:8px}.signature-product__meta h3{font-size:44px;letter-spacing:-.03em;margin-bottom:5px}.signature-product__buyline{display:flex;gap:16px;align-items:center;margin:0 0 16px;color:#8d887f;font-size:9px;letter-spacing:.18em;text-transform:uppercase}.signature-product__buyline span+span{color:var(--gold);position:relative;padding-left:16px}.signature-product__buyline span+span:before{content:"";position:absolute;left:0;top:50%;width:1px;height:11px;background:#c8a96b59;transform:translateY(-50%)}.signature-product__description{max-width:430px}.signature-product__cta{margin-top:4px}.signature-product__cta b{transition:transform .3s ease;display:inline-block}.signature-product:hover .signature-product__cta b{transform:translate(4px)}@media(max-width:900px){.signature-product__image{height:520px!important}.signature-product__meta{padding:28px 24px}.signature-product__meta h3{font-size:38px}}@media(max-width:560px){.signature-product__image{height:445px!important}.signature-product__image img{max-width:70%!important}.signature-product__meta{padding:24px 18px 26px}.signature-product__meta h3{font-size:34px}.signature-product__buyline{margin-bottom:13px}}.manifesto--luxury{position:relative;overflow:hidden;padding:135px 0 145px;background:#0a0a0a;border-top:1px solid rgba(242,239,233,.06);border-bottom:1px solid rgba(242,239,233,.06)}.manifesto--luxury:before{content:"AEVON";position:absolute;right:-55px;top:50%;transform:translateY(-54%);font-family:var(--serif);font-size:clamp(150px,22vw,330px);line-height:1;color:#c8a96b06;letter-spacing:-.06em;pointer-events:none}.manifesto__grid{display:grid;grid-template-columns:.35fr 1fr;gap:80px;position:relative;z-index:1}.manifesto__intro{display:flex;flex-direction:column;justify-content:space-between;min-height:300px}.manifesto__number{margin:0;color:#5f5b55;font-size:9px;letter-spacing:.2em;text-transform:uppercase}.manifesto__statement{max-width:860px}.manifesto__statement h2{font-family:var(--serif);font-weight:400;font-size:clamp(52px,6.4vw,96px);line-height:.94;letter-spacing:-.035em;margin:0 0 38px}.manifesto__statement h2 em{font-style:italic;color:#d4cfc5}.manifesto__rule{width:72px;height:1px;background:var(--gold);opacity:.7;margin-bottom:28px}.manifesto__text{max-width:570px;color:#8e8a83;font-size:14px;line-height:1.9;margin:0 0 30px}.manifesto__link{display:inline-flex;align-items:center;gap:12px;color:#c9c4bb;font-size:9px;letter-spacing:.18em;text-transform:uppercase;border-bottom:1px solid rgba(200,169,107,.5);padding-bottom:8px}.manifesto__link span{color:var(--gold);font-size:14px;transition:transform .25s ease}.manifesto__link:hover{color:var(--text)}.manifesto__link:hover span{transform:translate(4px)}@media(max-width:900px){.manifesto--luxury{padding:95px 0 105px}.manifesto__grid{grid-template-columns:1fr;gap:42px}.manifesto__intro{min-height:0;flex-direction:row;align-items:center}.manifesto__statement h2{font-size:clamp(48px,8vw,76px)}.manifesto--luxury:before{right:-80px;font-size:190px}}@media(max-width:560px){.manifesto--luxury{padding:75px 0 85px}.manifesto__grid{gap:32px}.manifesto__intro .eyebrow{margin-bottom:0}.manifesto__statement h2{font-size:47px;line-height:.96;margin-bottom:30px}.manifesto__text{font-size:12px;line-height:1.8}.manifesto--luxury:before{right:-55px;font-size:130px}}.editorial--story{position:relative;min-height:720px;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.editorial--story .editorial__media{position:relative;overflow:hidden}.editorial--story .editorial__media:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,transparent 55%,rgba(8,8,8,.38)),linear-gradient(0deg,rgba(8,8,8,.3),transparent 35%);pointer-events:none}.editorial--story .editorial__content{padding:90px clamp(45px,7vw,110px);background:radial-gradient(circle at 0 50%,rgba(200,169,107,.07),transparent 45%),#0e0e0e}.editorial--story .editorial__content h2{max-width:560px;font-size:clamp(48px,5.4vw,82px);letter-spacing:-.035em}.editorial--story .editorial__content>p:not(.eyebrow){max-width:490px;font-size:14px;color:#aaa69e}.editorial--story .btn{align-self:flex-start;margin-top:2px}.editorial-arrow{font-size:15px;margin-left:16px;line-height:0}.editorial__signature{margin-top:65px;padding-top:18px;border-top:1px solid rgba(200,169,107,.22);font-family:var(--serif);font-size:14px;letter-spacing:.18em;color:#c8a96b;text-transform:uppercase}.editorial__signature span{display:block;margin-top:7px;font-family:var(--sans);font-size:8px;letter-spacing:.2em;color:#666;text-transform:uppercase}.editorial__index{position:absolute;top:30px;left:32px;z-index:3;font-size:8px;letter-spacing:.22em;color:#8b806d;text-transform:uppercase}@media(max-width:900px){.editorial--story{min-height:auto}.editorial--story .editorial__content{padding:65px 25px}.editorial__signature{margin-top:45px}.editorial__index{top:22px;left:22px}}.bestseller__visual{min-height:760px}.bestseller__index{position:absolute;top:34px;left:38px;z-index:3;color:#8e8a82;font:9px var(--sans);letter-spacing:.22em;text-transform:uppercase}.bestseller__copy{position:relative}.bestseller__copy .eyebrow{margin-bottom:18px}.bestseller__tagline{max-width:430px}.bestseller__body{max-width:470px}.bestseller__meta{display:flex;gap:24px;margin:2px 0 28px;padding-top:18px;border-top:1px solid rgba(242,239,233,.1);max-width:470px;color:#8e8a82;font:9px var(--sans);letter-spacing:.18em;text-transform:uppercase}.bestseller__meta span+span{color:var(--gold)}.bestseller__copy .btn span{display:inline-block;margin-left:18px;transition:transform .25s}.bestseller__copy .btn:hover span{transform:translate(4px)}@media(max-width:900px){.bestseller__visual{min-height:560px}.bestseller__index{top:24px;left:24px}}@media(max-width:560px){.bestseller__visual{min-height:480px}.bestseller__index{font-size:8px}.bestseller__meta{margin-bottom:24px}}.aevon-why{padding:125px 0 135px;background:#0b0b0b;border-top:1px solid rgba(242,239,233,.06);border-bottom:1px solid rgba(242,239,233,.06)}.aevon-why__intro{display:grid;grid-template-columns:1fr 420px;gap:80px;align-items:end;margin-bottom:70px}.aevon-why__intro h2{font-family:var(--serif);font-weight:400;font-size:clamp(48px,5.8vw,82px);line-height:.95;letter-spacing:-.035em;margin:18px 0 0;max-width:720px}.aevon-why__lead{margin:0;color:#8f8b84;font-size:13px;line-height:1.85;max-width:410px}.aevon-why__grid{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid rgba(242,239,233,.1)}.aevon-why__item{min-height:245px;padding:28px 28px 24px 0;border-right:1px solid rgba(242,239,233,.09);display:flex;flex-direction:column;justify-content:space-between}.aevon-why__item+.aevon-why__item{padding-left:28px}.aevon-why__item:last-child{border-right:0}.aevon-why__number{color:#766b58;font-size:8px;letter-spacing:.22em;text-transform:uppercase}.aevon-why__item h3{font-family:var(--serif);font-weight:400;font-size:23px;line-height:1.15;margin:0 0 13px;color:#e9e5dc}.aevon-why__item p{margin:0;color:#77736c;font-size:11px;line-height:1.7;max-width:245px}@media(max-width:900px){.aevon-why{padding:95px 0 105px}.aevon-why__intro{grid-template-columns:1fr;gap:24px;margin-bottom:52px}.aevon-why__lead{max-width:520px}.aevon-why__grid{grid-template-columns:1fr 1fr}.aevon-why__item{min-height:210px;padding:24px 24px 24px 0}.aevon-why__item+.aevon-why__item{padding-left:24px}.aevon-why__item:nth-child(2){border-right:0}.aevon-why__item:nth-child(n+3){border-top:1px solid rgba(242,239,233,.09)}}@media(max-width:560px){.aevon-why{padding:76px 0 84px}.aevon-why__intro{gap:20px;margin-bottom:38px}.aevon-why__intro h2{font-size:46px}.aevon-why__lead{font-size:12px;line-height:1.75}.aevon-why__grid{grid-template-columns:1fr}.aevon-why__item,.aevon-why__item+.aevon-why__item{min-height:0;padding:22px 0;border-right:0}.aevon-why__item:nth-child(n+2){border-top:1px solid rgba(242,239,233,.09)}.aevon-why__item h3{font-size:21px;margin-bottom:9px}.aevon-why__item p{font-size:10px;max-width:320px}}.footer-brand-block .brand--footer img{display:block;width:92px;height:auto;object-fit:contain}.footer-brand-block .brand--footer{display:inline-flex;align-items:center;margin-bottom:18px}.site-footer{padding:55px 0 20px}.footer-grid{gap:42px;padding-bottom:48px}.footer-socials{margin-top:18px;display:grid;grid-template-columns:repeat(3,1fr);gap:10px;max-width:680px}.footer-social{display:flex!important;align-items:center;gap:12px;margin:0!important;padding:14px 16px!important;min-height:54px;border:1px solid rgba(191,161,92,.28)!important;border-radius:2px;background:transparent;font-size:10px!important;letter-spacing:.14em;color:#d8d3ca!important;text-decoration:none!important;transition:background .25s ease,border-color .25s ease,color .25s ease,transform .25s ease}.footer-social:hover{background:#bfa15c0e;border-color:#bfa15ca6!important;color:var(--gold)!important;transform:translateY(-1px)}.footer-social__icon{flex:0 0 auto;display:flex;align-items:center;justify-content:center;width:28px;height:28px;border:1px solid rgba(191,161,92,.42);border-radius:50%;color:#bfa15c;transition:background .25s ease,color .25s ease}.footer-social__icon svg{width:13px;height:13px;stroke:currentColor;stroke-width:1.35;vector-effect:non-scaling-stroke}.footer-social:hover .footer-social__icon{background:#bfa15c1a;color:#e3c77e}.footer-social__label{font-size:9px!important;letter-spacing:.16em!important;text-transform:uppercase!important;color:inherit!important}.footer-social__arrow{margin-left:auto;font-size:14px!important;line-height:1;color:#756c5b!important;transition:transform .25s ease,color .25s ease}.footer-social:hover .footer-social__arrow{transform:translate(2px,-2px);color:var(--gold)!important}.footer-newsletter-label{margin-top:22px!important}@media(max-width:900px){.footer-socials{grid-template-columns:1fr;max-width:430px}}@media(max-width:560px){.site-footer{padding:28px 0 12px}.footer-grid{gap:28px;padding-bottom:18px}.footer-brand-block{margin-bottom:20px}.footer-brand-block .brand--footer img{width:50px}.footer-socials{grid-template-columns:1fr;gap:6px;margin-top:12px;max-width:100%}.footer-social{min-height:46px;padding:10px 11px!important;gap:10px}.footer-social__icon{width:24px;height:24px}.footer-social__icon svg{width:11px;height:11px}.footer-social__label{font-size:8px!important;letter-spacing:.14em!important}.footer-social__arrow{font-size:12px!important}.footer-bottom{padding-top:10px;font-size:6px}}@media(max-width:560px){.page-width{width:calc(100% - 28px)}.announcement__inner{padding:7px 8px;font-size:8px;letter-spacing:.13em}.site-header{border-bottom:1px solid rgba(242,239,233,.1)}.header__inner{min-height:58px;gap:10px}.brand-logo img{width:58px;height:58px}.header-actions{gap:9px;font-size:8px}.header-actions a{letter-spacing:.1em}.region-form select{font-size:8px;padding-right:15px}.menu-toggle{font-size:8px;letter-spacing:.1em}.mobile-menu{padding:8px 14px 14px}.mobile-menu a{padding:10px 0;font-size:9px}.mobile-region-selector{padding:5px 0 10px}.hero--signature,.hero-signature__inner{min-height:610px}.hero-signature__copy{padding-top:46px}.hero-signature__copy .eyebrow{font-size:7px;letter-spacing:.18em;margin-bottom:14px}.hero-signature__copy h1{font-size:46px;line-height:.93;max-width:290px;margin-bottom:16px}.hero-signature__sub{font-size:11px;line-height:1.55;max-width:285px;margin-bottom:20px}.hero-signature__actions{display:block}.hero-signature__actions .btn--gold{min-width:0;min-height:42px;padding:0 20px;font-size:8px}.hero-signature__link{display:none}.hero-signature__shipping{margin-top:18px;gap:9px;font-size:7px;letter-spacing:.1em}.hero-signature__shipping span+span{padding-left:9px}.hero-signature__products{right:-128px;bottom:-100px;transform:scale(.47)}.hero-signature__ambient--one{width:240px;height:240px;right:40px;top:38%;filter:blur(55px);opacity:.1}.hero-signature__ambient--two{display:none}.trust-strip--luxury .trust-strip__grid{grid-template-columns:repeat(3,1fr);gap:0}.trust-strip--luxury .trust-item{min-height:76px;display:block;text-align:center;padding:13px 5px}.trust-strip--luxury .trust-item+.trust-item{border-left:1px solid rgba(242,239,233,.08);border-top:0}.trust-strip--luxury .trust-item__mark{width:20px;height:20px;display:grid;margin:0 auto 7px;font-size:8px}.trust-strip--luxury .trust-item strong{font-size:9px;line-height:1.15;margin:0}.trust-strip--luxury .trust-item p{display:none}.signature-collection{padding-top:52px;padding-bottom:52px}.signature-collection__intro{margin-bottom:24px}.signature-collection__intro .eyebrow{font-size:7px;margin-bottom:10px}.signature-collection__intro h2{font-size:38px;line-height:.98;max-width:280px}.signature-collection__intro-copy{font-size:10px;line-height:1.55;max-width:290px;margin-top:12px}.signature-grid{gap:10px}.signature-product__topline{padding:10px;font-size:6px;letter-spacing:.15em}.signature-product__image{height:245px!important;padding:18px 12px!important}.signature-product__image img{max-width:82%!important}.signature-product__halo{width:150px;height:150px;filter:blur(24px)}.signature-product__meta{padding:14px 12px 15px;display:block}.signature-product__type{font-size:6px;letter-spacing:.15em;margin-bottom:5px}.signature-product__meta h3{font-size:23px;margin-bottom:7px}.signature-product__buyline{font-size:6px;gap:7px;margin-bottom:9px;letter-spacing:.12em}.signature-product__buyline span+span{padding-left:7px}.signature-product__buyline span+span:before{height:8px}.signature-product__description{font-size:8px;line-height:1.5}.signature-product__notes{display:none}.signature-product__cta{font-size:7px;margin-top:13px;padding-bottom:3px}.signature-product__cta b{font-size:11px;padding-left:5px}.manifesto--luxury{padding:68px 0 72px}.manifesto--luxury:before{font-size:105px;right:-28px}.manifesto__grid{display:block}.manifesto__intro{min-height:0;margin-bottom:25px}.manifesto__number{font-size:7px;margin-top:8px}.manifesto__statement h2{font-size:42px;line-height:.96;margin-bottom:25px}.manifesto__rule{width:48px;margin-bottom:18px}.manifesto__text{font-size:10px;line-height:1.7;max-width:290px;margin-bottom:20px}.manifesto__link{font-size:7px;padding-bottom:6px;gap:8px}.editorial--story{display:block;min-height:0}.editorial--story .editorial__media{min-height:300px;height:300px}.editorial--story .editorial__content{padding:42px 14px 45px}.editorial--story .editorial__content h2{font-size:42px;line-height:.96;margin-bottom:17px;max-width:290px}.editorial--story .editorial__content>p:not(.eyebrow){font-size:10px;line-height:1.65;max-width:290px;margin-bottom:22px}.editorial--story .btn{min-height:40px;padding:0 18px;font-size:8px}.editorial__signature{margin-top:30px;padding-top:12px;font-size:10px}.editorial__signature span{font-size:6px;margin-top:5px}.editorial__index{top:14px;left:14px;font-size:6px}.bestseller{min-height:0}.bestseller__visual{min-height:350px;height:350px}.bestseller__visual img{height:82%}.bestseller__halo{width:210px;height:210px}.bestseller__index{top:15px;left:15px;font-size:6px}.bestseller__copy{padding:42px 14px 48px;border-top:1px solid rgba(242,239,233,.08)}.bestseller__copy .eyebrow{font-size:7px;margin-bottom:12px}.bestseller__copy h2{font-size:62px;line-height:.9;margin-bottom:16px}.bestseller__tagline{font-size:18px;line-height:1.15;margin-bottom:13px;max-width:280px}.bestseller__body{font-size:10px;line-height:1.65;max-width:290px;margin-bottom:20px}.bestseller__meta{font-size:7px;gap:14px;margin-bottom:20px;padding-top:12px;max-width:290px}.bestseller__copy .btn{min-height:42px;padding:0 19px;font-size:8px}.site-footer{padding:34px 0 14px}.footer-grid{display:block;padding-bottom:24px}.footer-brand-block{margin-bottom:25px}.footer-brand-block .brand--footer img{width:58px}.footer-brand-block .brand--footer{margin-bottom:10px}.footer-grid p{font-size:9px;line-height:1.55}.footer-grid h4{font-size:7px;letter-spacing:.16em;margin:0 0 8px}.footer-grid a:not(.brand){font-size:9px;margin:8px 0}.footer-contact-block{margin-top:24px}.footer-socials{margin-top:9px}.footer-socials a{padding:9px 0;font-size:9px!important}.footer-socials span{font-size:7px}.footer-newsletter-label,.newsletter{display:none}.footer-bottom{padding-top:13px;font-size:7px;line-height:1.8}}@media(max-width:560px){.manifesto--luxury,.editorial--story,.bestseller{display:none!important}.hero--signature{min-height:500px;height:500px}.hero-signature__inner{min-height:500px}.hero-signature__copy{padding-top:34px}.hero-signature__copy .eyebrow{font-size:6px;margin-bottom:10px}.hero-signature__copy h1{font-size:39px;line-height:.94;max-width:250px;margin-bottom:12px}.hero-signature__sub{font-size:10px;line-height:1.45;max-width:245px;margin-bottom:16px}.hero-signature__actions .btn--gold{min-height:39px;padding:0 17px;font-size:7px}.hero-signature__shipping{margin-top:13px;font-size:6px;gap:7px}.hero-signature__shipping span+span{padding-left:7px}.hero-signature__products{right:-105px;bottom:-88px;transform:scale(.4)}.hero-signature__ambient--one{width:190px;height:190px;right:28px;top:42%;opacity:.08}.trust-strip--luxury .trust-strip__grid{grid-template-columns:repeat(3,1fr)}.trust-strip--luxury .trust-item{min-height:58px;padding:9px 3px}.trust-strip--luxury .trust-item__mark{display:none}.trust-strip--luxury .trust-item strong{font-size:7px;line-height:1.15;display:block}.signature-collection{padding-top:38px;padding-bottom:38px}.signature-collection__intro{margin-bottom:18px}.signature-collection__intro .eyebrow{font-size:6px;margin-bottom:7px}.signature-collection__intro h2{font-size:32px;max-width:250px}.signature-collection__intro-copy{font-size:9px;line-height:1.45;max-width:260px;margin-top:8px}.signature-grid{gap:8px}.signature-product__topline{padding:8px;font-size:5px}.signature-product__image{height:205px!important;padding:12px 8px!important}.signature-product__image img{max-width:78%!important}.signature-product__halo{width:125px;height:125px;filter:blur(20px)}.signature-product__meta{padding:11px 9px 12px}.signature-product__type{font-size:5px;margin-bottom:3px}.signature-product__meta h3{font-size:19px;margin-bottom:5px}.signature-product__buyline{font-size:5px;gap:5px;margin-bottom:7px}.signature-product__buyline span+span{padding-left:5px}.signature-product__description{display:none}.signature-product__cta{font-size:6px;margin-top:8px;padding-bottom:2px}.signature-product__cta b{font-size:9px;padding-left:3px}.signature-product__notes{display:none}.footer-grid>div:nth-child(2),.footer-grid>div:nth-child(3){display:none}.site-footer{padding:28px 0 12px}.footer-grid{padding-bottom:18px}.footer-brand-block{margin-bottom:20px}.footer-brand-block .brand--footer img{width:50px}.footer-socials{margin-top:12px}.footer-social{grid-template-columns:24px 62px 1fr 14px;column-gap:8px;padding:10px!important}.footer-social__icon{width:22px;height:22px}.footer-social__icon svg{width:11px;height:11px}.footer-social__label{font-size:7px!important;letter-spacing:.11em!important}.footer-social__handle{font-size:7px!important}.footer-social__arrow{font-size:11px!important}.footer-bottom{padding-top:10px;font-size:6px}}.signature-mobile-buy,.product-mobile-sticky{display:none}@media(max-width:560px){.header-search,.region-selector{display:none!important}.header__inner{justify-content:space-between}.header-actions{margin-left:auto;align-items:center}.header-cart{display:inline-flex!important;align-items:center;gap:5px;padding:8px 0}.cart-count{color:var(--gold)}.signature-collection{padding-top:48px;padding-bottom:50px}.signature-collection__intro{margin-bottom:24px!important}.signature-collection__intro>div{width:100%}.signature-collection__intro .eyebrow{font-size:7px;margin-bottom:8px}.signature-collection__intro h2{font-size:34px;line-height:1}.signature-collection__intro-copy{display:none!important}.signature-grid{gap:10px!important}.signature-product__topline{padding:10px 12px!important;font-size:7px!important}.signature-product__image{height:255px!important}.signature-product__image img{max-width:68%!important}.signature-product__meta{padding:14px 12px 12px!important}.signature-product__type,.signature-product__description,.signature-product__notes,.signature-product__cta{display:none!important}.signature-product__meta h3{font-size:25px!important;margin:0 0 4px!important}.signature-product__buyline{font-size:8px!important;margin:0!important;gap:8px!important}.signature-product__buyline span+span{padding-left:8px!important}.signature-mobile-buy{display:block;padding:0 12px 12px}.signature-mobile-buy .btn{min-height:40px;font-size:8px;padding:0 10px}.product-page-v10{padding-top:16px!important;padding-bottom:92px!important}.product-breadcrumb{margin-bottom:14px!important;font-size:7px!important}.product-gallery-v10{grid-template-columns:1fr!important;gap:7px!important}.product-gallery-v10__item--hero{min-height:390px!important}.product-gallery-v10__item:not(.product-gallery-v10__item--hero){display:none!important}.product-details-v10{padding:8px 0 0!important}.product-details-v10__top,.product-positioning,.product-lead,.product-benefits-v10,.product-story-v10{display:none!important}.product-category-v10{font-size:7px!important;margin-bottom:6px!important}.product-details-v10 h1{font-size:52px!important;margin:0 0 8px!important}.product-price-v10{font-size:22px!important;padding:0!important;border:0!important;margin:0!important}.product-form-v10-wrap{display:none!important}.product-mobile-sticky{position:fixed;left:0;right:0;bottom:0;z-index:80;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 14px calc(10px + env(safe-area-inset-bottom));background:#080808f7;border-top:1px solid rgba(200,169,107,.22);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.product-mobile-sticky__price{font-family:var(--serif);font-size:19px;color:#f0ece3}.product-mobile-sticky .btn{min-height:46px;flex:1;font-size:8px;padding:0 12px}}@media(max-width:560px){.product-page-v10{padding:14px 0 40px!important}.product-page-v10>.page-width{width:calc(100% - 28px)!important}.product-breadcrumb{margin-bottom:12px!important;font-size:7px!important}.product-layout-v10{display:flex!important;flex-direction:column!important;gap:18px!important}.product-gallery-v10{display:grid!important;grid-template-columns:1fr 1fr!important;gap:8px!important}.product-gallery-v10__item{min-height:145px!important;height:145px!important;border-radius:0!important}.product-gallery-v10__item--hero{grid-column:1/-1!important;min-height:245px!important;height:245px!important}.product-gallery-v10__item img{max-height:100%!important;width:100%!important;object-fit:contain!important}.product-gallery-v10__item:not(.product-gallery-v10__item--hero) img{max-height:145px!important}.product-gallery-v10__button{cursor:default!important}.product-details-v10{padding:0!important;position:static!important}.product-details-v10__top,.product-positioning,.product-lead,.product-benefits-v10,.product-story-v10{display:none!important}.product-category-v10{font-size:7px!important;margin:0 0 5px!important}.product-details-v10 h1{font-size:44px!important;line-height:.9!important;margin:0 0 7px!important}.product-price-v10{display:block!important;font-size:21px!important;padding:0!important;border:0!important;margin:0 0 14px!important}.product-form-v10-wrap{display:block!important;padding:0!important;border:0!important}.product-form-v10{display:block!important}.buy-row-v10{display:grid!important;grid-template-columns:72px 1fr!important;gap:8px!important}.quantity-v10{min-height:48px!important;grid-template-columns:22px 1fr 22px!important}.quantity-v10 button{font-size:15px!important}.quantity-v10 input{font-size:11px!important}.buy-button-v10{display:flex!important;min-height:48px!important;width:100%!important;font-size:9px!important;padding:0 10px!important}.product-image-modal{display:none!important}}.cart-checkout-v12{display:flex!important;text-decoration:none!important}@media(max-width:560px){.product-page-v10{padding:10px 0 34px!important}.product-breadcrumb{margin-bottom:9px!important}.product-layout-v10{gap:14px!important}.product-gallery-v10{grid-template-columns:repeat(3,1fr)!important;gap:6px!important}.product-gallery-v10__item{height:86px!important;min-height:86px!important}.product-gallery-v10__item--hero{grid-column:1/-1!important;height:220px!important;min-height:220px!important}.product-gallery-v10__item img{width:100%!important;height:100%!important;max-height:none!important;object-fit:contain!important}.product-gallery-v10__item--hero img{max-height:210px!important}.product-details-v10{padding:0!important}.product-category-v10{margin-bottom:4px!important}.product-details-v10 h1{font-size:40px!important;margin-bottom:5px!important}.product-price-v10{font-size:20px!important;margin-bottom:10px!important}.product-form-v10-wrap{display:block!important}.buy-row-v10{grid-template-columns:64px 1fr!important;gap:7px!important}.quantity-v10,.buy-button-v10{min-height:46px!important}.product-mobile-sticky{display:none!important}.product-page-v10{padding-bottom:30px!important}.cart-checkout-v12{display:flex!important;width:100%!important;appearance:none!important;-webkit-appearance:none!important}}@media(max-width:560px){.hero--signature{min-height:545px;height:545px}.hero-signature__inner{min-height:545px}.hero-signature__copy{padding-top:31px}.hero-signature__copy .eyebrow{font-size:6px;letter-spacing:.2em;margin-bottom:9px}.hero-signature__copy h1{font-size:40px;line-height:.92;max-width:270px;margin-bottom:12px}.hero-signature__sub{font-size:10px;line-height:1.45;max-width:250px;margin-bottom:15px}.hero-signature__actions .btn--gold{min-height:40px;padding:0 18px;font-size:7px}.hero-signature__shipping{margin-top:12px;font-size:6px;gap:7px}.hero-signature__shipping span+span{padding-left:7px}.hero-signature__products{left:50%;right:auto;top:auto;bottom:-96px;width:700px;height:760px;transform:translate(-50%) scale(.4);transform-origin:center bottom}.hero-signature__product--savage{right:305px}.hero-signature__product--billion{right:35px}.hero-signature__ground{left:8%;right:8%;bottom:34px}.hero-signature__ambient--one{width:220px;height:220px;right:50%;top:48%;transform:translate(50%);opacity:.09}}@media(max-width:560px){body.template-index{overflow:hidden;height:100vh}body.template-index main{height:calc(100vh + -0px);overflow:hidden}body.template-index .trust-strip,body.template-index .collection-feature,body.template-index .manifesto,body.template-index .editorial-aevon,body.template-index .bestseller,body.template-index footer{display:none!important}body.template-index .hero--signature{height:calc(100vh - 74px);min-height:0}body.template-index .hero-signature__inner{height:100%;min-height:0}body.template-index .hero-signature__actions{flex-wrap:nowrap;gap:9px}body.template-index .hero-signature__actions .hero-signature__link{display:flex;align-items:center;justify-content:center;min-height:40px;padding:0 15px;border:1px solid rgba(200,169,107,.55);font-size:7px;letter-spacing:.14em}body.template-index .hero-signature__actions .hero-signature__link span{padding-left:5px}}@media(max-width:560px){body.template-index .hero-signature__actions{display:block!important}body.template-index .hero-signature__actions .hero-signature__link{display:none!important}body.template-index .hero-signature__products{left:50%!important;right:auto!important;top:275px!important;bottom:auto!important;width:700px!important;height:760px!important;transform:translate(-50%) scale(.42)!important;transform-origin:center top!important}body.template-index .hero-signature__product--savage{right:305px!important}body.template-index .hero-signature__product--billion{right:35px!important}body.template-index .hero-signature__ground{left:8%!important;right:8%!important;bottom:34px!important}body.template-product .product-gallery-v10{display:grid!important;grid-template-columns:1fr 1fr!important;gap:8px!important}body.template-product .product-gallery-v10__item{display:flex!important;min-height:170px!important;height:170px!important}body.template-product .product-gallery-v10__item--hero{grid-column:1/-1!important;min-height:300px!important;height:300px!important}body.template-product .product-gallery-v10__item img{width:100%!important;height:100%!important;max-height:none!important;object-fit:contain!important}body.template-product .product-gallery-v10__button{cursor:zoom-in!important}body.template-product .product-image-modal{display:flex!important;padding:18px!important;align-items:center!important;justify-content:center!important}body.template-product .product-image-modal__backdrop{background:#040404e6!important;-webkit-backdrop-filter:blur(10px)!important;backdrop-filter:blur(10px)!important}body.template-product .product-image-modal__dialog{width:100%!important;max-width:520px!important;height:min(78vh,680px)!important;padding:42px 14px 18px!important;background:#0b0b0b!important;border:1px solid rgba(200,169,107,.32)!important;box-shadow:0 30px 80px #000c!important}body.template-product .product-image-modal__dialog img{width:100%!important;height:100%!important;object-fit:contain!important}body.template-product .product-image-modal__close{right:10px!important;top:9px!important;width:36px!important;height:36px!important;background:#151515!important;border-color:#c8a96b59!important;font-size:22px!important}}@media(max-width:560px){.footer-brand-block{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:18px}.footer-brand-block .brand--footer{flex:0 0 auto;margin:0!important}.footer-brand-block .brand--footer img{width:54px}.footer-contact-block{flex:1;display:flex;align-items:center;justify-content:flex-end}.footer-contact-block>h4,.footer-contact-block>.footer-newsletter-label,.footer-contact-block>.newsletter{display:none}.footer-socials{display:flex;align-items:center;justify-content:flex-end;gap:7px;margin:0!important;max-width:none;width:auto}.footer-social{width:42px;height:42px;min-height:42px!important;padding:0!important;display:flex!important;align-items:center;justify-content:center;gap:0;border:1px solid rgba(191,161,92,.35)!important;border-radius:50%;background:transparent}.footer-social__icon{width:26px;height:26px;border:0!important}.footer-social__icon svg{width:14px;height:14px}.footer-social__label,.footer-social__arrow{display:none!important}}@media(max-width:560px){.site-footer{padding:18px 0 10px!important}.site-footer .footer-grid{display:grid!important;grid-template-columns:auto 1fr!important;align-items:center!important;gap:12px!important;padding-bottom:14px!important}.site-footer .footer-brand-block{display:block!important;margin:0!important;min-width:0!important}.site-footer .footer-brand-block .brand--footer{display:flex!important;align-items:center!important;margin:0!important}.site-footer .footer-brand-block .brand--footer img{width:42px!important;height:42px!important;object-fit:contain!important}.site-footer .footer-brand-block>p{display:none!important}.site-footer .footer-contact-block{display:flex!important;align-items:center!important;justify-content:flex-end!important;margin:0!important;min-width:0!important}.site-footer .footer-contact-block>h4,.site-footer .footer-contact-block>.footer-newsletter-label,.site-footer .footer-contact-block>.newsletter{display:none!important}.site-footer .footer-socials{display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:6px!important;width:auto!important;margin:0!important}.site-footer .footer-social{width:34px!important;height:34px!important;min-height:34px!important;padding:0!important;border:1px solid rgba(191,161,92,.3)!important;border-radius:50%!important;display:flex!important;align-items:center!important;justify-content:center!important;background:transparent!important}.site-footer .footer-social__icon{width:20px!important;height:20px!important;border:0!important}.site-footer .footer-social__icon svg{width:12px!important;height:12px!important}.site-footer .footer-social__label,.site-footer .footer-social__arrow{display:none!important}.site-footer .footer-grid>div:nth-child(2),.site-footer .footer-grid>div:nth-child(3){display:none!important}.site-footer .footer-bottom{padding-top:9px!important;font-size:6px!important;line-height:1.4!important}}.product-safety-link{margin:0;padding:14px 0 0;font-size:10px;letter-spacing:.08em;text-transform:uppercase}.product-safety-link a{color:#bfa15c;text-decoration:none}.product-safety-link a:hover{text-decoration:underline}.safety-page{padding:88px 0 120px}.safety-page__inner{max-width:900px}.safety-page h1{font-family:var(--serif);font-size:clamp(48px,7vw,88px);font-weight:400;line-height:.95;margin:12px 0 22px;letter-spacing:-.04em}.safety-intro{max-width:620px;color:#aaa69e;font-size:14px;line-height:1.8;margin:0 0 60px}.safety-language{border-top:1px solid var(--border);padding:38px 0 42px}.safety-language h2{font-family:var(--serif);font-size:30px;font-weight:400;margin:0 0 28px;color:#eee9df}.safety-language h3{font-size:9px;letter-spacing:.18em;text-transform:uppercase;color:#bfa15c;margin:24px 0 9px}.safety-language p{max-width:760px;color:#99958d;font-size:13px;line-height:1.85;margin:0 0 12px}.safety-un{font-size:10px!important;letter-spacing:.14em;text-transform:uppercase;color:#ddd8cf!important;margin-top:28px!important}@media(max-width:749px){.safety-page{padding:48px 0 70px}.safety-page h1{font-size:48px}.safety-intro{font-size:12px;margin-bottom:38px}.safety-language{padding:28px 0 32px}.safety-language h2{font-size:26px}.safety-language p{font-size:12px;line-height:1.75}.product-safety-link{font-size:8px}}.info-page{padding:88px 0 120px}.info-page__inner{max-width:900px}.info-page h1{font-family:var(--serif);font-size:clamp(48px,7vw,88px);font-weight:400;line-height:.95;margin:12px 0 22px;letter-spacing:-.04em}.info-page__intro{max-width:640px;color:#aaa69e;font-size:14px;line-height:1.8;margin:0 0 58px}.info-block{border-top:1px solid var(--border);padding:34px 0 38px}.info-block--last{padding-bottom:0}.info-block__number{font-size:9px!important;letter-spacing:.18em;text-transform:uppercase;color:#bfa15c!important;margin:0 0 12px!important}.info-block h2{font-family:var(--serif);font-size:30px;font-weight:400;color:#eee9df;margin:0 0 18px}.info-block p{max-width:780px;color:#99958d;font-size:13px;line-height:1.85;margin:0 0 12px}.info-block p strong{color:#ddd8cf;font-weight:500}.info-block a{color:#bfa15c;text-decoration:none}.info-block a:hover{text-decoration:underline}.info-page .rte{color:#99958d;font-size:13px;line-height:1.85}.info-page .rte a{color:#bfa15c}@media(max-width:749px){.info-page{padding:48px 0 70px}.info-page h1{font-size:48px}.info-page__intro{font-size:12px;margin-bottom:38px}.info-block{padding:28px 0 32px}.info-block h2{font-size:26px}.info-block p,.info-page .rte{font-size:12px;line-height:1.75}}.contact-page{padding:88px 0 120px}.contact-page__inner{max-width:1100px}.contact-page__intro{max-width:760px}.contact-page h1{font-family:var(--serif);font-size:clamp(48px,7vw,88px);font-weight:400;line-height:.95;margin:12px 0 22px;letter-spacing:-.04em}.contact-page__intro>p:last-child{max-width:600px;color:#aaa69e;font-size:14px;line-height:1.8;margin:0 0 62px}.contact-page__grid{display:grid;grid-template-columns:.72fr 1.28fr;gap:90px;border-top:1px solid var(--border);padding-top:42px}.contact-page__details{display:flex;flex-direction:column;gap:34px}.contact-detail{padding-bottom:28px;border-bottom:1px solid rgba(242,239,233,.07)}.contact-detail span{display:block;font-size:9px;letter-spacing:.18em;text-transform:uppercase;color:#bfa15c;margin-bottom:10px}.contact-detail a{color:#eee9df;font-size:14px;text-decoration:none}.contact-detail a:hover{color:#bfa15c}.contact-detail p{max-width:360px;color:#99958d;font-size:12px;line-height:1.8;margin:0}.contact-form-wrap{background:#101010;border:1px solid rgba(200,169,107,.18);padding:34px}.contact-field-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.contact-field{margin-bottom:20px}.contact-field label{display:block;font-size:9px;letter-spacing:.16em;text-transform:uppercase;color:#aaa69e;margin-bottom:9px}.contact-field label span{color:#67635d;margin-left:5px;letter-spacing:.08em}.contact-field input,.contact-field textarea{width:100%;box-sizing:border-box;background:#0b0b0b;color:var(--text);border:1px solid var(--border);padding:14px 13px;font-family:var(--sans);font-size:12px;outline:0;border-radius:0}.contact-field textarea{resize:vertical;min-height:150px;line-height:1.7}.contact-field input:focus,.contact-field textarea:focus{border-color:#c8a96b8c}.contact-submit{min-height:52px;margin-top:4px}.contact-form-aevon .errors{margin:0 0 20px;padding:14px;border:1px solid rgba(200,169,107,.28);color:#c8c3ba;font-size:11px;line-height:1.6}.contact-success{min-height:360px;display:flex;flex-direction:column;justify-content:center}.contact-success__eyebrow{font-size:9px!important;letter-spacing:.18em;text-transform:uppercase;color:#bfa15c!important;margin:0 0 12px!important}.contact-success h2{font-family:var(--serif);font-size:44px;font-weight:400;margin:0 0 12px}.contact-success p:last-child{color:#99958d;font-size:12px;line-height:1.8;max-width:420px;margin:0}@media(max-width:749px){.contact-page{padding:48px 0 70px}.contact-page h1{font-size:48px}.contact-page__intro>p:last-child{font-size:12px;margin-bottom:38px}.contact-page__grid{grid-template-columns:1fr;gap:38px;padding-top:28px}.contact-page__details{gap:22px}.contact-detail{padding-bottom:20px}.contact-form-wrap{padding:22px}.contact-field-grid{grid-template-columns:1fr;gap:0}.contact-field{margin-bottom:16px}.contact-field input,.contact-field textarea{font-size:12px}.contact-success{min-height:300px}}.mobile-support-link{display:block!important;width:100%;box-sizing:border-box;border-top:1px solid var(--border);margin-top:6px;padding:16px 0;color:var(--text)!important;text-decoration:none!important;text-transform:uppercase;font-family:var(--sans);font-size:11px;letter-spacing:.18em}@media(min-width:901px){.mobile-support-link{display:none!important}}.support-page{padding:88px 0 120px}.support-page__inner{max-width:900px}.support-page h1{font-family:var(--serif);font-size:clamp(48px,7vw,88px);font-weight:400;line-height:.95;margin:12px 0 22px;letter-spacing:-.04em}.support-page__intro{max-width:620px;color:#aaa69e;font-size:14px;line-height:1.8;margin:0 0 58px}.support-links{border-top:1px solid var(--border)}.support-link{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:25px 0;border-bottom:1px solid var(--border);color:inherit;text-decoration:none}.support-link span{display:flex;flex-direction:column;gap:5px}.support-link small{font-size:8px;letter-spacing:.18em;color:#bfa15c}.support-link strong{font-family:var(--serif);font-size:25px;font-weight:400;color:#eee9df}.support-link em{font-style:normal;font-size:11px;color:#77736c;letter-spacing:.03em}.support-link b{font-size:20px;font-weight:300;color:#bfa15c;transition:transform .2s}.support-link:hover b{transform:translate(5px)}@media(max-width:749px){.support-page{padding:48px 0 70px}.support-page h1{font-size:48px}.support-page__intro{font-size:12px;margin-bottom:38px}.support-link{padding:20px 0}.support-link strong{font-size:21px}.support-link em{font-size:10px;line-height:1.5}.support-link b{font-size:18px}}.faq-page{padding:88px 0 120px}.faq-page__inner{max-width:900px}.faq-page h1{font-family:var(--serif);font-size:clamp(48px,7vw,88px);font-weight:400;line-height:.95;margin:12px 0 22px;letter-spacing:-.04em}.faq-page__intro{max-width:650px;color:#aaa69e;font-size:14px;line-height:1.8;margin:0 0 58px}.faq-list{border-top:1px solid var(--border)}.faq-group{padding:34px 0 42px;border-bottom:1px solid var(--border)}.faq-group--last{padding-bottom:0;border-bottom:0}.faq-group__label{font-size:9px!important;letter-spacing:.18em;text-transform:uppercase;color:#bfa15c!important;margin:0 0 10px!important}.faq-item{border-top:1px solid rgba(242,239,233,.08)}.faq-item:last-child{border-bottom:0}.faq-item summary{list-style:none;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:30px;padding:22px 0;color:#eee9df;font-family:var(--serif);font-size:22px;font-weight:400}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary:after{content:"+";font-family:var(--sans);font-size:18px;font-weight:300;color:#bfa15c;line-height:1;transition:transform .2s}.faq-item[open] summary:after{transform:rotate(45deg)}.faq-answer{padding:0 48px 23px 0}.faq-answer p{max-width:760px;color:#99958d;font-size:12px;line-height:1.85;margin:0}.faq-answer a{color:#bfa15c;text-decoration:none}.faq-answer a:hover{text-decoration:underline}@media(max-width:749px){.faq-page{padding:48px 0 70px}.faq-page h1{font-size:48px}.faq-page__intro{font-size:12px;margin-bottom:38px}.faq-group{padding:28px 0 32px}.faq-item summary{font-size:19px;padding:19px 0;gap:18px}.faq-answer{padding:0 20px 20px 0}.faq-answer p{font-size:12px;line-height:1.75}.faq-item summary:after{font-size:16px}}.product-reviews-v54{margin:70px 0 10px;padding:34px 0 8px;border-top:1px solid rgba(242,239,233,.12)}.product-reviews-v54__head{display:flex;align-items:flex-end;justify-content:space-between;gap:30px;margin-bottom:26px}.product-reviews-v54 h2{font-family:var(--serif);font-size:clamp(40px,4.5vw,64px);font-weight:400;line-height:.95;letter-spacing:-.035em;margin:0}.product-reviews-v54__summary{display:flex;align-items:center;gap:14px;color:#a8a49c;font-size:10px;letter-spacing:.12em;text-transform:uppercase;white-space:nowrap}.product-reviews-v54__stars{color:var(--gold);letter-spacing:.16em;font-size:13px}.product-reviews-v54__body{max-width:650px;color:#b9b5ae;font-size:13px;line-height:1.7}.product-reviews-v54__empty{display:flex;align-items:flex-start;gap:24px;max-width:720px;padding:28px 30px;background:linear-gradient(135deg,#f2efe90b,#f2efe904);border:1px solid rgba(242,239,233,.1)}.product-reviews-v54__quote{font-family:var(--serif);font-size:62px;line-height:.7;color:var(--gold);font-weight:400}.product-reviews-v54__empty h3{font-family:var(--serif);font-weight:400;font-size:25px;margin:0 0 9px;color:#f2efe9}.product-reviews-v54__empty p{margin:0;color:#aaa69f;font-size:12px;line-height:1.7;max-width:590px}@media(max-width:560px){.product-reviews-v54{margin:42px 0 0;padding-top:26px}.product-reviews-v54__head{display:block;margin-bottom:18px}.product-reviews-v54__summary{margin-top:12px;font-size:8px}.product-reviews-v54__stars{font-size:11px}.product-reviews-v54__empty{padding:20px;gap:15px}.product-reviews-v54__quote{font-size:45px}.product-reviews-v54__empty h3{font-size:20px}.product-reviews-v54__empty p{font-size:10px}}.product-review-form-v54{margin-top:28px;border-top:1px solid rgba(242,239,233,.1);max-width:720px}.product-review-form-v54>summary{list-style:none;cursor:pointer;padding:20px 0;color:#eee9df;font-family:var(--serif);font-size:22px;display:flex;justify-content:space-between;align-items:center}.product-review-form-v54>summary::-webkit-details-marker{display:none}.product-review-form-v54>summary span{font-family:var(--sans);color:var(--gold);font-size:18px}.product-review-form-v54[open]>summary span{transform:rotate(45deg)}.product-review-form-v54__form{padding:8px 0 10px}.product-review-form-v54__field{margin-bottom:20px}.product-review-form-v54__field label{display:block;font-size:9px;letter-spacing:.16em;text-transform:uppercase;color:#a8a49c;margin-bottom:8px}.product-review-form-v54__field input,.product-review-form-v54__field textarea{width:100%;box-sizing:border-box;background:#f2efe909;border:1px solid rgba(242,239,233,.12);color:#f2efe9;padding:13px 14px;font:inherit;font-size:12px;outline:none}.product-review-form-v54__field input:focus,.product-review-form-v54__field textarea:focus{border-color:#bfa15ca6}.product-review-form-v54__field textarea{resize:vertical;min-height:120px}.product-review-form-v54__grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.product-review-stars{display:flex;flex-direction:row;justify-content:flex-start;gap:3px;direction:rtl;width:max-content}.product-review-stars input{position:absolute;opacity:0;pointer-events:none}.product-review-stars label{cursor:pointer;font-size:28px!important;line-height:1;color:#4d4a45!important;letter-spacing:0!important;margin:0!important;transition:color .15s}.product-review-stars label:hover,.product-review-stars label:hover~label,.product-review-stars input:checked~label{color:var(--gold)!important}.product-review-stars__hint{font-size:10px;color:#77736c;margin:8px 0 0}.product-review-form-v54__submit{margin-top:2px}.product-review-form-v54__note{font-size:9px;color:#77736c;margin:10px 0 0}@media(max-width:560px){.product-review-form-v54>summary{font-size:19px;padding:18px 0}.product-review-form-v54__grid{grid-template-columns:1fr;gap:0}.product-review-stars label{font-size:25px!important}.product-review-form-v54__field input,.product-review-form-v54__field textarea{font-size:12px}}.aevon-judge-star-badge{margin:10px 0 18px;min-height:18px}.aevon-judge-star-badge .jdgm-prev-badge__text{color:#aaa69f;font-size:10px;letter-spacing:.08em;text-transform:uppercase}.aevon-judge-star-badge .jdgm-star{color:var(--gold)!important}.aevon-judge-reviews{margin:76px 0 20px;padding-top:34px;border-top:1px solid rgba(242,239,233,.12)}.aevon-judge-reviews .jdgm-widget{color:#f2efe9}.aevon-judge-reviews .jdgm-star{color:var(--gold)!important}.aevon-judge-reviews .jdgm-btn,.aevon-judge-reviews .jdgm-write-rev-link{background:var(--gold)!important;color:#080808!important;border-color:var(--gold)!important;border-radius:0!important}@media(max-width:560px){.aevon-judge-star-badge{margin:8px 0 16px}.aevon-judge-reviews{margin:46px 0 10px;padding-top:26px}}.aevon-bundle-teaser{margin:30px 0 0;padding:22px 22px 20px;border:1px solid rgba(200,169,107,.32);background:linear-gradient(135deg,#c8a96b12,#ffffff04);display:flex;align-items:center;justify-content:space-between;gap:24px}.aevon-bundle-teaser__eyebrow,.bundle-product__eyebrow,.bundle-summary__eyebrow{font-size:8px;letter-spacing:.22em;text-transform:uppercase;color:var(--gold);margin:0 0 7px}.aevon-bundle-teaser h2{font-family:var(--serif);font-size:27px;font-weight:400;margin:0 0 5px}.aevon-bundle-teaser__copy>p:last-child{margin:0;color:#97938b;font-size:11px;line-height:1.6;max-width:450px}.aevon-bundle-teaser__link{display:flex;align-items:center;gap:13px;white-space:nowrap;text-transform:uppercase;letter-spacing:.16em;font-size:9px;color:#eee9df}.aevon-bundle-teaser__link b{font-size:18px;font-weight:300;color:var(--gold);transition:transform .2s}.aevon-bundle-teaser__link:hover b{transform:translate(4px)}.aevon-bundle-teaser__tiers{display:flex;gap:7px;flex-shrink:0}.aevon-bundle-teaser__tiers a{min-width:82px;padding:11px 12px;border:1px solid rgba(242,239,233,.11);background:#ffffff05;display:flex;flex-direction:column;gap:4px;transition:.2s}.aevon-bundle-teaser__tiers a:hover{border-color:#c8a96b8c;background:#c8a96b12}.aevon-bundle-teaser__tiers strong{font-family:var(--serif);font-size:21px;font-weight:400;color:#e7e1d8}.aevon-bundle-teaser__tiers span{font-size:8px;text-transform:uppercase;letter-spacing:.11em;color:#7e7971}.aevon-bundle-teaser__tiers b{font-weight:400;color:var(--gold)}.bundle-page{padding-top:65px;padding-bottom:120px}.bundle-page__hero{display:grid;grid-template-columns:1.2fr .8fr;gap:70px;align-items:end;margin-bottom:58px}.bundle-page h1{font-family:var(--serif);font-size:clamp(56px,7vw,104px);font-weight:400;line-height:.9;letter-spacing:-.045em;margin:0 0 25px}.bundle-page__intro{max-width:590px;color:#aaa69f;font-size:14px;line-height:1.8;margin:0}.bundle-tiers{display:grid;grid-template-columns:1fr;gap:0;border-top:1px solid var(--border)}.bundle-tier{-webkit-appearance:none;appearance:none;border:0;border-bottom:1px solid var(--border);background:transparent;color:inherit;text-align:left;padding:16px 0;display:flex;align-items:center;gap:17px;cursor:pointer}.bundle-tier__number{font-size:8px;letter-spacing:.18em;color:#6f6b64;width:24px}.bundle-tier span:nth-child(2){display:flex;flex-direction:column;gap:4px}.bundle-tier strong{font-family:var(--serif);font-size:23px;font-weight:400;color:#dcd7ce}.bundle-tier small{font-size:9px;letter-spacing:.08em;color:#706c65;text-transform:uppercase}.bundle-tier small b{font-weight:400;color:var(--gold)}.bundle-tier.is-active{background:linear-gradient(90deg,rgba(200,169,107,.1),transparent);padding-left:14px}.bundle-tier.is-active .bundle-tier__number,.bundle-tier.is-active strong{color:var(--gold)}.bundle-builder{display:grid;grid-template-columns:1.4fr .6fr;gap:26px;align-items:start}.bundle-builder__products{display:grid;grid-template-columns:1fr 1fr;gap:18px}.bundle-product{border:1px solid rgba(242,239,233,.1);background:#101010;transition:border-color .25s,transform .25s}.bundle-product.is-selected{border-color:#c8a96b8c;transform:translateY(-2px)}.bundle-product__media{height:430px;display:flex;align-items:center;justify-content:center;padding:35px;background:radial-gradient(circle at 50% 45%,rgba(255,255,255,.04),transparent 58%)}.bundle-product__media img{width:100%;height:100%;object-fit:contain;mix-blend-mode:screen;filter:drop-shadow(0 18px 22px rgba(0,0,0,.45))}.bundle-product__info{padding:22px 22px 24px}.bundle-product__info h2{font-family:var(--serif);font-weight:400;font-size:37px;margin:0 0 3px}.bundle-product__info>div:first-child>p:last-child{color:#77736c;font-size:10px;text-transform:uppercase;letter-spacing:.13em;margin:0}.bundle-product__bottom{display:flex;justify-content:space-between;align-items:center;margin-top:23px;padding-top:17px;border-top:1px solid rgba(242,239,233,.08)}.bundle-product__bottom>strong{font-size:12px;color:#c8a96b;font-weight:400}.bundle-qty{display:flex;align-items:center;border:1px solid rgba(242,239,233,.14)}.bundle-qty button{width:35px;height:32px;background:transparent;border:0;color:#c8a96b;font-size:17px;cursor:pointer}.bundle-qty span{width:28px;text-align:center;font-size:10px;color:#f2efe9}.bundle-summary{position:sticky;top:28px;border:1px solid rgba(200,169,107,.32);background:linear-gradient(145deg,#c8a96b12,#ffffff04);padding:28px}.bundle-summary h2{font-family:var(--serif);font-weight:400;font-size:35px;line-height:1;margin:0}.bundle-summary__rows{margin:30px 0 20px;border-top:1px solid rgba(242,239,233,.1)}.bundle-summary__rows>div{display:flex;justify-content:space-between;gap:20px;padding:15px 0;border-bottom:1px solid rgba(242,239,233,.08);font-size:10px;color:#77736c}.bundle-summary__rows strong{font-weight:400;color:#d8d2c8}.bundle-summary__total span{font-family:var(--serif);font-size:18px;color:#ddd8cf}.bundle-summary__total strong{font-family:var(--serif);font-size:21px;color:var(--gold)}.bundle-summary__note{min-height:35px;color:#98938b;font-size:10px;line-height:1.6;margin:0 0 17px}.bundle-add{width:100%}.bundle-add:disabled{opacity:.42;cursor:not-allowed}.bundle-summary__micro{color:#66625c;font-size:8px;line-height:1.65;margin:12px 0 0}.bundle-how{display:grid;grid-template-columns:repeat(3,1fr);gap:35px;margin-top:75px;padding-top:28px;border-top:1px solid var(--border)}.bundle-how span{font-family:var(--serif);font-size:20px;color:var(--gold)}.bundle-how h3{font-family:var(--serif);font-size:23px;font-weight:400;margin:16px 0 6px}.bundle-how p{font-size:10px;color:#77736c;line-height:1.6;margin:0}@media(max-width:900px){.bundle-page__hero{grid-template-columns:1fr;gap:35px}.bundle-builder{grid-template-columns:1fr}.bundle-summary{position:static}.bundle-product__media{height:390px}.bundle-how{margin-top:55px}}@media(max-width:560px){.aevon-bundle-teaser{display:block;padding:18px}.aevon-bundle-teaser__tiers{margin-top:16px;display:grid;grid-template-columns:repeat(3,1fr)}.aevon-bundle-teaser__tiers a{min-width:0;padding:10px}.aevon-bundle-teaser__link{margin-top:16px}.bundle-page{padding-top:45px;padding-bottom:75px}.bundle-page h1{font-size:54px}.bundle-page__intro{font-size:12px}.bundle-page__hero{gap:28px;margin-bottom:35px}.bundle-tier{padding:13px 0}.bundle-tier strong{font-size:20px}.bundle-builder__products{grid-template-columns:1fr;gap:12px}.bundle-product__media{height:330px;padding:28px}.bundle-product__info{padding:18px}.bundle-product__info h2{font-size:32px}.bundle-summary{padding:22px}.bundle-summary h2{font-size:30px}.bundle-how{grid-template-columns:1fr;gap:25px;margin-top:45px}.bundle-how h3{margin-top:9px}}.bundle-product{cursor:pointer;transition:border-color .2s ease,transform .2s ease,opacity .2s ease}.bundle-product:hover{transform:translateY(-2px)}.bundle-product.is-selected{border-color:#c9a96e}.bundle-product__select{display:inline-flex;align-items:center;gap:8px;margin-left:12px;font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:#c9a96e}.bundle-product__select:before{content:"+";display:inline-grid;place-items:center;width:22px;height:22px;border:1px solid rgba(201,169,110,.55)}.bundle-product.is-selected .bundle-product__select:before{content:"\2713"}.bundle-tiers{grid-template-columns:1fr 1fr;gap:10px;border-top:0}.bundle-tier{border:1px solid var(--border);padding:18px 16px;background:#ffffff03;transition:.2s}.bundle-tier.is-active{border-color:#c8a96b99;padding-left:16px;background:linear-gradient(135deg,#c8a96b1f,#ffffff04)}.bundle-tier:hover{border-color:#c8a96b73}.bundle-builder__products{grid-template-columns:repeat(2,minmax(0,1fr));max-height:none}.bundle-product.is-unavailable{opacity:.48;cursor:not-allowed}.bundle-product__media{position:relative}.bundle-product__badge{position:absolute;top:18px;left:18px;padding:7px 9px;border:1px solid rgba(200,169,107,.4);background:#0a0a0ad1;font-size:8px;letter-spacing:.14em;text-transform:uppercase;color:var(--gold)}.bundle-summary__lead{margin:10px 0 0;color:#98938b;font-size:10px;line-height:1.65;max-width:300px}.bundle-progress{margin:24px 0 5px}.bundle-progress__track{height:3px;background:#f2efe914;overflow:hidden}.bundle-progress__track span{display:block;width:0;height:100%;background:var(--gold);transition:width .25s ease}.bundle-progress__labels{display:flex;justify-content:space-between;gap:12px;margin-top:9px;font-size:8px;letter-spacing:.1em;text-transform:uppercase;color:#6f6b64}.bundle-progress__labels span:last-child{color:var(--gold)}.bundle-summary__items{margin:18px 0 0;border-top:1px solid rgba(242,239,233,.1)}.bundle-summary__empty{display:flex;align-items:center;gap:11px;padding:17px 0;color:#6f6b64;font-size:9px;line-height:1.5}.bundle-summary__empty>span{display:grid;place-items:center;width:28px;height:28px;border:1px solid rgba(200,169,107,.35);color:var(--gold);font-size:15px}.bundle-summary__empty div{display:flex;flex-direction:column;gap:2px}.bundle-summary__empty strong{font-weight:400;color:#aaa59c}.bundle-summary__empty small{font-size:8px;color:#68645d}.bundle-summary__item{display:flex;justify-content:space-between;gap:12px;align-items:center;padding:14px 0;border-bottom:1px solid rgba(242,239,233,.08)}.bundle-summary__item-copy{display:flex;flex-direction:column;gap:3px;min-width:0}.bundle-summary__item-copy strong{font-family:var(--serif);font-size:18px;font-weight:400;color:#e0dbd2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.bundle-summary__item-copy small{font-size:8px;color:#706c65;letter-spacing:.06em}.bundle-summary__item-right{display:flex;align-items:center;gap:10px}.bundle-summary__item-right>strong{font-size:10px;font-weight:400;color:#c8a96b;min-width:48px;text-align:right}.bundle-summary__mini-qty{display:flex;align-items:center;border:1px solid rgba(242,239,233,.12)}.bundle-summary__mini-qty button{width:25px;height:25px;border:0;background:transparent;color:#c8a96b;cursor:pointer}.bundle-summary__mini-qty span{width:20px;text-align:center;font-size:9px}.bundle-summary__saving-row{background:#c8a96b0e;padding-left:9px!important;padding-right:9px!important}.bundle-summary__saving-row strong{color:var(--gold)}.bundle-product__bottom{position:relative}.bundle-product__select{order:2}.bundle-qty{order:3}@media(max-width:560px){.bundle-tiers{grid-template-columns:1fr 1fr}.bundle-builder__products{grid-template-columns:1fr}.bundle-summary__item-copy strong{font-size:16px}.bundle-summary__item-right{gap:7px}}.cart-summary-v12__pricing{margin:0 0 18px;border-top:1px solid rgba(242,239,233,.1)}.cart-summary-v12__pricing .cart-total-v12{border-bottom:1px solid rgba(242,239,233,.08)}.cart-total-v12--muted{color:#8e8a82!important}.cart-total-v12--muted strong{color:#b8b2a8!important;font-family:var(--sans)!important;font-size:12px!important}.cart-total-v12--saving{background:#c8a96b11;padding-left:10px!important;padding-right:10px!important}.cart-total-v12--saving span{color:var(--gold)!important}.cart-total-v12--saving strong{color:var(--gold)!important;font-family:var(--sans)!important;font-size:12px!important}.cart-saving-dot{display:inline-grid;place-items:center;width:17px;height:17px;margin-right:7px;border:1px solid rgba(200,169,107,.45);font-size:11px}.cart-total-v12--grand{padding-top:19px!important;border-bottom:0!important}.cart-total-v12--grand span{font-family:var(--serif)!important;font-size:19px!important;color:#eee9df!important}.cart-total-v12--grand strong{font-family:var(--serif)!important;font-size:23px!important;color:var(--gold)!important}.cart-bundle-saving-v12{display:flex;align-items:flex-start;gap:11px;margin:0 0 18px;padding:13px;border:1px solid rgba(200,169,107,.28);background:linear-gradient(135deg,#c8a96b17,#ffffff04)}.cart-bundle-saving-v12__icon{display:grid;place-items:center;flex:0 0 22px;width:22px;height:22px;border:1px solid rgba(200,169,107,.55);border-radius:50%;color:var(--gold);font-size:11px}.cart-bundle-saving-v12 strong{display:block;margin:0 0 3px;color:#e5dfd5;font-size:10px;letter-spacing:.09em;text-transform:uppercase;font-weight:400}.cart-bundle-saving-v12 p{margin:0;color:#858078;font-size:9px;line-height:1.55}@media(max-width:560px){.cart-bundle-saving-v12{padding:11px}.cart-total-v12--grand span{font-size:18px!important}.cart-total-v12--grand strong{font-size:21px!important}}.cart-summary-v12__card--premium{padding:30px;background:linear-gradient(145deg,#c8a96b13,#ffffff05 42%,#ffffff02);border-color:#c8a96b61;box-shadow:0 18px 55px #0000002e}.cart-summary-v12__header{display:flex;justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:24px;padding-bottom:21px;border-bottom:1px solid rgba(242,239,233,.1)}.cart-summary-v12__header .eyebrow{margin:0 0 7px}.cart-summary-v12__header h2{margin:0;font-family:var(--serif);font-size:29px;font-weight:400;line-height:1.05;color:#e9e3d9}.cart-summary-v12__count{flex:0 0 auto;margin-top:2px;padding:7px 9px;border:1px solid rgba(242,239,233,.12);color:#858078;font-size:8px;letter-spacing:.13em;text-transform:uppercase}.cart-bundle-saving-v12--hero{margin:0 0 22px;padding:14px;border-color:#c8a96b66;background:linear-gradient(135deg,#c8a96b21,#c8a96b09)}.cart-bundle-saving-v12--hero .cart-bundle-saving-v12__icon{background:#c8a96b14}.cart-bundle-saving-v12__copy{flex:1;min-width:0}.cart-bundle-saving-v12__topline{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:4px}.cart-bundle-saving-v12__topline strong{margin:0!important;color:#eee8de!important;font-size:9px!important;letter-spacing:.11em!important}.cart-bundle-saving-v12__topline span{flex:0 0 auto;color:var(--gold);font-size:7px;letter-spacing:.14em}.cart-bundle-saving-v12--hero p{color:#938d84;font-size:9px;line-height:1.55}.cart-summary-v12__pricing{margin-bottom:0}.cart-summary-v12__pricing .cart-total-v12{min-height:46px;box-sizing:border-box}.cart-total-v12--saving{position:relative}.cart-total-v12--saving.cart-total-v12--bundle-saving:after{content:"BUNDLE";margin-left:auto;color:#c8a96ba6;font-size:7px;letter-spacing:.13em}.cart-total-v12--grand{margin-top:3px;padding-top:22px!important}.cart-summary-v12__value{display:flex;justify-content:space-between;align-items:center;gap:15px;margin-top:17px;padding:12px 13px;border-top:1px solid rgba(200,169,107,.18);border-bottom:1px solid rgba(200,169,107,.18);background:#c8a96b06}.cart-summary-v12__value span{font-size:7px;letter-spacing:.16em;color:#706b63}.cart-summary-v12__value strong{font-size:9px;font-weight:400;color:var(--gold);white-space:nowrap}.cart-summary-v12__card--premium .cart-checkout-v12{margin-top:5px}@media(max-width:560px){.cart-summary-v12__card--premium{padding:22px}.cart-summary-v12__header h2{font-size:27px}.cart-summary-v12__header{margin-bottom:20px;padding-bottom:18px}.cart-bundle-saving-v12--hero{padding:12px;margin-bottom:18px}.cart-summary-v12__value{padding:11px 10px}}.bundle-editor-success{position:fixed;top:0;right:0;bottom:0;left:0;z-index:99999;display:none;align-items:center;justify-content:center;padding:20px;box-sizing:border-box}.bundle-editor-success.is-open{display:flex}.bundle-editor-success__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#000000b8;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.bundle-editor-success__card{position:relative;width:min(460px,100%);box-sizing:border-box;padding:32px;border:1px solid rgba(201,169,110,.38);background:#111;color:#fff;box-shadow:0 24px 80px #00000080}.bundle-editor-success__close{position:absolute;right:14px;top:10px;border:0;background:none;color:#cfc7b8;font-size:28px;line-height:1;cursor:pointer;padding:6px}.bundle-editor-success__eyebrow{margin:0 0 10px;font-size:10px;letter-spacing:.22em;color:#c9a96e;font-weight:700}.bundle-editor-success__card h2{margin:0 0 10px;font-size:30px;line-height:1.1;font-weight:600}.bundle-editor-success__lead{margin:0 0 24px;color:#cfc7b8;line-height:1.55}.bundle-editor-success__details{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid rgba(255,255,255,.12);border-bottom:1px solid rgba(255,255,255,.12);margin-bottom:24px}.bundle-editor-success__details div{padding:14px 10px}.bundle-editor-success__details div+div{border-left:1px solid rgba(255,255,255,.12)}.bundle-editor-success__details span{display:block;font-size:9px;text-transform:uppercase;letter-spacing:.15em;color:#8f8a82;margin-bottom:5px}.bundle-editor-success__details strong{font-size:16px;color:#fff}.bundle-editor-success__micro{margin:14px 0 0;text-align:center;font-size:10px;line-height:1.5;color:#77736d}@media(max-width:749px){.bundle-editor-success{padding:14px}.bundle-editor-success__card{padding:28px 20px}.bundle-editor-success__card h2{font-size:26px}.bundle-editor-success__details div{padding:12px 7px}}.cart-total-v12--muted.cart-total-v12--discounted strong{text-decoration:line-through;text-decoration-thickness:1px;text-decoration-color:#b8b2a8bf;text-underline-offset:3px}.cart-total-v12--saving{min-height:40px!important;padding:7px 9px!important;background:#c8a96b0b!important;border:1px solid rgba(200,169,107,.1)}.cart-total-v12--saving span{font-size:11px!important}.cart-total-v12--saving strong{font-size:11px!important;line-height:1!important}.cart-saving-dot{width:15px;height:15px;margin-right:6px;font-size:9px}.cart-total-v12--saving:after{font-size:6px;letter-spacing:.12em}@media(max-width:560px){.cart-total-v12--saving{min-height:38px!important;padding:6px 8px!important}.cart-total-v12--saving span,.cart-total-v12--saving strong{font-size:10px!important}.cart-saving-dot{width:14px;height:14px;margin-right:5px;font-size:8px}}.aevon-added-toast{position:fixed;right:24px;bottom:24px;z-index:99999;display:flex;align-items:center;gap:12px;width:min(390px,calc(100vw - 32px));box-sizing:border-box;padding:15px 16px;background:#0d0d0dfa;border:1px solid rgba(200,169,107,.42);box-shadow:0 22px 65px #00000085;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);transform:translateY(22px) scale(.97);opacity:0;pointer-events:none;transition:opacity .28s ease,transform .38s cubic-bezier(.2,.8,.2,1)}.aevon-added-toast.is-visible{opacity:1;transform:translateY(0) scale(1);pointer-events:auto}.aevon-added-toast__mark{width:28px;height:28px;flex:0 0 28px;display:grid;place-items:center;border:1px solid rgba(200,169,107,.72);border-radius:50%;color:var(--gold);font-size:11px}.aevon-added-toast__mark span{display:block;animation:aevonCheck .45s cubic-bezier(.2,.8,.2,1) both}@keyframes aevonCheck{0%{opacity:0;transform:scale(.4) rotate(-15deg)}to{opacity:1;transform:scale(1) rotate(0)}}.aevon-added-toast__copy{display:flex;flex-direction:column;gap:3px;min-width:0;flex:1}.aevon-added-toast__copy strong{font-family:var(--serif);font-weight:400;font-size:15px;color:var(--text);letter-spacing:.01em;line-height:1.15}.aevon-added-toast__copy small{display:block;color:#817b72;font-size:7px;line-height:1.3;letter-spacing:.07em;text-transform:uppercase;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.aevon-added-toast__link{flex:0 0 auto;color:var(--gold);font-size:8px;letter-spacing:.14em;text-transform:uppercase;border-bottom:1px solid rgba(200,169,107,.35);padding-bottom:4px;white-space:nowrap}.buy-button-v10.is-adding{opacity:.72;transform:scale(.985);transition:opacity .2s ease,transform .2s ease}.buy-button-v10.is-added{box-shadow:0 0 0 1px #c8a96b80,0 8px 28px #c8a96b24;transform:scale(1.015);transition:box-shadow .25s ease,transform .25s ease}@media(max-width:560px){.aevon-added-toast{left:12px;right:12px;bottom:12px;width:auto;padding:12px;gap:9px}.aevon-added-toast__copy strong{font-size:13px}.aevon-added-toast__copy small{font-size:6.5px;max-width:100%;letter-spacing:.055em}.aevon-added-toast__link{font-size:6.5px;letter-spacing:.11em;padding-bottom:3px}.aevon-added-toast__mark{width:24px;height:24px;flex-basis:24px;font-size:10px}}.product-price-row-v10{display:flex;align-items:center;justify-content:space-between;gap:20px;padding-bottom:28px;border-bottom:1px solid var(--border)}.product-price-row-v10 .product-price-v10{display:flex;align-items:baseline;gap:10px;padding:0;border:0;margin:0;white-space:nowrap}.product-price-v10__compare,.product-card__compare{color:#77736c;text-decoration:line-through;text-decoration-thickness:1px;text-underline-offset:3px;font-family:var(--serif)}.product-price-v10__compare{font-size:17px}.product-price-v10__sale{color:#f0ece3;font-family:var(--serif)}.product-price-v10__sale{font-size:25px}.product-price-row-v10 .aevon-judge-star-badge{margin:0;flex:0 0 auto;display:flex;align-items:center;justify-content:flex-end;min-width:0}.product-price-row-v10 .jdgm-prev-badge{display:flex!important;align-items:center;white-space:nowrap}.product-price-row-v10 .jdgm-star{font-size:12px!important;letter-spacing:1px!important}.product-price-row-v10 .jdgm-prev-badge__text{font-size:8px!important;color:#8d887f!important;letter-spacing:.08em!important;margin-left:5px}.product-mobile-description-v10{display:none}.product-inspired-v10{margin:0 0 24px;color:#aaa69e;font-size:11px;line-height:1.6;letter-spacing:.04em}.product-inspired-v10 strong{color:#c8a96b;font-weight:400;text-transform:uppercase;letter-spacing:.14em;font-size:8px;margin-right:6px}.product-card__reviews{margin-top:8px;min-height:13px}.product-card__reviews .jdgm-prev-badge{display:flex!important;align-items:center}.product-card__reviews .jdgm-star{font-size:10px!important;letter-spacing:.5px!important}.product-card__reviews .jdgm-prev-badge__text{font-size:7px!important;color:#817c74!important;letter-spacing:.05em!important;margin-left:4px}.product-card__price{display:flex;align-items:baseline;gap:7px;white-space:nowrap}.product-card__compare{font-size:10px}.product-card__sale{font-size:12px;color:var(--gold)}.header-cart{display:inline-flex;align-items:center;gap:7px}.header-cart__icon{width:18px;height:18px;display:block;color:currentColor}.header-cart .cart-count{font-size:9px;line-height:1;min-width:12px}.product-image-modal__media{position:relative;z-index:2;width:100%;height:100%;display:flex;align-items:center;justify-content:center;touch-action:pan-y;overflow:hidden}.product-image-modal__nav{position:absolute;z-index:4;top:50%;transform:translateY(-50%);width:40px;height:40px;border:1px solid rgba(200,169,107,.38);background:#101010db;color:#eee8de;border-radius:50%;font-size:30px;line-height:1;display:grid;place-items:center;cursor:pointer;padding:0}.product-image-modal__nav:hover{color:var(--gold);border-color:#c8a96bb3}.product-image-modal__nav--prev{left:12px}.product-image-modal__nav--next{right:12px}.product-image-modal__counter{position:absolute;z-index:4;left:50%;bottom:12px;transform:translate(-50%);font-size:7px;letter-spacing:.18em;color:#8d887f;text-transform:uppercase}@media(max-width:560px){body.template-product .site-header,body.template-collection .site-header{position:sticky;top:0;z-index:90}.header-cart__icon{width:19px;height:19px}.header-cart{gap:5px}.product-price-row-v10{gap:10px;padding-bottom:13px;margin-bottom:15px;align-items:center}.product-price-row-v10 .product-price-v10{gap:7px}.product-price-v10__compare{font-size:14px}.product-price-v10__sale{font-size:21px}.product-price-row-v10 .jdgm-star{font-size:9px!important;letter-spacing:.5px!important}.product-price-row-v10 .jdgm-prev-badge__text{font-size:6px!important;margin-left:3px}.product-mobile-description-v10{display:block;color:#aaa69e;font-size:12px;line-height:1.7;margin:0 0 13px}.product-mobile-description-v10 p{margin:0 0 9px}.product-positioning{display:block!important;font-size:17px!important;line-height:1.2;margin:0 0 8px!important}.product-lead{display:block!important;font-size:12px!important;line-height:1.7!important;margin:0 0 12px!important;color:#aaa69e!important}.product-inspired-v10{display:block;margin:0 0 18px;font-size:10px;line-height:1.5}.product-inspired-v10 strong{font-size:7px}.product-details-v10__top,.product-benefits-v10,.product-story-v10{display:none!important}.product-card__info{display:block!important}.product-card__info>div:first-child{min-width:0}.product-card__price{margin-top:8px}.product-card__compare{font-size:9px}.product-card__sale{font-size:11px}.product-card__reviews{margin-top:6px}.product-card__reviews .jdgm-star{font-size:8px!important}.product-card__reviews .jdgm-prev-badge__text{font-size:6px!important}body.template-product .product-image-modal{display:flex!important;z-index:200;padding:12px!important}body.template-product .product-image-modal__dialog{width:100%!important;height:min(82vh,700px)!important;padding:44px 12px 28px!important;overflow:hidden}body.template-product .product-image-modal__media{cursor:grab}body.template-product .product-image-modal__media:active{cursor:grabbing}body.template-product .product-image-modal__nav{width:34px;height:34px;font-size:25px}body.template-product .product-image-modal__nav--prev{left:8px}body.template-product .product-image-modal__nav--next{right:8px}body.template-product .product-image-modal__counter{bottom:9px;font-size:6px}}.header-actions{flex-wrap:nowrap;white-space:nowrap;align-items:center;margin-left:auto;min-width:max-content}.header-actions>*{flex:0 0 auto}.region-selector,.header-search,.header-cart{white-space:nowrap}.aevon-jm-fallback{display:inline-flex;align-items:center;gap:5px;color:#c8a96b9e;white-space:nowrap}.aevon-jm-fallback>span{font-size:10px;letter-spacing:1px;line-height:1}.aevon-jm-fallback small{font-size:7px;color:#817b72;letter-spacing:.05em;text-transform:uppercase}.aevon-judge-star-badge:has(.jdgm-prev-badge) .aevon-jm-fallback{display:none}.product-image-modal__media{perspective:900px}.product-image-modal__media img{will-change:transform,opacity;backface-visibility:hidden}@media(max-width:1100px)and (min-width:901px){.header__inner{gap:18px}.desktop-nav{gap:22px}.header-actions{gap:13px}.brand-logo img{width:68px;height:68px}}@media(max-width:560px){.header-actions{gap:9px;min-width:0}.header-actions a{white-space:nowrap}body.aevon-mobile-header-floating .site-header{position:fixed;top:0;left:0;right:0;width:100%;z-index:200;background:#080808f7;box-shadow:0 10px 30px #0000003d}body.aevon-mobile-header-floating main{padding-top:70px}.product-price-row-v10 .aevon-jm-fallback{gap:3px}.product-price-row-v10 .aevon-jm-fallback>span{font-size:8px;letter-spacing:.5px}.product-price-row-v10 .aevon-jm-fallback small{font-size:5.5px}.product-card__reviews .aevon-jm-fallback>span{font-size:8px}.product-card__reviews .aevon-jm-fallback small{font-size:5.5px}.product-image-modal__media img{transition:none!important}}html.aevon-cart-updating .cart-section-v12{pointer-events:none;opacity:.72;transition:opacity .18s ease}@media(max-width:560px){html,body{height:auto!important;overflow-x:hidden!important;overflow-y:auto!important}body.template-index{height:auto!important;overflow:visible!important;background:#080808!important}body.template-index main{height:auto!important;overflow:visible!important}body.template-index .trust-strip,body.template-index .collection-feature,body.template-index .manifesto,body.template-index .editorial-aevon,body.template-index .bestseller,body.template-index footer{display:block!important}body.template-index .hero--signature{height:720px!important;min-height:720px!important;overflow:hidden!important;background:radial-gradient(ellipse 72% 48% at 50% 67%,rgba(174,132,65,.17) 0%,rgba(174,132,65,.065) 30%,transparent 66%),radial-gradient(circle at 50% 22%,rgba(255,255,255,.035),transparent 38%),linear-gradient(180deg,#171513,#0d0c0b 48%,#060606)!important;border-bottom:1px solid rgba(200,169,107,.18)}body.template-index .hero--signature:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,rgba(255,255,255,.025),transparent 18%),radial-gradient(circle at 50% 78%,rgba(200,169,107,.07),transparent 32%);pointer-events:none;z-index:1}body.template-index .hero-signature__inner{min-height:720px!important;height:720px!important;width:100%!important;display:block!important;position:relative!important;z-index:2}body.template-index .hero-signature__copy{width:100%!important;padding:42px 22px 0!important;text-align:center!important;display:flex!important;flex-direction:column!important;align-items:center!important;position:relative!important;z-index:7!important}body.template-index .hero-signature__copy .eyebrow{font-size:7px!important;letter-spacing:.25em!important;margin:0 0 13px!important}body.template-index .hero-signature__copy h1{font-size:49px!important;line-height:.91!important;letter-spacing:-.045em!important;max-width:330px!important;margin:0 0 14px!important}body.template-index .hero-signature__sub{font-size:11px!important;line-height:1.6!important;max-width:290px!important;color:#aaa59c!important;margin:0 auto 17px!important}body.template-index .hero-signature__actions{display:block!important;margin:0!important}body.template-index .hero-signature__actions .btn--gold{min-width:155px!important;min-height:43px!important;padding:0 20px!important;font-size:7px!important;letter-spacing:.19em!important;box-shadow:0 12px 35px #00000040}body.template-index .hero-signature__shipping{margin:14px 0 0!important;justify-content:center!important;gap:9px!important;font-size:6px!important;letter-spacing:.12em!important;color:#716d66!important}body.template-index .hero-signature__shipping span+span{padding-left:9px!important}body.template-index .hero-signature__products{left:50%!important;right:auto!important;top:320px!important;bottom:auto!important;width:700px!important;height:760px!important;transform:translate(-50%) scale(.47)!important;transform-origin:center top!important;z-index:4!important}body.template-index .hero-signature__product--savage{right:305px!important}body.template-index .hero-signature__product--billion{right:35px!important}body.template-index .hero-signature__ground{left:7%!important;right:7%!important;bottom:30px!important}body.template-index .hero-signature__ambient--one{width:300px!important;height:300px!important;right:50%!important;top:390px!important;transform:translate(50%)!important;filter:blur(65px)!important;opacity:.13!important}body.template-index .hero-signature__ambient--two{display:block!important;width:180px!important;height:180px!important;right:auto!important;left:-75px!important;bottom:80px!important;opacity:.035!important}body.template-index .hero-signature__scroll{display:block!important;bottom:14px!important;font-size:6px!important;letter-spacing:.22em!important;color:#625e57!important;z-index:8!important}body.template-index .trust-strip--luxury{background:#0c0c0c!important;border-top:0!important;border-bottom:1px solid rgba(242,239,233,.08)!important}body.template-index .trust-strip--luxury .trust-strip__grid{grid-template-columns:repeat(3,1fr)!important;padding:0!important}body.template-index .trust-strip--luxury .trust-item{min-height:84px!important;padding:15px 5px!important;display:flex!important;flex-direction:column!important;justify-content:center!important;align-items:center!important;text-align:center!important;gap:6px!important}body.template-index .trust-strip--luxury .trust-item+.trust-item{border-left:1px solid rgba(242,239,233,.08)!important;border-top:0!important}body.template-index .trust-strip--luxury .trust-item__mark{display:grid!important;width:20px!important;height:20px!important;flex-basis:20px!important;margin:0!important;font-size:7px!important}body.template-index .trust-strip--luxury .trust-item strong{font-size:8px!important;line-height:1.25!important;margin:0!important}body.template-index .trust-strip--luxury .trust-item p{display:none!important}body.template-index .signature-collection{padding:58px 0 64px!important;background:linear-gradient(180deg,#0b0b0b,#10100f)!important}body.template-index .signature-collection .page-width{width:calc(100% - 30px)!important}body.template-index .signature-collection__intro{margin:0 0 28px!important}body.template-index .signature-collection__intro .eyebrow{font-size:7px!important;letter-spacing:.22em!important;margin-bottom:9px!important}body.template-index .signature-collection__intro h2{font-size:39px!important;line-height:.94!important;max-width:300px!important}body.template-index .signature-collection__intro-copy{display:block!important;font-size:10px!important;line-height:1.65!important;max-width:300px!important;margin:12px 0 0!important;color:#858079!important}body.template-index .signature-grid{grid-template-columns:1fr!important;gap:16px!important}body.template-index .signature-product{box-shadow:0 18px 45px #00000038!important;border:1px solid rgba(242,239,233,.07)!important}body.template-index .signature-product__topline{padding:11px 12px!important;font-size:6px!important}body.template-index .signature-product__image{height:300px!important;padding:20px!important;background:radial-gradient(circle at 50% 44%,#29251e 0,#171512 27%,#0d0d0d 70%,#0b0b0b)!important}body.template-index .signature-product__image img{max-width:70%!important}body.template-index .signature-product__halo{width:145px!important;height:145px!important;filter:blur(26px)!important}body.template-index .signature-product__meta{padding:17px 14px 8px!important}body.template-index .signature-product__type{display:none!important}body.template-index .signature-product__meta h3{font-size:29px!important;line-height:1!important;margin:0 0 5px!important}body.template-index .signature-product__buyline{font-size:7px!important;margin:0!important;gap:8px!important}body.template-index .signature-product__buyline span+span{padding-left:8px!important}body.template-index .signature-product__description,body.template-index .signature-product__notes,body.template-index .signature-product__cta{display:none!important}body.template-index .signature-mobile-buy{display:block!important;padding:8px 14px 14px!important}body.template-index .signature-mobile-buy .btn{min-height:42px!important;font-size:7px!important}body.template-index .manifesto--luxury{padding:66px 0 70px!important;background:radial-gradient(circle at 85% 20%,rgba(200,169,107,.075),transparent 28%),#090909!important}body.template-index .manifesto__grid{gap:27px!important}body.template-index .manifesto__intro{display:flex!important;justify-content:space-between!important;align-items:center!important}body.template-index .manifesto__intro .eyebrow{font-size:7px!important}body.template-index .manifesto__number{font-size:6px!important}body.template-index .manifesto__statement h2{font-size:43px!important;line-height:.96!important;max-width:330px!important;margin-bottom:26px!important}body.template-index .manifesto__rule{width:52px!important;margin-bottom:22px!important}body.template-index .manifesto__text{font-size:11px!important;line-height:1.8!important;max-width:310px!important;margin-bottom:24px!important}body.template-index .manifesto__link{font-size:7px!important;letter-spacing:.16em!important}body.template-index .editorial--story{display:flex!important;flex-direction:column!important;min-height:0!important;background:#0d0d0d!important}body.template-index .editorial--story .editorial__media{min-height:330px!important;height:330px!important;order:1!important;background:radial-gradient(circle at 50% 48%,#30291e,#101010 62%)!important}body.template-index .editorial--story .editorial__media:after{background:linear-gradient(0deg,rgba(8,8,8,.45),transparent 55%)!important}body.template-index .editorial--story .editorial__content{order:2!important;padding:42px 15px 48px!important;background:radial-gradient(circle at 50% 0,rgba(200,169,107,.07),transparent 38%),#0e0e0e!important}body.template-index .editorial--story .editorial__content .eyebrow{font-size:7px!important;margin-bottom:10px!important}body.template-index .editorial--story .editorial__content h2{font-size:42px!important;line-height:.95!important;margin-bottom:19px!important;max-width:320px!important}body.template-index .editorial--story .editorial__content>p:not(.eyebrow){font-size:11px!important;line-height:1.75!important;max-width:310px!important;margin-bottom:24px!important}body.template-index .editorial--story .btn{min-height:42px!important;font-size:7px!important}body.template-index .editorial__signature{margin-top:35px!important;padding-top:14px!important;font-size:10px!important}body.template-index .editorial__signature span{font-size:6px!important}body.template-index .editorial__index{top:17px!important;left:15px!important;font-size:6px!important}body.template-index .bestseller{min-height:0!important;background:#080808!important}body.template-index .bestseller__visual{height:420px!important;min-height:420px!important;padding:30px 15px!important;box-sizing:border-box!important;background:radial-gradient(circle at 50% 50%,#29231a 0,#12110f 42%,#080808 76%)!important}body.template-index .bestseller__visual img{display:block!important;height:360px!important;width:auto!important;max-width:88%!important;max-height:360px!important;object-fit:contain!important;object-position:center!important}body.template-index .bestseller__halo{width:230px!important;height:230px!important}body.template-index .bestseller__index{top:17px!important;left:15px!important;font-size:6px!important}body.template-index .bestseller__copy{padding:40px 15px 55px!important;border-top:1px solid rgba(242,239,233,.08)!important}body.template-index .bestseller__copy .eyebrow{font-size:7px!important;margin-bottom:10px!important}body.template-index .bestseller__copy h2{font-size:58px!important;line-height:.9!important;margin:0 0 14px!important}body.template-index .bestseller__tagline{font-size:17px!important;line-height:1.15!important;max-width:290px!important;margin-bottom:12px!important}body.template-index .bestseller__body{font-size:10px!important;line-height:1.7!important;max-width:305px!important;margin-bottom:20px!important}body.template-index .bestseller__meta{font-size:7px!important;gap:13px!important;margin-bottom:19px!important;padding-top:12px!important;max-width:305px!important}body.template-index .bestseller__copy .btn{min-height:43px!important;font-size:7px!important}}
/*# sourceMappingURL=/cdn/shop/t/94/assets/aevon.css.map */
