/*!*********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/@wordpress/scripts/node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./src/styles/frontend.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
.hide-mobile {
  display: none;
}
@media screen and (min-width: 768px) {
  .hide-mobile {
    display: inherit;
  }
}

html {
  scroll-behavior: smooth;
}

.has-h1-font-size {
  font-size: clamp(2.5rem, 1.272vw + 2.171rem, 3.125rem);
  line-height: 1.2;
}

.has-h2-font-size {
  font-size: clamp(2rem, 2.036vw + 1.473rem, 3rem);
  line-height: 1.2;
}

.has-h3-font-size {
  font-size: clamp(1.5rem, 1.527vw + 1.105rem, 2.25rem);
  line-height: 1.4;
}

.has-h4-font-size {
  font-size: clamp(1.25rem, 1.527vw + 0.855rem, 2rem);
  line-height: 1.4;
}

.has-h5-font-size,
.has-h6-font-size {
  font-size: clamp(1rem, 1.018vw + 0.737rem, 1.5rem);
  line-height: 1.4;
}

input[type=color],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
input[type=week],
input:not([type]),
textarea,
select {
  -webkit-appearance: none;
  background-color: transparent;
  border: 0.1rem solid var(--wp--custom--colors--neutral-500);
  border-radius: 0.3rem;
  box-shadow: none;
  box-sizing: inherit;
  height: var(--wp--preset--spacing--4);
  padding: 0.4rem 0.5rem 0.4rem;
  width: 100%;
}
input[type=color]:focus,
input[type=date]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=email]:focus,
input[type=month]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=url]:focus,
input[type=week]:focus,
input:not([type]):focus,
textarea:focus,
select:focus {
  outline: 0;
}

select {
  padding-right: 3rem;
}
select[multiple] {
  background: none;
  height: auto;
}

textarea {
  min-height: 6.5rem;
}

label,
legend {
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
}

fieldset {
  border-width: 0;
  padding: 0;
}

input[type=checkbox],
input[type=radio] {
  display: inline;
}

.label-inline {
  display: inline-block;
  font-weight: normal;
  margin-left: var(--wp--preset--spacing--8);
}

.article-header {
  max-width: var(--wp--style--global--content-size);
  margin-right: var(--wp--style--block-gap);
  margin-left: var(--wp--style--block-gap);
}
@media screen and (min-width: 768px) {
  .article-header {
    margin-right: auto;
    margin-left: auto;
  }
}

.wp-block {
  margin-right: auto;
  margin-left: auto;
}

.entry-content > *:not(.alignwide):not(.alignfull) {
  max-width: var(--wp--style--global--content-size);
  margin-right: var(--wp--style--block-gap);
  margin-left: var(--wp--style--block-gap);
  padding-right: var(--wp--style--block-gap);
  padding-left: var(--wp--style--block-gap);
}
@media screen and (min-width: 414px) {
  .entry-content > *:not(.alignwide):not(.alignfull) {
    margin-right: var(--wp--style--block-gap);
    margin-left: var(--wp--style--block-gap);
  }
}
@media screen and (min-width: 768px) {
  .entry-content > *:not(.alignwide):not(.alignfull) {
    margin-right: auto;
    margin-left: auto;
  }
}

.entry-content > *.alignwide {
  max-width: var(--wp--style--global--content-size);
  margin-right: var(--wp--style--block-gap);
  margin-left: var(--wp--style--block-gap);
}
@media screen and (min-width: 768px) {
  .entry-content > *.alignwide {
    max-width: var(--wp--style--global--content-size);
    margin-right: auto;
    margin-left: auto;
  }
}

.entry-content > *.full {
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

/*-------------------------------------------------------------------------------
---------------------------------------------------------------------------------
CSS3 TRANSITIONS
---------------------------------------------------------------------------------
--------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------
---------------------------------------------------------------------------------
CSS3 ANIMATION
---------------------------------------------------------------------------------
--------------------------------------------------------------------------------*/
/* EX:  @include keyframes(slide-down) { 0% { opacity: 1; } 90% { opacity: 0; } } */
.wp-block-button .wp-block-button__link {
  transition: all 0.1s ease-in-out;
  padding: var(--wp--preset--spacing--2) var(--wp--preset--spacing--5);
  border-width: 2px;
  border-style: solid;
  border-color: transparent;
}
.wp-block-button .wp-block-button__link:focus {
  text-decoration: unset;
  background-color: var(--wp--custom--colors--primary-500);
  border-color: var(--wp--custom--colors--primary-600);
}
.wp-block-button .wp-block-button__link:hover {
  text-decoration: unset;
}
.wp-block-button .wp-block-button__link.has-green-background-color:focus {
  background-color: var(--wp--custom--colors--secondary-500) !important;
  border-color: var(--wp--custom--colors--secondary-600);
}
.wp-block-button .wp-block-button__link.has-green-background-color:hover {
  background-color: var(--wp--custom--colors--secondary-600) !important;
}
.wp-block-button.is-style-outline .wp-block-button__link {
  padding: calc(0.5rem + 2px) 1.5rem;
}
.wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color) {
  color: var(--wp--custom--colors--secondary-500);
  border-color: var(--wp--custom--colors--secondary-500);
}
.wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color):hover {
  background-color: var(--wp--custom--colors--secondary-200);
}
.wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color):focus {
  background-color: var(--wp--custom--colors--secondary-100);
  border-color: var(--wp--custom--colors--secondary-300);
}
.wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color).has-green-background-color {
  color: var(--wp--custom--colors--secondary-500);
  background-color: transparent !important;
  border-color: var(--wp--custom--colors--secondary-500);
}
.wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color).has-green-background-color:hover {
  background-color: var(--wp--custom--colors--secondary-200) !important;
}
.wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color).has-green-background-color:focus {
  background-color: var(--wp--custom--colors--secondary-100) !important;
  border-color: var(--wp--custom--colors--secondary-300);
}

.site-footer .wp-block-columns {
  width: 100%;
}

.wp-block-embed {
  margin-left: auto !important;
  margin-right: auto !important;
  margin-bottom: var(--wp--preset--spacing--6);
}
.wp-block-embed.is-type-video {
  overflow: hidden;
}
.wp-block-embed.is-type-video .wp-block-embed__wrapper {
  border-radius: 0.5rem;
  overflow: hidden;
}

.wp-block-group.is-style-narrow {
  max-width: 992px !important;
}

figure.wp-block-image {
  border-radius: 0.5rem;
  overflow: hidden;
}
figure.wp-block-image figcaption {
  margin: unset;
  padding: var(--wp--preset--spacing--4);
  color: var(--wp--custom--colors--neutral-100);
  background-color: var(--wp--custom--colors--neutral-600);
  font-size: var(--wp--preset--font-size--x-small) !important;
}

.entry-content figure.wp-block-image img {
  width: 100%;
}

