.mth-reels{padding-top:2.2rem;padding-bottom:2.6rem}@media screen and (min-width:990px){.mth-reels__inner.page-width{width:100%;max-width:none;padding-left:0;padding-right:0}.mth-reels__heading{padding-left:5rem;padding-right:5rem}}.mth-reels__heading{margin:0 0 1.4rem;font-family:var(--font-heading-family);font-weight:var(--fw-display, 800);font-size:calc(var(--font-heading-scale) * 2rem);line-height:1;letter-spacing:.02em;text-transform:uppercase}@media screen and (min-width:750px){.mth-reels__heading{font-size:calc(var(--font-heading-scale) * 2.4rem)}}.mth-reels__viewport{position:relative;display:block}.mth-reels__scroller{display:flex;gap:1.4rem;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none}@media screen and (min-width:990px){.mth-reels__scroller{padding-left:5rem;padding-right:5rem;scroll-padding-inline:5rem}}.mth-reels__scroller::-webkit-scrollbar{display:none}@media screen and (max-width:749px){.mth-reels__scroller{margin-inline:-1.5rem;padding-inline:1.5rem;scroll-padding-inline:1.5rem}}.mth-reels__card{position:relative;flex:0 0 auto;width:clamp(16rem,19vw,24rem);scroll-snap-align:start;display:block;color:rgb(var(--color-foreground));text-decoration:none;background:rgb(var(--color-background));border:.1rem solid rgba(var(--color-foreground),.1);border-radius:1.2rem;overflow:hidden;box-shadow:0 .2rem 1.2rem #0000000f}@media screen and (max-width:749px){.mth-reels__card{width:clamp(15rem,50vw,20rem)}}.mth-reels__media{position:relative;aspect-ratio:9 / 16;overflow:hidden;background:rgb(var(--color-background))}.mth-reels__media video,.mth-reels__media img{width:100%;height:100%;object-fit:cover;display:block}.mth-reels__poster{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.mth-reels__video{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;opacity:0;transition:opacity .4s ease}.mth-reels__video.is-playing{opacity:1}@media(prefers-reduced-motion:reduce){.mth-reels__video{transition:none}}.mth-reels__media .placeholder-svg{width:100%;height:100%;opacity:.25}.mth-reels__chip{position:absolute;top:.9rem;left:.9rem;z-index:2;padding:.4rem .9rem;background:var(--chip-bg, #e2211c);color:var(--chip-fg, #fff);border-radius:.5rem;font-family:var(--font-body-family);font-weight:var(--fw-label, 700);font-size:1.1rem;letter-spacing:.04em;text-transform:uppercase;line-height:1}.mth-reels__caption{position:relative;z-index:2;padding:3.4rem 1.4rem 1.4rem;background:rgb(var(--color-background));width:100%;border:0;color:inherit;text-decoration:none;text-align:left;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:1rem}.mth-reels__caption-copy{min-width:0;display:grid;gap:.2rem}.mth-reels__caption-action{font-size:1.1rem;font-weight:700;text-transform:uppercase}.mth-reels__caption-arrow{flex:none;font-size:2rem;line-height:1}.mth-reels__caption:focus-visible{outline:.2rem solid currentColor;outline-offset:-.4rem}.mth-reels__thumbs{position:absolute;left:1.2rem;top:0;transform:translateY(-52%);display:flex;align-items:center}.mth-reels__thumb{position:relative;width:5.5rem;aspect-ratio:1;padding:.3rem;background:rgb(var(--color-background));border-radius:1.1rem;box-shadow:0 .2rem .6rem #00000038;overflow:hidden;display:block}.mth-reels__thumb+.mth-reels__thumb{margin-left:-1.8rem}.mth-reels__thumb:nth-child(1){z-index:3}.mth-reels__thumb:nth-child(2){z-index:2}.mth-reels__thumb:nth-child(3){z-index:1}.mth-reels__thumb img{width:100%;height:100%;object-fit:cover;border-radius:.8rem;display:block}.mth-reels__title{margin:0 0 .2rem;font-family:var(--font-body-family);font-weight:var(--fw-strong, 700);font-size:1.4rem;line-height:1.3}.mth-reels__caption .price{margin:0}.mth-reels__dialog{width:min(68rem,calc(100vw - 3rem));max-height:min(78rem,calc(100dvh - 3rem));padding:0;border:.1rem solid rgba(var(--color-foreground),.2);border-radius:.8rem;color:rgb(var(--color-foreground));background:rgb(var(--color-background));overflow:hidden}.mth-reels__dialog::backdrop{background:#0000009e}.mth-reels__dialog-panel{max-height:inherit;overflow-y:auto;padding:2rem}.mth-reels__dialog-header{display:flex;align-items:center;justify-content:space-between;gap:2rem;margin-bottom:1.6rem}.mth-reels__dialog-title{margin:0;font-size:2.4rem;line-height:1;text-transform:uppercase}.mth-reels__dialog-close{width:4.4rem;height:4.4rem;flex:none;display:grid;place-items:center;border:0;background:transparent;color:inherit;cursor:pointer}.mth-reels__dialog-close svg{width:2rem;height:2rem}.mth-reels__products{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.2rem}.mth-reels__product{min-width:0;display:grid;grid-template-columns:9rem minmax(0,1fr);gap:1.2rem;align-items:center;padding:1rem;border:.1rem solid rgba(var(--color-foreground),.18);color:inherit;text-decoration:none}.mth-reels__product-image{aspect-ratio:1;overflow:hidden;background:rgba(var(--color-foreground),.04)}.mth-reels__product-image img{width:100%;height:100%;object-fit:contain;display:block}.mth-reels__product-copy{min-width:0;display:grid;gap:.4rem}.mth-reels__product-title{font-size:1.4rem;font-weight:700;line-height:1.2}.mth-reels__product .price{font-size:1.3rem}@media screen and (max-width:749px){.mth-reels__dialog-panel{padding:1.5rem}.mth-reels__dialog-title{font-size:2rem}.mth-reels__products{grid-template-columns:1fr}.mth-reels__product{grid-template-columns:8rem minmax(0,1fr)}}
/*# sourceMappingURL=/cdn/shop/t/47/assets/mth-shoppable-videos.css.map */
