@media screen and (max-width: 781px) {
  .category-hero-section {
    padding-top: 44px !important;
    padding-bottom: 25px !important;
  }
}
.category-hero-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) {
  .category-hero-section .small-title {
    font-size: 20px;
    line-height: 1;
    letter-spacing: 1.4px;
  }
}
.category-hero-section .wp-block-query-title {
  font-size: 88px;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 781px) {
  .category-hero-section .wp-block-query-title {
    font-size: 42px;
  }
}
.category-hero-section .wp-block-separator {
  width: 130px;
  margin: 45px auto 42px;
}
@media screen and (max-width: 781px) {
  .category-hero-section .wp-block-separator {
    margin: 30px auto;
  }
}
.category-hero-section .wp-block-term-description {
  max-width: 650px;
  margin-left: 0;
  margin-right: 0;
  font-size: 20px;
  line-height: 30px;
}
@media screen and (max-width: 781px) {
  .category-hero-section .wp-block-term-description {
    font-size: 13px;
    line-height: 20.6px;
  }
}
@media screen and (max-width: 500px) {
  .category-hero-section .wp-block-term-description {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
}

.related-category-section {
  overflow: hidden;
}
@media screen and (max-width: 781px) {
  .related-category-section.child-category {
    padding-top: 56px !important;
    padding-bottom: 52px !important;
  }
}
.related-category-section.child-category .product-category-container {
  margin-top: 45px !important;
}
@media screen and (max-width: 781px) {
  .related-category-section.child-category .product-category-container {
    margin-top: 33px !important;
  }
}
@media screen and (max-width: 781px) {
  .related-category-section {
    padding-top: 25px !important;
    padding-bottom: 55px !important;
  }
}
.related-category-section .wp-block-heading {
  font-size: 54px;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 781px) {
  .related-category-section .wp-block-heading {
    font-size: 30px;
  }
}
.related-category-section .product-category-container {
  position: relative;
  padding-bottom: 130px;
  overflow: visible;
  margin-top: 86px;
  margin-top: 0;
  padding-bottom: 105px;
}
@media screen and (max-width: 781px) {
  .related-category-section .product-category-container {
    margin-top: 50px;
    padding-bottom: 78px;
    margin-left: -16px !important;
    margin-right: -16px !important;
  }
}
.related-category-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) {
  .related-category-section .product-category-container .category-item.swiper-slide-active .category-content {
    display: block !important;
  }
}
.related-category-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;
}
.related-category-section .product-category-container .category-item .category-card:hover .category-content {
  display: block;
}
.related-category-section .product-category-container .category-item .category-card .category-image {
  height: 620px;
  width: 100%;
  overflow: hidden;
}
.related-category-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) {
  .related-category-section .product-category-container .category-item .category-card .category-image {
    height: 310px;
  }
}
.related-category-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) {
  .related-category-section .product-category-container .category-item .category-card .category-content {
    padding: 25px 16px 35px;
  }
}
.related-category-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) {
  .related-category-section .product-category-container .category-item .category-card .category-content .category-title {
    font-size: 27px;
  }
}
.related-category-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) {
  .related-category-section .product-category-container .category-item .category-card .category-content .category-link {
    font-size: 13px;
    letter-spacing: 1.3px;
  }
}
.related-category-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) {
  .related-category-section .product-category-container .category-item .category-card .category-content .category-link:after {
    width: 16px;
    height: 16px;
    margin-left: 13px;
    background-size: 16px;
  }
}
.related-category-section .product-category-container .category-item .category-card .category-content .category-link:hover {
  text-decoration: underline;
}
.related-category-section .product-category-container .category-item .category-card:hover .category-image img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.related-category-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) {
  .related-category-section .product-category-container .swiper-pagination {
    font-size: 18px;
    letter-spacing: 0.54px;
    bottom: -5px !important;
    margin: 0 16px;
  }
}
.related-category-section .product-category-container .swiper-pagination .swiper-pagination-current:before {
  content: "0";
}
.related-category-section .product-category-container .swiper-pagination .swiper-pagination-total:before {
  content: "0";
}
.related-category-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) {
  .related-category-section .product-category-container .swiper-scrollbar {
    left: 74px;
    bottom: 19px;
    width: 42%;
    margin: 0 16px;
  }
}
.related-category-section .product-category-container .swiper-scrollbar .swiper-scrollbar-drag {
  background: #8b8334 !important;
  height: 1px;
}
.related-category-section .product-category-container .swiper-button-prev,
.related-category-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) {
  .related-category-section .product-category-container .swiper-button-prev,
.related-category-section .product-category-container .swiper-button-next {
    width: 38px;
    height: 38px;
    margin: 0 16px;
  }
}
.related-category-section .product-category-container .swiper-button-prev:hover,
.related-category-section .product-category-container .swiper-button-next:hover {
  background-color: var(--wp--preset--color--custom-golden);
}
.related-category-section .product-category-container .swiper-button-prev:after,
.related-category-section .product-category-container .swiper-button-next:after {
  content: "";
  width: 20px;
  height: 20px;
  display: inline-block;
}
@media screen and (max-width: 781px) {
  .related-category-section .product-category-container .swiper-button-prev:after,
.related-category-section .product-category-container .swiper-button-next:after {
    width: 15px;
    height: 15px;
    background-size: 15px !important;
  }
}
.related-category-section .product-category-container .swiper-button-prev {
  right: 54px;
  left: auto;
  border-radius: 6px 0 0 6px;
}
@media screen and (max-width: 781px) {
  .related-category-section .product-category-container .swiper-button-prev {
    right: 37px;
    border-radius: 5px 0 0 5px;
  }
}
.related-category-section .product-category-container .swiper-button-prev:after {
  background: url("../svg/gold-arrow-left.svg");
}
.related-category-section .product-category-container .swiper-button-prev:hover:after {
  background: url("../svg/white-arrow-left.svg");
}
.related-category-section .product-category-container .swiper-button-next {
  right: 0;
  border-radius: 0 6px 6px 0;
}
@media screen and (max-width: 781px) {
  .related-category-section .product-category-container .swiper-button-next {
    border-radius: 0 5px 5px 0;
  }
}
.related-category-section .product-category-container .swiper-button-next:after {
  background: url("../svg/gold-arrow-right.svg");
}
.related-category-section .product-category-container .swiper-button-next:hover {
  background-color: var(--wp--preset--color--custom-golden);
}
.related-category-section .product-category-container .swiper-button-next:hover:after {
  background: url("../svg/white-arrow-right.svg");
}
@media screen and (max-width: 781px) {
  .related-category-section .product-category-container {
    margin-top: 0;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
.related-category-section .product-category-container br {
  display: none;
}
.related-category-section .product-category-container p {
  margin: 0;
}
@media screen and (max-width: 781px) {
  .related-category-section .product-category-container .category-item.swiper-slide-active .category-link {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media screen and (max-width: 781px) {
  .related-category-section .product-category-container .category-item.swiper-slide-active .category-content {
    background: var(--wp--preset--color--custom-white) !important;
  }
  .related-category-section .product-category-container .category-item.swiper-slide-active .category-content .category-title {
    color: #333 !important;
  }
}
.related-category-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;
  overflow: hidden;
}
.related-category-section .product-category-container .category-item .category-card .category-image {
  aspect-ratio: 560/476;
  height: auto;
}
@media screen and (max-width: 781px) {
  .related-category-section .product-category-container .category-item .category-card .category-image {
    aspect-ratio: 360/310;
  }
}
.related-category-section .product-category-container .category-item .category-card:hover .category-link {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.related-category-section .product-category-container .category-item .category-card:hover .category-content {
  background: var(--wp--preset--color--custom-white);
}
.related-category-section .product-category-container .category-item .category-card:hover .category-content:after {
  display: none;
}
.related-category-section .product-category-container .category-item .category-card:hover .category-content .category-title {
  color: #333;
}
.related-category-section .product-category-container .category-item .category-card .category-content {
  position: absolute;
  bottom: 0;
  left: 0;
  background: none;
  padding: 30px 36px 40px;
  display: block;
}
@media screen and (max-width: 781px) {
  .related-category-section .product-category-container .category-item .category-card .category-content {
    padding: 25px 16px 35px;
  }
}
.related-category-section .product-category-container .category-item .category-card .category-content:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 1000%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(5.12%, rgba(42, 42, 42, 0)), to(rgba(0, 0, 0, 0.74)));
  background: linear-gradient(180deg, rgba(42, 42, 42, 0) 5.12%, rgba(0, 0, 0, 0.74) 100%);
}
@media screen and (max-width: 781px) {
  .related-category-section .product-category-container .category-item .category-card .category-content:after {
    display: none;
  }
}
.related-category-section .product-category-container .category-item .category-card .category-content .category-title {
  color: #fff;
  font-size: 30px;
  line-height: 1;
  margin: 0;
}
@media screen and (max-width: 781px) {
  .related-category-section .product-category-container .category-item .category-card .category-content .category-title {
    font-size: 27px;
  }
}
.related-category-section .product-category-container .category-item .category-card .category-content .category-link {
  margin-top: 20px;
  display: none;
}
@media screen and (max-width: 781px) {
  .related-category-section .product-category-container .swiper-pagination {
    margin: 0;
  }
}
@media screen and (max-width: 781px) {
  .related-category-section .product-category-container .swiper-scrollbar {
    margin: 0;
  }
}
@media screen and (max-width: 781px) {
  .related-category-section .product-category-container .swiper-button-prev,
.related-category-section .product-category-container .swiper-button-next {
    margin: 0;
  }
}

@media screen and (max-width: 781px) {
  .find-retailer-section .wp-block-group {
    margin-left: -16px !important;
    margin-right: -16px !important;
    padding-top: 30px !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: 0px 40px;
}
@media screen and (max-width: 981px) {
  .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 p {
  margin: 0;
}
.find-retailer-section .retailer-search-container .retailer-text {
  color: var(--wp--preset--color--custom-text-gray);
  font-size: 24px;
}
@media screen and (max-width: 781px) {
  .find-retailer-section .retailer-search-container .retailer-text {
    width: 100%;
    display: block;
    font-size: 17px;
    text-align: center;
    line-height: 20px;
  }
  .find-retailer-section .retailer-search-container .retailer-text strong {
    display: block;
  }
}
.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: 981px) {
  .find-retailer-section .retailer-search-container .retailer-search-form {
    margin-top: 21px;
  }
}
@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-gold.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-golden);
  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-dark-violet);
}

