@charset "UTF-8";
/* site.scss */
.gv-sectional-content__section {
  margin-block-start: 56px;
}

.gv-sectional-content__section > img {
  display: block;
  width: 100%;
  height: auto;
}

.gv-sectional-content__copy,
.gv-sectional-content__after-list {
  margin-block-start: 24px;
}

.gv-sectional-content__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(28px, 5vw, 56px);
  width: min(90%, 750px);
  margin: 40px auto 0;
  padding: 0;
  list-style: none;
}

.gv-sectional-content__list-item {
  min-width: 0;
}

.gv-sectional-content__list-item img {
  display: block;
  width: 100%;
  height: auto;
}

.gv-sectional-content__list-item h3 {
  margin-bottom: 6px;
  font-size: 1.125rem;
  font-weight: 700;
}

.gv-sectional-content__list-item h3::before {
  content: "•";
  margin-right: 0.5em;
  color: #718600;
}

.gv-sectional-content__list-item a {
  text-decoration: underline;
}

.gv-sectional-content__title {
  font-weight: bold;
  text-align: center;
  background: #718600;
  position: relative;
  color: #fff;
  padding: 5px 0;
  margin: 0;
}
.gv-sectional-content__title:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: calc(100% - 1px);
  aspect-ratio: 1512/14;
  background-image: url(/wp-content/themes/greenvalley2026/assets/images/blog/rough-top-green-2.svg);
  background-size: 100%;
  background-position: center bottom;
  background-repeat: no-repeat;
}

@media (max-width: 600px) {
  .gv-sectional-content__list {
    grid-template-columns: 1fr;
    width: 100%;
  }
}
#mc_embed_signup {
  width: 100%;
  max-width: 483px;
  margin: 0 auto;
}

#email-signup #mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
  position: absolute;
  bottom: calc(100% - 16px);
  width: 100%;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  color: #4B3918 !important;
  opacity: 1;
  background-color: #fff !important;
}

#email-signup #mc_embed_signup input[type=email] {
  font-size: 20px;
  font-family: "Josefin Sans", sans-serif;
  line-height: 51px;
  text-align: center;
  font-weight: 400;
  margin: 0 !important;
  background: #BD5400;
  padding: 0;
  border-radius: 2px;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  color: #fff;
  width: 100%;
}

#email-signup #mc_embed_signup input::placeholder {
  color: #fff;
  opacity: 1;
}

#email-signup #mc_embed_signup input:-moz-placeholder {
  color: #fff;
  opacity: 1;
}

#email-signup #mc_embed_signup input:-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}

#email-signup #mc_embed_signup input:-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}

#email-signup #mc_embed_signup .mc-field-group {
  position: relative;
  padding-bottom: 0;
  margin-bottom: 16px;
  width: 100%;
}

#email-signup #mc_embed_signup .mc-field-group:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  width: 100%;
  aspect-ratio: 483/2;
  background-image: url("../images/footer/input-ruffle-top.svg");
  background-size: 100%;
  background-position: center top;
  background-repeat: no-repeat;
}

#email-signup #mc_embed_signup .mc-field-group:after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%;
  aspect-ratio: 483/2;
  background-image: url("../images/footer/input-ruffle-bottom.svg");
  background-size: 100%;
  background-position: center bottom;
  background-repeat: no-repeat;
}

#email-signup #mc_embed_signup .clear:last-child {
  position: relative;
}

#email-signup #mc_embed_signup .clear:last-child:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  width: 100%;
  aspect-ratio: 483/4;
  background-image: url("../images/footer/submit-ruffle-top.svg");
  background-size: 100%;
  background-position: center bottom;
  background-repeat: no-repeat;
}

#email-signup #mc_embed_signup .clear:last-child:after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%;
  aspect-ratio: 483/4;
  background-image: url("../images/footer/submit-ruffle-bottom.svg");
  background-size: 100%;
  background-position: center top;
  background-repeat: no-repeat;
}

