.carousel-12-columns .callout-msg {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}

.carousel-12-columns > div:nth-child(1) {
  padding-left: 24px;
}
@media (min-width: 1740px) {
  .carousel-12-columns > div:nth-child(1) {
    padding-left: 48px;
  }
}

.product-card-carouselx5 .callout-msg {
  margin-bottom: 0 !important;
  margin-left: -8px;
  margin-top: 48px;
}
@media (min-width: 768px) {
  .product-card-carouselx5 .callout-msg {
    margin-left: initial;
  }
}
@media (min-width: 1025px) {
  .product-card-carouselx5 .callout-msg {
    margin-left: -24px;
  }
}
@media (min-width: 1740px) {
  .product-card-carouselx5 .callout-msg {
    margin-left: 0;
  }
}
.product-card-carouselx5 .swiper-container {
  height: auto;
}
.product-card-carouselx5 .swiper-slide {
  -ms-flex: 0 0 80%;
  flex: 0 0 80%;
  max-width: 80%;
}
@media (min-width: 768px) {
  .product-card-carouselx5 .swiper-slide {
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
  }
}
@media (min-width: 1025px) {
  .product-card-carouselx5 .swiper-slide {
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
  }
}
@media (min-width: 1200px) {
  .product-card-carouselx5 .swiper-slide {
    -ms-flex: 0 0 19%;
    flex: 0 0 19%;
    max-width: 19%;
  }
}
.product-card-carouselx5 .product-tile .tile-body .product-tile__type .label-t2 {
  float: left;
}

