.fh-header{position:sticky;top:0;z-index:40;background:var(--color-white);border-bottom:1px solid var(--color-line)}.fh-header__bar{display:flex;align-items:center;gap:var(--space-4);min-height:72px;padding-block:var(--space-3)}.fh-header__menu-trigger{display:inline-flex}.fh-header__logo{display:inline-flex;align-items:center;flex-shrink:0}.fh-header__logo img{max-height:40px;width:auto}.fh-header__logo-text{font-family:var(--font-display);font-weight:800;font-size:1.1rem;color:var(--color-ink);white-space:nowrap}.fh-header__nav{display:none;flex:1;min-width:0}.fh-header__nav-list{display:flex;align-items:center;gap:var(--space-1);list-style:none;margin:0;padding:0}.fh-header__nav-item{position:static}.fh-header__nav-link{display:inline-flex;align-items:center;gap:var(--space-1);padding:var(--space-2) var(--space-3);border-radius:var(--radius-pill);font-weight:700;font-size:.95rem;color:var(--color-ink);text-decoration:none;cursor:pointer;list-style:none;transition:background-color var(--motion-base) var(--ease-out),color var(--motion-base) var(--ease-out)}.fh-header__nav-link::-webkit-details-marker{display:none}.fh-header__nav-link:hover{background:var(--color-cream);color:var(--color-pink)}.fh-mega[open]>.fh-header__nav-link{background:var(--color-cream);color:var(--color-pink)}.fh-mega__chevron{transition:transform var(--motion-base) var(--ease-out)}.fh-mega[open] .fh-mega__chevron{transform:rotate(180deg)}.fh-mega{position:static}.fh-mega__panel{position:absolute;left:0;right:0;top:100%;background:var(--color-white);border-bottom:1px solid var(--color-line);box-shadow:var(--shadow-card-hover)}.fh-mega__panel-inner{padding-block:var(--space-6)}.fh-mega__columns{display:flex;flex-wrap:wrap;gap:var(--space-7)}.fh-mega__column{min-width:160px}.fh-mega__column-title{margin-bottom:var(--space-3)}.fh-mega__column-list{list-style:none;margin:0;padding:0;display:grid;gap:var(--space-2)}.fh-mega__column-single{font-weight:700;font-size:1.05rem}.fh-mega__feature{margin-left:auto;display:block;width:220px;text-decoration:none}.fh-mega__feature img{border-radius:var(--radius-md);margin-bottom:var(--space-2);aspect-ratio:1;object-fit:cover}.fh-mega__feature-title{font-weight:700;color:var(--color-ink)}.fh-header__actions{display:flex;align-items:center;gap:var(--space-1);margin-left:auto;flex-shrink:0}.fh-icon-btn{display:inline-flex;align-items:center;justify-content:center;width:var(--touch-target-min);height:var(--touch-target-min);border-radius:50%;border:none;background:transparent;color:var(--color-ink);cursor:pointer;position:relative;transition:background-color var(--motion-base) var(--ease-out)}.fh-icon-btn:hover{background:var(--color-cream)}.fh-header__cart{text-decoration:none}.fh-header__cart-count{position:absolute;top:2px;right:2px;min-width:16px;height:16px;padding-inline:3px;border-radius:999px;background:var(--color-pink);color:var(--color-white);font-size:.65rem;font-weight:700;line-height:16px;text-align:center}.fh-search-panel{position:absolute;inset-inline:0;top:100%;background:var(--color-white);border-bottom:1px solid var(--color-line);box-shadow:var(--shadow-card-hover);padding-block:var(--space-6)}.fh-search-panel__form{display:flex;align-items:center;gap:var(--space-3)}.fh-search-panel__input{flex:1}.fh-search-panel__shortcuts{list-style:none;display:flex;flex-wrap:wrap;gap:var(--space-2) var(--space-4);margin:var(--space-4) 0 0;padding:0}.fh-mobile-nav{position:fixed;top:0;right:0;bottom:0;left:0;z-index:60;background:#0006}.fh-mobile-nav__panel{position:absolute;top:0;left:0;bottom:0;width:min(340px,86vw);background:var(--color-white);padding:var(--space-5);overflow-y:auto}.fh-mobile-nav__close{margin-bottom:var(--space-4)}.fh-mobile-nav__list{list-style:none;margin:0;padding:0;display:grid;gap:var(--space-1)}.fh-mobile-nav__list>li>a{display:block;padding:var(--space-3) var(--space-2);font-weight:700;color:var(--color-ink);text-decoration:none;border-radius:var(--radius-sm)}.fh-mobile-nav__list>li>a:hover{background:var(--color-cream)}.fh-mobile-nav__group summary{display:flex;align-items:center;justify-content:space-between;padding:var(--space-3) var(--space-2);font-weight:700;cursor:pointer;list-style:none}.fh-mobile-nav__group summary::-webkit-details-marker{display:none}.fh-mobile-nav__group ul{list-style:none;margin:0 0 var(--space-2);padding-left:var(--space-4);display:grid;gap:var(--space-1)}.fh-mobile-nav__group a{display:block;padding:var(--space-2);color:var(--color-charcoal);text-decoration:none}.fh-mobile-nav__subheading{font-size:var(--text-micro-size);font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--color-ash);padding:var(--space-2) var(--space-2) 0}@media(min-width:1024px){.fh-header__menu-trigger{display:none}.fh-header__nav{display:block}.fh-search-panel__shortcuts{justify-content:center}}.fh-footer__grid{display:grid;gap:var(--space-6);grid-template-columns:1fr;padding-block:var(--space-7)}.fh-footer__logo{max-height:32px;width:auto;margin-bottom:var(--space-3);filter:brightness(0) invert(1)}.fh-footer__tagline{color:#cfc9be;max-width:32ch}.fh-footer__list{list-style:none;margin:var(--space-3) 0 0;padding:0;display:grid;gap:var(--space-2)}.fh-footer .fh-eyebrow{color:var(--color-yellow)}.fh-footer .fh-link{color:#e7e2d8}.fh-footer__newsletter-row{display:flex;gap:var(--space-2);margin-top:var(--space-3);max-width:360px}.fh-footer__newsletter-row .fh-input{background:#ffffff0f;border-color:#fff3;color:var(--color-white)}.fh-footer__bottom{padding-block:var(--space-4);border-top:1px solid rgba(255,255,255,.12);color:#a89f92}@media(min-width:768px){.fh-footer__grid{grid-template-columns:1.3fr repeat(auto-fit,minmax(140px,1fr)) 1.3fr}}.fh-hero,.fh-hero__media{position:relative}.fh-hero__img{width:100%;height:auto;object-fit:cover}.fh-hero__img--mobile{display:block}.fh-hero__img--desktop{display:none}.fh-hero__content{padding-block:var(--space-7) var(--space-8);display:grid;gap:var(--space-4);max-width:640px}.fh-hero__ctas{display:flex;flex-wrap:wrap;gap:var(--space-3);margin-top:var(--space-2)}@media(min-width:768px){.fh-hero__img--mobile{display:none}.fh-hero__img--desktop{display:block}}.fh-hero__media:has(img)+.fh-hero__content,.fh-hero:has(.fh-hero__media img) .fh-hero__content{position:relative;margin-top:calc(var(--space-8) * -1);z-index:1;background:linear-gradient(0deg,var(--color-white) 55%,transparent);padding-top:var(--space-8)}.fh-shop-world__heading{margin-bottom:var(--space-5)}.fh-shop-world__rail{padding-bottom:var(--space-2)}.fh-shop-world__tile{display:block;width:clamp(160px,58vw,220px);text-decoration:none}.fh-shop-world__tile-media{display:block;border-radius:var(--radius-md);overflow:hidden;background:var(--color-smoke);position:relative;margin-bottom:var(--space-3)}.fh-shop-world__tile-image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:contain;transition:transform var(--motion-base) var(--ease-out),opacity var(--motion-base) var(--ease-out)}.fh-shop-world__tile:hover .fh-shop-world__tile-image.fh-card__img--primary,.fh-shop-world__tile:focus-visible .fh-shop-world__tile-image.fh-card__img--primary{transform:scale(1.06)}.fh-shop-world__tile-image.fh-card__img--hover{opacity:0}.fh-shop-world__tile:hover .fh-shop-world__tile-image.fh-card__img--hover,.fh-shop-world__tile:focus-visible .fh-shop-world__tile-image.fh-card__img--hover{opacity:1;transform:scale(1.06)}.fh-shop-world__tile-title{color:var(--color-ink)}@media(min-width:768px){.fh-shop-world__rail{display:grid;grid-template-columns:repeat(6,1fr);gap:var(--space-4);overflow:visible}.fh-shop-world__tile{width:auto}}.fh-shop-hue__heading{margin-bottom:var(--space-2)}.fh-shop-hue__subheading{color:var(--color-ash);margin-bottom:var(--space-6)}.fh-shop-hue__grid{display:flex;flex-wrap:wrap;gap:var(--space-6)}.fh-shop-hue__swatch-link{display:flex;flex-direction:column;align-items:center;gap:var(--space-2);text-decoration:none}.fh-shop-hue__swatch{display:block;width:84px;height:84px;border-radius:50%;box-shadow:inset 0 0 0 1px #0000000f;transition:transform var(--motion-base) var(--ease-out)}.fh-shop-hue__swatch-link:hover .fh-shop-hue__swatch,.fh-shop-hue__swatch-link:focus-visible .fh-shop-hue__swatch{transform:scale(1.08)}.fh-shop-hue__label{color:var(--color-ink);font-weight:700}.fh-hue-are-you__grid{display:grid;gap:var(--space-6);align-items:center}.fh-hue-are-you__media{aspect-ratio:1102 / 1427;border-radius:var(--radius-lg);overflow:hidden;background:var(--color-smoke)}.fh-hue-are-you__media img{width:100%;height:100%;object-fit:cover;display:block}.fh-hue-are-you__content{display:grid;gap:var(--space-3)}.fh-hue-are-you__form{display:flex;flex-wrap:wrap;gap:var(--space-3);margin-top:var(--space-3)}.fh-hue-are-you__form .fh-input{flex:1;min-width:220px}.fh-hue-are-you__success{font-weight:700;color:var(--color-pink)}@media(min-width:768px){.fh-hue-are-you__grid{grid-template-columns:5fr 6fr}}.fh-product-rail__head{display:flex;align-items:baseline;justify-content:space-between;gap:var(--space-3);margin-bottom:var(--space-5)}.fh-product-rail__item{width:240px}.fh-product-rail__empty{color:var(--color-ash);padding:var(--space-6) 0}@media(min-width:768px){.fh-product-rail__rail{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--space-5);overflow:visible}.fh-product-rail__item{width:auto}}.fh-identity__heading{margin-bottom:var(--space-5)}.fh-identity__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--space-3)}.fh-identity__tile{display:flex;align-items:flex-end;aspect-ratio:4 / 3;border-radius:var(--radius-md);padding:var(--space-4);text-decoration:none;color:var(--color-white);transition:transform var(--motion-base) var(--ease-out);position:relative;overflow:hidden}.fh-identity__tile:hover,.fh-identity__tile:focus-visible{transform:scale(.98)}.fh-identity__tile--dark-text{color:var(--color-ink)}.fh-identity__word{color:inherit;position:relative;z-index:1}.fh-identity__tile-image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0}.fh-identity__tile--has-image{color:var(--color-white)}.fh-identity__tile--has-image:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;background:linear-gradient(to top,#0000008c,#0000 60%)}@media(min-width:768px){.fh-identity__grid{grid-template-columns:repeat(3,1fr)}}.fh-art-gallery__head{margin-bottom:var(--space-5)}.fh-art-gallery__item{display:block;width:320px;text-decoration:none;flex-shrink:0}.fh-art-gallery__item img{border-radius:var(--radius-sm);margin-bottom:var(--space-3);aspect-ratio:4/5;object-fit:contain;background:var(--color-smoke);width:100%}.fh-art-gallery__title{color:var(--color-ink);font-weight:700}.fh-art-gallery__rail[hidden]{display:none}.fh-founder__grid{display:grid;gap:var(--space-6);align-items:center}.fh-founder__media{aspect-ratio:16 / 9;border-radius:var(--radius-lg);overflow:hidden;background:var(--color-smoke)}.fh-founder__media img{width:100%;height:100%;object-fit:cover;display:block}.fh-founder__content{display:grid;gap:var(--space-3)}.fh-founder__quote{margin:0;font-style:normal;border:none;padding:0}.fh-founder__signature{color:var(--color-ash)}@media(min-width:768px){.fh-founder__grid{grid-template-columns:5fr 7fr}}.fh-trust__heading{text-align:center;margin-bottom:var(--space-5)}.fh-trust__row{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:var(--space-7)}.fh-trust__item{display:inline-flex;align-items:center;opacity:.75;transition:opacity var(--motion-base) var(--ease-out);text-decoration:none;color:var(--color-ash)}.fh-trust__item:hover{opacity:1}.fh-trust__item img{max-height:36px;width:auto;filter:grayscale(1)}.fh-customer-world__heading{margin-bottom:var(--space-5)}.fh-customer-world__item{width:280px;flex-shrink:0}.fh-customer-world__img{border-radius:var(--radius-md);margin-bottom:var(--space-3);aspect-ratio:1;object-fit:cover}.fh-customer-world__caption{color:var(--color-charcoal)}.fh-customer-world__attribution{color:var(--color-ash)}.fh-product-main__grid{display:grid;gap:var(--space-6)}.fh-product-main__media-main{aspect-ratio:1;border-radius:var(--radius-md);overflow:hidden;background:var(--color-smoke)}.fh-product-main__media-main img{width:100%;height:100%;object-fit:cover}.fh-product-main__thumbs{display:flex;gap:var(--space-2);margin-top:var(--space-3);overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch}.fh-product-main__thumb{flex-shrink:0;scroll-snap-align:start;width:var(--space-8);height:var(--space-8);border-radius:var(--radius-sm);overflow:hidden;padding:0;border:2px solid transparent;background:var(--color-smoke);cursor:pointer;display:flex;align-items:center;justify-content:center}.fh-product-main__thumb img{width:80%;height:80%;object-fit:cover;display:block}.fh-product-main__thumb.is-active{border-color:var(--color-pink)}.fh-product-main__title{margin-bottom:var(--space-2)}.fh-product-main__price{font-family:var(--font-display);font-weight:800;font-size:1.5rem;color:var(--color-ink);margin:0 0 var(--space-5)}.fh-product-main__price-compare{text-decoration:line-through;color:var(--color-ash);font-weight:400;font-size:1.1rem;margin-left:var(--space-2)}.fh-product-main__form{display:grid;gap:var(--space-4)}.fh-product-main__option{display:grid;gap:var(--space-1)}.fh-product-main__availability{margin:0;font-weight:600}.fh-product-main__actions{display:flex;gap:var(--space-3);align-items:stretch}.fh-product-main__qty{width:84px;flex-shrink:0;text-align:center}.fh-product-main__add{flex:1}.fh-product-main__add:disabled{opacity:.5;cursor:not-allowed}.fh-product-main__note{color:var(--color-ash);margin:var(--space-2) 0 0}.personalize-button{display:flex;align-items:center;justify-content:center;gap:var(--space-2);width:100%;min-height:var(--touch-target-min);padding:var(--space-3) var(--space-6)!important;border-radius:var(--radius-pill)!important;border:2px solid transparent;background:var(--color-cyan)!important;color:var(--color-white)!important;font-family:var(--font-body);font-weight:700!important;font-size:var(--text-body-size)!important;text-decoration:none;cursor:pointer;transition:transform var(--motion-fast) var(--ease-out),background-color var(--motion-base) var(--ease-out)}.personalize-button:hover{background:color-mix(in srgb,var(--color-cyan) 85%,black)!important}.personalize-button:active{transform:scale(.97)}@media(min-width:1024px){.fh-product-main__grid{grid-template-columns:1.4fr 1fr;align-items:start}.fh-product-main__gallery,.fh-product-main__info{position:sticky;top:88px}}.fh-product-story__inner{max-width:68ch}.fh-product-story__heading{margin-bottom:var(--space-3)}.fh-product-story__body p{margin:0 0 var(--space-4)}.fh-product-story__body p:last-child{margin-bottom:0}.fh-cart-drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:70;background:#0006}.fh-cart-drawer__panel{position:absolute;top:0;right:0;bottom:0;width:min(420px,92vw);background:var(--color-white);display:flex;flex-direction:column}.fh-cart-drawer__head{display:flex;align-items:center;justify-content:space-between;padding:var(--space-5);border-bottom:1px solid var(--color-line)}.fh-cart-drawer__body{flex:1;overflow-y:auto;padding:var(--space-5)}.fh-cart-drawer__line{display:grid;grid-template-columns:80px 1fr auto;gap:var(--space-3);padding-block:var(--space-4);border-bottom:1px solid var(--color-line)}.fh-cart-drawer__line-media{display:block;width:80px;height:80px;border-radius:var(--radius-sm);overflow:hidden;background:var(--color-smoke)}.fh-cart-drawer__line-media img{width:100%;height:100%;object-fit:cover;display:block}.fh-cart-drawer__line-info{display:grid;gap:var(--space-1);align-content:start}.fh-cart-drawer__line-title{font-weight:700}.fh-cart-drawer__line-variant{color:var(--color-ash)}.fh-cart-drawer__line-controls{display:flex;align-items:center;gap:var(--space-3);margin-top:var(--space-2)}.fh-cart-drawer__qty{display:flex;align-items:center;gap:var(--space-2);border:1px solid var(--color-line);border-radius:var(--radius-pill);padding-inline:var(--space-1)}.fh-cart-drawer__qty .fh-icon-btn{width:32px;height:32px}.fh-cart-drawer__remove{color:var(--color-ash);font-size:.85rem}.fh-cart-drawer__line-price{font-weight:700;margin:0;text-align:right}.fh-cart-drawer__empty{text-align:center;padding:var(--space-8) 0;display:grid;gap:var(--space-4);justify-items:center}.fh-cart-drawer__footer{position:sticky;bottom:calc(-1 * var(--space-5));margin:var(--space-5) calc(-1 * var(--space-5)) calc(-1 * var(--space-5));background:var(--color-white);border-top:1px solid var(--color-line);padding:var(--space-5);display:grid;gap:var(--space-3)}.fh-cart-drawer__subtotal{display:flex;justify-content:space-between;font-weight:700;font-size:1.1rem}.fh-cart-drawer__shipping-note{color:var(--color-ash);margin:0}.fh-collection__head{margin-bottom:var(--space-6);max-width:68ch}.fh-collection__description{margin:var(--space-3) 0;color:var(--color-charcoal)}.fh-collection__count{color:var(--color-ash)}.fh-collection__toolbar{display:flex;align-items:center;justify-content:space-between;gap:var(--space-3);margin-bottom:var(--space-6);padding-bottom:var(--space-4);border-bottom:1px solid var(--color-line)}.fh-collection__filter-trigger{position:relative}.fh-collection__filter-count{display:inline-flex;align-items:center;justify-content:center;min-width:18px;height:18px;padding-inline:4px;border-radius:999px;background:var(--color-pink);color:var(--color-white);font-size:.7rem;font-weight:700;margin-left:var(--space-1)}.fh-collection__sort select{min-width:180px}.fh-collection__layout{display:grid;gap:var(--space-7)}.fh-collection__filters{display:none}.fh-collection__grid{margin-bottom:var(--space-6)}.fh-collection__pagination{display:flex;align-items:center;justify-content:center;gap:var(--space-4);margin-top:var(--space-6)}.fh-collection__empty{text-align:center;padding:var(--space-9) 0;display:grid;gap:var(--space-4);justify-items:center}@media(min-width:1024px){.fh-collection__layout{grid-template-columns:240px 1fr;align-items:start}.fh-collection__filters{display:block;position:sticky;top:88px}.fh-collection__filter-trigger{display:none}}.fh-collection-filters__group{margin-bottom:var(--space-6)}.fh-collection-filters__label{margin-bottom:var(--space-3)}.fh-collection-filters__list{list-style:none;margin:0;padding:0;display:grid;gap:var(--space-2)}.fh-collection-filters__item label{display:flex;align-items:center;gap:var(--space-2);cursor:pointer}.fh-collection-filters__item-count{color:var(--color-ash)}.fh-collection-filters__price{display:flex;align-items:center;gap:var(--space-2)}.fh-collection-filters__price .fh-input{width:90px}.fh-collection-filters__apply{width:100%}.fh-collection__drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:60;background:#0006}.fh-collection__drawer-panel{position:absolute;top:0;right:0;bottom:0;width:min(360px,90vw);background:var(--color-white);padding:var(--space-5);overflow-y:auto}.fh-collection__drawer-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:var(--space-5)}.fh-collection__clear{display:block;text-align:center;margin-top:var(--space-4)}.fh-product-card__badges{position:absolute;top:var(--space-2);left:var(--space-2);display:flex;gap:var(--space-1);z-index:1}.fh-badge{display:inline-block;padding:3px 10px;border-radius:var(--radius-pill);font-size:.68rem;font-weight:700;letter-spacing:.02em;text-transform:uppercase;background:var(--color-ink);color:var(--color-white)}.fh-badge--sale{background:var(--color-pink)}.fh-badge--soldout{background:var(--color-ash)}.fh-product-card__title{display:block;font-weight:700;color:var(--color-ink);text-decoration:none;margin-bottom:var(--space-1)}.fh-product-card__price{display:block;font-weight:700;color:var(--color-ink);margin-bottom:var(--space-3)}.fh-product-card__price--sale{color:var(--color-pink);margin-right:var(--space-2)}.fh-product-card__price--compare{text-decoration:line-through;color:var(--color-ash);font-weight:400}.fh-product-card__quick-add-btn{width:100%}
/*# sourceMappingURL=/cdn/shop/t/13/assets/fh-components.css.map */
