:root {
  --primary-text-color: #a68340;
  --heading-color: #88898a;
  --link-color: #a68340;
  --link-color-hover: #816632;
  --technical-text-color: #88898a;
  --overlay-color: rgba(255, 255, 255, 0.9);
  --line-color: #bbb;
  --speed: 0.5s;
  --c7-alt-button-bg-hover: #88898a;
  --c7-block-border-color: var(--c7-border-color);
  --c7-block-border-radius: 0;
  --c7-block-shadow: none;
  --c7-body-text-color: var(--primary-text-color);
  --c7-field-option-focus-color: #a68340;
  --c7-field-option-selected-color: #a68340;
  --c7-font-family: EB Garamond, serif;
  --c7-heading-font-family: sackers-gothic-light, sans-serif;
  --c7-heading-font-weight: normal;
  --c7-heading-text-color: var(--heading-color);
  --c7-link-color: var(--link-color);
  --c7-primary-button-bg-hover: #88898a;
}

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

.ir {
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
}

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

.font-smoothing, .use-heading-font, .c7-account-block__title, .c7-account__menu a, .site-footer ul, .main-menu .c7-user-nav__cart__count, .main-menu ul.container > li > a,
.main-menu ul.container .c7-user-nav__cart__title, .main-menu ul.mobile-overlay > li > a,
.main-menu ul.mobile-overlay .c7-user-nav__cart__title, h1, h2:not(.c7-h2), h3, h4, h5, h6 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.undo-font-smoothing, body {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
  font-smoothing: auto;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  scroll-behavior: smooth;
}
body:not(.no-padding) {
  padding-bottom: 5rem;
  padding-top: 10rem;
}
@media (min-width: 900px) and (max-width: 1199px) {
  body:not(.no-padding) {
    padding-top: 9rem;
  }
}
@media (max-width: 899px) {
  body:not(.no-padding) {
    padding-top: 6rem;
  }
}

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

.container {
  padding: 0 1rem;
}
@media (min-width: 900px) {
  .container {
    max-width: 79.4rem;
    padding: 0 1.6rem;
    margin: 0 auto;
  }
}

.center-align {
  display: flex;
  align-items: center;
}

.start-align {
  align-items: flex-start;
}

.end-align {
  align-items: flex-end;
}

.center-justify {
  display: flex;
  justify-content: center;
}

.reverse {
  flex-direction: row-reverse;
}

.align-self-start {
  align-self: flex-start;
}

.align-self-end {
  align-self: flex-end;
}

.align-self-center {
  align-self: center;
}

@font-face {
  font-family: "sackers-gothic-light";
  src: url("/fonts/SackersGothicStdLight/font.woff2") format("woff2"), url("/fonts/SackersGothicStdLight/font.woff") format("woff");
}
html {
  font-size: 17px;
}
@media (min-width: 1500px) {
  html {
    font-size: 20px;
  }
}

input,
select {
  text-transform: none;
}

body {
  font-size: 0.9rem;
  line-height: 1.67;
}

a {
  color: var(--link-color);
  cursor: pointer;
  text-decoration: underline;
}
a:hover, a.active {
  color: var(--link-color-hover);
}

p, ul, ol, blockquote {
  margin: 1em 0;
}

h1, h2:not(.c7-h2), h3, h4, h5, h6 {
  font-weight: normal;
  line-height: 1.2;
}

h1 {
  font-size: 2rem;
  margin: 0 0 1em 0;
}

h2:not(.h3) {
  font-size: 1.5rem;
  margin: 1em 0;
}

h3:not(.h4), .h3 {
  font-size: 1.2rem;
  margin: 1.5em 0;
}

h4 {
  color: var(--primary-text-color);
}

h4, .h4 {
  font-size: 0.9rem;
  margin: 2em 0;
}

hr {
  border: none;
  border-top: 1px solid var(--line-color);
}

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

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

.use-heading-font, .c7-account-block__title, .c7-account__menu a, .site-footer ul, .main-menu .c7-user-nav__cart__count, .main-menu ul.container > li > a,
.main-menu ul.container .c7-user-nav__cart__title, .main-menu ul.mobile-overlay > li > a,
.main-menu ul.mobile-overlay .c7-user-nav__cart__title, h1, h2:not(.c7-h2), h3, h4, h5, h6 {
  font-family: "sackers-gothic-light", sans-serif;
  color: var(--heading-color);
  text-transform: lowercase;
}

.c7-form {
  margin: 0;
  max-width: none;
}
.c7-form > div {
  margin-bottom: 2.5rem;
}