.homepage-wrapper {
  width: 100%;
}
.homepage-wrapper.home-hero-short {
  /* BOX ICON STYLES */
  margin-bottom: 3rem;
}
.homepage-wrapper.home-hero-short .home-hero-icon-container #icon-in-three-sizes {
  /* Unique animation for each icon-element */
}
.homepage-wrapper.home-hero-short .home-hero-icon-container #icon-in-three-sizes svg.home-hero-icon {
  transform-origin: 50% 50%;
}
.homepage-wrapper.home-hero-short .home-hero-icon-container #icon-in-three-sizes .icon-element {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 25px;
  height: 60px;
  opacity: 0;
  visibility: hidden;
}
.homepage-wrapper.home-hero-short .home-hero-icon-container #icon-in-three-sizes .home-hero-icon {
  animation: icon-rotation 5000ms linear infinite, icon-flash 2500ms ease-in-out infinite;
}
.homepage-wrapper.home-hero-short .home-hero-icon-container #icon-in-three-sizes #icon-element-cube {
  animation: icon-cycle-1 4.5s infinite;
  width: 30px;
}
.homepage-wrapper.home-hero-short .home-hero-icon-container #icon-in-three-sizes #icon-element-foil {
  animation: icon-cycle-2 4.5s infinite;
}
.homepage-wrapper.home-hero-short .home-hero-icon-container #icon-in-three-sizes #icon-element-tin {
  animation: icon-cycle-3 4.5s infinite;
  width: 23px;
}
@keyframes icon-cycle-1 {
  0%, 33.333%, 100% {
    opacity: 0;
    visibility: hidden;
  }
  0.1%, 33.233% {
    opacity: 1;
    visibility: visible;
  }
}
@keyframes icon-cycle-2 {
  0%, 33.333%, 66.666%, 100% {
    opacity: 0;
    visibility: hidden;
  }
  33.334%, 66.566% {
    opacity: 1;
    visibility: visible;
  }
}
@keyframes icon-cycle-3 {
  0%, 66.666% {
    opacity: 0;
    visibility: hidden;
  }
  66.667%, 99.9% {
    opacity: 1;
    visibility: visible;
  }
}
.homepage-wrapper.home-hero-short .home-hero-icon-container#icon-new-flavours-available {
  transform-origin: 50% 50%;
}
.homepage-wrapper.home-hero-short .home-hero-icon-container .box-wrapper {
  position: relative;
}
.homepage-wrapper.home-hero-short .home-hero-icon-container .home-hero-icon {
  animation: icon-rotation 7000ms linear infinite, icon-flash 2500ms ease-in-out infinite;
  transform-origin: 51% 53%;
  position: relative;
}
@keyframes icon-rotation {
  from {
    transform: rotateZ(0deg);
  }
  to {
    transform: rotateZ(360deg);
  }
}
@keyframes icon-flash {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.7;
  }
  100% {
    opacity: 1;
  }
}
.homepage-wrapper.home-hero-short .box-icon,
.homepage-wrapper.home-hero-short .box-wrapper {
  margin-top: 0.5rem;
}
@media (min-width: 768px) {
  .homepage-wrapper.home-hero-short .box-icon,
  .homepage-wrapper.home-hero-short .box-wrapper {
    margin-top: 0;
    margin-bottom: 1rem;
  }
}
@media (min-width: 1024px) {
  .homepage-wrapper.home-hero-short {
    margin-bottom: 3.5rem;
  }
}
.homepage-wrapper.home-hero-short .ic-info {
  bottom: 2px;
  position: relative;
}
.homepage-wrapper.home-hero-short .content-overlay {
  position: absolute;
  height: 100%;
  top: 0 !important;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  /* BOX TEXT STYLES */
}
.homepage-wrapper.home-hero-short .content-overlay.content-overlay-center {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.homepage-wrapper.home-hero-short .content-overlay.content-overlay-center .copyContent {
  flex-direction: column !important;
}
.homepage-wrapper.home-hero-short .content-overlay.content-overlay-center .box-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.homepage-wrapper.home-hero-short .content-overlay.content-overlay-center .popUpButton {
  position: relative;
  left: 50%;
  transform: translate(-50%);
  width: auto;
  text-align: center;
  margin-top: 1rem;
}
@media (min-width: 1200px) {
  .homepage-wrapper.home-hero-short .content-overlay.content-overlay-center .popUpButton {
    position: absolute;
  }
}
.homepage-wrapper.home-hero-short .content-overlay.content-overlay-center .popUpButton .terms-wrapper {
  text-align: center;
  display: flex;
  justify-content: center;
  margin-top: 0;
}
.homepage-wrapper.home-hero-short .content-overlay.content-overlay-center .short-promo-callout {
  text-align: left;
  text-wrap: nowrap;
}
.homepage-wrapper.home-hero-short .content-overlay.content-overlay-center .button-container {
  margin-bottom: 0 !important;
  align-content: flex-start;
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  gap: 1rem;
  width: 100%;
  max-width: 700px;
  margin-top: 0.5rem;
}
@media (min-width: 768px) {
  .homepage-wrapper.home-hero-short .content-overlay.content-overlay-center .button-container {
    margin-bottom: 1rem !important;
  }
}
.homepage-wrapper.home-hero-short .content-overlay.content-overlay-center .button-container .btn {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-right: 0 !important;
  margin-bottom: 0 !important;
}
@media (min-width: 375px) {
  .homepage-wrapper.home-hero-short .content-overlay.content-overlay-center .button-container .btn {
    width: 45%;
  }
}
@media (min-width: 768px) {
  .homepage-wrapper.home-hero-short .content-overlay.content-overlay-center .button-container .btn {
    width: unset;
    flex: 1;
  }
}
.homepage-wrapper.home-hero-short .content-overlay.content-overlay-center .tooltip {
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 900px) {
  .homepage-wrapper.home-hero-short .content-overlay.content-overlay-center .tooltip {
    min-width: 50%;
  }
}
@media (min-width: 1728px) {
  .homepage-wrapper.home-hero-short .content-overlay.content-overlay-center .tooltip {
    min-width: 650px;
  }
}
.homepage-wrapper.home-hero-short .content-overlay.content-overlay-center .popUpButton .tooltipT2 .tooltip:after {
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  top: unset !important;
  width: 20px;
  height: 20px;
  box-shadow: initial;
  z-index: -1;
}
.homepage-wrapper.home-hero-short .content-overlay .container {
  padding: 1.5rem;
  max-width: 1680px;
}
.homepage-wrapper.home-hero-short .content-overlay .container .row {
  height: 100%;
}
.homepage-wrapper.home-hero-short .content-overlay .container .row .button-container {
  margin-bottom: 0.5rem;
}
.homepage-wrapper.home-hero-short .content-overlay .container .row .btn {
  margin-right: 1rem;
  margin-bottom: 1rem;
}
.homepage-wrapper.home-hero-short .content-overlay .home-hero-icon,
.homepage-wrapper.home-hero-short .content-overlay .icon-new {
  width: 88px;
  height: 88px;
}
@media (min-width: 1200px) {
  .homepage-wrapper.home-hero-short .content-overlay .home-hero-icon,
  .homepage-wrapper.home-hero-short .content-overlay .icon-new {
    width: 88px;
    height: 88px;
  }
}
@media (min-width: 1768px) {
  .homepage-wrapper.home-hero-short .content-overlay .home-hero-icon,
  .homepage-wrapper.home-hero-short .content-overlay .icon-new {
    width: 88px;
    height: 88px;
  }
}
.homepage-wrapper.home-hero-short .content-overlay .copyContent {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .homepage-wrapper.home-hero-short .content-overlay .copyContent {
    flex-direction: column-reverse !important;
  }
}
.homepage-wrapper.home-hero-short .content-overlay .box-text,
.homepage-wrapper.home-hero-short .content-overlay .copyContent {
  width: 100%;
}
@media (max-width: 1023px) {
  .homepage-wrapper.home-hero-short .content-overlay .box-text,
  .homepage-wrapper.home-hero-short .content-overlay .copyContent {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 375px) {
  .homepage-wrapper.home-hero-short .content-overlay .box-text,
  .homepage-wrapper.home-hero-short .content-overlay .copyContent {
    max-width: 327px;
  }
}
@media (min-width: 768px) {
  .homepage-wrapper.home-hero-short .content-overlay .box-text,
  .homepage-wrapper.home-hero-short .content-overlay .copyContent {
    margin-left: 0 !important;
  }
}
@media (min-width: 768px) {
  .homepage-wrapper.home-hero-short .content-overlay .box-text {
    max-width: unset;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  .homepage-wrapper.home-hero-short .content-overlay .box-text {
    min-width: auto;
  }
}
.homepage-wrapper.home-hero-short .content-overlay .copyContent {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  max-width: 327px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .homepage-wrapper.home-hero-short .content-overlay .copyContent {
    max-width: unset;
  }
}
.homepage-wrapper.home-hero-short .content-overlay .button-container-flex-row {
  flex-direction: row;
}
.homepage-wrapper.home-hero-short .content-overlay .button-container-flex-column {
  flex-direction: column;
}
.homepage-wrapper.home-hero-short .content-overlay .button-container {
  display: flex;
  align-content: flex-start;
  align-items: flex-start;
  gap: unset;
}
@media (min-width: 768px) {
  .homepage-wrapper.home-hero-short .content-overlay .button-container {
    flex-wrap: wrap;
  }
}
.homepage-wrapper.home-hero-short .content-overlay .btn {
  margin-bottom: 0.75rem;
  z-index: 2;
}
.homepage-wrapper.home-hero-short .content-overlay .col-12 {
  height: inherit;
}
.homepage-wrapper.home-hero-short .hero-banner-modal {
  position: relative;
  height: auto;
  margin-bottom: 0;
}
.homepage-wrapper.home-hero-short .hero-banner-modal .bg-image,
.homepage-wrapper.home-hero-short .hero-banner-modal .background-image {
  position: inherit;
}
.homepage-wrapper.home-hero-short .hero-banner-modal .bg-image picture img,
.homepage-wrapper.home-hero-short .hero-banner-modal .background-image picture img {
  width: 100%;
  min-height: 450px;
  max-height: 450px;
  object-fit: cover;
}
@media (min-width: 768px) {
  .homepage-wrapper.home-hero-short .hero-banner-modal .bg-image picture img,
  .homepage-wrapper.home-hero-short .hero-banner-modal .background-image picture img {
    min-height: 432px;
    max-height: 432px;
    object-position: 50% 50%;
  }
}
@media (min-width: 1025px) {
  .homepage-wrapper.home-hero-short .hero-banner-modal .bg-image picture img,
  .homepage-wrapper.home-hero-short .hero-banner-modal .background-image picture img {
    max-height: 500px;
    min-height: 500px;
  }
}
@media (min-width: 1200px) {
  .homepage-wrapper.home-hero-short .hero-banner-modal .bg-image picture img,
  .homepage-wrapper.home-hero-short .hero-banner-modal .background-image picture img {
    min-height: 500px;
    max-height: 500px;
  }
}
@media (min-width: 1728px) {
  .homepage-wrapper.home-hero-short .hero-banner-modal .bg-image picture img,
  .homepage-wrapper.home-hero-short .hero-banner-modal .background-image picture img {
    max-height: 630px;
    min-height: 630px;
    height: 630px;
  }
}
.homepage-wrapper.home-hero-short .hero-banner-modal .wrapper-link {
  position: absolute;
  height: 100%;
  top: 0 !important;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
.homepage-wrapper.home-hero-short .hero-banner-modal .terms-wrapper {
  margin-top: 0.75rem;
  width: 327px;
}
@media (min-width: 768px) {
  .homepage-wrapper.home-hero-short .hero-banner-modal .terms-wrapper {
    width: 600px;
  }
}
@media (min-width: 900px) {
  .homepage-wrapper.home-hero-short .hero-banner-modal .terms-wrapper {
    width: 264px;
  }
}
@media (min-width: 1728px) {
  .homepage-wrapper.home-hero-short .hero-banner-modal .terms-wrapper {
    width: 450px;
  }
}
.homepage-wrapper.home-hero-short .hero-banner-modal .popUpButton {
  cursor: pointer;
  position: absolute;
  bottom: 0;
  z-index: 2;
}
.homepage-wrapper.home-hero-short .hero-banner-modal .popUpButton .tooltipT2 .tooltip {
  top: unset !important;
  bottom: calc(100% + 16px);
  height: auto;
  min-width: 272px;
}
@media (min-width: 375px) {
  .homepage-wrapper.home-hero-short .hero-banner-modal .popUpButton .tooltipT2 .tooltip {
    min-width: 300px;
  }
}
@media (min-width: 768px) {
  .homepage-wrapper.home-hero-short .hero-banner-modal .popUpButton .tooltipT2 .tooltip {
    width: 300px;
    min-width: calc(100% - 48px);
  }
}
@media (min-width: 900px) {
  .homepage-wrapper.home-hero-short .hero-banner-modal .popUpButton .tooltipT2 .tooltip {
    min-width: 650px;
  }
}
@media (min-width: 1728px) {
  .homepage-wrapper.home-hero-short .hero-banner-modal .popUpButton .tooltipT2 .tooltip {
    min-width: 650px;
  }
}
.homepage-wrapper.home-hero-short .hero-banner-modal .popUpButton .tooltipT2 .tooltip:after {
  left: 10px;
  top: unset !important;
  width: 20px;
  height: 20px;
  box-shadow: initial;
  z-index: -1;
}
@media (min-width: 768px) {
  .homepage-wrapper.home-hero-short .hero-banner-modal .caption-1 {
    margin-bottom: 0;
  }
}
.homepage-wrapper.home-hero-short .hero-banner-modal .short-promo-callout {
  display: flex;
  text-align: left;
}
.homepage-wrapper.home-hero-short .hero-banner-modal .short-promo-callout a {
  font-weight: 400;
}
.homepage-wrapper.home-hero-short .hero-banner-modal .short-promo-callout i {
  margin-right: 0.25rem;
}
.homepage-wrapper.home-hero-short .hero-banner-modal .short-promo-callout .icon.t2-icon svg {
  width: 20px;
  top: -2px;
  position: relative;
  margin-right: 4px;
}
.homepage-wrapper.home-hero-short .hero-banner-modal .copyContent {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .homepage-wrapper.home-hero-short .hero-banner-modal .copyContent {
    justify-content: center;
    height: 100%;
  }
}
.homepage-wrapper.home-swiper-slide {
  -ms-flex: 0 0 302px;
  flex: 0 0 302px;
  padding: 0 12px;
}
@media (min-width: 1200px) {
  .homepage-wrapper.home-swiper-slide {
    -ms-flex: 0 0 460px;
    flex: 0 0 460px;
  }
}
@media (min-width: 320px) {
  .homepage-wrapper.home-swiper-slide .card img {
    height: 348px;
    min-width: 278px;
  }
}
@media (min-width: 1200px) {
  .homepage-wrapper.home-swiper-slide .card img {
    height: 545px;
  }
}
.homepage-wrapper.home-swiper-slide .card-body {
  padding: 18px 0;
}
.homepage-wrapper.home-swiper-slide .card-title {
  font-size: 1.125rem;
  line-height: 1.333;
  margin-bottom: 10px;
  display: inline-block;
}
@media (min-width: 1200px) {
  .homepage-wrapper.home-swiper-slide .card-title {
    font-size: 1.25rem;
    line-height: 1.2;
  }
}
.homepage-wrapper.home-swiper-slide .card-text {
  font-size: 0.875rem;
  line-height: 1.429;
}
.homepage-wrapper .feature-card {
  max-width: 278px;
}
@media (min-width: 1200px) {
  .homepage-wrapper .feature-card {
    max-width: 460px;
  }
}
.homepage-wrapper .feature-card .card-body {
  padding: 18px 0 0 0;
}
.homepage-wrapper .feature-card a {
  font-weight: 400;
}
.homepage-wrapper .feature-card img {
  width: 278px;
  height: 348px;
  border-radius: 0.25rem;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .homepage-wrapper .feature-card img {
    width: 460px;
    height: 545px;
  }
}
.homepage-wrapper .shop-the-look-banner {
  position: relative;
  height: auto;
  margin-bottom: 3rem;
}
@media (min-width: 1024px) {
  .homepage-wrapper .shop-the-look-banner {
    margin-bottom: 3.5rem;
  }
}
.homepage-wrapper .shop-the-look-banner .container {
  padding: 0 24px;
}
@media (min-width: 1024px) {
  .homepage-wrapper .shop-the-look-banner .container {
    max-width: 1600px;
    padding: 0 3rem !important;
  }
}
@media (min-width: 1600px) {
  .homepage-wrapper .shop-the-look-banner .container {
    max-width: 1630px;
    padding: 0 3rem !important;
  }
}
@media (min-width: 1630px) {
  .homepage-wrapper .shop-the-look-banner .container {
    max-width: 1740px;
  }
}
@media (min-width: 1728px) {
  .homepage-wrapper .shop-the-look-banner .container {
    max-width: 1728px;
  }
}
.homepage-wrapper .shop-the-look-banner .wrapper-link {
  position: absolute;
  bottom: 0;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}
.homepage-wrapper .shop-the-look-banner .bg-image {
  position: inherit;
  height: auto;
  border-radius: 0.25rem;
  overflow: hidden;
}
.homepage-wrapper .shop-the-look-banner .bg-image img {
  position: relative;
  height: 490px;
  object-fit: cover;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 680px) {
  .homepage-wrapper .shop-the-look-banner .bg-image img {
    height: auto;
  }
}
@media (min-width: 1024px) {
  .homepage-wrapper .shop-the-look-banner .bg-image img {
    height: 400px;
  }
}
@media (min-width: 1200px) {
  .homepage-wrapper .shop-the-look-banner .bg-image img {
    height: 488px;
  }
}
@media (min-width: 1400px) {
  .homepage-wrapper .shop-the-look-banner .bg-image img {
    height: auto;
  }
}
.homepage-wrapper .shop-the-look-banner .card-img-overlay {
  padding: 0;
}
.homepage-wrapper .shop-the-look-banner .card-img-overlay .container {
  padding: 0;
}
@media (max-width: 767px) {
  .homepage-wrapper .shop-the-look-banner .card-img-overlay .container {
    height: 50%;
  }
}
.homepage-wrapper .shop-the-look-banner .card-img-overlay .row {
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 768px) {
  .homepage-wrapper .shop-the-look-banner .card-img-overlay .row {
    height: unset;
  }
}
@media (max-width: 1023px) {
  .homepage-wrapper .shop-the-look-banner .card-img-overlay .copy-container {
    padding: 1.5rem;
  }
}
.homepage-wrapper .shop-the-look-banner .card-img-overlay .copy-container h2 {
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .homepage-wrapper .shop-the-look-banner .copy-container {
    margin: 0 auto;
    padding-bottom: 1rem;
  }
}
.homepage-wrapper .shop-the-look-banner .button-container {
  gap: 1rem;
}
@media (max-width: 767px) {
  .homepage-wrapper .shop-the-look-banner .copy-box {
    margin: 0 auto;
    max-width: 287px;
  }
}
.homepage-wrapper .shop-the-look-banner .copy-box p.caption-1 {
  margin-bottom: 1rem;
}
.homepage-wrapper .shop-the-look-banner .feature-color-background-sm {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  top: 50%;
}
@media (min-width: 320px) {
  .homepage-wrapper .shop-the-look-banner .feature-color-background-sm {
    top: 50%;
  }
}
@media (min-width: 375px) {
  .homepage-wrapper .shop-the-look-banner .feature-color-background-sm {
    top: 50%;
  }
}
@media (min-width: 500px) {
  .homepage-wrapper .shop-the-look-banner .feature-color-background-sm {
    top: 50%;
  }
}
@media (min-width: 768px) {
  .homepage-wrapper .shop-the-look-banner .feature-color-background-sm {
    display: none;
  }
}
.homepage-wrapper .home-sale-lifestyle-banner {
  position: relative;
  height: auto;
  margin-bottom: 3rem;
}
@media (min-width: 1024px) {
  .homepage-wrapper .home-sale-lifestyle-banner {
    margin-bottom: 3.5rem;
  }
}
@media (min-width: 1740px) {
  .homepage-wrapper .home-sale-lifestyle-banner .px-md-4 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.homepage-wrapper .home-sale-lifestyle-banner .wrapper-link {
  position: absolute;
  bottom: 0;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}
.homepage-wrapper .home-sale-lifestyle-banner .background-image {
  position: relative;
  height: auto;
}
.homepage-wrapper .home-sale-lifestyle-banner .background-image img {
  height: 375px;
  position: relative;
  object-fit: cover;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 1024px) {
  .homepage-wrapper .home-sale-lifestyle-banner .background-image img {
    height: 500px;
  }
}
@media (min-width: 1768px) {
  .homepage-wrapper .home-sale-lifestyle-banner .background-image img {
    max-width: 2560px;
  }
}
.homepage-wrapper .home-sale-lifestyle-banner .card-image-overlay {
  position: absolute;
  display: flex;
  height: 375px;
  width: 100%;
  padding: 1.5rem;
}
@media (max-width: 767px) {
  .homepage-wrapper .home-sale-lifestyle-banner .card-image-overlay {
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 327px;
  }
}
@media (min-width: 768px) {
  .homepage-wrapper .home-sale-lifestyle-banner .card-image-overlay {
    flex-direction: column;
    justify-content: center;
  }
}
@media (min-width: 1024px) {
  .homepage-wrapper .home-sale-lifestyle-banner .card-image-overlay {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .homepage-wrapper .home-sale-lifestyle-banner .copy-container {
    margin: 0 auto;
    padding-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .homepage-wrapper .home-sale-lifestyle-banner .copy-container {
    max-width: 350px;
  }
}
@media (min-width: 1024px) {
  .homepage-wrapper .home-sale-lifestyle-banner .copy-container {
    max-width: 400px;
  }
}
.homepage-wrapper .home-sale-lifestyle-banner .button-container {
  gap: 1rem;
}
.homepage-wrapper .tea-types-slider {
  margin-bottom: 3rem;
}
@media (min-width: 1024px) {
  .homepage-wrapper .tea-types-slider {
    margin-bottom: 3.5rem;
  }
}
.homepage-wrapper .tea-types-slider > .container {
  margin-bottom: 0;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media (min-width: 1024px) {
  .homepage-wrapper .tea-types-slider > .container {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (min-width: 768px) {
  .homepage-wrapper .tea-types-slider > .container {
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .homepage-wrapper .tea-types-slider > .container {
    margin-bottom: 0;
  }
}
@media (min-width: 1025px) {
  .homepage-wrapper .tea-types-slider > .container {
    margin-bottom: 0;
  }
}
@media (min-width: 1600px) {
  .homepage-wrapper .tea-types-slider > .container {
    max-width: 1630px;
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (min-width: 1630px) {
  .homepage-wrapper .tea-types-slider > .container {
    max-width: 1740px;
  }
}
@media (min-width: 1728px) {
  .homepage-wrapper .tea-types-slider > .container {
    max-width: 1728px;
  }
}
@media (min-width: 1740px) {
  .homepage-wrapper .tea-types-slider > .container {
    overflow: hidden;
  }
}
.homepage-wrapper .tea-types-slider > .container .row .col {
  margin-bottom: 1.5rem;
}
@media (min-width: 1024px) {
  .homepage-wrapper .tea-types-slider > .container .row .col {
    margin-bottom: 2rem;
  }
}
.homepage-wrapper .tea-types-slider > .container .row .col .h6 {
  margin-bottom: 0;
}
.homepage-wrapper .tea-types-slider > .container .container--type-tea {
  padding-left: 0rem;
  padding-right: 0rem;
  margin-bottom: 0;
  padding: 0;
}
@media (min-width: 1024px) {
  .homepage-wrapper .tea-types-slider > .container .container--type-tea {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding: 0;
  }
}
.homepage-wrapper .tea-types-slider .swiper {
  margin-bottom: 1.5rem;
}
@media (min-width: 1728px) {
  .homepage-wrapper .tea-types-slider .swiper .swiper-container {
    overflow: hidden;
  }
}
.homepage-wrapper .tea-types-slider .swiper .swiper-slide {
  width: 33vw !important;
  margin-right: 1rem !important;
}
@media (min-width: 375px) {
  .homepage-wrapper .tea-types-slider .swiper .swiper-slide {
    width: 33vw !important;
  }
}
@media (min-width: 425px) {
  .homepage-wrapper .tea-types-slider .swiper .swiper-slide {
    width: min(25vw, 132px) !important;
  }
}
@media (min-width: 525px) {
  .homepage-wrapper .tea-types-slider .swiper .swiper-slide {
    width: min(20vw, 132px) !important;
  }
}
@media (min-width: 700px) {
  .homepage-wrapper .tea-types-slider .swiper .swiper-slide {
    width: min(16vw, 120px) !important;
  }
}
@media (min-width: 768px) {
  .homepage-wrapper .tea-types-slider .swiper .swiper-slide {
    width: max(16vw, 120px) !important;
  }
}
@media (min-width: 900px) {
  .homepage-wrapper .tea-types-slider .swiper .swiper-slide {
    width: max(14vw, 120px) !important;
  }
}
@media (min-width: 1024px) {
  .homepage-wrapper .tea-types-slider .swiper .swiper-slide {
    width: 11.5vw !important;
  }
}
@media (min-width: 1440px) {
  .homepage-wrapper .tea-types-slider .swiper .swiper-slide {
    width: 9.2vw !important;
  }
}
@media (min-width: 1728px) {
  .homepage-wrapper .tea-types-slider .swiper .swiper-slide {
    max-width: 140px !important;
  }
}
.homepage-wrapper .tea-types-slider .swiper .swiper-slide img {
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}
.homepage-wrapper .tea-types-slider .swiper .swiper-slide img.teaImageDefault {
  position: absolute;
  width: 33vw;
  transform: scale(1);
}
@media (min-width: 375px) {
  .homepage-wrapper .tea-types-slider .swiper .swiper-slide img.teaImageDefault {
    width: 33vw !important;
  }
}
@media (min-width: 425px) {
  .homepage-wrapper .tea-types-slider .swiper .swiper-slide img.teaImageDefault {
    width: min(25vw, 132px) !important;
  }
}
@media (min-width: 525px) {
  .homepage-wrapper .tea-types-slider .swiper .swiper-slide img.teaImageDefault {
    width: min(20vw, 132px) !important;
  }
}
@media (min-width: 700px) {
  .homepage-wrapper .tea-types-slider .swiper .swiper-slide img.teaImageDefault {
    width: min(16vw, 120px) !important;
  }
}
@media (min-width: 768px) {
  .homepage-wrapper .tea-types-slider .swiper .swiper-slide img.teaImageDefault {
    width: max(16vw, 120px) !important;
  }
}
@media (min-width: 900px) {
  .homepage-wrapper .tea-types-slider .swiper .swiper-slide img.teaImageDefault {
    width: max(14vw, 120px) !important;
  }
}
@media (min-width: 1024px) {
  .homepage-wrapper .tea-types-slider .swiper .swiper-slide img.teaImageDefault {
    width: 11.5vw !important;
  }
}
@media (min-width: 1440px) {
  .homepage-wrapper .tea-types-slider .swiper .swiper-slide img.teaImageDefault {
    width: 9.2vw !important;
  }
}
@media (min-width: 1728px) {
  .homepage-wrapper .tea-types-slider .swiper .swiper-slide img.teaImageDefault {
    max-width: 140px !important;
  }
}
.homepage-wrapper .tea-types-slider .swiper .swiper-slide img.teaImageHover {
  position: relative;
  width: 33vw;
  opacity: 0;
  transform: scale(0.8);
}
@media (min-width: 375px) {
  .homepage-wrapper .tea-types-slider .swiper .swiper-slide img.teaImageHover {
    width: 33vw !important;
  }
}
@media (min-width: 425px) {
  .homepage-wrapper .tea-types-slider .swiper .swiper-slide img.teaImageHover {
    width: min(25vw, 132px) !important;
  }
}
@media (min-width: 525px) {
  .homepage-wrapper .tea-types-slider .swiper .swiper-slide img.teaImageHover {
    width: min(20vw, 132px) !important;
  }
}
@media (min-width: 700px) {
  .homepage-wrapper .tea-types-slider .swiper .swiper-slide img.teaImageHover {
    width: min(16vw, 120px) !important;
  }
}
@media (min-width: 768px) {
  .homepage-wrapper .tea-types-slider .swiper .swiper-slide img.teaImageHover {
    width: max(16vw, 120px) !important;
  }
}
@media (min-width: 900px) {
  .homepage-wrapper .tea-types-slider .swiper .swiper-slide img.teaImageHover {
    width: max(14vw, 120px) !important;
  }
}
@media (min-width: 1024px) {
  .homepage-wrapper .tea-types-slider .swiper .swiper-slide img.teaImageHover {
    width: 11.5vw !important;
  }
}
@media (min-width: 1440px) {
  .homepage-wrapper .tea-types-slider .swiper .swiper-slide img.teaImageHover {
    width: 9.2vw !important;
  }
}
@media (min-width: 1728px) {
  .homepage-wrapper .tea-types-slider .swiper .swiper-slide img.teaImageHover {
    max-width: 140px !important;
  }
}
.homepage-wrapper .tea-types-slider .swiper .swiper-slide:hover img.teaImageDefault {
  opacity: 0;
  transform: scale(0.8);
}
.homepage-wrapper .tea-types-slider .swiper .swiper-slide:hover img.teaImageHover {
  opacity: 1;
  transform: scale(1);
}
.homepage-wrapper .tea-types-slider .swiper .swiper-slide .h9 {
  margin-top: 0.5rem;
}
.homepage-wrapper .tea-types-slider .swiper .link-md {
  margin-top: 0.5rem;
}
.homepage-wrapper .tea-types-slider .swiper-container {
  padding: 0;
}
.homepage-wrapper .tea-types-slider .swiper-wrapper {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .homepage-wrapper .tea-types-slider .swiper-wrapper {
    margin-bottom: 2rem;
  }
}
.homepage-wrapper .tea-types-slider .swiper-wrapper h3 {
  max-width: 200px;
}
.homepage-wrapper .tea-types-slider .swiper-slide {
  width: 33vw;
  margin-right: 1rem !important;
}
@media (min-width: 375px) {
  .homepage-wrapper .tea-types-slider .swiper-slide {
    width: 33vw !important;
  }
}
@media (min-width: 425px) {
  .homepage-wrapper .tea-types-slider .swiper-slide {
    width: min(25vw, 132px) !important;
  }
}
@media (min-width: 525px) {
  .homepage-wrapper .tea-types-slider .swiper-slide {
    width: min(20vw, 132px) !important;
  }
}
@media (min-width: 700px) {
  .homepage-wrapper .tea-types-slider .swiper-slide {
    width: min(16vw, 120px) !important;
  }
}
@media (min-width: 768px) {
  .homepage-wrapper .tea-types-slider .swiper-slide {
    width: max(16vw, 120px) !important;
  }
}
@media (min-width: 900px) {
  .homepage-wrapper .tea-types-slider .swiper-slide {
    width: max(14vw, 120px) !important;
  }
}
@media (min-width: 1024px) {
  .homepage-wrapper .tea-types-slider .swiper-slide {
    width: 11.5vw !important;
  }
}
@media (min-width: 1440px) {
  .homepage-wrapper .tea-types-slider .swiper-slide {
    width: 9.2vw !important;
  }
}
@media (min-width: 1728px) {
  .homepage-wrapper .tea-types-slider .swiper-slide {
    max-width: 140px !important;
  }
}
@media (min-width: 768px) {
  .homepage-wrapper .tea-types-slider .swiper-slide {
    padding: 0;
    margin-right: 1.5rem !important;
  }
}
.homepage-wrapper .tea-types-slider .swiper-button.swiper-button-next {
  right: -8px;
}
@media (min-width: 1728px) {
  .homepage-wrapper .tea-types-slider .swiper-button.swiper-button-next {
    right: 24px !important;
  }
}
.homepage-wrapper .tea-types-slider .swiper-button.swiper-button-prev {
  left: -8px;
}
@media (min-width: 1728px) {
  .homepage-wrapper .tea-types-slider .swiper-button.swiper-button-prev {
    left: 24px !important;
  }
}
.homepage-wrapper .tea-types-slider {
  margin-bottom: 3rem;
}
@media (min-width: 1024px) {
  .homepage-wrapper .tea-types-slider {
    margin-bottom: 3.5rem;
  }
}
.homepage-wrapper .tea-types-slider > .container {
  margin-bottom: 0;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media (min-width: 1024px) {
  .homepage-wrapper .tea-types-slider > .container {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (min-width: 768px) {
  .homepage-wrapper .tea-types-slider > .container {
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .homepage-wrapper .tea-types-slider > .container {
    margin-bottom: 0;
  }
}
@media (min-width: 1025px) {
  .homepage-wrapper .tea-types-slider > .container {
    margin-bottom: 0;
  }
}
@media (min-width: 1600px) {
  .homepage-wrapper .tea-types-slider > .container {
    max-width: 1630px;
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (min-width: 1630px) {
  .homepage-wrapper .tea-types-slider > .container {
    max-width: 1740px;
  }
}
@media (min-width: 1728px) {
  .homepage-wrapper .tea-types-slider > .container {
    max-width: 1728px;
  }
}
@media (min-width: 1740px) {
  .homepage-wrapper .tea-types-slider > .container {
    overflow: hidden;
  }
}
.homepage-wrapper .tea-types-slider > .container .row .col {
  margin-bottom: 1.5rem;
}
@media (min-width: 1024px) {
  .homepage-wrapper .tea-types-slider > .container .row .col {
    margin-bottom: 2rem;
  }
}
.homepage-wrapper .tea-types-slider > .container .row .col .h6 {
  margin-bottom: 0;
}
.homepage-wrapper .tea-types-slider > .container .container--type-tea {
  padding-left: 0rem;
  padding-right: 0rem;
  margin-bottom: 0;
  padding: 0;
}
@media (min-width: 1024px) {
  .homepage-wrapper .tea-types-slider > .container .container--type-tea {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding: 0;
  }
}
.homepage-wrapper .tea-types-slider .swiper {
  margin-bottom: 1.5rem;
}
@media (min-width: 1728px) {
  .homepage-wrapper .tea-types-slider .swiper .swiper-container {
    overflow: hidden;
  }
}
.homepage-wrapper .tea-types-slider .swiper .swiper-slide {
  width: 33vw !important;
  margin-right: 1rem !important;
}
@media (min-width: 375px) {
  .homepage-wrapper .tea-types-slider .swiper .swiper-slide {
    width: 33vw !important;
  }
}
@media (min-width: 425px) {
  .homepage-wrapper .tea-types-slider .swiper .swiper-slide {
    width: min(25vw, 132px) !important;
  }
}
@media (min-width: 525px) {
  .homepage-wrapper .tea-types-slider .swiper .swiper-slide {
    width: min(20vw, 132px) !important;
  }
}
@media (min-width: 700px) {
  .homepage-wrapper .tea-types-slider .swiper .swiper-slide {
    width: min(16vw, 120px) !important;
  }
}
@media (min-width: 768px) {
  .homepage-wrapper .tea-types-slider .swiper .swiper-slide {
    width: max(16vw, 120px) !important;
  }
}
@media (min-width: 900px) {
  .homepage-wrapper .tea-types-slider .swiper .swiper-slide {
    width: max(14vw, 120px) !important;
  }
}
@media (min-width: 1024px) {
  .homepage-wrapper .tea-types-slider .swiper .swiper-slide {
    width: 11.5vw !important;
  }
}
@media (min-width: 1440px) {
  .homepage-wrapper .tea-types-slider .swiper .swiper-slide {
    width: 9.2vw !important;
  }
}
@media (min-width: 1728px) {
  .homepage-wrapper .tea-types-slider .swiper .swiper-slide {
    max-width: 140px !important;
  }
}
.homepage-wrapper .tea-types-slider .swiper .swiper-slide img {
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}
.homepage-wrapper .tea-types-slider .swiper .swiper-slide img.teaImageDefault {
  position: absolute;
  width: 33vw;
  transform: scale(1);
}
@media (min-width: 375px) {
  .homepage-wrapper .tea-types-slider .swiper .swiper-slide img.teaImageDefault {
    width: 33vw !important;
  }
}
@media (min-width: 425px) {
  .homepage-wrapper .tea-types-slider .swiper .swiper-slide img.teaImageDefault {
    width: min(25vw, 132px) !important;
  }
}
@media (min-width: 525px) {
  .homepage-wrapper .tea-types-slider .swiper .swiper-slide img.teaImageDefault {
    width: min(20vw, 132px) !important;
  }
}
@media (min-width: 700px) {
  .homepage-wrapper .tea-types-slider .swiper .swiper-slide img.teaImageDefault {
    width: min(16vw, 120px) !important;
  }
}
@media (min-width: 768px) {
  .homepage-wrapper .tea-types-slider .swiper .swiper-slide img.teaImageDefault {
    width: max(16vw, 120px) !important;
  }
}
@media (min-width: 900px) {
  .homepage-wrapper .tea-types-slider .swiper .swiper-slide img.teaImageDefault {
    width: max(14vw, 120px) !important;
  }
}
@media (min-width: 1024px) {
  .homepage-wrapper .tea-types-slider .swiper .swiper-slide img.teaImageDefault {
    width: 11.5vw !important;
  }
}
@media (min-width: 1440px) {
  .homepage-wrapper .tea-types-slider .swiper .swiper-slide img.teaImageDefault {
    width: 9.2vw !important;
  }
}
@media (min-width: 1728px) {
  .homepage-wrapper .tea-types-slider .swiper .swiper-slide img.teaImageDefault {
    max-width: 140px !important;
  }
}
.homepage-wrapper .tea-types-slider .swiper .swiper-slide img.teaImageHover {
  position: relative;
  width: 33vw;
  opacity: 0;
  transform: scale(0.8);
}
@media (min-width: 375px) {
  .homepage-wrapper .tea-types-slider .swiper .swiper-slide img.teaImageHover {
    width: 33vw !important;
  }
}
@media (min-width: 425px) {
  .homepage-wrapper .tea-types-slider .swiper .swiper-slide img.teaImageHover {
    width: min(25vw, 132px) !important;
  }
}
@media (min-width: 525px) {
  .homepage-wrapper .tea-types-slider .swiper .swiper-slide img.teaImageHover {
    width: min(20vw, 132px) !important;
  }
}
@media (min-width: 700px) {
  .homepage-wrapper .tea-types-slider .swiper .swiper-slide img.teaImageHover {
    width: min(16vw, 120px) !important;
  }
}
@media (min-width: 768px) {
  .homepage-wrapper .tea-types-slider .swiper .swiper-slide img.teaImageHover {
    width: max(16vw, 120px) !important;
  }
}
@media (min-width: 900px) {
  .homepage-wrapper .tea-types-slider .swiper .swiper-slide img.teaImageHover {
    width: max(14vw, 120px) !important;
  }
}
@media (min-width: 1024px) {
  .homepage-wrapper .tea-types-slider .swiper .swiper-slide img.teaImageHover {
    width: 11.5vw !important;
  }
}
@media (min-width: 1440px) {
  .homepage-wrapper .tea-types-slider .swiper .swiper-slide img.teaImageHover {
    width: 9.2vw !important;
  }
}
@media (min-width: 1728px) {
  .homepage-wrapper .tea-types-slider .swiper .swiper-slide img.teaImageHover {
    max-width: 140px !important;
  }
}
.homepage-wrapper .tea-types-slider .swiper .swiper-slide:hover img.teaImageDefault {
  opacity: 0;
  transform: scale(0.8);
}
.homepage-wrapper .tea-types-slider .swiper .swiper-slide:hover img.teaImageHover {
  opacity: 1;
  transform: scale(1);
}
.homepage-wrapper .tea-types-slider .swiper .swiper-slide .h9 {
  margin-top: 0.5rem;
}
.homepage-wrapper .tea-types-slider .swiper .link-md {
  margin-top: 0.5rem;
}
.homepage-wrapper .tea-types-slider .swiper-container {
  padding: 0;
}
.homepage-wrapper .tea-types-slider .swiper-wrapper {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .homepage-wrapper .tea-types-slider .swiper-wrapper {
    margin-bottom: 2rem;
  }
}
.homepage-wrapper .tea-types-slider .swiper-wrapper h3 {
  max-width: 200px;
}
.homepage-wrapper .tea-types-slider .swiper-slide {
  width: 33vw;
  margin-right: 1rem !important;
}
@media (min-width: 375px) {
  .homepage-wrapper .tea-types-slider .swiper-slide {
    width: 33vw !important;
  }
}
@media (min-width: 425px) {
  .homepage-wrapper .tea-types-slider .swiper-slide {
    width: min(25vw, 132px) !important;
  }
}
@media (min-width: 525px) {
  .homepage-wrapper .tea-types-slider .swiper-slide {
    width: min(20vw, 132px) !important;
  }
}
@media (min-width: 700px) {
  .homepage-wrapper .tea-types-slider .swiper-slide {
    width: min(16vw, 120px) !important;
  }
}
@media (min-width: 768px) {
  .homepage-wrapper .tea-types-slider .swiper-slide {
    width: max(16vw, 120px) !important;
  }
}
@media (min-width: 900px) {
  .homepage-wrapper .tea-types-slider .swiper-slide {
    width: max(14vw, 120px) !important;
  }
}
@media (min-width: 1024px) {
  .homepage-wrapper .tea-types-slider .swiper-slide {
    width: 11.5vw !important;
  }
}
@media (min-width: 1440px) {
  .homepage-wrapper .tea-types-slider .swiper-slide {
    width: 9.2vw !important;
  }
}
@media (min-width: 1728px) {
  .homepage-wrapper .tea-types-slider .swiper-slide {
    max-width: 140px !important;
  }
}
@media (min-width: 768px) {
  .homepage-wrapper .tea-types-slider .swiper-slide {
    padding: 0;
    margin-right: 1.5rem !important;
  }
}
.homepage-wrapper .tea-types-slider .swiper-button.swiper-button-next {
  right: -8px;
}
@media (min-width: 1728px) {
  .homepage-wrapper .tea-types-slider .swiper-button.swiper-button-next {
    right: 24px !important;
  }
}
.homepage-wrapper .tea-types-slider .swiper-button.swiper-button-prev {
  left: -8px;
}
@media (min-width: 1728px) {
  .homepage-wrapper .tea-types-slider .swiper-button.swiper-button-prev {
    left: 24px !important;
  }
}
@media (max-width: 543px) {
  .homepage-wrapper .related-content {
    margin: 0 auto;
  }
}
@media (min-width: 1200px) {
  .homepage-wrapper .related-content {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
    margin-right: 0;
    margin-left: 0;
  }
}
.homepage-wrapper .related-content .container {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media (min-width: 1024px) {
  .homepage-wrapper .related-content .container {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (min-width: 1200px) {
  .homepage-wrapper .related-content .swiper-title-container,
  .homepage-wrapper .related-content .cards-wrapper {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (min-width: 1728px) {
  .homepage-wrapper .related-content .swiper-title-container,
  .homepage-wrapper .related-content .cards-wrapper {
    width: 100%;
  }
}
.homepage-wrapper .related-content .swiper-title-container .row,
.homepage-wrapper .related-content .cards-wrapper .row {
  justify-content: center;
}
.homepage-wrapper .related-content .cards-wrapper {
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .homepage-wrapper .related-content .col-12:not(:first-child) {
    padding-top: 2rem !important;
  }
}
.homepage-wrapper .related-content .card {
  text-align: left;
  background-color: unset;
}
@media (min-width: 554px) and (max-width: 767px) {
  .homepage-wrapper .related-content .card {
    display: flex;
    flex-direction: row;
  }
}
.homepage-wrapper .related-content .card .card-content {
  margin-top: 1rem;
}
@media (min-width: 554px) and (max-width: 767px) {
  .homepage-wrapper .related-content .card .card-content {
    min-width: 40%;
    margin: 0 1rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }
}
.homepage-wrapper .related-content .card .card-title {
  margin-bottom: 0rem;
}
.homepage-wrapper .related-content .card .card-copy {
  margin-top: 0.5rem;
}
.homepage-wrapper .related-content .card hr {
  display: none;
}
@media (max-width: 767px) {
  .homepage-wrapper .related-content .card hr {
    display: block;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}
.homepage-wrapper .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) {
  .homepage-wrapper .related-content .card-image {
    min-width: 50%;
    max-width: 50%;
  }
}
.homepage-wrapper .related-content .card-image img {
  border-radius: 0.25rem;
}
.homepage-wrapper .full-width-content-asset .content-asset-body:nth-child(2) {
  margin-top: 0 !important;
}
@media (min-width: 1024px) {
  .homepage-wrapper .full-width-content-asset .content-asset-body:nth-child(2) {
    margin-top: 0 !important;
  }
}
.homepage-wrapper .home-promo-banner.container-fluid {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .homepage-wrapper .home-promo-banner.container-fluid {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .homepage-wrapper .home-promo-banner.container-fluid {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (min-width: 768px) {
  .homepage-wrapper .home-promo-banner .container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1728px) {
  .homepage-wrapper .home-promo-banner .container {
    padding-left: 0;
    padding-right: 0;
  }
}
.homepage-wrapper .home-promo-banner .container .col-12 {
  padding-left: 0;
  padding-right: 0;
}
.homepage-wrapper .home-promo-banner .content-container {
  display: flex;
  padding: 0.75rem;
}
@media (min-width: 768px) {
  .homepage-wrapper .home-promo-banner .content-container {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .homepage-wrapper .home-promo-banner .content-container {
    justify-content: center;
    align-items: center;
    padding: 0.5rem;
  }
}
@media (min-width: 1100px) {
  .homepage-wrapper .home-promo-banner .content-container {
    align-items: center;
    justify-content: center;
  }
}
.homepage-wrapper .home-promo-banner .content-container .icon-container {
  padding-right: 0.5rem;
}
@media (min-width: 1100px) {
  .homepage-wrapper .home-promo-banner .content-container .icon-container {
    padding-right: 0;
  }
}
.homepage-wrapper .home-promo-banner .content-container .icon-container svg {
  width: 28px;
  height: 28px;
  animation: icon-shake-gentle 3s ease-in-out infinite;
}
.homepage-wrapper .home-promo-banner .content-container .text-container {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .homepage-wrapper .home-promo-banner .content-container .text-container {
    flex-direction: row;
    justify-content: space-between;
  }
}
@media (min-width: 1024px) {
  .homepage-wrapper .home-promo-banner .content-container .text-container {
    width: auto;
    align-items: center;
    justify-content: center;
  }
}
@media (min-width: 1100px) {
  .homepage-wrapper .home-promo-banner .content-container .text-container {
    flex-direction: row;
  }
}
.homepage-wrapper .home-promo-banner .content-container .text-container p {
  margin-bottom: 0;
  margin-right: 1rem;
  font-weight: 800;
}
@media (min-width: 768px) {
  .homepage-wrapper .home-promo-banner .content-container .text-container p {
    margin-bottom: 0;
  }
}
@media (min-width: 1100px) {
  .homepage-wrapper .home-promo-banner .content-container .text-container p {
    margin-left: 1rem;
    margin-bottom: 0;
  }
}
.homepage-wrapper .home-promo-banner .content-container .text-container a {
  min-width: auto;
  text-wrap: nowrap;
}
.homepage-wrapper .home-promo-banner .tooltip {
  position: absolute;
  bottom: unset;
  top: calc(100% + 0.5rem);
  right: unset;
  left: 50%;
  transform: translateX(-50%);
}
.homepage-wrapper .home-promo-banner .tooltip::after {
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  box-shadow: none;
  top: -0.25rem;
}
.homepage-wrapper .discover-wrapper {
  margin-top: 3rem;
}
@media (min-width: 1024px) {
  .homepage-wrapper .discover-wrapper {
    margin-top: 3.5rem;
  }
}
.homepage-wrapper .discover-wrapper .container-fluid {
  padding: 0 1.5rem;
}
.homepage-wrapper .discover-wrapper .swiper-wrapper {
  margin-top: 1.5rem !important;
}
@media (min-width: 1024px) {
  .homepage-wrapper .discover-wrapper .swiper-wrapper {
    margin-top: 2rem !important;
  }
}
.homepage-wrapper .discover-wrapper .container--custom-t2 {
  max-width: 1025px !important;
}
@media (min-width: 1025px) {
  .homepage-wrapper .discover-wrapper .container--custom-t2 {
    max-width: 1680px !important;
  }
}
.homepage-wrapper .discover-wrapper .wrapper-link {
  height: 100%;
  inset: 0;
  width: 100%;
  z-index: 1;
}
.homepage-wrapper .discover-wrapper .swiper-container {
  overflow: visible !important;
  padding: 0 !important;
}
@media (min-width: 1740px) {
  .homepage-wrapper .discover-wrapper .swiper-container {
    width: 1608px !important;
  }
}
.homepage-wrapper .discover-wrapper .swiper-slide {
  cursor: pointer;
  width: auto;
  margin-right: 1rem;
}
.homepage-wrapper .discover-wrapper .swiper-buttons {
  width: calc(100% + 48px);
  pointer-events: none;
  margin-left: -24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: 50%;
  z-index: 2;
  transform: translateY(-50%);
}
.homepage-wrapper .discover-wrapper .discover-swiper-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  position: relative;
  background: #ffffff;
  opacity: 0.8;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  transform: rotate(-180deg);
  cursor: pointer;
  pointer-events: visible;
}
.homepage-wrapper .discover-wrapper .swiper-button-disabled {
  opacity: 0.2 !important;
  cursor: not-allowed !important;
}
.homepage-wrapper .discover-wrapper .chevron-btn-left {
  transform: rotate(90deg);
}
.homepage-wrapper .discover-wrapper .chevron-btn-right {
  transform: rotate(-90deg);
}
.homepage-wrapper .discover-wrapper .card {
  width: 156px;
  position: relative;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  border: none;
  border-radius: 4px;
  overflow: hidden;
  will-change: width;
  transition: width 0.4s ease-in-out; /* Add a transition for the width property */
}
@media (min-width: 1024px) {
  .homepage-wrapper .discover-wrapper .card {
    width: 252px;
  }
  .homepage-wrapper .discover-wrapper .card:hover {
    width: 375px;
  }
  .homepage-wrapper .discover-wrapper .card:hover .body-wrapper {
    opacity: 1;
    display: block;
    height: 75px;
  }
  .homepage-wrapper .discover-wrapper .card:hover .card-background-image {
    width: 375px;
  }
  .homepage-wrapper .discover-wrapper .card:hover img {
    width: 375px;
  }
}
.homepage-wrapper .discover-wrapper .card .card-background-image {
  position: relative;
  width: 100%;
  overflow: hidden;
  will-change: width;
  transition: width 0.4s ease-in-out; /* Add a transition for the width property */
}
@media (min-width: 1024px) {
  .homepage-wrapper .discover-wrapper .card .card-background-image {
    width: 252px;
  }
}
.homepage-wrapper .discover-wrapper .card .card-background-image img {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  height: 156px;
  will-change: width;
  transition: width 0.4s ease-in-out; /* Add a transition for the width property */
}
@media (min-width: 1024px) {
  .homepage-wrapper .discover-wrapper .card .card-background-image img {
    height: 252px;
  }
}
.homepage-wrapper .discover-wrapper .card .card-content-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1rem;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
  color: white;
}
@media (min-width: 1024px) {
  .homepage-wrapper .discover-wrapper .card .card-content-overlay {
    height: 50%;
    bottom: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 50%, rgba(0, 0, 0, 0) 100%);
  }
}
.homepage-wrapper .discover-wrapper .card .title-row {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .homepage-wrapper .discover-wrapper .card .title-row {
    flex-direction: row;
  }
}
.homepage-wrapper .discover-wrapper .card .title-row .title {
  margin-bottom: 0;
  margin-top: 0.5rem;
}
.homepage-wrapper .discover-wrapper .card .title-row .icon-container {
  display: flex;
}
.homepage-wrapper .discover-wrapper .card .title-row .icon {
  width: 1rem;
}
@media (min-width: 1024px) {
  .homepage-wrapper .discover-wrapper .card .title-row .icon {
    margin-right: 0.5rem;
    width: 1.5rem;
  }
}
.homepage-wrapper .discover-wrapper .card .body-wrapper {
  opacity: 0;
  display: none;
}
@media (min-width: 1024px) {
  .homepage-wrapper .discover-wrapper .card .body-wrapper {
    transition: opacity 0.4s ease-in-out, height 0.4s ease-in-out; /* Add a transition for the width property */
    width: 343px;
    display: block;
    height: 0;
  }
}
.homepage-wrapper .discover-wrapper .card .body-wrapper .btn {
  padding: 4px 16px;
  font-size: 14px;
  display: inline-block;
  color: #fff !important;
  border: 1px solid hsla(0, 0%, 100%, 0.3);
  z-index: 3;
  position: relative;
}
.homepage-wrapper .discover-wrapper .card .body-wrapper .btn:hover {
  border: 1px solid #fff;
}
.homepage-wrapper .discover-wrapper .card .body-wrapper p {
  margin-bottom: 0.5rem;
}
@media (max-width: 1023px) {
  .homepage-wrapper .discover-wrapper .swiper-buttons {
    display: none;
  }
}
@media (min-width: 1024px) {
  .homepage-wrapper .discover-wrapper .swiper-buttons {
    padding: 24px;
  }
}
@media (min-width: 1720px) {
  .homepage-wrapper .discover-wrapper .swiper-buttons {
    padding: 0;
    display: none;
  }
}
.homepage-wrapper .swiper-button-disabled {
  opacity: 0 !important;
}
.homepage-wrapper .home-video {
  background-color: black;
}
@media (min-width: 768px) {
  .homepage-wrapper .home-video {
    background-color: transparent;
  }
}
.homepage-wrapper .home-video .card-img-overlay {
  background-color: black;
  position: relative;
}
@media (min-width: 768px) {
  .homepage-wrapper .home-video .card-img-overlay {
    background-color: transparent;
    position: absolute;
  }
}
.homepage-wrapper .sustainability-banner {
  /* Hero Banner */
}
.homepage-wrapper .sustainability-banner .image-with-overlay {
  position: relative;
  overflow: hidden;
}
.homepage-wrapper .sustainability-banner .image-with-overlay .bg-image {
  height: 492px;
}
@media (min-width: 768px) {
  .homepage-wrapper .sustainability-banner .image-with-overlay .bg-image {
    max-height: 320px;
  }
}
.homepage-wrapper .sustainability-banner .image-with-overlay .bg-image img {
  position: relative;
  height: auto;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
@media (min-width: 768px) {
  .homepage-wrapper .sustainability-banner .image-with-overlay .bg-image img {
    width: auto;
    height: 320px;
  }
}
@media (min-width: 1200px) {
  .homepage-wrapper .sustainability-banner .image-with-overlay .bg-image img {
    width: 100%;
    width: auto;
    height: 320px;
  }
}
@media (min-width: 1024px) {
  .homepage-wrapper .sustainability-banner .offset-lg-5 {
    margin-left: 41.66667%;
  }
}
.homepage-wrapper .sustainability-banner .content-overlay-col {
  max-width: 600px;
}
.homepage-wrapper .sustainability-banner .content-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .homepage-wrapper .sustainability-banner .content-overlay {
    max-width: 345px;
  }
}
@media (max-width: 767px) {
  .homepage-wrapper .sustainability-banner .btn {
    background-color: white;
  }
}
.homepage-wrapper .sustainability-banner .wrapper-link {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}
.homepage-wrapper .tea-society-banner {
  background-color: #010103;
  max-width: 1632px;
}
.homepage-wrapper .tea-society-banner .bg-image img {
  height: 491px;
  width: 767px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  .homepage-wrapper .tea-society-banner .bg-image img {
    height: 330px;
    width: auto;
  }
}
.homepage-wrapper .tea-society-banner .content-wrapper {
  overflow-x: hidden;
  position: relative;
}
.homepage-wrapper .tea-society-banner .content-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  color: white;
  padding: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin: 0 auto;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .homepage-wrapper .tea-society-banner .content-overlay {
    max-width: 768px;
  }
}
.homepage-wrapper .tea-society-banner .content-overlay__text-wrapper {
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .homepage-wrapper .tea-society-banner .content-overlay__text-wrapper {
    max-width: 380px;
    margin: 0 auto;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .homepage-wrapper .tea-society-banner .content-overlay__text-wrapper {
    max-width: 440px;
  }
}
@media (min-width: 768px) {
  .homepage-wrapper .tea-society-banner .content-overlay__text-wrapper {
    height: 280px;
    justify-content: center;
  }
}
@media (min-width: 1632px) {
  .homepage-wrapper .tea-society-banner .content-overlay__text-wrapper {
    height: 284px;
    align-items: center;
    flex-direction: row;
    justify-content: flex-start;
  }
}
@media (min-width: 1632px) {
  .homepage-wrapper .tea-society-banner .content-overlay__text-wrapper .tea-society-text {
    margin-left: 2rem;
  }
}
.homepage-wrapper .tea-society-banner .tea-society__logo-wrapper .tea-society__logo {
  width: 60px;
  height: 60px;
  margin-bottom: 1rem;
}
@media (min-width: 425px) {
  .homepage-wrapper .tea-society-banner .tea-society__logo-wrapper .tea-society__logo {
    width: 80px;
    height: 80px;
  }
}
@media (min-width: 1632px) {
  .homepage-wrapper .tea-society-banner .tea-society__logo-wrapper .tea-society__logo {
    width: 90px;
    height: 90px;
  }
}
.homepage-wrapper .splide__container {
  box-sizing: border-box;
  position: relative;
}
.homepage-wrapper .splide__list {
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}
.homepage-wrapper .splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}
.homepage-wrapper .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;
}
.homepage-wrapper .splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}
.homepage-wrapper .splide:not(.is-overflow) .splide__pagination {
  display: none;
}
.homepage-wrapper .splide__progress__bar {
  width: 0;
}
.homepage-wrapper .splide {
  position: relative;
  visibility: hidden;
}
.homepage-wrapper .splide.is-initialized,
.homepage-wrapper .splide.is-rendered {
  visibility: visible;
}
.homepage-wrapper .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;
}
.homepage-wrapper .splide__slide img {
  vertical-align: bottom;
}
.homepage-wrapper .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;
}
.homepage-wrapper .splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.homepage-wrapper .splide__toggle.is-active .splide__toggle__play,
.homepage-wrapper .splide__toggle__pause {
  display: none;
}
.homepage-wrapper .splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}
.homepage-wrapper .splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}
@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.homepage-wrapper .splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.homepage-wrapper .splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}
.homepage-wrapper .splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}
.homepage-wrapper .splide--rtl {
  direction: rtl;
}
.homepage-wrapper .splide__track--ttb > .splide__list {
  display: block;
}
.homepage-wrapper .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;
}
.homepage-wrapper .splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}
.homepage-wrapper .splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}
.homepage-wrapper .splide__arrow:disabled {
  opacity: 0.3;
}
.homepage-wrapper .splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.homepage-wrapper .splide__arrow--prev {
  left: 1em;
}
.homepage-wrapper .splide__arrow--prev svg {
  transform: scaleX(-1);
}
.homepage-wrapper .splide__arrow--next {
  right: 1em;
}
.homepage-wrapper .splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.homepage-wrapper .splide__pagination {
  bottom: 0.5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}
.homepage-wrapper .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;
}
.homepage-wrapper .splide__pagination__page.is-active {
  background: #fff;
  transform: scale(1.4);
  z-index: 1;
}
.homepage-wrapper .splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}
.homepage-wrapper .splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.homepage-wrapper .splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.homepage-wrapper .splide__progress__bar {
  background: #ccc;
  height: 3px;
}
.homepage-wrapper .splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.homepage-wrapper .splide__slide:focus {
  outline: 0;
}
@supports (outline-offset: -3px) {
  .homepage-wrapper .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .homepage-wrapper .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
}
@supports (outline-offset: -3px) {
  .homepage-wrapper .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .homepage-wrapper .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }
  .homepage-wrapper .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}
.homepage-wrapper .splide__toggle {
  cursor: pointer;
}
.homepage-wrapper .splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.homepage-wrapper .splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.homepage-wrapper .splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}
.homepage-wrapper .splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}
.homepage-wrapper .splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}
.homepage-wrapper .splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1);
}
.homepage-wrapper .splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}
.homepage-wrapper .splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1);
}
.homepage-wrapper .splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}
.homepage-wrapper .splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}
.homepage-wrapper .splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotate(-90deg);
}
.homepage-wrapper .splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}
.homepage-wrapper .splide__arrows--ttb .splide__arrow--next svg {
  transform: rotate(90deg);
}
.homepage-wrapper .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;
}
.homepage-wrapper .category-banners .container {
  max-width: 1662px;
}
@media (min-width: 1024px) {
  .homepage-wrapper .category-banners .container {
    padding: 0 3rem !important;
  }
}
@media (min-width: 1600px) {
  .homepage-wrapper .category-banners .container {
    max-width: 1630px;
    padding: 0 3rem !important;
  }
}
@media (min-width: 1630px) {
  .homepage-wrapper .category-banners .container {
    max-width: 1728px;
  }
}
@media (max-width: 1662px) {
  .homepage-wrapper .category-banners .cards {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.homepage-wrapper .category-banners .cards .home-category-tile {
  width: 100%;
}
@media (min-width: 544px) {
  .homepage-wrapper .category-banners .cards .home-category-tile {
    margin-bottom: 2rem;
  }
}
@media (min-width: 1025px) {
  .homepage-wrapper .category-banners .cards .home-category-tile {
    margin-bottom: 0;
  }
}
.homepage-wrapper .category-banners .cards .home-category-tile .card-body {
  padding: 1.25rem 0;
  padding-bottom: 0 !important;
}
.homepage-wrapper .category-banners picture {
  overflow: hidden;
}
.homepage-wrapper .category-banners img {
  border-radius: 0.25rem;
}
.homepage-wrapper .category-banners .wrapper-link {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}
@media (min-width: 1740px) {
  .homepage-wrapper .category-banners .px-md-4,
  .homepage-wrapper .category-banners .px-md- {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.homepage-wrapper .category-banners hr {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .homepage-wrapper .category-banners hr {
    display: none;
  }
}
.homepage-wrapper * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (min-width: 768px) {
  #home-hero-202409-campaign-for-the-romantics-gift-pack .content-overlay .box-text {
    max-width: 255px;
  }
}
@media (min-width: 1024px) {
  #home-hero-202409-campaign-for-the-romantics-gift-pack .content-overlay .box-text {
    max-width: 340px;
  }
}
@media (min-width: 1200px) {
  #home-hero-202409-campaign-for-the-romantics-gift-pack .content-overlay .box-text {
    max-width: 420px;
  }
}
#home-hero-202409-campaign-for-the-romantics-gift-pack .content-overlay::before {
  display: none;
}
@media (min-width: 768px) {
  #home-hero-202409-campaign-for-the-romantics-gift-pack .content-overlay::before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 37%;
    height: 100%;
    background-color: #fbf3de;
    z-index: 0;
  }
}
@media (min-width: 1200px) {
  #home-hero-202409-campaign-for-the-romantics-gift-pack .content-overlay::before {
    width: 40%;
  }
}
@media (min-width: 1400px) {
  #home-hero-202409-campaign-for-the-romantics-gift-pack .content-overlay::before {
    width: 38%;
  }
}
@media (min-width: 1900px) {
  #home-hero-202409-campaign-for-the-romantics-gift-pack .content-overlay::before {
    width: 43%;
  }
}
@media (max-width: 767px) {
  #home-hero-202409-campaign-for-the-romantics-gift-pack .content-overlay .button-container {
    margin-top: 1rem;
  }
  #home-hero-202409-campaign-for-the-romantics-gift-pack .content-overlay .button-container a:last-child {
    display: none;
  }
}

