.my-hot-v2{--gap: 24px;--card-width: 340px;--viewport-width: calc(var(--card-width) * 3 + var(--gap) * 2);--active-height: calc(var(--card-width) * 579 / 395);position:relative;width:100%}.my-hot-v2 .my-hot-v2__viewport{max-width:var(--viewport-width);margin:0 auto;overflow:hidden;min-height:var(--active-height)}.my-hot-v2 .my-hot-v2__scroll{display:flex;gap:var(--gap);align-items:flex-end;min-height:var(--active-height);list-style:none;margin:0;padding:0;transition:transform .5s cubic-bezier(0.25, 0.1, 0.25, 1);will-change:transform;backface-visibility:hidden}.my-hot-v2 .my-hot-v2__item{flex-shrink:0;width:var(--card-width);backface-visibility:hidden}.my-hot-v2 .my-hot-v2__card{position:relative;display:block;border-radius:32px;overflow:hidden;text-decoration:none;color:#fff;aspect-ratio:395/524;transition:aspect-ratio .4s ease}.my-hot-v2 .my-hot-v2__item[s-active] .my-hot-v2__card{aspect-ratio:395/579}.my-hot-v2 .my-hot-v2__card::before{content:"";position:absolute;inset:0;border-radius:32px;padding:1px;background:linear-gradient(180deg, rgba(255, 255, 255, 0.6) 0%, rgb(255, 255, 255) 100%);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask-composite:exclude;pointer-events:none;z-index:2}.my-hot-v2 .my-hot-v2__image{position:absolute;inset:0}.my-hot-v2 .my-hot-v2__image img{width:100%;height:100%;object-fit:cover}.my-hot-v2 .my-hot-v2__overlay{position:absolute;bottom:0;left:0;right:0;height:40%;background:linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.5) 100%);z-index:1;pointer-events:none}.my-hot-v2 .my-hot-v2__content{position:absolute;bottom:24px;left:24px;right:24px;z-index:2}.my-hot-v2 .my-hot-v2__title{font-size:24px;font-weight:500;color:#fff;margin:0}.my-hot-v2 .my-hot-v2__desc{font-size:16px;font-weight:400;color:#fff;margin-top:8px;line-height:1.1}.my-hot-v2 .my-hot-v2__nav-btn{position:absolute;top:calc(var(--active-height)/2);transform:translateY(-50%);width:42px;height:42px;z-index:3;box-shadow:0 0 21px 2px rgba(255,14,138,.25)}.my-hot-v2 .my-hot-v2__nav-btn--left{left:0}.my-hot-v2 .my-hot-v2__nav-btn--right{right:0}.my-hot-v2 .my-hot-v2__nav-btn:disabled{opacity:.3;cursor:not-allowed}.my-hot-v2 .my-hot-v2__dots{display:flex;align-items:center;justify-content:center;gap:16px;margin-top:28px}.my-hot-v2 .my-hot-v2__dot{width:16px;height:16px;border-radius:50%;background:hsla(0,0%,100%,.25);border:1px solid hsla(0,0%,100%,.4);transition:background .3s ease,border .3s ease}.my-hot-v2 .my-hot-v2__dot[s-active]{background:linear-gradient(127deg, #ff41a3 0%, #ff4180 100%);border:none}@media screen and (max-width: 880px){.my-hot-v2{--gap: 12px}.my-hot-v2 .my-hot-v2__card{border-radius:20px}.my-hot-v2 .my-hot-v2__card::before{border-radius:20px}.my-hot-v2 .my-hot-v2__content{bottom:14px;left:14px;right:14px}.my-hot-v2 .my-hot-v2__title{font-size:20px}.my-hot-v2 .my-hot-v2__desc{font-size:14px;margin-top:4px}.my-hot-v2 .my-hot-v2__nav-btn{display:none}.my-hot-v2 .my-hot-v2__dots{gap:10px;margin-top:18px}.my-hot-v2 .my-hot-v2__dot{width:12px;height:12px}}