button:not(.c7-link):not(#c7-side-cart__header__close),
.button,
.c7-btn {
  cursor: pointer;
  text-decoration: none;
  font-family: "EB Garamond", serif;
  text-transform: lowercase;
  display: inline-block;
  line-height: 1;
  min-height: auto;
  padding: 0.8em 1.5em;
  color: var(--heading-color);
  background: none;
  font-size: 0.9rem;
  border: 1px solid var(--line-color);
  border-radius: 0;
  font-family: "sackers-gothic-light", sans-serif;
}
button:not(.c7-link):not(#c7-side-cart__header__close):hover, button:not(.c7-link):not(#c7-side-cart__header__close):hover:not([disabled]), button:not(.c7-link):not(#c7-side-cart__header__close):focus, button:not(.c7-link):not(#c7-side-cart__header__close):focus:not([disabled]), button:not(.c7-link):not(#c7-side-cart__header__close):active, button:not(.c7-link):not(#c7-side-cart__header__close):active:not([disabled]),
.button:hover,
.button:hover:not([disabled]),
.button:focus,
.button:focus:not([disabled]),
.button:active,
.button:active:not([disabled]),
.c7-btn:hover,
.c7-btn:hover:not([disabled]),
.c7-btn:focus,
.c7-btn:focus:not([disabled]),
.c7-btn:active,
.c7-btn:active:not([disabled]) {
  color: #fff;
  background: var(--line-color);
  text-decoration: none;
}

button.c7-link {
  line-height: inherit;
}

label,
.c7-form label:not(.c7-radio, .c7-checkbox, .duet-date__mobile-heading),
.c7-label,
.c7-form legend {
  font-size: 0.9rem;
}

.c7-form > div {
  margin-bottom: 1.5rem;
}

input,
select,
.c7-form input[type=text],
.c7-form input[type=email],
.c7-form input[type=number],
.c7-form input[type=tel],
.c7-form input[type=username],
.c7-form input[type=password],
.c7-form textarea,
.c7-form--stripe,
.c7-order-item input,
.c7-form select,
.c7-order-item select {
  padding: 0.25em 0.75em;
  font-size: 0.9rem;
  color: var(--technical-text-color);
  border: 1px solid var(--line-color);
  box-shadow: none;
  border-radius: 0;
}

.c7-checkbox__control {
  margin-top: 0;
}

.c7-checkbox input[type=checkbox]:checked + .c7-checkbox__control::after {
  top: 0;
}

.c7-form input:active:not([disabled]),
.c7-form input:focus:not([disabled]),
.c7-form select:active:not([disabled]) .c7-form select:focus:not([disabled]),
.c7-form textarea:active:not([disabled]),
.c7-form textarea:focus:not([disabled]),
.c7-order-item input:active:not([disabled]),
.c7-order-item input:focus:not([disabled]),
.c7-order-item select:active:not([disabled]),
.c7-order-item select:focus:not([disabled]),
.c7-order-item textarea:active:not([disabled]),
.c7-order-item textarea:focus:not([disabled]) {
  box-shadow: none !important;
}

.c7-form__error {
  margin: 0;
}

.row {
  margin: 0 -0.3rem;
  display: flex;
  flex-wrap: wrap;
}
.row > * {
  padding: 0 0.3rem;
  flex: 1 0 0%;
}

.col-1 {
  flex: 0 0 auto;
  width: 10%;
}

.col-2 {
  flex: 0 0 auto;
  width: 20%;
}

.col-3 {
  flex: 0 0 auto;
  width: 30%;
}

.col-4 {
  flex: 0 0 auto;
  width: 40%;
}

.col-5 {
  flex: 0 0 auto;
  width: 50%;
}

.col-6 {
  flex: 0 0 auto;
  width: 60%;
}

.col-7 {
  flex: 0 0 auto;
  width: 70%;
}

.col-8 {
  flex: 0 0 auto;
  width: 80%;
}

.col-9 {
  flex: 0 0 auto;
  width: 90%;
}

.col-10 {
  flex: 0 0 auto;
  width: 100%;
}

.offset-0 {
  margin-left: 0;
}

.offset-1 {
  margin-left: 10%;
}

.offset-2 {
  margin-left: 20%;
}

.offset-3 {
  margin-left: 30%;
}

.offset-4 {
  margin-left: 40%;
}

.offset-5 {
  margin-left: 50%;
}

.offset-6 {
  margin-left: 60%;
}

.offset-7 {
  margin-left: 70%;
}

.offset-8 {
  margin-left: 80%;
}

.offset-9 {
  margin-left: 90%;
}

@media (max-width: 899px) {
  .col-sm-1 {
    flex: 0 0 auto;
    width: 10%;
  }

  .col-sm-2 {
    flex: 0 0 auto;
    width: 20%;
  }

  .col-sm-3 {
    flex: 0 0 auto;
    width: 30%;
  }

  .col-sm-4 {
    flex: 0 0 auto;
    width: 40%;
  }

  .col-sm-5 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-sm-6 {
    flex: 0 0 auto;
    width: 60%;
  }

  .col-sm-7 {
    flex: 0 0 auto;
    width: 70%;
  }

  .col-sm-8 {
    flex: 0 0 auto;
    width: 80%;
  }

  .col-sm-9 {
    flex: 0 0 auto;
    width: 90%;
  }

  .col-sm-10 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 10%;
  }

  .offset-sm-2 {
    margin-left: 20%;
  }

  .offset-sm-3 {
    margin-left: 30%;
  }

  .offset-sm-4 {
    margin-left: 40%;
  }

  .offset-sm-5 {
    margin-left: 50%;
  }

  .offset-sm-6 {
    margin-left: 60%;
  }

  .offset-sm-7 {
    margin-left: 70%;
  }

  .offset-sm-8 {
    margin-left: 80%;
  }

  .offset-sm-9 {
    margin-left: 90%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1 {
    flex: 0 0 auto;
    width: 10%;
  }

  .col-lg-2 {
    flex: 0 0 auto;
    width: 20%;
  }

  .col-lg-3 {
    flex: 0 0 auto;
    width: 30%;
  }

  .col-lg-4 {
    flex: 0 0 auto;
    width: 40%;
  }

  .col-lg-5 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-lg-6 {
    flex: 0 0 auto;
    width: 60%;
  }

  .col-lg-7 {
    flex: 0 0 auto;
    width: 70%;
  }

  .col-lg-8 {
    flex: 0 0 auto;
    width: 80%;
  }

  .col-lg-9 {
    flex: 0 0 auto;
    width: 90%;
  }

  .col-lg-10 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 10%;
  }

  .offset-lg-2 {
    margin-left: 20%;
  }

  .offset-lg-3 {
    margin-left: 30%;
  }

  .offset-lg-4 {
    margin-left: 40%;
  }

  .offset-lg-5 {
    margin-left: 50%;
  }

  .offset-lg-6 {
    margin-left: 60%;
  }

  .offset-lg-7 {
    margin-left: 70%;
  }

  .offset-lg-8 {
    margin-left: 80%;
  }

  .offset-lg-9 {
    margin-left: 90%;
  }
}
body:not(.logged-into-commerce7) .show-if-logged-in {
  display: none;
}

body.logged-into-commerce7 .show-if-logged-out {
  display: none;
}

.c7-content {
  padding: 0;
}

.c7-personalization {
  margin: 0;
}

.c7-wrapper {
  padding: 0;
  max-width: none;
}

.c7-modal .c7-wrapper {
  padding: 0 20px;
}

.c7-table a {
  margin: 0;
}

.c7-back:before {
  display: none;
}

.c7-modal__header button {
  border: none;
  background: none;
  padding: 0;
}
.c7-modal__header button:hover {
  background: none;
}

.main-menu {
  position: fixed;
  display: flex;
  flex-direction: column;
  top: 0;
  left: 0;
  right: 0;
  line-height: 1;
  font-size: 0.9rem;
  z-index: 10;
}
.main-menu ul.container, .main-menu ul.mobile-overlay {
  list-style: none;
}
.main-menu ul.container > li > a,
.main-menu ul.container .c7-user-nav__cart__title, .main-menu ul.mobile-overlay > li > a,
.main-menu ul.mobile-overlay .c7-user-nav__cart__title {
  text-decoration: none;
}
.main-menu ul.container > li > a:hover, .main-menu ul.container > li > a.active,
.main-menu ul.container .c7-user-nav__cart__title:hover,
.main-menu ul.container .c7-user-nav__cart__title.active, .main-menu ul.mobile-overlay > li > a:hover, .main-menu ul.mobile-overlay > li > a.active,
.main-menu ul.mobile-overlay .c7-user-nav__cart__title:hover,
.main-menu ul.mobile-overlay .c7-user-nav__cart__title.active {
  color: var(--link-color);
  text-decoration: underline;
  text-underline-offset: 0.35em;
}
@media (max-width: 1199px) {
  .main-menu ul.container > li > a,
.main-menu ul.container .c7-user-nav__cart__title, .main-menu ul.mobile-overlay > li > a,
.main-menu ul.mobile-overlay .c7-user-nav__cart__title {
    color: var(--primary-text-color);
  }
}
.main-menu svg {
  display: block;
}
@media (max-width: 1199px) {
  .main-menu .logo {
    flex-grow: 1;
  }
}
.main-menu .logo svg {
  width: 10em;
  height: 1.15em;
}
.main-menu .labyrinth svg {
  width: 3.25em;
  height: 3.25em;
}
.main-menu .top-bar {
  background: var(--overlay-color);
}
.main-menu .top-bar ul.container {
  height: 6rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .main-menu .top-bar ul.container {
    height: 4rem;
  }
}
.main-menu .top-bar ul.container > li {
  margin: 0;
}
@media (max-width: 1199px) {
  .main-menu .top-bar ul.container > li:not(.logo) {
    padding-left: 1.25rem;
  }
}
.main-menu .mobile-overlay {
  font-size: 1rem;
  background: var(--overlay-color);
  opacity: 0;
  transition: opacity var(--speed);
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0;
}
.main-menu .mobile-overlay li {
  padding: 0.75rem 0;
}
@media (min-width: 1200px) {
  .main-menu .mobile-overlay {
    display: none;
  }
}
.main-menu .toggle-mobile-menu {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  position: relative;
  top: -0.05em;
}
.main-menu .toggle-mobile-menu span:not(.visually-hidden), .main-menu .toggle-mobile-menu:before, .main-menu .toggle-mobile-menu:after {
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  width: 100%;
  background: var(--primary-text-color);
  transition: all var(--speed);
}
.main-menu .toggle-mobile-menu:before {
  top: 15%;
}
.main-menu .toggle-mobile-menu span {
  top: 50%;
}
.main-menu .toggle-mobile-menu:after {
  top: 85%;
}
@media (max-width: 1199px) {
  .main-menu {
    height: 4rem;
    overflow: hidden;
  }
}

@media (max-width: 1199px) {
  body.show-mobile-menu {
    height: 100vh;
    position: relative;
    overflow: hidden;
  }
  body.show-mobile-menu .main-menu {
    height: auto;
    min-height: 100vh;
    overflow: auto;
  }

  body.fade-in-mobile-menu .main-menu .toggle-mobile-menu span {
    opacity: 0;
  }
  body.fade-in-mobile-menu .main-menu .toggle-mobile-menu:before {
    top: 50%;
    transform: rotate(45deg);
  }
  body.fade-in-mobile-menu .main-menu .toggle-mobile-menu:after {
    top: 50%;
    transform: rotate(-45deg);
  }
  body.fade-in-mobile-menu .main-menu .mobile-overlay {
    opacity: 1;
  }
}
.c7-user-nav__cart svg {
  display: none;
}
.c7-user-nav__cart .c7-user-nav__cart__title span {
  clip: initial;
  -webkit-clip-path: initial;
          clip-path: initial;
  overflow: initial;
  position: initial;
  height: auto;
  width: auto;
  text-transform: lowercase;
}
.c7-user-nav__cart .c7-user-nav__cart__count {
  display: initial;
  background: initial;
  border-radius: initial;
  box-shadow: initial;
  color: var(--heading-color);
  font-size: initial;
  font-weight: initial;
  margin: 0;
  padding: 0 0 0 0.25em;
  min-width: initial;
  height: auto;
  vertical-align: initial;
  transition: initial;
}
.c7-user-nav__cart .c7-user-nav__cart__count:before {
  content: "(";
}
.c7-user-nav__cart .c7-user-nav__cart__count:after {
  content: ")";
}
.c7-user-nav__cart > .c7-link:hover .c7-user-nav__cart__count {
  box-shadow: none;
}

.site-footer {
  background: var(--overlay-color);
  position: relative;
  padding: 1.5rem 0;
}
.site-footer ul {
  padding: 0;
  margin: 0 auto;
  max-width: 76.2rem;
  color: var(--heading-color);
  text-align: center;
  list-style: none;
  text-transform: lowercase;
  font-size: 0.7rem;
}
.site-footer li {
  margin: 0;
  padding: 0;
}
.site-footer li:first-child {
  margin-bottom: 1rem;
}
@media (min-width: 1200px) {
  .site-footer ul {
    display: flex;
    text-align: left;
  }
  .site-footer li {
    margin: 0 0 0 2rem;
  }
  .site-footer li:first-child {
    flex-grow: 1;
    margin: 0 0 0 0;
  }
}
.site-footer a {
  color: inherit;
  text-decoration: none;
}
.site-footer a:hover {
  color: var(--link-color);
}

body:not(.no-padding) .site-footer {
  margin-top: 4rem;
}

@media (min-width: 1200px) {
  .site-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    transform: translate(0, 0%);
    transition: transform 0.3s;
  }

  body.hide-footer .site-footer {
    transform: translate(0, 100%);
  }
}
.arrow.direction-down, .arrow.direction-up {
  width: 9px;
  height: 51px;
}
.arrow.direction-right, .arrow.direction-left {
  width: 51px;
  height: 9px;
}
.arrow svg {
  display: block;
  width: 100%;
  height: 100%;
}
@media (max-width: 899px) {
  .arrow {
    display: none;
  }
}