@media (min-width: 768px) {
  #home-hero-202409-campaign-introducing-jane-austens-breakfast-tea .content-overlay .box-text {
    max-width: 35%;
  }
}
@media (min-width: 1024px) {
  #home-hero-202409-campaign-introducing-jane-austens-breakfast-tea .content-overlay .box-text {
    max-width: 280px;
  }
}
@media (min-width: 1200px) {
  #home-hero-202409-campaign-introducing-jane-austens-breakfast-tea .content-overlay .box-text {
    max-width: 420px;
  }
}
#home-hero-202409-campaign-introducing-jane-austens-breakfast-tea .content-overlay::before {
  display: none;
}
@media (min-width: 768px) {
  #home-hero-202409-campaign-introducing-jane-austens-breakfast-tea .content-overlay::before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 37%;
    height: 100%;
    background-color: #fbf3de;
    z-index: 0;
  }
}
@media (min-width: 1200px) {
  #home-hero-202409-campaign-introducing-jane-austens-breakfast-tea .content-overlay::before {
    width: 40%;
  }
}
@media (min-width: 1400px) {
  #home-hero-202409-campaign-introducing-jane-austens-breakfast-tea .content-overlay::before {
    width: 38%;
  }
}
@media (min-width: 1900px) {
  #home-hero-202409-campaign-introducing-jane-austens-breakfast-tea .content-overlay::before {
    width: 43%;
  }
}
@media (max-width: 767px) {
  #home-hero-202409-campaign-introducing-jane-austens-breakfast-tea .content-overlay .button-container {
    margin-top: 1rem;
  }
  #home-hero-202409-campaign-introducing-jane-austens-breakfast-tea .content-overlay .button-container a:last-child {
    display: none;
  }
}

