/*!
Theme Name: All Good Things
Theme URI: https://studiofury.com
Author: Studio Fury
Author URI: https://studiofury.com
Description: All Good Things
Requires at least: 6.4
Tested up to: 6.5
Requires PHP: 7.0
Version: 1.0.5
Text Domain: allgoodthings
*/
html.lenis,
html.lenis body {
  height: auto;
}

.lenis:not(.lenis-autoToggle).lenis-stopped {
  overflow: clip;
}

.lenis [data-lenis-prevent],
.lenis [data-lenis-prevent-wheel],
.lenis [data-lenis-prevent-touch] {
  overscroll-behavior: contain;
}

.lenis.lenis-smooth iframe {
  pointer-events: none;
}

.lenis.lenis-autoToggle {
  transition-property: overflow;
  transition-duration: 1ms;
  transition-behavior: allow-discrete;
}

/* 1. Use a more-intuitive box-sizing model */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* 2. Remove default margin */
* {
  margin: 0;
}

/* 3. Enable keyword animations */
@media (prefers-reduced-motion: no-preference) {
  html {
    interpolate-size: allow-keywords;
  }
}
body {
  /* 4. Add accessible line-height */
  /* 5. Improve text rendering */
  -webkit-font-smoothing: antialiased;
}

/* 6. Improve media defaults */
img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

/* 7. Inherit fonts for form controls */
input,
button,
textarea,
select {
  font: inherit;
}

/* 8. Avoid text overflows */
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

/* 9. Improve line wrapping */
p {
  text-wrap: pretty;
}

/*
  10. Create a root stacking context
*/
#root,
#__next {
  isolation: isolate;
}

.wp-block-group.is-style-full,
.wp-block-group.is-style-xl,
.wp-block-group.is-style-lg,
.wp-block-group.is-style-md,
.wp-block-group.is-style-sm,
.wp-block-group.is-style-xs {
  width: 100%;
}

.container-full,
.wp-block-group.is-style-full {
  width: 100%;
  max-width: none;
}

.container-xl,
.wp-block-group.is-style-xl {
  max-width: 1200px;
}

.container-l,
.wp-block-group.is-style-lg {
  max-width: 996px;
}

.container-m,
.wp-block-group.is-style-md {
  max-width: 792px;
}

.container-s,
.wp-block-group.is-style-sm {
  max-width: 588px;
}

.container-xs,
.wp-block-group.is-style-xs {
  max-width: 384px;
}

.wp-block-group .wp-block-group,
.wp-block-group.progress-section > .wp-block-group .wp-block-group,
.wp-block-cover .wp-block-group {
  padding-left: 0;
  padding-right: 0;
}

.wp-block-group,
.wp-block-group.progress-section > .wp-block-group {
  padding-left: 40px;
  padding-right: 40px;
}

@media (max-width: 820px) {
  .wp-block-group,
  .wp-block-group.is-style-full,
  .wp-block-post-content > .wp-block-cover {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (max-width: 575px) {
  .wp-block-group,
  .wp-block-group.is-style-full,
  .wp-block-post-content > .wp-block-cover {
    padding-left: 16px;
    padding-right: 16px;
  }
}
/* -----------------------------------------
    HEADING 1 
------------------------------------------ */
.is-style-heading-1 {
  font-size: var(--wp--preset--font-size--heading-1);
  font-weight: normal;
  line-height: 1;
  font-family: var(--wp--preset--font-family--baskerville);
  font-style: normal;
  letter-spacing: normal;
}

/* -----------------------------------------
    HEADING 2
------------------------------------------ */
.is-style-heading-2 {
  font-size: var(--wp--preset--font-size--heading-2);
  font-weight: normal;
  line-height: 1;
  font-family: var(--wp--preset--font-family--baskerville);
  font-style: normal;
  letter-spacing: normal;
}

/* -----------------------------------------
    HEADING 3
------------------------------------------ */
.is-style-heading-3 {
  font-size: var(--wp--preset--font-size--heading-3);
  font-weight: normal;
  line-height: 1;
  font-family: var(--wp--preset--font-family--baskerville);
  font-style: normal;
  letter-spacing: normal;
  text-transform: none;
}

/* -----------------------------------------
    HEADING 4
------------------------------------------ */
.is-style-heading-4 {
  font-size: var(--wp--preset--font-size--heading-4);
  font-weight: normal;
  line-height: 1;
  font-family: var(--wp--preset--font-family--baskerville);
  font-style: normal;
  letter-spacing: normal;
}

/* -----------------------------------------
    HEADING 5
------------------------------------------ */
.is-style-heading-5 {
  font-size: var(--wp--preset--font-size--heading-5);
  font-weight: 600;
  line-height: 1;
  font-family: var(--wp--preset--font-family--baskerville);
  font-style: italic;
  letter-spacing: 0.4px;
}

/* -----------------------------------------
    HEADING 6
------------------------------------------ */
.is-style-heading-6 {
  font-size: var(--wp--preset--font-size--heading-6);
  line-height: 1.6;
  font-family: var(--wp--preset--font-family--balto);
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.57;
  letter-spacing: 4.2px;
  text-transform: uppercase;
}

/* -----------------------------------------
    TEXT S
------------------------------------------ */
.is-style-text-s {
  font-size: var(--wp--preset--font-size--text-s);
  font-weight: normal;
  line-height: 1.6;
  font-family: var(--wp--preset--font-family--balto);
  font-style: normal;
  line-height: 1.4;
  letter-spacing: 0.4px;
}

/* -----------------------------------------
    TEXT XS
------------------------------------------ */
.is-style-text-xs {
  font-size: var(--wp--preset--font-size--text-xs);
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: 0.32px;
  font-family: var(--wp--preset--font-family--balto);
  font-style: normal;
  letter-spacing: normal;
}

/* -----------------------------------------
    TEXT XXS
------------------------------------------ */
.is-style-text-xxs {
  font-size: var(--wp--preset--font-size--text-xxs);
  font-family: var(--wp--preset--font-family--balto);
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.36px;
}

/* -----------------------------------------
    BUTTON
------------------------------------------ */
.is-style-button {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  font-family: var(--wp--preset--font-family--balto);
  font-style: normal;
  letter-spacing: 3.6px;
  text-transform: uppercase;
}

.is-style-menu-label {
  font-family: var(--wp--preset--font-family--balto);
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.32px;
}

.is-style-fill-small .wp-block-button__link,
.is-style-outline-small .wp-block-button__link {
  font-family: var(--wp--preset--font-family--balto);
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  padding: 8px 16px;
  text-transform: none;
}

:root :where(.wp-block-navigation).is-menu-open {
  font-family: var(--wp--preset--font-family--baskerville);
  font-size: 40px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: left;
}

h1:has(+ p),
.is-style-heading-1:has(+ p) {
  margin-bottom: var(--wp--preset--spacing--xl);
}

h2:has(+ p),
.is-style-heading-2:has(+ p),
h3:has(+ p),
.is-style-heading-3:has(+ p) {
  margin-bottom: var(--wp--preset--spacing--xs);
}

@media (max-width: 768px) {
  /* -----------------------------------------
  /* Mobile Heading Styles */
  h1,
  .is-style-heading-1 {
    font-family: var(--wp--preset--font-family--baskerville);
    font-size: 56px;
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
  }
  h2,
  .is-style-heading-2 {
    font-family: var(--wp--preset--font-family--baskerville);
    font-size: 48px;
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    margin-bottom: 16px !important;
  }
  h3,
  .is-style-heading-3 {
    font-family: var(--wp--preset--font-family--baskerville);
    font-size: 40px;
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    margin-bottom: 16px !important;
  }
  h4,
  .is-style-heading-4 {
    font-family: var(--wp--preset--font-family--baskerville);
    font-size: 32px;
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
  }
  h5,
  .is-style-heading-5 {
    font-family: var(--wp--preset--font-family--baskerville);
    font-size: 32px;
    font-weight: 600;
    font-style: italic;
    line-height: 1;
    letter-spacing: 0.32px;
  }
  h6,
  .is-style-heading-6 {
    font-family: var(--wp--preset--font-family--balto);
    font-size: 12px;
    font-weight: 500;
    font-style: normal;
    line-height: 1.58;
    letter-spacing: 3.6px;
  }
  /* Mobile Text Styles */
  body,
  .is-style-text-s {
    font-family: var(--wp--preset--font-family--balto);
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    line-height: 1.44;
    letter-spacing: 0.36px;
  }
  .is-style-text-xs {
    font-family: var(--wp--preset--font-family--balto);
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    line-height: 1.52;
    letter-spacing: 0.3px;
  }
  .is-style-text-xxs {
    font-family: var(--wp--preset--font-family--balto);
    font-size: 11px;
    font-weight: normal;
    font-style: normal;
    line-height: 1.45;
    letter-spacing: 0.33px;
  }
}
label,
legend {
  font-family: var(--wp--preset--font-family--balto);
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: italic;
  line-height: 1.5;
  letter-spacing: 0.32px;
  text-align: left;
  color: var(--label);
  margin-bottom: var(--wp--preset--spacing--xxs);
  display: block;
}

label.checkbox {
  line-height: 1;
}
label.checkbox span {
  line-height: 1;
}

input,
textarea,
select {
  font-family: var(--wp--preset--font-family--balto);
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: 0.4px;
  text-align: left;
  padding: 16px 0;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid var(--input-border);
  border-radius: 0;
  color: var(--input-color);
  width: 100%;
}
input::placeholder,
textarea::placeholder,
select::placeholder {
  color: var(--input-color);
  opacity: 0.5;
}

input[type=submit],
input[type=button],
#storerocket-widget#storerocket-widget .storerocket-notify-me-button,
#storerocket-widget#storerocket-widget .storerocket-show-all-results-link {
  height: 56px;
  padding: 0 24px;
  background-color: var(--btn-bg, var(--wp--preset--color--primary));
  color: var(--btn-c, var(--wp--preset--color--secondary));
  border: 0;
  width: auto;
  display: inline-flex;
  align-items: center;
  transition: all 0.25s ease-out;
  font-size: 12px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 3.6px;
  font-style: normal;
  text-transform: uppercase;
}
input[type=submit]:hover,
input[type=button]:hover,
#storerocket-widget#storerocket-widget .storerocket-notify-me-button:hover,
#storerocket-widget#storerocket-widget .storerocket-show-all-results-link:hover {
  opacity: 0.5;
  transition: all 0.25s ease-out;
}

