.hero-section {
  margin-bottom: -1px;
}
.hero-section .wp-block-cover {
  margin-top: -1px !important;
  margin-bottom: 0 !important;
  padding: 0 !important;
  max-height: 668px;
  width: 100%;
  overflow-y: visible;
}
@media screen and (max-width: 781px) {
  .hero-section .wp-block-cover {
    aspect-ratio: auto !important;
  }
}
.hero-section .wp-block-cover .wp-block-cover__inner-container {
  padding: 202px 16px 291px;
  max-height: 100%;
  z-index: 1;
}
@media screen and (max-width: 781px) {
  .hero-section .wp-block-cover .wp-block-cover__inner-container {
    padding-top: 192px !important;
    padding-bottom: 143px !important;
  }
}
.hero-section .wp-block-cover .wp-block-cover__inner-container .wp-block-heading {
  font-size: 119px;
  font-weight: 300;
  line-height: 1;
}
@media screen and (max-width: 781px) {
  .hero-section .wp-block-cover .wp-block-cover__inner-container .wp-block-heading {
    font-size: 68px;
    line-height: 67px;
    letter-spacing: 2.04px;
  }
}
.hero-section .wp-block-cover .wp-block-cover__inner-container p {
  font-size: 28px;
  font-weight: 300;
  line-height: 1;
  max-width: 920px;
}
@media screen and (max-width: 781px) {
  .hero-section .wp-block-cover .wp-block-cover__inner-container p {
    font-size: 19px;
    line-height: 28px;
    letter-spacing: 0.57px;
  }
}
.hero-section .wp-block-cover .wp-block-cover__inner-container .down-arrow-icon {
  margin: 0;
  position: absolute;
  bottom: -74px;
  left: 50%;
  translate: -50% 0;
}
@media screen and (max-width: 781px) {
  .hero-section .wp-block-cover .wp-block-cover__inner-container .down-arrow-icon {
    bottom: -60px;
  }
}
.hero-section .wp-block-cover .wp-block-cover__inner-container .down-arrow-icon img {
  height: 148px;
}
@media screen and (max-width: 781px) {
  .hero-section .wp-block-cover .wp-block-cover__inner-container .down-arrow-icon img {
    height: 120px;
  }
}

@media screen and (max-width: 781px) {
  .find-retailer-section {
    background-color: var(--wp--preset--color--custom-dark-violet) !important;
    padding-top: 18px !important;
    padding-bottom: 25px !important;
  }
}
.find-retailer-section .retailer-search-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 13px 25px;
}
@media screen and (max-width: 781px) {
  .find-retailer-section .retailer-search-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.find-retailer-section .retailer-search-container .retailer-text {
  color: var(--wp--preset--color--custom-white);
  font-size: 18px;
  font-weight: 300;
  white-space: nowrap;
}
@media screen and (max-width: 781px) {
  .find-retailer-section .retailer-search-container .retailer-text {
    font-size: 13px;
    line-height: 20.6px;
  }
}
.find-retailer-section .retailer-search-container .retailer-search-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-radius: 7px;
  overflow: hidden;
  width: 100%;
  max-width: 548px;
}
@media screen and (max-width: 781px) {
  .find-retailer-section .retailer-search-container .retailer-search-form {
    border-radius: 5px;
    max-width: 358px;
  }
}
.find-retailer-section .retailer-search-container .retailer-search-form input {
  border: none;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 19px 20px 20px 58px;
  outline: none;
  font-size: 18px;
  font-weight: 400;
  color: var(--wp--preset--color--custom-text-gray);
  background: var(--wp--preset--color--custom-white) url("../svg/location-icon.svg") no-repeat 22px center;
}
@media screen and (max-width: 781px) {
  .find-retailer-section .retailer-search-container .retailer-search-form input {
    padding: 10px 10px 11px 43px;
    font-size: 13px;
    background-position-x: 16px;
    background-size: 16px;
    width: 100%;
  }
}
.find-retailer-section .retailer-search-container .retailer-search-form input::-webkit-input-placeholder {
  color: #7A7A7A;
  font-family: "Gantari";
}
.find-retailer-section .retailer-search-container .retailer-search-form input::-moz-placeholder {
  color: #7A7A7A;
  font-family: "Gantari";
}
.find-retailer-section .retailer-search-container .retailer-search-form input:-ms-input-placeholder {
  color: #7A7A7A;
  font-family: "Gantari";
}
.find-retailer-section .retailer-search-container .retailer-search-form input::-ms-input-placeholder {
  color: #7A7A7A;
  font-family: "Gantari";
}
.find-retailer-section .retailer-search-container .retailer-search-form input::placeholder {
  color: #7A7A7A;
  font-family: "Gantari";
}
@media screen and (max-width: 781px) {
  .find-retailer-section .retailer-search-container .retailer-search-form input::-webkit-input-placeholder {
    color: #626262;
  }
  .find-retailer-section .retailer-search-container .retailer-search-form input::-moz-placeholder {
    color: #626262;
  }
  .find-retailer-section .retailer-search-container .retailer-search-form input:-ms-input-placeholder {
    color: #626262;
  }
  .find-retailer-section .retailer-search-container .retailer-search-form input::-ms-input-placeholder {
    color: #626262;
  }
  .find-retailer-section .retailer-search-container .retailer-search-form input::placeholder {
    color: #626262;
  }
}
.find-retailer-section .retailer-search-container .retailer-search-form button {
  background-color: var(--wp--preset--color--custom-dark-violet);
  color: var(--wp--preset--color--custom-white);
  outline: none;
  border: none;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  cursor: pointer;
  white-space: nowrap;
  padding: 21px 26px;
}
@media screen and (max-width: 781px) {
  .find-retailer-section .retailer-search-container .retailer-search-form button {
    padding: 14px 20px;
    font-size: 12px;
    letter-spacing: 0.96px;
    background-color: var(--wp--preset--color--custom-golden);
  }
}
.find-retailer-section .retailer-search-container .retailer-search-form button:hover {
  background-color: var(--wp--preset--color--custom-text-gray);
}