.wp-block-media-text {
  overflow: hidden;
  gap: var(--wp--style--block-gap);
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
@media screen and (min-width: 768px) {
  .wp-block-media-text {
    border-radius: 12px;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
.wp-block-media-text .wp-block-media-text__content {
  padding: unset;
}
.wp-block-media-text .wp-block-media-text__media {
  border-radius: 8px;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  p.has-text-align-right {
    text-align: left;
  }
}

.wp-block-quote {
  position: relative;
}
.wp-block-quote p,
.wp-block-quote cite {
  max-width: 992px;
  margin-right: auto;
  margin-left: auto;
}
.wp-block-quote p {
  font-family: var(--wp--preset--font-family--minionpro);
  font-size: var(--wp--custom--fonts--quote);
  line-height: 1;
  position: relative;
}
.wp-block-quote p::before, .wp-block-quote p::after {
  font-family: var(--wp--preset--font-family--minionpro);
  position: absolute;
}
.wp-block-quote p::before {
  content: "“";
  transform: translate(-1.5rem, 0);
}
@media screen and (min-width: 768px) {
  .wp-block-quote p::before {
    transform: translate(-3rem, 0);
  }
}
.wp-block-quote p::after {
  content: "”";
  transform: translate(0.5rem, 0);
}
@media screen and (min-width: 768px) {
  .wp-block-quote p::after {
    transform: translate(1rem, 0);
  }
}
.wp-block-quote cite {
  font-style: normal;
}

.wp-block-social-links .wp-block-social-link a {
  padding: var(--wp--preset--spacing--2) var(--wp--preset--spacing--3);
  border-radius: 50px;
}
.wp-block-social-links .wp-block-social-link:focus, .wp-block-social-links .wp-block-social-link:hover {
  transform: unset;
}
.wp-block-social-links.is-style-logos-only .wp-block-social-link a {
  background-color: unset;
  border: unset;
  padding: var(--wp--preset--spacing--2) var(--wp--preset--spacing--3);
  border-radius: unset;
}

table {
  display: table;
  overflow-x: auto;
  border-spacing: 0;
  text-align: left;
  border: 1px solid;
}

th,
td {
  padding: var(--wp--preset--spacing--4) var(--wp--preset--spacing--5);
  border: 1px solid;
}

.wp-block-table.is-style-stripes {
  border: unset;
}
.info-card {
  position: relative;
  display: flex;
  overflow: hidden;
  flex-direction: row;
  align-items: flex-start;
  color: var(--wp--custom--colors--neutral-500);
  margin-bottom: 0rem;
  gap: var(--wp--style--block-gap);
  border-radius: 0.5rem;
  font-size: 1rem;
}
.info-card .content {
  display: flex;
  flex-direction: column;
  gap: calc(var(--wp--style--block-gap) / 1.5);
  padding: calc(var(--wp--style--block-gap) / 2) 0;
}
.info-card h2, .info-card .wp-block-heading {
  font-size: clamp(1.25rem, 1.386vw + 0.891rem, 2rem);
  font-weight: 600;
  margin-bottom: 0 !important;
  line-height: 1.2;
}
.info-card p:last-of-type {
  margin-bottom: 0;
}
.info-card img {
  width: var(--wp--preset--spacing--7);
  height: var(--wp--preset--spacing--7);
  max-width: -moz-max-content;
  max-width: max-content;
}
@media screen and (min-width: 768px) {
  .info-card img {
    width: var(--wp--preset--spacing--8);
    height: var(--wp--preset--spacing--8);
  }
}

.wp-block-zp4-social-share .share-container {
  background-color: var(--wp--custom--colors--neutral-200);
  border-radius: 0.5rem;
  padding: 0.5rem;
  display: flex;
  align-content: flex-start;
  justify-content: center;
  gap: 1.5rem;
}
.wp-block-zp4-social-share .share-container .share-label {
  font-weight: 600;
  font-size: clamp(1rem, 0.462vw + 0.88rem, 1.25rem);
  margin-right: 1rem;
}
.wp-block-zp4-social-share .share-container .share-list {
  margin: 0;
  padding-left: 0;
  display: flex;
  align-content: flex-start;
  justify-content: center;
  gap: 1.5rem;
}
.wp-block-zp4-social-share .share-container .share-list li {
  list-style: none;
}
.wp-block-zp4-social-share .share-container .share-list li a {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wp-block-zp4-social-share .social-share:hover {
  cursor: pointer;
}
.wp-block-zp4-social-share .editor-styles-wrapper button {
  display: flex;
}

.navigation {
  align-items: center;
  flex: 1 1 auto;
  flex-direction: column;
  grid-gap: var(--wp--style--block-gap);
}
@media screen and (min-width: 768px) {
  .navigation {
    align-items: flex-end;
  }
}
.navigation a {
  font-weight: bold;
  color: var(--wp--custom--colors--deep-green-500);
  border-bottom-color: transparent;
  font-size: 1.25rem;
  text-wrap: nowrap;
  transition: all 0.25s ease-in-out;
}
@media screen and (min-width: 768px) {
  .navigation a {
    font-size: 1.25rem;
  }
}
.navigation a:focus, .navigation a:hover {
  text-decoration: none;
  color: var(--wp--custom--colors--primary-500);
}
.navigation a.header-cart-widget img {
  max-width: unset !important;
}
.navigation li.button a {
  background-color: var(--wp--custom--colors--primary-500);
  color: var(--wp--custom--colors--neutral-100);
  padding: var(--wp--preset--spacing--3) var(--wp--preset--spacing--3);
  border-radius: 0.5rem;
  font-size: 0.88rem;
  font-weight: 600;
  transition: all 0.25s ease-in-out;
  min-width: 6rem;
}
@media screen and (min-width: 768px) {
  .navigation li.button a {
    padding: var(--wp--preset--spacing--3) var(--wp--preset--spacing--5);
    font-size: 1.25rem;
    border-radius: 0.5rem;
  }
}
.navigation li.button a:hover {
  background-color: var(--wp--custom--colors--primary-600);
}

.menu {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-end;
  margin: 0;
  padding: 0;
  list-style-type: none;
  grid-gap: var(--wp--preset--spacing--4);
}
@media screen and (min-width: 768px) {
  .menu {
    flex-direction: row;
  }
  .menu .sub-menu {
    display: none;
  }
}
.menu.flat-menu {
  flex-direction: row;
}
.menu li {
  margin: 0;
  padding: 0;
}

.page-template-checkout-autocomplete #content {
  position: relative;
}

.overlap-z-index input {
  position: relative;
  z-index: 1000;
}

.zp4-checkout .z-address-verification.form-row {
  margin-bottom: 0 !important;
}

.z-address-verification {
  position: relative;
}
.z-address-verification button.button.alt {
  margin: 0.438rem 0;
  border-radius: 0.5rem;
}
.z-address-verification .input-text {
  height: 2.25rem;
}
.z-address-verification .address_verification-results {
  display: none;
  background-color: var(--wp--custom--colors--neutral-100);
  border: 1px solid var(--wp--custom--colors--deep-green-800);
  border-top: 0;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  padding-top: var(--wp--preset--spacing--1);
  margin-top: -0.25rem;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}
.z-address-verification .address_verification-results.active {
  display: block;
}
.z-address-verification .address_verification-results-list {
  margin: 0;
  padding-left: 0;
}
.z-address-verification .address_verification-results-list li {
  list-style: none;
  padding: 0.125rem;
  padding-left: 0.375rem;
  border-top: 1px solid var(--wp--custom--colors--deep-green-800);
}
.z-address-verification .address_verification-results-list li:first-child {
  border-top: 0;
}
.z-address-verification .address_verification-results-list li .highlight {
  font-weight: 600;
  color: var(--wp--custom--colors--secondary-500);
}
.z-address-verification .address_verification-results-list li button {
  border: 0;
  background: var(--wp--custom--colors--neutral-100);
}
.z-address-verification .address_verification-results-list li button:hover {
  cursor: pointer;
  text-decoration: underline;
}

.dropdown.menu .is-dropdown-submenu-parent {
  position: relative;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .dropdown.menu .is-dropdown-submenu-parent {
    text-align: left;
  }
}
.dropdown.menu .is-dropdown-submenu-parent button {
  margin: unset;
  cursor: pointer;
  display: flex;
  background-color: var(--wp--custom--colors--primary-500);
  color: var(--wp--custom--colors--neutral-100);
  width: -moz-max-content;
  width: max-content;
  border-style: solid;
  border-color: transparent;
  border-radius: 0.5rem;
  font-size: 0.88rem;
  font-weight: 600;
  line-height: 1;
  min-width: 6rem;
  padding: var(--wp--preset--spacing--3) 0 var(--wp--preset--spacing--3) var(--wp--preset--spacing--3);
}
@media screen and (min-width: 768px) {
  .dropdown.menu .is-dropdown-submenu-parent button {
    padding: var(--wp--preset--spacing--4) var(--wp--preset--spacing--3) var(--wp--preset--spacing--4) 1.25rem !important;
    font-size: 1rem;
  }
}
.dropdown.menu .is-dropdown-submenu-parent button::after {
  position: relative;
  top: 0.125rem;
  left: 0.25rem;
  display: inline-block;
  width: 0.35em;
  height: 0.35em;
  margin: 0 var(--wp--preset--spacing--4) 0 var(--wp--preset--spacing--2);
  content: "";
  transition: all 0.2s ease-in-out;
  transform: rotate(135deg);
  vertical-align: top;
  border-width: 0.15em 0.15em 0 0;
  border-style: solid;
}
@media screen and (min-width: 768px) {
  .dropdown.menu .is-dropdown-submenu-parent button::after {
    top: var(--wp--preset--spacing--1);
  }
}
.dropdown.menu .is-dropdown-submenu-parent button:hover {
  border-color: var(--wp--custom--colors--primary-600);
}
.dropdown.menu .is-dropdown-submenu-parent.is-active button {
  border-color: var(--wp--custom--colors--primary-600);
  border-bottom-right-radius: unset;
  border-bottom-left-radius: unset;
}
.dropdown.menu .is-dropdown-submenu-parent.is-active button::after {
  top: var(--wp--preset--spacing--2);
  transform: rotate(-45deg);
}
.dropdown.menu .is-dropdown-submenu-parent.green button {
  background-color: var(--wp--custom--colors--secondary-500);
}
.dropdown.menu .is-dropdown-submenu-parent.green button:hover {
  border-color: var(--wp--custom--colors--secondary-500);
}
.dropdown.menu .is-dropdown-submenu-parent.green.is-active button {
  border-color: var(--wp--custom--colors--secondary-500);
}
.dropdown.menu .is-dropdown-submenu-parent.green .submenu li {
  border-bottom: 1px solid var(--wp--custom--colors--secondary-500);
}
.dropdown.menu .is-dropdown-submenu-parent.green .submenu li:last-of-type {
  border-bottom: unset;
}
.dropdown.menu .is-dropdown-submenu-parent.green .submenu li a {
  background-color: var(--wp--custom--colors--secondary-600);
}
.dropdown.menu .is-dropdown-submenu-parent.green .submenu li a:focus, .dropdown.menu .is-dropdown-submenu-parent.green .submenu li a:hover {
  background-color: var(--wp--custom--colors--secondary-700);
}
.dropdown.menu .is-dropdown-submenu-parent .submenu {
  display: none;
  position: absolute;
  top: 100%;
  flex-direction: column;
  width: 100%;
  height: auto;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  background-color: var(--wp--custom--colors--neutral-100);
  overflow: hidden;
}
.dropdown.menu .is-dropdown-submenu-parent .submenu:hover, .dropdown.menu .is-dropdown-submenu-parent .submenu.dropdown-active {
  display: block;
}
.dropdown.menu .is-dropdown-submenu-parent .submenu .submenu {
  position: static;
}
.dropdown.menu .is-dropdown-submenu-parent .submenu li {
  width: 100%;
  border-bottom: 1px solid var(--wp--custom--colors--primary-500);
}
.dropdown.menu .is-dropdown-submenu-parent .submenu li:last-of-type {
  border-bottom: unset;
}
.dropdown.menu .is-dropdown-submenu-parent .submenu li a {
  display: block;
  position: relative;
  z-index: 1;
  border-radius: unset;
  background-color: var(--wp--custom--colors--primary-600);
  line-height: 1;
  padding: var(--wp--preset--spacing--3) var(--wp--preset--spacing--2) var(--wp--preset--spacing--3) var(--wp--preset--spacing--3);
  text-align: left;
  text-wrap: wrap;
}
.dropdown.menu .is-dropdown-submenu-parent .submenu li a:focus, .dropdown.menu .is-dropdown-submenu-parent .submenu li a:hover {
  background-color: var(--wp--custom--colors--primary-700);
}
@media screen and (min-width: 768px) {
  .dropdown.menu .is-dropdown-submenu-parent .submenu li a {
    padding: var(--wp--preset--spacing--4) var(--wp--preset--spacing--5);
    font-size: 1rem;
  }
}

.ecard-preview {
  border-radius: 0.5rem;
  overflow: hidden;
}
.ecard-preview figure {
  margin-bottom: var(--wp--preset--spacing--7);
}
.ecard-preview figcaption {
  font-size: 0.875rem;
}
.ecard-preview img {
  border-radius: 0.5rem;
}
.ecard-preview .content-container p {
  color: var(--wp--custom--colors--neutral-500);
}
.ecard-preview .content-container p:last-child {
  margin-bottom: 0;
}
.ecard-preview .content-container,
.ecard-preview .impact-container {
  padding: var(--wp--preset--spacing--5);
}
.ecard-preview .ecard-title {
  text-align: center;
  color: var(--wp--custom--colors--secondary-500);
  margin-bottom: 2.5rem;
  line-height: 1;
  font-size: 1.75rem;
}
@media screen and (min-width: 768px) {
  .ecard-preview .ecard-title {
    font-size: 2.5rem;
  }
}
.ecard-preview .ecard-title svg {
  width: 28px;
  height: 25px;
}
@media screen and (min-width: 768px) {
  .ecard-preview .ecard-title {
    width: inherit;
    height: inherit;
  }
}
.ecard-preview .impact-container {
  background-color: var(--wp--custom--colors--secondary-100);
}
.ecard-preview .impact-container p:last-child {
  margin-bottom: 0;
}

body.single-product .ecard-preview {
  border: 1px solid var(--wp--custom--colors--neutral-500);
  margin-bottom: var(--wp--style--block-gap);
}
@media screen and (min-width: 768px) {
  body.single-product .ecard-preview {
    width: 48%;
    margin-bottom: 2.5rem;
  }
}
body.single-product .ecard-preview p {
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  body.single-product .ecard-preview .content-container,
  body.single-product .ecard-preview .impact-container {
    padding: 2.625rem;
  }
}
body.single-product .impact-container {
  padding: var(--wp--style--block-gap);
}
@media screen and (min-width: 768px) {
  body.single-product .impact-container {
    padding: 2.625rem;
  }
}

@media screen and (min-width: 768px) {
  body.single-ecards .entry-content {
    margin: 0 auto;
    max-width: 60rem;
  }
}
body.single-ecards .ecard-preview {
  box-sizing: border-box;
  border: 1px solid var(--wp--custom--colors--neutral-500);
  padding: 0 !important;
  margin: 1.25rem 0;
}
@media screen and (min-width: 768px) {
  body.single-ecards .ecard-preview {
    margin: 5.5rem 0;
    padding: 0 !important;
  }
}
body.single-ecards .ecard-preview figure {
  margin-bottom: var(--wp--style--block-gap);
}
@media screen and (min-width: 768px) {
  body.single-ecards .ecard-preview figure {
    margin-bottom: 4rem;
  }
}
body.single-ecards .ecard-preview figcaption {
  font-size: 0.875rem;
}
body.single-ecards .ecard-preview img {
  width: 100%;
  height: auto;
}
body.single-ecards .ecard-preview .ecard-title {
  margin-bottom: var(--wp--style--block-gap);
}
@media screen and (min-width: 768px) {
  body.single-ecards .ecard-preview .ecard-title {
    font-size: 4rem;
    margin-bottom: 4rem;
  }
}
body.single-ecards .ecard-preview .ecard-title svg {
  height: 1.5rem;
  width: auto;
}
@media screen and (min-width: 768px) {
  body.single-ecards .ecard-preview .ecard-title svg {
    height: inherit;
  }
}
@media screen and (min-width: 768px) {
  body.single-ecards .ecard-preview .content-container,
  body.single-ecards .ecard-preview .impact-container {
    padding: 3.75rem 4rem;
  }
}
@media screen and (min-width: 768px) {
  body.single-ecards .ecard-preview .content-container p,
  body.single-ecards .ecard-preview .impact-container p {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  body.single-ecards .ecard-preview .impact-container p {
    font-size: 1.25rem;
  }
}

/**
 * Gift Preferences Validation Styles
 * 
 * Styling for character restriction helper text and notifications
 * on the gift preferences page
 */
.gift-preferences-validation__helper-text {
  display: block;
  margin-top: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.4;
  color: var(--wp--preset--color--dark-grey);
}
.gift-preferences-validation__notification {
  display: none;
  margin-top: 0.25rem;
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.4;
  color: var(--wp--preset--color--dark-grey);
  background-color: var(--wp--preset--color--light-grey);
  border-radius: 4px;
  opacity: 0;
  transition: opacity 0.3s ease;
  padding: var(--wp--preset--spacing--4) !important;
  border-radius: 4px !important;
  gap: var(--wp--preset--spacing--2) !important;
  border: 1px solid var(--wp--custom--colors--yellow-500) !important;
  background-color: var(--wp--custom--colors--yellow-300);
}
.gift-preferences-validation__notification.visible {
  opacity: 1;
  display: inline-block;
}

@keyframes lds-grid {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}
.lds-grid {
  display: inline-block;
  position: relative;
  width: var(--wp--preset--spacing--9);
  height: var(--wp--preset--spacing--9);
}
.lds-grid div {
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--wp--custom--colors--deep-green-500);
  animation: lds-grid 1.2s linear infinite;
}
.lds-grid div:nth-child(1) {
  top: var(--wp--preset--spacing--2);
  left: var(--wp--preset--spacing--2);
  animation-delay: 0s;
}
.lds-grid div:nth-child(2) {
  top: var(--wp--preset--spacing--2);
  left: var(--wp--preset--spacing--6);
  animation-delay: -0.4s;
}
.lds-grid div:nth-child(3) {
  top: var(--wp--preset--spacing--2);
  left: 56px;
  animation-delay: -0.8s;
}
.lds-grid div:nth-child(4) {
  top: var(--wp--preset--spacing--6);
  left: var(--wp--preset--spacing--2);
  animation-delay: -0.4s;
}
.lds-grid div:nth-child(5) {
  top: var(--wp--preset--spacing--6);
  left: var(--wp--preset--spacing--6);
  animation-delay: -0.8s;
}
.lds-grid div:nth-child(6) {
  top: var(--wp--preset--spacing--6);
  left: 56px;
  animation-delay: -1.2s;
}
.lds-grid div:nth-child(7) {
  top: 56px;
  left: var(--wp--preset--spacing--2);
  animation-delay: -0.8s;
}
.lds-grid div:nth-child(8) {
  top: 56px;
  left: var(--wp--preset--spacing--6);
  animation-delay: -1.2s;
}
.lds-grid div:nth-child(9) {
  top: 56px;
  left: 56px;
  animation-delay: -1.6s;
}

.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  padding: var(--wp--preset--spacing--5);
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  overflow: auto;
  overflow-y: scroll;
  background-color: rgba(0, 0, 0, 0.7);
}
@media screen and (min-width: 768px) {
  .modal {
    padding: 0;
  }
}
.modal .modal-container {
  flex-direction: column;
  display: flex;
  height: 100%;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.modal .modal-content {
  z-index: 9999;
  position: relative;
  background-color: var(--wp--custom--colors--neutral-100);
  margin: 15% auto;
  padding: var(--wp--preset--spacing--8);
  border: 1px solid #888;
  border-radius: 0.5rem;
  width: auto;
  max-width: inherit;
}
@media screen and (min-width: 768px) {
  .modal .modal-content {
    width: 80%;
    max-width: 500px;
  }
}
.modal .modal-content.ecard-preview-modal {
  padding: 0;
}
@media screen and (min-width: 768px) {
  .modal .modal-content.ecard-preview-modal {
    width: 100%;
    max-width: 820px;
  }
}
.modal .modal-content .added-to-cart-title {
  padding: 0;
  font-size: clamp(1.25rem, 1.386vw + 0.891rem, 2rem);
  font-family: var(--wp--preset--font-family--myriadpro);
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: var(--wp--preset--spacing--5);
  letter-spacing: 0;
  text-align: center;
  background-color: transparent;
  color: var(--wp--custom--colors--neutral-500);
  overflow: inherit;
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal .modal-content #closeModalBtn {
  position: absolute;
  background-color: var(--wp--custom--colors--secondary-200);
  right: var(--wp--preset--spacing--4);
  top: var(--wp--preset--spacing--4);
}
.modal .modal-content #closeModalBtn:before {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: " ";
  display: block;
  height: var(--wp--preset--spacing--6);
  width: var(--wp--preset--spacing--6);
}
.modal .modal-content #closeModalBtn:hover {
  color: red;
}
.modal .modal-content .close-modal-button {
  position: absolute;
  right: var(--wp--preset--spacing--4);
  top: var(--wp--preset--spacing--4);
  background: transparent;
  border: none;
  cursor: pointer;
}
.modal .modal-content .close-modal-button:hover {
  color: red;
}
.modal .buttons-container {
  display: flex;
  justify-content: center;
  gap: var(--wp--preset--spacing--5);
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .modal .buttons-container {
    flex-direction: row;
  }
}
.modal .buttons-container .cta-button {
  padding: var(--wp--preset--spacing--4) var(--wp--preset--spacing--5);
  border-radius: 0.5rem;
  border: none;
  text-transform: inherit;
  font-size: clamp(0.875rem, 0.231vw + 0.815rem, 1rem);
  font-weight: 600;
  line-height: 1;
  display: flex;
  transition: all 0.25s ease-in-out;
  min-width: 9.5rem;
  justify-content: center;
  align-items: center;
}
.modal .buttons-container .cta-button:hover, .modal .buttons-container .cta-button:focus {
  text-decoration: none;
  background-color: var(--wp--custom--colors--primary-600);
}
.modal .buttons-container button {
  background-color: var(--wp--custom--colors--secondary-100);
  border: 2px solid var(--wp--custom--colors--secondary-500) !important;
  color: var(--wp--custom--colors--secondary-500);
  transition: all 0.25s ease-in-out;
}
.modal .buttons-container button:hover, .modal .buttons-container button:focus {
  text-decoration: none;
  background-color: var(--wp--custom--colors--secondary-200) !important;
}
.modal .buttons-container a {
  background-color: var(--wp--custom--colors--primary-500);
  color: var(--wp--custom--colors--neutral-100);
}
.modal .ecard-preview {
  padding-top: var(--wp--preset--spacing--8);
}
.modal .ecard-preview .scroll-container {
  height: 90vh;
  overflow-y: scroll;
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}
@media screen and (min-width: 768px) {
  .modal .ecard-preview .content-container {
    padding: 0 var(--wp--preset--spacing--8);
  }
}
.modal .ecard-preview img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .modal .ecard-preview img {
    width: 100%;
  }
}
.modal .ecard-preview .ecard-boiler-plate-message {
  margin-bottom: var(--wp--preset--spacing--5);
}
@media screen and (min-width: 768px) {
  .modal .ecard-preview .ecard-boiler-plate-message {
    margin-bottom: var(--wp--preset--spacing--8);
  }
}
.modal .ecard-preview .impact-container {
  margin: 0 -1rem;
  padding: var(--wp--preset--spacing--5) var(--wp--preset--spacing--4);
}
@media screen and (min-width: 768px) {
  .modal .ecard-preview .impact-container {
    margin: 0 -3.5rem;
    padding: var(--wp--preset--spacing--8);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.zp4-product-list-content {
  text-align: center;
}

.zp4-product-list-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: var(--wp--custom--cards--gap);
  padding-left: 0;
}
@media screen and (max-width: 768px) {
  .zp4-product-list-cards {
    box-sizing: border-box;
    flex-wrap: nowrap;
    width: 100%;
    overflow-x: scroll;
    justify-content: flex-start;
    padding: var(--wp--preset--spacing--6) 0;
    gap: var(--wp--custom--cards--gap);
    position: relative;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .zp4-product-list-cards .zp4-product-list-card {
    width: 100% !important;
    flex: 0 0 65% !important;
  }
}

.zp4-product-list-card {
  position: relative;
  display: block;
  border-radius: 8px;
  background: var(--wp--custom--colors--neutral-100);
  border: 1px solid var(--wp--custom--colors--secondary-300);
  box-shadow: 0px 12px 24px rgba(112, 144, 176, 0.2);
  transition: all 0.25s ease-in-out;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .zp4-product-list-card {
    flex: 0 0 calc((100% - var(--wp--custom--cards--gap) * 3.25) / 4);
    display: flex;
    flex-direction: column;
  }
}
.zp4-product-list-card:hover {
  background-color: var(--wp--custom--colors--neutral-200);
  border: 1px solid var(--wp--custom--colors--secondary-500);
  box-shadow: 0px 12px 24px rgba(112, 144, 176, 0.2), 0 0 0 2px green;
}
.zp4-product-list-card:focus {
  border: unset;
}
.zp4-product-list-card .zp4-product-list-card-content {
  display: flex;
  flex-direction: column;
  padding: var(--wp--preset--spacing--5);
  gap: var(--wp--preset--spacing--4);
  width: 100%;
  height: auto;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .zp4-product-list-card .zp4-product-list-card-content {
    height: 100%;
  }
}
.zp4-product-list-card .zp4-product-list-card-content a {
  display: flex;
  transition: all 0.2s ease-in-out;
  border: unset;
  border-radius: 12px;
  gap: var(--wp--preset--spacing--5);
  width: 100%;
  color: var(--wp--custom--colors--secondary-500);
  text-decoration: unset;
  transition: all 0.25s ease-in-out;
}
.zp4-product-list-card .zp4-product-list-card-content a:after {
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  transition: all 0.25s ease-in-out;
}
.zp4-product-list-card p {
  font-weight: 400;
  font-size: 14px;
  color: var(--wp--custom--colors--neutral-500);
  margin-block-start: unset;
  margin-block-end: unset;
}
.zp4-product-list-card h2,
.zp4-product-list-card p {
  text-align: left;
  margin-bottom: 0;
}
.zp4-product-list-card img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  flex: 0 0 auto;
  display: block;
}
.zp4-product-list-card h2 {
  font-size: 22px;
  font-weight: 600;
  min-width: 100%;
  color: var(--wp--custom--colors--secondary-500);
  box-sizing: border-box;
  margin-block: unset;
}
.zp4-product-list-card .classification-label {
  border-radius: 3.125rem;
  width: -moz-max-content;
  width: max-content;
  display: block;
  font-weight: 400;
  font-size: 14px;
  color: var(--wp--custom--colors--neutral-500);
  padding: var(--wp--preset--spacing--1) var(--wp--preset--spacing--3);
  background-color: var(--wp--custom--colors--neutral-200);
  border: 1px solid var(--wp--custom--colors--neutral-300);
  margin-top: auto;
}

.searchform {
  display: block;
  position: relative;
}
.searchform input[type=search] {
  box-sizing: border-box;
  font-size: 1rem;
  padding: var(--wp--preset--spacing--2) var(--wp--preset--spacing--3) var(--wp--preset--spacing--2) var(--wp--preset--spacing--6);
  border-radius: 0.25rem;
}
.searchform .submit {
  position: absolute;
  left: var(--wp--preset--spacing--3);
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  box-sizing: border-box;
  filter: brightness(0) saturate(100%) invert(29%) sepia(0%) saturate(4833%) hue-rotate(164deg) brightness(77%) contrast(80%);
}
@media screen and (min-width: 768px) {
  .site-header .layout-container .navigation-container {
    position: relative;
  }
}
.site-header .layout-container .search-icon {
  margin-bottom: unset;
  background: unset;
  border: unset;
  cursor: pointer;
  vertical-align: top;
}
@media screen and (min-width: 768px) {
  .site-header .layout-container .search-icon {
    position: absolute;
    top: var(--wp--preset--spacing--4);
    right: var(--wp--preset--spacing--4);
    display: none;
  }
}
.site-header .layout-container .search-icon img {
  width: var(--wp--preset--spacing--4);
  height: var(--wp--preset--spacing--4);
}
.site-header .layout-container #search-form-header {
  display: none;
  position: absolute;
  width: 100%;
  top: var(--wp--preset--spacing--6);
  right: 0;
  background: var(--wp--custom--colors--neutral-600);
  z-index: 10;
  box-sizing: border-box;
  padding: var(--wp--preset--spacing--1) var(--wp--preset--spacing--4) var(--wp--preset--spacing--4);
}
@media screen and (min-width: 768px) {
  .site-header .layout-container #search-form-header {
    display: inline-block;
    position: static;
    width: 12.5rem;
    padding: 0;
    margin-left: var(--wp--preset--spacing--4);
    background: var(--wp--custom--colors--neutral-100);
  }
}
.site-header .layout-container #search-form-header.open {
  display: block;
}
.site-header .layout-container #search-form-header .searchform input[type=search] {
  margin-bottom: unset;
  border: 1px solid var(--wp--custom--colors--neutral-500);
  box-sizing: border-box;
  height: var(--wp--preset--spacing--6);
  background-color: var(--wp--custom--colors--neutral-100);
}
.site-header .layout-container #search-form-header .searchform input[type=search]:focus {
  outline: 1px solid var(--wp--custom--colors--secondary-500);
}
.site-header .layout-container #search-form-header .submit {
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .site-header .layout-container #search-form-header {
    top: var(--wp-style-block-gap);
  }
}