.gform_required_legend {
  display: none;
}

.wp-block-read-more {
  background-color: transparent;
  color: var(--btn-bg);
  border: 1px solid var(--btn-bg);
  font-family: var(--wp--preset--font-family--balto);
  font-size: 12px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 3.6px;
  text-transform: uppercase;
  text-align: center;
  transition: background-color 0.25s ease-out;
  height: 56px;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  padding: var(--wp--preset--spacing--xs) var(--wp--preset--spacing--xs);
}

textarea {
  min-height: 200px;
  height: 200px;
  border: 1px solid var(--input-border);
  padding: 16px;
}

select {
  -webkit-appearance: none;
}

input[type=radio], input[type=checkbox] {
  background-color: transparent;
  appearance: none;
  border: 2px solid var(--input-border);
  border-radius: 100%;
  margin: 0;
  min-width: 24px;
  height: 24px;
  width: auto;
  padding: 0;
}
input[type=radio]:checked + label::after, input[type=checkbox]:checked + label::after {
  opacity: 1;
}
input[type=checkbox] {
  opacity: 0;
}
input[type=checkbox] + label:before {
  background-color: transparent;
  appearance: none;
  border: 2px solid var(--input-border);
  border-radius: 100%;
  margin: 0;
  min-width: 24px;
  height: 24px;
  position: absolute;
  left: 0px;
  top: 0px;
  content: "";
}
input[type=checkbox] + label:after {
  background-color: var(--input-border);
  -webkit-mask-image: url(assets/svg/radio-check.svg);
  mask-image: url(assets/svg/radio-check.svg);
  width: 12px;
  height: 10px;
  background-position: center;
  display: block;
  position: absolute;
  left: 7px;
  top: 8px;
  opacity: 0;
  border-radius: 100%;
  content: "";
}
input[type=checkbox]:checked + label:after {
  opacity: 1;
}
input[type=radio] + label:after {
  height: 12px;
  width: 12px;
  background-color: var(--input-border);
  display: block;
  position: absolute;
  left: 6px;
  top: 50%;
  opacity: 0;
  border-radius: 100%;
  content: "";
  transform: translateY(-50%);
}
input[type=radio]:checked + label:after {
  opacity: 1;
}

.gf_name_has_2 {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}
.gf_name_has_2 > span {
  flex: 1;
  min-width: 300px;
}

.gform_footer input[type=submit] {
  margin: var(--wp--preset--spacing--xl) auto 0;
  align-self: center;
  display: flex;
  background-color: transparent;
  color: var(--input-border);
  border: 1px solid var(--input-border);
}

.contact-form .gform_footer input[type=submit] {
  background-color: var(--btn-bg);
  color: var(--btn-c);
  border: 0;
}

.gfield_required.gfield_required_text {
  margin-left: 8px;
  display: inline-block;
}

body .gform_wrapper.gravity-theme .gform_fields {
  grid-column-gap: var(--wp--preset--spacing--sm);
  grid-row-gap: var(--wp--preset--spacing--xl);
}

@media only screen and (max-width: 641px) {
  body .gform_wrapper.gravity-theme input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]):not([type=submit]) {
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
  }
}
@media (max-width: 575px) {
  input,
  textarea,
  select {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.44;
    letter-spacing: 0.36px;
  }
  label,
  legend {
    font-size: 15px;
    line-height: 1.53;
    letter-spacing: 0.3px;
  }
  input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]):not([type=submit]),
  select,
  textarea {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
  }
  input[type=checkbox] + label:before {
    top: 4px;
  }
  input[type=checkbox] + label:after {
    top: 12px;
  }
  .contact-email-address {
    font-size: 12px !important;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 5px;
    text-align: center;
  }
  .gfield--width-half {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
  .gfield--width-half + .gfield--width-half {
    padding-left: 0;
    padding-right: 0;
  }
  body .gform_wrapper.gravity-theme .gform_fields {
    grid-row-gap: 48px;
  }
  label,
  legend {
    margin-bottom: 8px;
  }
  .gf_name_has_2 {
    gap: 16px;
  }
}
#storerocket-widget#storerocket-widget {
  border: 0;
  border-radius: 0;
  background-color: rgba(255, 255, 255, 0.15);
  border: solid 1px var(--wp--preset--color--secondary-light);
  color: var(--wp--preset--color--secondary);
  font-family: var(--wp--preset--font-family--mtt-milano);
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
}
#storerocket-widget#storerocket-widget .storerocket-search-field,
#storerocket-widget#storerocket-widget .mapboxgl-ctrl-geocoder--input,
#storerocket-widget#storerocket-widget .storerocket-panel-options > a,
#storerocket-widget#storerocket-widget .storerocket-result-name,
#storerocket-widget#storerocket-widget .storerocket-filter-button,
#storerocket-widget#storerocket-widget .storerocket-radius-button,
#storerocket-widget#storerocket-widget .storerocket-overlay-header-title,
#storerocket-widget#storerocket-widget .storerocket-message-text,
#storerocket-widget#storerocket-widget .storerocket-overlay-list-item-name,
#storerocket-widget#storerocket-widget .storerocket-result-address,
#storerocket-widget#storerocket-widget .storerocket-result-phone,
#storerocket-widget#storerocket-widget .storerocket-overlay-details-actions,
#storerocket-widget#storerocket-widget .storerocket-result-website,
#storerocket-widget#storerocket-widget .storerocket-overlay-details-address,
#storerocket-widget#storerocket-widget #storerocket-overlay-details .storerocket-overlay-details-action-button,
#storerocket-widget#storerocket-widget #storerocket-overlay-details .storerocket-overlay-details-action-button:focus,
#storerocket-widget#storerocket-widget .storerocket-popup-address,
#storerocket-widget#storerocket-widget .storerocket-popup-buttons-get-directions {
  font-family: var(--wp--preset--font-family--mtt-milano);
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: var(--wp--preset--color--secondary);
}
#storerocket-widget#storerocket-widget .storerocket-result-name,
#storerocket-widget#storerocket-widget .storerocket-overlay-details-name {
  font-family: var(--wp--preset--font-family--mtt-milano);
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: normal;
  text-align: left;
  color: var(--wp--preset--color--secondary);
}
#storerocket-widget#storerocket-widget .storerocket-popup-name {
  font-family: var(--wp--preset--font-family--mtt-milano);
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: normal;
  text-align: left;
  color: var(--wp--preset--color--primary);
}
#storerocket-widget#storerocket-widget .storerocket-popup-buttons-get-directions,
#storerocket-widget#storerocket-widget .mapboxgl-popup-close-button {
  color: var(--wp--preset--color--primary);
}
#storerocket-widget#storerocket-widget .storerocket-clear-search {
  color: var(--wp--preset--color--secondary);
}
#storerocket-widget#storerocket-widget .storerocket-result-address,
#storerocket-widget#storerocket-widget .storerocket-result-phone,
#storerocket-widget#storerocket-widget .storerocket-popup-address {
  color: var(--wp--preset--color--greyscale-50);
}
#storerocket-widget#storerocket-widget .storerocket-popup-address {
  margin-top: 0;
  margin-bottom: 16px;
}
#storerocket-widget#storerocket-widget .storerocket-overlay-details-action {
  margin-bottom: 16px;
}
#storerocket-widget#storerocket-widget .mapboxgl-popup.mapboxgl-popup-anchor-bottom {
  min-width: 320px;
}
#storerocket-widget#storerocket-widget .storerocket-result {
  border-bottom: solid 1px var(--wp--preset--color--secondary-light);
}
#storerocket-widget#storerocket-widget .storerocket-filter-button,
#storerocket-widget#storerocket-widget .storerocket-radius-button {
  text-transform: none;
  padding: 16px;
}
#storerocket-widget#storerocket-widget .storerocket-overlay-details-action--website {
  margin-top: 24px;
}
#storerocket-widget#storerocket-widget svg,
#storerocket-widget#storerocket-widget .storerocket-search-icon path {
  fill: var(--highlight);
}
#storerocket-widget#storerocket-widget .storerocket-panel-options {
  color: inherit;
  height: 56px;
}
#storerocket-widget#storerocket-widget #storerocket-panel {
  box-shadow: none;
  color: var(--wp--preset--color--secondary);
}
#storerocket-widget#storerocket-widget #storerocket-map-container {
  border-radius: 0;
}
#storerocket-widget#storerocket-widget #storerocket-panel,
#storerocket-widget#storerocket-widget #storerocket-overlay,
#storerocket-widget#storerocket-widget #storerocket-search,
#storerocket-widget#storerocket-widget .storerocket-result {
  background: #3f5a89;
}
#storerocket-widget#storerocket-widget .storerocket-filter-button {
  height: 56px;
}
#storerocket-widget#storerocket-widget .storerocket-icon-plus {
  display: flex;
}
#storerocket-widget#storerocket-widget .storerocket-message-text {
  margin-bottom: 8px;
}
#storerocket-widget#storerocket-widget .storerocket-input-container {
  margin-top: 32px;
}
#storerocket-widget#storerocket-widget .storerocket-result {
  padding: 24px;
  min-height: 0;
}
#storerocket-widget#storerocket-widget .storerocket-overlay-list-item {
  padding: 16px 24px;
}
#storerocket-widget#storerocket-widget .storerocket-overlay-details-actions,
#storerocket-widget#storerocket-widget .storerocket-overlay-details-name,
#storerocket-widget#storerocket-widget .storerocket-overlay-details-address,
#storerocket-widget#storerocket-widget .storerocket-overlay-details-featured {
  padding: 0 24px;
}
#storerocket-widget#storerocket-widget .storerocket-overlay-list-item-color {
  margin-right: 24px;
}
#storerocket-widget#storerocket-widget .storerocket-result-address {
  margin-top: 0;
}
#storerocket-widget#storerocket-widget .storerocket-overlay-header-title {
  line-height: 2.29;
}
#storerocket-widget#storerocket-widget .storerocket-overlay-details-action-button .storerocket-icon {
  display: flex;
}
#storerocket-widget#storerocket-widget .storerocket-overlay-details-action-button {
  padding: 0;
}
#storerocket-widget#storerocket-widget .storerocket-overlay-details-actions {
  margin-top: 32px;
}
#storerocket-widget#storerocket-widget .storerocket-overlay-close-button {
  background-color: transparent;
  top: 23px;
  right: 18px;
  height: 11px;
  width: 11px;
  font-size: 11px;
  color: inherit;
}
#storerocket-widget#storerocket-widget .storerocket-overlay-header {
  height: 56px;
  padding: 12px 24px;
}
#storerocket-widget#storerocket-widget .storerocket-result-name,
#storerocket-widget#storerocket-widget .storerocket-popup-name {
  font-weight: 700;
  padding: 0;
}
#storerocket-widget#storerocket-widget #storerocket-lead-fields input::placeholder {
  color: inherit;
}
#storerocket-widget#storerocket-widget #storerocket-autocomplete {
  box-shadow: 4px 6px 16px 0px rgba(0, 0, 0, 0.1);
}
#storerocket-widget#storerocket-widget .storerocket-autocomplete-section-header {
  font-weight: 700;
}
#storerocket-widget#storerocket-widget .storerocket-autocomplete-locations-item,
#storerocket-widget#storerocket-widget .storerocket-autocomplete-addresses-item,
#storerocket-widget#storerocket-widget .storerocket-autocomplete-section-header {
  padding: 12px 16px;
}
#storerocket-widget#storerocket-widget .storerocket-notify-me-button,
#storerocket-widget#storerocket-widget .storerocket-show-all-results-link {
  box-shadow: none;
  border-radius: 0;
}

