.t2-article {
  overflow-x: hidden;
}
.t2-article .article-hero,
.t2-article .article-hero__overlay {
  height: 450px;
}
@media (min-width: 768px) {
  .t2-article .article-hero,
  .t2-article .article-hero__overlay {
    height: 432px;
  }
}
@media (min-width: 1024px) {
  .t2-article .article-hero,
  .t2-article .article-hero__overlay {
    height: 500px;
  }
}
@media (min-width: 1728px) {
  .t2-article .article-hero,
  .t2-article .article-hero__overlay {
    height: 630px;
  }
}
.t2-article .article-hero {
  overflow: hidden;
  position: relative;
}
.t2-article .article-hero__picture-wrapper {
  height: auto;
}
.t2-article .article-hero__picture-wrapper .image-wrapper {
  position: relative;
  overflow: hidden;
  height: 450px;
}
@media (min-width: 768px) {
  .t2-article .article-hero__picture-wrapper .image-wrapper {
    height: 432px;
  }
}
@media (min-width: 1024px) {
  .t2-article .article-hero__picture-wrapper .image-wrapper {
    height: 500px;
  }
}
@media (min-width: 1728px) {
  .t2-article .article-hero__picture-wrapper .image-wrapper {
    height: 630px;
  }
}
.t2-article .article-hero__picture-wrapper .image-wrapper img {
  width: 767px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  border-radius: none;
}
@media (min-width: 768px) {
  .t2-article .article-hero__picture-wrapper .image-wrapper img {
    width: auto;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 432px;
  }
}
@media (min-width: 1024px) {
  .t2-article .article-hero__picture-wrapper .image-wrapper img {
    height: 500px;
  }
}
@media (min-width: 1728px) {
  .t2-article .article-hero__picture-wrapper .image-wrapper img {
    height: 630px;
    width: auto;
  }
}
@media (min-width: 2560px) {
  .t2-article .article-hero__picture-wrapper .image-wrapper img {
    height: auto;
    width: 100%;
  }
}
.t2-article .article-hero__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  padding: 1.5rem;
}
.t2-article .article-hero__overlay .container,
.t2-article .article-hero__overlay .row,
.t2-article .article-hero__overlay .col-12,
.t2-article .article-hero__overlay .col {
  height: 100%;
}
@media (max-width: 767px) {
  .t2-article .article-hero__overlay .container,
  .t2-article .article-hero__overlay .row,
  .t2-article .article-hero__overlay .col-12,
  .t2-article .article-hero__overlay .col {
    height: auto;
  }
}
.t2-article .article-hero__overlay .text-white * {
  color: #fff;
}
@media (max-width: 767px) {
  .t2-article .article-hero__content-wrapper {
    max-width: calc(375px - 3rem);
    margin: 0 auto;
  }
}
.t2-article .article-hero__content-wrapper p {
  margin-top: 1rem;
}
.t2-article .article-hero__content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: auto;
}
@media (min-width: 768px) {
  .t2-article .article-hero__content {
    height: 100%;
    flex-direction: column;
    justify-content: center;
  }
}
@media (min-width: 1200px) {
  .t2-article .article-hero__content {
    justify-content: center;
  }
}
.t2-article .article-hero__content__back-link {
  font-size: 0.75rem;
  font-weight: 400;
  margin: 1.5rem 0 1rem;
  display: block;
}
@media (min-width: 768px) {
  .t2-article .article-hero__content__back-link {
    margin-top: 16px;
  }
}
.t2-article .article-intro {
  margin-top: 3rem;
}
@media (min-width: 1024px) {
  .t2-article .article-intro {
    margin-top: 3.5rem;
  }
}
.t2-article .article-intro p:last-child {
  margin-bottom: 0;
}
.t2-article .article-section {
  margin-top: 3rem;
}
@media (min-width: 1024px) {
  .t2-article .article-section {
    margin-top: 3.5rem;
  }
}
.t2-article .article-section picture img {
  border-radius: 0.25rem;
  overflow: hidden;
}
.t2-article .article-section p {
  margin-bottom: 1rem;
}
.t2-article .article-section p:last-child {
  margin-bottom: 0;
}
.t2-article .article-module-2-columns .col-12 .image-wrapper {
  margin-top: 1.5rem;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 543px) {
  .t2-article .related-content {
    margin: 0 auto;
  }
}
@media (min-width: 1200px) {
  .t2-article .related-content {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
    margin-right: 0;
    margin-left: 0;
  }
}
.t2-article .related-content .container {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media (min-width: 1024px) {
  .t2-article .related-content .container {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (min-width: 1200px) {
  .t2-article .related-content .swiper-title-container,
  .t2-article .related-content .cards-wrapper {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (min-width: 1728px) {
  .t2-article .related-content .swiper-title-container,
  .t2-article .related-content .cards-wrapper {
    width: 100%;
  }
}
.t2-article .related-content .swiper-title-container .row,
.t2-article .related-content .cards-wrapper .row {
  justify-content: center;
}
.t2-article .related-content .cards-wrapper {
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .t2-article .related-content .col-12:not(:first-child) {
    padding-top: 2rem !important;
  }
}
.t2-article .related-content .card {
  text-align: left;
  background-color: unset;
}
@media (min-width: 554px) and (max-width: 767px) {
  .t2-article .related-content .card {
    display: flex;
    flex-direction: row;
  }
}
.t2-article .related-content .card .card-content {
  margin-top: 1rem;
}
@media (min-width: 554px) and (max-width: 767px) {
  .t2-article .related-content .card .card-content {
    min-width: 40%;
    margin: 0 1rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }
}
.t2-article .related-content .card .card-title {
  margin-bottom: 0rem;
}
.t2-article .related-content .card .card-copy {
  margin-top: 0.5rem;
}
.t2-article .related-content .card hr {
  display: none;
}
@media (max-width: 767px) {
  .t2-article .related-content .card hr {
    display: block;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}
.t2-article .related-content .card .card-divider-line {
  display: block;
  height: 2px; /* Border thickness */
  background-color: #000; /* Border color */
  margin-bottom: 1rem;
  width: 100%;
}
@media (min-width: 554px) and (max-width: 767px) {
  .t2-article .related-content .card-image {
    min-width: 50%;
    max-width: 50%;
  }
}
.t2-article .related-content .card-image img {
  border-radius: 0.25rem;
}
.t2-article .article-related .swiper-title-container,
.t2-article .article-related .cards-wrapper {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.t2-article .article-section .additional-tips {
  list-style-type: square;
}
.t2-article .article-section .additional-tips li::marker {
  font-size: 0.75rem;
}
.t2-article .how-to-brew-product-swiper {
  padding-right: 24px;
  padding-left: 24px;
  overflow: hidden;
  margin: 0 auto;
  margin-top: 3rem;
}
@media (min-width: 768px) {
  .t2-article .how-to-brew-product-swiper {
    margin-top: 3.5rem;
  }
}
@media (min-width: 768px) {
  .t2-article .how-to-brew-product-swiper.swiper-1622 > div {
    padding-left: 24px;
    padding-right: 24px;
    max-width: 1670px;
  }
}
.t2-article .how-to-brew-product-swiper.swiper-1622 .global-content-slot--ingredient .swiper-slide .icon--image {
  height: 16px;
  width: 16px;
  margin-right: 0;
}
.t2-article .how-to-brew-product-swiper > div {
  padding-right: 0;
  padding-left: 0;
  margin-bottom: 48px;
}
.t2-article .how-to-brew-product-swiper h2 {
  margin: 58px 0 22px;
}
@media (min-width: 1728px) {
  .t2-article .how-to-brew-product-swiper .swiper-scrollbar {
    margin-top: 30px !important;
  }
}
.t2-article .how-to-brew-product-swiper .global-content-slot--ingredient .swiper-slide {
  width: 280px;
}
.t2-article .how-to-brew-product-swiper .global-content-slot--ingredient .swiper-slide .product-tile {
  padding: 40px 0 0;
}
.t2-article .how-to-brew-product-swiper .global-content-slot--ingredient .swiper-slide .product-tile__type {
  margin-bottom: 5px;
}
.t2-article .how-to-brew-product-swiper .global-content-slot--ingredient .swiper-slide img.prod-img {
  width: 220px;
  margin: 0 auto;
}
.t2-article .how-to-brew-product-swiper .global-content-slot--ingredient .swiper-slide .tile-body {
  padding-top: 10px;
  padding-bottom: 5px;
}
.t2-article .how-to-brew-product-swiper .global-content-slot--ingredient .swiper-slide .tile-body .pdp-link {
  margin-bottom: 6px;
}
.t2-article .how-to-brew-product-swiper .global-content-slot--ingredient .swiper-slide .tile-body .label-t2 {
  display: inline-block;
}
.t2-article .how-to-brew-product-swiper .global-content-slot--ingredient .swiper-slide .icon--image {
  height: 14px;
  width: 14px;
}
.t2-article .how-to-brew-product-swiper .global-content-slot--ingredient .swiper-slide .label {
  color: rgba(0, 0, 0, 0.75);
  position: relative;
  top: -2px;
}
.t2-article .how-to-brew-product-swiper .global-content-slot--ingredient .swiper-slide .starting {
  font-size: 0.75rem;
  text-decoration: underline;
  word-spacing: normal;
}
@media (min-width: 768px) {
  .t2-article .how-to-brew-product-swiper {
    padding-left: 0;
    padding-right: 0;
  }
  .t2-article .how-to-brew-product-swiper > div {
    padding-left: 86px;
    padding-right: 86px;
    max-width: 976px;
  }
}
@media (min-width: 1024px) {
  .t2-article .how-to-brew-product-swiper {
    position: relative;
  }
}
@media (min-width: 1025px) {
  .t2-article .how-to-brew-product-swiper > div {
    margin-bottom: 65px;
  }
}
@media (min-width: 1728px) {
  .t2-article .how-to-brew-product-swiper h2 {
    margin: 90px 0 16px;
  }
  .t2-article .how-to-brew-product-swiper .global-content-slot--ingredient .swiper-container {
    overflow-x: hidden;
  }
  .t2-article .how-to-brew-product-swiper .global-content-slot--ingredient .swiper-slide {
    width: 285px;
  }
  .t2-article .how-to-brew-product-swiper .global-content-slot--ingredient .swiper-slide img.prod-img {
    width: 225px;
  }
}
.t2-article .article-hero-banner,
.t2-article .article-hero-banner-overlay {
  height: 526px;
}
@media (min-width: 768px) {
  .t2-article .article-hero-banner,
  .t2-article .article-hero-banner-overlay {
    height: 365px;
  }
}
@media (min-width: 1200px) {
  .t2-article .article-hero-banner,
  .t2-article .article-hero-banner-overlay {
    height: 520px;
  }
}
.t2-article .article-hero-banner {
  overflow: hidden;
  position: relative;
}
.t2-article .article-hero-banner .article-hero-img-wrapper .image-wrapper {
  position: relative;
  overflow: hidden;
  height: 526px;
}
@media (min-width: 768px) {
  .t2-article .article-hero-banner .article-hero-img-wrapper .image-wrapper {
    height: 365px;
  }
}
@media (min-width: 1200px) {
  .t2-article .article-hero-banner .article-hero-img-wrapper .image-wrapper {
    height: 520px;
  }
}
.t2-article .article-hero-banner .article-hero-img-wrapper .image-wrapper img {
  width: 767px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  .t2-article .article-hero-banner .article-hero-img-wrapper .image-wrapper img {
    width: auto;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (min-width: 1200px) {
  .t2-article .article-hero-banner .article-hero-img-wrapper .image-wrapper img {
    height: inherit;
    width: auto;
  }
}
@media (min-width: 1728px) {
  .t2-article .article-hero-banner .article-hero-img-wrapper .image-wrapper img {
    height: inherit;
  }
}
@media (min-width: 2560px) {
  .t2-article .article-hero-banner .article-hero-img-wrapper .image-wrapper img {
    height: auto;
    width: 100%;
  }
}
.t2-article .article-hero-banner .article-hero-banner-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  padding: 1.5rem;
}
.t2-article .article-hero-banner .article-hero-banner-overlay .text-white * {
  color: #fff;
}
.t2-article .article-hero-banner .article-hero-content {
  max-width: 375px;
  margin: 0 auto;
}
.t2-article .article-hero-banner .article-hero-content p {
  margin-top: 1rem;
}
.t2-article .article-hero-banner .back-link {
  font-size: 0.75rem;
  font-weight: 400;
  margin: 1.5rem 0 1rem;
  display: block;
}
@media (min-width: 768px) {
  .t2-article .article-hero-banner .back-link {
    margin-top: 16px;
  }
}
.t2-article .article-hero-banner .article-hero-content-copy {
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-end;
}
@media (min-width: 768px) {
  .t2-article .article-hero-banner .article-hero-content-copy {
    flex-direction: column;
    justify-content: center;
  }
}
@media (min-width: 1200px) {
  .t2-article .article-hero-banner .article-hero-content-copy {
    justify-content: center;
  }
}
.t2-article .article-main {
  margin-top: 3rem;
}
@media (min-width: 1200px) {
  .t2-article .article-main {
    margin-top: 4rem;
  }
}
.t2-article .article-main p a {
  text-decoration: underline;
}
.t2-article .article-main .h1,
.t2-article .article-main .h2,
.t2-article .article-main .h3,
.t2-article .article-main .h4,
.t2-article .article-main .h5,
.t2-article .article-main .h6,
.t2-article .article-main h1,
.t2-article .article-main h2,
.t2-article .article-main h3,
.t2-article .article-main h4,
.t2-article .article-main h5,
.t2-article .article-main h6 {
  margin-bottom: 1rem;
}
.t2-article .article-main .article-divider {
  border-top: 1px solid #e6e6e6;
  height: 1px;
  margin: 3rem auto;
}
@media (min-width: 1200px) {
  .t2-article .article-main .article-divider {
    margin: 4rem auto;
  }
}
.t2-article .link-lg {
  text-decoration-line: underline;
}
.t2-article .article-product-card {
  width: 76%;
}
.t2-article .article-product-card .card--image {
  padding: 1rem;
}
.t2-article .article-product-card .card--image img {
  width: 100%;
}
.t2-article .article-product-card .card--copy {
  padding: 1rem;
}
.t2-article .article-product-card .t2-card-product-type-icon {
  width: 1rem;
}
.t2-article .article-product-card .card--copy-footer {
  display: flex;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  margin-top: 0.5rem;
}
.t2-article .article-product-card .card--tea-type {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.t2-article .article-product-card .card--cta {
  font-size: 12px;
  line-height: 16px;
  text-decoration-line: underline;
  color: rgba(0, 0, 0, 0.75);
}
.t2-article .main {
  max-width: 800px;
  margin: 0 auto;
  padding: 3rem 1.5rem;
}
.t2-article .main .intro p {
  font-family: HelveticaNowDisplay, Helvetica, sans-serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
  margin-bottom: 1.375rem;
}
.t2-article .main p {
  color: #404040;
}
@media (min-width: 768px) {
  .t2-article .main {
    max-width: 625px;
    padding: 3rem 1.25rem;
  }
}
@media (min-width: 1024px) {
  .t2-article .main {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .t2-article .main {
    max-width: 840px;
    padding-top: 4.375rem;
  }
  .t2-article .main .intro p {
    font-size: 1.5rem;
    line-height: 2rem;
    margin-bottom: 1.75rem;
  }
}
@media (max-width: 767px) {
  .t2-article .col-px-mob-0 {
    flex: 0 0 auto;
    width: calc(100% + 24px);
    max-width: none;
    margin: 0 0 1.5rem -12px !important;
    padding-left: 0;
    padding-right: 0;
  }
}
.t2-article .timeline .year {
  margin-top: 3rem;
}
@media (min-width: 1200px) {
  .t2-article .timeline .year {
    margin-top: 4rem;
  }
}
@media (min-width: 1080px) {
  .t2-article .timeline .year {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 1199px) {
  .t2-article .timeline .year .col-12 {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1200px) {
  .t2-article .timeline .year .col-12 {
    display: flex;
    align-items: center;
  }
}
.t2-article .timeline .year .bg-image {
  margin-bottom: 1.5rem;
}
@media (min-width: 1200px) {
  .t2-article .timeline .year .bg-image {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .t2-article .timeline .year .content {
    display: flex;
  }
}
.t2-article .timeline .year .content .number {
  display: flex;
  align-items: center;
}
.t2-article .timeline .year .content .number img {
  width: auto;
  max-height: 70px;
  margin-bottom: 1.5rem;
  filter: drop-shadow(1px 1px 4px rgba(0, 0, 0, 0.25));
}
@media (min-width: 768px) {
  .t2-article .timeline .year .content .number img {
    padding-right: 2rem;
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .t2-article .timeline .year .content .number img {
    max-height: 100px;
    padding-right: 3rem;
  }
}
.t2-article .timeline .year .content .copy p {
  margin-bottom: 0;
}
.t2-article .a-video {
  border-bottom: 1px solid #eee;
  padding-bottom: 14px;
  padding-top: 25px;
}
.t2-article .a-video.first {
  padding-top: 0;
}
.t2-article .a-video video {
  width: 100%;
  margin: 7px 0 18px;
}
.t2-article .a-video p.h7 {
  color: #1a1a1a;
  margin-bottom: 12px;
}
@media (min-width: 1200px) {
  .t2-article .a-video {
    padding-bottom: 30px;
    padding-top: 30px;
  }
  .t2-article .a-video video {
    margin: 17px 0 26px;
  }
  .t2-article .a-video p .h7 {
    margin-bottom: 15px;
  }
}
.t2-article .video-js .vjs-big-play-button .vjs-icon-placeholder {
  line-height: 0;
}
.t2-article .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  font-size: 56px;
  top: 50%;
}
@media (min-width: 1024px) {
  .t2-article .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
    font-size: 90px;
  }
}
.t2-article .video-js .vjs-big-play-button {
  border: none;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 200px;
  transform: translate(-50%, -50%);
  width: 64px;
  height: 64px;
  margin: 0;
}
.t2-article .video-js:hover .vjs-big-play-button,
.t2-article .video-js .vjs-big-play-button:focus {
  border-color: none;
  border: none;
  background-color: rgba(255, 255, 255, 0.4);
}
@media (min-width: 1024px) {
  .t2-article .vjs-big-play-centered .vjs-big-play-button {
    width: 96px;
    height: 96px;
  }
}
.t2-article .final-cta {
  text-align: center;
  padding: 48px 0 30px;
}
.t2-article .final-cta .h6 {
  color: #1a1a1a;
  margin-bottom: 10px;
}
@media (min-width: 1200px) {
  .t2-article .final-cta {
    padding-top: 62px;
  }
  .t2-article .final-cta .h6 {
    margin-bottom: 16px;
  }
  .t2-article .final-cta a {
    margin: 8px 0;
    display: inline-block;
  }
}
.t2-article .a-reviews {
  padding-top: 3rem;
}
@media (min-width: 1024px) {
  .t2-article .a-reviews {
    padding-top: 4rem;
  }
}
@media (max-width: 1024px) {
  .t2-article .a-reviews .review {
    margin-bottom: 2rem;
  }
}
.t2-article .a-reviews .stars {
  padding-bottom: 0.5rem;
}
.t2-article .a-reviews .stars .fa-star {
  color: #b3b3b3;
}
.t2-article .a-reviews .stars .fa-star:before {
  font-size: 0.75rem;
}
.t2-article .a-reviews .stars .checked {
  color: #f58300;
}
.t2-article .a-reviews p {
  margin-bottom: 8px;
}
.t2-article .article-stars {
  padding-bottom: 0.5rem;
}
.t2-article .article-stars .fa-star {
  color: #b3b3b3;
}
.t2-article .article-stars .fa-star:before {
  font-size: 0.75rem;
}
.t2-article .article-stars .checked {
  color: #f58300;
}
.t2-article .flavour-profile .tooltipT2 .tooltip {
  padding: 16px 16px;
  top: calc(80% + 0px);
  height: max-content;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.3);
}
.t2-article .flavour-profile .tooltipT2 .tooltip:after {
  left: 10px;
  top: -10px;
  width: 20px;
  height: 20px;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  transform: rotate(225deg);
  z-index: -1;
}
.t2-article .flavour-profile video {
  max-width: 100%;
  padding-bottom: 3rem;
}
.t2-article .flavour-profile img.flavour-icon {
  width: 2rem;
  margin-bottom: 0.5rem;
}
.t2-article .flavour-profile .profiles {
  padding-top: 1.75rem;
}
@media (min-width: 1024px) {
  .t2-article .flavour-profile .profiles {
    padding-top: 3.5rem;
  }
}
.t2-article .article-section .brew-instructions {
  background-color: #f7f7f7;
  margin-top: 4rem;
}
.t2-article .article-section .brew-instructions.container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.t2-article .article-section .brew-instructions img.brew-icon {
  width: 1.75rem;
  padding-right: 0.25rem;
  padding-bottom: 0.15rem;
}
.t2-article .article-section .brew-instructions ul.brew-info {
  padding-left: 0;
  padding-top: 1.5rem;
}
@media (max-width: 768px) {
  .t2-article .article-section .brew-instructions ul.brew-info {
    padding-top: 1rem;
  }
}
.t2-article .article-section .brew-instructions ul.brew-info li {
  list-style-type: none;
  display: inline-block;
  padding-right: 2rem;
  padding-bottom: 0.75rem;
  font-size: 14px;
  line-height: 20px;
}
.t2-article .article-section .brew-instructions .brew-details {
  border-bottom: solid 1px #d6d6d6;
  padding-bottom: 0.75rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 1024px) {
  .t2-article .article-section .brew-instructions .brew-details {
    border-bottom: none;
  }
}
.t2-article .article-section .brew-instructions .brew-details .ingredients-list li:last-child {
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .t2-article .article-section .brew-instructions .brew-details .ingredients-list {
    border-bottom: solid 1px #d6d6d6;
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
  }
}
.t2-article .article-section .brew-instructions .brew-details .tools-list li:last-child {
  margin-bottom: 0;
}
.t2-article .article-section .brew-instructions ul.brew-selector {
  padding-left: 0;
  padding-top: 0.75rem;
}
.t2-article .article-section .brew-instructions ul.brew-selector li {
  list-style-type: none;
  padding-bottom: 6px;
  border-bottom: 2px solid #c7c7c7;
  display: inline-block;
  margin-right: 1.25rem;
  cursor: pointer;
  margin-bottom: 0;
  color: rgba(0, 0, 0, 0.45);
}
.t2-article .article-section .brew-instructions ul.brew-selector li.active {
  color: rgba(0, 0, 0, 0.9);
  border-color: #f58300;
}
@media (min-width: 1025px) {
  .t2-article .article-section .brew-instructions ul.brew-selector li {
    margin-bottom: 6px;
  }
}
.t2-article .article-section .brew-instructions ul.brew-steps {
  padding-left: 0;
}
.t2-article .article-section .brew-instructions ul.brew-steps li {
  list-style-type: none;
  background-color: #ffffff;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  border-radius: 4px;
  padding: 2rem 2rem 2rem 0;
}
.t2-article .article-section .brew-instructions ul.brew-steps li.steps-grey {
  background-color: #f7f7f7;
}
.t2-article .article-section .brew-instructions ul.brew-steps li a {
  text-decoration: underline;
  font-weight: 400;
}
.t2-article .article-section .brew-instructions ul.brew-steps li p {
  padding: 0rem 0rem 0rem 0 !important;
  line-height: 1.25rem;
}
.t2-article .article-section .brew-instructions ul.brew-steps li .caption-1 {
  margin-top: 0.75rem;
  color: rgba(0, 0, 0, 0.6);
}
.t2-article .article-section .brew-instructions ul.brew-steps li span {
  min-width: 5.5rem;
  font-size: 3rem;
  color: rgba(0, 0, 0, 0.3);
  text-align: center;
  padding: 0 2rem;
  font-weight: 500;
}
@media (max-width: 768px) {
  .t2-article .article-section .brew-instructions ul.brew-steps li span {
    padding: 0 1.5rem;
  }
}
@media (max-width: 768px) {
  .t2-article .article-section .brew-instructions .brew-tip {
    margin-top: 1rem;
  }
}
.t2-article .article-section .brew-instructions .brew-tip figure.icon img {
  width: 24px;
  margin-right: 0.5rem;
  padding-bottom: 0.5rem;
}
.t2-article .article-section .brew-instructions .photo img {
  margin-bottom: 1rem;
}
.t2-article .article-section .brew-instructions.brew-instructions__white {
  background-color: #ffffff;
}
.t2-article .article-section .brew-instructions.brew-instructions__white ul.brew-steps {
  padding-left: 0;
}
.t2-article .article-section .brew-instructions.brew-instructions__white ul.brew-steps li {
  list-style-type: none;
  background-color: #f7f7f7;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  border-radius: 4px;
  padding: 2rem 2rem 2rem 0;
}
.t2-article .article-section .brew-instructions.brew-instructions__white ul.brew-steps li.steps-grey {
  background-color: #fff;
}
.t2-article .article-section .brew-instructions.brew-instructions__white ul.brew-steps li a {
  text-decoration: underline;
  font-weight: 400;
}
.t2-article .article-section .brew-instructions.brew-instructions__white ul.brew-steps li p {
  padding: 0rem 0rem 0rem 0 !important;
  line-height: 1.25rem;
}
.t2-article .article-section .brew-instructions.brew-instructions__white ul.brew-steps li .caption-1 {
  margin-top: 0.75rem;
  color: rgba(0, 0, 0, 0.6);
}
.t2-article .article-section .brew-instructions.brew-instructions__white ul.brew-steps li span {
  min-width: 5.5rem;
  font-size: 3rem;
  color: rgba(0, 0, 0, 0.3);
  text-align: center;
  padding: 0 2rem;
  font-weight: 500;
}
@media (max-width: 768px) {
  .t2-article .article-section .brew-instructions.brew-instructions__white ul.brew-steps li span {
    padding: 0 1.5rem;
  }
}
.t2-article .brew-instructions {
  background-color: #f7f7f7;
  margin-top: 4rem;
}
.t2-article .brew-instructions.brew-instructions__white {
  background-color: #ffffff;
}
.t2-article .brew-instructions.container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.t2-article .brew-instructions img.brew-icon {
  width: 1.75rem;
  padding-right: 0.25rem;
  padding-bottom: 0.15rem;
}
.t2-article .brew-instructions ul.brew-info {
  padding-left: 0;
  padding-top: 1.5rem;
}
@media (max-width: 768px) {
  .t2-article .brew-instructions ul.brew-info {
    padding-top: 1rem;
  }
}
.t2-article .brew-instructions ul.brew-info li {
  list-style-type: none;
  display: inline-block;
  padding-right: 2rem;
  padding-bottom: 0.75rem;
  font-size: 14px;
  line-height: 20px;
}
.t2-article .brew-instructions ul.brew-selector {
  padding-left: 0;
  padding-top: 0.75rem;
}
.t2-article .brew-instructions ul.brew-selector li {
  list-style-type: none;
  padding-bottom: 6px;
  border-bottom: 2px solid #c7c7c7;
  display: inline-block;
  margin-right: 1.25rem;
  cursor: pointer;
  margin-bottom: 0;
  color: rgba(0, 0, 0, 0.45);
}
.t2-article .brew-instructions ul.brew-selector li.active {
  color: rgba(0, 0, 0, 0.9);
  border-color: #f58300;
}
@media (min-width: 1025px) {
  .t2-article .brew-instructions ul.brew-selector li {
    margin-bottom: 6px;
  }
}
.t2-article .brew-instructions ul.brew-steps {
  padding-left: 0;
}
.t2-article .brew-instructions ul.brew-steps li {
  list-style-type: none;
  background-color: #ffffff;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  border-radius: 4px;
}
.t2-article .brew-instructions ul.brew-steps li.steps-grey {
  background-color: #f7f7f7;
}
.t2-article .brew-instructions ul.brew-steps li a {
  text-decoration: underline;
  font-weight: 400;
}
.t2-article .brew-instructions ul.brew-steps li p {
  padding: 2rem 2rem 2rem 0;
  margin-bottom: 0;
  line-height: 1.25rem;
}
.t2-article .brew-instructions ul.brew-steps li span {
  font-size: 2.25rem;
  color: rgba(0, 0, 0, 0.3);
  text-align: center;
  padding: 0 2rem;
  font-weight: 500;
}
@media (max-width: 768px) {
  .t2-article .brew-instructions ul.brew-steps li span {
    padding: 0 1.5rem;
  }
}
@media (max-width: 768px) {
  .t2-article .brew-instructions .brew-tip {
    margin-top: 1rem;
  }
}
.t2-article .brew-instructions .brew-tip figure.icon img {
  width: 24px;
  margin-right: 0.5rem;
  padding-bottom: 0.5rem;
}
.t2-article .brew-instructions .photo img {
  margin-bottom: 1rem;
}
.t2-article .article-section .brew-alt-layout {
  margin-top: 0;
  padding: 48px 0;
}
.t2-article .article-section .brew-alt-layout.brew-instructions__white {
  padding: 0;
}
.t2-article .article-section .brew-alt-layout h2 {
  margin: 23px 0 15px;
}
.t2-article .article-section .brew-alt-layout.alt-layout-garnish .how-to-brew-recipes h2 {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 22px;
  margin-bottom: 8px;
}
.t2-article .article-section .brew-alt-layout.alt-layout-garnish .brew-details {
  margin-bottom: 24px;
}
.t2-article .article-section .brew-alt-layout.alt-layout-garnish .brew-steps {
  margin-top: 14px;
}
@media (min-width: 1025px) {
  .t2-article .article-section .brew-alt-layout.alt-layout-garnish .col-xl-8 > span.h7 {
    margin-top: 45px;
    display: inline-block;
  }
}
.t2-article .article-section .brew-alt-layout .icon {
  width: 18px;
  opacity: 0.5;
  position: relative;
  top: -1px;
  margin-right: 4px;
}
.t2-article .article-section .brew-alt-layout .iconfont-account {
  font-size: 1.75rem;
  vertical-align: middle;
  margin-right: 6px;
}
.t2-article .article-section .brew-alt-layout .brew-details.js-speedy {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .t2-article .article-section .brew-alt-layout .brew-details.js-speedy {
    margin-bottom: 27px;
  }
}
.t2-article .article-section .brew-alt-layout .brew-details .h7 {
  display: block;
  margin: 16px 0 5px;
}
.t2-article .article-section .brew-alt-layout .brew-details .serves {
  border-radius: 2px;
  background-color: #ffeed6;
  color: #121212;
  font-size: 0.75rem;
  padding: 0.25rem 0.5625rem;
  top: 1px;
  position: relative;
}
.t2-article .article-section .brew-alt-layout .brew-details ul {
  font-size: 0.875rem;
  color: red;
  margin: 10px 0 34px;
  padding: 0 0 0 18px;
}
.t2-article .article-section .brew-alt-layout .brew-details ul li {
  color: #f9bc82;
  margin-bottom: 7px;
}
.t2-article .article-section .brew-alt-layout .brew-details ul li span {
  color: rgba(0, 0, 0, 0.75);
}
.t2-article .article-section .brew-alt-layout .brew-details ul.ingredients-list {
  margin-bottom: 0;
}
.t2-article .article-section .brew-alt-layout .brew-details ul.tools-list {
  margin-bottom: 20px;
}
@media (min-width: 1025px) {
  .t2-article .article-section .brew-alt-layout .brew-details ul.ingredients-list {
    margin-bottom: 10px;
  }
  .t2-article .article-section .brew-alt-layout .brew-details ul.tools-list {
    margin-bottom: 8px;
  }
}
.t2-article .article-section .brew-alt-layout .brew-details .extra-tip {
  display: flex;
  border-top: 1px solid #e5e5e5;
  color: rgba(0, 0, 0, 0.75);
  padding: 16px 0;
  margin-bottom: 14px;
}
.t2-article .article-section .brew-alt-layout .brew-details .extra-tip .icon-wrap {
  margin-right: 12px;
}
.t2-article .article-section .brew-alt-layout .brew-details .extra-tip img {
  opacity: 1;
  width: 24px;
}
@media (min-width: 768px) {
  .t2-article .article-section .brew-alt-layout .brew-details .extra-tip {
    margin-top: 12px;
    margin-bottom: 16px;
  }
}
.t2-article .article-section .brew-alt-layout ul.brew-selector .icon {
  top: -2px;
}
.t2-article .article-section .brew-alt-layout ul.brew-selector li {
  padding-bottom: 4px;
}
.t2-article .article-section .brew-alt-layout ul.brew-selector li.active h3 a {
  color: rgba(0, 0, 0, 0.9);
}
.t2-article .article-section .brew-alt-layout ul.brew-selector h3 {
  display: inline-block;
  margin: 0;
}
.t2-article .article-section .brew-alt-layout ul.brew-selector h3 a {
  color: rgba(0, 0, 0, 0.45);
}
.t2-article .article-section .brew-alt-layout ul.brew-selector .active .icon {
  opacity: 1;
}
.t2-article .article-section .brew-alt-layout ul.brew-info.js-speedy {
  padding-top: 0;
  margin-bottom: 3px;
}
.t2-article .article-section .brew-alt-layout ul.brew-info.js-speedy li {
  padding-right: 1.25rem;
}
@media (min-width: 1025px) {
  .t2-article .article-section .brew-alt-layout ul.brew-info.js-speedy {
    margin-top: 25px;
    margin-bottom: 9px;
  }
}
@media (min-width: 1025px) {
  .t2-article .article-section .brew-alt-layout .how-to-brew-recipes h2 {
    margin: 44px 0 15px;
  }
}
.t2-article .article-section .brew-alt-layout .how-to-brew-recipes ul.brew-selector {
  margin-top: 33px;
}
.t2-article .article-section .brew-alt-layout .how-to-brew-recipes .method-title {
  margin-bottom: 1rem;
}
@media (min-width: 1200px) {
  .t2-article .article-section .brew-alt-layout {
    padding: 72px 0 80px;
  }
  .t2-article .article-section .brew-alt-layout.alt-layout-latte {
    padding-bottom: 60px;
  }
}
.t2-article .article-section .brew-coldbrew-layout {
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  .t2-article .article-section .brew-coldbrew-layout {
    padding-bottom: 62px;
  }
}
@media (min-width: 1025px) {
  .t2-article .article-section .brew-coldbrew-layout {
    padding-bottom: 80px;
  }
}
.t2-article .article-section .brew-coldbrew-layout .brew-alt-layout {
  padding: 0;
}
@media (min-width: 1025px) {
  .t2-article .article-section .brew-coldbrew-layout .brew-alt-layout {
    padding-left: 40px;
  }
}
.t2-article .article-section .brew-coldbrew-layout .brew-details {
  margin-top: 16px;
}
.t2-article .article-section .brew-coldbrew-layout .brew-details ul {
  margin-bottom: 24px;
}
@media (min-width: 1025px) {
  .t2-article .article-section .brew-coldbrew-layout .brew-details {
    margin-top: -8px;
  }
}
.t2-article .article-section .brew-coldbrew-layout ul.brew-info {
  margin-bottom: 10px;
}
.t2-article .article-section .brew-coldbrew-layout ul.brew-info li {
  padding-right: 20px;
}
@media (min-width: 1025px) {
  .t2-article .article-section .brew-coldbrew-layout ul.brew-info {
    margin-bottom: -6px;
  }
}
.t2-article .article-section .brew-coldbrew-layout ul.brew-selector {
  padding-top: 0;
  margin-bottom: 0;
}
.t2-article .article-section .brew-coldbrew-layout ul.brew-selector li {
  padding-bottom: 6px;
  margin-bottom: 16px;
  margin-right: 18px;
}
.t2-article .article-section .brew-coldbrew-layout ul.brew-selector li.active h3 a {
  color: rgba(0, 0, 0, 0.9);
}
.t2-article .article-section .brew-coldbrew-layout ul.brew-selector h3 {
  margin-bottom: 0;
}
.t2-article .article-section .brew-coldbrew-layout ul.brew-selector a {
  color: #888;
}
@media (min-width: 768px) {
  .t2-article .article-section .brew-coldbrew-layout ul.brew-selector .h8 {
    font-size: 16px;
  }
}
@media (min-width: 1025px) {
  .t2-article .article-section .brew-coldbrew-layout ul.brew-selector {
    margin-bottom: 8px;
    margin-top: 24px;
  }
  .t2-article .article-section .brew-coldbrew-layout ul.brew-selector .h8 {
    font-size: 18px;
  }
  .t2-article .article-section .brew-coldbrew-layout ul.brew-selector li {
    margin-right: 26px;
  }
}
.t2-article .brew-alt-layout {
  margin-top: 0;
  padding: 48px 0;
}
.t2-article .brew-alt-layout h2 {
  margin: 23px 0 15px;
}
.t2-article .brew-alt-layout.alt-layout-garnish .how-to-brew-recipes h2 {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 22px;
  margin-bottom: 8px;
}
.t2-article .brew-alt-layout.alt-layout-garnish .brew-details {
  margin-bottom: 24px;
}
.t2-article .brew-alt-layout.alt-layout-garnish .brew-steps {
  margin-top: 14px;
}
@media (min-width: 1025px) {
  .t2-article .brew-alt-layout.alt-layout-garnish .col-xl-8 > span.h7 {
    margin-top: 45px;
    display: inline-block;
  }
}
.t2-article .brew-alt-layout .icon {
  width: 18px;
  opacity: 0.5;
  position: relative;
  top: -1px;
  margin-right: 4px;
}
.t2-article .brew-alt-layout .iconfont-account {
  font-size: 1.75rem;
  vertical-align: middle;
  margin-right: 6px;
}
.t2-article .brew-alt-layout .brew-details.js-speedy {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .t2-article .brew-alt-layout .brew-details.js-speedy {
    margin-bottom: 27px;
  }
}
.t2-article .brew-alt-layout .brew-details .h7 {
  display: block;
  margin: 16px 0 5px;
}
.t2-article .brew-alt-layout .brew-details .serves {
  border-radius: 2px;
  background-color: #ffeed6;
  color: #121212;
  font-size: 0.75rem;
  padding: 0.25rem 0.5625rem;
  top: 1px;
  position: relative;
}
.t2-article .brew-alt-layout .brew-details ul {
  font-size: 0.875rem;
  color: red;
  margin: 10px 0 34px;
  padding: 0 0 0 18px;
}
.t2-article .brew-alt-layout .brew-details ul li {
  color: #f9bc82;
  margin-bottom: 7px;
}
.t2-article .brew-alt-layout .brew-details ul li span {
  color: rgba(0, 0, 0, 0.75);
}
.t2-article .brew-alt-layout .brew-details ul.ingredients-list {
  margin-bottom: 0;
}
.t2-article .brew-alt-layout .brew-details ul.tools-list {
  margin-bottom: 20px;
}
@media (min-width: 1025px) {
  .t2-article .brew-alt-layout .brew-details ul.ingredients-list {
    margin-bottom: 10px;
  }
  .t2-article .brew-alt-layout .brew-details ul.tools-list {
    margin-bottom: 8px;
  }
}
.t2-article .brew-alt-layout .brew-details .extra-tip {
  display: flex;
  border-top: 1px solid #e5e5e5;
  color: rgba(0, 0, 0, 0.75);
  padding: 16px 0;
  margin-bottom: 14px;
}
.t2-article .brew-alt-layout .brew-details .extra-tip .icon-wrap {
  margin-right: 12px;
}
.t2-article .brew-alt-layout .brew-details .extra-tip img {
  opacity: 1;
  width: 24px;
}
@media (min-width: 768px) {
  .t2-article .brew-alt-layout .brew-details .extra-tip {
    margin-top: 12px;
    margin-bottom: 16px;
  }
}
.t2-article .brew-alt-layout ul.brew-selector .icon {
  top: -2px;
}
.t2-article .brew-alt-layout ul.brew-selector li {
  padding-bottom: 4px;
}
.t2-article .brew-alt-layout ul.brew-selector li.active h3 a {
  color: rgba(0, 0, 0, 0.9);
}
.t2-article .brew-alt-layout ul.brew-selector h3 {
  display: inline-block;
  margin: 0;
}
.t2-article .brew-alt-layout ul.brew-selector h3 a {
  color: rgba(0, 0, 0, 0.45);
}
.t2-article .brew-alt-layout ul.brew-selector .active .icon {
  opacity: 1;
}
.t2-article .brew-alt-layout ul.brew-info.js-speedy {
  padding-top: 0;
  margin-bottom: 3px;
}
.t2-article .brew-alt-layout ul.brew-info.js-speedy li {
  padding-right: 1.25rem;
}
@media (min-width: 1025px) {
  .t2-article .brew-alt-layout ul.brew-info.js-speedy {
    margin-top: 25px;
    margin-bottom: 9px;
  }
}
@media (min-width: 1025px) {
  .t2-article .brew-alt-layout .how-to-brew-recipes h2 {
    margin: 44px 0 15px;
  }
  .t2-article .brew-alt-layout ul.brew-selector {
    margin-top: 33px;
  }
}
@media (min-width: 1200px) {
  .t2-article .brew-alt-layout {
    padding: 72px 0 80px;
  }
  .t2-article .brew-alt-layout.alt-layout-latte {
    padding-bottom: 60px;
  }
}
.t2-article .brew-coldbrew-layout {
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  .t2-article .brew-coldbrew-layout {
    padding-bottom: 62px;
  }
}
@media (min-width: 1025px) {
  .t2-article .brew-coldbrew-layout {
    padding-bottom: 80px;
  }
}
.t2-article .brew-coldbrew-layout .brew-alt-layout {
  padding: 0;
}
@media (min-width: 1025px) {
  .t2-article .brew-coldbrew-layout .brew-alt-layout {
    padding-left: 40px;
  }
}
.t2-article .brew-coldbrew-layout .brew-details {
  margin-top: 16px;
}
.t2-article .brew-coldbrew-layout .brew-details ul {
  margin-bottom: 24px;
}
@media (min-width: 1025px) {
  .t2-article .brew-coldbrew-layout .brew-details {
    margin-top: -8px;
  }
}
.t2-article .brew-coldbrew-layout ul.brew-info {
  margin-bottom: 10px;
}
.t2-article .brew-coldbrew-layout ul.brew-info li {
  padding-right: 20px;
}
@media (min-width: 1025px) {
  .t2-article .brew-coldbrew-layout ul.brew-info {
    margin-bottom: -6px;
  }
}
.t2-article .brew-coldbrew-layout ul.brew-selector {
  padding-top: 0;
  margin-bottom: 0;
}
.t2-article .brew-coldbrew-layout ul.brew-selector li {
  padding-bottom: 6px;
  margin-bottom: 16px;
  margin-right: 18px;
}
.t2-article .brew-coldbrew-layout ul.brew-selector li.active h3 a {
  color: rgba(0, 0, 0, 0.9);
}
.t2-article .brew-coldbrew-layout ul.brew-selector h3 {
  margin-bottom: 0;
}
.t2-article .brew-coldbrew-layout ul.brew-selector a {
  color: #888;
}
@media (min-width: 768px) {
  .t2-article .brew-coldbrew-layout ul.brew-selector .h8 {
    font-size: 16px;
  }
}
@media (min-width: 1025px) {
  .t2-article .brew-coldbrew-layout ul.brew-selector {
    margin-bottom: 8px;
    margin-top: 24px;
  }
  .t2-article .brew-coldbrew-layout ul.brew-selector .h8 {
    font-size: 18px;
  }
  .t2-article .brew-coldbrew-layout ul.brew-selector li {
    margin-right: 26px;
  }
}
.t2-article .brew-instructions-video {
  position: relative;
}
.t2-article .brew-instructions-video .video-bg {
  background-color: #f7f7f7;
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  padding-bottom: 25%;
}
@media (min-width: 1710px) {
  .t2-article .brew-instructions-video .video-bg {
    padding-bottom: 426px;
  }
}
.t2-article .related-articles h2 {
  margin-bottom: 0;
}
.t2-article .related-articles p.caption-1 {
  font-size: 0.875rem;
  line-height: 1.25rem;
  margin-bottom: 1rem;
}
.t2-article .swiper-title {
  margin-top: 18px;
  margin-bottom: 15px;
}
@media (min-width: 1024px) {
  .t2-article .swiper-title {
    margin-top: 32px;
  }
}
.t2-article .a-product-swiper {
  padding-right: 24px;
  padding-left: 24px;
  overflow: hidden;
  max-width: 1680px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .t2-article .a-product-swiper.swiper-1080 > div {
    padding-left: 24px;
    padding-right: 24px;
    max-width: 1128px;
  }
}
.t2-article .a-product-swiper.swiper-1080 .global-content-slot--ingredient .swiper-slide .icon--image {
  height: 16px;
  width: 16px;
  margin-right: 0;
}
.t2-article .a-product-swiper > div {
  padding-right: 0;
  padding-left: 0;
  margin-bottom: 48px;
}
.t2-article .a-product-swiper .global-content-slot--ingredient .swiper-slide {
  width: 280px;
}
.t2-article .a-product-swiper .global-content-slot--ingredient .swiper-slide .product-tile {
  padding: 55px 0 0;
}
.t2-article .a-product-swiper .global-content-slot--ingredient .swiper-slide .product-tile__type {
  margin-bottom: 5px;
}
.t2-article .a-product-swiper .global-content-slot--ingredient .swiper-slide img.prod-img {
  width: 205px;
  margin: 0 auto;
}
.t2-article .a-product-swiper .global-content-slot--ingredient .swiper-slide .tile-body {
  margin-top: 14px;
  padding-bottom: 5px;
}
.t2-article .a-product-swiper .global-content-slot--ingredient .swiper-slide .tile-body .pdp-link {
  margin-bottom: 6px;
}
.t2-article .a-product-swiper .global-content-slot--ingredient .swiper-slide .tile-body .label-t2 {
  display: inline-block;
}
.t2-article .a-product-swiper .global-content-slot--ingredient .swiper-slide .icon--image {
  height: 14px;
  width: 14px;
}
.t2-article .a-product-swiper .global-content-slot--ingredient .swiper-slide .label {
  color: rgba(0, 0, 0, 0.75);
  position: relative;
  top: -2px;
}
.t2-article .a-product-swiper .global-content-slot--ingredient .swiper-slide .starting {
  font-size: 0.75rem;
  text-decoration: underline;
  word-spacing: normal;
}
@media (min-width: 768px) {
  .t2-article .a-product-swiper {
    padding-left: 0;
    padding-right: 0;
  }
  .t2-article .a-product-swiper > div {
    padding-left: 86px;
    padding-right: 86px;
    max-width: 976px;
  }
}
@media (min-width: 1025px) {
  .t2-article .a-product-swiper > div {
    margin-bottom: 78px;
  }
}
@media (min-width: 1728px) {
  .t2-article .a-product-swiper .global-content-slot--ingredient .swiper-slide {
    width: 285px;
  }
  .t2-article .a-product-swiper .global-content-slot--ingredient .swiper-slide img.prod-img {
    width: 225px;
  }
}
@media (min-width: 1024px) {
  .t2-article .happy-chai-splash {
    margin-top: 76px;
  }
}
.t2-article .super-detail {
  margin-top: 38px;
}
.t2-article .super-detail a.underline-link {
  text-decoration: underline;
  font-weight: 400;
}
.t2-article .super-detail h3 {
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .t2-article .super-detail .wrap-2-col {
    margin: 0 auto;
  }
}
.t2-article .super-detail .learn-more {
  display: flex;
  margin-top: -8px;
}
.t2-article .super-detail .learn-more a {
  color: rgba(0, 0, 0, 0.75);
}
.t2-article .super-detail .learn-more span {
  font-size: 0.875rem;
  color: rgba(0, 0, 0, 0.75);
  position: relative;
  top: -4px;
}
.t2-article .super-detail .learn-more img {
  flex: 0 0 20px;
  margin-right: 8px;
  align-self: start;
}
@media (min-width: 768px) {
  .t2-article .super-detail .learn-more {
    margin-top: 5px;
  }
}
.t2-article .super-detail .wrap-text {
  display: flex;
  margin-bottom: 8px;
}
.t2-article .super-detail .wrap-text:last-child {
  margin-bottom: 2px;
}
.t2-article .super-detail .wrap-text h4 {
  margin-bottom: 4px;
}
.t2-article .super-detail .wrap-text img {
  flex: 0 0 70px;
  height: 70px;
  margin-right: 15px;
}
.t2-article .super-detail .wrap-text .text p {
  font-size: 0.875rem;
  color: rgba(0, 0, 0, 0.75);
  line-height: 1.5;
}
.t2-article .super-detail .wrap-3-col {
  margin-top: 20px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .t2-article .super-detail .wrap-3-col {
    margin: 10px -12px 6px;
  }
  .t2-article .super-detail .wrap-3-col p {
    margin-bottom: 16px;
  }
}
@media (min-width: 1025px) {
  .t2-article .super-detail .wrap-3-col {
    margin: 22px -12px 0;
  }
  .t2-article .super-detail .wrap-3-col .wrap-text {
    display: block;
  }
  .t2-article .super-detail .wrap-3-col .wrap-text img {
    width: auto;
    height: 80px;
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .t2-article .super-detail {
    margin-top: 48px;
  }
}
@media (min-width: 1024px) {
  .t2-article .super-detail {
    margin-top: 64px;
  }
  .t2-article .super-detail h3 {
    margin-bottom: 16px;
    margin-top: 32px;
  }
}
@media (min-width: 1025px) {
  .t2-article .brew-table-header {
    padding-top: 15px;
  }
  .t2-article .brew-table-header h2,
  .t2-article .brew-table-header p {
    max-width: 250px;
  }
}
.t2-article table.brew-table {
  color: rgba(0, 0, 0, 0.75);
  margin: 5px 0;
  width: 100%;
}
.t2-article table.brew-table th,
.t2-article table.brew-table td {
  font-size: 0.75rem;
  padding: 17px 0 14px;
}
.t2-article table.brew-table th:nth-child(2),
.t2-article table.brew-table td:nth-child(2) {
  padding: 17px 10px 14px;
}
.t2-article table.brew-table th {
  width: 40%;
}
.t2-article table.brew-table th:nth-child(2) {
  width: 35%;
}
.t2-article table.brew-table th:nth-child(3) {
  width: 25%;
}
.t2-article table.brew-table tr {
  border-bottom: 1px solid #d6d6d6;
}
@media (min-width: 1025px) {
  .t2-article table.brew-table {
    margin-top: 47px;
  }
}
.t2-article .tips-tricks {
  padding-top: 10px;
}
.t2-article .tips-tricks .hat-icon {
  width: 26px;
  position: relative;
  top: -4px;
  margin-right: 10px;
}
.t2-article .tips-tricks h2 {
  display: inline-block;
  margin: 0;
  vertical-align: middle;
}
.t2-article .tips-tricks h2 + p {
  margin-top: 6px;
}
.t2-article .tips-tricks h3 {
  color: rgba(0, 0, 0, 0.9);
  margin-top: 4px;
}
@media (min-width: 1025px) {
  .t2-article .tips-tricks {
    padding-top: 38px;
  }
  .t2-article .tips-tricks .hat-icon {
    width: 28px;
    margin-right: 12px;
  }
  .t2-article .tips-tricks h2 + p {
    max-width: 250px;
  }
  .t2-article .tips-tricks .col-12.col-lg-4 {
    padding-top: 8px;
  }
}
.t2-article .brew-tea-types {
  margin-bottom: -8px;
}
.t2-article .brew-tea-types .h7 {
  color: rgba(0, 0, 0, 0.9);
}
.t2-article .brew-tea-types .tea-types-header {
  padding-top: 40px;
}
.t2-article .brew-tea-types .card {
  overflow: visible;
  margin-bottom: 24px;
}
.t2-article .brew-tea-types .card-body {
  padding: 4px 0 20px;
}
.t2-article .brew-tea-types .card-body p {
  line-height: 20px;
}
.t2-article .brew-tea-types .card-body .btn.btn--explore {
  margin-top: -12px;
}
.t2-article .brew-tea-types .col--image figure {
  text-align: center;
}
.t2-article .brew-tea-types .col--image img {
  max-width: 110px;
}
@media (min-width: 768px) {
  .t2-article .brew-tea-types .tea-types-header {
    padding-top: 45px;
    margin-bottom: 10px !important;
  }
  .t2-article .brew-tea-types .col--image figure {
    text-align: left;
  }
  .t2-article .brew-tea-types .card {
    margin-bottom: 8px;
  }
}
@media (min-width: 1024px) {
  .t2-article .brew-tea-types .tea-types-header {
    padding-top: 70px;
    margin-bottom: 25px !important;
  }
  .t2-article .brew-tea-types .tea-types-header p {
    max-width: 530px;
  }
  .t2-article .brew-tea-types .col--image img {
    max-width: 146px;
  }
  .t2-article .brew-tea-types .card {
    margin-bottom: 0;
  }
}
.t2-article .t2-product-card .card--image {
  padding: 1rem;
}
.t2-article .t2-product-card .card--copy {
  padding: 1rem;
}
.t2-article .t2-product-card .t2-card-product-type-icon {
  width: 1rem;
}
.t2-article .t2-product-card .card--copy-footer {
  display: flex;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  margin-top: 0.5rem;
}
.t2-article .t2-product-card .card--tea-type {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.t2-article .t2-product-card .card--cta {
  font-size: 12px;
  line-height: 16px;
  text-decoration-line: underline;
  color: rgba(0, 0, 0, 0.75);
}
.t2-article .brew-tea-types.tea-latte-types .tea-types-header {
  padding-top: 15px;
  margin-bottom: 22px;
}
.t2-article .brew-tea-types.tea-latte-types h2 {
  margin-bottom: 26px;
}
.t2-article .brew-tea-types.tea-latte-types .card {
  margin-bottom: 7px;
}
.t2-article .brew-tea-types.tea-latte-types .card-body p {
  line-height: 1.5rem;
}
.t2-article .brew-tea-types.tea-latte-types .card-body .btn.btn--explore {
  margin-top: -10px;
}
@media (min-width: 768px) {
  .t2-article .brew-tea-types.tea-latte-types .tea-types-header {
    margin-bottom: 22px !important;
  }
  .t2-article .brew-tea-types.tea-latte-types .tea-types-header p {
    max-width: 540px;
  }
  .t2-article .brew-tea-types.tea-latte-types .card-body {
    padding-bottom: 22px;
  }
}
@media (min-width: 1024px) {
  .t2-article .brew-tea-types.tea-latte-types h2 {
    margin-top: 16px;
    margin-bottom: 40px;
  }
  .t2-article .brew-tea-types.tea-latte-types .tea-types-header {
    margin-bottom: 38px !important;
  }
  .t2-article .brew-tea-types.tea-latte-types .col--image img {
    max-width: 128px;
  }
}
.t2-article .brew-tea-types.tea-latte-milk {
  padding-top: 30px;
}
.t2-article .brew-tea-types.tea-latte-milk img {
  margin-bottom: 10px;
}
.t2-article .brew-tea-types.tea-latte-milk h3 {
  margin-bottom: 12px;
}
.t2-article .brew-tea-types.tea-latte-milk h3 + p {
  margin-bottom: 42px;
}
.t2-article .brew-tea-types.tea-latte-milk h4 {
  margin-top: 6px;
}
@media (min-width: 768px) {
  .t2-article .brew-tea-types.tea-latte-milk img {
    width: 83%;
    float: right;
  }
  .t2-article .brew-tea-types.tea-latte-milk .tea-types-header {
    padding-top: 24px;
  }
  .t2-article .brew-tea-types.tea-latte-milk h3 + p {
    margin-bottom: 34px;
  }
}
@media (min-width: 1025px) {
  .t2-article .brew-tea-types.tea-latte-milk h3 {
    margin-top: 20px;
  }
  .t2-article .brew-tea-types.tea-latte-milk img {
    width: 100%;
    max-width: 526px;
    padding-top: 268px;
    float: none;
    position: relative;
    right: -60px;
  }
}
@media (min-width: 1728px) {
  .t2-article .brew-tea-types.tea-latte-milk {
    margin-bottom: 6px;
  }
  .t2-article .brew-tea-types.tea-latte-milk img {
    right: -140px;
  }
}
.t2-article .chai-preference {
  margin-bottom: 6px;
}
.t2-article .chai-preference h2 {
  margin-top: 16px;
  margin-bottom: 18px;
}
.t2-article .chai-preference h3 {
  color: rgba(0, 0, 0, 0.9);
  margin: 22px 0 8px;
}
.t2-article .chai-preference .pref-links ul {
  padding-left: 0;
  padding-top: 0.75rem;
}
.t2-article .chai-preference .pref-links ul li {
  list-style-type: none;
  padding-bottom: 4px;
  border-bottom: 2px solid #c7c7c7;
  display: inline-block;
  margin-right: 1.25rem;
  cursor: pointer;
  margin-bottom: 0;
  color: rgba(0, 0, 0, 0.45);
}
.t2-article .chai-preference .pref-links ul li.active {
  border-color: #f58300;
}
.t2-article .chai-preference .pref-links ul li.active h3 {
  color: rgba(0, 0, 0, 0.9);
}
.t2-article .chai-preference .pref-links ul h3 {
  display: inline-block;
  margin: 0;
  color: rgba(0, 0, 0, 0.45);
}
.t2-article .chai-preference .col-left {
  padding-right: 8px;
}
.t2-article .chai-preference .col-right {
  padding-left: 8px;
}
@media (min-width: 768px) {
  .t2-article .chai-preference {
    margin-bottom: 14px;
  }
  .t2-article .chai-preference.c-1080 {
    padding-right: 24px;
    padding-left: 24px;
  }
  .t2-article .chai-preference h2 {
    margin-bottom: 25px;
  }
  .t2-article .chai-preference h3 {
    margin-top: 12px;
  }
  .t2-article .chai-preference .pref-links {
    display: none;
  }
  .t2-article .chai-preference .col-left {
    padding-right: 12px;
  }
  .t2-article .chai-preference .col-right {
    padding-left: 12px;
  }
}
@media (min-width: 1024px) {
  .t2-article .chai-preference {
    margin-bottom: 32px;
  }
  .t2-article .chai-preference h2 {
    margin-bottom: 32px;
  }
  .t2-article .chai-preference h3 {
    margin-top: 18px;
  }
}
@media (min-width: 1025px) {
  .t2-article .chai-preference.c-1080 {
    padding-left: 86px;
    padding-right: 86px;
  }
}
.t2-article .chai-preference .top-picks {
  margin-top: -5px;
}
.t2-article .chai-preference .top-picks h4 {
  color: rgba(0, 0, 0, 0.75);
  font-size: 0.75rem;
}
.t2-article .chai-preference .top-picks a {
  font-size: 0.875rem;
  color: rgba(0, 0, 0, 0.9);
  text-decoration: underline;
  font-weight: 400;
}
.t2-article .chai-preference .top-picks .top-products {
  display: flex;
}
.t2-article .chai-preference .top-picks .top-products > div {
  flex-basis: 33.3%;
}
.t2-article .chai-preference .top-picks .top-products img {
  width: 96px;
}
.t2-article .chai-preference .top-picks .top-products a {
  display: block;
}
.t2-article .chai-preference .top-picks .top-products .title-tea {
  max-width: 90px;
  margin-top: 10px;
}
@media (min-width: 1024px) {
  .t2-article .chai-preference .top-picks h4 {
    font-size: 0.875rem;
    margin-bottom: 10px;
  }
}
.t2-article .advent-calendar .a-product-swiper {
  padding-right: 0;
  padding-left: 0;
}
.t2-article .advent-calendar .a-product-swiper > div {
  width: auto;
}
@media (min-width: 768px) {
  .t2-article .advent-calendar .a-product-swiper > div {
    padding-left: unset;
    padding-right: unset;
    max-width: initial;
  }
}
@media (min-width: 1025px) {
  .t2-article .advent-calendar .a-product-swiper > div {
    margin-bottom: 48px;
  }
}
.t2-article .advent-calendar .container--custom-t2,
.t2-article .advent-calendar .container-fluid--custom-t2 {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: initial;
}
.t2-article .advent-calendar .bg-image-flex {
  overflow: hidden;
}
.t2-article .advent-calendar .bg-image-flex img {
  width: auto;
  height: 440px;
  transform: translateX(-50%);
  margin-left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
@media (min-width: 768px) {
  .t2-article .advent-calendar .bg-image-flex img {
    height: 538px;
  }
}
@media (min-width: 1200px) {
  .t2-article .advent-calendar .bg-image-flex img {
    height: 614px;
  }
}
.t2-article .advent-calendar .sip-your-way {
  margin-top: 1rem;
}
.t2-article .advent-calendar .ac-img {
  margin: 0 auto;
}
@media (min-width: 1200px) {
  .t2-article .advent-calendar .ac-img {
    position: absolute;
  }
}
.t2-article .advent-calendar .ac-img-sitting {
  max-width: 105px;
}
@media (min-width: 1200px) {
  .t2-article .advent-calendar .ac-img-sitting {
    max-width: 252px;
    left: -260px;
  }
}
.t2-article .advent-calendar .ac-img-standing {
  max-width: 86px;
}
@media (min-width: 1200px) {
  .t2-article .advent-calendar .ac-img-standing {
    max-width: 252px;
    right: -260px;
  }
}
.t2-article .advent-calendar .ac-img-kites {
  max-width: 137px;
  position: relative;
}
@media (min-width: 1200px) {
  .t2-article .advent-calendar .ac-img-kites {
    max-width: 246px;
  }
}
.t2-article .advent-calendar .questions-and-answers .col-12 * {
  margin-top: 1rem;
}
.t2-article .advent-calendar .shop-product {
  margin-top: 1rem;
}
.t2-article .advent-calendar .shop-product .col-12 * {
  margin-top: 1rem;
}
.t2-article .ArticleProductSlider {
  max-width: 100%;
  overflow: visible;
}
@media (min-width: 1024px) {
  .t2-article .ArticleProductSlider {
    overflow: hidden;
  }
}
.t2-article .ArticleProductSlider .swiper-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin: 2rem auto;
}
.t2-article .ArticleProductSlider .swiper-header .swiper-title {
  margin: 0;
  padding-right: 1rem;
}
.t2-article .ArticleProductSlider .swiper-header .swiper-header-cta {
  margin: 0;
  text-wrap: nowrap;
}
.t2-article .ArticleProductSlider .swiper-header .swiper-header-cta a {
  font-size: 0.875rem;
  line-height: 1rem;
}
.t2-article .ArticleProductSlider .swiper-header .swiper-header-cta i {
  content: "\ea11";
  top: 0.2rem;
  position: relative;
}
.t2-article .ArticleProductSlider .swiper-slide:last-child {
  margin-right: 0 !important;
}
.t2-article .ArticleProductSlider .swiper-container.swiper-container-horizontal {
  padding: 0;
}
.t2-article .ArticleSwiperSlide {
  min-width: 159px;
  max-width: 50%;
  height: auto;
  background-color: #f8f8f8;
  border-radius: 0.25rem;
  background-blend-mode: multiply;
}
@media (min-width: 768px) {
  .t2-article .ArticleSwiperSlide {
    min-width: 240px;
    max-width: 25%;
    flex: 1;
  }
}
@media (min-width: 1024px) {
  .t2-article .ArticleSwiperSlide {
    min-width: 229px;
    max-width: 25%;
    flex: 1;
  }
}
.t2-article .ArticleSwiperSlide .product-card {
  height: 100%;
  display: grid;
  grid-template-rows: min-content;
}
.t2-article .ArticleSwiperSlide .product-card .product-image {
  height: auto;
  width: 100%;
  padding: 3rem 2rem 1rem 2rem;
  margin-bottom: 0;
}
.t2-article .ArticleSwiperSlide .product-card .product-card-body {
  width: 100%;
  padding: 0.75rem;
  display: grid;
  align-content: space-between;
}
.t2-article .ArticleSwiperSlide .product-card .product-card-body .product-card-title {
  margin-bottom: 0.25rem;
  text-wrap: balance;
}
.t2-article .ArticleSwiperSlide .product-card .product-card-body .product-card-details {
  display: flex;
  flex-direction: column;
  height: 1rem;
  margin-top: 0.5rem;
}
@media (min-width: 425px) {
  .t2-article .ArticleSwiperSlide .product-card .product-card-body .product-card-details {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
.t2-article .ArticleSwiperSlide .product-card .product-card-body .label-t2.label-t2--small {
  display: flex;
  flex-direction: row;
}
.t2-article .ArticleSwiperSlide .product-card .product-card-body .label {
  text-wrap: nowrap;
}
.t2-article .ArticleSwiperSlide .product-card .product-card-body .product-card-tea-format {
  font-size: 0.75rem;
  line-height: 1rem;
}
.t2-article .ArticleSwiperSlide .product-card .product-card-body .product-card-price {
  font-size: 0.75rem;
  line-height: 1rem;
  right: 0.75rem;
  margin-top: 0.5rem;
}
@media (min-width: 425px) {
  .t2-article .ArticleSwiperSlide .product-card .product-card-body .product-card-price {
    position: absolute;
    margin-top: 0;
  }
}
.t2-article .article-seo-hero {
  height: auto;
  margin-top: 3rem;
}
.t2-article .article-seo-hero .back {
  font-size: 0.75rem;
  font-weight: 400;
  margin: 0px 0 15px;
  display: inline-block;
}
.t2-article .article-seo-hero .back i {
  margin-right: 2px;
  position: relative;
  top: 1px;
}
.t2-article .article-seo-hero .article-back-button {
  position: absolute;
}
.t2-article .article-seo {
  margin-bottom: 4rem;
}
.t2-article .article-seo p a,
.t2-article .article-seo ol a,
.t2-article .article-seo ul a {
  text-decoration: underline;
}
.t2-article .article-seo h1 {
  font-size: 48px;
  line-height: 52px;
}
.t2-article .article-seo h2 {
  font-size: 24px;
  line-height: 28px;
}
.t2-article .article-seo h1,
.t2-article .article-seo h2,
.t2-article .article-seo h3,
.t2-article .article-seo h4,
.t2-article .article-seo h5,
.t2-article .article-seo h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}
.t2-article .article-seo h1 {
  font-size: 2.5rem;
}
.t2-article .article-seo h2 {
  font-size: 2rem;
}
.t2-article .article-seo h3 {
  font-size: 1.75rem;
}
.t2-article .article-seo h4 {
  font-size: 1.5rem;
}
.t2-article .article-seo h5 {
  font-size: 1.25rem;
}
.t2-article .article-seo h6 {
  font-size: 1rem;
}

#breakfast-teas {
  width: auto;
}

#bubble-tea {
  width: auto;
}

#cold-brew {
  width: auto;
}

#french-earl-grey {
  width: auto;
}

#fruitalicious {
  width: auto;
}

#green-rose {
  width: auto;
}

#gut-health {
  width: auto;
}

#how-to-make-a-better-chai-latte .intro {
  margin-top: 4.5rem;
}
#how-to-make-a-better-chai-latte .intro a {
  text-decoration: underline;
}
#how-to-make-a-better-chai-latte .brew-alt-layout .brew-details ul li {
  color: rgba(0, 0, 0, 0.75);
  margin-bottom: 7px;
}
#how-to-make-a-better-chai-latte .brew-instructions {
  margin-top: 3rem;
}
@media (min-width: 1024px) {
  #how-to-make-a-better-chai-latte .brew-instructions {
    margin-top: 5rem;
  }
}
#how-to-make-a-better-chai-latte .brew-instructions .how-to-brew-recipes ul.ingredients-list li::marker {
  color: #f68D7C;
}
#how-to-make-a-better-chai-latte .brew-instructions .how-to-brew-recipes ul.duration-and-teaspoons {
  list-style-type: none;
  padding-left: 0;
}
#how-to-make-a-better-chai-latte .brew-instructions .how-to-brew-recipes .methods .methods-wrapper {
  margin: 44px 0 15px;
}
#how-to-make-a-better-chai-latte .article-faq {
  margin-top: 4rem;
}
@media (min-width: 1024px) {
  #how-to-make-a-better-chai-latte .article-faq {
    margin-top: 6rem;
  }
}
#how-to-make-a-better-chai-latte .accordion ul {
  padding-left: 0;
}
#how-to-make-a-better-chai-latte .accordion ul p {
  margin-bottom: 0;
}