.search-results main.search-result,
.search-no-results main.search-result {
  margin-top: var(--wp--preset--spacing--8);
}

.search-no-results .search-result-container p {
  margin-bottom: var(--wp--preset--spacing--9);
}

.search-result .layout-container {
  position: relative;
  max-width: var(--wp--style--global--content-size);
  margin-left: auto;
  margin-right: auto;
  max-width: var(--wp--style--global--content-size);
  padding-left: var(--wp--style--block-gap);
  padding-right: var(--wp--style--block-gap);
}
.search-result .layout-container .wp-block-zp4-links {
  margin-bottom: 0;
}
.search-result .layout-container:last-child {
  margin-bottom: 0;
}
.search-result .layout-container h1 {
  font-size: clamp(2.5rem, 1.272vw + 2.171rem, 3.125rem);
  font-weight: 300;
  color: #4e4e65;
  padding: 0;
  margin: 0;
}
.search-result .layout-container h1 span {
  font-weight: 700;
  color: var(--wp--custom--colors--success-400);
}
.search-result .search-form-result-header {
  padding: 36px 0 56px;
}
.search-result .search-result-container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: var(--wp--preset--spacing--7);
}
.search-result .search-result-container .search-result {
  position: relative;
  display: flex;
  background: var(--wp--custom--colors--neutral-100);
  border-bottom: 1px dashed var(--wp--custom--colors--neutral-500);
  padding-bottom: 48px;
  gap: var(--wp--preset--spacing--6);
}
.search-result .search-result-container .search-result .search-result-content {
  display: flex;
  flex-direction: column;
  gap: var(--wp--preset--spacing--5);
  flex: 1;
}
.search-result .search-result-container .search-result:last-child {
  border-bottom: none;
}
.search-result .search-result-container .search-result h2,
.search-result .search-result-container .search-result p {
  text-align: left;
  padding: 0;
  margin: 0;
}
.search-result .search-result-container .search-result img {
  margin: 0;
  padding: 0;
  width: 174px;
  height: 127px;
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
  border: 1px solid var(--wp--custom--colors--neutral-300);
  display: none;
}
@media screen and (min-width: 768px) {
  .search-result .search-result-container .search-result img {
    display: block;
  }
}
.search-result .search-result-container .search-result h2 {
  font-size: clamp(1.5rem, 0.924vw + 1.261rem, 2rem);
  font-weight: 600;
  min-width: 100%;
  color: var(--wp--custom--colors--secondary-500);
  box-sizing: border-box;
  margin-bottom: 0;
}
.search-result .search-result-container .search-result p {
  font-weight: 400;
  font-size: clamp(1.25rem, 0.462vw + 1.13rem, 1.5rem);
  color: var(--wp--custom--colors--neutral-500);
}
.search-result .search-result-container .search-result a:hover {
  cursor: pointer;
}
.search-result .search-result-form {
  box-sizing: border-box;
  display: flex;
  width: 100%;
  border-radius: 0.5rem;
  background: var(--wp--custom--colors--neutral-100);
  position: relative;
  font-size: clamp(1.25rem, 0.462vw + 1.13rem, 1.5rem);
}
.search-result .search-result-form input[type=search] {
  box-sizing: border-box;
  font-size: clamp(1.25rem, 0.462vw + 1.13rem, 1.5rem);
  width: 100%;
  height: 100%;
  border-radius: 0.5rem;
  padding: var(--wp--preset--spacing--5) var(--wp--preset--spacing--4);
  border: 1px solid var(--wp--custom--colors--neutral-500);
}
.search-result .search-result-form input[type=search]:hover {
  outline: 1px solid var(--wp--custom--colors--secondary-500);
}
.search-result .search-result-form .submit {
  position: absolute;
  padding: 10px;
  border: 1px solid var(--wp--custom--colors--deep-green-500);
  border-radius: 1.5rem;
  background-color: var(--wp--custom--colors--secondary-200);
  box-sizing: border-box;
  right: var(--wp--preset--spacing--4);
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
}
.search-result .search-result-form .submit:hover, .search-result .search-result-form .submit:focus {
  outline: 1px solid var(--wp--custom--colors--secondary-500);
}

:root {
  --circle-size: clamp(3.25rem, 5vw, 3rem);
  --spacing: clamp(0.25rem, 2vw, 0.5rem);
}

ol.zp4-stepper {
  display: flex;
  list-style: none;
  counter-reset: section;
  padding-left: 0;
}
ol.zp4-stepper li.zp4-stepper-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  justify-content: start;
  padding: 0;
  margin: 0;
}
ol.zp4-stepper li.zp4-stepper-item:last-of-type {
  padding-top: var(--wp--preset--spacing--1);
}
ol.zp4-stepper li.zp4-stepper-item:before {
  --size: var(--wp--preset--spacing--7);
  counter-increment: section;
  content: counter(section);
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 400;
  width: var(--size);
  height: var(--size);
  border-radius: 50%;
  border: 1px solid var(--wp--custom--colors--deep-green-500);
  background-color: var(--wp--custom--colors--secondary-200);
  color: var(--wp--custom--colors--deep-green-500);
}
@media screen and (min-width: 768px) {
  ol.zp4-stepper li.zp4-stepper-item:before {
    --size: var(--wp--preset--spacing--8);
    font-size: 2rem;
  }
}
ol.zp4-stepper li.zp4-stepper-item:not(:last-child):after {
  content: "";
  position: relative;
  top: calc(var(--circle-size) / 2.5);
  width: calc(100% - var(--spacing) * 2);
  left: calc(50% + var(--circle-size) / 2 - var(--spacing) * 3);
  height: 2px;
  background-color: transparent;
  border-bottom: 1px dashed var(--wp--custom--colors--neutral-500);
  order: -1;
}
@media screen and (min-width: 768px) {
  ol.zp4-stepper li.zp4-stepper-item:not(:last-child):after {
    top: calc(var(--circle-size) / 1.5);
  }
}
ol.zp4-stepper li.zp4-stepper-item .stepper-title {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.25rem;
  padding: 0;
  margin: var(--wp--preset--spacing--4) 0 0;
  border: 0;
  background: transparent;
}
@media screen and (min-width: 768px) {
  ol.zp4-stepper li.zp4-stepper-item .stepper-title {
    font-size: 1.5rem;
    line-height: 1.75rem;
    padding: 0;
  }
}
ol.zp4-stepper li.zp4-stepper-item h2.stepper-title {
  font-family: "MyriadPro", sans-serif;
  cursor: inherit !important;
}
ol.zp4-stepper li.zp4-stepper-item h2.stepper-title,
ol.zp4-stepper li.zp4-stepper-item a.stepper-title,
ol.zp4-stepper li.zp4-stepper-item button.stepper-title {
  color: var(--wp--custom--colors--neutral-500);
  border-bottom: 1px solid var(--wp--custom--colors--secondary-300);
}
ol.zp4-stepper li.zp4-stepper-item h2.stepper-title:hover,
ol.zp4-stepper li.zp4-stepper-item a.stepper-title:hover,
ol.zp4-stepper li.zp4-stepper-item button.stepper-title:hover {
  cursor: pointer;
  color: var(--wp--custom--colors--secondary-500);
  text-decoration: none;
  border-bottom-color: var(--wp--custom--colors--secondary-500);
}
ol.zp4-stepper li.zp4-stepper-item.done:before {
  background-color: var(--wp--custom--colors--secondary-500);
  color: var(--wp--custom--colors--neutral-100);
}
ol.zp4-stepper li.zp4-stepper-item.done:not(:last-child):after {
  border-bottom: 2px solid var(--wp--custom--colors--lime-500);
}
ol.zp4-stepper li.zp4-stepper-item.active:before {
  background-color: var(--wp--custom--colors--secondary-500);
  color: var(--wp--custom--colors--neutral-100);
}
ol.zp4-stepper li.zp4-stepper-item.active .stepper-title {
  font-weight: 600;
  color: var(--wp--custom--colors--secondary-500);
}

.other-gifts.products {
  padding: var(--wp--preset--spacing--8) 0;
  margin-top: var(--wp--preset--spacing--8);
  background-color: var(--wp--custom--colors--neutral-200);
}
.other-gifts.products .layout-container {
  width: 100%;
  position: relative;
  max-width: var(--wp--style--global--content-size);
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
  padding-right: var(--wp--style--block-gap);
  padding-left: var(--wp--style--block-gap);
}
.other-gifts.products .heading {
  margin-bottom: var(--wp--preset--spacing--7);
}
.other-gifts.products .heading h2 {
  text-align: center;
  font-weight: 600;
  font-size: clamp(2rem, 1.848vw + 1.522rem, 3rem);
  color: var(--wp--custom--colors--secondary-500);
}