@media screen and (max-width: 781px) {
  .iconbox-cards-section {
    padding-top: 50px !important;
    padding-bottom: 180px !important;
  }
}
@media screen and (max-width: 781px) {
  .iconbox-cards-section .iconbox-cards-swiper .swiper-wrapper {
    padding-bottom: 46px;
  }
}
.iconbox-cards-section .iconbox-cards-swiper .swiper-slide {
  padding: 35px 16px;
}
@media screen and (max-width: 781px) {
  .iconbox-cards-section .iconbox-cards-swiper .swiper-slide {
    padding: 0;
  }
}
.iconbox-cards-section .iconbox-cards-swiper .swiper-slide:not(:last-child) {
  border-right: 1px solid #353535;
}
@media screen and (max-width: 781px) {
  .iconbox-cards-section .iconbox-cards-swiper .swiper-slide:not(:last-child) {
    border-right: none;
  }
}
.iconbox-cards-section .iconbox-cards-swiper .swiper-slide .wp-block-group {
  max-width: 377px;
  margin: auto;
}
@media screen and (max-width: 781px) {
  .iconbox-cards-section .iconbox-cards-swiper .swiper-slide .wp-block-group {
    max-width: 250px;
  }
}
.iconbox-cards-section .iconbox-cards-swiper .swiper-slide .wp-block-heading {
  font-size: 35px;
  line-height: 1;
  letter-spacing: 1.05px;
  font-weight: 400;
}
@media screen and (max-width: 781px) {
  .iconbox-cards-section .iconbox-cards-swiper .swiper-slide .wp-block-heading {
    font-size: 29px;
    line-height: 62px;
    letter-spacing: 0.87px;
    margin-top: 10px;
    margin-bottom: 0px;
  }
}
.iconbox-cards-section .iconbox-cards-swiper .swiper-slide p {
  font-size: 20px;
  line-height: 30px;
  margin-top: 5px;
}
@media screen and (max-width: 781px) {
  .iconbox-cards-section .iconbox-cards-swiper .swiper-slide p {
    font-size: 13px;
    line-height: 20px;
    margin: 0px;
  }
}
.iconbox-cards-section .iconbox-cards-swiper .swiper-pagination {
  height: 13px;
}
@media screen and (min-width: 782px) {
  .iconbox-cards-section .iconbox-cards-swiper .swiper-pagination {
    display: none;
  }
}
.iconbox-cards-section .iconbox-cards-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  vertical-align: middle;
  margin: 0 7px;
}
@media screen and (max-width: 781px) {
  .iconbox-cards-section .iconbox-cards-swiper .swiper-pagination .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
    margin: 0 5px;
  }
}
.iconbox-cards-section .iconbox-cards-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 13px;
  height: 13px;
  background-color: #4D4D4D;
}
@media screen and (max-width: 781px) {
  .iconbox-cards-section .iconbox-cards-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 10px;
    height: 10px;
  }
}
@media screen and (max-width: 781px) {
  .iconbox-cards-section {
    padding-top: 58px !important;
    padding-bottom: 48px !important;
    border-bottom: 1px solid #000;
  }
}
.iconbox-cards-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) {
  .iconbox-cards-section .small-title {
    font-size: 20px;
    line-height: 1;
    letter-spacing: 1.4px;
  }
}
.iconbox-cards-section .wp-block-heading {
  color: var(--wp--preset--color--custom-text-gray) !important;
  font-family: var(--wp--preset--font-family--cormorant-garamond);
  font-size: 78px;
  font-weight: 500;
  line-height: 74px;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 781px) {
  .iconbox-cards-section .wp-block-heading {
    font-size: 30px;
    line-height: 33px;
  }
}
.iconbox-cards-section .iconbox-cards-swiper {
  margin-top: 120px;
}
@media screen and (max-width: 781px) {
  .iconbox-cards-section .iconbox-cards-swiper {
    margin-top: 40px;
  }
}
@media screen and (max-width: 781px) {
  .iconbox-cards-section .iconbox-cards-swiper .swiper-wrapper {
    padding-bottom: 72px;
  }
}
.iconbox-cards-section .iconbox-cards-swiper .swiper-slide .wp-block-heading {
  margin-top: 30px;
}
@media screen and (max-width: 781px) {
  .iconbox-cards-section .iconbox-cards-swiper .swiper-slide .wp-block-heading {
    margin-top: 10px;
  }
}
.iconbox-cards-section .iconbox-cards-swiper .swiper-slide p {
  margin-top: 15px;
}
@media screen and (max-width: 781px) {
  .iconbox-cards-section .iconbox-cards-swiper .swiper-slide p {
    margin-top: 0;
  }
}