@media (min-width: 768px) {
  #home-shop-the-look-202408-campaign-introducing-jane-austens-breakfast-tea .card-img-overlay .box-text {
    max-width: 280px;
  }
}
@media (min-width: 1024px) {
  #home-shop-the-look-202408-campaign-introducing-jane-austens-breakfast-tea .card-img-overlay .box-text {
    max-width: 340px;
  }
}
#home-shop-the-look-202408-campaign-introducing-jane-austens-breakfast-tea .card-img-overlay .box-text .box-wrapper {
  margin-bottom: 0;
}
#home-shop-the-look-202408-campaign-introducing-jane-austens-breakfast-tea .card-img-overlay #t2-x-penguin-be-immersed-in-tastes-and-tales {
  margin-bottom: 0.5rem;
}
@media (min-width: 768px) {
  #home-shop-the-look-202408-campaign-introducing-jane-austens-breakfast-tea .card-img-overlay #t2-x-penguin-be-immersed-in-tastes-and-tales {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  #home-shop-the-look-202408-campaign-introducing-jane-austens-breakfast-tea .card-img-overlay .body-2 {
    display: none;
  }
}
#home-shop-the-look-202408-campaign-introducing-jane-austens-breakfast-tea .card-img-overlay h2.h5 {
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  #home-shop-the-look-202408-campaign-introducing-jane-austens-breakfast-tea .card-img-overlay h2.h5 {
    margin-bottom: 0.5rem;
  }
}
#home-shop-the-look-202408-campaign-introducing-jane-austens-breakfast-tea .card-img-overlay::before {
  display: none;
}
@media (min-width: 768px) {
  #home-shop-the-look-202408-campaign-introducing-jane-austens-breakfast-tea .card-img-overlay::before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 37%;
    height: 100%;
    background-color: #fbf3de;
    z-index: 0;
  }
}
@media (min-width: 1024px) {
  #home-shop-the-look-202408-campaign-introducing-jane-austens-breakfast-tea .card-img-overlay::before {
    width: 45%;
  }
}
@media (min-width: 1200px) {
  #home-shop-the-look-202408-campaign-introducing-jane-austens-breakfast-tea .card-img-overlay::before {
    width: 48%;
  }
}
@media (min-width: 1900px) {
  #home-shop-the-look-202408-campaign-introducing-jane-austens-breakfast-tea .card-img-overlay::before {
    width: 43%;
  }
}