.alert-wrapper {
  display: none;
  padding: var(--wp--preset--spacing--4);
  background-color: var(--wp--custom--colors--yellow-500);
}
.alert-wrapper.active {
  display: flex;
}
.alert-wrapper .alert {
  display: flex;
  align-content: center;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  color: var(--wp--custom--colors--neutral-600);
  gap: var(--wp--preset--spacing--4);
}
.alert-wrapper .alert .content-container {
  align-self: center;
  width: 100%;
}
.alert-wrapper .alert .content-container p {
  margin: unset;
  font-size: 0.875rem;
  text-align: left !important;
}
.alert-wrapper .alert .content-container p a {
  color: var(--wp--custom--colors--neutral-600);
  border-bottom-color: var(--wp--custom--colors--neutral-600);
}
.alert-wrapper .alert .content-container p a:after {
  margin-left: var(--wp--preset--spacing--1);
  font-weight: 800;
  content: "→";
  color: var(--wp--custom--colors--white);
}
@media screen and (min-width: 768px) {
  .alert-wrapper .alert .content-container p {
    font-size: 1rem;
    text-align: center !important;
  }
}
.alert-wrapper .alert button.close {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 var(--wp--preset--spacing--7);
  height: var(--wp--preset--spacing--7);
  margin: unset;
  margin-top: -10px;
  padding: unset;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.2s;
  color: var(--wp--custom--colors--neutral-600);
  border: unset;
  border-radius: 50%;
  background: unset;
}
@media screen and (min-width: 768px) {
  .alert-wrapper .alert button.close {
    margin-top: inherit;
  }
}
.alert-wrapper .alert button.close:focus, .alert-wrapper .alert button.close:hover {
  background: var(--wp--custom--colors--neutral-100);
  cursor: pointer;
}

.skip-link {
  position: absolute;
  z-index: 9999;
  top: 0;
  right: 100%;
  padding: 5rem;
  font-size: 20rem;
}

.skip-link:focus {
  z-index: 1000;
  top: var(--wp--preset--spacing--6);
  right: auto;
  left: var(--wp--preset--spacing--6);
  width: inherit;
  height: inherit;
  padding: var(--wp--preset--spacing--1) var(--wp--preset--spacing--2);
  font-size: 2rem;
  text-decoration: underline;
  color: var(--wp--custom--colors--neutral-500);
  border: 2px solid var(--wp--custom--colors--neutral-500);
  border-radius: 5px;
  outline: 0;
  background-color: var(--wp--custom--colors--neutral-100);
}

