/** Shopify CDN: Minification failed

Line 16:0 All "@import" rules must come first

**/
[style*="--aspect-ratio"] > img {
  aspect-ratio: var(--aspect-ratio, auto);
  width: 100%;
  height: auto;
  object-fit: cover;
  display: inline-block;
}
/**
* Custom CSS file, add any custom css here
*/
@import url("https://fonts.googleapis.com/css2?family=Cormorant&display=swap");
.ingredients__second {
  display: flex;
  align-items: flex-start;
}
.artofbook-book-container {
  min-width: 85%;
  margin: auto;
  display: block;
}
.art-of-tea-book-hero-section-content {
  display: inline-block;
  width: 100%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -50px;
}
.art-of-tea-book-hero-section .hero-content {
  min-width: 50%;
}
.art-of-tea-book-hero-section .hero-content h1.heading {
  font-size: 4rem;
}
.art-of-tea-book-hero-section .hero-content .sub-heading {
  font-size: 20px;
  color: #d79850;
  letter-spacing: 2px;
}
.art-of-tea-book-hero-section .hero-content p {
  font-size: 18px;
}
.art-of-tea-book-hero-section .hero-image {
  min-width: 50%;
}
.art-of-tea-book-hero-section .hero-image img {
  width: 100%;
}

.art-of-tea-about-section-content {
  display: flex;
  align-items: center;
  justify-content: center;
}
.art-of-tea-about-section .about-image {
  min-width: 40%;
}
.art-of-tea-about-section .about-image img {
  max-width: 100%;
}
.art-of-tea-about-section .about-content {
  min-width: 60%;
  font-size: 18px;
  padding: 20px 35px;
}
.art-of-tea-about-section .about-heading {
  font-size: 2rem;
  margin-top: 0;
}
.art-of-tea-about-section .about-content p {
  font-size: 18px;
}
.endorsement-item {
  padding: 20px;
}
.endorsement-item p {
  font-size: 18px;
}
.endorsement-name {
  color: var(--gold);
  font-size: 22px;
  margin-bottom: 0;
}
.endorsement-title {
  letter-spacing: 0 !important;
  font-size: 18px !important;
  margin-top: 5px;
}
.endorsement_quotes {
  max-width: 100%;
  display: block;
  margin: 10px auto;
}
.artofbook-book-container {
  padding: 50px 0;
}
.artofbook-book-inner-container {
  max-width: 85%;
  margin: auto;
  padding: 50px 30px;
}
.art-of-book-endorsement-section,
.art-of-tea-about-section {
  background-color: #f4f4f4;
}
.art-of-book-testimonial-section-content {
  /*   margin: 30px auto; */
  background: #fff;
  /*   padding: 50px; */
}
.testimonial-item .testimonial-content {
  max-width: 700px;
  margin: auto;
  display: block;
  text-align: center;
}
.testimonial-item .testimonial-content a {
  margin: auto;
}
.button.cta {
  background-color: var(--gold);
  color: #fff !important;
  display: block !important;
}
.endorsement-heading {
  font-size: 4rem;
  text-align: center;
}
.greeting-card-message-input label {
  min-width: 100%;
  margin-bottom: 10px;
  display: block;
}
.greeting-card-message-input input {
  padding: 10px;
  min-width: 80%;
  border: 1px solid #ccc;
  display: block;
}

/**
* Recharge styling
*/
.recharge-te {
  max-width: 85%;
  margin: auto;
  padding: 110px 10px;
}
.recharge-te .wrapper {
  grid-template-areas: none !important;
  display: flex !important;
  gap: 50px;
}
.recharge-te .rct_navigation__desktop,
.recharge-te .rct_navigation__desktop .rct_navigation__item {
  display: block;
  flex: none;
  width: 100%;
}

.recharge-te .rct_order__details {
  display: flex;
  align-items: center;
  gap: 20px;
}
.recharge-te .rct_card {
  display: flex;
  box-sizing: border-box;
  position: relative;
  flex-direction: row;
  align-items: flex-start;
  width: 100%;
  background: whitesmoke;
  margin-bottom: 20px;
  padding: 10px;
  max-width: 500px;
  gap: 20px;
}
.recharge-te .rct_content h3 {
  font-size: 3rem;
  margin-top: 0;
  line-height: 2;
  margin-bottom: 20px;
  font-family: var(--serif) !important;
  font-weight: normal !important;
}
.recharge-te .rct_content {
  flex-grow: 1;
}
.recharge-te .rct_card--action:after {
  top: 0;
  bottom: 0;
  height: 10px;
  right: 20px;
  margin: auto;
}

.rct_content-header {
  margin-top: 0 !important;
  display: flex;
}
.rct_content-header__actions {
  text-align: right;
  flex: 1;
  margin-top: 10px;
}
.rct_navigation {
  background-color: whitesmoke;
}
.rct_navigation ul {
  padding-left: 0;
}
.rct_navigation__item__link {
  padding: 10px 15px;
  color: #333;
  border-bottom: 1px solid #ccc;
}
.subscriptions-button,
.rct_button--primary {
  background: #4a4a4a;
  color: #fff;
  text-decoration: none;
  width: 100%;
  display: block;
  padding: 10px;
  border-radius: 5px;
  text-align: center;
}
.rct_button--primary {
  width: 200px;
}
.orders-list-table {
  background-color: whitesmoke;
  width: 100%;
}
.orders-list-table thead tr {
  color: #fff;
  background-color: #4a4a4a;
  padding: 10px;
}
.orders-list-table thead tr th {
  color: #fff;
  padding: 10px;
}
.orders-list-table tbody tr td {
  color: #333;
  padding: 10px;
  border-bottom: 1px solid #ccc;
}
.orders-list-table tbody tr {
  padding: 10px;
}
.account-orders {
  gap: 50px;
}
.account-orders .account-sidebar {
  background-color: whitesmoke;
  flex: 1;
  padding: 25px;
  min-width: 250px;
}
.account-orders .order-info {
  margin-bottom: 30px;
  border-bottom: 1px solid #ccc;
}
.account-orders .order-addr-info {
  display: flex;
  gap: 25px;
}
.account-orders .order-addr-info .billing-info,
.account-orders .order-addr-info .shipping-info {
  flex: 1;
}
.rct_return-link__container {
  text-align: right;
}
.rct_return-link__container .rct_return-link {
  background-color: #4a4a4a;
  color: #fff;
  text-decoration: none;
  padding: 10px 15px;
  padding-left: 30px;
  position: relative;
}
a.rct_return-link:before {
  position: absolute;
  left: 15px;
}
.rct_subscription {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.rct_subscription__image__container,
.rct_subscription__title,
.rct_chip.rct_subscription__status,
.rct_subscription__actions,
.rct_subscription__info {
  flex: 1;
  text-align: center;
}
.rct_subscription__cards {
  flex: 1;
  flex-grow: 1;
  min-width: 100%;
}
.rct_subscription__title h3 {
  font-size: 1.5rem !important;
  line-height: 2rem !important;
}
.rct_search-bar__container {
  margin-bottom: 30px;
  border: 1px solid #ccc;
}
.rct_search-bar {
  width: 100%;
  padding: 20px;
}
.rct_search-bar__container svg {
  margin-left: 10px;
}
.rct_product-details__media__container {
  width: 30%;
  float: left;
  padding: 10px;
}
.rct_product-details__media__container img {
  max-width: 100%;
}
.rct_form {
  display: block;
}
.rct_form .rct_product-details__title {
  width: 70%;
  padding: 20px;
  float: left;
  display: block;
}
.rct_form .rct_card {
  display: block;
  float: left;
  width: 70%;
}
.rct_form .rct_form__actions {
  clear: both;
  text-align: right;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  flex-direction: column;
  justify-items: flex-start;
  align-content: flex-start;
}
.rct_choices__list--dropdown {
  display: none;
  visibility: visible !important;
}
#shopify-section-1578083444664 .VueCarousel {
  max-height: 400px !important;
}
.form-hidden {
  display: none;
}
.account-address-form .address {
  background: #f9f9f9;
  padding: 30px;
  font-size: 1.2rem;
  margin-bottom: 20px;
}
.account-address-form .address-edit-toggle,
.address-new-toggle,
#address_form_new .btn {
  background: #333;
  padding: 10px 15px;
  border: none;
  color: #fff;
  min-width: 100px;
  cursor: pointer;
}
.account-address-form .address .address-delete {
  background: #ff005f;
  padding: 10px 15px;
  border: none;
  color: #fff;
  cursor: pointer;
  min-width: 100px;
}
.mw-100 {
  min-width: 100%;
  flex: 1;
}

