/* [project]/components/BrandVideo.module.css [app-client] (css) */
.BrandVideo-module___GnWfq__heroSlider {
  background: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  margin: 0;
  padding: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

@media (width >= 768px) {
  .BrandVideo-module___GnWfq__heroSlider {
    height: 100vh;
  }
}

.BrandVideo-module___GnWfq__container {
  z-index: 10;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.BrandVideo-module___GnWfq__content {
  flex-direction: column;
  align-items: center;
  height: 100%;
  display: flex;
}

@media (width >= 768px) {
  .BrandVideo-module___GnWfq__content {
    flex-direction: row;
    padding-top: 0;
    padding-bottom: 0;
  }
}

.BrandVideo-module___GnWfq__scrollArrow {
  z-index: 20;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 90px;
  animation: 2s infinite BrandVideo-module___GnWfq__bounce;
  display: flex;
  position: absolute;
  bottom: 120px;
  left: 50%;
  transform: translateX(-50%);
}

.BrandVideo-module___GnWfq__arrowDown {
  border-bottom: 6px solid #fff;
  border-right: 6px solid #fff;
  width: 50px;
  height: 50px;
  margin-top: -15px;
  transform: rotate(45deg);
}

@keyframes BrandVideo-module___GnWfq__bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(-20px);
  }

  60% {
    transform: translateY(-10px);
  }
}