.site-header {
  position: relative;
  background-color: var(--wp--custom--colors--neutral-200);
}
@media screen and (min-width: 768px) {
  .site-header {
    background-color: var(--wp--custom--colors--neutral-100);
    padding-top: var(--wp--style--block-gap);
    padding-bottom: var(--wp--style--block-gap);
  }
}
.site-header .layout-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-areas: "top-container top-container top-container" "brand brand cart-widget-container" "navigation-container navigation-container navigation-container";
}
@media screen and (min-width: 768px) {
  .site-header .layout-container {
    grid-gap: var(--wp--style--block-gap);
    max-width: var(--wp--style--global--content-size);
    margin-right: auto;
    margin-left: auto;
    padding-right: var(--wp--style--block-gap);
    padding-left: var(--wp--style--block-gap);
    grid-template-areas: "brand top-container top-container" "brand navigation-container cart-widget-container";
  }
}
.site-header .layout-container .navigation {
  flex: 1 1 auto;
}
.site-header .brand {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: brand;
  margin-top: var(--wp--preset--spacing--5);
}
@media screen and (max-width: 768px) {
  .site-header .brand {
    margin-top: 0;
    padding: var(--wp--preset--spacing--4) 0 var(--wp--preset--spacing--4) var(--wp--preset--spacing--5);
  }
}
.site-header .brand .logo img {
  max-width: 135px;
  height: auto;
  display: block;
}
@media screen and (max-width: 768px) {
  .site-header .brand .logo img {
    max-width: 135px;
  }
}
@media screen and (min-width: 768px) {
  .site-header .brand {
    max-width: inherit;
  }
  .site-header .brand .logo img {
    max-width: inherit;
    max-height: inherit;
    display: block;
  }
}
.site-header .top-container {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: top-container;
  width: 100%;
  background-color: var(--wp--custom--colors--neutral-600);
  text-align: right;
  padding: var(--wp--preset--spacing--2) var(--wp--preset--spacing--4);
  line-height: 1;
  z-index: 2;
  box-sizing: border-box;
}
.site-header .top-container a {
  color: var(--wp--custom--colors--neutral-100);
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .site-header .top-container {
    background-color: var(--wp--custom--colors--neutral-100);
    padding: 0;
  }
  .site-header .top-container a {
    color: inherit;
    font-size: 1rem;
  }
}
.site-header .top-container .language-switcher-header {
  float: left;
  font-size: 1rem;
  color: var(--wp--custom--colors--neutral-100);
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .site-header .top-container .language-switcher-header {
    float: none;
    color: var(--wp--custom--colors--deep-green-500);
  }
  .site-header .top-container .language-switcher-header:hover {
    color: var(--wp--custom--colors--primary-500);
    text-decoration: none;
  }
}
.site-header .top-container .searchform input[type=search] {
  font-size: 1rem;
}
.site-header .menu {
  display: flex;
  justify-content: flex-end;
  margin: 0;
  padding: 0;
  list-style-type: none;
  height: 3.25rem;
}
@media screen and (min-width: 768px) {
  .site-header .menu.flat-menu {
    margin-top: 0;
    margin-right: 0;
  }
}
.site-header .menu li {
  margin: 0;
  padding: 0;
}
.site-header .menu-toggle {
  z-index: 10;
  width: var(--wp--preset--spacing--5);
  height: 100%;
  margin: 0;
  padding: unset;
  cursor: pointer;
  border: unset;
  border: unset;
  background: unset;
}
@media screen and (min-width: 768px) {
  .site-header .menu-toggle {
    width: var(--wp--preset--spacing--5);
    height: var(--wp--preset--spacing--5);
    top: 1.25rem;
    display: none;
  }
}
.site-header .menu-close {
  width: var(--wp--preset--spacing--7);
  height: var(--wp--preset--spacing--7);
  margin: 0;
  padding: unset;
  cursor: pointer;
  border: unset;
  border: unset;
  background: unset;
}
.site-header .navigation-container {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: navigation-container;
  margin-left: auto;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .site-header .navigation-container {
    padding: 0 var(--wp--style--block-gap);
    box-sizing: border-box;
  }
}
@media screen and (min-width: 768px) {
  .site-header .navigation-container {
    width: inherit;
  }
}
@media screen and (min-width: 768px) {
  .site-header .navigation-container.hide-cart-widget {
    margin-right: -1rem;
  }
}
.site-header .navigation {
  position: relative;
  z-index: 1;
  display: flex;
  height: 100%;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .site-header .navigation {
    align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .site-header .navigation {
    display: block;
    padding: 0;
  }
}
.site-header .navigation.navigation-mobile {
  display: flex;
  position: fixed;
  z-index: 9;
  top: 0;
  left: 100%;
  visibility: hidden;
  overflow: hidden;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  max-height: 100%;
  margin-top: 0;
  padding: var(--wp--preset--spacing--6);
  transition: 0.5s;
  pointer-events: none;
  background: var(--wp--custom--colors--neutral-600);
  box-sizing: border-box;
  gap: var(--wp--style--block-gap);
}
.site-header .navigation.navigation-mobile .menu {
  align-items: flex-start;
  flex-direction: column;
  padding: unset;
  border: unset;
  border-radius: unset;
  background-color: unset;
  height: unset;
  grid-gap: var(--wp--preset--spacing--7);
}
.site-header .navigation.navigation-mobile .menu a,
.site-header .navigation.navigation-mobile .menu button {
  font-size: 1.75rem;
  color: var(--wp--custom--colors--neutral-100);
}
.site-header .navigation.navigation-mobile .dropdown.menu .is-dropdown-submenu-parent {
  text-align: left;
}
.site-header .navigation.navigation-mobile .dropdown.menu .is-dropdown-submenu-parent .submenu {
  gap: 10px;
}
.site-header .navigation.navigation-mobile .dropdown.menu .is-dropdown-submenu-parent .submenu a {
  font-size: 16px;
}
.site-header .navigation.navigation-mobile .header_flat_menu {
  order: 2;
}
.site-header .navigation.navigation-mobile.navigation-active {
  left: 0;
  display: flex;
  visibility: visible;
  pointer-events: auto;
}
.site-header .navigation.navigation-mobile ul {
  margin-block-start: inherit;
  margin-block-end: inherit;
}
.site-header .navigation.navigation-mobile ul ul {
  gap: inherit;
}
.site-header .navigation .menu-close {
  top: var(--wp--preset--spacing--6);
  right: var(--wp--preset--spacing--6);
  position: absolute;
}
.site-header .navigation .menu-close img {
  width: var(--wp--preset--spacing--7);
  height: var(--wp--preset--spacing--7);
}
@media screen and (min-width: 768px) {
  .site-header .navigation {
    display: flex;
    margin-bottom: unset;
  }
}
.site-header .cart-widget-container {
  -ms-grid-row: 2;
  -ms-grid-column: 3;
  grid-area: cart-widget-container;
  display: flex;
  justify-content: flex-end;
  margin-right: var(--wp--preset--spacing--5);
  padding-top: var(--wp--preset--spacing--4);
}
@media screen and (min-width: 768px){
  .site-header .brand {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .site-header .top-container {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 3;
  }
  .site-header .navigation-container {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
  }
  .site-header .cart-widget-container {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
  }
}
@media screen and (min-width: 768px) {
  .site-header .cart-widget-container {
    margin-right: 0;
    padding-top: var(--wp--preset--spacing--1);
  }
}
.site-header .cart-widget-container.hide-cart-widget {
  display: none;
}
.site-header .header-cart-widget {
  display: block;
  position: relative;
  width: 1.35rem;
  height: var(--wp--preset--spacing--5);
  transition: all 0.25s ease-in-out;
  margin-top: 0.7rem;
  margin-right: 1rem;
}
.site-header .header-cart-widget:hover img {
  filter: invert(48%) sepia(90%) saturate(4315%) hue-rotate(2deg) brightness(104%) contrast(103%);
}
@media screen and (min-width: 768px) {
  .site-header .header-cart-widget {
    margin-right: 0;
    width: 3rem;
  }
}
.site-header .header-cart-widget img {
  transition: all 0.25s ease-in-out;
}
.site-header .header-cart-widget .cart-count-wrap {
  position: absolute;
  left: var(--wp--preset--spacing--4);
  top: -0.65rem;
}
@media screen and (min-width: 768px) {
  .site-header .header-cart-widget .cart-count-wrap {
    left: var(--wp--preset--spacing--5);
    top: -0.75rem;
  }
}
.site-header .header-cart-widget .cart-count-wrap .cart-count {
  box-sizing: border-box;
  width: 1.2rem;
  height: 1.2rem;
  padding: 0;
  background-color: var(--wp--custom--colors--secondary-500);
  color: var(--wp--custom--colors--neutral-100);
  border-radius: 1.1rem;
  text-align: center;
  line-height: 1.2rem;
  font-size: 0.65rem;
}
@media screen and (min-width: 768px) {
  .site-header .header-cart-widget .cart-count-wrap .cart-count {
    width: var(--wp--preset--spacing--5);
    height: var(--wp--preset--spacing--5);
    padding: 0.313rem 0.113rem;
    line-height: 1;
    font-size: 0.875rem;
  }
}
.site-header .header-cart-widget.is-disabled {
  pointer-events: none;
  opacity: 0.5;
  cursor: default;
}
.site-header .header-cart-widget.is-disabled .cart-count-wrap .cart-count {
  color: var(--wp--custom--colors--secondary-500);
}

.faded-header-masthead .site-header {
  background-color: white;
}
@media screen and (min-width: 768px) {
  .faded-header-masthead .site-header {
    position: relative;
  }
}
.faded-header-masthead .site-header .layout-container {
  position: relative;
  z-index: 10;
}

@media screen and (max-width: 768px) {
  html[lang=fr-CA] .site-header .navigation {
    align-items: center;
  }
  html[lang=fr-CA] .site-header .menu {
    height: unset;
  }
  html[lang=fr-CA] .site-header .menu.flat-menu {
    flex-direction: column;
  }
  html[lang=fr-CA] .site-header .menu li {
    width: 100%;
  }
  html[lang=fr-CA] .site-header .menu li button {
    width: 100%;
    justify-content: space-between;
  }
}
.site-footer {
  position: sticky;
}
.site-footer img {
  margin: var(--wp--preset--spacing--4) 0;
}
@media screen and (min-width: 768px) {
  .site-footer img {
    margin: 0 0 var(--wp--preset--spacing--5);
  }
}
.site-footer .wp-block-columns .wp-block-column:nth-of-type(1) {
  order: 2;
}
@media screen and (min-width: 768px) {
  .site-footer .wp-block-columns .wp-block-column:nth-of-type(1) {
    order: 1;
  }
}
.site-footer .wp-block-columns .wp-block-column:nth-of-type(2) {
  order: 3;
}
@media screen and (min-width: 768px) {
  .site-footer .wp-block-columns .wp-block-column:nth-of-type(2) {
    order: 2;
  }
}
.site-footer .wp-block-columns .wp-block-column:nth-of-type(3) {
  order: 1;
}
@media screen and (min-width: 768px) {
  .site-footer .wp-block-columns .wp-block-column:nth-of-type(3) {
    order: 3;
  }
}

.single .template-layout {
  color: inherit;
}

.single-product {
  margin-top: 0 !important;
}
.single-product.woocommerce {
  margin-top: 0 !important;
}

.single-product-wrapper {
  margin-top: var(--wp--preset--spacing--7);
}
.single-product-wrapper .product_title {
  margin-bottom: var(--wp--preset--spacing--5);
}
.single-product-wrapper .added_to_cart {
  display: none !important;
}
.single-product-wrapper .layout-container {
  position: relative;
  max-width: var(--wp--style--global--content-size);
  overflow: hidden;
  margin-right: var(--wp--style--block-gap);
  margin-left: var(--wp--style--block-gap);
  overflow: inherit;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .single-product-wrapper .layout-container {
    margin-right: auto;
    margin-left: auto;
    padding: 0 var(--wp--style--block-gap);
  }
}
.single-product-wrapper .product_title {
  color: var(--wp--custom--colors--secondary-500);
}
.single-product-wrapper .woocommerce-product-details__short-description {
  color: var(--wp--custom--colors--neutral-500);
  font-size: clamp(1rem, 0.462vw + 0.88rem, 1.25rem);
  font-weight: 400;
}
.single-product-wrapper .woocommerce-variation {
  display: none !important;
}
.single-product-wrapper .gift-details {
  padding: 0 0 var(--wp--preset--spacing--4) 0;
}
.single-product-wrapper .gift-details summary {
  font-size: clamp(1rem, 0.462vw + 0.88rem, 1.25rem);
  font-weight: 600;
  color: var(--wp--custom--colors--neutral-500);
  list-style-type: none;
  display: flex;
  align-items: center;
}
.single-product-wrapper .gift-details summary .icon {
  width: var(--wp--preset--spacing--5);
  height: var(--wp--preset--spacing--5);
  margin-right: var(--wp--preset--spacing--2);
  display: inline-flex;
  background-repeat: no-repeat;
  background-position: center;
}
.single-product-wrapper .gift-details summary .icon:focus svg, .single-product-wrapper .gift-details summary .icon:hover svg {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
}
.single-product-wrapper .gift-details details {
  transition: all 0.25s ease-in-out;
}
.single-product-wrapper .gift-details details .icon {
  transition: all 0.25s ease-in-out;
}
.single-product-wrapper .gift-details details[open] > summary {
  list-style-type: none;
  transition: all 0.25s ease-in-out;
}
.single-product-wrapper .gift-details details[open] > summary .icon {
  margin-top: 0.063rem;
  transform: rotate(181deg);
}
.single-product-wrapper .gift-details .summary-detail {
  padding: var(--wp--preset--spacing--2) 0 0 var(--wp--preset--spacing--6);
  font-size: clamp(0.875rem, 0.231vw + 0.815rem, 1rem);
  font-weight: 400;
  color: var(--wp--custom--colors--neutral-500);
  transition: all 0.25s ease-in-out;
}
.single-product-wrapper .gift-details .summary-detail p {
  margin-bottom: 0.25rem;
}
.single-product-wrapper .gift-details .summary-detail .gift-details-container {
  display: flex;
  gap: var(--wp--preset--spacing--3);
  flex-direction: row;
}
.single-product-wrapper .gift-details .summary-detail .gift-details-container h2 {
  font-size: clamp(0.875rem, 0.231vw + 0.815rem, 1rem);
  font-weight: 400;
  font-family: MyriadPro, sans-serif;
  color: var(--wp--custom--colors--neutral-500);
  line-height: var(--wp--preset--spacing--5);
  margin-bottom: var(--wp--preset--spacing--1);
}
@media screen and (min-width: 768px) {
  .single-product-wrapper .gift-details .summary-detail .gift-details-container {
    gap: var(--wp--preset--spacing--5);
  }
}
.single-product-wrapper .gift-details ul {
  color: var(--wp--custom--colors--neutral-500);
  margin: 0 0 var(--wp--preset--spacing--2);
  padding-left: var(--wp--preset--spacing--5);
  list-style-type: circle;
  list-style: disc;
}
.single-product-wrapper .shipping-notice-container p a {
  color: var(--wp--custom--colors--secondary-500);
  border-bottom: 1px solid var(--wp--custom--colors--secondary-500);
}
.single-product-wrapper .shipping-notice-container p a:hover, .single-product-wrapper .shipping-notice-container p a:focus {
  color: var(--wp--custom--colors--secondary-600);
  border-bottom: 2px solid var(--wp--custom--colors--secondary-600);
  text-decoration: none;
}
.single-product-wrapper .variations {
  margin-bottom: var(--wp--preset--spacing--3) !important;
}
.single-product-wrapper .variations .variation label {
  font-size: clamp(1rem, 0.462vw + 0.88rem, 1.25rem);
  font-weight: 600;
  color: var(--wp--custom--colors--neutral-500);
  margin-block-end: var(--wp--preset--spacing--2);
}
.single-product-wrapper .variations .variation select {
  background: var(--wp--custom--colors--neutral-100);
  border: 1px solid var(--wp--custom--colors--neutral-500);
  border-radius: 8px;
  padding: var(--wp--preset--spacing--3) var(--wp--preset--spacing--4);
  font-size: clamp(1.25rem, 0.462vw + 1.13rem, 1.5rem);
  font-weight: 400;
  color: var(--wp--custom--colors--neutral-500);
  box-sizing: border-box;
  height: auto;
  margin-right: 0 !important;
  background-image: url(images/cont-chevron-down.svg);
  background-size: var(--wp--preset--spacing--5);
  background-repeat: no-repeat;
  background-position: center right 0.75rem;
  cursor: pointer;
}
.single-product-wrapper .variations .variation select:focus, .single-product-wrapper .variations .variation select:hover {
  outline: 1px solid var(--wp--custom--colors--secondary-500);
}
.single-product-wrapper .product form.cart {
  margin-bottom: var(--wp--preset--spacing--5) !important;
}
.single-product-wrapper .product form.cart .button {
  float: none;
  background: var(--wp--custom--colors--primary-500);
  color: var(--wp--custom--colors--neutral-100);
  font-size: clamp(1rem, 0.462vw + 0.88rem, 1.25rem);
  font-weight: 600;
  border-radius: 0.5rem;
  padding: var(--wp--preset--spacing--4) var(--wp--preset--spacing--5);
  width: 100%;
  transition: all 0.25s ease-in-out;
  display: flex;
  align-items: baseline;
  justify-content: center;
}
.single-product-wrapper .product form.cart .button:after {
  font-size: 1rem;
  content: "";
}
.single-product-wrapper .product form.cart .button:hover {
  background-color: var(--wp--custom--colors--primary-600);
}
.single-product-wrapper .product div.images .flex-control-thumbs {
  margin-top: var(--wp--preset--spacing--5) !important;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: var(--wp--preset--spacing--5);
}
.single-product-wrapper .product div.images .flex-control-thumbs li {
  border-radius: 8px;
  width: auto !important;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
}
.single-product-wrapper .product div.images .flex-control-thumbs li img {
  width: 56px !important;
  height: 56px !important;
  opacity: 1 !important;
  border-radius: 8px;
}
.single-product-wrapper .product div.images .flex-control-thumbs li img.flex-active {
  width: 68px !important;
  height: 68px !important;
  border: 3px solid var(--wp--custom--colors--secondary-500);
}
.single-product-wrapper .woocommerce-product-gallery .flex-viewport {
  border-radius: 8px;
}
.single-product-wrapper .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__image img {
  min-height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-product-wrapper .single_variation_wrap {
  width: 100%;
  max-width: 100%;
}
.single-product-wrapper .add_to_cart_group {
  display: flex;
}
.single-product-wrapper .quantity {
  display: none;
}
.single-product-wrapper .gift-impact-section {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .single-product-wrapper .gift-impact-section {
    width: 48%;
  }
}
.single-product-wrapper .info-card {
  padding: var(--wp--style--block-gap);
  margin-bottom: var(--wp--preset--spacing--7);
  background-color: var(--wp--custom--colors--neutral-200);
  border: 1px solid var(--wp--custom--colors--neutral-400);
}
@media screen and (min-width: 768px) {
  .single-product-wrapper .info-card {
    padding: calc(var(--wp--style--block-gap) * 1.5);
  }
}
.single-product-wrapper .info-card img {
  width: var(--wp--preset--spacing--7);
  height: var(--wp--preset--spacing--7);
  max-width: -moz-max-content;
  max-width: max-content;
}
@media screen and (min-width: 768px) {
  .single-product-wrapper .info-card img {
    width: var(--wp--preset--spacing--8);
    height: var(--wp--preset--spacing--8);
  }
}
.single-product-wrapper .digital-download-wrapper label {
  gap: 0.5rem;
  display: flex;
  font-size: clamp(0.875rem, 0.231vw + 0.815rem, 1rem);
  color: var(--wp--custom--colors--neutral-500);
  margin-bottom: 1.25rem;
  align-items: flex-start;
}
.single-product-wrapper .digital-download-wrapper input {
  width: var(--wp--preset--spacing--4);
  height: var(--wp--preset--spacing--4);
  min-width: var(--wp--preset--spacing--4);
  padding: 0;
  margin: var(--wp--preset--spacing--1) 0 0 0;
  overflow: hidden;
}
.single-product-wrapper .digital-download-wrapper input:focus, .single-product-wrapper .digital-download-wrapper input:hover {
  outline: 1px solid var(--wp--custom--colors--secondary-500);
}
@media screen and (min-width: 768px) {
  .single-product-wrapper .digital-download-wrapper input {
    margin: var(--wp--preset--spacing--1) 0 0 0;
  }
}
.single-product-wrapper .order-notes-section {
  display: flex;
  padding-left: var(--wp--preset--spacing--5);
  padding-bottom: var(--wp--preset--spacing--5);
  font-size: 16px;
  color: var(--wp--custom--colors--neutral-500);
  font-weight: 400;
  gap: var(--wp--preset--spacing--2);
}
.single-product-wrapper .order-notes-section span {
  font-weight: 600;
}
.single-product-wrapper .sd-sharing {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--wp--custom--colors--neutral-200);
  border-radius: 8px;
  width: 100%;
  padding: var(--wp--preset--spacing--4) 0;
}
.single-product-wrapper .sd-sharing h3.sd-title {
  color: var(--wp--custom--colors--neutral-500);
  font-weight: 600 !important;
  font-size: 16px !important;
  margin: 0;
  padding-right: var(--wp--preset--spacing--5);
}
.single-product-wrapper .sd-sharing .sd-content ul li {
  margin: 0;
  padding-right: var(--wp--preset--spacing--8);
}
.single-product-wrapper .sd-sharing .sd-content ul li:last-of-type {
  padding-right: 0;
}
.single-product-wrapper .sd-sharing .sd-content ul li span {
  display: none;
}
.single-product-wrapper .sd-sharing .sd-content ul li .sd-button {
  background: none;
  box-shadow: none;
  border: none;
  font-size: 1.25rem;
  color: var(--wp--custom--colors--secondary-500) !important;
  padding: 0;
}
.single-product-wrapper .sd-sharing .sd-content ul li .sd-button:hover {
  box-shadow: none;
}
.single-product-wrapper .sd-sharing .sd-content .share-customize-link {
  display: none;
}

body.faded-header-masthead .single-product-wrapper {
  margin-top: 0;
}

.a11y-slider-container {
  width: 100%;
  margin-bottom: var(--wp--preset--spacing--7);
}
@media screen and (min-width: 768px) {
  .a11y-slider-container {
    width: 48%;
  }
}
.a11y-slider-container .a11y-slider-prev,
.a11y-slider-container .a11y-slider-next {
  position: absolute;
  z-index: 999;
  text-indent: -9999px;
  color: red;
  width: var(--wp--preset--spacing--7);
  height: var(--wp--preset--spacing--7);
  top: 50%;
  margin-top: -4rem;
  border-radius: 150%;
  border: 1px solid var(--wp--custom--colors--neutral-100);
  background-color: var(--wp--custom--colors--neutral-100);
}
.a11y-slider-container .a11y-slider-prev:after,
.a11y-slider-container .a11y-slider-next:after {
  content: " ";
  background-image: url(images/gallery-chevron-right.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  height: var(--wp--preset--spacing--4);
  width: var(--wp--preset--spacing--7);
  display: block;
}
.a11y-slider-container .a11y-slider-prev:hover,
.a11y-slider-container .a11y-slider-next:hover {
  border: 1px solid var(--wp--custom--colors--neutral-100);
}
.a11y-slider-container .a11y-slider-prev:hover:after,
.a11y-slider-container .a11y-slider-next:hover:after {
  filter: invert(58%) sepia(46%) saturate(5785%) hue-rotate(161deg) brightness(94%) contrast(105%);
}
.a11y-slider-container .a11y-slider-prev {
  left: var(--wp--preset--spacing--5);
}
.a11y-slider-container .a11y-slider-prev:after {
  background-image: url(images/gallery-chevron-left.svg);
}
.a11y-slider-container .a11y-slider-next {
  right: var(--wp--preset--spacing--5);
}
.a11y-slider-container .a11y-slider-next:after {
  background-image: url(images/gallery-chevron-right.svg);
}
.a11y-slider-container .a11y-slider-dots {
  list-style: none;
  display: flex;
  flex-direction: row;
  gap: var(--wp--preset--spacing--5);
  align-items: center;
  justify-content: center;
  padding: 0;
  min-height: var(--wp--preset--spacing--8);
}
.a11y-slider-container img {
  border: 1px solid var(--wp--custom--colors--neutral-300);
  margin: unset;
}
.a11y-slider-container button,
.a11y-slider-container div.slider-dot-button {
  padding: 0;
  margin: 0;
  background-color: inherit;
  height: var(--wp--preset--spacing--8);
  width: var(--wp--preset--spacing--8);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 0.5rem;
  border: 1px solid transparent;
  filter: grayscale(50%);
  transition: all 0.25s ease-in-out;
  cursor: pointer;
}
.a11y-slider-container button img,
.a11y-slider-container div.slider-dot-button img {
  margin-bottom: 0;
  max-width: none;
  height: 100%;
  width: -moz-fit-content;
  width: fit-content;
}
.a11y-slider-container button:hover,
.a11y-slider-container div.slider-dot-button:hover {
  border: 1px solid var(--wp--custom--colors--secondary-500);
  filter: grayscale(0%);
}
.a11y-slider-container button.active,
.a11y-slider-container div.slider-dot-button.active {
  height: var(--wp--preset--spacing--8);
  width: var(--wp--preset--spacing--8);
  border: 3px solid var(--wp--custom--colors--secondary-500);
}
.a11y-slider-container .a11y-slider-active img {
  width: 100%;
  border-radius: 0.5rem;
}

.wp-block-group.is-style-narrow.signature-campaigns-checkout-wrapper {
  margin: auto 0;
  padding: 0 !important;
}
@media screen and (min-width: 768px) {
  .wp-block-group.is-style-narrow.signature-campaigns-checkout-wrapper {
    margin: auto;
    padding: inherit !important;
  }
}

.signature-campaigns-checkout-container {
  display: flex;
  flex-direction: column;
  gap: var(--wp--preset--spacing--5);
  padding: var(--wp--preset--spacing--5) !important;
  background-color: var(--wp--custom--colors--neutral-200);
  box-sizing: border-box;
  border: 1px solid var(--wp--custom--colors--neutral-400);
  border-left: 0;
  border-right: 0;
  border-radius: 0;
  margin-bottom: var(--wp--preset--spacing--8);
}
@media screen and (min-width: 768px) {
  .signature-campaigns-checkout-container {
    border: 1px solid var(--wp--custom--colors--neutral-400);
    border-radius: var(--wp--preset--spacing--2);
    padding: var(--wp--preset--spacing--7) !important;
  }
}

#signature-campaigns-checkout-form {
  display: none;
  border-top: 1px solid var(--wp--custom--colors--neutral-400);
}
#signature-campaigns-checkout-form .woocommerce-error.notices-active {
  margin-top: var(--wp--preset--spacing--6);
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  #signature-campaigns-checkout-form .woocommerce-error.notices-active {
    margin-bottom: var(--wp--preset--spacing--4);
  }
}
#signature-campaigns-checkout-form .zp4-checkout .layout-container {
  margin: 0;
}
@media screen and (min-width: 768px) {
  #signature-campaigns-checkout-form .zp4-checkout .layout-container {
    padding: 0;
  }
}
#signature-campaigns-checkout-form .zp4-checkout select {
  background-color: var(--wp--preset--color--white);
}
#signature-campaigns-checkout-form .zp4-checkout .woocommerce-checkout-review-order {
  margin-block-start: var(--wp--preset--spacing--7);
  padding: var(--wp--preset--spacing--5);
  border-radius: 8px !important;
  border: 1px solid var(--wp--custom--colors--neutral-400);
}
@media screen and (min-width: 768px) {
  #signature-campaigns-checkout-form .zp4-checkout .woocommerce-checkout-review-order {
    padding: var(--wp--preset--spacing--7);
    margin-block-start: unset;
  }
}
#signature-campaigns-checkout-form .zp4-checkout .checkout-review-order {
  padding: 0;
  border: 0;
  background-color: transparent;
}
#signature-campaigns-checkout-form .zp4-checkout .checkout-review-order li {
  align-items: start;
}
#signature-campaigns-checkout-form .zp4-checkout .checkout-review-order .product-detail {
  align-items: start;
}
#signature-campaigns-checkout-form .zp4-checkout .checkout-review-order .product-thumbnail {
  width: 2.125rem;
  height: 2.125rem;
}
#signature-campaigns-checkout-form .zp4-checkout .checkout-review-order .product-name {
  font-size: var(--wp--preset--font-size--small);
  line-height: 1.3;
}
#signature-campaigns-checkout-form .zp4-checkout .checkout-review-order .total-shipping {
  display: none;
}
#signature-campaigns-checkout-form .zp4-checkout .woocommerce-checkout-payment {
  padding: 0;
  border: 0;
  background-color: transparent !important;
}
#signature-campaigns-checkout-form .zp4-checkout #payment_method_iats {
  margin-top: 0.375rem;
}
#signature-campaigns-checkout-form .zp4-checkout .wc_payment_method.payment_method_iats {
  margin-bottom: 0 !important;
}
#signature-campaigns-checkout-form .zp4-checkout .wc_payment_method.payment_method_iats label {
  margin-left: var(--wp--preset--spacing--5);
  line-height: 1.3;
}
#signature-campaigns-checkout-form .zp4-checkout .payment_box {
  background-color: var(--wp--custom--colors--neutral-100) !important;
  margin: 1.3em 0 1em !important;
}
#signature-campaigns-checkout-form .zp4-checkout .payment_box::before {
  border: 1em solid var(--wp--custom--colors--neutral-100) !important;
  border-right-color: transparent !important;
  border-left-color: transparent !important;
  border-top-color: transparent !important;
}
#signature-campaigns-checkout-form .zp4-checkout .payment_box::before p {
  margin-block-start: 0 !important;
}
#signature-campaigns-checkout-form .zp4-checkout.payment_method_iats {
  padding: 0;
}
#signature-campaigns-checkout-form .zp4-checkout .wc-credit-card-form.wc-payment-form label {
  margin-left: 0;
}
#signature-campaigns-checkout-form .zp4-checkout .disclaimer-message-before-place-order {
  margin-block-end: var(--wp--preset--spacing--5);
}
#signature-campaigns-checkout-form #payment #place_order {
  float: none;
  width: 100%;
}