#jade-mountain {
  width: auto;
}

#matcha {
  width: auto;
}

#melbourne-breakfast {
  width: auto;
}

#packs-a-peach {
  width: auto;
}

#sleep {
  width: auto;
}

#sticky-honey-chai.t2-article .a-hero h1 {
  max-width: 200px;
}
@media (min-width: 1024px) {
  #sticky-honey-chai.t2-article .a-hero h1 {
    max-width: none;
  }
}
#sticky-honey-chai.t2-article .a-hero p {
  max-width: 290px;
}
@media (min-width: 1024px) {
  #sticky-honey-chai.t2-article .a-hero p {
    max-width: 400px;
  }
}

#womens-wellness {
  width: auto;
}

#behind-the-scenes-of-t2-x-penguin-books {
  overflow: hidden;
}
#behind-the-scenes-of-t2-x-penguin-books .article-hero .article-hero__content-wrapper {
  max-width: 327px;
}
@media (min-width: 768px) {
  #behind-the-scenes-of-t2-x-penguin-books .article-hero .article-hero__content-wrapper {
    max-width: 286px;
  }
}
@media (min-width: 1024px) {
  #behind-the-scenes-of-t2-x-penguin-books .article-hero .article-hero__content-wrapper {
    max-width: 401px;
  }
}
#behind-the-scenes-of-t2-x-penguin-books .ArticleSwiperSlide {
  background-color: #fff;
}
@media (min-width: 1632px) {
  #behind-the-scenes-of-t2-x-penguin-books .article-section .col-xxl-4 {
    -ms-flex: 0 0 28%;
    flex: 0 0 28%;
    max-width: 28%;
  }
}
#behind-the-scenes-of-t2-x-penguin-books .article-section .body-2 {
  font-size: 1rem;
  line-height: 150%;
}
#behind-the-scenes-of-t2-x-penguin-books .article-section .body-2:last-child {
  margin-bottom: 0;
}
#behind-the-scenes-of-t2-x-penguin-books .article-section .image-wrapper-profile .profile-image {
  overflow: hidden;
  border-radius: 100%;
  max-width: 72px;
  margin: 0 auto;
  display: flex;
}
@media (min-width: 768px) {
  #behind-the-scenes-of-t2-x-penguin-books .article-section .image-wrapper-profile .profile-image {
    max-width: 96px;
  }
}
@media (min-width: 1024px) {
  #behind-the-scenes-of-t2-x-penguin-books .article-section .image-wrapper-profile .profile-image {
    max-width: 124px;
  }
}
#behind-the-scenes-of-t2-x-penguin-books .article-people .profile-image {
  overflow: hidden;
  border-radius: 100%;
}
@media (min-width: 768px) {
  #behind-the-scenes-of-t2-x-penguin-books .article-people .caption-2 {
    line-height: 20px;
    font-size: 14px;
  }
}
#behind-the-scenes-of-t2-x-penguin-books .article-video {
  margin-top: 3rem;
}
@media (min-width: 768px) {
  #behind-the-scenes-of-t2-x-penguin-books .article-video {
    margin-top: 3.5rem;
  }
}
#behind-the-scenes-of-t2-x-penguin-books .article-video .video-responsive {
  position: relative;
  overflow: hidden;
  padding-top: 100%;
  width: 100%;
  display: block;
  height: 0;
  max-width: 800px;
  border-radius: 0.25rem;
}
#behind-the-scenes-of-t2-x-penguin-books .article-video .video-responsive iframe {
  width: 100%;
  height: 100%;
  top: 0;
  position: absolute;
  left: 0;
}
#behind-the-scenes-of-t2-x-penguin-books .article-video .floating-image-wrapper {
  display: none;
}
@media (min-width: 768px) {
  #behind-the-scenes-of-t2-x-penguin-books .article-video .floating-image-wrapper {
    display: block;
    position: relative;
  }
}
#behind-the-scenes-of-t2-x-penguin-books .article-video .floating-image-wrapper .floating-image-one {
  position: absolute;
  top: min(25vw, 380px);
  left: -15%;
  transform: translate(-50%, -50%);
  width: 162px;
}
@media (min-width: 768px) {
  #behind-the-scenes-of-t2-x-penguin-books .article-video .floating-image-wrapper .floating-image-one {
    width: 200px;
  }
}
@media (min-width: 1200px) {
  #behind-the-scenes-of-t2-x-penguin-books .article-video .floating-image-wrapper .floating-image-one {
    width: 390px;
  }
}
#behind-the-scenes-of-t2-x-penguin-books .article-video .floating-image-wrapper .floating-image-two {
  position: absolute;
  top: min(-5vw, -100px);
  left: 110%;
  transform: translateX(-50%);
  width: 162px;
}
@media (min-width: 768px) {
  #behind-the-scenes-of-t2-x-penguin-books .article-video .floating-image-wrapper .floating-image-two {
    width: 200px;
  }
}
@media (min-width: 1200px) {
  #behind-the-scenes-of-t2-x-penguin-books .article-video .floating-image-wrapper .floating-image-two {
    width: 390px;
  }
}
#behind-the-scenes-of-t2-x-penguin-books .article-module-2-columns .image-wrapper {
  margin-top: 2rem;
}
@media (min-width: 768px) {
  #behind-the-scenes-of-t2-x-penguin-books .article-module-2-columns .image-wrapper {
    margin-top: 2.5rem;
  }
}
@media (min-width: 1024px) {
  #behind-the-scenes-of-t2-x-penguin-books .article-module-2-columns .image-wrapper {
    margin-top: 0 !important;
  }
}
#behind-the-scenes-of-t2-x-penguin-books .article-module-2-columns .image-wrapper-romance-decoration {
  display: none;
  position: absolute;
  margin-top: 0;
}
@media (min-width: 768px) {
  #behind-the-scenes-of-t2-x-penguin-books .article-module-2-columns .image-wrapper-romance-decoration {
    display: block;
    width: 240px;
    top: 70px;
    right: -205px;
    transform: translateX(-50%);
  }
}
@media (min-width: 1024px) {
  #behind-the-scenes-of-t2-x-penguin-books .article-module-2-columns .image-wrapper-romance-decoration {
    width: 240px;
    top: -70px;
    right: -165px;
  }
}
@media (min-width: 1440px) {
  #behind-the-scenes-of-t2-x-penguin-books .article-module-2-columns .image-wrapper-romance-decoration {
    width: 320px;
    top: 20px;
    right: -325px;
  }
}
#behind-the-scenes-of-t2-x-penguin-books .article-module-2-columns .image-wrapper-general-fiction-decoration {
  display: none;
  position: absolute;
  margin-top: 0;
}
@media (min-width: 768px) {
  #behind-the-scenes-of-t2-x-penguin-books .article-module-2-columns .image-wrapper-general-fiction-decoration {
    display: block;
    width: 250px;
    top: 0;
    left: 0%;
    transform: translateX(-50%);
  }
}
@media (min-width: 1440px) {
  #behind-the-scenes-of-t2-x-penguin-books .article-module-2-columns .image-wrapper-general-fiction-decoration {
    left: 15px;
  }
}
@media (min-width: 1200px) {
  #behind-the-scenes-of-t2-x-penguin-books .article-module-2-columns .image-wrapper-general-fiction-decoration {
    width: 220px;
    top: -20px;
    left: -20px;
  }
}
#behind-the-scenes-of-t2-x-penguin-books .article-section-behind-the-inspiration .h5 {
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  #behind-the-scenes-of-t2-x-penguin-books .article-section-behind-the-inspiration .h5 {
    margin-bottom: 2rem;
  }
}
#behind-the-scenes-of-t2-x-penguin-books .article-content-little-library {
  margin-top: 2rem;
}
@media (min-width: 768px) {
  #behind-the-scenes-of-t2-x-penguin-books .article-content-little-library {
    margin-top: 2.5rem;
  }
}
#behind-the-scenes-of-t2-x-penguin-books .article-content-little-library .character-illustration {
  border-radius: 0.25rem;
  overflow: hidden;
  margin-bottom: 1rem;
}
#behind-the-scenes-of-t2-x-penguin-books .article-content-little-library .title-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 0.25rem;
}
#behind-the-scenes-of-t2-x-penguin-books .article-content-little-library .title-wrapper .icon {
  margin-right: 0.425rem;
}
#behind-the-scenes-of-t2-x-penguin-books .article-content-little-library .h9 {
  margin-bottom: 0;
}
#behind-the-scenes-of-t2-x-penguin-books .article-content-little-library .caption-1 {
  line-height: 20px;
}
@media (min-width: 1024px) {
  #behind-the-scenes-of-t2-x-penguin-books .article-content-little-library .caption-1 {
    font-size: 1rem;
    line-height: 150%;
  }
}
#behind-the-scenes-of-t2-x-penguin-books .article-content-our-recommendations .h5 {
  margin-top: 3rem;
}
@media (min-width: 768px) {
  #behind-the-scenes-of-t2-x-penguin-books .article-content-our-recommendations .h5 {
    margin-top: 3.5rem;
  }
}
#behind-the-scenes-of-t2-x-penguin-books .article-content-process {
  margin-top: 3rem;
}
@media (min-width: 768px) {
  #behind-the-scenes-of-t2-x-penguin-books .article-content-process {
    margin-top: 3.5rem;
  }
}
#behind-the-scenes-of-t2-x-penguin-books .article-content-process .image-wrapper {
  border-radius: 0.25rem;
  overflow: hidden;
}

