/*!
Theme Name: Elton Zero
Theme URI: https://studiofury.com
Author: Studio Fury
Author URI: https://studiofury.com
Description: Elton Zero
Requires at least: 6.4
Tested up to: 6.5
Requires PHP: 7.0
Version: 1.0.5
Text Domain: elton-zero
*/
/* 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;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-wrap: balance;
}

/*
  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 PRIMARY
------------------------------------------ */
.is-style-heading-1-primary {
  font-size: var(--wp--preset--font-size--heading-1);
  font-weight: normal;
  line-height: 1.13;
  font-family: var(--wp--preset--font-family--mtt-milano);
  font-style: normal;
  letter-spacing: normal;
}
.is-style-heading-1-primary em {
  font-family: var(--wp--preset--font-family--adobe-garamond-pro);
}

/* -----------------------------------------
   HEADING 1 SECONDARY
------------------------------------------ */
.is-style-heading-1-secondary {
  font-size: var(--wp--preset--font-size--heading-1);
  font-weight: normal;
  line-height: 1.13;
  font-family: var(--wp--preset--font-family--adobe-garamond-pro);
  font-style: normal;
  letter-spacing: normal;
}

/* -----------------------------------------
   HEADING 2 PRIMARY
------------------------------------------ */
.is-style-heading-2-primary {
  font-size: var(--wp--preset--font-size--heading-2);
  font-weight: normal;
  line-height: 1.14;
  font-family: var(--wp--preset--font-family--mtt-milano);
  font-style: normal;
  letter-spacing: normal;
}
.is-style-heading-2-primary em {
  font-family: var(--wp--preset--font-family--adobe-garamond-pro);
}

/* -----------------------------------------
   HEADING 2 SECONDARY
------------------------------------------ */
.is-style-heading-2-secondary {
  font-size: var(--wp--preset--font-size--heading-2);
  font-weight: normal;
  line-height: 1.14;
  font-family: var(--wp--preset--font-family--adobe-garamond-pro);
  font-style: normal;
  letter-spacing: normal;
}

/* -----------------------------------------
   HEADING 3 PRIMARY
------------------------------------------ */
.is-style-heading-3-primary {
  font-size: var(--wp--preset--font-size--heading-3);
  font-weight: normal;
  line-height: 1.2;
  font-family: var(--wp--preset--font-family--mtt-milano);
  font-style: normal;
  letter-spacing: normal;
  text-transform: none;
}
.is-style-heading-3-primary em {
  font-family: var(--wp--preset--font-family--adobe-garamond-pro);
}

/* -----------------------------------------
   HEADING 3 SECONDARY
------------------------------------------ */
.is-style-heading-3-secondary {
  font-size: var(--wp--preset--font-size--heading-3);
  font-weight: normal;
  line-height: 1.2;
  font-family: var(--wp--preset--font-family--adobe-garamond-pro);
  font-style: normal;
  letter-spacing: normal;
}

/* -----------------------------------------
   HEADING 4 PRIMARY
------------------------------------------ */
.is-style-heading-4-primary {
  font-size: var(--wp--preset--font-size--heading-4);
  font-weight: normal;
  line-height: 1.25;
  font-family: var(--wp--preset--font-family--mtt-milano);
  font-style: normal;
  letter-spacing: normal;
}

/* -----------------------------------------
   HEADING 4 SECONDARY
------------------------------------------ */
.is-style-heading-4-secondary {
  font-size: var(--wp--preset--font-size--heading-4);
  font-weight: normal;
  line-height: 1.25;
  font-family: var(--wp--preset--font-family--adobe-garamond-pro);
  font-style: normal;
  letter-spacing: normal;
}

/* -----------------------------------------
   HEADING 5 PRIMARY
------------------------------------------ */
.is-style-heading-5-primary {
  font-size: var(--wp--preset--font-size--heading-5);
  font-weight: bold;
  line-height: 1.33;
  font-family: var(--wp--preset--font-family--mtt-milano);
  font-style: normal;
  letter-spacing: normal;
}

/* -----------------------------------------
   HEADING 5 SECONDARY
------------------------------------------ */
.is-style-heading-5-secondary {
  font-size: var(--wp--preset--font-size--heading-5);
  font-weight: bold;
  line-height: 1.33;
  font-family: var(--wp--preset--font-family--adobe-garamond-pro);
  font-style: normal;
  letter-spacing: normal;
}