.c7-side-cart,
.c7-cart {
  color: var(--technical-text-color);
}
.c7-side-cart .c7-order-item,
.c7-cart .c7-order-item {
  width: 100%;
}
.c7-side-cart .c7-order-item__details button,
.c7-cart .c7-order-item__details button {
  font-size: 0.8rem;
  margin: 0;
}
.c7-side-cart .c7-order-item__description,
.c7-side-cart .c7-order-item__price,
.c7-side-cart .c7-form--coupon-code-container,
.c7-cart .c7-order-item__description,
.c7-cart .c7-order-item__price,
.c7-cart .c7-form--coupon-code-container {
  display: none;
}
.c7-side-cart .c7-order-summary__buttons a,
.c7-cart .c7-order-summary__buttons a {
  padding-left: 0;
  padding-right: 0;
  flex: 3;
}
.c7-side-cart .c7-order-summary__buttons a.c7-btn--alt,
.c7-cart .c7-order-summary__buttons a.c7-btn--alt {
  flex: 2;
}
.c7-side-cart .c7-order-summary h2,
.c7-cart .c7-order-summary h2 {
  margin: 0;
  font-size: 1.2rem;
}

#c7-side-cart__header__title {
  font-size: 1rem;
}

.slide-panel > div {
  display: flex;
  width: 100vw;
  padding: 7rem 1.6rem 0;
  align-items: center;
}
.slide-panel > div > div {
  width: 100%;
  max-width: 76.2rem;
  margin: 0 auto;
}
.slide-panel img {
  width: 100%;
  display: block;
}
.slide-panel .overlap-right,
.slide-panel .overlap-left {
  position: relative;
  z-index: 1;
}
.slide-panel .overlap-right {
  margin-right: -25%;
}
.slide-panel .overlap-left {
  margin-left: -25%;
}
@media (min-width: 900px) {
  .slide-panel .pad-left {
    padding-left: 2.5rem;
  }
  .slide-panel .pad-right {
    padding-right: 2.5rem;
  }
}