#signature-campaigns-donation-selector h2 {
  margin-block-start: unset;
  color: var(--wp--custom--colors--secondary-500);
}
#signature-campaigns-donation-selector .donation-options {
  display: flex;
  align-items: stretch;
  flex-direction: row;
  justify-content: space-between;
  gap: var(--wp--preset--spacing--5);
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  #signature-campaigns-donation-selector .donation-options {
    flex-wrap: inherit;
  }
}
#signature-campaigns-donation-selector label {
  position: relative;
  text-align: center;
  margin-bottom: 0;
  vertical-align: middle;
  gap: var(--wp--preset--spacing--3);
  flex-wrap: wrap;
  color: var(--wp--custom--colors--secondary-500);
  flex: 1 1 calc(50% - var(--wp--preset--spacing--5));
  height: 52px;
}
@media screen and (min-width: 768px) {
  #signature-campaigns-donation-selector label {
    flex: 1 1 0;
    overflow: hidden;
    height: inherit;
  }
}
#signature-campaigns-donation-selector input[type=radio] {
  margin: 0 var(--wp--preset--spacing--2) 0 0;
}
#signature-campaigns-donation-selector .label-value {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--wp--preset--color--white);
  border: 2px solid var(--wp--custom--colors--secondary-500);
  border-radius: var(--wp--preset--spacing--2);
  font-size: var(--wp--preset--font-size--medium);
  vertical-align: middle;
}
#signature-campaigns-donation-selector .label-value:hover {
  cursor: pointer;
  background-color: var(--wp--custom--colors--secondary-100);
  border: 4px solid var(--wp--custom--colors--secondary-500);
}
#signature-campaigns-donation-selector .label-value.selected {
  border-width: 4px;
  background-color: var(--wp--custom--colors--secondary-500);
  color: var(--wp--preset--color--white);
}
#signature-campaigns-donation-selector .other-amount {
  position: relative;
}
#signature-campaigns-donation-selector input[type=number] {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  font-size: var(--wp--preset--font-size--medium);
  z-index: 10;
  box-sizing: content-box;
  padding: var(--wp--preset--spacing--1) var(--wp--preset--spacing--4);
  background-color: var(--wp--preset--color--white);
  border: 4px solid var(--wp--custom--colors--secondary-500);
  border-radius: var(--wp--preset--spacing--2);
  width: auto;
  height: 36px;
}
#signature-campaigns-donation-selector button {
  flex: 1 1 0;
  border-radius: var(--wp--preset--spacing--2);
  background-color: var(--wp--custom--colors--primary-500);
  padding: var(--wp--preset--spacing--4);
}

.sc-loading-checkout-form {
  display: none;
  justify-content: center;
}

.woocommerce {
  margin: inherit !important;
  max-width: 100% !important;
}

.zp4-cart {
  margin: var(--wp--preset--spacing--7) 0 0;
  /**
  * Product loops
  */
}
.zp4-cart ul.products {
  clear: both;
}
.zp4-cart ul.products li.product {
  float: left;
  margin: 0 3.8% 2.992em 0;
  padding: 0;
  position: relative;
  width: 22.05%;
  margin-left: 0;
}
.zp4-cart ul.products li.first {
  clear: both;
}
.zp4-cart ul.products li.last {
  margin-right: 0;
}
.zp4-cart ul.products.columns-1 li.product {
  width: 100%;
  margin-right: 0;
}
.zp4-cart ul.products.columns-2 li.product {
  width: 48%;
}
.zp4-cart ul.products.columns-3 li.product {
  width: 30.75%;
}
.zp4-cart ul.products.columns-5 li.product {
  width: 16.95%;
}
.zp4-cart ul.products.columns-6 li.product {
  width: 13.5%;
}
.zp4-cart .woocommerce-cart-form {
  margin-top: var(--wp--preset--spacing--8);
}
.zp4-cart .cart-collaterals {
  width: 100%;
}
.zp4-cart .cart-collaterals .related {
  width: 30.75%;
  float: left;
}
.zp4-cart .cart-collaterals .cross-sells {
  width: 48%;
  float: left;
}
.zp4-cart .cart-collaterals .cross-sells ul.products {
  float: none;
}
.zp4-cart .cart-collaterals .cross-sells ul.products li {
  width: 48%;
}
.zp4-cart .cart-collaterals .cart_totals {
  width: 100%;
  box-sizing: border-box;
  margin-bottom: var(--wp--preset--spacing--5);
}
@media screen and (min-width: 768px) {
  .zp4-cart .cart-collaterals .cart_totals {
    float: right;
    width: 40%;
  }
}
.zp4-cart .wdpgk_donation_content {
  width: 100%;
  max-width: 100%;
  border: 1px solid var(--wp--custom--colors--neutral-400);
  border-radius: 0.5rem;
  display: flex;
  box-sizing: border-box;
  justify-content: flex-end;
  flex-wrap: wrap;
  margin: 0 !important;
  flex-direction: column;
  gap: var(--wp--preset--spacing--3);
  align-items: flex-start;
  padding: var(--wp--preset--spacing--4) var(--wp--preset--spacing--4) var(--wp--preset--spacing--7);
  position: relative;
}
.zp4-cart .wdpgk_donation_content:-moz-placeholder-shown {
  text-transform: none;
}
.zp4-cart .wdpgk_donation_content:placeholder-shown {
  text-transform: none;
}
@media screen and (min-width: 768px) {
  .zp4-cart .wdpgk_donation_content {
    flex-direction: row;
    padding: var(--wp--preset--spacing--5) var(--wp--preset--spacing--5) var(--wp--preset--spacing--7);
  }
}
.zp4-cart .wdpgk_donation_content h2 {
  font-family: var(--wp--preset--font-family--myriadpro);
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0;
  text-align: left;
  margin: 0;
  padding: 0;
  width: 100%;
}
.zp4-cart .wdpgk_donation_content .wdpgk_error_front {
  color: var(--wp--custom--colors--danger-500);
  font-size: 12px;
  font-weight: 400;
  display: block;
  width: 100%;
  bottom: 12px;
  left: var(--wp--preset--spacing--4);
  position: absolute;
}
@media screen and (min-width: 768px) {
  .zp4-cart .wdpgk_donation_content .wdpgk_error_front {
    left: var(--wp--preset--spacing--5);
    bottom: var(--wp--preset--spacing--4);
  }
}
.zp4-cart .wdpgk_donation_content .wdpgk_display_option {
  flex: 1;
  width: 100%;
}
.zp4-cart .wdpgk_donation_content .wdpgk_display_option span {
  display: none;
}
@media screen and (min-width: 768px) {
  .zp4-cart .wdpgk_donation_content .wdpgk_display_option {
    flex: 1;
  }
}
.zp4-cart .wdpgk_donation_content .wdpgk_button_loader {
  position: absolute;
  right: 14px;
  bottom: 36px;
  width: 160px;
}
@media screen and (min-width: 768px) {
  .zp4-cart .wdpgk_donation_content .wdpgk_button_loader {
    position: absolute;
    right: 22px;
    bottom: 40px;
    width: 160px;
  }
}
.zp4-cart .wdpgk_donation_content .wdpgk_add_donation {
  padding: var(--wp--preset--spacing--4) var(--wp--preset--spacing--4);
  margin: 0 !important;
  background-color: var(--wp--custom--colors--neutral-500) !important;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0em;
  height: var(--wp--preset--spacing--7);
  box-sizing: border-box;
  color: var(--wp--custom--colors--neutral-100) !important;
  transition: all 0.25s ease-in-out;
  border-radius: 0.25rem;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  position: relative;
  top: unset;
  right: unset;
  min-width: 160px;
  justify-content: center;
}
.zp4-cart .wdpgk_donation_content .wdpgk_add_donation:hover {
  background-color: var(--wp--custom--colors--neutral-600) !important;
}
.zp4-cart .wdpgk_donation_content .wdpgk_add_donation:focus {
  outline: 2px solid var(--wp--custom--colors--secondary-500) !important;
}
.zp4-cart .wdpgk_donation_content input.wdpgk_donation.wdpgk_donation_text {
  box-sizing: border-box;
  padding: var(--wp--preset--spacing--1) var(--wp--preset--spacing--3) !important;
  border: 1px solid var(--wp--custom--colors--neutral-500);
  font-size: 14px;
  color: var(--wp--custom--colors--neutral-500);
  font-weight: 400;
  height: var(--wp--preset--spacing--7);
  border-radius: var(--wp--preset--spacing--1);
}
.zp4-cart .wdpgk_donation_content input.wdpgk_donation.wdpgk_donation_text:focus {
  outline: 2px solid var(--wp--custom--colors--secondary-500) !important;
}
@media screen and (min-width: 768px) {
  .zp4-cart .wdpgk_donation_content input.wdpgk_donation.wdpgk_donation_text {
    padding-right: 160px !important;
  }
}
.zp4-cart .wdpgk_donation_content input.wdpgk_donation.wdpgk_donation_text::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-size: 14px;
  color: var(--wp--custom--colors--neutral-500);
}
.zp4-cart .wdpgk_donation_content input.wdpgk_donation.wdpgk_donation_text::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 14px;
  color: var(--wp--custom--colors--neutral-500);
}
.zp4-cart .wdpgk_donation_content input.wdpgk_donation.wdpgk_donation_text:-ms-input-placeholder {
  /* IE 10+ */
  font-size: 14px;
  color: var(--wp--custom--colors--neutral-500);
}
.zp4-cart .wdpgk_donation_content input.wdpgk_donation.wdpgk_donation_text:-moz-placeholder {
  /* Firefox 18- */
  font-size: 14px;
  color: var(--wp--custom--colors--neutral-500);
}
.zp4-cart .wdpgk_donation_content input.wdpgk_donation.wdpgk_donation_text:focus, .zp4-cart .wdpgk_donation_content input.wdpgk_donation.wdpgk_donation_text:hover {
  border-color: var(--wp--custom--colors--secondary-500);
}
.zp4-cart .layout-container {
  max-width: var(--wp--style--global--content-size);
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .zp4-cart .layout-container {
    margin-right: auto;
    margin-left: auto;
  }
}
.zp4-cart .heading h1 {
  text-align: center;
  color: var(--wp--custom--colors--secondary-500);
  margin-bottom: var(--wp--preset--spacing--7);
}
.zp4-cart .cart_totals {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: var(--wp--preset--spacing--5);
  gap: var(--wp--preset--spacing--4);
  border: 1px solid #858585;
  border-radius: 8px;
  width: 100%;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .zp4-cart .cart_totals {
    max-width: 480px;
    gap: var(--wp--preset--spacing--5);
  }
}
.zp4-cart .cart_totals .wc-proceed-to-checkout {
  padding: 0 !important;
  margin: 0 !important;
}
.zp4-cart .cart_totals .wc-proceed-to-checkout .checkout-button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  padding: var(--wp--preset--spacing--4) var(--wp--preset--spacing--5) !important;
  gap: 10px;
  margin: 0 !important;
  color: var(--wp--custom--colors--neutral-100);
  background: var(--wp--custom--colors--primary-500) !important;
  font-weight: 600;
  font-size: clamp(1rem, 0.462vw + 0.88rem, 1.25rem);
  border-radius: 0.5rem;
  border: none;
  line-height: var(--wp--preset--spacing--5);
  transition: all 0.25s ease-in-out;
  max-width: 18.75rem;
}
.zp4-cart .cart_totals .wc-proceed-to-checkout .checkout-button:hover {
  background-color: var(--wp--custom--colors--primary-600) !important;
}
@media screen and (min-width: 768px) {
  .zp4-cart .cart_totals .wc-proceed-to-checkout .checkout-button {
    line-height: var(--wp--preset--spacing--5);
  }
}
.zp4-cart .cart_totals h2 {
  font-weight: 600;
  font-size: clamp(1.25rem, 1.386vw + 0.891rem, 2rem);
  line-height: 1;
  margin: 0;
  color: var(--wp--custom--colors--neutral-500);
  font-family: var(--wp--preset--font-family--myriadpro);
}
.zp4-cart .cart_totals p {
  font-weight: 400;
  font-size: clamp(1.25rem, 0.462vw + 1.13rem, 1.5rem);
  color: var(--wp--custom--colors--neutral-500);
  margin: 0;
}
.zp4-cart .cart-content {
  display: flex;
  flex-direction: column;
  gap: var(--wp--preset--spacing--5);
  margin-bottom: 1.5rem;
  width: 100%;
  float: left;
  margin-top: 0;
  padding-left: 0;
}
@media screen and (min-width: 768px) {
  .zp4-cart .cart-content {
    gap: var(--wp--preset--spacing--7);
    margin-bottom: var(--wp--preset--spacing--7);
    width: 56%;
  }
}
.zp4-cart .product-container {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .zp4-cart .product-container {
    flex-direction: row;
  }
}
.zp4-cart .cart-item {
  padding: 1rem;
  gap: var(--wp--preset--spacing--5);
  border: 1px solid var(--wp--custom--colors--neutral-400);
  border-radius: 8px;
  background: var(--wp--custom--colors--neutral-200);
  list-style: none;
}
@media screen and (min-width: 768px) {
  .zp4-cart .cart-item {
    padding: var(--wp--preset--spacing--5);
  }
}
.zp4-cart .cart-item .product-info-wrapper {
  display: flex;
  flex-direction: row;
  gap: var(--wp--preset--spacing--4);
}
@media screen and (min-width: 768px) {
  .zp4-cart .cart-item .product-info-wrapper {
    gap: var(--wp--preset--spacing--5);
  }
}
.zp4-cart .cart-item .product-thumbnail {
  box-sizing: border-box;
  width: var(--wp--preset--spacing--7);
  height: var(--wp--preset--spacing--7);
  border: 1px solid var(--wp--custom--colors--neutral-300);
  border-radius: 4px;
  flex: none;
  order: 0;
  flex-grow: 0;
}
.zp4-cart .cart-item .product-thumbnail img {
  border-radius: 8px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .zp4-cart .cart-item .product-thumbnail {
    width: 112px;
    height: 112px;
    border-radius: 8px;
  }
}
.zp4-cart .cart-item .product-details {
  gap: var(--wp--preset--spacing--3);
  display: flex;
  flex-direction: column;
  padding-bottom: var(--wp--preset--spacing--6);
}
.zp4-cart .cart-item .product-details h2 {
  font-family: var(--wp--preset--font-family--myriadpro);
  font-size: 0.9rem;
  font-weight: 400;
  margin-bottom: var(--wp--preset--spacing--2);
}
.zp4-cart .cart-item .product-details .product-name {
  font-weight: 600;
  font-size: 20px;
  color: var(--wp--custom--colors--neutral-500);
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .zp4-cart .cart-item .product-details {
    padding-bottom: 0;
  }
  .zp4-cart .cart-item .product-details .product-name {
    font-size: 24px;
  }
}
.zp4-cart .cart-item .product-details .gift-details {
  font-weight: 400;
  font-size: 0.9rem;
  color: var(--wp--custom--colors--neutral-500);
}
.zp4-cart .cart-item .product-details .gift-details ul {
  list-style-type: disc;
  font-weight: 400;
  font-size: 0.9rem;
  color: var(--wp--custom--colors--neutral-500);
  margin: 0 var(--wp--preset--spacing--2) 0;
  padding-left: var(--wp--preset--spacing--6);
}
.zp4-cart .cart-item .product-details .gift-details p {
  margin-bottom: var(--wp--preset--spacing--1);
}
@media screen and (min-width: 768px) {
  .zp4-cart .cart-item .product-details .gift-details {
    font-size: 1rem;
  }
}
.zp4-cart .cart-item .product-details .digital-tag {
  display: flex;
  flex-direction: row;
  padding: var(--wp--preset--spacing--2) var(--wp--preset--spacing--4);
  gap: var(--wp--preset--spacing--2);
  background: var(--wp--custom--colors--yellow-100);
  border: 1px solid var(--wp--custom--colors--yellow-700);
  border-radius: 1.5rem;
  font-weight: 600;
  font-size: 0.75rem;
  line-height: 1;
  align-items: center;
  justify-content: center;
  color: var(--wp--custom--colors--yellow-700);
  width: -moz-max-content;
  width: max-content;
  max-width: 10rem;
  margin-bottom: var(--wp--preset--spacing--1);
  letter-spacing: 0.025rem;
}
@media screen and (min-width: 768px) {
  .zp4-cart .cart-item .product-details .digital-tag {
    font-size: 0.875rem;
    letter-spacing: inherit;
    max-width: inherit;
  }
}
.zp4-cart .cart-item .product-price {
  font-weight: 400;
  font-size: 1.25rem;
  color: var(--wp--custom--colors--neutral-500);
  line-height: 1 !important;
}
.zp4-cart .cart-item .product-price bdi {
  line-height: 1 !important;
}
@media screen and (min-width: 768px) {
  .zp4-cart .cart-item .product-price {
    font-size: 2rem;
  }
}
.zp4-cart .cart-item .product-action {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.zp4-cart .cart-item .product-action a {
  font-weight: 600;
  font-size: 14px;
  text-decoration: underline;
  color: var(--wp--custom--colors--neutral-500);
  position: absolute;
  right: 0;
  bottom: 0;
}
.zp4-cart .cart-item .product-action a:hover {
  color: var(--wp--custom--colors--primary-500);
}
@media screen and (min-width: 768px) {
  .zp4-cart .cart-item .product-action a {
    font-size: 14px;
  }
}
.zp4-cart .recipient-information {
  color: var(--wp--custom--colors--neutral-500);
  margin-top: var(--wp--preset--spacing--5);
  padding-left: 60px;
}
@media screen and (min-width: 768px) {
  .zp4-cart .recipient-information {
    padding-left: 0;
  }
}
.zp4-cart .recipient-information h3 {
  font-size: clamp(1rem, 0.462vw + 0.88rem, 1.25rem);
  font-weight: 600;
  margin-bottom: var(--wp--preset--spacing--4);
  color: var(--wp--custom--colors--neutral-500);
  font-family: var(--wp--preset--font-family--myriadpro);
}
.zp4-cart .recipient-information .zp4-field {
  width: 100%;
  padding: var(--wp--preset--spacing--5) 0 0;
}
.zp4-cart .recipient-information .field-wrap {
  display: flex;
  gap: 8px;
  flex-direction: column;
  width: 100%;
}
.zp4-cart .recipient-information .field-wrap .field-note {
  font-weight: 400;
  font-size: 12px;
  color: var(--wp--custom--colors--neutral-500);
}
.zp4-cart .recipient-information .field-wrap input,
.zp4-cart .recipient-information .field-wrap textarea {
  box-sizing: border-box;
  padding: var(--wp--preset--spacing--2) var(--wp--preset--spacing--3);
  border: 1px solid var(--wp--custom--colors--neutral-500);
  height: auto;
  font-size: 14px;
  color: var(--wp--custom--colors--neutral-500);
  border-radius: 4px;
  background-color: var(--wp--custom--colors--neutral-100);
  font-weight: 400;
  font-family: var(--wp--preset--font-family--myriadpro);
}
.zp4-cart .recipient-information .field-wrap input::-webkit-input-placeholder,
.zp4-cart .recipient-information .field-wrap textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-size: 14px;
  color: var(--wp--custom--colors--neutral-500);
}
.zp4-cart .recipient-information .field-wrap input::-moz-placeholder,
.zp4-cart .recipient-information .field-wrap textarea::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 14px;
  color: var(--wp--custom--colors--neutral-500);
}
.zp4-cart .recipient-information .field-wrap input:-ms-input-placeholder,
.zp4-cart .recipient-information .field-wrap textarea:-ms-input-placeholder {
  /* IE 10+ */
  font-size: 14px;
  color: var(--wp--custom--colors--neutral-500);
}
.zp4-cart .recipient-information .field-wrap input:-moz-placeholder,
.zp4-cart .recipient-information .field-wrap textarea:-moz-placeholder {
  /* Firefox 18- */
  font-size: 14px;
  color: var(--wp--custom--colors--neutral-500);
}
.zp4-cart .recipient-information .field-wrap input:focus, .zp4-cart .recipient-information .field-wrap input:hover,
.zp4-cart .recipient-information .field-wrap textarea:focus,
.zp4-cart .recipient-information .field-wrap textarea:hover {
  outline: 1px solid var(--wp--custom--colors--secondary-500);
}
.zp4-cart .recipient-information .field-wrap label {
  font-weight: 600;
  font-size: 14px;
  color: var(--wp--custom--colors--neutral-500);
  margin-bottom: 0;
}
.zp4-cart .recipient-information .field-wrap label span {
  color: #ff0000;
  margin-right: 0.25rem;
}
.zp4-cart .recipient-information .zp4-field-group {
  display: flex;
  gap: 1.25rem;
  flex-direction: column;
  color: var(--wp--custom--colors--neutral-500);
}
@media screen and (min-width: 768px) {
  .zp4-cart .recipient-information .zp4-field-group {
    flex-direction: row;
  }
  .zp4-cart .recipient-information .zp4-field-group .field-group .field-wrap {
    width: 49%;
  }
}
@media screen and (min-width: 768px) {
  .zp4-cart .recipient-information {
    padding-left: 136px;
  }
}
.zp4-cart .ecard-preview-button {
  padding: var(--wp--preset--spacing--4) var(--wp--preset--spacing--5);
  background-color: var(--wp--custom--colors--secondary-100);
  border-radius: 0.5rem;
  border: 0.125rem solid var(--wp--custom--colors--secondary-500);
  text-transform: inherit;
  margin-top: var(--wp--preset--spacing--5);
  font-size: clamp(0.875rem, 0.231vw + 0.815rem, 1rem);
  font-weight: 600;
  line-height: 1;
  display: flex;
  transition: all 0.25s ease-in-out;
  min-width: 9.5rem;
  justify-content: center;
  align-items: center;
  color: var(--wp--custom--colors--secondary-500);
}
.zp4-cart .ecard-preview-button:hover, .zp4-cart .ecard-preview-button:focus {
  cursor: pointer;
  text-decoration: none;
  background-color: var(--wp--custom--colors--secondary-200);
}