/* -----------------------------------------
   HEADING 6 PRIMARY
------------------------------------------ */
.is-style-heading-6-primary {
  font-size: var(--wp--preset--font-size--heading-6);
  font-weight: bold;
  line-height: 1.6;
  font-family: var(--wp--preset--font-family--mtt-milano);
  font-style: normal;
  letter-spacing: normal;
}

/* -----------------------------------------
   HEADING 6 SECONDARY
------------------------------------------ */
.is-style-heading-6-secondary {
  font-size: var(--wp--preset--font-size--heading-6);
  font-weight: bold;
  line-height: 1.6;
  font-family: var(--wp--preset--font-family--adobe-garamond-pro);
  font-style: normal;
  letter-spacing: normal;
}

/* -----------------------------------------
   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--mtt-milano);
  font-style: normal;
  letter-spacing: normal;
}

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

/* -----------------------------------------
   TEXT XXS
------------------------------------------ */
.is-style-text-xxs {
  font-size: var(--wp--preset--font-size--text-xxs);
  font-weight: normal;
  line-height: 1.33;
  font-family: var(--wp--preset--font-family--mtt-milano);
  font-style: normal;
  letter-spacing: normal;
}

/* -----------------------------------------
   BUTTON
------------------------------------------ */
.is-style-button {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.14;
  font-family: var(--wp--preset--font-family--mtt-milano);
  font-style: normal;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

/* -----------------------------------------
   METADATA
------------------------------------------ */
.is-style-metadata {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.14;
  font-family: var(--wp--preset--font-family--mtt-milano);
  font-style: normal;
  letter-spacing: 5.6px;
  text-transform: uppercase;
}

.is-style-menu-label {
  font-family: var(--wp--preset--font-family--mtt-milano);
  font-size: 12px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 1.2px;
  text-align: center;
}

.is-style-fill-small .wp-block-button__link,
.is-style-outline-small .wp-block-button__link {
  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;
  padding: 8px 16px;
  text-transform: none;
}

@media (max-width: 768px) {
  /* -----------------------------------------
  /* Mobile Heading Styles */
  .is-style-heading-1-secondary {
    font-family: var(--wp--preset--font-family--adobe-garamond-pro);
    font-size: 48px;
    font-weight: normal;
    font-style: normal;
    line-height: 1.17;
    letter-spacing: normal;
  }
  h1,
  .is-style-heading-1-primary {
    font-family: var(--wp--preset--font-family--mtt-milano);
    font-size: 48px;
    font-weight: normal;
    font-style: normal;
    line-height: 1.17;
    letter-spacing: normal;
  }
  .is-style-heading-2-secondary {
    font-family: var(--wp--preset--font-family--adobe-garamond-pro);
    font-size: 40px;
    font-weight: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
  }
  h2,
  .is-style-heading-2-primary {
    font-family: var(--wp--preset--font-family--mtt-milano);
    font-size: 40px;
    font-weight: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
  }
  .is-style-heading-3-secondary {
    font-family: var(--wp--preset--font-family--adobe-garamond-pro);
    font-size: 28px;
    font-weight: normal;
    font-style: normal;
    line-height: 1.29;
    letter-spacing: normal;
  }
  h3,
  .is-style-heading-3-primary {
    font-family: var(--wp--preset--font-family--mtt-milano);
    font-size: 28px;
    font-weight: normal;
    font-style: normal;
    line-height: 1.29;
    letter-spacing: normal;
  }
  .is-style-heading-4-secondary {
    font-family: var(--wp--preset--font-family--adobe-garamond-pro);
    font-size: 24px;
    font-weight: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
  }
  h4,
  .is-style-heading-4-primary {
    font-family: var(--wp--preset--font-family--mtt-milano);
    font-size: 24px;
    font-weight: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
  }
  .is-style-heading-5-secondary {
    font-family: var(--wp--preset--font-family--adobe-garamond-pro);
    font-size: 20px;
    font-weight: bold;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: normal;
  }
  h5,
  .is-style-heading-5-primary {
    font-family: var(--wp--preset--font-family--mtt-milano);
    font-size: 20px;
    font-weight: bold;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: normal;
  }
  .is-style-heading-6-secondary {
    font-family: var(--wp--preset--font-family--adobe-garamond-pro);
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    line-height: 1.56;
    letter-spacing: normal;
  }
  h6,
  .is-style-heading-6-primary {
    font-family: var(--wp--preset--font-family--mtt-milano);
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    line-height: 1.56;
    letter-spacing: normal;
  }
  /* Mobile Navigation Styles (use desktop-style class names) */
  .is-style-navigation-link {
    font-family: var(--wp--preset--font-family--adobe-garamond-pro);
    font-size: 32px;
    font-weight: normal;
    font-style: italic;
    line-height: 1.25;
    letter-spacing: normal;
  }
  .is-style-navigation-sub-link {
    font-family: var(--wp--preset--font-family--mtt-milano);
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
  }
  /* Mobile Text Styles */
  body,
  .is-style-text-s {
    font-family: var(--wp--preset--font-family--mtt-milano);
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    line-height: 1.56;
    letter-spacing: normal;
  }
  .is-style-text-xs {
    font-family: var(--wp--preset--font-family--mtt-milano);
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
  }
  .is-style-text-xxs {
    font-family: var(--wp--preset--font-family--mtt-milano);
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
  }
}
label,
legend {
  font-family: var(--wp--preset--font-family--adobe-garamond-pro);
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: italic;
  line-height: 1.33;
  letter-spacing: normal;
  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--mtt-milano);
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  padding: 16px;
  background-color: #fff;
  border-radius: 0;
  color: var(--wp--preset--color--primary);
  width: 100%;
  border: 0;
}
input::placeholder,
textarea::placeholder,
select::placeholder {
  opacity: 0.75;
}

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-family: var(--wp--preset--font-family--mtt-milano);
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  line-height: 1.14;
  font-size: 14px;
  font-style: normal;
}
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;
}

