:root {
    --season-top-bg: #074b70;
    --season-text: #f2f2f2;
    --season-product-name: #222222;
    --season-label-color: #f2f2f2;
    --season-amount-bg: #074b70;
    --season-label-bg: #666666;
    /* animation */
    --fadeAnimationDuration: 10s;
    --animationItemDistance: 28.7vw;
    --turnAnimationDuration: 20s;
}

.season-banner, .season-top {
    width: 100vw;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    position: relative;
    left: 50%;
    overflow: hidden;
}

.season-products {
    background-image: url(/images/seizoen-achtergrond.webp);
    height: 28.1rem;
}

.season-top {
    background-color: var(--season-top-bg);
}
.season-top h2 {
    color: var(--season-text);
    text-align: center;
    font-family: "Cera Pro", sans-serif;
    font-weight: bold;
    font-size: 3rem;
    letter-spacing: 2px;
    margin:unset;
    padding: 0.1em;
}
.season-products {
    height: 23.7rem;
}
.season-products .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 100%;
}
.season-product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.season-img-banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.season-img-banner img {
    height: 85%;
}

.season-product-price-label {
    position:relative;
    z-index:999;
}

.season-product-label {
    margin-left: 3em;
}
.season-product-name {
    color: var(--season-product-name);
    font-weight: 700;
    padding-top: 2em;
    letter-spacing: 1px;
}
.season-product-name h3 {
    font-size: 2.2rem;
    margin: unset;
    font-family: "Cera Pro", sans-serif;
    height: auto !important;
}
.season-product-name p {
    line-height: 1;
}

.season-product-amount {
    font-size: 1.2rem;
    font-family: "Stag Sans", sans-serif;
    font-weight: 600;
    color: var(--season-label-color);
    background-color: var(--season-amount-bg);
    display: inline-block;
    position: relative;
    top: 0.6em;
    left: -0.7em;
    transform: skew(0deg, -7deg);
    padding: 0.4em 1em;
    line-height: 1;
}

.season-product-price {
    color: var(--season-label-color);
    background-color: var(--season-label-bg);
    font-family: 'OpenSans', sans-serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 0.5em;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-width: 13.4rem;
}

.season-product-price-b {
    font-weight: 700;
    font-size: 4rem;
    line-height: 1;
    padding-right: 0.1em;
}
.season-product-price-s {
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1;
}

.season-product-piece {
    font-weight: 400;
    font-size: 1.1rem;
    line-height: 1;
}

.season-bottom {
    background-image: url(/images/seizoen-voorgrond.webp);
    position:absolute;
    bottom: 0;
    height:7.9rem;
    width: 100%;
}

.season-product .season-bottom {
    display: none;
}

