.ugc-section{text-align:center}.ugc-section__container{max-width:1400px;margin:0 auto;padding:0 2rem}.ugc-section__heading{font-size:4.8rem;font-weight:600;line-height:1.1;font-family:Montserrat;margin:0}.ugc-section__heading>span{display:inline}.ugc-section__heading-highlight{display:inline;white-space:nowrap;margin-left:.25em}.ugc-section__subtitle{font-size:1.8rem;line-height:1.5;margin:0 0 3rem;font-family:var(--font-body-family);opacity:.9}.ugc-section__cards{display:grid;grid-template-columns:repeat(var(--ugc-items-mobile, 1),1fr);gap:1.6rem;list-style:none;padding:0;margin:0}@media screen and (min-width:750px){.ugc-section__cards{grid-template-columns:repeat(var(--ugc-items-tablet, 2),1fr)}}@media screen and (min-width:990px){.ugc-section__cards{grid-template-columns:repeat(var(--ugc-items-desktop, 4),1fr);gap:2rem}}.ugc-section__card{position:relative;border-radius:12px;overflow:hidden;border:2px solid transparent;transition:border-color .2s ease,box-shadow .2s ease;width:100%;height:100%}.ugc-section__card--featured{border-color:#fff;box-shadow:0 0 0 1px #fff3}.ugc-section__card-link{display:block;text-decoration:none;color:inherit;height:100%}.ugc-section__card-trigger{width:100%;margin:0;padding:0;border:none;background:none;font:inherit;color:inherit;text-align:left;cursor:pointer}.ugc-section__card-media{position:relative;width:100%;aspect-ratio:3 / 4;overflow:hidden;background:#1e1c1a99}.ugc-section__card-image{width:100%;height:100%;object-fit:cover;display:block}.ugc-section__card-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#3d37294d}.ugc-section__placeholder-svg{width:60%;height:auto;opacity:.4}.ugc-section__live-badge{position:absolute;top:1rem;right:1rem;padding:.25rem .6rem;font-size:1rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;border-radius:4px;z-index:2}.ugc-section__play-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:#00000040;z-index:1;transition:background .2s ease}.ugc-section__card-link:hover .ugc-section__play-overlay,.ugc-section__card:hover .ugc-section__play-overlay{background:#0006}.ugc-section__play-overlay .icon{width:4.8rem;height:4.8rem;color:#fff;filter:drop-shadow(0 2px 8px rgba(0,0,0,.4))}.ugc-section__card-overlays{position:absolute;bottom:0;left:0;right:0;padding:1.2rem 1rem;background:linear-gradient(to top,rgba(0,0,0,.7),transparent);display:flex;flex-direction:column;align-items:flex-start;gap:.2rem;z-index:2;pointer-events:none}.ugc-section__overlay-text{font-size:1.2rem;font-weight:600;color:#fff;line-height:1.3;text-shadow:0 1px 2px rgba(0,0,0,.5)}.ugc-section__overlay-text--2{font-size:1rem;font-weight:500;opacity:.95}.ugc-section__slider{margin-top:3rem}.ugc-section__slider .slider{scrollbar-width:none;-ms-overflow-style:none}.ugc-section__slider .slider::-webkit-scrollbar{display:none}@media screen and (min-width:990px){.ugc-section__slider.slider-component-desktop .ugc-section__cards{display:flex;flex-wrap:nowrap;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scroll-behavior:smooth;gap:0;margin-inline-start:0;-webkit-overflow-scrolling:touch}.ugc-section__slider.slider-component-desktop .ugc-section__card{flex:0 0 calc((100% - (var(--ugc-items-desktop, 4) - 1) * 2rem) / var(--ugc-items-desktop, 4));scroll-snap-align:start;min-width:0;margin-inline-end:2rem;padding-inline-start:0;padding-bottom:0}}@media screen and (min-width:750px)and (max-width:989px){.ugc-section__slider.slider-component-mobile .ugc-section__cards{display:flex;flex-wrap:nowrap;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scroll-behavior:smooth;gap:0;margin-inline-start:0;-webkit-overflow-scrolling:touch}.ugc-section__slider.slider-component-mobile .ugc-section__card{flex:0 0 calc((100% - (var(--ugc-items-tablet, 3) - 1) * 1.6rem) / var(--ugc-items-tablet, 3));scroll-snap-align:start;min-width:0;margin-inline-end:1.6rem;padding-inline-start:0;padding-bottom:0}}@media screen and (max-width:749px){.ugc-section__slider.slider-component-mobile .ugc-section__cards{display:flex;flex-wrap:nowrap;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scroll-behavior:smooth;gap:0;margin-inline-start:0;-webkit-overflow-scrolling:touch}.ugc-section__slider.slider-component-mobile .ugc-section__card{flex:0 0 calc((100% - (var(--ugc-items-mobile, 1) - 1) * 1.6rem) / var(--ugc-items-mobile, 1));scroll-snap-align:start;min-width:0;margin-inline-end:1.6rem;padding-inline-start:0;padding-bottom:0}}.ugc-section__controls{margin-top:3.4rem;display:flex;justify-content:end}.ugc-section__controls .slider-buttons{width:55%;display:flex;justify-content:space-between;align-items:center}.ugc-section__nav-buttons{display:flex;gap:.8rem}.ugc-section__controls .slider-button{width:4rem;height:4rem;background:#1e1c1ae6;border:1px solid rgba(255,255,255,.15);border-radius:8px;color:#fff;cursor:pointer;transition:background .2s,border-color .2s,opacity .2s}.ugc-section__controls .slider-button:hover:not(:disabled){background:#322e2af2;border-color:#ffffff40}.ugc-section__controls .slider-button:disabled{opacity:.4;cursor:not-allowed}.ugc-section__controls .slider-counter__link--dots{padding:.5rem;background:none;border:none;cursor:pointer}.ugc-section__controls .slider-counter__link--dots .dot{width:.8rem;height:.8rem;border-radius:50%;display:block;transition:all .3s ease}.ugc-section__controls .slider-counter__link--active.slider-counter__link--dots .dot{width:3.2rem;height:.8rem;border-radius:9999px}.ugc-section__controls .slider-counter__link--dots:not(.slider-counter__link--active):hover .dot{opacity:.8}@media screen and (max-width:989px){.ugc-section__heading{font-size:3.6rem}.ugc-section__subtitle{font-size:1.5rem;margin-bottom:2.4rem}}@media screen and (max-width:749px){.ugc-section__container{padding:0 1.5rem}.ugc-section__heading{font-size:2.8rem}.ugc-section__subtitle{font-size:1.3rem;margin-bottom:2rem}.ugc-section__card-media{aspect-ratio:4 / 5}.ugc-section__controls{justify-content:center}.ugc-section__controls .slider-buttons{justify-content:end}.ugc-section__controls .slider-counter{display:none}.ugc-section__nav-buttons{width:100%;justify-content:center}}.ugc-section__card-poster{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.ugc-section__card--playing .ugc-section__card-poster{display:none}.ugc-section__card-player{display:none;position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;background:#000}.ugc-section__card--playing .ugc-section__card-player{display:block}.ugc-section__player-iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:0}.ugc-section__player-close{position:absolute;top:.8rem;right:.8rem;z-index:3;width:3.2rem;height:3.2rem;padding:0;border:none;border-radius:50%;background:#000000b3;color:#fff;font-size:2rem;line-height:1;cursor:pointer;transition:background .2s;display:none}.ugc-section__player-close:hover{background:#000000e6}
/*# sourceMappingURL=/cdn/shop/t/89/assets/section-ugc.css.map */