@keyframes BrandVideo-module___GnWfq__pulse {
  0% {
    opacity: 1;
    transform: scale(1);
  }

  50% {
    opacity: .7;
    transform: scale(1.1);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.BrandVideo-module___GnWfq__fullscreenVideo {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.BrandVideo-module___GnWfq__video {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.BrandVideo-module___GnWfq__overlay {
  z-index: 2;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.BrandVideo-module___GnWfq__dots {
  gap: .5rem;
  display: flex;
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
}

.BrandVideo-module___GnWfq__dot {
  border-radius: 9999px;
  width: .75rem;
  height: .75rem;
}

.BrandVideo-module___GnWfq__dotActive {
  background-color: #fff;
}

.BrandVideo-module___GnWfq__dotInactive {
  background-color: #ffffff80;
}


/* [project]/components/WhyChooseTeaZen.module.css [app-client] (css) */
.WhyChooseTeaZen-module__UOYlfG__section {
  padding: 5rem 0;
}

.WhyChooseTeaZen-module__UOYlfG__container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 1rem;
}

.WhyChooseTeaZen-module__UOYlfG__header {
  text-align: center;
  margin-bottom: 4rem;
}

.WhyChooseTeaZen-module__UOYlfG__title {
  margin-bottom: 1rem;
  font-size: 2.25rem;
  font-weight: 700;
}

.WhyChooseTeaZen-module__UOYlfG__titleWhy {
  color: #1f2937;
}

.WhyChooseTeaZen-module__UOYlfG__titleTeaZen {
  background: linear-gradient(to right, #7c3aed, #db2777);
  color: #0000;
  -webkit-background-clip: text;
  background-clip: text;
}

.WhyChooseTeaZen-module__UOYlfG__grid {
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2rem;
  display: grid;
}

@media (width >= 768px) {
  .WhyChooseTeaZen-module__UOYlfG__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.WhyChooseTeaZen-module__UOYlfG__benefitCard {
  text-align: center;
}

.WhyChooseTeaZen-module__UOYlfG__iconWrapper {
  color: #fff;
  border-radius: 9999px;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  margin: 0 auto 1.5rem;
  font-size: 1.5rem;
  transition: transform .3s;
  display: flex;
}

.WhyChooseTeaZen-module__UOYlfG__benefitCard:hover .WhyChooseTeaZen-module__UOYlfG__iconWrapper {
  transform: scale(1.1);
}

.WhyChooseTeaZen-module__UOYlfG__gradientPinkPurple {
  background: linear-gradient(to right, #ffb6c1, plum);
}

.WhyChooseTeaZen-module__UOYlfG__gradientGreenBlue {
  background: linear-gradient(to right, #98fb98, #b0e0e6);
}

.WhyChooseTeaZen-module__UOYlfG__gradientYellowCoral {
  background: linear-gradient(to right, #ffffe0, #f08080);
}

.WhyChooseTeaZen-module__UOYlfG__gradientPurplePink {
  background: linear-gradient(to right, plum, #ffb6c1);
}

.WhyChooseTeaZen-module__UOYlfG__benefitTitle {
  color: #1f2937;
  margin-bottom: .75rem;
  font-size: 1.25rem;
  font-weight: 600;
}

.WhyChooseTeaZen-module__UOYlfG__benefitText {
  color: #4b5563;
}


/* [project]/components/ProductBanner.module.css [app-client] (css) */
.ProductBanner-module__VaX8ua__productBanner {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}

.ProductBanner-module__VaX8ua__imageContainer {
  width: 100%;
  display: block;
  position: relative;
}

.ProductBanner-module__VaX8ua__backgroundImage {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}

@media (width <= 768px) {
  .ProductBanner-module__VaX8ua__productBanner, .ProductBanner-module__VaX8ua__imageContainer {
    width: 100%;
  }

  .ProductBanner-module__VaX8ua__backgroundImage {
    width: 100%;
    height: auto;
  }

  .ProductBanner-module__VaX8ua__sectionsContainer {
    width: 100%;
    height: 100%;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    flex-direction: row !important;
  }

  .ProductBanner-module__VaX8ua__section {
    flex: none !important;
    width: 20% !important;
    height: 100% !important;
  }
}

.ProductBanner-module__VaX8ua__sectionsContainer {
  z-index: 10;
  flex-direction: row;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.ProductBanner-module__VaX8ua__section {
  cursor: pointer;
  flex: 1;
  justify-content: center;
  align-items: center;
  height: 100%;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  position: relative;
}

.ProductBanner-module__VaX8ua__section:hover {
  background-color: #00000026;
}

.ProductBanner-module__VaX8ua__sectionContent {
  pointer-events: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  bottom: 48px;
  left: 0;
  right: 0;
}

.ProductBanner-module__VaX8ua__sectionContent .ProductBanner-module__VaX8ua__seeButton {
  pointer-events: auto;
}

.ProductBanner-module__VaX8ua__seeButton {
  color: #fff;
  letter-spacing: .2px;
  backdrop-filter: blur(2px);
  background: #0000008c;
  border: 1px solid #ffffff80;
  border-radius: 9999px;
  padding: 10px 18px;
  font-weight: 600;
  transition: transform .2s, background .2s;
  display: inline-block;
}

.ProductBanner-module__VaX8ua__section:hover .ProductBanner-module__VaX8ua__seeButton {
  background: #000000b3;
  transform: translateY(-2px);
}

.ProductBanner-module__VaX8ua__sectionTitle {
  margin-bottom: .5rem;
  font-size: 1.5rem;
  font-weight: bold;
}

.ProductBanner-module__VaX8ua__sectionDescription {
  font-size: 1rem;
}

@media (width <= 768px) {
  .ProductBanner-module__VaX8ua__sectionsContainer {
    flex-direction: column;
  }

  .ProductBanner-module__VaX8ua__section {
    height: 20%;
  }
}


/* [project]/components/Reviews.module.css [app-client] (css) */
.Reviews-module__XcOq9a__reviewsSection {
  background: var(--tertiary);
  width: 100%;
  padding: 3rem 1rem;
}

.Reviews-module__XcOq9a__container {
  max-width: 1200px;
  margin: 0 auto;
}

.Reviews-module__XcOq9a__header {
  text-align: center;
  margin-bottom: 2rem;
}

.Reviews-module__XcOq9a__kicker {
  background: rgba(var(--primary-rgb), .1);
  color: var(--primary);
  border-radius: 9999px;
  padding: .25rem .75rem;
  font-size: .9rem;
  font-weight: 600;
  display: inline-block;
}

.Reviews-module__XcOq9a__title {
  color: var(--text);
  margin-top: .75rem;
  font-size: 2rem;
  font-weight: 800;
}

.Reviews-module__XcOq9a__grid {
  grid-template-columns: 1fr;
  gap: 1rem;
  display: grid;
}

@media (width >= 768px) {
  .Reviews-module__XcOq9a__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
  }
}

.Reviews-module__XcOq9a__card {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 16px;
  flex-direction: column;
  gap: .75rem;
  height: 100%;
  padding: 1.25rem;
  display: flex;
  box-shadow: 0 4px 12px #0000000a;
}

.Reviews-module__XcOq9a__stars {
  color: #f5b90b;
  letter-spacing: 2px;
  font-size: 1rem;
}

.Reviews-module__XcOq9a__text {
  color: #4b5563;
  font-size: .95rem;
  line-height: 1.6;
}

.Reviews-module__XcOq9a__footer {
  align-items: center;
  gap: .75rem;
  margin-top: auto;
  display: flex;
}

.Reviews-module__XcOq9a__avatar {
  background: rgba(var(--primary-rgb), .12);
  width: 36px;
  height: 36px;
  color: var(--primary);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  display: inline-flex;
}

.Reviews-module__XcOq9a__name {
  color: var(--text);
  font-weight: 700;
}

.Reviews-module__XcOq9a__meta {
  color: #6b7280;
  font-size: .85rem;
}


/* [project]/components/BannerDisplay.module.css [app-client] (css) */
.BannerDisplay-module__VBv4wa__bannerDisplay {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.BannerDisplay-module__VBv4wa__bannerDisplay .BannerDisplay-module__VBv4wa__imageOuter, .BannerDisplay-module__VBv4wa__bannerDisplay .BannerDisplay-module__VBv4wa__imageWrap {
  width: 100%;
  height: 100%;
  position: relative;
}

.BannerDisplay-module__VBv4wa__bannerDisplay .BannerDisplay-module__VBv4wa__image {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.BannerDisplay-module__VBv4wa__overlayLink {
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
  position: absolute;
  inset: 0;
}

.BannerDisplay-module__VBv4wa__overlayLink:hover {
  background-color: #00000026;
}

.BannerDisplay-module__VBv4wa__seeButton {
  color: #fff;
  letter-spacing: .2px;
  backdrop-filter: blur(2px);
  background: #0000008c;
  border: 1px solid #ffffff80;
  border-radius: 9999px;
  margin-bottom: 16px;
  padding: 10px 18px;
  font-weight: 600;
  transition: transform .2s, background .2s;
  display: inline-block;
}

.BannerDisplay-module__VBv4wa__overlayLink:hover .BannerDisplay-module__VBv4wa__seeButton {
  background: #000000b3;
  transform: translateY(-2px);
}

.BannerDisplay-module__VBv4wa__packBannerDisplay {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.BannerDisplay-module__VBv4wa__packImageContainer {
  width: 100%;
  height: 100%;
  position: relative;
}

.BannerDisplay-module__VBv4wa__packBackgroundImage {
  object-fit: contain;
  object-position: center;
  width: 100%;
  height: 100%;
  display: block;
}

.BannerDisplay-module__VBv4wa__packOverlayContainer {
  flex-direction: row;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.BannerDisplay-module__VBv4wa__packZone {
  justify-content: center;
  align-items: flex-end;
  height: 100%;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
  position: relative;
}

.BannerDisplay-module__VBv4wa__packZone:hover {
  background-color: #00000026;
}

.BannerDisplay-module__VBv4wa__packZone .BannerDisplay-module__VBv4wa__seeButton {
  margin-bottom: 16px;
}

.BannerDisplay-module__VBv4wa__packZone:hover .BannerDisplay-module__VBv4wa__seeButton {
  background: #000000b3;
  transform: translateY(-2px);
}

@media (width <= 768px) {
  .BannerDisplay-module__VBv4wa__packOverlayContainer {
    flex-direction: column;
  }

  .BannerDisplay-module__VBv4wa__packZone {
    height: 50%;
    width: 100% !important;
  }
}


/* [project]/components/HomeHeroVideo.module.css [app-client] (css) */
.HomeHeroVideo-module__LQ_ImG__hero {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

@media (width <= 768px) {
  .HomeHeroVideo-module__LQ_ImG__hero {
    height: 80vh;
  }
}

.HomeHeroVideo-module__LQ_ImG__videoWrap {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.HomeHeroVideo-module__LQ_ImG__video {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.HomeHeroVideo-module__LQ_ImG__overlay {
  z-index: 2;
  position: absolute;
  inset: 0;
}

.HomeHeroVideo-module__LQ_ImG__content {
  z-index: 3;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  padding: 0 16px;
  display: flex;
  position: relative;
}


/*# sourceMappingURL=components_e5d50de7._.css.map*/