.addresses-grid {
  min-width: 100%;
  display: flex;
  flex-direction: row !important;
  gap: 30px;
  flex-wrap: wrap !important;
}
.edit-addr-form,
#address_form_new {
  background: #f5f5f5;
  padding: 30px;
}
.edit-addr-form input,
.edit-addr-form select,
#address_form_new input,
#address_form_new select {
  padding: 10px !important;
  border: none;
  margin-bottom: 20px;
}
@media (min-width: 766px) {
  .rct_navigation__mobile {
    visibility: hidden;
  }
}

@media (max-width: 765px) {
  .rct_navigation {
    background-color: transparent !important;
    flex: 1;
    flex-grow: 1;
  }
  .rct_navigation__mobile {
    flex: 1;
    flex-grow: 1;
    width: auto;
    margin-bottom: 30px;
    margin-top: 20px;
    background: whitesmoke;
  }
  .rct_choices {
    padding: 10px;
  }
  .rct_navigation__desktop {
    display: none !important;
  }
  .recharge-te .wrapper {
    flex-wrap: wrap;
  }
  .rct_return-link__container {
    margin-top: -50px;
    height: 50px;
  }
  .rct_subscription {
    display: block !important;
  }
  .rct_button {
    margin: 20px auto !important;
  }
  .rct_choices__list.rct_choices__list--dropdown {
    background: #fff;
    width: 100%;
    padding: 10px;
    left: 0;
    font-size: 1.5rem;
    border: 2px solid whitesmoke;
    line-height: 2;
    visibility: visible !important;
    display: none;
  }
  .rct_choices__list--dropdown .rct_choices__item {
    padding: 5px 10px;
  }
}

@media (max-width: 600px) {
  .art-of-tea-book-hero-section-content,
  .art-of-tea-about-section-content {
    flex-direction: column !important;
  }
  .account-orders {
    flex-wrap: wrap;
  }
  .blog-nav .blog-nav__item {
    margin: 0 !important;
    padding: 5px 10px !important;
  }
  .mobile-top-nav {
    display: flex !important;
  }
}
@media (max-width: 1041px) {
  .mobile-search {
    display: block !important;
  }
}
@media (min-width: 1042px) {
  .mobile-search {
    display: none !important;
  }
}

/**
New Styles
**/
.site-header {
  z-index: 999999;
}
.site-banner__close {
  display: none !important;
}
.site-banner a {
  color: #cd9758 !important;
  text-decoration: none;
  font-weight: 600;
}

.site-nav__items {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}
.site-nav__items .mega-menu {
  display: none;
  position: fixed;
  top: 90px;
  min-height: 0;
  background: #fff;
  left: 0;
  right: 0;
  padding: 50px;
  padding-bottom: 20px !important;
  font-size: 20px;
}
.site-nav__items .mega-menu-text a {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px 18px;
  gap: 10px;
  background: #4a4a4a;
  font-family: "proxima-nova";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 13px;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #ffffff;
  height: 51px;
  text-decoration: none;
}
.site-nav__item--has-dropdown:hover .mega-menu,
.site-nav__item--has-dropdown:focus .mega-menu {
  display: block;
}
.mega-menu__columns {
  display: flex;
}
.mega-menu__columns > div {
  padding: 10px 30px;
  align-items: flex-start;
}
.menu-links a {
  display: block;
  text-decoration: none;
  text-align: left;
}
.menu-links {
  display: flex;
}
.mega-menu-collinks {
  max-width: 480px;
}
.mega-menu-text {
  max-width: 300px;
  min-width: 300px;
}
.site-nav-new {
  min-width: 50%;
  margin-left: 70px;
}
.header-wrapper {
  display: flex;
  align-items: center;
  padding: 5px 20px;
}
.new-site-header {
  width: 100%;
  padding: 10px 0;
  text-align: left;
}
.btn-nav:hover,
.btn-nav:focus {
  color: #fff !important;
}
.site-nav__link {
  text-decoration: none;
  padding: 0 10px;
  text-transform: uppercase;
}
.site-nav__link:hover,
.site-nav__link:focus {
  color: var(--gold);
}
.main-nav__label.main-nav__label--2 {
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 0.725rem;
  line-height: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #4a4a4a;
  padding-bottom: 13px !important;
  align-items: center;
  display: flex;
  flex-direction: row;
  max-width: 200px;
  white-space: initial;
  overflow-wrap: break-word;
}
.main-nav__label.main-nav__label--2:hover {
  color: var(--gold) !important;
}
.main-nav__container.more-dropdown {
  min-width: 180px;
}
.main-nav__item--2:hover .main-nav__label--2:after,
.main-nav__item--2.main-nav__slide-out--open .main-nav__label--2:after {
  display: none !important;
  opacity: 0 !important;
}
.mega-menu__columns {
  font-size: 14px;
}
.logo {
  margin: initial !important;
}
.logo img {
  height: auto;
}
.header-icons {
  display: flex;
  margin-left: auto;
  align-items: center;
}
.header-icons img {
  font-size: 1.2rem;
}
.cart-toggle,
.action-wrapper .link {
  margin-left: 15px;
}
.btn-nav {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px 18px;
  gap: 10px;
  width: 161px;
  height: 33px;
  background: #d6954b;
  font-family: "proxima-nova";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 13px;
  align-items: center;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #ffffff;
}
.mobile-top-nav {
  display: none;
  align-items: center;
  justify-content: start;
  padding: 10px 20px;
  background-color: #ffffff !important;
}
.toggle-mobile-nav {
  min-width: 15%;
}
.mobile-top-nav .logo {
  min-width: 63%;
  text-align: center;
}
.mobile-top-nav .logo img {
  max-width: 180px;
}
@media (min-width: 1042px) {
  .search-toggle .icon,
  .cart-toggle .icon,
  .toggle-mobile-nav img {
    height: 1.2em !important;
  }
}
.mobile-nav.mobile-nav-opened {
  background: blue;
  min-width: 100%;
  top: 90px;
  bottom: 0;
}
.mega-menu-text {
  text-align: center;
}
.menu-links a {
  /* 	color: #333!important; */
  text-transform: uppercase;
}
.mega-menu__link {
  display: flex !important;
  gap: 16px;
}
.mega-menu-collinks {
  font-family: "proxima-nova";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 13px;
  display: flex;
  align-items: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #4a4a4a;
  gap: 1rem;
  line-height: 2;
}