#email-signup #mc_embed_signup input[type=submit] {
  display: block;
  width: 100%;
  height: 66px;
  line-height: 66px;
  color: #000 !important;
  background-color: #fff;
  display: block;
  margin: 0 auto;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0;
  text-align: center;
  border-radius: 2px;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}

#email-signup #mc_embed_signup input[type=submit]:hover,
#email-signup #mc_embed_signup input[type=submit]:focus {
  color: #BD5400 !important;
}

#mc_embed_signup #mce-success-response {
  color: white;
  margin: 24px 0 24px;
  width: 100%;
  padding: 0;
  text-align: center;
  line-height: 1;
}

#mc_embed_signup input {
  border: none;
}

#email-signup #mc_embed_signup form {
  margin: 32px 20px 44px;
}

/*
 * Single post content
 *
 * Ports the typography and white content panel from the legacy blog while
 * keeping the rules scoped to standard WordPress single-post markup.
 */
.single-post {
  --gv-post-text: #1e1e1e;
  --gv-post-link: #83a300;
  --gv-post-panel: #fff;
  --gv-post-rule: #d9dfc3;
}
.single-post .site-main > article,
.single-post article.post {
  color: var(--gv-post-text);
}
.single-post .entry-header,
.single-post .entry-content,
.single-post .entry-footer {
  width: min(100%, 1200px);
  margin-inline: auto;
  padding-inline: clamp(20px, 5vw, 48px);
}
.single-post .entry-header {
  padding-top: clamp(32px, 6vw, 64px);
}
.single-post .entry-header .entry-title {
  max-width: 22ch;
  margin: 0 0 0.25em;
  color: var(--gv-post-text);
  font-family: "Josefin Slab", Georgia, serif;
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 700;
  line-height: 1.1;
  text-wrap: balance;
}
.single-post .entry-header .entry-meta {
  color: inherit;
  font-size: 0.75rem;
}
.single-post .entry-content {
  padding-top: clamp(24px, 4vw, 40px);
  padding-bottom: clamp(48px, 8vw, 80px);
  font-family: "Josefin Sans", sans-serif;
  font-size: 18px;
  line-height: 1.45;
}
.single-post .entry-content > :where(p, h2, h3, h4, h5, h6, ul, ol, blockquote) {
  max-width: 60ch;
}
.single-post .entry-content p {
  margin: 0 0 1em;
}
.single-post .entry-content h2,
.single-post .entry-content h3,
.single-post .entry-content h4,
.single-post .entry-content h5,
.single-post .entry-content h6 {
  margin: 1.5em 0 0.5em;
  color: var(--gv-post-text);
  font-family: "Josefin Sans", sans-serif;
  font-weight: 700;
  line-height: 1.2;
}
.single-post .entry-content h2 {
  font-size: clamp(1.75rem, 4vw, 2.25rem);
}
.single-post .entry-content h3 {
  font-size: clamp(1.5rem, 3vw, 1.875rem);
}
.single-post .entry-content h4 {
  font-size: clamp(1.25rem, 2.5vw, 1.5rem);
}
.single-post .entry-content a {
  color: var(--gv-post-link);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.15em;
}
.single-post .entry-content a:hover, .single-post .entry-content a:focus-visible {
  text-decoration-thickness: 2px;
}
.single-post .entry-content ul,
.single-post .entry-content ol {
  margin: 0 0 1.25em;
  padding-left: 1.25em;
}
.single-post .entry-content li {
  margin-bottom: 0.75em;
  padding-left: 0.2em;
}
.single-post .entry-content li::marker {
  color: var(--gv-post-link);
}
.single-post .entry-content img {
  max-width: 100%;
  height: auto;
}
.single-post .entry-content figure,
.single-post .entry-content .wp-caption {
  max-width: 100%;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}