.wp-block-read-more {
  background-color: transparent;
  color: var(--wp--preset--color--secondary);
  border: 1px solid var(--wp--preset--color--secondary);
  font-family: var(--wp--preset--font-family--mtt-milano);
  text-transform: none;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  transition: background-color 0.25s ease-out;
  height: 40px;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  padding: var(--wp--preset--spacing--xxs) var(--wp--preset--spacing--xs);
}
.wp-block-read-more:hover {
  background-color: var(--wp--preset--color--secondary);
  color: var(--wp--preset--color--primary);
  transition: all 0.25s ease-out;
}

textarea {
  min-height: 200px;
  height: 200px;
}

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

.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: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,
.has-cobalt-gradient-background,
.has-primary-background-color,
.has-primary-light-background-color,
.has-primary-dark-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);
  --input-color: ;
  --input-placeholder: ;
  color: var(--text);
}

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

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

body {
  overflow-x: hidden;
}

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

:where(h1, h2, h3, h4, h5, h6):has(+ p) {
  margin-block-end: var(--wp--preset--spacing--xxs);
}

body .is-layout-constrained > .alignwide {
  max-width: var(--wp--style--global--wide-size);
  padding-left: 40px;
  padding-right: 40px;
}

.split-parent {
  overflow: hidden;
}

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

.select2 {
  display: none;
}

.split-char,
.split-line,
.split-word {
  -webkit-text-rendering: optimizeSpeed;
  text-rendering: optimizeSpeed;
  -webkit-font-kerning: none;
  font-kerning: none;
  will-change: transform, opacity;
}

.split-word {
  overflow: hidden;
}

.split-char {
  padding-top: 0.165em;
}

/* 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 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  z-index: 99;
  padding: 24px;
}

#site-logo {
  height: 66px;
  position: relative;
  text-align: center;
  cursor: pointer;
  opacity: 1;
  transition: all 0.25s ease-out;
  z-index: 99;
}
#site-logo:hover {
  opacity: 0.5;
  transition: all 0.25s ease-out;
}
#site-logo figure {
  position: absolute;
  top: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: var(--wp--preset--spacing--xxs);
  align-items: center;
}
#site-logo figure svg {
  height: 48px;
  display: block;
}
#site-logo .is-style-menu-label {
  cursor: pointer;
}

nav.site-navigation {
  min-height: 100vh;
  min-height: 100dvh;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  min-width: 100vw;
  width: 100dvw;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
}

#logo-primary .is-style-menu-label {
  color: var(--wp--preset--color--primary);
}

#logo-secondary .is-style-menu-label {
  color: var(--wp--preset--color--secondary);
}

.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;
}

#elton-logo-animation {
  height: 120px;
  width: 315px;
  max-width: none;
}

@keyframes bounce {
  0% {
    transform: translateX(-50%) translateY(0);
  }
  50% {
    transform: translateX(-50%) translateY(15px);
  }
  100% {
    transform: translateX(-50%) translateY(0);
  }
}
#home-hero::after {
  content: "";
  position: absolute;
  bottom: var(--wp--preset--spacing--lg);
  left: 50%;
  transform: translateX(-50%);
  background-image: url(./assets/svg/scroll-arrow.svg);
  width: 48px;
  height: 48px;
  animation: bounce 2s infinite alternate ease-in-out;
  display: block;
  z-index: 8;
  background-size: 48px 48px;
  background-repeat: no-repeat;
  background-position: center;
}

#home-stack {
  overflow: hidden;
  display: block !important;
  height: 100vh;
  width: 100vw;
}
#home-stack .alignfull.alignfull {
  margin-left: 0;
  margin-right: 0;
}
#home-stack #roundel-container {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  height: 65.625vh;
  transform: translate(-50%, -50%);
}
#home-stack #roundel-logo {
  height: 65.625vh;
  opacity: 0.15;
  transform-box: fill-box;
  /* ensures origin is inside the SVG */
  transform-origin: center;
  /* rotate around center */
  animation: home-spin 12s linear infinite;
}