.page-template-gift-preferences .woocommerce-cart-form {
  padding: 0 var(--wp--preset--spacing--4) 0;
}
.page-template-gift-preferences .gift-details {
  display: none;
}
@media screen and (min-width: 768px) {
  .page-template-gift-preferences .recipient-information {
    margin-top: -1.5rem;
  }
}
.page-template-gift-preferences .zp4-cart .cart-item .product-details {
  padding-bottom: 0;
}

.zp4-checkout {
  margin: 40px 0 0;
}
.zp4-checkout select {
  padding: var(--wp--preset--spacing--2) var(--wp--preset--spacing--3);
  height: 22px;
}
.zp4-checkout .zp4-form-field-third {
  width: 100% !important;
  float: left !important;
}
@media screen and (min-width: 1024px) {
  .zp4-checkout .zp4-form-field-third {
    width: 33.33% !important;
  }
}
.zp4-checkout .zp4-form-field-two-col {
  width: 100% !important;
}
@media screen and (min-width: 768px) {
  .zp4-checkout .zp4-form-field-two-col {
    width: 48.6% !important;
  }
}
@media screen and (min-width: 1024px) {
  .zp4-checkout .zp4-form-field-two-col {
    width: 49.95% !important;
  }
}
.zp4-checkout .woocommerce-input-wrapper {
  display: flex;
  width: 100%;
}
.zp4-checkout .form-row-wide {
  clear: none !important;
}
.zp4-checkout .form-row {
  margin: 0 0 var(--wp--preset--spacing--4) !important;
}
.zp4-checkout .form-row.margin-bottom-reduced {
  margin-bottom: var(--wp--preset--spacing--1) !important;
}
.zp4-checkout .form-row:last-child {
  margin: 0 !important;
}
.zp4-checkout .form-row h2 {
  margin-block: unset;
}
.zp4-checkout .form-row.woocommerce-invalid input {
  border-color: var(--wp--custom--colors--danger-500) !important;
}
.zp4-checkout .place-order button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  padding: var(--wp--preset--spacing--4) var(--wp--preset--spacing--5) !important;
  gap: var(--wp--preset--spacing--2);
  margin: 0 !important;
  color: var(--wp--custom--colors--neutral-100);
  background: var(--wp--custom--colors--primary-500) !important;
  font-weight: 600;
  font-size: clamp(1rem, 0.462vw + 0.88rem, 1.25rem);
  border-radius: 0.5rem;
  border: none;
  line-height: 1.25rem;
  transition: all 0.25s ease-in-out;
  max-width: 18.75rem;
}
.zp4-checkout .place-order button:hover {
  background-color: var(--wp--custom--colors--primary-600) !important;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .zp4-checkout .place-order button {
    line-height: var(--wp--preset--spacing--5);
  }
}
.zp4-checkout .heading h1 {
  text-align: center;
  color: var(--wp--custom--colors--secondary-500);
  margin-bottom: 40px;
}
.zp4-checkout h2, .zp4-checkout h3 {
  font-weight: 600;
  font-size: 1.5rem;
  color: var(--wp--custom--colors--neutral-500);
  margin-block: unset;
  margin-bottom: var(--wp--preset--spacing--5);
  font-family: var(--wp--preset--font-family--myriadpro);
}
.zp4-checkout .woocommerce-checkout {
  margin: 2rem 0;
}
.zp4-checkout .woocommerce-checkout .hide-field {
  display: none !important;
}
.zp4-checkout .woocommerce-checkout .form-row label {
  font-weight: 600;
  font-size: 1rem;
  margin-bottom: 0;
}
.zp4-checkout .woocommerce-checkout .form-row label[for=gac_auto_complete_billing_address], .zp4-checkout .woocommerce-checkout .form-row label[for=gac_auto_complete_shipping_address] {
  position: inherit;
  right: inherit;
  opacity: inherit;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 0;
}
.zp4-checkout .woocommerce-checkout .form-row label.checkbox, .zp4-checkout .woocommerce-checkout .form-row label.noptin-integration-subscription-checkbox {
  font-weight: 400;
  font-size: 14px;
  color: var(--wp--custom--colors--neutral-500);
}
.zp4-checkout .woocommerce-billing-fields {
  margin-top: 0;
}
.zp4-checkout .woocommerce-shipping-fields {
  margin-top: var(--wp--preset--spacing--5);
}
.zp4-checkout .layout-container {
  position: relative;
  max-width: var(--wp--style--global--content-size);
}
@media screen and (min-width: 768px) {
  .zp4-checkout .layout-container {
    margin-right: auto !important;
    margin-left: auto !important;
  }
}
.zp4-checkout .woocommerce-checkout-payment {
  border: 1px solid var(--wp--custom--colors--neutral-400);
  background: var(--wp--custom--colors--neutral-100) !important;
  padding: 1.5rem;
  border-radius: 8px !important;
}
.zp4-checkout .woocommerce-checkout-payment .wc_payment_method {
  margin-bottom: 1.25rem !important;
}
.zp4-checkout .woocommerce-checkout-payment .wc_payment_method input[type=radio] {
  float: left;
  margin-bottom: 0 !important;
  margin-top: var(--wp--preset--spacing--1) !important;
}
.zp4-checkout .woocommerce-checkout-payment .wc_payment_method label {
  line-height: 1;
  font-size: 1.125rem;
  margin-block-end: var(--wp--preset--spacing--2);
}
@media screen and (min-width: 768px) {
  .zp4-checkout .woocommerce-checkout-payment {
    padding: var(--wp--preset--spacing--7);
  }
}
.zp4-checkout .woocommerce-checkout-payment .payment_box {
  background-color: var(--wp--custom--colors--neutral-200) !important;
  border-radius: 8px !important;
  color: var(--wp--custom--colors--neutral-500) !important;
  font-weight: 400 !important;
  font-size: 0.875rem !important;
}
@media screen and (min-width: 768px) {
  .zp4-checkout .woocommerce-checkout-payment .payment_box {
    font-size: 1rem !important;
  }
}
.zp4-checkout .woocommerce-checkout-payment .payment_box::before {
  border: 1em solid var(--wp--custom--colors--neutral-200) !important;
  border-right-color: transparent !important;
  border-left-color: transparent !important;
  border-top-color: transparent !important;
}
.zp4-checkout .woocommerce-checkout-payment .payment_box .wc-credit-card-form-card-cvc {
  width: 100% !important;
  margin: 0 !important;
}
.zp4-checkout .woocommerce-checkout-payment .form-row {
  width: 100% !important;
}
.zp4-checkout .woocommerce-checkout-payment ul {
  padding: 0 !important;
}
.zp4-checkout .woocommerce-checkout-payment input,
.zp4-checkout .woocommerce-checkout-payment textarea {
  box-sizing: border-box;
  padding: var(--wp--preset--spacing--2) var(--wp--preset--spacing--3) !important;
  border: 1px solid var(--wp--custom--colors--neutral-500) !important;
  height: auto;
  font-size: 14px !important;
  color: var(--wp--custom--colors--neutral-500);
  font-weight: 400;
}
.zp4-checkout .woocommerce-checkout-payment input::-webkit-input-placeholder,
.zp4-checkout .woocommerce-checkout-payment textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-size: 14px;
  color: var(--wp--custom--colors--neutral-500) !important;
}
.zp4-checkout .woocommerce-checkout-payment input::-moz-placeholder,
.zp4-checkout .woocommerce-checkout-payment textarea::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 14px;
  color: var(--wp--custom--colors--neutral-500) !important;
}
.zp4-checkout .woocommerce-checkout-payment input:-ms-input-placeholder,
.zp4-checkout .woocommerce-checkout-payment textarea:-ms-input-placeholder {
  /* IE 10+ */
  font-size: 14px;
  color: var(--wp--custom--colors--neutral-500) !important;
}
.zp4-checkout .woocommerce-checkout-payment input:-moz-placeholder,
.zp4-checkout .woocommerce-checkout-payment textarea:-moz-placeholder {
  /* Firefox 18- */
  font-size: 14px;
  color: var(--wp--custom--colors--neutral-500) !important;
}
.zp4-checkout .woocommerce-checkout-payment input:focus, .zp4-checkout .woocommerce-checkout-payment input:hover,
.zp4-checkout .woocommerce-checkout-payment textarea:focus,
.zp4-checkout .woocommerce-checkout-payment textarea:hover {
  outline: 1px solid var(--wp--custom--colors--secondary-500) !important;
}
.zp4-checkout .checkout-review-order {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: var(--wp--preset--spacing--5);
  gap: 20px;
  border: 1px solid var(--wp--custom--colors--neutral-400);
  border-radius: 8px;
  margin-bottom: var(--wp--preset--spacing--5);
  width: 100%;
  box-sizing: border-box;
  margin-top: var(--wp--preset--spacing--5);
  background-color: var(--wp--custom--colors--neutral-200);
}
@media screen and (min-width: 768px) {
  .zp4-checkout .checkout-review-order {
    max-width: unset;
    margin-top: unset;
    padding: var(--wp--preset--spacing--7);
    background-color: var(--wp--custom--colors--neutral-100);
  }
}
.zp4-checkout .checkout-review-order ul {
  width: 100%;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.zp4-checkout .checkout-review-order li {
  display: flex;
  gap: var(--wp--preset--spacing--5);
  align-items: center;
  justify-content: space-between;
  margin-bottom: var(--wp--preset--spacing--5);
}
.zp4-checkout .checkout-review-order li:last-of-type {
  margin-bottom: 0;
}
.zp4-checkout .checkout-review-order .product-detail {
  display: flex;
  align-items: center;
  gap: var(--wp--preset--spacing--5);
}
.zp4-checkout .checkout-review-order .product-name {
  font-weight: 600;
  font-size: clamp(1rem, 0.462vw + 0.88rem, 1.25rem);
  color: var(--wp--custom--colors--neutral-500);
}
.zp4-checkout .checkout-review-order .product-thumbnail {
  box-sizing: border-box;
  width: 52px;
  height: 52px;
  border: 1px solid var(--wp--custom--colors--neutral-300);
  border-radius: 8px;
  flex: none;
  order: 0;
  flex-grow: 0;
}
.zp4-checkout .checkout-review-order .product-thumbnail img {
  border-radius: 8px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.zp4-checkout .checkout-review-order .product-price {
  font-weight: 400;
  font-size: 20px;
  color: var(--wp--custom--colors--neutral-500);
}
.zp4-checkout .checkout-review-order .total-shipping {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--wp--custom--colors--neutral-500);
  width: 100%;
}
.zp4-checkout .checkout-review-order .total-shipping .shipping-label {
  font-weight: 400;
  font-size: 20px;
  color: var(--wp--custom--colors--neutral-500);
}
.zp4-checkout .checkout-review-order .total-shipping .shipping-value {
  font-weight: 400;
  font-size: 20px;
  text-transform: uppercase;
  color: var(--wp--custom--colors--neutral-500);
}
.zp4-checkout .checkout-review-order .total-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--wp--custom--colors--neutral-500);
  width: 100%;
}
.zp4-checkout .checkout-review-order .total-wrapper .total-text {
  font-weight: 600;
  font-size: clamp(1.5rem, 0.462vw + 1.38rem, 1.75rem);
  color: var(--wp--custom--colors--neutral-500);
}
.zp4-checkout .checkout-review-order .payment-wrapper {
  width: 100%;
}
.zp4-checkout .checkout-review-order .payment-wrapper button.checkout {
  padding: var(--wp--preset--spacing--4) var(--wp--preset--spacing--5);
  width: 100%;
  background: var(--wp--custom--colors--primary-500) !important;
  border-radius: 8px;
}
.zp4-checkout .ship-to-different-address {
  margin-bottom: var(--wp--preset--spacing--5);
}
.zp4-checkout .ship-to-different-address label {
  position: relative;
  opacity: 1;
  right: auto;
  font-size: 14px;
  font-weight: 400;
}
.zp4-checkout .noptin-integration-subscription-checkbox {
  position: relative !important;
  opacity: 1 !important;
  right: auto !important;
}
.zp4-checkout .woocommerce-input-wrapper .input-text,
.zp4-checkout .woocommerce-input-wrapper select {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: var(--wp--preset--spacing--2) var(--wp--preset--spacing--3);
  gap: var(--wp--preset--spacing--2);
  background: var(--wp--custom--colors--neutral-100);
  border: 1px solid var(--wp--custom--colors--neutral-500);
  font-weight: 400;
  font-size: 14px;
  color: var(--wp--custom--colors--neutral-500);
  border-radius: 4px;
  flex: none;
  order: 0;
  align-self: stretch;
  flex-grow: 0;
  height: var(--wp--preset--spacing--7) !important;
}
.zp4-checkout .woocommerce-input-wrapper .selection {
  font-weight: 400;
  font-size: 14px;
  height: var(--wp--preset--spacing--7);
}
.zp4-checkout .woocommerce-input-wrapper .selection > span {
  height: var(--wp--preset--spacing--7);
}
.zp4-checkout .woocommerce-input-wrapper .selection span {
  line-height: var(--wp--preset--spacing--7);
}
.zp4-checkout .woocommerce-input-wrapper .selection span.select2-selection__rendered {
  padding-left: var(--wp--preset--spacing--3);
  padding-right: var(--wp--preset--spacing--5);
}
.zp4-checkout .woocommerce-input-wrapper .selection span.select2-selection {
  border-color: var(--wp--custom--colors--neutral-500);
}
.zp4-checkout .woocommerce-input-wrapper .selection span.select2-selection__arrow {
  height: 100% !important;
}
.zp4-checkout .helper-wrapper {
  padding: var(--wp--preset--spacing--3) var(--wp--preset--spacing--4);
  gap: var(--wp--preset--spacing--2);
  background: #f0f8ff;
  border: 1px solid var(--wp--custom--colors--info-500);
  border-radius: 4px;
  font-weight: 400;
  font-size: 14px;
  color: var(--wp--custom--colors--neutral-500);
  margin-bottom: 16px;
}
.zp4-checkout .helper-wrapper span {
  font-weight: 600;
}
.zp4-checkout input:hover, .zp4-checkout input:focus,
.zp4-checkout textarea:hover,
.zp4-checkout textarea:focus,
.zp4-checkout .select2-selection:hover,
.zp4-checkout .select2-selection:focus {
  outline: 1px solid var(--wp--custom--colors--secondary-500) !important;
}