.single-post .entry-content figcaption,
.single-post .entry-content .wp-caption-text {
  margin-top: 0.5em;
  color: #5a5a5a;
  font-size: 0.8em;
  line-height: 1.4;
}
.single-post .entry-content blockquote {
  margin: 1.5em 0;
  padding: 0.25em 0 0.25em 1.25em;
  border-left: 5px solid var(--gv-post-link);
  font-size: 1.1em;
}
.single-post .entry-content hr {
  margin-block: 2em;
  border: 0;
  border-top: 1px solid var(--gv-post-rule);
}
.single-post .entry-content table {
  display: block;
  width: 100%;
  margin-block: 1.5em;
  border-collapse: collapse;
  overflow-x: auto;
}
.single-post .entry-content th,
.single-post .entry-content td {
  padding: 0.65em 0.8em;
  border: 1px solid var(--gv-post-rule);
  text-align: left;
}
.single-post .entry-content .aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.single-post .entry-content .alignleft {
  float: left;
  margin-right: 1.25em;
}
.single-post .entry-content .alignright {
  float: right;
  margin-left: 1.25em;
}
.single-post .entry-content::after {
  display: table;
  clear: both;
  content: "";
}
.single-post .entry-footer {
  padding-bottom: clamp(32px, 6vw, 64px);
}
.single-post .entry-footer a {
  color: var(--gv-post-link);
}

@media (max-width: 767px) {
  .single-post .entry-content {
    font-size: 17px;
  }
  .single-post .entry-content .alignleft,
  .single-post .entry-content .alignright {
    float: none;
    margin-right: 0;
    margin-left: 0;
  }
}
.printfriendly.pf-button > a {
  display: inline-block;
  margin-top: 22px;
  margin-right: auto;
  padding: 0 24px 0 16px;
  height: 40px;
  line-height: 43px;
  font-family: "Josefin Sans", sans-serif;
  font-size: 16px !important;
  font-weight: bold !important;
  color: #000;
  background: white;
  border-radius: 99px;
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
  transition: 0.2s ease all;
}

.printfriendly.pf-button > a span {
  font-size: 16px !important;
}

.printfriendly.pf-button > a:hover,
.printfriendly.pf-button > a:focus {
  outline: none;
  transform: scale(1.05);
}

.printfriendly.pf-button > a > .pf-button-text {
  display: block;
  position: relative;
  padding-left: 32px;
}

.printfriendly.pf-button > a > .pf-button-text:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background: url("/wp-content/uploads/2026/07/icon-print.svg") no-repeat center center;
  background-size: contain;
}

.printfriendly.pf-button > a img {
  display: none;
}

.printfriendly.pf-button > a:before {
  content: "";
  display: block;
  position: absolute;
  left: 20px;
  right: 20px;
  max-width: calc(100% - 40px);
  bottom: calc(100% - 0.5px);
  height: 2px;
  background: url("/wp-content/uploads/2026/07/pill-ruffle-top-1.svg");
  background-size: 100%;
  background-position: center bottom;
  background-repeat: no-repeat;
  aspect-ratio: 140/2;
  z-index: 2;
}

.printfriendly.pf-button > a:after {
  content: "";
  display: block;
  position: absolute;
  left: 20px;
  right: 20px;
  max-width: calc(100% - 40px);
  top: calc(100% - 0.5px);
  height: 2px;
  background: url("/wp-content/uploads/2026/07/pill-ruffle-bottom-1.svg");
  background-size: 100%;
  background-position: center top;
  background-repeat: no-repeat;
  aspect-ratio: 140/2;
  z-index: 2;
}

.gv-product-gallery {
  display: grid;
  grid-template-columns: 90px minmax(0, 1fr);
  grid-template-areas: "thumbnails stage";
  gap: clamp(20px, 4vw, 26px);
  align-items: center;
}

.gv-product-gallery__stage {
  grid-area: stage;
  min-width: 0;
}

.gv-product-gallery__open {
  appearance: none;
  border: 0;
  padding: 0;
  background: transparent !important;
  color: inherit;
  cursor: pointer;
}

