.announcement-ticker{position:relative;width:100%}.announcement-ticker--border-top{border-top:.1rem solid rgba(var(--color-foreground),.16)}.announcement-ticker--border-bottom{border-bottom:.1rem solid rgba(var(--color-foreground),.16)}.announcement-ticker__viewport{width:100%;overflow:hidden}.announcement-ticker__marquee{display:flex;width:max-content;min-width:100%;transform:translateZ(0);will-change:transform}.announcement-ticker__track{display:flex;align-items:center;justify-content:space-around;gap:var(--ticker-gap);flex:0 0 auto;width:max-content;min-width:100%;margin:0;padding:var(--ticker-padding-block) 0;list-style:none}.announcement-ticker__item{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;min-height:calc(1em + (var(--ticker-padding-block) * 2));white-space:nowrap;color:rgb(var(--color-foreground));font-family:inherit;font-size:clamp(1.1rem,.98rem + .2vw,var(--ticker-font-size));font-weight:var(--font-body-weight);line-height:1.2}.announcement-ticker__item-text{opacity:1}.announcement-ticker--animated.announcement-ticker--ready .announcement-ticker__marquee{animation:announcement-ticker-scroll var(--ticker-duration) linear infinite}.announcement-ticker--pause-on-hover:hover .announcement-ticker__marquee,.announcement-ticker--pause-on-hover:focus-within .announcement-ticker__marquee{animation-play-state:paused}.announcement-ticker--static .announcement-ticker__viewport{overflow-x:auto}.announcement-ticker--static .announcement-ticker__track{width:100%;justify-content:center}.announcement-ticker__empty-state{padding:1.4rem 2.4rem;border:.1rem dashed rgba(var(--color-foreground),.3);text-align:center;color:rgba(var(--color-foreground),.72);font-size:1.4rem;line-height:1.6}@keyframes announcement-ticker-scroll{0%{transform:translateZ(0)}to{transform:translate3d(calc(var(--ticker-loop-distance) * -1),0,0)}}@media screen and (max-width:749px){.announcement-ticker--hide-mobile{display:none}.announcement-ticker__track{gap:calc(var(--ticker-gap) * .72)}.announcement-ticker__item{letter-spacing:.12em}}@media(prefers-reduced-motion:reduce){.announcement-ticker__viewport{overflow-x:auto;scrollbar-width:thin;scrollbar-color:rgba(var(--color-foreground),.35) transparent}.announcement-ticker__marquee{width:auto;min-width:100%;transform:none;animation:none;will-change:auto}.announcement-ticker__track{justify-content:flex-start;width:max-content;min-width:max-content;padding-inline:clamp(1.6rem,4vw,3.2rem)}.announcement-ticker__track--duplicate{display:none}}.category-grid{position:relative;display:block;width:100%;overflow-x:clip;isolation:isolate}.category-grid__header{display:flex;align-items:center;justify-content:space-between;gap:1.6rem;flex-wrap:wrap;margin-bottom:1.4rem;padding-bottom:.7rem;border-bottom:.1rem solid rgba(var(--color-foreground))}.category-grid__header .title{font-weight:400;letter-spacing:.01em;margin:0;min-width:0;font-size:2.8rem;line-height:1;overflow-wrap:anywhere}.category-grid__layout{display:grid;width:100%;min-width:0;gap:.7rem}.category-grid__tiles{display:grid;width:100%;min-width:0;grid-template-columns:repeat(2,minmax(0,1fr));gap:.7rem}.category-grid__tile{box-sizing:border-box;position:relative;display:block;width:100%;max-width:100%;overflow:hidden;min-width:0;border:.1rem solid rgb(var(--color-foreground));background:transparent;color:rgb(var(--color-foreground));text-decoration:none;transition:box-shadow var(--duration-short) ease}.category-grid__tile,.category-grid__tile:visited,.category-grid__tile:hover,.category-grid__tile:focus,.category-grid__tile:focus-visible{color:rgb(var(--color-foreground));text-decoration:none}.category-grid__tile:hover,.category-grid__tile:focus-visible{color:var(--category-grid-hover-border-color, currentColor)}.category-grid__tile:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:3;pointer-events:none;box-shadow:inset 0 0 0 0 var(--category-grid-hover-border-color, currentColor);transition:box-shadow var(--duration-short) ease}.category-grid__tile:hover:after,.category-grid__tile:focus-visible:after{box-shadow:inset 0 0 0 var(--category-grid-hover-border-width) var(--category-grid-hover-border-color, currentColor)}.category-grid__tile .category-grid__badge,.category-grid__tile .category-grid__title,.category-grid__tile .category-grid__content,.category-grid__tile .category-grid__content *{opacity:1}.category-grid__tile--large{aspect-ratio:5 / 4;min-height:28rem}.category-grid__tile--small{aspect-ratio:16 / 9;min-height:12rem}.category-grid__media,.category-grid__overlay{position:absolute;top:0;right:0;bottom:0;left:0}.category-grid__media{background:transparent;box-sizing:border-box;overflow:hidden}.category-grid__media--placeholder{display:flex;align-items:center;justify-content:center}.category-grid__image,.category-grid__placeholder{display:block;width:100%;height:100%;object-fit:cover;object-position:center}.category-grid__placeholder{opacity:.4}.category-grid__overlay{z-index:0;background:linear-gradient(180deg,#070b1214 24%,#070b12c2)}.category-grid__content{position:absolute;inset:auto 0 0 0;z-index:2;width:100%;box-sizing:border-box;padding:1.2rem;opacity:1!important}.category-grid__badge{margin:0 0 .4rem;color:var(--category-grid-badge-color);font-size:1.4rem;line-height:1.15;opacity:1!important}.category-grid__title{margin:0;max-width:100%;overflow-wrap:anywhere;color:rgb(var(--color-foreground))!important;font-size:2.8rem;line-height:1;text-wrap:balance;opacity:1!important;font-weight:400!important;letter-spacing:.01em}.category-grid__tile .category-grid__title,.category-grid__tile:visited .category-grid__title,.category-grid__tile:focus .category-grid__title,.category-grid__tile:focus-visible .category-grid__title{color:rgb(var(--color-foreground))!important}.category-grid__tile:hover .category-grid__title,.category-grid__tile:focus-visible .category-grid__title{color:var(--category-grid-hover-border-color, currentColor)!important}.category-grid__tile .category-grid__content,.category-grid__tile .category-grid__content *,.category-grid__tile:hover .category-grid__content,.category-grid__tile:hover .category-grid__content *{opacity:1!important}.category-grid__tile--small .category-grid__content{padding:1rem}.category-grid__empty-state{padding:2.4rem;border:.1rem dashed rgba(var(--color-foreground),.3);text-align:center}@media screen and (min-width:750px){.category-grid__header{margin-bottom:2.8rem;padding-bottom:1.2rem}.category-grid__layout{gap:1.4rem}.category-grid__layout--featured{grid-template-columns:minmax(0,1.35fr) minmax(0,2fr);align-items:stretch}.category-grid__layout--single{grid-template-columns:minmax(0,1fr);max-width:62rem}.category-grid__tiles{gap:1.4rem}.category-grid__layout:not(.category-grid__layout--featured) .category-grid__tiles{grid-template-columns:repeat(3,minmax(0,1fr))}.category-grid__tiles--secondary{grid-template-columns:repeat(2,minmax(0,1fr));height:100%;align-content:stretch}.category-grid__tile--large{height:100%;min-height:0;aspect-ratio:auto}.category-grid__tile--small{min-height:0}.category-grid__content{padding:2.4rem}.category-grid__tile--small .category-grid__content{padding:1.8rem}.category-grid__eyebrow{margin-bottom:.8rem;font-size:1.6rem}}.contact-form-dropdown{--contact-form-base-foreground: var(--color-foreground);--contact-form-base-background: var(--color-background);display:grid;gap:1.4rem;align-items:start}.contact-form-dropdown__content{max-width:58rem}.contact-form-dropdown__text-stack{display:grid;gap:.7rem}.contact-form-dropdown__heading{margin:0;font-size:2.4rem;line-height:1.1;overflow-wrap:anywhere}.contact-form-dropdown__text{font-size:1.4rem;line-height:1.6;color:rgb(var(--color-foreground));overflow-wrap:anywhere}.contact-form-dropdown__text.contact-form-dropdown__text--intro{color:rgb(var(--color-foreground))}.contact-form-dropdown__text.contact-form-dropdown__text--intro a{color:inherit}.contact-form-dropdown__text>*:first-child{margin-top:0}.contact-form-dropdown__text>*:last-child{margin-bottom:0}@media screen and (min-width:990px){.contact-form-dropdown{grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);gap:1.4rem}.contact-form-dropdown--form-only{grid-template-columns:minmax(0,1fr)}.contact-form-dropdown__text-stack{gap:1.4rem}}.featured-collection-with-intro{display:block;width:100%;overflow-x:clip}.featured-collection-with-intro__header{display:flex;align-items:center;justify-content:space-between;gap:1.6rem;flex-wrap:wrap;margin-bottom:1.4rem;padding-bottom:.7rem;border-bottom:.1rem solid rgba(var(--color-foreground))}.featured-collection-with-intro__header .title{margin:0;min-width:0;font-size:2.8rem;font-weight:400;letter-spacing:.01em;line-height:1;overflow-wrap:anywhere}.featured-collection-with-intro__shell{display:grid;gap:.7rem}.featured-collection-with-intro__shell--full-width{padding-inline:1.5rem}.featured-collection-with-intro__intro{display:flex;flex-direction:column;gap:1.4rem;height:100%}.featured-collection-with-intro__text-stack{display:grid;gap:1.4rem}.featured-collection-with-intro__eyebrow{margin:0;color:rgba(var(--color-foreground),.75)}.featured-collection-with-intro__heading{margin:0;max-width:48rem;color:rgb(var(--color-foreground));font-size:2.4rem;font-weight:400;letter-spacing:normal;line-height:1;text-wrap:balance}.featured-collection-with-intro__body{margin:0;max-width:48rem;color:rgba(var(--color-foreground),.82);font-size:1.4rem;line-height:1.35}.featured-collection-with-intro__body p:first-child{margin-top:0}.featured-collection-with-intro__body p:last-child{margin-bottom:0}.featured-collection-with-intro__actions{display:flex;flex-wrap:wrap;gap:1rem;margin-top:.8rem}.featured-collection-with-intro__actions .button{line-height:1}.featured-collection-with-intro__media{display:flex;align-items:center;justify-content:center;width:100%;min-height:20rem;overflow:hidden;padding:2rem 3.2rem;border:.1rem solid rgb(0,0,0)}.featured-collection-with-intro__image{display:block;width:100%;max-width:100%;height:10rem;object-fit:contain;object-position:center}.featured-collection-with-intro__products-wrap{display:flex;align-items:flex-start;min-width:0}.featured-collection-with-intro__products{display:grid;gap:.7rem;margin:0;padding:0;list-style:none}.featured-collection-with-intro__products--mobile-1{grid-template-columns:minmax(0,1fr)}.featured-collection-with-intro__products--mobile-2{grid-template-columns:repeat(2,minmax(0,1fr))}.featured-collection-with-intro__product{min-width:0}.featured-collection-with-intro__product .product-card{width:100%;height:100%}.featured-collection-with-intro__product:nth-child(n+3){display:none}.featured-collection-with-intro__empty-state{display:flex;align-items:center;justify-content:center;width:100%;min-height:20rem;color:rgb(var(--color-foreground));font-size:2.4rem;line-height:1.35;text-align:center;font-weight:400;letter-spacing:.01em}.featured-collection-with-intro__empty-state p:first-child{margin-top:0}.featured-collection-with-intro__empty-state p:last-child{margin-bottom:0}@media screen and (max-width:749px){.featured-collection-with-intro__empty-state--collection{display:none}.featured-collection-with-intro__products--mobile-2 .product-card__title{font-size:1.3rem}}@media screen and (min-width:750px){.featured-collection-with-intro__header{margin-bottom:2.8rem;padding-bottom:1.2rem}.featured-collection-with-intro__shell{gap:1.4rem}.featured-collection-with-intro__shell--full-width{padding-inline:5rem}.featured-collection-with-intro__products{gap:1.4rem}.featured-collection-with-intro__product:nth-child(n+3){display:list-item}.featured-collection-with-intro__media{min-height:24rem;padding:2.4rem 4rem}.featured-collection-with-intro__empty-state{min-height:24rem}.featured-collection-with-intro__image{height:12rem}}@media screen and (min-width:990px){.featured-collection-with-intro__shell{grid-template-columns:minmax(32rem,1fr) minmax(0,1.4fr);align-items:stretch;gap:1.4rem}.featured-collection-with-intro__products{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.4rem}}.featured-collection-grid{display:block;width:100%;overflow-x:clip}.featured-collection-grid__header{display:flex;align-items:center;justify-content:space-between;gap:1.6rem;flex-wrap:wrap;margin-bottom:1.4rem;padding-bottom:.7rem;border-bottom:.1rem solid rgba(var(--color-foreground))}.featured-collection-grid__header .title{margin:0;min-width:0;font-size:2.8rem;line-height:1;font-weight:400;letter-spacing:.01em;overflow-wrap:anywhere}.featured-collection-grid__view-all-link.button{flex:0 0 auto;display:inline-grid;place-items:center;font-size:1.4rem;line-height:1;padding-top:.9rem;padding-bottom:.9rem;white-space:normal;text-align:center}.featured-collection-grid__view-all-label{display:block;line-height:1}.featured-collection-grid__layout{display:grid;width:100%;min-width:0;grid-template-columns:repeat(2,minmax(0,1fr));gap:.7rem;row-gap:1.4rem}.featured-collection-grid__item{display:flex;width:100%;min-width:0}.featured-collection-grid__item:nth-child(n+5){display:none}.featured-collection-grid__item .product-card-wrapper,.featured-collection-grid__item .card,.featured-collection-grid__item .card__inner,.featured-collection-grid__item .card__content:last-child{width:100%;height:100%}.featured-collection-grid--grails .product-card__frame{background:#000}.featured-collection-grid__empty-state{padding:2.4rem;border:.1rem dashed rgba(var(--color-foreground),.3);text-align:center}@media screen and (min-width:750px){.featured-collection-grid__header{margin-bottom:2.8rem;padding-bottom:1.2rem}.featured-collection-grid__layout{gap:1.4rem;grid-template-columns:repeat(5,minmax(0,1fr))}.featured-collection-grid__item:nth-child(n+5){display:flex}}.footer--sanctuary{margin-top:var(--footer-margin-top);background:#000;color:#fff}.footer--sanctuary .footer__inner{padding-top:var(--footer-padding-top);padding-bottom:var(--footer-padding-bottom)}.footer--sanctuary a{color:inherit;text-decoration:underline;text-decoration-thickness:.1rem;text-underline-offset:.22em}.footer__layout{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(0,.9fr) minmax(0,1fr) minmax(0,1fr);grid-template-areas:"brand social information legal" "updates updates updates updates" "bottom bottom bottom bottom";column-gap:clamp(2.4rem,3vw,6rem);row-gap:0;align-items:start}.footer__brand{grid-area:brand}.footer__brand-link{display:inline-flex;align-items:flex-start;max-width:100%;text-decoration:none}.footer__brand-image{display:block;width:100%;height:auto}.footer__brand-wordmark{color:inherit}.footer__updates{grid-area:updates}.footer__updates-content{max-width:62rem}.footer__updates-heading{margin:0;color:inherit}.footer__updates-body{margin-top:1.4rem;max-width:54rem;color:#fff;font-size:1.4rem;line-height:1.5}.footer__updates-body,.footer__updates-body p,.footer__updates-body li,.footer__updates-body a{color:#fff;font-size:1.4rem;line-height:1.5}.footer__updates-body>*:first-child{margin-top:0}.footer__updates-body>*:last-child{margin-bottom:0}.footer--sanctuary .footer__updates-button{margin-top:2.1rem}.footer__social{grid-area:social;align-self:start;min-height:1px}.footer__social .list-social{justify-content:flex-start;align-items:flex-start;gap:2.8rem;margin:0}.footer__social .list-social__link{display:inline-flex;align-items:center;justify-content:center;padding:0;color:#fff}.footer__social .svg-wrapper{width:2.8rem;height:2.8rem;flex:0 0 2.8rem}.footer__social .list-social__item .icon{width:100%;height:100%}.footer__social .list-social__link:hover .icon{transform:scale(1.04)}.footer__nav-group--information{grid-area:information}.footer__nav-group--legal{grid-area:legal}.footer__group-title{margin:0 0 2.1rem;color:inherit}.footer__nav-group a,.footer__nav-group span{font-weight:400}.footer--sanctuary .footer__brand-wordmark.h3,.footer--sanctuary .footer__updates-heading.inline-richtext,.footer--sanctuary .footer__group-title.h4{color:inherit}.footer__group-links{display:grid;gap:1.4rem;margin:0;padding:0}.footer__contact{display:grid;gap:1.2rem}.footer__nav-group .footer__contact-title{font-weight:700}.footer__nav-group .footer__contact-copy.text-body{margin:0;max-width:30rem;line-height:1.4}.footer__contact-link{font-weight:700}.footer__bottom{grid-area:bottom;margin-top:clamp(4rem,6vw,8rem)}.footer__bottom-line{margin:0;max-width:60rem}.footer__bottom-line+.footer__bottom-line{margin-top:.8rem}.footer__bottom-line--secondary{color:#ffffffc7}.footer__maker-link{display:inline-flex;align-items:center;gap:.8rem}.footer__maker-icon{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;line-height:0}@media screen and (max-width:749px){.footer__layout{grid-template-columns:repeat(2,minmax(0,1fr));grid-template-areas:"brand brand" "updates updates" "information legal" "social social" "bottom bottom";column-gap:2rem;row-gap:3rem}.footer--sanctuary .footer__inner{padding-top:max(var(--footer-padding-top),4.8rem);padding-bottom:max(var(--footer-padding-bottom),4rem)}.footer__brand-image{width:min(100%,18rem)}.footer__updates-heading{max-width:18ch}.footer__updates-button{width:auto;max-width:100%}.footer__social .list-social{justify-content:flex-start}.footer__bottom{margin-top:0}}@media screen and (min-width:750px){.footer__updates-button:focus-visible,.footer__brand-link:focus-visible,.footer__group-links a:focus-visible,.footer__bottom a:focus-visible,.footer__social .list-social__link:focus-visible{outline:.2rem solid #fff;outline-offset:.3rem}}.four-column-rich-text{display:block}.four-column-rich-text__grid{display:grid;gap:1.4rem}.four-column-rich-text__column{display:grid;align-content:start}.four-column-rich-text__column-stack{display:grid;gap:.7rem}.four-column-rich-text__column-heading.h3{margin:0;font-size:2.4rem;line-height:1.1;overflow-wrap:anywhere}.four-column-rich-text__column-text>*:first-child{margin-top:0}.four-column-rich-text__column-text>*:last-child{margin-bottom:0}.four-column-rich-text__column-text{font-size:1.4rem;line-height:1.6;color:rgb(var(--color-foreground));overflow-wrap:anywhere}.four-column-rich-text__column--featured .four-column-rich-text__column-text{padding-right:1.4rem}.four-column-rich-text__column-text.rte ul{list-style-position:outside;padding-left:2.6rem}.four-column-rich-text__empty-state{padding:1.4rem 0;border-bottom:.1rem solid rgba(var(--color-foreground),.16);font-size:1.4rem;line-height:1.6;color:rgba(var(--color-foreground),.72)}.four-column-rich-text__grid--mobile-1{grid-template-columns:minmax(0,1fr)}.four-column-rich-text__grid--mobile-2{grid-template-columns:repeat(2,minmax(0,1fr))}@media screen and (max-width:749px){.four-column-rich-text__grid--mobile-2 .four-column-rich-text__column--featured{grid-column:1 / -1}}@media screen and (min-width:990px){.four-column-rich-text__grid{grid-template-columns:minmax(0,1.4fr) repeat(3,minmax(0,1fr));gap:1.4rem}.four-column-rich-text__column-stack{gap:1.4rem}}.collection-banner{display:block;width:100%;overflow-x:clip}.collection-banner__header{display:flex;align-items:center;justify-content:space-between;gap:1.6rem;flex-wrap:wrap;margin-bottom:1.4rem;padding-bottom:.7rem;border-bottom:.1rem solid rgba(var(--color-foreground))}.collection-banner__header .title{margin:0;min-width:0;font-size:2.8rem;font-weight:400;letter-spacing:.01em;line-height:1;overflow-wrap:anywhere}.collection-banner__layout{display:grid;width:100%;min-width:0;gap:.7rem}.collection-banner__layout--single{max-width:62rem}.collection-banner__tiles{display:grid;width:100%;min-width:0;grid-template-columns:repeat(2,minmax(0,1fr));gap:.7rem}.collection-banner__tile{box-sizing:border-box;position:relative;display:block;width:100%;max-width:100%;min-width:0;overflow:hidden;border:.1rem solid rgb(var(--color-foreground));background:transparent;color:rgb(var(--color-foreground));text-decoration:none;transition:border-color var(--duration-short) ease,color var(--duration-short) ease}.collection-banner__tile,.collection-banner__tile:visited,.collection-banner__tile:hover,.collection-banner__tile:focus,.collection-banner__tile:focus-visible{color:rgb(var(--color-foreground));text-decoration:none}.collection-banner__tile:hover,.collection-banner__tile:focus-visible{border-color:var(--collection-banner-hover-border-color, currentColor);color:var(--collection-banner-hover-border-color, currentColor)}.collection-banner__tile--featured{aspect-ratio:6 / 5;min-height:28rem}.collection-banner__tile--secondary{aspect-ratio:5 / 4;min-height:12rem}.collection-banner__media,.collection-banner__overlay{position:absolute;top:0;right:0;bottom:0;left:0}.collection-banner__media{box-sizing:border-box;padding:1.2rem 1.2rem 5.6rem;background:transparent}.collection-banner__media--placeholder{display:flex;align-items:center;justify-content:center}.collection-banner__image,.collection-banner__placeholder{display:block;width:100%;height:100%;object-fit:contain;object-position:center}.collection-banner__placeholder{opacity:.4}.collection-banner__overlay{background:linear-gradient(180deg,#070b1214 24%,#070b12c2)}.collection-banner__content{position:absolute;inset:auto 0 0 0;z-index:1;width:100%;box-sizing:border-box;padding:1.2rem}.collection-banner__title{margin:0;max-width:100%;overflow-wrap:anywhere;color:inherit;font-size:2.4rem;line-height:1;text-wrap:balance}.collection-banner__tile--secondary .collection-banner__content{padding:1rem}.collection-banner__empty-state{padding:2.4rem;border:.1rem dashed rgba(var(--color-foreground),.3);text-align:center}@media screen and (min-width:750px){.collection-banner__header{margin-bottom:2.8rem;padding-bottom:1.4rem}.collection-banner__layout--family{grid-template-columns:minmax(0,1.35fr) minmax(0,2fr);gap:1.4rem;align-items:stretch}.collection-banner__tiles{grid-template-columns:repeat(3,minmax(0,1fr));grid-template-rows:repeat(2,minmax(0,1fr));grid-auto-rows:minmax(0,1fr);gap:1.4rem;align-content:stretch;height:100%}.collection-banner__tile--featured{height:100%;min-height:0;aspect-ratio:auto}.collection-banner__tile--secondary{height:100%;min-height:0}.collection-banner__content{padding:2.4rem}.collection-banner__media{padding:2rem 2rem 7.2rem}.collection-banner__tile--secondary .collection-banner__content{padding:1.8rem}}.rich-text-with-image__wrapper{display:flex;width:100%;padding-inline:2.4rem}.rich-text-with-image__wrapper.page-width{padding-inline:2.4rem}.rich-text-with-image__wrapper--left{justify-content:flex-start}.rich-text-with-image__wrapper--center{justify-content:center}.rich-text-with-image__wrapper--right{justify-content:flex-end}.rich-text-with-image__shell{display:grid;gap:2.4rem;align-items:center;width:100%}.rich-text-with-image__shell--no-image{width:min(100%,86rem)}.rich-text-with-image__shell--full-width.rich-text-with-image__shell--no-image{width:100%}.rich-text-with-image__blocks{display:flex;flex-direction:column;gap:1.6rem;min-width:0}.rich-text-with-image__blocks.left{align-items:flex-start;text-align:left}.rich-text-with-image__blocks.center{align-items:center;text-align:center}.rich-text-with-image__blocks.right{align-items:flex-end;text-align:right}.rich-text-with-image__heading,.rich-text-with-image__caption,.rich-text-with-image__text{margin:0;width:100%}.rich-text-with-image-section .rich-text-with-image__heading,.rich-text-with-image-section .rich-text-with-image__heading.h0,.rich-text-with-image-section .rich-text-with-image__heading.h1,.rich-text-with-image-section .rich-text-with-image__heading.h2,.rich-text-with-image-section .rich-text-with-image__heading.hxl,.rich-text-with-image-section .rich-text-with-image__heading.hxxl{font-family:var(--font-accent-serif-latin);font-size:21px!important;line-height:1.32}.rich-text-with-image__text>*:first-child{margin-top:0}.rich-text-with-image__text>*:last-child{margin-bottom:0}.rich-text-with-image-section .rich-text-with-image__text,.rich-text-with-image-section .rich-text-with-image__text>*,.rich-text-with-image-section .rich-text-with-image__text.rte,.rich-text-with-image-section .rich-text-with-image__text.rte>*,.rich-text-with-image-section .rich-text-with-image__text.rte p,.rich-text-with-image-section .rich-text-with-image__text.rte li{opacity:1!important;color:rgb(var(--color-foreground))!important;font-size:14px!important;line-height:1.62}.rich-text-with-image__buttons{display:flex;flex-wrap:wrap;gap:1.2rem;width:100%}.rich-text-with-image__buttons .button,.rich-text-with-image__heading,.rich-text-with-image__caption,.rich-text-with-image__text,.rich-text-with-image__text>*{overflow-wrap:anywhere}.rich-text-with-image__buttons .button{white-space:normal;text-align:center}.rich-text-with-image__blocks.center .rich-text-with-image__buttons{justify-content:center}.rich-text-with-image__blocks.right .rich-text-with-image__buttons{justify-content:flex-end}.rich-text-with-image__media{min-width:0;width:100%}.rich-text-with-image__media--with-background{background:rgba(var(--color-foreground),.06)}.rich-text-with-image__media--placeholder{min-height:28rem;display:flex;align-items:center;justify-content:center}.rich-text-with-image__image,.rich-text-with-image__placeholder-svg{display:block;width:100%;height:auto}.rich-text-with-image__image{object-fit:contain;object-position:center}@media screen and (min-width:990px){.rich-text-with-image__wrapper.page-width{padding-left:84px;padding-right:84px}.rich-text-with-image__wrapper:not(.page-width){padding-left:84px;padding-right:84px}.rich-text-with-image__shell{grid-template-columns:minmax(0,12fr) minmax(0,7fr);gap:98px}.rich-text-with-image-section .rich-text-with-image__heading,.rich-text-with-image-section .rich-text-with-image__heading.h0,.rich-text-with-image-section .rich-text-with-image__heading.h1,.rich-text-with-image-section .rich-text-with-image__heading.h2,.rich-text-with-image-section .rich-text-with-image__heading.hxl,.rich-text-with-image-section .rich-text-with-image__heading.hxxl{width:80%}.rich-text-with-image__shell--image-left .rich-text-with-image__blocks{order:2}.rich-text-with-image__shell--image-left .rich-text-with-image__media{order:1;justify-self:start}.rich-text-with-image__shell--image-right .rich-text-with-image__media{justify-self:end}.rich-text-with-image__media{max-width:100%}}.section-heading{display:block;width:100%;overflow-x:clip}.section-heading__stack{display:grid}.section-heading__header{display:flex;align-items:center;justify-content:space-between;gap:1.4rem;flex-wrap:wrap;padding-bottom:.7rem;border-bottom:.1rem solid rgba(var(--color-foreground))}.section-heading__header .title{margin:0;min-width:0;font-size:2.8rem;font-weight:400;letter-spacing:.01em;line-height:1;overflow-wrap:anywhere}.section-heading__subtext{margin-top:0;font-size:1.4rem;line-height:1.6;color:#1f5eff;overflow-wrap:anywhere}.section-heading__header+.section-heading__subtext{margin-top:.7rem}.section-heading__subtext>*:first-child{margin-top:0}.section-heading__subtext>*:last-child{margin-bottom:0}.section-heading__empty-state{padding-bottom:.7rem;border-bottom:.1rem solid rgba(var(--color-foreground));font-size:1.4rem;line-height:1.6;color:rgba(var(--color-foreground),.72)}@media screen and (min-width:750px){.section-heading__header{padding-bottom:1.4rem}.section-heading__header+.section-heading__subtext{margin-top:1.4rem}.section-heading__empty-state{padding-bottom:1.4rem}}.three-panel-banner__grid{display:grid;gap:2rem;align-items:stretch}.three-panel-banner__panel{min-width:0}.three-panel-banner__panel--text,.three-panel-banner__text-stack{padding-top:5.6rem;padding-right:4.4rem;display:flex;flex-direction:column;letter-spacing:.058em;line-height:1.32}.three-panel-banner__text-stack{align-items:flex-start;gap:4.2rem;height:100%}.three-panel-banner__grid--text-only .three-panel-banner__panel--text,.three-panel-banner__grid--text-only .three-panel-banner__text-stack{padding-right:0}.three-panel-banner__box{width:100%;padding:0}.three-panel-banner__box--body{flex:0 0 auto}.three-panel-banner__box--quotes{display:flex;flex-direction:column;gap:.2rem}.three-panel-banner__content{font-weight:400;width:97%;color:#fff}.three-panel-banner__content,.three-panel-banner__quote,.three-panel-banner__placeholder-text{font-size:2.1rem;overflow-wrap:anywhere}.three-panel-banner__content>:first-child{margin-top:0}.three-panel-banner__content>:last-child{margin-bottom:0}.three-panel-banner__content>*{margin-block:0;opacity:1}.three-panel-banner__content p:empty,.three-panel-banner__quote p:empty{display:none}.three-panel-banner__quote{display:block;margin:0;color:#fff;opacity:1;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.three-panel-banner__quote p{margin:0;color:inherit;opacity:1}.three-panel-banner__quote--japanese{font-family:var(--font-accent-serif-japanese);font-style:normal;font-weight:400;line-height:1.35}.three-panel-banner__quote--english{font-family:var(--font-accent-serif-latin);font-style:normal;font-weight:400;line-height:1.6;letter-spacing:.04em}.three-panel-banner__panel--image{display:flex}.three-panel-banner__media{display:flex;align-items:center;justify-content:center;width:100%;position:relative;overflow:hidden;border-radius:1.6rem;background:transparent;min-height:28rem;height:100%}.three-panel-banner__image,.three-panel-banner__placeholder .placeholder-svg{display:block;width:100%;height:100%;object-fit:contain;object-position:center}.three-panel-banner__placeholder{position:relative;width:100%;height:100%}.three-panel-banner__placeholder-text{position:absolute;left:50%;bottom:1.6rem;transform:translate(-50%);padding:.8rem 1.2rem;border-radius:999px;background:#121212b8;color:#fff;font-size:1.2rem;letter-spacing:.08em;text-transform:uppercase;max-width:calc(100% - 3.2rem);text-align:center;white-space:normal}@media screen and (max-width:749px){.three-panel-banner__grid{gap:1.6rem}.three-panel-banner__grid--split .three-panel-banner__panel--text{display:none}.three-panel-banner__panel--image{order:1}.three-panel-banner__media{min-height:18rem}}@media screen and (min-width:750px){.three-panel-banner__grid--split{grid-template-columns:minmax(0,1fr) minmax(28rem,1fr);gap:4rem}.three-panel-banner__grid--text-only,.three-panel-banner__grid--image-only{grid-template-columns:minmax(0,1fr)}.three-panel-banner__media{min-height:34rem}}.product-card__content{height:100%}.product-card__hover-3d-media{display:inline-grid;width:100%;height:100%;max-width:100%;max-height:100%;align-self:stretch;justify-self:stretch}.product-card__hover-3d-media-stage,.product-card__hover-3d-media-stage .product-card__media{width:100%;height:100%}.product-card__hover-3d-media>:first-child{display:flex;min-width:0;min-height:0}.product-card__hover-3d-media>:nth-child(n+2){display:block}.product-card__hover-3d-media .product-card__media{background:transparent}.product-card__hover-3d-media .product-card__image,.product-card__hover-3d-media .product-card__placeholder{width:auto;height:auto;max-width:100%;max-height:100%}.product-card__details-link{display:block;min-width:0;color:inherit;text-decoration:none}.product-card__details-link:hover{color:inherit}.product-card__quick-add{margin-top:var(--theme-space-card-quick-add-gap)}.product-card__quick-add .product-form__error-message-wrapper{margin-bottom:var(--theme-space-card-quick-add-error-gap)}.product-card__quick-add .product-form{display:block}.product-card__quick-add .product-form__submit,.product-card__quick-add-button{min-height:var(--theme-size-product-card-min-cta-height)}.product-card__quick-add .loading__spinner,.product-card__quick-add-button .loading__spinner{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center}.product-card__details{min-width:0}.product-card__row--secondary{align-items:end}.product-card__title{display:-webkit-box;overflow:hidden;white-space:normal;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2}.product-card__title:after,.product-card__title--overflowing:after{content:none}.product-card__title-track{display:block;min-width:0;white-space:normal;transform:none;animation:none}.product-card__title-text{white-space:normal;overflow-wrap:anywhere}.product-card__title-text+.product-card__title-text{display:none}.product-card__franchise{overflow-wrap:anywhere}.product-card__price{min-width:0;max-width:100%;flex-wrap:wrap;justify-self:end}@media(prefers-reduced-motion:reduce){.product-card__hover-3d-media{filter:none!important}.product-card__hover-3d-media>:first-child{transform:none!important;scale:1!important;transition:none!important}.product-card__hover-3d-media>:first-child:before{opacity:0!important;transition:none!important}}.contact__fields .field{margin-bottom:.7rem}.contact-form-fields__input,.contact-form-fields__select{color:rgb(var(--contact-form-base-foreground));background-color:rgb(var(--contact-form-base-background))}.contact-form-fields__input::placeholder{color:rgba(var(--color-foreground),.75)}.contact-form-dropdown-field{width:100%;margin-bottom:.7rem}.contact-form-dropdown-field .select{display:flex;width:100%}.contact-form-dropdown-field .select .svg-wrapper{right:.7rem}.contact-form-dropdown-field .select__select{font-family:var(--font-body-family);font-style:var(--font-body-style);font-weight:var(--font-body-weight);font-size:1.6rem}.contact-form-fields__select:required:invalid{color:rgba(var(--color-foreground),.75)}.contact-form-dropdown__form .contact__button{display:flex;justify-content:flex-end;margin-top:.7rem}.contact__button .button{min-height:3.5rem;height:3.5rem;padding-top:0;padding-bottom:0}@media screen and (min-width:750px){.contact__fields .field{margin-bottom:0}.contact-form-dropdown-field{margin-bottom:1.4rem}.contact-form-dropdown-field{grid-column:1 / -1}.contact-form-dropdown-field .select .svg-wrapper{right:1.4rem}.contact-form-dropdown__form .contact__button{margin-top:1.4rem}}.icon-with-text__item{min-width:0}.icon-with-text .h4{overflow-wrap:anywhere}.product-breadcrumbs{margin:0}.product__title+.product-breadcrumbs{margin-top:-1.5rem}.product-breadcrumbs+.product__title{margin-top:0}.product-breadcrumbs__list{display:flex;align-items:center;flex-wrap:wrap;gap:.6rem;margin:0;padding:0;list-style:none;font-size:1.4rem;line-height:1.4;font-weight:500}.product-breadcrumbs .product-breadcrumbs__text,.product-breadcrumbs .product-breadcrumbs__separator{color:rgb(var(--color-foreground));opacity:1}.product-breadcrumbs__link{text-decoration:none;color:rgb(var(--color-foreground));opacity:1}.product-breadcrumbs__separator{display:inline-flex;align-items:center;justify-content:center}.product-breadcrumbs__separator svg{width:.7rem;height:.9rem}.product-breadcrumbs__separator svg path{stroke:currentColor;stroke-width:1.4}.shop-disabled-notice{margin:0 0 2rem;padding:1.2rem 1.6rem;border-radius:var(--inputs-radius-outset);color:rgb(var(--color-foreground))}.shop-disabled-notice--plain{padding:0;border-radius:0}.shop-disabled-notice--drawer{padding:0;border-radius:0;margin:0;text-align:left}.shop-disabled-notice--global{margin:0;border-left:0;border-right:0;border-radius:0}.shop-disabled-notice__text{margin:0;font-size:1.4rem;line-height:1.5;font-weight:700}.shop-disabled-notice--plain .shop-disabled-notice__text,.shop-disabled-notice--global .shop-disabled-notice__text{font-weight:400}.shop-disabled-notice--drawer .shop-disabled-notice__text{font-size:1.3rem;font-weight:500;opacity:.85}.product-form__buttons .shop-disabled-notice{margin-bottom:1.2rem}.cart__ctas .shop-disabled-notice,.cart-drawer__footer .shop-disabled-notice{margin-bottom:1.6rem}.cart-drawer .cart__ctas .shop-disabled-notice--drawer{margin-bottom:0}.cart-drawer .cart__ctas{display:flex;flex-direction:column;align-items:center}@media screen and (max-width:749px){.shop-disabled-notice--global{padding-left:0;padding-right:0}}
/*# sourceMappingURL=/cdn/shop/t/8/compiled_assets/styles.css.map */
