.section-super {
  background: #AF1685;
  color: white;
  margin-top: 170px;
  padding-top: 5px;
  padding-bottom: 10px;
  text-align: center;
  position: relative;

  .section-content {
    width: 60%;
    margin: 0 auto;
  }

  .product-item {
    width: 430px;
  }
}

.product-item {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.section-title {
  font: normal normal bold 180px / 118px Chaumont;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0;
}

.section-detail {
  font: normal normal normal 35px / 40px "brandon-grotesque";
  letter-spacing: 0px;
  margin: 0 auto;
}

.section-products {
  display: flex;
  justify-content: space-around;
  gap: 20px;
  flex-wrap: wrap;
  padding: 50px 0;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.container-img-product {
  display: flex;
  aspect-ratio: 1;
  margin: 0 0 28px;
  max-width: 400px;
}

.product-item-image {
  object-fit: contain;
  aspect-ratio: 1;
  width: 283px;
  height: 283px;
  max-width: 283px;
  max-height: 283px;
}

.product-item-title {
  font: normal normal normal 45px / 50px Chaumont;
  letter-spacing: 0.9px;
  padding: 0;
  margin: 10px 0;
}

.product-item-cost {
  font: normal normal bold 40px / 50px "brandon-grotesque";
  letter-spacing: 0.8px;
  padding: 0;
  margin: 10px 0;
  font-weight: 500;
}

.decorador-1,
.decorador-2,
.decorador-3,
.decorador-4 {
  position: absolute;
  height: auto;
  z-index: 1;
  opacity: 1;
}

.decorador-1 {
  bottom: 150px;
  left: -500px;
  transform: rotateZ(235deg);
}

.decorador-2 {
  right: 9rem;
  left: auto;
  bottom: 3rem;
  opacity: 1;
}

.decorador-3 {
  left: 0;
  bottom: -8rem;
  opacity: 1;
}

.decorador-4 {
  left: -556px;
  bottom: -250px;
  opacity: 1;
  z-index: 1;
}

.button.dark {
  background: #638c2e;
  color: white;

  &:hover {
    background: #ffc300;
    color: #fff;
  }
}

.section-whole {
  background: #963821;
  color: white;
  padding-top: 50px;
  padding-bottom: 10px;
  text-align: center;
  position: relative;

  &::before {
    content: '';
    width: 100%;
    height: 154px;
    background: #963821;
    -webkit-clip-path: url(#pathWholeGrains);
    clip-path: url(#pathWholeGrains);
    position: absolute;
    left: 0;
    top: -150px;
  }

  .section-content {
    width: 60%;
    margin: 0 auto;
  }

  .section-products {
    gap: 10px;
    row-gap: 4rem;
    justify-content: flex-start;
  }

  .product-item {
    width: calc((100% - 20px) / 3);
    text-align: center;
    box-sizing: border-box;
  }
}

.section-legumes {
  background: #FA4616;
  color: white;
  padding-top: 50px;
  padding-bottom: 10px;
  text-align: center;
  position: relative;


  &::before {
    content: '';
    width: 100%;
    height: 154px;
    background: #FA4616;
    -webkit-clip-path: url(#pathWholeGrains);
    clip-path: url(#pathWholeGrains);
    position: absolute;
    left: 0;
    top: -150px;
  }

  .section-content {
    width: 70%;
    margin: 0 auto;
  }

  .section-detail {
    width: 80%;
    margin: 0 auto;
  }
}

.section-variety {
  background: white;
  color: #6C8B47;
  padding-top: 50px;
  padding-bottom: 175px;
  text-align: center;
  position: relative;

  &::before {
    content: '';
    width: 100%;
    height: 154px;
    background: #ffffff;
    -webkit-clip-path: url(#pathWholeGrains);
    clip-path: url(#pathWholeGrains);
    position: absolute;
    left: 0;
    top: -150px;
  }

  .section-content {
    width: 70%;
    margin: 0 auto;
  }

  .section-detail {
    width: 80%;
    margin: 0 auto;
  }
}

.popupLayer {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background: rgba(200, 200, 200, 0.6);
}

/* small & big desktop */
@media screen and (min-width:1280px) {}

/* small desktop */
@media screen and (min-width:0) and (max-width:1481px) {}

/* ipad */
@media screen and (min-width:0) and (max-width:1279px) {
  .section-super {
    margin-top: 105px;

    .product-item {
      width: calc(50% - 10px);
    }
  }

  .section-content {
    width: 80% !important;
  }

  .section-detail {
    width: 100% !important;
  }

  .product-item-title {
    line-height: 1.3 !important;
    font: normal normal normal 30px / 50px Chaumont;
  }

  .section-title {
    font: normal normal bold 100px / 180px Chaumont;
    margin: 0;
  }

  .decorador-1 {
    bottom: 115px;
    left: -485px;
    height: 250px;
  }

  .decorador-2 {
    right: 5rem;
    bottom: 11rem;
    height: 450px;
  }

  .decorador-3 {
    width: 200px;
  }

  .decorador-4 {
    left: -370px;
    bottom: -120px;
    height: 450px;
  }
}

/* iphone */
@media screen and (min-width:0) and (max-width:809px) {
  .section-super {
    margin-top: 105px;


    .section-content {
      padding-top: 2rem;
      position: relative;
      z-index: 10;
    }

    .product-item {
      width: calc(50% - 10px);
      min-height: 170px;
      margin: 0;
    }

    .product-item-title {
      line-height: 1.3 !important;
      font: normal normal normal 17px / 30px Chaumont;
      min-height: 90px;
    }

    .container-img-product {
      margin: 0;
    }

    .product-item-cost {
      font: normal normal bold 26px / 0px "brandon-grotesque";
    }

    .button {
      font-size: 16px;
    }

    .section-products {
      margin-top: 1rem;
    }
  }

  .section-products {
    margin-top: 4rem;
  }

  .section-content {
    width: 80% !important;
  }

  .container-img-product {
    aspect-ratio: unset;
    min-height: 170px;
  }

  .product-item-cost {
    font: normal normal bold 26px / 0px "brandon-grotesque";
  }

  .button {
    font-size: 16px;
  }

  .product-item-image {
    aspect-ratio: unset;
    width: 100%;
    height: 100%;
  }

  .section-detail {
    width: 100% !important;
    font: normal normal normal 25px / 40px "brandon-grotesque";
    line-height: 1.3;
  }

  .section-products {
    padding: 0;
  }

  .product-item-title {
    line-height: 1.3 !important;
    font: normal normal normal 17px / 30px Chaumont;
  }

  .section-title {
    font: normal normal bold 50px / 80px Chaumont;
    margin: 0;
  }

  .decorador-1 {
    bottom: 135px;
    left: -400px;
    transform: rotateZ(245deg);
    height: 200px;
  }

  .decorador-2 {
    right: -2rem;
    left: auto;
    bottom: 3rem;
    height: 300px;
  }

  .decorador-3 {
    left: -1.5rem;
    bottom: -4rem;
    opacity: 1;
    width: 130px;
  }

  .decorador-4 {
    left: -18rem;
    bottom: -3rem;
    transform: rotate(25deg);
    height: 400px;
  }

  .section-legumes {
    .section-content {
      position: relative;
      z-index: 10;
    }
    .product-item {
      width: calc(50% - 10px);
      min-height: 170px;
      margin: 0;
    }

    .product-item-title {
      line-height: 1.3 !important;
      font: normal normal normal 17px / 30px Chaumont;
    }

    .container-img-product {
      margin: 0;
    }

    .product-item-cost {
      font: normal normal bold 26px / 0px "brandon-grotesque";
    }

    .button {
      font-size: 16px;
    }
  }

  .section-whole {
    .product-item {
      width: calc(50% - 10px);
      min-height: 170px;
      margin: 0;
    }
  }
}