#how-to-brew-tea-latte .brew-instructions blockquote {
  max-width: 830px;
}

footer#footercontent {
  margin-top: 0 !important;
}

.articles-how-to-brew-landing {
  overflow-x: hidden;
  margin-bottom: 3rem;
}
@media (min-width: 1024px) {
  .articles-how-to-brew-landing {
    margin-bottom: 3.5rem;
  }
}
.articles-how-to-brew-landing .article-hero,
.articles-how-to-brew-landing .article-hero__overlay {
  height: 450px;
}
@media (min-width: 768px) {
  .articles-how-to-brew-landing .article-hero,
  .articles-how-to-brew-landing .article-hero__overlay {
    height: 432px;
  }
}
@media (min-width: 1024px) {
  .articles-how-to-brew-landing .article-hero,
  .articles-how-to-brew-landing .article-hero__overlay {
    height: 500px;
  }
}
@media (min-width: 1728px) {
  .articles-how-to-brew-landing .article-hero,
  .articles-how-to-brew-landing .article-hero__overlay {
    height: 630px;
  }
}
.articles-how-to-brew-landing .article-hero {
  overflow: hidden;
  position: relative;
}
.articles-how-to-brew-landing .article-hero__picture-wrapper {
  height: auto;
}
.articles-how-to-brew-landing .article-hero__picture-wrapper .image-wrapper {
  position: relative;
  overflow: hidden;
  height: 450px;
}
@media (min-width: 768px) {
  .articles-how-to-brew-landing .article-hero__picture-wrapper .image-wrapper {
    height: 432px;
  }
}
@media (min-width: 1024px) {
  .articles-how-to-brew-landing .article-hero__picture-wrapper .image-wrapper {
    height: 500px;
  }
}
@media (min-width: 1728px) {
  .articles-how-to-brew-landing .article-hero__picture-wrapper .image-wrapper {
    height: 630px;
  }
}
.articles-how-to-brew-landing .article-hero__picture-wrapper .image-wrapper img {
  width: 767px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  border-radius: none;
}
@media (min-width: 768px) {
  .articles-how-to-brew-landing .article-hero__picture-wrapper .image-wrapper img {
    width: auto;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 432px;
  }
}
@media (min-width: 1024px) {
  .articles-how-to-brew-landing .article-hero__picture-wrapper .image-wrapper img {
    height: 500px;
  }
}
@media (min-width: 1728px) {
  .articles-how-to-brew-landing .article-hero__picture-wrapper .image-wrapper img {
    height: 630px;
    width: auto;
  }
}
@media (min-width: 2560px) {
  .articles-how-to-brew-landing .article-hero__picture-wrapper .image-wrapper img {
    height: auto;
    width: 100%;
  }
}
.articles-how-to-brew-landing .article-hero__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  padding: 1.5rem;
}
.articles-how-to-brew-landing .article-hero__overlay .container,
.articles-how-to-brew-landing .article-hero__overlay .row,
.articles-how-to-brew-landing .article-hero__overlay .col-12,
.articles-how-to-brew-landing .article-hero__overlay .col {
  height: 100%;
}
@media (max-width: 767px) {
  .articles-how-to-brew-landing .article-hero__overlay .container,
  .articles-how-to-brew-landing .article-hero__overlay .row,
  .articles-how-to-brew-landing .article-hero__overlay .col-12,
  .articles-how-to-brew-landing .article-hero__overlay .col {
    height: auto;
  }
}
.articles-how-to-brew-landing .article-hero__overlay .text-white * {
  color: #fff;
}
@media (max-width: 767px) {
  .articles-how-to-brew-landing .article-hero__content-wrapper {
    max-width: calc(375px - 3rem);
    margin: 0 auto;
  }
}
.articles-how-to-brew-landing .article-hero__content-wrapper p {
  margin-top: 1rem;
}
.articles-how-to-brew-landing .article-hero__content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: auto;
}
@media (min-width: 768px) {
  .articles-how-to-brew-landing .article-hero__content {
    height: 100%;
    flex-direction: column;
    justify-content: center;
  }
}
@media (min-width: 1200px) {
  .articles-how-to-brew-landing .article-hero__content {
    justify-content: center;
  }
}
.articles-how-to-brew-landing .article-hero__content__back-link {
  font-size: 0.75rem;
  font-weight: 400;
  margin: 1.5rem 0 1rem;
  display: block;
}
@media (min-width: 768px) {
  .articles-how-to-brew-landing .article-hero__content__back-link {
    margin-top: 16px;
  }
}
.articles-how-to-brew-landing .article-landing-hero-article {
  padding: 64px 0;
}
.articles-how-to-brew-landing .article-landing-hero-article .category {
  padding-bottom: 14px;
}
@media (min-width: 768px) {
  .articles-how-to-brew-landing .article-landing-hero-article .col-md-4 {
    display: flex;
    align-items: center;
  }
}
@media (min-width: 1024px) {
  .articles-how-to-brew-landing .article-landing-hero-article {
    padding: 95px 0;
  }
}
.articles-how-to-brew-landing .article-landing-hero-article img {
  border-radius: 0.25rem;
}
.articles-how-to-brew-landing .article-landing-article img {
  border-radius: 0.25rem;
}
.articles-how-to-brew-landing .container--type-tea {
  max-width: none;
}
.articles-how-to-brew-landing .container--type-tea .col--custom-t2 {
  margin-bottom: 16px;
}
.articles-how-to-brew-landing .container--type-tea h3 {
  font-size: 0.875rem;
  color: rgba(0, 0, 0, 0.9);
}
.articles-how-to-brew-landing .container--type-tea .swiper-wrapper .swiper-slide {
  width: 130px;
}
.articles-how-to-brew-landing .container--type-tea .swiper-wrapper .swiper-slide img {
  width: 130px;
}
.articles-how-to-brew-landing .container--type-tea .swiper-wrapper .swiper-slide h3 {
  margin-top: 14px !important;
}
@media (min-width: 768px) {
  .articles-how-to-brew-landing .container--type-tea .swiper-wrapper .swiper-slide {
    width: 190px;
    height: 170px;
  }
  .articles-how-to-brew-landing .container--type-tea .swiper-wrapper .swiper-slide img {
    width: 190px;
  }
}
@media (min-width: 1025px) {
  .articles-how-to-brew-landing .container--type-tea {
    padding-left: 24px;
    padding-right: 24px;
    max-width: 1678px;
  }
  .articles-how-to-brew-landing .container--type-tea .swiper-wrapper .swiper-slide {
    width: 215px;
  }
  .articles-how-to-brew-landing .container--type-tea .swiper-wrapper .swiper-slide img {
    width: 215px;
  }
}
.articles-how-to-brew-landing .tea-types-slider {
  margin-bottom: 3rem;
}
@media (min-width: 1024px) {
  .articles-how-to-brew-landing .tea-types-slider {
    margin-bottom: 3.5rem;
  }
}
.articles-how-to-brew-landing .tea-types-slider > .container {
  margin-bottom: 0;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media (min-width: 1024px) {
  .articles-how-to-brew-landing .tea-types-slider > .container {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (min-width: 768px) {
  .articles-how-to-brew-landing .tea-types-slider > .container {
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .articles-how-to-brew-landing .tea-types-slider > .container {
    margin-bottom: 0;
  }
}
@media (min-width: 1025px) {
  .articles-how-to-brew-landing .tea-types-slider > .container {
    margin-bottom: 0;
  }
}
@media (min-width: 1600px) {
  .articles-how-to-brew-landing .tea-types-slider > .container {
    max-width: 1630px;
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (min-width: 1630px) {
  .articles-how-to-brew-landing .tea-types-slider > .container {
    max-width: 1740px;
  }
}
@media (min-width: 1728px) {
  .articles-how-to-brew-landing .tea-types-slider > .container {
    max-width: 1728px;
  }
}
@media (min-width: 1740px) {
  .articles-how-to-brew-landing .tea-types-slider > .container {
    overflow: hidden;
  }
}
.articles-how-to-brew-landing .tea-types-slider > .container .row .col {
  margin-bottom: 1.5rem;
}
@media (min-width: 1024px) {
  .articles-how-to-brew-landing .tea-types-slider > .container .row .col {
    margin-bottom: 2rem;
  }
}
.articles-how-to-brew-landing .tea-types-slider > .container .row .col .h6 {
  margin-bottom: 0;
}
.articles-how-to-brew-landing .tea-types-slider > .container .container--type-tea {
  padding-left: 0rem;
  padding-right: 0rem;
  margin-bottom: 0;
  padding: 0;
}
@media (min-width: 1024px) {
  .articles-how-to-brew-landing .tea-types-slider > .container .container--type-tea {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding: 0;
  }
}
.articles-how-to-brew-landing .tea-types-slider .swiper {
  margin-bottom: 1.5rem;
}
@media (min-width: 1728px) {
  .articles-how-to-brew-landing .tea-types-slider .swiper .swiper-container {
    overflow: hidden;
  }
}
.articles-how-to-brew-landing .tea-types-slider .swiper .swiper-slide {
  width: 33vw !important;
  margin-right: 1rem !important;
}
@media (min-width: 375px) {
  .articles-how-to-brew-landing .tea-types-slider .swiper .swiper-slide {
    width: 33vw !important;
  }
}
@media (min-width: 425px) {
  .articles-how-to-brew-landing .tea-types-slider .swiper .swiper-slide {
    width: min(25vw, 132px) !important;
  }
}
@media (min-width: 525px) {
  .articles-how-to-brew-landing .tea-types-slider .swiper .swiper-slide {
    width: min(20vw, 132px) !important;
  }
}
@media (min-width: 700px) {
  .articles-how-to-brew-landing .tea-types-slider .swiper .swiper-slide {
    width: min(16vw, 120px) !important;
  }
}
@media (min-width: 768px) {
  .articles-how-to-brew-landing .tea-types-slider .swiper .swiper-slide {
    width: max(16vw, 120px) !important;
  }
}
@media (min-width: 900px) {
  .articles-how-to-brew-landing .tea-types-slider .swiper .swiper-slide {
    width: max(14vw, 120px) !important;
  }
}
@media (min-width: 1024px) {
  .articles-how-to-brew-landing .tea-types-slider .swiper .swiper-slide {
    width: 11.5vw !important;
  }
}
@media (min-width: 1440px) {
  .articles-how-to-brew-landing .tea-types-slider .swiper .swiper-slide {
    width: 9.2vw !important;
  }
}
@media (min-width: 1728px) {
  .articles-how-to-brew-landing .tea-types-slider .swiper .swiper-slide {
    max-width: 140px !important;
  }
}
.articles-how-to-brew-landing .tea-types-slider .swiper .swiper-slide img {
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}
.articles-how-to-brew-landing .tea-types-slider .swiper .swiper-slide img.teaImageDefault {
  position: absolute;
  width: 33vw;
  transform: scale(1);
}
@media (min-width: 375px) {
  .articles-how-to-brew-landing .tea-types-slider .swiper .swiper-slide img.teaImageDefault {
    width: 33vw !important;
  }
}
@media (min-width: 425px) {
  .articles-how-to-brew-landing .tea-types-slider .swiper .swiper-slide img.teaImageDefault {
    width: min(25vw, 132px) !important;
  }
}
@media (min-width: 525px) {
  .articles-how-to-brew-landing .tea-types-slider .swiper .swiper-slide img.teaImageDefault {
    width: min(20vw, 132px) !important;
  }
}
@media (min-width: 700px) {
  .articles-how-to-brew-landing .tea-types-slider .swiper .swiper-slide img.teaImageDefault {
    width: min(16vw, 120px) !important;
  }
}
@media (min-width: 768px) {
  .articles-how-to-brew-landing .tea-types-slider .swiper .swiper-slide img.teaImageDefault {
    width: max(16vw, 120px) !important;
  }
}
@media (min-width: 900px) {
  .articles-how-to-brew-landing .tea-types-slider .swiper .swiper-slide img.teaImageDefault {
    width: max(14vw, 120px) !important;
  }
}
@media (min-width: 1024px) {
  .articles-how-to-brew-landing .tea-types-slider .swiper .swiper-slide img.teaImageDefault {
    width: 11.5vw !important;
  }
}
@media (min-width: 1440px) {
  .articles-how-to-brew-landing .tea-types-slider .swiper .swiper-slide img.teaImageDefault {
    width: 9.2vw !important;
  }
}
@media (min-width: 1728px) {
  .articles-how-to-brew-landing .tea-types-slider .swiper .swiper-slide img.teaImageDefault {
    max-width: 140px !important;
  }
}
.articles-how-to-brew-landing .tea-types-slider .swiper .swiper-slide img.teaImageHover {
  position: relative;
  width: 33vw;
  opacity: 0;
  transform: scale(0.8);
}
@media (min-width: 375px) {
  .articles-how-to-brew-landing .tea-types-slider .swiper .swiper-slide img.teaImageHover {
    width: 33vw !important;
  }
}
@media (min-width: 425px) {
  .articles-how-to-brew-landing .tea-types-slider .swiper .swiper-slide img.teaImageHover {
    width: min(25vw, 132px) !important;
  }
}
@media (min-width: 525px) {
  .articles-how-to-brew-landing .tea-types-slider .swiper .swiper-slide img.teaImageHover {
    width: min(20vw, 132px) !important;
  }
}
@media (min-width: 700px) {
  .articles-how-to-brew-landing .tea-types-slider .swiper .swiper-slide img.teaImageHover {
    width: min(16vw, 120px) !important;
  }
}
@media (min-width: 768px) {
  .articles-how-to-brew-landing .tea-types-slider .swiper .swiper-slide img.teaImageHover {
    width: max(16vw, 120px) !important;
  }
}
@media (min-width: 900px) {
  .articles-how-to-brew-landing .tea-types-slider .swiper .swiper-slide img.teaImageHover {
    width: max(14vw, 120px) !important;
  }
}
@media (min-width: 1024px) {
  .articles-how-to-brew-landing .tea-types-slider .swiper .swiper-slide img.teaImageHover {
    width: 11.5vw !important;
  }
}
@media (min-width: 1440px) {
  .articles-how-to-brew-landing .tea-types-slider .swiper .swiper-slide img.teaImageHover {
    width: 9.2vw !important;
  }
}
@media (min-width: 1728px) {
  .articles-how-to-brew-landing .tea-types-slider .swiper .swiper-slide img.teaImageHover {
    max-width: 140px !important;
  }
}
.articles-how-to-brew-landing .tea-types-slider .swiper .swiper-slide:hover img.teaImageDefault {
  opacity: 0;
  transform: scale(0.8);
}
.articles-how-to-brew-landing .tea-types-slider .swiper .swiper-slide:hover img.teaImageHover {
  opacity: 1;
  transform: scale(1);
}
.articles-how-to-brew-landing .tea-types-slider .swiper .swiper-slide .h9 {
  margin-top: 0.5rem;
}
.articles-how-to-brew-landing .tea-types-slider .swiper .link-md {
  margin-top: 0.5rem;
}
.articles-how-to-brew-landing .tea-types-slider .swiper-container {
  padding: 0;
}
.articles-how-to-brew-landing .tea-types-slider .swiper-wrapper {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .articles-how-to-brew-landing .tea-types-slider .swiper-wrapper {
    margin-bottom: 2rem;
  }
}
.articles-how-to-brew-landing .tea-types-slider .swiper-wrapper h3 {
  max-width: 200px;
}
.articles-how-to-brew-landing .tea-types-slider .swiper-slide {
  width: 33vw;
  margin-right: 1rem !important;
}
@media (min-width: 375px) {
  .articles-how-to-brew-landing .tea-types-slider .swiper-slide {
    width: 33vw !important;
  }
}
@media (min-width: 425px) {
  .articles-how-to-brew-landing .tea-types-slider .swiper-slide {
    width: min(25vw, 132px) !important;
  }
}
@media (min-width: 525px) {
  .articles-how-to-brew-landing .tea-types-slider .swiper-slide {
    width: min(20vw, 132px) !important;
  }
}
@media (min-width: 700px) {
  .articles-how-to-brew-landing .tea-types-slider .swiper-slide {
    width: min(16vw, 120px) !important;
  }
}
@media (min-width: 768px) {
  .articles-how-to-brew-landing .tea-types-slider .swiper-slide {
    width: max(16vw, 120px) !important;
  }
}
@media (min-width: 900px) {
  .articles-how-to-brew-landing .tea-types-slider .swiper-slide {
    width: max(14vw, 120px) !important;
  }
}
@media (min-width: 1024px) {
  .articles-how-to-brew-landing .tea-types-slider .swiper-slide {
    width: 11.5vw !important;
  }
}
@media (min-width: 1440px) {
  .articles-how-to-brew-landing .tea-types-slider .swiper-slide {
    width: 9.2vw !important;
  }
}
@media (min-width: 1728px) {
  .articles-how-to-brew-landing .tea-types-slider .swiper-slide {
    max-width: 140px !important;
  }
}
@media (min-width: 768px) {
  .articles-how-to-brew-landing .tea-types-slider .swiper-slide {
    padding: 0;
    margin-right: 1.5rem !important;
  }
}
.articles-how-to-brew-landing .tea-types-slider .swiper-button.swiper-button-next {
  right: -8px;
}
@media (min-width: 1728px) {
  .articles-how-to-brew-landing .tea-types-slider .swiper-button.swiper-button-next {
    right: 24px !important;
  }
}
.articles-how-to-brew-landing .tea-types-slider .swiper-button.swiper-button-prev {
  left: -8px;
}
@media (min-width: 1728px) {
  .articles-how-to-brew-landing .tea-types-slider .swiper-button.swiper-button-prev {
    left: 24px !important;
  }
}
.articles-how-to-brew-landing .splide__container {
  box-sizing: border-box;
  position: relative;
}
.articles-how-to-brew-landing .splide__list {
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}
.articles-how-to-brew-landing .splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}
.articles-how-to-brew-landing .splide__pagination {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}
.articles-how-to-brew-landing .splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}
.articles-how-to-brew-landing .splide:not(.is-overflow) .splide__pagination {
  display: none;
}
.articles-how-to-brew-landing .splide__progress__bar {
  width: 0;
}
.articles-how-to-brew-landing .splide {
  position: relative;
  visibility: hidden;
}
.articles-how-to-brew-landing .splide.is-initialized,
.articles-how-to-brew-landing .splide.is-rendered {
  visibility: visible;
}
.articles-how-to-brew-landing .splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}
.articles-how-to-brew-landing .splide__slide img {
  vertical-align: bottom;
}
.articles-how-to-brew-landing .splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}
.articles-how-to-brew-landing .splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.articles-how-to-brew-landing .splide__toggle.is-active .splide__toggle__play,
.articles-how-to-brew-landing .splide__toggle__pause {
  display: none;
}
.articles-how-to-brew-landing .splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}
.articles-how-to-brew-landing .splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}
@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.articles-how-to-brew-landing .splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.articles-how-to-brew-landing .splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}
.articles-how-to-brew-landing .splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}
.articles-how-to-brew-landing .splide--rtl {
  direction: rtl;
}
.articles-how-to-brew-landing .splide__track--ttb > .splide__list {
  display: block;
}
.articles-how-to-brew-landing .splide__arrow {
  -ms-flex-align: center;
  align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  height: 2em;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  z-index: 1;
}
.articles-how-to-brew-landing .splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}
.articles-how-to-brew-landing .splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}
.articles-how-to-brew-landing .splide__arrow:disabled {
  opacity: 0.3;
}
.articles-how-to-brew-landing .splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.articles-how-to-brew-landing .splide__arrow--prev {
  left: 1em;
}
.articles-how-to-brew-landing .splide__arrow--prev svg {
  transform: scaleX(-1);
}
.articles-how-to-brew-landing .splide__arrow--next {
  right: 1em;
}
.articles-how-to-brew-landing .splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.articles-how-to-brew-landing .splide__pagination {
  bottom: 0.5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}
