@charset "UTF-8";
/*
Theme Name: Westerly
Author: Forde + Nicol
Author URI: http://fordenicol.com
Description: Custom Wordpress theme for Westerly
Version: 1.0
Text Domain: fntheme
Domain Path: /languages/
*/
/*
Styles shared between WP editor and front-end
*/
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .button,
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
  display: inline-block;
  cursor: pointer;
  outline: none;
  border: 1px solid var(--wp--preset--color--dark-green);
  padding: 0.7em 1.2em;
  border-radius: 9999px;
  color: var(--wp--preset--color--pale-green);
  font-weight: 400;
  min-width: 12em;
  line-height: inherit;
  text-decoration: none;
  -webkit-transition: all var(--wp--custom--animation--transition-regular);
  transition: all var(--wp--custom--animation--transition-regular);
  background: var(--wp--preset--color--dark-green);
}
.woocommerce #respond input#submit:after, .woocommerce a.button:after, .woocommerce button.button:after, .woocommerce input.button:after, .button:after,
.woocommerce #respond input#submit.alt:after, .woocommerce a.button.alt:after, .woocommerce button.button.alt:after, .woocommerce input.button.alt:after {
  content: " →";
}
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .button:hover {
  color: var(--wp--custom--color--dark-green);
  background-color: var(--wp--preset--color--white);
}

