/*!
Theme Name: ecommerce
*/

.hww {
    flex-direction: column;
}

.hww_dist {
    margin-top: 100px;
}

.hww_blocks {
    width: 100%;
    margin-top: -100px;
}

.hww_wrap {
  display: flex;
  height: 30vh;
  border-radius: 50px;
  background-color: var(--elem_color1);
}

.hww_text {
  font-size: var(--h4);
  color: var(--text_color1);
  width: 40%;
  align-self: center;
  padding: 1em;
}

.hww_wrap_left {
  flex-direction: row;
}

.hww_wrap_right {
  flex-direction: row-reverse;
}

.hww_bg {
  overflow: hidden;
  object-fit: cover;
  object-position: center;
  width: 50%;
}

.hww_bg_left {
  border-radius: 50px 0 0 50px;
}

.hww_bg_right {
  border-radius: 0 50px 50px 0;    
}