.awards-section {
  overflow: hidden;
}
@media screen and (max-width: 781px) {
  .awards-section {
    padding-top: 22px !important;
    padding-bottom: 24px !important;
  }
}
.awards-section .awards-wrapper {
  max-width: 1000px;
}
.awards-section .awards-wrapper .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
          transition-timing-function: linear !important;
}
@media screen and (max-width: 1024px) {
  .awards-section .awards-wrapper {
    overflow: visible;
  }
}
.awards-section .awards-wrapper .award-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.awards-section .awards-wrapper .award-item img {
  width: 112px;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 781px) {
  .awards-section .awards-wrapper .award-item img {
    width: 70px;
  }
}
.awards-section .awards-container {
  margin: 0 auto;
}
.awards-section .awards-container .awards-wrapper {
  max-width: 1000px;
}
.awards-section .awards-container .awards-wrapper .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
          transition-timing-function: linear !important;
}
@media screen and (max-width: 1024px) {
  .awards-section .awards-container .awards-wrapper {
    overflow: visible;
  }
}
.awards-section .awards-container .awards-wrapper .award-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.awards-section .awards-container .awards-wrapper .award-item img {
  width: 112px;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 781px) {
  .awards-section .awards-container .awards-wrapper .award-item img {
    width: 70px;
  }
}

.discover-section {
  overflow: hidden;
}
@media screen and (max-width: 781px) {
  .discover-section {
    padding-top: 94px !important;
  }
}
.discover-section .small-title {
  font-family: var(--wp--preset--font-family--cormorant-garamond);
  font-size: 28px;
  line-height: 34px;
  letter-spacing: 1.96px;
}
@media screen and (max-width: 781px) {
  .discover-section .small-title {
    font-size: 20px;
    letter-spacing: 1.4px;
    margin-bottom: -10px;
  }
}
.discover-section .wp-block-heading {
  font-size: 92px;
  line-height: 1;
}
@media screen and (max-width: 781px) {
  .discover-section .wp-block-heading {
    font-size: 42px;
    font-weight: 500;
    margin-bottom: -10px;
  }
}
.discover-section > p {
  max-width: 650px;
  font-size: 20px;
  line-height: 30px;
}
@media screen and (max-width: 781px) {
  .discover-section > p {
    font-size: 13px;
    line-height: 20px;
    padding: 0 17px;
  }
}
@media screen and (max-width: 781px) {
  .discover-section .wp-block-spacer {
    height: 30px !important;
  }
}
.discover-section .innovation-swiper {
  border-top: 1px solid rgba(255, 255, 255, 0.3019607843);
}
.discover-section .innovation-swiper:not(.swiper-pagination-disabled) {
  padding-bottom: 40px;
}
@media screen and (max-width: 781px) {
  .discover-section .innovation-swiper {
    margin-left: -16px !important;
    margin-right: -16px !important;
  }
}
.discover-section .innovation-swiper .swiper-wrapper .swiper-slide {
  height: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 460px;
  padding: 83px 40px 45px;
}
@media screen and (max-width: 781px) {
  .discover-section .innovation-swiper .swiper-wrapper .swiper-slide {
    padding: 74px 37px 53px !important;
    min-height: 426px;
  }
}
@media screen and (max-width: 781px) {
  .discover-section .innovation-swiper .swiper-wrapper .swiper-slide.active {
    background-color: var(--wp--preset--color--custom-golden);
  }
  .discover-section .innovation-swiper .swiper-wrapper .swiper-slide.active p {
    display: block !important;
  }
  .discover-section .innovation-swiper .swiper-wrapper .swiper-slide.active .arrow-icon {
    display: block !important;
  }
}
@media screen and (min-width: 782px) {
  .discover-section .innovation-swiper .swiper-wrapper .swiper-slide:hover {
    background-color: var(--wp--preset--color--custom-golden);
  }
  .discover-section .innovation-swiper .swiper-wrapper .swiper-slide:hover p {
    display: block;
  }
  .discover-section .innovation-swiper .swiper-wrapper .swiper-slide:hover .arrow-icon {
    display: block;
  }
}
.discover-section .innovation-swiper .swiper-wrapper .swiper-slide img {
  max-height: 73px;
  -o-object-fit: contain;
     object-fit: contain;
}
.discover-section .innovation-swiper .swiper-wrapper .swiper-slide p {
  color: var(--wp--preset--color--custom-white) !important;
  display: none;
  font-size: 17px;
  line-height: 24px;
  letter-spacing: 0.51px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (max-width: 781px) {
  .discover-section .innovation-swiper .swiper-wrapper .swiper-slide p {
    font-size: 13px;
    line-height: 20.6px;
  }
}
.discover-section .innovation-swiper .swiper-wrapper .swiper-slide .arrow-icon {
  display: none;
}
.discover-section .innovation-swiper .swiper-wrapper .swiper-slide .arrow-icon img {
  width: 55px;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 781px) {
  .discover-section .innovation-swiper .swiper-wrapper .swiper-slide .arrow-icon img {
    width: 38px;
  }
}
.discover-section .innovation-swiper .swiper-pagination {
  bottom: 0;
  height: 40px;
  padding-top: 20px;
  background-color: var(--wp--preset--color--custom-light-cream);
}
.discover-section .innovation-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  vertical-align: middle;
  margin: 0 7px;
}
@media screen and (max-width: 781px) {
  .discover-section .innovation-swiper .swiper-pagination .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
    margin: 0 5px;
  }
}
.discover-section .innovation-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 13px;
  height: 13px;
  background-color: #4D4D4D;
}
@media screen and (max-width: 781px) {
  .discover-section .innovation-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 10px;
    height: 10px;
  }
}