/* Keyframes only handle rotation */
@keyframes home-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
#home-stack > * {
  position: absolute !important;
  inset: 0;
  width: 100%;
  height: 100vh;
  bottom: 0;
  top: 0;
}

#home-stack > .layer--1 {
  z-index: 2;
}

#home-stack > .layer--2 {
  z-index: 1;
}

#home-stack > .layer--3 {
  visibility: hidden;
  opacity: 0;
  z-index: 3;
}

/* Prevent Cover block from breaking height */
.stack .wp-block-cover {
  min-height: 100vh;
}

#home-blanc-de-blancs {
  min-height: 100vh;
}

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

.wp-block-navigation .wp-block-navigation-link a,
.wp-block-navigation .current-menu-item a {
  border-bottom: 2px solid transparent;
  transition: border-color 0.25s ease-out;
}
.wp-block-navigation .wp-block-navigation-link a:hover,
.wp-block-navigation .current-menu-item a:hover {
  text-decoration: none;
  border-bottom: 2px solid currentColor;
  transition: border-color 0.25s ease-out;
}

.wp-block-navigation .current-menu-item.trade-area-link a,
.wp-block-navigation.trade-area-link a:where(:not(.wp-element-button)) {
  border-bottom: 0;
}

.wp-block-navigation .current-menu-item.trade-area-link a:hover,
.wp-block-navigation .trade-area-link :where(:not(.wp-element-button)):hover {
  border-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: 1314px;
}
#home-gallery #home-gallery-image-1 {
  top: 0;
  right: 0;
  width: 49%;
}
#home-gallery #home-gallery-image-2 {
  top: 14.6118721461%;
  left: 0;
  width: 32%;
}
#home-gallery #home-gallery-image-3 {
  top: 26.1796042618%;
  right: 25.5%;
  width: 32%;
}
#home-gallery #home-gallery-image-4 {
  top: 38.0517503805%;
  left: 17%;
  width: 23.5%;
}
#home-gallery #home-gallery-image-5 {
  top: 52.9680365297%;
  right: 21.25%;
  width: 23.5%;
  z-index: 1;
}
#home-gallery #home-gallery-image-6 {
  top: 70.7762557078%;
  right: 0;
  width: 32%;
}

.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 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;
}
#product-hero-grid #canvas-container svg {
  width: 430px;
  height: 446px;
  position: absolute;
  top: 12.5vh;
  left: 50%;
  transform: translateX(-50%);
  animation: spin 12s linear infinite;
  transform-origin: left;
}
#product-hero-grid canvas {
  position: absolute;
  z-index: 8;
  top: 20vh;
  max-width: none;
}

#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;
}

details {
  margin-bottom: var(--wp--preset--spacing--xs);
}
details summary {
  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);
}
details summary::marker, details summary::-webkit-details-marker {
  display: none;
}
details summary::before {
  content: "";
  width: 16px;
  height: 1px;
  background-color: var(--highlight);
  display: block;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}
details summary::after {
  content: "";
  width: 1px;
  height: 16px;
  background-color: var(--highlight);
  display: block;
  position: absolute;
  right: 23px;
  top: 50%;
  transform: translateY(-50%);
}
details .wp-block-group {
  padding: 16px !important;
}
details .wp-block-group {
  min-height: 56px;
  border-bottom: 1px solid var(--wp--preset--color--secondary-dark);
  padding-top: 0;
  padding-bottom: 0;
}
details .wp-block-group 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;
}
details .wp-block-group p strong {
  font-weight: normal;
}

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

