module.discover.festivals-carousel {
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 5% 0 2%;
}

section.discover[festivals] {
    display: flex;
    flex-direction: column;
    position: relative;
    box-sizing: border-box;
    margin: 0 5%;
}

section.discover[festivals] > p {
    color: #000;
}

section.discover[festivals] > p.title {
    font-size: 4.5vw;
    font-weight: 900;
    text-transform: uppercase;
}

section.discover[festivals] > p.subtitle {
    font-size: 2.5vw;
    font-weight: 400;
}

widget.carousel[type="festival-discover"] {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 4%;
    padding: 4% 5% 1%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

widget.carousel[type="festival-discover"] > .festival-carousel-divider {
    flex: 0 0 12px;
    width: 12px;
    min-width: 12px;
    align-self: stretch;
    margin: 3vw 0;
    border-radius: 999px;
    background: linear-gradient(180deg, rgba(255, 20, 129, 0.18) 0%, rgba(255, 123, 84, 0.10) 100%);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.28);
}

widget.carousel[type="festival-discover"] > a.block.festival {
    display: flex;
    position: relative;
    flex: 0 0 auto;
    align-items: flex-end;
    width: 58vw;
    height: 74vw;
    box-sizing: border-box;
    padding: 5%;
    border-radius: 18px;
    background:
        linear-gradient(180deg, rgba(15, 23, 42, 0.06) 0%, rgba(15, 23, 42, 0.28) 45%, rgba(15, 23, 42, 0.72) 100%),
        linear-gradient(135deg, #111827 0%, #334155 100%);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    box-shadow: var(--evont-box-shadows);
    text-decoration: none;
    transition: transform .2s ease-in;
}

widget.carousel[type="festival-discover"] > a.block.festival[style*="background-image"] {
    background-position: center;
}

widget.carousel[type="festival-discover"] > a.block.festival:active {
    transform: scale(.96);
}

widget.carousel[type="festival-discover"] > a.block.festival > content.place {
    display: grid;
    gap: 6px;
    position: relative;
    width: 100%;
    z-index: 1;
    color: #fff;
}

widget.carousel[type="festival-discover"] > a.block.festival > content.place > p {
    margin: 0;
}

widget.carousel[type="festival-discover"] > a.block.festival > content.place > p.kicker {
    font-size: 2.4vw;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.82);
}

widget.carousel[type="festival-discover"] > a.block.festival > content.place > p.notice {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    order: -2;
    align-self: flex-start;
    padding: 5px 8px;
    border-radius: 999px;
    background: linear-gradient(135deg, rgba(255, 20, 129, 0.96) 0%, rgba(255, 123, 84, 0.96) 100%);
    color: #fff;
    font-size: 1.5vw;
    font-weight: 550;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: .02em;
    box-shadow: 0 12px 22px rgba(255, 20, 129, 0.24);
}

widget.carousel[type="festival-discover"] > a.block.festival > content.place > p.title {
    font-size: 5vw;
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
    text-shadow: 0 2px 18px rgba(0, 0, 0, 0.24);
}

widget.carousel[type="festival-discover"] > a.block.festival > content.place > p.adresa {
    font-size: 3vw;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.84);
}

/* body {
    background: #0f0f0f;
    color: #FFF !important;
    background: hsl(222 47% 7%) !important;
}

widget.carousel>a.block {
    border: 1px solid #2b3138;
    border: 1px solid hsl(222 47% 12%) !important;
} */

.discover-festivals-summer-wrap {
    position: relative;
    /* margin: 2% 0 3%; */
    margin: 12% 0 5%;
    padding: 6.5% 0 5%;
    overflow-x: clip;
    overflow-y: visible;
    background:
        radial-gradient(circle at 14% 18%, rgba(255, 194, 102, 0.26) 0%, rgba(255, 194, 102, 0) 28%),
        radial-gradient(circle at 86% 16%, rgba(255, 130, 92, 0.20) 0%, rgba(255, 130, 92, 0) 26%),
        linear-gradient(180deg, rgba(255, 248, 235, 0.96) 0%, rgba(255, 241, 232, 0.94) 48%, rgba(255, 246, 251, 0.92) 100%);
    /* border-top: 1px solid rgba(255, 167, 87, 0.18); */
    /* border-bottom: 1px solid rgba(255, 137, 96, 0.16); */
}

.discover-festivals-summer-wrap > *:not(.discover-festivals-summer-sun):not(.discover-festivals-summer-orb):not(.discover-festivals-summer-palm):not(.discover-festivals-summer-bottom-sun):not(.discover-festivals-summer-bottom-orb) {
    position: relative;
    z-index: 2;
}

.discover-festivals-summer-cta-wrap {
    display: flex;
    justify-content: center;
    margin-top: 18px;
    padding: 0 5%;
}