.mega-menu-collinks > div {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.mobile-nav.mobile-nav-opened {
  background-color: #fff !important;
}
.mobile-action-nav.mobile-nav-dropdown {
  display: flex;
}
.mobile-action-nav .mobile-nav-dropdown__list {
  min-width: 40%;
}
.mobile-action-nav .mobile-nav-dropdown__link {
  font-size: 16px;
  line-height: 1.5;
}
.btn-dark {
  background-color: #000;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  min-width: 200px;
  border: 1px solid var(--gold);
  font-family: var(--sans-serif);
  font-weight: var(--regular);
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.725rem;
  display: block;
  width: fit-content;
  text-align: center;
  padding: 1em 2em;
  -webkit-appearance: none;
  appearance: none;
  text-decoration: none;
  transition: 0.2s ease;
  font-size: 0.725em;
}
.menu-btns {
  padding: 20px;
}
.menu-btns a {
  max-width: 100%;
  display: block;
  margin-bottom: 13px;
  padding: 14px;
  font-weight: bold;
}
.mobile-nav-dropdown__list {
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #fff;
}
.mobile-nav-dropdown:nth-of-type(even) .mobile-nav-dropdown__header-0,
.mobile-nav-dropdown:nth-of-type(odd) .mobile-nav-dropdown__header-0 {
  background-color: #fff !important;
}
.mobile-nav-dropdown__header-0 {
  padding-top: 18px !important;
  padding-bottom: 0 !important;
}
.search-toggle-mobile {
  margin-bottom: 20px;
}
.mobile-nav-dropdown__chevron {
  --b: 4px;
  width: 8px !important;
  aspect-ratio: 1;
  border: 5px solid #333;
  background: conic-gradient(
      from 90deg at var(--b) var(--b),
      #555 90deg,
      #fff 0
    )
    calc(100% + var(--b) / 2) calc(100% + var(--b) / 2) / calc(50% + var(--b))
    calc(50% + var(--b));
  display: inline-block;
  height: auto !important;
}

.mobile-nav-dropdown__chevron {
  border: none;
  margin: 10px;
  background: conic-gradient(
      from 90deg at var(--b) var(--b),
      #fff 90deg,
      #555 0
    )
    calc(100% + var(--b) / 2) calc(100% + var(--b) / 2) / calc(50% + var(--b))
    calc(50% + var(--b));
}
.more-dropdown .main-nav__label.main-nav__label--2 {
  padding-bottom: 0 !important;
}
.aot-challenge-hero-section {
  padding: 10%;
}
.aot-challenge-hero-section .hero-content {
  max-width: 450px;
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
  color: #fff;
}
.aot-challenge-hero-section .hero-content h3 {
  /*     font-family: sans-serif; */
  /*   letter-spacing: 2px; */
  margin-bottom: 10px;
}

.aot-challenge-hero-section .hero-content h1 {
  /*     font-size: 3rem; */
}
.aot-challenge-leadtext {
  width: 85%;
  margin: auto;
  max-width: 900px;
  padding: 50px;
  text-align: center;
  padding-bottom: 80px;
}
.aot-challenge-leadtext .heading {
  letter-spacing: 2px;
  margin-bottom: 25px;
}
.aot-challenge-leadtext .heading,
.aot-challenge-leadtext .heading p {
  text-transform: uppercase;
}
.aot-challenge-leadtext .content p,
.aot-challenge-leadtext .content {
  font-family: var(--serif), serif;
  /* 	font-size: 2.5rem; */
  color: rgb(74, 74, 74);
  /*     line-height: 1.35; */
  margin-top: 0;
}
.aot-challenge-leadtext .bottom-text {
  /*     font-size: 1.2rem; */
  /*     font-family: sans-serif; */
  /*     font-weight: 300; */
}
.aot-challenge-image-text {
  display: flex;
  flex-direction: row;
  gap: 30px;
}
.aot-challenge-image-text h3 {
  /*   letter-spacing: 2px; */
  /*   font-family: sans-serif; */
  margin-bottom: 50px;
}
.aot-challenge-image-text .image {
  min-width: 50%;
}
.aot-challenge-image-text img {
  min-width: 100%;
}
.aot-challenge-image-text .content {
  padding: 50px;
  background: #f5f5f5;
  min-width: 50%;
}
.aot-challenge-image-text ul {
  margin: 0;
  padding-left: 15px;
  font-size: 22px;
}
.aot-challenge-image-text ul li {
  /* 	padding-bottom: 35px; */
  /* 	line-height: 1.5; */
  /*     font-family: 'proxima-nova'; */
  color: #777;
  /*     font-size: 1.5rem; */
}
.aot-challenge-form {
  display: flex;
  gap: 30px;
  flex-direction: row;
  color: #fff;
}
.aot-challenge-form .form-text,
.aot-challenge-form img {
  width: 50%;
}
.aot-challenge-form .form-text {
  width: 50%;
  padding: 50px;
  font-size: 1.2rem;
  text-align: center;
}
.aot-challenge-form .form-text h2 {
  font-weight: 100;
  max-width: 400px;
  /*   font-size: 2.5rem; */
  margin: auto;
  /*   letter-spacing: 2px; */
}
.aot-challenge-form .form-text h3 {
  margin-bottom: 0;
  letter-spacing: 2px;
  font-family: "proxima-nova";
  font-size: 18px;
}
.aot-challenge-form .form-text .content {
  /*   letter-spacing: 2px; */
  /*   font-family: sans-serif; */
  margin-bottom: 30px;
}
.product-slide .product-title {
  text-transform: uppercase;
  /*   font-family: sans-serif; */
  /*   line-height: 1.9; */
  /*   letter-spacing: 2px; */
  /*   font-size: 12px; */
}
.aot-challenge-form .form-text .bottom-text {
  /*     font-family: 'cormorant-garamond';
    font-size: 2rem; */
  max-width: 450px;
  margin: auto;
  /*     line-height: 1.35; */
  /*     color: #777; */
}
.form-field {
  padding: 10px;
  background: #ffffff;
  border: none;
  width: 100%;
  display: block;
}
.form-label {
  display: block;
  max-width: 80%;
  margin: auto;
  margin-bottom: 10px;
}
.form-label pre {
  display: inline;
}
.form-btn {
  border-width: 2px;
  border-color: rgb(204, 151, 88);
  border-style: solid;
  width: 288px;
  height: 60px;
  z-index: 35;
  font-size: 16px;
  font-family: "proxima-nova";
  color: rgb(74, 74, 74);
  text-transform: uppercase;
  z-index: 34;
  letter-spacing: 2px;
  cursor: pointer;
}
.bottom-content .form-btn {
  background-color: #fff !important;
}
.aot-product-grid {
  max-width: 90%;
  margin: auto;
  text-align: center;
  padding: 50px;
}
.aot-product-grid h2 {
  /*   font-size: 3rem; */
  /*   letter-spacing: 2px; */
}
.aot-product-grid a {
  text-decoration: none;
  color: #000;
  font-size: 1.2rem;
}
.aot-product-grid .slick-slide img {
  max-width: 100%;
  padding: 10px;
}
.hero-content h1,
.hero-content h3 {
  margin: 0;
}
.aot-challenge-form {
  background-color: #f5f5f5;
}
.mega-menu__link img {
  border-radius: 25px;
  width: 38px;
  height: 38px;
}
.mega-menu-text h2 {
  margin-top: 0 !important;
  line-height: 1.2 !important;
}
.mega-menu-text h2,
.video_text {
  /* 	font-family: 'Cormorant', serif;
	font-style: normal;
	font-weight: 400;
/* 	font-size: 32px; */
  /* 	line-height: 34px; */
  text-align: center;
  color: #4a4a4a;
  display: flex;
  align-items: center;
  text-align: center;
  text-transform: initial;
  font-family: "cormorant-garamond";
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 40px;
  /* or 106% */
  display: flex;
  align-items: center;
  text-align: center;
  color: #4a4a4a;
  letter-spacing: 0 !important;
}
.main-nav__item--1 {
  font-family: "proxima-nova";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 13px;
  display: flex;
  align-items: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #4a4a4a;
  flex: none;
  order: 2;
  flex-grow: 0;
}
.toggle-mobile-nav {
  padding: 0;
  margin: 0;
  border: none;
}
.mobile-nav-dropdown__title,
.mobile-nav-dropdown__header {
  font-family: var(--serif), serif;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 13px;
  display: flex;
  align-items: center;
  color: #4a4a4a;
  text-transform: uppercase;
}
.mobile-nav-dropdown__title-0 {
  text-transform: initial !important;
}
.mobile-nav-dropdown__chevron {
  --b: 2px !important;
}
.menu-btns a {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px 18px;
  gap: 10px;
  height: 51px;
  font-family: "proxima-nova";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 13px;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #ffffff;
}
.mobile-nav-dropdown__title {
  line-height: 1.5 !important;
}
.menu-btns a.btn-dark {
  background: #4a4a4a !important;
}
.menu-btns a.btn-nav {
  background: #d6954b !important;
}
.menu-btns {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  padding: 18px;
}
.cart-heading {
  display: flex;
  gap: 10px;
}
.cart-heading .count {
  font-family: "proxima-nova";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 13px;
  display: flex;
  align-items: center;
  letter-spacing: 0.2em;
  color: #d6954b;
  margin-top: 6px;
}
.cart-progress .description {
  font-family: "proxima-nova";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #4a4a4a;
  margin-top: 0 !important;
}
.cart-progress .progressBar {
  background: #ffffff;
  border-radius: 50px;
  height: 10px;
  width: 100%;
}
.cart-progress {
  /* 	height: 58px; */
  background: var(--gray);
}
.cart-progress-inner {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  padding: 0 30px 5px;
  border-bottom: 1px solid #fff;
}
.cart-progress .progress {
  background: #d9d9d9;
  border-radius: 50px;
}
.cart-progress .cart-list {
  padding-left: 30px;
  padding-right: 30px;
}
.cart-progress .cart-item {
  margin-bottom: 0;
  padding-bottom: 0;
}
.cart-progress .cart-item__inc {
  padding-bottom: 0 !important;
}
.hero-img img {
  min-width: 100%;
}
.hero-content {
  position: relative;
}
.hero-content:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 92px;
  left: 0px;
  top: -50px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    #ffffff 45.31%
  );
}
.hero-content h1 {
  width: 272px;
  font-family: var(--serif), serif;
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 36px;
  text-align: center;
  color: #4a4a4a;
  position: relative;
  margin: auto;
  z-index: 8;
  margin-bottom: 22px;
}
.aot-challenge-hero-section .hero-content h1 {
  display: block !important;
}
.hero-content .hero-btn-1 {
  /* Auto layout */
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px 18px;
  gap: 10px;
  width: 323px;
  height: 51px;
  background: #d6954b;
  font-family: "proxima-nova";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 13px;
  /* identical to box height, or 93% */
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #ffffff;
  flex: none;
  order: 0;
  flex-grow: 0;
  margin: 12px auto;
  text-decoration: none;
}
.hero-content .hero-btn-2 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px 18px;
  gap: 10px;
  width: 323px;
  height: 51px;
  background: #4a4a4a;
  font-family: "proxima-nova";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 13px;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #ffffff;
  flex: none;
  order: 0;
  flex-grow: 0;
  margin: auto;
  margin-bottom: 12px;
  text-decoration: none;
}
.press-text {
  font-family: "proxima-nova";
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;
  display: flex;
  align-items: center;
  text-align: center;
  max-width: 590px;
  margin: auto;
  color: #4a4a4a;
}
.press-text-holder,
.press-image-holder {
  max-width: 590px;
  margin: auto;
  margin-top: 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.press-text-holder.slick-initialized,
.press-image-holder.slick-initialized {
  display: block;
}

.press-image {
  display: inline-block;
}
.press-image img {
  height: auto;
}
.press-image:nth-child(n + 2) > img {
  opacity: 0.5;
}
.press-image.slick-slide img {
  margin: auto;
  opacity: 0.5;
}
.press-image.slick-slide.slick-current img {
  opacity: 1;
}
.press-image-holder .slick-track {
  display: flex;
  align-items: center;
}
.press-image-holder .slick-list {
  padding: 0 !important;
}
.exit-popup {
  position: fixed;
  top: 0;
  bottom: 0;
  max-height: 480px;
  padding: 20px;
  max-width: 350px;
  margin: auto;
  left: 0;
  z-index: 999999;
  right: 0;
  display: none !important;
}
.popup-content {
  padding: 22px;
  background: #d6954b;
  margin-top: -11px;
}
.exit-popup .popup-title {
  font-family: var(--serif), serif;
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 39px;
  text-align: center;
  color: #ffffff;
}
.exit-popup .popup-text {
  font-family: "proxima-nova";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  display: none;
  align-items: center;
  text-align: center;
  letter-spacing: 0.03em;
  color: #ffffff;
}
.popup-btn,
.exit-popup .newsletter__fields-wrapper .newsletter__inline-submit {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px 18px;
  gap: 10px;
  width: 275px;
  height: 51px;
  background: #4a4a4a;
  margin: auto;
  font-family: "proxima-nova";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 13px;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #ffffff;
  flex: none;
  flex-grow: 0;
  margin-top: 21px !important;
  outline: none;
  border: none;
  cursor: pointer;
}
.exit-popup .newsletter__fields-wrapper {
  height: auto !important;
  display: none;
}
.exit-popup .newsletter__fields-wrapper .newsletter__inline-submit {
  position: relative;
  display: block;
  width: 100%;
  clear: both;
  flex: none;
  cursor: pointer;
}
.exit-popup .no-thanks-link {
  font-family: "proxima-nova";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 13px;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 0.1em;
  text-decoration-line: underline;
  text-transform: uppercase;
  color: #ffffff;
  margin-top: 20px;
  outline: none;
  border: none;
  margin-left: auto;
  margin-right: auto;
}
.exit-popup .input-field,
.exit-popup .newsletter__input {
  width: 100%;
  height: 51px;
  font-family: "proxima-nova";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 13px;
  display: flex;
  align-items: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #4a4a4a;
  margin-top: 21px;
}
.popup-image img {
  width: 100%;
}
.newsletter__middle {
  margin-top: 20px;
  text-align: center;
  color: #4a4a4a;
}
.exit-popup .close-icon {
  border: none;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  color: #000;
  font-size: 20px;
  cursor: pointer;
}
.newsletter {
  display: flex;
  flex-direction: row;
}
.newsletter .newsletter__first {
  font-family: var(--serif), serif;
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 39px;
  color: #4a4a4a;
  letter-spacing: 0;
  max-width: 236px;
  text-transform: initial;
}
.newsletter .newsletter__second {
  font-family: "proxima-nova";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.03em;
  color: #4a4a4a;
  max-width: 282px;
}
.newsletter .newsletter__input-wrapper input {
  background: #ffffff;
  font-family: "proxima-nova";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 13px;
  display: flex;
  align-items: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #4a4a4a;
}
.newsletter .newsletter__inline-submit {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px 18px;
  gap: 10px;
  width: 250px;
  height: 51px;
  background: #4a4a4a;
  font-family: "proxima-nova";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 13px;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #ffffff;
  flex: none;
  order: 0;
  flex-grow: 0;
  margin-left: 20px;
}
.newsletter .newsletter-form {
  min-width: 48%;
}
.best-sellers-section h2 {
  font-family: "cormorant-garamond", serif;
  font-style: normal;
  font-weight: 500;
  font-size: 42px;
  line-height: 36px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #4a4a4a;
  justify-content: center;
}
.best-sellers-section .bss-title {
  font-family: "proxima-nova";
  font-style: normal;
  font-weight: 400;
  font-size: 0.725rem;
  align-items: center;
  text-align: center;
  letter-spacing: 0.1em;
  color: #4a4a4a;
  text-transform: uppercase;
}
.best-sellers-section .pcount {
  font-family: "proxima-nova";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  letter-spacing: 0.03em;
  color: #b5b5b5;
}
.best-sellers-section {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  margin-bottom: 105px;
  text-align: center;
  display: grid;
}
.best-sellers-section .section_btn_link,
.section-btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px 18px;
  gap: 10px;
  background: #4a4a4a;
  font-family: "proxima-nova";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 13px;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #ffffff;
  flex: none;
  order: 0;
  flex-grow: 0;
  width: 323px;
  margin: 30px auto;
  text-decoration: none;
  height: 51px;
}
.best-sellers-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 2em;
  text-align: center;
  max-width: 1130px;
  padding: 0 2em;
  margin: auto;
  min-width: 100%;
}
.best-sellers-list [style*="--aspect-ratio"] > :first-child {
  object-fit: cover;
}
.best-sellers-list li {
  width: calc(25% - 10px);
  max-width: calc(25% - 10px);
}
.best-sellers-list li .card__image-wrap {
  margin-bottom: 20px;
}
.best-sellers-list li img {
  max-width: 100%;
  margin-bottom: 10px;
}
.best-sellers-list li a {
  text-decoration: none;
}
.pay-later-cta {
  background-color: #f4f4f4;
  padding: 40px;
  text-align: center;
}
.pay-later-cta .content {
  max-width: 279px;
  margin: auto;
}
.pay-later-cta .title {
  font-family: "proxima-nova";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 13px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #4a4a4a;
  margin-bottom: 0;
}
.pay-later-cta .text {
  font-family: "proxima-nova";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 0.02em;
  color: #4a4a4a;
  margin-top: 21px;
  margin-bottom: 17px;
}
.pay-later-cta .logo {
  width: 103px;
  height: 17.8px;
  margin: auto !important;
}
.tea-essentials,
.home_shop_all_teas_section {
  max-width: 1130px;
  margin: 30px auto;
  padding-bottom: 65px !important;
}
.tea-essentials .card__section-heading {
  font-family: var(--serif), serif;
  font-style: normal;
  font-weight: 500;
  font-size: 42px;
  line-height: 36px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #4a4a4a;
  margin: 50px auto;
  justify-content: center;
}
.aot-challenge-hero-section .hero-content:before {
  display: none !important;
}
.aot-challenge-hero-section .hero-content h1 {
  line-height: 1.2 !important;
  width: auto !important;
  color: #ffffff !important;
}
.tea-essentials.card__wrapper .card__heading,
.home_shop_all_teas_section.card__wrapper .card__heading {
  font-family: "proxima-nova";
  /* 	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 22px; */
  display: flex;
  align-items: center;
  letter-spacing: 0.1em;
  color: #4a4a4a;
  text-align: left;
  margin: 0;
}