.video-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
  background: #000000;
  padding: 1.6rem 1.6rem;
  z-index: 10;
  overflow: auto;
  opacity: 0;
  transition: opacity var(--speed);
}
.video-overlay > div {
  width: 100%;
  max-width: 76.2rem;
  min-height: 100%;
  padding: 4rem 0;
  margin: 0 auto;
  position: relative;
  display: flex;
  align-items: center;
}
.video-overlay > div > div {
  width: 100%;
}
.video-overlay .close-video-overlay {
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  position: absolute;
  top: 0;
  right: 0;
}
.video-overlay .close-video-overlay:before, .video-overlay .close-video-overlay:after {
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  width: 100%;
  background: #ffffff;
}
.video-overlay .close-video-overlay:before {
  top: 50%;
  transform: rotate(45deg);
}
.video-overlay .close-video-overlay:after {
  top: 50%;
  transform: rotate(-45deg);
}

body.show-video-overlay {
  height: 100vh;
  overflow: hidden;
}
body.show-video-overlay .video-overlay {
  display: none;
  /* Hide all overlays by default */
}
body.show-video-overlay .video-overlay.active {
  display: flex;
  /* Only show the active overlay */
}

body.fade-in-video-overlay .video-overlay {
  opacity: 1;
}

.panel-big-picture h3 {
  font-size: 1.2rem;
}
@media (max-width: 899px) {
  .panel-big-picture .text-wrapper {
    margin-top: 2rem;
  }
}
.panel-big-picture .text-wrapper .button {
  margin: 1rem 0;
}

