@media(max-width:560px) {
  /* 
  .hero h1 {
    font-size: 2.8rem;

  } 

  .hero p {
    font-size: 1rem;

  }

  .products-grid {
    grid-template-columns: 1fr;

  }

  .comments-grid {
    flex-direction: column;

  }

  .whatsapp-float {
    width: 60px;
    height: 60px;
    font-size: 1.7rem;

  }

}
*/

  nav {
    position: fixed;
    top: 82px;
    right: 100%;
    width: 280px;
    height: 100vh;
    background: #101010;
    flex-direction: column;
    padding-top: 50px;
    transition: .4s;
    display: none;

  }

  .navbar {
    padding: 0px 40px;
  }

  nav.active {
    right: 100;

  }

  .menu-button {
    display: block;

  }

  .hero {
    min-height: 100dvh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .hero-content {
    grid-template-columns: 1fr;
    text-align: center;
    min-height: 90dvh;
    gap: 10px;

  }

  .chocolate-1 {
    left: -21px;
    top: 0px;
  }

  .chocolate-2 {
    right: 31px;
    bottom: 6px;
    animation: float 6s ease infinite reverse;
  }

  .hero-text {
    left: 30px;

  }

  .hero-text {
    order: 2;

  }

  .hero-text h1 {
    padding: 20px 0px;

  }

  .hero-text p {
    padding: 20px 10px;
    margin-bottom: 0;


  }

  .hero-image {
    order: 1;
  }

  .hero-image img {
    width: 225px;
    top: 41px;
    left: 23px;
  }

  .floating chocolate-1 {
    display: flex;
    position: absolute;
    left: -80px;
  }

  .products .container {
    display: flex;
    flex-direction: column;
  }

  .products .container h2 {
    position: relative;
  }


  #comentarios {
    display: none;
  }


  .products-grid {
    display: flex;
    flex-direction: column;
    gap: 35px;
    width: 100%;
    margin-bottom: 60px;

  }

  .card {
    display: flex;
    align-items: center;
    border-radius: 8px;
    padding: 0px 5px;
    gap: 5px;

  }

  .card-image {
    width: 20%;
    height: 100%;
    overflow: hidden;
  }

  .card-image img {
    width: 83px;
  }

  .card-body {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 0 20px;
  }

  .card-title {
    font-size: 1rem;
    /* margin-bottom: 5px; */
    width: 100%;
    text-align: center;
    padding: 5px 0;

  }

  .card-footer {
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
    width: 100%;
    align-items: center;
    font-size: 10px;
    padding: 5px;
    gap: 10px;

  }

  .card-price {
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--primary);
  }

  .buy-button {
    padding: 5px 5px;
    border-radius: 10px;
    background: linear-gradient(135deg, #25D366, #58e28b);
    color: white;
    font-weight: 600;
    transition: .35s;

    width: 100%;
    /* margin-top: 25px;*/

  }

  .card-description {
    display: none;
  }

  .benefits {
    padding-bottom: 60px;
  }

  .benefit-card {
    padding: 18px;
    border-radius: 24px;
    background: rgba(255, 255, 255, .04);
    border: 1px solid var(--border);
    transition: .35s;
  }

  .linha-bottom {
    height: 5px;
  }

  .benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 11px;
    /* margin-top: 60px; */
  }

  .spotlight {
    display: none;
  }

  .container.container-stats {
    display: flex;
    justify-content: space-around;
    gap: 15px;
    text-align: center;
    margin-bottom: 40px;
  }

  .stat {
    width: 120px;
    height: 136px;
    font-size: 19px;
  }

  .stat h2 {
    font-size: 24px;
    padding: 10px 0;
  }

  .stat p {
    font-size: 22px;
    font-weight: bold;
    color: antiquewhite;
  }

  .footer-content {
    width: 100%;
    display: flex;
    padding: 5px 20px;
    border-top: 1px solid var(--border);
    justify-content: space-around;
    align-items: center;
    gap: 20px;

  }

  .footer-content h3 {
    font-size: .8rem;

  }

  .footer-content span {
    font-size: 1rem;

  }

  .footer-content .footer-p {
    display: none;

  }

  /* ==============================*/
  /* CHAT*/
  /*============================== */

  .chat {
    height: 100%;
  }

  .chat-container.active {
    top: 0px;
    height: 90vh;
  }

  .chat-button {
    right: 5px;
    bottom: 50px;
  }

  /* ==============================
   PAINEL
============================== */

  .painel-carrinho.aberto {
    top: 0px;
    height: 90vh;
    z-index: 1000;
  }

  /* ==============================
   scroll-products
============================== */

  .scroll-container {
    background-color: rgb(95, 43, 87);

  }

  .scroll-voltar {
    background-color: rgb(95, 43, 87);

  }


  .list-itens.active img {
    width: 100px;
    height: auto;
    bottom: 0;
    left: 0;
    z-index: 2;

    animation: showMainImage 0.9s linear 1 forwards;
  }

  @keyframes showMainImage {
    from {
      width: 20px;
      left: 20px;
      top: 0px;

    }

    to {
      width: 100px;
      left: 30px;
      bottom: 5px;

    }
  }




}

/* @media(min-width:501px) and (max-width: 960px) { */

/* Celulares deitados */
@media (min-width: 600px) and (max-width: 960px) and (orientation: landscape) {


  nav {
    position: fixed;
    top: 82px;
    right: 100%;
    width: 280px;
    height: 100vh;
    background: #101010;
    flex-direction: column;
    padding-top: 50px;
    transition: .4s;
    display: none;

  }

  .navbar {
    padding: 0px 40px;
  }

  nav.active {
    right: 100;

  }

  .menu-button {
    display: block;

  }

  .hero {
    min-height: 100dvh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .hero-text {
    width: 415px;
  }

  .hero h1 {
    font-size: clamp(10px, 4vw, 7rem);

  }

  .hero-content {
    grid-template-rows: 1fr;
    text-align: center;
    min-height: 90dvh;

  }


  .hero-image {
    order: 1;
    top: -50;
  }


  .hero-image img {
    width: 50px;
    bottom: 70px;
    left: 80px;
  }

  .hero-image img {
    width: 225px;
    top: 18px;
    left: 10px;
  }

  .chocolate-1 {
    left: 20px;
    top: -33px;
  }

  .chocolate-2 {
    right: 143px;
    top: 0px;
  }

  h2 {
    margin: 35px 0;
  }

  #comentarios {
    display: none;
  }

  .stats .container {
    display: flex;
    align-content: flex-start;
    margin: 26px 0;
  }

  .products-grid {
    margin-bottom: 60px;
  }

  .card {
    height: 350px;
    display: flex;
    flex-direction: column;
    align-items: center;

  }

  .card-image {
    width: 60%;
    height: 50%;
    overflow: hidden;
  }

  .card-image img {
    width: 300px;
  }

  .card-footer {
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 10px;

  }

  .buy-button {
    padding: 10px 16px;

  }

  .card-description {
    display: none;
  }

  .painel-carrinho {
    height: 437px;
  }

  .carrinho-header h2 {
    margin: 0;
  }

  .lista-carrinho {

    padding: 5px;
  }

  .chat {
    height: 421px;
    gap: 2px;
    top: 163px;
    position: relative;
  }

  .chat-header {

    gap: 24px;
    padding: 7px;
  }

  #contador-carrinho {
    top: 3px;
  }

  .linha-bottom {
    height: 5px;
  }



}