@font-face {
    font-family: 'DK Lemon Yellow Sun Regular';
    font-style: normal;
    font-weight: normal;
    font-display: swap;
    src: local('DK Lemon Yellow Sun Regular'), url('../fonts/DK Lemon Yellow Sun.woff') format('woff');
}
.lemon {
    font-family: 'DK Lemon Yellow Sun Regular';
}
#spring-hero {
    --red: #ec2130;
    background-position: bottom center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/hero/back.jpg);
    background-image: -webkit-image-set(url("../images/hero/back.jpg") 1x,
            url("../images/hero/back@2x.jpg") 2x);
}

#spring-hero .sh-inner {
    padding: 0 15px;
}
#spring-hero .sh-main {
    padding: 78px 0 65px;
}
#spring-hero .sh-clock {
    left: -34.151473%;
    width: 34.992987%;
}
#spring-hero .sh-animation {
    right: -58.134642%;
    width: 69.70547%;
}
#spring-hero .sh-animation dotlottie-player {
    width: 162%;
    height: auto;
    bottom: -3%;
}
#spring-hero .button {
    width: 174px;
    height: 39px;
    border-radius: 20px;
    font-size: 18px;
    line-height: 1;
    margin-top: 27px;
}

/* Safari Only */
@supports (background: -webkit-named-image(i)) {
    #spring-hero .button {
        padding-top: 4px;
    }
}
#spring-products {
    padding-top: 58px;
    padding-bottom: 75px;
}
#spring-products .lemon {
    font-size: 61px;
    margin-bottom: 50px;
}
.sp-inner {
    column-gap: 101px;
    row-gap: 50px;
}
.sp-item {
    flex-basis: 496px;
    padding-left: 45px;
    padding-top: 37px;
    height: 224px;
    border-radius: 15px;
    box-shadow: 0px 0px 9.8px 0.2px rgba(0, 0, 0, 0.37);
    flex-shrink: 0;
    max-width: 100%;
    position: relative;
}
.sp-item::before {
    content: '';
    display: block;
    width: 135px;
    height: 149px;
    position: absolute;
    z-index: -1;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.sp-item.fp1::before {
    bottom: -57px;
    left: -67px;
    background-image: url(../images/hero/leaves-left.png);
    background-image: -webkit-image-set(url("../images/hero/leaves-left.png") 1x, url("../images/hero/leaves-left@2x.png") 2x);
}
.sp-item.fp2::before {
    top: -63px;
    right: -57px;
    background-image: url(../images/hero/leaves-right.png);
    background-image: -webkit-image-set(url("../images/hero/leaves-right.png") 1x, url("../images/hero/leaves-right@2x.png") 2x);
}
.sp-text {
    padding-bottom: 34px;
}
.sp-item p {
    font-size: 20px;
    line-height: 1.3;
}
.sp-item p.f-red {
    font-size: 57px;
    line-height: 1;
    margin-bottom: 7px;
}
.sp-item p sup {
    font-size: 60%;
}
.sp-item p sub {
    font-size: 47.368421%;
    bottom: .05em;
}
.fp1 .sp-image {
    margin-right: -8px;
    margin-bottom: -21px;
}
.fp2 .sp-image {
    margin-right: -10px;
    margin-bottom: -12px;
    margin-left: auto;
}
.sp-item .button {
    width: 117px;
    height: 30px;
    font-size: 14px;
    border-radius: 15px;
    margin-bottom: 0;
    margin-top: auto;
    flex-shrink: 0;
}
@media screen and (max-width: 567px) {
    #spring-hero {
        z-index: 1;
        background-position: bottom center;
        background-size: cover;
        background-repeat: no-repeat;
        background-image: url(../images/hero/back-m.jpg);
        background-image: -webkit-image-set(url("../images/hero/back-m.jpg") 1x,
                url("../images/hero/back-m@2x.jpg") 2x);
    }
    #spring-hero:after {
        content: '';
        display: block;
        position: absolute;
        z-index: -1;
        left: 0;
        bottom: 0;
        height: 149px;
        width: 100%;
        background-color: #4d536d;
    }
    #spring-hero .sh-main {
        padding-top: 13px;
        padding-bottom: 0;
    }
    #spring-hero .sh-animation {
        right: inherit;
        width: 100%;
        position: relative;
        margin-top: -35px;
    }
    #spring-hero .sh-animation dotlottie-player {
        width: 113%;
        bottom: inherit;
    }
    #spring-hero .button {
        margin-top: 19px;
    }
    #spring-products {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    #spring-products .lemon {
        font-size: 40px;
        margin-bottom: 40px;
    }
    .sp-item {
        padding-left: 20px;
        padding-top: 20px;
        height: 175px;
    }
    .sp-item p {
        font-size: 17px;
    }
    .sp-item p.f-red {
        font-size: 40px;
    }
    .fp1 .sp-image,
    .fp2 .sp-image {
        max-width: 55%;
        margin-left: auto;
        align-self: center;
        margin-bottom: 0;
    }    
}