.site-header{position:sticky;top:0;z-index:100;background:#f8f4ecf5;border-bottom:1px solid var(--color-line);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.announcement{display:flex;justify-content:center;background:var(--color-ink);color:#fff;min-height:34px;padding:.45rem 1rem;text-align:center}.announcement p{margin:0;max-width:100%;font-size:.85rem}.header-main{display:grid;grid-template-columns:minmax(280px,.8fr) minmax(560px,1.8fr) auto;gap:1rem;align-items:center;min-height:78px}.brand{display:inline-flex;align-items:center;min-width:0}.brand__logo{display:block;width:248px;max-width:34vw;height:auto}.brand__fallback{display:none}.brand__mark{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border:1px solid var(--color-ink);border-radius:50%;color:var(--color-ink);font-family:Georgia,Times New Roman,serif;font-size:.86rem}.brand__name{font-size:1.15rem;font-weight:900;line-height:1.1}.brand__sub{color:var(--color-muted);font-size:.78rem;line-height:1.2}.header-nav{display:flex;justify-content:center;gap:1.25rem;color:var(--color-ink);font-size:.92rem;font-weight:750}.header-nav a{padding:.6rem 0;white-space:nowrap}.header-nav a:hover{color:var(--color-accent-dark)}.header-nav__group{position:relative}.header-nav__parent{display:inline-flex;align-items:center;gap:.25rem;padding:.6rem 0;white-space:nowrap;text-decoration:none;cursor:default}.header-nav__dropdown{position:absolute;top:100%;left:50%;transform:translate(-50%) translateY(6px);display:flex;flex-direction:column;min-width:180px;padding:.6rem 0;border:1px solid var(--color-line);border-radius:8px;background:var(--color-surface);box-shadow:var(--shadow-soft);opacity:0;visibility:hidden;transition:opacity .18s ease,transform .18s ease,visibility .18s ease;z-index:110}.header-nav__group:hover .header-nav__dropdown,.header-nav__group:focus-within .header-nav__dropdown{opacity:1;visibility:visible;transform:translate(-50%) translateY(0)}.header-nav__dropdown a{padding:.5rem 1rem;white-space:nowrap;font-weight:600;font-size:.88rem;text-decoration:none;color:inherit}.header-nav__dropdown a:hover{background:var(--color-bg)}.header-actions{display:flex;justify-content:flex-end;align-items:center;gap:.35rem}.language-selector{display:inline-flex;align-items:center}.language-selector__form{margin:0}.language-selector__select{min-height:40px;max-width:96px;border:1px solid rgba(244,241,233,.16);border-radius:999px;background:#f4f1e90f;color:currentColor;padding:0 .72rem;font-size:.74rem;font-weight:850;letter-spacing:.04em;text-align:center}.language-selector__select:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px}.language-selector__select option{color:#111827}.icon-button{position:relative;display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border:1px solid transparent;border-radius:50%;background:transparent;color:var(--color-ink)}.icon-button:hover{background:var(--color-surface);border-color:var(--color-line)}.cart-count{position:absolute;right:2px;top:2px;display:inline-flex;align-items:center;justify-content:center;min-width:17px;height:17px;padding:0 4px;border-radius:999px;background:var(--color-accent);color:#fff;font-size:.68rem;font-weight:800}.header-menu-toggle{display:none}.mobile-menu{position:fixed;top:0;right:0;bottom:0;z-index:120;display:flex;flex-direction:column;width:min(88vw,380px);min-height:100vh;min-height:100dvh;padding:max(1rem,env(safe-area-inset-top)) 1rem max(1.25rem,env(safe-area-inset-bottom));overflow-y:auto;background:var(--color-surface);box-shadow:var(--shadow-soft)}.mobile-menu:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;right:min(88vw,380px);background:#1f1a1747}.mobile-menu__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem;font-weight:900}.mobile-menu__header,.mobile-menu a{position:relative;z-index:1}.mobile-menu a{display:block;padding:.9rem 0;border-bottom:1px solid var(--color-line);font-weight:800}.mobile-menu__account{margin-top:.75rem;padding:.85rem 1rem!important;border:1px solid var(--color-accent)!important;border-radius:999px;background:var(--color-accent);color:#fff;text-align:center}.mobile-menu__account-note{border-bottom:0!important;color:var(--color-accent-dark);font-size:.92rem;text-align:center;text-decoration:underline;text-underline-offset:.25rem}.mobile-menu__nav{display:flex;flex-direction:column}.mobile-menu__group{border-bottom:1px solid var(--color-line)}.mobile-menu__parent{display:flex;align-items:center;justify-content:space-between;width:100%;padding:.9rem 0;border:none;background:none;color:inherit;font-weight:800;font-size:inherit;text-align:left;cursor:pointer}.mobile-menu__parent:hover{color:var(--color-accent-dark)}.mobile-menu__arrow{display:inline-block;font-size:1.4rem;line-height:1;transition:transform .2s ease}.mobile-menu__parent[aria-expanded=true] .mobile-menu__arrow{transform:rotate(90deg)}.mobile-menu__sublist{display:flex;flex-direction:column;padding-bottom:.5rem}.mobile-menu__sublist a{padding:.55rem 0 .55rem 1rem;border-bottom:none;font-weight:600;font-size:.92rem;opacity:.78}.predictive-search{background:var(--color-bg);border-bottom:1px solid var(--color-line)}.predictive-search__form{display:flex;align-items:center;gap:.75rem;padding:1rem 0}.predictive-search__input{flex:1;min-height:44px;padding:0 1rem;border:1px solid var(--color-line);border-radius:999px;background:var(--color-surface);color:var(--color-ink);font-size:.95rem}.predictive-search__input:focus{outline:2px solid var(--color-accent);outline-offset:2px}.predictive-search__close{border:none;background:none;color:var(--color-ink);font-size:1.2rem;cursor:pointer;padding:.5rem;opacity:.6}.predictive-search__close:hover{opacity:1}.predictive-search__results{padding-bottom:1rem}.predictive-search__results ul{list-style:none;margin:0;padding:0}.predictive-search__results a{display:block;padding:.55rem 0;color:var(--color-ink);text-decoration:none;font-size:.92rem}.predictive-search__results a:hover{color:var(--color-accent-dark)}.predictive-search__results .predictive-search__heading{margin:.75rem 0 .25rem;font-size:.72rem;font-weight:850;letter-spacing:.1em;text-transform:uppercase;color:var(--color-muted)}.predictive-search__results .predictive-search__no-results{padding:.5rem 0;color:var(--color-muted);font-size:.92rem}.predictive-search__results mark{background:#8b67402e;color:inherit;padding:0 .15em;border-radius:2px}.account-landing__grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(320px,.95fr);gap:2rem;align-items:center}.account-landing__copy h1{max-width:12ch;margin-bottom:1rem}.account-landing__intro{max-width:680px;font-size:1.05rem}.account-landing__actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1.5rem}.account-landing__note{max-width:620px;margin-top:1rem;color:var(--color-muted);font-size:.92rem}.account-card{position:relative;display:grid;gap:1rem;padding:1.35rem;border:1px solid rgba(184,134,67,.2);border-radius:24px;background:linear-gradient(145deg,#fffaf3f5,#f8f1e8d1);box-shadow:0 26px 70px #3c2a1d1c}.account-card:before{content:"\2618";position:absolute;top:-1.35rem;right:1.6rem;display:grid;width:3.4rem;height:3.4rem;place-items:center;border:1px solid rgba(184,134,67,.22);border-radius:999px;background:#fff8ed;box-shadow:0 16px 36px #3c2a1d1f;font-size:1.35rem}.account-card__badge{width:fit-content;padding:.45rem .75rem;border-radius:999px;background:#b886431f;color:var(--color-accent-dark);font-size:.72rem;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.account-card__item{display:grid;grid-template-columns:auto minmax(0,1fr);gap:.9rem;padding:1rem;border:1px solid rgba(184,134,67,.1);border-radius:18px;background:#ffffff8a}.account-card__item svg{width:1.35rem;height:1.35rem;color:var(--color-accent-dark)}.account-card__item h2{margin-bottom:.35rem;font-family:inherit;font-size:1rem;font-weight:900}.account-card__item p{margin-bottom:0;color:var(--color-muted);font-size:.95rem}.account-card__footer{display:flex;flex-wrap:wrap;gap:.55rem;padding-top:.2rem}.account-card__footer span{display:inline-flex;padding:.45rem .7rem;border-radius:999px;background:#6f86631c;color:#536849;font-size:.82rem;font-weight:800}.section{padding:5.5rem 0}.section--contrast{background:var(--color-deep);color:#fff}.section--contrast .eyebrow,.section--contrast .text-link{color:#f4c78f}.section--contrast p{color:#ffffffc7}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:1.5rem;margin-bottom:2.25rem}.section-heading h2,.section-heading p{margin-bottom:0}.section-heading>*,.trust-item>div,.newsletter__inner>*{min-width:0}.section-heading--center{display:block;max-width:720px;margin-inline:auto;text-align:center}.section-heading--center p:not(.eyebrow){margin-bottom:0}.section-heading h2{overflow-wrap:anywhere}.template-list-collections #MainContent{width:min(100% - 32px,var(--page-width));margin:0 auto;padding:5.5rem 0}.template-list-collections #MainContent{padding-top:clamp(2.5rem,6vw,4.5rem);padding-bottom:clamp(3rem,7vw,5rem)}.template-list-collections #collections-listing,.collections-overview{max-width:1080px;margin:0 auto;text-align:center}.collections-overview__eyebrow{margin-bottom:.8rem;color:var(--color-accent-dark);font-size:.78rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.template-list-collections #collections-listing h1,.template-list-collections #collections-listing h2{margin-bottom:.75rem}.collections-overview__intro{display:block;max-width:680px;margin:.8rem auto 2rem;color:var(--color-muted);font-family:var(--font-body);font-size:1rem;font-weight:500;line-height:1.6}.template-list-collections #collections-listing h2:after{display:none}.template-list-collections #collections-listing ul,.collections-overview__featured,.collections-overview__all{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;margin:0;padding:0;list-style:none}.collections-overview__featured{margin-bottom:2.5rem}.template-list-collections #collections-listing li,.collections-overview__card,.collections-overview__all li{display:grid;gap:.45rem;align-content:center;min-height:148px;padding:1.35rem;border:1px solid var(--color-line);border-radius:var(--radius);background:linear-gradient(180deg,rgba(255,255,255,.72) 0%,var(--color-surface) 100%);box-shadow:var(--shadow-card);transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease}.collections-overview__card a,.collections-overview__all a{display:grid;gap:.45rem;color:inherit}.template-list-collections #collections-listing li:hover,.collections-overview__card:hover,.collections-overview__all li:hover{transform:translateY(-2px);border-color:#9a6a4375;box-shadow:var(--shadow-soft)}.template-list-collections #collections-listing small,.collections-overview small{color:var(--color-muted);text-transform:uppercase;letter-spacing:.04em}.collections-overview__label{color:var(--color-accent-dark);font-size:.76rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.template-list-collections #collections-listing a,.collections-overview strong,.collections-overview__all a{color:var(--color-ink);font-family:var(--font-heading);font-size:1.35rem;font-weight:600}.template-list-collections #collections-listing a:hover,.collections-overview a:hover strong,.collections-overview__all a:hover{color:var(--color-accent-dark)}.collections-overview__subhead{margin:0 0 1.25rem;font-size:clamp(1.55rem,3vw,2rem)}.mobile-menu__account{margin-top:.9rem;border:1px solid var(--color-accent);border-radius:999px;background:var(--color-accent);color:#fff;text-align:center}.language-selector--mobile{margin-top:.9rem}.language-selector--mobile .language-selector__select{width:100%;max-width:none}.trust-bar{background:var(--color-surface);border-bottom:1px solid var(--color-line);border-top:1px solid rgba(255,255,255,.4)}.trust-bar__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1px}.trust-item{display:grid;grid-template-columns:42px 1fr;gap:1rem;padding:1.5rem 1.2rem;border-right:1px solid var(--color-line)}.trust-item:last-child{border-right:0}.trust-item svg{width:32px;height:32px;color:var(--color-accent)}.trust-item h2{margin-bottom:.2rem;font-family:inherit;font-size:1rem;font-weight:900}.trust-item p{margin:0;color:var(--color-muted);font-size:.92rem}.collection-controls{display:flex;justify-content:flex-end;margin-bottom:1.25rem}.collection-sort{min-height:40px;padding:0 .85rem;border:1px solid var(--color-line);border-radius:999px;background:var(--color-surface);color:var(--color-ink);font-size:.82rem;font-weight:700;cursor:pointer}body:not(.template-index) .collection-sort{border-color:#f4f1e92e;background:#f4f1e912;color:#f4f1e9}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1.2rem}.product-card{background:linear-gradient(180deg,rgba(255,255,255,.72) 0%,var(--color-surface) 100%);border:1px solid var(--color-line);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow-card)}.product-card__media{position:relative;display:block;aspect-ratio:3 / 4;overflow:hidden;background:#eadfce}.product-card__media-wrap{position:relative}.product-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .22s ease}.product-card:hover .product-card__media img{transform:scale(1.04)}.product-card__placeholder{display:grid;place-items:center;width:100%;height:100%;color:var(--color-accent)}.product-card__placeholder svg{width:44px;height:44px}.product-card__badge{position:absolute;left:.75rem;top:.75rem;display:inline-flex;align-items:center;min-height:28px;padding:0 .65rem;border-radius:999px;background:#12100ee0;color:#fff;font-size:.75rem;font-weight:900}.product-card__wishlist-button{position:absolute;right:.75rem;top:.75rem;z-index:2;display:grid;place-items:center;min-width:38px;min-height:38px;padding:0;border:1px solid rgba(31,26,23,.12);border-radius:999px;background:#fffaf4e6;box-shadow:0 10px 24px #1f160d1f;color:var(--color-accent-dark);transition:opacity .16s ease,transform .16s ease,box-shadow .16s ease}.product-card__wishlist-button:empty{opacity:0;pointer-events:none}.product-card__wishlist-button:not(:empty):hover{transform:translateY(-2px);box-shadow:0 14px 30px #1f160d2e}.product-card__body{display:grid;gap:.65rem;padding:1rem}.product-card__body .eyebrow{margin:0}.product-card h3{min-height:2.6em;margin:0;font-weight:850}.product-card h3 a:hover{color:var(--color-accent-dark)}.price{display:inline-flex;flex-wrap:wrap;gap:.45rem;align-items:center;font-weight:900}.price__compare{color:var(--color-muted);font-weight:600}.symbolism{background:#ffffff47}.meaning-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}.meaning-card{min-height:240px;padding:1.35rem;border:1px solid var(--color-line);border-radius:var(--radius);background:var(--color-surface);box-shadow:var(--shadow-card)}.meaning-card h3{margin-bottom:.7rem;font-family:var(--font-heading);font-size:1.45rem;font-weight:500}.meaning-card p:not(.eyebrow){margin-bottom:0;color:var(--color-muted);overflow-wrap:anywhere}.symbolism__note{max-width:780px;margin:1.5rem auto 0;color:var(--color-muted);text-align:center}.newsletter{padding:4rem 0;background:var(--color-ink);color:#fff}.newsletter__inner{display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:center}.newsletter .eyebrow{color:#f4c78f}.newsletter p{color:#ffffffc7}.newsletter-form{display:grid;grid-template-columns:1fr auto;gap:.75rem}.newsletter-form input,.search-page-form input,.product-options select,.quantity-field input{min-height:48px;width:100%;border:1px solid var(--color-line);border-radius:4px;background:#fff;color:var(--color-ink);padding:0 .85rem}.form-message{grid-column:1 / -1;margin:0;font-size:.9rem}.form-message--error{color:#ffd7cb}.newsletter__note{grid-column:1 / -1;margin:0;color:#ffffffb3;font-size:.86rem}.site-footer{padding:4rem 0 1.5rem;background:#12100e;color:#fff}.footer-grid{display:grid;grid-template-columns:1.4fr repeat(3,1fr);gap:2rem}.brand--footer{max-width:320px;margin-bottom:1rem}.brand--footer .brand__logo{width:300px;max-width:100%;padding:0;border-radius:0;background:transparent}.site-footer .brand__mark{border-color:#fff9;color:#fff}.site-footer .brand__sub{display:none}.site-footer p,.site-footer small{color:#ffffffb3}.site-footer h2{margin-bottom:.85rem;font-family:inherit;font-size:.95rem;font-weight:900}.site-footer a{display:block;margin-bottom:.55rem;color:#ffffffc7}.site-footer a:hover{color:#fff}.footer-domain{font-weight:900}.footer-note{font-size:.85rem}.footer-bottom{margin-top:2rem;padding-top:1.25rem;border-top:1px solid rgba(255,255,255,.14)}.collection-header{max-width:820px;margin-bottom:2.4rem}.collection-header h1{margin-bottom:1rem;color:var(--color-ink)}.collection-header p,.rte{color:var(--color-muted)}.empty-state{max-width:680px;margin:0 auto;padding:3rem 1.5rem;text-align:center}.empty-state h1,.empty-state h2{max-width:none}.pagination{display:flex;justify-content:center;margin-top:2rem}.pagination .page,.pagination .next,.pagination .prev{margin:0 .25rem}.product-layout{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(320px,.92fr);gap:3rem;align-items:start}.product-gallery{display:grid;grid-template-columns:repeat(2,1fr);gap:.8rem}.product-gallery__item,.product-gallery__placeholder{aspect-ratio:1 / 1;overflow:hidden;border-radius:var(--radius);background:#eadfce}.product-gallery__item:first-child{grid-column:1 / -1}.product-gallery__item img{width:100%;height:100%;object-fit:cover}.product-gallery__video{width:100%;height:100%;object-fit:contain;background:#000}.product-gallery__placeholder{display:grid;place-items:center}.product-info{position:sticky;top:132px}.product-info h1{margin-bottom:1rem;font-size:3rem}.product-form{display:grid;gap:1rem;margin:1.5rem 0;padding:1.25rem;border:1px solid rgba(168,126,70,.28);border-radius:22px;background:linear-gradient(145deg,#fffaf3f5,#f4e8d6c7);box-shadow:0 18px 46px #36251814}.product-highlights{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem;margin:1.25rem 0 0}.product-symbolism-panel{margin:1rem 0 0;padding:1.15rem;border:1px solid rgba(168,126,70,.26);border-radius:22px;background:radial-gradient(circle at top right,rgba(199,158,90,.18),transparent 34%),#fffaf3b8}.product-symbolism-panel .eyebrow{margin-bottom:.45rem}.product-symbolism-panel h2{margin:0 0 .55rem;font-family:var(--font-heading);font-size:clamp(1.35rem,3vw,1.9rem);line-height:1.05}.product-symbolism-panel p:not(.eyebrow){margin:0;color:var(--color-muted);line-height:1.6}.product-symbolism-panel__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.55rem;margin-top:.95rem}.product-symbolism-panel__grid span{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:.45rem .65rem;border:1px solid rgba(168,126,70,.24);border-radius:999px;background:#ffffff6b;color:var(--color-ink);font-size:.75rem;font-weight:850;text-align:center;text-transform:uppercase;letter-spacing:.065em}.product-highlights div{padding:.85rem;border:1px solid var(--color-line);border-radius:14px;background:#ffffff6b}.product-highlights strong,.product-highlights span{display:block}.product-highlights strong{margin-bottom:.25rem;font-size:.82rem;text-transform:uppercase;letter-spacing:.08em}.product-highlights span{color:var(--color-muted);font-size:.9rem;line-height:1.45}.product-options,.quantity-field{display:grid;gap:.4rem}.product-options label,.quantity-field label{font-weight:850}.product-accordions details{border-top:1px solid var(--color-line);padding:1rem 0}.product-accordions details:last-child{border-bottom:1px solid var(--color-line)}.product-accordions summary{cursor:pointer;font-weight:900;list-style:none;display:flex;align-items:center;justify-content:space-between;-webkit-user-select:none;user-select:none}.product-accordions summary::-webkit-details-marker{display:none}.product-accordions summary:after{content:"+";font-size:1.2rem;font-weight:400;color:var(--color-muted);transition:transform .2s ease}.product-accordions details[open] summary:after{content:"\2212"}.product-accordions details .rte{overflow:hidden;max-height:0;opacity:0;transition:max-height .3s ease,opacity .26s ease,margin-top .26s ease}.product-accordions details[open] .rte{max-height:600px;opacity:1;margin-top:1rem}.product-reviews{margin-top:clamp(2.5rem,6vw,4.5rem)}.product-reviews .jdgm-widget{padding:clamp(1.25rem,3vw,2rem);border:1px solid rgba(168,126,70,.24);border-radius:22px;background:#fffaf4b8;box-shadow:0 18px 46px #36251814}.product-app-blocks{margin-top:clamp(2.5rem,6vw,4.5rem)}.product-app-block{padding:clamp(1.25rem,3vw,2rem);border:1px solid rgba(168,126,70,.24);border-radius:22px;background:#fffaf4b8;box-shadow:0 18px 46px #36251814}.product-app-block+.product-app-block{margin-top:1rem}.narrow-page{max-width:820px}.cart-form{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:2rem;align-items:start}.cart-items{display:grid;gap:1rem}.cart-item{display:grid;grid-template-columns:120px minmax(0,1fr) 120px 120px;gap:1rem;align-items:center;padding:1rem;border:1px solid var(--color-line);border-radius:var(--radius);background:var(--color-surface)}.cart-item__media{aspect-ratio:1 / 1;overflow:hidden;border-radius:6px;background:#eadfce}.cart-item__media img{width:100%;height:100%;object-fit:cover}.cart-item h2{margin-bottom:.35rem;font-family:inherit;font-size:1rem;font-weight:900}.cart-item p{margin-bottom:.25rem}.cart-item__total{justify-self:end;font-weight:900}.cart-summary{position:sticky;top:132px;padding:1.25rem;border:1px solid var(--color-line);border-radius:var(--radius);background:var(--color-surface)}.cart-summary p{display:flex;justify-content:space-between;margin-bottom:.4rem;font-size:1.1rem}.cart-summary small{color:var(--color-muted)}.cart-summary__actions{display:grid;gap:.75rem;margin-top:1.25rem}.search-page-form{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:.75rem;margin-top:1.4rem}.search-count{color:var(--color-muted)}.text-result{min-height:220px;padding:1.25rem;border:1px solid var(--color-line);border-radius:var(--radius);background:var(--color-surface)}.text-result h2{font-family:inherit;font-size:1.1rem}:focus-visible{outline:2px solid var(--color-accent);outline-offset:3px}@media(max-width:1120px){.header-main{grid-template-columns:auto 1fr auto}.header-menu-toggle{display:inline-flex}.header-nav,.brand__sub{display:none}}@media(max-width:900px){h1{font-size:2.8rem}h2{font-size:2.1rem}.section{padding:3.5rem 0}.trust-bar__grid,.meaning-grid,.product-grid,.footer-grid,.newsletter__inner,.product-layout,.account-landing__grid,.cart-form{grid-template-columns:1fr}.trust-item{border-right:0;border-bottom:1px solid var(--color-line)}.trust-item:last-child{border-bottom:0}.product-info,.cart-summary{position:static}}@media(max-width:640px){.page-width{width:min(100% - 24px,var(--page-width))}h1{font-size:2.35rem}h2{font-size:1.85rem}.announcement p{font-size:.78rem}.header-main{min-height:68px;gap:.45rem}.brand{max-width:210px}.brand__logo{width:184px;max-width:48vw}.header-actions .icon-button:not(.icon-button--cart){display:none}.hero__actions,.newsletter-form,.search-page-form{grid-template-columns:1fr;display:grid}.hero__actions .button{width:100%}.section-heading{display:block}.section-heading .text-link{margin-top:1rem}.template-list-collections #MainContent{width:min(100% - 24px,var(--page-width));padding:3.5rem 0}.template-list-collections #collections-listing ul,.collections-overview__featured,.collections-overview__all{grid-template-columns:1fr}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}.meaning-card{min-height:0}.product-card__body{padding:.8rem}.product-card h3{font-size:.92rem}.button--small{font-size:.82rem}.product-gallery,.product-highlights,.product-symbolism-panel__grid{grid-template-columns:1fr}.product-info h1{font-size:2.2rem}.cart-item{grid-template-columns:86px minmax(0,1fr)}.cart-item .quantity-field,.cart-item__total{grid-column:2;justify-self:stretch}}.empty-state-actions{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.85rem;margin-top:1.25rem}.empty-state-actions a:not(.button){color:var(--color-accent-dark);font-weight:850;text-decoration:underline;text-underline-offset:.24rem}.site-footer a[href*=policies],.site-footer a[href*=contact]{min-height:28px}@media(max-width:1120px){.trust-bar__grid{grid-template-columns:repeat(2,1fr)}.trust-item:nth-child(2n){border-right:0}}@media(max-width:640px){.template-list-collections #collections-listing ul,.collections-overview__featured,.collections-overview__all{grid-template-columns:1fr}.empty-state-actions{align-items:stretch;flex-direction:column}.empty-state-actions .button{width:100%}}.breadcrumbs{display:flex;flex-wrap:wrap;gap:.45rem;align-items:center;padding-top:1rem;color:#2b221aad;font-size:.82rem;font-weight:700}.breadcrumbs a{color:inherit;text-decoration:none}.breadcrumbs a:hover{color:var(--color-accent)}body{background:radial-gradient(circle at 12% 8%,rgba(198,161,91,.12),transparent 30vw),radial-gradient(circle at 88% 18%,rgba(183,110,121,.09),transparent 28vw),var(--color-bg)}.button{background:linear-gradient(135deg,var(--color-accent) 0%,var(--color-accent-dark) 100%)}.button:hover{background:linear-gradient(135deg,var(--color-accent-dark) 0%,#54351f 100%)}.section{padding:clamp(4rem,7vw,6.25rem) 0}.section-heading{margin-bottom:2.5rem}.section-heading h2{max-width:760px}.trust-bar{background:#fffaf4db;box-shadow:inset 0 1px #ffffffb3}.trust-item{background:linear-gradient(180deg,#ffffff47,#fffaf400)}.product-card,.meaning-card,.collections-overview__card,.collections-overview__all li{border-radius:18px}.product-card,.meaning-card{background:linear-gradient(145deg,#ffffffd6,#fffaf4f0)}.product-card{transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease}.product-card:hover{transform:translateY(-3px);border-color:#9a6a4361;box-shadow:0 24px 54px #33201121}.product-card__media{background:radial-gradient(circle at 45% 35%,rgba(255,255,255,.5),transparent 32%),#eadfce}.product-card__body{gap:.7rem}.product-card h3{line-height:1.28}.symbolism{position:relative;overflow:hidden}.symbolism:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,rgba(255,255,255,.22),transparent 38%,rgba(198,161,91,.06));pointer-events:none}.symbolism>*{position:relative}.account-landing--member{background:radial-gradient(circle at 82% 14%,rgba(198,161,91,.14),transparent 26vw),linear-gradient(180deg,rgba(255,255,255,.28),transparent)}.account-card{border-radius:20px;background:linear-gradient(145deg,#ffffffe0,#fff8eef5);box-shadow:0 24px 60px #3320111f}@media(max-width:640px){.meaning-card{min-height:0}.product-card__badge{font-size:.68rem}.account-card{border-radius:18px}}.product-card__badge--meaning{background:#fffaf4e6;color:var(--color-accent-dark);border:1px solid rgba(198,161,91,.32);box-shadow:0 10px 24px #3320111a}.account-landing__crest{display:inline-grid;place-items:center;width:48px;height:48px;margin-bottom:1rem;border:1px solid rgba(198,161,91,.32);border-radius:50%;background:#ffffff94;color:var(--color-gold);font-size:1.25rem;box-shadow:0 14px 34px #3320111a}.account-card{position:relative;overflow:hidden}.account-card__glow{position:absolute;inset:-28% -20% auto auto;width:220px;height:220px;border-radius:50%;background:radial-gradient(circle,rgba(198,161,91,.22),transparent 68%);pointer-events:none}.account-card>:not(.account-card__glow){position:relative}@media(max-width:749px){:root{--shadow-card: 0 10px 24px rgba(31, 22, 13, .075)}html,body{width:100%;max-width:100%;overflow-x:clip}body{font-size:15px;line-height:1.55}main,.site-main,#MainContent,.shopify-section,.page-width,.hero__content,.hero__panel,.section-heading,.account-landing__copy,.account-landing__intro,.account-card,.account-card__item,.product-card,.trust-item,.newsletter__inner{min-width:0;max-width:100%}p,h1,h2,h3,a,span{overflow-wrap:anywhere}.announcement{padding-inline:.8rem}.announcement p{white-space:normal;line-height:1.35}.page-width{width:min(100% - 28px,var(--page-width))}.button{min-height:50px;padding-inline:1rem;font-size:.92rem}.section{padding:3rem 0}.section-heading{margin-bottom:1.45rem}.section-heading h2{font-size:clamp(1.72rem,8vw,2.2rem)}.eyebrow{font-size:.7rem;letter-spacing:.105em}.trust-bar__grid{grid-template-columns:1fr}.trust-item{padding:1rem 0}.meaning-grid,.newsletter__inner,.account-landing__grid,.product-layout,.cart-form{grid-template-columns:1fr}.meaning-card,.account-card,.collections-overview__card,.collections-overview__all li{border-radius:16px}.product-grid{grid-template-columns:1fr;gap:.9rem}.product-card{border-radius:14px;box-shadow:0 8px 20px #1f160d11}.product-card__body{gap:.5rem;padding:.72rem}.product-card h3{min-height:0;font-size:.88rem;line-height:1.25}.product-card__badge{left:.48rem;top:.48rem;min-height:24px;max-width:calc(100% - .96rem);padding:0 .5rem;font-size:.62rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-card__badge--gift{right:.48rem;left:auto;display:inline-flex;max-width:44%}.account-landing__copy h1,.product-info h1{max-width:11.5ch;font-size:clamp(2rem,9.5vw,2.55rem)}.account-landing__actions,.newsletter-form,.search-page-form{display:grid;grid-template-columns:1fr;gap:.7rem}.account-landing__actions .button,.newsletter-form .button,.search-page-form .button{width:100%}.account-card{padding:1.05rem}.account-card__item{gap:.75rem;padding-block:.85rem}.account-card__item h2{font-size:1.05rem}.account-card__footer span{flex:1 1 100%;justify-content:center;text-align:center}.newsletter{border-radius:0}.newsletter__inner{gap:1.15rem;text-align:left}.template-list-collections #MainContent{width:min(100% - 28px,var(--page-width));padding:2.6rem 0 3.2rem}}@media(max-width:390px){.product-grid{gap:.55rem}.product-card__body{padding:.62rem}.product-card h3{font-size:.82rem}.price{font-size:.88rem}}.collections-atelier{--atelier-ink: #17110b;--atelier-ivory: #fbf4e8;--atelier-paper: #fffaf2;--atelier-gold: #b48a42;--atelier-line: rgba(23, 17, 11, .14);--atelier-muted: rgba(23, 17, 11, .68);width:min(100% - 40px,1240px);margin:0 auto;padding:clamp(3rem,7vw,7rem) 0 clamp(4rem,8vw,8rem);color:var(--atelier-ink)}.collections-atelier a{color:inherit;text-decoration:none}.collections-atelier__hero{position:relative;display:grid;place-items:center;min-height:clamp(430px,58vw,660px);margin-bottom:clamp(2rem,5vw,4.5rem);padding:clamp(2rem,5vw,5rem);overflow:hidden;border:1px solid var(--atelier-line);border-radius:2px;background:radial-gradient(circle at 50% 35%,rgba(180,138,66,.18),transparent 25%),linear-gradient(135deg,#fff8ed,#efe1cc 48%,#17110b 49% 100%);text-align:center}.collections-atelier__hero:before,.collections-atelier__hero:after{content:"";position:absolute;border:1px solid rgba(180,138,66,.55);border-radius:999px;pointer-events:none}.collections-atelier__hero:before{width:min(58vw,520px);height:min(58vw,520px);inset:50% auto auto 50%;transform:translate(-50%,-50%)}.collections-atelier__hero:after{width:min(38vw,340px);height:min(38vw,340px);inset:50% auto auto 50%;transform:translate(-50%,-50%);border-color:#17110b29}.collections-atelier__monogram{position:relative;z-index:1;display:grid;place-items:center;width:clamp(5.5rem,12vw,8rem);height:clamp(5.5rem,12vw,8rem);margin-bottom:1.4rem;border:1px solid rgba(180,138,66,.72);border-radius:999px;background:#fffaf2d6;color:var(--atelier-gold);font-family:Georgia,Times New Roman,serif;font-size:clamp(1.3rem,2.7vw,2rem);letter-spacing:.12em}.collections-atelier__eyebrow{position:relative;z-index:1;margin:0 0 .9rem;color:var(--atelier-gold);font-size:.74rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase}.collections-atelier h1,.collections-atelier h2{position:relative;z-index:1;margin:0;font-family:Georgia,Times New Roman,serif;font-weight:400;line-height:.98;letter-spacing:-.045em}.collections-atelier h1{max-width:11ch;font-size:clamp(3.4rem,8.6vw,8.6rem)}.collections-atelier__hero>p:last-child{position:relative;z-index:1;max-width:620px;margin:1.45rem auto 0;color:var(--atelier-muted);font-size:clamp(1rem,1.55vw,1.22rem);line-height:1.75}.collections-atelier__tenets{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border-top:1px solid var(--atelier-line);border-left:1px solid var(--atelier-line)}.collections-atelier__tenet{position:relative;display:flex;min-height:420px;flex-direction:column;justify-content:space-between;padding:clamp(1.25rem,2.4vw,2rem);border-right:1px solid var(--atelier-line);border-bottom:1px solid var(--atelier-line);background:var(--atelier-paper);transition:transform .16s ease,background .16s ease,color .16s ease}.collections-atelier__tenet:hover{transform:translateY(-3px)}.collections-atelier__tenet--dark{background:var(--atelier-ink);color:var(--atelier-ivory)}.collections-atelier__tenet--gold{background:#d7b56d}.collections-atelier__tenet--light{background:#faf6ef}.collections-atelier__number,.collections-atelier__tenet small{color:currentColor;font-size:.68rem;font-weight:700;letter-spacing:.16em;opacity:.68;text-transform:uppercase}.collections-atelier__symbol{display:grid;place-items:center;width:clamp(5.4rem,9vw,7rem);height:clamp(5.4rem,9vw,7rem);margin:1.8rem 0;border:1px solid currentColor;border-radius:999px;color:var(--atelier-gold);font-size:clamp(2rem,4vw,3.2rem);line-height:1}.collections-atelier__tenet--dark .collections-atelier__symbol{color:#d9b46a}.collections-atelier__tenet strong{display:block;max-width:9ch;font-family:Georgia,Times New Roman,serif;font-size:clamp(2.1rem,3.8vw,3.45rem);font-weight:400;letter-spacing:-.04em;line-height:.96}.collections-atelier__tenet em{display:block;max-width:22rem;margin:1rem 0 1.5rem;color:currentColor;font-style:normal;line-height:1.65;opacity:.74}.collections-atelier__gift{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:2rem;align-items:end;margin:clamp(2rem,5vw,4.5rem) 0;padding:clamp(1.5rem,4vw,3rem);border:1px solid var(--atelier-line);background:#17110b;color:var(--atelier-ivory)}.collections-atelier__gift h2,.collections-atelier__more h2{max-width:780px;font-size:clamp(2.4rem,5.4vw,5.2rem)}.collections-atelier__gift p:not(.collections-atelier__eyebrow){max-width:680px;margin:1rem 0 0;color:#fbf4e8b8;line-height:1.7}.collections-atelier__button{display:inline-flex;min-width:11rem;min-height:3rem;align-items:center;justify-content:center;border:1px solid rgba(251,244,232,.78);border-radius:999px;color:var(--atelier-ivory);font-size:.76rem;font-weight:800;letter-spacing:.13em;text-transform:uppercase}.collections-atelier__more{padding-top:clamp(1rem,3vw,2.5rem)}.collections-atelier__more-head{display:grid;grid-template-columns:.55fr 1fr;gap:2rem;align-items:end;margin-bottom:1.5rem}.collections-atelier__more ul{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;margin:0;padding:1px;background:var(--atelier-line);list-style:none}.collections-atelier__more li{min-width:0;background:var(--atelier-paper)}.collections-atelier__more a{display:flex;min-height:5.5rem;align-items:center;justify-content:space-between;gap:1rem;padding:1.2rem}.collections-atelier__more span{font-family:Georgia,Times New Roman,serif;font-size:1.35rem;line-height:1.05}.collections-atelier__more small{flex:0 0 auto;color:var(--atelier-muted);font-size:.68rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.template-list-collections #collections-listing:not(.collections-atelier){width:min(100% - 40px,1240px);margin:0 auto;padding:clamp(3rem,7vw,7rem) 0}@media(max-width:989px){.collections-atelier__tenets{grid-template-columns:repeat(2,minmax(0,1fr))}.collections-atelier__tenet{min-height:340px}.collections-atelier__more-head,.collections-atelier__gift{grid-template-columns:1fr}.collections-atelier__more ul{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:749px){.collections-atelier{width:calc(100% - 28px);padding-top:2.4rem}.collections-atelier__hero{min-height:560px;padding:1.2rem;background:radial-gradient(circle at 50% 30%,rgba(180,138,66,.2),transparent 30%),linear-gradient(180deg,#fff8ed,#efe1cc 64%,#17110b 65% 100%)}.collections-atelier__hero:before{width:280px;height:280px}.collections-atelier__hero:after{width:190px;height:190px}.collections-atelier h1{max-width:10.5ch;font-size:clamp(3.05rem,15vw,4.35rem)}.collections-atelier__hero>p:last-child{font-size:.96rem;line-height:1.58}.collections-atelier__tenets,.collections-atelier__more ul{grid-template-columns:1fr}.collections-atelier__tenet{min-height:300px;padding:1.15rem}.collections-atelier__tenet strong{max-width:11ch;font-size:clamp(2.2rem,12vw,3rem)}.collections-atelier__symbol{width:5.2rem;height:5.2rem;margin:1.15rem 0}.collections-atelier__gift{padding:1.25rem}.collections-atelier__gift h2,.collections-atelier__more h2{font-size:clamp(2.25rem,12vw,3.35rem)}.collections-atelier__button{width:100%}.collections-atelier__more a{min-height:4.8rem;padding:1rem}}.collections-overview{--atelier-ink: #17110b;--atelier-ivory: #fbf4e8;--atelier-paper: #fffaf2;--atelier-gold: #b48a42;--atelier-line: rgba(23, 17, 11, .14);--atelier-muted: rgba(23, 17, 11, .68);width:min(100% - 40px,1240px)!important;margin:0 auto!important;padding:clamp(3rem,7vw,7rem) 0 clamp(4rem,8vw,8rem)!important;color:var(--atelier-ink)}.collections-overview__eyebrow{margin:0 0 .85rem;color:var(--atelier-gold);font-size:.74rem;font-weight:800;letter-spacing:.18em;text-align:center;text-transform:uppercase}.collections-overview>h1{max-width:11ch;margin:0 auto;font-family:Georgia,Times New Roman,serif;font-size:clamp(3.4rem,8.6vw,8.6rem);font-weight:400;letter-spacing:-.045em;line-height:.98;text-align:center}.collections-overview__intro{max-width:620px;margin:1.25rem auto clamp(2rem,5vw,4.5rem);color:var(--atelier-muted);font-size:clamp(1rem,1.55vw,1.22rem);line-height:1.75;text-align:center}.collections-overview__featured{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));margin:0;padding:1px;background:var(--atelier-line);list-style:none}.collections-overview__card{min-width:0;background:var(--atelier-paper)}.collections-overview__card:nth-child(2){background:var(--atelier-ink);color:var(--atelier-ivory)}.collections-overview__card:nth-child(5){background:#d7b56d}.collections-overview__card a{display:flex;min-height:360px;flex-direction:column;justify-content:space-between;padding:clamp(1.15rem,2vw,1.7rem);color:inherit;text-decoration:none}.collections-overview__label{color:var(--atelier-gold);font-size:.68rem;font-weight:800;letter-spacing:.16em;text-transform:uppercase}.collections-overview__card strong{display:block;margin:auto 0 1rem;font-family:Georgia,Times New Roman,serif;font-size:clamp(2rem,3.2vw,3rem);font-weight:400;letter-spacing:-.04em;line-height:.96}.collections-overview__card small{color:currentColor;font-size:.92rem;line-height:1.6;opacity:.72}.collections-overview__subhead{margin:clamp(2.5rem,5vw,4.5rem) 0 1.25rem;font-family:Georgia,Times New Roman,serif;font-size:clamp(2.2rem,4.8vw,4.5rem);font-weight:400;letter-spacing:-.04em;line-height:1}.collections-overview__all{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;margin:0;padding:1px;background:var(--atelier-line);list-style:none}.collections-overview__all li{min-width:0;background:var(--atelier-paper)}.collections-overview__all a,.collections-overview__all small{display:block;padding:1rem 1.15rem}.collections-overview__all a{color:var(--atelier-ink);font-family:Georgia,Times New Roman,serif;font-size:1.35rem;line-height:1.05;text-decoration:none}.collections-overview__all small{padding-top:0;color:var(--atelier-muted);font-size:.68rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}@media(max-width:989px){.collections-overview__featured,.collections-overview__all{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:749px){.collections-overview{width:calc(100% - 28px)!important;padding-top:2.4rem!important}.collections-overview>h1{font-size:clamp(3.05rem,15vw,4.35rem)}.collections-overview__featured,.collections-overview__all{grid-template-columns:1fr}.collections-overview__card a{min-height:260px;padding:1.15rem}.collections-overview__card strong{font-size:clamp(2.2rem,12vw,3rem)}}body:not(.template-index){--color-ink: #f4f1e9;--color-muted: rgba(244, 241, 233, .66);--color-bg: #080b12;--color-surface: #101624;--color-line: rgba(244, 241, 233, .16);--color-accent: #d8b46a;--color-accent-dark: #9fd4ff;--color-deep: #0f1826;background:radial-gradient(circle at 18% 0%,rgba(159,212,255,.14),transparent 30rem),radial-gradient(circle at 82% 8%,rgba(216,180,106,.13),transparent 28rem),#080b12;color:var(--color-ink)}body:not(.template-index) .site-header{background:#080b12e0;border-color:#f4f1e91f}body:not(.template-index) .announcement{background:#05070d;color:#f4f1e9d1}body:not(.template-index) .header-nav a,body:not(.template-index) .mobile-menu a{color:#f4f1e9bd}body:not(.template-index) .header-nav a:hover,body:not(.template-index) .mobile-menu a:hover{color:#f4f1e9}body:not(.template-index) .mobile-menu__parent{color:#f4f1e9bd}body:not(.template-index) .mobile-menu__parent:hover{color:#f4f1e9}body:not(.template-index) .header-nav__dropdown{background:#101624;border-color:#f4f1e91f}body:not(.template-index) .header-nav__dropdown a:hover{background:#f4f1e914}body:not(.template-index) .mobile-menu__sublist a{color:#f4f1e9a8}body:not(.template-index) .predictive-search{background:#0a0e18;border-color:#f4f1e91f}body:not(.template-index) .predictive-search__input{background:#f4f1e914;border-color:#f4f1e929;color:#f4f1e9}body:not(.template-index) .predictive-search__input::placeholder{color:#f4f1e970}body:not(.template-index) .predictive-search__close{color:#f4f1e9a8}body:not(.template-index) .predictive-search__results a{color:#f4f1e9c7}body:not(.template-index) .predictive-search__results a:hover{color:#f4f1e9}body:not(.template-index) .icon-button{border-color:#f4f1e929;background:#f4f1e90f;color:#f4f1e9}body:not(.template-index) .section{padding-block:clamp(2.6rem,6vw,5rem)}body.template-collection .collection-header,body.template-search .collection-header,body.template-cart .section-heading,body.template-page .narrow-page,body.template-404 .empty-state{max-width:760px;margin-inline:auto;text-align:center}body.template-collection .collection-header h1,body.template-search .collection-header h1,body.template-product .product-info h1,body.template-cart .section-heading h1,body.template-page .narrow-page h1,body.template-404 .empty-state h1{color:#f4f1e9;font-family:Georgia,Times New Roman,serif;font-weight:400}body.template-collection .collection-header h1,body.template-search .collection-header h1,body.template-cart .section-heading h1,body.template-page .narrow-page h1,body.template-404 .empty-state h1{max-width:none;font-size:clamp(3.1rem,8vw,6rem)}body.template-collection .collection-header p,body.template-collection .rte,body.template-search .collection-header p,body.template-search .rte,body.template-cart .section-heading,body.template-cart .empty-state p,body.template-page .rte,body.template-404 .empty-state p,body.template-product .rte,body.template-product .product-symbolism-panel p:not(.eyebrow),body.template-product .product-highlights span{color:#f4f1e9a8}body:not(.template-index) .eyebrow{color:#d8b46a;letter-spacing:.16em}body.template-collection .product-card,body.template-search .product-card{border-color:#f4f1e924;background:linear-gradient(180deg,#f4f1e914,#f4f1e909);box-shadow:0 22px 60px #00000042}body.template-collection .product-card__media,body.template-search .product-card__media,body.template-product .product-gallery__item,body.template-product .product-gallery__placeholder{position:relative;background:radial-gradient(circle at 36% 28%,rgba(159,212,255,.24),transparent 31%),radial-gradient(circle at 72% 74%,rgba(216,180,106,.16),transparent 28%),linear-gradient(145deg,#111827,#070a11 70%)}body.template-cart .cart-item__media{position:relative;display:block;border-color:#f4f1e924;background:radial-gradient(circle at 36% 28%,rgba(159,212,255,.22),transparent 30%),radial-gradient(circle at 72% 74%,rgba(216,180,106,.16),transparent 28%),linear-gradient(145deg,#111827,#070a11 70%)}body.template-cart .cart-item__media span{position:absolute;left:.7rem;bottom:.65rem;color:#f4f1e985;font-size:.58rem;font-weight:850;letter-spacing:.16em}body:not(.template-index) .trust-bar{border-color:#f4f1e91f!important;background:#05070d!important;box-shadow:none!important}body:not(.template-index) .trust-item{border-color:#f4f1e91f!important;background:linear-gradient(180deg,#f4f1e90f,#f4f1e906)!important}body:not(.template-index) .trust-item h2{color:#f4f1e9!important}body:not(.template-index) .trust-item p{color:#f4f1e9a3!important}body.template-cart .empty-state,body.template-404 .empty-state{box-sizing:border-box;width:min(100%,680px)}body.template-cart .empty-state p,body.template-404 .empty-state p{max-width:34rem;margin-inline:auto;overflow-wrap:anywhere}@media(max-width:749px){body.template-cart .empty-state{width:calc(100% - 28px);padding-inline:1rem}body.template-cart .empty-state p,body.template-404 .empty-state p{max-width:280px}body.template-cart .empty-state-actions,body.template-404 .empty-state-actions{width:min(100%,310px);margin-inline:auto}body:not(.template-index) .trust-item p{max-width:250px!important;overflow-wrap:anywhere!important}}body.template-collection .product-card__badge,body.template-search .product-card__badge{background:#080b12db;border:1px solid rgba(216,180,106,.34);color:#f4f1e9}body.template-collection .product-card h3,body.template-search .product-card h3{color:#f4f1e9;font-weight:700}body:not(.template-index) .price{color:#f4f1e9}body:not(.template-index) .button{border-color:#d8b46aa8;background:linear-gradient(135deg,#f4d184,#9fd4ff);box-shadow:0 18px 34px #9fd4ff2e;color:#070a11}body:not(.template-index) .button:hover{border-color:#f4d184;background:linear-gradient(135deg,#ffe4a6,#bfe4ff);box-shadow:0 22px 44px #9fd4ff40}body.template-product .product-form,body.template-product .product-intention-card,body.template-product .product-symbolism-panel,body.template-product .product-highlights div,body.template-cart .cart-item,body.template-cart .cart-summary,body.template-search .text-result,body.template-page .narrow-page,body.template-404 .empty-state{border-color:#f4f1e924;background:linear-gradient(180deg,#f4f1e914,#f4f1e909);box-shadow:0 22px 60px #0003}body.template-page .narrow-page,body.template-404 .empty-state{border:1px solid rgba(244,241,233,.14);border-radius:18px;padding:clamp(2rem,5vw,3.5rem)}body.template-cart .section-heading{display:grid;gap:1rem;justify-items:center;margin-bottom:2rem}.cart-discount{margin-top:.5rem;padding:.5rem 0;border-top:1px solid var(--color-line);color:var(--color-muted)}.cart-order-note{margin-top:.75rem;font-size:.85rem}.cart-order-note summary{cursor:pointer;font-weight:850;padding:.35rem 0}.cart-order-note textarea{width:100%;margin-top:.5rem;padding:.65rem;border:1px solid var(--color-line);border-radius:6px;background:var(--color-bg);color:var(--color-ink);font-size:.85rem;font-family:inherit;resize:vertical}body:not(.template-index) .cart-order-note textarea{border-color:#f4f1e92e;background:#f4f1e912;color:#f4f1e9}.free-shipping-bar{margin-bottom:.75rem}.free-shipping-bar__track{height:6px;border-radius:999px;background:var(--color-line);overflow:hidden}.free-shipping-bar__fill{height:100%;border-radius:999px;background:var(--color-sage);transition:width .4s ease}.free-shipping-bar--met .free-shipping-bar__fill{background:var(--color-accent)}.free-shipping-bar__text{margin:.45rem 0 0;font-size:.85rem;font-weight:700}.free-shipping-bar--met .free-shipping-bar__text{color:var(--color-sage)}body.template-cart .section-heading h1{margin:0}body.template-cart .cart-item h2,body.template-search .text-result h2{color:#f4f1e9}body.template-cart .cart-summary small,body.template-cart .cart-item p,body.template-search .search-count,body.template-search .text-result p{color:#f4f1e9a8}body.template-page .rte a,body.template-cart .text-link,body.template-search .text-result a{color:#9fd4ff}body.template-page .rte h2,body.template-page .rte h3{color:#f4f1e9;font-family:Georgia,Times New Roman,serif;font-weight:400}body.template-search .search-page-form input,body.template-cart .quantity-field input,body.template-product .quantity-field input,body.template-product .product-options select{border-color:#f4f1e92e;background:#f4f1e912;color:#f4f1e9}body.template-search .search-page-form input::placeholder{color:#f4f1e97a}body.template-product .product-intention-card{border-color:#f4f1e924;background:linear-gradient(180deg,#f4f1e914,#f4f1e909);box-shadow:0 22px 60px #0003;color:#f4f1e9}body.template-product .product-intention-card span{color:#9fd4ff}body.template-product .product-intention-card p{color:#f4f1e9ad}body.template-product .product-symbolism-panel__grid span{border-color:#d8b46a3d;background:#f4f1e912;color:#f4f1e9}body.template-product .product-accordions details{border-color:#f4f1e929}body:not(.template-index) .site-footer{background:#05070d;border-top:1px solid rgba(244,241,233,.12)}@media(max-width:749px){body.template-product .product-info{position:static}body.template-product .product-highlights,body.template-product .product-symbolism-panel__grid{grid-template-columns:1fr}}@media(max-width:749px){html,body{width:100%!important;max-width:100%!important;overflow-x:hidden!important}body{font-size:15px;line-height:1.55}main,.site-main,#MainContent,.shopify-section,.page-width,.hero__content,.hero__panel,.section-heading,.account-landing__copy,.account-landing__intro,.account-card,.account-card__item,.product-card,.trust-item,.newsletter__inner{min-width:0!important;max-width:100%!important}p,h1,h2,h3,a,span{overflow-wrap:anywhere}.announcement{display:none!important}.page-width{width:calc(100% - 28px)!important;max-width:calc(100% - 28px)!important;margin-inline:auto!important}.button{min-height:50px;padding-inline:1rem;font-size:.92rem}.section{padding:3rem 0}.section-heading{display:block;margin-bottom:1.45rem}.section-heading h2{font-size:clamp(1.72rem,8vw,2.2rem)}.hero,.hero--luck{min-height:min(760px,calc(100svh - 18px))!important;align-items:end!important}.hero__media img,.hero--luck .hero__media img{object-position:62% 42%}.hero--luck .hero__shade{background:linear-gradient(180deg,#fff9ef1a,#fff9ef2e 30%,#fff9efd1 62%,#fff9eff5)!important}.hero__content,.hero--luck .hero__content{align-self:end!important;padding:7.5rem 0 1rem!important}.hero__panel,.hero--luck .hero__panel{width:100%!important;max-width:none!important;padding:1.05rem!important;border-radius:18px!important;background:#fffaf3ed!important;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 18px 46px #3c2a1d1f!important}.hero__panel h1{max-width:10.5ch;margin-bottom:.75rem;font-size:clamp(2.25rem,11.6vw,3.15rem);line-height:.98}.hero p:not(.eyebrow),.hero--luck p:not(.eyebrow){font-size:.96rem;line-height:1.52}.hero__actions,.account-landing__actions,.newsletter-form,.search-page-form{display:grid!important;grid-template-columns:1fr!important;gap:.7rem!important}.hero__actions .button,.account-landing__actions .button,.newsletter-form .button,.search-page-form .button{width:100%!important}.hero__notes{display:grid!important;grid-template-columns:1fr!important;gap:.45rem;margin-top:.9rem}.hero__notes span{min-height:30px;padding:.38rem .55rem;font-size:.68rem}.trust-bar__grid,.meaning-grid,.newsletter__inner,.account-landing__grid,.product-layout,.cart-form{grid-template-columns:1fr!important}.trust-item{padding:1rem 0!important;border-right:0!important;border-bottom:1px solid var(--color-line)}.meaning-card,.account-card,.collections-overview__card,.collections-overview__all li{border-radius:16px}.product-grid{grid-template-columns:1fr!important;gap:.9rem!important}.product-card{width:100%!important;border-radius:14px;box-shadow:0 8px 20px #1f160d11}.product-card__body{gap:.5rem;padding:.72rem}.product-card h3{min-height:0;font-size:.92rem;line-height:1.25}.product-card__badge{left:.48rem;top:.48rem;min-height:24px;max-width:calc(100% - .96rem);padding:0 .5rem;font-size:.62rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.account-landing__copy h1,.product-info h1{max-width:11.5ch;font-size:clamp(2rem,9.5vw,2.55rem)}.product-symbolism-panel{padding:1rem!important;border-radius:18px!important}.product-symbolism-panel__grid{grid-template-columns:1fr!important}.product-symbolism-panel__grid span{width:100%!important;min-height:38px!important}.account-card{padding:1.05rem!important}.account-card__item{gap:.75rem;padding:.85rem!important}.account-card__item h2{font-size:1.05rem}.account-card__footer span{flex:1 1 100%;justify-content:center;text-align:center}.template-list-collections #MainContent{width:min(100% - 28px,var(--page-width))!important;padding:2.6rem 0 3.2rem!important}.site-header,.header-main,.hero,.hero__content,.hero__panel,.collection-header,.collection-header p,.account-landing,.account-landing__copy,.account-card,.trust-bar,.trust-bar__grid,.trust-item,.trust-item>div{box-sizing:border-box!important;width:100%!important;max-width:100%!important;min-width:0!important}.hero__panel .eyebrow,.hero__panel p,.collection-header p,.account-landing__copy p,.account-card p,.trust-item p,.trust-item h2{max-width:100%!important;white-space:normal!important;overflow:visible!important;text-overflow:clip!important;word-break:normal!important;overflow-wrap:break-word!important}.trust-item{display:grid!important;grid-template-columns:32px minmax(0,1fr)!important;column-gap:.75rem!important;align-items:start!important}.account-landing__actions .button,.hero__actions .button,.product-card .button,.collection-header .button{box-sizing:border-box!important;max-width:100%!important}}@media(max-width:390px){.product-card__body{padding:.62rem}.product-card h3{font-size:.86rem}.price{font-size:.88rem}}.sticky-atc{display:none;position:fixed;bottom:0;left:0;right:0;z-index:90;align-items:center;justify-content:space-between;gap:.75rem;padding:.65rem 1rem;padding-bottom:calc(.65rem + env(safe-area-inset-bottom,0px));background:var(--color-surface);border-top:1px solid var(--color-line);box-shadow:0 -6px 24px #1f160d1a}.sticky-atc__info{display:flex;flex-direction:column;gap:.15rem;min-width:0;overflow:hidden}.sticky-atc__title{font-size:.85rem;font-weight:850;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sticky-atc__price .price{font-size:.88rem}body:not(.template-index) .sticky-atc{background:#101624;border-top-color:#f4f1e924;box-shadow:0 -6px 24px #0000004d}body:not(.template-index) .sticky-atc__title{color:#f4f1e9}@media(min-width:750px){.sticky-atc{display:none!important}}@media(max-width:749px){.sticky-atc{display:flex}.product-layout{padding-bottom:72px}}.back-in-stock{margin-top:.75rem;padding-top:.75rem;border-top:1px solid var(--color-line)}.back-in-stock__label{margin:0 0 .5rem;font-size:.85rem;color:var(--color-muted)}.back-in-stock form{display:flex;gap:.5rem}.back-in-stock__input{flex:1;min-height:40px;padding:0 .75rem;border:1px solid var(--color-line);border-radius:999px;background:var(--color-surface);color:var(--color-ink);font-size:.85rem}.back-in-stock__input:focus{outline:2px solid var(--color-accent);outline-offset:2px}.back-in-stock__success{margin:.5rem 0 0;font-size:.85rem;color:var(--color-deep);font-weight:700}body:not(.template-index) .back-in-stock{border-color:#f4f1e929}body:not(.template-index) .back-in-stock__input{background:#f4f1e914;border-color:#f4f1e92e;color:#f4f1e9}body:not(.template-index) .back-in-stock__success{color:#9fd4ff}.product-gallery__zoom{display:block;width:100%;height:100%;padding:0;border:none;background:none;cursor:zoom-in}.product-gallery__zoom img{width:100%;height:100%;object-fit:cover}.zoom-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:300;display:grid;place-items:center;background:#000000eb;cursor:zoom-out;animation:zoom-fadein .2s ease}.zoom-overlay img{display:block;max-width:90vw;max-height:90vh;width:auto;height:auto;object-fit:contain;border-radius:4px;box-shadow:0 40px 80px #0006}.zoom-overlay__close{position:absolute;top:1rem;right:1rem;width:44px;height:44px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.3);border-radius:50%;background:#0006;color:#fff;font-size:1.4rem;cursor:pointer}@keyframes zoom-fadein{0%{opacity:0}to{opacity:1}}.size-guide__trigger{display:inline-flex;align-items:center;gap:.35rem;margin:.75rem 0;padding:.35rem .65rem;border:1px solid var(--color-line);border-radius:999px;background:none;color:var(--color-muted);font-size:.78rem;font-weight:700;cursor:pointer;transition:color .16s ease,border-color .16s ease}.size-guide__trigger:hover{color:var(--color-accent-dark);border-color:var(--color-accent)}.size-guide__trigger svg{width:16px;height:16px}.size-guide{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;display:flex;align-items:center;justify-content:center}.size-guide__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#080b1299}.size-guide__panel{position:relative;max-width:520px;width:90vw;max-height:85vh;overflow-y:auto;padding:2rem 1.75rem;border-radius:16px;background:var(--color-surface);box-shadow:0 32px 60px #0000004d}.size-guide__close{position:absolute;top:.75rem;right:.75rem;border:none;background:none;color:var(--color-muted);font-size:1.3rem;cursor:pointer;padding:.25rem;line-height:1}.size-guide__close:hover{color:var(--color-ink)}.size-guide__heading{font-family:var(--font-heading);font-size:1.6rem;font-weight:500;margin-bottom:.35rem}.size-guide__intro{color:var(--color-muted);font-size:.92rem;margin-bottom:1.5rem}.size-guide h3{font-size:.82rem;font-weight:850;letter-spacing:.06em;text-transform:uppercase;color:var(--color-accent-dark);margin:1.25rem 0 .5rem}.size-guide__table{width:100%;border-collapse:collapse;font-size:.9rem}.size-guide__table th,.size-guide__table td{padding:.45rem .65rem;border:1px solid var(--color-line);text-align:left}.size-guide__table th{font-size:.72rem;font-weight:850;letter-spacing:.08em;text-transform:uppercase;background:var(--color-bg);color:var(--color-muted)}.size-guide__note{margin-top:1.25rem;font-size:.82rem;color:var(--color-muted);font-style:italic}body:not(.template-index) .size-guide__panel{background:#101624;border:1px solid rgba(244,241,233,.12)}body:not(.template-index) .size-guide__heading{color:#f4f1e9}body:not(.template-index) .size-guide h3{color:#d8b46a}body:not(.template-index) .size-guide__table th{background:#f4f1e90f;color:#f4f1e9a8}body:not(.template-index) .size-guide__table th,body:not(.template-index) .size-guide__table td{border-color:#f4f1e91f}body:not(.template-index) .size-guide__close{color:#f4f1e980}body:not(.template-index) .size-guide__close:hover{color:#f4f1e9}@media(max-width:749px){.size-guide__panel{width:100vw;max-width:100vw;max-height:100vh;border-radius:0;padding:1.5rem 1.25rem}}.social-share{display:flex;align-items:center;gap:.75rem;margin-top:1.5rem;padding-top:1rem;border-top:1px solid var(--color-line)}.social-share__label{font-size:.78rem;font-weight:850;color:var(--color-muted);text-transform:uppercase;letter-spacing:.06em;white-space:nowrap}.social-share__links{display:flex;gap:.35rem}.social-share__link{display:grid;width:36px;height:36px;place-items:center;border:1px solid var(--color-line);border-radius:50%;color:var(--color-muted);transition:color .16s ease,border-color .16s ease,background .16s ease}.social-share__link:hover{color:var(--color-accent);border-color:var(--color-accent);background:#8b67400f}.social-share__link svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}body:not(.template-index) .social-share{border-top-color:#f4f1e924}body:not(.template-index) .social-share__link{border-color:#f4f1e933;color:#f4f1e999}body:not(.template-index) .social-share__link:hover{color:#9fd4ff;border-color:#9fd4ff}.countdown{text-align:center;padding:2.5rem 0}.countdown__heading{font-family:var(--font-heading);font-size:clamp(2rem,5vw,3.2rem);font-weight:500;margin-bottom:.5rem}.countdown__copy{color:var(--color-muted);margin-bottom:2rem}.countdown__timer{display:flex;justify-content:center;gap:clamp(1rem,4vw,2.5rem);margin-bottom:2rem}.countdown__unit{display:flex;flex-direction:column;align-items:center;min-width:72px}.countdown__value{font-family:var(--font-heading);font-size:clamp(2.6rem,6vw,4rem);font-weight:500;line-height:1;color:var(--color-accent)}.countdown__label{font-size:.72rem;font-weight:850;letter-spacing:.12em;text-transform:uppercase;color:var(--color-muted);margin-top:.35rem}.countdown__ended{font-family:var(--font-heading);font-size:1.8rem;color:var(--color-accent)}.countdown__button{margin-top:.5rem}body:not(.template-index) .countdown__value{color:#9fd4ff}body:not(.template-index) .countdown__ended{color:#d8b46a}.collection-intention-strip{display:flex;flex-wrap:wrap;justify-content:center;gap:.55rem;margin:1rem auto 0}.collection-intention-strip span{display:inline-flex;align-items:center;min-height:34px;padding:0 .78rem;border:1px solid rgba(139,103,64,.22);border-radius:999px;background:#fffaf3c7;color:var(--color-accent-dark);font-size:.76rem;font-weight:800}.product-save-note{display:inline-flex;margin:.35rem 0 0;padding:.32rem .62rem;border-radius:999px;background:#8b67401f;color:var(--color-accent-dark);font-size:.78rem;font-weight:850}.product-intention-card{margin:1rem 0;padding:.95rem;border:1px solid rgba(139,103,64,.18);border-radius:16px;background:linear-gradient(135deg,#fffaf3f5,#f4e8d8b8);box-shadow:0 12px 28px #3c2a1d12}.product-intention-card span{display:block;margin-bottom:.3rem;color:var(--color-accent-dark);font-size:.75rem;font-weight:900;letter-spacing:.06em;text-transform:uppercase}.product-intention-card p{margin:0;color:var(--color-muted);font-size:.9rem;line-height:1.45}@media(max-width:749px){.site-header,.header,.breadcrumb,.collection-section,.collection-header,.collection-header__inner,.account-landing,.account-landing__grid,.account-landing__copy,.account-card,.product-section,.product-layout,.product-info,.site-footer{width:100%!important;max-width:100vw!important;margin-left:0!important;margin-right:0!important;padding-left:14px!important;padding-right:14px!important}.page-width,.collection-section>.page-width,.account-landing>.page-width,.product-section>.page-width,.breadcrumb .page-width,.site-footer .page-width{width:100%!important;max-width:100vw!important;margin-left:0!important;margin-right:0!important;padding-left:14px!important;padding-right:14px!important}.site-header .page-width,.breadcrumb .page-width,.collection-section .page-width,.account-landing .page-width,.product-section .page-width,.site-footer .page-width,.product-layout,.account-landing__grid,.collection-header__inner,.collection-intention-strip,.product-grid,.account-card,.product-info,.product-info>*,.product-form,.product-accordions,.site-footer__grid{width:100%!important;max-width:480px!important;margin-left:auto!important;margin-right:auto!important}.site-header .page-width,.breadcrumb .page-width,.collection-section .page-width,.account-landing .page-width,.product-section .page-width,.site-footer .page-width,.product-layout,.account-landing__grid,.collection-header__inner,.collection-header,.account-landing,.product-section,.site-footer{padding-left:0!important;padding-right:0!important}.collection-header p,.account-landing__copy h1,.account-landing__copy p,.account-card__item h2,.account-card__item p,.product-info h1,.product-intention-card p,.accordion__content,.accordion__content p,.accordion__content li,.site-footer p{max-width:calc(100vw - 28px)!important}.collection-intention-strip{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;max-width:calc(100vw - 28px)!important;width:100%;gap:.45rem;padding-left:0!important;padding-right:0!important}.collection-intention-strip span{justify-content:center;min-width:0;padding-inline:.4rem;text-align:center;overflow:visible!important;text-overflow:clip!important;white-space:normal!important;line-height:1.15!important}.product-gallery__item{max-height:430px;overflow:hidden}.product-gallery__item img{aspect-ratio:1 / 1;object-fit:cover}.product-intention-card{width:100%!important;margin-left:0!important;margin-right:0!important}.site-footer__grid,.product-highlights{display:grid!important;grid-template-columns:1fr!important}.product-highlights{gap:.58rem!important}.product-highlights .trust-item{width:100%!important;padding:.8rem!important;border:1px solid var(--color-line)!important;border-radius:14px!important}body>*,#shopify-section-header,#shopify-section-footer,.site-footer,.site-footer__grid,.site-footer__brand,.collection-header,.collection-header__inner,.account-landing__grid,.account-card__footer,.product-info,.product-info>*,.product-highlights,.product-form,.product-accordions,.accordion,.breadcrumb{max-width:100%!important;min-width:0!important;overflow-wrap:break-word!important}.site-footer,.site-footer p,.site-footer a,.collection-header p,.account-landing__intro,.account-landing__intro p,.account-card__item p,.accordion__content,.accordion__content p,.accordion__content li{white-space:normal!important;overflow:visible!important;text-overflow:clip!important;word-break:normal!important;overflow-wrap:break-word!important}.button,.product-form__button,.account-landing__actions .button,button,input,select,textarea{max-width:100%!important}.button,.product-form__button,.account-landing__actions .button{width:100%!important;max-width:480px!important}img,video,svg{max-width:100%}}@media(max-width:749px){.collections-overview,.collections-atelier{width:calc(100% - 28px)!important;max-width:calc(100% - 28px)!important;margin-inline:auto!important;padding:2.4rem 0 4rem!important;color:#17110b!important}.collections-atelier *{min-width:0!important;max-width:100%!important}.collections-atelier__hero{min-height:560px!important;padding:1.2rem!important}.collections-atelier__tenets,.collections-atelier__more ul,.collections-atelier__gift,.collections-atelier__more-head{display:grid!important;grid-template-columns:1fr!important}.collections-atelier__button{width:100%!important}.collections-overview__eyebrow,.collections-atelier__eyebrow{color:#b48a42!important;font-size:.74rem!important;font-weight:800!important;letter-spacing:.18em!important;text-align:center!important;text-transform:uppercase!important}.collections-overview>h1,.collections-atelier h1{max-width:10.5ch!important;margin-inline:auto!important;font-family:Georgia,Times New Roman,serif!important;font-size:clamp(3.05rem,15vw,4.35rem)!important;font-weight:400!important;letter-spacing:-.045em!important;line-height:.98!important;text-align:center!important}.collections-overview__intro{max-width:100%!important;margin:1.15rem auto 2rem!important;color:#17110bad!important;font-size:.96rem!important;line-height:1.58!important;text-align:center!important}.collections-overview__featured,.collections-overview__all{display:grid!important;grid-template-columns:1fr!important;gap:1px!important;padding:1px!important;background:#17110b24!important;list-style:none!important}.collections-overview__card,.collections-overview__all li{min-width:0!important;border-radius:0!important;background:#fffaf2!important}.collections-overview__card:nth-child(2){background:#17110b!important;color:#fbf4e8!important}.collections-overview__card:nth-child(5){background:#d7b56d!important}.collections-overview__card a{display:flex!important;min-height:260px!important;flex-direction:column!important;justify-content:space-between!important;padding:1.15rem!important;color:inherit!important;text-decoration:none!important}.collections-overview__label{color:#b48a42!important;font-size:.68rem!important;font-weight:800!important;letter-spacing:.16em!important;text-transform:uppercase!important}.collections-overview__card strong{display:block!important;margin:auto 0 1rem!important;font-family:Georgia,Times New Roman,serif!important;font-size:clamp(2.2rem,12vw,3rem)!important;font-weight:400!important;letter-spacing:-.04em!important;line-height:.96!important}.collections-overview__card small{color:currentColor!important;font-size:.92rem!important;line-height:1.6!important;opacity:.72!important}.collections-overview__subhead{margin:2.5rem 0 1.25rem!important;font-family:Georgia,Times New Roman,serif!important;font-size:clamp(2.25rem,12vw,3.35rem)!important;font-weight:400!important;letter-spacing:-.04em!important;line-height:1!important}.collections-overview__all a,.collections-overview__all small{display:block!important;padding:1rem 1.15rem!important}.collections-overview__all a{color:#17110b!important;font-family:Georgia,Times New Roman,serif!important;font-size:1.35rem!important;line-height:1.05!important;text-decoration:none!important}.collections-overview__all small{padding-top:0!important;color:#17110bad!important;font-size:.68rem!important;font-weight:800!important;letter-spacing:.12em!important;text-transform:uppercase!important}}.fade-in{opacity:0;transform:translateY(18px);transition:opacity .5s ease,transform .5s ease}.fade-in.visible{opacity:1;transform:translateY(0)}body:not(.template-index) .fade-in{opacity:1;transform:none}
/*# sourceMappingURL=/cdn/shop/t/45/assets/theme.css.map */
