.stmt,.stmt *,.stmt *:before,.stmt *:after{box-sizing:border-box}.stmt{background:var(--stmt-page-bg, transparent);padding-block:var(--stmt-pt-m) var(--stmt-pb-m);padding-inline:var(--stmt-pl-m) var(--stmt-pr-m);max-width:100%}.stmt__inner{width:100%;max-width:100%;margin-inline:auto;min-width:0}.stmt--container .stmt__inner{max-width:var(--stmt-max)}.stmt--full .stmt__inner{max-width:none}.stmt .visually-hidden{position:absolute!important;width:1px;height:1px;margin:-1px;padding:0;border:0;clip:rect(0 0 0 0);clip-path:inset(50%);overflow:hidden;white-space:nowrap}.stmt__card{position:relative;isolation:isolate;overflow:hidden;display:grid;grid-template-rows:auto 1fr;grid-template-columns:minmax(0,1fr);row-gap:var(--stmt-gap-m);min-width:0;max-width:100%;min-height:var(--stmt-minh-m);padding:var(--stmt-cpt-m) var(--stmt-cpr-m) var(--stmt-cpb-m) var(--stmt-cpl-m);border-radius:var(--stmt-radius-m);background-color:var(--stmt-bg);color:var(--stmt-text);font-family:var(--stmt-font-body);-webkit-font-smoothing:antialiased}.stmt__bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-3;width:100%;height:100%;object-fit:cover}.stmt__overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-2;background:var(--stmt-bg);opacity:var(--stmt-overlay);pointer-events:none}.stmt__noise{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;opacity:var(--stmt-noise);pointer-events:none;mix-blend-mode:overlay;background-size:180px 180px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E")}.stmt__top{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem 1rem;min-width:0;flex-wrap:wrap}.stmt__eyebrow,.stmt__index,.stmt__caption,.stmt__price,.stmt__heading,.stmt__vendor,.stmt__sku{margin:0;min-width:0}.stmt__eyebrow{font-size:var(--stmt-eyebrow-size-m);font-weight:500;line-height:1.4;color:var(--stmt-text)}.stmt__index{font-size:var(--stmt-index-size-m);font-weight:500;letter-spacing:.16em;text-transform:uppercase;color:var(--stmt-muted);text-align:right;margin-inline-start:auto;white-space:normal}.stmt__body{display:grid;grid-template-columns:minmax(0,1fr);gap:var(--stmt-gap-m);align-items:stretch;min-width:0}.stmt__text{display:flex;flex-direction:column;gap:clamp(1.1rem,3vw,1.75rem);min-width:0}.stmt__headgroup{display:flex;flex-direction:column;gap:.5rem;min-width:0}.stmt__vendor{font-size:11px;font-weight:500;letter-spacing:.16em;text-transform:uppercase;color:var(--stmt-muted)}.stmt__heading{font-family:var(--stmt-font-heading);font-size:min(var(--stmt-h-m),12vw);font-weight:900;line-height:var(--stmt-h-lh);letter-spacing:var(--stmt-h-ls);text-transform:uppercase;color:var(--stmt-heading-color);overflow-wrap:break-word;-webkit-hyphens:none;hyphens:none;text-wrap:balance}.stmt__prices{display:flex;align-items:baseline;flex-wrap:wrap;gap:.6em}.stmt__price{font-size:var(--stmt-price-size-m);font-weight:600;letter-spacing:.02em;color:var(--stmt-price-color);font-variant-numeric:tabular-nums}.stmt__compare{font-size:calc(var(--stmt-price-size-m) * .85);color:var(--stmt-muted);text-decoration:line-through;font-variant-numeric:tabular-nums}.stmt__badge{display:inline-flex;align-items:center;padding:.35em .7em;border-radius:999px;background:var(--stmt-accent);color:#fff;font-size:10px;font-weight:600;letter-spacing:.1em;text-transform:uppercase}.stmt__sku{font-size:11px;letter-spacing:.08em;color:var(--stmt-muted)}.stmt__desc{font-size:var(--stmt-desc-size-m);line-height:1.65;color:color-mix(in srgb,var(--stmt-text) 78%,transparent);max-width:52ch}.stmt__desc>*{margin:0 0 .6em}.stmt__desc>*:last-child{margin-bottom:0}.stmt__desc a{color:var(--stmt-text);text-underline-offset:2px}@supports (-webkit-line-clamp: 3){.stmt__desc:not([style*="--stmt-desc-lines: 0"]){display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:var(--stmt-desc-lines, 3);overflow:hidden}}.stmt__form{display:flex;flex-direction:column;gap:1.1rem;min-width:0}.stmt__options{display:flex;flex-direction:column;gap:.9rem}.stmt__option{border:0;margin:0;padding:0;min-width:0}.stmt__option-name{display:flex;gap:.5em;padding:0 0 .5rem;font-size:11px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--stmt-muted)}.stmt__option-value{color:var(--stmt-text);font-weight:500;letter-spacing:.06em}.stmt__swatches{display:flex;flex-wrap:wrap;gap:8px}.stmt__swatch{display:inline-flex;align-items:center;gap:.55em;min-height:40px;padding:0 16px;border:1px solid var(--stmt-line);border-radius:999px;color:var(--stmt-text);font-size:12px;font-weight:500;letter-spacing:.06em;cursor:pointer;-webkit-user-select:none;user-select:none;transition:border-color .2s ease,background-color .2s ease,color .2s ease}.stmt__swatch:hover{border-color:color-mix(in srgb,var(--stmt-text) 45%,transparent)}.stmt__swatch--dot:before{content:"";flex:0 0 auto;width:14px;height:14px;border-radius:50%;background:var(--sw, transparent);box-shadow:inset 0 0 0 1px #ffffff40}.stmt__swatch-input:checked+.stmt__swatch{background:var(--stmt-text);color:var(--stmt-bg);border-color:var(--stmt-text)}.stmt__swatch-input:focus-visible+.stmt__swatch{outline:2px solid var(--stmt-text);outline-offset:2px}.stmt__swatch[data-unavailable=true]{opacity:.35;text-decoration:line-through}.stmt__select{width:100%;min-height:44px;padding:0 40px 0 14px;border:1px solid var(--stmt-line);border-radius:10px;background-color:transparent;color:var(--stmt-text);font-family:inherit;font-size:13px;-webkit-appearance:none;appearance:none;background-repeat:no-repeat;background-position:right 14px center;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' fill='none'%3E%3Cpath d='M1 1.5 6 6.5l5-5' stroke='%23888' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E")}.stmt__select option{color:#111}.stmt__buy{display:flex;flex-wrap:wrap;align-items:center;gap:10px;min-width:0}.stmt__qty{display:inline-flex;align-items:center;height:var(--stmt-atc-h);border:1px solid var(--stmt-line);border-radius:var(--stmt-atc-radius);overflow:hidden}.stmt__qty-btn{width:40px;height:100%;border:0;background:transparent;color:var(--stmt-text);font-size:16px;line-height:1;cursor:pointer}.stmt__qty-btn:hover{background:color-mix(in srgb,var(--stmt-text) 10%,transparent)}.stmt__qty-input{width:44px;height:100%;border:0;background:transparent;color:var(--stmt-text);font-family:inherit;font-size:13px;text-align:center;-webkit-appearance:textfield;appearance:textfield}.stmt__qty-input::-webkit-outer-spin-button,.stmt__qty-input::-webkit-inner-spin-button{-webkit-appearance:none;appearance:none;margin:0}.stmt__atc{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:.6em;min-height:var(--stmt-atc-h);padding:0 28px;border:0;border-radius:var(--stmt-atc-radius);background:var(--stmt-atc-bg);color:var(--stmt-atc-text);font-family:inherit;font-size:var(--stmt-atc-size-m);font-weight:600;letter-spacing:.1em;text-transform:uppercase;cursor:pointer;transition:transform .2s ease,filter .2s ease,opacity .2s ease}.stmt__atc:hover:not(:disabled){transform:translateY(-2px);filter:brightness(.94)}.stmt__atc:focus-visible{outline:2px solid var(--stmt-text);outline-offset:3px}.stmt__atc:disabled{opacity:.45;cursor:not-allowed}.stmt__atc--full{flex:1 1 100%}.stmt__spinner{display:none;flex:0 0 auto;width:15px;height:15px;border-radius:50%;border:2px solid currentColor;border-top-color:transparent;animation:stmt-spin .7s linear infinite}.stmt__atc[aria-busy=true] .stmt__spinner{display:block}@keyframes stmt-spin{to{transform:rotate(360deg)}}.stmt__error{margin:0;font-size:12px;line-height:1.5;color:color-mix(in srgb,var(--stmt-accent) 75%,#fff)}.stmt__caption{margin-top:auto;font-size:var(--stmt-caption-size-m);letter-spacing:.14em;text-transform:uppercase;line-height:1.6;color:var(--stmt-muted)}.stmt__media{position:relative;display:flex;flex-direction:column;gap:12px;min-width:0}.stmt__frame{position:relative;flex:1 1 auto;min-width:0;min-height:0;overflow:hidden;border-radius:var(--stmt-media-radius-m);background:var(--stmt-media-bg);aspect-ratio:var(--stmt-ratio-m)}.stmt__img{display:block;width:100%;height:100%;object-fit:var(--stmt-fit);object-position:var(--stmt-pos);transition:transform .6s cubic-bezier(.2,.8,.2,1),opacity .3s ease}.stmt__img[data-loading=true]{opacity:.35}.stmt__img--placeholder{background:var(--stmt-media-bg);fill:color-mix(in srgb,var(--stmt-muted) 60%,transparent)}.stmt__media:hover .stmt__img{transform:scale(1.03)}.stmt__cta{display:inline-flex;align-items:center;justify-content:center;gap:.7em;min-height:44px;padding:.7em .7em .7em 1.35em;border-radius:var(--stmt-cta-radius);background:var(--stmt-cta-bg);color:var(--stmt-cta-text);font-size:var(--stmt-cta-size-m);font-weight:600;line-height:1;letter-spacing:.1em;text-transform:uppercase;text-decoration:none;transition:transform .25s ease,filter .25s ease}.stmt__cta-label{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.stmt__cta:hover{transform:translateY(-2px);filter:brightness(1.08)}.stmt__cta:focus-visible{outline:2px solid var(--stmt-cta-text);outline-offset:3px}.stmt__cta-icon{display:grid;place-items:center;flex:0 0 auto;width:2.1em;height:2.1em;border-radius:50%;background:var(--stmt-cta-text);color:var(--stmt-cta-bg)}.stmt__cta-icon svg{width:1.05em;height:1.05em}.stmt--cta-m-below .stmt__cta{width:100%}.stmt--cta-m-hidden .stmt__cta{display:none}.stmt--cta-m-overlay .stmt__media{display:block}.stmt--cta-m-overlay .stmt__cta{position:absolute;right:var(--stmt-cta-off-m);bottom:var(--stmt-cta-off-m);max-width:calc(100% - (var(--stmt-cta-off-m) * 2))}.stmt--mobile-media-first .stmt__media{order:-1}@media screen and (min-width:990px){.stmt{padding-block:var(--stmt-pt-d) var(--stmt-pb-d);padding-inline:var(--stmt-pl-d) var(--stmt-pr-d)}.stmt__card{row-gap:var(--stmt-gap-d);min-height:var(--stmt-minh-d);padding:var(--stmt-cpt-d) var(--stmt-cpr-d) var(--stmt-cpb-d) var(--stmt-cpl-d);border-radius:var(--stmt-radius-d)}.stmt__top{flex-wrap:nowrap;align-items:center}.stmt__index{white-space:nowrap}.stmt__body{grid-template-columns:minmax(0,var(--stmt-text-col)) minmax(0,var(--stmt-media-col));column-gap:var(--stmt-gap-d)}.stmt--reverse .stmt__text{order:2}.stmt--reverse .stmt__media{order:1}.stmt--mobile-media-first .stmt__media{order:0}.stmt__eyebrow{font-size:var(--stmt-eyebrow-size-d)}.stmt__index{font-size:var(--stmt-index-size-d)}.stmt__heading{font-size:min(var(--stmt-h-d),7.2vw)}.stmt__price{font-size:var(--stmt-price-size-d)}.stmt__compare{font-size:calc(var(--stmt-price-size-d) * .85)}.stmt__desc{font-size:var(--stmt-desc-size-d)}.stmt__caption{font-size:var(--stmt-caption-size-d)}.stmt__atc{font-size:var(--stmt-atc-size-d)}.stmt__cta{font-size:var(--stmt-cta-size-d)}.stmt__frame{border-radius:var(--stmt-media-radius-d);aspect-ratio:var(--stmt-ratio)}.stmt--cta-d-hidden .stmt__cta{display:none}.stmt--cta-d-below .stmt__media{display:flex}.stmt--cta-d-below .stmt__cta{position:static;width:auto;max-width:none;align-self:flex-end}.stmt--cta-d-overlay .stmt__media{display:block}.stmt--cta-d-overlay .stmt__cta{position:absolute;right:var(--stmt-cta-off-d);bottom:var(--stmt-cta-off-d);width:auto;max-width:calc(100% - (var(--stmt-cta-off-d) * 2))}}@media(prefers-reduced-motion:reduce){.stmt__img,.stmt__cta,.stmt__atc{transition:none}.stmt__media:hover .stmt__img{transform:none}.stmt__spinner{animation-duration:2s}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/section-statement-graphics.css.map */