*,
*::after,
*::before {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale;
  font-variant-numeric: lining-nums;
  font-synthesis: none !important;
}

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

:root {
  --wp--preset--shadow--natural: 0 8px 16px 0 rgba(163, 157, 147, 0.25);
  --text: ;
  --highlight: ;
  --heading: ;
  --btn-bg: ;
  --btn-c: ;
  --label: ;
  --input-border: ;
  --input-color: ;
  --input-placeholder: ;
}

.has-white-background-color,
.has-greyscale-5-background-color,
.has-greyscale-10-background-color,
.has-greyscale-20-background-color,
.has-greyscale-30-background-color,
.has-greyscale-40-background-color,
.has-greyscale-50-background-color,
.has-platinum-gradient-background,
.has-secondary-background-color,
.has-secondary-light-background-color,
.has-secondary-dark-background-color {
  --text: var(--wp--preset--color--primary);
  --highlight: var(--wp--preset--color--secondary);
  --heading: var(--wp--preset--color--primary);
  --btn-bg: var(--wp--preset--color--primary);
  --btn-c: var(--wp--preset--color--secondary);
  --label: ;
  --input-border: ;
  --input-color: ;
  --input-placeholder: ;
  color: var(--text);
}

.has-greyscale-60-background-color,
.has-greyscale-70-background-color,
.has-greyscale-80-background-color,
.has-greyscale-90-background-color,
.has-black-background-color {
  --text: var(--wp--preset--color--secondary-light);
  --highlight: var(--wp--preset--color--secondary);
  --heading: var(--wp--preset--color--secondary);
  --btn-bg: var(--wp--preset--color--secondary);
  --btn-c: var(--wp--preset--color--primary);
  --label: var(--wp--preset--color--secondary);
  --input-border: var(--wp--preset--color--secondary);
  color: var(--text);
}

.has-cream-background-color {
  --background: var(--wp--preset--color--cream);
  --heading: var(--wp--preset--color--green-1);
  --text: var(--wp--preset--color--green-1);
  --highlight: var(--wp--preset--color-gold);
  --input-border: var(--wp--preset--color--green-1);
  --btn-bg: var(--wp--preset--color--green-1);
  --btn-c: var(--wp--preset--color--green-4);
  --label: var(--wp--preset--color--green-1);
  --input-border: var(--wp--preset--color--green-1);
  --input-color: var(--wp--preset--color--green-1);
  color: var(--text);
}

.has-yellow-3-background-color {
  --background: var(--wp--preset--color--yellow-3);
  --heading: var(--wp--preset--color--red-1);
  --text: var(--wp--preset--color--red-1);
  --contrast: var(--wp--preset--color--yellow-2);
  --btn-bg: var(--wp--preset--color--red-1);
  --btn-c: var(--wp--preset--color--white);
  --svg-bg: var(--wp--preset--color--yellow-1);
}

.has-green-4-background-color {
  --background: var(--wp--preset--color--green-4);
  --heading: var(--wp--preset--color--green-1);
  --text: var(--wp--preset--color--green-1);
  --contrast: var(--wp--preset--color--green-2);
  --btn-bg: var(--wp--preset--color--green-1);
  --btn-c: var(--wp--preset--color--green-4);
  --svg-bg: var(--wp--preset--color--green-1);
}

.has-blue-3-background-color {
  --background: var(--wp--preset--color--blue-3);
  --heading: var(--wp--preset--color--blue-1);
  --text: var(--wp--preset--color--blue-1);
  --contrast: var(--wp--preset--color--blue-2);
  --btn-bg: var(--wp--preset--color--blue-1);
  --btn-c: var(--wp--preset--color--white);
  --svg-bg: var(--wp--preset--color--blue-1);
}

body {
  color: var(--text);
  background-color: var(--wp--preset--color--cream);
}

.panel {
  position: relative;
  height: 100vh;
  width: 100%;
}

body {
  overflow-x: hidden;
}

.site-header-green + .wp-block-post-content,
.blog,
.single-post {
  padding-top: 128px;
}

p,
.wp-block-post-date,
.wp-block-quote {
  color: var(--text);
}
p a,
.wp-block-post-date a,
.wp-block-quote a {
  color: var(--highlight);
}

p:not(:last-child) {
  margin-block-end: var(--wp--preset--spacing--sm);
}

p:last-child {
  margin-block-end: 0;
}

.animate {
  -webkit-font-smoothing: antialiased;
  /* smoother */
  -moz-osx-font-smoothing: grayscale;
  word-break: break-word;
}
.animate .wp-block-heading,
.animate .wp-block-buttons,
.animate p {
  opacity: 0;
  visibility: hidden;
}

.split-parent {
  overflow: hidden;
}

.split-child {
  transform-origin: left bottom;
}

.select2 {
  display: none;
}

.split-char,
.split-line,
.split-word {
  will-change: transform, opacity;
  display: inline-block;
}

.split-line {
  overflow: hidden;
  padding-right: 0.15em;
}

.split-word {
  overflow: visible;
}

.split-char {
  display: inline-block;
  padding-right: 0.085em;
  margin-left: -0.085em;
  padding-left: 0.085em;
  margin-right: -0.085em;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

.center-self {
  margin-left: auto;
  margin-right: auto;
}

p {
  color: var(--text);
}

#site-header-inner {
  background-color: rgba(0, 98, 68, 0);
  padding: 0 40px;
  height: 100%;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  z-index: 99;
  padding: 0;
  --blurColor: rgb(255 255 255 / .25);
  --blurOpacity: 0;
  height: 128px;
  --submenu-color: #fff;
  transition: color 0.25s ease-out;
}
.site-header::before {
  backdrop-filter: blur(40px);
  background-color: var(--blurColor);
  opacity: var(--blurOpacity);
  height: var(--blurHeight);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  z-index: -1;
  border-bottom: 1px solid #fff;
}
.site-header::after {
  content: "";
  position: absolute;
  top: calc(var(--blurHeight) + 1);
  width: 100%;
  height: 1px;
  background-color: rgb(255, 255, 255);
  z-index: 2;
  left: 0;
}
.site-header.site-header-green {
  --submenu-color: var(--wp--preset--color--green-1);
}
.site-header.site-header-green #site-logo-stack path {
  fill: var(--wp--preset--color--green-1);
}
.site-header.site-header-green .wp-block-navigation > .wp-block-navigation-item {
  color: var(--wp--preset--color--green-1);
}
.site-header.site-header-green::before {
  border-bottom: 1px solid var(--wp--preset--color--green-2);
}
.site-header.site-header-green::after {
  background-color: var(--wp--preset--color--green-2);
}
.site-header.condensed {
  --submenu-color: var(--wp--preset--color--green-1);
}
.site-header.condensed .wp-block-navigation > .wp-block-navigation-item {
  color: var(--wp--preset--color--green-4);
}
.site-header.condensed::before {
  border-bottom: 1px solid var(--wp--preset--color--green-2);
}
.site-header.condensed::after {
  opacity: 0;
}

.wp-block-navigation .has-child .wp-block-navigation__submenu-container > .wp-block-navigation-item > .wp-block-navigation-item__content {
  padding: 0;
}

