.header__search {
  width: 200px;
  border-bottom: 1px solid #000;
  @media screen and (max-width: 750px){
    width: unset;
    border-bottom: unset;
  }
  & details {
    width: 100%;
    & summary {
      width: 100%;
      text-align: right;
      & span {
        justify-content: end;
        transform: translateX(-10px);
         @media screen and (max-width: 750px){
           transform: unset;
         }
      }
    }
  }
}

.btn-buy-whatsapp {
    background-color: #E29D45;
    color: white;
    border-radius: 5px;
    padding: 10px 20px;
    text-decoration: none;
    font-size: 16px;
    text-decoration: none;
    @media only screen and (max-width: 768px) {
      font-size: 12px;
      padding: 10px 14px;
    }
}

