.whats-new-featured{background:var(--gradient-background)}.whats-new-featured__container{max-width:var(--page-width);margin:0 auto;padding:0 1.5rem}.whats-new-featured__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;flex-wrap:wrap;gap:1rem}.whats-new-featured__title{margin:0;font-weight:600;color:rgb(var(--color-foreground))}.whats-new-featured__subtitle{display:block;font-size:.875rem;font-weight:400;color:rgb(var(--color-foreground) / .7);margin-top:.5rem}.whats-new-featured__navigation{display:flex;gap:.5rem;align-items:center}.whats-new-featured__arrow{background:rgba(var(--color-foreground),.1);border:1px solid rgba(var(--color-foreground),.2);border-radius:50%;width:3rem;height:3rem;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;color:rgb(var(--color-foreground))}.whats-new-featured__arrow:hover{background:rgba(var(--color-foreground),.15);border-color:rgba(var(--color-foreground),.3)}.whats-new-featured__arrow:disabled{opacity:.4;cursor:not-allowed}.whats-new-featured__view-all-link{font-size:.875rem;text-decoration:underline;color:rgb(var(--color-foreground))}.whats-new-featured__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;transition:transform .3s ease}@media screen and (min-width:990px){.whats-new-featured__grid{grid-template-columns:repeat(3,1fr)}}@media screen and (min-width:1200px){.whats-new-featured__grid{grid-template-columns:repeat(3,1fr);gap:2rem}}.whats-new-featured__item{background:rgba(var(--color-background),.8);border-radius:.75rem;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease;border:1px solid rgba(var(--color-foreground),.1)}.whats-new-featured__item:hover{transform:translateY(-2px);box-shadow:0 8px 30px #0000001f}.whats-new-featured__category{position:absolute;top:1rem;left:1rem;background:rgba(var(--color-background),.9);color:rgb(var(--color-foreground));padding:.25rem .75rem;border-radius:1rem;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;z-index:2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.whats-new-featured__media{position:relative;aspect-ratio:16 / 9;overflow:hidden;background:rgba(var(--color-foreground),.05)}.whats-new-featured__media img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.whats-new-featured__item:hover .whats-new-featured__media img{transform:scale(1.05)}.whats-new-featured__media--placeholder{display:flex;align-items:center;justify-content:center;background:rgba(var(--color-foreground),.05)}.whats-new-featured__media--placeholder svg{width:4rem;height:4rem;opacity:.3}.whats-new-featured__video-link{display:block;width:100%;height:100%;text-decoration:none}.whats-new-featured__play-overlay{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:2;transition:transform .2s ease}.whats-new-featured__item:hover .whats-new-featured__play-overlay{transform:translate(-50%,-50%) scale(1.1)}.whats-new-featured__play-button{width:4rem;height:3rem;display:flex;align-items:center;justify-content:center;opacity:.9;transition:opacity .2s ease}.whats-new-featured__play-button svg{filter:drop-shadow(0 2px 4px rgba(0,0,0,.3))}.whats-new-featured__item:hover .whats-new-featured__play-button{opacity:1}.whats-new-featured__duration{position:absolute;bottom:1rem;right:1rem;background:#000c;color:#fff;padding:.25rem .5rem;border-radius:.25rem;font-size:.75rem;font-weight:500;z-index:2}.whats-new-featured__content{padding:1.5rem}.whats-new-featured__item-title{margin:0 0 .75rem;font-size:1.25rem;font-weight:600;line-height:1.3;color:rgb(var(--color-foreground))}.whats-new-featured__item-title a{text-decoration:none;color:inherit;transition:color .2s ease}.whats-new-featured__item-title a:hover{color:rgb(var(--color-link))}.whats-new-featured__description{margin:0 0 1rem;line-height:1.5;color:rgba(var(--color-foreground),.8);font-size:.875rem}.whats-new-featured__date{margin:0 0 1rem;font-size:.75rem;color:rgba(var(--color-foreground),.6);text-transform:uppercase;letter-spacing:.05em}.whats-new-featured__button{display:inline-block;background:rgb(var(--color-button));color:rgb(var(--color-button-text));padding:.75rem 1.5rem;border-radius:.375rem;text-decoration:none;font-weight:500;font-size:.875rem;text-transform:uppercase;letter-spacing:.05em;transition:all .2s ease;border:1px solid rgb(var(--color-button))}.whats-new-featured__button:hover{background:rgb(var(--color-button-text));color:rgb(var(--color-button));border-color:rgb(var(--color-button))}.whats-new-featured__view-all{margin-top:2rem;text-align:center}.whats-new-featured__view-all .button{background:transparent;color:rgb(var(--color-foreground));border:2px solid rgb(var(--color-foreground));padding:.875rem 2rem;border-radius:.5rem;text-transform:uppercase;font-weight:600;letter-spacing:.1em;transition:all .3s ease}.whats-new-featured__view-all .button:hover{background:rgb(var(--color-foreground));color:rgb(var(--color-background))}@media screen and (max-width:749px){.whats-new-featured__container{padding:0 1rem}.whats-new-featured__header{flex-direction:column;align-items:flex-start;gap:1rem}.whats-new-featured__grid{grid-template-columns:1fr;gap:1rem}.whats-new-featured__content{padding:1rem}.whats-new-featured__navigation{align-self:stretch;justify-content:center}}@media(prefers-reduced-motion:no-preference){.whats-new-featured__item{animation:fade-in .6s ease forwards}.whats-new-featured__item:nth-child(2){animation-delay:.1s}.whats-new-featured__item:nth-child(3){animation-delay:.2s}.whats-new-featured__item:nth-child(4){animation-delay:.3s}}@keyframes fade-in{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media(prefers-contrast:high){.whats-new-featured__item{border:2px solid rgb(var(--color-foreground))}.whats-new-featured__button{border:2px solid rgb(var(--color-button))}}
/*# sourceMappingURL=/cdn/shop/t/69/assets/section-featured-whats-new.css.map */
