.estoria-brand{padding:var(--brand-top) 0 var(--brand-bottom)}.estoria-brand__header{display:flex;align-items:end;justify-content:space-between;gap:3rem;margin-bottom:3.2rem}.estoria-brand__header h2{margin:0;max-width:60rem;overflow-wrap:anywhere}.estoria-brand__header .rte{max-width:46rem;font-size:1.6rem}.estoria-brand__header p{margin:0}.estoria-brand__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-template-rows:repeat(2,minmax(0,1fr));gap:var(--brand-gap);min-height:40rem;height:var(--brand-height)}.estoria-brand__tile{position:relative;min-width:0;min-height:0;overflow:hidden;border-radius:var(--brand-radius);background:var(--tile-background);color:var(--tile-color)}.estoria-brand__tile:first-child{grid-column:span 2;grid-row:span 2}.estoria-brand__tile:last-child{grid-column:span 2}.estoria-brand__grid[data-count="1"] .estoria-brand__tile{grid-column:1 / -1}.estoria-brand__grid[data-count="2"] .estoria-brand__tile{grid-column:span 2;grid-row:span 2}.estoria-brand__grid[data-count="3"] .estoria-brand__tile:not(:first-child){grid-column:span 2}.estoria-brand__media{display:flex;width:100%;height:100%}.estoria-brand__media img{display:block;width:100%;height:100%;min-width:0;object-fit:var(--tile-fit);transition:transform .35s ease}.estoria-brand__tile--pair .estoria-brand__media{align-items:center;gap:.8rem;padding:1.6rem 3.2rem 6rem}.estoria-brand__tile--pair .estoria-brand__media img{width:calc(50% - .4rem);object-fit:contain}.estoria-brand__tile:after{content:"";position:absolute;top:25%;right:0;bottom:0;left:0;background:linear-gradient(transparent,rgba(15,10,7,var(--tile-overlay)));pointer-events:none}.estoria-brand__caption{position:absolute;z-index:1;inset:auto 2.8rem 2.8rem;padding-right:2.8rem;pointer-events:none}.estoria-brand__caption h3{margin:0;color:inherit;font-family:var(--font-body-family);font-size:2.4rem;line-height:1.15;font-weight:700;letter-spacing:0;overflow-wrap:anywhere;text-wrap:balance}.estoria-brand__tile:first-child .estoria-brand__caption h3{font-size:3.6rem}.estoria-brand__caption p{max-width:40rem;margin:1rem 0 0;font-size:1.5rem;line-height:1.6;letter-spacing:0}.estoria-brand__caption .svg-wrapper{position:absolute;bottom:.2rem;right:0;width:2rem}.estoria-brand__link{position:absolute;z-index:2;top:0;right:0;bottom:0;left:0;border-radius:inherit}.estoria-brand__link:focus-visible{outline:3px solid var(--tile-color);outline-offset:-6px}@media(hover:hover)and (prefers-reduced-motion:no-preference){.estoria-brand__tile:has(.estoria-brand__link):hover img{transform:scale(1.025)}}@media screen and (max-width:989px){.estoria-brand__caption{inset:auto 1.8rem 1.8rem;padding-right:2rem}.estoria-brand__caption h3{font-size:2rem}.estoria-brand__tile:first-child .estoria-brand__caption h3{font-size:3rem}}@media screen and (max-width:749px){.estoria-brand{padding-top:calc(var(--brand-top) * .6);padding-bottom:calc(var(--brand-bottom) * .6)}.estoria-brand__header{display:block;margin-bottom:2.4rem}.estoria-brand__header .rte{margin-top:1.6rem}.estoria-brand__grid{height:auto;min-height:0;grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:none;gap:min(var(--brand-gap),1.6rem)}.estoria-brand__tile{aspect-ratio:.75}.estoria-brand__tile:first-child,.estoria-brand__grid[data-count="2"] .estoria-brand__tile{grid-column:span 2;grid-row:auto;aspect-ratio:.9}.estoria-brand__tile:last-child:not(:first-child){aspect-ratio:1.3}.estoria-brand__grid[data-count="3"] .estoria-brand__tile:not(:first-child){grid-column:auto;aspect-ratio:.75}.estoria-brand__caption{inset:auto 1.6rem 1.8rem}.estoria-brand__caption h3{font-size:1.8rem}.estoria-brand__tile:first-child .estoria-brand__caption h3{font-size:2.8rem}.estoria-brand__caption p{font-size:1.4rem}.estoria-brand__tile--pair .estoria-brand__media{padding:1rem 1.6rem 6rem}}@media(prefers-reduced-motion:reduce){.estoria-brand__media img{transition:none}}.estoria-gallery{padding:var(--gallery-top) 0 var(--gallery-bottom)}.estoria-gallery__heading{display:flex;justify-content:space-between;align-items:end;gap:2.4rem;margin-bottom:3.2rem}.estoria-gallery__heading h2{margin:0;overflow-wrap:anywhere}.estoria-gallery__eyebrow{margin:0 0 1rem;font-size:1.3rem;letter-spacing:0}.estoria-gallery__intro{max-width:34rem;font-size:1.5rem}.estoria-gallery__intro p{margin:0}.estoria-gallery__grid{display:grid;grid-template-columns:repeat(var(--gallery-columns),minmax(0,1fr));gap:2.4rem}.estoria-gallery__tile{display:block;min-width:0;color:rgb(var(--color-foreground));text-decoration:none}.estoria-gallery__media{aspect-ratio:var(--gallery-ratio);overflow:hidden;background:rgba(var(--color-foreground),.04);border-radius:var(--gallery-radius)}.estoria-gallery__image,.estoria-gallery__media svg{display:block;width:100%;height:100%;object-fit:var(--gallery-fit)}.estoria-gallery__image{transition:transform .3s ease}.estoria-gallery__caption{display:flex;align-items:center;justify-content:space-between;gap:1.6rem;padding-top:1.6rem}.estoria-gallery__caption h3{font-size:2.2rem;margin:0;overflow-wrap:anywhere}.estoria-gallery__caption p{margin:.5rem 0 0;font-size:1.4rem}.estoria-gallery__caption .svg-wrapper{flex:0 0 2rem}.estoria-gallery__tile:focus-visible,.estoria-gallery__grid:focus-visible{outline:2px solid currentColor;outline-offset:5px}.estoria-gallery--overlay .estoria-gallery__tile{position:relative;overflow:hidden;border-radius:var(--gallery-radius);background:var(--tile-background);color:#fff}.estoria-gallery--overlay .estoria-gallery__media{background:transparent}.estoria-gallery--overlay .estoria-gallery__image{padding:2rem 1.6rem 6.8rem;transform:scale(var(--gallery-image-scale))}.estoria-gallery--overlay .estoria-gallery__tile:after{content:"";position:absolute;top:65%;right:0;bottom:0;left:0;background:linear-gradient(transparent,#140c0880);pointer-events:none}.estoria-gallery--overlay .estoria-gallery__caption{position:absolute;z-index:1;inset:auto 2.4rem 2.4rem;justify-content:flex-start;gap:1.6rem;padding:0}.estoria-gallery--overlay .estoria-gallery__caption h3{color:inherit;font-family:var(--font-body-family);font-size:2.2rem;line-height:1.2;font-weight:700;letter-spacing:0}.estoria-gallery--overlay .estoria-gallery__caption p{color:inherit}.estoria-gallery--overlay .estoria-gallery__caption .svg-wrapper{flex-basis:1.3rem;width:1.3rem;height:1.3rem;transform:rotate(-90deg)}@media(hover:hover)and (prefers-reduced-motion:no-preference){.estoria-gallery__tile:hover .estoria-gallery__image{transform:scale(1.025)}.estoria-gallery--overlay .estoria-gallery__tile:hover .estoria-gallery__image{transform:scale(calc(var(--gallery-image-scale) * 1.025))}}@media screen and (max-width:989px){.estoria-gallery__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media screen and (max-width:749px){.estoria-gallery{padding-top:calc(var(--gallery-top) * .65);padding-bottom:calc(var(--gallery-bottom) * .65)}.estoria-gallery__heading{display:block;margin-bottom:2.4rem}.estoria-gallery__intro{margin-top:1.6rem}.estoria-gallery__grid{gap:1.6rem}.estoria-gallery__grid--swipe{display:grid;grid-auto-flow:column;grid-template-columns:none;grid-auto-columns:82%;overflow-x:auto;overscroll-behavior-x:contain;scroll-snap-type:x mandatory;padding:.5rem 0 1.6rem;scrollbar-width:thin}.estoria-gallery__grid--swipe .estoria-gallery__tile{scroll-snap-align:start}.estoria-gallery__caption h3{font-size:1.9rem}.estoria-gallery__caption p{font-size:1.3rem}.estoria-gallery--overlay .estoria-gallery__caption{inset:auto 1.4rem 1.6rem;gap:.8rem}.estoria-gallery--overlay .estoria-gallery__caption h3{font-size:1.8rem}.estoria-gallery--overlay .estoria-gallery__image{padding:1.2rem .8rem 6rem}}@media(prefers-reduced-motion:reduce){.estoria-gallery__image{transition:none}}estoria-review-loop{display:block}estoria-review-loop.is-looping{overflow:hidden}.is-looping .estoria-comment-bank{overflow:visible;padding-inline:0;scroll-snap-type:none;scroll-behavior:auto;touch-action:pan-y pinch-zoom}.is-looping .estoria-comment:last-child{width:100%;margin-inline-end:var(--comments-card-gap)}.estoria-comment-bank{display:grid;grid-auto-flow:column;grid-auto-columns:min(var(--comments-card-width),calc((100vw - 10rem)/4));gap:var(--comments-card-gap);width:100%;padding:0;overflow-x:auto;overscroll-behavior-inline:contain;scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:none}.estoria-comment-bank::-webkit-scrollbar{display:none}.estoria-comment:focus-visible{outline:2px solid var(--comments-accent);outline-offset:5px}.estoria-comment{display:flex;flex-direction:column;min-width:0;height:auto;margin:0;overflow:hidden;scroll-snap-align:start;border-radius:var(--comments-card-radius);background:var(--comments-card-background);color:var(--comments-card-text);text-align:left}.estoria-comment[aria-current=true]{box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--comments-accent) 70%,transparent)}.estoria-comment__media{flex:0 0 auto;aspect-ratio:1 / 1;overflow:hidden;background:color-mix(in srgb,var(--comments-card-background) 86%,#000)}.estoria-comment__media img{display:block;width:100%;height:100%;object-fit:cover}.estoria-comment__content{display:flex;flex:0 0 32rem;flex-direction:column;min-height:0;padding:2rem}.estoria-comment__stars{display:flex;justify-content:flex-start;gap:.2rem;color:var(--comments-accent);font-size:1.7rem;line-height:1;margin-bottom:1.4rem}.estoria-comment__copy{flex:1 1 auto;min-height:0;overflow-y:auto;scrollbar-width:thin;scrollbar-color:color-mix(in srgb,currentColor 32%,transparent) transparent}.estoria-comment h3{margin:0 0 1.2rem;color:inherit;font-family:var(--font-body-family);font-size:1.8rem;line-height:1.35;font-weight:700;letter-spacing:0;overflow-wrap:anywhere}.estoria-comment blockquote{margin:0;padding:0;border:0;font-style:normal;color:inherit}.estoria-comment blockquote p{margin:0;font-size:min(var(--comments-size),1.8rem);line-height:1.55;letter-spacing:0;overflow-wrap:anywhere}.estoria-comment__attribution{display:flex;justify-content:flex-start;align-items:center;flex-wrap:wrap;column-gap:1.2rem;row-gap:.4rem;margin-top:1.6rem;font-size:13px;line-height:1.5}.estoria-comment cite{font-style:normal;font-weight:700}.estoria-comment__attribution span{opacity:.75}.estoria-comment__product{display:inline-block;width:fit-content;margin-top:.8rem;color:inherit;font-size:13px;text-underline-offset:.4rem}.estoria-comment__reply{margin:1.6rem 0 0;padding-top:1.4rem;border-top:1px solid color-mix(in srgb,currentColor 20%,transparent);font-size:1.3rem;line-height:1.55}.estoria-comment__reply p{margin:.5rem 0 0}.estoria-comment__reply-author{font-size:1.1rem;font-weight:700}.estoria-comment__helpful{display:block;width:fit-content;position:relative;margin:1.2rem 0 0;font-size:14px}.estoria-comment__helpful button{display:inline-flex;align-items:center;justify-content:center;gap:.8rem;min-height:4.4rem;padding:.8rem 1.2rem;border:1px solid currentColor;border-radius:4px;color:inherit;background:transparent;font:inherit;cursor:pointer}.estoria-comment__helpful button[aria-pressed=true]{color:var(--comments-background);background:var(--comments-accent);border-color:var(--comments-accent)}.estoria-comment__helpful button:disabled{cursor:default;opacity:.65}.estoria-comment__helpful button:focus-visible{outline:2px solid var(--comments-accent);outline-offset:4px}.estoria-comment__helpful svg{flex:0 0 20px}.estoria-comment__helpful [data-helpful-count]{min-width:3ch;font-variant-numeric:tabular-nums}.estoria-review-actions__note{position:absolute;z-index:2;bottom:calc(100% + 8px);left:50%;transform:translate(-50%);width:max-content;max-width:min(28rem,calc(100vw - 3rem));padding:.8rem 1rem;border-radius:4px;background:var(--comments-text);color:var(--comments-background);font-size:1.2rem;line-height:1.5;visibility:hidden;overflow-wrap:anywhere}.estoria-comment__helpful:hover .estoria-review-actions__note,.estoria-comment__helpful:focus-within .estoria-review-actions__note{visibility:visible}@media screen and (max-width:749px){.is-looping .estoria-comment:last-child{margin-inline-end:1.4rem}.estoria-comment-bank{grid-auto-columns:min(76vw,28rem,var(--comments-card-width));gap:1.4rem;padding-inline:1.6rem;scroll-padding-inline:1.6rem}.estoria-comment__content{flex-basis:28rem;padding:1.4rem}.estoria-comment__stars{font-size:1.5rem;margin-bottom:1rem}.estoria-comment h3{font-size:1.6rem;margin-bottom:.8rem}.estoria-comment blockquote p{font-size:min(var(--comments-mobile-size),1.6rem);line-height:1.55}.estoria-comment__attribution{margin-top:1rem}.estoria-comment__product{margin-top:.4rem}.estoria-comment__helpful{margin-top:.8rem}}@media(prefers-reduced-motion:reduce){.estoria-comment-bank{scroll-behavior:auto}}estoria-comments{display:block;position:relative;padding:var(--comments-top) 0 var(--comments-bottom);overflow:hidden;background:var(--comments-background, #432511);color:var(--comments-text, #fff)}estoria-comments[hidden],estoria-comments [hidden]{display:none!important}.estoria-comment-controls{text-align:center}estoria-review-summary{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:.8rem;margin-bottom:2.4rem;font-size:1.6rem;line-height:1.5;letter-spacing:0}.estoria-review-summary__stars{display:inline-flex;gap:.2rem;color:var(--comments-accent);font-family:Arial,sans-serif;line-height:1}estoria-review-summary [data-summary-count]{overflow-wrap:anywhere}.estoria-comment-controls h2:not(.visually-hidden){color:inherit;margin:0 0 24px;font-size:var(--comments-heading-size, 40px);line-height:1.2;letter-spacing:0;text-align:center;overflow-wrap:anywhere}.estoria-comment-controls__heading{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:1rem 2.4rem;margin-bottom:2.4rem}.estoria-comment-controls__heading h2:not(.visually-hidden){margin:0}.estoria-comment-controls__image-note{max-width:44rem;margin:0;color:inherit;font-size:var(--comments-image-note-size, 14px);line-height:1.5;letter-spacing:0;text-align:left;overflow-wrap:anywhere}.estoria-comment-controls__toolbar{display:flex;justify-content:center;align-items:center;gap:2.4rem;margin:0 auto 3.6rem;max-width:96rem}estoria-comments[data-product-comments] .estoria-comment-controls__toolbar{height:0;margin-bottom:0}.estoria-comment-controls select{min-width:0;max-width:min(60%,24rem);min-height:4.4rem;padding:.5rem 2rem .5rem .5rem;background:var(--comments-background);color:inherit;border:0;border-bottom:1px solid currentColor;border-radius:0;font:inherit;font-size:1.4rem;letter-spacing:0}.estoria-comment-controls__count{min-width:5.6rem;flex-shrink:0;white-space:nowrap;font-size:1.3rem;font-variant-numeric:tabular-nums;opacity:.75}.estoria-comment-controls button:focus-visible,.estoria-comment-controls select:focus-visible{outline:2px solid var(--comments-accent);outline-offset:5px}@media screen and (max-width:749px){.estoria-comment-controls__heading{flex-direction:column}.estoria-comment-controls__image-note{text-align:center;font-size:var(--comments-image-note-mobile-size, 14px)}.estoria-comment-controls h2:not(.visually-hidden){font-size:var(--comments-heading-mobile-size, 28px)}estoria-comments{padding-top:calc(var(--comments-top) * .65);padding-bottom:calc(var(--comments-bottom) * .65)}.estoria-comment-controls__toolbar{gap:1.2rem;margin-bottom:2.8rem;justify-content:space-between}.estoria-comment-controls select{max-width:45%;font-size:1.3rem}estoria-comments[data-product-comments] .estoria-comment-controls__toolbar{margin-bottom:0}}.estoria-hero-wave{display:block;position:relative;color:var(--estoria-hero-text);background:var(--estoria-wave-foreground);overflow:hidden;overflow:clip;isolation:isolate}.estoria-hero-wave__stage{position:relative;display:grid;min-height:min(var(--estoria-hero-height-desktop),calc(100dvh - 22rem));background:var(--estoria-wave-foreground)}.estoria-hero-wave__media,.estoria-hero-wave__overlay{position:absolute;top:0;right:0;bottom:0;left:0}.estoria-hero-wave__media{z-index:0;background:var(--estoria-wave-foreground)}.estoria-hero-wave__poster,.estoria-hero-wave__media-element,.estoria-hero-wave__placeholder{position:absolute;top:0;right:0;bottom:0;left:0;display:block;width:100%;height:100%}.estoria-hero-wave__media-element,.estoria-hero-wave__placeholder{object-fit:cover;object-position:var(--estoria-media-position)}video.estoria-hero-wave__media-element{z-index:1}video.estoria-hero-wave__media-element:not([data-ready]){opacity:0}.estoria-hero-wave__media-element--mobile{display:none}.estoria-hero-wave .estoria-hero-wave__overlay{display:block;z-index:2;background:var(--estoria-hero-overlay);opacity:var(--estoria-hero-overlay-opacity);pointer-events:none}.estoria-hero-wave .estoria-hero-wave__content-shell{position:relative;z-index:3;display:flex;width:100%;min-height:inherit;box-sizing:border-box;justify-content:center;padding-top:max(var(--estoria-hero-padding-top),var(--estoria-header-clearance, 0px));padding-bottom:calc(var(--estoria-hero-padding-bottom) + var(--estoria-wave-clearance-desktop))}.estoria-hero-wave--position-top .estoria-hero-wave__content-shell{align-items:flex-start}.estoria-hero-wave--position-center .estoria-hero-wave__content-shell{align-items:center}.estoria-hero-wave--position-bottom .estoria-hero-wave__content-shell{align-items:flex-end}.estoria-hero-wave__content{width:min(100%,var(--estoria-hero-content-width));color:inherit}.estoria-hero-wave--align-left .estoria-hero-wave__content{margin-right:auto;text-align:left}.estoria-hero-wave--align-center .estoria-hero-wave__content{margin-right:auto;margin-left:auto;text-align:center}.estoria-hero-wave--align-right .estoria-hero-wave__content{margin-left:auto;text-align:right}.estoria-hero-wave__eyebrow{margin:0 0 1.4rem;color:inherit;font-size:1.1rem;font-weight:600;line-height:1.3;letter-spacing:0;text-transform:uppercase}.estoria-hero-wave__heading{margin:0;color:inherit;font-family:var(--estoria-hero-font-family);font-size:var(--estoria-hero-heading-desktop);font-style:var(--estoria-hero-font-style);font-weight:var(--estoria-hero-font-weight);line-height:1.06;letter-spacing:0;overflow-wrap:anywhere}.estoria-hero-wave__heading>span{display:block}.estoria-hero-wave__heading-accent{padding-bottom:.08em;color:var(--estoria-hero-accent);font-style:italic;line-height:1.12}.estoria-hero-wave__text{max-width:56rem;margin-top:1.6rem;color:inherit;font-size:1.6rem;line-height:1.55}.estoria-hero-wave--align-center .estoria-hero-wave__text{margin-right:auto;margin-left:auto}.estoria-hero-wave--align-right .estoria-hero-wave__text{margin-left:auto}.estoria-hero-wave__text>:first-child{margin-top:0}.estoria-hero-wave__text>:last-child{margin-bottom:0}.estoria-hero-wave__button-wrap{margin-top:2.4rem}.estoria-hero-wave__button{display:inline-flex;min-width:20rem;max-width:100%;min-height:4.8rem;box-sizing:border-box;align-items:center;justify-content:center;gap:1.2rem;padding:1.2rem 2.8rem;color:var(--estoria-hero-button-text);background:var(--estoria-hero-button-background);border:1px solid var(--estoria-hero-button-border);border-radius:2px;font-size:1.2rem;font-weight:600;line-height:1.2;letter-spacing:0;text-align:center;text-decoration:none;white-space:normal;overflow-wrap:anywhere;transition:filter .18s ease,transform .18s ease}.estoria-hero-wave__button:hover{filter:brightness(.92)}.estoria-hero-wave__button-icon{display:inline-flex;flex:0 0 1.4rem;width:1.4rem;height:1.4rem}.estoria-hero-wave__button-icon svg{width:100%;height:100%}.estoria-hero-wave__button:active{transform:translateY(1px)}.estoria-hero-wave__button:focus-visible{outline:2px solid currentColor;outline-offset:4px}.estoria-hero-wave__video-toggle{position:absolute;z-index:5;right:1.6rem;bottom:1.6rem;display:grid;width:4.4rem;height:4.4rem;place-items:center;padding:0;border:1px solid currentColor;border-radius:50%;color:var(--estoria-hero-text);background:#00000026;font-size:1.3rem;letter-spacing:0;cursor:pointer}.estoria-hero-wave__video-toggle:focus-visible{outline:2px solid currentColor;outline-offset:4px}.estoria-hero-wave__video-toggle[hidden],.estoria-hero-wave__video-toggle [hidden]{display:none}.estoria-hero-wave__wave{position:absolute;z-index:4;right:0;bottom:calc(-1px - var(--estoria-wave-overlap));left:0;height:var(--estoria-wave-height-desktop);pointer-events:none}.estoria-hero-wave__wave-svg{display:block;width:100%;height:100%;transform:scaleY(var(--estoria-wave-depth));transform-origin:bottom}.estoria-hero-wave__wave--mobile{display:none}.estoria-hero-wave .estoria-hero-wave__transition{display:block;height:var(--estoria-transition-height);background:var(--estoria-wave-foreground)}.estoria-hero-wave--without-wave .estoria-hero-wave__content-shell{padding-bottom:var(--estoria-hero-padding-bottom)}@media(max-width:749px){.estoria-hero-wave__stage{min-height:min(var(--estoria-hero-height-mobile),calc(100dvh - 14rem))}.estoria-hero-wave .estoria-hero-wave__content-shell{padding-top:max(var(--estoria-hero-mobile-padding-top),var(--estoria-header-clearance, 0px));padding-right:1.6rem;padding-bottom:calc(var(--estoria-hero-mobile-padding-bottom) + var(--estoria-wave-clearance-mobile));padding-left:1.6rem}.estoria-hero-wave__heading{font-size:var(--estoria-hero-heading-mobile);line-height:1.08}.estoria-hero-wave__text{font-size:1.5rem}.estoria-hero-wave__button{min-width:min(100%,22rem);padding-right:2.2rem;padding-left:2.2rem}.estoria-hero-wave__wave{height:var(--estoria-wave-height-mobile)}.estoria-hero-wave__wave--desktop{display:none}.estoria-hero-wave__wave--mobile{display:block}.estoria-hero-wave--has-mobile-video .estoria-hero-wave__media-element--desktop{display:none}.estoria-hero-wave--has-mobile-video .estoria-hero-wave__media-element--mobile{display:block}.estoria-hero-wave--without-wave .estoria-hero-wave__content-shell{padding-bottom:var(--estoria-hero-mobile-padding-bottom)}}@media(prefers-reduced-motion:reduce){.estoria-hero-wave video.estoria-hero-wave__media-element{display:none}.estoria-hero-wave__button{transition:none}}@media(min-width:750px)and (max-height:800px){.estoria-hero-wave__heading{font-size:min(var(--estoria-hero-heading-desktop),4.8rem)}}@media(max-width:749px)and (max-height:640px){.estoria-hero-wave__text{font-size:1.4rem;line-height:1.45}}.estoria-marquee{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;box-sizing:border-box;width:100%;max-width:100%;padding:var(--marquee-top) 0 var(--marquee-bottom);color:var(--marquee-text);background:var(--marquee-background)}.estoria-marquee__viewport{min-width:0;overflow:hidden}.estoria-marquee__track{width:100%;direction:ltr}.estoria-marquee__group{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;box-sizing:border-box;gap:.25em var(--marquee-gap);font-family:Arial,Helvetica,sans-serif;font-size:var(--marquee-font-size);font-weight:800;line-height:1.15;letter-spacing:0}.estoria-marquee__word{min-width:0;max-width:100%;overflow-wrap:anywhere}.estoria-marquee__word:nth-child(2n){color:var(--marquee-alternate)}.estoria-marquee [data-marquee-duplicate],.estoria-marquee [hidden]{display:none}.estoria-marquee[data-animated=true] .estoria-marquee__track{display:flex;width:max-content;animation:estoria-marquee-scroll var(--marquee-duration) linear infinite}.estoria-marquee[data-animated=true] .estoria-marquee__group{display:flex;flex:0 0 auto;flex-wrap:nowrap;justify-content:space-around;width:max-content;min-width:var(--marquee-min-width);padding-right:var(--marquee-gap)}.estoria-marquee[data-animated=true] .estoria-marquee__word{flex:0 0 auto;max-width:none;white-space:nowrap}.estoria-marquee[data-direction=right] .estoria-marquee__track{animation-direction:reverse}.estoria-marquee[data-paused=true] .estoria-marquee__track{animation-play-state:paused}.estoria-marquee__toggle{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;min-width:44px;min-height:44px;width:44px;height:44px;margin:0 12px;padding:12px;border:1px solid currentColor;border-radius:50%;color:var(--marquee-text);background:var(--marquee-background);cursor:pointer}.estoria-marquee__toggle .svg-wrapper{width:16px;height:16px}.estoria-marquee__toggle:focus-visible{outline:2px solid currentColor;outline-offset:3px}@keyframes estoria-marquee-scroll{0%{transform:translateZ(0)}to{transform:translate3d(calc(-1 * var(--marquee-distance)),0,0)}}@media screen and (max-width:749px){.estoria-marquee{padding-top:var(--marquee-mobile-top);padding-bottom:var(--marquee-mobile-bottom)}.estoria-marquee__group{font-size:var(--marquee-mobile-font-size);column-gap:var(--marquee-mobile-gap)}.estoria-marquee[data-animated=true] .estoria-marquee__group{padding-right:var(--marquee-mobile-gap)}}@media(prefers-reduced-motion:reduce){.estoria-marquee[data-animated=true] .estoria-marquee__track{display:block;width:100%;animation:none;transform:none}.estoria-marquee[data-animated=true] .estoria-marquee__group{flex-wrap:wrap;justify-content:center;width:auto;min-width:0;padding-right:0}.estoria-marquee[data-animated=true] .estoria-marquee__word{flex:0 1 auto;max-width:100%;white-space:normal}.estoria-marquee[data-animated=true] [data-marquee-duplicate],.estoria-marquee .estoria-marquee__toggle{display:none}}.estoria-promise{display:block;box-sizing:border-box;width:100%;max-width:100%;padding:var(--promise-top) 0 var(--promise-bottom);color:var(--promise-text);background:var(--promise-background);letter-spacing:0;overflow:hidden}.estoria-promise__header{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,.72fr);gap:32px 64px;align-items:end;margin-bottom:54px}.estoria-promise__eyebrow{grid-column:1 / -1;margin:0 0 -12px;color:var(--promise-accent);font-size:11px;font-weight:600;line-height:1.5;text-transform:uppercase}.estoria-promise__heading{max-width:680px;margin:0;color:inherit;font-size:44px;line-height:1.14;letter-spacing:0;overflow-wrap:anywhere}.estoria-promise__intro{max-width:520px;margin:0;font-size:16px;line-height:1.7;opacity:.8;overflow-wrap:anywhere}.estoria-promise__list{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;margin:0;padding:0;border-top:1px solid color-mix(in srgb,var(--promise-accent) 58%,transparent);list-style:none}.estoria-promise__item{min-width:0;padding:28px 28px 4px;border-left:1px solid color-mix(in srgb,var(--promise-accent) 38%,transparent)}.estoria-promise__item:first-child{border-left:0;padding-left:0}.estoria-promise__item:last-child{padding-right:0}.estoria-promise__number{display:block;margin-bottom:30px;color:var(--promise-accent);font-family:var(--font-heading-family);font-size:22px;line-height:1}.estoria-promise__item h3{margin:0 0 12px;color:inherit;font-family:var(--font-body-family);font-size:16px;font-weight:700;line-height:1.35;letter-spacing:0;overflow-wrap:anywhere}.estoria-promise__item p{margin:0;font-size:14px;line-height:1.7;opacity:.76;overflow-wrap:anywhere}.estoria-promise__link{display:inline-flex;align-items:center;gap:10px;margin-top:20px;color:inherit;font-size:13px;font-weight:600;text-decoration-thickness:1px;text-underline-offset:5px}.estoria-promise__link .svg-wrapper{width:15px;height:15px}.estoria-promise__link:focus-visible{outline:2px solid var(--promise-accent);outline-offset:5px}@media screen and (max-width:989px){.estoria-promise__header{grid-template-columns:minmax(0,1fr);gap:20px}.estoria-promise__eyebrow{margin-bottom:0}.estoria-promise__list{grid-template-columns:repeat(2,minmax(0,1fr))}.estoria-promise__item{padding:28px;border-bottom:1px solid color-mix(in srgb,var(--promise-accent) 38%,transparent)}.estoria-promise__item:nth-child(odd){padding-left:0;border-left:0}.estoria-promise__item:nth-child(2n){padding-right:0}.estoria-promise__item:nth-last-child(-n+2){border-bottom:0}}@media screen and (max-width:749px){.estoria-promise{padding-top:calc(var(--promise-top) * .68);padding-bottom:calc(var(--promise-bottom) * .68)}.estoria-promise__header{margin-bottom:36px}.estoria-promise__heading{font-size:34px}.estoria-promise__intro{font-size:15px}.estoria-promise__list{grid-template-columns:minmax(0,1fr)}.estoria-promise__item,.estoria-promise__item:first-child,.estoria-promise__item:last-child,.estoria-promise__item:nth-child(odd),.estoria-promise__item:nth-child(2n){padding:24px 0;border-left:0;border-bottom:1px solid color-mix(in srgb,var(--promise-accent) 38%,transparent)}.estoria-promise__item:last-child{border-bottom:0;padding-bottom:0}.estoria-promise__number{margin-bottom:16px}}@supports not (color: color-mix(in srgb,white,black)){.estoria-promise__list,.estoria-promise__item{border-color:var(--promise-accent)}}.estoria-reels{display:block;background:var(--reels-background);color:var(--reels-text);padding:var(--reels-top) 0 var(--reels-bottom)}.estoria-reels .page-width.estoria-reels__full-width{width:100%;max-width:none;padding-inline:0}.estoria-reels__full-width .estoria-reels__heading{padding-inline:20px}.estoria-reels__heading{text-align:center;margin-bottom:36px}.estoria-reels__heading p{font-size:12px;margin:0 0 12px;letter-spacing:0}.estoria-reels__heading h2{font-size:44px;line-height:1.15;color:inherit;margin:0;letter-spacing:0;overflow-wrap:anywhere}.estoria-reels__slider{display:block}.estoria-reels__viewport.is-carousel{overflow:hidden}.estoria-reels__viewport.is-carousel .estoria-reels__track{overflow:visible;scroll-snap-type:none;touch-action:pan-y pinch-zoom}.is-carousel .estoria-reels__item:last-child{width:100%;margin-inline-end:var(--reels-gap)}.estoria-reels__track{position:relative;display:grid;grid-auto-flow:column;grid-auto-columns:calc((100% - (var(--reels-columns) - 1) * var(--reels-gap)) / var(--reels-columns));gap:var(--reels-gap);overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:none;list-style:none;margin:0;padding:4px 0}.estoria-reels__full-width .estoria-reels__track{grid-auto-columns:min(var(--reels-card-width),calc((100% - 30px)*.78))}.estoria-reels__full-width .estoria-reels__item{scroll-snap-align:center}.estoria-reels__track::-webkit-scrollbar{display:none}.estoria-reels__item{min-width:0;scroll-snap-align:start}.estoria-reels__media{aspect-ratio:9 / 16;border-radius:var(--reels-radius);overflow:hidden;background:#24180f}.estoria-reels__media video,.estoria-reels__media img{display:block;width:100%;height:100%;object-fit:cover}.estoria-reels__media .placeholder-svg{display:block;width:100%;height:100%;padding:28%;color:#ffffff8c;fill:currentColor}.estoria-reels__label{display:flex;justify-content:space-between;align-items:center;gap:16px;color:inherit;text-decoration:none;font-size:16px;line-height:1.5;margin:0;padding:16px 4px 4px;overflow-wrap:anywhere}.estoria-reels__label:hover{text-decoration:underline;text-underline-offset:4px}.estoria-reels__label .svg-wrapper{flex:0 0 20px}.estoria-reels__navigation{display:flex;justify-content:center;gap:12px;margin-top:24px}.estoria-reels__navigation button{display:grid;place-items:center;width:44px;height:44px;border-radius:50%;color:inherit;border:1px solid currentColor;background:transparent;cursor:pointer}.estoria-reels__navigation button:disabled{opacity:.35;cursor:default}.estoria-reels__navigation .svg-wrapper{width:12px;height:12px}.estoria-reels__navigation button[name=previous] svg{transform:rotate(90deg)}.estoria-reels__navigation button[name=next] svg{transform:rotate(-90deg)}@media screen and (min-width:990px){.estoria-reels__slider[data-static-desktop] .estoria-reels__navigation{display:none}.estoria-reels__navigation:has(button[name=previous]:disabled):has(button[name=next]:disabled){display:none}}@media screen and (max-width:989px){.estoria-reels__track{grid-auto-columns:calc((100% - var(--reels-gap)) / 2)}}@media screen and (max-width:749px){.estoria-reels{padding-top:calc(var(--reels-top) * .65);padding-bottom:calc(var(--reels-bottom) * .65)}.estoria-reels__heading{margin-bottom:24px}.estoria-reels__heading h2{font-size:32px}.estoria-reels__track{grid-auto-columns:78%;gap:14px}.is-carousel .estoria-reels__item:last-child{margin-inline-end:14px}}@media(prefers-reduced-motion:reduce){.estoria-reels__track{scroll-behavior:auto}}@media screen and (max-width:749px){.footer.footer--estoria-compact .footer__content-top{padding:0 24px 24px}.footer.footer--estoria-compact .footer__blocks-wrapper{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:28px 20px;margin:0}.footer.footer--estoria-compact .footer-block.grid__item{width:auto;max-width:none;min-width:0;margin:0;padding:0;text-align:left}.footer.footer--estoria-compact .footer-block--brand_information,.footer.footer--estoria-compact .footer-block--image{grid-column:1 / -1}.footer.footer--estoria-compact .footer-block__brand-info{text-align:left}.footer.footer--estoria-compact .footer-block__heading{margin:0 0 12px}.footer.footer--estoria-compact .footer-block__details-content,.footer.footer--estoria-compact .footer-block__details-content p{margin:0}.footer.footer--estoria-compact .footer-block__details-content a{display:flex;align-items:center;min-height:40px;padding:8px 0;font-size:14px;line-height:1.5;overflow-wrap:anywhere}.footer.footer--estoria-compact .footer-block__brand-info div.rte{font-size:14px;line-height:1.7}.footer.footer--estoria-compact .footer-block--newsletter{align-items:stretch;gap:20px;margin-top:28px;padding-top:24px}.footer.footer--estoria-compact .footer-block__newsletter{width:100%;text-align:left}.footer.footer--estoria-compact .footer__newsletter,.footer.footer--estoria-compact .newsletter-form__field-wrapper{width:100%;max-width:none;margin:0}.footer.footer--estoria-compact .footer__follow-on-shop,.footer.footer--estoria-compact .footer__list-social{justify-content:flex-start}.footer.footer--estoria-compact .footer__content-bottom{padding-top:24px}.footer.footer--estoria-compact .footer__content-bottom-wrapper{padding-inline:24px;row-gap:20px}.footer.footer--estoria-compact .footer__localization{gap:16px;justify-content:flex-start;padding:0}.footer.footer--estoria-compact localization-form{flex:1 1 140px;min-width:0}.footer.footer--estoria-compact .localization-form{margin:0;padding:0;width:100%}.footer.footer--estoria-compact .footer__localization h2{margin:0 0 8px;text-align:left}.footer.footer--estoria-compact .localization-form__select{width:100%;margin:0}.footer.footer--estoria-compact .footer__column--info{padding:0;align-items:flex-start}.footer.footer--estoria-compact .list-payment{justify-content:flex-start;gap:8px;padding:0;margin:0}.footer.footer--estoria-compact .list-payment__item{padding:0}.footer.footer--estoria-compact .footer__copyright{width:100%;text-align:left;margin-top:24px}.footer.footer--estoria-compact .copyright__content{font-size:12px;line-height:1.8;letter-spacing:0}.footer.footer--estoria-compact .policies{display:flex;flex-wrap:wrap;gap:0 16px;margin-top:12px}.footer.footer--estoria-compact .policies li{display:block}.footer.footer--estoria-compact .policies li:before{content:none}.footer.footer--estoria-compact .policies li a{display:inline-flex;align-items:center;min-height:32px;padding:4px 0}}.estoria-editorial{letter-spacing:0}.estoria-editorial .estoria-hero-wave__text{letter-spacing:.06rem}.estoria-editorial :is(h1,h2,h3,h4,.h0,.h1,.h2,.h3,.button,.header__menu-item,.price,.badge,.field__label,.caption-with-letter-spacing){letter-spacing:0}.estoria-editorial :is(h1,h2,h3,h4){overflow-wrap:anywhere}.estoria-editorial .button{min-height:4.8rem;font-weight:600;padding:1.3rem 2.4rem;line-height:1.3;text-align:center;white-space:normal}.estoria-editorial .header__menu-item{font-size:1.4rem;font-weight:600}.estoria-editorial .mega-menu__content{border-top:1px solid rgba(var(--color-foreground),.12);box-shadow:none}.estoria-editorial .card__heading{font-family:var(--font-body-family);font-size:1.6rem;font-weight:600;line-height:1.4}.estoria-editorial .card__information{padding-top:1.6rem}.estoria-editorial .card-information .price{font-size:1.4rem}.estoria-editorial .product-card-wrapper .card__media .media>img{object-fit:var(--estoria-image-fit)}.estoria-editorial .badge{font-size:1.1rem;line-height:1.2;padding:.6rem .9rem}.estoria-editorial .collection__title.title-wrapper{margin-bottom:3.2rem}.estoria-editorial .collection__view-all{margin-top:3.2rem}.estoria-editorial .product__title h1{font-size:calc(var(--font-heading-scale) * 3.6rem);line-height:1.15}.estoria-editorial .product__info-container .price{font-size:2rem}.estoria-editorial .product__info-container .product__tax{font-size:1.3rem}.estoria-editorial .product-form__input input[type=radio]+label{min-height:4.2rem;min-width:5.6rem;padding:1.2rem 1.6rem;line-height:1.25}.estoria-editorial .product__info-container .product__accordion{border-color:rgba(var(--color-foreground),.16)}.estoria-editorial .accordion__title{font-family:var(--font-body-family);font-size:1.5rem;font-weight:600}.estoria-editorial .product__description,.estoria-editorial .accordion__content{font-size:1.5rem;line-height:1.75}.estoria-editorial .collection-hero__title,.estoria-editorial .main-page-title{font-size:calc(var(--font-heading-scale) * 4.4rem)}.estoria-editorial .facets-wrapper{border-block:1px solid rgba(var(--color-foreground),.12);margin-bottom:2.4rem;padding-block:1rem}.estoria-editorial .shopify-policy__container{max-width:84rem;padding:5.6rem 2.4rem}.estoria-editorial .shopify-policy__title{text-align:left;margin-bottom:3.2rem}.estoria-editorial .shopify-policy__body{line-height:1.8;overflow-wrap:anywhere}.estoria-editorial .footer{border-top:none}.estoria-editorial .footer-block__heading{font-family:var(--font-body-family);font-size:1.6rem;font-weight:600}.estoria-editorial .footer-block--newsletter{border-top:1px solid rgba(var(--color-foreground),.2);padding-top:3.2rem}.estoria-editorial .footer-block__brand-info h2{font-family:var(--font-heading-family);font-size:calc(var(--font-heading-scale) * 3.2rem)}.estoria-editorial .footer__content-bottom{border-color:rgba(var(--color-foreground),.2)}.estoria-editorial .drawer__heading{font-size:calc(var(--font-heading-scale) * 2.8rem)}.estoria-editorial .drawer{width:100%}.estoria-editorial .drawer .cart-drawer{width:40rem;max-width:calc(100% - 3rem)}.estoria-editorial .drawer__inner{width:100%;max-width:100%}.estoria-editorial #CartDrawer-Overlay{width:100%}.estoria-editorial .cart-drawer .cart-item__name{font-family:var(--font-body-family);font-size:1.5rem}.estoria-editorial .cart-drawer .cart-item__image{object-fit:contain}.estoria-editorial .contact{padding-bottom:7.2rem}.estoria-editorial .banner__heading{max-width:58rem;line-height:1.15}.estoria-editorial .banner__box{padding:4rem}@media screen and (max-width:749px){.estoria-editorial .card__heading{font-size:1.4rem}.estoria-editorial .card-information .price{font-size:1.3rem}.estoria-editorial .product__title h1{font-size:calc(var(--font-heading-scale) * 2.8rem)}.estoria-editorial .collection-hero__title,.estoria-editorial .main-page-title{font-size:calc(var(--font-heading-scale) * 3.2rem)}.estoria-editorial .banner__box{padding:2.4rem 1.6rem}.estoria-editorial .collection__title.title-wrapper{margin-bottom:2.4rem}.estoria-editorial .footer-block__brand-info{text-align:left}}.estoria-product__breadcrumb{display:flex;align-items:center;flex-wrap:wrap;gap:.8rem 1.2rem;margin:0 0 2.8rem;font-size:1.2rem;line-height:1.5;letter-spacing:0}.estoria-product__breadcrumb a{color:inherit;text-decoration:none;opacity:.65;padding-block:.5rem}.estoria-product__breadcrumb a:hover{text-decoration:underline;text-underline-offset:.4rem;opacity:1}.estoria-product__breadcrumb [aria-current]{overflow-wrap:anywhere}.estoria-product .product__media-wrapper{min-width:0}.estoria-product .product__media-list .product-media-container{background:var(--product-stage, #F4F4F2);border:0;border-radius:6px;overflow:hidden}.estoria-product .product__media-list .product__media{background:transparent}.estoria-product .thumbnail{border-radius:4px;background:var(--product-stage, #F4F4F2)}.estoria-product .thumbnail[aria-current]{box-shadow:0 0 0 1px rgb(var(--color-foreground));border-color:rgb(var(--color-foreground))}.estoria-product .thumbnail-list{gap:1rem}.estoria-product .thumbnail-slider{margin-top:1.4rem}.estoria-product .product__info-container{max-width:none}.estoria-editorial .estoria-product .product__title h1{font-size:var(--product-title-size, 42px);line-height:1.15;letter-spacing:0;text-wrap:balance;overflow-wrap:anywhere}.estoria-product .product__title{margin-bottom:1.4rem}.estoria-product .product__text{font-size:1.3rem;color:rgba(var(--color-foreground),.7);letter-spacing:0}.estoria-product .price{font-variant-numeric:tabular-nums}.estoria-product .price__sale{align-items:baseline;column-gap:1rem}.estoria-product .price--on-sale .price__sale{display:inline-flex;flex-wrap:wrap}.estoria-product .price__sale>.price-item--sale{order:-1;font-weight:600}.estoria-product .price-item--regular{opacity:.65}.estoria-product .price__regular .price-item--regular{opacity:1}.estoria-product .price .badge{border-radius:2px;font-size:1.1rem}.estoria-product .product-form__input{max-width:none}.estoria-product .form__label{font-size:1.3rem;letter-spacing:0;margin-bottom:1.2rem}.estoria-product variant-selects{margin-top:2.8rem}.estoria-product .product-form__quantity{margin:1.8rem 0}.estoria-product .quantity{min-height:4.4rem}.estoria-product .product-form__buttons{max-width:none}.estoria-product .product-form__submit{min-height:5.4rem;font-size:1.5rem;letter-spacing:0}.estoria-product .product__accordion{margin-top:0}.estoria-product .accordion summary{padding-block:1.8rem}.estoria-product .accordion__title{font-family:var(--font-body-family);font-size:1.5rem;letter-spacing:0}.estoria-product .share-button{margin-top:1rem}.product-form__input--image{border:0;padding:0;min-width:0}.estoria-product__image-options{display:flex;flex-wrap:wrap;gap:1rem;position:relative}.product-form__input--image input[type=radio]{position:absolute;clip:rect(0,0,0,0);width:1px;height:1px;overflow:hidden}.product-form__input--image .estoria-product__image-options input[type=radio]+label.estoria-product__image-option{display:flex;flex-direction:column;justify-content:center;width:7.6rem;min-width:0;min-height:4.4rem;margin:0;padding:.5rem;border:1px solid transparent;border-radius:4px;background:transparent;color:rgb(var(--color-foreground));cursor:pointer;line-height:1.2;text-align:center}.estoria-product__option-photo{display:block;width:100%;aspect-ratio:1;border-radius:2px;background:#f4f4f2;overflow:hidden}.estoria-product__option-photo img{display:block;width:100%;height:100%;object-fit:contain}.estoria-product__option-name{display:block;padding-top:.6rem;font-size:13px;line-height:1.4;overflow-wrap:anywhere}.product-form__input--image .estoria-product__image-options input:checked+label.estoria-product__image-option{border-color:rgb(var(--color-foreground));background:transparent;color:rgb(var(--color-foreground))}.product-form__input--image .estoria-product__image-options input:focus-visible+label{outline:2px solid rgb(var(--color-foreground));outline-offset:3px}.product-form__input--image input.disabled+label .estoria-product__option-name{text-decoration:line-through;opacity:.6}.product-form__input--image .estoria-product__image-options input+label.estoria-product__image-option:hover{border-color:rgba(var(--color-foreground),.45)}[data-product-comments] .estoria-comment-controls select[data-comment-filter],[data-product-comments] label[for=EstoriaCommentFilter]{display:none}[data-product-comments] .estoria-comment-controls__toolbar{justify-content:center}@media screen and (min-width:990px){.estoria-product .product__info-wrapper{padding-left:5.6rem}.estoria-product .product--right .product__info-wrapper{padding-left:0;padding-right:5.6rem}.estoria-product[data-update-url=true] .product__column-sticky{top:calc(var(--header-height, 80px) + 24px)}}@media screen and (max-width:749px){.estoria-product__breadcrumb{font-size:13px;gap:.6rem;margin-bottom:1.6rem}.estoria-product .product__text,.estoria-product .form__label,.estoria-product .product__tax{font-size:14px;line-height:1.6}.estoria-product .product__info-wrapper{padding-top:2.4rem}.estoria-editorial .estoria-product .product__title h1{font-size:var(--product-title-mobile, 30px)}.estoria-product .product__media-list .product-media-container{border-radius:0}.estoria-product .thumbnail-slider{margin-top:1rem}.product-form__input--image .estoria-product__image-options input[type=radio]+label.estoria-product__image-option{width:7.2rem}.estoria-product__image-options{gap:.6rem}.estoria-product variant-selects{margin-top:2.2rem}[data-product-comments] .estoria-comment-controls__toolbar{justify-content:space-between}}@media(prefers-reduced-motion:reduce){.estoria-product *,.estoria-product *:after{scroll-behavior:auto;transition-duration:0s}}product-info.estoria-purchase-active .product-form__quantity,product-info.estoria-purchase-active [data-estoria-native-buy]{display:none!important}.estoria-set{display:block;padding:var(--set-padding, 20px) 0;border-top:1px solid rgba(var(--color-foreground),.18);scroll-margin-top:calc(var(--header-height, 80px) + 24px)}.estoria-set[hidden],.estoria-set [hidden]{display:none!important}.estoria-set__disclosure summary{display:flex;align-items:center;justify-content:space-between;gap:1.6rem;list-style:none;cursor:pointer;min-height:4.4rem}.estoria-set__disclosure summary::-webkit-details-marker{display:none}.estoria-set__disclosure summary:focus-visible{outline:2px solid currentColor;outline-offset:5px}.estoria-set__disclosure summary .svg-wrapper{flex:0 0 1.6rem;width:1.6rem;height:1.6rem}.estoria-set__disclosure[open] summary .svg-wrapper{transform:rotate(45deg)}.estoria-set__disclosure .estoria-set__heading{display:block;margin-bottom:.4rem;font-size:2rem;line-height:1.25}.estoria-set__summary-note{display:block;font-size:1.2rem;opacity:.75}.estoria-set__disclosure-content{padding-top:2rem}.estoria-set__heading{font-size:calc(var(--font-heading-scale) * 2.4rem);margin:0 0 1rem}.estoria-set__intro{font-size:1.4rem;line-height:1.6}.estoria-set__intro p{margin:0 0 1.8rem}.estoria-set__tiers{display:grid;gap:1rem;padding:0;border:0;margin:0 0 2rem;min-width:0}.estoria-set__tiers label{flex:1;position:relative;min-width:0;cursor:pointer}.estoria-set__tiers input{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;opacity:0;margin:0;cursor:pointer}.estoria-set__tier-card{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:.4rem 1rem;padding:1.4rem 1.4rem 1.4rem 4.2rem;min-height:7.4rem;border:1px solid rgba(var(--color-foreground),.35);border-radius:4px;font-size:1.4rem;line-height:1.4;overflow-wrap:anywhere}.estoria-set__tier-card:before{content:"";position:absolute;left:1.4rem;top:1.6rem;width:1.6rem;height:1.6rem;border:1px solid currentColor;border-radius:50%}.estoria-set__tier-card strong{font-size:1.4rem}.estoria-set__tier-card small{grid-column:1 / -1;font-size:1.2rem;opacity:.75}.estoria-set__tier-card b{white-space:nowrap;font-size:1.5rem}.estoria-set__tiers input:checked+span{background:rgba(var(--color-foreground),.04);border-color:rgb(var(--color-foreground))}.estoria-set__tiers input:checked+span:before{background:currentColor;box-shadow:inset 0 0 0 .4rem rgb(var(--color-background))}.estoria-set__tiers input:focus-visible+span{outline:2px solid rgb(var(--color-foreground));outline-offset:3px}.estoria-set__choices{display:grid;gap:1.2rem;margin-bottom:1.8rem}.estoria-set__row{display:flex;align-items:center;gap:1.2rem;min-width:0}.estoria-set__image{width:6.4rem;height:6.4rem;flex:0 0 6.4rem;object-fit:contain;background:#fff;border-radius:4px}.estoria-set__choice{flex:1;min-width:0}.estoria-set__choice label{display:block;font-size:1.2rem;line-height:1.4;margin-bottom:.5rem}.estoria-set__choice select{width:100%;min-width:0;height:4.4rem;font:inherit;font-size:1.4rem;color:rgb(var(--color-foreground));background:rgb(var(--color-background));border:1px solid rgba(var(--color-foreground),.35);border-radius:4px;padding:.8rem}.estoria-set__choice select:focus-visible{outline:2px solid rgb(var(--color-foreground));outline-offset:2px}.estoria-set__note{font-size:1.2rem;line-height:1.6;margin:1.6rem 0}.estoria-set__error{color:rgb(var(--color-foreground));font-size:1.4rem;border-left:3px solid currentColor;padding-left:1rem}.estoria-set__view-bag{display:block;width:fit-content;margin:1.2rem auto 0;padding:.6rem;font-size:1.3rem}.estoria-set button:disabled{cursor:not-allowed;opacity:.6}@media(max-width:374px){.estoria-set__row{gap:.8rem}.estoria-set__image{width:4.8rem;height:4.8rem;flex-basis:4.8rem}}.estoria-published-rating{display:flex;align-items:center;flex-wrap:wrap;gap:8px;font-size:14px;line-height:1.5;letter-spacing:0}.estoria-published-rating__stars{display:inline-flex;gap:2px;font-family:Arial,sans-serif;line-height:1}.estoria-published-rating__count{color:rgba(var(--color-foreground),.7);overflow-wrap:anywhere}
/*# sourceMappingURL=/cdn/shop/t/10/compiled_assets/styles.css.map */
