.tuimu-container{
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10000;
  background: #2450A2;
  padding: 20px;
  width: 350px;
  border-radius: 8px;
  display: none;
  background-image: url(https://cdn.hstatic.net/files/1000360022/file/1200x1800_-_pop-up_d_nh_v__jeans.jpg);
    height: 475px;
    background-size: contain;
    background-position: center;
}
.tuimu-container.show{
  display: block;
}

.tuimu-content{
     display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: baseline;
    position: relative;
    height: 100%;
    margin-bottom: 31px;
    padding-bottom: 90px;
}
.btn_click-content{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 10px;
}
.btn-tuimu{
padding: 10px 10px;
    font-weight: 500;
    font-size: 1rem;
    border-radius: 8px;
    width: 50%;
    background: transparent;
    color: white;
    border: 1px solid;
}
.btn-mumuangay{
    padding: 10px 10px;
    font-weight: 500;
    font-size: 1rem;
    border-radius: 8px;
    background: #0E42CE;
    color: white;
    width: 50%;
    text-align: center;
    border: 1px solid;
}
.tuimu-choosesize {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
  justify-content: space-between;
  width: 100%;
}
.img-hopqua{
  margin-bottom: 20px;
  border-radius: 8px;
}
.btn-closemu {
    width: 30px;
    height: 30px;
    font-weight: 600;
    position: absolute;
    right: -30px;
    top: -30px;
    border-radius: 50%;
    border: none;
    font-size: 25px;
    background: linear-gradient(to bottom, #2C5A72, #2F5D75, #44728A), radial-gradient(circle, #2C5A72, #2F5D75, #44728A) !important;
    color: white;
    margin-top: 0px;
    line-height: 23px !important;
}
.size-btn {
    font-weight: 600;
    height: 60px;
    width: 60px;
    border: 2px solid white;
    cursor: pointer;
    font-size: 1.25rem;
    border-radius: 5px;
    transition: background-color 0.3s, color 0.3s;
    background: transparent;
    color: white;
}

.size-btn.active {
  background: linear-gradient(to bottom, #2C5A72, #2F5D75, #44728A), radial-gradient(circle, #2C5A72, #2F5D75, #44728A) !important;
  color: white;
  border-color: #0056b3;
  border: 2px solid white;
}


@media screen and (max-width: 675px) {
  .tuimu-container{
    width: 320px;
  }
  .btn-tuimu{
    font-size: 0.875rem;
  }
}