.grid {
  margin-right: auto;
  margin-left: auto;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  -webkit-column-gap: var(--wp--custom--layout--col-gap);
     -moz-column-gap: var(--wp--custom--layout--col-gap);
          column-gap: var(--wp--custom--layout--col-gap);
  row-gap: var(--wp--custom--layout--col-gap);
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.grid-cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.grid > * {
  position: relative;
  grid-column: span 12/span 12;
}

.col-span-1 {
  grid-column: span 1/span 1;
}

.col-span-2 {
  grid-column: span 2/span 2;
}

.col-span-3 {
  grid-column: span 3/span 3;
}

.col-span-4 {
  grid-column: span 4/span 4;
}

.col-span-5 {
  grid-column: span 5/span 5;
}

.col-span-6 {
  grid-column: span 6/span 6;
}

.col-span-7 {
  grid-column: span 7/span 7;
}

.col-span-8 {
  grid-column: span 8/span 8;
}

.col-span-9 {
  grid-column: span 9/span 9;
}

.col-span-10 {
  grid-column: span 10/span 10;
}

.col-span-11 {
  grid-column: span 11/span 11;
}

.col-span-12 {
  grid-column: span 12/span 12;
}

@media only screen and (min-width: 601px) {
  .md\:col-span-1 {
    grid-column: span 1/span 1;
  }
  .md\:col-span-2 {
    grid-column: span 2/span 2;
  }
  .md\:col-span-3 {
    grid-column: span 3/span 3;
  }
  .md\:col-span-4 {
    grid-column: span 4/span 4;
  }
  .md\:col-span-5 {
    grid-column: span 5/span 5;
  }
  .md\:col-span-6 {
    grid-column: span 6/span 6;
  }
  .md\:col-span-7 {
    grid-column: span 7/span 7;
  }
  .md\:col-span-8 {
    grid-column: span 8/span 8;
  }
  .md\:col-span-9 {
    grid-column: span 9/span 9;
  }
  .md\:col-span-10 {
    grid-column: span 10/span 10;
  }
  .md\:col-span-11 {
    grid-column: span 11/span 11;
  }
  .md\:col-span-12 {
    grid-column: span 12/span 12;
  }
}
@media only screen and (min-width: 782px) {
  .lg\:col-span-1 {
    grid-column: span 1/span 1;
  }
  .lg\:col-span-2 {
    grid-column: span 2/span 2;
  }
  .lg\:col-span-3 {
    grid-column: span 3/span 3;
  }
  .lg\:col-span-4 {
    grid-column: span 4/span 4;
  }
  .lg\:col-span-5 {
    grid-column: span 5/span 5;
  }
  .lg\:col-span-6 {
    grid-column: span 6/span 6;
  }
  .lg\:col-span-7 {
    grid-column: span 7/span 7;
  }
  .lg\:col-span-8 {
    grid-column: span 8/span 8;
  }
  .lg\:col-span-9 {
    grid-column: span 9/span 9;
  }
  .lg\:col-span-10 {
    grid-column: span 10/span 10;
  }
  .lg\:col-span-11 {
    grid-column: span 11/span 11;
  }
  .lg\:col-span-12 {
    grid-column: span 12/span 12;
  }
}
@media only screen and (min-width: 1025px) {
  .xl\:col-span-1 {
    grid-column: span 1/span 1;
  }
  .xl\:col-span-2 {
    grid-column: span 2/span 2;
  }
  .xl\:col-span-3 {
    grid-column: span 3/span 3;
  }
  .xl\:col-span-4 {
    grid-column: span 4/span 4;
  }
  .xl\:col-span-5 {
    grid-column: span 5/span 5;
  }
  .xl\:col-span-6 {
    grid-column: span 6/span 6;
  }
  .xl\:col-span-7 {
    grid-column: span 7/span 7;
  }
  .xl\:col-span-8 {
    grid-column: span 8/span 8;
  }
  .xl\:col-span-9 {
    grid-column: span 9/span 9;
  }
  .xl\:col-span-10 {
    grid-column: span 10/span 10;
  }
  .xl\:col-span-11 {
    grid-column: span 11/span 11;
  }
  .xl\:col-span-12 {
    grid-column: span 12/span 12;
  }
}
@media only screen and (min-width: 1400px) {
  .xxl\:col-span-1 {
    grid-column: span 1/span 1;
  }
  .xxl\:col-span-2 {
    grid-column: span 2/span 2;
  }
  .xxl\:col-span-3 {
    grid-column: span 3/span 3;
  }
  .xxl\:col-span-4 {
    grid-column: span 4/span 4;
  }
  .xxl\:col-span-5 {
    grid-column: span 5/span 5;
  }
  .xxl\:col-span-6 {
    grid-column: span 6/span 6;
  }
  .xxl\:col-span-7 {
    grid-column: span 7/span 7;
  }
  .xxl\:col-span-8 {
    grid-column: span 8/span 8;
  }
  .xxl\:col-span-9 {
    grid-column: span 9/span 9;
  }
  .xxl\:col-span-10 {
    grid-column: span 10/span 10;
  }
  .xxl\:col-span-11 {
    grid-column: span 11/span 11;
  }
  .xxl\:col-span-12 {
    grid-column: span 12/span 12;
  }
}
.col-start-1 {
  grid-column-start: 1;
}

.col-start-2 {
  grid-column-start: 2;
}

.col-start-3 {
  grid-column-start: 3;
}

.col-start-4 {
  grid-column-start: 4;
}

.col-start-5 {
  grid-column-start: 5;
}

.col-start-6 {
  grid-column-start: 6;
}

.col-start-7 {
  grid-column-start: 7;
}

.col-start-8 {
  grid-column-start: 8;
}

.col-start-9 {
  grid-column-start: 9;
}

.col-start-10 {
  grid-column-start: 10;
}

.col-start-11 {
  grid-column-start: 11;
}

.col-start-12 {
  grid-column-start: 12;
}

@media only screen and (min-width: 601px) {
  .md\:col-start-1 {
    grid-column-start: 1;
  }
  .md\:col-start-2 {
    grid-column-start: 2;
  }
  .md\:col-start-3 {
    grid-column-start: 3;
  }
  .md\:col-start-4 {
    grid-column-start: 4;
  }
  .md\:col-start-5 {
    grid-column-start: 5;
  }
  .md\:col-start-6 {
    grid-column-start: 6;
  }
  .md\:col-start-7 {
    grid-column-start: 7;
  }
  .md\:col-start-8 {
    grid-column-start: 8;
  }
  .md\:col-start-9 {
    grid-column-start: 9;
  }
  .md\:col-start-10 {
    grid-column-start: 10;
  }
  .md\:col-start-11 {
    grid-column-start: 11;
  }
  .md\:col-start-12 {
    grid-column-start: 12;
  }
}
@media only screen and (min-width: 782px) {
  .lg\:col-start-1 {
    grid-column-start: 1;
  }
  .lg\:col-start-2 {
    grid-column-start: 2;
  }
  .lg\:col-start-3 {
    grid-column-start: 3;
  }
  .lg\:col-start-4 {
    grid-column-start: 4;
  }
  .lg\:col-start-5 {
    grid-column-start: 5;
  }
  .lg\:col-start-6 {
    grid-column-start: 6;
  }
  .lg\:col-start-7 {
    grid-column-start: 7;
  }
  .lg\:col-start-8 {
    grid-column-start: 8;
  }
  .lg\:col-start-9 {
    grid-column-start: 9;
  }
  .lg\:col-start-10 {
    grid-column-start: 10;
  }
  .lg\:col-start-11 {
    grid-column-start: 11;
  }
  .lg\:col-start-12 {
    grid-column-start: 12;
  }
}
@media only screen and (min-width: 1025px) {
  .xl\:col-start-1 {
    grid-column-start: 1;
  }
  .xl\:col-start-2 {
    grid-column-start: 2;
  }
  .xl\:col-start-3 {
    grid-column-start: 3;
  }
  .xl\:col-start-4 {
    grid-column-start: 4;
  }
  .xl\:col-start-5 {
    grid-column-start: 5;
  }
  .xl\:col-start-6 {
    grid-column-start: 6;
  }
  .xl\:col-start-7 {
    grid-column-start: 7;
  }
  .xl\:col-start-8 {
    grid-column-start: 8;
  }
  .xl\:col-start-9 {
    grid-column-start: 9;
  }
  .xl\:col-start-10 {
    grid-column-start: 10;
  }
  .xl\:col-start-11 {
    grid-column-start: 11;
  }
  .xl\:col-start-12 {
    grid-column-start: 12;
  }
}
@media only screen and (min-width: 1400px) {
  .xxl\:col-start-1 {
    grid-column-start: 1;
  }
  .xxl\:col-start-2 {
    grid-column-start: 2;
  }
  .xxl\:col-start-3 {
    grid-column-start: 3;
  }
  .xxl\:col-start-4 {
    grid-column-start: 4;
  }
  .xxl\:col-start-5 {
    grid-column-start: 5;
  }
  .xxl\:col-start-6 {
    grid-column-start: 6;
  }
  .xxl\:col-start-7 {
    grid-column-start: 7;
  }
  .xxl\:col-start-8 {
    grid-column-start: 8;
  }
  .xxl\:col-start-9 {
    grid-column-start: 9;
  }
  .xxl\:col-start-10 {
    grid-column-start: 10;
  }
  .xxl\:col-start-11 {
    grid-column-start: 11;
  }
  .xxl\:col-start-12 {
    grid-column-start: 12;
  }
}
.rsp-image {
  display: block;
  position: relative;
}
.rsp-image > * {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
.rsp-image.fit-contain > * {
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
.rsp-image.fill-space {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}
.rsp-image.fill-space > * {
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

.rsp-image--subpixel-fix > * {
  height: calc(100% + 1px);
}

.teaser-grid {
  list-style: none;
  margin-right: auto;
  margin-left: auto;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  -webkit-column-gap: var(--wp--custom--layout--col-gap);
     -moz-column-gap: var(--wp--custom--layout--col-gap);
          column-gap: var(--wp--custom--layout--col-gap);
  row-gap: calc(var(--wp--custom--layout--col-gap) * 1.5);
}

.teaser-grid li {
  grid-column: span 12/span 12;
}
@media only screen and (min-width: 601px) {
  .teaser-grid li {
    grid-column: span 6/span 6;
  }
}
@media only screen and (min-width: 1025px) {
  .teaser-grid li {
    grid-column: span 3/span 3;
  }
}

.teaser-grid a {
  color: var(--wp--custom--color--foreground);
  text-decoration: none;
}

.teaser h3 {
  margin-top: 0.5rem;
  font-size: var(--wp--preset--font-size--large);
}

.teaser h3 + * {
  margin-top: 0.75rem;
}

.teaser-image {
  display: block;
  aspect-ratio: 34/43;
  position: relative;
}
.teaser-image img {
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}

.image-well {
  background: rgba(0, 0, 0, 0.05);
}

.image-well img {
  display: block;
  width: 100%;
  height: auto;
  display: block;
  padding: 15%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.teaser-image.image-well img {
  -o-object-fit: contain;
     object-fit: contain;
}

.image-shadow img {
  -webkit-filter: drop-shadow(-0.25rem 0.25rem 0.375rem rgba(0, 0, 0, 0.2));
          filter: drop-shadow(-0.25rem 0.25rem 0.375rem rgba(0, 0, 0, 0.2));
}

.tags {
  list-style: none;
  padding: 0;
}
.tags li {
  display: inline-block;
}
.tags a {
  display: inline-block;
  padding: 0.3em 1em;
  border-radius: 999px;
  background-color: var(--wp--preset--color--white);
  border: 1px solid var(--wp--preset--color--dark-green);
  color: 1px solid var(--wp--preset--color--dark-green);
  font-size: var(--wp--preset--font-size--small);
  text-decoration: none;
  text-transform: uppercase;
  font-family: var(--wp--preset--font-family--unica);
  -webkit-transition: color var(--wp--custom--animation--transition-regular), background-color var(--wp--custom--animation--transition-regular);
  transition: color var(--wp--custom--animation--transition-regular), background-color var(--wp--custom--animation--transition-regular);
}
.tags a:hover {
  background-color: var(--wp--preset--color--dark-green);
  color: var(--wp--preset--color--pale-green);
}

.cta,
.cta-links a {
  display: table;
  color: var(--wp--preset--color--dark-green);
  text-decoration: none;
}
.cta:after,
.cta-links a:after {
  content: "→";
  margin-left: 0.25em;
}
.cta:visited,
.cta-links a:visited {
  color: var(--wp--preset--color--dark-green);
}
.cta:hover,
.cta-links a:hover {
  color: var(--wp--preset--color--dark-black);
}

.close {
  position: relative;
  width: 39px;
  height: 39px;
  background: none;
  border: none;
  padding: 0;
  outline: none;
  -webkit-transition: color 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: color 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  text-indent: 9999em;
  cursor: pointer;
}
.close:before, .close:after {
  content: "";
  display: block;
  position: absolute;
  left: calc(50% - 0.55em);
  top: 50%;
  display: block;
  height: 1px;
  background-color: var(--wp--custom--color--foreground);
  width: 1.1em;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.close:before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.close:after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/**
 * Swiper 11.2.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: March 19, 2025
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
          transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.swiper-vertical {
  -ms-touch-action: pan-x;
      touch-action: pan-x;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-3d {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  -ms-scroll-snap-type: none;
      scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
  -webkit-order: 9999;
      -ms-flex-order: 9999;
          order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
      -ms-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@-webkit-keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/* Slide styles end */
.swiper {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
}

.swiper-slide {
  padding-bottom: 2px;
  text-align: left;
  height: auto;
}

.swiper-button {
  position: absolute;
  bottom: 0;
  z-index: 1;
  width: max(40px, 2rem);
  height: max(40px, 2rem);
  outline: none;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.3);
  border: 1px solid var(--wp--preset--color--white);
  border-radius: 50%;
  -webkit-transition-property: border-color, background-color;
  transition-property: border-color, background-color;
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
  -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
          transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.swiper-button svg {
  display: inline-block;
  fill: none;
  stroke: var(--wp--preset--color--white);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
  stroke-width: 1.5px;
  width: 24px;
}
@media only screen and (min-width: 1025px) {
  .swiper-button {
    width: max(80px, 4rem);
    height: max(80px, 4rem);
    border-width: 2px;
  }
  .swiper-button svg {
    stroke-width: 2px;
    width: 48px;
  }
}
@media (hover: hover) {
  .swiper-button:hover {
    background-color: var(--wp--custom--color--highlight);
    border-color: var(--wp--custom--color--highlight);
  }
}

.swiper-button--next {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}

.swiper-pagination {
  z-index: 1;
  margin: 1rem 10px 0 0;
}
.swiper-pagination-bullet {
  width: 0.7rem;
  height: 0.7rem;
  display: inline-block;
  border-radius: 100%;
  background: transparent;
  border: 1px solid var(--wp--custom--color--highlight);
  margin: 0 4px;
  cursor: pointer;
  outline: none;
}

.swiper-pagination-bullet-active {
  background: var(--wp--custom--color--highlight);
}

.swiper-pagination-bullet:only-child {
  visibility: hidden;
}

.swiper-pagination-lock {
  display: none;
}

.carousel-wrap {
  overflow: hidden;
}

.carousel--covers {
  --swiper-wrapper-transition-timing-function: linear !important;
}

.carousel--covers .swiper-slide {
  padding: 1rem calc(var(--wp--custom--layout--block-gap) * 0.5);
  height: 63.75vw;
  width: auto;
}

.carousel--covers .swiper-slide > * {
  display: block;
  height: 100%;
}

.carousel--covers .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-filter: drop-shadow(-0.25rem 0.25rem 0.375rem rgba(0, 0, 0, 0.2));
          filter: drop-shadow(-0.25rem 0.25rem 0.375rem rgba(0, 0, 0, 0.2));
}

@media only screen and (min-width: 601px) {
  .carousel--covers .swiper-slide {
    height: 42.5vw;
  }
}
@media only screen and (min-width: 782px) {
  .carousel--covers .swiper-slide {
    height: 32.5vw;
  }
}
body .is-layout-constrained > *:not([class*=wp-block]) + *:not([class*=wp-block]),
body .is-layout-flow > *:not([class*=wp-block]) + *:not([class*=wp-block]),
body .is-layout-constrained > .wp-block-heading + *:not([class*=wp-block]),
body .is-layout-flow > .wp-block-heading + *:not([class*=wp-block]) {
  -webkit-margin-before: 1rem;
          margin-block-start: 1rem;
}

@font-face {
  font-family: "signifier";
  src: url("fonts/Signifier-Light.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "signifier";
  src: url("fonts/Signifier-LightItalic.woff2") format("woff2");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "neue-haas-unica", sans-serif;
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "neue-haas-unica", sans-serif;
  font-weight: 300;
  font-style: italic;
}
.has-large-font-size {
  line-height: 1.2;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  text-decoration: none !important;
}

pre {
  font-family: inherit;
}

.reverse {
  --wp--custom--color--reverse-foreground: var(--wp--preset--color--black);
  --wp--custom--color--foreground: var(--wp--preset--color--white);
}

.indented,
.is-style-indented {
  padding-left: 2em;
}

.wp-block-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.wp-block-button__link,
.wp-block-file a.wp-block-file__button {
  -webkit-transition: all var(--wp--custom--animation--transition-regular);
  transition: all var(--wp--custom--animation--transition-regular);
}

.wp-block-button__link:after {
  content: " →";
}

.is-style-outline.wp-block-button .wp-block-button__link {
  background-color: var(--wp--preset--color--white);
  color: var(--wp--custom--color--highlight);
}

.is-style-outline.wp-block-button .wp-block-button__link:hover {
  background-color: var(--wp--custom--color--highlight);
  color: var(--wp--preset--color--pale-green);
}

blockquote {
  margin: 1em 0;
  font-size: var(--txt-size-lg);
}
blockquote .cite {
  font-size: var(--txt-size-md);
}
blockquote p:last-child {
  margin-bottom: 0;
}

.wp-block-separator,
hr {
  margin-top: calc(var(--wp--custom--layout--block-gap) * 1.5);
  border: none;
  border-bottom: 1px solid var(--wp--preset--color--dark-green);
}

.wp-block-separator + *,
hr + * {
  margin-top: calc(var(--wp--custom--layout--block-gap) * 1.5);
}

.wp-block-image.size-full:not(.aligncenter):not(.alignleft):not(.alignright):not(.is-resized) img {
  width: 100%;
}

.wp-block-image figcaption {
  text-align: left;
}

.wp-block-embed.is-type-video {
  margin-left: auto;
  margin-right: auto;
}

.wp-block-embed {
  margin-top: calc(var(--wp--custom--layout--block-gap) * 3);
  margin-bottom: calc(var(--wp--custom--layout--block-gap) * 3);
}

.wp-block-table th:first-child,
.wp-block-table td:first-child {
  border-left: none;
  padding-left: 0;
}
.wp-block-table th:last-child,
.wp-block-table td:last-child {
  border-right: none;
  padding-right: 0;
}

.wp-block-spacer {
  margin-top: 0 !important;
}

.well {
  padding: 20px 15px;
}
@media only screen and (min-width: 782px) {
  .well {
    padding: calc(var(--wp--custom--layout--col-gap) * 1.25) var(--wp--custom--layout--col-gap);
  }
}

.well + .well {
  margin-top: 0;
}

.well--v {
  padding-left: 0;
  padding-right: 0;
}

.well--h {
  padding-top: 0;
  padding-bottom: 0;
}

.well--lg-v {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media only screen and (min-width: 782px) {
  .well--lg-v {
    padding-top: calc(var(--wp--custom--layout--col-gap) * 2);
    padding-bottom: calc(var(--wp--custom--layout--col-gap) * 2);
  }
}

.wp-block-group.has-background {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media only screen and (min-width: 782px) {
  .wp-block-group.has-background {
    padding-top: calc(var(--wp--custom--layout--col-gap) * 1.25);
    padding-bottom: calc(var(--wp--custom--layout--col-gap) * 1.25);
  }
}

.wp-block-group.has-background + .wp-block-group.has-background {
  margin-top: 0;
}

/*
Front-end only styles
*/
*, *:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background-color: transparent;
  cursor: pointer;
  outline: none;
  margin: 0;
  color: inherit;
}

img, object, embed {
  max-width: 100%;
  height: auto;
}

object, embed {
  height: 100%;
}

iframe {
  display: block;
  border: 0;
}

iframe.alignfull {
  width: 100vw;
}

.js .fade-on-load {
  opacity: 0;
}

.js .fade-on-load--loaded {
  -webkit-animation: 1s fade-in;
          animation: 1s fade-in;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.js .lazyload,
.js .lazyloading {
  opacity: 0;
}

.lazyloaded {
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

@-webkit-keyframes loadingCircle {
  from {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes loadingCircle {
  from {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.pagination-next {
  position: relative;
}

.pagination-next.hide-on-load.loading {
  border-color: transparent !important;
  background-color: transparent !important;
}

.pagination-next.loading span,
.pagination-next.loading:after {
  visibility: hidden;
}

.pagination-next.loading:before {
  content: "";
  position: absolute;
  top: calc(50% - 0.5rem);
  left: calc(50% - 0.5rem);
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background-color: var(--wp--preset--color--dark-green);
  -webkit-animation-name: loadingCircle;
          animation-name: loadingCircle;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.pagination-next:not(.hide-on-load).loading:hover:before {
  background-color: var(--wp--preset--color--white);
}

html {
  font-size: clamp(16px, 1.2vw, 21px);
}

html, body {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

a img {
  border: none;
}

a {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.1em;
  -webkit-transition: color var(--wp--custom--animation--transition-regular);
  transition: color var(--wp--custom--animation--transition-regular);
  outline-style: none;
}

b, strong {
  font-weight: bold;
}

i, em {
  font-style: italic;
}

abbr[title] {
  border-bottom: 1px dotted;
}

code,
kbd,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
  -webkit-transition: color 0.25s linear;
  transition: color 0.25s linear;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  display: inline-block;
  color: var(--wp--custom--color--foreground);
  font-weight: inherit;
  text-decoration: none;
}

.preloading * {
  -webkit-transition-duration: 0s !important;
          transition-duration: 0s !important;
}

.thumb-grid {
  margin: calc(-1 * var(--wp--custom--layout--col-gap) * 0.25) 0 calc(-1 * var(--wp--custom--layout--col-gap) * 0.25);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.thumb-grid--center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.thumb-grid__thumb {
  padding: 0 calc(var(--wp--custom--layout--col-gap) * 0.25);
  margin-bottom: calc(var(--wp--custom--layout--col-gap) * 0.5);
  width: 100%;
  vertical-align: top;
}

.thumb-grid--center {
  text-align: center;
}

@media only screen and (min-width: 601px) {
  .thumb-grid {
    margin-left: calc(-1 * var(--wp--custom--layout--col-gap) * 0.5);
    margin-right: calc(-1 * var(--wp--custom--layout--col-gap) * 0.5);
  }
  .thumb-grid__thumb {
    width: 50%;
    padding: 0 calc(var(--wp--custom--layout--col-gap) * 0.5);
    margin-bottom: var(--wp--custom--layout--col-gap);
  }
}
@media only screen and (min-width: 1025px) {
  .thumb-grid__thumb {
    width: 33.3333%;
  }
}
@media only screen and (min-width: 1400px) {
  .thumb-grid__thumb {
    width: 25%;
  }
}
li.wp-block-social-link:hover {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

.wp-block-social-link svg {
  -webkit-transition: fill var(--wp--custom--animation--transition-regular);
  transition: fill var(--wp--custom--animation--transition-regular);
}

.wp-block-social-link.wp-block-social-link.wp-block-social-link:hover svg {
  fill: var(--wp--preset--color--black);
}

.share-btn {
  text-decoration: none;
}

.accordion-content {
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  -webkit-transition: grid-template-rows 1s;
  transition: grid-template-rows 1s;
  transition: grid-template-rows 1s, -ms-grid-rows 1s;
}

.accordion-content > * {
  min-height: 0;
  -webkit-transition: visibility 1s;
  transition: visibility 1s;
  visibility: hidden;
}

.accordion.open .accordion-content {
  grid-template-rows: 1fr;
}

.accordion.open .accordion-content > * {
  visibility: visible;
}

.accordion--std {
  padding: 1rem 0;
  border-top: 1px solid var(--wp--preset--color--dark-green);
  border-bottom: 1px solid var(--wp--preset--color--dark-green);
}
@media only screen and (min-width: 782px) {
  .accordion--std {
    padding: 1.5rem 0;
  }
}

.accordion--std + .accordion--std {
  border-top: 0;
  margin-top: 0 !important;
}

.accordion--std .accordion-btn {
  position: relative;
  text-align: left;
  width: 100%;
  padding: 0;
  color: var(--wp--preset--color--dark-green);
  font-size: var(--wp--preset--font-size--large);
}

.accordion--std .accordion-btn.loading:after {
  content: "";
  position: absolute;
  top: calc(50% - 0.5rem);
  right: 0;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background-color: var(--wp--preset--color--dark-green);
  -webkit-animation-name: loadingCircle;
          animation-name: loadingCircle;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.accordion--std .accordion-content > div > *:first-child {
  padding-top: 1rem;
  margin-top: 0;
}

.accordion--std .accordion-content > div > *:last-child {
  margin-bottom: 0;
}

.accordion--std .accordion-btn .plus {
  position: relative;
  display: inline-block;
  margin-left: 0.5em;
  width: 1rem;
  height: 1rem;
  vertical-align: baseline;
}

.accordion--std .accordion-btn .plus:before,
.accordion--std .accordion-btn .plus:after {
  content: "";
  display: block;
  width: 1rem;
  height: 0;
  border-top: 1px solid var(--wp--preset--color--dark-green);
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transition: -webkit-transform var(--wp--custom--animation--transition-regular);
  transition: -webkit-transform var(--wp--custom--animation--transition-regular);
  transition: transform var(--wp--custom--animation--transition-regular);
  transition: transform var(--wp--custom--animation--transition-regular), -webkit-transform var(--wp--custom--animation--transition-regular);
}

.accordion--std .accordion-btn .plus:before {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.accordion--std.open .accordion-btn .plus:before {
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
}

.accordion--std.open .accordion-btn .plus:after {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.accordion--archive .accordion-btn .label {
  display: inline-block;
  min-width: 5.2em;
}

.filter-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.filter-list a {
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
  color: var(--wp--preset--color--dark-green);
}

.filter-list a:hover {
  color: var(--wp--preset--color--black);
}

.filter-list a.active {
  color: var(--wp--preset--color--black);
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

@view-transition {
  navigation: auto;
}
.page-wrap {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  z-index: 2;
}

.content-wrap {
  margin-top: 50px;
}
.content-wrap.well {
  padding-bottom: calc(20px + 1rem);
}
@media only screen and (min-width: 1025px) {
  .content-wrap {
    margin-top: max(60px, 4.5rem);
  }
  .content-wrap.well {
    padding-bottom: calc(var(--wp--custom--layout--col-gap) * 1.25 + 1rem);
  }
}

* + .well:not(.well--h):not(.gradient-bg):not(.has-background),
.well:not(.well--h) + * {
  margin-top: 0;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 50px;
  padding: var(--wp--custom--layout--col-gap);
  padding-top: 16px;
  padding-bottom: 0;
  background: linear-gradient(180deg, rgb(255, 255, 255) 0rem, rgb(255, 255, 255) 50px, rgba(255, 255, 255, 0.5) 50px);
  -webkit-box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 19px 0px;
          box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 19px 0px;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
}
.site-header a {
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}
@media only screen and (min-width: 1025px) {
  .site-header {
    height: auto;
    min-height: min(6vw, 4.5em);
    padding-top: var(--wp--custom--layout--col-gap);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0rem, rgb(255, 255, 255)), color-stop(rgb(255, 255, 255)), to(rgba(255, 255, 255, 0.5)));
    background: linear-gradient(180deg, rgb(255, 255, 255) 0rem, rgb(255, 255, 255) min(6vw, 4.5em), rgba(255, 255, 255, 0.5) min(6vw, 4.5em));
  }
}

.site-header.blur {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
}

.site-header--hidden {
  top: -140px;
}

.site-header__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.site-title {
  -webkit-transition: opacity var(--wp--custom--animation--transition-regular);
  transition: opacity var(--wp--custom--animation--transition-regular);
}
.site-title a {
  width: 110px;
  color: var(--wp--custom--color--foreground);
}
@media only screen and (min-width: 1025px) {
  .site-title a {
    width: clamp(110px, 11vw, 157px);
  }
}
.site-title a, .site-title img {
  display: block;
}
.site-title img {
  height: 100%;
  width: auto;
}

.menu-toggle {
  display: block;
  position: absolute;
  top: 0px;
  right: 2px;
  z-index: 999;
  cursor: pointer;
  width: 50px;
  height: 50px;
  outline: 0;
  padding: 0;
  cursor: pointer;
}
.menu-toggle:active {
  background-color: transparent;
}
.menu-toggle .hamburger-bar {
  position: absolute;
  left: 17px;
  top: 50%;
  display: block;
  height: 1px;
  background-color: var(--wp--custom--color--highlight);
  width: 17px;
  -webkit-transform: rotate(0deg) translateY(0);
      -ms-transform: rotate(0deg) translateY(0);
          transform: rotate(0deg) translateY(0);
  -webkit-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s;
}
.menu-toggle .hamburger-bar:nth-child(1) {
  -webkit-transform: rotate(0deg) translateY(-6px);
      -ms-transform: rotate(0deg) translateY(-6px);
          transform: rotate(0deg) translateY(-6px);
}
.menu-toggle .hamburger-bar:nth-child(3) {
  -webkit-transform: rotate(0deg) translateY(6px);
      -ms-transform: rotate(0deg) translateY(6px);
          transform: rotate(0deg) translateY(6px);
}

@media only screen and (min-width: 1025px) {
  .menu-toggle {
    display: none;
  }
}
.nav-primary {
  position: fixed;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.5);
  -webkit-transition: opacity var(--wp--custom--animation--transition-regular);
  transition: opacity var(--wp--custom--animation--transition-regular);
}
@media only screen and (min-width: 1025px) {
  .nav-primary {
    opacity: 1;
    position: static;
    height: auto;
  }
}

.nav-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
}
@media only screen and (min-width: 1025px) {
  .nav-menu {
    position: static;
    padding-top: 0 !important;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    opacity: 1;
    height: auto;
    overflow: visible;
  }
  .nav-menu:before {
    content: "";
    display: block;
    width: 0;
  }
  .nav-menu > li > a {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    height: clamp(32px, 2.75vw, 42px);
  }
}

.nav-menu a {
  color: var(--wp--preset--color--dark-green);
}
@media (hover: hover) {
  .nav-menu a:hover {
    color: var(--wp--preset--color--dark-black);
  }
}

.nav-item-divided {
  position: relative;
}
@media only screen and (min-width: 1025px) {
  .nav-item-divided {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .nav-item-divided:before {
    content: "";
    display: block;
    border-left: 1px solid var(--wp--preset--color--dark-green);
    height: 1em;
    position: absolute;
    left: calc(0px - (100vw - 60px - 40em) * 0.05);
    top: calc(clamp(32px, 2.75vw, 42px) * 0.5);
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

li.nav-item-search {
  display: none;
}
li.nav-item-search .search-btn {
  padding: 0;
  margin-top: calc(clamp(32px, 2.75vw, 42px) * 0.5 + 0.15rem);
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
li.nav-item-search svg {
  width: 1em;
  height: 100%;
  stroke: var(--wp--preset--color--dark-green);
  overflow: visible;
}
@media only screen and (min-width: 1025px) {
  li.nav-item-search {
    display: block;
  }
}

.nav-menu .menu-item-has-children > a::after {
  content: "›";
  display: inline-block;
  -webkit-transform: rotate(90deg) translateX(0.15em);
      -ms-transform: rotate(90deg) translateX(0.15em);
          transform: rotate(90deg) translateX(0.15em);
  margin-left: 0.35em;
}

.nav-menu .sub-menu-wrapper {
  display: grid;
  -webkit-transition: grid-template-rows 500ms;
  transition: grid-template-rows 500ms;
  transition: grid-template-rows 500ms, -ms-grid-rows 500ms;
  width: 0px;
  overflow-x: visible;
}

.nav-menu .sub-menu {
  overflow: hidden;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 250px;
}
.nav-menu .sub-menu a {
  display: block;
}
.nav-menu .sub-menu > li:first-child {
  margin-top: 1.3rem;
}
.nav-menu .sub-menu > li:last-child {
  margin-bottom: 1.5rem;
}

@media only screen and (min-width: 1025px) {
  .nav-menu .sub-menu-wrapper {
    grid-template-rows: 0fr;
  }
}

.nav-menu > li:hover .sub-menu-wrapper {
  grid-template-rows: 1fr;
}

.wc-block-mini-cart__button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: clamp(32px, 2.75vw, 42px);
  padding: 0 !important;
  gap: 0 !important;
  color: var(--wp--preset--color--dark-green) !important;
  line-height: 1.3 !important;
}

.wc-block-mini-cart__button:before {
  content: "Cart";
}

.wc-block-mini-cart__button svg {
  display: none;
}

.westerly-cart-count,
.wc-block-mini-cart__button .wc-block-mini-cart__badge {
  position: absolute;
  left: 100%;
  -webkit-transform: translateY(-0.2em);
      -ms-transform: translateY(-0.2em);
          transform: translateY(-0.2em);
  font-size: 0.6rem;
  display: inline-block;
  margin: 0 0 0 0.15rem;
  font-weight: 400;
  height: auto;
  min-width: 0;
  padding: 0;
  background: none;
  color: var(--wp--preset--color--dark-green);
}

@media only screen and (max-width: 1024px) {
  .menu-open .site-header {
    height: 100%;
    background: transparent;
  }
  .menu-open .site-title {
    opacity: 0;
  }
  .menu-open .nav-primary {
    opacity: 1;
    height: 100dvh;
    padding: 20px;
    overflow-y: scroll;
  }
  .menu-open .nav-menu .sub-menu-wrapper {
    grid-template-rows: 1fr;
    -webkit-transition: none;
    transition: none;
  }
  .nav-menu .sub-menu {
    padding-left: 1.2rem;
  }
  .nav-menu > li {
    margin-top: 0.5rem;
  }
  .nav-menu .sub-menu > li:first-child,
  .nav-menu .sub-menu > li:last-child {
    margin: 0;
  }
}
@media only screen and (min-width: 1025px) {
  .menu-open .nav-menu .sub-menu-wrapper,
  .menu-closing .nav-menu .sub-menu-wrapper {
    -webkit-transition: none;
    transition: none;
  }
}
.search-drawer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 2rem;
}
.search-drawer svg {
  fill: var(--wp--preset--color--dark-green);
  width: 1em;
  margin-right: 0.5em;
}
@media only screen and (min-width: 1025px) {
  .search-drawer {
    position: absolute;
    top: 0px;
    right: 0;
    width: 0;
    overflow: hidden;
    padding: 0;
    -webkit-transition: bottom 0.2s var(--wp--custom--animation--transition-regular);
    transition: bottom 0.2s var(--wp--custom--animation--transition-regular);
    height: clamp(32px, 2.75vw, 42px);
  }
  .search-drawer svg {
    display: none;
  }
}

.search-form input[type=text] {
  margin-bottom: 0;
  padding: 0 40px 0 0;
  border: none;
  border-radius: 0;
  background-color: transparent;
}
@media only screen and (min-width: 1025px) {
  .search-form input[type=text] {
    height: 100%;
  }
}
@media only screen and (min-width: 1025px) {
  .search-form {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
            transform: translateX(20px);
  }
}

.nav-menu li:not(.nav-item-search),
.search-form {
  -webkit-transition: visibility 0.2s ease-out, opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;
  transition: visibility 0.2s ease-out, opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;
  transition: visibility 0.2s ease-out, opacity 0.2s ease-out, transform 0.2s ease-out;
  transition: visibility 0.2s ease-out, opacity 0.2s ease-out, transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}

@media only screen and (min-width: 1025px) {
  .search-open .nav-primary {
    position: relative;
  }
  .search-open .nav-menu li:not(.nav-item-search) {
    opacity: 0;
    -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
            transform: translateX(-20px);
    visibility: hidden;
  }
  .search-open .search-drawer {
    width: 350px;
  }
  .search-open .search-form {
    opacity: 1;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    visibility: visible;
  }
  .search-open .search-drawer .close {
    display: block;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    margin-right: -2px;
  }
  .search-open .nav-item-search {
    visibility: hidden;
  }
}

.search-drawer .close {
  display: none;
  position: absolute;
  z-index: 9999;
  top: 0;
  right: -10px;
}

.footer {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.footer a {
  text-decoration: none;
  color: var(--wp--preset--color--black);
}
.footer a:hover {
  color: var(--wp--preset--color--dark-green);
}

.footer__mailing-list {
  text-align: center;
}
.footer__mailing-list input {
  text-align: center;
  margin: 0;
}
.footer__mailing-list input[type=submit] {
  width: 100%;
}

.footer__cols {
  padding-top: 15px;
  margin-top: 15px;
  text-align: left;
  border-top: 1px solid var(--wp--preset--color--dark-green);
}
@media only screen and (min-width: 782px) {
  .footer__cols {
    padding-top: var(--wp--custom--layout--col-gap);
    margin-top: var(--wp--custom--layout--col-gap);
  }
}

.wp-block-navigation a {
  color: var(--wp--preset--color--dark-green) !important;
}
.wp-block-navigation a:hover {
  color: var(--wp--preset--color--black) !important;
}

.copyright {
  text-transform: uppercase;
  font-size: var(--wp--preset--font-size--small);
  font-family: "neue-haas-unica";
}

label {
  margin: 0 0 1rem 0;
  display: block;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

input[type=text],
input[type=email],
input[type=password],
input[type=tel],
input[type=submit],
textarea,
select {
  width: 100%;
  margin: 0;
  border: none;
  border-radius: 0.3em;
  padding: 0.7em 1.2em;
  font-size: var(--wp--preset--font-size--medium);
  font-family: var(--font-stack-sans);
  background: var(--wp--preset--color--white);
  color: var(--wp--preset--color--dark-green);
  -webkit-appearance: none;
}

input.pill {
  border: 1px solid var(--wp--preset--color--dark-green);
  border-radius: 999px;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=password] {
  display: block;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=password]:focus {
  outline: none;
}

input[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  padding: 0.7em 1.2em;
  margin: 0;
  outline: none;
  border: none;
  line-height: inherit;
  border-radius: 999px;
  border: 1px solid var(--wp--preset--color--dark-green);
  background: var(--wp--preset--color--dark-green);
  color: var(--wp--preset--color--pale-green);
  -webkit-transition: all var(--wp--custom--animation--transition-regular);
  transition: all var(--wp--custom--animation--transition-regular);
  width: auto;
  min-width: 12em;
}

input[type=submit]:hover {
  background: var(--wp--preset--color--white);
  color: var(--wp--preset--color--dark-green);
  border-color: var(--wp--preset--color--dark-green);
}

input[type=submit]:focus {
  outline: none;
}

textarea {
  resize: vertical;
  vertical-align: top;
  display: inline-block;
}
textarea:focus {
  outline: none;
}

select {
  margin: 0;
}

input[type=radio],
input[type=checkbox] {
  display: inline-block;
  vertical-align: middle;
  background-color: transparent;
  margin: 0 0.25em 0 0;
  border: 1px solid var(--wp--preset--color--dark-green);
  border-radius: 50%;
  -webkit-box-shadow: inset 0 0 0 0 white;
          box-shadow: inset 0 0 0 0 white;
  cursor: pointer;
  font: inherit;
  height: 1em;
  width: 1em;
  outline: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
input[type=radio]:checked,
input[type=checkbox]:checked {
  background-color: var(--wp--preset--color--dark-green);
  -webkit-box-shadow: inset 0 0 0 0.25em var(--wp--custom--color--background);
          box-shadow: inset 0 0 0 0.25em var(--wp--custom--color--background);
  -webkit-transition: background 0.15s, box-shadow 0.1s;
  -webkit-transition: background 0.15s, -webkit-box-shadow 0.1s;
  transition: background 0.15s, -webkit-box-shadow 0.1s;
  transition: background 0.15s, box-shadow 0.1s;
  transition: background 0.15s, box-shadow 0.1s, -webkit-box-shadow 0.1s;
}

*::-webkit-input-placeholder {
  color: rgba(var(--wp--preset--color--dark-green), 0.5);
}

*::-moz-placeholder {
  color: rgba(var(--wp--preset--color--dark-green), 0.5);
}

*:-ms-input-placeholder {
  color: rgba(var(--wp--preset--color--dark-green), 0.5);
}

*::-ms-input-placeholder {
  color: rgba(var(--wp--preset--color--dark-green), 0.5);
}

*::placeholder {
  color: rgba(var(--wp--preset--color--dark-green), 0.5);
}

*::-webkit-input-placeholder {
  color: rgba(var(--wp--preset--color--dark-green), 0.5);
}

*::-moz-placeholder {
  color: rgba(var(--wp--preset--color--dark-green), 0.5);
}

*:-ms-input-placeholder {
  color: rgba(var(--wp--preset--color--dark-green), 0.5);
}

input:not(.placeholder-visible):focus::-webkit-input-placeholder, textarea:not(.placeholder-visible):focus::-webkit-input-placeholder {
  color: transparent;
}

input:not(.placeholder-visible):focus::-moz-placeholder, textarea:not(.placeholder-visible):focus::-moz-placeholder {
  color: transparent;
}

input:not(.placeholder-visible):focus:-ms-input-placeholder, textarea:not(.placeholder-visible):focus:-ms-input-placeholder {
  color: transparent;
}

input:not(.placeholder-visible):focus::-ms-input-placeholder, textarea:not(.placeholder-visible):focus::-ms-input-placeholder {
  color: transparent;
}

input:not(.placeholder-visible):focus::placeholder,
textarea:not(.placeholder-visible):focus::placeholder {
  color: transparent;
}

::-moz-placeholder {
  opacity: 1;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-transition: background-color 9999s ease-in-out 9999s;
  transition: background-color 9999s ease-in-out 9999s;
}

.gradient-bg {
  background: var(--wp--preset--color--pale-green);
  background: linear-gradient(180deg, rgb(254, 254, 253) 0%, var(--wp--preset--color--pale-green) 90px);
}

.white-bg {
  background: var(--wp--preset--color--white);
}

@media screen and (min-width: 420px) and (max-width: 600px) {
  .product-grid > * {
    grid-column: span 6/span 6;
  }
}
.product-form hr {
  margin: var(--wp--custom--layout--row-gap) 0;
}

.product-btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: var(--wp--custom--layout--col-gap);
}
.product-btns .product-buy-btn {
  width: 100%;
}
@media only screen and (min-width: 601px) {
  .product-btns .product-buy-btn {
    width: auto;
    margin-left: auto;
  }
}

.magazine-menu {
  display: none;
  gap: 5rem;
  margin: 0 auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  margin-bottom: 1.5rem;
}

@media only screen and (min-width: 601px) {
  .magazine-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.magazine-menu a {
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
  color: var(--wp--preset--color--dark-green);
}

.digital-archive-summary hr {
  margin: var(--wp--custom--layout--row-gap) 0;
}

.digital-archive-summary hr + * {
  margin-top: 0;
}

.digital-archive-description h3, .digital-archive-description h4 {
  font-size: var(--wp--preset--font-size--large);
}
.digital-archive-description h3 em, .digital-archive-description h4 em {
  font-style: normal;
}

.gform_required_legend {
  display: none;
}

.gform_wrapper {
  margin-bottom: 1rem;
}
.gform_wrapper .validation_error {
  margin: 0 0 10px 0;
  padding: 20px;
  color: var(--wp--custom--color--error);
  background: var(--wp--preset--color--white);
}
.gform_wrapper .validation_message {
  display: inline-block;
  margin: 0 0 10px 0;
  color: var(--wp--custom--color--error);
}

.gform_validation_errors {
  outline: none;
}
.gform_validation_errors h2 {
  font-family: inherit;
  font-size: 1rem;
  margin: 0 0 1rem 0;
  color: var(--wp--custom--color--error);
}

.gfield_error input {
  border-color: var(--wp--custom--color--error);
}
.gfield_error input::-webkit-input-placeholder {
  color: var(--wp--custom--color--error);
}
.gfield_error input::-moz-placeholder {
  color: var(--wp--custom--color--error);
}
.gfield_error input:-ms-input-placeholder {
  color: var(--wp--custom--color--error);
}
.gfield_error input::-ms-input-placeholder {
  color: var(--wp--custom--color--error);
}
.gfield_error input::placeholder {
  color: var(--wp--custom--color--error);
}
.gfield_error input::-webkit-input-placeholder {
  color: var(--wp--custom--color--error);
}
.gfield_error input:-moz-placeholder {
  color: var(--wp--custom--color--error);
}
.gfield_error input::-moz-placeholder {
  color: var(--wp--custom--color--error);
}
.gfield_error input:-ms-input-placeholder {
  color: var(--wp--custom--color--error);
}
.gfield_error .gfield_label {
  color: var(--wp--custom--color--error);
}

.gfield_description.validation_message {
  display: none;
}

#gforms_confirmation_message {
  margin: 1em 0;
  padding: 0;
}

.gform_title {
  text-align: center;
  margin-bottom: 1.5rem;
}

.gsection_title {
  font-size: var(--wp--preset--font-size--large);
}

.gform_fields {
  margin: 0;
  display: grid;
  grid-column-gap: 1.5rem;
  grid-row-gap: var(--wp--custom--layout--row-gap);
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(auto-fill, auto);
  width: 100%;
}

.gfield {
  position: relative;
  grid-column: 1/-1;
}

.gfield.gfield--width-full {
  grid-column: span 12;
}

@media only screen and (min-width: 601px) {
  .gfield.gfield--width-half {
    grid-column: span 6;
  }
}

@media only screen and (min-width: 601px) {
  .gfield.gfield--width-third {
    grid-column: span 6;
  }
}
@media only screen and (min-width: 782px) {
  .gfield.gfield--width-third {
    grid-column: span 4;
  }
}

@media only screen and (min-width: 601px) {
  .gfield.gfield--width-quarter {
    grid-column: span 3;
  }
}

.gfield label,
.gfield_label {
  display: block;
  margin: 0 0 1em 0;
}

.gfield_description {
  margin: 0 0 0.25em 0;
  color: color-mix(in oklab, var(--wp--preset--color--black), white 50%);
}

.gfield_label:has(+ .gfield_description) {
  margin-bottom: 0.5em;
}

.gform_wrapper .hidden_label .gfield_label,
.gform_wrapper .hidden_sub_label,
.gform_wrapper .screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.ginput_complex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-column-gap: var(--wp--custom--layout--col-gap);
     -moz-column-gap: var(--wp--custom--layout--col-gap);
          column-gap: var(--wp--custom--layout--col-gap);
  row-gap: 0.6em;
}

.ginput_complex .ginput_full {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

.ginput_complex span {
  width: 100%;
}
@media only screen and (min-width: 601px) {
  .ginput_complex span {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.ginput_complex input, .ginput_complex select {
  width: 100%;
}

.ginput_container_address span {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 calc(50% - var(--wp--custom--layout--row-gap) / 2);
      -ms-flex: 0 0 calc(50% - var(--wp--custom--layout--row-gap) / 2);
          flex: 0 0 calc(50% - var(--wp--custom--layout--row-gap) / 2);
}

.ginput_complex label {
  margin: 0.25em 0 0 0;
  color: color-mix(in oklab, var(--wp--preset--color--black), white 50%);
}

.gf_clear_complex {
  display: none;
}

.gfield_radio label,
.gfield_checkbox label {
  display: inline-block;
}

.gfield-choice-input,
.copy_values_activated {
  display: inline-block;
  vertical-align: middle;
}

.gfield-choice-input + label,
.copy_values_activated + label {
  margin-bottom: 0;
  display: inline-block;
  vertical-align: middle;
}

.copy_values_option_container {
  margin-bottom: 0.5em;
}

.ginput_container_select select,
.ginput_address_country select {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  background: #fff url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%206l5%205%205-5%202%201-7%207-7-7%202-1z%22%20fill%3D%22%23555%22%2F%3E%3C%2Fsvg%3E") no-repeat right 10px top 55%;
  background-size: 16px 16px;
  cursor: pointer;
  vertical-align: middle;
}

.gform_footer {
  margin-top: var(--wp--custom--layout--row-gap);
}

.gform_button {
  margin-right: 5px;
}

.gform_validation_container {
  display: none;
}

body {
  --wp--style--global--content-size: 100%;
}
@media only screen and (min-width: 782px) {
  body {
    --wp--style--global--content-size: 37rem;
  }
}
@media only screen and (min-width: 1025px) {
  body {
    --wp--style--global--content-size: calc(((100vw - var(--wp--custom--layout--col-gap)) * 0.5) - var(--wp--custom--layout--col-gap));
  }
}

body .is-layout-constrained > .alignwide {
  max-width: none;
}

.alignfull {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.wp-content > h2.alignfull,
.wp-content > h3.alignfull,
.wp-content > h4.alignfull,
.wp-content > h5.alignfull,
.wp-content > h6.alignfull,
.wp-content > .wp-block-group.alignfull,
.wp-content > .wp-block-columns.alignfull {
  padding-left: 10px;
  padding-right: 10px;
}
@media only screen and (min-width: 601px) {
  .wp-content > h2.alignfull,
  .wp-content > h3.alignfull,
  .wp-content > h4.alignfull,
  .wp-content > h5.alignfull,
  .wp-content > h6.alignfull,
  .wp-content > .wp-block-group.alignfull,
  .wp-content > .wp-block-columns.alignfull {
    padding-left: var(--wp--custom--layout--col-gap);
    padding-right: var(--wp--custom--layout--col-gap);
  }
}

.unconstrained .wp-content.is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)),
.unconstrained .wp-content.is-layout-constrained > .wp-block-group.alignfull > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  max-width: none;
}

.wp-block-image.size-full:not(.aligncenter):not(.alignleft):not(.alignright):not(.is-resized) img {
  width: 100%;
}

.wp-block-image figcaption {
  text-align: left;
}

.wp-block-button__link {
  min-width: 12em;
}

.pagination {
  margin-top: 2rem;
  text-align: center;
}
.pagination ul {
  display: inline-block;
  white-space: nowrap;
  padding: 0;
  margin-bottom: 0;
}
.pagination li {
  display: inline-block;
  float: left;
}
.pagination a, .pagination span {
  margin: 0 1rem;
  display: inline-block;
  vertical-align: middle;
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
  color: var(--wp--preset--color--dark-green);
}
.pagination .current {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.1em;
  color: var(--wp--preset--color--black);
}

.woocommerce-message, .woocommerce-error, .woocommerce-info {
  border: 1px solid var(--wp--preset--color--dark-green);
  border-radius: 0.5rem;
  background-color: transparent;
  color: currentColor;
  outline: none;
  padding-right: 1em;
}

.woocommerce-message::before,
.woocommerce-info::before {
  color: var(--wp--preset--color--dark-green);
}

.woocommerce .products ul:before, .woocommerce ul.products:before,
.woocommerce .products ul:after, .woocommerce ul.products:after {
  display: none !important;
}

.woocommerce .products ul, .woocommerce ul.products,
.products ul, ul.products {
  list-style: none;
  margin-top: var(--wp--custom--layout--row-gap);
  margin-right: auto;
  margin-left: auto;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  -webkit-column-gap: var(--wp--custom--layout--col-gap);
     -moz-column-gap: var(--wp--custom--layout--col-gap);
          column-gap: var(--wp--custom--layout--col-gap);
  row-gap: calc(var(--wp--custom--layout--col-gap) * 1.5);
}

ul.products li.product, ul.products li.product {
  float: none !important;
  width: 100% !important;
  margin: 0 !important;
  grid-column: span 12/span 12;
}
@media only screen and (min-width: 601px) {
  ul.products li.product, ul.products li.product {
    grid-column: span 6/span 6;
  }
}
@media only screen and (min-width: 1025px) {
  ul.products li.product, ul.products li.product {
    grid-column: span 3/span 3;
  }
}

ul.products li.product a {
  color: var(--wp--custom--color--foreground);
  text-decoration: none;
}

ul.products li.product a img {
  margin: 0;
}

li.product .woocommerce-loop-category__title,
li.product .woocommerce-loop-product__title,
li.product h2 {
  padding: 0 !important;
  margin-top: 1rem !important;
  font-size: 1em;
}

.product-images {
  margin-bottom: var(--wp--custom--layout--row-gap);
}
@media only screen and (min-width: 782px) {
  .product-images {
    float: left;
    width: 50%;
    padding-right: calc(var(--wp--custom--layout--col-gap) * 0.5);
  }
}

.woocommerce div.product div.summary {
  width: 100%;
  float: none;
  margin-bottom: var(--wp--custom--layout--row-gap);
}
.woocommerce div.product div.summary + * {
  clear: both;
}
@media only screen and (min-width: 782px) {
  .woocommerce div.product div.summary {
    float: right;
    width: 50%;
    padding-left: calc(var(--wp--custom--layout--col-gap) * 0.5);
  }
}

.woocommerce .product::after {
  content: "";
  clear: both;
  display: table;
}

@media only screen and (min-width: 782px) {
  .product-image img {
    padding: 15% 17.5%;
  }
}

.woocommerce span.onsale {
  width: 3rem;
  height: 3rem;
  line-height: 2.7rem;
  background-color: var(--wp--preset--color--dark-green);
}

.product-thumbs {
  display: grid;
  grid-template-columns: auto auto auto;
  grid-gap: 1rem;
  margin: -2rem 0 3rem 0;
}
@media screen and (min-width: 480px) {
  .product-thumbs {
    grid-template-columns: auto auto auto auto;
  }
}
@media only screen and (min-width: 601px) {
  .product-thumbs {
    grid-template-columns: auto auto auto auto auto;
  }
}
@media only screen and (min-width: 782px) {
  .product-thumbs {
    grid-template-columns: auto auto auto;
  }
}
@media only screen and (min-width: 1025px) {
  .product-thumbs {
    grid-template-columns: auto auto auto auto;
  }
}

.product-thumbs__thumb {
  position: relative;
  width: 100%;
}

.cover_credit {
  margin-bottom: 0;
}

.cover_credit cite {
  font-style: normal;
}

div.product p.price {
  margin: 0;
}

.woocommerce div.product p.price ins, .woocommerce div.product span.price ins {
  text-decoration: none;
  font-weight: normal;
}

del {
  text-decoration-thickness: 0.05em;
}

.product-date {
  margin: 1rem 0 0 0;
}

.woocommerce-product-details__short-description {
  margin-top: 1rem;
  font-size: var(--wp--preset--font-size--large);
}
.woocommerce-product-details__short-description > :first-child {
  margin-top: 0;
}
.woocommerce-product-details__short-description > :last-child {
  margin-bottom: 0;
}

.product-preview-content {
  margin-top: var(--wp--custom--layout--row-gap);
  padding-top: var(--wp--custom--layout--row-gap);
  border-top: 1px solid var(--wp--preset--color--dark-green);
}
.product-preview-content > :first-child {
  margin-top: 0;
}
.product-preview-content > :last-child {
  margin-bottom: 0;
}

.related.products {
  clear: both;
}

.product-description h3, .product-description h4 {
  font-size: var(--wp--preset--font-size--large);
}
.product-description h3 em, .product-description h4 em {
  font-style: normal;
}
.product-description hr {
  margin: var(--wp--custom--layout--row-gap) 0;
}
.product-description hr + * {
  margin-top: 0;
}
@media only screen and (min-width: 782px) {
  .product-description p {
    max-width: calc(50% - var(--wp--custom--layout--col-gap) * 0.5);
  }
}

@media only screen and (min-width: 782px) {
  .product-description .product-columns {
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2;
  }
  .product-description .product-columns p {
    -webkit-column-break-inside: avoid;
       -moz-column-break-inside: avoid;
            break-inside: avoid;
    max-width: none;
  }
  .product-description .product-columns h2, .product-description .product-columns h3, .product-description .product-columns h4 {
    -webkit-column-break-after: avoid-column;
       -moz-column-break-after: avoid-column;
            break-after: avoid-column;
  }
}

.products h2 {
  margin-top: 0;
}

.up-sells.products ul,
.related.products ul {
  margin-top: var(--wp--custom--layout--row-gap);
}

.woocommerce .quantity {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid var(--wp--preset--color--dark-green);
  margin: 0 !important;
}
.woocommerce .quantity input.qty {
  border: none;
  width: 2.5rem;
  padding: 0.7em 0;
  text-align: center;
  border-left: 1px solid var(--wp--preset--color--dark-green);
  border-right: 1px solid var(--wp--preset--color--dark-green);
  background-color: transparent;
}
.woocommerce .quantity input.qty::-webkit-outer-spin-button,
.woocommerce .quantity input.qty::-webkit-inner-spin-button {
  display: none;
}
.woocommerce .quantity input.qty[type=number] {
  -moz-appearance: textfield;
}
.woocommerce .quantity .qty-spinner__adjust {
  display: block;
  width: 2.5rem;
  position: relative;
  cursor: pointer;
}
.woocommerce .quantity .qty-spinner__adjust:hover {
  background-color: var(--wp--preset--color--dark-green);
}
.woocommerce .quantity .qty-spinner__adjust:hover:before, .woocommerce .quantity .qty-spinner__adjust:hover:after {
  border-color: var(--wp--preset--color--pale-green);
}
.woocommerce .quantity .qty-spinner__adjust--minus:before,
.woocommerce .quantity .qty-spinner__adjust--plus:before,
.woocommerce .quantity .qty-spinner__adjust--plus:after {
  content: "";
  display: block;
  width: 0.8em;
  border-top: 1px solid var(--wp--preset--color--dark-green);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
}
.woocommerce .quantity .qty-spinner__adjust--plus:after {
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(90deg);
          transform: translate3d(-50%, -50%, 0) rotate(90deg);
}

.wc-block-components-quantity-selector:after {
  border-radius: 0 !important;
  border-color: var(--wp--preset--color--dark-green) !important;
  opacity: 1 !important;
}

.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button {
  opacity: 1 !important;
}

.wc-block-components-quantity-selector > .wc-block-components-quantity-selector__button--minus {
  border-right: 1px solid var(--wp--preset--color--dark-green) !important;
}

.wc-block-components-quantity-selector > .wc-block-components-quantity-selector__button--plus {
  border-left: 1px solid var(--wp--preset--color--dark-green) !important;
}

.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button,
.wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input {
  min-width: 35px !important;
}

.wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input {
  font-weight: normal !important;
}

.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:focus,
.wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.woocommerce div.product form.cart .variations {
  margin-top: var(--wp--custom--layout--row-gap);
  padding-top: var(--wp--custom--layout--row-gap);
  border-top: 1px solid var(--wp--preset--color--dark-green);
}

.woocommerce div.product form.cart .variations select:has(+ .woo-variation-radios),
.woo-variation-radios + .reset_variations {
  display: none !important;
}

.woocommerce .variations th {
  display: none;
}

.woo-variation-radios {
  line-height: 1.7;
}

.woo-variation-radios__field label {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  line-height: 1.2;
}

.woocommerce div.product form.cart .variations label {
  font-weight: normal;
}

.woocommerce-variation-add-to-cart {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: var(--wp--custom--layout--col-gap);
  margin-top: var(--wp--custom--layout--row-gap);
  padding-top: calc(var(--wp--custom--layout--row-gap));
  border-top: 1px solid var(--wp--preset--color--dark-green);
}

.single_add_to_cart_button {
  width: 100%;
}
@media only screen and (min-width: 1025px) {
  .single_add_to_cart_button {
    width: auto;
  }
}

.woocommerce-variation.single_variation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0;
}
.woocommerce-variation.single_variation p {
  margin: 0 0 0 0.5em;
}

.woocommerce-variation-add-to-cart .single_add_to_cart_button {
  margin-left: auto !important;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
  color: var(--wp--custom--color--foreground);
}

.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .button:hover,
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
  background-color: var(--wp--preset--color--white);
  color: var(--wp--preset--color--dark-green);
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled[disabled]:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled]:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled]:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled[disabled]:hover {
  background-color: var(--wp--preset--color--dark-green);
  color: var(--wp--preset--color--white);
}

body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link):focus {
  outline: none;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.wc-block-components-button:not(.is-link).is-style-outline,
.wc-block-components-button:not(.is-link).outlined {
  background-color: var(--wp--preset--color--white) !important;
  color: var(--wp--preset--color--dark-green) !important;
}

.wc-block-components-button:not(.is-link).is-style-outline:hover,
.wc-block-components-button:not(.is-link).outlined:hover {
  background-color: var(--wp--preset--color--dark-green) !important;
  color: var(--wp--preset--color--pale-green) !important;
}

.wc-block-mini-cart__footer-actions .wc-block-components-button:after {
  content: "→";
  margin-left: 0.25em;
}

.wc-block-mini-cart__drawer h2.wc-block-mini-cart__title {
  font-size: var(--wp--preset--font-size--large);
}

.wp-block-woocommerce-mini-cart-contents {
  text-align: left;
}

.wc-block-mini-cart__footer:after {
  border-color: var(--wp--preset--color--dark-green) !important;
  opacity: 1 !important;
}

.wc-block-mini-cart__footer-actions .wc-block-components-button {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.wc-block-cart-items__row:not(:last-child) {
  border-bottom: 1px solid var(--wp--preset--color--dark-green);
}

.wc-block-cart-item__product a {
  text-decoration: none;
}

.wc-block-components-product-name {
  margin-bottom: 0 !important;
}

.wc-block-mini-cart__footer .wc-block-components-totals-item.wc-block-mini-cart__footer-subtotal {
  font-weight: normal !important;
}

.wc-block-components-totals-item__label,
.wc-block-components-totals-item__value,
.wc-block-components-formatted-money-amount {
  font-weight: normal !important;
}

.wc-block-components-form .wc-block-components-text-input input[type=email], .wc-block-components-form .wc-block-components-text-input input[type=number], .wc-block-components-form .wc-block-components-text-input input[type=password], .wc-block-components-form .wc-block-components-text-input input[type=tel], .wc-block-components-form .wc-block-components-text-input input[type=text], .wc-block-components-form .wc-block-components-text-input input[type=url], .wc-block-components-text-input input[type=email], .wc-block-components-text-input input[type=number], .wc-block-components-text-input input[type=password], .wc-block-components-text-input input[type=tel], .wc-block-components-text-input input[type=text], .wc-block-components-text-input input[type=url],
.wc-blocks-components-select .wc-blocks-components-select__select {
  border-color: var(--wp--preset--color--white) !important;
}

.wc-block-components-title.wc-block-components-title.wc-block-components-title,
.wc-block-components-totals-wrapper .wc-block-components-totals-footer-item .wc-block-components-totals-item__label,
.wc-block-components-totals-wrapper .wc-block-components-totals-footer-item .wc-block-components-totals-item__value {
  font-size: var(--wp--preset--font-size--large);
}

.wc-block-components-checkout-return-to-cart-button {
  padding-left: 0 !important;
}

.wc-block-components-checkout-return-to-cart-button svg {
  display: none;
}

.wc-block-components-checkout-return-to-cart-button:before {
  content: "← ";
}

.woocommerce {
  --wc-form-border-color: var(--wp--preset--color--white);
}

.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] {
  background-color: var(--wp--preset--color--dark-green);
}

.woocommerce form .form-row {
  margin-bottom: var(--wp--custom--layout--row-gap);
  padding: 0;
}

.woocommerce form .form-row label {
  line-height: inherit;
}

.woocommerce form.login, .woocommerce form.register {
  border: none;
  padding: 0;
}

.woocommerce form .form-row .input-text, .woocommerce form .form-row select,
textarea.wc-block-components-textarea {
  border: none;
  padding: 0.7em 1.2em;
}

.wc-block-checkout__add-note textarea.wc-block-components-textarea:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox] {
  border-color: var(--wp--preset--color--dark-green) !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.wc-block-components-checkbox .wc-block-components-checkbox__mark {
  fill: var(--wp--preset--color--dark-green) !important;
}

.wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:focus {
  outline: none !important;
}

.woocommerce form .form-row:has(.woocommerce-form-login__rememberme) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  margin: 0;
}

.woocommerce-LostPassword a {
  text-decoration: none;
}

.woocommerce-account .wp-content > .woocommerce {
  max-width: 1550px;
  margin-top: var(--wp--custom--layout--block-gap) !important;
}

.woocommerce-MyAccount-content > *:first-child,
.woocommerce-MyAccount-content > .woocommerce-notices-wrapper + * {
  margin-top: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

@media only screen and (min-width: 782px) {
  .woocommerce-account .woocommerce-MyAccount-navigation li {
    padding: 0.75rem 0;
    border-top: 1px solid var(--wp--preset--color--dark-green);
  }
}

@media only screen and (min-width: 782px) {
  .woocommerce-account .woocommerce-MyAccount-navigation li:last-child {
    border-bottom: 1px solid var(--wp--preset--color--dark-green);
  }
}

.woocommerce-account .woocommerce-MyAccount-navigation li a {
  text-decoration: none;
}

.woocommerce-account .addresses .title .edit {
  float: none;
}

.woocommerce-account .woocommerce-MyAccount-content {
  padding-top: calc(var(--wp--custom--layout--row-gap) * 2);
}
@media only screen and (min-width: 782px) {
  .woocommerce-account .woocommerce-MyAccount-content {
    width: 70%;
    padding-top: 0;
    padding-left: calc(var(--wp--custom--layout--col-gap) * 2);
  }
}

.woocommerce-MyAccount-content legend,
.woocommerce-MyAccount-content h2 + * {
  margin-top: var(--wp--custom--layout--row-gap);
}

.woocommerce-MyAccount-content legend {
  font-size: var(--wp--preset--font-size--large);
  margin-bottom: var(--wp--custom--layout--row-gap);
}

.woocommerce-MyAccount-content form > *:first-child {
  margin-top: 0;
}

.woocommerce .woocommerce-ResetPassword .woocommerce-form-row--first {
  width: 100%;
}

.woocommerce-products-header__title {
  text-align: center;
}

.woocommerce-products-header .page-description > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  max-width: var(--wp--style--global--content-size);
  margin-left: auto;
  margin-right: auto;
}

.border-t {
  border-top: 1px solid var(--wp--custom--color--foreground);
}

.border-b {
  border-bottom: 1px solid var(--wp--custom--color--foreground);
}

.border-l {
  border-left: 1px solid var(--wp--custom--color--foreground);
}

.border-r {
  border-right: 1px solid var(--wp--custom--color--foreground);
}

@media only screen and (min-width: 601px) {
  .md\:border-r {
    border-right: 1px solid var(--wp--custom--color--foreground);
  }
}
@media only screen and (min-width: 782px) {
  .lg\:border-b {
    border-top: 1px solid var(--wp--custom--color--foreground);
  }
  .lg\:border-r {
    border-right: 1px solid var(--wp--custom--color--foreground);
  }
}
@media only screen and (min-width: 1025px) {
  .xl\:border-r {
    border-right: 1px solid var(--wp--custom--color--foreground);
  }
}
@media only screen and (min-width: 1400px) {
  .xxl\:border-r {
    border-right: 1px solid var(--wp--custom--color--foreground);
  }
}
.align-l {
  text-align: left;
}

.align-r {
  text-align: right;
}

.align-c {
  text-align: center;
}

.align-j {
  text-align: justify;
}

.centered {
  margin-left: auto;
  margin-right: auto;
}

.mp-0-fc > *:first-child {
  margin-top: 0;
  padding-top: 0;
}

.mp-0-lc > *:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.mt-3\/4 {
  margin-top: 0.75rem;
}

.mt-0 {
  margin-top: 0rem;
}

.mt-1 {
  margin-top: 1rem;
}

.mt-2 {
  margin-top: 2rem;
}

.mt-3 {
  margin-top: 3rem;
}

.mt-4 {
  margin-top: 4rem;
}

.mt-5 {
  margin-top: 5rem;
}

.mt-std {
  margin-top: 20px;
}
@media only screen and (min-width: 782px) {
  .mt-std {
    margin-top: calc(var(--wp--custom--layout--col-gap) * 1.25);
  }
}

.mb-0 {
  margin-bottom: 0rem;
}

.mb-1 {
  margin-bottom: 1rem;
}

.mb-2 {
  margin-bottom: 2rem;
}

.mb-3 {
  margin-bottom: 3rem;
}

.mb-4 {
  margin-bottom: 4rem;
}

.mb-5 {
  margin-bottom: 5rem;
}

.ml-0 {
  margin-left: 0rem;
}

.ml-1 {
  margin-left: 1rem;
}

.ml-2 {
  margin-left: 2rem;
}

.ml-3 {
  margin-left: 3rem;
}

.ml-4 {
  margin-left: 4rem;
}

.ml-5 {
  margin-left: 5rem;
}

.mr-0 {
  margin-right: 0rem;
}

.mr-1 {
  margin-right: 1rem;
}

.mr-2 {
  margin-right: 2rem;
}

.mr-3 {
  margin-right: 3rem;
}

.mr-4 {
  margin-right: 4rem;
}

.mr-5 {
  margin-right: 5rem;
}

.pt-0 {
  padding-top: 0rem;
}

.pt-1 {
  padding-top: 1rem;
}

.pt-2 {
  padding-top: 2rem;
}

.pt-3 {
  padding-top: 3rem;
}

.pt-4 {
  padding-top: 4rem;
}

.pt-5 {
  padding-top: 5rem;
}

.pb-0 {
  padding-bottom: 0rem;
}

.pb-1 {
  padding-bottom: 1rem;
}

.pb-2 {
  padding-bottom: 2rem;
}

.pb-3 {
  padding-bottom: 3rem;
}

.pb-4 {
  padding-bottom: 4rem;
}

.pb-5 {
  padding-bottom: 5rem;
}

.pl-0 {
  padding-left: 0rem;
}

.pl-1 {
  padding-left: 1rem;
}

.pl-2 {
  padding-left: 2rem;
}

.pl-3 {
  padding-left: 3rem;
}

.pl-4 {
  padding-left: 4rem;
}

.pl-5 {
  padding-left: 5rem;
}

.pr-0 {
  padding-right: 0rem;
}

.pr-1 {
  padding-right: 1rem;
}

.pr-2 {
  padding-right: 2rem;
}

.pr-3 {
  padding-right: 3rem;
}

.pr-4 {
  padding-right: 4rem;
}

.pr-5 {
  padding-right: 5rem;
}

.txt-sm {
  font-size: var(--wp--preset--font-size--medium);
}

.txt-md {
  font-size: var(--wp--preset--font-size--medium);
}

.txt-lg {
  font-size: var(--wp--preset--font-size--large);
  line-height: var(--wp--custom--line-height--medium);
  letter-spacing: var(--wp--custom--letter-spacing--tight);
}

.txt-xl {
  font-size: var(--wp--preset--font-size--x-large);
  line-height: var(--wp--custom--line-height--small);
  letter-spacing: var(--wp--custom--letter-spacing--tight);
}

.uc {
  text-transform: uppercase;
}

.nc {
  text-transform: none;
}

.underline {
  text-decoration: underline;
}

.unselectable {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.list-none {
  list-style-type: none;
}

.max-w-xs {
  max-width: 20rem;
}

.max-w-sm {
  max-width: 24rem;
}

.max-w-md {
  max-width: 28rem;
}

.max-w-lg {
  max-width: 32rem;
}

.max-w-xl {
  max-width: 36rem;
}

.max-w-2xl {
  max-width: 42rem;
}

.max-w-3xl {
  max-width: 48rem;
}

.max-w-4xl {
  max-width: 56rem;
}

.max-w-5xl {
  max-width: 64rem;
}

.max-w-6xl {
  max-width: 72rem;
}

.max-w-full {
  max-width: 100%;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.inline {
  display: inline;
}

.table {
  display: table;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

@media only screen and (min-width: 601px) {
  .md\:order-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .md\:order-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media only screen and (min-width: 782px) {
  .lg\:order-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media only screen and (min-width: 1025px) {
  .xl\:order-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media only screen and (min-width: 1400px) {
  .xxl\:order-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}
.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.block {
  display: block;
}

.none {
  display: none;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

@media only screen and (max-width: 600px) {
  .sm\:none {
    display: none;
  }
}
@media only screen and (min-width: 601px) {
  .md\:block {
    display: block;
  }
  .md\:none {
    display: none;
  }
}
@media only screen and (min-width: 782px) {
  .lg\:block {
    display: block;
  }
  .lg\:none {
    display: none;
  }
}
@media only screen and (min-width: 1025px) {
  .xl\:block {
    display: block;
  }
  .xl\:none {
    display: none;
  }
}
.reveal {
  opacity: 0;
  -webkit-transition: opacity 1.3s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 1.3s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 1.2s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 1.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 1.2s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 1.3s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.reveal--fast {
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
}

.reveal--down {
  -webkit-transform: translateY(-20px);
      -ms-transform: translateY(-20px);
          transform: translateY(-20px);
}

.reveal--up {
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
}

.reveal--right {
  -webkit-transform: translateX(-20px);
      -ms-transform: translateX(-20px);
          transform: translateX(-20px);
}

.reveal--left {
  -webkit-transform: translateX(20px);
      -ms-transform: translateX(20px);
          transform: translateX(20px);
}

.reveal--done {
  opacity: 1;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

.reveal--delay-1 {
  -webkit-transition-delay: 0.1s !important;
          transition-delay: 0.1s !important;
}

.reveal--delay-2 {
  -webkit-transition-delay: 0.2s !important;
          transition-delay: 0.2s !important;
}

.reveal--delay-3 {
  -webkit-transition-delay: 0.3s !important;
          transition-delay: 0.3s !important;
}

.reveal--delay-4 {
  -webkit-transition-delay: 0.4s !important;
          transition-delay: 0.4s !important;
}

.reveal--delay-5 {
  -webkit-transition-delay: 0.5s !important;
          transition-delay: 0.5s !important;
}

.reveal--delay-6 {
  -webkit-transition-delay: 0.6s !important;
          transition-delay: 0.6s !important;
}

.reveal--delay-7 {
  -webkit-transition-delay: 0.7s !important;
          transition-delay: 0.7s !important;
}

.reveal--delay-8 {
  -webkit-transition-delay: 0.8s !important;
          transition-delay: 0.8s !important;
}

.reveal--delay-9 {
  -webkit-transition-delay: 0.9s !important;
          transition-delay: 0.9s !important;
}

.reveal--delay-10 {
  -webkit-transition-delay: 1s !important;
          transition-delay: 1s !important;
}

.reveal--delay-11 {
  -webkit-transition-delay: 1.1s !important;
          transition-delay: 1.1s !important;
}

.reveal--delay-12 {
  -webkit-transition-delay: 1.2s !important;
          transition-delay: 1.2s !important;
}

.reveal--delay-13 {
  -webkit-transition-delay: 1.3s !important;
          transition-delay: 1.3s !important;
}

.reveal--delay-14 {
  -webkit-transition-delay: 1.4s !important;
          transition-delay: 1.4s !important;
}

.reveal--delay-15 {
  -webkit-transition-delay: 1.5s !important;
          transition-delay: 1.5s !important;
}

.reveal--delay-16 {
  -webkit-transition-delay: 1.6s !important;
          transition-delay: 1.6s !important;
}

.reveal--delay-17 {
  -webkit-transition-delay: 1.7s !important;
          transition-delay: 1.7s !important;
}

.reveal--delay-18 {
  -webkit-transition-delay: 1.8s !important;
          transition-delay: 1.8s !important;
}

.reveal--delay-19 {
  -webkit-transition-delay: 1.9s !important;
          transition-delay: 1.9s !important;
}

.reveal--delay-20 {
  -webkit-transition-delay: 2s !important;
          transition-delay: 2s !important;
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.ratio-4\:3 {
  padding-bottom: 75%;
}

.ratio-3\:2 {
  padding-bottom: 66.6666%;
}

.ratio-2\:3 {
  padding-bottom: 150%;
}

.ratio-16\:9 {
  padding-bottom: 56.25%;
}

.ratio-1\:1 {
  padding-bottom: 100%;
}