.juices {
  font-family: 'Impact', 'Montserrat', sans-serif;
  overflow: hidden;
  position: relative;
  color: var(--c);
  margin-top: -3px;

  p {
    font-family: inherit;
    font-weight: 400;
    line-height: 1;
  }

  .juices_shape {
    position: absolute;
    top: 2rem;
    right: 0;
    height: 1400px;
    width: 1000px;
    background-image: url('../assets/images/sec_1_shape.webp');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right center;
    z-index: 1;
  }

  .cbp-juices-col-1 {
    position: relative;
    display: flex;
    align-items: center !important;
    justify-content: space-between;

    .col {
      padding: 15rem var(--container-space) 7rem 0;
      text-align: right;

      .extra-img {
        position: absolute;
        top: 0;
        left: 0;
        width: 65%;
        z-index: 1;

        >img {
          width: 100%;
        }
      }

      .text {
        font-size: 6rem;
        line-height: 1.1;
        padding: 0;
        text-transform: uppercase;
        position: relative;
        z-index: 2;

        &.color-alt {
          color: var(--c-alt);
        }

        &.big {
          font-size: 7rem;
        }
      }

      .badges {
        margin-top: 2rem;
        display: flex;
        justify-content: flex-end;
        position: relative;
        z-index: 2;

        .badge {
          height: 256px;
          aspect-ratio: 1 / 1;
          flex-grow: unset;
          flex-basis: content !important;
        }
      }
    }
  }

  .cbp-juices-col-2 {
    position: relative;
    z-index: 1;
    padding: 0 var(--container-space);
    margin: 4rem 0 8rem;

    .head {
      width: 100%;
      text-align: center;
      font-size: 4rem;
      padding-bottom: 2rem;
      text-transform: uppercase;
    }
  }

  .cbp-juices-col-3 {
    width: 100%;
    padding: 2rem var(--container-space);
    background-image: url('../assets/images/sec_3_banner.webp');
    background-repeat: no-repeat;
    background-position: right center;
    position: relative;
    z-index: 1;
    margin-bottom: 6rem;

    >.wp-block-column {
      display: flex;
      align-items: center;
      justify-content: flex-start;
      flex-direction: column;
    }

    .text {
      position: relative;
      z-index: 2;
      font-size: 5rem;
      color: #FFF;
      text-align: center;
      width: calc(100% - calc(var(--container-space) * 2));
      margin: 0 var(--container-space);
      padding: 0;
    }

    .col {
      padding-top: 4rem;
      margin-bottom: -6rem;
      position: relative;
      z-index: 2;
      width: calc(100% - calc(var(--container-space) * 2));
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 1.5rem;

      >.wp-block-column {
        display: flex;
        align-items: center;
        justify-content: center;
        border: 5px solid var(--c);
        border-radius: 50%;
        filter: drop-shadow(-6.787px -12.245px 54.5px rgba(0, 76, 26, 0.63));
        background-color: #fff;
        aspect-ratio: 1 / 1;
        overflow: hidden;

        >p {
          padding: 0;
          width: 100%;
          height: 100%;
          background-image: url('../assets/images/notice_background.webp');
          background-repeat: no-repeat;
          background-position: center;
          display: flex;
          align-items: center;
          justify-content: center;
          font-size: 2rem;
          line-height: 1.3;
          text-align: center;
          color: var(--c-alt);
          text-transform: uppercase;
        }
      }
    }
  }

  .cbp-juices-col-4 {
    position: relative;
    z-index: 1;
    padding: 3rem var(--container-space) 6rem;

    .wp-block-column>p {
      text-align: center;
      font-size: 1.75rem;
      line-height: 1.3;
      max-width: 60%;
      margin: 0 auto;

    }
  }
}


@media(max-width: 1600px) {
  .juices {
    .cbp-juices-col-1 {
      .col {
        padding: 8rem var(--container-space) 4rem 0;

        .extra-img {
          max-width: 800px;
        }

        .text {
          font-size: 5rem;

          &.big {
            font-size: 5.75rem;
          }
        }

        .badges {

          .badge {
            height: 180px;
          }
        }
      }
    }

    .cbp-juices-col-2 {

      .head {
        font-size: 3.5rem;
      }

    }

    .cbp-juices-col-3 {

      .text {
        font-size: 4rem;
      }

      .col {
        gap: 1rem;

        >.wp-block-column {
          >p {
            font-size: 1.5rem;
          }
        }
      }
    }

    .cbp-juices-col-4 {

      .wp-block-column>p {
        max-width: unset;

      }
    }
  }
}

@media(max-width: 1200px) {
  .juices {

    .cbp-juices-col-1 {
      .col {
        padding: 4rem var(--container-space) 0 0;

        .extra-img {
          margin-top: -4rem;
        }

        .text {
          font-size: 4rem;
        }
      }
    }
  }
}

@media(max-width: 981px) {
  .juices {

    .cbp-juices-col-1 {
      .col {
        padding: 0;
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        flex-wrap: wrap;

        .extra-img {
          order: 1;
          position: relative;
          width: 80%;
          margin-top: 0;
          padding-bottom: 1rem;
        }

        .text {
          order: 2;
          width: 100%;
          font-size: 10vw;
          text-align: center;
          padding-left: var(--container-space);
          padding-right: var(--container-space);

          &.big {
            font-size: 20vw;
          }
        }

        .badges {
          order: 1;
          position: absolute;
          top: 3rem;
          right: var(--container-space);
          flex-direction: column;

          .badge {
            height: 25vw;
          }
        }
      }
    }

    .cbp-juices-col-2 {
      .head {
        font-size: 10vw;
      }

    }

    .cbp-juices-col-3 {
      background-size: auto 100%;
      background-position: left;
      margin-bottom: 0;

      .text {
        position: relative;
        z-index: 2;
        font-size: 10vw;
        text-shadow: 2px 2px 4px #000;
      }

      .col {
        gap: .5rem;
        justify-content: center;
        padding-top: 2rem;
        margin-bottom: 0;
        position: relative;
        z-index: 1;

        >.wp-block-column {
          width: calc(33% - .5rem);
          flex-basis: unset !important;
          flex-grow: unset;

          >p {
            font-size: 1.5rem;
          }
        }
      }
    }

    .cbp-juices-col-4 {
      padding: 2rem var(--container-space);

      &.wp-block-column>p {
        font-size: 4vw;
      }
    }
  }
}

@media(max-width: 550px) {

  .juices {

    .cbp-juices-col-1 {
      .col {
        .badges {
          top: 0;
        }
      }
    }

    .cbp-juices-col-2 {
      margin-top: 2rem;
    }

    .cbp-juices-col-3 {
      .col {
        >.wp-block-column {
          width: calc(50% - .5rem);

          >p {
            font-size: 7vw;
          }
        }
      }
    }
  }
}

