@media (max-width: 786px) {

  .product-badge svg {
    width: 30px;
    height: 30px;
  }

  .product-badge {
    width: 30px;
    height: 30px;
  }

  .slide-title {
    font-size: 18rem;
  }

  .contact-phone {
    font-size: 2rem;
  }

  main{
    padding-top: 6rem;
  }

  .product-color {
    width: 1.9rem;
    height: 1.9rem;
  }

  .color-option.active {

    width: 2.5rem;
    height: 2.5rem;
  }

  .color-option {
       width: 3rem;
    height: 3rem;

  }
  .wrapper-summary {
    width: 100vw;
  }
  .order-summary {
    width: 100%;
    max-width: 100%!important;
  }

  .qplusprice {
      flex-direction: column;
      gap: 2rem;
  }
  .current-size {
    flex-direction: row;
  }

  .method-icon img {
    width: 6rem;
    height: 4rem;
  }

}