.explore-section {
  overflow: hidden;
}
@media screen and (max-width: 781px) {
  .explore-section {
    padding-top: 54px !important;
    padding-bottom: 42px !important;
  }
}
.explore-section .small-title {
  font-family: var(--wp--preset--font-family--cormorant-garamond);
  font-size: 28px;
  line-height: 34px;
  letter-spacing: 1.96px;
}
@media screen and (max-width: 781px) {
  .explore-section .small-title {
    font-size: 20px;
    letter-spacing: 1.4px;
    margin-bottom: -10px;
  }
}
.explore-section .wp-block-heading {
  font-size: 88px;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 781px) {
  .explore-section .wp-block-heading {
    font-size: 42px;
    font-weight: 500;
  }
}
.explore-section .wp-block-separator {
  width: 130px;
  margin-top: 44px;
  margin-bottom: 50px;
}
@media screen and (max-width: 781px) {
  .explore-section .wp-block-separator {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.explore-section > p {
  max-width: 650px;
  font-size: 20px;
  line-height: 30px;
}
@media screen and (max-width: 781px) {
  .explore-section > p {
    font-size: 13px;
    font-weight: 400;
    line-height: 20.6px;
  }
}
.explore-section .product-category-container {
  position: relative;
  padding-bottom: 130px;
  overflow: visible;
  margin-top: 86px;
}
@media screen and (max-width: 781px) {
  .explore-section .product-category-container {
    margin-top: 50px;
    padding-bottom: 78px;
    margin-left: -16px !important;
    margin-right: -16px !important;
  }
}
.explore-section .product-category-container .swiper-wrapper {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (max-width: 781px) {
  .explore-section .product-category-container .category-item.swiper-slide-active .category-content {
    display: block !important;
  }
}
.explore-section .product-category-container .category-item .category-card {
  position: relative;
  height: 100%;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.explore-section .product-category-container .category-item .category-card:hover .category-content {
  display: block;
}
.explore-section .product-category-container .category-item .category-card .category-image {
  height: 620px;
  width: 100%;
  overflow: hidden;
}
.explore-section .product-category-container .category-item .category-card .category-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.8s ease;
  transition: -webkit-transform 0.8s ease;
  transition: transform 0.8s ease;
  transition: transform 0.8s ease, -webkit-transform 0.8s ease;
}
@media screen and (max-width: 781px) {
  .explore-section .product-category-container .category-item .category-card .category-image {
    height: 310px;
  }
}
.explore-section .product-category-container .category-item .category-card .category-content {
  position: absolute;
  bottom: 0;
  left: 0;
  background: var(--wp--preset--color--custom-white);
  padding: 30px 46px 50px;
  z-index: 10;
  min-width: 80%;
  display: none;
}
@media screen and (max-width: 781px) {
  .explore-section .product-category-container .category-item .category-card .category-content {
    padding: 25px 16px 35px;
  }
}
.explore-section .product-category-container .category-item .category-card .category-content .category-title {
  color: #333;
  font-size: 46px;
  font-weight: 400;
  line-height: 1;
  margin: 0;
}
@media screen and (max-width: 781px) {
  .explore-section .product-category-container .category-item .category-card .category-content .category-title {
    font-size: 27px;
  }
}
.explore-section .product-category-container .category-item .category-card .category-content .category-link {
  margin-top: 20px;
  text-transform: uppercase;
  color: var(--wp--preset--color--custom-text-gray);
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1.6px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}
@media screen and (max-width: 781px) {
  .explore-section .product-category-container .category-item .category-card .category-content .category-link {
    font-size: 13px;
    letter-spacing: 1.3px;
  }
}
.explore-section .product-category-container .category-item .category-card .category-content .category-link:after {
  content: "";
  width: 20px;
  height: 20px;
  margin-left: 20px;
  display: inline-block;
  background: url("../svg/dark-arrow-right.svg");
}
@media screen and (max-width: 781px) {
  .explore-section .product-category-container .category-item .category-card .category-content .category-link:after {
    width: 16px;
    height: 16px;
    margin-left: 13px;
    background-size: 16px;
  }
}
.explore-section .product-category-container .category-item .category-card .category-content .category-link:hover {
  text-decoration: underline;
}
.explore-section .product-category-container .category-item .category-card:hover .category-image img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.explore-section .product-category-container .swiper-pagination {
  bottom: 3px !important;
  left: 0 !important;
  color: var(--wp--preset--color--custom-text-gray);
  font-family: var(--wp--preset--font-family--cormorant-garamond);
  font-size: 26px;
  font-weight: 500;
  line-height: 50px;
  letter-spacing: 0.78px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}
@media screen and (max-width: 781px) {
  .explore-section .product-category-container .swiper-pagination {
    font-size: 18px;
    letter-spacing: 0.54px;
    bottom: -5px !important;
    margin: 0 16px;
  }
}
.explore-section .product-category-container .swiper-pagination .swiper-pagination-current:before {
  content: "0";
}
.explore-section .product-category-container .swiper-pagination .swiper-pagination-total:before {
  content: "0";
}
.explore-section .product-category-container .swiper-scrollbar {
  position: absolute;
  bottom: 27px;
  left: 146px;
  width: 50%;
  height: 1px !important;
  background: #e0e0e0 !important;
}
@media screen and (max-width: 781px) {
  .explore-section .product-category-container .swiper-scrollbar {
    left: 74px;
    bottom: 19px;
    width: 42%;
    margin: 0 16px;
  }
}
.explore-section .product-category-container .swiper-scrollbar .swiper-scrollbar-drag {
  background: #8b8334 !important;
  height: 1px;
}
.explore-section .product-category-container .swiper-button-prev,
.explore-section .product-category-container .swiper-button-next {
  top: auto;
  bottom: 0;
  width: 55px;
  height: 55px;
  border: 1px solid var(--wp--preset--color--custom-golden);
  margin: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition: none;
  transition: none;
}
@media screen and (max-width: 781px) {
  .explore-section .product-category-container .swiper-button-prev,
.explore-section .product-category-container .swiper-button-next {
    width: 38px;
    height: 38px;
    margin: 0 16px;
  }
}
.explore-section .product-category-container .swiper-button-prev:hover,
.explore-section .product-category-container .swiper-button-next:hover {
  background-color: var(--wp--preset--color--custom-golden);
}
.explore-section .product-category-container .swiper-button-prev:after,
.explore-section .product-category-container .swiper-button-next:after {
  content: "";
  width: 20px;
  height: 20px;
  display: inline-block;
}
@media screen and (max-width: 781px) {
  .explore-section .product-category-container .swiper-button-prev:after,
.explore-section .product-category-container .swiper-button-next:after {
    width: 15px;
    height: 15px;
    background-size: 15px !important;
  }
}
.explore-section .product-category-container .swiper-button-prev {
  right: 54px;
  left: auto;
  border-radius: 6px 0 0 6px;
}
@media screen and (max-width: 781px) {
  .explore-section .product-category-container .swiper-button-prev {
    right: 37px;
    border-radius: 5px 0 0 5px;
  }
}
.explore-section .product-category-container .swiper-button-prev:after {
  background: url("../svg/gold-arrow-left.svg");
}
.explore-section .product-category-container .swiper-button-prev:hover:after {
  background: url("../svg/white-arrow-left.svg");
}
.explore-section .product-category-container .swiper-button-next {
  right: 0;
  border-radius: 0 6px 6px 0;
}
@media screen and (max-width: 781px) {
  .explore-section .product-category-container .swiper-button-next {
    border-radius: 0 5px 5px 0;
  }
}
.explore-section .product-category-container .swiper-button-next:after {
  background: url("../svg/gold-arrow-right.svg");
}
.explore-section .product-category-container .swiper-button-next:hover {
  background-color: var(--wp--preset--color--custom-golden);
}
.explore-section .product-category-container .swiper-button-next:hover:after {
  background: url("../svg/white-arrow-right.svg");
}

.testimonial-section {
  overflow: hidden;
}
@media screen and (max-width: 781px) {
  .testimonial-section {
    padding-top: 59px !important;
    padding-bottom: 52px !important;
  }
}
.testimonial-section .small-title {
  font-family: var(--wp--preset--font-family--cormorant-garamond);
  font-size: 28px;
  line-height: 34px;
  letter-spacing: 1.96px;
}
@media screen and (max-width: 781px) {
  .testimonial-section .small-title {
    font-size: 20px;
    margin-bottom: -10px;
    letter-spacing: 1.4px;
  }
}
.testimonial-section .wp-block-heading {
  font-size: 68px;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 781px) {
  .testimonial-section .wp-block-heading {
    font-size: 39px;
  }
}
.testimonial-section .testimonial-section-container {
  padding: 30px 0 74px;
  overflow: visible;
}
@media screen and (max-width: 781px) {
  .testimonial-section .testimonial-section-container {
    padding: 21px 0 57px;
  }
}
.testimonial-section .testimonial-section-container .swiper-slide {
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
  opacity: 0.3;
  -webkit-box-shadow: 0 15.04px 80.573px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 15.04px 80.573px 0 rgba(0, 0, 0, 0.12);
}
.testimonial-section .testimonial-section-container .swiper-slide-active {
  opacity: 1;
  background: var(--wp--preset--color--custom-white);
}
.testimonial-section .testimonial-section-container .testimonial-card {
  background: var(--wp--preset--color--custom-white);
  padding: 77px 90px 66px;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: auto;
}
@media screen and (max-width: 781px) {
  .testimonial-section .testimonial-section-container .testimonial-card {
    padding: 46px 40px 51px;
  }
}
.testimonial-section .testimonial-section-container .testimonial-card .testimonial-stars {
  font-size: 30px;
  letter-spacing: 1px;
}
@media screen and (max-width: 781px) {
  .testimonial-section .testimonial-section-container .testimonial-card .testimonial-stars {
    font-size: 20px;
  }
}
.testimonial-section .testimonial-section-container .testimonial-card .testimonial-content {
  color: var(--wp--preset--color--custom-text-gray);
  font-family: var(--wp--preset--font-family--cormorant-garamond);
  font-size: 25px;
  font-weight: 300;
  line-height: 33.303px;
  margin: 20px 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (max-width: 781px) {
  .testimonial-section .testimonial-section-container .testimonial-card .testimonial-content {
    font-size: 17px;
    line-height: 23.367px;
  }
}
.testimonial-section .testimonial-section-container .testimonial-card .testimonial-content p,
.testimonial-section .testimonial-section-container .testimonial-card .testimonial-content blockquote {
  margin: 0;
}
.testimonial-section .testimonial-section-container .testimonial-card .testimonial-author {
  color: var(--wp--preset--color--custom-text-gray);
  font-family: var(--wp--preset--font-family--cormorant-garamond);
  font-size: 24px;
  font-style: italic;
  font-weight: 700;
  line-height: 38.675px;
  letter-spacing: 0.709px;
}
@media screen and (max-width: 781px) {
  .testimonial-section .testimonial-section-container .testimonial-card .testimonial-author {
    font-size: 14px;
    line-height: 27.136px;
    letter-spacing: 0.42px;
  }
}
.testimonial-section .testimonial-section-container .swiper-pagination {
  bottom: 0;
  height: 13px;
}
.testimonial-section .testimonial-section-container .swiper-pagination .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  vertical-align: middle;
  margin: 0 7px;
}
@media screen and (max-width: 781px) {
  .testimonial-section .testimonial-section-container .swiper-pagination .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
    margin: 0 5px;
  }
}
.testimonial-section .testimonial-section-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 13px;
  height: 13px;
  background-color: #4D4D4D;
}
@media screen and (max-width: 781px) {
  .testimonial-section .testimonial-section-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 10px;
    height: 10px;
  }
}
.testimonial-section .testimonial-section-container .swiper-button-prev,
.testimonial-section .testimonial-section-container .swiper-button-next {
  width: 55px;
  height: 55px;
  border: 1px solid var(--wp--preset--color--custom-golden);
  margin: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 6px;
  -webkit-transition: none;
  transition: none;
}
@media screen and (max-width: 781px) {
  .testimonial-section .testimonial-section-container .swiper-button-prev,
.testimonial-section .testimonial-section-container .swiper-button-next {
    width: 38px;
    height: 38px;
    border-radius: 5px;
  }
}
.testimonial-section .testimonial-section-container .swiper-button-prev:hover,
.testimonial-section .testimonial-section-container .swiper-button-next:hover {
  background-color: var(--wp--preset--color--custom-golden);
}
.testimonial-section .testimonial-section-container .swiper-button-prev:after,
.testimonial-section .testimonial-section-container .swiper-button-next:after {
  content: "";
  width: 20px;
  height: 20px;
  display: inline-block;
}
@media screen and (max-width: 781px) {
  .testimonial-section .testimonial-section-container .swiper-button-prev:after,
.testimonial-section .testimonial-section-container .swiper-button-next:after {
    width: 15px;
    height: 15px;
    background-size: 15px !important;
  }
}
.testimonial-section .testimonial-section-container .swiper-button-prev {
  left: 23.2%;
}
@media screen and (max-width: 781px) {
  .testimonial-section .testimonial-section-container .swiper-button-prev {
    left: -1%;
  }
}
.testimonial-section .testimonial-section-container .swiper-button-prev:after {
  background: url("../svg/gold-arrow-left.svg");
}
.testimonial-section .testimonial-section-container .swiper-button-prev:hover:after {
  background: url("../svg/white-arrow-left.svg");
}
.testimonial-section .testimonial-section-container .swiper-button-next {
  right: 23.2%;
}
@media screen and (max-width: 781px) {
  .testimonial-section .testimonial-section-container .swiper-button-next {
    right: -1%;
  }
}
.testimonial-section .testimonial-section-container .swiper-button-next:after {
  background: url("../svg/gold-arrow-right.svg");
}
.testimonial-section .testimonial-section-container .swiper-button-next:hover:after {
  background: url("../svg/white-arrow-right.svg");
}

