.banner-wrap {
  height: 578px;
  padding-top: 120px;
  background: linear-gradient(180deg, #FFFFFF 0%, #F6F8FF 100%);
  overflow: hidden;
}
.shap_iamge_container-setup {
  position: absolute;
  right: 0px;
  height: 480px;
  padding-top: 40px;
  max-width: 100%;
  top: 0px;
  display: flex;
  align-items: end;
}
.shap_iamge_container-setup svg {
  height: 100%;
}
.no-available-desc {
  background: linear-gradient(180deg, #FFFFFF 0%, #F5F8FF 100%);
  border-radius: 20px;
}
.search-text-field .v-field {
  border-radius: 100px !important;
  border: 1px solid #CFD7EB !important;
}
.search-text-field input::placeholder {
  color: #000000 !important;
  opacity: 1 !important;
}
.search-text-field .v-field__input {
  padding: 0px 20px !important;
}
.enter-address-desc {
  font-size: 18px;
  margin-top: 10px;
}
.product-desc {
  height: 15%;
}
.feature-wrap.fr {
  min-height: 51px;
}
.search_home_wrapper {
  height: 378px !important;
  padding-top: 0px !important;
}
@media screen and (max-width: 600px) {
.banner-wrap {
    height: 405px;
    padding-top: 60px;
}
.shap_iamge_container-setup {
    display: flex;
    justify-content: end;
    align-items: flex-start;
    top: 0px;
    right: -30px;
    z-index: 0;
}
.shap_iamge_container-setup svg {
    width: 50%;
    height: 200px;
}
.search_home_wrapper {
    height: 180px !important;
    padding-top: 30px !important;
}
}
.product-high-light {
  position: absolute;
  width: 100%;
  height: 90px;
  left: 0px;
  top: -40px;
  background: #000000;
  border-radius: 20px;
  z-index: 1;
  text-align: center;
  font-weight: 700;
  color: #ffffff;
  line-height: 2.8rem;
}
.gap-5 {
  gap: 30px;
}
.banner-desc {
  font-size: 20px;
}
@media (max-width: 600px) {
.banner-desc {
    font-size: 16px;
    z-index: 1;
}
.banner-desc p {
    max-width: calc(100% - 100px);
}
.product-high-light {
    font-size: 14px;
    line-height: 2rem;
    height: 80px;
    top: -30px;
}
}