html{
    scroll-behavior: smooth;
}
.merch-v2{
    --merch-v2-bg: #030303;
    --merch-v2-cell: #080808;
    --merch-v2-line: rgba(255, 255, 255, .08);
    --merch-v2-copy: rgba(255, 255, 255, .78);
    --merch-v2-muted: rgba(255, 255, 255, .58);
    --merch-v2-accent: #b7ff22;
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 82% 18%, rgba(183, 255, 34, .12), transparent 18%),
        radial-gradient(circle at 74% 74%, rgba(183, 255, 34, .09), transparent 16%),
        linear-gradient(180deg, #020202 0%, #050505 45%, #020202 100%);
    color: #ffffff;
}
.merch-v2::before,
.merch-v2::after{
    content: "";
    position: absolute;
    pointer-events: none;
}
.merch-v2::before{
    right: -120px;
    bottom: 200px;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(183, 255, 34, .18) 0%, rgba(183, 255, 34, .05) 34%, transparent 70%);
    filter: blur(18px);
}
.merch-v2::after{
    left: 0;
    right: 0;
    bottom: 0;
    height: 220px;
    background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, .28) 100%);
}
.merch-v2__shell{
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 20px 64px;
}
.merch-v2__hero,
.merch-v2__manifest-row,
.merch-v2__cards,
.merch-v2__story,
.merch-v2__set{
    display: grid;
    gap: 1px;
    background: var(--merch-v2-line);
}
.merch-v2__cell{
    position: relative;
    overflow: hidden;
    background: var(--merch-v2-cell);
}
.merch-v2__hero{
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.merch-v2__intro{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 680px;
    padding: 48px 40px;
    background:
        linear-gradient(180deg, #060606 0%, #0a0a0a 100%);
    text-align: center;
}
.merch-v2__eyebrow{
    display: inline-block;
    color: rgba(255, 255, 255, .84);
    font-size: 12px;
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: .16em;
    text-transform: uppercase;
}
.merch-v2__title{
    max-width: 460px;
    margin: 18px 0 20px;
    font-family: "RF Dewi", sans-serif;
    font-size: clamp(54px, 5.2vw, 92px);
    line-height: .84;
    letter-spacing: -.05em;
    text-transform: uppercase;
    color: #ffffff;
}
.merch-v2__title span{
    display: block;
}
.merch-v2__title .is-accent{
    color: var(--merch-v2-accent);
}
.merch-v2__route{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    justify-content: center;
}
.merch-v2__route span{
    color: rgba(255, 255, 255, .9);
    font-size: 16px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: .12em;
    text-transform: uppercase;
}
.merch-v2__route i{
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--merch-v2-accent);
    box-shadow: 0 0 12px rgba(183, 255, 34, .46);
}
.merch-v2__lead{
    max-width: 290px;
    margin: 36px 0 0;
    color: var(--merch-v2-copy);
    font-size: 23px;
    line-height: 1.55;
}
.merch-v2__hero-media{
    min-height: 680px;
}
.merch-v2__hero-image{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
}
.merch-v2__scroll-down{
    position: absolute;
    bottom: 24px;
    left: 50%;
    z-index: 2;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    color: #ffffff;
    font-size: 10px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: .14em;
    text-transform: uppercase;
    transform: translateX(-50%);
}
.merch-v2__scroll-down img{
    display: block;
    width: 18px;
    height: 36px;
    animation: merch-v2-scroll-arrow 1.8s cubic-bezier(.45, 0, .2, 1) infinite;
}
@keyframes merch-v2-scroll-arrow{
    0%, 100%{
        opacity: .5;
        transform: translateY(-3px);
    }
    50%{
        opacity: 1;
        transform: translateY(5px);
    }
}
.merch-v2__hero-v2{
    position: relative;
    isolation: isolate;
    min-height: clamp(620px, calc(100svh - 128px), 760px);
    overflow: visible;
    background: transparent;
}
.merch-v2__hero-v2::before,
.merch-v2__hero-v2::after{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    z-index: 1;
    width: 100vw;
    pointer-events: none;
    transform: translateX(-50%);
}
.merch-v2__hero-v2::before{
    background: linear-gradient(90deg, rgba(0, 0, 0, .93) 0%, rgba(0, 0, 0, .7) 34%, rgba(0, 0, 0, .14) 64%, transparent 82%);
}
.merch-v2__hero-v2::after{
    background:
        linear-gradient(180deg, rgba(0, 0, 0, .18) 0%, transparent 26%, transparent 72%, rgba(0, 0, 0, .42) 100%),
        radial-gradient(ellipse at center, transparent 48%, rgba(0, 0, 0, .35) 100%);
    box-shadow: inset 0 -1px 0 var(--merch-v2-line);
}
.merch-v2__hero-v2-bg{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    display: block;
    width: 100vw;
    max-width: none;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transform: translateX(-50%);
}
.merch-v2__hero-v2-content{
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    max-width: 820px;
    min-height: inherit;
    padding: 64px 54px;
}
.merch-v2__hero-v2-title{
    margin: 0;
    color: #ffffff;
    font-family: "RF Dewi", sans-serif;
    font-size: clamp(72px, 7vw, 116px);
    font-weight: 800;
    line-height: .87;
    letter-spacing: -.055em;
    text-transform: uppercase;
}
.merch-v2__hero-v2-title span{
    display: block;
}
.merch-v2__hero-v2-title .is-accent{
    color: var(--merch-v2-accent);
}
.merch-v2__hero-v2-title sup{
    display: inline-block;
    margin-left: 8px;
    font-size: .15em;
    line-height: 1;
    vertical-align: top;
    transform: translateY(.22em);
}
.merch-v2__hero-v2-route{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px;
    margin-top: 36px;
}
.merch-v2__hero-v2-route span,
.merch-v2__hero-v2-route i{
    color: rgba(255, 255, 255, .92);
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    letter-spacing: .13em;
    text-transform: uppercase;
}
.merch-v2__hero-v2-route i{
    color: var(--merch-v2-accent);
}
.merch-v2__hero-v2-lead{
    max-width: 520px;
    margin: 38px 0 0;
    color: rgba(255, 255, 255, .78);
    font-size: clamp(17px, 1.15vw, 20px);
    line-height: 1.55;
    text-align: left;
}
.merch-v2__hero-v2-scroll{
    bottom: 20px;
}
.merch-v2__manifest-row{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 1px;
    scroll-margin-top: 128px;
}
.merch-v2__manifest{
    padding: 42px 48px 34px;
}
.merch-v2__manifest h2{
    max-width: 720px;
    margin: 0;
    font-family: "RF Dewi", sans-serif;
    font-size: clamp(34px, 3vw, 48px);
    line-height: .96;
    letter-spacing: -.04em;
    text-transform: uppercase;
    color: #ffffff;
}
.merch-v2__manifest h2 span{
    color: var(--merch-v2-accent);
}
.merch-v2__accent-line{
    display: block;
    width: 58px;
    height: 3px;
    margin-top: 20px;
    background: var(--merch-v2-accent);
}
.merch-v2__features{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 34px;
}
.merch-v2__feature{
    display: grid;
    gap: 14px;
    align-content: start;
}
.merch-v2__feature-icon{
    display: block;
    width: 52px;
    height: 52px;
    object-fit: contain;
}
.merch-v2__feature-label{
    color: rgba(255, 255, 255, .84);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.45;
    letter-spacing: .08em;
    text-transform: uppercase;
}
.merch-v2__gym-shot{
    min-height: 360px;
}
.merch-v2__gym-image{
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .72;
    filter: grayscale(.08) contrast(1.1);
}
.merch-v2__cards{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 1px;
}
.merch-v2__product-card{
    display: grid;
    grid-template-rows: auto auto;
    min-width: 0;
}
.merch-v2__product-image{
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    aspect-ratio: 1.18 / 1;
    padding: 0;
    border: 0;
    background: #111111;
    color: #ffffff;
    cursor: zoom-in;
    appearance: none;
}
.merch-v2__product-image img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform .45s cubic-bezier(.2, .75, .2, 1), filter .45s ease;
}
.merch-v2__product-image::after{
    content: "";
    position: absolute;
    inset: 0;
    border: 1px solid rgba(255, 255, 255, .08);
    pointer-events: none;
}
.merch-v2__product-image:hover img,
.merch-v2__product-image:focus-visible img{
    transform: scale(1.025);
    filter: brightness(1.06);
}
.merch-v2__product-image:focus-visible{
    outline: 2px solid var(--merch-v2-accent);
    outline-offset: -4px;
}
.merch-v2__product-image--empty{
    display: grid;
    place-items: center;
    color: rgba(255, 255, 255, .5);
    cursor: default;
    font-size: 13px;
    letter-spacing: .08em;
    text-transform: uppercase;
}
.merch-v2__gallery-hint{
    position: absolute;
    top: 18px;
    right: 18px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 9px 12px;
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 999px;
    background: rgba(3, 3, 3, .74);
    box-shadow: 0 8px 24px rgba(0, 0, 0, .25);
    backdrop-filter: blur(10px);
    font-size: 10px;
    line-height: 1;
    letter-spacing: .08em;
    text-transform: uppercase;
}
.merch-v2__gallery-hint strong{
    color: var(--merch-v2-accent);
    font-size: inherit;
}
.merch-v2__product-body{
    position: relative;
    z-index: 1;
    min-height: 174px;
    padding: 26px 32px 28px;
    border-top: 1px solid var(--merch-v2-line);
    background: linear-gradient(180deg, #0a0a0a 0%, #060606 100%);
    text-align: center;
}
.merch-v2__product-body h2{
    margin: 0 auto;
    text-align: center;
    font-family: "RF Dewi", sans-serif;
    font-size: clamp(34px, 3.4vw, 48px);
    line-height: .92;
    letter-spacing: -.05em;
    text-transform: uppercase;
    color: #ffffff;
}
.merch-v2__telegram-link{
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-top: 18px;
    color: var(--merch-v2-accent);
    font-size: 16px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: .08em;
    text-transform: uppercase;
}
.merch-v2__product-body .merch-v2__telegram-link{
    justify-content: center;
}
.merch-v2__telegram-bullet{
    display: block;
    flex: 0 0 auto;
    width: 24px;
    height: 24px;
    filter: drop-shadow(0 0 10px rgba(183, 255, 34, .24));
}

body.merch-gallery-open{
    overflow: hidden;
}
body.merch-gallery-open #__replain_widget{
    display: none !important;
}
.merch-gallery[hidden]{
    display: none !important;
}
.merch-gallery{
    position: fixed;
    inset: 0;
    z-index: 100000;
    display: grid;
    place-items: center;
    padding: 24px;
    opacity: 0;
    visibility: hidden;
    transition: opacity .22s ease;
}
.merch-gallery.is-open{
    opacity: 1;
    visibility: visible;
}
.merch-gallery__backdrop{
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    border: 0;
    background: rgba(0, 0, 0, .9);
    backdrop-filter: blur(12px);
    cursor: zoom-out;
}
.merch-gallery__dialog{
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-rows: auto minmax(0, 1fr) auto;
    overflow: hidden;
    width: min(1120px, 100%);
    height: min(860px, calc(100svh - 48px));
    border: 1px solid rgba(255, 255, 255, .14);
    background: #080808;
    box-shadow: 0 32px 90px rgba(0, 0, 0, .72);
    color: #ffffff;
}
.merch-gallery__topbar{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 20px 24px;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}
.merch-gallery__eyebrow{
    display: block;
    margin-bottom: 5px;
    color: #b7ff22;
    font-size: 10px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: .12em;
    text-transform: uppercase;
}
.merch-gallery__title{
    margin: 0;
    color: #ffffff;
    font-family: "RF Dewi", sans-serif;
    font-size: clamp(20px, 2vw, 30px);
    line-height: 1;
    letter-spacing: -.04em;
    text-transform: uppercase;
}
.merch-gallery__close,
.merch-gallery__arrow{
    display: grid;
    flex: 0 0 auto;
    place-items: center;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 50%;
    background: rgba(255, 255, 255, .06);
    color: #ffffff;
    cursor: pointer;
    transition: border-color .2s ease, background .2s ease, color .2s ease;
}
.merch-gallery__close:hover,
.merch-gallery__close:focus-visible,
.merch-gallery__arrow:hover,
.merch-gallery__arrow:focus-visible{
    border-color: #b7ff22;
    background: #b7ff22;
    color: #050505;
    outline: none;
}
.merch-gallery__close{
    width: 44px;
    height: 44px;
    font-size: 30px;
    font-weight: 300;
    line-height: 1;
}
.merch-gallery__stage{
    display: grid;
    grid-template-columns: 64px minmax(0, 1fr) 64px;
    gap: 18px;
    align-items: center;
    min-height: 0;
    padding: 20px 24px;
    touch-action: pan-y;
    user-select: none;
}
.merch-gallery__arrow{
    width: 54px;
    height: 54px;
    justify-self: center;
    font-size: 24px;
}
.merch-gallery__figure{
    display: grid;
    grid-template-rows: minmax(0, 1fr) auto;
    min-width: 0;
    min-height: 0;
    height: 100%;
    margin: 0;
}
.merch-gallery__image{
    display: block;
    width: 100%;
    height: 100%;
    min-height: 0;
    object-fit: contain;
    background: #101010;
}
.merch-gallery__caption{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding-top: 14px;
    color: rgba(255, 255, 255, .7);
    font-size: 11px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: .1em;
    text-transform: uppercase;
}
.merch-gallery__caption strong{
    color: #b7ff22;
}
.merch-gallery__dots{
    display: flex;
    justify-content: center;
    gap: 9px;
    min-height: 38px;
    padding: 0 24px 20px;
}
.merch-gallery__dots button{
    width: 38px;
    height: 3px;
    padding: 0;
    border: 0;
    background: rgba(255, 255, 255, .26);
    cursor: pointer;
    transition: width .2s ease, background .2s ease;
}
.merch-gallery__dots button.is-active{
    width: 58px;
    background: #b7ff22;
}
.merch-gallery.is-single .merch-gallery__arrow,
.merch-gallery.is-single .merch-gallery__dots{
    visibility: hidden;
}
.merch-v2__motion{
    display: grid;
    grid-template-columns: minmax(0, 1.18fr) minmax(340px, .82fr);
    gap: 1px;
    margin-top: 1px;
    background: var(--merch-v2-line);
}
.merch-v2__motion-copy{
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 520px;
    padding: 48px 54px;
    background:
        radial-gradient(circle at 12% 18%, rgba(183, 255, 34, .08), transparent 28%),
        #080808;
}
.merch-v2__motion-kicker,
.merch-v2__motion-index{
    color: var(--merch-v2-accent);
    font-size: 12px;
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: .16em;
    text-transform: uppercase;
}
.merch-v2__motion-copy h2{
    margin: 20px 0 0;
    color: #ffffff;
    font-family: "RF Dewi", sans-serif;
    font-size: clamp(42px, 4.2vw, 68px);
    line-height: .9;
    letter-spacing: -.05em;
    text-transform: uppercase;
}
.merch-v2__motion-copy h2 span{
    color: var(--merch-v2-accent);
}
.merch-v2__motion-copy p{
    max-width: 580px;
    margin: 28px 0 0;
    color: var(--merch-v2-copy);
    font-size: 18px;
    line-height: 1.7;
}
.merch-v2__motion-tags{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 28px;
}
.merch-v2__motion-tags span{
    padding: 9px 13px;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 999px;
    color: rgba(255, 255, 255, .78);
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: .06em;
    text-transform: uppercase;
}
.merch-v2__motion-stage{
    display: grid;
    place-items: center;
    min-height: 520px;
    padding: 20px 28px;
    background:
        radial-gradient(circle at 50% 50%, rgba(183, 255, 34, .12), transparent 36%),
        linear-gradient(135deg, #101312 0%, #050505 72%);
}
.merch-v2__motion-stage::before{
    content: "";
    position: absolute;
    inset: 20px;
    border: 1px solid rgba(183, 255, 34, .13);
    pointer-events: none;
}
.merch-v2__motion-index{
    position: absolute;
    top: 34px;
    left: 42px;
    z-index: 2;
}
.merch-v2__motion-video{
    position: relative;
    z-index: 1;
    display: block;
    width: auto;
    height: 480px;
    aspect-ratio: 9 / 16;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 2px;
    background: #030303;
    object-fit: cover;
    box-shadow: 0 24px 46px rgba(0, 0, 0, .52);
    pointer-events: none;
}
.merch-v2__motion-video::-webkit-media-controls,
.merch-v2__motion-video::-webkit-media-controls-enclosure,
.merch-v2__motion-video::-webkit-media-controls-panel,
.merch-v2__motion-video::-webkit-media-controls-overlay-play-button,
.merch-v2__motion-video::-webkit-media-controls-start-playback-button{
    display: none !important;
    -webkit-appearance: none;
}

@media (prefers-reduced-motion: reduce){
    html{
        scroll-behavior: auto;
    }
    .merch-v2__scroll-down img{
        animation: none;
    }
}
.merch-v2__story{
    position: relative;
    grid-template-columns: minmax(0, 1.55fr) minmax(300px, .85fr);
    gap: 0;
    overflow: hidden;
    margin-top: 1px;
    background: var(--merch-v2-cell);
}
.merch-v2__story--shorts{
    grid-template-columns: minmax(300px, .72fr) minmax(0, 1.28fr);
}
.merch-v2__story-gallery{
    position: relative;
    z-index: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.merch-v2__story-shot{
    margin: 0;
    min-height: 520px;
    background: radial-gradient(circle at 50% 42%, #171717 0%, #0a0a0a 58%, #050505 100%);
}
.merch-v2__story-shot img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 24px;
}
.merch-v2__story-shot:only-child{
    grid-column: 1 / -1;
}
.merch-v2__story-copy{
    z-index: 1;
    overflow: visible;
    padding: 36px 38px 32px;
}
.merch-v2__story-copy::before,
.merch-v2__story-copy::after{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 72px;
    pointer-events: none;
}
.merch-v2__story--tee .merch-v2__story-copy::before{
    left: -72px;
    background: linear-gradient(90deg, transparent 0%, rgba(8, 8, 8, .52) 48%, var(--merch-v2-cell) 100%);
}
.merch-v2__story--shorts .merch-v2__story-copy::after{
    right: -72px;
    background: linear-gradient(90deg, var(--merch-v2-cell) 0%, rgba(8, 8, 8, .52) 52%, transparent 100%);
}
.merch-v2__story-index{
    display: inline-block;
    color: var(--merch-v2-accent);
    font-size: 12px;
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: .16em;
    text-transform: uppercase;
}
.merch-v2__story-copy h2{
    margin: 18px 0 0;
    font-family: "RF Dewi", sans-serif;
    font-size: clamp(30px, 2.5vw, 42px);
    line-height: .93;
    letter-spacing: -.05em;
    text-transform: uppercase;
    color: #ffffff;
}
.merch-v2__story-copy p{
    max-width: 420px;
    margin: 22px 0 0;
    color: var(--merch-v2-copy);
    font-size: 18px;
    line-height: 1.7;
}
.merch-v2__story-meta{
    color: rgba(255, 255, 255, .86);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.45;
    letter-spacing: .1em;
    text-transform: uppercase;
}
.merch-v2__story-meta span{
    color: var(--merch-v2-accent);
}
.merch-v2__banner{
    margin-top: 1px;
}
.merch-v2__banner-media{
    min-height: 270px;
}
.merch-v2__banner-image{
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .7;
}
.merch-v2__banner-media::after{
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, .18) 0%, rgba(0, 0, 0, .38) 100%);
}
.merch-v2__banner-copy{
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    transform: translate(-50%, -50%);
    text-align: center;
}
.merch-v2__banner-copy span{
    display: inline-block;
    margin-bottom: 14px;
    color: rgba(255, 255, 255, .72);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .16em;
    text-transform: uppercase;
}
.merch-v2__banner-copy strong{
    display: block;
    font-family: "RF Dewi", sans-serif;
    font-size: clamp(48px, 5vw, 78px);
    line-height: .9;
    letter-spacing: -.05em;
    text-transform: uppercase;
}
.merch-v2__banner-copy em{
    color: var(--merch-v2-accent);
    font-style: normal;
}
.merch-v2__set{
    position: relative;
    isolation: isolate;
    grid-template-columns: minmax(220px, .72fr) minmax(250px, 1fr) 76px minmax(250px, 1fr) minmax(270px, .95fr);
    gap: 0;
    min-height: 320px;
    margin-top: 1px;
    border-top: 1px solid rgba(255, 255, 255, .08);
    border-bottom: 1px solid rgba(255, 255, 255, .08);
    background:
        radial-gradient(ellipse at 53% 62%, rgba(183, 255, 34, .11) 0%, rgba(183, 255, 34, .035) 28%, transparent 58%),
        linear-gradient(105deg, #050505 0%, #0a0b0b 54%, #050505 100%);
}
.merch-v2__set::before{
    content: "";
    position: absolute;
    right: 22%;
    bottom: 34px;
    left: 18%;
    z-index: -1;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(183, 255, 34, .5), transparent);
    box-shadow: 0 0 28px 8px rgba(183, 255, 34, .07);
}
.merch-v2__set > .merch-v2__cell{
    z-index: 1;
    overflow: visible;
    background: transparent;
}
.merch-v2__set-header{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 36px 28px;
    min-height: 320px;
}
.merch-v2__set-title{
    font-family: "RF Dewi", sans-serif;
    font-size: clamp(25px, 2.1vw, 34px);
    line-height: .95;
    letter-spacing: -.04em;
    text-transform: uppercase;
    color: #ffffff;
}
.merch-v2__set-figure{
    position: relative;
    display: grid;
    place-items: center;
    min-height: 320px;
    padding: 18px 0;
}
.merch-v2__set-figure::after{
    content: "";
    position: absolute;
    right: 8%;
    bottom: 32px;
    left: 8%;
    z-index: -1;
    height: 34px;
    border-radius: 50%;
    background: rgba(0, 0, 0, .72);
    filter: blur(14px);
}
.merch-v2__set-figure img{
    display: block;
    width: auto;
    max-width: 108%;
    height: auto;
    max-height: 286px;
    object-fit: contain;
    filter: drop-shadow(0 18px 20px rgba(0, 0, 0, .55));
    transition: transform .45s ease;
}
.merch-v2__set-figure:nth-child(2) img{
    transform: rotate(-2deg) scale(.94);
}
.merch-v2__set-figure:nth-child(4) img{
    transform: rotate(2deg) scale(1.04);
}
.merch-v2__set-figure:nth-child(2):hover img{
    transform: rotate(-1deg) scale(.98);
}
.merch-v2__set-figure:nth-child(4):hover img{
    transform: rotate(1deg) scale(1.08);
}
.merch-v2__set-plus{
    position: relative;
    display: block;
    align-self: center;
    justify-self: center;
    width: 48px;
    height: 48px;
    overflow: hidden;
    color: transparent;
    font-size: 0;
}
.merch-v2__set-plus::before,
.merch-v2__set-plus::after{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 24px;
    height: 3px;
    border-radius: 3px;
    background: var(--merch-v2-accent);
    box-shadow: 0 0 14px rgba(183, 255, 34, .32);
    transform: translate(-50%, -50%);
}
.merch-v2__set-plus::after{
    transform: translate(-50%, -50%) rotate(90deg);
}
.merch-v2__set-copy{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 36px 30px;
}
.merch-v2__set-copy h2{
    margin: 0;
    color: rgba(255, 255, 255, .42);
    font-family: "RF Dewi", sans-serif;
    font-size: clamp(34px, 3vw, 54px);
    line-height: .92;
    letter-spacing: -.05em;
    text-transform: uppercase;
}