.season-tip {
    display: none;
}
@media screen and (min-width:530px) and (max-width: 1115px) {
    .season-products .container {
        width:100%!important;
        margin: unset;
        margin-left: 0.5em;
    }
    .season-top h2 {
        font-size: 2.6rem;
        padding: 0.5em 0;
    }
    .season-img-banner {
        width: 20.3rem;
        position: relative;
        z-index: 999;
    }
    .season-img-banner img {
        height: 75%;
        width: auto;
    }
    .season-product-label {
        position: absolute;
        z-index:999;
        margin-left: 10em;
    }
    .season-product-name h3, .season-product-price-s {
        font-size: 2rem;
    }
    .season-product-name p {
        font-size: 1.5rem;
    }
    .season-product-amount {
        font-size: 1rem;
    }
    .season-product-price-b {
        font-size: 4.3rem;
    }
    .season-product-piece {
        font-size: 1rem;
    }
    .season-product-price {
        min-width: 13.1rem;
    }
    .season-bottom {
        z-index: 0;
    }
}
@media screen and (min-width: 530px) and (max-width: 870px) {
    .season-products .container {
        position: relative;
        max-width: 90%;
        margin: 0 auto;
        -webkit-box-pack: space-evenly;
            -ms-flex-pack: space-evenly;
                justify-content: space-evenly;
    }
    .season-img-banner {
        width: unset;
    }
    .season-product {
        width: 40%;
        position: relative;
        z-index:99;
    }
    .season-product-1 {
        -webkit-animation: fadeFirstItem var(--fadeAnimationDuration) infinite;
        animation: fadeFirstItem var(--fadeAnimationDuration) infinite;
    }
    .season-product-2 {
        -webkit-animation: fadeSecondItem var(--fadeAnimationDuration) infinite;
        animation: fadeSecondItem var(--fadeAnimationDuration) infinite;
    }
    .season-product-3 {
        -webkit-animation: fadeLastItem var(--fadeAnimationDuration) infinite;
        animation: fadeLastItem var(--fadeAnimationDuration) infinite;
    }
}
@media screen and (min-width: 530px) and (max-width: 700px) {
    .season-products .container {
        -webkit-box-pack: unset;
            -ms-flex-pack: unset;
                justify-content: unset;
    }
    .season-product {
        width: 50%;
    }
    .season-img-banner img {
        height: 67%;
        width: auto;
    }
    .season-product-label {
        margin-left: 8em;
    }
}
@media screen and (min-width: 500px) and (max-width: 530px) {
    .season-img-banner img {
        margin-left: 5em!important;
    }
}
@media screen and (max-width: 530px) {
    .season-hide-mob {
        display: none;
    }
    .season-top {
        height: 70px;
    }
    .season-product {
        height: 100%;
        width: 100vw;
        background-image: url(/images/seizoen-achtergrond.webp);
        position:absolute;
        left: -1.1em;
    }
    
    .season-product-name {
        position: absolute;
        top: -5.5em;
        color: var(--season-text);
        background-color: var(--season-top-bg);
        padding-top: 0.5em;
        left: 50%;
        -webkit-transform: translate(-50%);
            -ms-transform: translate(-50%);
                transform: translate(-50%);
        width: 100vw;
        text-align: right;
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        height: 8.1rem;
    }
    .season-product-name div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin-top: 5px;
    }
    .season-product-name h3 {
        font-size: 3.2rem;
        margin-right: 0.2em;
    }
    .season-product-name p {
        font-size: 1.4rem;
        margin: unset;
    }
    .season-img-banner {
        z-index: 999;
    }
    .season-img-banner img {
        height: auto;
        width: 91%;
        margin-left: 1em;
    }
    .season-product-label {
        margin: unset;
    }
    .season-product-price-label {
        position: absolute;
        right: 2.5%;
        top: 25%;
        -webkit-transform: scale(0.9);
            -ms-transform: scale(0.9);
                transform: scale(0.9);
    }
    .season-product .season-bottom {
        display: block;
        background-position: 5%;
        height: 65px;
    }
    .season-tip {
        display: block;
        text-transform:uppercase;
        background-color: var(--season-label-bg);
        color: var(--season-label-color);
        position:absolute;
        z-index: 9999;
        padding: 0.2em 0.6em;
        bottom: 0.6em;
        left: 0;
        font-size: 1.5rem;
        font-weight: 600;
    }
    .season-bottom.below-product {
        display: none;
    }

    /* Animation */
    .season-products .container {
        display: block;
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
        -webkit-animation: rotateTriangle var(--turnAnimationDuration) linear infinite;
        animation: rotateTriangle var(--turnAnimationDuration) linear infinite;
      }
    .season-product-1 {
        -webkit-transform: translate3d(0, 0, var(--animationItemDistance));
        transform: translate3d(0, 0, var(--animationItemDistance));
      }
    
      .season-product-2 {
        -webkit-transform: rotateY(-120deg) translate3d(0, 0, var(--animationItemDistance));
      transform: rotateY(-120deg) translate3d(0, 0, var(--animationItemDistance));
      }
      .season-product-3 {
        -webkit-transform: rotateY(120deg) translate3d(0, 0, 1em);
      transform: rotateY(120deg) translate3d(0, 0, var(--animationItemDistance));
      }
}