.tea-essentials.card__wrapper .product-price {
  font-family: "proxima-nova";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  /* 	line-height: 22px; */
  display: flex;
  align-items: center;
  /* 	letter-spacing: 0.1em; */
  color: #4a4a4a;
}
.tea-essentials.card__wrapper .card__content {
  padding: 0 !important;
}
@media (min-width: 601px) {
  .mobile-hero-section {
    display: none !important;
  }
}
@media (max-width: 850px) {
  .aot-challenge-form,
  .aot-challenge-image-text {
    flex-direction: column !important;
  }
  #shopify-section-1578083237609 {
    display: none !important;
  }
  .mobile-hero-section {
    display: block !important;
  }
  .mobile-hero-section .hero-img img {
    max-width: 100% !important;
  }
  .press-text {
    padding: 5px 20px;
  }
  .newsletter {
    flex-direction: column;
  }
  .newsletter .newsletter__fields-wrapper {
    display: block !important;
  }
  .newsletter .newsletter-form {
    min-width: 282px !important;
    margin-bottom: 50px;
  }
  .newsletter .newsletter__first {
    margin-bottom: 20px;
  }
  .newsletter .newsletter__second {
    margin-bottom: 20px;
  }
  .newsletter .newsletter__fields-wrapper {
    display: block;
    height: auto;
  }
  .newsletter .newsletter__input-wrapper input {
    min-height: 51px;
  }
  .newsletter .newsletter__inline-submit {
    margin-left: 0;
    margin-top: 10px;
    min-width: 100%;
  }
  .best-sellers-list {
    flex-direction: row;
    flex-wrap: wrap;
    padding: 10px;
    gap: 0;
  }
  .best-sellers-list li {
    width: 50%;
    min-width: 50%;
    max-width: 50%;
    padding: 5px;
  }
  .tea-essentials.card__wrapper .card__container--noslider {
    display: flex !important;
    flex-wrap: wrap;
  }
  .tea-essentials.card__wrapper .card__slide {
    width: 48%;
  }
  .aot-challenge-form .form-text {
    min-width: 100%;
  }
}