.where-to-buy-section {
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .where-to-buy-section .wp-block-columns {
    -webkit-column-gap: 20px !important;
       -moz-column-gap: 20px !important;
            column-gap: 20px !important;
  }
}
.where-to-buy-section .wp-block-columns .wp-block-column figure.wp-block-image {
  margin: 0;
  height: 100%;
}
.where-to-buy-section .wp-block-columns .wp-block-column figure.wp-block-image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media screen and (max-width: 781px) {
  .where-to-buy-section .wp-block-columns .wp-block-column figure.wp-block-image img {
    min-height: 374px;
  }
}
.where-to-buy-section .wp-block-columns .wp-block-column.content-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1200px) {
  .where-to-buy-section .wp-block-columns .wp-block-column.content-col {
    -webkit-flex-basis: 50% !important;
        -ms-flex-preferred-size: 50% !important;
            flex-basis: 50% !important;
  }
}
@media screen and (max-width: 781px) {
  .where-to-buy-section .wp-block-columns .wp-block-column.content-col {
    padding-top: 51px !important;
    padding-bottom: 40px !important;
  }
}
.where-to-buy-section .wp-block-columns .wp-block-column.content-col .small-title {
  font-family: var(--wp--preset--font-family--cormorant-garamond);
  font-size: 28px;
  line-height: 34px;
  letter-spacing: 1.96px;
}
@media screen and (max-width: 781px) {
  .where-to-buy-section .wp-block-columns .wp-block-column.content-col .small-title {
    font-size: 20px;
    letter-spacing: 1.4px;
    margin-bottom: -10px;
  }
}
.where-to-buy-section .wp-block-columns .wp-block-column.content-col .wp-block-heading {
  font-size: 68px;
  line-height: 71px;
}
@media screen and (max-width: 781px) {
  .where-to-buy-section .wp-block-columns .wp-block-column.content-col .wp-block-heading {
    font-size: 42px;
    font-weight: 500;
    line-height: 45px;
  }
}
.where-to-buy-section .wp-block-columns .wp-block-column.content-col .wp-element-button {
  padding: 18px 30px;
  font-size: 16px;
  line-height: 1.5;
  white-space: nowrap;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  margin-top: 20px;
}
.where-to-buy-section .wp-block-columns .wp-block-column.content-col .wp-element-button:hover {
  color: var(--wp--preset--color--custom-golden) !important;
  background-color: var(--wp--preset--color--custom-white) !important;
}
@media screen and (max-width: 781px) {
  .where-to-buy-section .wp-block-columns .wp-block-column.content-col .wp-element-button {
    padding: 12px 14px;
    font-size: 12px;
    letter-spacing: 0.96px;
    border-radius: 5px !important;
    margin-top: 0px;
  }
}
@media screen and (max-width: 781px) {
  .where-to-buy-section .wp-block-columns .wp-block-column.content-col .wp-block-spacer {
    height: 84px !important;
  }
}
.where-to-buy-section .wp-block-columns .wp-block-column.content-col hr.wp-block-separator {
  width: 131px;
  margin: 0 0 50px 0;
  height: 1px;
}
@media screen and (max-width: 781px) {
  .where-to-buy-section .wp-block-columns .wp-block-column.content-col hr.wp-block-separator {
    width: 86px;
    margin-bottom: 30px;
  }
}
.where-to-buy-section .wp-block-columns .wp-block-column.content-col .contact-info {
  margin-top: 20px;
}
.where-to-buy-section .wp-block-columns .wp-block-column.content-col .contact-info .wp-block-media-text {
  grid-template-columns: 28px auto !important;
  gap: 16px;
}
.where-to-buy-section .wp-block-columns .wp-block-column.content-col .contact-info .wp-block-media-text:last-child {
  margin-top: 10px;
}
@media screen and (max-width: 781px) {
  .where-to-buy-section .wp-block-columns .wp-block-column.content-col .contact-info .wp-block-media-text {
    grid-template-columns: 22px auto !important;
    gap: 8px;
  }
  .where-to-buy-section .wp-block-columns .wp-block-column.content-col .contact-info .wp-block-media-text:not(:first-child) {
    margin-top: 8px;
  }
}
.where-to-buy-section .wp-block-columns .wp-block-column.content-col .contact-info .wp-block-media-text .wp-block-media-text__content {
  padding: 0;
}
.where-to-buy-section .wp-block-columns .wp-block-column.content-col .contact-info .wp-block-media-text .wp-block-media-text__content p {
  margin: 0;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.6px;
  white-space: nowrap;
  color: var(--wp--preset--color--custom-white);
}
.where-to-buy-section .wp-block-columns .wp-block-column.content-col .contact-info .wp-block-media-text .wp-block-media-text__content p br {
  display: none;
}
.where-to-buy-section .wp-block-columns .wp-block-column.content-col .contact-info .wp-block-media-text .wp-block-media-text__content p a {
  color: var(--wp--preset--color--custom-white);
}
.where-to-buy-section .wp-block-columns .wp-block-column.content-col .contact-info .wp-block-media-text .wp-block-media-text__content p a:hover {
  text-decoration: underline;
  color: var(--wp--preset--color--custom-golden);
}
@media screen and (max-width: 781px) {
  .where-to-buy-section .wp-block-columns .wp-block-column.content-col .contact-info .wp-block-media-text .wp-block-media-text__content p {
    font-size: 13px;
    letter-spacing: 0.39px;
  }
}

