.modulo-csh{background:var(--modulo-csh-bg, #fff);color:var(--modulo-csh-text, #17131a);padding-top:var(--modulo-csh-pad-top, 80px);padding-bottom:var(--modulo-csh-pad-bottom, 80px);font-family:inherit;-webkit-box-sizing:border-box;box-sizing:border-box}.modulo-csh *,.modulo-csh *:before,.modulo-csh *:after{box-sizing:border-box}.modulo-csh__container{max-width:1180px;margin-inline:auto;padding-inline:32px}.modulo-csh__container--wide{max-width:1400px}.modulo-csh__container--full{max-width:none}.modulo-csh--width-boxed{background:transparent;padding-inline:16px}.modulo-csh--width-boxed .modulo-csh__container{max-width:1280px;background:var(--modulo-csh-bg);border-radius:var(--modulo-csh-outer-radius, 24px);overflow:hidden;padding-block:clamp(28px,4vw,56px)}.modulo-csh__header{max-width:720px;margin:0 auto 44px}.modulo-csh--align-left .modulo-csh__header{margin-inline:0;text-align:left}.modulo-csh--align-center .modulo-csh__header{text-align:center}.modulo-csh__eyebrow{margin:0 0 12px;font-size:12px;font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:var(--modulo-csh-accent, #e11d63)}.modulo-csh__heading{margin:0;font-size:var(--modulo-csh-heading-size, 48px);line-height:1.04;font-weight:800;letter-spacing:-.02em;text-wrap:balance;color:var(--modulo-csh-text, #17131a)}.modulo-csh__heading strong,.modulo-csh__heading b{color:var(--modulo-csh-accent, #e11d63);font-weight:inherit}.modulo-csh__sub{margin:16px 0 0;max-width:560px;font-size:var(--modulo-csh-sub-size, 16px);line-height:1.55;color:var(--modulo-csh-muted, #8a8391);text-wrap:balance}.modulo-csh--align-center .modulo-csh__sub{margin-inline:auto}.modulo-csh__stage{position:relative}.modulo-csh__grid{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(var(--modulo-csh-cols, 3),1fr);gap:var(--modulo-csh-gap, 22px)}.modulo-csh--layout-carousel .modulo-csh__grid{grid-template-columns:none;grid-auto-flow:column;grid-auto-columns:calc((100% - (var(--modulo-csh-cols, 3) - 1) * var(--modulo-csh-gap, 22px)) / var(--modulo-csh-cols, 3));overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-bottom:4px}.modulo-csh--layout-carousel .modulo-csh__grid::-webkit-scrollbar{display:none}.modulo-csh--layout-carousel .modulo-csh__card{scroll-snap-align:start}.modulo-csh__item{margin:0;padding:0;min-width:0}.modulo-csh__card{position:relative;display:block;width:100%;aspect-ratio:9 / 16;border:0;margin:0;padding:0;border-radius:var(--modulo-csh-radius, 20px);overflow:hidden;cursor:pointer;background:color-mix(in srgb,var(--modulo-csh-muted, #8a8391) 18%,#fff);font:inherit;color:inherit;text-align:left;text-decoration:none;-webkit-appearance:none;appearance:none;box-shadow:0 1px 2px #180e160f,0 18px 34px -20px #180e1666;transition:transform .32s cubic-bezier(.2,.7,.2,1),box-shadow .32s ease}.modulo-csh__card--static{cursor:default}.modulo-csh__card:hover{transform:translateY(-6px);box-shadow:0 2px 4px #180e1614,0 30px 50px -22px #180e1680}.modulo-csh__card--static:hover{transform:none;box-shadow:0 1px 2px #180e160f,0 18px 34px -20px #180e1666}.modulo-csh__card:focus-visible{outline:3px solid var(--modulo-csh-accent, #e11d63);outline-offset:3px}.modulo-csh__poster{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;display:block}.modulo-csh__placeholder{background:color-mix(in srgb,var(--modulo-csh-muted, #8a8391) 20%,#fff)}.modulo-csh__scrim{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:1;background:linear-gradient(to bottom,#00000047,#0000 26%),linear-gradient(to top,#0000006b,#0000 34%)}.modulo-csh__play{position:absolute;top:14px;right:14px;z-index:2;width:46px;height:46px;border-radius:50%;display:grid;place-items:center;color:var(--modulo-csh-on-img, #fff);background:#14101647;border:2px solid rgba(255,255,255,.92);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);transition:background .25s ease,transform .25s ease,border-color .25s ease}.modulo-csh__play svg{width:20px;height:20px;transform:translate(1px)}.modulo-csh__card:hover .modulo-csh__play{background:var(--modulo-csh-accent, #e11d63);border-color:#fff;transform:scale(1.06)}.modulo-csh__mark{position:absolute;left:14px;bottom:14px;z-index:2;display:flex;align-items:center;gap:7px;color:var(--modulo-csh-on-img, #fff);text-shadow:0 1px 6px rgba(0,0,0,.4)}.modulo-csh__mark-icon{display:inline-flex}.modulo-csh__mark-icon svg{width:17px;height:17px;display:block}.modulo-csh__handle{font-size:13px;font-weight:600;letter-spacing:.01em}.modulo-csh__arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:4;width:48px;height:48px;border-radius:50%;display:grid;place-items:center;cursor:pointer;color:var(--modulo-csh-text, #17131a);background:#fffffff0;border:1px solid color-mix(in srgb,var(--modulo-csh-muted, #8a8391) 30%,#fff);box-shadow:0 8px 22px -8px #180e1680;transition:transform .2s ease,opacity .2s ease,background .2s ease}.modulo-csh__arrow svg{width:22px;height:22px}.modulo-csh__arrow:hover{transform:translateY(-50%) scale(1.07)}.modulo-csh__arrow:focus-visible{outline:3px solid var(--modulo-csh-accent, #e11d63);outline-offset:2px}.modulo-csh__arrow--prev{left:-10px}.modulo-csh__arrow--next{right:-10px}.modulo-csh__arrow[disabled]{opacity:0;pointer-events:none}.modulo-csh__lightbox{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;display:none;align-items:center;justify-content:center;padding:24px;background:#0a060cdb;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.modulo-csh__lightbox[aria-hidden=false]{display:flex}.modulo-csh__lb-frame{position:relative;width:min(420px,92vw);aspect-ratio:9 / 16;border-radius:18px;overflow:hidden;background:#000;box-shadow:0 40px 90px -30px #000c}.modulo-csh__lb-body,.modulo-csh__lb-body video,.modulo-csh__lb-body iframe{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;border:0;display:block;background:#000}.modulo-csh__lb-body video{object-fit:contain}.modulo-csh__lb-cap{position:absolute;left:16px;bottom:16px;right:16px;z-index:2;color:#fff;text-shadow:0 1px 6px rgba(0,0,0,.5);pointer-events:none}.modulo-csh__lb-cap a,.modulo-csh__lb-cap span{font-size:14px;font-weight:600;color:#fff;pointer-events:auto}.modulo-csh__lb-cap a{text-decoration:underline;text-underline-offset:2px}.modulo-csh__lb-close{position:absolute;top:-14px;right:-14px;z-index:3;width:40px;height:40px;border-radius:50%;border:0;cursor:pointer;display:grid;place-items:center;color:#141017;background:#fff;box-shadow:0 8px 20px #0006}.modulo-csh__lb-close svg{width:20px;height:20px}.modulo-csh__lb-close:focus-visible{outline:3px solid var(--modulo-csh-accent, #e11d63);outline-offset:2px}@media(max-width:860px){.modulo-csh--layout-grid .modulo-csh__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:560px){.modulo-csh{padding-top:max(48px,calc(var(--modulo-csh-pad-top, 80px) * .65));padding-bottom:max(48px,calc(var(--modulo-csh-pad-bottom, 80px) * .65))}.modulo-csh__container{padding-inline:20px}.modulo-csh__header{margin-bottom:28px}.modulo-csh--layout-grid .modulo-csh__grid,.modulo-csh--layout-carousel .modulo-csh__grid{grid-template-columns:none;grid-auto-flow:column;grid-auto-columns:74%;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;margin-inline:-20px;padding-inline:20px;padding-bottom:6px}.modulo-csh__grid::-webkit-scrollbar{display:none}.modulo-csh__card{scroll-snap-align:center}.modulo-csh__arrow{display:none}.modulo-csh__lb-close{top:8px;right:8px}}@media(prefers-reduced-motion:reduce){.modulo-csh__card,.modulo-csh__play,.modulo-csh__arrow{transition:none}.modulo-csh__card:hover,.modulo-csh__card:hover .modulo-csh__play{transform:none}.modulo-csh--layout-carousel .modulo-csh__grid{scroll-behavior:auto}}
/*# sourceMappingURL=/cdn/shop/t/7/assets/modulo-section-clip-showcase.css.map */