/**
Landing page */
.aot-challenge-hero-section,
.aot-challenge-image-text .image,
.aot-challenge-form {
  background-size: cover;
  background-position: center;
}
.aot-challenge-form {
  min-height: 80vh;
}
.aot-challenge-form .form-text {
  padding: 50px 11%;
}
.aot-challenge-leadtext .bottom-text {
  line-height: 26.4px.8px !important;
  /*     font-size: 34px; */
  letter-spacing: 0.02em;
  font-family: "proxima-nova";
  font-size: 16px;
  color: rgb(74, 74, 74);
}
.aot-challenge-leadtext .content p,
.aot-challenge-leadtext .content {
  line-height: 38.8px !important;
  font-size: 34px;
  /*     letter-spacing: 2px; */
}
.aot-challenge-image-text h3 {
  font-weight: 300;
  /* 	font-weight: 700; */
  font-family: "proxima-nova", sans-serif;
  letter-spacing: 2px;
  line-height: 13.92px;
}
.aot-challenge-image-text ul li {
  font-family: "";
  font-weight: var(--regular);
  text-decoration: none;
  font-size: 16px;
  margin-bottom: 30px;
  line-height: 1.65;
  color: #4a4a4a !important;
}
.aot-challenge-form .form-text .content,
.aot-challenge-form .form-text .content p {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  line-height: 26.4px;
  font-family: "proxima-nova", sans-serif;
}
.aot-challenge-form .form-text .bottom-text {
  color: rgb(0, 0, 0);
  margin-top: 10px;
  line-height: 2rem;
  letter-spacing: 2px;
  font-weight: 300;
  font-size: 25px;
  font-family: "cormorant-garamond", serif;
}
.modal {
  position: fixed;
  top: 30px;
  bottom: 0;
  height: auto;
  margin: auto;
  z-index: 999999;
  left: 0;
  right: 0;
  max-width: 500px;
  margin: auto;
  box-shadow: 0 0 20px 6px rgba(0, 0, 0, 0.15);
  background: white;
  display: none;
}
.toggle-klaviyo-form.close-icon {
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  font-size: 32px;
  color: #777;
  z-index: 9999;
  cursor: pointer;
}
.aot-challenge-hero-section .hero-content h3,
.aot-challenge-image-text h3,
.product-slide .product-title {
  font-family: "proxima-nova", sans-serif;
  letter-spacing: 2px;
  line-height: 22px;
  font-size: 16px;
}
.aot-product-grid h2,
.aot-challenge-form .form-text h2,
.aot-challenge-hero-section .hero-content h1 {
  font-size: 2.5rem;
}
.challenge-dates {
  font-size: 16px;
  font-family: "proxima-nova";
  font-weight: normal;
  color: rgb(74, 74, 74);
  letter-spacing: 2px;
  display: block;
  padding: 10px;
  text-align: center;
  background-color: #f4f4f4;
}
.tea-essentials .junip-product-summary-star {
  width: 15px;
}

.tea-essentials .junip-product-summary-star svg {
  max-width: 12px !important;
}
.tea-essentials .junip-product-summary-review-count {
  font-size: 12px;
  height: 20px;
  margin-top: -2px;
}
/** landing page end*/