#home-shop-the-look-202408-gift-the-unexpected h2.h5 {
  margin-bottom: 0.75rem;
}
#home-shop-the-look-202408-gift-the-unexpected .button-container {
  margin-top: 1rem;
}

@media (min-width: 768px) {
  #home-hero-202408-campaign-general-fiction-gift-pack .content-overlay .box-text {
    max-width: 35%;
  }
}
@media (min-width: 1024px) {
  #home-hero-202408-campaign-general-fiction-gift-pack .content-overlay .box-text {
    max-width: 320px;
  }
}
@media (min-width: 1350px) {
  #home-hero-202408-campaign-general-fiction-gift-pack .content-overlay .box-text {
    max-width: 400px;
  }
}
@media (min-width: 1400px) {
  #home-hero-202408-campaign-general-fiction-gift-pack .content-overlay .box-text {
    max-width: 500px;
  }
}
#home-hero-202408-campaign-general-fiction-gift-pack .content-overlay .box-text .box-wrapper {
  margin-bottom: 0;
}
#home-hero-202408-campaign-general-fiction-gift-pack .content-overlay::before {
  display: none;
}
@media (min-width: 768px) {
  #home-hero-202408-campaign-general-fiction-gift-pack .content-overlay::before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 37%;
    height: 100%;
    background-color: #fbf3de;
    z-index: 0;
  }
}
@media (min-width: 1400px) {
  #home-hero-202408-campaign-general-fiction-gift-pack .content-overlay::before {
    width: 38%;
  }
}
@media (min-width: 1900px) {
  #home-hero-202408-campaign-general-fiction-gift-pack .content-overlay::before {
    width: 43%;
  }
}
@media (max-width: 767px) {
  #home-hero-202408-campaign-general-fiction-gift-pack .content-overlay .button-container {
    margin-top: 1rem;
  }
  #home-hero-202408-campaign-general-fiction-gift-pack .content-overlay .button-container a:last-child {
    display: none;
  }
}

