/*
Theme Name: Jellies
Description: Custom theme for Jellies Originals.
Author: Szymon Chrost
Version: 1.0.0
Text Domain: jellies
*/

@font-face {
    font-family: "Acumin Variable Concept";
    src: url("assets/fonts/AcuminProCond-Black.ttf") format("truetype");
    font-style: normal;
    font-weight: 900;
    font-display: swap;

}

/* Coming soon front page. */
.coming-soon-page {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.coming-soon-header {
    align-items: center;
    background: var(--Soft-Lime, #C7DD6E);
    border-bottom: 4px solid var(--Black, #000);
    box-sizing: border-box;
    display: flex;
    height: 5rem;
    justify-content: center;
    padding: 0 7.5rem;
    width: 100%;
}

.coming-soon-social-nav {
    margin-left: auto;
}

.coming-soon-main {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    flex: 1;
    justify-content: center;
    min-height: calc(100vh - 8.75rem);
    min-height: calc(100svh - 8.75rem);
    overflow: hidden;
    padding: 6rem 2rem 8rem;
    position: relative;
}

.coming-soon-content {
    align-items: center;
    display: flex;
    flex-direction: column;
    position: relative;
    text-align: center;
    width: min(100%, 52.5rem);
    z-index: 2;
}

.coming-soon-logo {
    display: block;
    height: auto;
    margin-bottom: 3rem;
    width: min(32rem, 70vw);
}

.coming-soon-title {
    color: var(--Black, #000);
    font-family: "Acumin Variable Concept", Arial, sans-serif;
    font-size: clamp(3rem, 6vw, 5rem);
    font-style: italic;
    font-weight: 900;
    line-height: 0.96;
    margin: 0 0 4rem;
}

.countdown {
    background: var(--Black, #000);
    box-sizing: border-box;
    column-gap: clamp(2rem, 5vw, 4.5rem);
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    justify-content: center;
    padding: 2.75rem 4.75rem 2.5rem;
    width: min(100%, 52.5rem);
}

.countdown-item {
    align-items: center;
    color: var(--White, #FFF);
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.countdown-value {
    color: inherit;
    font-family: "Acumin Variable Concept", Arial, sans-serif;
    font-size: clamp(4rem, 8vw, 6.75rem);
    font-style: italic;
    font-weight: 900;
    line-height: 0.9;
}

.countdown-label {
    color: inherit;
    font-family: "Ohno Softie Variable", Arial, sans-serif;
    font-size: clamp(1.125rem, 2vw, 1.5rem);
    font-weight: 400;
    line-height: 1.3;
    margin-top: 1.5rem;
}

.coming-soon-character {
    bottom: 0;
    display: none;
    height: auto;
    pointer-events: none;
    position: absolute;
    right: clamp(4rem, 10vw, 10rem);
    width: min(18rem, 24vw);
    z-index: 1;
}

.coming-soon-footer {
    align-items: center;
    background: var(--Black, #000);
    box-sizing: border-box;
    color: var(--White, #FFF);
    display: flex;
    font-family: "Ohno Softie Variable", Arial, sans-serif;
    font-size: 1.25rem;
    gap: 2rem;
    justify-content: space-between;
    min-height: 3.75rem;
    padding: 1rem 7.5rem;
    width: 100%;
}

.coming-soon-footer p {
    margin: 0;
}

.coming-soon-footer-links {
    display: flex;
    gap: 2.75rem;
}

.coming-soon-footer a {
    color: inherit;
    text-decoration: none;
}

@media (max-width: 1100px) {
    .coming-soon-header {
        padding: 0 3rem;
    }

    .coming-soon-main {
        padding: 5rem 3rem 8rem;
    }

    .coming-soon-footer {
        padding-left: 3rem;
        padding-right: 3rem;
    }
}

@media (max-width: 560px) {
    .coming-soon-header {
        height: 7rem;
        padding: 0 2rem;
    }

    .coming-soon-header .social-nav {
        display: flex;
    }

    .coming-soon-main {
        align-items: flex-start;
        min-height: calc(100vh - 8rem);
        min-height: calc(100svh - 8rem);
        padding: 5.5rem 0 14rem;
    }

    .coming-soon-logo {
        margin-bottom: 2rem;
        width: min(24rem, 72vw);
    }

    .coming-soon-title {
        font-size: 3rem;
        margin-bottom: 3rem;
        max-width: 24rem;
    }

    .countdown {
        column-gap: 0.75rem;
        padding: 3.75rem 1.25rem 3.5rem;
        width: 100vw;
    }

    .countdown-value {
        font-size: clamp(3rem, 15vw, 4.75rem);
    }

    .countdown-label {
        font-size: clamp(0.9rem, 4vw, 1.25rem);
        margin-top: 1.25rem;
    }

    .coming-soon-character {
        bottom: 0;
        display: block;
        right: 2.25rem;
        width: min(10rem, 34vw);
    }

    .coming-soon-footer {
        align-items: flex-start;
        flex-direction: column;
        font-size: 1rem;
        gap: 1.5rem;
        padding: 2.25rem 3.5rem 2rem;
    }

    .coming-soon-footer-links {
        flex-direction: column;
        gap: 1.5rem;
        order: 1;
    }

    .coming-soon-footer p {
        order: 2;
    }
}

@font-face {
    font-family: "Ohno Softie Variable";
    src: url("assets/fonts/ohno-softie-variable.otf") format("opentype");
    font-style: normal;
    font-weight: 300;
    font-display: swap;
}

html {
    background: var(--Pop-Red, #ED1A3D);
    scroll-behavior: smooth;
}

.base {
    background: var(--Pop-Red, #ED1A3D);
    margin: 0;
    min-height: 100vh;
    overflow-x: hidden;
}

.hero,
.discover,
.alpay,
.handel,
.facts,
.datenschutz-content {
    margin-left: auto;
    margin-right: auto;
    max-width: 90rem;
}

.h1,
.datenschutz-content h1 {
    color: var(--Black, #000);
    text-align: left;
    /* H1 */
    font-family: "Acumin Variable Concept", Arial, sans-serif;
    font-size: 4rem;
    font-style: italic;
    font-weight: 800;
    line-height: 96%; /* 61.44px */
    align-self: stretch;
}
.h2,
.datenschutz-content h2 {
    
    color: var(--Black, #000);
    /* H2 */
    font-family: "Acumin Variable Concept", Arial, sans-serif;
    font-size: 3.125rem;
    font-style: italic;
    font-weight: 800;
    line-height: 96%;
    align-self: stretch;
    }

.h3,
.datenschutz-content h3 {
    color: var(--Black, #000);

    /* H3 */
    font-family: "Acumin Variable Concept", Arial, sans-serif;
    font-size: 2rem;
    font-style: italic;
    font-weight: 800;
    line-height: 96%;
}

.datenschutz-content h4,
.datenschutz-content h5,
.datenschutz-content h6 {
    color: var(--Black, #000);
    font-family: "Acumin Variable Concept", Arial, sans-serif;
    font-style: italic;
    font-weight: 800;
    line-height: 96%;
}

.datenschutz-content h4 {
    font-size: 1.75rem;
}

.datenschutz-content h5 {
    font-size: 1.5rem;
}

.datenschutz-content h6 {
    font-size: 1.25rem;
}

.text {
    color: var(--Black, #000);
    text-align: center;

    /* Text */
    font-family: "Ohno Softie Variable", Arial, sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 31.2px */
    align-self: stretch;
}

.header {
    border-bottom: 4px solid var(--Black, #000);
    background: var(--Soft-Lime, #C7DD6E);
}

.site-header {
    align-items: center;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    height: 80px;
    padding: 0 40px;
    width: 100%;
}

.site-logo {
    display: block;
    height: 50px;
    width: 130px;
}

.site-logo img,
.social-nav img {
    display: block;
    height: 100%;
    width: 100%;
}

.main-nav {
    align-items: center;
    display: flex;
    gap: 3.75rem;
    justify-self: center;
}

.main-nav a {
    color: var(--Black, #000);
    font-family: "Acumin Variable Concept", Arial, sans-serif;
    font-size: 1.25rem;
    font-style: italic;
    font-weight: 800;
    line-height: normal;
    text-decoration: none;
    text-transform: uppercase;
}

.social-nav {
    align-items: center;
    grid-column: 3;
    display: flex;
    gap: 20px;
    justify-self: end;
}

.social-nav a {
    display: block;
    height: 20px;
    width: 20px;
}

.mobile-menu-toggle {
    display: none;
}

.hero {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    min-height: calc(100vh - 80px);
    overflow: hidden;
    padding: 5rem 7.5rem 0;
    position: relative;
    text-align: center;
}

.hero-content {
    align-items: center;
    display: flex;
    flex-direction: column;
    max-width: 50rem;
    position: relative;
    z-index: 2;
}

.hero-jellie {
    --hero-jellie-transform: rotate(0deg);
    display: flex;
    height: auto;
    justify-content: center;
    align-items: center;
    object-fit: contain;
    pointer-events: auto;
    position: absolute;
    transform: var(--hero-jellie-transform) scale(1);
    transition: transform 420ms cubic-bezier(0.2, 0.75, 0.25, 1);
    will-change: transform;
    z-index: 1;
}

@media (hover: hover) and (pointer: fine) {
    .hero-jellie:hover {
        transform: var(--hero-jellie-transform) scale(1.08);
        z-index: 3;
    }
}

.hero-jellie-1 {
    aspect-ratio: 1 / 1;
    height: 13.75rem;
    left: 2.5%;
    top: 28%;
    width: 13.75rem;
}

.hero-jellie-2 {
    aspect-ratio: 1 / 1;
    --hero-jellie-transform: rotate(134.021deg);
    filter: blur(7.5px);
    height: 11.25rem;
    left: 7%;
    top: 65%;
    width: 11.25rem;
}

.hero-jellie-3 {
    bottom: -1%;
    height: 11.25rem;
    left: 28%;
    width: 11.25rem;
}

.hero-jellie-4 {
    bottom: -1%;
    filter: blur(2.5px);
    height: 6.875rem;
    left: 61%;
    width: 6.875rem;
}

.hero-jellie-5 {
    aspect-ratio: 1 / 1;
    bottom: 3%;
    height: 10rem;
    right: 12%;
    --hero-jellie-transform: rotate(15deg);
    width: 10rem;
}

.hero-jellie-6 {
    aspect-ratio: 1 / 1;
    --hero-jellie-transform: rotate(90deg);
    filter: blur(20px);
    height: 22.5rem;
    right: -2%;
    top: 13%;
    width: 22.5rem;
}

.hero-logo {
    display: block;
    height: auto;
    margin-bottom: 2rem;
    width: min(30rem, 70vw);
}

.hero-sign {
    display: block;
    height: auto;
    margin-bottom: 2rem;
    width: min(11rem, 36vw);
}

.hero-title {
    margin: 0 0 1rem;
    text-align: center;
}

.hero-text {
    margin: 0 auto 2rem;
    max-width: 43rem;
}

.hero-button {
    display: block;
    height: 4rem;
    width: 4rem;
}

.hero-button img {
    display: block;
    height: 100%;
    width: 100%;
}

.discover {
    align-items: center;
    box-sizing: border-box;
    display: grid;
    gap: 2rem;
    grid-template-columns: minmax(20rem, 33rem) 1fr;
    overflow: hidden;
    padding: 0 0 0 6rem;
}

.discover-copy {
    position: relative;
    z-index: 2;
}

.discover-copy .h2 {
    margin: 0 0 1.5rem;
}

.discover-copy .text {
    margin: 0 0 2.5rem;
    max-width: 34rem;
    text-align: left;
}

.discover-button {
    align-items: center;
    background: var(--Black, #000);
    border-radius: 1.375rem;
    box-sizing: border-box;
    color: var(--White, #FFF);
    display: inline-flex;
    gap: 0.75rem;
    height: 2.75rem;
    justify-content: center;
    min-width: 13.3125rem;
    padding: 0 1.5rem;
    text-decoration: none;
    transition: background-color 180ms ease, color 180ms ease;
}

.discover-button span {
    align-items: center;
    color: inherit;
    display: inline-flex;
    font-family: "Acumin Variable Concept", Arial, sans-serif;
    font-size: 1.5rem;
    font-style: italic;
    font-weight: 700;
    line-height: 1;
    transform: translateY(0.0625rem);
}

.discover-button img {
    display: block;
    filter: none;
    flex: 0 0 auto;
    height: 0.875rem;
    transform: translateY(0.0625rem);
    transition: filter 180ms ease;
    width: 0.875rem;
}

.discover-button:focus-visible {
    background: var(--Pretty-Peach, #FBAC4D);
    color: var(--Black, #000);
}

.discover-button:focus-visible img {
    filter: brightness(0);
}

@media (hover: hover) and (pointer: fine) {
    .discover-button:hover {
        background: var(--Pretty-Peach, #FBAC4D);
        color: var(--Black, #000);
    }

    .discover-button:hover img {
        filter: brightness(0);
    }
}

.discover-packages {
    align-items: center;
    display: flex;
    justify-content: center;
    min-height: 54rem;
    position: relative;
}

.discover-packages::before {
    background: radial-gradient(50% 50% at 50% 50%, var(--Soft-Pink, #F69897) 10.1%, var(--Pop-Red, #ED1A3D) 100%);
    border-radius: 43.75rem;
    content: "";
    height: 43.75rem;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 43.75rem;
    z-index: 1;
}

.package {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    object-fit: contain;
    transition: filter 220ms ease, transform 260ms ease;
    will-change: transform;
}

.package-peach {
    height: 49rem;
    margin-right: -24rem;
    transform: translateY(-3rem) rotate(-15deg);
    width: 34rem;
    z-index: 2;
}

.package-watermelon {
    height: 56rem;
    transform: rotate(10deg);
    width: 38.75rem;
    z-index: 3;
}

.package-peach:hover {
    animation: peach-hover-bounce 520ms cubic-bezier(0.22, 0.7, 0.24, 1);
    transform: translateY(-3rem) rotate(-15deg) scale(1.08);
}

.package-watermelon:hover {
    animation: watermelon-hover-bounce 520ms cubic-bezier(0.22, 0.7, 0.24, 1);
    transform: rotate(10deg) scale(1.08);
}

.package-peach.is-settling {
    animation: peach-settle 820ms cubic-bezier(0.22, 0.7, 0.24, 1);
}

.package-watermelon.is-settling {
    animation: watermelon-settle 820ms cubic-bezier(0.22, 0.7, 0.24, 1);
}

@keyframes peach-hover-bounce {
    0% {
        transform: translateY(-3rem) rotate(-15deg) scale(1);
    }

    45% {
        transform: translateY(-3.12rem) rotate(-15deg) scale(1.095);
    }

    70% {
        transform: translateY(-2.94rem) rotate(-15deg) scale(1.065);
    }

    100% {
        transform: translateY(-3rem) rotate(-15deg) scale(1.08);
    }
}

@keyframes watermelon-hover-bounce {
    0% {
        transform: rotate(10deg) scale(1);
    }

    45% {
        transform: rotate(10deg) scale(1.095) translateY(-0.12rem);
    }

    70% {
        transform: rotate(10deg) scale(1.065) translateY(0.06rem);
    }

    100% {
        transform: rotate(10deg) scale(1.08);
    }
}

@keyframes peach-settle {
    0% {
        transform: translateY(-3rem) rotate(-15deg) scale(1.08);
    }

    28% {
        transform: translateY(-2.72rem) rotate(-15deg) scale(0.985);
    }

    48% {
        transform: translateY(-3.16rem) rotate(-15deg) scale(1.025);
    }

    65% {
        transform: translateY(-2.9rem) rotate(-15deg) scale(0.995);
    }

    82% {
        transform: translateY(-3.05rem) rotate(-15deg) scale(1.008);
    }

    100% {
        transform: translateY(-3rem) rotate(-15deg) scale(1);
    }
}

@keyframes watermelon-settle {
    0% {
        transform: rotate(10deg) scale(1.08);
    }

    28% {
        transform: rotate(10deg) scale(0.985) translateY(0.28rem);
    }

    48% {
        transform: rotate(10deg) scale(1.025) translateY(-0.16rem);
    }

    65% {
        transform: rotate(10deg) scale(0.995) translateY(0.1rem);
    }

    82% {
        transform: rotate(10deg) scale(1.008) translateY(-0.05rem);
    }

    100% {
        transform: rotate(10deg) scale(1);
    }
}

.alpay {
    align-items: center;
    box-sizing: border-box;
    display: grid;
    gap: 6rem;
    grid-template-columns: minmax(24rem, 34rem) minmax(20rem, 32rem);
    justify-content: center;
    min-height: 48rem;
    overflow: hidden;
    padding: 0 7.5rem;
}

.alpay-images {
    align-self: end;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    min-height: 45rem;
    position: relative;
    width: min(100%, 33rem);
}

.melon_skate {
    display: block;
    height: auto;
    bottom: 35.5rem;
    margin-bottom: 0;
    position: absolute;
    right: 4rem;
    width: 12rem;
    z-index: 2;
}

.alpay-portrait {
    display: block;
    height: auto;
    max-height: 45.5rem;
    object-fit: contain;
    width: min(100%, 33rem);
}

.alpay-description {
    max-width: 31rem;
}

.alpay-description .h2 {
    margin: 0 0 1.5rem;
}

.alpay-description .text {
    margin: 0;
    max-width: 30rem;
    text-align: left;
}

.products {
    box-sizing: border-box;
    padding: 9rem 0 0;
}

.products-description {
    box-sizing: border-box;
    margin: 0 auto 4rem;
    max-width: 46rem;
    padding: 0 2rem;
    text-align: center;
}

.products-description .h2 {
    margin: 0 0 1rem;
    text-align: center;
}

.products-description .text {
    margin: 0 auto;
    max-width: 42rem;
}

.products-grid {
    border-top: 4px solid var(--Black, #000);
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.product-card {
    align-items: center;
    aspect-ratio: 1 / 1;
    box-sizing: border-box;
    display: grid;
    grid-template-rows: auto 1fr;
    justify-items: center;
    min-height: 0;
    min-width: 0;
    overflow: hidden;
    padding: clamp(2rem, 4vw, 4rem) 1rem;
    position: relative;
    text-align: center;
}

.product-card:first-child {
    border-right: 4px solid var(--Black, #000);
}

.product-card:last-child {
    border-right: 0;
}

.product-card .h2 {
    align-self: start;
    margin: 0;
    position: relative;
    text-align: center;
    z-index: 3;
}

.product-package {
    aspect-ratio: 1 / 1;
    align-self: center;
    display: block;
    grid-row: 2;
    height: auto;
    max-height: 35rem;
    object-fit: contain;
    position: relative;
    width: min(76%, 32rem);
    z-index: 2;
}

.product-jellie {
    --jellie-transform: rotate(0deg);
    display: flex;
    height: auto;
    justify-content: center;
    align-items: center;
    object-fit: contain;
    opacity: 0;
    pointer-events: auto;
    position: absolute;
    transform: var(--jellie-transform) scale(0.35);
    transition: opacity 220ms ease, transform 420ms cubic-bezier(0.2, 0.75, 0.25, 1);
    z-index: 1;
}

.product-card:hover .product-jellie {
    opacity: 1;
    transform: var(--jellie-transform) scale(1);
    z-index: 1;
}

.product-card .product-jellie:hover {
    transform: var(--jellie-transform) scale(1.08);
    z-index: 1;
}

.product-jellie-watermelon-1,
.product-jellie-peach-1 {
    aspect-ratio: 1 / 1;
    height: clamp(5rem, 14vw, 13.125rem);
    left: 10%;
    top: 11%;
    width: clamp(5rem, 14vw, 13.125rem);
    filter: blur(1.5px);
}

.product-jellie-watermelon-2,
.product-jellie-peach-2 {
    --jellie-transform: rotate(3.701deg);
    height: clamp(3.75rem, 9vw, 8.75rem);
    left: 18%;
    top: 49%;
    width: clamp(3.75rem, 9vw, 8.75rem);
}

.product-jellie-watermelon-3{
  --jellie-transform: rotate(-72.32deg);
    aspect-ratio: 1 / 1;
    bottom: -14%;
    height: clamp(8rem, 22vw, 22.5rem);
    left: -14%;
    width: clamp(8rem, 22vw, 22.5rem);
    filter: blur(5px);
}
.product-jellie-peach-3 {
    --jellie-transform: rotate(-237.32deg) ;
    aspect-ratio: 1 / 1;
    bottom: -14%;
    height: clamp(8rem, 22vw, 22.5rem);
    left: -10%;
    width: clamp(8rem, 22vw, 22.5rem);
    filter: blur(5px);
}

.product-jellie-watermelon-4{
    --jellie-transform: rotate(166.3deg) scaleY(-1);
    aspect-ratio: 1 / 1;
    height: clamp(3rem, 7vw, 6.875rem);
    right: 21%;
    top: 10%;
    width: clamp(3rem, 7vw, 6.875rem);
    filter: blur(0.9166666269302368px);
}
.product-jellie-peach-4 {
    --jellie-transform:  rotate(-60.7deg);
    aspect-ratio: 1 / 1;
    height: clamp(3rem, 7vw, 6.875rem);
    right: 20%;
    top: 10%;
    width: clamp(3rem, 7vw, 6.875rem);
    filter: blur(0.9166666269302368px);
}

.product-jellie-watermelon-5
{
    --jellie-transform: rotate(-35.7deg);
    aspect-ratio: 1 / 1;
    height: clamp(6rem, 15vw, 15rem);
    right: 9%;
    top: 32%;
    width: clamp(6rem, 15vw, 15rem);
    filter: blur(1.3333333730697632px);
}
.product-jellie-peach-5 {
    --jellie-transform: rotate(3.7deg) scaleX(-1);
    aspect-ratio: 1 / 1;
    height: clamp(6rem, 15vw, 15rem);
    right: 5%;
    top: 33%;
    width: clamp(6rem, 15vw, 15rem);
    filter: blur(1.3333333730697632px);
}

.product-jellie-watermelon-6,
.product-jellie-peach-6 {
    --jellie-transform: scaleX(-1);
    bottom: 10%;
    right: 10%;
    height: clamp(5rem, 13vw, 13.125rem);
    width: clamp(5rem, 13vw, 13.125rem);
    filter: blur(2px);
}


.product-card-watermelon {
    background: radial-gradient(71.44% 63.82% at 50% 68.4%, var(--Soft-Lime, rgba(199, 221, 110, 0.90)) 0%, var(--Jelly-Green, rgba(0, 170, 80, 0.90)) 100%), var(--Jelly-Green, #00AA50);
}

.product-card-peach {
    background: radial-gradient(71.44% 63.82% at 50% 68.4%, var(--Soft-Pink, rgba(246, 152, 151, 0.90)) 0%, var(--Coral-Red, rgba(240, 83, 73, 0.90)) 100%), var(--Soft-Peach, #F48476);
}

.slider {
    background: var(--Black, #000);
    box-sizing: border-box;
    height: 5rem;
    overflow: hidden;
    padding: 0.125rem 0 0 2.5rem;
    width: 100%;
}

.slider-content {
    align-items: center;
    animation: slider-marquee 18s linear infinite;
    background: var(--Black, #000);
    display: flex;
    flex-shrink: 0;
    height: 5rem;
    padding: 0;
    width: max-content;
}

.slider-track {
    align-items: center;
    display: flex;
    flex: 0 0 auto;
    gap: 2.5rem;
    padding-right: 2.5rem;
}

.slider-track p {
    color: var(--White, #FFF);
    flex: 0 0 auto;
    font-family: "Acumin Variable Concept", Arial, sans-serif;
    font-size: 1.5rem;
    font-style: italic;
    font-weight: 700;
    line-height: normal;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
}

.slider-track img {
    display: block;
    flex: 0 0 auto;
    height: 2.5rem;
    width: auto;
}

@keyframes slider-marquee {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

.handel {
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 52rem;
    padding: 8rem 2rem 7rem;
    text-align: center;
}

.handel .h2 {
    margin: 0 0 1.25rem;
    text-align: center;
}

.handel .text {
    margin: 0 auto;
    max-width: 46rem;
}

.facts {
    box-sizing: border-box;
    padding: 0 7.5rem 6rem;
}

.facts > .h2 {
    margin: 0 0 2.5rem;
    text-align: center;
}

.facts-list {
    border: 4px solid var(--Black, #000);
    margin: 0 auto;
    max-width: 52.5rem;
}

.fact-row {
    box-sizing: border-box;
    color: var(--Black, #000);
    display: block;
    min-height: 5rem;
    position: relative;
    width: 100%;
}

.fact-question {
    align-items: center;
    appearance: none;
    background: transparent;
    border: 0;
    box-sizing: border-box;
    color: inherit;
    cursor: default;
    display: flex;
    font-family: "Acumin Variable Concept", Arial, sans-serif;
    font-size: 1.5rem;
    font-style: italic;
    font-weight: 800;
    justify-content: space-between;
    line-height: 1.1;
    min-height: 5rem;
    padding: 1.5rem 2rem;
    text-align: left;
    width: 100%;
}

.fact-question:focus-visible {
    outline: 4px solid var(--Black, #000);
    outline-offset: -8px;
}

.fact-answer {
    color: var(--Black, #000);
    display: none;
    font-family: "Ohno Softie Variable", Arial, sans-serif;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    margin: -0.5rem 4rem 0 2rem;
    padding-bottom: 1.5rem;
}

.fact-row.is-open .fact-answer {
    display: block;
}

.fact-row + .fact-row {
    border-top: 4px solid var(--Black, #000);
}

.fact-green {
    background: var(--Jelly-Green, #00AA50);
}

.fact-pink {
    background: var(--Soft-Pink, #F69897);
}

.fact-lime {
    background: var(--Soft-Lime, #C7DD6E);
}

.fact-peach {
    background: var(--Pretty-Peach, #FBAC4D);
}

.fact-blush {
    background: var(--Candy-Blush, #F15F5B);
}

.fact-mint {
    background: var(--Soft-Mint, #ADD6B1);
}

.fact-icon {
    background: var(--Black, #000);
    border-radius: 50%;
    display: block;
    flex: 0 0 auto;
    height: 2.5rem;
    cursor: pointer;
    margin: -1.5rem -3rem -1.5rem 1.5rem;
    position: relative;
    transition: background-color 180ms ease, transform 220ms ease;
    width: 2.5rem;
}

.fact-icon::before,
.fact-icon::after {
    background: var(--White, #FFF);
    content: "";
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}

.fact-icon::before {
    height: 0.1875rem;
    width: 0.9375rem;
}

.fact-icon::after {
    height: 0.9375rem;
    width: 0.1875rem;
}

@media (hover: hover) and (pointer: fine) {
    .fact-icon:hover {
        background: var(--Pretty-Peach, #FBAC4D);
        transform: rotate(90deg);
    }

    .fact-icon:hover::before,
    .fact-icon:hover::after {
        background: var(--Black, #000);
    }
}

.fact-row.is-open .fact-icon {
    background: var(--Black, #000);
    transform: none;
}

.fact-row.is-open .fact-icon::before {
    background: var(--White, #FFF);
}

.fact-row.is-open .fact-icon::after {
    display: none;
}

.footer {
    border-top: 4px solid var(--Black, #000);
    background: var(--Pretty-Peach, #FBAC4D);
}

.site-footer {
    margin: 10rem 0 0;
    position: relative;
    width: 100%;
}

.site-footer::before {
    background-image: url("assets/images/peach_bike.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 12.5rem;
    left: 84%;
    pointer-events: none;
    position: absolute;
    top: 0;
    transform: translate(-50%, -50%);
    width: 12.5rem;
}

.footer-main {
    align-items: flex-start;
    box-sizing: border-box;
    display: grid;
    gap: clamp(2rem, 5vw, 5rem);
    grid-template-columns: minmax(16rem, 26.25rem) minmax(0, 1fr);
    min-height: 25.625rem;
    padding: 7.5rem;
}

.footer-brand {
    max-width: 26.25rem;
    min-width: 0;
    width: 100%;
}

.footer-logo {
    display: block;
    margin-bottom: 2rem;
    width: 16.25rem;
}

.footer-logo img {
    display: block;
    height: auto;
    width: 100%;
}

.footer-brand p,
.footer-links p,
.footer-bottom p {
    color: var(--Black, #000);
    font-family: "Ohno Softie Variable", Arial, sans-serif;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    margin: 0;
}

.footer-links {
    display: grid;
    gap: clamp(2rem, 4vw, 5rem);
    grid-template-columns: minmax(19rem, 1.4fr) minmax(12rem, 1fr) minmax(6rem, 0.7fr);
    justify-self: end;
    padding-top: 5.1875rem;
    min-width: 0;
    width: min(100%, 45rem);
}

.footer-links section {
    min-width: 0;
}

.footer-links a {
    overflow-wrap: anywhere;
}

.footer-links h2 {
    color: var(--Black, #000);
    font-family: "Acumin Variable Concept", Arial, sans-serif;
    font-size: 1.5rem;
    font-style: italic;
    font-weight: 700;
    line-height: normal;
    margin: 0 0 1.25rem;
    text-transform: uppercase;
}

.footer-links a,
.footer-bottom a {
    color: inherit;
    text-decoration: none;
}

.footer-bottom {
    align-items: center;
    background: var(--Black, #000);
    box-sizing: border-box;
    display: flex;
    height: 3.75rem;
    justify-content: flex-start;
    padding: 0.0625rem 7.5rem 0;
    width: 100%;
}

.footer-bottom p {
    color: var(--White, #FFF);
    flex-shrink: 0;
    width: 26.25rem;
}

.datenschutz-page {
    color: var(--Black, #000);
    font-family: "Ohno Softie Variable", Arial, sans-serif;
}

.datenschutz-content {
    box-sizing: border-box;
    width: 100%;
    padding: 120px 120px 80px;
}

.datenschutz-content .h1,
.datenschutz-content h1 {
    margin: 0 0 28px;
}

.datenschutz-content .h2,
.datenschutz-content h2 {
    margin: 0 0 12px;
}

.datenschutz-content .h3,
.datenschutz-content h3 {
    margin: 0 0 16px;
}

.datenschutz-content section {
    margin: 0 0 18px;
}

.datenschutz-content p,
.datenschutz-content li {
    color: var(--Black, #000);
    font-family: "Ohno Softie Variable", Arial, sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    margin: 0 0 16px;
}

.datenschutz-content ul,
.datenschutz-content ol {
    margin: 0 0 16px;
    padding-left: 28px;
}

.datenschutz-content a {
    color: var(--Black, #000);
    text-decoration: none;
}

@media (max-width: 1100px) {
    .site-header {
        box-sizing: border-box;
        padding: 0 28px;
        width: 100%;
    }

    .main-nav {
        gap: 2rem;
    }

    .main-nav a {
        font-size: 1.125rem;
    }

    .datenschutz-content {
        padding: 80px 48px 64px;
    }

    .h1,
    .datenschutz-content h1 {
        font-size: 52px;
    }

    .h2,
    .datenschutz-content h2 {
        font-size: 40px;
    }

    .h3,
    .datenschutz-content h3 {
        font-size: 28px;
    }

    .datenschutz-content p,
    .datenschutz-content li {
        font-size: 21px;
    }

    .hero {
        padding: 0 4rem;
    }

    .hero-jellie {
        height: auto;
    }

    .hero-jellie-1 {
        left: -2rem;
        width: 10rem;
    }

    .hero-jellie-2 {
        left: 1rem;
        width: 8rem;
    }

    .hero-jellie-3 {
        left: 20%;
        width: 8rem;
    }

    .hero-jellie-4 {
        left: 68%;
        width: 5rem;
    }

    .hero-jellie-5 {
        right: 4%;
        width: 7.5rem;
    }

    .hero-jellie-6 {
        right: -6rem;
        width: 16rem;
    }

    .discover {
        gap: 2rem;
        grid-template-columns: 1fr;
        min-height: auto;
        padding: 0 3rem;
        text-align: center;
        width: 100%;
    }

    .discover-copy {
        margin: 0 auto;
        max-width: 38rem;
        text-align: center;
    }

    .discover-copy .h2,
    .discover-copy .text {
        text-align: center;
    }

    .discover-copy .text {
        max-width: 38rem;
    }

    .discover-packages {
        min-height: 36rem;
    }

    .discover-packages::before {
        border-radius: 32rem;
        height: 32rem;
        width: 32rem;
    }

    .package-peach {
        height: 36rem;
        margin-right: -12rem;
        width: 25rem;
    }

    .package-watermelon {
        height: 40rem;
        width: 27.77rem;
    }

    .alpay {
        gap: 4rem;
        grid-template-columns: 1fr;
        padding: 0 3rem;
        text-align: center;
        width: 100%;
    }

    .alpay-images {
        justify-self: center;
        min-height: 36rem;
        order: 1;
    }

    .alpay-description {
        margin: 0 auto;
        max-width: 38rem;
        order: 2;
    }

    .alpay-description .h2,
    .alpay-description .text {
        text-align: center;
    }

    .products {
        padding-top: 4rem;
    }

    .products-grid {
        overflow: hidden;
        width: 100%;
    }

    .product-card {
        min-height: 0;
        min-width: 0;
        padding: 2.5rem 1rem;
        width: 100%;
    }

    .product-card:first-child {
        border-left: 0;
        border-right: 4px solid var(--Black, #000);
    }

    .product-card:last-child {
        border-right: 0;
    }

    .product-card .h2 {
        margin-bottom: 0;
    }

    .product-package {
        height: auto;
        max-height: 30rem;
        width: min(74%, 30rem);
    }

    .product-jellie {
        height: auto;
    }

    .handel {
        padding: 6rem 3rem 5rem;
    }

    .facts {
        padding: 0 3rem 5rem;
    }

    .fact-question {
        font-size: 1.25rem;
        min-height: 4.5rem;
        padding: 1.25rem 1.5rem;
    }

    .fact-answer {
        margin: -0.25rem 3rem 0 1.5rem;
        padding-bottom: 1.25rem;
    }

    .site-footer {
        margin-top: 8rem;
        width: 100%;
    }

    .site-footer::before {
        height: 10rem;
        width: 10rem;
    }

    .footer-main {
        gap: 4rem;
        grid-template-columns: 1fr;
        padding: 4rem 3rem;
        width: 100%;
    }

    .footer-brand {
        width: auto;
    }

    .footer-links {
        gap: 2.5rem;
        grid-template-columns: repeat(auto-fit, minmax(12rem, 1fr));
        justify-self: stretch;
        padding-top: 0;
        width: 100%;
    }

    .footer-links section {
        min-width: 0;
    }

    .footer-links a {
        overflow-wrap: anywhere;
    }

    .footer-bottom {
        padding: 0 3rem;
        width: 100%;
    }
}

@media (max-width: 560px) {
    .base.is-menu-open {
        overflow: hidden;
    }

    .site-header {
        align-content: start;
        grid-template-columns: auto 1fr auto;
        grid-template-rows: 4.25rem 1fr auto 3.12rem auto 1fr;
        height: 4.25rem;
        min-height: 0;
        overflow: hidden;
        padding: 0 2rem;
        position: relative;
        transition: height 240ms ease;
        z-index: 10;
    }

    .site-header.is-menu-open {
        height: 100vh;
        height: 100dvh;
        position: fixed;
        inset: 0;
    }

    .site-logo {
        align-self: center;
        grid-column: 1;
        grid-row: 1;
        height: auto;
        position: relative;
        width: 7rem;
        z-index: 2;
    }

    .mobile-menu-toggle {
        align-self: center;
        appearance: none;
        background: transparent;
        border: 0;
        cursor: pointer;
        display: block;
        grid-column: 3;
        grid-row: 1;
        height: 2.5rem;
        justify-self: end;
        padding: 0;
        position: relative;
        width: 2.5rem;
        z-index: 2;
    }

    .mobile-menu-toggle span {
        background: var(--Black, #000);
        display: block;
        height: 0.25rem;
        left: 0;
        position: absolute;
        transition: transform 180ms ease, top 180ms ease;
        width: 2.5rem;
    }

    .mobile-menu-toggle span:first-child {
        top: 0.875rem;
    }

    .mobile-menu-toggle span:last-child {
        top: 1.5rem;
    }

    .site-header.is-menu-open .mobile-menu-toggle span:first-child {
        top: 1.125rem;
        transform: rotate(45deg);
    }

    .site-header.is-menu-open .mobile-menu-toggle span:last-child {
        top: 1.125rem;
        transform: rotate(-45deg);
    }

    .social-nav {
        align-self: start;
        display: none;
        gap: 1.25rem;
        grid-column: 1 / -1;
        grid-row: 5;
        justify-self: center;
    }

    .main-nav {
        align-self: end;
        display: none;
        flex-direction: column;
        grid-column: 1 / -1;
        grid-row: 2;
        gap: 0.75rem;
        justify-self: center;
    }

    .site-header.is-menu-open .main-nav,
    .site-header.is-menu-open .social-nav {
        display: flex;
    }

    .main-nav a {
        font-size: 1.5rem;
        font-weight: 700;
    }

    .social-nav a {
        height: 1.3rem;
        width: 1.3rem;
    }

    .datenschutz-content {
        padding: 48px 24px 56px;
    }

    .h1,
    .datenschutz-content h1 {
        font-size: 40px;
    }

    .h2,
    .datenschutz-content h2 {
        font-size: 31px;
    }

    .h3,
    .datenschutz-content h3 {
        font-size: 24px;
    }

    .datenschutz-content .h1 {
        margin-bottom: 20px;
    }

    .datenschutz-content p,
    .datenschutz-content li {
        font-size: 18px;
    }

    .hero {
        min-height: 100svh;
        min-height: 100vh;
        padding: 3rem 1.5rem 0;
    }

    .hero-jellie-1 {
        filter: blur(2.5px);
        left: -2.5rem;
        top: 40%;
        width: 6.5rem;
    }

    .hero-jellie-2 {
        filter: blur(0.75px);
        left: -1.5rem;
        top: 70%;
        width: 5rem;
    }

    .hero-jellie-3 {
        filter: blur(0.75px);
        bottom: 5%;
        left: 18%;
        width: 6rem;
    }

    .hero-jellie-4 {
        filter: blur(3.5px);
        bottom: 6%;
        left: 66%;
        width: 3.5rem;
        --hero-jellie-transform: rotateY(-180deg);

    }

    .hero-jellie-5 {
        filter: blur(1.75px);
        bottom: 14%;
        right: -0.5rem;
        width: 5rem;
    }

    .hero-jellie-6 {
        filter: blur(8.5px);
        right: -5rem;
        top: 28%;
        width: 10rem;

    }

    .hero-logo {
        margin-bottom: 1.5rem;
    }

    .hero-sign {
        margin-bottom: 1.5rem;
    }

    .hero-button {
        height: 3.5rem;
        width: 3.5rem;
    }

    .discover {
        /* Mobile space after hero: increase/decrease padding-top to tune the gap. */
        gap: 0.25rem;
        grid-template-columns: minmax(0, 1fr);
        overflow: hidden;
        padding: 3rem 1.5rem 0;
        text-align: center;
        width: 100%;
    }

    .discover-copy {
        text-align: center;
    }

    .discover-copy .h2,
    .discover-copy .text {
        text-align: center;
    }

    .discover-copy .text {
        margin-bottom: 2rem;
    }

    .discover-button {
        min-width: 12rem;
    }

    .discover-button span {
        font-size: 1.25rem;
    }

    .discover-packages {
        min-height: 20rem;
        overflow: hidden;
        width: 100%;
    }

    .discover-packages::before {
        border-radius: min(80vw, 20rem);
        height: min(80vw, 20rem);
        width: min(80vw, 20rem);
    }

    .package-peach {
        height: auto;
        margin-right: -8.9rem;
        transform: translateY(-1.75rem) rotate(-15deg);
        width: min(58vw, 15rem);
    }

    .package-watermelon {
        height: auto;
        width: min(64vw, 17rem);
    }

    .alpay {
        gap: 2.5rem;
        padding: 0 1.5rem;
        text-align: center;
    }

    .alpay-description {
        margin: 0 auto;
    }

    .alpay-description .h2,
    .alpay-description .text {
        text-align: center;
    }

    .alpay-images {
        min-height: 28rem;
    }

    .melon_skate {
        bottom: 22.5rem;
        right: 3rem;
        width: 8.5rem;
    }

    .alpay-portrait {
        max-height: 50rem;
        width: min(100%, 50rem);
    }

    .products-description {
        margin-bottom: 3rem;
        padding: 0 1.5rem;
    }

    .products-grid {
        border-bottom: 0;
        border-top: 0;
        grid-template-columns: 1fr;
        width: 100%;
    }

    .product-card {
        aspect-ratio: 1 / 1;
        min-height: 0;
        padding: 2rem 1rem 1.5rem;
        width: 100%;
    }

    .product-card:first-child,
    .product-card:last-child {
        border-left: 0;
        border-right: 0;
    }

    .product-card:first-child {
        border-top: 4px solid var(--Black, #000);
    }

    .product-card + .product-card {
        border-top: 4px solid var(--Black, #000);
    }

    .product-card .h2 {
        margin-bottom: 0;
    }

    .product-package {
        height: auto;
        max-height: 25rem;
        width: min(90%, 25rem);
    }

    .product-jellie {
        filter: blur(0.75px);
    }

    .handel {
        padding: 5rem 1.5rem 4rem;
    }

    .facts {
        padding: 0 1.5rem 4rem;
    }

    .facts > .h2 {
        margin-bottom: 2rem;
    }

    .facts-list {
        border-width: 3px;
    }

    .fact-question {
        cursor: pointer;
        font-size: 1.125rem;
        min-height: 4rem;
        padding: 1rem 0.75rem 1rem 1rem;
    }

    .fact-answer {
        font-size: 1rem;
        margin: -0.25rem 2.5rem 0 1rem;
        padding-bottom: 1rem;
    }

    .fact-icon {
        margin: -1rem 0 -1rem 0.75rem;
    }

    .fact-row + .fact-row {
        border-top-width: 3px;
    }

    .site-footer {
        margin-top: 6rem;
    }

    .site-footer::before {
        height: 8rem;
        width: 8rem;
    }

    .footer-main {
        gap: 2.5rem;
        min-height: auto;
        padding: 3rem 1.5rem;
        text-align: left;
    }

    .footer-logo {
        width: 13rem;
    }

    .footer-brand,
    .footer-links,
    .footer-links section,
    .footer-links h2,
    .footer-links p {
        justify-self: start;
        text-align: left;
    }

    .footer-brand p,
    .footer-links p,
    .footer-bottom p,
    .footer-bottom a {
        font-size: 1rem;
    }

    .footer-links {
        gap: 2rem;
        grid-template-columns: 1fr;
    }

    .footer-links h2 {
        font-size: 1.25rem;
        margin-bottom: 0.75rem;
    }

    .footer-bottom {
        align-items: flex-start;
        flex-direction: column;
        gap: 0.5rem;
        height: auto;
        padding: 1rem 1.5rem;
    }

    .footer-bottom p {
        width: auto;
    }
}
