.tea-landing {
  padding-bottom: 100px;
}
.tea-landing .custom-tea-row {
  padding: 15px 0;
}
@media (min-width: 768px) {
  .tea-landing .custom-tea-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .tea-landing .tea-content {
    padding: 0 50px;
    -ms-flex-preferred-size: 500px;
        flex-basis: 500px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .tea-landing .custom-tea-row {
    padding: 60px 0 100px;
  }
  .tea-landing .row-tea-categories p {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .tea-landing .tea-image {
    height: 30vw;
    width: 30vw;
    margin: 3em 5vw 4vw;
    float: right;
  }
}
@media (max-width: 500px) {
  .tea-landing .col {
    width: 100% !important;
  }
  .tea-landing .col img {
    width: 220px;
    margin: 0 auto;
  }
}
.tea-landing .tea-image {
  background-image: url('assets/herbco-teas-main.jpg');
  background-size: cover;
  background-position: center;
  -webkit-mask-image: url('/media/homepages/base2021/images/MaskBottomStretch.svg');
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: 100% 100%;
  mask-image: url('/media/homepages/base2021/images/MaskBottomStretch.svg');
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 100% 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  border-radius: 10px;
}
.tea-landing .row-tea-categories {
  color: #2D3B1C;
}
.tea-landing .row-tea-categories a {
  text-decoration: none;
  color: inherit;
}
.tea-landing .row-tea-categories img {
  border-radius: 10px;
}
.tea-landing .row-tea-categories h2 {
  text-transform: uppercase;
  font-size: 1.3em;
  color: inherit;
  display: block;
  margin: 0.5em 0 0.2em;
}
.tea-landing .row-tea-categories .col {
  text-align: center;
  margin-bottom: 50px;
}
.tea-landing .genericproductlist-featured a {
  text-decoration: none;
}
.tea-landing .genericproductlist-featured a span {
  display: block;
  text-transform: uppercase;
}
.tea-landing .genericproductlist-featured a .title {
  color: #2D3B1C;
  font-size: 1.1em;
}
.tea-landing .genericproductlist-featured a .form {
  font-size: 0.9em;
}
.tea-landing .genericproductlist-featured a img {
  -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.tea-landing .genericproductlist-featured a:hover img {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.tea-landing .d-h1 {
  color: #2D3B1C;
  text-transform: uppercase;
  font-size: 35px;
  letter-spacing: 1px;
}
@media (max-width: 767px) {
  .tea-landing .d-h1 {
    font-size: 22px;
  }
}