.articles-how-to-brew-landing .splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: 0.7;
  padding: 0;
  position: relative;
  transition: transform 0.2s linear;
  width: 8px;
}
.articles-how-to-brew-landing .splide__pagination__page.is-active {
  background: #fff;
  transform: scale(1.4);
  z-index: 1;
}
.articles-how-to-brew-landing .splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}
.articles-how-to-brew-landing .splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.articles-how-to-brew-landing .splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.articles-how-to-brew-landing .splide__progress__bar {
  background: #ccc;
  height: 3px;
}
.articles-how-to-brew-landing .splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.articles-how-to-brew-landing .splide__slide:focus {
  outline: 0;
}
@supports (outline-offset: -3px) {
  .articles-how-to-brew-landing .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .articles-how-to-brew-landing .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
}
@supports (outline-offset: -3px) {
  .articles-how-to-brew-landing .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .articles-how-to-brew-landing .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }
  .articles-how-to-brew-landing .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}
.articles-how-to-brew-landing .splide__toggle {
  cursor: pointer;
}
.articles-how-to-brew-landing .splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.articles-how-to-brew-landing .splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.articles-how-to-brew-landing .splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}
.articles-how-to-brew-landing .splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}
.articles-how-to-brew-landing .splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}
.articles-how-to-brew-landing .splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1);
}
.articles-how-to-brew-landing .splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}
.articles-how-to-brew-landing .splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1);
}
.articles-how-to-brew-landing .splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}
.articles-how-to-brew-landing .splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}
.articles-how-to-brew-landing .splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotate(-90deg);
}
.articles-how-to-brew-landing .splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}
.articles-how-to-brew-landing .splide__arrows--ttb .splide__arrow--next svg {
  transform: rotate(90deg);
}
.articles-how-to-brew-landing .splide__pagination--ttb {
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}
.articles-how-to-brew-landing .splide__container {
  box-sizing: border-box;
  position: relative;
}
.articles-how-to-brew-landing .splide__list {
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}
.articles-how-to-brew-landing .splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}
.articles-how-to-brew-landing .splide__pagination {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}
.articles-how-to-brew-landing .splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}
.articles-how-to-brew-landing .splide:not(.is-overflow) .splide__pagination {
  display: none;
}
.articles-how-to-brew-landing .splide__progress__bar {
  width: 0;
}
.articles-how-to-brew-landing .splide {
  position: relative;
  visibility: hidden;
}
.articles-how-to-brew-landing .splide.is-initialized,
.articles-how-to-brew-landing .splide.is-rendered {
  visibility: visible;
}
.articles-how-to-brew-landing .splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}
.articles-how-to-brew-landing .splide__slide img {
  vertical-align: bottom;
}
.articles-how-to-brew-landing .splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}
.articles-how-to-brew-landing .splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.articles-how-to-brew-landing .splide__toggle.is-active .splide__toggle__play,
.articles-how-to-brew-landing .splide__toggle__pause {
  display: none;
}
.articles-how-to-brew-landing .splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}
.articles-how-to-brew-landing .splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}
@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.articles-how-to-brew-landing .splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.articles-how-to-brew-landing .splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}
.articles-how-to-brew-landing .splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}
.articles-how-to-brew-landing .splide--rtl {
  direction: rtl;
}
.articles-how-to-brew-landing .splide__track--ttb > .splide__list {
  display: block;
}
.articles-how-to-brew-landing .splide__arrow {
  -ms-flex-align: center;
  align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  height: 2em;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  z-index: 1;
}
.articles-how-to-brew-landing .splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}
.articles-how-to-brew-landing .splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}
.articles-how-to-brew-landing .splide__arrow:disabled {
  opacity: 0.3;
}
.articles-how-to-brew-landing .splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.articles-how-to-brew-landing .splide__arrow--prev {
  left: 1em;
}
.articles-how-to-brew-landing .splide__arrow--prev svg {
  transform: scaleX(-1);
}
.articles-how-to-brew-landing .splide__arrow--next {
  right: 1em;
}
.articles-how-to-brew-landing .splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.articles-how-to-brew-landing .splide__pagination {
  bottom: 0.5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}