/* Force mobile nav between 601px and 768px */
@media (max-width: 768px) {
  .wp-block-navigation .wp-block-navigation__responsive-container:not(.is-menu-open) {
    display: none;
  }
  .wp-block-navigation__responsive-container-open {
    display: flex !important;
  }
}
/* Restore desktop nav above 768px */
@media (min-width: 769px) {
  .wp-block-navigation__responsive-container:not(.is-menu-open) {
    display: block !important;
  }
  .wp-block-navigation__responsive-container-open {
    display: none !important;
  }
  .wp-block-navigation__responsive-container-close {
    display: none !important;
  }
}
html.has-modal-open #site-logo {
  display: none;
}

.site-navigation.wp-block-navigation {
  z-index: 3;
  position: relative;
  height: 100%;
}
.site-navigation.wp-block-navigation .wp-block-navigation__responsive-container-content,
.site-navigation.wp-block-navigation .wp-block-navigation__responsive-container,
.site-navigation.wp-block-navigation .wp-block-navigation__responsive-close,
.site-navigation.wp-block-navigation .wp-block-navigation__responsive-dialog {
  height: 100%;
}
.site-navigation.wp-block-navigation .wp-block-navigation-item {
  height: 100%;
}
.site-navigation.wp-block-navigation .wp-block-navigation-item a {
  transition: all 0.25s ease-out;
}
.site-navigation.wp-block-navigation .wp-block-navigation-item a:hover {
  opacity: 0.5;
  transition: all 0.25s ease-out;
}
.site-navigation.wp-block-navigation .wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container {
  background: transparent;
  border: 0;
  padding: 32px 0;
  gap: 24px;
}
.site-navigation.wp-block-navigation .wp-block-navigation__submenu-icon {
  display: none;
}
.site-navigation.wp-block-navigation .wp-block-navigation__submenu-container {
  visibility: hidden;
  opacity: 0;
}
.site-navigation.wp-block-navigation .wp-block-navigation__submenu-container li {
  color: var(--submenu-color);
  transition: color 0.25s ease-out;
}

.wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open {
  background-color: var(--wp--preset--color--green-1);
}
.wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open .has-child:not(.open-on-click):hover > .wp-block-navigation__submenu-container {
  opacity: 1;
  visibility: visible;
}
.wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content,
.wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container,
.wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-close,
.wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-dialog {
  height: auto;
}
.wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content {
  align-items: flex-start;
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container {
  padding-top: 24px;
  padding-bottom: 8px;
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-submenu > .wp-block-navigation-item__content {
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(235, 240, 235, 0.25);
  width: 100%;
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-submenu {
  align-items: flex-start;
  font-family: var(--wp--preset--font-family--baskerville);
  font-size: 40px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: left;
  text-transform: none;
  width: 100%;
  align-items: flex-start;
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-submenu ul li {
  font-family: var(--wp--preset--font-family--balto);
  font-size: 12px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.58;
  letter-spacing: 3.6px;
  text-align: left;
  text-transform: uppercase;
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-submenu ul {
  padding-left: 24px !important;
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list {
  width: 100%;
  align-items: flex-start;
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container {
  gap: 0;
}

.wp-block-navigation .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation > .wp-block-navigation-item {
  border-bottom: 1px solid rgba(235, 240, 235, 0.25);
  padding: 16px 0;
}

.wp-block-navigation .has-child .wp-block-navigation-submenu__toggle[aria-expanded=true] ~ .wp-block-navigation__submenu-container,
.wp-block-navigation .has-child:not(.open-on-click):hover > .wp-block-navigation__submenu-container,
.wp-block-navigation .has-child:not(.open-on-click):not(.open-on-hover-click):focus-within > .wp-block-navigation__submenu-container {
  visibility: hidden;
  opacity: 0;
}

#site-logo-stack {
  height: 80px;
  width: 91.4px;
}

#site-logo-hor {
  width: 168.3px;
  height: 24px;
  opacity: 0;
  visibility: hidden;
  display: none;
}

#site-logo {
  margin: 24px 0;
  opacity: 1;
  transition: all 0.25s ease-out;
  z-index: 99;
  cursor: pointer;
  position: relative;
}

.stack {
  position: relative;
  margin: 0;
  padding-left: 0;
  padding-right: 0;
}

/* stacked layers */
.stack .layer:not(:last-child) {
  position: absolute;
  margin: 0;
  left: 0;
  right: 0;
  width: 100%;
}

/* last layer = normal flow */
.stack .layer:last-child {
  position: relative;
}

@keyframes bounce {
  0% {
    transform: translateX(-50%) translateY(0);
  }
  50% {
    transform: translateX(-50%) translateY(15px);
  }
  100% {
    transform: translateX(-50%) translateY(0);
  }
}
/* Prevent Cover block from breaking height */
.stack .wp-block-cover {
  min-height: 100vh;
}

.wine-grid .wine-shot {
  position: relative;
}
.wine-grid .wine-shot::before {
  content: "";
  mask-image: url("./assets/svg/agt-bottle-bg-shape.svg");
  mask-size: 486px 368px;
  width: 486px;
  height: 368px;
  background-color: var(--wp--preset--color--green-3);
  display: block;
  position: absolute;
  z-index: 0;
  left: 0;
  top: 56px;
}
.wine-grid .wine-shot:after {
  content: "";
  background-image: url("./assets/img/agt-bottle-bg-grapes.webp");
  background-position: center;
  background-size: contain;
  width: 487px;
  height: 588px;
  top: 56px;
  right: 0;
  display: block;
  z-index: 2;
  position: absolute;
  opacity: 0.25;
}
.wine-grid .wine-shot .bottle-img {
  position: relative;
  z-index: 3;
  height: 700px;
}
.wine-grid .wine-shot:nth-child(2)::before {
  right: 0;
  left: auto;
}
.wine-grid .wine-shot:nth-child(2):after {
  left: 0;
  right: auto;
  transform: scaleX(-1);
}

.celebrated-in {
  width: auto;
}
.celebrated-in .wp-block-image {
  height: 64px;
  width: fit-content;
  display: inline-grid;
}
.celebrated-in .wp-block-image img {
  min-height: 64px;
  height: 64px;
  width: auto;
  width: auto;
  max-width: none;
  display: inline-block;
}

.marquee {
  overflow: hidden;
  width: 100vw;
  margin-bottom: 24px;
}

.marquee__inner {
  display: flex;
  gap: 64px;
}

#password-protected-container {
  padding: 48px;
  border-radius: 16px;
  background-color: rgba(255, 255, 255, 0.15);
}
#password-protected-container p,
#password-protected-container h1 {
  margin: 0;
}
#password-protected-container label {
  margin-bottom: 0;
  font-size: 0;
}
#password-protected-container input[type=submit],
#password-protected-container p label {
  margin-top: var(--wp--preset--spacing--lg);
}

.wp-block-button .wp-block-button__link.btn-s {
  height: 32px;
  padding: 0 16px;
}

.mc_two_column {
  display: grid;
  grid-auto-flow: row;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  gap: 24px 24px;
  width: 100%;
}

#mc_embed_signup#mc_embed_signup div.mce_inline_error {
  margin-bottom: 0;
}

.content__gdpr {
  margin-top: 24px;
}

.mc_fieldset {
  position: relative;
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0;
  padding: 0;
  border: 0;
}
.mc_fieldset label {
  margin-bottom: 0;
}

.gdprRequired {
  margin-bottom: var(--wp--preset--spacing--sm);
}

#mc_embed_signup_scroll {
  display: flex;
  flex-direction: column;
  gap: 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.mc-submit {
  text-align: center;
  margin-top: 50px;
}

#mc-embedded-subscribe-form {
  margin-left: auto;
  margin-right: auto;
}

.gform_submission_error {
  font-family: serif;
  font-size: 40px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 2px;
}

.gform_validation_errors:focus-visible {
  outline: 0 !important;
}

.wp-block-heading,
.wp-block-post-title {
  color: var(--heading);
}

#home-intro-imgs {
  display: flex;
  position: relative;
}
#home-intro-imgs::after {
  content: "";
  height: calc(100% - 128px);
  width: 1px;
  display: block;
  left: 50%;
  top: 64px;
  position: absolute;
  background-color: var(--wp--preset--color--green-2);
  display: block;
}

#home-intro-imgs-img-left {
  transform: rotate(-10deg);
  position: relative;
}

#home-intro-imgs-img-right {
  transform: rotate(-350deg);
  top: -132px;
  position: relative;
}

.atg-img-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 0px 24px;
  align-items: center;
}
.atg-img-grid .atg-img-grid-txt {
  grid-column: 2/7;
}
.atg-img-grid .atg-img-grid-good {
  position: relative;
  left: -100px;
  width: 333px;
}
.atg-img-grid > figure {
  grid-column: 8/13;
}

.agt-image-text {
  display: grid !important;
  grid-template-columns: repeat(12, 1fr);
  gap: 0px 24px;
  align-items: flex-end;
}
.agt-image-text figure:first-child {
  grid-column: 1/6;
}
.agt-image-text .agt-image-text-text:first-child {
  grid-column: 1/7;
}
.agt-image-text figure:last-child {
  grid-column: 8/13;
}
.agt-image-text .agt-image-text-text:last-child {
  grid-column: 7/13;
}
.agt-image-text .agt-image-text-text,
.agt-image-text figure {
  grid-row: 1;
}

.celebrate-row {
  display: grid !important;
  grid-template-columns: 1fr 486px;
  gap: 0px 24px;
}

#wine-hero {
  position: relative;
}
#wine-hero img {
  z-index: 2;
  position: relative;
}
#wine-hero::before {
  content: "";
  mask-image: url("./assets/svg/agt-bottle-bg-shape.svg");
  mask-size: 486px 368px;
  width: 486px;
  height: 368px;
  background-color: var(--contrast);
  display: block;
  position: absolute;
  z-index: 0;
  left: 0;
  top: 56px;
}
#wine-hero:after {
  content: "";
  background-image: url("./assets/img/agt-bottle-bg-grapes.webp");
  background-position: center;
  background-size: contain;
  width: 487px;
  height: 588px;
  top: 56px;
  right: 0;
  display: block;
  z-index: 1;
  position: absolute;
  opacity: 0.25;
}