.main-nav__item--1:hover .main-nav__label--1:after,
.main-nav__item--1:focus .main-nav__label--1:after,
.main-nav__item--1.main-nav-dropdown--open .main-nav__label--1:after {
  display: none !important;
}
.main-nav__container--2 {
  padding-top: 20px;
}
span.close-icon {
  display: none;
  font-size: 35px;
  font-family: "proxima-nova";
  font-weight: 100;
  color: #4a4a4a !important;
  line-height: 30px;
}
span.plus-icon {
  font-weight: 100;
  font-size: 1.5em;
  font-family: "proxima-nova";
  font-weight: 100;
  color: #4a4a4a !important;
}
.mobile-nav-dropdown__title-1 {
  font-family: "proxima-nova";
  font-size: 16px;
}
.mobile-nav-dropdown__list {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}
.mobile-top-nav .logo {
  line-height: 0 !important;
}
#shopify-section-edc9240c-9984-45b7-ab6e-94ecb555ecee {
  margin-top: -8px !important;
}
.mobile-nav-dropdown__title-1 {
  margin-left: 5px !important;
}
.logo-link {
  margin: 0;
  line-height: 0;
  padding: 0;
  height: auto;
  display: block;
}
.why-us-section {
  background: #f4f4f4;
  padding-top: 62px;
  padding-bottom: 62px;
  padding-left: 75px;
  padding-right: 75px;
}
.why-us-section .row {
  display: flex;
  flex-direction: row;
}
.why-us-section .text-col {
  padding-left: 10%;
  text-align: center;
  padding-right: 10%;
}
.why-us-section .text-col--centered {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.why-us-section h2,
.hero-content h2 {
  font-family: "proxima-nova";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 13px;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #4a4a4a;
  justify-content: center;
}
.hero-content h2.heading {
  margin-bottom: 2rem;
  z-index: 8;
  position: relative;
}
.why-us-section h2 + p {
  font-family: var(--serif), serif;
  font-style: normal;
  font-weight: 500;
  font-size: 42px;
  line-height: 110%;
  display: flex;
  align-items: center;
  text-align: center;
  color: #4a4a4a;
  margin: 0;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .why-us-section h2 + p {
    font-size: 32px;
  }
}

.why-us-section .body-text {
  font-family: "proxima-nova";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 0.02em;
  color: #4a4a4a;
  max-width: 704px;
  margin: 0 auto 30px;
}
.why-us-section .subtext {
  font-family: "proxima-nova";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 13px;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #4a4a4a;
  justify-content: center;
}
.why-us-section .btn {
  /*   background-color: #D6954B!important; */
  background-color: #4a4a4a !important;
  font-family: "proxima-nova";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 13px;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.join-tea-club {
  /* 	background: rgba(244, 244, 244, 0.96); */
  max-width: 90%;
  margin: 16px auto;
}
.join-tea-club .row {
  background: rgba(244, 244, 244, 0.96);
  padding: 80px 160px;
  padding-bottom: 30px;
}
.join-tea-club h2 {
  font-family: var(--serif), serif;
  font-style: normal;
  font-weight: 500;
  font-size: 42px;
  line-height: 36px;
  margin: 0;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  color: #4a4a4a;
}
.join-tea-club h2 + p {
  font-family: "proxima-nova";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 13px;
  /* or 81% */
  justify-content: center;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-top: 15px;
  color: #4a4a4a;
}
.join-tea-club .text {
  font-family: "proxima-nova";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  /* or 156% */
  max-width: 704px;
  margin: auto;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 0.02em;

  color: #4a4a4a;
}
.feature-points ul {
  display: flex;
}
.join-tea-club ul li h5 {
  font-family: "proxima-nova";
  font-style: normal;
  font-weight: 400;
  font-size: 15.3704px;
  line-height: 14px;
  /* or 93% */
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;

  color: #4a4a4a;
}

.join-tea-club ul li {
  position: relative;
  font-family: "proxima-nova";
  font-style: normal;
  font-weight: 400;
  font-size: 15.3704px;
  line-height: 20px;
  /* or 129% */

  letter-spacing: 0.02em;

  color: #4a4a4a;
}
.join-tea-club .btn {
  width: 323px;
  height: 51px;

  font-family: "proxima-nova";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 13px;
  /* identical to box height, or 93% */
  /*     background-color: #D6954B; */
  background-color: #4a4a4a;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;

  color: #ffffff;

  /* Inside auto layout */

  flex: none;
  order: 0;
  flex-grow: 0;
  background: #d6954b;
}
.join-tea-club ul {
  list-style: none;
  margin-top: 50px;
}
.join-tea-club ul li::before {
  content: "\2022"; /* Add content: \2022 is the CSS Code/unicode for a bullet */
  position: absolute;
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  margin-left: -25px; /* Also needed for space (tweak if needed) */
  width: 14px;
  height: 14px;
  font-size: 36px;
  color: #d6954b;
  top: -7px;
}
.feature-points ul h5 {
  margin-top: 0;
}
.feature-points ul {
  padding-left: 25px;
}
#shopify-section-1578083659861 .split-content__cta {
  /*     background: #fff!important; */
  background: #4a4a4a;
  border-color: #4a4a4a !important;
  width: 323px;
  height: 51px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-family: "proxima-nova";
  color: #ffffff !important;
}
.press-grid ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}
.press-grid ul li {
  max-width: 27.5%;
  width: 27.5%;
}
.press-grid ul li img {
  max-width: 100%;
  opacity: 0.5;
}
.press-slider__wrapper .press-slider__image {
  opacity: 0.5;
}
.mobile-only.press-grid {
  display: none;
}
.action-wrapper .icon {
  height: 15px !important;
}
.tea-quiz,
.join-tea-club {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
}
.tea-quiz > *,
.join-tea-club > * {
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 1;
  grid-row-end: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tea-quiz > div {
  padding: 61px 227px;
}

.tea-quiz .text {
  max-width: 400px;
  margin-left: auto;
}
.tea-quiz h2 {
  font-family: var(--serif), serif;
  font-style: normal;
  font-weight: 500;
  font-size: 42px;
  line-height: 36px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #4a4a4a;
  justify-content: center;
}
.tea-quiz h3 {
  font-family: "proxima-nova";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  /* or 156% */
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 0.02em;
  color: #4a4a4a;
}
.tea-quiz .btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px 18px;
  gap: 10px;
  width: 323px;
  height: 51px;
  /* 	background: #FFFFFF; */
  background: #4a4a4a;
  font-family: "proxima-nova";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 13px;
  /* identical to box height, or 93% */
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #ffffff;
}
#shopify-section-1578083743155 .blog-banner__content .cta,
.video_section .btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px 18px;
  gap: 10px;
  min-width: 323px;
  width: 80%;
  height: 51px;
  background: #4a4a4a;
  border-color: #4a4a4a;
  color: #fff;
  font-size: 14px;
  font-family: "proxima-nova";
}
.video_popup {
  display: none;
  position: fixed;
  padding: 5%;
  min-width: 100%;
  height: 100vh;
  overflow: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999999;
  text-align: center;
}
.video_section .video {
  /*   display: none; */
  position: relative;
  max-width: 90%;
  z-index: 99;
}
.video_section .close-btn {
  position: absolute;
  top: 25px;
  right: 2%;
  color: #ffffff;
  border: none;
  font-size: 3rem;
  cursor: pointer;
}
.video_poster {
  cursor: pointer;
}
.video_poster img {
  max-width: 100%;
}
.mobile-only {
  display: none;
}
section:has(.join-tea-club, .tea-quiz) {
  margin: 32px auto;
}
.join-tea-club > .row img {
  max-width: 100%;
  width: 100%;
  height: auto;
  margin: 30px auto;
  display: block;
}
.why-us-section {
  margin-bottom: 40px;
}
.shopify-section-1578083106258 {
  margin-bottom: 35px;
}
.best-sellers-section h2 {
  margin: 50px auto;
}
.cart__count {
  /* 	margin-top: -2px; */
  /*     background-color: #EEE; */
  /* display: block; */
  width: 1.2em;
  height: 1.2em;
  line-height: 1.2;
  /* color: #FFF; */
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 5px;
  right: -14px;
  letter-spacing: 0;
}
.cart-toggle img,
.action--user img {
  /*   width: 17px!important; */
}
.icons-bar {
  margin-left: 20px;
  display: flex;
  align-items: flex-start;
}

.why-us-section .image-col {
  width: 100%;
}

.why-us-section .image-col img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 768px) {
  .video_section .close-btn {
    right: 20px !important;
    top: 7% !important;
    font-size: 4rem;
    z-index: 999;
  }
  .video_popup .video {
    z-index: 9;
  }
  .video_popup {
    padding-top: 20%;
  }
  .cart__count {
    top: 9px !important;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    align-items: center;
    justify-content: center;
    display: flex;
  }
  .cart-toggle img {
    width: auto !important;
  }
  .mobile-only {
    display: block !important;
  }
  .press-slider__wrapper .press-slider__section-heading {
    font-family: var(--serif), serif;
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 36px;
    justify-content: center;
    display: flex;
    align-items: center;
    text-align: center;

    color: #4a4a4a;
  }
  .why-us-section .text-col {
    padding-left: 28px !important;
    padding-right: 28px !important;
  }
  .press-slider__container .VueCarousel {
    display: none !important;
  }
  .mobile-only.press-grid {
    display: block !important;
  }
  .why-us-section .btn {
    min-width: 100% !important;
  }
  .why-us-section .image-col {
    padding: 28px;
    margin: auto;
    margin: 0;
    height: auto;
    padding-top: 28px;
    padding-bottom: 10px;
  }
  .why-us-section .image-col img {
    width: 100%;
    height: auto;
  }
  .why-us-section img {
    max-width: 100%;
  }
  .why-us-section .row {
    flex-direction: column;
    padding-bottom: 28px;
  }
  .why-us-section {
    padding: 0 !important;
  }
  .why-us-section .text-col img {
    width: 85%;
    max-width: 85%;
    margin-top: 15px;
    margin-left: -10%;
  }
  #shopify-section-1578083659861 img {
    transform: scale(2);
    margin-top: 60px;
  }
  #shopify-section-1578083659861 .split-content__main {
    margin: 0;
    padding: 0;
    margin-top: 20px;
    margin-bottom: 40px;
  }
  #shopify-section-1578083659861 .split-content__cta {
    margin-top: 0;
    width: 90%;
    min-width: 90%;
    background: #4a4a4a;
    border-color: #4a4a4a;
    height: 51px;
  }
  .tea-quiz > div {
    padding: 40px 17px;
  }
  .tea-quiz .text {
    max-width: 100%;
  }
  .tea-quiz h2 {
    font-size: 32px;
  }
  .tea-quiz h3 {
    font-size: 14px;
    max-width: 279px;
    margin-left: auto;
    margin-right: auto;
  }
  #shopify-section-1578083743155 .blog-banner__wrapper {
    display: flex;
    flex-direction: column-reverse;
  }
  #shopify-section-1578083743155
    .card__wrapper
    .card__slide--carousel
    .card__image-wrap {
    /*   	max-width: 350px!important; */
    max-width: calc(100vw - 50px);
  }
  #shopify-section-1578083743155 .blog-article-front__heading {
    display: none;
  }
  #shopify-section-1578083743155 .blog-banner__content .cta {
    min-width: calc(100vw - 50px);
    margin-left: -16px;
  }
  .card__wrapper .VueCarousel-navigation-prev[data-v-453ad8cd] {
    margin-left: -68px !important;
    margin-right: initial !important;
  }
  .card__wrapper .VueCarousel-navigation-next[data-v-453ad8cd] {
    margin-right: -68px !important;
    margin-left: initial !important;
  }
  .feature-points ul {
    flex-direction: column;
  }
  .join-tea-club .text {
    text-align: left;
  }
  .join-tea-club a,
  .join-tea-club .btn {
    min-width: 100% !important;
  }
  .join-tea-club .row {
    padding: 30px !important;
  }
  .join-tea-club h2 {
    margin-top: 30px;
  }
  .join-tea-club {
    min-width: 100%;
  }
  .join-tea-club row {
    background-color: #f4f4f4 !important;
  }
  .join-tea-club ul li {
    margin-bottom: 20px;
  }
  .join-tea-club .text {
    font-size: 14px;
    line-height: 18px;
  }
  .cart__count {
    display: flex !important;
  }
  .search-mobile {
    /*     margin-top: -18px; */
  }
  .slide-cart {
    margin-top: 82px !important;
    z-index: 999999999;
  }
  .slide-cart-inner {
    grid-gap: 0 !important;
    /* max-width: 90%!important; */
    overflow-x: hidden !important;
    padding: 2.5em !important;
  }
}

