.layered-showcase{position:relative;display:block;overflow:visible;border-radius:var(--ls-section-radius, 0)}.layered-showcase__bg{position:relative;z-index:0;line-height:0;pointer-events:none}.layered-showcase__bg picture{display:block;width:100%}.layered-showcase__bg img{width:100%;height:auto;display:block;vertical-align:bottom}.layered-showcase__inner{position:relative;z-index:1;display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;box-sizing:border-box;gap:var(--ls-gap-heading-mobile, 1.6rem)}.layered-showcase:not(.layered-showcase--has-bg) .layered-showcase__inner{padding:2rem;min-height:0}.layered-showcase--has-bg .layered-showcase__inner{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;padding-top:calc(100% * var(--ls-inset-top-pct-mobile) / 100 / var(--ls-bg-ar-mobile));padding-bottom:calc(100% * var(--ls-inset-bottom-pct-mobile) / 100 / var(--ls-bg-ar-mobile));padding-left:calc(100% * var(--ls-inset-inline-pct-mobile) / 100);padding-right:calc(100% * var(--ls-inset-inline-pct-mobile) / 100)}.layered-showcase__layers{display:grid;width:100%;max-width:var(--ls-layers-max, none);margin-inline:auto;gap:var(--ls-gap-layers-mobile);align-content:start;justify-items:center;align-items:start;flex:0 0 auto}.layered-showcase__layer{width:100%;max-width:var(--ls-layer-cap-mobile, none);border-radius:var(--layer-radius, 0);overflow:hidden;box-sizing:border-box;transition:transform var(--duration-default) ease}.layered-showcase--has-bg .layered-showcase__layer{overflow:visible;border-radius:0}.layered-showcase__layer--border{border:var(--layer-border-w, 1px) solid var(--layer-border-color, rgb(var(--color-border)))}.layered-showcase__layer-inner{display:block;width:100%;text-decoration:none;color:inherit}.layered-showcase__layer-inner:focus-visible{outline:.2rem solid rgb(var(--color-foreground));outline-offset:.2rem}.layered-showcase__layer img{width:100%;height:auto;vertical-align:middle;display:block}.layered-showcase--has-bg .layered-showcase__layers{flex:1 1 auto;min-height:0;align-self:stretch;align-content:stretch;justify-items:center;align-items:stretch}.layered-showcase--has-bg .layered-showcase__layer{height:100%;max-height:100%;min-height:0;min-width:0;display:flex;align-items:stretch;justify-content:center;width:auto;max-width:100%}.layered-showcase--has-bg .layered-showcase__layer-inner{display:flex;flex-direction:row;align-items:stretch;justify-content:center;width:auto;max-width:100%;height:100%;max-height:100%;min-height:0;min-width:0;align-self:stretch}.layered-showcase--has-bg .layered-showcase__layer picture{display:flex;align-items:center;justify-content:center;height:100%;width:auto;max-width:100%;min-height:0;flex:0 1 auto}.layered-showcase--has-bg .layered-showcase__layer img{display:block;height:100%;width:auto;max-height:100%;object-fit:contain;object-position:center;vertical-align:bottom;border-radius:var(--layer-radius, 0)}@media screen and (min-width:750px){.layered-showcase:not(.layered-showcase--has-bg) .layered-showcase__inner{padding:2.5rem;gap:var(--ls-gap-heading-desktop, 2rem)}.layered-showcase--has-bg .layered-showcase__inner{padding-top:calc(100% * var(--ls-inset-top-pct-desktop) / 100 / var(--ls-bg-ar-desktop));padding-bottom:calc(100% * var(--ls-inset-bottom-pct-desktop) / 100 / var(--ls-bg-ar-desktop));padding-left:calc(100% * var(--ls-inset-inline-pct-desktop) / 100);padding-right:calc(100% * var(--ls-inset-inline-pct-desktop) / 100);gap:var(--ls-gap-heading-desktop, 2rem)}.layered-showcase__layers{gap:var(--ls-gap-layers-desktop)}.layered-showcase__layer{max-width:var(--ls-layer-cap-desktop, none)}.layered-showcase:not(.layered-showcase--has-bg) .layered-showcase__layers{grid-template-columns:repeat(2,minmax(0,1fr));max-width:min(100%,72rem)}.layered-showcase--has-bg .layered-showcase__layers{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:repeat(2,minmax(0,1fr));max-width:none;width:100%;justify-items:stretch}.layered-showcase--has-bg .layered-showcase__layer:nth-child(odd){justify-self:end}.layered-showcase--has-bg .layered-showcase__layer:nth-child(2n){justify-self:start}}@media screen and (max-width:749px){.layered-showcase--has-bg.layered-showcase--mobile-stack .layered-showcase__layers{grid-template-columns:minmax(0,1fr);grid-auto-rows:auto;align-content:start;justify-items:stretch}.layered-showcase--has-bg.layered-showcase--mobile-stack .layered-showcase__layer{width:100%;max-width:100%;height:auto;max-height:none;justify-content:stretch}.layered-showcase--has-bg.layered-showcase--mobile-stack .layered-showcase__layer-inner{width:100%;max-width:100%;height:auto;flex-direction:column;align-items:stretch;justify-content:flex-start;align-self:stretch}.layered-showcase--has-bg.layered-showcase--mobile-stack .layered-showcase__layer picture{display:block;width:100%;height:auto;max-width:100%;flex:none}.layered-showcase--has-bg.layered-showcase--mobile-stack .layered-showcase__layer img{width:100%;height:auto;max-width:100%;max-height:none;object-fit:contain;object-position:center}.layered-showcase--has-bg.layered-showcase--mobile-grid_2 .layered-showcase__layers{grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-rows:minmax(0,1fr)}.layered-showcase--has-bg.layered-showcase--mobile-scroll .layered-showcase__layers{display:flex;flex-direction:row;flex-wrap:nowrap;overflow-x:auto;overflow-y:hidden;align-items:stretch;height:100%;max-height:100%;gap:var(--ls-gap-layers-mobile);max-width:none;padding-bottom:.8rem;-webkit-overflow-scrolling:touch;scroll-snap-type:x mandatory;scrollbar-width:thin}.layered-showcase--has-bg.layered-showcase--mobile-scroll .layered-showcase__layer{flex:0 0 auto;width:min(42vw,16rem);height:100%;max-height:100%}.layered-showcase:not(.layered-showcase--has-bg).layered-showcase--mobile-stack .layered-showcase__layers{grid-template-columns:1fr}.layered-showcase:not(.layered-showcase--has-bg).layered-showcase--mobile-grid_2 .layered-showcase__layers{grid-template-columns:repeat(2,minmax(0,1fr))}.layered-showcase:not(.layered-showcase--has-bg).layered-showcase--mobile-scroll .layered-showcase__layers{display:flex;flex-direction:row;flex-wrap:nowrap;overflow-x:auto;overflow-y:hidden;justify-content:flex-start;align-items:stretch;gap:var(--ls-gap-layers-mobile);max-width:none;padding-bottom:.8rem;-webkit-overflow-scrolling:touch;scroll-snap-type:x mandatory;scrollbar-width:thin}.layered-showcase:not(.layered-showcase--has-bg).layered-showcase--mobile-scroll .layered-showcase__layer{flex:0 0 min(78vw,28rem);max-width:min(78vw,28rem);scroll-snap-align:start}}@media(hover:hover)and (pointer:fine){.layered-showcase__layer:has(.layered-showcase__layer-inner:hover){transform:translateY(-.2rem)}}.layered-showcase__placeholder{min-height:24rem;display:flex;align-items:center;justify-content:center;background:rgba(var(--color-foreground),.06);color:rgb(var(--color-foreground));padding:2rem;text-align:center}
/*# sourceMappingURL=/cdn/shop/t/8/assets/section-layered-showcase.css.map */
