.footer .chimera-footer-greeting,.footer .chimera-footer-description,.footer .chimera-footer-description p{font-family:Times New Roman,Times,serif;font-weight:400;font-style:normal;letter-spacing:normal;text-transform:none}.footer .chimera-footer-greeting{letter-spacing:-.01em}.footer .chimera-footer-description{font-size:16px;line-height:1.45}.footer .chimera-footer-description p{font-size:inherit;line-height:inherit}.chimera-image-hero{box-sizing:border-box;position:relative;isolation:isolate;display:flex;align-items:var(--hero-vertical);justify-content:var(--hero-horizontal);width:var(--hero-width);max-width:100%;min-height:var(--hero-height);margin-inline:auto;overflow:hidden;background:var(--hero-background)}.chimera-image-hero__picture,.chimera-image-hero__placeholder,.chimera-image-hero__tint{position:absolute;top:0;right:0;bottom:0;left:0;display:block;pointer-events:none}.chimera-image-hero__image{display:block;width:100%;height:100%;max-width:none;object-fit:var(--hero-fit);object-position:var(--hero-image-x) var(--hero-image-y)!important;transform:scale(var(--hero-scale));transform-origin:var(--hero-image-x) var(--hero-image-y)}.chimera-image-hero__placeholder svg{width:100%;height:100%}.chimera-image-hero__tint{background:var(--hero-overlay)}.chimera-image-hero__link{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1}.chimera-image-hero__link:focus-visible{outline:2px solid #ffffff;outline-offset:-6px;box-shadow:inset 0 0 0 8px #121212}.chimera-image-hero--linked .chimera-image-hero__content{pointer-events:none}.chimera-image-hero--linked .chimera-image-hero__description a{position:relative;z-index:2;pointer-events:auto}.chimera-image-hero__content{box-sizing:border-box;position:relative;display:flex;flex-direction:column;min-width:0;width:100%;max-width:var(--hero-text-width);padding:var(--hero-padding-y) var(--hero-padding-x);text-align:var(--hero-align);overflow-wrap:anywhere}.chimera-image-hero__heading{margin:0;color:var(--hero-heading-color);font-family:var(--hero-heading-font);font-weight:var(--hero-heading-weight);font-style:var(--hero-heading-style);font-size:var(--hero-heading-size);line-height:var(--hero-heading-line-height);letter-spacing:var(--hero-heading-spacing);text-transform:none;text-wrap:balance}.chimera-image-hero__description{align-self:var(--hero-description-align);width:100%;max-width:var(--hero-description-width);margin:0;color:var(--hero-description-color);font-family:var(--hero-body-font);font-weight:var(--hero-body-weight);font-style:var(--hero-body-style);font-size:var(--hero-description-size);line-height:1.45;letter-spacing:normal}.chimera-image-hero__heading+.chimera-image-hero__description{margin-top:var(--hero-text-gap)}.chimera-image-hero__description>:first-child{margin-top:0}.chimera-image-hero__description>:last-child{margin-bottom:0}.chimera-image-hero__description a{color:inherit;text-underline-offset:.2em}@media screen and (max-width:749px){.chimera-image-hero{width:100%;min-height:var(--hero-mobile-height);align-items:var(--hero-mobile-vertical)}.chimera-image-hero__image{object-position:var(--hero-mobile-image-x) var(--hero-mobile-image-y)!important;transform:scale(var(--hero-mobile-scale));transform-origin:var(--hero-mobile-image-x) var(--hero-mobile-image-y)}.chimera-image-hero__content{padding:var(--hero-mobile-padding-y) var(--hero-mobile-padding-x);text-align:var(--hero-mobile-align)}.chimera-image-hero__heading{font-size:var(--hero-mobile-heading-size)}.chimera-image-hero__description{font-size:var(--hero-mobile-description-size);align-self:var(--hero-mobile-description-align)}}chimera-back-to-top{display:contents}.chimera-back-to-top{position:fixed;right:max(24px,env(safe-area-inset-right));bottom:max(18px,env(safe-area-inset-bottom));z-index:3;display:grid;place-items:center;width:48px;height:48px;padding:0;border:1px solid rgba(18,18,18,.18);border-radius:50%;background:#ffffffeb;color:#292929;cursor:pointer;-webkit-appearance:none;appearance:none;-webkit-tap-highlight-color:transparent}.chimera-back-to-top[hidden]{display:none}.chimera-back-to-top:hover{background:#fff;border-color:#777}.chimera-back-to-top:focus-visible{outline:2px solid #121212;outline-offset:4px}body:has(chimera-floating-stickers) .chimera-back-to-top{bottom:calc(max(18px,env(safe-area-inset-bottom)) + 56px)}body:has(#PBarNextFrameWrapper) .chimera-back-to-top{bottom:88px}body:has(#PBarNextFrameWrapper):has(chimera-floating-stickers) .chimera-back-to-top{bottom:144px}body.overflow-hidden .chimera-back-to-top,body.overflow-hidden-desktop .chimera-back-to-top,body:has(details[open]>.header__icon--menu) .chimera-back-to-top,body:has(details[open] .search-modal) .chimera-back-to-top,body:has(dialog[open]) .chimera-back-to-top{visibility:hidden}@media(max-width:749px){.chimera-back-to-top{right:max(12px,env(safe-area-inset-right))}body.overflow-hidden-mobile .chimera-back-to-top{visibility:hidden}}@media(max-width:989px){body.overflow-hidden-tablet .chimera-back-to-top{visibility:hidden}}@media print{.chimera-back-to-top{display:none}}chimera-floating-stickers{position:fixed;top:0;right:0;bottom:0;left:0;z-index:2;display:block;pointer-events:none}.chimera-scroll-sticker{position:absolute;width:var(--sticker-size, 80px);height:var(--sticker-size, 80px);padding:0;margin:0;border:0;border-radius:0;background:transparent;box-shadow:none;-webkit-appearance:none;appearance:none;cursor:grab;pointer-events:none;opacity:0;visibility:hidden;transition:opacity .65s ease,visibility 0s linear .65s;touch-action:none;user-select:none;-webkit-user-select:none;-webkit-tap-highlight-color:transparent}.chimera-scroll-sticker img{display:block;width:100%;height:100%;object-fit:contain;pointer-events:none;-webkit-user-drag:none}.chimera-scroll-sticker.is-visible{opacity:var(--sticker-opacity, 1);visibility:visible;transition:opacity .65s ease,visibility 0s}chimera-floating-stickers.is-suppressed .chimera-scroll-sticker{opacity:0;visibility:hidden;transition:none;pointer-events:none!important}.chimera-scroll-sticker.is-dragging{cursor:grabbing}.chimera-scroll-sticker:focus-visible,.chimera-sticker-toggle:focus-visible{outline:2px solid #121212;outline-offset:4px}.chimera-sticker-toggle{position:absolute;right:max(var(--sticker-edge, 24px),env(safe-area-inset-right));bottom:max(18px,env(safe-area-inset-bottom));min-height:44px;padding:8px 12px;border:1px solid rgba(18,18,18,.18);border-radius:20px;background:#ffffffe6;color:#292929;font:400 11px/1.2 var(--font-body-family, Arial, sans-serif);letter-spacing:.02em;cursor:pointer;pointer-events:auto;-webkit-tap-highlight-color:transparent}.chimera-sticker-toggle:hover{background:#fff;border-color:#777}.chimera-scroll-sticker[hidden],.chimera-sticker-toggle[hidden]{display:none!important}body:has(#PBarNextFrameWrapper) .chimera-sticker-toggle{bottom:88px}@media(max-width:749px){.chimera-scroll-sticker{width:var(--sticker-mobile-size, 56px);height:var(--sticker-mobile-size, 56px)}.chimera-sticker-toggle{right:12px}}@media(prefers-reduced-motion:reduce){.chimera-scroll-sticker,.chimera-scroll-sticker.is-visible{transition:none}}.chimera-gift-note{display:block;max-width:44rem;margin:0 0 1.6rem;color:rgb(var(--color-foreground));font-size:1.5rem;line-height:1.5;letter-spacing:normal}.chimera-gift-note[hidden],.chimera-gift-note [hidden],[data-chimera-dynamic-checkout][hidden]{display:none!important}.chimera-gift-note__toggle{display:flex;align-items:center;gap:1rem;min-height:4.4rem;width:fit-content;cursor:pointer}.chimera-gift-note__toggle input{width:1.7rem;height:1.7rem;margin:0;flex:0 0 auto;accent-color:rgb(var(--color-foreground));cursor:pointer}.chimera-gift-note__fields{margin-top:.6rem}.chimera-gift-note__label{display:block;margin-bottom:.7rem}.chimera-gift-note__input{display:block;box-sizing:border-box;width:100%;min-height:4.8rem;padding:1rem 1.2rem;border:1px solid rgba(var(--color-foreground),.3);border-radius:var(--inputs-radius);background:transparent;color:inherit;font:inherit;font-size:1.6rem;box-shadow:none}.chimera-gift-note input:focus-visible{outline:2px solid rgb(var(--color-foreground));outline-offset:3px}.chimera-gift-note__hint,.chimera-gift-note__error{margin:.7rem 0 0;font-size:1.3rem}.chimera-gift-note__hint{color:rgba(var(--color-foreground),.75)}.chimera-gift-note__error{color:#a12424}.chimera-product-information{margin-top:2.4rem}.chimera-product-information__section{margin:0;border-top:1px solid rgba(var(--color-foreground),.18)}.chimera-product-information__section:last-of-type{border-bottom:1px solid rgba(var(--color-foreground),.18)}.chimera-product-information__summary{display:flex;align-items:center;justify-content:space-between;gap:2rem;min-height:5.6rem;padding:1.6rem 0;list-style:none;cursor:pointer;color:rgb(var(--color-foreground));font-family:var(--font-body-family);font-size:1.6rem;font-weight:400;line-height:1.5;letter-spacing:normal;text-transform:none}.chimera-product-information__summary::-webkit-details-marker{display:none}.chimera-product-information__summary:focus-visible{outline:2px solid currentColor;outline-offset:3px}.chimera-product-information__toggle{position:relative;flex:0 0 1.4rem;height:1.4rem}.chimera-product-information__toggle:before,.chimera-product-information__toggle:after{content:"";position:absolute;background:currentColor}.chimera-product-information__toggle:before{inset:calc(50% - .5px) 0 auto;height:1px}.chimera-product-information__toggle:after{inset:0 auto 0 calc(50% - .5px);width:1px}.chimera-product-information__section[open] .chimera-product-information__toggle:after{display:none}.chimera-product-information__body{padding:0 0 2rem;font-size:1.5rem;line-height:1.65;letter-spacing:normal;overflow-wrap:anywhere}.chimera-product-information__body .metafield-rich_text_field>:first-child,.chimera-product-information__notes .metafield-rich_text_field>:first-child{margin-top:0}.chimera-product-information__body .metafield-rich_text_field>:last-child,.chimera-product-information__notes .metafield-rich_text_field>:last-child{margin-bottom:0}.chimera-product-information__body ul{padding-left:1.8rem}.chimera-product-information__body li+li{margin-top:.5rem}.chimera-product-information__notes{margin-top:1.8rem;font-size:1.3rem;line-height:1.6;letter-spacing:normal}.chimera-product-information__notes p+p{margin-top:.6rem}.chimera-size-chart{width:100%;max-width:100%;min-width:0;margin-top:1.8rem;overflow-x:auto;overscroll-behavior-x:contain;scrollbar-width:thin}.chimera-size-chart:focus-visible{outline:2px solid currentColor;outline-offset:3px}.chimera-product-information .chimera-size-chart table{width:100%!important;min-width:32rem;height:auto!important;margin:0;table-layout:fixed;border-collapse:collapse;border:0;box-shadow:none;font-family:var(--font-body-family);font-size:1.4rem;line-height:1.45;letter-spacing:normal;color:rgb(var(--color-foreground))}.chimera-product-information .chimera-size-chart table:has(th:nth-child(4)){min-width:44rem}.chimera-product-information .chimera-size-chart tr{height:auto!important}.chimera-product-information .chimera-size-chart th,.chimera-product-information .chimera-size-chart td{width:auto!important;height:auto!important;padding:1.2rem .8rem;border:0;border-bottom:1px solid rgba(var(--color-foreground),.14);text-align:left;vertical-align:middle;overflow-wrap:normal;word-break:normal;font-variant-numeric:tabular-nums}.chimera-product-information .chimera-size-chart th{font-weight:600;background:rgba(var(--color-foreground),.035)}.chimera-product-information .chimera-size-chart th:first-child,.chimera-product-information .chimera-size-chart td:first-child{width:15%!important;font-weight:600}.chimera-product-information .chimera-size-chart td{white-space:nowrap}.chimera-size-chart__hint{display:none}@media screen and (max-width:480px){.chimera-size-chart__hint{display:block;margin:.8rem 0 0;font-size:1.2rem;color:rgba(var(--color-foreground),.7)}}.menu-drawer .chimera-drawer-coming-soon{justify-content:space-between;gap:1.6rem;color:rgba(var(--color-foreground),.65)}.menu-drawer .chimera-drawer-status{flex-shrink:0;font-size:1.1rem;line-height:1.4;letter-spacing:normal;text-transform:none}
/*# sourceMappingURL=/cdn/shop/t/17/compiled_assets/styles.css.map */