.why-highgrove-section {
  overflow: hidden;
}
@media screen and (max-width: 781px) {
  .why-highgrove-section {
    padding-top: 43px !important;
    padding-bottom: 164px !important;
  }
}
.why-highgrove-section .section-header-content {
  gap: 0;
}
@media screen and (max-width: 781px) {
  .why-highgrove-section .section-header-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media screen and (max-width: 1500px) {
  .why-highgrove-section .section-header-content .content-col {
    -webkit-flex-basis: 100% !important;
        -ms-flex-preferred-size: 100% !important;
            flex-basis: 100% !important;
  }
}
@media screen and (max-width: 781px) {
  .why-highgrove-section .section-header-content .content-col {
    padding-left: 28px !important;
  }
}
.why-highgrove-section .section-header-content .small-title {
  font-family: var(--wp--preset--font-family--cormorant-garamond);
  font-size: 28px;
  line-height: 1;
  letter-spacing: 1.96px;
}
@media screen and (max-width: 781px) {
  .why-highgrove-section .section-header-content .small-title {
    font-size: 20px;
    letter-spacing: 1.4px;
    margin-bottom: -10px;
  }
}
.why-highgrove-section .section-header-content .wp-block-heading {
  font-size: 78px;
  font-weight: 500;
  line-height: 74px;
}
@media screen and (max-width: 781px) {
  .why-highgrove-section .section-header-content .wp-block-heading {
    font-size: 30px;
    line-height: 33px;
  }
}
.why-highgrove-section .section-header-content .wp-block-image {
  position: relative;
  top: -110px;
}
@media screen and (max-width: 781px) {
  .why-highgrove-section .section-header-content .wp-block-image {
    top: 14px;
    margin-top: -14px;
    text-align: right;
  }
}
.why-highgrove-section .section-header-content .wp-block-image img {
  width: 180px;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 781px) {
  .why-highgrove-section .section-header-content .wp-block-image img {
    width: 109px;
  }
}
.why-highgrove-section .cards-section-container {
  margin-top: 139px;
  overflow: visible;
}
@media screen and (max-width: 781px) {
  .why-highgrove-section .cards-section-container {
    margin-top: 46px;
    padding-bottom: 67px;
  }
}
.why-highgrove-section .cards-section-container .card-item img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  -o-object-position: center;
     object-position: center;
  display: block;
  margin-bottom: 56px;
  max-height: 400px;
}
@media screen and (max-width: 781px) {
  .why-highgrove-section .cards-section-container .card-item img {
    max-height: 254px;
    margin-bottom: 35px;
  }
}
.why-highgrove-section .cards-section-container .card-item .card-title {
  margin: 0;
  color: var(--wp--preset--color--custom-text-gray);
  font-family: var(--wp--preset--font-family--cormorant-garamond);
  font-size: 35px;
  font-style: italic;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 1.05px;
  text-decoration: none;
  display: block;
}
@media screen and (max-width: 781px) {
  .why-highgrove-section .cards-section-container .card-item .card-title {
    font-size: 22px;
    line-height: 1;
    letter-spacing: 0.66px;
    text-align: center;
  }
}
.why-highgrove-section .cards-section-container .card-item .card-accent-line {
  width: 89px;
  border: none;
  margin-left: 0;
  height: 1px;
  background: var(--wp--preset--color--custom-golden);
  margin-top: 40px;
  margin-bottom: 25px;
}
@media screen and (max-width: 781px) {
  .why-highgrove-section .cards-section-container .card-item .card-accent-line {
    width: 56.423px;
    margin: 29px auto 16px;
  }
}
.why-highgrove-section .cards-section-container .card-item .card-excerpt {
  color: var(--wp--preset--color--custom-text-gray);
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}
@media screen and (max-width: 781px) {
  .why-highgrove-section .cards-section-container .card-item .card-excerpt {
    font-size: 13px;
    line-height: 20.6px;
    text-align: center;
  }
}
.why-highgrove-section .cards-section-container .swiper-pagination {
  bottom: 0;
  height: 13px;
}
@media screen and (min-width: 782px) {
  .why-highgrove-section .cards-section-container .swiper-pagination {
    display: none;
  }
}
.why-highgrove-section .cards-section-container .swiper-pagination .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  vertical-align: middle;
  margin: 0 7px;
}
@media screen and (max-width: 781px) {
  .why-highgrove-section .cards-section-container .swiper-pagination .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
    margin: 0 5px;
  }
}
.why-highgrove-section .cards-section-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 13px;
  height: 13px;
  background-color: #4D4D4D;
}
@media screen and (max-width: 781px) {
  .why-highgrove-section .cards-section-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 10px;
    height: 10px;
  }
}