.woocommerce-notices-wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: var(--wp--style--global--content-size);
}

.woocommerce-info,
.woocommerce-message,
.woocommerce-error {
  padding: var(--wp--preset--spacing--4) !important;
  border-radius: 4px !important;
  gap: var(--wp--preset--spacing--2) !important;
  border: 1px solid var(--wp--custom--colors--danger-500) !important;
}
.woocommerce-info::before, .woocommerce-info::after,
.woocommerce-message::before,
.woocommerce-message::after,
.woocommerce-error::before,
.woocommerce-error::after {
  display: none !important;
}
.woocommerce-info li,
.woocommerce-message li,
.woocommerce-error li {
  font-size: 14px !important;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: left;
  color: var(--wp--custom--colors--neutral-500) !important;
}
.woocommerce-info li strong,
.woocommerce-message li strong,
.woocommerce-error li strong {
  font-weight: 400 !important;
}

.woocommerce-error {
  background-color: #fff0f0;
  border: 1px solid var(--wp--custom--colors--danger-500) !important;
}

.woocommerce-info {
  border: 1px solid var(--wp--custom--colors--info-500) !important;
  background-color: #f0f8ff;
}

.woocommerce-message {
  border: 1px solid var(--wp--custom--colors--success-400) !important;
  background-color: #f1fff0;
}
.woocommerce-message a {
  border: 1px solid var(--wp--custom--colors--neutral-700) !important;
  border-radius: 0.25rem;
  padding: var(--wp--preset--spacing--2) var(--wp--preset--spacing--3);
  margin-left: var(--wp--preset--spacing--2);
  font-size: 1rem;
  font-weight: bold;
}
.woocommerce-message a:hover, .woocommerce-message a:focus {
  background-color: var(--wp--custom--colors--neutral-100);
  color: var(--wp--custom--colors--secondary-500);
  border-color: var(--wp--custom--colors--secondary-500) !important;
  text-decoration: none;
}

#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
  border: none !important;
}

.woocommerce-checkout #payment div.form-row {
  padding: 0 !important;
}

.woocommerce form .form-row .optional {
  display: none !important;
}

.woocommerce form .form-row {
  box-sizing: border-box !important;
}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1 {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .woocommerce .col2-set .col-1,
  .woocommerce-page .col2-set .col-1 {
    width: 56%;
  }
}

.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .woocommerce .col2-set .col-2,
  .woocommerce-page .col2-set .col-2 {
    width: 40%;
  }
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  overflow: hidden;
  top: var(--wp--preset--spacing--1);
}

.select2-dropdown {
  border-color: var(--wp--custom--colors--neutral-500);
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  padding-left: var(--wp--preset--spacing--2);
  padding-right: var(--wp--preset--spacing--2);
  height: var(--wp--preset--spacing--6);
}

.select2-container--default .select2-results > .select2-results__options {
  font-size: 14px;
  padding: 0 var(--wp--preset--spacing--2);
}
.disclaimer-message-before-place-order {
  font-size: 0.875rem;
}
.disclaimer-message-before-place-order a {
  text-decoration: underline;
}
.disclaimer-message-before-place-order a:hover, .disclaimer-message-before-place-order a:focus {
  color: var(--wp--custom--colors--secondary-500);
}

.zp4-cart-empty-container {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 100px 0;
}
.zp4-cart-empty-container .layout-container {
  position: relative;
  max-width: var(--wp--style--global--content-size);
  overflow: hidden;
  padding: var(--wp--preset--spacing--1) 0;
  margin-right: var(--wp--style--block-gap);
  margin-left: var(--wp--style--block-gap);
}
@media screen and (min-width: 768px) {
  .zp4-cart-empty-container .layout-container {
    margin-right: auto;
    margin-left: auto;
  }
}
.zp4-cart-empty-container h2 {
  color: var(--wp--custom--colors--secondary-500);
  font-weight: 600;
  margin-bottom: var(--wp--preset--spacing--5);
  text-align: center;
}
.zp4-cart-empty-container .sub-title {
  font-size: clamp(1.25rem, 0.462vw + 1.13rem, 1.5rem);
  font-weight: 400;
  letter-spacing: 0em;
  text-align: center;
  margin-bottom: var(--wp--preset--spacing--5);
  color: var(--wp--custom--colors--neutral-500);
}
.zp4-cart-empty-container .return-to-shop {
  display: flex;
  justify-content: center;
  margin-top: var(--wp--preset--spacing--7);
}
.zp4-cart-empty-container .return-to-shop a {
  padding: var(--wp--preset--spacing--4) var(--wp--preset--spacing--5);
  border-radius: 8px;
  background: var(--wp--custom--colors--primary-500);
  color: var(--wp--custom--colors--neutral-100);
  gap: var(--wp--preset--spacing--3);
  transition: all 0.25s ease-in-out;
}
.zp4-cart-empty-container .return-to-shop a:hover {
  color: var(--wp--custom--colors--neutral-100);
  background: var(--wp--custom--colors--primary-600);
}

.woocommerce-order {
  width: 100%;
  height: 100%;
}
.woocommerce-order .zp4-woocommerce-order {
  padding: 100px 0;
  text-align: center;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.woocommerce-order .zp4-woocommerce-order .zp4-woocommerce-order-heading {
  padding: var(--wp--preset--spacing--5) 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
}
.woocommerce-order .zp4-woocommerce-order .layout-container {
  position: relative;
  max-width: var(--wp--style--global--content-size);
  overflow: hidden;
  padding: var(--wp--preset--spacing--1) 0;
  margin-right: var(--wp--style--block-gap);
  margin-left: var(--wp--style--block-gap);
}
@media screen and (min-width: 768px) {
  .woocommerce-order .zp4-woocommerce-order .layout-container {
    margin-right: auto;
    margin-left: auto;
  }
}
.woocommerce-order .zp4-woocommerce-order h1 {
  font-size: 140px;
  font-weight: 600;
  line-height: 168px;
  letter-spacing: -0.02em;
  color: var(--wp--custom--colors--secondary-500);
}
.woocommerce-order .zp4-woocommerce-order h2 {
  font-size: 32px;
  font-weight: 600;
  line-height: 45px;
  letter-spacing: 0em;
  text-align: center;
  color: var(--wp--custom--colors--secondary-500);
}
.woocommerce-order .zp4-woocommerce-order p {
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
  letter-spacing: 0em;
  text-align: center;
  color: var(--wp--custom--colors--neutral-500);
}
.woocommerce-order .zp4-woocommerce-order .woocommerce-order-content-wrapper {
  width: 100%;
  max-width: 800px;
}
.woocommerce-order .zp4-woocommerce-order .woocommerce-notice.woocommerce-thankyou-order-failed, .woocommerce-order .zp4-woocommerce-order .woocommerce-notice.woocommerce-thankyou-order-received {
  font-size: 32px;
  font-weight: 600;
  line-height: 45px;
  letter-spacing: 0em;
  text-align: center;
}
.woocommerce-order .zp4-woocommerce-order .woocommerce-notice.woocommerce-thankyou-order-failed {
  color: var(--wp--custom--colors--danger-500);
}
.woocommerce-order .zp4-woocommerce-order .woocommerce-notice.woocommerce-thankyou-order-received {
  color: var(--wp--custom--colors--secondary-500);
}

/*# sourceMappingURL=frontend.min.544ed330aed03a2c9057.css.map*/