.release-page-content .c7-personalization__content,
.event-page-content .c7-personalization__content,
.c7-product-collection__content,
.c7-account .c7-product-allocation__content,
.product-detail {
  margin: 0;
}
.release-page-content .c7-personalization__content h1,
.event-page-content .c7-personalization__content h1,
.c7-product-collection__content h1,
.c7-account .c7-product-allocation__content h1,
.product-detail h1 {
  font-size: 1.2rem;
  margin: 0;
  text-align: left;
  color: var(--primary-text-color);
  font-size: 1.5rem;
}
.release-page-content .c7-personalization__content h3,
.event-page-content .c7-personalization__content h3,
.c7-product-collection__content h3,
.c7-account .c7-product-allocation__content h3,
.product-detail h3 {
  color: #da291c;
  font-size: 0.7rem;
}
.release-page-content .c7-personalization__content h4,
.event-page-content .c7-personalization__content h4,
.c7-product-collection__content h4,
.c7-account .c7-product-allocation__content h4,
.product-detail h4 {
  font-size: 0.7rem;
  color: var(--primary-text-color);
  margin-top: 0;
}

.c7-product-collection {
  min-height: auto;
}

@media (min-width: 900px) {
  .release-letter-copy {
    padding-left: 2rem;
  }
}

.c7-product-allocation {
  margin: 4rem 0;
}

.c7-product-allocation__product-list {
  margin: 0;
  display: block;
}

.release-page-content h3,
.event-page-content h3 {
  margin-top: 0;
}
.release-page-content .c7-personalization__content p,
.event-page-content .c7-personalization__content p {
  color: #88898a;
}
.release-page-content .c7-personalization__content h4:first-child,
.event-page-content .c7-personalization__content h4:first-child {
  color: #da291c;
}

.product-list h2 {
  text-transform: lowercase;
  font-size: 0.8rem;
  margin: 0;
}
.product-list h2 a {
  color: #88898a;
  text-decoration: none;
}
.product-list h2 a:hover {
  text-decoration: underline;
}
.product-list .c7-product-collection__product-list {
  display: block;
  margin: 0;
}
.product-list .product-detail {
  margin-top: 1rem;
}

@media (min-width: 900px) {
  .product-page-copy {
    padding-left: 2rem;
  }
}

.product-detail .c7-product__allocation__title {
  display: none;
}
.product-detail h3 {
  margin: 0 0 0.5em 0;
}
.product-detail .c7-product__add-to-cart {
  display: flex;
  align-items: center;
}
.product-detail .action {
  display: flex;
  align-items: center;
}
.product-detail .c7-product__add-to-cart__price {
  font-size: 0.75rem;
  width: 6.5rem;
  margin: 0;
  font-family: "sackers-gothic-light", sans-serif;
}
.product-detail .c7-product__add-to-cart__price__variant,
.product-detail .c7-product__allocation__quantity {
  display: none;
}
.product-detail .c7-product__add-to-cart__form {
  margin: 0.5rem 0;
}
.product-detail .c7-product__add-to-cart__form select,
.product-detail .c7-product__add-to-cart__form button {
  padding-top: 0.8em;
  padding-bottom: 0.8em;
  line-height: 1;
  height: auto;
  font-size: 0.7rem !important;
}
.product-detail .c7-product__add-to-cart__form input {
  font-size: 0.7rem !important;
  height: calc(2.6em + 2px);
  box-sizing: border-box;
}
.product-detail .c7-product__allocation__wish {
  display: inline;
}
.product-detail .c7-product__allocation__wish button {
  padding: 0;
  margin-left: 1rem;
  font-family: "sackers-gothic-light", sans-serif;
  text-transform: lowercase;
  text-decoration: none;
  position: relative;
  top: -2px;
  font-size: 0px;
  color: rgba(255, 255, 255, 0);
}
.product-detail .c7-product__allocation__wish button:before {
  content: "Request More";
  font-size: 12px;
  color: var(--c7-body-text-color);
}
.product-detail .c7-product__allocation__wish button:before:hover {
  text-decoration: underline;
}
.product-detail .c7-form__field {
  margin: 0;
}
@media (max-width: 1050px) {
  .product-detail .c7-product__add-to-cart {
    display: block;
  }
  .product-detail .action {
    display: block;
  }
  .product-detail .c7-product__allocation__wish button {
    margin-left: 0;
  }
}

