:root{--ah-bg: #1a1a1a;--ah-bg-deep: #141414;--ah-surface: #211f1e;--ah-surface-2: #262423;--ah-surface-3: #2c2927;--ah-gold: #c9a84c;--ah-gold-soft: #d8b878;--ah-gold-deep: #a8873a;--ah-text: #f0ece4;--ah-text-soft: #cfc6b8;--ah-muted: #a39b8f;--ah-hairline: rgba(216, 184, 120, .18);--ah-hairline-strong: rgba(216, 184, 120, .38);--ah-shadow: 0 30px 60px -40px rgba(0, 0, 0, .9);--ah-radius: 2px;--ah-font-display: var(--font-h2--family, "Cormorant Garamond", Georgia, serif);--ah-font-body: var(--font-body--family, "Manrope", system-ui, sans-serif);--ah-ease: cubic-bezier(.22, 1, .36, 1)}body{background-color:var(--ah-bg);background-image:radial-gradient(1200px 600px at 15% -10%,rgba(216,184,120,.06),transparent 60%),radial-gradient(900px 500px at 100% 20%,rgba(255,255,255,.025),transparent 60%);background-attachment:fixed;color:var(--ah-text)}.ah-eyebrow{font-family:var(--ah-font-body);font-size:.72rem;letter-spacing:.28em;text-transform:uppercase;color:var(--ah-gold);margin:0 0 14px}.ah-section-intro{max-width:720px;margin:0 auto 48px}.ah-section-intro--center{text-align:center}.ah-section-intro h2,.ah-section-intro h1{font-family:var(--ah-font-display);font-weight:400;font-size:clamp(2.2rem,4.2vw,3.4rem);line-height:1.05;letter-spacing:-.01em;color:var(--ah-text);margin:0 0 16px}.ah-section-intro p{color:var(--ah-text-soft);font-size:1rem;line-height:1.8;margin:0}.ah-rule{width:72px;height:1px;margin:0 auto 26px;background:linear-gradient(90deg,transparent,var(--ah-gold-soft),transparent)}.ah-rule--left{margin-left:0}.ah-btn{display:inline-flex;align-items:center;gap:12px;padding:16px 34px;font-family:var(--ah-font-body);font-size:.78rem;font-weight:600;letter-spacing:.22em;text-transform:uppercase;text-decoration:none;border-radius:2px;border:1px solid var(--ah-gold);background:linear-gradient(135deg,var(--ah-gold-soft),var(--ah-gold) 55%,var(--ah-gold-deep));color:#1a1a1a;transition:transform .5s var(--ah-ease),box-shadow .5s var(--ah-ease),filter .4s;box-shadow:0 16px 34px -18px #c9a84c8c}.ah-btn:hover{transform:translateY(-2px);filter:brightness(1.05);box-shadow:0 22px 40px -18px #c9a84cbf}.ah-btn--ghost{background:transparent;color:var(--ah-text);border-color:var(--ah-hairline-strong);box-shadow:none}.ah-btn--ghost:hover{border-color:var(--ah-gold);color:var(--ah-gold-soft);box-shadow:none}.ah-link{color:var(--ah-gold-soft);text-decoration:none;font-size:.8rem;letter-spacing:.16em;text-transform:uppercase;border-bottom:1px solid var(--ah-hairline-strong);padding-bottom:4px;transition:color .3s,border-color .3s}.ah-link:hover{color:var(--ah-text);border-color:var(--ah-gold)}.ah-section{position:relative;padding:clamp(64px,8vw,112px) 0;background:var(--ah-bg);color:var(--ah-text);overflow:clip}.ah-section--surface{background:radial-gradient(900px 400px at 50% 0%,rgba(216,184,120,.05),transparent 70%),var(--ah-surface)}.ah-section--deep{background:radial-gradient(800px 500px at 80% 100%,rgba(216,184,120,.07),transparent 60%),var(--ah-bg-deep)}.ah-section--hairline-top{border-top:1px solid var(--ah-hairline)}.ah-section--hairline-bottom{border-bottom:1px solid var(--ah-hairline)}.ah-inner{width:min(1240px,calc(100% - 48px));margin:0 auto}@media(max-width:749px){.ah-inner{width:calc(100% - 32px)}.ah-section{padding:56px 0}}.ah-product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:28px 24px}@media(max-width:989px){.ah-product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px 16px}}.ah-product-card{position:relative;display:flex;flex-direction:column;min-width:0}.ah-product-card__media{position:relative;display:block;aspect-ratio:4 / 5;overflow:hidden;border-radius:var(--ah-radius);background:radial-gradient(120% 90% at 50% 100%,rgba(216,184,120,.1),transparent 60%),var(--ah-surface-2);border:1px solid var(--ah-hairline);box-shadow:0 4px 20px #0006;transition:border-color .5s var(--ah-ease),transform .6s var(--ah-ease),box-shadow .5s var(--ah-ease)}.ah-product-card__media img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .9s var(--ah-ease),opacity .4s}.ah-product-card:hover .ah-product-card__media{border-color:var(--ah-hairline-strong);box-shadow:0 10px 30px #0000008c}.ah-product-card:hover .ah-product-card__media img{transform:scale(1.04)}.ah-product-card__badge{position:absolute;top:12px;left:12px;padding:6px 12px;border-radius:2px;background:#141414b8;border:1px solid var(--ah-hairline-strong);color:var(--ah-gold-soft);font-size:.62rem;letter-spacing:.22em;text-transform:uppercase;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.ah-product-card__body{padding:18px 4px 0;display:flex;flex-direction:column;gap:8px}.ah-product-card__kicker{font-size:.64rem;letter-spacing:.24em;text-transform:uppercase;color:var(--ah-muted);margin:0}.ah-product-card__title{font-family:var(--ah-font-display);font-weight:400;font-size:1.45rem;line-height:1.15;margin:0}.ah-product-card__title a{color:var(--ah-text);text-decoration:none}.ah-product-card__title a:hover{color:var(--ah-gold-soft)}.ah-product-card__desc{color:var(--ah-text-soft);font-size:.9rem;line-height:1.65;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.ah-product-card__price{display:flex;gap:12px;align-items:baseline;margin:2px 0 0;font-family:var(--ah-font-body)}.ah-product-card__price .ah-price{color:var(--ah-gold-soft);font-size:1rem;letter-spacing:.04em}.ah-product-card__price .ah-compare{color:var(--ah-muted);text-decoration:line-through;font-size:.85rem}.ah-product-card__actions{margin-top:10px;display:flex;flex-direction:column;gap:10px}.ah-product-card .quick-add,.ah-product-card quick-add-component{position:static;inset:auto;display:block;width:100%;pointer-events:auto}.ah-product-card .quick-add__product-form-component,.ah-product-card .quick-add__product-form-component .shopify-product-form{display:block;height:auto}.ah-product-card button.quick-add__button,.ah-product-card .button.quick-add__button{display:inline-flex;opacity:1;position:static;inset:auto;width:100%;max-inline-size:none;min-inline-size:0;height:50px;min-height:50px;justify-content:center;align-items:center;gap:10px;padding:0 20px;border-radius:2px;border:1px solid var(--ah-gold);background:linear-gradient(135deg,var(--ah-gold-soft),var(--ah-gold) 55%,var(--ah-gold-deep)) padding-box;color:#1a1a1a;font-family:var(--ah-font-body);font-size:.72rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase;white-space:nowrap;overflow:visible;-webkit-backdrop-filter:none;backdrop-filter:none;transition:filter .3s,transform .4s var(--ah-ease)}.ah-product-card button.quick-add__button:hover,.ah-product-card button.quick-add__button:focus-visible{width:100%;padding-inline-end:20px;scale:none;filter:brightness(1.06);transform:translateY(-1px)}.ah-product-card button.quick-add__button:hover:before{display:none}.ah-product-card .quick-add__button>.add-to-cart-icon{width:18px;height:18px}.ah-product-card .quick-add__button[data-added=true]{width:100%}.ah-product-card .quick-add__button[disabled]{opacity:.45;cursor:not-allowed;filter:grayscale(.4)}.ah-reveal{opacity:1;transform:none}.ah-js .ah-reveal{opacity:0;transform:translateY(22px);transition:opacity .9s var(--ah-ease),transform .9s var(--ah-ease)}.ah-js .ah-reveal.is-in{opacity:1;transform:none}.ah-js .ah-reveal[data-delay="1"]{transition-delay:.08s}.ah-js .ah-reveal[data-delay="2"]{transition-delay:.16s}.ah-js .ah-reveal[data-delay="3"]{transition-delay:.24s}@media(prefers-reduced-motion:reduce){.ah-js .ah-reveal{opacity:1;transform:none;transition:none}}#header-group .header,#header-group header-component{border-bottom:1px solid var(--ah-hairline)}#header-group .header a,#header-group .menu-list__link{color:var(--ah-text)}#header-group .menu-list__link:hover,#header-group .header a:hover{color:var(--ah-gold-soft)}#header-group .menu-list__link{letter-spacing:.08em}#header-group .header-announcements,#header-group .announcement-bar{letter-spacing:.16em;text-transform:uppercase;font-size:.68rem;color:var(--ah-gold-soft)}h1,h2,h3,.h1,.h2,.h3{font-weight:400}.button:not(.button--secondary):not(.button-unstyled):not(.button--tertiary):not(.cart-items__remove),.shopify-payment-button__button--unbranded,.quick-add__button{background-image:linear-gradient(135deg,var(--ah-gold-soft),var(--ah-gold) 55%,var(--ah-gold-deep));border-color:var(--ah-gold);color:#1a1a1a;letter-spacing:.14em;text-transform:uppercase;font-weight:600;transition:filter .3s,transform .4s var(--ah-ease)}.button:not(.button--secondary):not(.button-unstyled):not(.button--tertiary):not(.cart-items__remove):hover,.quick-add__button:hover{filter:brightness(1.06);transform:translateY(-1px)}.button--secondary{border-color:var(--ah-hairline-strong);color:var(--ah-text);letter-spacing:.14em;text-transform:uppercase}.button--secondary:hover{border-color:var(--ah-gold);color:var(--ah-gold-soft)}.product-information{background:transparent}.product-information .price,.product-information .price__regular,.product-information .price-list{color:var(--ah-gold-soft)}.product-information .price--on-sale .price__regular,.product-information s,.product-information .price__compare{color:var(--ah-muted)}.product-information .variant-option__button-label,.product-information .variant-option__button-label--has-swatch,.variant-option__button-label{border-color:var(--ah-hairline-strong)}.variant-option__button-label:hover{border-color:var(--ah-gold)}.product-information .product-details,.product-information .accordion,.product-information details{border-color:var(--ah-hairline)}.product-information summary,.product-information .accordion__summary{color:var(--ah-text)}.product-media-container,.product-media img,.product-media-gallery img,.media-gallery img,.product-media-container img{border-radius:var(--ah-radius)}.product-media-container,.media-gallery__grid>*{background:var(--ah-surface-2)}.product-media-container{border:1px solid var(--ah-hairline);box-shadow:0 4px 20px #0006}.product-card,.product-grid .product-card,.resource-card{background:transparent;box-shadow:none}.product-card__image,.product-card .product-media-container,.product-card .card-gallery,.resource-card__image{background:var(--ah-surface-2);border:1px solid var(--ah-hairline);border-radius:var(--ah-radius);box-shadow:0 4px 20px #0006;overflow:hidden}.product-card:hover .product-card__image,.product-card:hover .card-gallery{border-color:var(--ah-hairline-strong)}.product-card .price,.product-card .price-list,.product-card .product-card__price,.resource-card .price{color:var(--ah-gold-soft)}.product-card s,.product-card .price__compare{color:var(--ah-muted)}.product-card__title a,.product-card .card__heading a{color:var(--ah-text)}.product-badges__badge,.product-badges .badge,.badge{background:#141414c7;border:1px solid var(--ah-hairline-strong);color:var(--ah-gold-soft);letter-spacing:.18em;text-transform:uppercase;font-size:.62rem}.collection-wrapper,.main-collection{background:transparent}.facets,.facets__panel,.facets__form,.collection-filters,.facets-toggle{background:transparent;color:var(--ah-text);border-color:var(--ah-hairline)}.facets__summary,.facets__label,.facets summary{color:var(--ah-text-soft)}.sorting select,.facets select,select.select__select,input[type=text],input[type=email],input[type=search],input[type=number],input[type=tel],textarea,.field__input,.quantity-selector,.quantity-selector__input{background-color:var(--ah-surface);color:var(--ah-text);border-color:var(--ah-hairline-strong)}input::placeholder,textarea::placeholder{color:var(--ah-muted)}input:focus-visible,textarea:focus-visible,button:focus-visible,a:focus-visible{outline:2px solid var(--ah-gold);outline-offset:2px}.cart-drawer,.cart-drawer__dialog,.cart-drawer__content,.cart-drawer__inner,cart-drawer-component dialog,.cart-page,.cart-items,.cart-summary,.cart__summary{background-color:var(--ah-bg);color:var(--ah-text)}.cart-drawer__header,.cart-drawer__footer,.cart-items__table,.cart-item,.cart-items-component,.cart-summary{border-color:var(--ah-hairline)}.cart-drawer .price,.cart-item .price,.cart-summary .price,.cart__total-value,.cart__total{color:var(--ah-gold-soft)}.cart-drawer__close,.cart-drawer button.button-unstyled,.cart-item__title a{color:var(--ah-text)}.cart-item__details,.cart-item__meta{color:var(--ah-text-soft)}.ah-shipping-progress{padding:14px 0 6px}.ah-shipping-progress__text{font-size:.78rem;letter-spacing:.06em;color:var(--ah-text-soft);margin:0 0 8px}.ah-shipping-progress__text strong{color:var(--ah-gold-soft);font-weight:600}.ah-shipping-progress__bar{height:3px;background:#ffffff14;border-radius:999px;overflow:hidden}.ah-shipping-progress__fill{height:100%;background:linear-gradient(90deg,var(--ah-gold-deep),var(--ah-gold-soft));border-radius:999px;transition:width .7s var(--ah-ease)}.search-modal,.search-modal__dialog,dialog.search-modal,.drawer,.drawer__content,.menu-drawer,.popover,.popover__content,.color-custom-popover{background-color:var(--ah-bg);color:var(--ah-text);border-color:var(--ah-hairline)}#footer-group,.footer,.footer-utilities{background-color:var(--ah-bg-deep);color:var(--ah-text-soft)}.footer{border-top:1px solid var(--ah-hairline)}.footer a,.footer-utilities a{color:var(--ah-text-soft);text-decoration:none;transition:color .3s}.footer a:hover,.footer-utilities a:hover{color:var(--ah-gold-soft)}.footer .h6,.footer h2,.footer h3,.footer .footer__heading{color:var(--ah-text);letter-spacing:.18em;text-transform:uppercase;font-size:.72rem;font-family:var(--ah-font-body)}.footer .field__input,.footer input[type=email]{background:var(--ah-surface)}.footer-utilities{border-top:1px solid var(--ah-hairline)}.rte,.page,.main-page,.shopify-policy__container{color:var(--ah-text-soft)}.rte h1,.rte h2,.rte h3,.rte h4,.shopify-policy__container h1,.shopify-policy__container h2{color:var(--ah-text);font-family:var(--ah-font-display);font-weight:400}.rte a,.shopify-policy__container a{color:var(--ah-gold-soft);text-decoration-color:var(--ah-hairline-strong)}.rte a:hover{color:var(--ah-text)}.rte hr{border:0;height:1px;background:linear-gradient(90deg,transparent,var(--ah-gold-soft),transparent);margin:48px 0}.shopify-policy__container{max-width:760px;margin:0 auto;padding:72px 24px}.pagination a,.pagination span,.breadcrumbs a{color:var(--ah-text-soft)}.pagination a:hover,.breadcrumbs a:hover,.pagination .is-current,.pagination [aria-current]{color:var(--ah-gold-soft)}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:var(--ah-bg-deep)}::-webkit-scrollbar-thumb{background:var(--ah-surface-3);border-radius:999px;border:2px solid var(--ah-bg-deep)}::-webkit-scrollbar-thumb:hover{background:var(--ah-gold-deep)}::selection{background:#c9a84c59;color:var(--ah-text)}.menu-drawer__close-button,.header-drawer .close-button{background:transparent;background-image:none;border:1px solid var(--ah-hairline-strong);color:var(--ah-text);border-radius:2px;width:44px;height:44px}.menu-drawer__close-button:hover{border-color:var(--ah-gold);color:var(--ah-gold-soft);filter:none;transform:none}.ah-email-popup input[type=email],.ah-email-popup .ah-email-popup__input{border-radius:2px}.quick-add-modal,.quick-add-modal .quick-add-modal__content,.quick-add-modal .product-details{background-color:var(--ah-bg);color:var(--ah-text)}.quick-add-modal{border:1px solid var(--ah-hairline);border-radius:var(--ah-radius)}.quick-add-modal .product-header a{color:var(--ah-text);text-decoration:none;font-family:var(--ah-font-display);font-size:1.3rem}.quick-add-modal product-price,.quick-add-modal .price{color:var(--ah-gold-soft)}#header-group header-component.header,#header-group .header__row--top,#header-group .header__rows{background-color:#202020}#header-group .header-actions__action,#header-group .account-button.header-actions__action{background-color:transparent}.cart-items__remove,.cart-drawer .button.cart-items__remove{background:transparent;background-image:none;border:1px solid var(--ah-hairline-strong);color:var(--ah-text-soft)}.cart-items__remove:hover{border-color:var(--ah-gold);color:var(--ah-gold-soft);filter:none;transform:none}.theme-drawer__close-button,.cart-drawer .theme-drawer__close-button{border-radius:2px;border:1px solid var(--ah-hairline-strong);background:var(--ah-bg);color:var(--ah-text)}.theme-drawer__close-button:hover{border-color:var(--ah-gold);color:var(--ah-gold-soft)}.ah-visually-hidden{position:absolute!important;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}.product-recommendations__skeleton-item,.product-recommendations__skeleton-item *,[class*=skeleton]{background-color:#202020}textarea,.field textarea,.field__input,.contact__form textarea{background-color:#1a1a1a;color:#f0ece4;border-color:#f0ece42e;border-radius:2px}
/*# sourceMappingURL=/cdn/shop/t/29/assets/aura-haven-luxe.css.map */
