
.woomobify-navbar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  border-top: 1px solid #ddd;
  display: flex;
  justify-content: space-around;
  padding: 6px 0;
  z-index: 9999;
}
.woomobify-tab {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 12px;
  color: #333;
  text-decoration: none;
}
.woomobify-tab img {
  width: 22px;
  height: 22px;
  margin-bottom: 4px;
}
.woomobify-full-cards {
  padding: 20px 10px 80px;
}
.woomobify-card {
  height: 180px;
  border-radius: 12px;
  background-size: cover;
  background-position: center;
  position: relative;
  margin-bottom: 16px;
}
.woomobify-card-title {
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  text-shadow: 0 1px 3px rgba(0,0,0,0.7);
  text-transform: uppercase;
}
