@charset "UTF-8";
@media (max-width: 768px){

  .shopSearch_container {
    background-color: #fff;
    margin-top: 4%;
    padding-top: 5%;
    padding-bottom: 8%;
  }
  .searchBar_container {
    display: flex;
    padding: 0 4vw;
    margin-bottom: 3%;
  }
  .searchBar {
    width: 100%;
    height: 10vw;
    font-size: .8rem;
    font-weight: bold;
    border: none;
    border-radius: 0 8px 8px 0;
    background-color: #f8f8f8;
  }
  input:focus {
    outline: none;
  }
  .searchIcon {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f8f8f8;
    border-radius: 8px 0 0 8px;
    padding: 0 1% 0 3%;
  }
  .circum--search {
    display: inline-block;
    width: 24px;
    height: 24px;
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M20.031 20.79c.46.46 1.17-.25.71-.7l-3.75-3.76a7.9 7.9 0 0 0 2.04-5.31c0-4.39-3.57-7.96-7.96-7.96s-7.96 3.57-7.96 7.96s3.57 7.96 7.96 7.96c1.98 0 3.81-.73 5.21-1.94zM4.11 11.02c0-3.84 3.13-6.96 6.96-6.96c3.84 0 6.96 3.12 6.96 6.96s-3.12 6.96-6.96 6.96c-3.83 0-6.96-3.12-6.96-6.96'/%3E%3C/svg%3E");
    background-color: currentColor;
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
  }
  .abcBtn_list {
    display: flex;
    justify-content: center;
    padding: 2% 4% 0 4%;
    gap: 2%;
  }
  .abcBtn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 13.6vw;
    height: 13.6vw;
    font-size: .9rem;
    font-weight: bold;
    color: #2d2d2d;
    background-color: #ffffff;
    border: 1px solid rgba(45, 45, 45, .15);
    border-radius: 8px;
  }

}