#wine-characteristics .wine-characteristic .wine-characteristic-name {
  margin-bottom: var(--wp--preset--spacing--sm);
}
#wine-characteristics .wine-characteristic .wine-characteristic-img {
  max-width: 200px;
  margin: 0 auto;
}
#wine-characteristics .wine-characteristic .wine-characteristic-icon-bg {
  fill: var(--svg-bg);
  opacity: 0.15;
}
#wine-characteristics .wine-characteristic .wine-characteristic-icon {
  fill: var(--text);
}
#wine-characteristics .wine-characteristic .wine-characteristic-value:before {
  margin: var(--wp--preset--spacing--sm) auto;
  content: "";
  width: 1px;
  background-color: var(--text);
  height: 40px;
  display: block;
}

.wine-card .wine-card-img {
  padding: 24px 24px 0;
  border-radius: 16px;
  background-image: linear-gradient(to bottom, var(--wp--preset--color--green-2) 0, var(--wp--preset--color--cream));
  margin-bottom: 88px;
}
.wine-card .wine-card-location {
  color: var(--text);
  background-color: var(--background);
  display: inline-block;
  margin-bottom: var(--wp--preset--spacing--sm);
}
.wine-card .bottle-img {
  position: relative;
  z-index: 1;
}
.wine-card .bottle-img:before {
  content: url("./assets/svg/agt-wines-bottle-bg-shape.svg");
  width: 225px;
  height: 384px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.wine-card .wp-block-heading {
  margin-bottom: var(--wp--preset--spacing--sm);
}

.wp-block-accordion {
  gap: 16px;
  display: flex;
  flex-direction: column;
}
.wp-block-accordion .wp-block-accordion-panel {
  padding: 16px;
}

.wp-block-accordion-heading {
  background-color: var(--contrast);
  color: var(--text);
  margin-bottom: 0 !important;
}

.wp-block-accordion-heading__toggle {
  padding: 16px;
}
.wp-block-accordion-heading__toggle:hover .wp-block-accordion-heading__toggle-title {
  text-decoration: none;
}

.wine-details .wp-block-accordion-panel {
  padding: 0;
}
.wine-details .wp-block-group {
  padding: 16px;
  border-bottom: 1px solid var(--contrast);
}
.wine-details .wp-block-group p {
  margin-bottom: 0;
}

.trade-area-link a {
  border-bottom: 0;
}
.trade-area-link a:hover {
  text-decoration: none;
  border-bottom: 0;
}
.trade-area-link span {
  display: flex;
  align-items: center;
}
.trade-area-link span::before {
  content: "";
  background-image: url("./assets/svg/icon-trade.svg");
  display: inline-block;
  width: 20px;
  height: 18px;
  margin-right: 8px;
}

.stockists-link a {
  border-bottom: 0;
}
.stockists-link a:hover {
  text-decoration: none;
  border-bottom: 0;
}
.stockists-link span {
  display: flex;
  align-items: center;
}
.stockists-link span::before {
  content: "";
  background-image: url("./assets/svg/icon-stockists.svg");
  display: inline-block;
  width: 20px;
  height: 18px;
  margin-right: 8px;
}

.gallery-image {
  position: absolute;
}

.gallery {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  height: 89.29vw;
  max-height: 1314px;
}
.gallery figure {
  margin: 0;
  margin-block-start: 0 !important;
  margin-block-end: 0 !important;
}

#testimonials {
  overflow: hidden;
}
#testimonials .swiper {
  overflow: visible;
}
#testimonials .has-white-background-color,
#testimonials .swiper-slide {
  width: 486px;
}

#home-gallery {
  max-height: 1181px;
  aspect-ratio: 1200/1181;
}
#home-gallery #home-gallery-image-1 {
  top: 0;
  right: 0;
  width: 49%;
}
#home-gallery #home-gallery-image-2 {
  top: 13.632514818%;
  left: 0;
  width: 32%;
}
#home-gallery #home-gallery-image-3 {
  top: 33.2768839966%;
  right: 34%;
  width: 23.5%;
}
#home-gallery #home-gallery-image-4 {
  top: 52.7519051651%;
  left: 17%;
  width: 23.5%;
}
#home-gallery #home-gallery-image-5 {
  top: 58.933107536%;
  right: 21.25%;
  width: 23.5%;
  z-index: 1;
}
#home-gallery #home-gallery-image-6 {
  top: 69.1786621507%;
  right: 0;
  width: 40.4416666667%;
}

.wp-block-embed.is-type-video {
  margin: 0 auto;
}
.wp-block-embed.is-type-video .wp-block-embed__wrapper {
  z-index: 2;
}

.img-full-width {
  width: 100vw;
  height: auto;
}
.img-full-width img {
  width: 100%;
}

#product-hero {
  min-height: 800px;
  height: 60dvh;
}
#product-hero h1.wp-block-heading {
  margin-bottom: 24px;
}

@keyframes spin {
  from {
    transform: rotate(0deg) translateX(-50%);
  }
  to {
    transform: rotate(360deg) translateX(-50%);
  }
}
#product-hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0px 24px;
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  align-items: end;
}
#product-hero-grid #canvas-container {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 9;
}
#product-hero-grid #canvas-container svg {
  width: 430px;
  height: 446px;
  position: absolute;
  top: 7.5vh;
  left: 50%;
  transform: translateX(-50%);
  animation: spin 12s linear infinite;
  transform-origin: left;
}
#product-hero-grid canvas {
  position: absolute;
  z-index: 8;
  top: 15vh;
  max-width: none;
  transform: translateX(-50%);
  left: 50%;
}

#product-details-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0px 24px;
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  align-items: end;
}
#product-details-grid .product-details {
  width: 100%;
}

.product-details {
  overflow: hidden;
}

.product-details-header {
  padding: 10px 15px;
  cursor: pointer;
  font-weight: bold;
  user-select: none;
}

.product-details.open .product-details-header::after {
  opacity: 0;
}

.product-details-content {
  overflow: hidden;
  height: 0;
}

.product-details-container {
  width: 100%;
}

#product-hero-data {
  padding-top: 96px;
  padding-bottom: 96px;
  grid-area: data;
  position: relative;
}
#product-hero-data:before {
  content: "";
  height: 100%;
  width: 200vw;
  left: -100vw;
  background-color: inherit;
  z-index: 1;
  display: block;
  position: absolute;
  top: 0;
}
#product-hero-data .wp-block-details {
  margin-top: -2px;
}

.product-details {
  margin-bottom: var(--wp--preset--spacing--xs);
}
.product-details.open .product-details-content {
  height: auto;
}
.product-details .product-details-header {
  font-family: var(--wp--preset--font-family--mtt-milano);
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: normal;
  text-align: left;
  color: var(--wp--preset--color--secondary);
  position: relative;
  background-color: var(--wp--preset--color--primary);
  padding: var(--wp--preset--spacing--xs);
}
.product-details .product-details-header::marker, .product-details .product-details-header::-webkit-details-marker {
  display: none;
}
.product-details .product-details-header::before {
  content: "";
  width: 16px;
  height: 1px;
  background-color: var(--highlight);
  display: block;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}
.product-details .product-details-header::after {
  content: "";
  width: 1px;
  height: 16px;
  background-color: var(--highlight);
  display: block;
  position: absolute;
  right: 23px;
  top: 50%;
  transform: translateY(-50%);
}
.product-details .wp-block-group {
  padding: 16px !important;
}
.product-details .product-details-content {
  padding-top: 0;
  padding-bottom: 0;
}
.product-details .product-details-content p {
  margin-bottom: 0;
  font-family: var(--wp--preset--font-family--mtt-milano);
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: normal;
  text-align: left;
}
.product-details .product-details-content p strong {
  font-weight: normal;
}
.product-details .product-details-content-row {
  min-height: 56px;
  display: flex;
  border-bottom: 1px solid var(--wp--preset--color--secondary-dark);
  justify-content: space-between;
  align-items: center;
  padding-left: 16px;
  padding-right: 16px;
}

details:last-child {
  margin-bottom: 0;
}

details > summary {
  list-style: none;
}

details > summary::-webkit-details-marker {
  display: none;
}

details[open] summary::after {
  opacity: 0;
}

.single-post .wp-block-post-content .wp-block-image {
  margin-block-start: 48px;
  margin-block-end: 48px;
}

.wp-block-quote {
  margin-block-start: 64px;
  margin-block-end: 64px;
  border-left: 4px solid var(--highlight);
  padding: 24px;
  position: relative;
}
.wp-block-quote cite {
  color: var(--highlight);
  margin-top: var(--wp--preset--spacing--sm);
}
.wp-block-quote.is-style-plain {
  border-left: 0;
  margin-block-start: 0;
  margin-block-end: 0;
  padding: 0;
}

.wp-block-query .wp-block-post figure img {
  display: block;
}

.wp-block-post-featured-image {
  border-radius: 16px;
  overflow: hidden;
}