#home-hero-202408-campaign-a-last-minute-gift-stop-scrolling .content-overlay .box-text {
  max-width: 290px;
}
@media (min-width: 768px) {
  #home-hero-202408-campaign-a-last-minute-gift-stop-scrolling .content-overlay .box-text {
    max-width: 290px;
  }
}
@media (min-width: 1024px) {
  #home-hero-202408-campaign-a-last-minute-gift-stop-scrolling .content-overlay .box-text {
    max-width: 330px;
  }
}
@media (min-width: 1200px) {
  #home-hero-202408-campaign-a-last-minute-gift-stop-scrolling .content-overlay .box-text {
    max-width: 600px;
  }
}
#home-hero-202408-campaign-a-last-minute-gift-stop-scrolling .content-overlay .box-text .box-wrapper {
  margin-bottom: 0;
}

#home-shop-the-look-202408-tea-and-characters .card-img-overlay .box-text .box-wrapper {
  margin-bottom: 0;
}
#home-shop-the-look-202408-tea-and-characters .card-img-overlay #t2-x-penguin-be-immersed-in-tastes-and-tales {
  margin-bottom: 0.5rem;
}
@media (min-width: 768px) {
  #home-shop-the-look-202408-tea-and-characters .card-img-overlay #t2-x-penguin-be-immersed-in-tastes-and-tales {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  #home-shop-the-look-202408-tea-and-characters .card-img-overlay .body-2 {
    display: none;
  }
}
#home-shop-the-look-202408-tea-and-characters .card-img-overlay h2.h5 {
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  #home-shop-the-look-202408-tea-and-characters .card-img-overlay h2.h5 {
    margin-bottom: 0.5rem;
  }
}
#home-shop-the-look-202408-tea-and-characters .card-img-overlay::before {
  display: none;
}
@media (min-width: 768px) {
  #home-shop-the-look-202408-tea-and-characters .card-img-overlay::before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 37%;
    height: 100%;
    background-color: #fbf3de;
    z-index: 0;
  }
}
@media (min-width: 1024px) {
  #home-shop-the-look-202408-tea-and-characters .card-img-overlay::before {
    width: 45%;
  }
}
@media (min-width: 1900px) {
  #home-shop-the-look-202408-tea-and-characters .card-img-overlay::before {
    width: 43%;
  }
}

