@media screen and (max-width: 1024px) {
  .product-gallery-detail-section {
    padding-top: 0 !important;
    padding-bottom: 44px !important;
  }
}
@media screen and (max-width: 1440px) {
  .product-gallery-detail-section .wp-block-columns {
    -webkit-column-gap: 50px;
       -moz-column-gap: 50px;
            column-gap: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .product-gallery-detail-section .wp-block-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important;
  }
}
.product-gallery-detail-section .product-gallery .wp-block-woocommerce-product-image-gallery {
  max-width: unset !important;
  position: -webkit-sticky;
  position: sticky;
  top: 222px;
}
@media screen and (max-width: 1024px) {
  .product-gallery-detail-section .product-gallery .wp-block-woocommerce-product-image-gallery {
    position: static;
  }
}
@media screen and (max-width: 781px) {
  .product-gallery-detail-section .product-gallery .wp-block-woocommerce-product-image-gallery {
    margin-left: -16px !important;
    margin-right: -16px !important;
  }
}
.product-gallery-detail-section .product-gallery .woocommerce-product-gallery {
  position: relative !important;
  margin-bottom: 0 !important;
}
.product-gallery-detail-section .product-gallery .woocommerce-product-gallery .flex-viewport {
  aspect-ratio: 997/680;
  width: 100%;
  height: auto !important;
}
.product-gallery-detail-section .product-gallery .woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
  height: 100%;
}
.product-gallery-detail-section .product-gallery .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image {
  border-radius: 0 !important;
  overflow: hidden !important;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.product-gallery-detail-section .product-gallery .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image a {
  display: block;
  height: 100%;
}
.product-gallery-detail-section .product-gallery .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.product-gallery-detail-section .product-gallery .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image img.zoomImg {
  display: none !important;
}
.product-gallery-detail-section .product-gallery .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  position: absolute !important;
  top: calc(100% - 210px) !important;
  right: 36px !important;
  z-index: 8 !important;
  background: url("../svg/zoom-in-icon.svg") center/cover no-repeat !important;
  border-radius: 50% !important;
  width: 34px !important;
  height: 34px !important;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -webkit-box-pack: center !important;
  -webkit-justify-content: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  text-decoration: none !important;
}
@media screen and (max-width: 781px) {
  .product-gallery-detail-section .product-gallery .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
    width: 24px !important;
    height: 24px !important;
    top: calc(100% - 120px) !important;
    right: 16px !important;
  }
}
.product-gallery-detail-section .product-gallery .woocommerce-product-gallery .woocommerce-product-gallery__trigger:before, .product-gallery-detail-section .product-gallery .woocommerce-product-gallery .woocommerce-product-gallery__trigger:after {
  content: none !important;
}
.product-gallery-detail-section .product-gallery .woocommerce-product-gallery .flex-control-thumbs {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-flex-wrap: nowrap !important;
      -ms-flex-wrap: nowrap !important;
          flex-wrap: nowrap !important;
  overflow-x: auto !important;
  gap: 24px !important;
  padding: 0 !important;
  margin: 0 !important;
  margin-top: 20px !important;
  list-style: none !important;
  -ms-overflow-style: none !important;
  scrollbar-width: none !important;
}
@media screen and (max-width: 781px) {
  .product-gallery-detail-section .product-gallery .woocommerce-product-gallery .flex-control-thumbs {
    gap: 12px !important;
    margin: 16px 16px 0 !important;
  }
}
.product-gallery-detail-section .product-gallery .woocommerce-product-gallery .flex-control-thumbs li {
  -webkit-box-flex: 0 !important;
  -webkit-flex: 0 0 180px !important;
      -ms-flex: 0 0 180px !important;
          flex: 0 0 180px !important;
  width: 180px !important;
  cursor: pointer !important;
}
@media screen and (max-width: 781px) {
  .product-gallery-detail-section .product-gallery .woocommerce-product-gallery .flex-control-thumbs li {
    -webkit-box-flex: 0 !important;
    -webkit-flex: 0 0 90px !important;
        -ms-flex: 0 0 90px !important;
            flex: 0 0 90px !important;
    width: 90px !important;
  }
}
.product-gallery-detail-section .product-gallery .woocommerce-product-gallery .flex-control-thumbs li img {
  aspect-ratio: 3/2;
  width: 100% !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
  opacity: 0.5 !important;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease !important;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease !important;
  transition: opacity 0.3s ease, transform 0.3s ease !important;
  transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease !important;
  -webkit-filter: grayscale(20%) !important;
          filter: grayscale(20%) !important;
}
.product-gallery-detail-section .product-gallery .woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
  opacity: 1 !important;
  -webkit-filter: grayscale(0%) !important;
          filter: grayscale(0%) !important;
}
.product-gallery-detail-section .product-gallery .woocommerce-product-gallery .flex-control-thumbs li img:hover {
  opacity: 0.8 !important;
}
.product-gallery-detail-section .product-gallery .woocommerce-product-gallery .flex-control-thumbs::-webkit-scrollbar {
  display: none !important;
}
.product-gallery-detail-section .product-gallery .woocommerce-product-gallery .flex-direction-nav {
  list-style: none;
  margin: 0;
  padding: 0;
}
.product-gallery-detail-section .product-gallery .woocommerce-product-gallery .flex-direction-nav li a {
  position: absolute;
  top: calc(50% - 70px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 8;
  width: 38px;
  height: 38px;
  font-size: 0;
}
@media screen and (max-width: 781px) {
  .product-gallery-detail-section .product-gallery .woocommerce-product-gallery .flex-direction-nav li a {
    width: 24px;
    height: 24px;
  }
}
.product-gallery-detail-section .product-gallery .woocommerce-product-gallery .flex-direction-nav li a.flex-disabled {
  opacity: 0.2;
  cursor: default;
  pointer-events: none;
}
.product-gallery-detail-section .product-gallery .woocommerce-product-gallery .flex-direction-nav li .flex-prev {
  left: 36px;
  background: url("../svg/angle-left-white.svg") center/cover no-repeat;
}
@media screen and (max-width: 781px) {
  .product-gallery-detail-section .product-gallery .woocommerce-product-gallery .flex-direction-nav li .flex-prev {
    left: 16px;
  }
}
.product-gallery-detail-section .product-gallery .woocommerce-product-gallery .flex-direction-nav li .flex-next {
  right: 36px;
  background: url("../svg/angle-right-white.svg") center/cover no-repeat;
}
@media screen and (max-width: 781px) {
  .product-gallery-detail-section .product-gallery .woocommerce-product-gallery .flex-direction-nav li .flex-next {
    right: 16px;
  }
}
.product-gallery-detail-section .product-details .product-category {
  color: var(--wp--preset--color--custom-text-gray);
  font-size: 16px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}
@media screen and (max-width: 781px) {
  .product-gallery-detail-section .product-details .product-category {
    font-size: 10px;
    letter-spacing: 1px;
  }
}
.product-gallery-detail-section .product-details .wp-block-separator {
  width: 105px;
  margin: 12px 0 0;
}
@media screen and (max-width: 781px) {
  .product-gallery-detail-section .product-details .wp-block-separator {
    width: 53px;
    margin: 16px 0 0;
  }
}
.product-gallery-detail-section .product-details .product-title {
  margin-top: 35px;
  font-size: 58px;
  line-height: 60px;
}
@media screen and (max-width: 781px) {
  .product-gallery-detail-section .product-details .product-title {
    margin-top: 25px;
    font-size: 30px;
    line-height: 40px;
  }
}
.product-gallery-detail-section .product-details .product-short-description {
  color: var(--wp--preset--color--custom-text-gray);
  font-size: 18px;
  line-height: 32px;
  margin-top: 24px;
}
@media screen and (max-width: 781px) {
  .product-gallery-detail-section .product-details .product-short-description {
    font-size: 14px;
    line-height: 26px;
    margin-top: 30px;
  }
}
.product-gallery-detail-section .product-details .product-short-description ul {
  margin: 0;
  padding-left: 18px;
}
.product-gallery-detail-section .product-details .product-short-description ul li::marker {
  color: var(--wp--preset--color--custom-golden);
}
.product-gallery-detail-section .product-details .find-retailer-btn {
  margin-top: 47px;
}
@media screen and (max-width: 781px) {
  .product-gallery-detail-section .product-details .find-retailer-btn {
    margin-top: 30px;
  }
}
.product-gallery-detail-section .product-details .find-retailer-btn .wp-block-button {
  width: 100%;
  max-width: 360px;
}
@media screen and (max-width: 781px) {
  .product-gallery-detail-section .product-details .find-retailer-btn .wp-block-button {
    max-width: none;
  }
}
.product-gallery-detail-section .product-details .find-retailer-btn .wp-element-button {
  padding: 18px 30px;
  font-size: 16px;
  line-height: 1.5;
  white-space: nowrap;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}
.product-gallery-detail-section .product-details .find-retailer-btn .wp-element-button:hover {
  background-color: var(--wp--preset--color--custom-dark-violet) !important;
}
@media screen and (max-width: 781px) {
  .product-gallery-detail-section .product-details .find-retailer-btn .wp-element-button {
    padding: 10px 14px;
    font-size: 12px;
    letter-spacing: 0.96px;
    border-radius: 5px !important;
    width: 100%;
  }
}
.product-gallery-detail-section .product-details .quick-detail-navigation {
  margin-top: 50px;
  margin-bottom: 54px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 10px 46px;
}
@media screen and (max-width: 781px) {
  .product-gallery-detail-section .product-details .quick-detail-navigation {
    margin-top: 30px;
    margin-bottom: 55px;
    gap: 10px 26px;
  }
}
.product-gallery-detail-section .product-details .quick-detail-navigation .wp-block-media-text {
  grid-template-columns: 24px auto !important;
  gap: 16px;
}
@media screen and (max-width: 781px) {
  .product-gallery-detail-section .product-details .quick-detail-navigation .wp-block-media-text {
    grid-template-columns: 18px auto !important;
    gap: 12px;
  }
}
.product-gallery-detail-section .product-details .quick-detail-navigation .wp-block-media-text .wp-block-media-text__content {
  padding: 0;
}
.product-gallery-detail-section .product-details .quick-detail-navigation .wp-block-media-text .wp-block-media-text__content p {
  margin: 0;
  font-family: var(--wp--preset--font-family--cormorant-garamond);
  font-size: 24px;
  line-height: 1;
  color: var(--wp--preset--color--custom-text-gray);
}
.product-gallery-detail-section .product-details .quick-detail-navigation .wp-block-media-text .wp-block-media-text__content p br {
  display: none;
}
.product-gallery-detail-section .product-details .quick-detail-navigation .wp-block-media-text .wp-block-media-text__content p a {
  color: var(--wp--preset--color--custom-text-gray);
  font-family: var(--wp--preset--font-family--cormorant-garamond);
}
.product-gallery-detail-section .product-details .quick-detail-navigation .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) {
  .product-gallery-detail-section .product-details .quick-detail-navigation .wp-block-media-text .wp-block-media-text__content p {
    font-size: 16px;
  }
}
.product-gallery-detail-section .product-details .mattress-additional-info {
  padding: 20px 0;
  background-color: var(--wp--preset--color--custom-white);
  padding: 40px 35px;
}
@media screen and (max-width: 781px) {
  .product-gallery-detail-section .product-details .mattress-additional-info {
    padding: 35px 30px 40px;
  }
}
.product-gallery-detail-section .product-details .mattress-additional-info h3 {
  color: var(--wp--preset--color--custom-text-gray);
  font-size: 24px;
  line-height: 1;
  margin: 0;
}
@media screen and (max-width: 781px) {
  .product-gallery-detail-section .product-details .mattress-additional-info h3 {
    font-size: 16px;
  }
}
.product-gallery-detail-section .product-details .mattress-additional-info p {
  margin: 0;
}
.product-gallery-detail-section .product-details .mattress-additional-info .softness-divider {
  border: 0;
  border-top: 1px solid rgba(53, 53, 53, 0.3019607843);
  margin: 33px 0 35px;
}
@media screen and (max-width: 781px) {
  .product-gallery-detail-section .product-details .mattress-additional-info .softness-divider {
    margin: 21px 0;
  }
}
.product-gallery-detail-section .product-details .mattress-additional-info .softness-scale-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;
  gap: 22px;
}
@media screen and (max-width: 781px) {
  .product-gallery-detail-section .product-details .mattress-additional-info .softness-scale-container {
    gap: 15px;
  }
}
.product-gallery-detail-section .product-details .mattress-additional-info .softness-scale-container .softness-bars {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}
.product-gallery-detail-section .product-details .mattress-additional-info .softness-scale-container .softness-bars span {
  display: block;
  width: 6px;
  height: 25px;
  background: rgba(0, 0, 0, 0.1803921569);
  border-radius: 6px;
}
@media screen and (max-width: 781px) {
  .product-gallery-detail-section .product-details .mattress-additional-info .softness-scale-container .softness-bars span {
    width: 4px;
    height: 17px;
  }
}
.product-gallery-detail-section .product-details .mattress-additional-info .softness-scale-container .softness-bars[data-active="2"] span:nth-child(-n+2), .product-gallery-detail-section .product-details .mattress-additional-info .softness-scale-container .softness-bars[data-active="3"] span:nth-child(-n+3), .product-gallery-detail-section .product-details .mattress-additional-info .softness-scale-container .softness-bars[data-active="4"] span:nth-child(-n+4), .product-gallery-detail-section .product-details .mattress-additional-info .softness-scale-container .softness-bars[data-active="5"] span:nth-child(-n+5) {
  background: var(--wp--preset--color--custom-golden);
}
.product-gallery-detail-section .product-details .mattress-additional-info .softness-scale-container .softness-label {
  color: var(--wp--preset--color--custom-text-gray);
  font-size: 16px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  line-height: 1;
}
@media screen and (max-width: 781px) {
  .product-gallery-detail-section .product-details .mattress-additional-info .softness-scale-container .softness-label {
    font-size: 10px;
    letter-spacing: 1px;
  }
}
.product-gallery-detail-section .product-details .mattress-additional-info .softness-description {
  margin-top: 26px;
  color: var(--wp--preset--color--custom-text-gray);
  font-size: 13px;
  line-height: 19px;
}
@media screen and (max-width: 781px) {
  .product-gallery-detail-section .product-details .mattress-additional-info .softness-description {
    margin-top: 30px;
  }
}
.product-gallery-detail-section .product-details .product-pair-container {
  margin-top: 20px;
}
.product-gallery-detail-section .product-details .product-pair-container p {
  margin: 0;
  display: contents;
}
.product-gallery-detail-section .product-details .product-pair-container .pair-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: var(--wp--preset--color--custom-ultra-light-violet);
  color: #fff;
}
@media screen and (max-width: 1200px) {
  .product-gallery-detail-section .product-details .product-pair-container .pair-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 1024px) {
  .product-gallery-detail-section .product-details .product-pair-container .pair-card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.product-gallery-detail-section .product-details .product-pair-container .pair-image {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 200px;
      -ms-flex: 0 0 200px;
          flex: 0 0 200px;
}
@media screen and (max-width: 1400px) {
  .product-gallery-detail-section .product-details .product-pair-container .pair-image {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 130px;
        -ms-flex: 0 0 130px;
            flex: 0 0 130px;
  }
}
.product-gallery-detail-section .product-details .product-pair-container .pair-image img {
  height: 100%;
  aspect-ratio: 200/170;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.product-gallery-detail-section .product-details .product-pair-container .pair-content {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 43px 35px 52px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media screen and (max-width: 1200px) {
  .product-gallery-detail-section .product-details .product-pair-container .pair-content {
    padding: 24px 20px 28px;
  }
}
.product-gallery-detail-section .product-details .product-pair-container .pair-content .pair-content-wrapper {
  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;
  max-width: 220px;
}
.product-gallery-detail-section .product-details .product-pair-container .pair-content .pair-content-wrapper .pair-label {
  font-family: var(--wp--preset--font-family--cormorant-garamond);
  font-size: 22px;
  font-style: italic;
  line-height: 1;
  letter-spacing: 1.54px;
}
@media screen and (max-width: 781px) {
  .product-gallery-detail-section .product-details .product-pair-container .pair-content .pair-content-wrapper .pair-label {
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0.84px;
  }
}
.product-gallery-detail-section .product-details .product-pair-container .pair-content .pair-content-wrapper .pair-title {
  font-family: var(--wp--preset--font-family--cormorant-garamond);
  font-size: 24px;
  line-height: 27px;
  margin: 0;
  margin-top: 20px;
}
@media screen and (max-width: 781px) {
  .product-gallery-detail-section .product-details .product-pair-container .pair-content .pair-content-wrapper .pair-title {
    font-size: 16px;
    line-height: 17px;
    margin-top: 12px;
  }
}
.product-gallery-detail-section .product-details .product-pair-container .pair-content .pair-arrow-btn {
  width: 55px;
  min-width: 38px;
  aspect-ratio: 1/1;
  font-size: 0;
  border: 1px solid var(--wp--preset--color--custom-white);
  border-radius: 6px;
  background: url("../svg/white-arrow-right.svg") center/20px no-repeat;
}
@media screen and (max-width: 781px) {
  .product-gallery-detail-section .product-details .product-pair-container .pair-content .pair-arrow-btn {
    width: 38px;
    background-size: 15px;
  }
}
.product-gallery-detail-section .product-details .product-pair-container .pair-content .pair-arrow-btn:hover {
  border-color: var(--wp--preset--color--custom-golden);
  background-color: var(--wp--preset--color--custom-golden);
}

.product-info-tabs-section .product-info-tabs .wc-tabs {
  padding: 0 !important;
  margin: 0 !important;
  margin-bottom: 52px !important;
  text-align: center;
  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;
  gap: 20px;
}
@media screen and (max-width: 781px) {
  .product-info-tabs-section .product-info-tabs .wc-tabs {
    margin-bottom: 35px !important;
  }
}
.product-info-tabs-section .product-info-tabs .wc-tabs:before, .product-info-tabs-section .product-info-tabs .wc-tabs:after {
  content: none !important;
}
.product-info-tabs-section .product-info-tabs .wc-tabs li {
  background: none !important;
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
  opacity: 0.5;
}
@media screen and (max-width: 500px) {
  .product-info-tabs-section .product-info-tabs .wc-tabs li {
    width: 50%;
  }
}
.product-info-tabs-section .product-info-tabs .wc-tabs li.active {
  opacity: 1;
}
.product-info-tabs-section .product-info-tabs .wc-tabs li.active a {
  border-color: var(--wp--preset--color--custom-golden);
}
.product-info-tabs-section .product-info-tabs .wc-tabs li a {
  color: var(--wp--preset--color--custom-text-gray) !important;
  font-family: var(--wp--preset--font-family--cormorant-garamond);
  font-size: 24px;
  line-height: 1;
  padding: 0 35px 35px !important;
  border-bottom: 5px solid rgba(138, 122, 40, 0.2);
}
@media screen and (max-width: 781px) {
  .product-info-tabs-section .product-info-tabs .wc-tabs li a {
    font-size: 16px;
    line-height: 1;
    padding: 0 20px 20px !important;
  }
}
@media screen and (max-width: 500px) {
  .product-info-tabs-section .product-info-tabs .wc-tabs li a {
    width: 100%;
  }
}
.product-info-tabs-section .product-info-tabs .wc-tabs li:before, .product-info-tabs-section .product-info-tabs .wc-tabs li:after {
  content: none !important;
}
.product-info-tabs-section .product-info-tabs .entry-content {
  margin: 0 !important;
}
.product-info-tabs-section .product-info-tabs .entry-content .product-details-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 55px 163px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1200px) {
  .product-info-tabs-section .product-info-tabs .entry-content .product-details-wrapper {
    gap: 55px 50px;
  }
}
@media screen and (max-width: 781px) {
  .product-info-tabs-section .product-info-tabs .entry-content .product-details-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.product-info-tabs-section .product-info-tabs .entry-content .product-details-wrapper h3 {
  color: var(--wp--preset--color--custom-text-gray);
  font-size: 44px;
  line-height: 1;
  margin: 0;
  margin-bottom: 25px;
}
@media screen and (max-width: 781px) {
  .product-info-tabs-section .product-info-tabs .entry-content .product-details-wrapper h3 {
    font-size: 24px;
    margin-bottom: 23px;
  }
}
.product-info-tabs-section .product-info-tabs .entry-content .product-details-wrapper p {
  margin: 0;
  color: var(--wp--preset--color--custom-text-gray);
  font-size: 20px;
  line-height: 30px;
}
.product-info-tabs-section .product-info-tabs .entry-content .product-details-wrapper p:not(:first-child) {
  margin-top: 20px;
}
@media screen and (max-width: 781px) {
  .product-info-tabs-section .product-info-tabs .entry-content .product-details-wrapper p {
    font-size: 13px;
    line-height: 20px;
  }
}
.product-info-tabs-section .product-info-tabs .entry-content .product-details-wrapper .product-details-content {
  background-color: var(--wp--preset--color--custom-white);
  padding: 104px 145px;
}
@media screen and (max-width: 1200px) {
  .product-info-tabs-section .product-info-tabs .entry-content .product-details-wrapper .product-details-content {
    padding: 41px 30px 45px;
  }
}
.product-info-tabs-section .product-info-tabs .entry-content .product-details-wrapper .product-details-content.col-main {
  width: 63%;
}
@media screen and (max-width: 781px) {
  .product-info-tabs-section .product-info-tabs .entry-content .product-details-wrapper .product-details-content.col-main {
    width: 100%;
  }
}
.product-info-tabs-section .product-info-tabs .entry-content .product-details-wrapper .product-details-content.col-full {
  width: 100%;
}
.product-info-tabs-section .product-info-tabs .entry-content .product-details-wrapper .col-sidebar {
  width: 37%;
}
@media screen and (max-width: 781px) {
  .product-info-tabs-section .product-info-tabs .entry-content .product-details-wrapper .col-sidebar {
    width: 100%;
  }
}
@media screen and (max-width: 781px) {
  .product-info-tabs-section .product-info-tabs .entry-content .product-details-wrapper .col-sidebar h3 {
    margin-bottom: 20px;
  }
}
.product-info-tabs-section .product-info-tabs .entry-content .product-details-wrapper .section-divider {
  border-top: 1px solid var(--wp--preset--color--custom-golden);
  margin: 70px 0;
  width: 180px;
}
@media screen and (max-width: 781px) {
  .product-info-tabs-section .product-info-tabs .entry-content .product-details-wrapper .section-divider {
    margin: 35px 0;
    width: 143px;
  }
}
.product-info-tabs-section .product-info-tabs .entry-content .specs-wrapper {
  max-width: 743px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 781px) {
  .product-info-tabs-section .product-info-tabs .entry-content .specs-wrapper .table-wrapper {
    overflow-x: scroll;
    padding-bottom: 37px;
    -webkit-overflow-scrolling: touch;
  }
  .product-info-tabs-section .product-info-tabs .entry-content .specs-wrapper .table-wrapper::-webkit-scrollbar {
    height: 6px;
    border-radius: 0;
  }
  .product-info-tabs-section .product-info-tabs .entry-content .specs-wrapper .table-wrapper::-webkit-scrollbar-track {
    background: rgba(138, 122, 40, 0.1019607843);
    border-radius: 0;
  }
  .product-info-tabs-section .product-info-tabs .entry-content .specs-wrapper .table-wrapper::-webkit-scrollbar-thumb {
    background: #8A7A28;
  }
}
.product-info-tabs-section .product-info-tabs .entry-content .specs-wrapper .specs-table {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
}
@media screen and (max-width: 781px) {
  .product-info-tabs-section .product-info-tabs .entry-content .specs-wrapper .specs-table {
    min-width: 460px;
  }
}
.product-info-tabs-section .product-info-tabs .entry-content .specs-wrapper .specs-table thead th {
  background: rgba(138, 122, 40, 0.3019607843);
  padding: 30px 15px;
  color: #353535;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}
@media screen and (max-width: 781px) {
  .product-info-tabs-section .product-info-tabs .entry-content .specs-wrapper .specs-table thead th {
    font-size: 10px;
    letter-spacing: 1px;
    padding: 20px 15px;
  }
}
.product-info-tabs-section .product-info-tabs .entry-content .specs-wrapper .specs-table tbody td {
  padding: 20px 15px;
  color: var(--wp--preset--color--custom-text-gray);
  font-size: 16px;
  line-height: 23px;
}
@media screen and (max-width: 781px) {
  .product-info-tabs-section .product-info-tabs .entry-content .specs-wrapper .specs-table tbody td {
    font-size: 10px;
    line-height: 14px;
    padding: 14px 15px;
  }
}
.product-info-tabs-section .product-info-tabs .entry-content .specs-wrapper .specs-table tbody tr:nth-child(even) {
  background: #EFEFEF;
}
.product-info-tabs-section .product-info-tabs .entry-content .specs-wrapper .specs-table tbody tr:nth-child(odd) {
  background: #FFFFFF;
}
.product-info-tabs-section .product-info-tabs .entry-content .specs-wrapper .specs-notice {
  color: var(--wp--preset--color--custom-text-gray);
  text-align: center;
  font-size: 13px;
  line-height: 19px;
  padding: 26px;
  margin-top: 50px;
  border: 1px solid rgba(53, 53, 53, 0.2);
}
@media screen and (max-width: 781px) {
  .product-info-tabs-section .product-info-tabs .entry-content .specs-wrapper .specs-notice {
    font-size: 13px;
    line-height: 19px;
  }
}
.product-info-tabs-section .product-info-tabs .entry-content .specs-wrapper .specs-notice p {
  margin: 0;
  max-width: 590px;
  margin-left: auto;
  margin-right: auto;
}

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

@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);
}

.related-product-section {
  overflow: hidden;
}
@media screen and (max-width: 781px) {
  .related-product-section {
    padding-top: 78px !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: 50px;
}
@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;
  }
}

.related-category-section {
  overflow: hidden;
}
@media screen and (max-width: 781px) {
  .related-category-section {
    padding-top: 30px !important;
    padding-bottom: 52px !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: 50px;
  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: 32px;
    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;
  }
}

.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;
  }
}
/*# sourceMappingURL=product-post.css.map */
