:root{--athena-cream:#F7F4EE;--athena-green:#324D3B;--athena-ink:#111111;--athena-muted:#6B6B6B;--athena-radius:16px}.ath-container{max-width:1400px;margin-inline:auto;padding-inline:12px}@media (min-width:1200px){.ath-container{max-width:1480px;padding-inline:16px}}@media (min-width:1440px){.ath-container{max-width:1560px;padding-inline:20px}}@media (min-width:1680px){.ath-container{max-width:1680px;padding-inline:24px}}.ath-stack{display:grid;gap:22px}.ath-muted{color:var(--athena-muted)}.ath-img{width:100%;height:auto;display:block}.ath-eyebrow{font-size:.85rem;letter-spacing:.08em;text-transform:uppercase;color:var(--athena-muted)}.ath-h1{font-size:clamp(32px,4vw,56px);line-height:1.04;letter-spacing:-.02em}.ath-h2{font-size:clamp(24px,3vw,36px);line-height:1.1}.ath-button{display:inline-block;padding:12px 20px;border-radius:var(--athena-radius);border:1px solid var(--athena-ink);text-decoration:none;font-weight:600;color:var(--athena-ink)}.ath-button--filled{background:var(--athena-ink);color:#fff}.ath-card{background:#fff;border:1px solid #ece9e4;border-radius:var(--athena-radius);overflow:hidden;transition:box-shadow .2s ease,transform .2s ease}.ath-card:hover{box-shadow:0 4px 14px #0000000f;transform:translateY(-2px)}.ath-annc{font-size:1.1rem;letter-spacing:.03em}.ath-annc__msg{display:inline-block;padding:8px 0}.ath-header.is-scrolled{background:#ffffffe6;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid #ece9e4}.ath-header__row{display:flex;align-items:center;justify-content:space-between;min-height:68px;gap:16px}.ath-logo img{display:block;height:auto}.ath-nav__list{display:flex;gap:20px;list-style:none;padding:0;margin:0}.ath-nav__link{text-decoration:none;color:var(--athena-ink);font-weight:500}.ath-instagram{text-decoration:none;font-weight:500}.ath-icon{text-decoration:none}@media (max-width:900px){.ath-nav{display:none}.ath-nav__toggle{display:inline-block}}.ath-marquee{display:flex;gap:48px;white-space:nowrap;overflow:hidden;border-block:1px solid #eee;background:#fff}.ath-marquee__inner{display:flex;gap:48px;animation:ath-scroll 28s linear infinite;padding:10px 0}@keyframes ath-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.ath-card__info{padding:14px 16px;display:flex;justify-content:space-between;align-items:center}.ath-card__title{font-weight:600;font-size:1rem;text-decoration:none;color:var(--athena-ink)}.ath-card__title:hover{color:var(--athena-green)}.ath-card__price{color:var(--athena-muted);font-size:.95rem}.ath-ed-split{display:grid;grid-template-columns:1fr 1fr;gap:24px;align-items:center}.ath-ed-split--rev{direction:rtl}.ath-ed-split--rev>*{direction:ltr}@media (max-width:900px){.ath-ed-split{grid-template-columns:1fr}}.ath-usp{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}@media (max-width:800px){.ath-usp{grid-template-columns:1fr}}.ath-shopcat{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:20px}.ath-shopcat__card{position:relative;overflow:hidden;text-decoration:none}.ath-shopcat__card img{transition:transform .3s ease}.ath-shopcat__card:hover img{transform:scale(1.05)}.ath-shopcat__title{position:absolute;bottom:12px;left:12px;background:#ffffffd9;padding:6px 10px;border-radius:8px;font-weight:600;color:var(--athena-ink)}.ath-reviews{display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.ath-reviews__item{padding:20px;text-align:center}.ath-reviews__quote{font-style:italic;color:var(--athena-ink);margin-bottom:12px}.ath-reviews__name{font-weight:600;color:var(--athena-ink)}.ath-reviews__location{font-size:.9rem;color:var(--athena-muted)}.ath-footer__top{display:grid;grid-template-columns:1fr 1fr 1fr;gap:24px;margin-bottom:32px}.ath-footer__links{display:flex;gap:40px}.ath-footer__links ul{list-style:none;padding:0;margin:0}.ath-footer__links a{text-decoration:none;color:var(--athena-ink)}.ath-footer__links a:hover{color:var(--athena-green)}.ath-footer__social{display:flex;flex-direction:column;gap:8px}.ath-footer__icons a{text-decoration:none;color:var(--athena-ink)}.ath-footer__icons a:hover{color:var(--athena-green)}.ath-footer__bottom{border-top:1px solid #ece9e4;padding-top:16px;text-align:center;font-size:.85rem}@media (max-width:900px){.ath-footer__top{grid-template-columns:1fr;text-align:center}.ath-footer__links{justify-content:center}}.ath-hero .ath-container{padding-inline:24px}@media (min-width:1200px){.ath-hero .ath-container{padding-inline:48px}}.ath-hero__grid{display:grid;grid-template-columns:1.1fr .9fr;gap:32px;align-items:center}@media (max-width:900px){.ath-hero__grid{grid-template-columns:1fr}}.ath-hero__slide{opacity:0;visibility:hidden;transition:opacity .35s ease;position:relative}.ath-hero__slide.is-active{opacity:1;visibility:visible}.ath-hero__arrow{position:absolute;top:50%;transform:translateY(-50%);background:#fff;border:1px solid #e6e2dc;border-radius:999px;width:36px;height:36px;line-height:34px;text-align:center;cursor:pointer;box-shadow:0 4px 12px #00000014}.ath-hero__prev{left:8px}.ath-hero__next{right:8px}.ath-hero__dots{display:flex;gap:8px;margin-top:12px}.ath-hero__dot{width:8px;height:8px;border-radius:50%;border:1px solid var(--athena-ink);background:transparent;cursor:pointer}.ath-hero__dot.is-active{background:var(--athena-ink)}.ath-hero-video__overlay--dark h1{color:#fff;text-shadow:0 2px 8px rgba(0,0,0,.65)}.ath-hero-video__overlay--dark p{color:#f5f5f5;text-shadow:0 2px 6px rgba(0,0,0,.5);font-weight:500}.ath-hero-video__overlay--dark .ath-eyebrow{color:#fff;opacity:.9;text-shadow:0 1px 4px rgba(0,0,0,.4)}.ath-hero.ath-hero--video .ath-container{padding-inline:24px}@media (min-width:1200px){.ath-hero.ath-hero--video .ath-container{padding-inline:48px}}.ath-hero-video__wrap{position:relative;overflow:hidden;border-radius:var(--athena-radius)}.ath-hero-video__media{position:relative}.ath-hero-video__el{width:100%;height:100%;display:block;object-fit:cover}.ath-hero-height--short{min-height:340px}.ath-hero-height--medium{min-height:460px}.ath-hero-height--tall{min-height:560px}.ath-hero-height--fullscreen{min-height:calc(100svh - 120px)}.ath-hero-video__overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;pointer-events:none;padding:clamp(16px,4vw,48px)}.ath-hero-video__overlay .ath-stack{pointer-events:auto;max-width:680px}.ath-hero-video__overlay--light h1,.ath-hero-video__overlay--light p,.ath-hero-video__overlay--light .ath-eyebrow{text-shadow:0 2px 8px rgba(0,0,0,.12)}.ath-hero-video__overlay--light .ath-button{border-color:var(--athena-ink);color:var(--athena-ink);background:transparent}.ath-hero-video__overlay--light .ath-button--filled{background:var(--athena-ink);color:#fff}.ath-hero.ath-hero--slideshow .ath-container{padding-inline:24px}@media (min-width:1200px){.ath-hero.ath-hero--slideshow .ath-container{padding-inline:48px}}.ath-hero-ss__wrap{position:relative;overflow:hidden;border-radius:var(--athena-radius)}.ath-hero-ss__stage{position:relative}.ath-hero-ss__slide{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;visibility:hidden;transition:opacity .4s ease}.ath-hero-ss__slide.is-active{position:relative;opacity:1;visibility:visible}.ath-hero-ss__img{width:100%;height:100%;display:block;object-fit:cover}.ath-hero-ss__overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;padding:clamp(16px,4vw,48px);pointer-events:none}.ath-hero-ss__overlay .ath-stack{pointer-events:auto;max-width:680px}.ath-hero-video__overlay--left{justify-content:flex-start}.ath-hero-video__overlay--center{justify-content:center;text-align:center}.ath-hero-video__overlay--right{justify-content:flex-end;text-align:right}.ath-hero-video__overlay--light{color:var(--athena-ink)}.ath-hero-video__overlay--light .ath-eyebrow{color:var(--athena-muted)}.ath-hero-video__overlay--light p{color:var(--athena-ink)}.ath-hero-video__overlay--dark{color:#fff}.ath-hero-video__overlay--dark .ath-muted{color:#ffffffd9}.ath-hero-video__overlay--dark .ath-button{border-color:#fff;color:#fff}.ath-hero-video__overlay--dark .ath-button--filled{background:#fff;color:#000}.ath-hero__ctas{display:flex;gap:12px;flex-wrap:wrap}.ath-hero-ss__arrow{position:absolute;top:50%;transform:translateY(-50%);background:#fff;border:1px solid #e6e2dc;border-radius:999px;width:36px;height:36px;line-height:34px;text-align:center;cursor:pointer;box-shadow:0 4px 12px #00000014}.ath-hero-ss__prev{left:8px}.ath-hero-ss__next{right:8px}.ath-hero-ss__dots{display:flex;gap:8px;margin-top:12px;position:absolute;left:50%;transform:translate(-50%);bottom:12px}.ath-hero-ss__dot{width:8px;height:8px;border-radius:50%;border:1px solid var(--athena-ink);background:transparent;cursor:pointer}.ath-hero-ss__dot.is-active{background:var(--athena-ink)}.ath-header{position:relative;z-index:40;transition:background .25s ease,border-color .25s ease;border-bottom:1px solid #ece9e4;background:#fff}.ath-header--sticky{position:sticky;top:0}.template-index .ath-header.ath-header--transparent{background:transparent;border-bottom:none}.ath-header.is-scrolled{background:#fffffff2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid #ece9e4;box-shadow:0 6px 18px #0000000d}.ath-header__row{display:flex;align-items:center;gap:18px;min-height:78px}.ath-nav__toggle{background:transparent;border:0;font-size:22px;line-height:1;display:none}.ath-logo{display:flex;align-items:center}.ath-nav{flex:0 1 auto}.ath-nav__list{display:flex;gap:24px;list-style:none;margin:0;padding:0}.ath-nav__link{text-decoration:none;color:var(--athena-ink);font-weight:500;position:relative;padding:6px 2px}.ath-nav__link:after{content:"";position:absolute;left:0;bottom:-4px;height:1.5px;width:0;background:var(--athena-ink);transition:width .2s ease}.ath-nav__link:hover:after{width:100%}.ath-header__search{flex:1 1 380px;max-width:700px}.ath-header__search form{display:flex;align-items:center;border:1px solid #e4e0da;border-radius:12px;overflow:hidden}.ath-search__input{flex:1;padding:10px 12px;border:0;outline:none;font-size:.95rem}.ath-search__btn{padding:8px 12px;border:0;background:#fff;cursor:pointer}.ath-search__input:focus{outline:none}.ath-header .ath-container{padding-inline:20px}@media (min-width:1200px){.ath-header .ath-container{padding-inline:28px}}.ath-actions{display:flex;align-items:center;gap:14px}.ath-icon{text-decoration:none;display:inline-flex;align-items:center;justify-content:center;min-width:28px;height:28px}.ath-cart{position:relative}.ath-badge{position:absolute;top:-8px;right:-10px;min-width:18px;height:18px;padding:0 5px;border-radius:9px;background:var(--athena-ink);color:#fff;font-size:11px;line-height:18px;text-align:center}.ath-subnav{border-top:1px solid #ece9e4}.ath-subnav__list{display:flex;gap:18px;padding:10px 0 12px;margin:0;list-style:none;flex-wrap:wrap}.ath-subnav__link{text-decoration:none;color:var(--athena-ink);font-size:.95rem}.ath-subnav__link:hover{color:var(--athena-green)}@media (max-width: 980px){.ath-nav{display:none}.ath-nav__toggle{display:inline-block}.ath-header__search{display:none}}.ath-drawer{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000047;z-index:50}.ath-drawer__inner{background:#fff;width:min(86vw,340px);height:100%;padding:18px;box-shadow:0 10px 30px #00000026}.ath-drawer__close{background:transparent;border:0;font-size:24px}.ath-drawer__list{list-style:none;padding:10px 0;margin:0;display:grid;gap:12px}.ath-drawer[hidden]{display:none}.ath-header__search{flex:1 1 420px;max-width:680px;margin-inline:16px}.ath-search{position:relative}.ath-search__icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:var(--athena-muted);display:inline-flex;align-items:center;justify-content:center}.ath-search__input{width:100%;height:42px;padding:10px 14px 10px 40px;border:1px solid #e6e2dc;border-radius:999px;background:var(--athena-cream);font-size:.95rem;color:var(--athena-ink);outline:none}.ath-search__input::placeholder{color:var(--athena-muted);opacity:.9}.ath-search__input:focus{border-color:var(--athena-ink);box-shadow:0 0 0 3px #0000000f;background:#fff}.ath-search__btn{display:none}.sr-only{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}@media (max-width: 980px){.ath-header__search{display:none}}.ath-na__title{text-align:center;margin:6px 0 18px;font-size:clamp(26px,3.5vw,40px);letter-spacing:-.02em}.ath-na__grid{list-style:none;margin:0;padding:0;display:grid;gap:24px;grid-template-columns:repeat(1,minmax(0,1fr))}@media (min-width: 700px){.ath-na__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width: 1100px){.ath-na__grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.ath-na__card{display:block;text-decoration:none;color:inherit;background:#fff;border:1px solid #ece9e4;border-radius:var(--athena-radius);overflow:hidden;transition:box-shadow .2s ease,transform .2s ease}.ath-na__card:hover{box-shadow:0 6px 16px #0000000f;transform:translateY(-2px)}.ath-na__imgwrap{position:relative;aspect-ratio:3 / 4;background:#faf9f7}.ath-na__imgwrap .ath-img{width:100%;height:100%;object-fit:cover}.ath-na__badges{position:absolute;top:10px;left:10px;display:flex;gap:8px;flex-wrap:wrap}.ath-badge{font-size:.78rem;font-weight:600;line-height:1;padding:6px 8px;border-radius:8px;color:#fff}.ath-badge--new{background:#1a7f3c}.ath-badge--hot{background:#333}.ath-na__info{padding:14px 14px 16px;display:grid;gap:8px}.ath-na__name{font-size:1rem;font-weight:600;margin:0;color:var(--athena-ink)}.ath-na__price{display:flex;align-items:center;gap:10px}.ath-na__price--sale{color:#c03519;font-weight:700}.ath-na__price--reg{color:var(--athena-ink);font-weight:600}.ath-na__price--comp{color:var(--athena-muted);text-decoration:line-through;font-weight:500}.ath-hc{position:relative;display:flex;align-items:center;gap:10px}.ath-hc__viewport{overflow:hidden;width:100%}.ath-hc__track{display:flex;gap:20px;will-change:transform;transition:transform .35s ease}.ath-hc__item{flex:0 0 calc((100% - 60px)/4);min-width:0}.ath-hc__arrow{background:#fff;border:1px solid #e6e2dc;width:30px;height:30px;border-radius:50%;line-height:28px;text-align:center;cursor:pointer;color:var(--athena-ink);box-shadow:0 6px 14px #0000000f}.ath-hc__prev{margin-right:4px}.ath-hc__next{margin-left:4px}.ath-hc__arrow:hover{color:var(--athena-green);border-color:#dfdbd4}@media (max-width: 900px){.ath-hc__track{gap:14px}.ath-hc__item{flex:0 0 calc((100% - 14px)/2)}}.ath-na-carousel .ath-card{aspect-ratio:1 / 1;display:flex;flex-direction:column;justify-content:space-between}.ath-na-carousel .ath-card img{width:100%;height:100%;object-fit:cover}.ath-footer__about{max-width:300px}.ath-footer__logo{font-size:1.5rem;font-weight:700;margin-bottom:8px;color:#f7f4ee}.ath-footer__tagline{font-style:italic;margin-bottom:10px;color:#f3e9dd}.ath-footer__info{font-size:.95rem;color:#f3e9dd}.ath-footer__links{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.ath-footer__col h4{font-size:1rem;font-weight:600;margin-bottom:12px;color:#f7f4ee}.ath-footer__col ul{list-style:none;padding:0;margin:0}.ath-footer__col ul li{margin-bottom:8px}.ath-footer__col ul li a{color:#f3e9dd;text-decoration:none;transition:color .2s}.ath-footer__col ul li a:hover{color:#fff}.ath-footer__bottom{border-top:1px solid rgba(247,244,238,.2);text-align:center;margin-top:30px;padding-top:16px;font-size:.85rem;color:#f3e9dd}@media (max-width: 900px){.ath-footer__grid{grid-template-columns:1fr;text-align:center}.ath-footer__links{grid-template-columns:1fr}}.ath-footer{background:#324d3b;color:#f7f4ee;padding:40px 0 20px}.ath-footer__grid{display:grid;grid-template-columns:1fr 2fr;gap:40px}.ath-footer__logo{display:block;height:auto;max-width:160px}.ath-footer__wordmark{font-size:1.5rem;font-weight:700;color:#f7f4ee;text-decoration:none}.ath-footer__tagline{font-style:italic;margin:.25rem 0;color:#f3e9dd}.ath-footer__info{color:#f3e9dd;opacity:.95}.ath-footer__contact{display:flex;gap:14px;flex-wrap:wrap;margin-top:10px}.ath-footer__contact-link{color:#f3e9dd;text-decoration:none}.ath-footer__links{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.ath-footer__heading{font-size:1rem;font-weight:600;margin:0 0 .75rem}.ath-footer__list{list-style:none;margin:0;padding:0}.ath-footer__list li{margin:.45rem 0}.ath-footer__list a{color:#f3e9dd;text-decoration:none;transition:color .2s ease}.ath-footer__list a:hover{color:#fff}.ath-footer__socials .ath-icon{margin-right:8px;vertical-align:middle}.ath-footer__bottom{border-top:1px solid rgba(247,244,238,.2);text-align:center;margin-top:30px;padding-top:14px;font-size:.85rem;color:#f3e9dd}@media (max-width:900px){.ath-footer__grid{grid-template-columns:1fr;text-align:center}.ath-footer__links{grid-template-columns:1fr}.ath-footer__contact{justify-content:center}}.ath-card-wishlist.is-active{border-color:#111}.ath-wishlist__title{font-family:Times New Roman,serif;font-size:28px;letter-spacing:.5px}.ath-drawer__heading{font-weight:700;padding:10px 2px;color:var(--athena-green)}.ath-drawer a{color:var(--athena-ink);text-decoration:none}.ath-drawer a:hover,.ath-drawer a:focus{color:var(--athena-green);text-decoration:underline}.ath-drawer__list--child{padding-left:14px;gap:8px}.ath-na__title{margin:10px 0 6px;font-size:16px;line-height:1.35;font-weight:700;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.ath-na__title a{color:var(--athena-ink);text-decoration:none}.ath-na__title a:hover{color:var(--athena-green)}.ath-na__price{display:inline-flex;align-items:baseline;gap:10px}.ath-na__price-main{font-size:18px;font-weight:800;color:#b23b2a}.ath-na__price-compare{font-size:14px;color:var(--athena-muted);text-decoration:line-through}.ath-na__price-badge{font-size:12px;font-weight:700;color:#b23b2a;background:#ffe9e6;padding:2px 6px;border-radius:8px}#ath-toast{position:fixed;left:50%;bottom:24px;transform:translate(-50%) translateY(14px);background:#3c5b43;color:#fff;font-weight:600;border-radius:12px;padding:12px 16px;box-shadow:0 8px 20px #0000001f;z-index:2147483647;opacity:0;pointer-events:none;transition:opacity .25s ease,transform .25s ease}#ath-toast.show{opacity:1;transform:translate(-50%) translateY(0)}
/*# sourceMappingURL=/cdn/shop/t/1/assets/athena.css.map */