@media (min-width: 768px) {
  #home-hero-202408-campaign-introducing-charles-dickens-baked-apples .content-overlay .box-text {
    max-width: 35%;
  }
}
@media (min-width: 1024px) {
  #home-hero-202408-campaign-introducing-charles-dickens-baked-apples .content-overlay .box-text {
    max-width: 320px;
  }
}
@media (min-width: 1350px) {
  #home-hero-202408-campaign-introducing-charles-dickens-baked-apples .content-overlay .box-text {
    max-width: 400px;
  }
}
#home-hero-202408-campaign-introducing-charles-dickens-baked-apples .content-overlay .box-text .box-wrapper {
  margin-bottom: 0;
}
#home-hero-202408-campaign-introducing-charles-dickens-baked-apples .content-overlay::before {
  display: none;
}
@media (min-width: 768px) {
  #home-hero-202408-campaign-introducing-charles-dickens-baked-apples .content-overlay::before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 37%;
    height: 100%;
    background-color: #fbf3de;
    z-index: 0;
  }
}
@media (min-width: 1900px) {
  #home-hero-202408-campaign-introducing-charles-dickens-baked-apples .content-overlay::before {
    width: 43%;
  }
}
@media (max-width: 767px) {
  #home-hero-202408-campaign-introducing-charles-dickens-baked-apples .content-overlay .button-container {
    margin-top: 1rem;
  }
  #home-hero-202408-campaign-introducing-charles-dickens-baked-apples .content-overlay .button-container a:last-child {
    display: none;
  }
}

@media (min-width: 768px) {
  #home-hero-202408-campaign-the-gift-of-your-fantasy .content-overlay .box-text {
    max-width: 35%;
  }
}
@media (min-width: 1024px) {
  #home-hero-202408-campaign-the-gift-of-your-fantasy .content-overlay .box-text {
    max-width: 320px;
  }
}
#home-hero-202408-campaign-the-gift-of-your-fantasy .content-overlay .box-text .box-wrapper {
  margin-bottom: 0;
}
#home-hero-202408-campaign-the-gift-of-your-fantasy .content-overlay::before {
  display: none;
}
@media (min-width: 768px) {
  #home-hero-202408-campaign-the-gift-of-your-fantasy .content-overlay::before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 35%;
    height: 100%;
    background-color: #fbf3de;
    z-index: 0;
  }
}
@media (min-width: 1900px) {
  #home-hero-202408-campaign-the-gift-of-your-fantasy .content-overlay::before {
    width: 43%;
  }
}
@media (max-width: 767px) {
  #home-hero-202408-campaign-the-gift-of-your-fantasy .content-overlay .button-container {
    margin-top: 1rem;
  }
  #home-hero-202408-campaign-the-gift-of-your-fantasy .content-overlay .button-container a:last-child {
    display: none;
  }
}

@media (min-width: 768px) {
  #home-hero-202408-campaign-sip-tea-with-the-characters-of-penguin-books .content-overlay .box-text {
    max-width: 35%;
  }
}
@media (min-width: 1024px) {
  #home-hero-202408-campaign-sip-tea-with-the-characters-of-penguin-books .content-overlay .box-text {
    max-width: 30%;
  }
}
#home-hero-202408-campaign-sip-tea-with-the-characters-of-penguin-books .content-overlay .box-text .box-wrapper {
  margin-bottom: 0;
}
#home-hero-202408-campaign-sip-tea-with-the-characters-of-penguin-books .content-overlay::before {
  display: none;
}
@media (min-width: 768px) {
  #home-hero-202408-campaign-sip-tea-with-the-characters-of-penguin-books .content-overlay::before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 40%;
    height: 100%;
    background-color: #fbf3de;
    z-index: 0;
  }
}
@media (min-width: 1900px) {
  #home-hero-202408-campaign-sip-tea-with-the-characters-of-penguin-books .content-overlay::before {
    width: 43%;
  }
}
@media (max-width: 767px) {
  #home-hero-202408-campaign-sip-tea-with-the-characters-of-penguin-books .content-overlay .button-container a:last-child {
    display: none;
  }
}

@media (min-width: 768px) {
  #home-hero-202408-campaign-be-immersed-in-tastes-and-tales .content-overlay .box-text {
    max-width: 34%;
  }
}
@media (min-width: 1024px) {
  #home-hero-202408-campaign-be-immersed-in-tastes-and-tales .content-overlay .box-text {
    max-width: 27%;
  }
}
#home-hero-202408-campaign-be-immersed-in-tastes-and-tales .content-overlay .box-text .box-wrapper {
  margin-bottom: 0;
}
#home-hero-202408-campaign-be-immersed-in-tastes-and-tales .content-overlay::before {
  display: none;
}
@media (min-width: 768px) {
  #home-hero-202408-campaign-be-immersed-in-tastes-and-tales .content-overlay::before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 40%;
    height: 100%;
    background-color: #fbf3de;
    z-index: 0;
  }
}
@media (min-width: 1900px) {
  #home-hero-202408-campaign-be-immersed-in-tastes-and-tales .content-overlay::before {
    width: 43%;
  }
}

#home-hero-202408-campaign-t2-x-penguin-full-collection .content-overlay .box-wrapper {
  margin-bottom: 0;
}
#home-hero-202408-campaign-t2-x-penguin-full-collection .content-overlay::before {
  display: none;
}
@media (min-width: 768px) {
  #home-hero-202408-campaign-t2-x-penguin-full-collection .content-overlay::before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 35%;
    height: 100%;
    background-color: #fbf3de;
    z-index: 0;
  }
}

@media (min-width: 1024px) {
  #home-shop-the-look-202403-moroccan-tealeidoscope img {
    left: 65%;
  }
}
@media (min-width: 1200px) {
  #home-shop-the-look-202403-moroccan-tealeidoscope img {
    left: 65%;
  }
  #home-shop-the-look-202403-moroccan-tealeidoscope .offset-xl-1 {
    margin-left: 0;
  }
}
@media (min-width: 1400px) {
  #home-shop-the-look-202403-moroccan-tealeidoscope img {
    left: 55%;
  }
  #home-shop-the-look-202403-moroccan-tealeidoscope .offset-xl-1 {
    margin-left: 0;
  }
}

@media (min-width: 1200px) {
  #home-hero-202405-promotion-midyear-sale-neon .content-overlay .container {
    height: 50%;
  }
}

#home-hero-202405-core-soul-warming-spicy-taste-comforting-sustainably-sourced .copyContent {
  flex-direction: column !important;
}
#home-hero-202405-core-soul-warming-spicy-taste-comforting-sustainably-sourced .button-container {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  #home-hero-202404-core-outrageously-rich-taste-energising-premium-tea-leaves .homepage-wrapper.home-hero-short .content-overlay .copyContent {
    flex-direction: column !important;
  }
}
#home-hero-202404-core-outrageously-rich-taste-energising-premium-tea-leaves .button-container {
  margin-bottom: 0;
}
#home-hero-202404-core-outrageously-rich-taste-energising-premium-tea-leaves .box-wrapper {
  margin-top: 0;
}