.c7-product-detail__photo,
.c7-product-detail__info {
  width: 100%;
  order: unset;
}

#c7-content .product-page-content {
  max-width: 800px;
  margin: 0 auto;
}
#c7-content .product-page-content h1 {
  text-align: left;
  margin: 0;
  text-transform: lowercase;
}
#c7-content .product-page-content .c7-product-detail__subtitle {
  font-size: 0.8rem;
  text-transform: lowercase;
  color: var(--primary-text-color);
}
#c7-content .product-page-content .c7-product-detail__photo {
  margin-top: 2rem;
}
#c7-content .product-page-content .c7-product-detail__photo img {
  width: 100%;
  max-height: none;
}
#c7-content .product-page-content .c7-product-detail__info {
  margin-top: 2rem;
  text-align: left;
}
#c7-content .product-page-content .c7-product__variant {
  margin: 0 0 2rem;
}

.product-page-copy .product-detail div > p {
  color: #88898a;
}
.product-page-copy .product-detail .c7-product__add-to-cart__price {
  color: #88898a;
}

.c7-account-login .c7-form__buttons {
  margin-top: 2rem;
}

.c7-account-login__password-options {
  text-align: left;
}
.c7-account-login__password-options p {
  font-size: inherit;
}

.c7-account-login__options {
  margin-top: 1.5rem;
}

.new-customers {
  color: var(--technical-text-color);
}

.profile-personalization {
  max-width: 60rem;
  margin: 0 auto;
}

.c7-account {
  color: var(--technical-text-color);
  max-width: 60rem;
  margin: 0 auto;
}
.c7-account h1 {
  text-align: center;
}

.c7-account__header {
  background: none;
  padding: 2rem 0 1rem;
}
.c7-account__header p:first-of-type {
  display: none;
}

.c7-account__menu {
  background: none;
  box-shadow: none;
  margin: 0 0 3rem 0;
}
.c7-account__menu a {
  text-decoration: none;
  padding-bottom: 0;
  border-bottom-width: 1px;
}
.c7-account__menu .c7-active a,
.c7-account__menu a:hover {
  color: var(--link-color);
}

.c7-account-dashboard__left-column h2 {
  margin-bottom: 2rem;
}

.c7-account-dashboard__block h2 {
  margin: 2rem 0 0 0;
  font-size: 0.9rem;
}

.c7-account-dashboard__block__header__title h2 {
  font-size: 0.9rem;
  margin: 0 0 1em 0;
}

.c7-order-item__image {
  display: none;
}
.c7-order-item__image + .c7-order-item__details {
  margin-left: 0;
}

.c7-address p,
.c7-credit-card p,
.c7-account__profile p,
.c7-order-details__payment-method p {
  margin: 0;
}

.c7-order-items.c7-order-items--shipment ul {
  display: block;
}
.c7-order-items.c7-order-items--shipment li {
  text-align: left;
}
.c7-order-items.c7-order-items--shipment .c7-order-item__description {
  display: none;
}
.c7-order-items.c7-order-items--shipment .c7-order-item__pricing {
  justify-content: flex-start;
}

.c7-account-club__shipment__footer__total {
  padding: 0;
  max-width: 15rem;
}

.c7-account-club {
  max-width: 40rem;
  margin: 0 auto;
}

.c7-account-club__header__actions a.c7-btn--primary svg {
  display: none;
}

.c7-account__menu a[href="/profile/reservation"] {
  display: none;
}

.c7-modal-container.c7-account-club-shipment .c7-order-item__description {
  display: none;
}
.c7-modal-container.c7-account-club-shipment .c7-club-product__details__variant {
  display: none;
}
.c7-modal-container.c7-account-club-shipment .c7-club-product__details__price span:nth-child(2) {
  display: none;
}
.c7-modal-container.c7-account-club-shipment .c7-club-products__container {
  display: block;
}
.c7-modal-container.c7-account-club-shipment .c7-club-product__details__teaser p {
  margin-top: 0;
}
.c7-modal-container.c7-account-club-shipment .c7-order-items.c7-order-items--shipment-edit ul {
  grid-template-columns: repeat(4, 1fr);
}

.c7-account-allocations .c7-h1 {
  display: none;
}

.c7-content--checkout {
  color: var(--technical-text-color);
}
.c7-content--checkout .c7-form--coupon-code-container {
  display: none;
}