/* @media(min-width: 980px){
  .cart-toggle{
    margin-left: 7px!important;

  }
  .action-wrapper .link{
    margin-left: 1em!important;
  }
}
 */

.cart-btn.shop-all {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px 18px;
  gap: 10px;
  width: 100%;
  height: 51px;
  background: #4a4a4a;
  font-family: "proxima-nova";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 13px;
  /* identical to box height, or 93% */
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #ffffff;
  /* Inside auto layout */
  flex: none;
  order: 0;
  flex-grow: 0;
  text-decoration: none !important;
  margin-bottom: 12px;
}
.cart-btn.tea-quiz {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px 18px;
  gap: 10px;
  width: 100%;
  height: 51px;
  background: #d6954b;
  font-family: "proxima-nova";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 13px;
  /* identical to box height, or 93% */
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #ffffff;
  /* Inside auto layout */
  flex: none;
  order: 0;
  flex-grow: 0;
  text-decoration: none !important;
}
.empty-cart-text {
  font-family: var(--serif), serif;
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 13px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #4a4a4a;
  justify-content: center;
}
.empty-cart-text-subtext {
  font-family: "proxima-nova";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 13px;
  /* or 108% */
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 0.1em;
  color: #d6954b;
  margin-bottom: 24px;
  justify-content: center;
  text-decoration: none;
}
.bundle-save {
  display: none !important;
  width: 100%;
  height: auto;
  border: 1px solid #d6954b;
  padding: 15px;
  margin-bottom: 20px;
  /* opacity: 0!important; */
  /* height: 0!important; */
}

.bundle-save h3 {
  font-family: "proxima-nova";
  font-style: normal;
  font-weight: 700;
  font-size: 11px;
  line-height: 15px;
  /* or 136% */
  margin: 0;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #4a4a4a;
}
.bundle-save .product-image {
  width: 60px;
  height: 60px;
  background-image: url("/cdn/shop/t/45/assets/20230110_ArtofTea_0029.jpg?v=1685649358");
  background-size: cover;
  background-position: center;
}
.bundle-save .bundle-product {
  display: flex;
  gap: 20px;
  align-items: flex-end;
}
.bundle-save .product-data h4 {
  font-family: "proxima-nova";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 15px;
  /* or 107% */
  display: flex;
  align-items: center;
  color: #4a4a4a;
  margin-bottom: 10px;
  margin-top: 0;
}
.bundle-save .product-data .bundle-discount {
  font-family: "proxima-nova";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
  /* or 115% */
  display: flex;
  align-items: center;
  color: #d6954b;
  margin-left: 10px;
}
.bundle-save .btn {
  /* Auto layout */
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px 18px;
  gap: 10px;
  width: 179px;
  height: 32px;
  background: #d6954b;
  font-family: "proxima-nova";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 13px;
  /* identical to box height, or 108% */
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #ffffff;
  /* Inside auto layout */
  flex: none;
  order: 0;
  flex-grow: 0;
  border: none;
  cursor: pointer;
}
.bundle-save .btn .price {
  font-weight: 900;
}
.cart-toggle {
  padding: 0 !important;
}
#emptyCartPage-recproducts .product-grid,
#emptyCart-recproducts .product-grid {
  display: flex;
  gap: 10%;
  flex-wrap: wrap;
}
#emptyCartPage-recproducts .product-grid .grid-item,
#emptyCart-recproducts .product-grid .grid-item {
  width: 45%;
  max-width: 45%;
}
#emptyCartPage-recproducts .product-grid .grid-item img,
#emptyCart-recproducts .product-grid .grid-item img {
  max-width: 100%;
}
#emptyCartPage-recproducts,
#emptyCart-recproducts {
  max-width: 300px;
  margin-bottom: 32px;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
}
.cart .buttons-container {
  max-width: 300px;
  margin: auto;
}
#emptyCartPage-recproducts .product-grid .grid-item h3,
#emptyCart-recproducts .product-grid .grid-item h3 {
  margin-top: 8px !important;
}
#emptyCartPage-recproducts .product-grid .grid-item a,
#emptyCart-recproducts .product-grid .grid-item a {
  font-family: var(--serif), serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 15px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #4a4a4a;
  text-decoration: none;
  flex-direction: column;
}
.cart-progress {
  width: calc(100% + 60px);
  margin-left: -30px;
  padding-top: 15px;
  height: auto !important;
  display: flex;
  flex-direction: column;
}
.cart-progress .progressBar {
  background: #ffffff;
  border-radius: 50px;
  width: 100%;
  height: 10px;
}
.innerProgress {
  height: 10px;
  background: #d9d9d9;
  border-radius: 50px;
}
.cart-item .cart-item__footer {
  display: none !important;
}
.cart-item {
  grid-template-columns: minmax(100px, 120px) auto !important;
}
.cart-item__inc {
  min-width: 100%;
  display: flex;
  max-width: 100%;
}

.cart-item__inc .free {
  font-family: "proxima-nova";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  /* or 125% */
  display: flex;
  align-items: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #4a4a4a;
}

.cart-item__inc footer {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
}
.cart-item__inc a {
  justify-content: flex-end !important;
  font-family: "proxima-nova";
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 15px;
  /* or 150% */
  display: flex;
  text-align: right;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(74, 74, 74, 0.6);
}
.cart-item .product-price {
  font-family: "proxima-nova";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  /* or 125% */
  display: flex;
  align-items: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #4a4a4a;
  margin-bottom: 20px;
}
.cart-checkout-button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px 18px;
  gap: 10px;
  width: 100%;
  height: 51px;
  background: #4a4a4a;
  font-family: "proxima-nova";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 13px;
  /* identical to box height, or 93% */
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #ffffff;
  /* Inside auto layout */
  min-width: 100%;
}
.cart-checkout-button img {
  margin-top: -2px;
}
.slide-cart .gift-message-trigger {
  display: none !important;
}
.cart .slide-cart-inner {
  max-height: initial !important;
}
.product-form .product-form__add-to-cart {
  margin: 15px 0;
}
.product-form .product-form__atc-container {
  flex-direction: column !important;
}
@media (min-width: 601px) AND (max-width: 1041px) {
  .toggle-mobile-nav {
    display: flex;
  }
  .mobile-top-nav {
    display: flex;
  }
  .search-toggle {
    flex: 1;
    margin-right: 0;
    align-items: flex-end;
    justify-content: flex-end;
    display: flex;
  }
}
@media (max-width: 1041px) {
  .search-toggle .icon,
  .cart-toggle .icon,
  .toggle-mobile-nav img {
    /*     min-height: 1.5em!important; */
    width: auto !important;
  }
  .cart__count {
    top: 9px !important;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    /* top: 0!important; */
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    /* height: 20px; */
    align-items: center;
    justify-content: center;
    display: flex;
  }
}
@media (min-width: 1042px) AND (max-width: 1241px) {
  .site-nav__link {
    padding: 0 5px !important;
    margin-right: 5px !important;
  }
  .site-nav-new {
    min-width: 60% !important;
    margin-left: 40px !important;
  }
}
@media (min-width: 1241px) {
  .cart__count {
    position: absolute;
    top: 9.5px;
    right: 2px;
  }
}
.mobile-nav-dropdown__chevron {
  /* 	margin-top: 6px!important; */
}
.mobile-nav-dropdown__header {
  justify-content: flex-start !important;
}
.toggle-mobile-nav {
  text-align: left;
}
.mobile-top-nav .logo {
  min-width: 53% !important;
}
.search-toggle,
.cart-toggle,
.action-wrapper a {
  margin-left: 11px !important;
}
.action--user {
  margin-left: 14px !important;
}
.search-toggle img,
.search-toggle .icon,
.action--user .icon,
.action--user img,
.cart-toggle .icon,
.action-wrapper img {
  min-height: 20px !important;
  max-height: 20px !important;
  width: auto !important;
}
.mobile-nav-dropdown__header-0 {
  display: flex;
  align-items: center;
}
.mobile-nav {
  z-index: 999 !important;
}
.search-mobile.search-opened {
  z-index: 99999 !important;
}
.mobile-nav-dropdown__list-item .search-toggle-mobile {
  display: none !important;
}
#insta-feed > div {
  /*   width: 100%; */
}
.ig-section-wrapper .ig-feed {
  /*     display: flex!important;
    align-items: flex-end; */
}
.ig-section-wrapper #insta-feed {
  display: block !important;
}
@media (min-width: 700px) {
  .ig-section-wrapper .ig-feed .block-first {
    margin-top: 80px;
  }
  .feature-points ul {
    gap: 50px;
  }
  .join-tea-club ul li h5 {
    line-height: 24px !important;
  }
}
.ig-section-wrapper .ig-feed .block-first {
  /*   display: none!important; */
}
@media (max-width: 699px) {
  .ig-section-wrapper .ig-feed .instafeed-container,
  .instafeed-container {
    min-width: 100% !important;
  }
  .whyus-icons {
    /*     align-items: center!important; */
  }
}
.whyus-icons {
  list-style: none;
  margin: 30px auto;
  padding: 0;
  display: flex;
  gap: 45px;
  align-items: flex-end;
  justify-content: center;
}
.whyus-icons li img {
  max-height: 55px !important;
}
.whyus-icons .caption {
  display: block;
  color: rgb(74, 74, 74);
  cursor: default;
  font-family: proxima-nova, sans-serif;
  font-size: 9.2px;
  font-weight: 400;
  line-height: 18.4844px;
  letter-spacing: 1px;
  list-style-type: none;
  text-align: center;
  text-decoration-color: rgb(74, 74, 74);
  text-decoration-line: none;
  text-decoration-style: solid;
  text-decoration-thickness: auto;
  text-rendering: optimizespeed;
  text-transform: uppercase;
}
.hero__cta.cta,
a.cta,
.split-content__cta.cta,
.split-content__wrapper.split-content__wrapper--left
  .split-content__main
  .split-content__cta,