#home-hero-202402-campaign-now-trending-iced-matcha .titleClass {
  max-width: 300px;
}
#home-hero-202402-campaign-now-trending-iced-matcha p {
  text-wrap: unset;
  margin-bottom: 1.5rem;
}

@keyframes slideUpFadeBlur {
  0% {
    transform: translate3d(0, 20px, 0);
    opacity: 0;
    filter: blur(5px);
  }
  20%, 80% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
    filter: blur(0px);
  }
  100% {
    transform: translate3d(0, -20px, 0);
    opacity: 0;
    filter: blur(5px);
  }
}
#home-shopTheLook-202401-gift-differently .animated-text {
  display: inline-block;
  position: absolute;
  transform-origin: bottom center;
  animation: slideUpFadeBlur 3s ease-in-out forwards;
  margin-left: 0.6rem;
}

.modalHero {
  z-index: 0;
  background-color: white;
  width: 50%;
  max-width: 768px;
  min-width: 320px;
  margin-left: auto;
  margin-right: auto;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 120%;
  transition: top 0.4s ease, opacity 0.4s ease; /* Added opacity transition */
  opacity: 0;
  position: fixed;
  border-radius: 4px;
  padding: 2rem;
}

.modalHero.open {
  z-index: 1020;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  opacity: 1;
  overflow: scroll;
  max-height: 80vh;
}

.modalOverlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  pointer-events: none;
  opacity: 0;
  z-index: 1020;
}

.modalOverlay.open {
  pointer-events: all;
  opacity: 1;
}

.slider-full-width .swiper-container {
  padding: 0 initial;
  overflow: visible;
  overflow-x: visible !important;
  z-index: 2;
  width: 100% !important;
  max-width: 100% !important;
  padding-left: initial;
  position: relative;
  left: initial;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 1740px) {
  .slider-full-width .swiper-container {
    width: 100% !important;
    max-width: 100% !important;
  }
}
.slider-full-width .swiper-wrapper {
  z-index: 1;
}
.slider-full-width .swiper-container,
.slider-full-width .swiper-container.swiper-container-horizontal {
  padding: 0;
}
@media (min-width: 1740px) {
  .slider-full-width .swiper-container,
  .slider-full-width .swiper-container.swiper-container-horizontal {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 0;
    padding-right: 0;
    padding: 0 initial;
    overflow-x: hidden;
    width: 100% !important;
    max-width: 100% !important;
    padding-left: initial;
    position: relative;
    left: initial;
  }
}
.slider-full-width .swiper-slide {
  width: 100% !important;
  min-width: 100% !important;
  max-width: 100% !important;
  background-color: unset;
}

/* Tool Tip overflow issue fix for Home Hero Slider fullwidth */
/* Swiper Pagination Adjustment */
#maincontentT2 .slider-full-width .swiper-pagination {
  top: 540px !important;
  bottom: unset !important;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  #maincontentT2 .slider-full-width .swiper-pagination {
    top: 390px !important;
    bottom: unset !important;
  }
}
@media (min-width: 1024px) and (max-width: 1024px) {
  #maincontentT2 .slider-full-width .swiper-pagination {
    top: 390px !important;
    bottom: unset !important;
  }
}
@media (min-width: 1025px) {
  #maincontentT2 .slider-full-width .swiper-pagination {
    top: 450px !important;
    bottom: unset !important;
  }
}
@media (min-width: 1728px) {
  #maincontentT2 .slider-full-width .swiper-pagination {
    top: 580px !important;
    bottom: unset !important;
  }
}

.carousel-12-columns {
  margin-bottom: 3rem;
}
@media (min-width: 1024px) {
  .carousel-12-columns {
    margin-bottom: 3.5rem;
  }
}
@media (min-width: 768px) {
  .carousel-12-columns .container--custom-t2 .callout-msg *,
  .carousel-12-columns .container-fluid--custom-t2 .callout-msg * {
    margin-bottom: 0px;
  }
}
.carousel-12-columns .swiper-container.swiper-container-horizontal {
  max-width: 1728px;
  padding: 0 12px;
}
@media (min-width: 1024px) {
  .carousel-12-columns .swiper-container.swiper-container-horizontal {
    padding: 0 36px;
  }
}
.carousel-12-columns .swiper-container.swiper-container-horizontal .swiper-wrapper {
  margin: 0;
}
@media (min-width: 1740px) {
  .carousel-12-columns .swiper-container.swiper-container-horizontal {
    position: relative;
    overflow-x: hidden;
    width: 1632px;
    padding: 0;
    left: 0;
  }
}
@media (min-width: 1740px) {
  .carousel-12-columns .swiper-container.swiper-container-horizontal .row.row--custom-t2.swiper-wrapper {
    left: -12px;
  }
}
.carousel-12-columns .swiper-container.swiper-container-horizontal .swiper-button-square.swiper-button-prev {
  left: 24px !important;
}
.carousel-12-columns .swiper-container.swiper-container-horizontal .swiper-button-square.swiper-button-next {
  right: 24px !important;
}
.carousel-12-columns .swiper-container.swiper-container-horizontal .swiper-scrollbar {
  margin-top: 2rem;
  margin-left: 12px;
  margin-right: 12px;
}
@media (min-width: 1740px) {
  .carousel-12-columns .swiper-container.swiper-container-horizontal .swiper-scrollbar {
    margin-left: 14px;
    margin-right: 14px;
  }
}

.product-card-carouselx5 {
  margin-bottom: 3rem;
}
@media (min-width: 1024px) {
  .product-card-carouselx5 {
    margin-bottom: 3.5rem;
  }
}
.product-card-carouselx5 .best-seller-flex {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
}
.product-card-carouselx5 .best-seller-flex h3 {
  margin-right: -0.75rem;
  padding-bottom: 2px;
}
@media (min-width: 768px) {
  .product-card-carouselx5 .best-seller-flex h3 {
    font-size: 1rem;
  }
}
.product-card-carouselx5 .best-seller-flex h3 i.icon {
  font-size: 1rem;
  top: 0.125rem;
  position: relative;
}
@media (min-width: 768px) {
  .product-card-carouselx5 .best-seller-flex h3 i.icon {
    font-size: 1.25rem;
    top: 0.25rem;
  }
}
.product-card-carouselx5 .callout-msg {
  margin-top: 0;
}
@media (min-width: 1024px) {
  .product-card-carouselx5 .callout-msg {
    margin-left: 0 !important;
  }
}
@media (min-width: 1025px) {
  .product-card-carouselx5 .callout-msg {
    margin-top: 0;
    margin-left: 0 !important;
  }
}
@media (min-width: 768px) {
  .product-card-carouselx5 .container-fluid--custom-t2.swiper-container--product-slot .swiper-slide {
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .product-card-carouselx5 .container-fluid--custom-t2 {
    padding: 0 48px;
  }
}
@media (min-width: 1025px) {
  .product-card-carouselx5 .container-fluid--custom-t2:first-child .col--custom-t2 {
    padding-left: 0;
  }
}
.product-card-carouselx5 .container-fluid--custom-t2 .row--custom-t2 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
@media (min-width: 768px) and (max-width: 1025px) {
  .product-card-carouselx5 .container-fluid--custom-t2 .row--custom-t2 .col.col--custom-t2.col-12 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.product-card-carouselx5 .swiper-container {
  padding: 0 1rem;
}
@media (max-width: 1023px) {
  .product-card-carouselx5 .swiper-container {
    max-width: 1752px;
    padding: 0 24px;
  }
}
@media (min-width: 1024px) and (max-width: 1739px) {
  .product-card-carouselx5 .swiper-container {
    padding: 0 3rem !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .product-card-carouselx5 .swiper-container {
    padding: 0 24px;
  }
}
.product-card-carouselx5 .swiper-container .swiper-wrapper {
  margin: 0;
}
@media (min-width: 1740px) {
  .product-card-carouselx5 .swiper-container {
    position: relative;
    overflow-x: hidden;
    width: 1652px;
    padding: 0 48px;
    padding-left: 10px;
    left: -12px;
  }
}
.product-card-carouselx5 .swiper-container .swiper-scrollbar {
  margin-top: 2rem;
  margin-left: 12px;
  margin-right: 12px;
}
@media (min-width: 1740px) {
  .product-card-carouselx5 .swiper-container .swiper-scrollbar {
    margin-left: 14px;
    margin-right: 14px;
  }
}
@media (min-width: 768px) {
  .product-card-carouselx5 .container--custom-t2 .row--custom-t2 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media (min-width: 1728px) {
  .product-card-carouselx5 .container-fluid--custom-t2 {
    overflow-x: hidden;
    padding: 0 0px !important;
    width: 100% !important;
    max-width: 1632px !important;
    left: 0;
  }
  .product-card-carouselx5 .container-fluid--custom-t2 .swiper-button-next {
    right: 24px !important;
  }
}
@media (min-width: 768px) {
  .product-card-carouselx5 .container-fluid--custom-t2 .row--custom-t2 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
.product-card-carouselx5 .container-fluid--custom-t2 .row--custom-t2 .swiper-slide:first-child {
  padding-left: 0;
}

.full-width-content-asset .swiper-container {
  max-width: 1752px;
  padding: 0 12px;
}
.full-width-content-asset .swiper-container .swiper-wrapper {
  margin: 0;
}
@media (min-width: 1740px) {
  .full-width-content-asset .swiper-container {
    position: relative;
    overflow-x: hidden;
    width: 1652px;
    padding: 0 48px;
    padding-left: 10px;
    left: -12px;
  }
}
.full-width-content-asset .swiper-container .swiper-scrollbar {
  margin-top: 2rem;
  margin-left: 12px;
  margin-right: 12px;
}
@media (min-width: 1740px) {
  .full-width-content-asset .swiper-container .swiper-scrollbar {
    margin-left: 14px;
    margin-right: 14px;
  }
}

.full-width-content-asset .content-asset-body:not(:first-child) {
  margin-top: 3rem;
}
@media (min-width: 1024px) {
  .full-width-content-asset .content-asset-body:not(:first-child) {
    margin-top: 3.5rem;
  }
}

.full-width-content-asset .content-asset-body:nth-of-type(n + 3) {
  margin-top: 3rem;
}
@media (min-width: 1024px) {
  .full-width-content-asset .content-asset-body:nth-of-type(n + 3) {
    margin-top: 3.5rem;
  }
}
.full-width-content-asset .content-asset-body:only-child {
  margin-top: 0;
}

div.page[data-action=Home-Show] .product-tile .tile-body .attributes.product-info-detail {
  display: none;
}

.swiper-slide {
  height: auto !important;
}
@media (min-width: 1200px) {
  .swiper-slide {
    height: 500px;
  }
}

.page #maincontentT2 .slider-full-width .swiper-pagination {
  top: unset !important;
  bottom: 68px !important;
  right: 24px !important;
  left: unset !important;
  transform: translateX(0) !important;
  width: fit-content;
}

@media (min-width: 1024px) {
  .page #maincontentT2 .slider-full-width .swiper-pagination {
    right: 24px !important;
    bottom: 72px !important;
  }
}
@media (min-width: 900px) {
  .page #maincontentT2 .slider-full-width .swiper-pagination {
    left: 50% !important;
    right: unset !important;
    transform: translateX(-50%) !important;
  }
}
@media (min-width: 1728px) {
  .page #maincontentT2 .slider-full-width .swiper-pagination {
    right: 24px !important;
  }
}