.related-product-section {
  overflow: hidden;
}
@media screen and (max-width: 781px) {
  .related-product-section {
    padding-top: 58px !important;
    padding-bottom: 30px !important;
  }
}
.related-product-section .wp-block-heading {
  font-size: 54px;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 781px) {
  .related-product-section .wp-block-heading {
    font-size: 30px;
  }
}
.related-product-section .related-product-container {
  position: relative;
  padding-bottom: 105px;
  overflow: visible;
  margin-top: 40px;
}
@media screen and (max-width: 781px) {
  .related-product-section .related-product-container {
    margin-top: 32px;
    padding-bottom: 70px;
  }
}
.related-product-section .related-product-container br {
  display: none;
}
.related-product-section .related-product-container p {
  margin: 0;
}
.related-product-section .related-product-container .swiper-wrapper {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.related-product-section .related-product-container .product-card {
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: auto;
}
.related-product-section .related-product-container .product-card:hover {
  -webkit-box-shadow: 2px 4px 14px rgba(0, 0, 0, 0.06);
          box-shadow: 2px 4px 14px rgba(0, 0, 0, 0.06);
}
.related-product-section .related-product-container .product-card:hover .card-image img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.related-product-section .related-product-container .product-card .card-image {
  overflow: hidden;
}
.related-product-section .related-product-container .product-card .card-image img {
  width: 100%;
  height: auto;
  aspect-ratio: 560/400;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.related-product-section .related-product-container .product-card .card-content {
  padding: 35px 32px 32px;
}
@media screen and (max-width: 781px) {
  .related-product-section .related-product-container .product-card .card-content {
    padding: 24px 20px 21px;
  }
}
.related-product-section .related-product-container .product-card .card-content .card-category {
  color: #353535;
  font-size: 13px;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  margin-bottom: 6px;
  display: block;
}
@media screen and (max-width: 781px) {
  .related-product-section .related-product-container .product-card .card-content .card-category {
    font-size: 10px;
    letter-spacing: 1px;
    margin-bottom: 10px;
  }
}
.related-product-section .related-product-container .product-card .card-content .card-title {
  margin: 0 0 10px 0;
}
@media screen and (max-width: 781px) {
  .related-product-section .related-product-container .product-card .card-content .card-title {
    margin-bottom: 16px;
  }
}
.related-product-section .related-product-container .product-card .card-content .card-title a {
  font-family: inherit;
  text-decoration: none;
  color: var(--wp--preset--color--custom-text-gray);
  font-size: 35px;
  line-height: 1;
}
@media screen and (max-width: 781px) {
  .related-product-section .related-product-container .product-card .card-content .card-title a {
    font-size: 22px;
  }
}
.related-product-section .related-product-container .product-card .card-content .card-title a:hover {
  text-decoration: underline;
}
.related-product-section .related-product-container .product-card .card-content .card-description {
  color: #818181;
  font-size: 16px;
  line-height: 23px;
  margin-bottom: 55px;
  overflow: hidden;
}
@media screen and (max-width: 781px) {
  .related-product-section .related-product-container .product-card .card-content .card-description {
    margin-bottom: 35px;
    font-size: 11px;
    line-height: 16.7px;
  }
}
.related-product-section .related-product-container .product-card .card-content .card-tags {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 10px;
}
@media screen and (max-width: 781px) {
  .related-product-section .related-product-container .product-card .card-content .card-tags {
    gap: 7px;
  }
}
.related-product-section .related-product-container .product-card .card-content .card-tags li {
  color: #353535;
  background-color: #F4F2E9;
  font-size: 13px;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  border: 1px solid #C8C3AA;
  padding: 5px 10px;
  border-radius: 20px;
  white-space: nowrap;
  line-height: 1;
}
@media screen and (max-width: 781px) {
  .related-product-section .related-product-container .product-card .card-content .card-tags li {
    font-size: 10px;
    letter-spacing: 1px;
    padding: 5px 7px;
  }
}
.related-product-section .related-product-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) {
  .related-product-section .related-product-container .swiper-pagination {
    font-size: 18px;
    letter-spacing: 0.54px;
    bottom: -5px !important;
    margin: 0 16px;
  }
}
.related-product-section .related-product-container .swiper-pagination .swiper-pagination-current:before {
  content: "0";
}
.related-product-section .related-product-container .swiper-pagination .swiper-pagination-total:before {
  content: "0";
}
.related-product-section .related-product-container .swiper-scrollbar {
  position: absolute;
  bottom: 27px;
  left: 146px;
  width: 50%;
  height: 1px !important;
  background: #e0e0e0 !important;
}
@media screen and (max-width: 781px) {
  .related-product-section .related-product-container .swiper-scrollbar {
    left: 74px;
    bottom: 19px;
    width: 42%;
    margin: 0 16px;
  }
}
.related-product-section .related-product-container .swiper-scrollbar .swiper-scrollbar-drag {
  background: #8b8334 !important;
  height: 1px;
}
.related-product-section .related-product-container .swiper-button-prev,
.related-product-section .related-product-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) {
  .related-product-section .related-product-container .swiper-button-prev,
.related-product-section .related-product-container .swiper-button-next {
    width: 38px;
    height: 38px;
    margin: 0 16px;
  }
}
.related-product-section .related-product-container .swiper-button-prev:hover,
.related-product-section .related-product-container .swiper-button-next:hover {
  background-color: var(--wp--preset--color--custom-golden);
}
.related-product-section .related-product-container .swiper-button-prev:after,
.related-product-section .related-product-container .swiper-button-next:after {
  content: "";
  width: 20px;
  height: 20px;
  display: inline-block;
}
@media screen and (max-width: 781px) {
  .related-product-section .related-product-container .swiper-button-prev:after,
.related-product-section .related-product-container .swiper-button-next:after {
    width: 15px;
    height: 15px;
    background-size: 15px !important;
  }
}
.related-product-section .related-product-container .swiper-button-prev {
  right: 54px;
  left: auto;
  border-radius: 6px 0 0 6px;
}
@media screen and (max-width: 781px) {
  .related-product-section .related-product-container .swiper-button-prev {
    right: 37px;
    border-radius: 5px 0 0 5px;
  }
}
.related-product-section .related-product-container .swiper-button-prev:after {
  background: url("../svg/gold-arrow-left.svg");
}
.related-product-section .related-product-container .swiper-button-prev:hover:after {
  background: url("../svg/white-arrow-left.svg");
}
.related-product-section .related-product-container .swiper-button-next {
  right: 0;
  border-radius: 0 6px 6px 0;
}
@media screen and (max-width: 781px) {
  .related-product-section .related-product-container .swiper-button-next {
    border-radius: 0 5px 5px 0;
  }
}
.related-product-section .related-product-container .swiper-button-next:after {
  background: url("../svg/gold-arrow-right.svg");
}
.related-product-section .related-product-container .swiper-button-next:hover {
  background-color: var(--wp--preset--color--custom-golden);
}
.related-product-section .related-product-container .swiper-button-next:hover:after {
  background: url("../svg/white-arrow-right.svg");
}
@media screen and (max-width: 781px) {
  .related-product-section .related-product-container .swiper-pagination {
    margin: 0;
  }
}
@media screen and (max-width: 781px) {
  .related-product-section .related-product-container .swiper-scrollbar {
    margin: 0;
  }
}
@media screen and (max-width: 781px) {
  .related-product-section .related-product-container .swiper-button-prev,
.related-product-section .related-product-container .swiper-button-next {
    margin: 0;
  }
}

