:root{--bg:#0f0c0a;--bg2:#17110d;--card:#1f1712;--text:#f6efe6;--muted:#cfc2b3;--gold:#c9a45c;--line:rgba(201,164,92,.25);--white:#fff}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,Arial,sans-serif}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.page-width{width:min(1180px,92vw);margin:0 auto}.announcement{background:var(--gold);color:#1a110a;text-align:center;font-size:13px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:10px 12px}.header{position:sticky;top:0;z-index:20;background:#0f0c0ae6;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid var(--line)}.header__inner{height:74px;display:flex;align-items:center;justify-content:space-between;gap:20px}.brand{font-family:Georgia,serif;font-size:24px;letter-spacing:.14em;text-transform:uppercase;color:var(--gold)}.brand--logo img{height:58px;width:auto;max-width:190px;object-fit:contain}.nav{display:flex;gap:26px;align-items:center;font-size:13px;text-transform:uppercase;letter-spacing:.11em}.nav a{opacity:.9}.nav a:hover{color:var(--gold)}.header-actions{display:flex;align-items:center;gap:10px}.search-link,.cart-link{border:1px solid var(--line);padding:10px 14px;border-radius:999px;text-transform:uppercase;font-size:12px;letter-spacing:.1em}.search-link{background:var(--gold);color:#160f09;font-weight:800}.hero{min-height:72vh;display:flex;align-items:center;position:relative;overflow:hidden;background:radial-gradient(circle at 72% 30%,rgba(201,164,92,.22),transparent 34%),linear-gradient(115deg,#0f0c0a,#1d140f 53%,#080605)}.hero:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#0f0c0afa,#0f0c0a8c,#0f0c0a33)}.hero__inner{position:relative;z-index:1;display:grid;grid-template-columns:1.05fr .95fr;gap:40px;align-items:center;padding:76px 0}.eyebrow{color:var(--gold);text-transform:uppercase;letter-spacing:.22em;font-size:12px;font-weight:700}.hero h1{font-family:Georgia,serif;font-size:clamp(46px,7vw,86px);line-height:.95;margin:14px 0 18px;text-transform:uppercase}.hero p{font-size:18px;line-height:1.7;color:var(--muted);max-width:560px}.btns{display:flex;gap:14px;flex-wrap:wrap;margin-top:30px}.button{display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--gold);background:var(--gold);color:#160f09;border-radius:999px;padding:14px 22px;font-weight:800;text-transform:uppercase;font-size:12px;letter-spacing:.12em}.button--ghost{background:transparent;color:var(--text)}.bottle-card{border:1px solid var(--line);border-radius:28px;min-height:430px;background:linear-gradient(150deg,#ffffff14,#ffffff05);box-shadow:0 30px 80px #00000059;display:grid;place-items:center;padding:30px}.logo-card img{max-width:min(420px,90%);height:auto;filter:drop-shadow(0 22px 40px rgba(0,0,0,.55))}.logo-card--small img{max-width:330px}.footer-logo{width:180px;height:auto;margin-bottom:12px}.bottle{width:180px;height:260px;border:2px solid rgba(201,164,92,.55);border-radius:34px 34px 18px 18px;position:relative;background:linear-gradient(135deg,#c9a45c59,#ffffff14);box-shadow:inset 0 0 60px #ffffff0f}.bottle:before{content:"";position:absolute;top:-58px;left:55px;width:70px;height:58px;border:2px solid rgba(201,164,92,.55);border-bottom:0;border-radius:12px 12px 0 0;background:#15100d}.bottle:after{content:"EAU DE PARFUM";position:absolute;left:18px;right:18px;top:108px;text-align:center;color:var(--gold);font-family:Georgia,serif;font-size:15px;letter-spacing:.14em}.section{padding:76px 0}.section--alt{background:var(--bg2)}.section-title{font-family:Georgia,serif;text-align:center;text-transform:uppercase;font-size:clamp(30px,4vw,48px);letter-spacing:.06em;margin:0 0 14px}.section-subtitle{text-align:center;color:var(--muted);max-width:640px;margin:0 auto 40px;line-height:1.7}.grid{display:grid;gap:22px}.grid--3{grid-template-columns:repeat(3,1fr)}.grid--4{grid-template-columns:repeat(4,1fr)}.category{min-height:260px;border:1px solid var(--line);border-radius:24px;padding:28px;background:linear-gradient(145deg,#c9a45c21,#ffffff08);display:flex;flex-direction:column;justify-content:flex-end}.category h3{font-family:Georgia,serif;font-size:28px;margin:0 0 8px}.category p,.product-card p{color:var(--muted);line-height:1.5}.product-card{background:var(--card);border:1px solid var(--line);border-radius:22px;overflow:hidden}.product-media{aspect-ratio:1;background:radial-gradient(circle,#c9a45c33,#ffffff08);display:grid;place-items:center}.product-card .bottle{transform:scale(.52)}.product-info{padding:18px}.product-info h3{margin:0 0 6px;font-size:16px}.price{color:var(--gold);font-weight:800}.about{display:grid;grid-template-columns:.9fr 1.1fr;gap:36px;align-items:center}.about-box{min-height:360px;border-radius:28px;border:1px solid var(--line);background:radial-gradient(circle at 50% 40%,rgba(201,164,92,.23),transparent 35%),linear-gradient(135deg,#ffffff14,#ffffff05);display:grid;place-items:center}.about-text p{color:var(--muted);line-height:1.85}.footer{background:#080605;border-top:1px solid var(--line);padding:54px 0 28px;color:var(--muted)}.footer-grid{display:grid;grid-template-columns:1.2fr .8fr .8fr;gap:28px}.footer h3,.footer h4{color:var(--text);font-family:Georgia,serif;text-transform:uppercase;letter-spacing:.08em}.footer a{display:block;margin:10px 0;color:var(--muted)}.newsletter input{width:100%;padding:14px;border-radius:999px;border:1px solid var(--line);background:#130f0c;color:var(--text);margin-bottom:12px}.collection-title{padding:56px 0;text-align:center;background:var(--bg2)}.product-page{display:grid;grid-template-columns:1fr 1fr;gap:44px;padding:70px 0}.product-main-media{border:1px solid var(--line);border-radius:28px;background:var(--card);padding:40px;display:grid;place-items:center}.product-main-info h1{font-family:Georgia,serif;font-size:44px;margin:0 0 16px}.quantity{margin:20px 0}.quantity input{width:80px;padding:12px;background:#130f0c;color:var(--text);border:1px solid var(--line);border-radius:10px}.rte{line-height:1.8;color:var(--muted)}@media(max-width:900px){.nav{display:none}.header-actions{gap:8px}.search-link,.cart-link{padding:9px 11px;font-size:11px}.hero__inner,.about,.product-page{grid-template-columns:1fr}.hero{min-height:auto}.bottle-card{min-height:330px}.grid--3,.grid--4,.footer-grid{grid-template-columns:1fr}.hero h1{font-size:44px}}:root{--bg:#090705;--bg2:#130d09;--card:#1a120d;--text:#f9f1e5;--muted:#d2c1ad;--gold:#d6b56d;--gold2:#8f6a2e;--line:rgba(214,181,109,.28);--white:#fff}.header{background:linear-gradient(180deg,#090705f5,#090705db);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);box-shadow:0 18px 45px #00000047}.nav-dropdown{position:relative;padding:26px 0}.nav-dropdown__trigger:after{content:"";display:inline-block;margin-left:8px;border-left:4px solid transparent;border-right:4px solid transparent;border-top:5px solid var(--gold);vertical-align:middle}.nav-dropdown__menu{position:absolute;top:68px;left:50%;transform:translate(-50%) translateY(10px);min-width:210px;padding:12px;background:#0c0907f5;border:1px solid rgba(214,181,109,.45);border-radius:18px;box-shadow:0 24px 60px #0000007a,inset 0 1px #ffffff0f;opacity:0;visibility:hidden;pointer-events:none;transition:all .22s ease;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.nav-dropdown__menu:before{content:"";position:absolute;top:-7px;left:50%;width:12px;height:12px;transform:translate(-50%) rotate(45deg);background:#0c0907f5;border-left:1px solid rgba(214,181,109,.45);border-top:1px solid rgba(214,181,109,.45)}.nav-dropdown:hover .nav-dropdown__menu,.nav-dropdown:focus-within .nav-dropdown__menu{opacity:1;visibility:visible;pointer-events:auto;transform:translate(-50%) translateY(0)}.nav-dropdown__menu a{display:block;padding:13px 16px;border-radius:12px;color:var(--text);letter-spacing:.13em}.nav-dropdown__menu a:hover{background:linear-gradient(90deg,#d6b56d33,#ffffff08);color:var(--gold)}.hero{background:radial-gradient(circle at 72% 30%,rgba(214,181,109,.24),transparent 34%),radial-gradient(circle at 15% 85%,rgba(143,106,46,.18),transparent 30%),linear-gradient(115deg,#090705,#21150e 53%,#050403)}.hero:after{box-shadow:inset 0 -120px 120px #00000047}.section-title{text-shadow:0 10px 34px rgba(0,0,0,.38);letter-spacing:.08em}.category{box-shadow:0 24px 70px #00000038;transition:transform .22s ease,border-color .22s ease}.category:hover{transform:translateY(-5px);border-color:#d6b56d9e}.product-card{box-shadow:0 18px 55px #0000003d;transition:transform .22s ease,border-color .22s ease}.product-card:hover{transform:translateY(-4px);border-color:#d6b56d94}.button{box-shadow:0 12px 34px #d6b56d2e}.button--ghost{box-shadow:none}.bottle-card,.about-box{box-shadow:0 28px 90px #00000052,inset 0 1px #ffffff0f}.hero h1{background:linear-gradient(90deg,#fff7ea,#d6b56d 52%,#fff2d0);-webkit-background-clip:text;background-clip:text;color:transparent;text-shadow:none}.button{transition:transform .22s ease,box-shadow .22s ease,background .22s ease,color .22s ease}.button:hover{transform:translateY(-2px);box-shadow:0 18px 48px #d6b56d47;background:#efd08a}.button--ghost:hover{background:#d6b56d1f;color:var(--gold);box-shadow:0 14px 40px #00000038}.search-link,.cart-link{transition:all .22s ease}.search-link:hover,.cart-link:hover{transform:translateY(-2px);border-color:#d6b56db3}.product-media,.category,.bottle-card{position:relative;overflow:hidden}.product-media:after,.category:after,.bottle-card:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(120deg,transparent 0%,rgba(255,255,255,.07) 45%,transparent 70%);transform:translate(-120%);transition:transform .7s ease}.product-card:hover .product-media:after,.category:hover:after,.bottle-card:hover:after{transform:translate(120%)}.hero-shop-link{display:inline-flex;margin-top:30px;min-width:190px;justify-content:center}.shop-options-page{padding:76px 0 88px;background:radial-gradient(circle at 50% 0,rgba(214,181,109,.14),transparent 34%),var(--bg);min-height:70vh}.shop-options-heading{text-align:center;max-width:760px;margin:0 auto 42px}.shop-options-heading h1{font-family:Georgia,serif;font-size:clamp(42px,6vw,82px);line-height:.95;margin:12px 0 18px;background:linear-gradient(90deg,#fff4dd,#d6b56d,#fff1c2);-webkit-background-clip:text;background-clip:text;color:transparent;text-transform:uppercase;letter-spacing:.04em}.shop-options-heading p:last-child{color:var(--muted);font-size:18px}.shop-options-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.shop-option-card{position:relative;min-height:260px;padding:28px;border:1px solid rgba(214,181,109,.38);border-radius:28px;background:linear-gradient(145deg,#ffffff0e,#ffffff04);box-shadow:0 28px 70px #00000047,inset 0 1px #ffffff0f;overflow:hidden;display:flex;flex-direction:column;justify-content:flex-end;color:var(--text);transition:transform .25s ease,border-color .25s ease,background .25s ease}.shop-option-card:before{content:"";position:absolute;inset:-40% -20% auto auto;width:180px;height:180px;border-radius:50%;background:#d6b56d29;filter:blur(14px);transition:.25s ease}.shop-option-card span{position:absolute;top:22px;left:26px;color:var(--gold);font-weight:800;letter-spacing:.18em;font-size:12px}.shop-option-card h2{font-family:Georgia,serif;font-size:30px;line-height:1;margin:0 0 12px;text-transform:uppercase;color:#f6e7c0}.shop-option-card p{color:var(--muted);margin:0;line-height:1.55}.shop-option-card:hover{transform:translateY(-7px);border-color:#d6b56dd9;background:linear-gradient(145deg,#d6b56d29,#ffffff06)}.shop-option-card:hover:before{transform:scale(1.25);background:#d6b56d42}@media(max-width:1000px){.shop-options-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:620px){.shop-options-page{padding:48px 0 60px}.shop-options-grid{grid-template-columns:1fr}.shop-option-card{min-height:210px}.shop-options-heading{text-align:left}.shop-options-heading h1{font-size:42px}}.collection-hero-luxury{position:relative;text-align:center;padding:72px 0 56px;background:radial-gradient(circle at 50% 10%,rgba(214,181,109,.18),transparent 34%),linear-gradient(180deg,#100b08,#080605);border-bottom:1px solid rgba(214,181,109,.22);overflow:hidden}.collection-hero-luxury:before{content:"";position:absolute;top:18px;right:18px;bottom:18px;left:18px;border:1px solid rgba(214,181,109,.16);border-radius:28px;pointer-events:none}.collection-eyebrow{margin:0 0 14px;color:var(--gold);font-size:12px;font-weight:800;letter-spacing:.28em;text-transform:uppercase}.collection-hero-luxury h1{margin:0;font-family:Georgia,serif;font-size:clamp(42px,6vw,78px);line-height:.95;letter-spacing:.08em;text-transform:uppercase;background:linear-gradient(90deg,#fff8eb,#d6b56d 55%,#fff1c7);-webkit-background-clip:text;background-clip:text;color:transparent}.collection-title-line{width:84px;height:1px;background:linear-gradient(90deg,transparent,var(--gold),transparent);margin:24px auto 18px}.collection-subtitle{margin:0 auto;color:var(--muted);font-size:16px;letter-spacing:.04em}.collection-product-section{padding-top:54px}.collection-page-width{width:min(1040px,92vw)}.collection-grid-luxury{grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.collection-product-card{border-radius:20px;background:linear-gradient(145deg,#ffffff0b,#ffffff03);max-width:310px;width:100%;justify-self:center}.collection-product-media{aspect-ratio:4/5;min-height:0;padding:18px;background:radial-gradient(circle at 50% 34%,#d6b56d2e,#ffffff06 58%,#0000001a)}.collection-product-media img{width:100%;height:100%;object-fit:contain;transform:scale(.88);transition:transform .25s ease}.collection-product-card:hover .collection-product-media img{transform:scale(.93)}.collection-product-card .product-info{padding:16px 17px 18px;text-align:center}.collection-product-card .product-info h3{font-family:Georgia,serif;font-size:16px;letter-spacing:.04em;text-transform:uppercase;line-height:1.25}.collection-product-card .price{font-size:15px;letter-spacing:.08em}.collection-title{display:none}@media(max-width:900px){.collection-grid-luxury{grid-template-columns:repeat(2,minmax(0,1fr))}.collection-product-card{max-width:280px}.collection-hero-luxury{padding:56px 0 44px}}@media(max-width:560px){.collection-grid-luxury{grid-template-columns:1fr}.collection-product-card{max-width:300px}.collection-hero-luxury h1{font-size:40px}}.product-card,.collection-product-card{position:relative;isolation:isolate;overflow:hidden;transition:transform .38s cubic-bezier(.2,.8,.2,1),border-color .38s ease,box-shadow .38s ease,background .38s ease;will-change:transform}.product-card:before,.collection-product-card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:none;border-radius:inherit;background:linear-gradient(120deg,transparent 0%,rgba(255,255,255,.08) 45%,transparent 72%);transform:translate(-130%);transition:transform .75s ease}.product-card:after,.collection-product-card:after{content:"";position:absolute;top:1px;right:1px;bottom:1px;left:1px;z-index:1;pointer-events:none;border-radius:inherit;border:1px solid transparent;transition:border-color .38s ease,box-shadow .38s ease}.product-card:hover,.collection-product-card:hover{transform:translateY(-10px) scale(1.015);border-color:#d6b56dc7;box-shadow:0 26px 70px #00000075,0 0 0 1px #d6b56d1f,0 0 34px #d6b56d1f}.product-card:hover:before,.collection-product-card:hover:before{transform:translate(130%)}.product-card:hover:after,.collection-product-card:hover:after{border-color:#d6b56d61;box-shadow:inset 0 0 28px #d6b56d17}.product-media,.collection-product-media{overflow:hidden}.product-media img,.collection-product-media img{transition:transform .65s cubic-bezier(.2,.8,.2,1),filter .45s ease;will-change:transform}.product-card:hover .product-media img,.collection-product-card:hover .collection-product-media img{transform:scale(.98);filter:drop-shadow(0 22px 28px rgba(0,0,0,.45))}.product-card:hover .product-info h3,.collection-product-card:hover .product-info h3{color:#f4d48b}.product-info h3{transition:color .3s ease}@media(prefers-reduced-motion:reduce){.product-card,.collection-product-card,.product-card:before,.collection-product-card:before,.product-card:after,.collection-product-card:after,.product-media img,.collection-product-media img,.product-info h3{transition:none}.product-card:hover,.collection-product-card:hover,.product-card:hover .product-media img,.collection-product-card:hover .collection-product-media img{transform:none}}.mobile-icon,.mobile-cart-count,.mobile-nav{display:none}.product-fragrance-notes{padding:24px 0 80px}.notes-heading{text-align:center;margin-bottom:28px}.notes-heading h2{font-family:Georgia,serif;font-size:clamp(32px,4vw,54px);margin:10px 0 8px;text-transform:uppercase;letter-spacing:.08em;background:linear-gradient(90deg,#fff7ea,#d6b56d,#fff1c7);-webkit-background-clip:text;background-clip:text;color:transparent}.notes-heading p:last-child{color:var(--muted)}.accords-card,.notes-card{border:1px solid rgba(214,181,109,.34);border-radius:26px;background:linear-gradient(145deg,#ffffff0e,#ffffff04);box-shadow:0 24px 65px #0000004d,inset 0 1px #ffffff0f}.accords-card{padding:26px;margin:0 auto 22px;max-width:760px;text-align:center}.accords-card h3,.notes-card h3{font-family:Georgia,serif;text-transform:uppercase;letter-spacing:.1em;color:#f6e7c0;margin:0 0 18px}.accords-list{display:flex;flex-wrap:wrap;gap:10px;justify-content:center}.accord-pill{display:inline-flex;align-items:center;justify-content:center;padding:10px 16px;border-radius:999px;background:#d6b56d2e;border:1px solid rgba(214,181,109,.28);color:var(--text);font-weight:800;font-size:13px;letter-spacing:.05em;text-transform:capitalize}.accord-pill--1{background:#d6b56d61;color:#160f09}.notes-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.notes-card{padding:26px;text-align:center}.notes-card span{display:block;color:var(--gold);font-weight:900;letter-spacing:.2em;font-size:12px;margin-bottom:12px}.notes-card p{margin:0;color:var(--muted);line-height:1.7;text-transform:capitalize}@media(max-width:900px){.header{position:sticky}.header__inner{height:86px;gap:12px}.brand--logo img{height:58px;max-width:95px}.desktop-label{display:none}.mobile-icon,.mobile-cart-count{display:inline-flex}.search-link,.cart-link{width:46px;height:46px;padding:0;border-radius:50%;align-items:center;justify-content:center;font-size:0}.search-link .mobile-icon{font-size:30px;line-height:1;transform:translateY(-1px)}.cart-link .mobile-icon{font-size:19px}.mobile-cart-count{font-size:11px;color:var(--gold);margin-left:2px;font-weight:800}.mobile-nav{display:flex;gap:18px;overflow-x:auto;white-space:nowrap;padding:10px 4vw 13px;border-top:1px solid rgba(214,181,109,.13);border-bottom:1px solid rgba(214,181,109,.18);background:#080605d1;scrollbar-width:none}.mobile-nav::-webkit-scrollbar{display:none}.mobile-nav a{flex:0 0 auto;color:var(--muted);font-size:11px;letter-spacing:.14em;text-transform:uppercase;font-weight:800}.mobile-nav a:hover{color:var(--gold)}.hero__inner{padding:48px 0 56px}.hero h1{font-size:clamp(42px,13vw,64px);max-width:92vw}.hero p{font-size:16px;line-height:1.65}.hero-shop-link{width:100%;max-width:360px}.section{padding:54px 0}.grid--4{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.product-card{border-radius:18px}.product-media{aspect-ratio:4/5}.product-info{padding:12px}.product-info h3{font-size:13px;line-height:1.3}.price{font-size:14px}.product-card:hover,.collection-product-card:hover{transform:translateY(-5px) scale(1.01)}.collection-product-section{padding-top:28px}.collection-page-width{width:min(100%,94vw)}.collection-grid-luxury{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.collection-product-card{max-width:none;border-radius:18px}.collection-product-media{aspect-ratio:4/5;padding:10px}.collection-product-media img{transform:scale(.92)}.collection-product-card:hover .collection-product-media img{transform:scale(.96)}.collection-product-card .product-info{padding:12px 10px 14px}.collection-product-card .product-info h3{font-size:12px;letter-spacing:.02em;line-height:1.25}.collection-product-card .price{font-size:13px}.collection-hero-luxury{padding:46px 0 34px}.collection-hero-luxury:before{top:12px;right:12px;bottom:12px;left:12px;border-radius:20px}.collection-eyebrow{font-size:10px}.collection-hero-luxury h1{font-size:clamp(38px,12vw,56px)}.notes-grid{grid-template-columns:1fr;gap:14px}.product-fragrance-notes{padding:10px 0 54px}.accords-card,.notes-card{border-radius:20px;padding:20px}.accords-list{gap:8px}.accord-pill{font-size:12px;padding:9px 13px}}@media(max-width:560px){.collection-grid-luxury{grid-template-columns:repeat(2,minmax(0,1fr))}.collection-product-card{max-width:none}.grid--4{grid-template-columns:repeat(2,minmax(0,1fr))}.section-title{font-size:36px}.section-subtitle{font-size:15px;margin-bottom:26px}.shop-options-grid{grid-template-columns:1fr}.shop-option-card{min-height:190px}.product-main-info h1{font-size:34px}.product-main-media{padding:18px}.product-page{gap:26px;padding:42px 0}}.search-page{padding:74px 0 90px}.search-hero{text-align:center;max-width:780px;margin:0 auto 42px}.search-hero h1{font-family:Georgia,serif;font-size:clamp(38px,6vw,72px);line-height:.95;text-transform:uppercase;letter-spacing:.06em;margin:12px 0 14px;background:linear-gradient(90deg,#fff7ea,#d6b56d,#fff1c7);-webkit-background-clip:text;background-clip:text;color:transparent}.search-hero p{color:var(--muted);font-size:18px;line-height:1.65}.luxury-search-form{display:flex;gap:12px;align-items:center;justify-content:center;margin:28px auto 0;max-width:680px}.luxury-search-form input{flex:1;min-width:0;padding:16px 18px;border-radius:999px;border:1px solid rgba(214,181,109,.42);background:#120d0a;color:var(--text);font-size:16px;outline:none}.luxury-search-form input:focus{border-color:#d6b56de6;box-shadow:0 0 0 4px #d6b56d21}.search-results-head{text-align:center;margin:44px 0 26px}.search-results-head h2{font-family:Georgia,serif;text-transform:uppercase;letter-spacing:.07em}.search-results-head p{color:var(--muted)}.search-results-grid{margin-top:26px}.product-fragrance-notes--empty{padding-top:8px}.product-fragrance-notes--empty .notes-heading{border:1px solid rgba(214,181,109,.18);border-radius:24px;padding:28px;background:linear-gradient(145deg,#ffffff09,#ffffff03)}.icon-action svg{width:21px;height:21px;display:block;stroke:currentColor;stroke-width:2.4;fill:none;stroke-linecap:round;stroke-linejoin:round}.mobile-cart-count{line-height:1}@media(max-width:900px){.header__inner{height:82px}.header-actions{gap:12px}.search-link,.cart-link{display:flex;position:relative;width:56px;height:56px;padding:0;border-radius:999px;align-items:center;justify-content:center}.search-link .mobile-icon,.cart-link .mobile-icon{display:flex;align-items:center;justify-content:center;transform:none;line-height:1}.search-link .mobile-icon svg,.cart-link .mobile-icon svg{width:24px;height:24px}.search-link{box-shadow:0 12px 26px #c9a45c38}.cart-link{background:transparent;color:var(--text)}.cart-link .mobile-cart-count{position:absolute;right:9px;bottom:12px;font-size:12px;color:var(--gold);font-weight:900;margin:0}.mobile-nav{padding-left:4vw;padding-right:4vw}.luxury-search-form{flex-direction:column;align-items:stretch;max-width:420px}.luxury-search-form .button{width:100%}.search-page{padding:50px 0 70px}.search-hero{text-align:left;margin-bottom:28px}.search-hero h1{font-size:44px}.search-hero p{font-size:16px}.luxury-search-form input{width:100%;font-size:16px}.product-fragrance-notes{width:min(100%,92vw)}.notes-heading h2{font-size:36px}.accords-card,.notes-card{box-shadow:0 18px 48px #00000047,inset 0 1px #ffffff0f}}@media(max-width:560px){.brand--logo img{height:54px;max-width:86px}.search-link,.cart-link{width:52px;height:52px}.search-link .mobile-icon svg,.cart-link .mobile-icon svg{width:23px;height:23px}.cart-link .mobile-cart-count{right:8px;bottom:10px}.mobile-nav{gap:20px}.mobile-nav a{font-size:11px;letter-spacing:.16em}.search-results-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.avyr-search-box{position:relative;flex:1;min-width:0}.avyr-search-box input{width:100%}.avyr-search-suggest{position:absolute;z-index:50;left:0;right:0;top:calc(100% + 10px);background:#120d0a;border:1px solid rgba(214,181,109,.42);border-radius:22px;box-shadow:0 24px 70px #00000080,inset 0 1px #ffffff0d;padding:12px;overflow:hidden;text-align:left}.suggest-title{color:var(--gold);font-size:11px;text-transform:uppercase;letter-spacing:.18em;font-weight:900;padding:8px 10px 12px}.suggest-item{display:flex;align-items:center;gap:12px;padding:10px;border-radius:16px;transition:background .22s ease,transform .22s ease}.suggest-item:hover{background:#d6b56d1a;transform:translate(3px)}.suggest-thumb{width:54px;height:62px;border:1px solid rgba(214,181,109,.22);border-radius:14px;background:linear-gradient(145deg,#ffffff0f,#ffffff03);display:grid;place-items:center;overflow:hidden;flex:0 0 auto}.suggest-thumb img{width:100%;height:100%;object-fit:cover}.suggest-copy{min-width:0;display:grid;gap:5px}.suggest-copy strong{font-size:14px;color:var(--text);line-height:1.25;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.suggest-copy small,.suggest-loading{color:var(--muted);font-size:12px}.suggest-loading{padding:16px;text-align:center}.suggest-view-all{display:flex;justify-content:center;margin-top:8px;border-top:1px solid rgba(214,181,109,.16);padding:13px 10px 6px;color:var(--gold);font-size:12px;text-transform:uppercase;letter-spacing:.12em;font-weight:900}.notes-card--icons p{display:none}.note-icon-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px 12px;margin-top:8px}.note-icon-item{text-align:center;min-width:0}.note-icon{width:62px;height:62px;margin:0 auto 8px;border-radius:18px;border:1px solid rgba(214,181,109,.3);background:linear-gradient(145deg,#ffffff14,#c9a45c14);display:flex;align-items:center;justify-content:center;font-size:28px;box-shadow:inset 0 1px #ffffff0f,0 12px 26px #00000038}.note-name{font-size:12px;color:var(--muted);font-weight:800;line-height:1.25;text-transform:capitalize}.notes-card--icons{padding-left:18px;padding-right:18px}@media(max-width:900px){.avyr-search-box{width:100%}.avyr-search-suggest{top:calc(100% + 8px);border-radius:18px}.suggest-copy strong{font-size:13px}.notes-grid--icons{grid-template-columns:1fr}.note-icon-list{grid-template-columns:repeat(3,minmax(0,1fr));gap:13px 10px}.note-icon{width:58px;height:58px;border-radius:16px;font-size:26px}.note-name{font-size:11px}}@media(max-width:560px){.note-icon-list{grid-template-columns:repeat(2,minmax(0,1fr))}.note-icon{width:56px;height:56px}.avyr-search-suggest{position:static;margin-top:10px}.suggest-thumb{width:48px;height:56px}.suggest-view-all{font-size:11px}}.fragrantica-accords-inline{margin:26px 0 24px;padding:22px;border:1px solid rgba(214,181,109,.22);border-radius:22px;background:#ffffff06;max-width:460px;text-align:center}.fragrantica-accords-inline h3{margin:0 0 16px;font-size:14px;color:#f7e8c1;text-transform:lowercase;letter-spacing:.05em;font-weight:800}.fragrantica-bars{display:flex;flex-direction:column;align-items:center;gap:0}.f-accord{height:28px;width:var(--w);min-width:190px;display:flex;align-items:center;justify-content:center;border-radius:0 8px 8px 0;font-size:13px;font-weight:900;text-transform:lowercase;color:#15100b;line-height:1;margin:0 auto;box-shadow:inset 0 1px #ffffff47}.f-accord--1{background:#fbff35}.f-accord--2{background:#a7d66e}.f-accord--3{background:#d8fbf6}.f-accord--4{background:#73bd7d}.f-accord--5{background:#df9e7b}.f-accord--6{background:#d9c7a0}.fragrantica-style-notes{padding-top:28px}.notes-heading.compact{margin-bottom:14px}.notes-heading.compact h2{font-size:clamp(28px,3.5vw,46px)}.f-notes-wrap{max-width:820px;margin:0 auto;border-radius:28px;background:#fbfbfb;color:#222;padding:20px 18px 28px;box-shadow:0 26px 80px #00000059;border:1px solid rgba(214,181,109,.18)}.f-note-row{padding:12px 0 20px;border-bottom:1px solid #ececec}.f-note-row:last-child{border-bottom:none;padding-bottom:4px}.f-note-title{display:flex;align-items:center;justify-content:center;gap:12px;margin-bottom:16px;color:#202020;text-transform:uppercase;font-size:13px;letter-spacing:.06em}.f-note-title span{height:1px;background:#e6e6e6;flex:1;max-width:220px}.f-note-title strong{font-weight:800;background:#fff;padding:0 9px;white-space:nowrap}.f-note-list{display:flex;flex-wrap:wrap;justify-content:center;gap:18px 28px}.f-note-list .note-icon-item{width:100px}.f-note-list .note-icon{width:78px;height:78px;border-radius:10px;background:#fff;border:1px solid #ececec;box-shadow:0 2px 10px #0000000a;font-size:38px}.f-note-list .note-name{color:#424852;font-size:13px;font-weight:800;line-height:1.25;margin-top:8px}@media(max-width:760px){.fragrantica-accords-inline{max-width:none;margin:22px 0;padding:18px}.f-accord{min-width:150px;height:26px;font-size:12px}.f-notes-wrap{border-radius:22px;padding:16px 10px 22px}.f-note-list{gap:16px 10px}.f-note-list .note-icon-item{width:88px}.f-note-list .note-icon{width:68px;height:68px;font-size:32px}.f-note-list .note-name{font-size:12px}.f-note-title{font-size:12px;gap:8px}.product-page{gap:24px}}.fragrantica-accords-inline h3{margin:0 0 16px!important;font-size:16px!important;color:#f7e8c1!important;text-transform:none!important;letter-spacing:.06em!important;font-weight:900!important}.fragrantica-style-notes{background:#050403!important;padding:44px max(24px,calc((100vw - 1180px)/2)) 82px!important;width:100%!important;max-width:none!important;margin-top:34px!important;border-top:1px solid rgba(214,181,109,.18)!important;border-bottom:1px solid rgba(214,181,109,.18)!important}.fragrantica-style-notes .notes-heading h2{color:#f8ead0!important;background:none!important;-webkit-text-fill-color:initial!important;text-shadow:0 10px 35px rgba(214,181,109,.18)!important}.f-notes-wrap{max-width:860px!important;margin:0 auto!important;border-radius:30px!important;background:radial-gradient(circle at 50% -10%,rgba(214,181,109,.2),transparent 34%),linear-gradient(180deg,#090705,#130e09 72%,#060403)!important;color:#f7e8c1!important;padding:24px 20px 34px!important;box-shadow:0 28px 90px #0000008c,inset 0 1px #ffffff0f!important;border:1px solid rgba(214,181,109,.38)!important}.f-note-row{padding:22px 0 26px!important;border-top:1px solid rgba(214,181,109,.2)!important}.f-note-title{color:#f7e8c1!important}.f-note-title strong{background:#090705!important;border-color:#d6b56d61!important;color:#f7e8c1!important;box-shadow:0 0 0 1px #00000073!important}.f-note-title span{background:linear-gradient(90deg,transparent,rgba(214,181,109,.45),transparent)!important}.f-note-list{gap:24px 28px!important}.f-note-list .note-icon-item{width:118px!important}.f-note-list .note-icon{width:88px!important;height:88px!important;border-radius:16px!important;background:linear-gradient(180deg,#fff,#f5efe4)!important;border:1px solid rgba(214,181,109,.3)!important;box-shadow:0 12px 30px #00000059,inset 0 0 0 1px #ffffffb3!important;overflow:hidden!important;font-size:0!important}.note-illustration{width:100%;height:100%;display:block}.f-note-list .note-name{color:#e8dbc8!important;font-size:13px!important;font-weight:800!important;line-height:1.24!important;text-shadow:0 1px 0 rgba(0,0,0,.35)!important}@media(max-width:760px){.fragrantica-style-notes{padding:34px 16px 60px!important}.f-notes-wrap{padding:18px 10px 26px!important;border-radius:24px!important}.f-note-list{gap:18px 10px!important}.f-note-list .note-icon-item{width:92px!important}.f-note-list .note-icon{width:72px!important;height:72px!important}.f-note-list .note-name{font-size:11px!important}}.fragrantica-style-notes{background:#050403!important;padding:48px max(18px,calc((100vw - 1180px)/2)) 86px!important;width:100%!important;max-width:none!important;margin:38px 0 0!important;border-top:1px solid rgba(214,181,109,.3)!important;border-bottom:1px solid rgba(214,181,109,.3)!important}.fragrantica-style-notes .notes-heading.compact{max-width:860px!important;margin:0 auto 18px!important;text-align:center!important}.fragrantica-style-notes .notes-heading .eyebrow{color:var(--gold)!important;letter-spacing:.24em!important}.fragrantica-style-notes .notes-heading h2{color:#f8ead0!important;-webkit-text-fill-color:#f8ead0!important;background:none!important;font-family:Georgia,serif!important;letter-spacing:.08em!important;text-transform:uppercase!important}.f-notes-wrap{max-width:900px!important;margin:0 auto!important;padding:26px 22px 36px!important;border-radius:32px!important;background:radial-gradient(circle at 50% 0,rgba(214,181,109,.16),transparent 36%),linear-gradient(180deg,#0b0806,#120d09 72%,#060403)!important;border:1px solid rgba(214,181,109,.42)!important;box-shadow:0 32px 90px #00000094,inset 0 1px #ffffff0f!important}.f-note-row{padding:24px 0 28px!important;border-top:1px solid rgba(214,181,109,.28)!important;border-bottom:0!important}.f-note-row:first-child{border-top:0!important}.f-note-title{display:flex!important;align-items:center!important;justify-content:center!important;gap:14px!important;margin-bottom:20px!important;color:#f7e8c1!important;text-transform:uppercase!important;font-size:13px!important;letter-spacing:.08em!important}.f-note-title span{height:1px!important;max-width:250px!important;flex:1!important;background:linear-gradient(90deg,transparent,rgba(214,181,109,.56),transparent)!important}.f-note-title strong{background:#050403!important;color:#f7e8c1!important;border:1px solid rgba(214,181,109,.34)!important;border-radius:0!important;padding:4px 13px!important;font-weight:900!important;box-shadow:0 8px 22px #0006!important}.f-note-list{display:flex!important;flex-wrap:wrap!important;justify-content:center!important;gap:24px 34px!important}.f-note-list .note-icon-item{width:120px!important;text-align:center!important;display:block!important}.f-note-list .note-icon{width:88px!important;height:88px!important;margin:0 auto 10px!important;border-radius:16px!important;background:linear-gradient(180deg,#fffdf8,#f2eadc)!important;border:1px solid rgba(214,181,109,.36)!important;overflow:hidden!important;display:flex!important;align-items:center!important;justify-content:center!important;box-shadow:0 16px 34px #00000061,inset 0 0 0 1px #ffffffb3!important;font-size:0!important;line-height:0!important}.f-note-list .note-icon svg.note-illustration,.note-icon svg.note-illustration{width:100%!important;height:100%!important;display:block!important}.f-note-list .note-name{color:#efe4d2!important;font-size:13px!important;font-weight:800!important;line-height:1.22!important;text-shadow:0 1px 0 rgba(0,0,0,.55)!important;word-break:normal!important}.fragrantica-accords-inline h3{text-transform:none!important;font-size:16px!important;letter-spacing:.06em!important;color:#f7e8c1!important}@media(max-width:760px){.fragrantica-style-notes{padding:36px 14px 62px!important}.f-notes-wrap{padding:18px 10px 28px!important;border-radius:24px!important}.f-note-row{padding:20px 0 24px!important}.f-note-title{font-size:12px!important;gap:8px!important;margin-bottom:18px!important}.f-note-title strong{padding:4px 10px!important}.f-note-list{gap:18px 12px!important}.f-note-list .note-icon-item{width:94px!important}.f-note-list .note-icon{width:74px!important;height:74px!important;border-radius:14px!important}.f-note-list .note-name{font-size:11px!important}}.category{position:relative!important;overflow:hidden!important;isolation:isolate!important;min-height:260px!important;background:#17110d!important;border-color:#d6b56d57!important;box-shadow:0 24px 70px #00000047,inset 0 1px #ffffff0a!important}.category:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-2;background-size:cover;background-position:center;filter:blur(1.5px) saturate(.95);transform:scale(1.04);opacity:.45;transition:opacity .7s ease,transform .9s ease,filter .7s ease}.category:after{content:""!important;position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;z-index:-1!important;background:radial-gradient(circle at 18% 12%,rgba(214,181,109,.18),transparent 36%),linear-gradient(180deg,#08050380,#080503e6)!important;transform:none!important;transition:background .6s ease!important}.category:hover:before{opacity:.72;transform:scale(1.1);filter:blur(.8px) saturate(1.06)}.category h3,.category p{position:relative;z-index:2;text-shadow:0 3px 16px rgba(0,0,0,.7)}.category h3{color:#f8ead0!important}.category p{color:#efe1cc!important}.category[href*=women]:before{background-image:linear-gradient(135deg,#ffb0c438,#210c0ec2),url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 900 560"><rect width="900" height="560" fill="%23170b0b"/><g opacity="0.95"><circle cx="230" cy="190" r="86" fill="%23d9a5a7"/><circle cx="292" cy="250" r="92" fill="%23c57f88"/><circle cx="178" cy="270" r="82" fill="%23f0c0bd"/><circle cx="245" cy="320" r="72" fill="%23a95e68"/><circle cx="250" cy="258" r="38" fill="%23e7c46e"/></g><path d="M570 110c110 35 160 113 210 198-96-44-197-45-286 8 21-70 34-142 76-206z" fill="%23f2d5c8" opacity="0.42"/><path d="M112 420c126-34 264-21 412 25" stroke="%23d6b56d" stroke-width="4" opacity="0.30" fill="none"/></svg>')}.category[href*=men]:before{background-image:linear-gradient(135deg,#57371947,#070504d6),url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 900 560"><rect width="900" height="560" fill="%230b0705"/><g opacity="0.70"><path d="M0 120c160-65 320 80 470 0s282-23 430 32v408H0z" fill="%23311f14"/><path d="M0 260c210-75 370 75 560-10 110-50 212-40 340 10v300H0z" fill="%231b110b"/><path d="M90 160c160 28 234 110 392 80 155-29 230-102 370-58" stroke="%23c79a54" stroke-width="5" opacity="0.25" fill="none"/><path d="M120 350c180-62 330 50 520 0" stroke="%23835c34" stroke-width="8" opacity="0.30" fill="none"/></g><circle cx="700" cy="115" r="140" fill="%23d6b56d" opacity="0.10"/></svg>')}.category[href*=unisex]:before{background-image:linear-gradient(135deg,#d6b56d33,#090705d1),url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 900 560"><rect width="900" height="560" fill="%23100d0a"/><path d="M0 80c120 60 220 60 330 0s220-63 330 0 170 74 240 35v445H0z" fill="%23221a12" opacity=".9"/><circle cx="210" cy="218" r="76" fill="%23d9a441" opacity=".78"/><circle cx="238" cy="218" r="52" fill="%23f0d789" opacity=".82"/><path d="M515 140c105 78 130 180 82 295-88-84-112-188-82-295z" fill="%23c9d8bd" opacity=".46"/><path d="M668 165c55 54 70 124 36 206-48-61-62-128-36-206z" fill="%23d6b56d" opacity=".34"/><path d="M60 450c208-90 402-58 760 0" stroke="%23d6b56d" stroke-width="3" opacity=".25" fill="none"/></svg>')}.category[href*=women] .category-motion:before,.category[href*=women] .category-motion:after{content:"";position:absolute;width:18px;height:18px;border-radius:70% 30%;background:#f4bec6b3;box-shadow:0 0 18px #f4bec666;opacity:0;z-index:1;pointer-events:none;transition:opacity .35s ease}.category[href*=women] .category-motion:before{right:21%;top:22%;transform:rotate(22deg)}.category[href*=women] .category-motion:after{right:12%;top:42%;transform:rotate(-18deg)}.category[href*=women]:hover .category-motion:before{opacity:.7;animation:avyrPetalFloat 5s ease-in-out infinite}.category[href*=women]:hover .category-motion:after{opacity:.55;animation:avyrPetalFloat 6s ease-in-out infinite reverse}.category .category-motion{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:1}.category[href*=men]:hover{box-shadow:0 28px 90px #0000006b,0 0 34px #7751271f!important}.category[href*=unisex]:hover{box-shadow:0 28px 90px #00000057,0 0 38px #d6b56d2e!important}@keyframes avyrPetalFloat{0%,to{transform:translateZ(0) rotate(22deg)}50%{transform:translate3d(-10px,-18px,0) rotate(48deg)}}@media(max-width:760px){.category:before{opacity:.52;filter:blur(1px) saturate(.95)}.category:hover:before{transform:scale(1.04);opacity:.52}.category[href*=women] .category-motion:before,.category[href*=women] .category-motion:after{display:none}}.category{overflow:visible!important;isolation:isolate;position:relative;min-height:278px;border-color:#d6b56d70!important;background:#15100c!important;box-shadow:0 26px 70px #00000057,inset 0 1px #ffffff0d!important}.category:before{content:""!important;position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;border-radius:24px!important;z-index:0!important;opacity:.86!important;filter:none!important;transform:scale(1)!important;background-size:cover!important;background-position:center!important;transition:opacity .35s ease,transform .55s ease!important}.category:after{content:""!important;position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;border-radius:24px!important;z-index:1!important;background:linear-gradient(180deg,#0705041a,#070504a8 68%,#070504e8),radial-gradient(circle at 75% 20%,rgba(214,181,109,.24),transparent 34%)!important;transform:none!important}.category:hover:before{opacity:1!important;transform:scale(1.045)!important;filter:none!important}.category h3,.category p{position:relative;z-index:4;text-shadow:0 5px 20px rgba(0,0,0,.95),0 1px 2px rgba(0,0,0,.85)!important}.category p{color:#f3dfc0!important}.category--her:before,.category[href*=women]:before{background-image:linear-gradient(#23050e1a,#23050e1a),url(https://images.unsplash.com/photo-1496062031456-07b8f162a322?auto=format&fit=crop&w=1100&q=85)!important}.category--him:before,.category[href*=men]:before{background-image:linear-gradient(#0f080314,#0f080314),url(https://images.unsplash.com/photo-1512138664757-360e0aad5132?auto=format&fit=crop&w=1100&q=85)!important}.category--unisex:before,.category[href*=unisex]:before{background-image:linear-gradient(#140f0714,#140f0714),url(https://images.unsplash.com/photo-1610705267928-1b9f2fa7f1c5?auto=format&fit=crop&w=1100&q=85)!important}.category-motion{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;pointer-events:none;border-radius:24px;overflow:hidden}.category--him .category-motion:before{content:"";position:absolute;top:-28%;right:-28%;bottom:-28%;left:-28%;background:radial-gradient(ellipse at 72% 28%,rgba(121,84,48,.34),transparent 35%),radial-gradient(ellipse at 25% 70%,rgba(0,0,0,.38),transparent 44%);opacity:.36;transition:transform .7s ease,opacity .4s ease}.category--him:hover .category-motion:before{transform:translate(4%) translateY(-3%);opacity:.65}.category--unisex .category-motion:before{content:"";position:absolute;top:18%;right:18%;bottom:18%;left:18%;border:1px solid rgba(214,181,109,.22);border-radius:999px;opacity:.25;box-shadow:0 0 42px #d6b56d2e;transition:transform .7s ease,opacity .4s ease}.category--unisex:hover .category-motion:before{transform:scale(1.18);opacity:.58}.category-flower{position:absolute;z-index:7;pointer-events:none;opacity:0;transform:translateY(20px) scale(.72) rotate(-10deg);filter:drop-shadow(0 16px 24px rgba(0,0,0,.42));transition:opacity .35s ease,transform .72s cubic-bezier(.18,.8,.22,1)}.category-flower:before{content:"\273f";display:block;font-size:58px;line-height:1;color:#ffd1dc;text-shadow:0 0 1px #fff,0 0 18px rgba(255,188,204,.48)}.category-flower--one{right:-24px;top:-34px}.category-flower--one:before{font-size:72px;color:#ffc0d4}.category-flower--two{right:38px;top:-26px}.category-flower--two:before{font-size:46px;color:#fff1f4}.category-flower--three{right:-18px;top:52px}.category-flower--three:before{font-size:42px;color:#f7a9bf}.category--her:hover .category-flower{opacity:1}.category--her:hover .category-flower--one{transform:translateY(-12px) scale(1) rotate(8deg)}.category--her:hover .category-flower--two{transform:translateY(-6px) scale(1) rotate(-16deg)}.category--her:hover .category-flower--three{transform:translateY(4px) scale(1) rotate(22deg)}@media(max-width:760px){.category:before{opacity:.8!important;filter:none!important}.category-flower{display:none}.category,.section-collections-showcase,.collection-card-grid{overflow:hidden!important}}.section-collections-showcase{overflow:visible!important}.collection-card-grid{overflow:visible!important;position:relative;z-index:2}.category{overflow:visible!important;isolation:isolate;min-height:278px;background:#120d09!important;border-color:#d6b56d85!important}.category:before{background-repeat:no-repeat!important;background-size:cover!important;background-position:center!important;opacity:.96!important;filter:none!important}.category:after{background:linear-gradient(180deg,#0705041f,#07050470 48%,#070504db),radial-gradient(circle at 77% 20%,rgba(214,181,109,.18),transparent 35%)!important}.category--her:before,.category[href*=women]:before{background-image:url(avyr-cat-her.svg)!important;background-position:center!important}.category--him:before,.category[href*=men]:before{background-image:url(avyr-cat-him.svg)!important;background-position:center!important}.category--unisex:before,.category[href*=unisex]:before{background-image:url(avyr-cat-unisex.svg)!important;background-position:center!important}.category h3,.category p{z-index:8!important}.category h3{font-size:30px!important;color:#fff4df!important;text-shadow:0 5px 16px rgba(0,0,0,.9),0 0 12px rgba(0,0,0,.75)!important}.category p{font-weight:500;color:#fff0d0!important;text-shadow:0 4px 14px rgba(0,0,0,.95)!important}.category--him .category-motion,.category--unisex .category-motion{overflow:visible!important;z-index:7!important}.category--him .category-motion:before{content:""!important;position:absolute!important;right:-38px!important;top:-34px!important;width:150px!important;height:150px!important;background:radial-gradient(circle at 42% 40%,rgba(214,181,109,.78) 0 10%,rgba(92,54,24,.95) 11% 24%,rgba(38,20,9,.9) 25% 38%,transparent 39%),radial-gradient(ellipse at 66% 58%,rgba(214,181,109,.34),transparent 52%)!important;border-radius:42% 58% 46% 54%!important;opacity:0!important;transform:translateY(20px) rotate(-12deg) scale(.65)!important;filter:drop-shadow(0 18px 26px rgba(0,0,0,.48))!important;transition:opacity .35s ease,transform .75s cubic-bezier(.18,.8,.22,1)!important}.category--him .category-motion:after{content:""!important;position:absolute!important;right:8px!important;top:26px!important;width:118px!important;height:170px!important;background:radial-gradient(ellipse at 50% 100%,rgba(190,145,77,.36),transparent 55%)!important;border-radius:50%!important;opacity:0!important;filter:blur(7px)!important;transform:translateY(30px)!important;transition:opacity .45s ease,transform .9s ease!important}.category--him:hover .category-motion:before{opacity:1!important;transform:translateY(-10px) rotate(8deg) scale(1)!important}.category--him:hover .category-motion:after{opacity:.68!important;transform:translateY(-18px)!important}.category--unisex .category-motion:before{content:""!important;position:absolute!important;right:-32px!important;top:-28px!important;width:142px!important;height:142px!important;background:radial-gradient(circle,#f7cd5b 0 30%,#d88c2b 31% 58%,transparent 59%),linear-gradient(45deg,transparent 48%,rgba(255,244,184,.72) 49% 51%,transparent 52%),linear-gradient(-45deg,transparent 48%,rgba(255,244,184,.66) 49% 51%,transparent 52%)!important;border-radius:50%!important;opacity:0!important;transform:translateY(18px) scale(.68) rotate(-24deg)!important;filter:drop-shadow(0 16px 26px rgba(0,0,0,.45))!important;transition:opacity .35s ease,transform .75s cubic-bezier(.18,.8,.22,1)!important}.category--unisex .category-motion:after{content:""!important;position:absolute!important;right:78px!important;top:-12px!important;width:95px!important;height:42px!important;background:#8aa463!important;border-radius:70% 30%!important;opacity:0!important;transform:rotate(-24deg) translateY(20px) scale(.75)!important;box-shadow:inset 0 0 18px #ffffff38,0 16px 22px #00000057!important;transition:opacity .35s ease,transform .8s cubic-bezier(.18,.8,.22,1)!important}.category--unisex:hover .category-motion:before{opacity:1!important;transform:translateY(-10px) scale(1) rotate(12deg)!important}.category--unisex:hover .category-motion:after{opacity:1!important;transform:rotate(-12deg) translateY(-4px) scale(1)!important}@media(max-width:760px){.category:before{opacity:.92!important}.category--him .category-motion:before,.category--him .category-motion:after,.category--unisex .category-motion:before,.category--unisex .category-motion:after{display:none!important}.category,.section-collections-showcase,.collection-card-grid{overflow:hidden!important}}.section-collections-showcase,.collection-card-grid{overflow:visible!important}.collection-card-grid{position:relative;z-index:2}.category{position:relative!important;overflow:visible!important;isolation:isolate!important;min-height:278px!important;background:#100b08!important;border-color:#d6b56d8a!important}.category:before{content:""!important;position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;border-radius:24px!important;z-index:0!important;opacity:.98!important;filter:none!important;background-repeat:no-repeat!important;background-size:cover!important;background-position:center!important;transform:none!important;transition:transform .5s ease,opacity .35s ease!important}.category:after{content:""!important;position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;border-radius:24px!important;z-index:1!important;background:linear-gradient(180deg,#0705040d,#0705045c 46%,#070504e0),radial-gradient(circle at 74% 18%,rgba(214,181,109,.18),transparent 34%)!important;transform:none!important}.category--her:before,.category[href*=women]:before{background-image:url(avyr-cat-her.svg)!important;background-position:center center!important}.category--him:before,.category[href*=men]:before{background-image:url(avyr-cat-him.svg)!important;background-position:center center!important}.category--unisex:before,.category[href*=unisex]:before{background-image:url(avyr-cat-unisex.svg)!important;background-position:center center!important}.category:hover:before{transform:scale(1.035)!important;opacity:1!important}.category h3,.category p{position:relative!important;z-index:8!important;text-shadow:0 5px 20px rgba(0,0,0,.95),0 1px 2px rgba(0,0,0,.92)!important}.category h3{color:#fff4df!important}.category p{color:#f6dfbd!important;font-weight:600!important}.category-motion,.category-flower{position:absolute!important;left:50%!important;top:-54px!important;right:auto!important;width:112px!important;height:112px!important;z-index:9!important;pointer-events:none!important;opacity:0!important;transform:translate(-50%,22px) scale(.68) rotate(0)!important;transition:opacity .35s ease,transform .75s cubic-bezier(.18,.8,.22,1)!important;filter:drop-shadow(0 18px 26px rgba(0,0,0,.48))!important;overflow:visible!important}.category-flower--two,.category-flower--three,.category--her .category-motion,.category--him .category-flower,.category--unisex .category-flower{display:none!important}.category-flower:before{content:""!important;display:block!important;width:112px!important;height:112px!important;border-radius:50%!important;background:radial-gradient(ellipse at 50% 20%,#ffe3ea 0 14%,transparent 15%),radial-gradient(ellipse at 26% 45%,#ffc1d4 0 20%,transparent 21%),radial-gradient(ellipse at 74% 45%,#f3a1bb 0 20%,transparent 21%),radial-gradient(ellipse at 40% 76%,#e184a0 0 22%,transparent 23%),radial-gradient(ellipse at 62% 76%,#ffd2dc 0 21%,transparent 22%),radial-gradient(circle at 50% 52%,#c7964d 0 13%,transparent 14%)!important;box-shadow:none!important;text-shadow:none!important}.category--her:hover .category-flower--one{opacity:1!important;transform:translate(-50%,-8px) scale(1) rotate(7deg)!important}.category--him .category-motion:before,.category--him .category-motion:after,.category--unisex .category-motion:before,.category--unisex .category-motion:after{content:""!important;position:absolute!important;display:block!important}.category--him .category-motion:before{top:0!important;right:0!important;bottom:0!important;left:0!important;width:112px!important;height:112px!important;border-radius:45% 55% 48% 52%!important;background:radial-gradient(circle at 42% 44%,#d8b066 0 10%,#654023 11% 26%,#211008 27% 46%,transparent 47%),radial-gradient(ellipse at 58% 63%,rgba(210,151,83,.48),transparent 58%)!important;filter:none!important;opacity:1!important;transform:none!important}.category--him .category-motion:after{left:22px!important;top:-22px!important;width:70px!important;height:130px!important;border-radius:50%!important;background:linear-gradient(180deg,#fff1d200,#dcba7a57,#fff1d200)!important;filter:blur(7px)!important;opacity:.65!important;transform:rotate(10deg)!important}.category--him:hover .category-motion{opacity:1!important;transform:translate(-50%,-8px) scale(1) rotate(-8deg)!important}.category--unisex .category-motion:before{top:0!important;right:0!important;bottom:0!important;left:0!important;width:112px!important;height:112px!important;border-radius:50%!important;background:radial-gradient(circle,#f8d568 0 29%,#d8892c 30% 58%,transparent 59%),linear-gradient(45deg,transparent 48%,rgba(255,244,184,.75) 49% 51%,transparent 52%),linear-gradient(-45deg,transparent 48%,rgba(255,244,184,.7) 49% 51%,transparent 52%),linear-gradient(0deg,transparent 48%,rgba(255,244,184,.55) 49% 51%,transparent 52%)!important;opacity:1!important;transform:none!important}.category--unisex .category-motion:after{left:58px!important;top:0!important;width:70px!important;height:34px!important;border-radius:70% 30%!important;background:linear-gradient(135deg,#9ab469,#647b3f)!important;box-shadow:inset 0 0 14px #ffffff2e!important;opacity:1!important;transform:rotate(-28deg)!important}.category--unisex:hover .category-motion{opacity:1!important;transform:translate(-50%,-8px) scale(1) rotate(8deg)!important}@media(max-width:760px){.category,.section-collections-showcase,.collection-card-grid{overflow:hidden!important}.category-motion,.category-flower{display:none!important}.category:before{opacity:.94!important;background-position:center!important}}.avyr-exact-collections{padding:0!important;background:#000!important;overflow:hidden!important}.avyr-exact-collections .page-width{width:min(1398px,100vw)!important;margin:0 auto!important}.avyr-showcase-frame{position:relative!important;width:100%!important;margin:0 auto!important;background:#000!important}.avyr-showcase-frame img{display:block!important;width:100%!important;height:auto!important;max-width:none!important}.avyr-hotspot{position:absolute!important;display:block!important;z-index:3!important;border-radius:28px!important;transition:box-shadow .35s ease,transform .35s ease!important}.avyr-hotspot:hover{box-shadow:0 0 0 1px #d6b56d8c,0 28px 80px #d6b56d1f!important;transform:translateY(-3px)!important}.avyr-hotspot--her{left:2.75%;top:25.7%;width:29.9%;height:66.5%}.avyr-hotspot--him{left:34.35%;top:25.7%;width:29.9%;height:66.5%}.avyr-hotspot--unisex{left:65.8%;top:25.7%;width:29.9%;height:66.5%}.avyr-exact-mobile{display:none!important}.avyr-mobile-card-grid{display:grid!important;gap:20px!important;padding-bottom:34px!important}.avyr-mobile-card{display:block!important;border:1px solid rgba(214,181,109,.55)!important;border-radius:22px!important;overflow:hidden!important;background:#090705!important;box-shadow:0 22px 60px #0000006b!important}.avyr-mobile-card img{display:block!important;width:100%!important;height:auto!important}@media(max-width:760px){.avyr-exact-desktop{display:none!important}.avyr-exact-mobile{display:block!important;width:min(92vw,520px)!important;padding:42px 0 50px!important}.avyr-exact-collections .section-title{font-size:34px!important;line-height:1.05!important;margin-bottom:12px!important}.avyr-exact-collections .section-subtitle{font-size:15px!important;margin-bottom:22px!important;color:#e3d1bb!important}}@media(max-width:760px){.avyr-exact-collections{padding:0!important;background:#000!important}.avyr-exact-mobile{width:100%!important;max-width:100%!important;padding:34px 0 42px!important}.avyr-exact-collections .section-title{width:min(88vw,390px)!important;margin-left:auto!important;margin-right:auto!important;font-size:clamp(28px,8vw,36px)!important;letter-spacing:.08em!important}.avyr-exact-collections .section-subtitle{width:min(82vw,340px)!important;font-size:13.5px!important;line-height:1.55!important;margin:0 auto 20px!important}.avyr-mobile-card-grid{width:min(82vw,350px)!important;margin:0 auto!important;gap:14px!important;padding-bottom:18px!important}.avyr-mobile-card{border-radius:18px!important;border-color:#d6b56d7a!important;box-shadow:0 14px 38px #0000005c!important;transform:none!important}.avyr-mobile-card img{width:100%!important;height:auto!important;display:block!important}}@media(max-width:420px){.avyr-mobile-card-grid{width:min(80vw,315px)!important;gap:12px!important}.avyr-exact-collections .section-title{font-size:30px!important}.avyr-exact-collections .section-subtitle{font-size:13px!important;width:min(80vw,310px)!important}}@media(max-width:360px){.avyr-mobile-card-grid{width:min(78vw,285px)!important}}.avyr-collection-v25{padding:66px 0 76px!important;background:radial-gradient(circle at 50% -10%,rgba(214,181,109,.13),transparent 38%),#070504!important}.avyr-v25-grid{width:min(960px,88vw)!important;gap:30px!important;align-items:center!important;overflow:visible!important;padding:10px 8px 18px!important}.avyr-v25-card{aspect-ratio:.86!important;border-radius:26px!important;transform:scale(.94)!important;transform-origin:center!important;border-color:#d6b56d6b!important;box-shadow:0 18px 54px #00000057,inset 0 1px #ffffff0d!important;transition:transform .55s cubic-bezier(.18,.8,.22,1),filter .45s ease,opacity .45s ease,border-color .45s ease,box-shadow .55s ease!important}.avyr-v25-grid:hover .avyr-v25-card{opacity:.72!important;filter:saturate(.82) brightness(.78)!important;transform:scale(.9)!important}.avyr-v25-grid .avyr-v25-card:hover{opacity:1!important;filter:saturate(1.08) brightness(1.04)!important;transform:scale(1.035) translateY(-8px)!important;z-index:5!important;border-color:#f6dc9ff2!important;box-shadow:0 36px 100px #00000094,0 0 52px #d6b56d4d,inset 0 0 0 1px #ffecbb29!important}.avyr-v25-card:hover img{transform:scale(1.055)!important;filter:saturate(1.08) contrast(1.06) brightness(1)!important}.avyr-v25-card:hover:after{opacity:1!important;box-shadow:inset 0 0 0 1px #ffe09e38,inset 0 -90px 100px #00000057,0 0 40px #d6b56d2e!important}.avyr-v25-glass{bottom:20px!important}.avyr-v25-glass strong{font-size:clamp(24px,2vw,31px)!important}@media(max-width:900px){.avyr-collection-v25{padding:38px 0 46px!important;overflow:hidden!important}.avyr-collection-v25 .section-title{font-size:28px!important;letter-spacing:.08em!important;margin-bottom:8px!important}.avyr-collection-v25 .section-subtitle{font-size:13px!important;width:min(320px,84vw)!important;margin-bottom:18px!important}.avyr-v25-grid{grid-template-columns:1fr!important;width:min(330px,84vw)!important;gap:14px!important;padding:0!important;overflow:visible!important}.avyr-v25-card{aspect-ratio:1.58!important;min-height:138px!important;max-height:178px!important;border-radius:18px!important;transform:scale(1)!important;opacity:1!important;filter:none!important;box-shadow:0 16px 46px #0000005c,inset 0 1px #ffffff0d!important}.avyr-v25-grid:hover .avyr-v25-card,.avyr-v25-grid .avyr-v25-card:hover{opacity:1!important;filter:none!important;transform:scale(1)!important;box-shadow:0 16px 46px #0000005c,inset 0 1px #ffffff0d!important}.avyr-v25-card img{transform:scale(1)!important;object-position:center!important}.avyr-v25-card:hover img{transform:scale(1)!important}.avyr-v25-card:before{background:linear-gradient(90deg,#03020105,#03020129 42%,#030201d1)!important}.avyr-v25-glass{right:16px!important;width:42%!important;top:50%!important;bottom:auto!important;transform:translateY(-50%)!important;gap:7px!important}.avyr-v25-glass strong{font-size:20px!important;line-height:1.02!important}.avyr-v25-glass strong:after{width:30px;margin-top:8px!important}.avyr-v25-glass em{font-size:9px!important;letter-spacing:.09em!important;line-height:1.35!important}}@media(max-width:430px){.avyr-v25-grid{width:min(310px,82vw)!important;gap:12px!important}.avyr-v25-card{aspect-ratio:1.52!important;min-height:126px!important;max-height:158px!important}.avyr-v25-glass strong{font-size:18px!important}.avyr-v25-glass em{font-size:8.5px!important}}.avyr-exact-collections,.avyr-exact-desktop,.avyr-exact-mobile,.avyr-showcase-frame,.avyr-mobile-card-grid{display:none!important}.avyr-collection-v27{padding:64px 0 76px!important;background:radial-gradient(circle at 50% -10%,rgba(214,181,109,.16),transparent 36%),#050403!important;overflow:visible!important}.avyr-v27-grid{width:min(900px,84vw)!important;margin:0 auto!important;display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:28px!important;align-items:center!important;overflow:visible!important}.avyr-v27-card{position:relative!important;display:block!important;aspect-ratio:3/4.25!important;border-radius:28px!important;overflow:hidden!important;border:1px solid rgba(214,181,109,.42)!important;background:#090705!important;box-shadow:0 22px 58px #0000006b,inset 0 1px #ffffff0f!important;transform:scale(.92)!important;transition:transform .55s cubic-bezier(.18,.8,.22,1),filter .45s ease,opacity .45s ease,border-color .45s ease,box-shadow .55s ease!important;will-change:transform!important}.avyr-v27-card img{width:100%!important;height:100%!important;object-fit:cover!important;display:block!important;transition:transform .7s cubic-bezier(.18,.8,.22,1),filter .45s ease!important}.avyr-v27-card:after{content:""!important;position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;pointer-events:none!important;background:linear-gradient(180deg,#00000005,#0000002e 54%,#00000059),radial-gradient(circle at 50% 5%,rgba(255,227,165,.12),transparent 34%)!important;opacity:.75!important;transition:opacity .45s ease,box-shadow .55s ease!important}.avyr-v27-grid:hover .avyr-v27-card{opacity:.7!important;filter:saturate(.78) brightness(.76)!important;transform:scale(.86)!important}.avyr-v27-grid .avyr-v27-card:hover{opacity:1!important;filter:saturate(1.1) brightness(1.05)!important;transform:scale(1.03) translateY(-10px)!important;z-index:5!important;border-color:#ffe4a8eb!important;box-shadow:0 38px 110px #0000009e,0 0 54px #d6b56d52,inset 0 0 0 1px #ffebbe2e!important}.avyr-v27-card:hover img{transform:scale(1.055)!important;filter:saturate(1.08) contrast(1.05)!important}@media(max-width:900px){.avyr-collection-v27{padding:42px 0 52px!important;overflow:hidden!important}.avyr-collection-v27 .section-title{font-size:30px!important;line-height:1.05!important;margin-bottom:10px!important}.avyr-collection-v27 .section-subtitle{font-size:13.5px!important;line-height:1.55!important;width:min(330px,84vw)!important;margin-bottom:22px!important}.avyr-v27-grid{width:min(335px,84vw)!important;grid-template-columns:1fr!important;gap:14px!important}.avyr-v27-card{aspect-ratio:1.72!important;border-radius:19px!important;transform:none!important;opacity:1!important;filter:none!important;box-shadow:0 15px 42px #00000061,inset 0 1px #ffffff0f!important}.avyr-v27-card img{object-position:center!important}.avyr-v27-grid:hover .avyr-v27-card,.avyr-v27-grid .avyr-v27-card:hover{opacity:1!important;filter:none!important;transform:none!important;box-shadow:0 15px 42px #00000061,inset 0 1px #ffffff0f!important}.avyr-v27-card:hover img{transform:none!important;filter:none!important}}@media(max-width:430px){.avyr-v27-grid{width:min(310px,82vw)!important;gap:12px!important}.avyr-v27-card{aspect-ratio:1.62!important;border-radius:18px!important}}.avyr-v27-grid{overflow:visible!important}.avyr-v27-card{overflow:visible!important;isolation:isolate!important;border-radius:28px!important}.avyr-v27-card img{border-radius:28px!important;position:relative!important;z-index:1!important;object-fit:cover!important;object-position:center center!important}.avyr-v27-card--unisex img{object-position:50% 50%!important}.avyr-v27-card:after{z-index:2!important;border-radius:28px!important}.avyr-v27-card:before{content:""!important;position:absolute!important;left:50%!important;top:-58px!important;width:118px!important;height:118px!important;z-index:4!important;pointer-events:none!important;opacity:0!important;transform:translate(-50%,20px) scale(.72) rotate(0)!important;transition:opacity .32s ease,transform .72s cubic-bezier(.18,.8,.22,1),filter .45s ease!important;filter:drop-shadow(0 18px 30px rgba(0,0,0,.55))!important}.avyr-v27-card--her:before{background:radial-gradient(ellipse at 50% 16%,#ffe8ee 0 9%,transparent 10%),radial-gradient(ellipse at 22% 42%,#f6a5bc 0 18%,transparent 19%),radial-gradient(ellipse at 78% 42%,#ffc0d0 0 18%,transparent 19%),radial-gradient(ellipse at 42% 78%,#d97491 0 20%,transparent 21%),radial-gradient(ellipse at 62% 78%,#ffcfd9 0 18%,transparent 19%),radial-gradient(circle at 51% 52%,#d4a452 0 10%,transparent 11%)!important;border-radius:50%!important}.avyr-v27-card--him:before{width:118px!important;height:142px!important;background:radial-gradient(ellipse at 50% 95%,rgba(205,165,94,.48),transparent 58%),radial-gradient(ellipse at 52% 58%,rgba(238,224,196,.28),rgba(190,151,86,.18) 40%,transparent 69%)!important;border-radius:50%!important;filter:blur(1px) drop-shadow(0 18px 30px rgba(0,0,0,.55))!important}.avyr-v27-card--unisex:before{background:radial-gradient(circle at 50% 50%,#f6d978 0 29%,#d99028 30% 57%,transparent 58%),linear-gradient(45deg,transparent 48%,rgba(255,245,191,.82) 49% 51%,transparent 52%),linear-gradient(-45deg,transparent 48%,rgba(255,245,191,.78) 49% 51%,transparent 52%),linear-gradient(0deg,transparent 48%,rgba(255,245,191,.6) 49% 51%,transparent 52%)!important;border-radius:50%!important}.avyr-v27-card--her:hover:before{opacity:1!important;transform:translate(-50%,-8px) scale(1) rotate(8deg)!important}.avyr-v27-card--him:hover:before{opacity:.88!important;transform:translate(-50%,-12px) scale(1) rotate(-4deg)!important}.avyr-v27-card--unisex:hover:before{opacity:1!important;transform:translate(-50%,-8px) scale(1) rotate(12deg)!important}.avyr-v27-card--unisex:after{background:linear-gradient(180deg,#0000,#0000001f 42%,#0000005c),radial-gradient(circle at 50% 5%,rgba(255,227,165,.14),transparent 34%)!important}@media(max-width:900px){.avyr-v27-card{overflow:hidden!important;border-radius:19px!important}.avyr-v27-card img,.avyr-v27-card:after{border-radius:19px!important}.avyr-v27-card:before{display:none!important}.avyr-v27-card--unisex img{object-position:center center!important}}@media(max-width:430px){.avyr-v27-card{border-radius:18px!important}.avyr-v27-card img,.avyr-v27-card:after{border-radius:18px!important}}.avyr-v27-grid{width:min(820px,84vw)!important;gap:28px!important;align-items:start!important;overflow:visible!important}.avyr-v27-card{aspect-ratio:9/16!important;overflow:visible!important;border-radius:24px!important;background:#050403!important;border:1px solid rgba(214,181,109,.58)!important}.avyr-v27-card img{position:relative!important;z-index:1!important;width:100%!important;height:100%!important;object-fit:cover!important;object-position:center center!important;border-radius:24px!important}.avyr-v27-card:after{border-radius:24px!important;z-index:2!important}.avyr-v27-card:before{content:""!important;position:absolute!important;left:50%!important;top:-48px!important;width:150px!important;height:120px!important;z-index:6!important;pointer-events:none!important;background-repeat:no-repeat!important;background-position:center!important;background-size:contain!important;opacity:0!important;transform:translate(-50%,24px) scale(.72)!important;transition:opacity .35s ease,transform .78s cubic-bezier(.18,.8,.22,1),filter .45s ease!important;filter:drop-shadow(0 18px 28px rgba(0,0,0,.58))!important;border-radius:0!important}.avyr-v27-card--her:before{background-image:url(avyr-pop-her.png)!important}.avyr-v27-card--him:before{background-image:url(avyr-pop-him.png)!important;width:130px!important;height:150px!important;filter:drop-shadow(0 18px 28px rgba(0,0,0,.58)) blur(.15px)!important}.avyr-v27-card--unisex:before{background-image:url(avyr-pop-unisex.png)!important;width:145px!important;height:118px!important}.avyr-v27-card--her:hover:before{opacity:1!important;transform:translate(-50%,-8px) scale(1.03) rotate(2deg)!important}.avyr-v27-card--him:hover:before{opacity:.9!important;transform:translate(-50%,-12px) scale(1.04) rotate(-2deg)!important}.avyr-v27-card--unisex:hover:before{opacity:1!important;transform:translate(-50%,-9px) scale(1.03) rotate(3deg)!important}.avyr-v27-grid:hover .avyr-v27-card{transform:scale(.86)!important}.avyr-v27-grid .avyr-v27-card:hover{transform:scale(1.035) translateY(-10px)!important}@media(max-width:900px){.avyr-v27-grid{width:min(340px,86vw)!important;gap:14px!important}.avyr-v27-card{aspect-ratio:1.72!important;border-radius:18px!important;overflow:hidden!important}.avyr-v27-card img,.avyr-v27-card:after{border-radius:18px!important}.avyr-v27-card:before{display:none!important}}.avyr-collection-v27{overflow:visible!important}.avyr-v27-grid{width:min(850px,86vw)!important;gap:30px!important;overflow:visible!important;perspective:1200px!important}.avyr-v27-card{aspect-ratio:349/660!important;overflow:visible!important;border-radius:24px!important;background:#050403!important;border:1px solid rgba(214,181,109,.62)!important;box-shadow:0 24px 64px #00000075,inset 0 1px #ffffff12!important;transform:scale(.94) rotateX(calc(var(--py,0) * -4deg)) rotateY(calc(var(--px,0) * 4deg))!important;transition:transform .55s cubic-bezier(.18,.8,.22,1),opacity .42s ease,filter .42s ease,box-shadow .55s ease,border-color .45s ease!important;will-change:transform!important;isolation:isolate!important}.avyr-v27-card img{width:100%!important;height:100%!important;min-width:100%!important;min-height:100%!important;object-fit:cover!important;object-position:center center!important;display:block!important;border-radius:24px!important;position:relative!important;z-index:1!important;transform:scale(1.012) translate(calc(var(--px,0) * -7px),calc(var(--py,0) * -7px))!important;transition:transform .68s cubic-bezier(.18,.8,.22,1),filter .45s ease!important;backface-visibility:hidden!important}.avyr-v27-card--unisex img{object-position:center center!important}.avyr-v27-card:after{content:""!important;position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;z-index:2!important;pointer-events:none!important;border-radius:24px!important;background:linear-gradient(180deg,#0000,#0000001a 44%,#00000057),radial-gradient(circle at calc(50% + (var(--px,0) * 12%)) 10%,rgba(255,220,150,.15),transparent 34%)!important;opacity:.82!important;transition:opacity .45s ease,box-shadow .55s ease!important}.avyr-v27-grid:hover .avyr-v27-card{opacity:.66!important;filter:saturate(.82) brightness(.72)!important;transform:scale(.88)!important}.avyr-v27-grid .avyr-v27-card:hover{opacity:1!important;filter:saturate(1.08) brightness(1.06)!important;transform:scale(1.04) translateY(-10px) rotateX(calc(var(--py,0) * -4deg)) rotateY(calc(var(--px,0) * 4deg))!important;z-index:9!important;border-color:#ffe09af5!important;box-shadow:0 38px 110px #000000a3,0 0 56px #d6b56d57,inset 0 0 0 1px #ffecc329!important}.avyr-v27-card:hover img{transform:scale(1.055) translate(calc(var(--px,0) * -10px),calc(var(--py,0) * -10px))!important;filter:saturate(1.08) contrast(1.05)!important}.avyr-v27-card:hover:after{opacity:1!important;box-shadow:inset 0 0 0 1px #ffe4a82e,inset 0 -90px 100px #00000040!important}.avyr-v27-card:before{content:""!important;position:absolute!important;left:50%!important;top:-50px!important;z-index:7!important;pointer-events:none!important;background-repeat:no-repeat!important;background-position:center!important;background-size:contain!important;opacity:0!important;transform:translate(-50%,28px) scale(.76)!important;transition:opacity .38s ease,transform .82s cubic-bezier(.18,.8,.22,1),filter .45s ease!important;filter:drop-shadow(0 22px 32px rgba(0,0,0,.64))!important}.avyr-v27-card--her:before{background-image:url(avyr-pop-her.png)!important;width:180px!important;height:92px!important}.avyr-v27-card--him:before{background-image:url(avyr-pop-him.png)!important;width:128px!important;height:132px!important;filter:drop-shadow(0 22px 32px rgba(0,0,0,.64)) blur(.1px)!important}.avyr-v27-card--unisex:before{background-image:url(avyr-pop-unisex.png)!important;width:158px!important;height:108px!important}.avyr-v27-card--her:hover:before{opacity:1!important;transform:translate(-50%,-10px) scale(1.02) rotate(1deg)!important}.avyr-v27-card--him:hover:before{opacity:.92!important;transform:translate(-50%,-14px) scale(1.03) rotate(-1deg)!important}.avyr-v27-card--unisex:hover:before{opacity:1!important;transform:translate(-50%,-11px) scale(1.02) rotate(2deg)!important}@media(max-width:900px){.avyr-collection-v27{overflow:hidden!important;padding-top:44px!important}.avyr-v27-grid{width:min(270px,74vw)!important;gap:18px!important;perspective:none!important}.avyr-v27-card{aspect-ratio:349/660!important;border-radius:20px!important;overflow:hidden!important;transform:none!important;opacity:1!important;filter:none!important;box-shadow:0 18px 48px #0000007a,inset 0 1px #ffffff0f!important}.avyr-v27-card img,.avyr-v27-card:after{border-radius:20px!important}.avyr-v27-card img{transform:scale(1.01)!important;object-position:center center!important}.avyr-v27-grid:hover .avyr-v27-card,.avyr-v27-grid .avyr-v27-card:hover{transform:none!important;opacity:1!important;filter:none!important}.avyr-v27-card:hover img{transform:scale(1.01)!important;filter:none!important}.avyr-v27-card:before{display:none!important}}@media(max-width:430px){.avyr-v27-grid{width:min(245px,70vw)!important;gap:16px!important}.avyr-v27-card{border-radius:18px!important}.avyr-v27-card img,.avyr-v27-card:after{border-radius:18px!important}}.avyr-cinematic-hero{min-height:auto!important;display:block!important;overflow:hidden!important;padding:70px 0 50px!important;background:radial-gradient(circle at 72% 38%,rgba(214,181,109,.18),transparent 30%),radial-gradient(circle at 18% 82%,rgba(95,53,22,.28),transparent 34%),linear-gradient(110deg,#090705,#15100b 48%,#080604)!important;border-bottom:1px solid rgba(214,181,109,.16)!important}.avyr-cinematic-hero:after{display:none!important}.avyr-hero-wrap{position:relative!important;z-index:2!important;display:grid!important;grid-template-columns:minmax(0,.88fr) minmax(420px,1.12fr)!important;align-items:center!important;gap:54px!important}.avyr-hero-copy{position:relative!important;z-index:4!important;padding:10px 0!important}.avyr-hero-eyebrow{font-size:13px!important;letter-spacing:.24em!important;color:#d6b56d!important;margin-bottom:22px!important}.avyr-hero-copy h1{margin:0!important;font-family:Georgia,serif!important;font-size:clamp(54px,6.6vw,94px)!important;line-height:.9!important;letter-spacing:.035em!important;text-transform:uppercase!important;color:#f8ecd2!important;background:linear-gradient(95deg,#fff8e8 5%,#e4bf70 58%,#fff2d1 98%)!important;-webkit-background-clip:text!important;background-clip:text!important;-webkit-text-fill-color:transparent!important;text-shadow:0 18px 50px rgba(0,0,0,.52)!important}.avyr-hero-divider{width:150px!important;height:16px!important;margin:22px 0 20px!important;position:relative!important;background:linear-gradient(90deg,#d6b56d,#d6b56d1a) center/100% 1px no-repeat!important}.avyr-hero-divider:after{content:""!important;position:absolute!important;left:52px!important;top:50%!important;width:9px!important;height:9px!important;border:1px solid #d6b56d!important;background:#090705!important;transform:translateY(-50%) rotate(45deg)!important;box-shadow:0 0 18px #d6b56d73!important}.avyr-hero-copy p{max-width:560px!important;color:#eee0ca!important;font-size:17px!important;line-height:1.72!important;margin:0 0 28px!important}.avyr-hero-button{gap:18px!important;min-width:232px!important;padding:16px 32px!important;border:0!important;border-radius:999px!important;background:linear-gradient(135deg,#e7c778,#b98e3d)!important;color:#100b07!important;box-shadow:0 18px 45px #d6b56d3b,inset 0 1px #ffffff59!important}.avyr-hero-button:hover{transform:translateY(-2px)!important;box-shadow:0 26px 60px #d6b56d57,inset 0 1px #ffffff73!important}.avyr-hero-features{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:18px!important;max-width:680px!important;margin-top:46px!important}.avyr-hero-feature{display:grid!important;grid-template-columns:36px 1fr!important;column-gap:12px!important;align-items:center!important;padding-right:18px!important;border-right:1px solid rgba(214,181,109,.22)!important}.avyr-hero-feature:last-child{border-right:0!important}.avyr-feature-icon{grid-row:1/3!important;width:34px!important;height:34px!important;display:grid!important;place-items:center!important;border:1px solid rgba(214,181,109,.62)!important;border-radius:10px!important;color:#e3bd6d!important;font-size:17px!important;background:#d6b56d0f!important}.avyr-hero-feature strong{display:block!important;color:#e4c174!important;font-size:11px!important;text-transform:uppercase!important;letter-spacing:.06em!important;line-height:1.2!important}.avyr-hero-feature span:not(.avyr-feature-icon){display:block!important;color:#d9cbbb!important;font-size:11px!important;text-transform:uppercase!important;margin-top:3px!important;line-height:1.25!important}.avyr-hero-visual{position:relative!important;min-height:520px!important;border:1px solid rgba(214,181,109,.5)!important;border-radius:30px!important;overflow:hidden!important;box-shadow:0 34px 110px #00000085,inset 0 1px #ffffff14!important;background:#0a0705!important}.avyr-hero-visual:before{content:""!important;position:absolute!important;top:-20%!important;right:-20%!important;bottom:-20%!important;left:-20%!important;background:radial-gradient(circle at 52% 48%,rgba(214,181,109,.16),transparent 35%)!important;z-index:2!important;pointer-events:none!important}.avyr-hero-image{position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;background-image:linear-gradient(90deg,#00000014,#0000001a),url(avyr-hero-cinematic.jpg)!important;background-size:cover!important;background-position:center!important;transform:scale(1.018)!important;filter:saturate(1.08) contrast(1.03)!important;animation:avyrHeroDrift 12s ease-in-out infinite alternate!important}@keyframes avyrHeroDrift{0%{transform:scale(1.018) translateZ(0);filter:saturate(1.04) contrast(1.03)}to{transform:scale(1.045) translate3d(-10px,-8px,0);filter:saturate(1.12) contrast(1.06)}}.avyr-hero-mini-cats{position:relative!important;z-index:5!important;margin-top:46px!important;display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;border:1px solid rgba(214,181,109,.34)!important;border-radius:22px!important;background:linear-gradient(180deg,#1d150ddb,#0a0705e6)!important;overflow:hidden!important;box-shadow:0 20px 70px #00000061,inset 0 1px #ffffff0d!important}.avyr-mini-cat{display:grid!important;grid-template-columns:88px 1fr 28px!important;align-items:center!important;gap:18px!important;padding:18px 24px!important;border-right:1px solid rgba(214,181,109,.32)!important;transition:background .28s ease,transform .28s ease!important}.avyr-mini-cat:hover{background:#d6b56d14!important}.avyr-mini-img{width:88px!important;height:70px!important;border-radius:12px!important;overflow:hidden!important;border:1px solid rgba(214,181,109,.24)!important}.avyr-mini-img img{width:100%!important;height:100%!important;object-fit:cover!important;object-position:center!important;transform:scale(1.05)!important}.avyr-mini-cat strong{display:block!important;font-family:Georgia,serif!important;color:#f8ead0!important;font-size:20px!important;text-transform:uppercase!important;letter-spacing:.04em!important}.avyr-mini-cat em{display:block!important;color:#d5c7b5!important;font-style:normal!important;font-size:13px!important;line-height:1.4!important;margin-top:4px!important}.avyr-mini-cat b{color:#d6b56d!important;font-size:24px!important;font-weight:400!important}@media(max-width:980px){.avyr-cinematic-hero{padding:34px 0 38px!important}.avyr-hero-wrap{grid-template-columns:1fr!important;gap:26px!important;text-align:left!important;width:min(390px,88vw)!important}.avyr-hero-copy h1{font-size:clamp(46px,15vw,66px)!important;line-height:.92!important}.avyr-hero-copy p{font-size:15px!important;line-height:1.62!important;max-width:350px!important}.avyr-hero-button{min-width:210px!important;padding:15px 28px!important}.avyr-hero-visual{min-height:410px!important;border-radius:24px!important;order:2!important}.avyr-hero-image{background-position:center bottom!important}.avyr-hero-features{grid-template-columns:1fr!important;gap:12px!important;margin-top:28px!important;max-width:330px!important}.avyr-hero-feature{border-right:0!important;grid-template-columns:38px 1fr!important}.avyr-hero-mini-cats{width:min(390px,88vw)!important;grid-template-columns:1fr!important;margin-top:22px!important;border-radius:20px!important}.avyr-mini-cat{grid-template-columns:118px 1fr 26px!important;min-height:128px!important;padding:12px!important;border-right:0!important;border-bottom:1px solid rgba(214,181,109,.24)!important}.avyr-mini-cat:last-child{border-bottom:0!important}.avyr-mini-img{width:118px!important;height:104px!important;border-radius:14px!important}.avyr-mini-cat strong{font-size:18px!important}.avyr-mini-cat em{font-size:12.5px!important}}@media(max-width:430px){.avyr-hero-wrap{width:min(350px,88vw)!important}.avyr-hero-eyebrow{font-size:11px!important;letter-spacing:.22em!important}.avyr-hero-copy h1{font-size:48px!important}.avyr-hero-visual{min-height:360px!important}.avyr-hero-mini-cats{width:min(350px,88vw)!important}.avyr-mini-cat{grid-template-columns:108px 1fr 22px!important;min-height:116px!important;gap:12px!important}.avyr-mini-img{width:108px!important;height:92px!important}}@media(prefers-reduced-motion:reduce){.avyr-hero-image{animation:none!important}}.announcement{display:none!important}.avyr-topbar{position:relative;z-index:40;background:linear-gradient(90deg,#080605,#15100b,#080605)!important;border-bottom:1px solid rgba(214,181,109,.23)!important;color:#d9b865!important}.avyr-topbar:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 50% 0%,rgba(214,181,109,.12),transparent 42%);pointer-events:none}.avyr-topbar__inner{height:38px;display:grid;grid-template-columns:1fr 1fr 1fr;align-items:center;gap:16px;font-size:11px;font-weight:800;letter-spacing:.11em;text-transform:uppercase;position:relative}.avyr-topbar__item{display:flex;align-items:center;gap:8px;white-space:nowrap}.avyr-topbar__item--center{justify-content:center}.avyr-topbar__item:last-child{justify-content:flex-end}.avyr-topbar__icon{font-size:14px;color:#e7c778;text-shadow:0 0 16px rgba(214,181,109,.38)}.header.avyr-luxe-header{position:sticky!important;top:0!important;z-index:39!important;background:#060504db!important;-webkit-backdrop-filter:blur(18px)!important;backdrop-filter:blur(18px)!important;border-bottom:1px solid rgba(214,181,109,.24)!important;box-shadow:0 24px 70px #00000059!important}.header.avyr-luxe-header:before{content:"";position:absolute;left:0;right:0;top:0;height:1px;background:linear-gradient(90deg,transparent,rgba(214,181,109,.48),transparent)}.avyr-luxe-header__inner{height:88px!important;display:grid!important;grid-template-columns:1fr auto 1fr!important;align-items:center!important;gap:24px!important}.avyr-header-logo{justify-self:center!important;display:block!important;position:relative!important}.avyr-header-logo img{height:72px!important;width:auto!important;max-width:220px!important;object-fit:contain!important;filter:drop-shadow(0 16px 28px rgba(0,0,0,.42)) drop-shadow(0 0 16px rgba(214,181,109,.18))!important}.avyr-luxe-nav{justify-self:start!important;display:flex!important;gap:30px!important;align-items:center!important;font-size:12px!important;letter-spacing:.12em!important}.avyr-luxe-nav a{position:relative!important;opacity:.92!important;transition:color .22s ease,opacity .22s ease!important}.avyr-luxe-nav>a:after,.avyr-luxe-dropdown>.nav-dropdown__trigger:before{content:""!important;position:absolute!important;left:50%!important;bottom:-12px!important;width:0!important;height:1px!important;background:linear-gradient(90deg,transparent,#d6b56d,transparent)!important;transition:width .22s ease,left .22s ease!important}.avyr-luxe-nav>a:hover:after,.avyr-luxe-dropdown:hover>.nav-dropdown__trigger:before{width:100%!important;left:0!important}.avyr-luxe-nav a:hover{color:#e7c778!important;opacity:1!important}.avyr-luxe-dropdown{padding:34px 0!important}.avyr-luxe-dropdown .nav-dropdown__menu{top:78px!important}.avyr-luxe-actions{justify-self:end!important;display:flex!important;gap:16px!important;align-items:center!important}.avyr-icon-btn{width:46px!important;height:46px!important;display:grid!important;place-items:center!important;padding:0!important;border:1px solid rgba(214,181,109,.35)!important;border-radius:999px!important;background:transparent!important;color:#f6ead5!important;position:relative!important;transition:transform .24s ease,border-color .24s ease,box-shadow .24s ease,background .24s ease!important}.avyr-icon-btn:hover{transform:translateY(-2px)!important;border-color:#d6b56dbf!important;background:#d6b56d12!important;box-shadow:0 18px 44px #0000005c,0 0 22px #d6b56d21!important}.avyr-icon-btn .desktop-label{display:none!important}.avyr-icon-btn .mobile-icon{display:grid!important;place-items:center!important;width:22px!important;height:22px!important}.avyr-icon-btn svg{width:22px!important;height:22px!important;stroke:currentColor!important;fill:none!important;stroke-width:1.7!important;stroke-linecap:round!important;stroke-linejoin:round!important}.avyr-cart-btn .mobile-cart-count{position:absolute!important;right:-6px!important;top:-6px!important;min-width:20px!important;height:20px!important;padding:0 5px!important;display:grid!important;place-items:center!important;border-radius:999px!important;background:#d6b56d!important;color:#110b07!important;font-size:11px!important;font-weight:900!important;box-shadow:0 8px 16px #00000059!important}.avyr-menu-toggle{display:none;background:transparent;border:0;width:42px;height:42px;padding:0;place-items:center;gap:4px;color:#f6ead5}.avyr-menu-toggle span{display:block;width:22px;height:1.5px;background:currentColor;margin:4px auto;border-radius:2px}.avyr-mobile-nav{display:none!important}@media(max-width:980px){.avyr-topbar__inner{height:34px!important;display:flex!important;justify-content:center!important;font-size:10px!important;letter-spacing:.08em!important;overflow:hidden!important}.avyr-topbar__item{display:none!important}.avyr-topbar__item--center{display:flex!important}.avyr-luxe-header__inner{height:78px!important;grid-template-columns:52px 1fr auto!important;gap:10px!important}.avyr-menu-toggle{display:grid!important;justify-self:start!important}.avyr-luxe-nav{display:none!important}.avyr-header-logo{justify-self:center!important}.avyr-header-logo img{height:60px!important;max-width:170px!important}.avyr-luxe-actions{gap:10px!important}.avyr-icon-btn{width:42px!important;height:42px!important}.avyr-icon-btn svg{width:21px!important;height:21px!important}.avyr-mobile-nav{display:flex!important;gap:24px!important;overflow-x:auto!important;white-space:nowrap!important;padding:12px max(18px,4vw)!important;border-top:1px solid rgba(214,181,109,.14)!important;background:#090705db!important;scrollbar-width:none!important}.avyr-mobile-nav::-webkit-scrollbar{display:none!important}.avyr-mobile-nav a{font-size:11px!important;text-transform:uppercase!important;letter-spacing:.14em!important;color:#e7d7bf!important}}@media(max-width:430px){.avyr-topbar__inner{font-size:9.5px!important}.avyr-header-logo img{height:54px!important;max-width:145px!important}.avyr-icon-btn{width:39px!important;height:39px!important}.avyr-luxe-actions{gap:8px!important}}.avyr-cinematic-hero{position:relative!important;min-height:720px!important;padding:76px 0 52px!important;background:#070504!important;overflow:hidden!important;isolation:isolate!important}.avyr-cinematic-hero:before{content:""!important;position:absolute!important;top:0!important;right:0!important;bottom:0!important;width:72%!important;background-image:url(avyr-hero-cinematic.jpg)!important;background-size:cover!important;background-position:center center!important;filter:saturate(1.12) contrast(1.08) brightness(.92)!important;transform:scale(1.025)!important;z-index:0!important;animation:avyrHeroAmbient 13s ease-in-out infinite alternate!important}.avyr-cinematic-hero:after{display:block!important;content:""!important;position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;z-index:1!important;pointer-events:none!important;background:linear-gradient(90deg,#070504,#070504f5 27%,#07050494 47%,#07050421 72%,#0705047a),linear-gradient(180deg,#07050459,#0705040a 38%,#070504db),radial-gradient(circle at 70% 45%,rgba(214,181,109,.22),transparent 36%)}.avyr-hero-wrap{position:relative!important;z-index:3!important;display:block!important;width:min(1180px,92vw)!important;min-height:520px!important}.avyr-hero-copy{max-width:545px!important;padding:38px 0 0!important}.avyr-hero-copy h1{font-size:clamp(58px,7vw,104px)!important;letter-spacing:.025em!important;text-shadow:0 28px 80px rgba(0,0,0,.75)!important}.avyr-hero-copy p{max-width:535px!important;color:#f0dfc7!important;text-shadow:0 8px 28px rgba(0,0,0,.8)!important}.avyr-hero-button{margin-top:8px!important}.avyr-hero-features{margin-top:64px!important;max-width:690px!important;background:linear-gradient(90deg,#08060470,#08060414)!important;border-radius:18px!important;padding:10px 0!important;-webkit-backdrop-filter:blur(2px)!important;backdrop-filter:blur(2px)!important}.avyr-hero-mini-cats{margin-top:26px!important;-webkit-backdrop-filter:blur(9px)!important;backdrop-filter:blur(9px)!important;background:linear-gradient(180deg,#100b07c7,#080604db)!important}@keyframes avyrHeroAmbient{0%{transform:scale(1.025) translateZ(0);filter:saturate(1.06) contrast(1.05) brightness(.9)}to{transform:scale(1.055) translate3d(-12px,-8px,0);filter:saturate(1.18) contrast(1.09) brightness(.98)}}@media(max-width:980px){.avyr-cinematic-hero{min-height:auto!important;padding:36px 0 38px!important;background:#070504!important}.avyr-cinematic-hero:before{width:100%!important;top:295px!important;height:430px!important;bottom:auto!important;background-size:cover!important;background-position:center top!important;opacity:.98!important;transform:scale(1.02)!important}.avyr-cinematic-hero:after{background:linear-gradient(180deg,#070504,#070504f5 28%,#07050438 50%,#070504c7 82%,#070504),radial-gradient(circle at 50% 55%,rgba(214,181,109,.2),transparent 42%)!important}.avyr-hero-wrap{width:min(390px,88vw)!important;min-height:720px!important}.avyr-hero-copy{max-width:100%!important;padding-top:8px!important}.avyr-hero-copy h1{font-size:clamp(48px,15vw,68px)!important}.avyr-hero-copy p{max-width:355px!important}.avyr-hero-features{position:relative!important;margin-top:440px!important;grid-template-columns:1fr!important;background:#07050485!important;padding:0!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important}.avyr-hero-mini-cats{margin-top:24px!important}}@media(max-width:430px){.avyr-cinematic-hero:before{top:310px!important;height:390px!important;background-position:center top!important}.avyr-hero-wrap{min-height:700px!important;width:min(350px,88vw)!important}.avyr-hero-features{margin-top:390px!important}}.avyr-cinematic-hero{min-height:760px!important;padding:72px 0 48px!important;background:radial-gradient(circle at 68% 38%,rgba(214,181,109,.17),transparent 35%),linear-gradient(90deg,#050403,#0a0705 45%,#090604)!important}.avyr-cinematic-hero:before{width:70%!important;top:0!important;right:0!important;bottom:0!important;height:auto!important;background-image:url(avyr-hero-cinematic.jpg)!important;background-size:cover!important;background-position:center center!important;opacity:1!important;filter:saturate(1.1) contrast(1.08) brightness(.92)!important;transform:scale(1.01)!important}.avyr-cinematic-hero:after{background:linear-gradient(90deg,#050403,#050403fa 30%,#050403c2 43%,#0504032e 63%,#05040352),linear-gradient(180deg,#0504030d,#05040308 52%,#050403)!important}.avyr-hero-wrap{width:min(1180px,92vw)!important;min-height:560px!important;display:block!important}.avyr-hero-copy{max-width:520px!important;padding-top:42px!important}.avyr-hero-copy h1{font-size:clamp(64px,7vw,108px)!important;line-height:.91!important;margin-bottom:22px!important}.avyr-hero-divider{margin:20px 0 26px!important}.avyr-hero-copy p{font-size:18px!important;line-height:1.72!important;max-width:505px!important}.avyr-hero-button{padding:16px 34px!important;min-width:230px!important;box-shadow:0 18px 45px #d6b56d38!important}.avyr-hero-features{margin-top:56px!important;max-width:705px!important;width:705px!important;background:#05040361!important;border:0!important;border-top:1px solid rgba(214,181,109,.22)!important;border-bottom:1px solid rgba(214,181,109,.12)!important;border-radius:0!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important}.avyr-hero-mini-cats{margin-top:28px!important;border-radius:22px!important;border-color:#d6b56d6b!important;background:linear-gradient(90deg,#0d0906b8,#130d088c,#0d0906b8)!important}@media(max-width:980px){.avyr-cinematic-hero{padding:34px 0 38px!important;min-height:auto!important;background:#050403!important}.avyr-cinematic-hero:before{width:100%!important;height:440px!important;top:335px!important;right:0!important;bottom:auto!important;background-size:cover!important;background-position:center center!important;opacity:1!important;filter:saturate(1.08) contrast(1.08) brightness(.86)!important}.avyr-cinematic-hero:after{background:linear-gradient(180deg,#050403 0% 30%,#0504035c 50%,#05040375 69%,#050403 82% 100%),radial-gradient(circle at 50% 58%,rgba(214,181,109,.16),transparent 45%)!important}.avyr-hero-wrap{width:min(430px,90vw)!important;min-height:850px!important}.avyr-hero-copy{padding-top:10px!important;max-width:100%!important}.avyr-hero-copy h1{font-size:clamp(50px,15vw,72px)!important;line-height:.92!important}.avyr-hero-copy p{font-size:15.5px!important;line-height:1.62!important;max-width:370px!important}.avyr-hero-button{min-width:210px!important;padding:15px 28px!important}.avyr-hero-features{width:100%!important;max-width:100%!important;margin-top:480px!important;display:grid!important;grid-template-columns:repeat(3,1fr)!important;gap:0!important;background:#0504039e!important;border-top:1px solid rgba(214,181,109,.2)!important;border-bottom:1px solid rgba(214,181,109,.18)!important;padding:14px 0!important}.avyr-hero-feature{padding:0 10px!important;border-right:1px solid rgba(214,181,109,.18)!important;grid-template-columns:1fr!important;text-align:center!important;justify-items:center!important}.avyr-feature-icon{margin-bottom:7px!important}.avyr-hero-feature strong{font-size:9.5px!important}.avyr-hero-feature span:not(.avyr-feature-icon){font-size:9px!important}.avyr-hero-mini-cats{width:min(430px,90vw)!important;grid-template-columns:1fr!important;margin-top:22px!important;padding:10px!important}}@media(max-width:430px){.avyr-cinematic-hero:before{top:330px!important;height:395px!important;background-position:center center!important}.avyr-hero-wrap{width:min(360px,90vw)!important;min-height:790px!important}.avyr-hero-copy h1{font-size:50px!important}.avyr-hero-copy p{font-size:15px!important;max-width:330px!important}.avyr-hero-features{margin-top:430px!important}.avyr-hero-feature{padding:0 6px!important}}.avyr-cinematic-hero{position:relative!important;overflow:hidden!important;min-height:760px!important;padding:70px 0 46px!important;background:#030302!important;isolation:isolate!important}.avyr-cinematic-hero:before{content:""!important;display:block!important;position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;width:100%!important;height:100%!important;background-image:url(avyr-hero-scene-v36.jpg)!important;background-size:cover!important;background-position:center center!important;opacity:1!important;filter:saturate(1.08) contrast(1.08) brightness(.96)!important;transform:none!important;z-index:0!important;animation:avyrSceneBreath 12s ease-in-out infinite alternate!important}.avyr-cinematic-hero:after{content:""!important;display:block!important;position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;z-index:1!important;pointer-events:none!important;background:linear-gradient(90deg,#030302 0% 27%,#030302f5 37%,#030302b8 50%,#0303022e 70%,#03030257),linear-gradient(180deg,#0303020d,#03030200 62%,#030302)!important}@keyframes avyrSceneBreath{0%{transform:scale(1)}to{transform:scale(1.018)}}.avyr-hero-wrap{position:relative!important;z-index:2!important;width:min(1420px,92vw)!important;min-height:560px!important;display:block!important;margin:0 auto!important}.avyr-hero-copy{max-width:555px!important;padding-top:34px!important}.avyr-hero-copy h1{font-size:clamp(70px,7.5vw,118px)!important;line-height:.9!important;letter-spacing:.018em!important;margin:0 0 22px!important;text-shadow:0 8px 30px rgba(0,0,0,.6)!important}.avyr-hero-copy p{max-width:520px!important;font-size:18px!important;line-height:1.75!important;color:#f1dfc5!important;text-shadow:0 8px 26px rgba(0,0,0,.84)!important}.avyr-hero-button{min-width:232px!important;margin-top:18px!important;padding:16px 34px!important;border-radius:999px!important;box-shadow:0 18px 52px #d6b56d3d!important}.avyr-hero-features{margin-top:58px!important;width:730px!important;max-width:730px!important;background:#03030257!important;border-top:1px solid rgba(214,181,109,.23)!important;border-bottom:1px solid rgba(214,181,109,.12)!important;-webkit-backdrop-filter:blur(2px)!important;backdrop-filter:blur(2px)!important}.avyr-hero-mini-cats{position:relative!important;z-index:2!important;width:min(1420px,92vw)!important;margin:26px auto 0!important;border:1px solid rgba(214,181,109,.46)!important;border-radius:22px!important;background:linear-gradient(90deg,#090704bd,#150e0775,#090704bd)!important;box-shadow:0 22px 60px #0000005c!important}@media(max-width:980px){.avyr-cinematic-hero{min-height:auto!important;padding:34px 0 36px!important;background:#030302!important}.avyr-cinematic-hero:before{background-image:url(avyr-hero-scene-v36.jpg)!important;background-size:auto 520px!important;background-position:58% 325px!important;filter:saturate(1.08) contrast(1.08) brightness(.9)!important}.avyr-cinematic-hero:after{background:linear-gradient(180deg,#030302 0% 30%,#0303028f 47%,#03030238 58%,#030302a8 76%,#030302 91% 100%),linear-gradient(90deg,#030302e0,#03030240,#030302b8)!important}.avyr-hero-wrap{width:min(430px,90vw)!important;min-height:860px!important}.avyr-hero-copy{max-width:100%!important;padding-top:8px!important}.avyr-hero-copy h1{font-size:clamp(50px,15vw,72px)!important;line-height:.92!important}.avyr-hero-copy p{font-size:15.5px!important;line-height:1.62!important;max-width:370px!important}.avyr-hero-button{min-width:210px!important;padding:15px 28px!important}.avyr-hero-features{width:100%!important;max-width:100%!important;margin-top:485px!important;display:grid!important;grid-template-columns:repeat(3,1fr)!important;gap:0!important;padding:14px 0!important;background:#0303029e!important;border-top:1px solid rgba(214,181,109,.2)!important;border-bottom:1px solid rgba(214,181,109,.18)!important;-webkit-backdrop-filter:blur(2px)!important;backdrop-filter:blur(2px)!important}.avyr-hero-feature{padding:0 8px!important;border-right:1px solid rgba(214,181,109,.18)!important;grid-template-columns:1fr!important;text-align:center!important;justify-items:center!important}.avyr-feature-icon{margin-bottom:7px!important}.avyr-hero-feature strong{font-size:9.5px!important}.avyr-hero-feature span:not(.avyr-feature-icon){font-size:9px!important}.avyr-hero-mini-cats{width:min(430px,90vw)!important;grid-template-columns:1fr!important;margin-top:24px!important;padding:10px!important}}@media(max-width:430px){.avyr-cinematic-hero:before{background-size:auto 475px!important;background-position:56% 322px!important}.avyr-hero-wrap{width:min(360px,90vw)!important;min-height:805px!important}.avyr-hero-copy h1{font-size:50px!important}.avyr-hero-copy p{font-size:15px!important;max-width:330px!important}.avyr-hero-features{margin-top:432px!important}}@media(prefers-reduced-motion:reduce){.avyr-cinematic-hero:before{animation:none!important}}@media(min-width:981px){.avyr-cinematic-hero{min-height:760px!important;padding:0!important;background:#020202 url(avyr-hero-scene-v37.jpg) center top / cover no-repeat!important;overflow:hidden!important;position:relative!important}.avyr-cinematic-hero:before,.avyr-cinematic-hero:after{display:none!important;content:none!important}.avyr-cinematic-hero .avyr-hero-wrap,.avyr-cinematic-hero .avyr-hero-mini-cats{opacity:0!important;pointer-events:none!important;visibility:hidden!important}.avyr-hero-exact-hotspots{display:block!important;position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;z-index:10!important;pointer-events:none!important}.avyr-hero-exact-hotspots a{position:absolute!important;display:block!important;pointer-events:auto!important;border-radius:999px!important;background:transparent!important}.avyr-hotspot-shop{left:3.8%!important;top:56.5%!important;width:15.2%!important;height:7.4%!important}.avyr-hotspot-her{left:4%!important;bottom:3.6%!important;width:28.5%!important;height:13%!important;border-radius:20px!important}.avyr-hotspot-him{left:35.5%!important;bottom:3.6%!important;width:28.5%!important;height:13%!important;border-radius:20px!important}.avyr-hotspot-unisex{right:4%!important;bottom:3.6%!important;width:28.5%!important;height:13%!important;border-radius:20px!important}}@media(max-width:980px){.avyr-cinematic-hero{min-height:auto!important;padding:34px 0 36px!important;background:#030302!important;overflow:hidden!important;position:relative!important}.avyr-cinematic-hero:before{content:""!important;display:block!important;position:absolute!important;left:0!important;right:0!important;top:330px!important;height:430px!important;background:url(avyr-hero-mobile-scene.jpg) center center / cover no-repeat!important;opacity:1!important;filter:saturate(1.1) contrast(1.08) brightness(.88)!important;z-index:0!important;animation:avyrSceneBreath 12s ease-in-out infinite alternate!important}.avyr-cinematic-hero:after{content:""!important;display:block!important;position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;z-index:1!important;pointer-events:none!important;background:linear-gradient(180deg,#030302 0% 28%,#03030273 45%,#0303022e 58%,#0303029e 72%,#030302 85% 100%),linear-gradient(90deg,#030302db,#0303021a,#030302a8)!important}.avyr-cinematic-hero .avyr-hero-wrap{display:block!important;visibility:visible!important;opacity:1!important;pointer-events:auto!important;position:relative!important;z-index:2!important;width:min(430px,90vw)!important;min-height:820px!important;margin:0 auto!important}.avyr-cinematic-hero .avyr-hero-copy{max-width:100%!important;padding-top:8px!important}.avyr-cinematic-hero .avyr-hero-copy h1{font-size:clamp(50px,15vw,72px)!important;line-height:.92!important}.avyr-cinematic-hero .avyr-hero-copy p{font-size:15.5px!important;line-height:1.62!important;max-width:370px!important;color:#f1dfc5!important}.avyr-cinematic-hero .avyr-hero-button{min-width:210px!important;padding:15px 28px!important;margin-top:16px!important}.avyr-cinematic-hero .avyr-hero-features{width:100%!important;max-width:100%!important;margin-top:455px!important;display:grid!important;grid-template-columns:repeat(3,1fr)!important;gap:0!important;padding:14px 0!important;background:#030302a3!important;border-top:1px solid rgba(214,181,109,.22)!important;border-bottom:1px solid rgba(214,181,109,.18)!important;-webkit-backdrop-filter:blur(2px)!important;backdrop-filter:blur(2px)!important}.avyr-cinematic-hero .avyr-hero-feature{padding:0 8px!important;border-right:1px solid rgba(214,181,109,.18)!important;grid-template-columns:1fr!important;text-align:center!important;justify-items:center!important}.avyr-cinematic-hero .avyr-feature-icon{margin-bottom:7px!important}.avyr-cinematic-hero .avyr-hero-feature strong{font-size:9.5px!important}.avyr-cinematic-hero .avyr-hero-feature span:not(.avyr-feature-icon){font-size:9px!important}.avyr-cinematic-hero .avyr-hero-mini-cats{opacity:1!important;visibility:visible!important;pointer-events:auto!important;width:min(430px,90vw)!important;grid-template-columns:1fr!important;margin:24px auto 0!important;padding:10px!important;position:relative!important;z-index:2!important}.avyr-hero-exact-hotspots{display:none!important}}@media(max-width:430px){.avyr-cinematic-hero:before{top:325px!important;height:395px!important;background-position:center center!important}.avyr-cinematic-hero .avyr-hero-wrap{width:min(360px,90vw)!important;min-height:785px!important}.avyr-cinematic-hero .avyr-hero-copy h1{font-size:50px!important}.avyr-cinematic-hero .avyr-hero-copy p{font-size:15px!important;max-width:330px!important}.avyr-cinematic-hero .avyr-hero-features{margin-top:425px!important}}@media(min-width:981px){body.template-index .avyr-topbar,body.template-index .avyr-luxe-header{display:block!important}body.template-index .avyr-cinematic-hero{position:relative!important;min-height:760px!important;padding:0 0 34px!important;overflow:hidden!important;background:radial-gradient(circle at 76% 43%,#b87c2638,#b87c2614 26%,#0000 50%),linear-gradient(90deg,#030302 0% 27%,#030302d1 39%,#03030254 58%,#03030214 76%,#030302)!important}body.template-index .avyr-cinematic-hero:before{content:""!important;display:block!important;position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;background:url(avyr-hero-final-scene.jpg) right center/auto 100% no-repeat!important;opacity:.98!important;filter:saturate(1.08) contrast(1.08) brightness(.95)!important;z-index:0!important;transform:scale(1.015)!important;animation:avyrSceneBreath 14s ease-in-out infinite alternate!important}body.template-index .avyr-cinematic-hero:after{content:""!important;display:block!important;position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;pointer-events:none!important;z-index:1!important;background:linear-gradient(90deg,#030302 0% 27%,#030302eb 36%,#03030266 53%,#0303020f 73%,#0303028c),linear-gradient(180deg,#03030229,#03030205 42%,#030302 98%)!important}body.template-index .avyr-cinematic-hero .avyr-hero-wrap{opacity:1!important;visibility:visible!important;pointer-events:auto!important;display:grid!important;grid-template-columns:minmax(470px,.47fr) minmax(520px,.53fr)!important;align-items:center!important;width:min(1500px,92vw)!important;min-height:650px!important;margin:0 auto!important;padding:42px 0 0!important;position:relative!important;z-index:2!important}body.template-index .avyr-hero-copy{max-width:610px!important;padding:0!important;background:transparent!important;border:0!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important}body.template-index .avyr-hero-eyebrow{font-size:15px!important;letter-spacing:.18em!important;color:#d8aa45!important;margin-bottom:24px!important;text-transform:uppercase!important}body.template-index .avyr-hero-copy h1{font-size:clamp(82px,7.2vw,124px)!important;line-height:.86!important;letter-spacing:.012em!important;margin:0!important;color:#f4e5bd!important;text-shadow:0 4px 28px rgba(0,0,0,.55)!important}body.template-index .avyr-hero-divider{width:128px!important;height:18px!important;margin:28px 0!important;background:linear-gradient(90deg,#d0a64c,transparent)!important;position:relative!important}body.template-index .avyr-hero-divider:before{content:"\25c7";position:absolute;left:54px;top:-7px;color:#d6b56d;font-size:18px}body.template-index .avyr-hero-copy p{max-width:565px!important;font-size:20px!important;line-height:1.58!important;color:#f2e7d2!important;margin:0 0 28px!important;text-shadow:0 2px 14px rgba(0,0,0,.7)!important}body.template-index .avyr-hero-button{display:inline-flex!important;align-items:center!important;gap:28px!important;min-width:235px!important;justify-content:center!important;padding:18px 35px!important;border-radius:999px!important;background:linear-gradient(135deg,#f4d47b,#c79b41)!important;color:#080705!important;box-shadow:0 18px 42px #d29c3d3d!important}body.template-index .avyr-hero-visual{display:block!important;min-height:1px!important}body.template-index .avyr-hero-features{display:grid!important;grid-template-columns:repeat(3,max-content)!important;gap:0!important;margin-top:58px!important;max-width:820px!important;background:transparent!important;border:0!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important}body.template-index .avyr-hero-feature{display:grid!important;grid-template-columns:42px auto!important;column-gap:13px!important;align-items:center!important;padding:0 32px!important;border-right:1px solid rgba(214,181,109,.32)!important;text-align:left!important}body.template-index .avyr-hero-feature:first-child{padding-left:0!important}body.template-index .avyr-hero-feature:last-child{border-right:0!important}body.template-index .avyr-feature-icon{width:34px!important;height:34px!important;border:1px solid #d6b56d!important;color:#d6b56d!important;border-radius:9px!important;display:grid!important;place-items:center!important;font-size:16px!important}body.template-index .avyr-hero-feature strong{color:#d6b56d!important;font-size:13px!important;text-transform:uppercase!important;letter-spacing:.04em!important;display:block!important}body.template-index .avyr-hero-feature span:not(.avyr-feature-icon){color:#f4e8cd!important;font-size:12px!important;text-transform:uppercase!important;display:block!important;margin-top:4px!important}body.template-index .avyr-hero-mini-cats{opacity:1!important;visibility:visible!important;pointer-events:auto!important;position:relative!important;z-index:3!important;width:min(1500px,92vw)!important;margin:0 auto!important;padding:16px 22px!important;display:grid!important;grid-template-columns:repeat(3,1fr)!important;background:#050403b3!important;border:1px solid rgba(214,181,109,.6)!important;border-radius:18px!important;box-shadow:0 20px 55px #00000057!important;height:auto!important;min-height:0!important;overflow:visible!important}body.template-index .avyr-mini-cat{min-height:110px!important;padding:0 32px!important;border-right:1px solid rgba(214,181,109,.34)!important}body.template-index .avyr-mini-cat:last-child{border-right:0!important}body.template-index .avyr-mini-img{width:120px!important;height:82px!important;border-radius:10px!important;overflow:hidden!important}body.template-index .avyr-mini-img img{width:100%!important;height:100%!important;object-fit:cover!important}body.template-index .avyr-hero-exact-hotspots{display:none!important}}@media(max-width:980px){body.template-index .avyr-cinematic-hero{padding:30px 0 34px!important;background:#030302!important}body.template-index .avyr-cinematic-hero:before{top:300px!important;height:420px!important;background:url(avyr-hero-final-scene.jpg) 60% center/auto 100% no-repeat!important;opacity:1!important}body.template-index .avyr-cinematic-hero:after{background:linear-gradient(180deg,#030302 0% 28%,#03030275 43%,#0303021f 55%,#030302b3 75%,#030302 92%)!important}body.template-index .avyr-cinematic-hero .avyr-hero-wrap{width:min(430px,90vw)!important;min-height:805px!important}body.template-index .avyr-cinematic-hero .avyr-hero-features{margin-top:430px!important;grid-template-columns:repeat(3,1fr)!important}body.template-index .avyr-cinematic-hero .avyr-hero-feature strong{font-size:9px!important}body.template-index .avyr-cinematic-hero .avyr-hero-feature span:not(.avyr-feature-icon){font-size:8.5px!important}}@media(max-width:430px){body.template-index .avyr-cinematic-hero:before{top:310px!important;height:360px!important;background-position:63% center!important}body.template-index .avyr-cinematic-hero .avyr-hero-wrap{min-height:745px!important}body.template-index .avyr-cinematic-hero .avyr-hero-features{margin-top:385px!important}}.avyr-cinematic-hero{position:relative!important;padding:0 0 44px!important;min-height:0!important;background:#050403!important;overflow:hidden!important;border-bottom:1px solid rgba(214,181,109,.18)!important}.avyr-cinematic-hero:before{content:""!important;position:absolute!important;left:0!important;right:0!important;top:0!important;height:min(680px,72vw)!important;background:linear-gradient(90deg,#050403,#050403f0 25%,#05040394 45%,#0504031a 69%,#0504031f),linear-gradient(180deg,#05040314,#05040305 58%,#050403),url(avyr-hero-v41.jpg) center right/cover no-repeat!important;z-index:0!important}.avyr-hero-wrap{min-height:min(650px,70vw)!important;position:relative!important;z-index:2!important;display:block!important;width:min(1280px,92vw)!important;padding:62px 0 0!important}.avyr-hero-copy{max-width:560px!important;padding:0!important;position:relative!important;z-index:4!important}.avyr-hero-eyebrow{font-size:15px!important;letter-spacing:.14em!important;color:#d9b865!important;margin-bottom:22px!important;font-weight:700!important}.avyr-hero-copy h1{font-size:clamp(56px,7.2vw,104px)!important;line-height:.9!important;letter-spacing:.02em!important;margin:0!important}.avyr-hero-copy p{max-width:520px!important;font-size:17px!important;line-height:1.62!important;color:#f0e5d2!important;margin:0 0 30px!important;text-shadow:0 3px 22px #000!important}.avyr-hero-divider{width:150px!important;margin:20px 0 24px!important}.avyr-hero-button{min-width:230px!important;padding:16px 32px!important;border-radius:16px!important;gap:24px!important;box-shadow:0 16px 42px #d6b56d38!important}.avyr-hero-visual{display:none!important}.avyr-hero-features{position:relative!important;z-index:6!important;display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:0!important;max-width:780px!important;margin-top:52px!important;padding:0!important;background:transparent!important}.avyr-hero-feature{display:grid!important;grid-template-columns:42px 1fr!important;column-gap:12px!important;align-items:center!important;padding:0 26px 0 0!important;margin-right:26px!important;border-right:1px solid rgba(214,181,109,.34)!important}.avyr-hero-feature:last-child{border-right:0!important;margin-right:0!important}.avyr-feature-icon{border-radius:10px!important;background:#0b08058c!important;color:#dcb967!important;position:relative!important;font-size:0!important}.avyr-feature-icon:before{content:""!important;display:block!important;width:18px!important;height:18px!important;border:2px solid #dcb967!important;border-radius:3px!important}.avyr-feature-icon--shield:before{border-radius:50% 50% 45% 45%!important;clip-path:polygon(50% 0,100% 18%,88% 76%,50% 100%,12% 76%,0 18%)!important;background:transparent!important}.avyr-feature-icon--truck:before{width:21px!important;height:13px!important;border-radius:2px!important;box-shadow:11px 8px 0 -7px #dcb967,-8px 8px 0 -7px #dcb967!important}.avyr-hero-feature strong{font-size:12px!important;color:#e7c778!important}.avyr-hero-feature span:not(.avyr-feature-icon){font-size:12px!important;color:#efe0c9!important}.avyr-hero-mini-cats{position:relative!important;z-index:5!important;display:grid!important;grid-template-columns:repeat(3,1fr)!important;width:min(1280px,92vw)!important;margin:8px auto 0!important;border:1px solid rgba(214,181,109,.45)!important;border-radius:14px!important;background:#050403c7!important;-webkit-backdrop-filter:blur(10px)!important;backdrop-filter:blur(10px)!important;overflow:hidden!important;box-shadow:0 18px 60px #0000005c!important}.avyr-mini-cat{display:grid!important;grid-template-columns:86px 1fr 34px!important;gap:20px!important;align-items:center!important;padding:18px 30px!important;min-height:112px!important;border-right:1px solid rgba(214,181,109,.34)!important}.avyr-mini-cat:last-child{border-right:0!important}.avyr-mini-cat:hover{background:#d6b56d14!important;transform:none!important}.avyr-mini-icon{width:72px!important;height:72px!important;border:1px solid #d6b56d!important;border-radius:50%!important;display:grid!important;place-items:center!important;position:relative!important;background:#d6b56d09!important;box-shadow:inset 0 0 24px #d6b56d0f,0 0 26px #d6b56d0d!important}.avyr-mini-icon:before,.avyr-mini-icon:after{content:""!important;position:absolute!important;border-color:#d6b56d!important}.avyr-mini-icon--her:before{width:20px!important;height:34px!important;border:2px solid #d6b56d!important;border-radius:50% 50% 45% 45%!important;transform:translateY(4px)!important}.avyr-mini-icon--her:after{width:42px!important;height:42px!important;border-left:2px solid #d6b56d!important;border-bottom:2px solid #d6b56d!important;border-radius:0 0 0 42px!important;transform:rotate(-38deg) translate(3px,1px)!important}.avyr-mini-icon--him:before{width:38px!important;height:22px!important;border-left:2px solid #d6b56d!important;border-bottom:2px solid #d6b56d!important;border-radius:0 0 0 38px!important;transform:rotate(-32deg)!important}.avyr-mini-icon--him:after{width:36px!important;height:2px!important;background:#d6b56d!important;border:0!important;transform:rotate(-32deg) translate(7px,3px)!important}.avyr-mini-icon--unisex:before{width:34px!important;height:34px!important;border:2px solid #d6b56d!important;clip-path:polygon(50% 0,93% 25%,93% 75%,50% 100%,7% 75%,7% 25%)!important}.avyr-mini-icon--unisex:after{width:34px!important;height:34px!important;border:2px solid #d6b56d!important;clip-path:polygon(50% 0,93% 25%,93% 75%,50% 100%,7% 75%,7% 25%)!important;transform:rotate(60deg)!important}.avyr-mini-cat strong{font-size:20px!important;color:#f8ead0!important}.avyr-mini-cat em{font-size:13px!important;color:#e8dcc8!important}.avyr-mini-cat b{color:#d6b56d!important;font-size:25px!important}.avyr-best-sellers{padding-top:54px!important;background:#060504!important}.avyr-bs-title{display:flex!important;align-items:center!important;justify-content:center!important;gap:24px!important;margin-bottom:34px!important}.avyr-bs-title:before,.avyr-bs-title:after{content:""!important;width:min(180px,18vw)!important;height:1px!important;background:linear-gradient(90deg,transparent,#d6b56d,transparent)!important}.avyr-bs-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:18px!important}.avyr-bs-card{display:grid!important;grid-template-columns:40% 60%!important;align-items:center!important;min-height:156px!important;border:1px solid rgba(214,181,109,.5)!important;border-radius:14px!important;background:linear-gradient(135deg,#1f1712eb,#080605f5)!important;box-shadow:0 16px 44px #0000005c!important;transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease!important;overflow:hidden!important}.avyr-bs-card:hover{transform:translateY(-5px)!important;border-color:#d6b56d!important;box-shadow:0 26px 70px #0000007a,0 0 30px #d6b56d14!important}.avyr-bs-media{height:156px!important;aspect-ratio:auto!important;background:radial-gradient(circle at 50% 42%,rgba(214,181,109,.16),rgba(255,255,255,.02) 54%,transparent 70%)!important}.avyr-bs-media img{width:100%!important;height:100%!important;object-fit:contain!important;object-position:center bottom!important;padding:12px!important;filter:drop-shadow(0 18px 24px rgba(0,0,0,.55))!important}.avyr-bs-info{padding:16px 18px!important}.avyr-bs-info h3{font-family:Georgia,serif!important;text-transform:uppercase!important;letter-spacing:.035em!important;font-size:16px!important;line-height:1.25!important;color:#f3e6cf!important}.avyr-bs-info .price{font-size:15px!important;margin-top:8px!important;color:#e2bd6a!important}.avyr-bs-link{display:inline-flex!important;gap:12px!important;align-items:center!important;margin-top:18px!important;text-transform:uppercase!important;letter-spacing:.08em!important;font-size:11px!important;color:#d6b56d!important;font-weight:800!important}@media(max-width:980px){.avyr-cinematic-hero{padding-bottom:34px!important}.avyr-cinematic-hero:before{height:520px!important;background-position:center top!important;background-size:cover!important;opacity:.82!important}.avyr-hero-wrap{width:min(390px,90vw)!important;min-height:760px!important;padding-top:38px!important;display:flex!important;flex-direction:column!important;justify-content:flex-end!important}.avyr-hero-copy{max-width:100%!important}.avyr-hero-copy h1{font-size:50px!important}.avyr-hero-copy p{font-size:14.5px!important;line-height:1.55!important}.avyr-hero-button{min-width:205px!important;border-radius:999px!important}.avyr-hero-features{grid-template-columns:repeat(3,1fr)!important;gap:0!important;margin-top:26px!important;max-width:100%!important}.avyr-hero-feature{display:block!important;text-align:center!important;padding:0 8px!important;margin:0!important;border-right:1px solid rgba(214,181,109,.25)!important}.avyr-feature-icon{margin:0 auto 8px!important;width:34px!important;height:34px!important}.avyr-hero-feature strong{font-size:9px!important}.avyr-hero-feature span:not(.avyr-feature-icon){font-size:9px!important}.avyr-hero-mini-cats{width:min(390px,90vw)!important;grid-template-columns:1fr!important;margin-top:22px!important;border-radius:18px!important}.avyr-mini-cat{grid-template-columns:70px 1fr 26px!important;min-height:92px!important;padding:12px 16px!important;border-right:0!important;border-bottom:1px solid rgba(214,181,109,.24)!important}.avyr-mini-cat:last-child{border-bottom:0!important}.avyr-mini-icon{width:58px!important;height:58px!important}.avyr-mini-cat strong{font-size:17px!important}.avyr-mini-cat em{font-size:12px!important}.avyr-bs-grid{grid-template-columns:1fr!important;gap:14px!important;width:min(390px,90vw)!important;margin:0 auto!important}.avyr-bs-card{grid-template-columns:35% 65%!important;min-height:136px!important}.avyr-bs-media{height:136px!important}.avyr-bs-info h3{font-size:14px!important}.avyr-bs-title:before,.avyr-bs-title:after{width:58px!important}}@media(max-width:430px){.avyr-cinematic-hero:before{height:500px!important;background-position:58% top!important}.avyr-hero-wrap{min-height:735px!important;width:min(350px,90vw)!important}.avyr-hero-copy h1{font-size:46px!important}.avyr-hero-features{margin-top:22px!important}.avyr-hero-mini-cats{width:min(350px,90vw)!important}.avyr-mini-cat{grid-template-columns:62px 1fr 22px!important;padding:11px 14px!important}.avyr-mini-icon{width:52px!important;height:52px!important}}body.template-index .avyr-cinematic-hero,.avyr-cinematic-hero{position:relative!important;padding:0 0 46px!important;background:#030302!important;overflow:hidden!important;border-bottom:1px solid rgba(214,181,109,.22)!important;isolation:isolate!important}body.template-index .avyr-cinematic-hero:before,.avyr-cinematic-hero:before{content:""!important;position:absolute!important;inset:0 0 auto 0!important;height:660px!important;background:linear-gradient(90deg,#030302 0% 30%,#030302eb 39%,#03030257 55%,#03030205 76%),linear-gradient(180deg,#0303022e,#03030205 55%,#030302),url(avyr-hero-bottles-v42.png) right 4vw center/auto 650px no-repeat!important;z-index:0!important;opacity:1!important}body.template-index .avyr-cinematic-hero:after,.avyr-cinematic-hero:after{content:""!important;position:absolute!important;left:0!important;right:0!important;top:0!important;height:660px!important;background:radial-gradient(circle at 72% 42%,rgba(214,181,109,.1),transparent 32%),linear-gradient(180deg,transparent 72%,#030302 100%)!important;z-index:1!important;pointer-events:none!important}body.template-index .avyr-cinematic-hero .avyr-hero-wrap,.avyr-hero-wrap{width:min(1280px,92vw)!important;min-height:620px!important;padding:64px 0 0!important;position:relative!important;z-index:3!important;display:block!important}body.template-index .avyr-hero-copy,.avyr-hero-copy{max-width:550px!important;position:relative!important;z-index:5!important}body.template-index .avyr-hero-copy h1,.avyr-hero-copy h1{font-size:clamp(58px,7.4vw,104px)!important;line-height:.9!important;margin:0!important;letter-spacing:.02em!important}body.template-index .avyr-hero-copy p,.avyr-hero-copy p{max-width:520px!important;color:#f1e5d3!important;text-shadow:0 4px 26px #000!important}body.template-index .avyr-hero-features,.avyr-hero-features{position:relative!important;z-index:6!important;display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;max-width:760px!important;margin-top:58px!important;background:#0303022e!important;-webkit-backdrop-filter:blur(2px)!important;backdrop-filter:blur(2px)!important}body.template-index .avyr-hero-mini-cats,.avyr-hero-mini-cats{position:relative!important;z-index:8!important;margin:0 auto!important;width:min(1280px,92vw)!important;display:grid!important;grid-template-columns:repeat(3,1fr)!important;border:1px solid rgba(214,181,109,.48)!important;border-radius:14px!important;overflow:hidden!important;background:#050403!important;box-shadow:0 18px 55px #00000070!important}.avyr-mini-cat{grid-template-columns:82px 1fr 34px!important;gap:20px!important;min-height:104px!important;padding:16px 28px!important;overflow:hidden!important}.avyr-mini-img{display:none!important}.avyr-mini-icon{width:68px!important;height:68px!important;border:0!important;border-radius:0!important;background:transparent center/contain no-repeat!important;box-shadow:none!important}.avyr-mini-icon:before,.avyr-mini-icon:after{display:none!important;content:none!important}.avyr-mini-icon--her{background-image:url(avyr-cat-her-line.svg)!important}.avyr-mini-icon--him{background-image:url(avyr-cat-him-line.svg)!important}.avyr-mini-icon--unisex{background-image:url(avyr-cat-unisex-line.svg)!important}.avyr-mini-cat strong{font-family:Georgia,serif!important;font-size:21px!important;letter-spacing:.03em!important;text-transform:uppercase!important}.avyr-mini-cat em{font-size:13px!important;line-height:1.35!important}.avyr-mini-cat:hover{background:linear-gradient(90deg,#d6b56d14,#d6b56d05)!important}.avyr-feature-icon:before{box-sizing:border-box!important}.avyr-bs-card{background:linear-gradient(135deg,#16100cf5,#060504fa)!important}.avyr-bs-media{background:radial-gradient(circle at 50% 50%,rgba(214,181,109,.15),rgba(255,255,255,.03) 55%,transparent 72%)!important}@media(max-width:980px){body.template-index .avyr-cinematic-hero:before,.avyr-cinematic-hero:before{height:545px!important;background:linear-gradient(180deg,#030302,#0303029e 20%,#0303021a 45%,#030302),url(avyr-hero-bottles-v42.png) center top/auto 510px no-repeat!important}body.template-index .avyr-cinematic-hero:after,.avyr-cinematic-hero:after{height:545px!important;background:linear-gradient(180deg,#030302 0%,transparent 18%,transparent 58%,#030302 100%)!important}body.template-index .avyr-cinematic-hero .avyr-hero-wrap,.avyr-hero-wrap{width:min(390px,90vw)!important;min-height:760px!important;padding-top:34px!important;display:flex!important;flex-direction:column!important;justify-content:flex-end!important}body.template-index .avyr-hero-copy h1,.avyr-hero-copy h1{font-size:50px!important}body.template-index .avyr-hero-features,.avyr-hero-features{margin-top:24px!important;grid-template-columns:repeat(3,1fr)!important;background:#03030280!important;border-radius:14px!important;padding:10px 0!important}body.template-index .avyr-hero-mini-cats,.avyr-hero-mini-cats{width:min(390px,90vw)!important;grid-template-columns:1fr!important;margin-top:20px!important}.avyr-mini-cat{grid-template-columns:58px 1fr 24px!important;min-height:84px!important;padding:12px 15px!important;border-right:0!important;border-bottom:1px solid rgba(214,181,109,.26)!important}.avyr-mini-cat:last-child{border-bottom:0!important}.avyr-mini-icon{width:50px!important;height:50px!important}}@media(max-width:430px){body.template-index .avyr-cinematic-hero:before,.avyr-cinematic-hero:before{height:500px!important;background-size:auto 475px!important;background-position:center top!important}body.template-index .avyr-cinematic-hero .avyr-hero-wrap,.avyr-hero-wrap{min-height:725px!important;width:min(350px,90vw)!important}body.template-index .avyr-hero-copy h1,.avyr-hero-copy h1{font-size:46px!important}.avyr-mini-icon{width:46px!important;height:46px!important}}body.template-index .avyr-cinematic-hero .avyr-hero-features,.avyr-cinematic-hero .avyr-hero-features,.avyr-hero-features{margin-bottom:34px!important}body.template-index .avyr-cinematic-hero .avyr-hero-mini-cats,body.template-index .avyr-hero-mini-cats,.avyr-cinematic-hero .avyr-hero-mini-cats,.avyr-hero-mini-cats{margin-top:34px!important;margin-bottom:18px!important;border:1px solid rgba(216,179,95,.72)!important;border-radius:22px!important;overflow:visible!important;background:linear-gradient(180deg,#0b0805eb,#020201f5)!important;box-shadow:0 22px 70px #0000008c,inset 0 1px #ffe8af14!important;gap:0!important}body.template-index .avyr-mini-cat,.avyr-mini-cat{position:relative!important;display:grid!important;grid-template-columns:86px 1fr 42px!important;align-items:center!important;gap:24px!important;min-height:118px!important;padding:22px 34px!important;border-right:1px solid rgba(216,179,95,.28)!important;text-decoration:none!important;overflow:hidden!important;transition:transform .35s ease,background .35s ease,box-shadow .35s ease!important}body.template-index .avyr-mini-cat:last-child,.avyr-mini-cat:last-child{border-right:0!important}body.template-index .avyr-mini-cat:before,.avyr-mini-cat:before{content:""!important;position:absolute!important;top:8px!important;right:8px!important;bottom:8px!important;left:8px!important;border-radius:18px!important;background:radial-gradient(circle at 18% 50%,rgba(216,179,95,.12),transparent 36%),linear-gradient(90deg,rgba(216,179,95,.08),transparent 54%)!important;opacity:0!important;transform:scale(.98)!important;transition:opacity .35s ease,transform .35s ease!important;pointer-events:none!important}body.template-index .avyr-mini-cat:hover,.avyr-mini-cat:hover{transform:translateY(-4px)!important;background:linear-gradient(90deg,#d8b35f1c,#d8b35f06)!important;box-shadow:0 16px 44px #d8b35f14!important}body.template-index .avyr-mini-cat:hover:before,.avyr-mini-cat:hover:before{opacity:1!important;transform:scale(1)!important}body.template-index .avyr-mini-icon,.avyr-mini-icon{width:66px!important;height:66px!important;border:1.4px solid rgba(216,179,95,.92)!important;border-radius:50%!important;background-color:#0a0704b8!important;background-repeat:no-repeat!important;background-position:center!important;background-size:36px 36px!important;box-shadow:0 0 0 8px #d8b35f09,0 0 26px #d8b35f1f!important;flex:0 0 auto!important;transform:none!important;transition:box-shadow .35s ease,transform .35s ease,border-color .35s ease!important}.avyr-mini-icon--her{background-image:url(avyr-cat-her-line.svg)!important}.avyr-mini-icon--him{background-image:url(avyr-cat-him-line.svg)!important}.avyr-mini-icon--unisex{background-image:url(avyr-cat-unisex-line.svg)!important}body.template-index .avyr-mini-cat:hover .avyr-mini-icon,.avyr-mini-cat:hover .avyr-mini-icon{transform:scale(1.06)!important;border-color:#f2d387!important;box-shadow:0 0 0 10px #d8b35f0d,0 0 38px #d8b35f3d!important}body.template-index .avyr-mini-cat strong,.avyr-mini-cat strong{display:block!important;font-family:Georgia,Times New Roman,serif!important;color:#fff1d4!important;font-size:25px!important;line-height:1!important;letter-spacing:.035em!important;text-transform:uppercase!important;text-shadow:0 3px 18px rgba(0,0,0,.72)!important}body.template-index .avyr-mini-cat em,.avyr-mini-cat em{display:block!important;margin-top:9px!important;color:#e5d6bd!important;font-size:14px!important;line-height:1.35!important;font-style:normal!important;letter-spacing:.01em!important}body.template-index .avyr-mini-cat b,.avyr-mini-cat b{color:#e4bf6b!important;font-size:28px!important;font-weight:400!important;justify-self:end!important;transition:transform .35s ease,color .35s ease!important}body.template-index .avyr-mini-cat:hover b,.avyr-mini-cat:hover b{transform:translate(6px)!important;color:#ffe19b!important}body.template-index .avyr-mini-img,.avyr-mini-img{display:none!important}@media(max-width:980px){body.template-index .avyr-cinematic-hero .avyr-hero-features,.avyr-cinematic-hero .avyr-hero-features,.avyr-hero-features{margin-bottom:22px!important}body.template-index .avyr-cinematic-hero .avyr-hero-mini-cats,body.template-index .avyr-hero-mini-cats,.avyr-cinematic-hero .avyr-hero-mini-cats,.avyr-hero-mini-cats{margin-top:24px!important;width:min(430px,90vw)!important;grid-template-columns:1fr!important;border-radius:20px!important;overflow:hidden!important}body.template-index .avyr-mini-cat,.avyr-mini-cat{grid-template-columns:62px 1fr 28px!important;gap:16px!important;min-height:92px!important;padding:15px 18px!important;border-right:0!important;border-bottom:1px solid rgba(216,179,95,.24)!important}body.template-index .avyr-mini-cat:last-child,.avyr-mini-cat:last-child{border-bottom:0!important}body.template-index .avyr-mini-icon,.avyr-mini-icon{width:52px!important;height:52px!important;background-size:29px 29px!important;box-shadow:0 0 0 6px #d8b35f09!important}body.template-index .avyr-mini-cat strong,.avyr-mini-cat strong{font-size:19px!important}body.template-index .avyr-mini-cat em,.avyr-mini-cat em{font-size:12.5px!important;margin-top:5px!important}body.template-index .avyr-mini-cat b,.avyr-mini-cat b{font-size:24px!important}}body.template-index .avyr-cinematic-hero:before,.avyr-cinematic-hero:before{height:660px!important;background:linear-gradient(90deg,#030302 0% 30%,#030302eb 39%,#03030257 56%,#03030208 78%),linear-gradient(180deg,#03030229,#03030205 55%,#030302),url(avyr-hero-bottles-v42.png) right 8vw center/auto 560px no-repeat!important}body.template-index .avyr-cinematic-hero:after,.avyr-cinematic-hero:after{height:660px!important;background:radial-gradient(circle at 72% 42%,rgba(214,181,109,.11),transparent 31%),linear-gradient(180deg,transparent 72%,#030302 100%)!important}body.template-index .avyr-cinematic-hero .avyr-hero-wrap,.avyr-hero-wrap{min-height:620px!important}@media(max-width:980px){body.template-index .avyr-cinematic-hero:before,.avyr-cinematic-hero:before{height:545px!important;background:linear-gradient(180deg,#030302,#0303029e 20%,#0303021f 45%,#030302),url(avyr-hero-bottles-v42.png) center top/auto 430px no-repeat!important}body.template-index .avyr-cinematic-hero:after,.avyr-cinematic-hero:after{height:545px!important}body.template-index .avyr-cinematic-hero .avyr-hero-wrap,.avyr-hero-wrap{min-height:735px!important}}@media(max-width:430px){body.template-index .avyr-cinematic-hero:before,.avyr-cinematic-hero:before{height:500px!important;background-size:auto 390px!important;background-position:center 28px!important}body.template-index .avyr-cinematic-hero .avyr-hero-wrap,.avyr-hero-wrap{min-height:710px!important}}.shop-options-page{display:none!important}.avyr-shop-lobby{--shop-gold:#d6b56d;--shop-cream:#f7e8c1;--shop-muted:#e5d8c7;background:#050403;color:var(--shop-cream);padding:0 max(24px,calc((100vw - 1180px)/2)) 54px;overflow:hidden}.avyr-shop-hero{min-height:360px;display:flex;align-items:center;position:relative;margin:0 calc(max(24px,calc((100vw - 1180px)/2))*-1) 38px;padding:72px max(48px,calc((100vw - 1180px)/2));background:linear-gradient(90deg,#050403,#050403f5 28%,#0504039e 51%,#0504031f),url(avyr-shop-hero-v45.jpg) center right / cover no-repeat;border-bottom:1px solid rgba(214,181,109,.25)}.avyr-shop-hero:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:radial-gradient(circle at 68% 44%,rgba(214,181,109,.18),transparent 32%),linear-gradient(180deg,transparent 72%,#050403 100%)}.avyr-shop-hero__copy{position:relative;z-index:1;max-width:510px}.avyr-shop-hero .eyebrow{color:var(--shop-gold);font-weight:800;letter-spacing:.42em;text-transform:uppercase;font-size:12px;margin:0 0 16px}.avyr-shop-hero h1{font-family:Georgia,serif;font-size:clamp(50px,6.7vw,88px);line-height:.92;margin:0;background:linear-gradient(90deg,#fff8e5,#e1c47d 70%,#b78b35);-webkit-background-clip:text;background-clip:text;color:transparent;text-transform:uppercase;letter-spacing:.035em}.avyr-shop-hero p:last-child{color:#f2e8d7;font-size:18px;line-height:1.7;margin:22px 0 0;max-width:520px}.hero-rule,.card-rule{height:1px;background:linear-gradient(90deg,var(--shop-gold),transparent);position:relative}.hero-rule{width:130px;margin:24px 0 0}.hero-rule:after,.card-rule:after{content:"";position:absolute;left:50px;top:-4px;width:8px;height:8px;border:1px solid var(--shop-gold);transform:rotate(45deg);background:#050403}.avyr-shop-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin:0 0 30px}.avyr-shop-card{position:relative;min-height:318px;border:1px solid rgba(214,181,109,.55);border-radius:16px;overflow:hidden;color:var(--shop-cream);text-decoration:none;background:#0b0806;box-shadow:0 28px 74px #0000006b;isolation:isolate;transition:transform .45s cubic-bezier(.2,.8,.2,1),border-color .45s ease,box-shadow .45s ease}.avyr-shop-card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-2;background-size:cover;background-position:center;transform:scale(1.02);transition:transform .9s cubic-bezier(.2,.8,.2,1),filter .55s ease}.avyr-shop-card:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:linear-gradient(90deg,#050403d6,#05040394 42%,#05040333),linear-gradient(180deg,#05040314,#05040394);transition:background .45s ease}.avyr-shop-card--her:before{background-image:url(avyr-shop-her-v46.jpg)}.avyr-shop-card--him:before{background-image:url(avyr-shop-him-v46.jpg)}.avyr-shop-card--unisex:before{background-image:url(avyr-shop-unisex-v46.jpg)}.avyr-shop-card--all:before{background-image:url(avyr-shop-all-v46.jpg)}.avyr-shop-card:hover{transform:translateY(-7px);border-color:#e6c478e6;box-shadow:0 34px 88px #0000008f,0 0 35px #d6b56d1f}.avyr-shop-card:hover:before{transform:scale(1.075);filter:saturate(1.08) contrast(1.05)}.avyr-shop-card:hover:after{background:linear-gradient(90deg,#050403c2,#05040370 42%,#0504031f),linear-gradient(180deg,#0504030a,#05040380)}.card-num{position:absolute;z-index:2;top:27px;left:30px;color:var(--shop-gold);font-weight:900;letter-spacing:.22em;font-size:13px}.avyr-shop-card__content{position:absolute;z-index:2;left:30px;bottom:30px;max-width:310px}.avyr-shop-card h2{font-family:Georgia,serif;margin:0;color:#f9e9bd;font-size:clamp(30px,3.2vw,44px);line-height:.95;text-transform:uppercase;letter-spacing:.02em;text-shadow:0 4px 20px rgba(0,0,0,.65)}.avyr-shop-card .card-rule{width:92px;margin:18px 0}.avyr-shop-card p{color:#f1e5d5;line-height:1.58;font-size:15px;margin:0 0 22px;text-shadow:0 2px 14px rgba(0,0,0,.7)}.shop-card-btn{display:inline-flex;align-items:center;gap:12px;min-width:210px;justify-content:center;padding:11px 17px;border:1px solid rgba(214,181,109,.8);color:var(--shop-gold);font-weight:900;letter-spacing:.09em;text-transform:uppercase;font-size:12px;background:#05040347;transition:background .3s ease,color .3s ease,transform .3s ease}.avyr-shop-card:hover .shop-card-btn{background:#d6b56d24;color:#ffe5a0;transform:translate(4px)}.avyr-shop-trust{display:grid;grid-template-columns:repeat(4,1fr);gap:0;border:1px solid rgba(214,181,109,.45);border-radius:18px;background:linear-gradient(180deg,#ffffff09,#ffffff03);overflow:hidden}.trust-item{display:grid;grid-template-columns:58px 1fr;gap:12px;align-items:center;padding:24px 26px;border-left:1px solid rgba(214,181,109,.28)}.trust-item:first-child{border-left:0}.trust-item span{grid-row:span 2;width:50px;height:50px;border:1px solid rgba(214,181,109,.78);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--shop-gold);font-size:28px}.trust-item strong{color:var(--shop-gold);letter-spacing:.07em;text-transform:uppercase;font-size:13px}.trust-item small{color:#e2d5c4;font-size:13px;line-height:1.35}.avyr-shop-lobby+*{position:relative;z-index:1}@media(max-width:940px){.avyr-shop-lobby{padding-left:18px;padding-right:18px}.avyr-shop-hero{margin-left:-18px;margin-right:-18px;padding:54px 22px 300px;background:linear-gradient(180deg,#050403f0,#050403bd 44%,#05040314 70%,#050403),url(avyr-shop-hero-v45.jpg) center bottom / cover no-repeat;text-align:left}.avyr-shop-hero__copy{max-width:420px}.avyr-shop-hero h1{font-size:46px}.avyr-shop-hero p:last-child{font-size:15px}.avyr-shop-grid{grid-template-columns:1fr;gap:14px}.avyr-shop-card{min-height:250px;border-radius:16px}.avyr-shop-card__content{left:22px;bottom:22px;max-width:270px}.avyr-shop-card h2{font-size:32px}.card-num{top:20px;left:22px}.shop-card-btn{min-width:190px}.avyr-shop-trust{grid-template-columns:1fr 1fr}.trust-item:nth-child(odd){border-left:0}.trust-item:nth-child(n+3){border-top:1px solid rgba(214,181,109,.28)}}@media(max-width:560px){.avyr-shop-lobby{padding-bottom:38px}.avyr-shop-hero{padding-top:42px;padding-bottom:245px;min-height:520px;background-position:center bottom}.avyr-shop-hero h1{font-size:39px}.avyr-shop-hero .eyebrow{letter-spacing:.3em;font-size:10px}.avyr-shop-card{min-height:225px}.avyr-shop-card:after{background:linear-gradient(90deg,#050403db,#0504039e 58%,#0504033d)}.avyr-shop-card p{font-size:13px}.shop-card-btn{font-size:10px;min-width:170px;padding:10px 12px}.avyr-shop-trust{grid-template-columns:1fr;border-radius:16px}.trust-item,.trust-item:nth-child(odd){border-left:0}.trust-item:not(:first-child){border-top:1px solid rgba(214,181,109,.28)}.trust-item{padding:18px;grid-template-columns:48px 1fr}.trust-item span{width:42px;height:42px;font-size:22px}.trust-item strong,.trust-item small{font-size:12px}}.avyr-shop-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:16px!important;margin-top:18px!important}.avyr-shop-card{min-height:300px!important}.avyr-shop-card:before{background-position:center!important}.avyr-shop-card--all:before{background-position:center right!important}.avyr-shop-card:after{background:linear-gradient(90deg,#050403e0,#050403a8 42%,#0504032e),linear-gradient(180deg,#0504031a,#0504039e)!important}.avyr-shop-card__content{max-width:330px!important}@media(max-width:940px){.avyr-shop-grid{grid-template-columns:1fr!important;gap:14px!important}.avyr-shop-card{min-height:240px!important}.avyr-shop-card:before{background-position:center right!important}.avyr-shop-card--her:before{background-position:center center!important}.avyr-shop-card--unisex:before{background-position:center center!important}.avyr-shop-card:after{background:linear-gradient(90deg,#050403e6,#050403b8 55%,#05040338)!important}.avyr-shop-card__content{max-width:260px!important}}@media(max-width:560px){.avyr-shop-card{min-height:220px!important}.avyr-shop-card h2{font-size:28px!important}.avyr-shop-card .card-rule{margin:12px 0!important}.avyr-shop-card__content{left:18px!important;bottom:18px!important}.card-num{left:18px!important;top:18px!important}.avyr-shop-card p{font-size:12px!important;line-height:1.45!important}.shop-card-btn{margin-top:2px!important}}.avyr-shop-hero{background-image:linear-gradient(90deg,#050403,#050403eb 30%,#0504036b 62%,#0504032e),url(avyr-shop-hero-v45.jpg)!important;background-position:center right!important;background-size:cover!important}.avyr-shop-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:18px!important;margin:28px 0 34px!important}.avyr-shop-card{min-height:330px!important;border-radius:18px!important;border:1px solid rgba(214,181,109,.58)!important;overflow:hidden!important;box-shadow:0 22px 70px #0000006b,inset 0 1px #ffffff0a!important}.avyr-shop-card:before{transform:scale(1)!important;background-size:cover!important;background-position:center!important;filter:saturate(1.08) contrast(1.03) brightness(1.08)!important}.avyr-shop-card--her:before{background-image:url(avyr-shop-her-v47.jpg)!important;background-position:center center!important}.avyr-shop-card--him:before{background-image:url(avyr-shop-him-v47.jpg)!important;background-position:center center!important}.avyr-shop-card--unisex:before{background-image:url(avyr-shop-unisex-v47.jpg)!important;background-position:center center!important}.avyr-shop-card--all:before{background-image:url(avyr-shop-all-v47.jpg)!important;background-position:center center!important}.avyr-shop-card:after{background:linear-gradient(90deg,#050403d1,#0504039e 45%,#0504031a),linear-gradient(180deg,#05040308,#0504038f)!important}.avyr-shop-card:hover:before{transform:scale(1.045)!important;filter:saturate(1.15) contrast(1.06) brightness(1.12)!important}.avyr-shop-card:hover{transform:translateY(-6px)!important;border-color:#f2cd7aeb!important;box-shadow:0 30px 90px #00000094,0 0 36px #d6b56d21!important}.avyr-shop-card__content{left:32px!important;bottom:32px!important;max-width:330px!important}.avyr-shop-card h2{font-size:clamp(34px,3vw,46px)!important;text-shadow:0 5px 22px rgba(0,0,0,.72)!important}.avyr-shop-card p{max-width:285px!important;color:#fff3df!important;text-shadow:0 2px 14px rgba(0,0,0,.78)!important}.shop-card-btn{background:#05040366!important;-webkit-backdrop-filter:blur(4px)!important;backdrop-filter:blur(4px)!important}.avyr-shop-trust{margin-top:28px!important}@media(max-width:940px){.avyr-shop-hero{padding:48px 20px 255px!important;min-height:510px!important;background-image:linear-gradient(180deg,#050403f5,#050403d1 42%,#05040338 68%,#050403),url(avyr-shop-hero-v45.jpg)!important;background-position:center bottom!important;background-size:cover!important}.avyr-shop-grid{grid-template-columns:1fr!important;gap:16px!important;margin-top:22px!important}.avyr-shop-card{min-height:255px!important;border-radius:17px!important}.avyr-shop-card:after{background:linear-gradient(90deg,#050403db,#050403a3 55%,#05040329),linear-gradient(180deg,#05040305,#05040385)!important}.avyr-shop-card__content{left:24px!important;bottom:24px!important;max-width:285px!important}.avyr-shop-card h2{font-size:34px!important}}@media(max-width:560px){.avyr-shop-lobby{padding-left:12px!important;padding-right:12px!important}.avyr-shop-hero{margin-left:-12px!important;margin-right:-12px!important;min-height:450px!important;padding:38px 18px 220px!important}.avyr-shop-hero h1{font-size:38px!important;line-height:.95!important}.avyr-shop-hero p:last-child{font-size:14px!important;line-height:1.55!important;max-width:310px!important}.avyr-shop-grid{gap:14px!important;margin-top:18px!important}.avyr-shop-card{min-height:230px!important;border-radius:16px!important}.avyr-shop-card--her:before{background-position:61% center!important}.avyr-shop-card--him:before{background-position:63% center!important}.avyr-shop-card--unisex:before{background-position:61% center!important}.avyr-shop-card--all:before{background-position:62% center!important}.avyr-shop-card__content{left:18px!important;bottom:18px!important;max-width:235px!important}.card-num{left:18px!important;top:18px!important;font-size:11px!important}.avyr-shop-card h2{font-size:28px!important;line-height:1!important}.avyr-shop-card p{font-size:12px!important;line-height:1.45!important;max-width:205px!important;margin-bottom:14px!important}.shop-card-btn{min-width:160px!important;font-size:10px!important;padding:9px 12px!important}.avyr-shop-trust{margin-top:20px!important}}.avyr-shop-hero{background-image:linear-gradient(90deg,#050403,#050403f0 28%,#05040375 61%,#0504031f),url(avyr-shop-hero-v48.jpg)!important;background-size:cover!important;background-position:center right!important;min-height:390px!important;border-bottom:1px solid rgba(214,181,109,.32)!important}.avyr-shop-card--her:before{background-image:url(avyr-shop-her-v48.jpg)!important;background-position:center center!important}.avyr-shop-card--him:before{background-image:url(avyr-shop-him-v48.jpg)!important;background-position:center center!important}.avyr-shop-card--unisex:before{background-image:url(avyr-shop-unisex-v48.jpg)!important;background-position:center center!important}.avyr-shop-card--all:before{background-image:url(avyr-shop-all-v48.jpg)!important;background-position:center center!important}.avyr-shop-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:18px!important;margin-top:28px!important}.avyr-shop-card{min-height:310px!important;border-radius:18px!important;border-color:#d6b56d9e!important}.avyr-shop-card:before{transform:scale(1)!important;filter:saturate(1.08) contrast(1.04) brightness(1.03)!important}.avyr-shop-card:after{background:linear-gradient(90deg,#050403e0,#050403ad 38%,#05040338 70%,#05040314),linear-gradient(180deg,#05040305,#0504037a)!important}.avyr-shop-card:hover:before{transform:scale(1.045)!important;filter:saturate(1.16) contrast(1.06) brightness(1.08)!important}.avyr-shop-card__content{z-index:3!important}.avyr-shop-card h2,.avyr-shop-card p,.shop-card-btn,.card-num{position:relative;z-index:3!important}@media(max-width:940px){.avyr-shop-hero{background-image:linear-gradient(180deg,#050403f5,#050403cc,#0504033d 68%,#050403),url(avyr-shop-hero-v48.jpg)!important;background-size:cover!important;background-position:center bottom!important;min-height:520px!important;padding-bottom:285px!important}.avyr-shop-grid{grid-template-columns:1fr!important;gap:16px!important}.avyr-shop-card{min-height:260px!important}.avyr-shop-card--her:before,.avyr-shop-card--him:before,.avyr-shop-card--unisex:before,.avyr-shop-card--all:before{background-position:center center!important}}@media(max-width:560px){.avyr-shop-hero{min-height:500px!important;padding-bottom:250px!important;background-position:center bottom!important}.avyr-shop-card{min-height:238px!important}.avyr-shop-card:after{background:linear-gradient(90deg,#050403e6,#050403b3 54%,#0504032e)!important}.avyr-shop-card__content{max-width:235px!important}.avyr-shop-card h2{font-size:29px!important}}.avyr-scenes{background:#050403;padding:64px 0 74px;position:relative;overflow:hidden;border-top:1px solid rgba(214,181,109,.16);border-bottom:1px solid rgba(214,181,109,.16)}.avyr-scenes:before{content:"";position:absolute;inset:-20% -10% auto auto;width:520px;height:520px;background:radial-gradient(circle,rgba(214,181,109,.16),transparent 68%);pointer-events:none;filter:blur(4px)}.avyr-scenes__inner{position:relative;z-index:1}.avyr-scenes__eyebrow{color:#d6b56d;text-transform:uppercase;letter-spacing:.24em;font-size:11px;margin-bottom:12px}.avyr-scenes__title{font-family:Georgia,Times New Roman,serif;color:#f1d48a;font-size:clamp(34px,5vw,64px);line-height:.95;margin:0 0 12px;text-transform:uppercase}.avyr-scenes__intro{color:#d9c8a3;max-width:560px;margin:0 0 30px;font-size:15px;line-height:1.7}.avyr-scenes__grid{display:grid;grid-template-columns:1.15fr .85fr;grid-template-rows:220px 220px;gap:18px}.avyr-scene{position:relative;display:block;border-radius:22px;overflow:hidden;border:1px solid rgba(214,181,109,.34);box-shadow:0 22px 70px #0000005c;text-decoration:none;isolation:isolate;transition:transform .42s ease,border-color .42s ease,box-shadow .42s ease}.avyr-scene:first-child{grid-row:span 2}.avyr-scene:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center;transition:transform .7s ease,filter .7s ease;z-index:-2}.avyr-scene:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#050403db,#05040394 47%,#05040324),linear-gradient(0deg,rgba(5,4,3,.68),transparent 55%);z-index:-1}.avyr-scene--oud:before{background-image:linear-gradient(120deg,#09060340,#321a081f),url(avyr-shop-him-v48.jpg)}.avyr-scene--citrus:before{background-image:linear-gradient(120deg,#09060333,#ad6e1e1a),url(avyr-shop-unisex-v48.jpg)}.avyr-scene--rose:before{background-image:linear-gradient(120deg,#09060333,#73303621),url(avyr-shop-her-v48.jpg)}.avyr-scene:hover{transform:translateY(-7px);border-color:#f2cd7ae6;box-shadow:0 28px 88px #0000008c,0 0 34px #d6b56d21}.avyr-scene:hover:before{transform:scale(1.055);filter:saturate(1.14) brightness(1.08)}.avyr-scene__content{position:absolute;left:28px;right:24px;bottom:26px;color:#fff}.avyr-scene__content span{display:block;color:#d6b56d;font-size:12px;letter-spacing:.22em;margin-bottom:10px}.avyr-scene__content h3{font-family:Georgia,Times New Roman,serif;color:#f4d98b;font-size:clamp(28px,3vw,46px);line-height:1;margin:0 0 10px;text-transform:uppercase}.avyr-scene__content p{color:#f7ebd1;margin:0;max-width:420px;font-size:14px;line-height:1.55;text-shadow:0 2px 16px rgba(0,0,0,.8)}.avyr-mood-selector{margin-top:24px;display:flex;align-items:center;gap:12px;flex-wrap:wrap;padding:14px 16px;border:1px solid rgba(214,181,109,.24);border-radius:999px;background:linear-gradient(90deg,#d6b56d14,#ffffff05);width:max-content;max-width:100%}.avyr-mood-selector span{color:#d6b56d;text-transform:uppercase;letter-spacing:.16em;font-size:11px;margin-right:4px}.avyr-mood-selector a{color:#f4dfae;text-decoration:none;border:1px solid rgba(214,181,109,.26);border-radius:999px;padding:8px 14px;font-size:12px;letter-spacing:.08em;text-transform:uppercase;transition:all .25s ease}.avyr-mood-selector a:hover{background:#d6b56d;color:#050403;border-color:#d6b56d;box-shadow:0 0 20px #d6b56d2e}@media(max-width:900px){.avyr-scenes{padding:46px 0 56px}.avyr-scenes__grid{grid-template-columns:1fr;grid-template-rows:none;gap:14px}.avyr-scene,.avyr-scene:first-child{grid-row:auto;min-height:250px}.avyr-scene__content{left:22px;bottom:22px}.avyr-mood-selector{border-radius:18px;width:100%;overflow-x:auto;flex-wrap:nowrap;justify-content:flex-start}.avyr-mood-selector a,.avyr-mood-selector span{white-space:nowrap}}@media(max-width:560px){.avyr-scenes{padding:38px 0 44px}.avyr-scenes__intro{font-size:13px;margin-bottom:20px}.avyr-scene{min-height:220px;border-radius:17px}.avyr-scene__content{left:18px;right:18px;bottom:18px}.avyr-scene__content h3{font-size:27px}.avyr-scene__content p{font-size:12px;max-width:250px}.avyr-mood-selector{padding:10px;gap:8px}.avyr-mood-selector a{font-size:10px;padding:7px 11px}}.avyr-explore-collections{position:relative!important;padding:72px 0 88px!important;background:radial-gradient(circle at 50% -10%,rgba(214,181,109,.18),transparent 38%),linear-gradient(180deg,#050403,#080604 48%,#050403)!important;border-top:1px solid rgba(214,181,109,.1)!important;border-bottom:1px solid rgba(214,181,109,.1)!important;overflow:hidden!important}.avyr-explore-collections:before{content:""!important;position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;pointer-events:none!important;background:linear-gradient(90deg,rgba(214,181,109,.06),transparent 22%,transparent 78%,rgba(214,181,109,.06))!important}.avyr-explore-head{text-align:center!important;position:relative!important;z-index:2!important;margin-bottom:36px!important}.avyr-explore-kicker{color:#d6b56d!important;letter-spacing:.24em!important;text-transform:uppercase!important;font-size:11px!important;margin:0 0 12px!important}.avyr-explore-collections .section-title{margin:0!important;font-family:Georgia,serif!important;color:#f0d28a!important;font-size:clamp(32px,4.2vw,58px)!important;line-height:1!important;letter-spacing:.045em!important;text-transform:uppercase!important;text-shadow:0 12px 40px rgba(0,0,0,.62)!important}.avyr-explore-collections .section-subtitle{max-width:640px!important;margin:18px auto 0!important;color:#fff5deb8!important;font-size:15px!important;line-height:1.75!important}.avyr-explore-grid{position:relative!important;z-index:2!important;width:min(1080px,88vw)!important;margin:0 auto!important;display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:18px!important}.avyr-explore-card{position:relative!important;display:block!important;min-height:305px!important;overflow:hidden!important;border-radius:24px!important;text-decoration:none!important;background-color:#090705!important;background-size:cover!important;background-position:center!important;border:1px solid rgba(214,181,109,.34)!important;box-shadow:0 24px 70px #0000006b,inset 0 1px #ffffff0f!important;transform:translateY(0) scale(1)!important;transition:transform .55s cubic-bezier(.18,.8,.22,1),border-color .4s ease,box-shadow .55s ease,filter .45s ease!important;isolation:isolate!important}.avyr-explore-card--her{background-image:url(avyr-shop-her-v48.jpg)!important;background-position:center 48%!important}.avyr-explore-card--him{background-image:url(avyr-shop-him-v48.jpg)!important;background-position:center 48%!important}.avyr-explore-card--unisex{background-image:url(avyr-shop-unisex-v48.jpg)!important;background-position:center 50%!important}.avyr-explore-card--all{background-image:url(avyr-shop-all-v48.jpg)!important;background-position:center 48%!important}.avyr-explore-card:before{content:""!important;position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;z-index:1!important;background:linear-gradient(180deg,#0000000f,#00000042 46%,#000000c7),radial-gradient(circle at 50% 0%,rgba(255,225,158,.18),transparent 36%)!important;transition:opacity .45s ease!important}.avyr-explore-card:after{content:""!important;position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;z-index:2!important;opacity:0!important;pointer-events:none!important;border-radius:24px!important;box-shadow:inset 0 0 0 1px #ffe2a157,inset 0 0 80px #d6b56d1a!important;transition:opacity .45s ease!important}.avyr-explore-grid:hover .avyr-explore-card{filter:saturate(.82) brightness(.78)!important}.avyr-explore-grid .avyr-explore-card:hover{transform:translateY(-10px) scale(1.035)!important;filter:saturate(1.08) brightness(1.06)!important;z-index:4!important;border-color:#ffe5a8db!important;box-shadow:0 38px 105px #0009,0 0 44px #d6b56d3d,inset 0 1px #ffffff14!important}.avyr-explore-card:hover:after{opacity:1!important}.avyr-explore-card__number{position:absolute!important;top:18px!important;right:20px!important;z-index:3!important;color:#f0d28a9e!important;font-family:Georgia,serif!important;font-size:22px!important;letter-spacing:.06em!important}.avyr-explore-card__content{position:absolute!important;left:22px!important;right:22px!important;bottom:22px!important;z-index:3!important}.avyr-explore-card h3{margin:0 0 10px!important;font-family:Georgia,serif!important;color:#f0d28a!important;font-size:30px!important;line-height:1!important;letter-spacing:.04em!important;text-transform:uppercase!important;text-shadow:0 12px 35px rgba(0,0,0,.7)!important}.avyr-explore-card p{margin:0 0 16px!important;color:#fff7e6c7!important;font-size:13px!important;line-height:1.55!important}.avyr-explore-link{display:inline-flex!important;align-items:center!important;color:#120d05!important;background:linear-gradient(135deg,#d6b56d,#f0d28a)!important;padding:10px 14px!important;border-radius:999px!important;font-size:11px!important;font-weight:700!important;letter-spacing:.08em!important;text-transform:uppercase!important;box-shadow:0 14px 34px #00000052!important;transform:translateY(4px)!important;opacity:.92!important;transition:transform .45s ease,opacity .45s ease!important}.avyr-explore-card:hover .avyr-explore-link{transform:translateY(0)!important;opacity:1!important}@media(max-width:990px){.avyr-explore-collections{padding:58px 0 68px!important}.avyr-explore-grid{width:min(680px,88vw)!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:16px!important}.avyr-explore-card{min-height:260px!important;border-radius:20px!important}.avyr-explore-card:after{border-radius:20px!important}.avyr-explore-card h3{font-size:25px!important}}@media(max-width:560px){.avyr-explore-collections{padding:46px 0 56px!important}.avyr-explore-head{margin-bottom:24px!important}.avyr-explore-collections .section-title{font-size:31px!important}.avyr-explore-collections .section-subtitle{font-size:13px!important;max-width:330px!important}.avyr-explore-grid{width:min(360px,88vw)!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important}.avyr-explore-card{min-height:190px!important;border-radius:16px!important}.avyr-explore-card:after{border-radius:16px!important}.avyr-explore-card__number{top:12px!important;right:13px!important;font-size:15px!important}.avyr-explore-card__content{left:13px!important;right:13px!important;bottom:13px!important}.avyr-explore-card h3{font-size:18px!important;margin-bottom:7px!important}.avyr-explore-card p{display:none!important}.avyr-explore-link{font-size:9px!important;padding:8px 10px!important;letter-spacing:.05em!important}.avyr-explore-grid:hover .avyr-explore-card,.avyr-explore-grid .avyr-explore-card:hover{filter:none!important;transform:none!important}}.avyr-account-btn{display:none!important}@media(max-width:980px){.avyr-account-btn{display:grid!important}.avyr-luxe-actions{display:flex!important;align-items:center!important;gap:8px!important}.avyr-icon-btn{width:39px!important;height:39px!important;min-width:39px!important}.avyr-icon-btn svg{width:20px!important;height:20px!important}.avyr-cart-btn .mobile-cart-count{right:-5px!important;top:-6px!important;bottom:auto!important;min-width:18px!important;height:18px!important;font-size:10px!important}.avyr-luxe-header__inner{grid-template-columns:48px 1fr auto!important;gap:8px!important}.avyr-header-logo img{height:50px!important;max-width:120px!important}.avyr-menu-toggle{width:44px!important;height:44px!important;border:1px solid rgba(214,181,109,.2)!important;border-radius:50%!important;background:#08060559!important}.avyr-menu-toggle span{width:22px!important;height:1.6px!important;background:#f6ead5!important;transition:transform .25s ease,opacity .25s ease!important}body.avyr-mobile-menu-open .avyr-menu-toggle span:nth-child(1){transform:translateY(6px) rotate(45deg)!important}body.avyr-mobile-menu-open .avyr-menu-toggle span:nth-child(2){opacity:0!important}body.avyr-mobile-menu-open .avyr-menu-toggle span:nth-child(3){transform:translateY(-6px) rotate(-45deg)!important}.avyr-mobile-nav{display:none!important}body.avyr-mobile-menu-open .avyr-mobile-nav{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:0!important;padding:12px 18px 14px!important;border-top:1px solid rgba(214,181,109,.18)!important;border-bottom:1px solid rgba(214,181,109,.24)!important;background:#050403f5!important;box-shadow:0 22px 50px #00000073!important}body.avyr-mobile-menu-open .avyr-mobile-nav a{padding:12px 8px!important;border-bottom:1px solid rgba(214,181,109,.1)!important;color:#f3e5cd!important;font-size:11px!important;letter-spacing:.14em!important}body.template-index .avyr-cinematic-hero,.template-index .avyr-cinematic-hero{padding:34px 0 28px!important;min-height:auto!important}body.template-index .avyr-cinematic-hero:before,.template-index .avyr-cinematic-hero:before{height:100%!important;top:0!important;background:linear-gradient(180deg,#030302b8,#03030259,#03030280 68%,#030302),url(avyr-hero-bottles-v42.png) center 18px/auto 500px no-repeat!important}body.template-index .avyr-cinematic-hero:after,.template-index .avyr-cinematic-hero:after{height:100%!important;background:linear-gradient(180deg,#03030280,#03030214 42%,#030302bd 72%,#030302)!important}body.template-index .avyr-cinematic-hero .avyr-hero-wrap,.template-index .avyr-cinematic-hero .avyr-hero-wrap,body.template-index .avyr-hero-wrap,.template-index .avyr-hero-wrap{min-height:auto!important;width:min(360px,90vw)!important;padding:46px 0 0!important;display:block!important}body.template-index .avyr-hero-copy,.template-index .avyr-hero-copy{padding-top:0!important}body.template-index .avyr-hero-copy h1,.template-index .avyr-hero-copy h1{font-size:46px!important;line-height:.92!important}body.template-index .avyr-hero-copy p,.template-index .avyr-hero-copy p{font-size:15px!important;line-height:1.55!important;max-width:330px!important}body.template-index .avyr-hero-button,.template-index .avyr-hero-button{width:100%!important;min-width:0!important;margin-top:18px!important}body.template-index .avyr-hero-features,.template-index .avyr-hero-features{margin-top:30px!important;margin-bottom:0!important;width:100%!important;max-width:100%!important;grid-template-columns:repeat(3,1fr)!important;border:1px solid rgba(214,181,109,.24)!important;border-radius:18px!important;background:#030302b8!important;-webkit-backdrop-filter:blur(3px)!important;backdrop-filter:blur(3px)!important}}@media(max-width:430px){body.template-index .avyr-cinematic-hero:before,.template-index .avyr-cinematic-hero:before{background-size:auto 455px!important;background-position:center 28px!important}body.template-index .avyr-cinematic-hero .avyr-hero-wrap,.template-index .avyr-cinematic-hero .avyr-hero-wrap,body.template-index .avyr-hero-wrap,.template-index .avyr-hero-wrap{width:min(350px,90vw)!important;padding-top:42px!important}}@media(max-width:980px){.header.avyr-luxe-header .avyr-mobile-nav{display:flex!important;gap:22px!important;overflow-x:auto!important;white-space:nowrap!important;padding:10px max(18px,4vw) 12px!important;border-top:1px solid rgba(214,181,109,.14)!important;border-bottom:1px solid rgba(214,181,109,.18)!important;background:#080605eb!important;scrollbar-width:none!important}.header.avyr-luxe-header .avyr-mobile-nav::-webkit-scrollbar{display:none!important}.header.avyr-luxe-header .avyr-mobile-nav a{flex:0 0 auto!important;color:#e7d7bf!important;font-size:11px!important;letter-spacing:.16em!important;text-transform:uppercase!important;font-weight:800!important;padding:0!important;border:0!important}body.avyr-mobile-menu-open .header.avyr-luxe-header .avyr-mobile-nav{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:0!important;padding:12px 18px 14px!important;background:#050403fa!important;box-shadow:0 22px 50px #00000073!important}body.avyr-mobile-menu-open .header.avyr-luxe-header .avyr-mobile-nav a{padding:12px 8px!important;border-bottom:1px solid rgba(214,181,109,.1)!important}.header.avyr-luxe-header,.header.avyr-luxe-header *{pointer-events:auto!important}.avyr-luxe-actions{display:flex!important;align-items:center!important;gap:8px!important}.avyr-account-btn{display:grid!important}.avyr-menu-toggle{display:grid!important;position:relative!important;z-index:80!important}.avyr-icon-btn{position:relative!important;z-index:80!important}body.template-index .avyr-cinematic-hero,.template-index .avyr-cinematic-hero{padding-top:34px!important;padding-bottom:24px!important;min-height:0!important;height:auto!important}body.template-index .avyr-cinematic-hero .avyr-hero-wrap,.template-index .avyr-cinematic-hero .avyr-hero-wrap,body.template-index .avyr-hero-wrap,.template-index .avyr-hero-wrap{min-height:0!important;height:auto!important;padding-top:42px!important;padding-bottom:0!important;display:block!important}body.template-index .avyr-hero-copy,.template-index .avyr-hero-copy{display:flex!important;flex-direction:column!important;gap:0!important;padding-bottom:0!important;margin-bottom:0!important}body.template-index .avyr-hero-button,.template-index .avyr-hero-button{margin-top:18px!important;margin-bottom:0!important}body.template-index .avyr-hero-features,.template-index .avyr-hero-features,body.template-index .avyr-cinematic-hero .avyr-hero-features,.template-index .avyr-cinematic-hero .avyr-hero-features{margin-top:26px!important;margin-bottom:0!important;transform:none!important}body.template-index .avyr-hero-visual,.template-index .avyr-hero-visual,body.template-index .avyr-hero-image,.template-index .avyr-hero-image{display:none!important;min-height:0!important;height:0!important;margin:0!important;padding:0!important}body.template-index .avyr-cinematic-hero:before,.template-index .avyr-cinematic-hero:before{pointer-events:none!important;top:0!important;bottom:0!important;height:100%!important}body.template-index .avyr-cinematic-hero:after,.template-index .avyr-cinematic-hero:after{pointer-events:none!important;height:100%!important}}@media(max-width:430px){body.template-index .avyr-hero-features,.template-index .avyr-hero-features,body.template-index .avyr-cinematic-hero .avyr-hero-features,.template-index .avyr-cinematic-hero .avyr-hero-features{margin-top:24px!important}}.avyr-men-collection-page{background:#050403!important;color:#f8eed8!important;overflow:hidden!important}.avyr-men-hero{position:relative!important;width:100%!important;min-height:520px!important;border-bottom:1px solid rgba(214,181,109,.22)!important;background:linear-gradient(90deg,#0000000d,#00000014),url(avyr-men-hero-v54.jpg) center center / cover no-repeat!important}.avyr-men-hero__shade{position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;pointer-events:none!important;background:linear-gradient(180deg,#0000001a,#0000000d 64%,#050403)!important}.avyr-men-page-width{width:min(1220px,92vw)!important;margin:0 auto!important}.avyr-men-filter{margin:-34px auto 46px!important;position:relative!important;z-index:3!important;display:grid!important;grid-template-columns:repeat(6,1fr)!important;gap:0!important;border:1px solid rgba(214,181,109,.35)!important;border-radius:18px!important;background:#080605db!important;-webkit-backdrop-filter:blur(10px)!important;backdrop-filter:blur(10px)!important;box-shadow:0 20px 55px #0000006b!important;overflow:hidden!important}.avyr-men-filter a{display:grid!important;place-items:center!important;min-height:70px!important;color:#efe0c4!important;text-decoration:none!important;text-transform:uppercase!important;font-size:12px!important;font-weight:800!important;letter-spacing:.11em!important;border-right:1px solid rgba(214,181,109,.18)!important;transition:background .3s ease,color .3s ease!important}.avyr-men-filter a:last-child{border-right:0!important}.avyr-men-filter a:hover,.avyr-men-filter a.active{color:#d9b463!important;background:linear-gradient(180deg,#d6b56d21,#d6b56d08)!important}.avyr-men-filter a.active span:after{content:""!important;display:block!important;width:42px!important;height:2px!important;margin:12px auto 0!important;background:#d9b463!important}.avyr-men-grid-head{display:flex!important;align-items:end!important;justify-content:space-between!important;gap:22px!important;margin:0 0 22px!important}.avyr-men-eyebrow{margin:0 0 7px!important;color:#d2ad61!important;font-size:11px!important;text-transform:uppercase!important;letter-spacing:.22em!important;font-weight:800!important}.avyr-men-grid-head h2{margin:0!important;color:#f2dfba!important;font-family:Georgia,Times New Roman,serif!important;font-size:30px!important;letter-spacing:.04em!important;text-transform:uppercase!important}.avyr-men-view-all{color:#d9b463!important;text-decoration:none!important;text-transform:uppercase!important;font-size:11px!important;letter-spacing:.14em!important;font-weight:800!important;white-space:nowrap!important}.avyr-men-product-grid{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:22px!important;margin-bottom:38px!important}.avyr-men-product-card{position:relative!important;display:block!important;min-width:0!important;text-decoration:none!important;overflow:hidden!important;border:1px solid rgba(214,181,109,.3)!important;border-radius:16px!important;background:radial-gradient(circle at 50% 0%,#d6b56d24,#120d08c7 44%,#070504)!important;box-shadow:0 20px 45px #00000042!important;transition:transform .38s ease,border-color .38s ease,box-shadow .38s ease!important}.avyr-men-product-card:hover{transform:translateY(-6px)!important;border-color:#e6c477c7!important;box-shadow:0 28px 70px #00000061,0 0 28px #d6b56d1f!important}.avyr-men-badge{position:absolute!important;left:14px!important;top:14px!important;z-index:2!important;border:1px solid rgba(214,181,109,.5)!important;color:#151005!important;background:#d9b463!important;font-size:9px!important;line-height:1!important;letter-spacing:.09em!important;text-transform:uppercase!important;font-weight:900!important;border-radius:4px!important;padding:6px 8px!important}.avyr-men-product-media{height:270px!important;display:grid!important;place-items:end center!important;padding:34px 22px 0!important;background:linear-gradient(180deg,#ffffff05,#00000047)!important}.avyr-men-product-media img{max-width:100%!important;max-height:255px!important;width:auto!important;height:auto!important;object-fit:contain!important;filter:drop-shadow(0 20px 25px rgba(0,0,0,.5))!important;transition:transform .45s ease!important}.avyr-men-product-card:hover .avyr-men-product-media img{transform:scale(1.04)!important}.avyr-men-product-info{padding:18px 18px 20px!important;background:linear-gradient(180deg,#060403b8,#080504f5)!important;border-top:1px solid rgba(214,181,109,.13)!important}.avyr-men-product-info h3{margin:0 0 6px!important;color:#f2dfba!important;font-size:15px!important;line-height:1.2!important;text-transform:uppercase!important;letter-spacing:.04em!important}.avyr-men-product-info p{margin:0 0 14px!important;color:#fff7e894!important;font-size:12px!important}.avyr-men-price-row{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:12px!important}.avyr-men-price{color:#d9b463!important;font-size:16px!important;font-weight:900!important}.avyr-men-cart-icon{display:grid!important;place-items:center!important;width:34px!important;height:34px!important;border:1px solid rgba(214,181,109,.44)!important;border-radius:50%!important;color:#d9b463!important;font-size:20px!important;line-height:1!important}.avyr-men-benefits{display:grid!important;grid-template-columns:repeat(3,1fr)!important;gap:0!important;margin:10px 0 52px!important;border:1px solid rgba(214,181,109,.28)!important;border-radius:16px!important;background:linear-gradient(180deg,#140e08b3,#080504e0)!important;overflow:hidden!important}.avyr-men-benefits div{padding:24px 30px!important;border-right:1px solid rgba(214,181,109,.18)!important}.avyr-men-benefits div:last-child{border-right:0!important}.avyr-men-benefits strong{display:block!important;color:#d9b463!important;font-size:13px!important;text-transform:uppercase!important;letter-spacing:.11em!important;margin-bottom:4px!important}.avyr-men-benefits span{display:block!important;color:#fff7e8b8!important;font-size:12px!important}.avyr-men-top-picks{margin:0 0 70px!important}.avyr-men-picks-grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:22px!important}.avyr-men-pick-card{display:grid!important;grid-template-columns:44% 1fr!important;min-height:210px!important;overflow:hidden!important;text-decoration:none!important;border:1px solid rgba(214,181,109,.28)!important;border-radius:16px!important;background:linear-gradient(135deg,#1a120acc,#050403f2)!important;transition:transform .35s ease,border-color .35s ease!important}.avyr-men-pick-card:hover{transform:translateY(-5px)!important;border-color:#e6c477b3!important}.avyr-men-pick-media{display:grid!important;place-items:end center!important;padding:18px!important;background:radial-gradient(circle at 50% 15%,#d6b56d33,#00000059 58%,#000000a6)!important}.avyr-men-pick-media img{max-width:100%!important;max-height:190px!important;object-fit:contain!important}.avyr-men-pick-info{padding:28px 18px!important;display:flex!important;flex-direction:column!important;justify-content:center!important}.avyr-men-pick-info h3{margin:0 0 8px!important;color:#f2dfba!important;font-size:16px!important;text-transform:uppercase!important}.avyr-men-pick-info p{margin:0 0 18px!important;color:#fff7e89e!important;font-size:13px!important;line-height:1.45!important}.avyr-men-pick-info span{color:#d9b463!important;font-weight:900!important}.avyr-men-empty{color:#f8eed8!important}@media(max-width:990px){.avyr-men-hero{min-height:470px!important;background-position:center center!important}.avyr-men-page-width{width:min(720px,90vw)!important}.avyr-men-filter{margin-top:-26px!important;grid-template-columns:repeat(6,120px)!important;overflow-x:auto!important;scrollbar-width:none!important}.avyr-men-filter::-webkit-scrollbar{display:none!important}.avyr-men-filter a{min-height:62px!important;font-size:10px!important}.avyr-men-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:14px!important}.avyr-men-product-media{height:225px!important;padding:28px 16px 0!important}.avyr-men-product-media img{max-height:215px!important}.avyr-men-benefits{grid-template-columns:1fr!important}.avyr-men-benefits div{border-right:0!important;border-bottom:1px solid rgba(214,181,109,.16)!important;padding:18px 20px!important}.avyr-men-benefits div:last-child{border-bottom:0!important}.avyr-men-picks-grid{grid-template-columns:1fr!important}}@media(max-width:560px){.avyr-men-hero{min-height:455px!important;background-size:cover!important;background-position:60% center!important}.avyr-men-hero__shade{background:linear-gradient(180deg,#00000014 0% 62%,#050403)!important}.avyr-men-page-width{width:min(380px,92vw)!important}.avyr-men-filter{margin:-22px 0 34px!important;border-radius:14px!important;grid-template-columns:repeat(6,92px)!important}.avyr-men-filter a{min-height:56px!important;font-size:9px!important;letter-spacing:.08em!important}.avyr-men-grid-head{align-items:start!important;margin-bottom:16px!important}.avyr-men-grid-head h2{font-size:20px!important;line-height:1.1!important}.avyr-men-view-all{font-size:9px!important;margin-top:4px!important}.avyr-men-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important}.avyr-men-product-card{border-radius:13px!important}.avyr-men-badge{font-size:8px!important;padding:5px 6px!important;left:9px!important;top:9px!important}.avyr-men-product-media{height:165px!important;padding:22px 10px 0!important}.avyr-men-product-media img{max-height:155px!important}.avyr-men-product-info{padding:12px 10px 13px!important}.avyr-men-product-info h3{font-size:11px!important;line-height:1.25!important}.avyr-men-product-info p{font-size:10px!important;margin-bottom:10px!important}.avyr-men-price{font-size:12px!important}.avyr-men-cart-icon{width:26px!important;height:26px!important;font-size:16px!important}.avyr-men-benefits{margin:8px 0 38px!important;border-radius:14px!important}.avyr-men-pick-card{grid-template-columns:40% 1fr!important;min-height:150px!important;border-radius:13px!important}.avyr-men-pick-media{padding:12px!important}.avyr-men-pick-media img{max-height:130px!important}.avyr-men-pick-info{padding:16px 12px!important}.avyr-men-pick-info h3{font-size:12px!important}.avyr-men-pick-info p{font-size:10px!important;margin-bottom:10px!important}}.avyr-men-filter{display:none!important}.avyr-men-product-grid{margin-top:10px!important}.avyr-men-product-card{background:linear-gradient(180deg,#080a0ceb,#050403fa)!important;border-color:#d6b56d52!important}.avyr-men-product-media{position:relative!important;overflow:hidden!important;background:linear-gradient(180deg,#00000014,#0000001f 52%,#0000008f),url(avyr-men-card-bg-v56.png) center center / cover no-repeat!important}.avyr-men-product-media:after{content:""!important;position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;pointer-events:none!important;background:radial-gradient(circle at 50% 35%,rgba(255,255,255,.05),transparent 44%),linear-gradient(180deg,transparent 62%,rgba(0,0,0,.62))!important;z-index:1!important}.avyr-men-product-media img,.avyr-men-product-media .bottle{position:relative!important;z-index:2!important}.avyr-men-product-card:hover .avyr-men-product-media{background-size:108%!important}.avyr-men-product-info{background:linear-gradient(180deg,#050506c7,#050403fa)!important}.avyr-men-badge{display:none!important}@media(max-width:560px){.avyr-men-hero{min-height:285px!important;height:285px!important;background-size:100% auto!important;background-position:center top!important;background-repeat:no-repeat!important;background-color:#050403!important}.avyr-men-hero__shade{background:linear-gradient(180deg,#0000,#00000005 62%,#050403)!important}.avyr-men-grid-head{margin-top:28px!important}.avyr-men-product-media{height:170px!important;background-size:cover!important;background-position:center center!important}}.avyr-men-product-media{background:linear-gradient(180deg,#0000002e,#00000042 48%,#000000b3),url(avyr-men-card-bg-v56.png) center center / cover no-repeat!important}.avyr-men-product-media:after{background:radial-gradient(circle at 50% 38%,rgba(214,181,109,.12),transparent 34%),linear-gradient(180deg,#0000 52%,#000000b3)!important}.avyr-men-product-media img{filter:brightness(1.1) contrast(1.08) saturate(1.06) drop-shadow(0 20px 26px rgba(0,0,0,.72)) drop-shadow(0 0 20px rgba(214,181,109,.18))!important;z-index:3!important}.avyr-men-product-card:hover .avyr-men-product-media img{transform:scale(1.055)!important;filter:brightness(1.16) contrast(1.1) saturate(1.08) drop-shadow(0 24px 32px rgba(0,0,0,.78)) drop-shadow(0 0 28px rgba(214,181,109,.25))!important}.product-page{grid-template-columns:minmax(300px,.82fr) minmax(320px,1.18fr)!important;gap:38px!important;align-items:start!important}.product-main-media{max-width:520px!important;width:100%!important;justify-self:center!important;padding:26px!important;border-radius:24px!important}.product-main-media img{max-height:540px!important;width:auto!important;object-fit:contain!important;filter:drop-shadow(0 24px 36px rgba(0,0,0,.55))}.product-main-info form{margin:22px 0 24px!important;padding:18px!important;border:1px solid rgba(214,181,109,.22)!important;border-radius:18px!important;background:linear-gradient(145deg,#ffffff0a,#ffffff03)!important}.product-main-info form .button{min-width:190px!important}.fragrantica-accords-inline{margin-top:18px!important}@media(max-width:900px){.product-page{grid-template-columns:1fr!important;gap:24px!important;padding:38px 0!important}.product-main-media{max-width:430px!important;padding:18px!important}.product-main-media img{max-height:410px!important}}@media(max-width:560px){.product-page{padding:28px 0 34px!important;gap:20px!important}.product-main-media{max-width:315px!important;padding:12px!important;border-radius:20px!important}.product-main-media img{max-height:300px!important}.product-main-info h1{font-size:30px!important;line-height:1.08!important}.product-main-info form{margin:18px 0 20px!important;padding:14px!important}.product-main-info form .button{width:100%!important}}.avyr-product{display:grid!important;grid-template-columns:minmax(320px,.92fr) minmax(360px,1.08fr)!important;gap:42px!important;padding:58px 0 30px!important;align-items:start!important}.avyr-product__media-panel{position:relative!important;min-height:640px!important;border:1px solid rgba(214,181,109,.34)!important;border-radius:28px!important;overflow:hidden!important;background:linear-gradient(180deg,#0104071f,#00000070 58%,#000000b3),url(avyr-men-card-bg-v56.png) center center / cover no-repeat!important;box-shadow:0 28px 90px #0000006b,inset 0 0 0 1px #ffffff09!important;display:flex!important;flex-direction:column!important;justify-content:center!important;padding:70px 34px 34px!important}.avyr-product__media-panel:after{content:""!important;position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;pointer-events:none!important;background:radial-gradient(circle at 52% 42%,rgba(214,181,109,.16),transparent 38%),linear-gradient(180deg,transparent 60%,rgba(0,0,0,.64))!important;z-index:1!important}.avyr-product__badges{position:absolute!important;top:28px!important;left:28px!important;display:flex!important;flex-wrap:wrap!important;gap:12px!important;z-index:3!important}.avyr-product__badges span{border:1px solid rgba(214,181,109,.44)!important;border-radius:8px!important;padding:9px 13px!important;color:#e9c572!important;text-transform:uppercase!important;letter-spacing:.15em!important;font-size:10px!important;font-weight:900!important;background:#00000057!important}.avyr-product__image-wrap{position:relative!important;z-index:2!important;display:grid!important;place-items:center!important;min-height:430px!important}.avyr-product__image-wrap img{max-height:520px!important;width:auto!important;object-fit:contain!important;filter:brightness(1.08) contrast(1.06) saturate(1.05) drop-shadow(0 28px 34px rgba(0,0,0,.7)) drop-shadow(0 0 26px rgba(214,181,109,.2))!important;transition:transform .45s ease,filter .45s ease!important}.avyr-product__media-panel:hover .avyr-product__image-wrap img{transform:scale(1.025)!important;filter:brightness(1.14) contrast(1.08) saturate(1.08) drop-shadow(0 32px 42px rgba(0,0,0,.78)) drop-shadow(0 0 34px rgba(214,181,109,.28))!important}.avyr-product__thumbs{position:relative!important;z-index:3!important;display:flex!important;gap:10px!important;justify-content:center!important;margin-top:22px!important}.avyr-product__thumbs span{width:66px!important;height:72px!important;border:1px solid rgba(214,181,109,.4)!important;border-radius:12px!important;overflow:hidden!important;background:#00000047!important;display:grid!important;place-items:center!important}.avyr-product__thumbs img{width:100%!important;height:100%!important;object-fit:cover!important}.avyr-product__info-panel{padding-top:14px!important}.avyr-product__info-panel .eyebrow{margin:0 0 10px!important;letter-spacing:.28em!important}.avyr-product__info-panel h1{font-family:Georgia,serif!important;font-size:clamp(42px,4.6vw,64px)!important;line-height:.95!important;margin:0 0 18px!important;color:#f6ead5!important;text-shadow:0 14px 45px rgba(214,181,109,.15)!important}.avyr-product__info-panel .price{font-size:22px!important;margin:0 0 22px!important;color:#d9b463!important}.avyr-product__desc{font-size:16px!important;line-height:1.82!important;color:#fff7e8cc!important;max-width:760px!important}.avyr-product__desc p:first-child strong,.avyr-product__desc strong{color:#e8c271!important}.avyr-product-form{margin:28px 0 22px!important;border:1px solid rgba(214,181,109,.28)!important;border-radius:22px!important;background:linear-gradient(145deg,#ffffff0b,#ffffff03)!important;box-shadow:inset 0 1px #ffffff0a!important;padding:26px!important}.avyr-qty-row{display:flex!important;align-items:center!important;gap:16px!important;margin-bottom:20px!important;color:#fff7e8!important}.avyr-qty-row span{font-weight:700!important}.avyr-qty{margin:0!important}.avyr-qty input{width:72px!important;text-align:center!important;background:#00000047!important;border:1px solid rgba(214,181,109,.36)!important;color:#fff!important;border-radius:12px!important;padding:12px!important}.avyr-add-cart{width:100%!important;min-height:58px!important;border-radius:16px!important;font-size:13px!important;letter-spacing:.18em!important;box-shadow:0 16px 34px #d6b56d2e!important}.avyr-add-cart span{margin-left:10px!important;font-size:15px!important}.avyr-product-trust{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:0!important;border:1px solid rgba(214,181,109,.22)!important;border-radius:18px!important;background:linear-gradient(180deg,#ffffff09,#ffffff03)!important;overflow:hidden!important}.avyr-product-trust div{padding:18px 16px!important;border-right:1px solid rgba(214,181,109,.15)!important}.avyr-product-trust div:last-child{border-right:0!important}.avyr-product-trust strong{display:block!important;color:#e3bc69!important;text-transform:uppercase!important;letter-spacing:.11em!important;font-size:11px!important;margin-bottom:5px!important}.avyr-product-trust span{display:block!important;color:#fff7e8a8!important;font-size:11px!important;line-height:1.35!important}.avyr-product-details{display:grid!important;grid-template-columns:minmax(280px,.82fr) minmax(360px,1.18fr)!important;gap:24px!important;padding:18px 0 78px!important;align-items:start!important}.avyr-product-detail-card{max-width:none!important;width:100%!important;margin:0!important;border:1px solid rgba(214,181,109,.24)!important;border-radius:22px!important;background:linear-gradient(180deg,#ffffff09,#ffffff03)!important;padding:26px!important;box-shadow:inset 0 1px #ffffff08!important}.avyr-product-details .fragrantica-style-notes{background:linear-gradient(180deg,#ffffff09,#ffffff03)!important;padding:26px!important;max-width:none!important;border:1px solid rgba(214,181,109,.24)!important;margin:0!important}.avyr-product-details .notes-heading.compact{text-align:left!important;margin:0 0 22px!important}.avyr-product-details .notes-heading.compact h2{font-family:Georgia,serif!important;font-size:28px!important;margin:5px 0 0!important;color:#f4dfb5!important;text-transform:none!important}.avyr-product-details .f-notes-wrap{background:transparent!important;border:0!important;border-radius:0!important;padding:0!important}.avyr-product-details .f-note-row{border-top:1px solid rgba(214,181,109,.16)!important;padding:22px 0!important;margin:0!important}.avyr-product-details .f-note-row:first-child{border-top:0!important;padding-top:0!important}.avyr-product-details .f-note-title{justify-content:flex-start!important;gap:10px!important;color:#d9b463!important;letter-spacing:.14em!important;text-transform:uppercase!important;font-size:12px!important;margin-bottom:15px!important}.avyr-product-details .f-note-title span{display:none!important}.avyr-product-details .f-note-list{justify-content:flex-start!important;gap:14px!important}.note-photo-item{width:96px!important;text-align:center!important}.note-photo{width:86px!important;height:86px!important;border-radius:13px!important;overflow:hidden!important;background:#0d0b09!important;border:1px solid rgba(214,181,109,.35)!important;box-shadow:0 14px 28px #00000059!important;padding:0!important}.note-photo img{width:100%!important;height:100%!important;object-fit:cover!important;display:block!important;filter:saturate(1.08) contrast(1.04)!important}.note-photo-item .note-name{font-size:12px!important;color:#eadfce!important;margin-top:7px!important;line-height:1.2!important;font-weight:700!important;text-transform:capitalize!important}.avyr-product-details .fragrantica-accords-inline h3{text-align:left!important;font-family:Georgia,serif!important;font-size:26px!important;color:#f4dfb5!important;margin-bottom:22px!important}.avyr-product-details .fragrantica-bars{align-items:flex-start!important}.avyr-product-details .f-accord{max-width:100%!important}@media(max-width:980px){.avyr-product{grid-template-columns:1fr!important;gap:26px!important;padding:34px 0 20px!important}.avyr-product__media-panel{min-height:520px!important;padding:62px 22px 24px!important}.avyr-product__image-wrap{min-height:340px!important}.avyr-product__image-wrap img{max-height:410px!important}.avyr-product-trust{grid-template-columns:repeat(2,minmax(0,1fr))!important}.avyr-product-trust div:nth-child(2){border-right:0!important}.avyr-product-trust div:nth-child(-n+2){border-bottom:1px solid rgba(214,181,109,.15)!important}.avyr-product-details{grid-template-columns:1fr!important;padding-bottom:52px!important}}@media(max-width:560px){.avyr-product{width:min(390px,92vw)!important;padding:22px 0 14px!important}.avyr-product__media-panel{min-height:470px!important;border-radius:20px!important;padding:52px 14px 18px!important;background-position:center center!important}.avyr-product__badges{top:18px!important;left:18px!important;right:18px!important;gap:8px!important}.avyr-product__badges span{font-size:9px!important;padding:7px 9px!important}.avyr-product__image-wrap{min-height:315px!important}.avyr-product__image-wrap img{max-height:335px!important}.avyr-product__thumbs{gap:8px!important;margin-top:14px!important;justify-content:flex-start!important;overflow-x:auto!important;padding-bottom:4px!important}.avyr-product__thumbs span{width:58px!important;height:62px!important;flex:0 0 auto!important}.avyr-product__info-panel h1{font-size:34px!important}.avyr-product__desc{font-size:14px!important;line-height:1.72!important}.avyr-product-form{padding:18px!important;border-radius:18px!important}.avyr-add-cart{min-height:54px!important;border-radius:15px!important}.avyr-product-trust{grid-template-columns:1fr!important;border-radius:16px!important}.avyr-product-trust div{border-right:0!important;border-bottom:1px solid rgba(214,181,109,.15)!important;padding:15px!important}.avyr-product-trust div:last-child{border-bottom:0!important}.avyr-product-details{width:min(390px,92vw)!important;gap:18px!important}.avyr-product-detail-card,.avyr-product-details .fragrantica-style-notes{padding:18px!important;border-radius:18px!important}.avyr-product-details .notes-heading.compact h2{font-size:24px!important}.avyr-product-details .f-note-list{gap:12px 8px!important}.note-photo-item{width:78px!important}.note-photo{width:68px!important;height:68px!important;border-radius:12px!important}.note-photo-item .note-name{font-size:10px!important}}.avyr-product-trust--three{grid-template-columns:repeat(3,minmax(0,1fr))!important}.avyr-product-trust--three div:nth-child(3){border-right:0!important}.avyr-product-trust--three div:nth-child(-n+2){border-bottom:0!important}.avyr-product-details{grid-template-columns:minmax(280px,.55fr) minmax(520px,1.45fr)!important;gap:28px!important}.avyr-product-detail-card,.avyr-product-details .fragrantica-style-notes{border-color:#d6b56d52!important;background:linear-gradient(145deg,#12100eeb,#060504f5)!important;box-shadow:0 24px 70px #00000057,inset 0 1px #ffffff0b!important}.avyr-product-details .fragrantica-accords-inline{padding:30px 28px!important}.avyr-product-details .fragrantica-accords-inline h3{font-family:Inter,Arial,sans-serif!important;font-size:15px!important;font-weight:800!important;letter-spacing:.2em!important;text-transform:uppercase!important;color:#d7ae5c!important;margin:0 0 26px!important}.avyr-product-details .fragrantica-bars{display:flex!important;flex-direction:column!important;gap:12px!important;align-items:stretch!important}.avyr-product-details .f-accord{position:relative!important;width:var(--w)!important;min-width:0!important;max-width:100%!important;height:34px!important;margin:0!important;justify-content:flex-start!important;padding:0 16px!important;border-radius:8px!important;color:#111!important;font-size:13px!important;text-transform:capitalize!important;box-shadow:inset 0 1px #ffffff52,0 9px 24px #00000038!important}.avyr-product-details .f-accord span{white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.avyr-product-details .fragrantica-style-notes{padding:30px!important;border-radius:22px!important}.avyr-product-details .notes-heading.compact{margin:0 0 24px!important}.avyr-product-details .notes-heading .eyebrow{font-size:11px!important;letter-spacing:.25em!important;color:#d7ae5c!important}.avyr-product-details .notes-heading.compact h2{font-size:34px!important;color:#f4dfbd!important;text-transform:none!important;letter-spacing:.03em!important}.avyr-product-details .f-note-row{padding:20px 0 22px!important;border-top:1px solid rgba(214,181,109,.18)!important}.avyr-product-details .f-note-title{justify-content:flex-start!important;margin-bottom:14px!important;color:#d7ae5c!important;letter-spacing:.16em!important;font-size:11px!important}.avyr-product-details .f-note-title strong{background:transparent!important;border:0!important;padding:0!important;box-shadow:none!important;color:#d7ae5c!important}.avyr-product-details .f-note-list{display:grid!important;grid-template-columns:repeat(auto-fit,minmax(92px,1fr))!important;gap:16px!important;align-items:start!important}.avyr-product-details .f-note-list .note-photo-item,.avyr-product-details .note-photo-item{width:auto!important;min-width:0!important}.avyr-product-details .note-photo{width:100%!important;height:78px!important;border-radius:10px!important;border:1px solid rgba(214,181,109,.28)!important;background:#0c0907!important;box-shadow:0 14px 28px #00000061!important}.avyr-product-details .note-photo img{width:100%!important;height:100%!important;object-fit:cover!important;filter:saturate(1.12) contrast(1.04) brightness(.98)!important}.avyr-product-details .note-photo-item .note-name{color:#eee0ca!important;font-size:12px!important;margin-top:7px!important;font-weight:600!important}@media(max-width:980px){.avyr-product-details,.avyr-product-trust--three{grid-template-columns:1fr!important}.avyr-product-trust--three div{border-right:0!important;border-bottom:1px solid rgba(214,181,109,.15)!important}.avyr-product-trust--three div:last-child{border-bottom:0!important}}@media(max-width:560px){.avyr-product-details .fragrantica-style-notes{padding:20px 16px!important}.avyr-product-details .notes-heading.compact h2{font-size:26px!important}.avyr-product-details .f-note-list{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:13px 9px!important}.avyr-product-details .note-photo{height:68px!important;border-radius:10px!important}.avyr-product-details .note-photo-item .note-name{font-size:10px!important}.avyr-product-details .fragrantica-accords-inline{padding:22px 18px!important}.avyr-product-details .f-accord{height:30px!important;font-size:11px!important}}.avyr-sticky-atc{display:none}@media(max-width:768px){body.template-product{padding-bottom:104px!important}.avyr-product-form .avyr-sticky-atc{position:fixed!important;left:12px!important;right:12px!important;bottom:calc(12px + env(safe-area-inset-bottom))!important;z-index:2147483000!important;display:grid!important;grid-template-columns:1fr auto!important;align-items:center!important;gap:12px!important;padding:11px 12px!important;border:1px solid rgba(214,181,109,.55)!important;border-radius:22px!important;background:linear-gradient(145deg,#0c0907f5,#1c140ef5)!important;box-shadow:0 18px 55px #000000a8,0 0 26px #d6b56d29!important;backdrop-filter:blur(18px)!important;-webkit-backdrop-filter:blur(18px)!important;pointer-events:auto!important}.avyr-sticky-atc__info{min-width:0!important;color:#f6ead8!important;line-height:1.15!important}.avyr-sticky-atc__info strong{display:block!important;max-width:46vw!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;font-family:Georgia,serif!important;font-size:15px!important;color:#fff1d0!important;font-weight:800!important}.avyr-sticky-atc__info span{display:block!important;margin-top:3px!important;font-size:13px!important;color:#d6b56d!important;font-weight:900!important}.avyr-sticky-atc__button{min-width:148px!important;min-height:48px!important;border:0!important;border-radius:999px!important;padding:0 16px!important;background:linear-gradient(135deg,#c69c49,#f2d17d,#c59a46)!important;color:#100a05!important;font-size:11px!important;font-weight:950!important;letter-spacing:.15em!important;text-transform:uppercase!important;box-shadow:0 10px 26px #d6b56d47,inset 0 1px #ffffff61!important;cursor:pointer!important}.avyr-sticky-atc__button span{margin-left:6px!important}}@media(max-width:390px){.avyr-sticky-atc__info strong{max-width:40vw!important;font-size:14px!important}.avyr-sticky-atc__button{min-width:134px!important;font-size:10px!important;padding:0 12px!important}}.avyr-gender-hero{min-height:390px!important;padding:0!important;border-bottom:1px solid rgba(214,181,109,.24)!important;background-size:cover!important;background-repeat:no-repeat!important;background-position:center center!important;position:relative!important;overflow:hidden!important}.avyr-gender-hero:after{content:""!important;position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;pointer-events:none!important;background:linear-gradient(180deg,#0000000d,#00000029)!important}.avyr-gender-hero--women{background-image:url(avyr-women-hero-v62.png)!important}.avyr-gender-hero--unisex{background-image:url(avyr-unisex-hero-v62.png)!important}@media(max-width:768px){.avyr-gender-hero{min-height:240px!important;background-size:cover!important}.avyr-gender-hero--women,.avyr-gender-hero--unisex{background-position:center center!important}}@media(max-width:430px){.avyr-gender-hero{min-height:205px!important}}.avyr-cart-section{padding:70px 0 90px;background:radial-gradient(circle at 50% 0,rgba(214,181,109,.1),transparent 36%),#080604;color:#f7ead4}.avyr-cart-width{max-width:1220px;margin:0 auto;padding:0 28px}.avyr-cart-header{text-align:center;margin-bottom:34px}.avyr-cart-eyebrow,.avyr-cart-summary__eyebrow{color:#d9b463;text-transform:uppercase;letter-spacing:.28em;font-size:12px;font-weight:900;margin:0 0 10px}.avyr-cart-header h1{font-family:Georgia,serif;color:#f5dfb4;font-size:clamp(44px,6vw,72px);line-height:.95;margin:0 0 12px;text-transform:uppercase}.avyr-cart-header p{color:#fff7e8b8;margin:0}.avyr-cart-layout{display:grid;grid-template-columns:minmax(0,1fr) 390px;gap:28px;align-items:start}.avyr-cart-items,.avyr-cart-summary,.avyr-cart-empty{border:1px solid rgba(214,181,109,.28);border-radius:24px;background:linear-gradient(145deg,#ffffff0a,#ffffff03);box-shadow:0 24px 70px #00000052,inset 0 1px #ffffff0a}.avyr-cart-items{overflow:hidden}.avyr-cart-item{display:grid;grid-template-columns:110px minmax(0,1fr) auto;gap:18px;align-items:center;padding:22px;border-bottom:1px solid rgba(214,181,109,.16)}.avyr-cart-item:last-child{border-bottom:0}.avyr-cart-item__media{width:110px;height:122px;border-radius:16px;border:1px solid rgba(214,181,109,.28);background:linear-gradient(145deg,#d6b56d1a,#00000059);display:grid;place-items:center;overflow:hidden}.avyr-cart-item__media img{width:100%;height:100%;object-fit:contain;padding:8px;filter:drop-shadow(0 18px 22px rgba(0,0,0,.55))}.avyr-cart-item__title{display:block;color:#f7ead4;font-family:Georgia,serif;font-size:22px;font-weight:800;text-decoration:none;line-height:1.1}.avyr-cart-item__variant{margin:7px 0 0;color:#fff7e88c;font-size:13px}.avyr-cart-item__actions{display:flex;align-items:center;gap:14px;margin-top:14px}.avyr-cart-item__actions label{display:flex;align-items:center;gap:9px;color:#d9b463;text-transform:uppercase;letter-spacing:.12em;font-size:10px;font-weight:900}.avyr-cart-item__actions input{width:72px;background:#00000040;border:1px solid rgba(214,181,109,.38);border-radius:12px;color:#fff;padding:10px;text-align:center}.avyr-cart-remove{color:#fff7e8a3;font-size:13px;text-decoration:underline;text-underline-offset:4px}.avyr-cart-remove:hover{color:#d9b463}.avyr-cart-item__price{color:#d9b463;font-weight:900;font-size:17px;white-space:nowrap}.avyr-cart-summary{padding:26px;position:sticky;top:24px}.avyr-cart-summary__row{display:flex;align-items:center;justify-content:space-between;border-top:1px solid rgba(214,181,109,.16);border-bottom:1px solid rgba(214,181,109,.16);padding:18px 0;margin:12px 0;color:#fff7e8}.avyr-cart-summary__row strong{color:#f2d083;font-size:22px}.avyr-cart-summary__note{color:#fff7e894;font-size:13px;line-height:1.45;margin-bottom:18px}.avyr-cart-summary__benefits{display:grid;gap:0;border:1px solid rgba(214,181,109,.18);border-radius:16px;overflow:hidden;margin:18px 0}.avyr-cart-summary__benefits div{padding:14px;border-bottom:1px solid rgba(214,181,109,.14)}.avyr-cart-summary__benefits div:last-child{border-bottom:0}.avyr-cart-summary__benefits strong{display:block;color:#d9b463;text-transform:uppercase;letter-spacing:.12em;font-size:11px;margin-bottom:4px}.avyr-cart-summary__benefits span{display:block;color:#fff7e89e;font-size:12px;line-height:1.35}.avyr-cart-checkout{width:100%;min-height:56px;border-radius:999px;margin:6px 0 12px;background:linear-gradient(135deg,#c69c49,#f2d17d,#c59a46)!important;color:#100a05!important;letter-spacing:.18em;font-weight:950}.avyr-cart-update{width:100%;min-height:48px;border-radius:999px;border:1px solid rgba(214,181,109,.35);background:transparent;color:#f4dfb5;text-transform:uppercase;letter-spacing:.16em;font-weight:800;cursor:pointer;margin-bottom:12px}.avyr-cart-continue{display:block;text-align:center;color:#d9b463;text-decoration:none;text-transform:uppercase;letter-spacing:.14em;font-size:12px;font-weight:900}.avyr-cart-empty{text-align:center;padding:58px 24px;max-width:720px;margin:0 auto}.avyr-cart-empty h2{font-family:Georgia,serif;color:#f4dfb5;font-size:36px;margin:0 0 10px}.avyr-cart-empty p{color:#fff7e8ad;margin:0 0 24px}@media(max-width:900px){.avyr-cart-section{padding:44px 0 70px}.avyr-cart-width{padding:0 18px}.avyr-cart-layout{grid-template-columns:1fr}.avyr-cart-summary{position:relative;top:auto}}@media(max-width:560px){.avyr-cart-header{text-align:left;margin-bottom:22px}.avyr-cart-header h1{font-size:42px}.avyr-cart-item{grid-template-columns:82px minmax(0,1fr);gap:13px;padding:16px;position:relative}.avyr-cart-item__media{width:82px;height:98px;border-radius:14px}.avyr-cart-item__title{font-size:18px}.avyr-cart-item__price{grid-column:2;justify-self:start;font-size:16px;margin-top:-2px}.avyr-cart-item__actions{gap:10px;flex-wrap:wrap}.avyr-cart-item__actions input{width:62px;padding:9px}.avyr-cart-summary{padding:20px;border-radius:20px}}.avyr-gender-hero.collection-hero-luxury,.collection-hero-luxury.avyr-gender-hero{position:relative!important;width:100%!important;min-height:520px!important;padding:0!important;border-bottom:1px solid rgba(214,181,109,.22)!important;overflow:hidden!important;background-color:#050403!important;background-size:cover!important;background-repeat:no-repeat!important}.avyr-gender-hero.collection-hero-luxury:after,.collection-hero-luxury.avyr-gender-hero:after{content:""!important;position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;pointer-events:none!important;background:linear-gradient(180deg,#0000000a,#00000014 62%,#050403)!important;z-index:1!important}.avyr-gender-hero--women{background-image:url(avyr-women-hero-v62.png)!important;background-position:center center!important}.avyr-gender-hero--unisex{background-image:url(avyr-unisex-hero-v62.png)!important;background-position:center center!important}@media(max-width:900px){.avyr-gender-hero.collection-hero-luxury,.collection-hero-luxury.avyr-gender-hero{min-height:470px!important;background-size:cover!important}.avyr-gender-hero--women{background-position:58% center!important}.avyr-gender-hero--unisex{background-position:center center!important}}@media(max-width:560px){.avyr-gender-hero.collection-hero-luxury,.collection-hero-luxury.avyr-gender-hero{min-height:390px!important}.avyr-gender-hero.collection-hero-luxury:after,.collection-hero-luxury.avyr-gender-hero:after{background:linear-gradient(180deg,#0000000a,#0000001a 58%,#050403)!important}.avyr-gender-hero--women{background-position:60% center!important}.avyr-gender-hero--unisex{background-position:center center!important}}.collection-hero-luxury.avyr-gender-hero>h1,.avyr-gender-hero>h1,.avyr-gender-hero .visually-hidden{display:none!important;visibility:hidden!important}.avyr-gender-hero.collection-hero-luxury,.collection-hero-luxury.avyr-gender-hero{position:relative!important;width:100%!important;min-height:520px!important;padding:0!important;overflow:hidden!important;border-bottom:1px solid rgba(214,181,109,.22)!important;background-color:#050403!important;background-size:cover!important;background-repeat:no-repeat!important}.avyr-gender-hero.collection-hero-luxury:before,.collection-hero-luxury.avyr-gender-hero:before{display:none!important}.avyr-gender-hero.collection-hero-luxury:after,.collection-hero-luxury.avyr-gender-hero:after{content:""!important;position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;pointer-events:none!important;z-index:1!important;background:linear-gradient(180deg,#0000000a,#00000014 62%,#050403)!important}.avyr-gender-hero--women{background-image:url(avyr-women-hero-v64.png)!important;background-position:center center!important}.avyr-gender-hero--unisex{background-image:url(avyr-unisex-hero-v64.png)!important;background-position:center center!important}@media(max-width:900px){.avyr-gender-hero.collection-hero-luxury,.collection-hero-luxury.avyr-gender-hero{min-height:470px!important;background-size:cover!important}.avyr-gender-hero--women{background-position:57% center!important}.avyr-gender-hero--unisex{background-position:center center!important}}@media(max-width:560px){.avyr-gender-hero.collection-hero-luxury,.collection-hero-luxury.avyr-gender-hero{min-height:390px!important}.avyr-gender-hero--women{background-position:58% center!important}.avyr-gender-hero--unisex{background-position:center center!important}}.collection-hero-luxury.avyr-gender-hero>h1,.avyr-gender-hero .visually-hidden{display:none!important;visibility:hidden!important}.avyr-gender-hero.collection-hero-luxury,.collection-hero-luxury.avyr-gender-hero{isolation:isolate!important}.avyr-gender-hero.collection-hero-luxury:before,.collection-hero-luxury.avyr-gender-hero:before{content:""!important;display:block!important;position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;pointer-events:none!important;z-index:2!important;border:0!important;border-radius:0!important;background:linear-gradient(90deg,#000000f5,#000000db 26%,#00000070 48%,#0000000d 78%)!important}.avyr-gender-hero.collection-hero-luxury:after,.collection-hero-luxury.avyr-gender-hero:after{z-index:1!important}.avyr-gender-hero__copy{position:absolute!important;z-index:3!important;left:clamp(48px,7vw,150px)!important;top:50%!important;transform:translateY(-50%)!important;width:min(430px,38vw)!important;text-align:center!important;color:#f8eed8!important;pointer-events:none!important}.avyr-gender-eyebrow{margin:0 0 14px!important;color:#d6b56d!important;font-size:clamp(12px,1.1vw,17px)!important;line-height:1!important;font-weight:800!important;letter-spacing:.32em!important;text-transform:uppercase!important}.avyr-gender-hero__copy h1{margin:0!important;font-family:Georgia,Times New Roman,serif!important;font-size:clamp(64px,6.6vw,122px)!important;line-height:.88!important;letter-spacing:.11em!important;font-weight:700!important;text-transform:uppercase!important;color:#d8bb78!important;background:linear-gradient(90deg,#fff5dc,#d8bb78 42%,#9f7c37)!important;-webkit-background-clip:text!important;background-clip:text!important;-webkit-text-fill-color:transparent!important;text-shadow:0 12px 42px rgba(0,0,0,.58)!important}.avyr-gender-title-line{width:220px!important;height:1px!important;margin:20px auto!important;position:relative!important;background:linear-gradient(90deg,transparent,rgba(214,181,109,.95),transparent)!important}.avyr-gender-title-line:after{content:""!important;position:absolute!important;left:50%!important;top:50%!important;width:10px!important;height:10px!important;background:#d6b56d!important;transform:translate(-50%,-50%) rotate(45deg)!important;box-shadow:0 0 18px #d6b56d6b!important}.avyr-gender-tagline{margin:0 0 14px!important;color:#f6efe6!important;font-size:clamp(14px,1.45vw,23px)!important;line-height:1.35!important;letter-spacing:.18em!important;font-weight:800!important;text-transform:uppercase!important}.avyr-gender-subcopy{margin:0 auto!important;max-width:320px!important;color:#c7a663!important;font-size:clamp(13px,1.05vw,16px)!important;line-height:1.65!important;letter-spacing:.03em!important}@media(max-width:900px){.avyr-gender-hero__copy{left:38px!important;width:min(360px,44vw)!important}.avyr-gender-hero__copy h1{font-size:clamp(50px,8vw,82px)!important}.avyr-gender-title-line{width:170px!important;margin:16px auto!important}}@media(max-width:560px){.avyr-gender-hero.collection-hero-luxury:before,.collection-hero-luxury.avyr-gender-hero:before{background:linear-gradient(90deg,#000000f5,#000000c7 42%,#0000002e 76%)!important}.avyr-gender-hero__copy{left:22px!important;top:50%!important;width:min(260px,54vw)!important;text-align:center!important}.avyr-gender-eyebrow{font-size:10px!important;letter-spacing:.24em!important;margin-bottom:10px!important}.avyr-gender-hero__copy h1{font-size:clamp(34px,10vw,50px)!important;letter-spacing:.1em!important}.avyr-gender-title-line{width:132px!important;margin:12px auto 14px!important}.avyr-gender-tagline{font-size:11px!important;letter-spacing:.13em!important;margin-bottom:8px!important}.avyr-gender-subcopy{font-size:10px!important;line-height:1.45!important;max-width:210px!important}}.avyr-gender-hero--women{background-image:url(avyr-women-hero-v66.png)!important;background-position:center center!important;background-size:cover!important}.avyr-gender-hero--unisex{background-image:url(avyr-unisex-hero-v66.png)!important;background-position:center center!important;background-size:cover!important}.avyr-gender-hero__copy{display:none!important;visibility:hidden!important}.collection-hero-luxury.avyr-gender-hero,.avyr-gender-hero.collection-hero-luxury{min-height:520px!important;padding:0!important;background-color:#050403!important;border-bottom:1px solid rgba(214,181,109,.22)!important}.collection-hero-luxury.avyr-gender-hero:before,.avyr-gender-hero.collection-hero-luxury:before{display:none!important;content:none!important}.collection-hero-luxury.avyr-gender-hero:after,.avyr-gender-hero.collection-hero-luxury:after{content:""!important;display:block!important;position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;pointer-events:none!important;z-index:1!important;background:linear-gradient(180deg,#00000005,#0000000a 64%,#050403)!important}@media(max-width:900px){.collection-hero-luxury.avyr-gender-hero,.avyr-gender-hero.collection-hero-luxury{min-height:430px!important;background-position:center center!important;background-size:cover!important}}@media(max-width:560px){.collection-hero-luxury.avyr-gender-hero,.avyr-gender-hero.collection-hero-luxury{width:100%!important;min-height:0!important;height:auto!important;aspect-ratio:1.875 / 1!important;background-size:contain!important;background-position:center top!important;background-repeat:no-repeat!important}.collection-hero-luxury.avyr-gender-hero:after,.avyr-gender-hero.collection-hero-luxury:after{background:linear-gradient(180deg,#0000,#00000005 70%,#050403)!important}}.avyr-gender-product-card{position:relative!important;overflow:hidden!important;border:1px solid rgba(214,181,109,.32)!important;border-radius:16px!important;background:linear-gradient(180deg,#080706f0,#050403fa)!important;box-shadow:0 20px 45px #00000047!important;transition:transform .38s ease,border-color .38s ease,box-shadow .38s ease!important}.avyr-gender-product-card:hover{transform:translateY(-6px)!important;border-color:#e6c477c7!important;box-shadow:0 28px 70px #0006,0 0 28px #d6b56d1f!important}.avyr-gender-product-card .collection-product-media{position:relative!important;overflow:hidden!important;height:270px!important;aspect-ratio:auto!important;display:grid!important;place-items:end center!important;padding:34px 22px 0!important;background:linear-gradient(180deg,#00000029,#00000038 48%,#000000ad),url(avyr-men-card-bg-v56.png) center center / cover no-repeat!important}.avyr-gender-product-card.avyr-product-card--women .collection-product-media{background:linear-gradient(180deg,#37160c29,#00000029 48%,#0000009e),url(avyr-women-card-bg-v68.jpg) center center / cover no-repeat!important}.avyr-gender-product-card.avyr-product-card--unisex .collection-product-media{background:linear-gradient(180deg,#00000026,#00000038,#000000a8),url(avyr-unisex-card-bg-v68.jpg) center center / cover no-repeat!important}.avyr-gender-product-card .collection-product-media:after,.avyr-men-product-media:after{pointer-events:none!important}.avyr-gender-product-card .collection-product-media img{position:relative!important;z-index:3!important;max-width:100%!important;max-height:255px!important;width:auto!important;height:auto!important;object-fit:contain!important;transform:scale(.96)!important;filter:brightness(1.1) contrast(1.08) saturate(1.06) drop-shadow(0 20px 26px rgba(0,0,0,.72)) drop-shadow(0 0 20px rgba(214,181,109,.16))!important;transition:transform .45s ease,filter .45s ease!important}.avyr-gender-product-card:hover .collection-product-media img{transform:scale(1.02)!important;filter:brightness(1.16) contrast(1.1) saturate(1.08) drop-shadow(0 24px 32px rgba(0,0,0,.78)) drop-shadow(0 0 28px rgba(214,181,109,.24))!important}.avyr-gender-product-card .product-info{background:linear-gradient(180deg,#050506c7,#050403fa)!important;border-top:1px solid rgba(214,181,109,.13)!important;text-align:left!important;padding:18px 18px 20px!important}.avyr-gender-product-card .product-info h3{color:#f2dfba!important;font-family:Inter,Arial,sans-serif!important;font-size:15px!important;line-height:1.2!important;text-transform:uppercase!important;letter-spacing:.04em!important}.avyr-gender-product-card .price{color:#d9b463!important;font-size:16px!important;font-weight:900!important;letter-spacing:.03em!important}.avyr-product-card--soldout .collection-product-media img,.avyr-product-card--soldout .avyr-men-product-media img{filter:grayscale(.18) brightness(.72) contrast(1.02) saturate(.78) drop-shadow(0 18px 22px rgba(0,0,0,.7))!important}.avyr-product-card--soldout .collection-product-media:before,.avyr-product-card--soldout .avyr-men-product-media:before{content:""!important;position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;background:linear-gradient(180deg,#0000001f,#0000008c)!important;z-index:4!important;pointer-events:none!important}.avyr-soldout-ribbon{position:absolute!important;z-index:8!important;top:14px!important;left:14px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:28px!important;padding:7px 12px!important;border-radius:999px!important;border:1px solid rgba(230,196,119,.62)!important;background:linear-gradient(135deg,#0d0906f5,#23190ef0)!important;color:#f3d48a!important;box-shadow:0 12px 30px #0000006b,0 0 20px #d6b56d1a!important;font-size:10px!important;line-height:1!important;font-weight:950!important;letter-spacing:.16em!important;text-transform:uppercase!important}.avyr-product-card--soldout .avyr-men-cart-icon,.avyr-product-card--soldout .price{opacity:.86!important}.avyr-soldout-price{color:#f3d48a!important;font-size:12px!important;text-transform:uppercase!important;letter-spacing:.13em!important}.avyr-product__media-panel{position:relative!important;overflow:hidden!important}.avyr-product__media-panel:before{content:""!important;position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;background:linear-gradient(180deg,#00000024,#0000008a),url(avyr-men-card-bg-v56.png) center center / cover no-repeat!important;opacity:.78!important;z-index:0!important}.avyr-product-media-bg--women:before{background:linear-gradient(180deg,#1c0c081a,#00000080),url(avyr-women-card-bg-v68.jpg) center center / cover no-repeat!important}.avyr-product-media-bg--unisex:before{background:linear-gradient(180deg,#0000001a,#00000085),url(avyr-unisex-card-bg-v68.jpg) center center / cover no-repeat!important}.avyr-product__badges,.avyr-product__image-wrap,.avyr-product__thumbs,.avyr-product-soldout-badge{position:relative!important;z-index:2!important}.avyr-product-soldout-badge{display:inline-flex!important;margin:0 0 12px!important;padding:9px 14px!important;border:1px solid rgba(230,196,119,.62)!important;border-radius:999px!important;background:#0a0704db!important;color:#f3d48a!important;font-size:11px!important;font-weight:950!important;letter-spacing:.16em!important;text-transform:uppercase!important}.avyr-product--soldout .avyr-product__image-wrap img{filter:grayscale(.08) brightness(.82) contrast(1.02) drop-shadow(0 22px 34px rgba(0,0,0,.7))!important}.avyr-add-cart--soldout,.avyr-sticky-atc__button--soldout{background:linear-gradient(135deg,#2a2117,#16110c)!important;color:#d9b463!important;border:1px solid rgba(214,181,109,.46)!important;cursor:not-allowed!important;opacity:1!important}@media(max-width:990px){.avyr-gender-product-card .collection-product-media{height:225px!important;padding:28px 16px 0!important}.avyr-gender-product-card .collection-product-media img{max-height:215px!important}}@media(max-width:560px){.avyr-gender-product-card{border-radius:13px!important}.avyr-gender-product-card .collection-product-media{height:170px!important;padding:22px 10px 0!important}.avyr-gender-product-card .collection-product-media img{max-height:155px!important;transform:scale(.98)!important}.avyr-gender-product-card .product-info{padding:12px 10px 13px!important}.avyr-gender-product-card .product-info h3{font-size:11px!important;line-height:1.25!important}.avyr-gender-product-card .price{font-size:12px!important}.avyr-soldout-ribbon{top:9px!important;left:9px!important;font-size:8px!important;padding:6px 8px!important;letter-spacing:.12em!important}}.avyr-gender-product-card.avyr-product-card--women .collection-product-media{background:linear-gradient(180deg,#2d120a0f,#0000001a 48%,#00000094),url(avyr-women-card-bg-v68.jpg) center center / cover no-repeat!important}.avyr-gender-product-card.avyr-product-card--unisex .collection-product-media{background:linear-gradient(180deg,#0000000f,#00000024,#0009),url(avyr-unisex-card-bg-v68.jpg) center center / cover no-repeat!important}.avyr-product-media-bg--women:before{background:linear-gradient(180deg,#1c0c0814,#0000007a),url(avyr-women-card-bg-v68.jpg) center center / cover no-repeat!important}.avyr-product-media-bg--unisex:before{background:linear-gradient(180deg,#00000014,#00000080),url(avyr-unisex-card-bg-v68.jpg) center center / cover no-repeat!important}.avyr-gender-product-card .price,.avyr-product-card--soldout .price{opacity:1!important;color:#d9b463!important}.avyr-product-card--soldout .collection-product-media:before,.avyr-product-card--soldout .avyr-men-product-media:before{background:linear-gradient(180deg,#0000000a,#00000047)!important}.avyr-product-card--soldout .collection-product-media img,.avyr-product-card--soldout .avyr-men-product-media img{filter:brightness(.88) contrast(1.04) saturate(.9) drop-shadow(0 18px 24px rgba(0,0,0,.72))!important}.avyr-soldout-ribbon{background:linear-gradient(135deg,#080604eb,#18110ae6)!important;box-shadow:0 10px 24px #0000005c!important}.avyr-men-product-card,.avyr-gender-product-card{position:relative!important;overflow:hidden!important;border-radius:18px!important;border:1px solid rgba(214,181,109,.38)!important;background:linear-gradient(180deg,#0d0a07fa,#050403)!important;box-shadow:0 22px 60px #0000006b,inset 0 1px #ffffff09!important;transform:translateZ(0)!important;transition:transform .42s ease,border-color .42s ease,box-shadow .42s ease!important}.avyr-men-product-card:hover,.avyr-gender-product-card:hover{transform:translateY(-7px)!important;border-color:#e8c67dcc!important;box-shadow:0 34px 90px #0000008c,0 0 32px #d6b56d24,inset 0 1px #ffffff0f!important}.avyr-men-product-media,.avyr-gender-product-card .collection-product-media{position:relative!important;overflow:hidden!important;isolation:isolate!important;height:285px!important;aspect-ratio:auto!important;display:grid!important;place-items:end center!important;padding:34px 22px 0!important;background:radial-gradient(circle at 50% 24%,rgba(255,232,170,.13),transparent 34%),linear-gradient(180deg,#0000001a,#0000002e,#000000b3),url(avyr-card-bg-men-v69.jpg) center center / cover no-repeat!important}.avyr-men-product-media:before,.avyr-gender-product-card .collection-product-media:before{content:""!important;position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;z-index:1!important;pointer-events:none!important;background:radial-gradient(circle at 50% 42%,rgba(255,224,150,.15),transparent 35%),linear-gradient(180deg,#00000005,#0003 56%,#00000085)}.avyr-men-product-media:after,.avyr-gender-product-card .collection-product-media:after{content:""!important;position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;z-index:2!important;pointer-events:none!important;background:linear-gradient(115deg,transparent 0%,rgba(255,255,255,.08) 45%,transparent 70%)!important;transform:translate(-125%)!important;transition:transform .8s ease!important}.avyr-men-product-card:hover .avyr-men-product-media:after,.avyr-gender-product-card:hover .collection-product-media:after{transform:translate(125%)!important}.avyr-gender-product-card.avyr-product-card--women .collection-product-media{background:radial-gradient(circle at 50% 24%,rgba(255,219,190,.15),transparent 35%),linear-gradient(180deg,#230a080f,#0000001f,#000000a3),url(avyr-card-bg-women-v69.jpg) center center / cover no-repeat!important}.avyr-gender-product-card.avyr-product-card--unisex .collection-product-media{background:radial-gradient(circle at 50% 24%,rgba(230,220,190,.11),transparent 35%),linear-gradient(180deg,#00000014,#00000029,#000000ad),url(avyr-card-bg-unisex-v69.jpg) center center / cover no-repeat!important}.avyr-men-product-media img,.avyr-gender-product-card .collection-product-media img{position:relative!important;z-index:4!important;width:auto!important;height:auto!important;max-width:100%!important;max-height:260px!important;object-fit:contain!important;transform:scale(.98)!important;filter:brightness(1.12) contrast(1.08) saturate(1.04) drop-shadow(0 24px 32px rgba(0,0,0,.82)) drop-shadow(0 0 22px rgba(220,180,100,.2))!important;transition:transform .48s cubic-bezier(.2,.7,.2,1),filter .48s ease!important}.avyr-men-product-card:hover .avyr-men-product-media img,.avyr-gender-product-card:hover .collection-product-media img{transform:scale(1.045)!important;filter:brightness(1.18) contrast(1.1) saturate(1.08) drop-shadow(0 28px 38px rgba(0,0,0,.88)) drop-shadow(0 0 34px rgba(220,180,100,.26))!important}.avyr-men-product-info,.avyr-gender-product-card .product-info{position:relative!important;z-index:5!important;text-align:left!important;background:linear-gradient(180deg,#080706d1,#050403fa)!important;border-top:1px solid rgba(214,181,109,.18)!important;padding:18px 18px 20px!important;-webkit-backdrop-filter:blur(8px)!important;backdrop-filter:blur(8px)!important}.avyr-men-product-info h3,.avyr-gender-product-card .product-info h3{margin:0 0 7px!important;color:#f6e9cf!important;font-family:Inter,Arial,sans-serif!important;font-size:14px!important;line-height:1.22!important;font-weight:900!important;letter-spacing:.045em!important;text-transform:uppercase!important}.avyr-men-product-info p,.avyr-gender-product-card .product-info p{color:#f6efe6b3!important}.avyr-men-price,.avyr-gender-product-card .price,.avyr-product-card--soldout .price{color:#dfba67!important;font-weight:950!important;opacity:1!important;letter-spacing:.03em!important}.avyr-men-cart-icon{border-color:#dfba679e!important;color:#dfba67!important;background:#00000038!important}.avyr-product-card--soldout .avyr-men-product-media:before,.avyr-product-card--soldout .collection-product-media:before{background:linear-gradient(180deg,#00000005,#0000003b 60%,#00000073)!important}.avyr-product-card--soldout .avyr-men-product-media img,.avyr-product-card--soldout .collection-product-media img{filter:brightness(.88) contrast(1.06) saturate(.9) drop-shadow(0 22px 30px rgba(0,0,0,.82))!important}.avyr-soldout-ribbon{top:13px!important;left:13px!important;z-index:9!important;border:1px solid rgba(232,198,125,.7)!important;background:linear-gradient(135deg,#050403f5,#1c140beb)!important;color:#f4d38a!important;box-shadow:0 12px 28px #00000075,0 0 18px #d6b56d1a!important;font-size:9px!important;letter-spacing:.16em!important;padding:7px 11px!important}.avyr-soldout-price{display:none!important}.avyr-product__media-panel:before{background:radial-gradient(circle at 50% 25%,rgba(255,232,170,.13),transparent 34%),linear-gradient(180deg,#0000001a,#0000008f),url(avyr-card-bg-men-v69.jpg) center center / cover no-repeat!important;opacity:.88!important}.avyr-product-media-bg--women:before{background:radial-gradient(circle at 50% 25%,rgba(255,219,190,.14),transparent 34%),linear-gradient(180deg,#1e0a0814,#00000085),url(avyr-card-bg-women-v69.jpg) center center / cover no-repeat!important;opacity:.88!important}.avyr-product-media-bg--unisex:before{background:radial-gradient(circle at 50% 25%,rgba(230,220,190,.1),transparent 34%),linear-gradient(180deg,#00000014,#0000008a),url(avyr-card-bg-unisex-v69.jpg) center center / cover no-repeat!important;opacity:.88!important}.avyr-product__image-wrap img{filter:brightness(1.1) contrast(1.08) saturate(1.04) drop-shadow(0 28px 42px rgba(0,0,0,.78)) drop-shadow(0 0 28px rgba(214,181,109,.16))!important}@media(max-width:990px){.avyr-men-product-media,.avyr-gender-product-card .collection-product-media{height:232px!important;padding:28px 16px 0!important}.avyr-men-product-media img,.avyr-gender-product-card .collection-product-media img{max-height:218px!important}}@media(max-width:560px){.avyr-men-product-card,.avyr-gender-product-card{border-radius:14px!important}.avyr-men-product-media,.avyr-gender-product-card .collection-product-media{height:176px!important;padding:20px 10px 0!important}.avyr-men-product-media img,.avyr-gender-product-card .collection-product-media img{max-height:158px!important;transform:scale(1)!important}.avyr-men-product-info,.avyr-gender-product-card .product-info{padding:12px 10px 13px!important}.avyr-men-product-info h3,.avyr-gender-product-card .product-info h3{font-size:11px!important;line-height:1.25!important}.avyr-men-price,.avyr-gender-product-card .price{font-size:12px!important}.avyr-soldout-ribbon{top:9px!important;left:9px!important;font-size:8px!important;padding:6px 8px!important;letter-spacing:.13em!important}}.avyr-product-soldout-badge,.avyr-product__media-panel .avyr-soldout-ribbon{display:none!important}.avyr-feature-icon,body.template-index .avyr-feature-icon{width:42px!important;height:42px!important;min-width:42px!important;border:1px solid rgba(220,185,103,.72)!important;border-radius:12px!important;background:#0a080594!important;display:grid!important;place-items:center!important;box-shadow:0 0 0 6px #d6b56d09,inset 0 0 18px #d6b56d0f!important;margin:0 auto 8px!important;color:#dcb967!important;font-size:0!important;line-height:0!important}.avyr-feature-icon:before,.avyr-feature-icon:after{content:none!important;display:none!important}.avyr-feature-icon svg{display:block!important;width:23px!important;height:23px!important;fill:none!important;stroke:currentColor!important;stroke-width:1.55!important;stroke-linecap:round!important;stroke-linejoin:round!important}.avyr-hero-feature strong{display:block!important;white-space:normal!important}.avyr-card-price-row{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:12px!important;margin-top:8px!important}.avyr-card-cart-icon,.avyr-men-cart-icon{width:34px!important;height:34px!important;min-width:34px!important;border-radius:999px!important;border:1px solid rgba(223,186,103,.64)!important;color:#dfba67!important;background:#00000038!important;display:grid!important;place-items:center!important;box-shadow:inset 0 0 16px #d6b56d0e!important;transition:transform .24s ease,border-color .24s ease,box-shadow .24s ease,background .24s ease!important}.avyr-card-cart-icon svg{width:17px!important;height:17px!important;fill:none!important;stroke:currentColor!important;stroke-width:1.7!important;stroke-linecap:round!important;stroke-linejoin:round!important}.avyr-gender-product-card:hover .avyr-card-cart-icon,.avyr-men-product-card:hover .avyr-men-cart-icon{transform:translateY(-1px) scale(1.04)!important;border-color:#f2d289f0!important;box-shadow:0 0 18px #d6b56d29,inset 0 0 18px #d6b56d14!important;background:#d6b56d14!important}.avyr-product-card--soldout .avyr-card-cart-icon,.avyr-product-card--soldout .avyr-men-cart-icon{opacity:.72!important}.avyr-product-card--soldout .price{display:block!important;color:#dfba67!important;opacity:1!important}.collection-product-card .avyr-soldout-ribbon,.avyr-men-product-card .avyr-soldout-ribbon{width:auto!important;max-width:max-content!important;white-space:nowrap!important;line-height:1!important}@media(max-width:560px){.avyr-feature-icon,body.template-index .avyr-feature-icon{width:36px!important;height:36px!important;min-width:36px!important;border-radius:10px!important}.avyr-feature-icon svg{width:20px!important;height:20px!important}.avyr-card-cart-icon,.avyr-men-cart-icon{width:28px!important;height:28px!important;min-width:28px!important}.avyr-card-cart-icon svg{width:15px!important;height:15px!important}.avyr-card-price-row{gap:8px!important;margin-top:7px!important}}body.avyr-search-open{overflow:hidden!important}.avyr-search-overlay{position:fixed!important;top:0!important;right:0!important;bottom:0!important;left:0!important;z-index:99999!important;display:flex!important;align-items:center!important;justify-content:center!important;padding:34px!important;background:radial-gradient(circle at 72% 18%,rgba(214,181,109,.16),transparent 34%),#000000bd!important;-webkit-backdrop-filter:blur(16px)!important;backdrop-filter:blur(16px)!important;opacity:0!important;visibility:hidden!important;pointer-events:none!important;transition:opacity .28s ease,visibility .28s ease!important}.avyr-search-overlay.is-open{opacity:1!important;visibility:visible!important;pointer-events:auto!important}.avyr-search-overlay__panel{width:min(980px,100%)!important;max-height:min(760px,88vh)!important;overflow:auto!important;border:1px solid rgba(220,185,103,.3)!important;border-radius:28px!important;background:linear-gradient(145deg,#0c0a07f5,#020202f5 62%,#20160af0)!important;box-shadow:0 34px 110px #000000b8,inset 0 0 70px #d6b56d0b!important;padding:46px!important;transform:translateY(16px) scale(.985)!important;transition:transform .28s ease!important}.avyr-search-overlay.is-open .avyr-search-overlay__panel{transform:translateY(0) scale(1)!important}.avyr-search-overlay__close{position:absolute!important;top:24px!important;right:28px!important;width:44px!important;height:44px!important;border-radius:999px!important;border:1px solid rgba(220,185,103,.38)!important;background:#0000006b!important;color:#e6c783!important;font-size:30px!important;line-height:38px!important;cursor:pointer!important;z-index:2!important}.avyr-search-overlay__eyebrow{margin:0 0 10px!important;color:#d8b66c!important;letter-spacing:.22em!important;text-transform:uppercase!important;font-size:11px!important;font-weight:800!important}.avyr-search-overlay h2{margin:0 0 26px!important;color:#f4dfad!important;font-family:Georgia,Times New Roman,serif!important;font-size:clamp(34px,5vw,68px)!important;line-height:.95!important;font-weight:500!important;letter-spacing:.02em!important}.avyr-overlay-search-form{display:flex!important;align-items:center!important;gap:14px!important;border:1px solid rgba(220,185,103,.34)!important;border-radius:999px!important;padding:8px 8px 8px 24px!important;background:#00000057!important;box-shadow:inset 0 0 28px #d6b56d09!important}.avyr-overlay-search-form input{flex:1!important;min-width:0!important;border:0!important;outline:0!important;background:transparent!important;color:#fff6df!important;font-size:18px!important;height:54px!important;box-shadow:none!important}.avyr-overlay-search-form input::placeholder{color:#fff1d675!important}.avyr-overlay-search-form button{width:54px!important;height:54px!important;border-radius:999px!important;border:1px solid rgba(220,185,103,.55)!important;background:linear-gradient(135deg,#b9914a,#f1d189)!important;color:#070604!important;display:grid!important;place-items:center!important;cursor:pointer!important}.avyr-overlay-search-form button svg{width:22px!important;height:22px!important;fill:none!important;stroke:currentColor!important;stroke-width:2!important;stroke-linecap:round!important;stroke-linejoin:round!important}.avyr-search-overlay__quick{display:flex!important;flex-wrap:wrap!important;gap:10px!important;margin:18px 0 28px!important}.avyr-search-overlay__quick a{color:#e6c783!important;text-decoration:none!important;border:1px solid rgba(220,185,103,.24)!important;border-radius:999px!important;padding:8px 14px!important;background:#ffffff09!important;font-size:12px!important;letter-spacing:.08em!important;text-transform:uppercase!important}.avyr-search-overlay__label{color:#d8b66c!important;text-transform:uppercase!important;letter-spacing:.18em!important;font-size:11px!important;margin:0 0 14px!important;font-weight:800!important}.avyr-search-overlay__grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:14px!important}.avyr-search-product{display:flex!important;gap:12px!important;align-items:center!important;min-height:106px!important;padding:12px!important;border:1px solid rgba(220,185,103,.2)!important;border-radius:18px!important;background:linear-gradient(145deg,#ffffff0b,#0000003d)!important;text-decoration:none!important;transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease!important}.avyr-search-product:hover{transform:translateY(-2px)!important;border-color:#dcb96780!important;box-shadow:0 16px 36px #00000057,0 0 20px #d6b56d14!important}.avyr-search-product__image{width:70px!important;height:82px!important;min-width:70px!important;border-radius:14px!important;background:radial-gradient(circle at 50% 20%,#d6b56d24,#0000006b)!important;display:grid!important;place-items:center!important;overflow:hidden!important}.avyr-search-product__image img{width:100%!important;height:100%!important;object-fit:contain!important;padding:6px!important;filter:drop-shadow(0 12px 18px rgba(0,0,0,.55))!important}.avyr-search-product__copy{display:flex!important;flex-direction:column!important;gap:7px!important;min-width:0!important}.avyr-search-product__copy strong{color:#fff4dc!important;font-size:13px!important;line-height:1.25!important;text-transform:uppercase!important;letter-spacing:.035em!important}.avyr-search-product__copy small{color:#d8b66c!important;font-size:12px!important;font-weight:800!important}.avyr-search-overlay__empty{padding:22px!important;border:1px dashed rgba(220,185,103,.22)!important;border-radius:18px!important;color:#fff1d69e!important;text-align:center!important}.avyr-search-overlay__view{display:inline-flex!important;margin-top:18px!important;color:#d8b66c!important;text-decoration:none!important;font-weight:900!important;letter-spacing:.08em!important;text-transform:uppercase!important;font-size:12px!important}@media(max-width:768px){.avyr-search-overlay{align-items:stretch!important;padding:0!important;background:#000000db!important}.avyr-search-overlay__panel{width:100%!important;max-height:none!important;min-height:100dvh!important;border:0!important;border-radius:0!important;padding:70px 18px 28px!important;overflow:auto!important}.avyr-search-overlay__close{top:14px!important;right:14px!important;width:42px!important;height:42px!important;font-size:28px!important}.avyr-search-overlay h2{font-size:38px!important;max-width:320px!important}.avyr-overlay-search-form{padding:6px 6px 6px 16px!important;border-radius:18px!important}.avyr-overlay-search-form input{height:48px!important;font-size:16px!important}.avyr-overlay-search-form button{width:48px!important;height:48px!important}.avyr-search-overlay__quick{overflow:auto!important;flex-wrap:nowrap!important;padding-bottom:4px!important;margin-bottom:22px!important}.avyr-search-overlay__quick a{white-space:nowrap!important}.avyr-search-overlay__grid{grid-template-columns:1fr!important;gap:10px!important}.avyr-search-product{min-height:92px!important;border-radius:16px!important}.avyr-search-product__image{width:64px!important;min-width:64px!important;height:72px!important}}.avyr-pagination{display:flex;justify-content:center;align-items:center;gap:20px;margin:60px 0;flex-wrap:wrap}.avyr-pagination-btn{padding:12px 22px;border:1px solid #000;text-decoration:none;color:#000;border-radius:8px;transition:.3s ease}.avyr-pagination-btn:hover{background:#000;color:#fff}.avyr-pagination-info{font-weight:600}.avyr-pagination-wrapper{width:100%;display:flex;justify-content:center;margin:40px 0 60px}.avyr-pagination{display:flex;align-items:center;justify-content:center;gap:20px;flex-wrap:wrap}.avyr-pagination-btn{padding:12px 22px;border:1px solid #000;text-decoration:none;color:#000;border-radius:8px;font-size:14px}.avyr-pagination-info{font-size:14px;font-weight:600}@media screen and (max-width:768px){.avyr-pagination{gap:10px}.avyr-pagination-btn{padding:10px 16px;font-size:13px}.avyr-pagination-info{width:100%;text-align:center}}.avyr-marquee-bar{width:100%;overflow:hidden;background:#000;color:#fff;padding:10px 0;z-index:9999;position:relative}.avyr-marquee-track{display:flex;gap:80px;white-space:nowrap;width:max-content;animation:avyrscroll 20s linear infinite;font-size:14px;font-weight:600}@media screen and (max-width:768px){.avyr-marquee-track{gap:40px;font-size:12px}}.avyr-marquee-bar{width:100%;overflow:hidden;background:#000;color:#fff;padding:10px 0;border-bottom:1px solid #c8a96b}.avyr-marquee-track{display:flex;width:max-content;gap:70px;white-space:nowrap;animation:avyrscroll 18s linear infinite;font-size:13px;font-weight:700;color:#fff}@keyframes avyrscroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.avyr-pagination-wrapper{width:100%;display:flex;justify-content:center;margin:50px 0}.avyr-pagination{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.avyr-pagination-btn,.avyr-page-number{border:1px solid #c8a96b!important;color:#c8a96b!important;background:transparent!important;padding:10px 16px;border-radius:8px;text-decoration:none;font-size:14px}.avyr-page-number.active,.avyr-pagination-btn:hover,.avyr-page-number:hover{background:#c8a96b!important;color:#000!important}@media(max-width:768px){.avyr-pagination-btn,.avyr-page-number{padding:8px 12px;font-size:12px}}@media(max-width:768px){cart-drawer,.cart-drawer,.drawer{position:fixed!important;top:0!important;right:0!important;width:85vw!important;max-width:400px!important;height:100vh!important;background:#000!important;z-index:999999!important;transform:none!important}}
/*# sourceMappingURL=/cdn/shop/t/87/assets/theme.css.map */