.gv-product-gallery__thumbnail {
  min-height: auto;
  max-height: 100px;
  max-width: 100px;
  height: 100px;
  width: 100px;
  display: block;
  border: 2px solid rgb(128, 150, 60);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-self: center;
}

.gv-product-gallery__open {
  position: relative;
  display: block;
  width: 100%;
}

.gv-product-gallery__main-image {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  max-height: min(70vh, 760px);
  object-fit: contain;
}

.gv-product-gallery__featured-image-box {
  position: relative;
  z-index: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 302px;
  margin-top: -224px;
  padding: 48px 24px;
  border-radius: 16px;
  background: white;
}

.gv-product-gallery__featured-image-box:before {
  content: "";
  position: absolute;
  bottom: calc(100% - 0.5px);
  left: 16px;
  width: calc(100% - 32px);
  aspect-ratio: 488/4;
  background-image: url(/wp-content/themes/greenvalley2026/assets/images/products/product-featured-ruffle-top.svg);
  background-size: 100%;
  background-position: center bottom;
}

.gv-product-gallery__featured-image-box:after {
  content: "";
  position: absolute;
  top: calc(100% - 0.5px);
  left: 16px;
  width: calc(100% - 32px);
  aspect-ratio: 488/4;
  background-image: url(/wp-content/themes/greenvalley2026/assets/images/products/product-featured-ruffle-bottom.svg);
  background-size: 100%;
  background-position: center top;
}

.gv-product-gallery__featured-image-box img {
  display: block;
  width: 100%;
  height: auto;
}

.gv-product-gallery__zoom-icon {
  z-index: 3;
  filter: brightness(100);
  width: 26px;
  position: absolute;
  top: 38px;
  right: 12px;
}

.gv-product-gallery__zoom-label {
  position: absolute;
  right: 16px;
  bottom: 16px;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  background: white;
  box-shadow: 0 3px 16px rgba(0, 0, 0, 0.15);
  font-size: 24px;
}

.gv-product-gallery__thumbnails {
  grid-area: thumbnails;
  display: grid;
  gap: 12px;
}

.gv-product-gallery__thumbnail {
  border-radius: 10px;
  background: transparent;
}

.gv-product-gallery__thumbnail.is-active {
  border-color: currentColor;
}

.gv-product-gallery__thumbnail img {
  display: block;
  width: 100%;
  aspect-ratio: 4/5;
  object-fit: contain;
}

.gv-product-lightbox {
  width: min(96vw, 1400px);
  max-width: none;
  height: min(94vh, 1000px);
  max-height: none;
  margin: auto;
  padding: 0;
  border: 0;
  background: transparent;
  overflow: visible;
}

.gv-product-lightbox::backdrop {
  background: rgba(0, 0, 0, 0.82);
}

.gv-product-lightbox__window {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  width: 100%;
  height: 100%;
}

.gv-product-lightbox__viewport {
  display: grid;
  place-items: center;
  max-width: 100%;
  max-height: 90vh;
  overflow: visible;
}

.gv-product-lightbox__image {
  display: block;
  max-width: 82vw;
  max-height: 86vh;
  object-fit: contain;
  cursor: none;
}

.gv-product-lightbox__magnifier {
  position: fixed;
  z-index: 3;
  display: none;
  width: 200px;
  height: 200px;
  border: 2px solid white;
  border-radius: 999px;
  background-color: white;
  background-repeat: no-repeat;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.35);
  pointer-events: none;
  transform: translate(-50%, -50%);
}

.gv-product-lightbox__magnifier.is-visible {
  display: block;
}

.gv-product-lightbox__close,
.gv-product-lightbox__previous,
.gv-product-lightbox__next {
  appearance: none;
  border: 0;
  background: white;
  color: #1e1e1e;
  cursor: pointer;
  position: absolute;
}