.discover-festivals-summer-cta {
    min-height: 48px;
    padding: 0 22px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    background: linear-gradient(135deg, #ff1481 0%, #ff7b54 100%);
    color: #fff;
    font-size: 3vw;
    font-weight: 600;
    letter-spacing: 0.02em;
    box-shadow: 0 16px 30px rgba(255, 84, 112, 0.18);
    transition: transform .18s ease, box-shadow .18s ease, filter .18s ease;
    width: 100%;
    box-sizing: border-box;
}

.discover-festivals-summer-cta:active {
    transform: scale(.98);
    box-shadow: 0 10px 18px rgba(255, 84, 112, 0.14);
    filter: saturate(1.04);
}

.discover-festivals-summer-wrap::before,
.discover-festivals-summer-wrap::after {
    content: "";
    position: absolute;
    pointer-events: none;
    inset: 0;
    z-index: 1;
}

.discover-festivals-summer-wrap::before {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.42) 11%, rgba(255, 255, 255, 0) 22%);
}

.discover-festivals-summer-wrap::after {
    background:
        linear-gradient(0deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.52) 12%, rgba(255, 255, 255, 0) 26%);
}

.discover-festivals-summer-sun {
    position: absolute;
    top: 18px;
    right: 7%;
    width: 92px;
    height: 92px;
    border-radius: 999px;
    background:
        radial-gradient(circle at 38% 38%, rgba(255, 252, 240, 0.98) 0%, rgba(255, 235, 163, 0.94) 34%, rgba(255, 183, 77, 0.86) 68%, rgba(255, 183, 77, 0) 100%);
    box-shadow:
        0 0 0 14px rgba(255, 214, 112, 0.10),
        0 0 0 28px rgba(255, 214, 112, 0.05);
    z-index: 0;
}

.discover-festivals-summer-orb {
    position: absolute;
    border-radius: 999px;
    pointer-events: none;
    z-index: 0;
    filter: blur(2px);
}

.discover-festivals-summer-orb--left {
    top: 26px;
    left: 4%;
    width: 18px;
    height: 18px;
    background: rgba(255, 255, 255, 0.42);
    box-shadow: 28px 18px 0 4px rgba(255, 255, 255, 0.18);
}

.discover-festivals-summer-orb--right {
    top: 92px;
    right: 22%;
    width: 12px;
    height: 12px;
    background: rgba(255, 255, 255, 0.34);
    box-shadow: -22px 12px 0 3px rgba(255, 255, 255, 0.16);
}

.discover-festivals-summer-palm {
    position: absolute;
    top: -54px;
    width: 156px;
    height: 188px;
    pointer-events: none;
    z-index: 2;
    opacity: 0.48;
}

.discover-festivals-summer-palm::before {
    content: "";
    position: absolute;
    left: 52%;
    bottom: 8px;
    width: 6px;
    height: 116px;
    border-radius: 999px;
    background: linear-gradient(180deg, rgba(104, 77, 42, 0.34) 0%, rgba(104, 77, 42, 0.64) 100%);
    transform-origin: bottom center;
}

.discover-festivals-summer-palm::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(74px 22px at 52% 22%, rgba(24, 118, 82, 0.92) 0%, rgba(24, 118, 82, 0) 78%),
        radial-gradient(58px 18px at 28% 28%, rgba(33, 148, 103, 0.80) 0%, rgba(33, 148, 103, 0) 78%),
        radial-gradient(58px 18px at 76% 30%, rgba(33, 148, 103, 0.80) 0%, rgba(33, 148, 103, 0) 78%),
        radial-gradient(50px 15px at 23% 18%, rgba(24, 118, 82, 0.70) 0%, rgba(24, 118, 82, 0) 78%),
        radial-gradient(50px 15px at 81% 17%, rgba(24, 118, 82, 0.70) 0%, rgba(24, 118, 82, 0) 78%);
}

.discover-festivals-summer-palm--left {
    left: -54px;
    transform: scale(0.96) rotate(-12deg);
}

.discover-festivals-summer-palm--left::before {
    transform: rotate(9deg);
}

.discover-festivals-summer-palm--right {
    right: -52px;
    transform: scale(0.94) rotate(12deg);
}

.discover-festivals-summer-palm--right::before {
    transform: rotate(-10deg);
}

.discover-festivals-summer-bottom-sun {
    position: absolute;
    top: 42px;
    left: 16%;
    width: 108px;
    height: 108px;
    border-radius: 999px;
    background:
        radial-gradient(circle at 40% 40%, rgba(245, 254, 255, 0.96) 0%, rgba(167, 243, 255, 0.86) 36%, rgba(56, 189, 248, 0.52) 70%, rgba(56, 189, 248, 0) 100%);
    box-shadow:
        0 0 0 16px rgba(103, 232, 249, 0.10),
        0 0 0 34px rgba(103, 232, 249, 0.05);
    z-index: 0;
    pointer-events: none;
}

.discover-festivals-summer-bottom-orb {
    position: absolute;
    border-radius: 999px;
    pointer-events: none;
    z-index: 0;
    filter: blur(2px);
}

.discover-festivals-summer-bottom-orb--left {
    top: 34px;
    right: 12%;
    width: 18px;
    height: 18px;
    background: rgba(186, 230, 253, 0.44);
    box-shadow: -28px -16px 0 4px rgba(191, 219, 254, 0.22);
}

.discover-festivals-summer-bottom-orb--right {
    top: 86px;
    right: 28%;
    width: 14px;
    height: 14px;
    background: rgba(125, 211, 252, 0.40);
    box-shadow: 22px -18px 0 3px rgba(165, 243, 252, 0.18);
}