@media screen and (max-width: 781px) {
  .sustainability-section {
    padding-bottom: 72px !important;
  }
}
@media screen and (max-width: 781px) {
  .sustainability-section .wp-block-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media screen and (max-width: 781px) {
  .sustainability-section .content-col {
    padding-top: 70px !important;
  }
}
.sustainability-section .content-col .small-title {
  font-family: var(--wp--preset--font-family--cormorant-garamond);
  font-size: 28px;
  line-height: 34px;
  letter-spacing: 1.96px;
}
@media screen and (max-width: 781px) {
  .sustainability-section .content-col .small-title {
    font-size: 20px;
    letter-spacing: 1.4px;
  }
}
@media screen and (max-width: 781px) {
  .sustainability-section .content-col {
    font-size: 20px;
    letter-spacing: 1.4px;
  }
}
.sustainability-section .content-col .wp-block-heading {
  font-size: 59px;
  font-weight: 300;
  line-height: 57px;
  letter-spacing: 1.77px;
}
@media screen and (max-width: 781px) {
  .sustainability-section .content-col .wp-block-heading {
    font-size: 32px;
    line-height: 35px;
    letter-spacing: 0.96px;
  }
}
.sustainability-section .content-col hr.wp-block-separator {
  width: 131px;
  height: 1px;
  margin: 73px auto;
}
@media screen and (max-width: 781px) {
  .sustainability-section .content-col hr.wp-block-separator {
    margin: 42px auto 37px;
  }
}
.sustainability-section .content-col .wp-element-button {
  margin-top: 40px;
  padding: 18px 30px;
  font-size: 16px;
  line-height: 1.5;
  white-space: nowrap;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}
.sustainability-section .content-col .wp-element-button:hover {
  color: var(--wp--preset--color--custom-golden) !important;
  background-color: var(--wp--preset--color--custom-white) !important;
}
@media screen and (max-width: 781px) {
  .sustainability-section .content-col .wp-element-button {
    padding: 12px 30px;
    font-size: 12px;
    letter-spacing: 0.96px;
    border-radius: 5px !important;
    margin-top: 12px;
  }
}
.sustainability-section .overlap-img-wrap {
  max-width: 633px;
}
@media screen and (max-width: 781px) {
  .sustainability-section .overlap-img-wrap {
    max-width: 358px;
    margin-left: auto;
    margin-right: auto;
  }
}
.sustainability-section .overlap-img-wrap .overlap-img-top {
  max-width: 472px;
  display: block;
  margin-left: auto;
  margin-right: 0 !important;
  margin-top: -84px;
}
@media screen and (max-width: 781px) {
  .sustainability-section .overlap-img-wrap .overlap-img-top {
    max-width: 245px;
  }
}
.sustainability-section .overlap-img-wrap .overlap-img-bottom {
  max-width: 438px;
  margin-top: -19%;
  margin-left: 0 !important;
}
@media screen and (max-width: 781px) {
  .sustainability-section .overlap-img-wrap .overlap-img-bottom {
    max-width: 227px;
  }
}
/*# sourceMappingURL=home-page.css.map */