.join-tea-club .btn,
.video_section .btn {
  background-color: #4a4a4a !important;
  color: #fff !important;
  border-color: #4a4a4a !important;
}
.newsletter__inline-submit:hover,
.newsletter__inline-submit:focus,
.hero__cta.cta:hover,
a.cta:hover,
.split-content__cta.cta:hover,
.best-sellers-section .section_btn_link:hover,
.section-btn:hover,
.why-us-section .btn:hover,
.join-tea-club .btn:hover,
.tea-quiz .btn:hover,
.split-content__wrapper.split-content__wrapper--left
  .split-content__main
  .split-content__cta:hover,
.video_section .btn:hover,
.video_section .btn:focus {
  background-color: #666666 !important;
  color: #ffffff !important;
  border-color: #666666 !important;
}
.video_section {
  display: flex;
  gap: 30px;
  align-items: center;
  margin: 50px auto;
  flex-direction: column;
  margin-top: -50px !important;
}
.video,
.video_content {
  min-width: 70%;
  margin: auto;
}
.video_text {
  max-width: 500px;
  padding: 30px 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  margin-top: 0;
  justify-content: center;
  /* text-align: left; */
  padding-bottom: 20px;
  margin-bottom: 0;
  font-size: 2.5em;
  /* margin: 1em auto; */
  font-family: var(--serif), serif;
  line-height: 1.2;
  font-weight: 200;
  /* max-width: 472px; */
  margin: auto;
}
.video_content .section-btn {
  margin-left: 0;
}
.video_content {
  /* padding-left: 80px; */
}
.video_content .btn {
  margin-left: 30px;
  margin-top: 30px;
  max-width: 120px;
  text-decoration: none;
  min-width: 0;
}
.desktop-hero-section .hero-text h1 {
  font-size: 52px;
  font-weight: 500;
  line-height: 57px;
  letter-spacing: 0em;
  text-align: center;
  max-width: 464px !important;
  min-width: 464px;
}
.hero-content h1.less-margin {
  margin-bottom: 0.25rem;
}
@media (min-width: 768px) {
  .mobile-hero-section {
    display: none !important;
  }
  .hero-content:before {
    top: -92px !important;
  }
}
@media (max-width: 767px) {
  .desktop-hero-section {
    display: none !important;
  }
}
@media (max-width: 699px) {
  .video_section {
    flex-direction: column;
    gap: 0;
  }
  .video_content {
    margin-left: 0;
    padding-left: 0;
    margin: 20px auto;
  }
  .video_text {
    padding: 10px 30px;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
  }
  .video_content .btn {
    margin-top: 10px;
    min-width: 120px;
  }
  .video_text {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }
  .video_content .section-btn {
    max-width: calc(100% - 70px) !important;
    margin: 30px;
  }
  .video,
  .video_content {
    min-width: 100%;
    padding: 10px 20px;
  }
}
.desktop-hero-section {
  display: flex;
  min-width: 100%;
  flex-direction: row;
  /*     align-items: center; */
}
.desktop-hero-section .hero-content,
.desktop-hero-section .hero-img {
  min-width: 50%;
  flex: 1;
  display: flex;
  /*     flex-direction: column; */
}
.desktop-hero-section .hero-content {
  background-image: url("/cdn/shop/t/45/assets/Rectangle%20227.png?v=1689364404");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  align-items: center;
  justify-content: center;
}
.swatch-button.selected,
.swatch-button {
  color: #4a4a4a !important;
}
.cls-1[data-v-718ce333] {
  fill: none;
  stroke: #000;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 4px;
}
.cls-1[data-v-1ea9cd4a] {
  fill: none;
  stroke: #000;
  stroke-linecap: round;
  stroke-miterlimit: 10;
  stroke-width: 4px;
}
.cls-1[data-v-f315b432],
.cls-2[data-v-550a1a9f] {
  stroke: #000;
  stroke-linecap: round;
  stroke-miterlimit: 10;
  stroke-width: 4px;
}
.cls-1[data-v-06de5f63] {
  fill: none;
  stroke: #000;
  stroke-linecap: round;
  stroke-miterlimit: 10;
  stroke-width: 4px;
}
.cls-1[data-v-06de5f63] {
  fill: none;
  stroke: #000;
  stroke-linecap: round;
  stroke-miterlimit: 10;
  stroke-width: 4px;
}
.cls-1[data-v-1ea9cd4a] {
  fill: none;
  stroke: #000;
  stroke-linecap: round;
  stroke-miterlimit: 10;
  stroke-width: 4px;
}
.cls-2[data-v-f315b432] {
  fill: none;
}
.cls-1[data-v-f315b432],
.cls-2[data-v-f315b432] {
  stroke: #000;
  stroke-linecap: round;
  stroke-miterlimit: 10;
  stroke-width: 4px;
}

.cls-1[data-v-284dfb67] {
  fill: none;
  stroke: #000;
  stroke-linecap: round;
  stroke-miterlimit: 10;
  stroke-width: 4px;
}
.blog-nav__item .ais-Autocomplete div[role="combobox"] {
  margin-top: 5px !important;
}
.search-desktop:nth-child(2) {
  /* display: none!important; */
}
@media (max-width: 1041px) {
  .cart-checkout {
    margin-bottom: 25px;
  }
}
@media (max-width: 400px) {
  .bundle-save .btn {
    width: auto !important;
    font-size: 11px !important;
  }
}
.quick-view-section {
  background-color: transparent !important;
  bottom: -17px !important;
}
.quick-view-button__container {
  background-color: #fff;
  margin-bottom: -19px;
}
.recipe-blog-template a,
.page-referral a,
.template-page .content a,
.partnersPage a,
.page-hero a,
.template-article .content a,
.page-tea-of-the-month a {
  color: var(--gold);
  text-decoration: none;
}
.product-form__description a {
  color: var(--gold);
  text-decoration: none;
}
.subscriptions-button {
  color: #fff !important;
}
.account-address a,
.account-sidebar a,
.orders-list-table a,
#customer_logout_link,
.account-details a.btn,
.login-form-wrapper a {
  color: var(--gold);
}

#greeting-card-message-container {
  margin: 20px 0;
}
#greeting-card-message-container input,
#greeting-card-message-container label {
  display: block;
  width: 100%;
}
#greeting-card-message-container input {
  padding: 10px;
}

/* PDP Reviews Display */

.junip-recommendation-container,
.junip-review-vote-container,
.junip-filters-label,
.junip-filter-checkbox-container,
.junip-avatar {
  display: none;
}

.junip-btn.junip-btn-sm.junip-write-review-cta {
  color: var(--white);
  padding: 1.25em 2em;
  background: var(--dgray);
  border: none;
  cursor: pointer;
  font-size: 14px;
}

.junip-product-review-title {
  font-size: 2.67em;
}
.footer-tabs {
  max-width: 980px;
  margin: 20px auto;
}

.footer-tabs .totm-tab {
  padding: 0 1.2em;
}

.gorgias-chat-key-1vly0ou {
  z-index: 999999 !important;
}