.gv-product-lightbox__close {
  z-index: 2;
  top: 12px;
  right: 12px;
  width: 32px;
  height: 32px;
  padding: 0;
  border-radius: 999px;
  font-size: 32px;
  background-image: url(/wp-content/themes/greenvalley2026/assets/images/products/X.png.webp);
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-color: white;
  text-indent: -5000px;
  transition: 0.2s ease all;
}

.gv-product-lightbox__previous,
.gv-product-lightbox__next {
  width: 45px;
  height: 45px;
  border-radius: 99px;
  background-color: white;
  text-indent: -5000px;
  transition: 0.2s ease all;
}

.gv-product-lightbox__close:hover,
.gv-product-lightbox__close:focus {
  transform: scale(1.1);
  background-color: white;
}

.gv-product-lightbox__previous:focus,
.gv-product-lightbox__next:focus,
.gv-product-lightbox__previous:hover,
.gv-product-lightbox__next:hover {
  transform: scale(1.1) translateY(-50%);
  background-color: white;
}

.gv-product-lightbox__previous {
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(/wp-content/themes/greenvalley2026/assets/images/products/sm-next-prev-arrows-blue.png);
  background-repeat: no-repeat;
  background-position: 6px -21px;
}

.gv-product-lightbox__next {
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(/wp-content/themes/greenvalley2026/assets/images/products/sm-next-prev-arrows-blue.png);
  background-repeat: no-repeat;
  background-position: -52px -22px;
}

.gv-product-lightbox__counter {
  position: absolute;
  bottom: 10px;
  left: 50%;
  color: white;
  transform: translateX(-50%);
}

body.has-product-lightbox {
  overflow: hidden;
}

@media (max-width: 1023px) {
  .gv-product-gallery {
    grid-template-columns: 1fr;
    grid-template-areas: "stage" "thumbnails";
  }
  .gv-product-gallery__thumbnails {
    display: flex;
    overflow-x: auto;
    padding-bottom: 8px;
    scroll-snap-type: x proximity;
    flex-wrap: wrap;
    justify-content: center;
  }
  .gv-product-gallery__thumbnail {
    scroll-snap-align: start;
  }
}
@media (max-width: 767px) {
  .gv-product-gallery__featured-image-box {
    height: 180px;
    margin-top: -144px;
    padding: 48px 24px 28px;
  }
  .gv-product-lightbox__window {
    grid-template-columns: 44px minmax(0, 1fr) 44px;
  }
  .gv-product-lightbox__previous,
  .gv-product-lightbox__next {
    width: 40px;
    height: 40px;
    font-size: 28px;
  }
  .gv-product-gallery__thumbnail {
    max-width: 80px;
    max-height: 80px;
  }
}
.recipe-product-image {
  bottom: var(--recipe-product-bottom, 50%);
}

@font-face {
  font-family: "Josefin Sans";
  src: url("../fonts/JosefinSans-VariableFont_wght.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 700;
  font-display: swap;
}
@font-face {
  font-family: "Josefin Sans";
  src: url("../fonts/JosefinSans-Italic-VariableFont_wght.woff2") format("woff2");
  font-style: italic;
  font-weight: 100 700;
  font-display: swap;
}
@font-face {
  font-family: "Josefin Slab";
  src: url("../fonts/JosefinSlab-VariableFont_wght.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 700;
  font-display: swap;
}
@font-face {
  font-family: "Josefin Slab";
  src: url("../fonts/JosefinSlab-Italic-VariableFont_wght.woff2") format("woff2");
  font-style: italic;
  font-weight: 100 700;
  font-display: swap;
}
.gp-icon.icon-menu-bars > svg {
  width: 45px;
  height: 45px;
  top: 14px;
  transform: rotate(2.5deg);
}

.gp-icon.pro-close > svg {
  width: 45px;
  height: 45px;
  top: 14px;
  transform: rotate(2.5deg);
}

#generate-slideout-menu.main-navigation .inside-navigation.grid-container {
  padding: 24px 16px;
}

/*# sourceMappingURL=site.css.map */