/* Animations */
/* fade animation */ 
@keyframes fadeFirstItem {
    0%, 
    10% {
        opacity: 1;
        position: relative;
    }
    20% {
        opacity: 0;
        pointer-events: none;
    }
    40% {
        position: absolute
    }
    60%,
    70% {
        opacity: 0;
        position: absolute;
    }
    71% {
        position: relative;
    }
    90% {
        opacity: 1;
        position: relative;

    }
    100% {
        opacity: 1;
        pointer-events: all;
        position: relative;
    }
}
@-webkit-keyframes fadeFirstItem {
    0%, 
    10% {
        opacity: 1;
        position: relative;
    }
    20% {
        opacity: 0;
        pointer-events: none;
    }
    40% {
        position: absolute
    }
    60%,
    70% {
        opacity: 0;
        position: absolute;
    }
    71% {
        position: relative;
    }
    90% {
        opacity: 1;
        position: relative;

    }
    100% {
        opacity: 1;
        pointer-events: all;
        position: relative;
    }
}
@keyframes fadeSecondItem {
    0%, 
    10%,
    100% {
        opacity: 1;
    }
    20% {
        opacity: 0;
    }
    30%,
    60% {
        opacity: 1;
    }
    70% {
        opacity: 0;
    }
    90% {
        opacity: 1;
    }
}
@-webkit-keyframes fadeSecondItem {
    0%, 
    10%,
    100% {
        opacity: 1;
    }
    20% {
        opacity: 0;
    }
    30%,
    60% {
        opacity: 1;
    }
    70% {
        opacity: 0;
    }
    90% {
        opacity: 1;
    }
}
@keyframes fadeLastItem {
    0%,
    10%,
    100% {
        position:absolute;
        pointer-events: none;
        opacity:0;
    }
    20% {
        opacity: 0;
        position:absolute;
    }
    21% {
        position: relative;
    }
    30%,
    60% {
        opacity: 1;
        position: relative;
        pointer-events: all;
    }
    70% {
        opacity: 0;
        position: relative;
    }
    71% {
        position: absolute;
    }
}
@-webkit-keyframes fadeLastItem {
    0%,
    10%,
    100% {
        position:absolute;
        pointer-events: none;
        opacity:0;
    }
    20% {
        opacity: 0;
        position:absolute;
    }
    21% {
        position: relative;
    }
    30%,
    60% {
        opacity: 1;
        position: relative;
        pointer-events: all;
    }
    70% {
        opacity: 0;
        position: relative;
    }
    71% {
        position: absolute;
    }
}
/* Slide animation mobile */
@-webkit-keyframes rotateTriangle {
    0%,
    10% {
      -webkit-transform: rotateY(360deg);
      transform: rotateY(360deg);
    }
  
    20%,
    40% {
      -webkit-transform: rotateY(240deg);
      transform: rotateY(240deg);
    }
  
    50%,
    70% {
      -webkit-transform: rotateY(120deg);
      transform: rotateY(120deg);
    }
  
    80%,
    100% {
      -webkit-transform: rotateY(0deg);
      transform: rotateY(0deg);
    }
  }
  
  
  @keyframes rotateTriangle {
    0%,
    10% {
      -webkit-transform: rotateY(360deg);
      transform: rotateY(360deg);
    }
  
    20%,
    40% {
      -webkit-transform: rotateY(240deg);
      transform: rotateY(240deg);
    }
  
    50%,
    70% {
      -webkit-transform: rotateY(120deg);
      transform: rotateY(120deg);
    }
  
    80%,
    100% {
      -webkit-transform: rotateY(0deg);
      transform: rotateY(0deg);
    }
  }