.articles-how-to-brew-landing .splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: 0.7;
  padding: 0;
  position: relative;
  transition: transform 0.2s linear;
  width: 8px;
}
.articles-how-to-brew-landing .splide__pagination__page.is-active {
  background: #fff;
  transform: scale(1.4);
  z-index: 1;
}
.articles-how-to-brew-landing .splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}
.articles-how-to-brew-landing .splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.articles-how-to-brew-landing .splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.articles-how-to-brew-landing .splide__progress__bar {
  background: #ccc;
  height: 3px;
}
.articles-how-to-brew-landing .splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.articles-how-to-brew-landing .splide__slide:focus {
  outline: 0;
}
@supports (outline-offset: -3px) {
  .articles-how-to-brew-landing .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .articles-how-to-brew-landing .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
}
@supports (outline-offset: -3px) {
  .articles-how-to-brew-landing .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .articles-how-to-brew-landing .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }
  .articles-how-to-brew-landing .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}
.articles-how-to-brew-landing .splide__toggle {
  cursor: pointer;
}
.articles-how-to-brew-landing .splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.articles-how-to-brew-landing .splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.articles-how-to-brew-landing .splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}
.articles-how-to-brew-landing .splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}
.articles-how-to-brew-landing .splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}
.articles-how-to-brew-landing .splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1);
}
.articles-how-to-brew-landing .splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}
.articles-how-to-brew-landing .splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1);
}
.articles-how-to-brew-landing .splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}
.articles-how-to-brew-landing .splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}
.articles-how-to-brew-landing .splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotate(-90deg);
}
.articles-how-to-brew-landing .splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}
.articles-how-to-brew-landing .splide__arrows--ttb .splide__arrow--next svg {
  transform: rotate(90deg);
}
.articles-how-to-brew-landing .splide__pagination--ttb {
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}
@media (max-width: 767px) {
  .articles-how-to-brew-landing .main {
    padding: 0 9px;
  }
}
.articles-how-to-brew-landing .container {
  max-width: 1386px !important;
}
.articles-how-to-brew-landing .articles-3-col > div,
.articles-how-to-brew-landing .articles-2-col > div {
  margin-bottom: 64px;
}
@media (min-width: 1024px) {
  .articles-how-to-brew-landing .articles-3-col > div,
  .articles-how-to-brew-landing .articles-2-col > div {
    margin-bottom: 95px;
  }
}
