.maximize-results-section {
  .desktop {
    @media (max-width: 999px) {
      display: none;
    }
  }
  .mobile {
    @media (min-width: 1000px) {
      display: none;
    }
  }
  @media (max-width: 1000px) {
    padding-bottom: 230px !important;
  }

  & .title {
    @media (max-width: 1000px) {
      padding-bottom: 1.2rem;
      font-size: 32px;
    }
    @media (max-width: 460px) {
      padding-bottom: 4rem;
    }
    * {
      font-family: "Quicksand";
      font-size: 48px;
      font-weight: 700;
      line-height: 1;
      text-align: center;
      text-underline-position: from-font;
      text-decoration-skip-ink: none;
      margin: 0;

      @media (max-width: 1000px) {
        font-size: 32px;
        text-align: center;
      }
    }
  }

  & .title-card * {
    font-family: "Quicksand";
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin: 0;

    @media (max-width: 1000px) {
      font-size: 18px;
      line-height: 22.5px;
    }
  }

  & .subtitle-card * {
    font-size: 16px;
    font-weight: 400;
    line-height: 21.79px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    opacity: 0.48;
  }

  & .wrapper-cards {
    display: flex;
    justify-content: space-between;

    @media (max-width: 1000px) {
      flex-wrap: wrap;
      flex-direction: column;
    }

    & .side-wrapper {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      max-width: 304px;
      padding-top: 5rem;
      gap: 2rem;

      @media (max-width: 1000px) {
        width: 100%;
        max-width: 100%;
        padding-top: 2rem;

        &.left-side {
          margin-top: 5rem;
        }
      }

      & .card-maximize {
        background: #39398566;
        padding: 23px;
        border: 2px solid #393985;
        border-radius: 32px;
        box-shadow: 0px 4px 24px 0px #00000029;
      }
    }

    & .product-image {
      position: relative;

      @media (max-width: 1000px) {
        display: flex;
        width: 100%;
        order: -1;
        max-width: 450px;
        margin-inline: auto;
      }

       @media (max-width: 430px) {
        max-width: 330px;
      } 

      & img {
        animation: productAnimation 5s linear infinite;
        transform-origin: center;
        transition: all 1s ease;

        width: 100%;
        object-fit: contain;
        height: auto;
        max-width: 480px;
        min-width: 356px;
        height: 100%;

        @media (max-width: 1000px) {
          width: 100%;
          max-width: calc(100% - 148px);
          height: auto;
          min-width: auto;
          margin-inline: auto;
        }

        @media (max-width: 430px) {
          max-width: 180px;
        }
        @media (max-width: 332px) {
          max-width: 135px;
        }
      }

      & .arrows-product {
        position: absolute;

        --side-distance: -88px;

        @media (max-width: 1390px) {
          --side-distance: -40px;
          & svg,
          & img {
            max-width: 138px;
          }
        }
        @media (max-width: 1290px) {
          --side-distance: -17px;
          & svg,
          & img {
            max-width: 118px;
          }
        }
        @media (max-width: 1240px) {
          --side-distance: 12px;
          & svg,
          & img {
            max-width: 90px;
          }
        }

        & .title-arrow * {
          font-family: "Quicksand";
          font-size: 14px;
          font-weight: 600;
          line-height: 17.5px;
          text-align: center;
          text-underline-position: from-font;
          text-decoration-skip-ink: none;
          margin: 0;

          @media (max-width: 430px) {
            font-size: 12px;
          }
        }
      }

      & .left-top {
        top: 134px;
        left: var(--side-distance);

        @media (max-width: 1000px) {
          left: 3%;
          top: 20%;

          svg {
            display: block;
            margin-left: 46px;
          }
        }

        @media (max-width: 1000px) {
          top: 19%;
          left: 2%;
        }

        @media (max-width: 430px) {
          left: -6%;
          top: 2%;
        }
        @media (max-width: 332px) {
          top: -12%;
        }
      }

      & .left-bottom {
        bottom: 101px;
        left: var(--side-distance);

        @media (max-width: 1000px) {
          bottom: 23%;
          left: 1%;

          svg {
            display: block;
            margin-left: 46px;
          }
        }

        @media (max-width: 1000px) {
          bottom: 21%;
          left: 1%;
        }
        @media (max-width: 430px) {
          bottom: 7%;
          left: -5%;
        }
        @media (max-width: 332px) {
          bottom: -6%;
        }
      }

      & .right-top {
        top: 148px;
        right: var(--side-distance);

        @media (max-width: 1000px) {
          top: 21%;
          right: -7%;

          svg {
            display: block;
            margin-right: 88px;
          }
        }

        @media (max-width: 1000px) {
          top: 23%;
          right: -8%;
        }
        @media (max-width: 430px) {
          top: 5%;
          right: -14%;
        }
        @media (max-width: 332px) {
          top: -6%;
        }
      }
      & .right-bottom {
        bottom: 86px;
        right: var(--side-distance);

        @media (max-width: 1000px) {
          bottom: 16%;
          right: 3%;

          svg {
            margin-bottom: -19px;
          }
        }

        @media (max-width: 1000px) {
          bottom: 15%;
          right: 1%;
        }
        @media (max-width: 430px) {
          bottom: -3%;
          right: 1%;
        }
        @media (max-width: 332px) {
          bottom: -16%;
          
        }
      }
    }
  }
  & .buy-btn {
    margin-top: 3rem;

    & a {
      margin-inline: auto;
      max-width: 240px;
      text-decoration: none;
      display: flex;
      justify-content: center;
      align-items: center;
      height: 64px;
      border-radius: 300px;
      font-family: "Quicksand";
      font-size: 16px;
      font-weight: 700;
      line-height: 20px;
      text-align: left;
      text-underline-position: from-font;
      text-decoration-skip-ink: none;
      box-shadow: 1.81px 3.62px 0px 0px #000000;
      transition: all 0.5s ease;

      @media (max-width: 1000px) {
        max-width: 300px;
      }

      &:hover {
        background-color: #eaaf00;
        box-shadow: 2px 4px 0px 0px #0b2f6f;
      }
    }
  }
}

@keyframes productAnimation {
  0% {
    transform: rotate(0deg) scale(1); /* Início: sem rotação, escala normal */
  }
  25% {
    transform: rotate(5deg) scale(1); /* Rotação de 5 graus, escala normal */
  }
  50% {
    transform: rotate(5deg) scale(0.95); /* Mantém a rotação, diminui a escala (ajustei para 0.95 para um efeito mais sutil) */
  }
  75% {
    transform: rotate(5deg) scale(1); /* Mantém a rotação, retorna à escala normal */
  }
  100% {
    transform: rotate(0deg) scale(1); /* Retorna à rotação zero, escala normal */
  }
}