.wp-block-post-excerpt__excerpt {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /* Number of lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.single-post .wp-block-quote p,
.wp-block-quote p {
  margin-bottom: 0;
  margin-top: 0;
}

.single-post .entry-content ul,
.single-post .entry-content ol {
  padding-left: 16px;
  margin-bottom: 48px;
}

.wp-block-post-title :where(a) {
  color: inherit;
  text-decoration: none;
}

.post-navigation-link-previous a,
.post-navigation-link-next a {
  font-size: 0;
}

.wp-block-query-pagination-previous,
.wp-block-query-pagination-next,
.post-navigation-link-previous:not(:empty) a,
.post-navigation-link-next:not(:empty) a {
  font-size: 0;
  width: 40px;
  height: 40px;
  display: inline-block;
  border: 1px solid var(--text);
}

.post-navigation-link-previous:not(:empty) + .post-navigation-link-next:not(:empty) a {
  border-left: 0;
}

.post-navigation-link-previous:not(:empty) a::before,
.wp-block-query-pagination-previous::before,
.wp-block-query-pagination-next::after,
.post-navigation-link-next:not(:empty) a::after {
  content: "";
  mask-size: 16px 16px;
  mask-repeat: no-repeat;
  mask-position: center;
  width: 40px;
  height: 40px;
  display: inline-block;
  background-color: var(--text);
  transition: all 0.25s ease-out;
}

.post-navigation-link-previous:not(:empty):hover a,
.wp-block-query-pagination-previous:hover,
.wp-block-query-pagination-next:hover,
.post-navigation-link-next:not(:empty):hover a {
  background-color: var(--text);
  transition: all 0.25s ease-out;
}
.post-navigation-link-previous:not(:empty):hover a::before, .post-navigation-link-previous:not(:empty):hover a::after,
.wp-block-query-pagination-previous:hover::before,
.wp-block-query-pagination-previous:hover::after,
.wp-block-query-pagination-next:hover::before,
.wp-block-query-pagination-next:hover::after,
.post-navigation-link-next:not(:empty):hover a::before,
.post-navigation-link-next:not(:empty):hover a::after {
  background-color: var(--btn-c);
  transition: all 0.25s ease-out;
}

.post-navigation-link-previous:not(:empty) a::before,
.wp-block-query-pagination-previous::before {
  mask-position: 42% center;
}

.wp-block-query-pagination-next::after,
.post-navigation-link-next:not(:empty) a::after {
  mask-position: 50% center;
}

.post-navigation-link-previous:not(:empty) a::before,
.wp-block-query-pagination-previous::before {
  content: "";
  mask-image: url("./assets/svg/arrow-previous.svg");
}

.post-navigation-link-next:not(:empty) a::after,
.wp-block-query-pagination-next::after {
  content: "";
  mask-image: url("./assets/svg/arrow-next.svg");
}

.wp-block-query-pagination {
  gap: 0;
}

.wp-block-query-pagination-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.wp-block-query-pagination-numbers .page-numbers {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 1px solid var(--text);
  color: var(--text);
  text-decoration: none;
  transition: all 0.25s ease-out;
}
.wp-block-query-pagination-numbers .page-numbers.current, .wp-block-query-pagination-numbers .page-numbers:hover {
  background-color: var(--text);
  color: var(--btn-c);
  transition: all 0.25s ease-out;
}
.wp-block-query-pagination-numbers .page-numbers + .page-numbers {
  border-left: 0;
}

.wp-block-query-pagination-previous + .wp-block-query-pagination-numbers .page-numbers:first-child {
  border-left: 0;
}

.wp-block-query-pagination-numbers + .wp-block-query-pagination-next {
  border-left: 0;
}

.timeline {
  display: flex;
  flex-direction: column;
}
.timeline .timeline-item {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  grid-template-rows: 1fr;
  gap: 0px 24px;
  grid-template-areas: "content content content content . . img img img img";
  position: relative;
  padding-bottom: 96px;
  padding-top: 96px;
}
.timeline .timeline-item::after {
  content: "";
  width: 2px;
  background-color: initial;
  height: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.timeline .timeline-item::before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background-color: initial;
  top: 50%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.timeline .timeline-item:first-child {
  padding-top: 0;
}
.timeline .timeline-item:first-child::after {
  height: 50%;
  bottom: 0;
}
.timeline .timeline-item:last-child {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 96px;
}
.timeline .timeline-item:last-child::after {
  height: calc(50% + 96px);
  top: -96px;
}
.timeline .timeline-item:nth-child(even) {
  grid-template-areas: "img img img img . . content content content content";
}
.timeline .timeline-item .wp-block-heading {
  margin-bottom: 24px;
}
.timeline .timeline-item .timeline-item-img {
  grid-area: img;
}
.timeline .timeline-item .timeline-item-content {
  grid-area: content;
  text-align: center;
}

.asset {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid var(--text);
  padding: 16px;
  border-radius: 0;
  background-color: transparent;
  margin-bottom: 24px;
  height: 72px;
}
.asset p {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.asset h3 {
  margin-top: 0;
  margin-bottom: 0;
}
.asset.pdf h3::before {
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("./assets/svg/icon-trade-pdf.svg");
  min-width: 28px;
  height: 32px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 16px;
}
.asset.zip h3::before {
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("./assets/svg/icon-trade-zip.svg");
  width: 28px;
  height: 32px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 16px;
}
.asset.jpg h3::before {
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("./assets/svg/icon-trade-jpg.svg");
  width: 28px;
  height: 32px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 16px;
}
.asset.png h3::before {
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("./assets/svg/icon-trade-png.svg");
  width: 28px;
  height: 32px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 16px;
}

.press-photography {
  margin-bottom: 24px;
}

.press-photography > .tab-content-inner {
  column-count: 2;
}

.image-asset {
  position: relative;
  margin-bottom: 24px;
}
.image-asset img {
  max-width: 100%;
  width: 100%;
  display: block;
}

.image-asset-btns {
  position: absolute;
  top: 8px;
  right: 8px;
  display: flex;
  gap: 8px;
}

.tab-nav {
  display: flex;
  justify-content: space-between;
  border-bottom: solid 1px var(--text);
  overflow: auto;
  gap: 16px;
  cursor: pointer;
}
.tab-nav div {
  border-bottom: 5px solid transparent;
  padding-bottom: 24px;
  flex: 1;
  text-align: center;
  white-space: nowrap;
  padding-left: 8px;
  padding-right: 8px;
  font-weight: 600;
  color: var(--text);
}
.tab-nav div.active {
  border-bottom: 4px solid var(--text);
}
.tab-content {
  padding-top: 16px;
  display: grid;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-flow: column;
  grid-auto-columns: 100%;
  gap: 24px;
  position: relative;
}
.tab-content section {
  display: inline-block;
  width: 100%;
}
.tab-content section.photography {
  column-count: 2;
  column-gap: 24px;
  display: inline-flex;
}
.tab-content section.photography .tab-content-inner {
  column-count: 2;
  column-gap: 24px;
}
.tab-content section.photography figure img {
  max-width: 100%;
  width: 100%;
  float: left;
  display: inline-block;
}
.tab-content section.photography .image-asset {
  margin-bottom: 24px;
  position: relative;
  width: 100%;
  display: inline-block;
}
.tab-content section.photography .image-asset:nth-child(even) {
  margin-right: 0;
}
.tab-content section.photography .image-asset:hover {
  box-shadow: 0px 0px 0px 1px var(--text) inset;
}
.tab-content section.photography .image-asset:hover .image-asset-btns {
  opacity: 1;
}
.tab-content section.photography .image-asset:hover img {
  position: relative;
  z-index: -1;
}
.tab-content section.photography .image-asset .image-asset-btns {
  display: flex;
  opacity: 0;
  position: absolute;
  top: 8px;
  right: 8px;
  gap: 8px;
}
.tab-content section.photography .image-asset .image-asset-btns .btn-solid:first-child {
  margin-right: 8px;
}

#trade-container {
  --text: var(--wp--preset--color--secondary);
}

.page-lock {
  max-width: 1024px;
  margin: 0 auto;
  text-align: center;
  padding: var(--wp--preset--spacing--max) 24px;
}
.page-lock h1 {
  margin: 0;
}
.page-lock form {
  max-width: 814px;
  margin: 64px auto 0;
  display: inline-block;
  width: 100%;
}
.page-lock form input[type=submit] {
  margin-top: 50px;
}

button.wp-block-navigation__responsive-container-open.always-shown:after {
  content: "Menu";
  font-family: sans-serif;
  font-size: 10px;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 3px;
  text-align: center;
}

.mobile-trade-link {
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
  gap: 8px;
  font-family: sans-serif;
  font-size: 10px;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 3px;
}
.mobile-trade-link:before {
  content: "";
  background: url("./assets/svg/icon-trade.svg");
  width: 20px;
  height: 18px;
}

.wp-block-navigation__responsive-container-open.always-shown {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

ul.mobile-menu {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  text-align: center;
}
ul.mobile-menu a {
  font-family: Antiqua Roman, serif;
  font-size: 40px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 2px;
  text-align: center;
  color: initial;
}
ul.mobile-menu .wp-block-navigation__container {
  justify-content: center;
}

.mobile-menu .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container {
  justify-content: center;
  padding-top: 48px;
  padding-bottom: 48px;
}

.wp-block-navigation__responsive-container-close {
  height: 72px;
  width: auto;
  position: static;
  display: flex;
  padding: 24px 0;
  float: right;
}

.wp-block-navigation__responsive-container-close svg,
.wp-block-navigation__responsive-container-open svg {
  width: 20px;
  height: 18px;
}

.wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open {
  align-self: flex-start;
}

.wp-block-navigation__responsive-container {
  background-color: initial;
  padding-top: 0 !important;
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content {
  padding-top: 50px !important;
}

.wp-block-navigation__responsive-container-close {
  position: relative;
  display: flex;
  align-items: center;
  gap: 16px;
}
.wp-block-navigation__responsive-container-close svg {
  position: relative;
}
.wp-block-navigation__responsive-container-close::before {
  content: "Close";
  font-family: var(--wp--preset--font-family--balto);
  font-size: 12px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 3.6px;
  text-align: left;
}

.site-footer .wp-block-navigation {
  gap: 24px;
  width: 100%;
}

.site-footer-bottom a {
  text-decoration: none;
  transition: all 0.25s ease-out;
}
.site-footer-bottom a:hover {
  opacity: 0.5;
  transition: all 0.25s ease-out;
}

.wp-block-button {
  opacity: 1;
  transition: opacity 0.3s ease-out;
}
.wp-block-button:hover {
  opacity: 0.5;
  transition: opacity 0.3s ease-out;
}
.wp-block-button .wp-block-button__link {
  height: 56px;
  display: flex;
  align-items: center;
  background-color: var(--btn-bg);
  color: var(--btn-c);
}
.wp-block-button.is-style-outline .wp-block-button__link {
  background-color: transparent;
  border: 1px solid currentColor;
  color: var(--text);
}

iframe[name*=frame-product] {
  width: 130px !important;
  height: 56px !important;
}

.shopify-buy__btn {
  background: transparent none;
  border-color: initial;
  border-width: 2px;
  border-style: solid;
  color: initial;
  padding-top: 0.667em;
  padding-right: 1.33em;
  padding-bottom: 0.667em;
  padding-left: 1.33em;
  height: 56px;
  align-items: center;
  display: flex;
  border-radius: 0;
  font-family: initial;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 2.29;
  transition: all 0.25s ease-out;
}
.shopify-buy__btn:hover {
  background-color: initial;
  color: initial;
  transition: all 0.25s ease-out;
}

.cta {
  position: relative;
}

.cta-bottle {
  width: 147px;
  position: absolute;
  right: 137px;
  top: -64px;
  bottom: -64px;
}

#flat-blanc {
  display: none;
}

.wp-block-social-link-anchor.wp-block-social-link-anchor svg {
  width: 32px;
  height: 32px;
}

.has-shadow {
  box-shadow: 0 8px 16px 0 rgba(0, 33, 91, 0.25);
}

#home-newsletter {
  position: relative;
  top: -1px;
}

#celebration-grid h3 {
  margin-bottom: 0 !important;
}

@media (max-width: 1024px) {
  #celebration-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 820px) {
  #storerocket {
    padding-left: 0;
    padding-right: 0;
  }
  #product-hero {
    overflow: hidden;
    max-height: none;
    height: auto;
  }
  #product-hero-grid,
  #product-details-grid {
    position: relative;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 0px 24px;
    max-width: 100vw;
    width: 100%;
    margin: 0 auto;
    align-items: end;
  }
  #product-hero-grid #flat-blanc,
  #product-details-grid #flat-blanc {
    display: flex;
    width: 100%;
    margin-top: 220px;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
    margin-bottom: 64px;
  }
  #product-hero-grid #flat-blanc::before,
  #product-details-grid #flat-blanc::before {
    content: "";
    display: block;
    background-image: url(assets/svg/roundel-logo.svg);
    display: block;
    margin-top: 24px;
    width: 400px;
    height: 400px;
    top: -10%;
    left: 50%;
    transform: translate(-50%, 0%);
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    animation: spin 12s linear infinite;
    transform-origin: left;
    z-index: -1;
  }
  #product-hero-grid .product-details,
  #product-details-grid .product-details {
    max-width: none;
    width: 100%;
  }
  #product-hero-grid #canvas-container,
  #product-details-grid #canvas-container {
    display: none;
    max-width: 100vw;
  }
  #product-hero-grid #canvas-container canvas,
  #product-details-grid #canvas-container canvas {
    display: none;
    position: relative;
    top: 0;
    z-index: 2;
  }
  #product-hero-intro {
    text-align: center;
    padding-top: 0;
  }
  #product-hero-intro .wp-block-buttons {
    width: 100%;
    justify-content: center;
  }
  .page-title {
    padding-top: 150px !important;
    padding-bottom: 64px !important;
  }
  body .has-global-padding.is-layout-constrained > .alignwide {
    padding-left: 0;
    padding-right: 0;
  }
  #smooth-content {
    padding-top: 96px;
  }
}
@media (max-width: 768px) {
  .wp-block-navigation__responsive-container-open {
    gap: 16px;
  }
  .wp-block-navigation__responsive-container-open::before {
    content: "Menu";
    font-family: var(--wp--preset--font-family--balto);
    font-size: 12px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 3.6px;
    text-align: left;
    display: block;
  }
  :root {
    --wp--style--global--content-size: 588px;
    --wp--preset--spacing--4-xl: 120px;
  }
  .site-header {
    height: 72px !important;
  }
  .site-header::before {
    content: none;
  }
  #site-header-inner {
    height: 72px !important;
    padding: 0 16px;
  }
  .site-header-green + .wp-block-post-content,
  .blog,
  .single-post {
    padding-top: 72px !important;
  }
  #site-logo-stack {
    display: none !important;
  }
  #site-logo-hor {
    display: flex !important;
    opacity: 1 !important;
    visibility: visible !important;
  }
  .site-header-green.condensed #site-logo-hor path {
    fill: #fff;
  }
  .site-header-green.condensed .wp-block-navigation__responsive-container-open svg {
    fill: #fff;
  }
  .site-header-green.condensed .wp-block-navigation__responsive-container-open::before {
    color: #fff;
  }
  .site-header-green .wp-block-navigation__responsive-container-open::before {
    color: var(--wp--preset--color--green-1);
  }
  .site-header-green .wp-block-navigation__responsive-container-open svg {
    fill: var(--wp--preset--color--green-1);
  }
  .site-header-green #site-logo-hor path {
    fill: var(--wp--preset--color--green-1);
  }
  #wine-products-row {
    gap: 64px;
    max-width: 384px;
    margin: 0 auto;
  }
  .wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open {
    align-self: center;
  }
  #home-intro-imgs {
    flex-direction: column;
  }
  #home-intro-imgs-img-left img,
  #home-intro-imgs-img-right img {
    width: 180px;
  }
  #home-intro-imgs-img-left,
  #home-intro-imgs-img-right {
    transform: none;
    top: 0;
    flex-basis: auto;
  }
  #home-intro-imgs::after {
    content: none;
  }
  #home-intro-imgs-img-right {
    margin-top: -100px;
    transform: rotate(-10deg) translateX(-75px);
  }
  #home-intro-imgs-img-left {
    transform: rotate(-350deg) translateX(75px);
    z-index: 2;
  }
  .atg-img-grid {
    grid-template-columns: 1fr;
    gap: 64px;
    justify-items: center;
  }
  .atg-img-grid > figure {
    grid-row: 1;
    max-width: 343px;
  }
  .atg-img-grid > figure img {
    width: 343px;
  }
  .atg-img-grid .atg-img-grid-good {
    position: relative;
    left: 0;
    margin: 0 0 8px !important;
  }
  .atg-img-grid .atg-img-grid-good img {
    width: auto;
    height: 48px;
  }
  .atg-img-grid .atg-img-grid-txt {
    grid-row: 2;
  }
  .atg-img-grid > figure,
  .atg-img-grid .atg-img-grid-txt {
    grid-column: 1/1;
  }
  .wine-description {
    text-align: center;
    max-width: 588px;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .wine-description .wp-block-buttons {
    justify-content: center;
  }
  .wine-grid .wine-shot {
    order: -1;
  }
  .wine-grid:not(:first-child) {
    margin-top: 120px;
  }
  .wine-grid .wine-shot .bottle-img {
    height: 410px;
  }
  .wine-grid .wine-shot .bottle-img img {
    height: 410px !important;
  }
  .wine-grid .wine-shot::before {
    width: 283.5px;
    height: 214.7px;
    mask-size: 283.5px 214.7px;
    left: 50%;
    transform: translateX(calc(-50% - 25px));
    top: 32px;
  }
  .wine-grid .wine-shot:nth-child(2)::before {
    right: 50%;
    transform: translateX(calc(50% + 25px));
  }
  .wine-grid .wine-shot:nth-child(2)::after {
    left: 50%;
    right: auto;
    transform: translateX(calc(-50% - 25px)) translateY(-50%) scaleX(-1);
  }
  .wine-grid .wine-shot:after {
    width: 284.1px;
    height: 343px;
    mask-size: 284.1px 343px;
    left: 50%;
    top: 50%;
    transform: translateX(calc(-50% + 25px)) translateY(-50%);
  }
  .newsletter-block {
    padding: 24px !important;
  }
  #testimonials .has-white-background-color,
  #testimonials .swiper-slide {
    width: calc(100vw - 48px);
  }
  .timeline {
    padding-left: 45px;
    padding-right: 45px;
  }
  .timeline .timeline-item,
  .timeline .timeline-item:nth-child(2n) {
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: 1fr;
    grid-template-areas: "img" "content";
    position: relative;
    padding-bottom: 48px;
    padding-top: 48px;
    align-items: center;
    justify-content: center;
    justify-items: center;
    gap: 48px 0;
  }
  .timeline .timeline-item:after {
    left: -23px;
  }
  .timeline .timeline-item:before {
    display: none;
  }
  .timeline .timeline-item .timeline-item-content {
    position: relative;
  }
  .timeline .timeline-item .timeline-item-content:after {
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 100%;
    background-color: initial;
    top: 16px;
    position: absolute;
    left: -29px;
  }
  .timeline .timeline-item:first-child {
    padding-bottom: 0;
  }
  .timeline .timeline-item:first-child:after {
    content: none;
  }
  .timeline .timeline-item:first-child .timeline-item-content {
    position: relative;
    width: 100%;
    text-align: center;
  }
  .timeline .timeline-item:first-child .timeline-item-content::before {
    content: "";
    width: 2px;
    background-color: initial;
    height: calc(100% + 16px);
    position: absolute;
    left: -24px;
    top: 16px;
    z-index: -1;
  }
  .timeline .timeline-item:last-child {
    padding-top: 0;
    gap: 0;
    margin-top: 0;
  }
  .timeline .timeline-item:last-child:after {
    content: none;
  }
  .timeline .timeline-item:last-child .timeline-item-img {
    position: relative;
    width: 100%;
    text-align: center;
    padding-top: 46px;
    padding-bottom: 46px;
  }
  .timeline .timeline-item:last-child .timeline-item-img::before {
    content: "";
    width: 2px;
    background-color: initial;
    height: calc(100% + 16px);
    position: absolute;
    left: -24px;
    top: 0;
    z-index: -1;
  }
  .timeline .timeline-item:last-child:after {
    content: none;
  }
  .agt-image-text .agt-image-text-text:last-child,
  .agt-image-text .agt-image-text-text:first-child {
    grid-column: 1;
    grid-row: 2;
    text-align: center;
  }
  .agt-image-text .agt-image-text-text:last-child .wp-block-buttons,
  .agt-image-text .agt-image-text-text:first-child .wp-block-buttons {
    justify-content: center;
  }
  .agt-image-text .agt-image-text-img:first-child,
  .agt-image-text .agt-image-text-img:last-child {
    grid-column: 1;
    grid-row: 1;
    margin: 0 auto !important;
  }
  .agt-image-text .agt-image-text-img:first-child img,
  .agt-image-text .agt-image-text-img:last-child img {
    margin: 0 auto !important;
  }
  .agt-image-text {
    gap: 64px;
    text-align: center;
    grid-template-columns: repeat(1, 1fr);
  }
  #discover .wp-block-cover__image-background {
    background-image: url(https://allgoodthings.wine/wp-content/uploads/2026/04/hero-image-mobile-3.webp) !important;
  }
}
@media (max-width: 767px) {
  #celebration-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  #home-stack #roundel-container {
    height: auto;
    width: 100vw;
  }
  #storerocket {
    margin-bottom: 64px !important;
  }
  .cta {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    text-align: center;
    margin-bottom: 64px !important;
  }
  .cta > .wp-block-group {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
  .cta .wp-block-group {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    flex-direction: column;
    gap: 16px;
  }
  .cta .cta-bottle {
    display: none;
  }
  .tab-content section.photography .tab-content-inner {
    column-count: 1;
  }
  .tab-content section.photography .image-asset {
    margin-bottom: 16px;
  }
  .asset {
    flex-direction: column;
    align-items: flex-start;
    min-height: 128px;
    padding: 16px;
  }
  .asset.pdf h3:before {
    margin-right: 16px;
  }
  .wp-block-buttons a {
    text-align: center;
    justify-content: center;
  }
  .wp-block-spacer.is-style-line {
    height: 120px !important;
  }
}
@media (max-width: 600px) {
  .wp-block-media-text.is-stacked-on-mobile > .wp-block-media-text__media {
    margin-bottom: 24px;
  }
  .wp-block-media-text.is-stacked-on-mobile > .wp-block-media-text__content {
    padding: 0;
    text-align: center;
  }
  .wp-block-media-text.is-stacked-on-mobile > .wp-block-media-text__content .wp-block-heading {
    margin-bottom: 0;
  }
  .wp-block-media-text.is-stacked-on-mobile > .wp-block-media-text__content figure {
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 575px) {
  :root {
    --wp--style--global--content-size: 348px;
  }
  body {
    --wp--preset--spacing--xxl: 64px;
    --wp--preset--spacing--xxxl: 64px;
    --wp--style--root--padding-right: 16px;
    --wp--style--root--padding-left: 16px;
    --wp--preset--font-size--body: 16px;
    --wp--preset--font-size--heading-extra-large: 40px;
    --wp--preset--font-size--heading-large: 32px;
    --wp--preset--font-size--heading-medium: 30px;
  }
  body .wp-site-blocks {
    --wp--preset--spacing--max: 96px !important;
  }
  html body {
    --wp--preset--spacing--max: 96px;
  }
  spin animation {
    transform: rotate(48.5141deg) translateX(-50%);
  }
  #celebration-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  #celebration-grid h3 {
    padding: 32px 16px !important;
  }
  #home-intro-imgs-img-left img,
  #home-intro-imgs-img-right img {
    width: 154px;
    /* height: 229.9px; */
  }
  #product-title {
    font-size: 40px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: center;
  }
  #product-hero-grid #flat-blanc {
    max-width: 200px;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  #product-hero-grid #flat-blanc::before {
    width: calc(100vw - 32px);
    height: calc(100vw - 32px);
    max-width: 343.1px;
    max-height: 356px;
  }
  #elton-logo-animation,
  #elton-logo-animation img {
    width: 252.4px !important;
    height: 96px !important;
  }
  #mobile-header,
  .gallery {
    padding-left: 16px;
    padding-right: 16px;
  }
  .wp-block-navigation__responsive-container-close:after {
    left: 16px;
  }
  .site-footer-top {
    padding-top: 64px !important;
    padding-bottom: 0 !important;
  }
  .site-footer-top .wp-image-9 {
    height: 48px !important;
  }
  #wine-hero img {
    height: 465px !important;
  }
  #wine-hero::after {
    width: 284.3px;
    height: 343px;
  }
  #wine-hero::before {
    width: 283.5px;
    height: 214.7px;
    mask-size: 283.5px 214.7px;
  }
  #wine-characteristics .wp-block-columns {
    gap: 64px !important;
  }
  .bedrinkaware-img {
    margin-top: 36px;
  }
  .bedrinkaware-img img {
    height: 16px;
    width: auto;
    float: left;
  }
  .press-photography {
    margin-bottom: 24px;
  }
  .press-photography > .tab-content-inner {
    column-count: 1;
  }
  #footer-nav-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
    border-bottom: 0 !important;
  }
  .site-footer-top > div > .wp-block-navigation {
    border-top: 1px solid var(--wp--preset--color--green-4);
  }
  .site-footer-top > div > .wp-block-navigation ul {
    flex-direction: column;
    gap: 0 0;
    align-items: flex-end;
    justify-content: flex-start;
    align-items: center;
    height: 56px;
    overflow: hidden;
    width: 100%;
    flex-direction: column;
    display: flex;
    position: relative;
    flex-wrap: nowrap;
  }
  .site-footer-top > div > .wp-block-navigation ul::after {
    content: "";
    width: 16px;
    height: 9px;
    mask-image: url("data:image/svg+xml,%3Csvg width='20px' height='11px' viewBox='0 0 20 11' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate(-989.000000, -755.000000)'%3E%3Cpolygon fill='%23e6bcbd' id='arrow' transform='translate(998.664500, 760.042500) rotate(-90.000000) translate(-998.664500, -760.042500) ' points='1002.212 750.378 993.622 760.043 1002.212 769.707 1003.707 768.378 996.297 760.043 1003.707 751.707'%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    position: absolute;
    top: 24px;
    right: 8px;
    mask-size: 16px 9px;
    background: var(--wp--preset--color--green-4);
    mask-repeat: no-repeat;
    mask-position: center;
  }
  .site-footer-top > div > .wp-block-navigation ul li {
    min-height: 56px;
    display: flex;
    align-content: center;
    justify-content: flex-start;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    border-bottom: 1px solid var(--wp--preset--color--green-4);
  }
  .site-footer-top,
  .site-footer-bottom {
    padding-left: 16px;
    padding-right: 16px;
  }
  #contact-form-section {
    padding-top: 48px !important;
  }
  .wp-block-post .wp-block-post-title {
    margin-top: 48px;
  }
  .single-post main {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }
  .page-lock {
    padding: var(--wp--preset--spacing--max) 16px;
  }
  .asset {
    gap: 16px;
    min-height: 0;
  }
  .asset h3 {
    display: flex;
    align-items: center;
    line-height: 24px;
  }
  .asset {
    height: auto;
  }
  .asset .wp-block-buttons {
    width: 100%;
  }
  .asset .wp-block-buttons .wp-block-button {
    width: 100%;
  }
  .asset .wp-block-buttons .wp-block-button a {
    width: 100%;
  }
  :root :where(body) {
    --wp--style--root--padding-right: 16px;
    --wp--style--root--padding-left: 16px;
  }
  .mc_two_column {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .newsletter-block {
    padding: 16px !important;
  }
  #product-hero-intro {
    padding-top: 0 !important;
  }
  .wp-block-buttons {
    gap: 16px;
    display: flex;
    flex-direction: column;
  }
  .wp-block-buttons .wp-block-button {
    flex: 1;
  }
  .wp-block-buttons .wp-block-button .wp-block-button__link {
    width: 100%;
  }
  .wp-block-buttons .wp-block-button a {
    justify-content: center;
  }
  .wine-card .wp-block-buttons {
    flex-direction: row;
  }
  .wine-card .wp-block-buttons .wp-block-button {
    flex: unset;
  }
  .wine-card .wine-card-img {
    margin-bottom: 72px;
  }
  .cta {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
  #password-protected-container {
    padding: 16px !important;
  }
  #password-protected-container input[type=submit],
  #password-protected-container p label {
    margin-top: 16px !important;
  }
  .atg-img-grid > figure {
    order: -1;
  }
  .atg-img-grid .atg-img-grid-good {
    width: auto;
  }
  #home-logo img {
    height: 200px !important;
  }
  .atg-img-grid > figure img {
    width: 100%;
  }
  .atg-img-grid {
    display: flex !important;
    flex-direction: column;
    gap: 64px;
    justify-items: center;
  }
  .stockist {
    flex-direction: column;
  }
}
@media (max-height: 575px) {
  .mobile-menu .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container {
    justify-content: start;
  }
}
@supports (-webkit-overflow-scrolling: touch) {
  .wp-block-cover__image-background.has-parallax {
    background-attachment: scroll;
    /* disables fixed */
    background-size: 100% auto;
    /* ensures full image fits */
  }
  .page-blanc-de-blancs .wp-block-cover.has-parallax,
  .page-blanc-de-blancs .wp-block-cover__image-background.has-parallax {
    aspect-ratio: 3/4;
    height: auto;
    width: 100%;
    min-width: none;
  }
}

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