.c7-checkout__content h1, .c7-checkout__content h2 {
  font-size: 1.2rem;
}
.c7-checkout__content h2 {
  margin-top: 2rem;
}

.c7-checkout__review-block {
  display: block;
  position: relative;
  line-height: normal;
}
.c7-checkout__review-block h2 {
  margin: 0 0 0.5em 0;
  font-family: "sackers-gothic-light", sans-serif;
  font-size: 1.2rem;
}
.c7-checkout__review-block p {
  margin: 0;
}
.c7-checkout__review-block > .c7-link {
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.c7-checkout__review__details__shipping-method {
  align-items: center;
}

.c7-checkout__review__details__credit-card .c7-credit-card {
  align-items: center;
}

.c7-checkout__summary-container .c7-order-item__description {
  display: none;
}
.c7-checkout__summary-container .c7-callout p {
  margin: 0;
}

.c7-receipt__header__content h1 {
  font-size: 1.2rem;
  text-transform: uppercase;
}
.c7-receipt__header__content p {
  display: none;
}

.c7-receipt__header {
  text-align: center;
}
.c7-receipt__header .c7-btn {
  position: static;
}

.c7-order-status-summary h2 {
  font-size: 1.2rem;
}

.c7-order-details h2,
.c7-order-contents h2 {
  font-size: 1.2rem;
}
.c7-order-details .c7-order-item__description,
.c7-order-contents .c7-order-item__description {
  display: none;
}

.c7-club-summary__selection p {
  margin: 0;
}

.c7-checkout__content div[aria-label="Delivery Type"] {
  display: none !important;
}

@media (min-width: 900px) {
  .panel-labyrinth-1 .text-wrapper,
.panel-art-0 .text-wrapper {
    display: flex;
    margin-top: 25%;
  }
  .panel-labyrinth-1 .arrow-wrapper,
.panel-art-0 .arrow-wrapper {
    flex: 0 0 25%;
    padding-right: 0.3rem;
  }
  .panel-labyrinth-1 .quote-wrapper,
.panel-art-0 .quote-wrapper {
    text-align: right;
    flex: 0 0 75%;
    padding-left: 0.3rem;
  }
  .panel-labyrinth-1 .quote-wrapper p,
.panel-art-0 .quote-wrapper p {
    margin: 0;
  }
  .panel-labyrinth-1 .image-wrapper,
.panel-art-0 .image-wrapper {
    position: relative;
    background: #000;
  }
  .panel-labyrinth-1 .image-wrapper h2,
.panel-art-0 .image-wrapper h2 {
    margin: 0;
    font-size: 3.75rem;
  }
  .panel-labyrinth-1 .image-wrapper img,
.panel-art-0 .image-wrapper img {
    display: block;
  }
  .panel-labyrinth-1 .image-wrapper span,
.panel-art-0 .image-wrapper span {
    display: block;
    position: absolute;
    bottom: 15%;
  }
  .panel-labyrinth-1 .image-wrapper span:first-child,
.panel-art-0 .image-wrapper span:first-child {
    right: 0.35em;
    color: #fff;
  }
  .panel-labyrinth-1 .image-wrapper span:last-child,
.panel-art-0 .image-wrapper span:last-child {
    left: 100%;
    margin-left: 0.15em;
  }
}
@media (min-width: 900px) and (max-width: 1199px) {
  .panel-labyrinth-1 .image-wrapper h2,
.panel-art-0 .image-wrapper h2 {
    font-size: 2.5rem;
  }
}

@media (min-width: 900px) {
  .panel-labyrinth-2 h3 {
    margin-top: 0;
  }
}

@media (min-width: 900px) {
  .panel-legacy-1 {
    text-align: right;
  }
  .panel-legacy-1 .image-wrapper {
    position: relative;
  }
  .panel-legacy-1 .image-wrapper h2 {
    margin: 0;
    font-size: 3.75rem;
  }
  .panel-legacy-1 .image-wrapper span {
    display: block;
    position: absolute;
    top: 20%;
  }
  .panel-legacy-1 .image-wrapper span:first-child {
    right: 0.35em;
    color: #fff;
  }
  .panel-legacy-1 .image-wrapper span:last-child {
    left: 100%;
    margin-left: 0.15em;
  }
}
@media (min-width: 900px) and (max-width: 1199px) {
  .panel-legacy-1 .image-wrapper h2 {
    font-size: 2.5rem;
  }
}

@media (min-width: 900px) {
  .panel-legacy-2 p {
    margin: 0;
  }
}

@media (min-width: 900px) {
  .panel-vineyard-1 .arrow-wrapper {
    flex: 0 0 25%;
    padding-right: 0.3rem;
  }
  .panel-vineyard-1 .quote-wrapper {
    text-align: right;
    flex: 0 0 75%;
    padding-left: 0.3rem;
  }
  .panel-vineyard-1 .quote-wrapper p {
    margin: 0;
  }
  .panel-vineyard-1 .image-wrapper {
    position: relative;
    background: #000;
  }
  .panel-vineyard-1 .image-wrapper h2 {
    margin: 0;
    font-size: 3.75rem;
  }
  .panel-vineyard-1 .image-wrapper span {
    display: block;
    position: absolute;
    bottom: 15%;
  }
  .panel-vineyard-1 .image-wrapper span:first-child {
    right: 0.35em;
    color: #fff;
  }
  .panel-vineyard-1 .image-wrapper span:last-child {
    left: 100%;
    margin-left: 0.15em;
  }
}
@media (min-width: 900px) and (max-width: 1199px) {
  .panel-vineyard-1 .image-wrapper h2 {
    font-size: 2.5rem;
  }
}

.panel-vineyard-2 {
  align-items: stretch;
}
.panel-vineyard-2 .image-wrapper {
  display: flex;
  height: 100%;
  align-items: center;
  position: relative;
}
.panel-vineyard-2 .arrow-wrapper {
  position: absolute;
  left: 0;
  bottom: 0;
}

@media (min-width: 900px) {
  .panel-vineyard-3 {
    align-items: stretch;
  }
  .panel-vineyard-3 .text-wrapper {
    display: flex;
    align-items: center;
    position: relative;
  }
  .panel-vineyard-3 p {
    padding-left: 2.5rem;
  }
  .panel-vineyard-3 .arrow {
    position: absolute;
    left: 2.5rem;
    bottom: 4rem;
  }
}
@media (min-width: 900px) and (max-width: 1199px) {
  .panel-vineyard-3 .text-wrapper {
    align-items: flex-start;
  }
}

.panel-vineyard-4 .text-section {
  position: relative;
  z-index: 1;
}

@media (min-width: 900px) {
  .panel-wine-1 .image-wrapper {
    position: relative;
  }
  .panel-wine-1 .image-wrapper h2 {
    margin: 0;
    font-size: 3.75rem;
  }
  .panel-wine-1 .image-wrapper span {
    display: block;
    position: absolute;
    top: 15%;
  }
  .panel-wine-1 .image-wrapper span:first-child {
    right: 0.35em;
    color: #fff;
  }
  .panel-wine-1 .image-wrapper span:last-child {
    left: 100%;
    margin-left: 0.15em;
  }
}
@media (min-width: 900px) and (max-width: 1199px) {
  .panel-wine-1 .image-wrapper h2 {
    font-size: 2.5rem;
  }
  .panel-wine-1 .arrow {
    margin-bottom: 0 !important;
  }
}

.text-page-wrapper {
  max-width: 40rem;
  margin: 0 auto;
}
.text-page-wrapper h1, .text-page-wrapper h2, .text-page-wrapper h3, .text-page-wrapper h4, .text-page-wrapper h5, .text-page-wrapper h6 {
  margin: 1.5em 0 0;
}

.c7-subscribe .c7-form__group {
  display: block;
}
.c7-subscribe .c7-form__group .c7-form__field + button {
  margin: 0.5rem 0 0;
}

.release-letter-copy {
  color: #88898a;
}
.release-letter-copy h1 {
  color: var(--primary-text-color);
  font-size: 1.5rem;
}
@media (min-width: 900px) {
  .release-letter-copy {
    padding-left: 2rem;
  }
}

.press-page-grid {
  margin: -1rem;
  color: #88898a;
}
.press-page-grid > div {
  padding: 1.5rem 1rem;
}
.press-page-grid h3 {
  margin: 1em 0 0.25em;
}
.press-page-grid p {
  margin: 0;
}
@media (min-width: 900px) {
  .press-page-grid {
    display: flex;
    flex-wrap: wrap;
  }
  .press-page-grid > div {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .press-page-grid > div {
    width: 33.3%;
  }
}

.standing-order {
  max-width: 40rem;
  margin: 0 auto;
}
.standing-order h1, .standing-order h2, .standing-order h3, .standing-order h4 {
  text-align: center;
}
.standing-order .options-title {
  text-transform: uppercase;
  margin: 3rem 0 0;
}
.standing-order .standing-order-options {
  display: flex;
  justify-content: center;
  text-align: center;
}
@media (max-width: 899px) {
  .standing-order .standing-order-options {
    flex-direction: column;
  }
}
.standing-order .standing-order-option {
  padding: 1rem;
}

body.accessible {
  --primary-text-color: #8F6F38;
  --heading-color: #747476;
  --link-color: #8F6F38;
  --link-color-hover: #6a532a;
  --technical-text-color: #747476;
  --c7-alt-button-bg-hover: #747476;
  --c7-body-text-color: #8F6F38;
  --c7-field-option-focus-color: #8F6F38;
  --c7-field-option-selected-color: #8F6F38;
  --c7-heading-text-color: var(--heading-color);
  --c7-link-color: var(--link-color);
  --c7-primary-button-bg-hover: #747476;
}
body.accessible .justify-text {
  text-align: left;
}

@media (min-width: 900px) {
  .small-only {
    display: none;
  }
}

@media (max-width: 899px) {
  .medium-only {
    display: none;
  }
}
@media (min-width: 1200px) {
  .medium-only {
    display: none;
  }
}

@media (max-width: 1199px) {
  .large-only {
    display: none;
  }
}

@media (min-width: 1200px) {
  .small-and-medium-only {
    display: none;
  }
}

@media (max-width: 899px) {
  .medium-and-large-only {
    display: none;
  }
}

.c7-account-dashboard__left-column .c7-account-block .c7-account-dashboard__block__header__title p {
  display: none;
}