:root :where(.wp-block-post-title) {
  font-style: italic;
}

.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: 67px;
  width: 100%;
  position: static;
  display: flex;
  padding: 30px 35px 0;
}

.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: 0 !important;
}

.wp-block-navigation__responsive-container-close {
  position: relative;
}
.wp-block-navigation__responsive-container-close svg {
  position: relative;
}
.wp-block-navigation__responsive-container-close::after {
  content: "Close";
  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;
  position: absolute;
  left: 24px;
  bottom: 0px;
  z-index: 9999;
}

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

.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;
}
.wp-block-button.is-style-outline-small .wp-block-button__link {
  background-color: transparent;
  border: 1px solid currentColor;
}
.wp-block-button.is-style-outline-small .wp-block-button__link, .wp-block-button.is-style-fill-small .wp-block-button__link {
  height: 40px;
}

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

@media (max-width: 820px) {
  #storerocket {
    padding-left: 0;
    padding-right: 0;
  }
  #product-hero {
    overflow: hidden;
  }
  #product-hero-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 {
    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 {
    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 {
    max-width: none;
    width: 100%;
  }
  #product-hero-grid #canvas-container {
    display: none;
    max-width: 100vw;
  }
  #product-hero-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;
  }
  .wine-section .wp-block-columns {
    justify-content: center;
  }
  #smooth-content {
    padding-top: 96px;
  }
  #mobile-header {
    display: flex;
  }
  .home-footer-img img {
    aspect-ratio: 5/4;
    height: 100%;
  }
  #home-stack {
    padding: 0;
  }
  #blanc-de-blanc-cta .wp-block-cover__image-background {
    background-image: url("./assets/img/EJZERO_Range_FixedBG_Mobile.webp") !important;
  }
  #discover-hero {
    background-image: url("./assets/img/EJZERO_About_Hero_Mobile.jpg") !important;
    background-position: center top !important;
    align-items: center;
    justify-content: flex-end;
    align-content: flex-end;
    justify-items: flex-end;
    flex-direction: column;
    display: flex;
    text-align: center;
    gap: 24px;
    padding: 0 16px 48px;
    height: 100dvh !important;
  }
  #discover-hero .wp-block-group {
    align-items: center;
  }
  #discover-hero .wp-block-heading,
  #discover-hero p {
    text-align: center;
    color: var(--wp--preset--color--secondary);
  }
  #discover-hero .wp-block-buttons {
    text-align: center;
    display: flex;
    justify-content: center;
    align-content: stretch;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
  }
  #discover-hero .wp-block-button__link {
    border-color: var(--wp--preset--color--secondary);
    color: var(--wp--preset--color--secondary) !important;
  }
}
@media (max-width: 768px) {
  .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;
  }
}
@media (max-width: 767px) {
  #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) {
  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%);
  }
  #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 {
    padding: 30px 27px;
  }
  .wp-block-navigation__responsive-container-close:after {
    left: 16px;
  }
  .site-footer-top {
    padding-top: 96px !important;
    padding-bottom: 48px !important;
  }
  .site-header {
    padding: 16px;
  }
  .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 .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 .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--primary);
    mask-repeat: no-repeat;
    mask-position: center;
  }
  .site-footer-top .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--primary);
  }
  .site-footer-top,
  .site-footer-bottom {
    padding-left: 16px;
    padding-right: 16px;
  }
  #contact-form-section {
    padding-top: 48px !important;
  }
  .wine-section {
    margin-bottom: 48px;
  }
  .wine-section + .wp-block-group {
    padding-top: 0 !important;
  }
  #home-blanc-de-blancs {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
  #discover-hero .wp-block-buttons {
    display: none;
  }
  .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;
    width: 100%;
  }
  .wp-block-buttons .wp-block-button .wp-block-button__link {
    width: 100%;
  }
  .wp-block-buttons .wp-block-button a {
    justify-content: center;
  }
  .cta {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
  .single-post .wp-block-post-title,
  .single-post .wp-block-post-featured-image {
    margin-bottom: 64px !important;
  }
  .single-post .wp-block-post-content {
    margin-bottom: 64px !important;
    padding-left: 0;
    padding-right: 0;
  }
  #password-protected-container {
    padding: 16px !important;
  }
  #password-protected-container input[type=submit],
  #password-protected-container p label {
    margin-top: 16px !important;
  }
}
@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 */
  }
}

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