.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;
  }
}
.why-highgrove-section .section-header-content .wp-block-heading {
  margin-top: 30px;
}
@media screen and (max-width: 781px) {
  .why-highgrove-section {
    padding-top: 30px !important;
    padding-bottom: 65px !important;
  }
}
@media screen and (max-width: 781px) {
  .why-highgrove-section .cards-section-container {
    padding-bottom: 67px;
  }
}

.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;
  }
}

.products-grid-section {
  overflow: hidden;
}
@media screen and (max-width: 781px) {
  .products-grid-section {
    padding-top: 25px !important;
    padding-bottom: 20px !important;
  }
}
.products-grid-section .product-count {
  color: var(--wp--preset--color--custom-text-gray);
  text-align: right;
  font-size: 16px;
  letter-spacing: 1.6px;
  margin-top: 0;
  margin-bottom: 36px;
}
@media screen and (max-width: 781px) {
  .products-grid-section .product-count {
    margin-bottom: 20px;
    font-size: 12px;
    letter-spacing: 2.64px;
  }
}
.products-grid-section .loading {
  opacity: 0.7;
  pointer-events: none;
}
.products-grid-section .products-grid-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 44px 22px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (max-width: 781px) {
  .products-grid-section .products-grid-container {
    gap: 20px 22px;
  }
}
.products-grid-section .products-grid-container .product-card {
  width: calc(33.33% - 14.7px);
}
@media screen and (max-width: 1200px) {
  .products-grid-section .products-grid-container .product-card {
    width: calc(50% - 11px);
  }
}
@media screen and (max-width: 700px) {
  .products-grid-section .products-grid-container .product-card {
    width: 100%;
  }
}
.products-grid-section .products-grid-container .find-retailer-from-card {
  padding: 62px;
  min-height: 500px;
  background: url("/wp-content/uploads/2026/03/find-retailer-Background.png") center/cover no-repeat;
}
@media screen and (max-width: 781px) {
  .products-grid-section .products-grid-container .find-retailer-from-card {
    padding: 43px;
    min-height: 370px;
  }
}
.products-grid-section .products-grid-container .find-retailer-from-card .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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.products-grid-section .products-grid-container .find-retailer-from-card .retailer-search-container p {
  margin: 0;
}
.products-grid-section .products-grid-container .find-retailer-from-card .retailer-search-container .retailer-text {
  color: var(--wp--preset--color--custom-white);
  font-size: 47px;
  line-height: 49px;
  text-align: center;
  margin: 0;
  margin-bottom: 62px;
  max-width: 350px;
}
@media screen and (max-width: 781px) {
  .products-grid-section .products-grid-container .find-retailer-from-card .retailer-search-container .retailer-text {
    width: 100%;
    display: block;
    font-size: 36px;
    line-height: 39px;
    margin-bottom: 30px;
  }
}
.products-grid-section .products-grid-container .find-retailer-from-card .retailer-search-container .retailer-search-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  max-width: 548px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 18px;
}
@media screen and (max-width: 781px) {
  .products-grid-section .products-grid-container .find-retailer-from-card .retailer-search-container .retailer-search-form {
    gap: 10px;
  }
}
.products-grid-section .products-grid-container .find-retailer-from-card .retailer-search-container .retailer-search-form input {
  border: 1px solid var(--wp--preset--color--custom-white);
  border-radius: 7px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 19px 20px 20px 58px;
  outline: none;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1.6px;
  color: var(--wp--preset--color--custom-white);
  background: transparent url("../svg/location-icon-white.svg") no-repeat 22px center;
}
@media screen and (max-width: 781px) {
  .products-grid-section .products-grid-container .find-retailer-from-card .retailer-search-container .retailer-search-form input {
    padding: 13px 10px 13px 43px;
    font-size: 12px;
    background-position-x: 16px;
    background-size: 16px;
    letter-spacing: 0.96px;
    width: 100%;
  }
}
.products-grid-section .products-grid-container .find-retailer-from-card .retailer-search-container .retailer-search-form input::-webkit-input-placeholder {
  color: var(--wp--preset--color--custom-white);
  font-family: "Gantari";
  opacity: 1;
  text-transform: uppercase;
}
.products-grid-section .products-grid-container .find-retailer-from-card .retailer-search-container .retailer-search-form input::-moz-placeholder {
  color: var(--wp--preset--color--custom-white);
  font-family: "Gantari";
  opacity: 1;
  text-transform: uppercase;
}
.products-grid-section .products-grid-container .find-retailer-from-card .retailer-search-container .retailer-search-form input:-ms-input-placeholder {
  color: var(--wp--preset--color--custom-white);
  font-family: "Gantari";
  opacity: 1;
  text-transform: uppercase;
}
.products-grid-section .products-grid-container .find-retailer-from-card .retailer-search-container .retailer-search-form input::-ms-input-placeholder {
  color: var(--wp--preset--color--custom-white);
  font-family: "Gantari";
  opacity: 1;
  text-transform: uppercase;
}
.products-grid-section .products-grid-container .find-retailer-from-card .retailer-search-container .retailer-search-form input::placeholder {
  color: var(--wp--preset--color--custom-white);
  font-family: "Gantari";
  opacity: 1;
  text-transform: uppercase;
}
.products-grid-section .products-grid-container .find-retailer-from-card .retailer-search-container .retailer-search-form button {
  background-color: var(--wp--preset--color--custom-golden);
  color: var(--wp--preset--color--custom-white);
  outline: none;
  border: none;
  font-size: 16px;
  border-radius: 7px;
  font-weight: 300;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  cursor: pointer;
  white-space: nowrap;
  padding: 21px 26px;
}
@media screen and (max-width: 781px) {
  .products-grid-section .products-grid-container .find-retailer-from-card .retailer-search-container .retailer-search-form button {
    padding: 14px 20px;
    font-size: 12px;
    letter-spacing: 0.96px;
  }
}
.products-grid-section .products-grid-container .find-retailer-from-card .retailer-search-container .retailer-search-form button:hover {
  color: var(--wp--preset--color--custom-golden);
  background-color: var(--wp--preset--color--custom-white);
}
.products-grid-section .products-grid-container br {
  display: none;
}
.products-grid-section .products-grid-container p {
  margin: 0;
}
.products-grid-section .products-grid-container .product-card {
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: auto;
}
.products-grid-section .products-grid-container .product-card:hover {
  -webkit-box-shadow: 2px 4px 14px rgba(0, 0, 0, 0.06);
          box-shadow: 2px 4px 14px rgba(0, 0, 0, 0.06);
}
.products-grid-section .products-grid-container .product-card:hover .card-image img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.products-grid-section .products-grid-container .product-card .card-image {
  overflow: hidden;
}
.products-grid-section .products-grid-container .product-card .card-image img {
  width: 100%;
  height: auto;
  aspect-ratio: 560/400;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.products-grid-section .products-grid-container .product-card .card-content {
  padding: 35px 32px 32px;
}
@media screen and (max-width: 781px) {
  .products-grid-section .products-grid-container .product-card .card-content {
    padding: 24px 20px 21px;
  }
}
.products-grid-section .products-grid-container .product-card .card-content .card-category {
  color: #353535;
  font-size: 13px;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  margin-bottom: 6px;
  display: block;
}
@media screen and (max-width: 781px) {
  .products-grid-section .products-grid-container .product-card .card-content .card-category {
    font-size: 10px;
    letter-spacing: 1px;
    margin-bottom: 10px;
  }
}
.products-grid-section .products-grid-container .product-card .card-content .card-title {
  margin: 0 0 10px 0;
}
@media screen and (max-width: 781px) {
  .products-grid-section .products-grid-container .product-card .card-content .card-title {
    margin-bottom: 16px;
  }
}
.products-grid-section .products-grid-container .product-card .card-content .card-title a {
  font-family: inherit;
  text-decoration: none;
  color: var(--wp--preset--color--custom-text-gray);
  font-size: 35px;
  line-height: 1;
}
@media screen and (max-width: 781px) {
  .products-grid-section .products-grid-container .product-card .card-content .card-title a {
    font-size: 22px;
  }
}
.products-grid-section .products-grid-container .product-card .card-content .card-title a:hover {
  text-decoration: underline;
}
.products-grid-section .products-grid-container .product-card .card-content .card-description {
  color: #818181;
  font-size: 16px;
  line-height: 23px;
  margin-bottom: 55px;
  overflow: hidden;
}
@media screen and (max-width: 781px) {
  .products-grid-section .products-grid-container .product-card .card-content .card-description {
    margin-bottom: 35px;
    font-size: 11px;
    line-height: 16.7px;
  }
}
.products-grid-section .products-grid-container .product-card .card-content .card-tags {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 10px;
}
@media screen and (max-width: 781px) {
  .products-grid-section .products-grid-container .product-card .card-content .card-tags {
    gap: 7px;
  }
}
.products-grid-section .products-grid-container .product-card .card-content .card-tags li {
  color: #353535;
  background-color: #F4F2E9;
  font-size: 13px;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  border: 1px solid #C8C3AA;
  padding: 5px 10px;
  border-radius: 20px;
  white-space: nowrap;
  line-height: 1;
}
@media screen and (max-width: 781px) {
  .products-grid-section .products-grid-container .product-card .card-content .card-tags li {
    font-size: 10px;
    letter-spacing: 1px;
    padding: 5px 7px;
  }
}
.products-grid-section .ajax-pagination {
  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;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 0;
  gap: 20px;
}
.products-grid-section .ajax-pagination:has(.page-numbers) {
  padding-top: 36px;
}
@media screen and (max-width: 781px) {
  .products-grid-section .ajax-pagination {
    padding-top: 0px;
    gap: 10px;
  }
  .products-grid-section .ajax-pagination:has(.page-numbers) {
    padding-top: 30px;
  }
}
.products-grid-section .ajax-pagination br {
  display: none;
}
.products-grid-section .ajax-pagination .page-numbers {
  color: var(--wp--preset--color--custom-dark-blue);
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid rgba(255, 255, 255, 0);
  border-radius: 5px;
  text-decoration: none;
  font-weight: 500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  padding: 10px;
  opacity: 0.3;
  width: 55px;
  height: 55px;
}
.products-grid-section .ajax-pagination .page-numbers:not(.dots):hover {
  opacity: 1;
  border-color: var(--wp--preset--color--custom-grand-jury-gold);
  background-color: var(--wp--preset--color--custom-grand-jury-gold);
}
.products-grid-section .ajax-pagination .page-numbers.dots {
  padding: 0;
  margin-left: -5px;
  margin-right: -5px;
}
.products-grid-section .ajax-pagination .page-numbers.current {
  opacity: 1;
  pointer-events: none;
  color: var(--wp--preset--color--custom-dark-blue);
  border-color: var(--wp--preset--color--custom-grand-jury-gold);
}
/*# sourceMappingURL=product-category-page.css.map */
