@charset "UTF-8";
:root {
  --c7-font-size: 19px;
  --c7-link-color: #231f20;
  --c7-bg: none;
  --c7-bg-alt: none;
  --c7-field-bg: transparent;
  --c7-field-border-radius: 0;
  --c7-field-border-color: #C6C6C5;
  --c7-field-focus-color: none;
  --c7-primary-button-bg: #231f20;
  --c7-primary-button-bg-hover: #000;
  --c7-button-border-radius: 0;
  --c7-cart-count-bg: none;
  --c7-cart-count-bg-focus: none;
  --c7-cart-count-text-color: #231f20;
}

* {
  box-sizing: border-box;
}

body, html {
  height: 100%;
  margin: 0;
}

html {
  background: #f8f8f2;
}

.release-letter-page body,
.text-page body {
  height: auto;
  padding: 40px;
  max-width: 1000px;
  margin: 50px auto 0;
}

table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  font-size: 19px;
  font-family: freight-text-pro, serif;
  color: #231f20;
  line-height: normal;
}

a, .c7-link {
  color: inherit;
  cursor: pointer;
  text-decoration: underline;
}

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

h4 a:hover, h5 a:hover, h6 a:hover {
  text-decoration: underline;
}

h1 {
  font-size: 72px;
  font-weight: normal;
  font-family: "Hoefler Text A", "Hoefler Text B", serif;
}

html:not(.commerce-7-only-page) h1 {
  font-family: "Hoefler Text SC A", "Hoefler Text SC B", serif;
}

h2 {
  font-family: "Hoefler Text A", "Hoefler Text B", serif;
  font-size: 60px;
  font-weight: normal;
}
@media (max-width: 500px) {
  h2 {
    font-size: 45px;
  }
}
h2.underline {
  position: relative;
}
h2.underline:before {
  content: "";
  display: block;
  background: #231f20;
  width: 0.9em;
  height: 2px;
  position: absolute;
  bottom: 0.25em;
  left: 0;
}

.pane-dark h2.underline:before {
  background: #fff;
}

h3 {
  font-family: "Hoefler Text A", "Hoefler Text B", serif;
  font-size: 48px;
  font-weight: normal;
  margin: 0;
}
@media (max-width: 500px) {
  h3 {
    font-size: 36px;
  }
}

h4 {
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  margin: 0 0 1.25em 0;
}

blockquote {
  padding: 0;
  margin: 0;
}

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

figure, figcaption {
  margin: 0;
  padding: 0;
}

button {
  cursor: pointer;
}

.text-page body {
  font-size: 17px;
}
.text-page h1 {
  font-size: 32px;
  margin: 2em 0 1em;
  text-align: center;
}
.text-page h2 {
  font-size: 28px;
}
.text-page h3 {
  font-size: 20px;
  font-weight: bold;
}

audio:focus {
  outline: none;
}

#play-btn-1,
#play-btn-2 {
  width: 100px;
  height: 14px;
  background: url(/img/play.png);
  background-size: 100% auto;
  margin: 0 auto;
  cursor: pointer;
}
#play-btn-1.pause,
#play-btn-2.pause {
  background-image: url(/img/pause.png);
}

.audio-player {
  padding: 0 20px;
  width: 420px;
  margin: 0 auto;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  margin-top: 6em;
}
@media (max-width: 500px) {
  .audio-player {
    width: 100%;
  }
}
.audio-player p {
  margin: 0;
  letter-spacing: 0.1em;
}
.audio-player progress[value] {
  margin: 2em 0 1em;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: white;
  color: blue;
  height: 7px;
  width: 100%;
}
.audio-player progress[value]::-webkit-progress-bar {
  background-color: #f8f8f2;
  border-radius: 0px;
  border: 1px solid #231f20;
  color: #231f20;
}
.audio-player progress::-webkit-progress-value {
  background-color: #231f20;
  border: 1px solid #f8f8f2;
}
.audio-player progress[value]::-moz-progress-bar {
  background-color: #f8f8f2;
  border-radius: 0px;
  border: 1px solid #231f20;
  color: #231f20;
}
.audio-player progress::-moz-progress-value {
  background-color: #231f20;
  border: 1px solid #f8f8f2;
}
.audio-player .player-controls {
  opacity: 0;
}
.audio-player.playing .player-controls {
  opacity: 1;
}

.pane {
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20% 40px;
}

.pane:not(.pane-header) + .pane:not(.pane-dark) {
  padding-top: 0;
}

.pane-header {
  padding: 0;
  min-height: 100%;
}
.pane-header h1 {
  text-align: center;
  color: #fff;
  margin: 0;
  padding: 0 30px;
}
@media (max-width: 550px) {
  .pane-header h1 {
    font-size: 40px;
  }
}

.homepage .pane-header h1 {
  font-size: 90px;
}
@media (max-width: 550px) {
  .homepage .pane-header h1 {
    font-size: 46px;
  }
}

.pane-quote blockquote,
.pane-audio blockquote {
  padding: 0;
  margin: 0;
  font-size: 30px;
}
@media (max-width: 820px) {
  .pane-quote blockquote,
  .pane-audio blockquote {
    font-size: 24px;
  }
}
.pane-quote blockquote,
.pane-audio blockquote {
  position: relative;
}
.pane-quote blockquote.quote:before,
.pane-audio blockquote.quote:before {
  content: "“";
  display: block;
  position: absolute;
  right: 100%;
  margin-right: 0.15em;
}
.pane-quote blockquote .attr,
.pane-audio blockquote .attr {
  font-size: 0.8em;
  font-style: italic;
  white-space: nowrap;
}

.pane-audio .audio {
  text-align: center;
  padding-top: 40px;
}

@media (min-width: 800px) {
  .pane-quote,
  .pane-audio {
    padding-left: 0;
    padding-right: 0;
  }
  .pane-quote .inner,
  .pane-audio .inner {
    max-width: 41.6666666667%;
  }
  .pane-quote-left .inner,
  .pane-audio-left .inner {
    margin-left: 16.6666666667%;
  }
  .pane-quote-center .inner,
  .pane-audio-center .inner {
    margin-left: 33.3333333333%;
  }
}
.slideshow {
  position: relative;
  height: 45vw;
  overflow: hidden;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  line-height: 1.5;
  font-size: 10px;
}
.slideshow figure {
  position: absolute;
  display: none;
  top: 0;
  width: 66.6666666667%;
  transition: right 1s;
}
.slideshow figure img {
  opacity: 0.2;
  transition: opacity 1s;
}
.slideshow figure:not(.current) {
  cursor: pointer;
}
.slideshow figure:not(.current):hover img {
  opacity: 0.4;
}
.slideshow .image-wrapper {
  position: relative;
}
.slideshow .image-wrapper:before, .slideshow .image-wrapper:after {
  content: "";
  display: block;
  width: 38px;
  height: 14px;
  background-image: url(/img/arrows.png);
  background-size: auto 100%;
  position: absolute;
  top: 52%;
  opacity: 0;
  transition: opacity 0.25s;
}
@media (max-width: 450px) {
  .slideshow .image-wrapper:before, .slideshow .image-wrapper:after {
    width: 22.8px;
    height: 8.4px;
  }
}
.slideshow .image-wrapper:before {
  right: 20px;
  background-position: left center;
}
.slideshow .image-wrapper:after {
  left: 20px;
  background-position: right center;
}
.slideshow figcaption {
  width: 75%;
  margin: 0.75em auto 0;
  opacity: 0;
  transition: opacity 1s;
}
@media (max-width: 450px) {
  .slideshow figcaption {
    width: auto;
    margin-left: -10%;
    margin-right: -10%;
  }
}
.slideshow img {
  width: 100%;
}
.slideshow .current {
  display: block;
  right: 16.6666666667%;
}
.slideshow .current img, .slideshow .current figcaption {
  opacity: 1;
}
.slideshow .minus-1 {
  display: block;
  right: 83.3333333333%;
}
.slideshow .minus-1 .image-wrapper:before {
  opacity: 1;
}
.slideshow .minus-2 {
  display: block;
  right: 150%;
}
.slideshow .minus-2 img {
  opacity: 0;
}
.slideshow .plus-1 {
  display: block;
  right: -50%;
}
.slideshow .plus-1 .image-wrapper::after {
  opacity: 1;
}
.slideshow .plus-2 {
  display: block;
  right: -116.6666666667%;
}
.slideshow .plus-2 img {
  opacity: 0;
}

.pane-image {
  min-height: 100%;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  line-height: 1.5;
  font-size: 10px;
  padding: 0;
  margin-bottom: 100px;
}
.pane-image .spacer {
  height: 100px;
}
.pane-image .spacer, .pane-image .caption {
  flex: 0 0 auto;
}
.pane-image .image {
  flex: 1 1 auto;
  background-size: cover;
  background-position: center;
}
.pane-image .caption {
  margin: 1.25em auto 0;
}
@media (max-width: 800px) {
  .pane-image .caption {
    width: auto;
    margin-left: 40px;
    margin-right: 40px;
  }
}

.anjea .pane-image .caption {
  max-width: 83em;
}

.chagrin .pane-image .caption {
  max-width: 70em;
}

.pane-text {
  font-size: 24px;
}
.pane-text h2 {
  position: relative;
  line-height: 1;
  padding-bottom: 30px;
  margin: 0 0 30px;
}
.pane-text .inner {
  width: 50%;
  margin: 0 auto;
}
@media (max-width: 799px) {
  .pane-text .inner {
    width: auto;
    margin: 0;
  }
}
.pane-text .inner h2 {
  display: inline-block;
  margin-bottom: 15px;
}
.pane-text .inner h2:after {
  width: 1em;
  left: 0;
  right: 0;
}
@media (min-width: 800px) {
  .pane-text {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-height: 650px) {
  .pane-text {
    font-size: 22px;
  }
}

.pane-dark {
  background-color: #6b7482;
  color: #fff;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.buy-links {
  list-style: none;
  margin: 0;
  padding: 3em 0 0;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.25em;
  font-size: 13px;
  text-transform: uppercase;
}
.buy-links li {
  margin: 0;
  padding: 2em 0 0;
}
.buy-links a {
  text-decoration: none;
}
.buy-links a:hover {
  text-decoration: underline;
}
@media (min-width: 600px) {
  .buy-links {
    display: flex;
  }
  .buy-links li {
    flex-grow: 1;
  }
}
@media (max-height: 650px) {
  .buy-links {
    padding-top: 0;
  }
}

.pane-wine, .pane-wine-list {
  font-size: 19px;
}
.pane-wine + .pane-wine, .pane-wine .pane-wine-list, .pane-wine-list + .pane-wine, .pane-wine-list .pane-wine-list {
  padding-top: 0;
}
.pane-wine h3, .pane-wine-list h3 {
  margin-bottom: 0.2em;
}
.pane-wine h4, .pane-wine-list h4 {
  margin-bottom: 3em;
  line-height: 1.8;
  font-size: 11px;
}
.pane-wine blockquote, .pane-wine-list blockquote {
  font-style: italic;
  font-size: 0.9em;
  margin-top: 2.5em;
}
.pane-wine em a, .pane-wine-list em a {
  text-decoration: none;
}
.pane-wine em a:hover, .pane-wine-list em a:hover {
  text-decoration: underline;
}
.pane-wine .attribution, .pane-wine-list .attribution {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  font-size: 0.7em;
  font-style: normal;
  line-height: 1.6;
}
@media (max-width: 600px) {
  .pane-wine .attribution, .pane-wine-list .attribution {
    display: block;
    white-space: normal;
    margin-top: 0.2em;
  }
}
.pane-wine .image, .pane-wine-list .image {
  margin: 0 auto 40px;
}
@media (min-width: 800px) {
  .pane-wine, .pane-wine-list {
    width: 100%;
    justify-content: center;
  }
  .pane-wine .inner, .pane-wine-list .inner {
    display: flex;
    align-items: center;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
  }
  .pane-wine .image, .pane-wine-list .image {
    width: 50%;
    padding-right: 80px;
    margin-bottom: 0px;
  }
  .pane-wine .text, .pane-wine-list .text {
    width: 50%;
  }
}

.hasHover .pane-wine h3,
.hasHover .pane-wine-list h3 {
  position: relative;
}
.hasHover .pane-wine h3 a:before,
.hasHover .pane-wine-list h3 a:before {
  content: "";
  display: none;
  background: #000;
  width: 0.8em;
  height: 2px;
  position: absolute;
  bottom: 2px;
  left: 0;
}
.hasHover .pane-wine h3 a:hover:before,
.hasHover .pane-wine-list h3 a:hover:before {
  display: block;
}

.pane-wine-list .inner {
  align-items: flex-start;
}
.pane-wine-list .image {
  padding-top: 14px;
}
.pane-wine-list h5 {
  font-size: 20px;
  margin: 0.5rem 0 0;
}
@media (min-width: 500px) {
  .pane-wine-list .cart-and-allocation {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  .pane-wine-list .c7-product__add-to-cart {
    display: flex;
    margin-right: 1.25rem;
  }
}
.pane-wine-list select[name=quantity] {
  height: 32.5px;
  padding-top: 0;
  padding-bottom: 0;
}
.pane-wine-list .c7-product__add-to-cart__price {
  font-size: 19px;
  margin: 8px 1rem 0 0;
}
.pane-wine-list .c7-product__add-to-cart__form {
  margin-top: 4px;
}
.pane-wine-list .c7-product__allocation__wish .c7-link {
  font-size: 16px;
}
.pane-wine-list .image .c7-product-allocation__product-list a + a {
  display: none;
}

.c7-product-allocation .pane {
  padding-top: 0;
  padding-bottom: 60px;
}

.main-menu {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 1;
}
.main-menu .wrapper {
  padding: 35px 35px 35px 25px;
  max-height: 100vh;
  overflow: auto;
}
.main-menu:not(.open) {
  pointer-events: none;
}
.main-menu a,
.main-menu .right {
  pointer-events: auto;
}
.main-menu .styled-text,
.main-menu .c7-user-nav__cart > button {
  font-size: 11px;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.25em;
  text-transform: uppercase;
}
.main-menu .styled-text a,
.main-menu .c7-user-nav__cart > button a {
  color: inherit;
  text-decoration: none;
}
.main-menu .styled-text a:hover,
.main-menu .c7-user-nav__cart > button a:hover {
  color: #000;
}
.main-menu .top {
  display: flex;
  justify-content: space-between;
}
.main-menu:after {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 100%;
  background: rgba(248, 248, 242, 0.95);
  z-index: -1;
  opacity: 0;
  transition: opacity 0.5s;
}
.main-menu.open:after {
  bottom: 0;
  opacity: 1;
}
.main-menu.transitioning:after {
  bottom: 0;
}
.main-menu.fixed, .main-menu.permafix {
  position: fixed;
  top: 0;
}
.main-menu .toggle {
  display: block;
  height: 18px;
  line-height: 18px;
  background-image: url(/img/hamburger.png);
  background-size: auto 200%;
  background-position: top left;
  background-repeat: no-repeat;
  padding-left: 52px;
}
.main-menu .toggle:hover {
  background-position: bottom left;
}
.main-menu ul, .main-menu li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.main-menu .right > li {
  display: inline-block;
}
.main-menu .right > li + li:before {
  content: " | ";
  padding: 0 0.25em;
}
.main-menu .right a:hover {
  text-decoration: underline;
}
.main-menu .bottom {
  display: none;
  font-size: 36px;
  padding: 40px 0 0 52px;
}
.main-menu .bottom li {
  margin: 0.4em 0;
}
.main-menu .bottom a {
  display: inline-block;
  text-decoration: none;
}
@media (max-width: 480px) {
  .main-menu .wrapper {
    padding: 25px 15px;
  }
  .main-menu .top {
    letter-spacing: 0em;
  }
}

.hasHover .main-menu .bottom a {
  position: relative;
}
.hasHover .main-menu .bottom a:before {
  content: "";
  display: none;
  background: #000;
  width: 0.7em;
  height: 2px;
  position: absolute;
  bottom: 2px;
  left: 0;
}
.hasHover .main-menu .bottom a:hover:before {
  display: block;
}

.c7-user-nav__cart > button.c7-link:hover {
  text-decoration: underline;
}
.c7-user-nav__cart > button.c7-link svg {
  display: none;
}

.c7-user-nav__cart__title span {
  clip: unset;
  clip-path: unset;
  overflow: unset;
  position: unset;
  white-space: unset;
  height: unset;
  width: unset;
}

.c7-user-nav__cart__count {
  display: unset;
  align-items: unset;
  justify-content: unset;
  background: unset;
  border-radius: unset;
  box-shadow: unset;
  color: unset;
  font-size: unset;
  font-weight: unset;
  margin-left: unset;
  padding: unset;
  text-align: unset;
  min-width: unset;
  height: unset;
  vertical-align: unset;
  transition: unset;
}
.c7-user-nav__cart__count:before {
  content: " (";
}
.c7-user-nav__cart__count:after {
  content: ")";
}

.main-footer {
  padding: 40px;
  font-size: 10.5px;
}
.main-footer h3 {
  font-family: "Hoefler Text SC A", "Hoefler Text SC B", serif;
  font-size: 34px;
  font-weight: normal;
}
.main-footer a {
  color: inherit;
  text-decoration: none;
}
.main-footer a:hover {
  text-decoration: underline;
}
.main-footer .inner {
  font-family: trade-gothic-next, sans-serif;
  text-transform: uppercase;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
@media (min-width: 850px) {
  .main-footer .inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
}
@media (max-width: 849px) {
  .main-footer table {
    width: 100%;
    margin-top: 2em;
  }
}
.main-footer td:last-child {
  text-align: right;
  padding-left: 1em;
}

body:not(.logged-into-commerce7) .logged-in-only {
  display: none !important;
}

body.logged-into-commerce7 .logged-out-only {
  display: none !important;
}

.commerce-7-only-page body {
  height: auto;
  padding: 40px;
}
.commerce-7-only-page h1 {
  font-size: 32px;
  margin: 2em 0 1em;
  text-align: center;
}
.commerce-7-only-page h2 {
  font-size: 32px;
}
.commerce-7-only-page h3 {
  font-size: 28px;
}
.commerce-7-only-page h4 {
  margin-bottom: 1.5em;
}

.c7-wrapper {
  padding: 0;
}

.commerce-7-only-page-logo {
  display: block;
  margin: 0 auto 40px;
}

.login-page body,
.commerce-7-only-page body {
  margin: 50px auto 0;
}

.login-page body {
  max-width: 800px;
}

.c7-account > *:not(.c7-account-allocations) {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.c7-modal {
  background: rgba(248, 248, 242, 0.95);
}

.subscribe-popup {
  display: none;
  background: rgba(248, 248, 242, 0.95);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  justify-content: center;
  flex-direction: column;
  z-index: 1;
}
.subscribe-popup.show {
  display: flex;
}
.subscribe-popup .wrapper {
  max-width: 500px;
  margin: 0 auto;
}
.subscribe-popup h2 {
  font-size: 24px;
  text-align: center;
  margin: 0 0 1.5em;
}

button {
  color: inherit;
}

.c7-btn {
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: normal;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 0.75em 1.5em;
  line-height: 1;
  min-height: auto;
}

.c7-btn:not(.c7-btn--facebook) {
  color: #fff;
  background-color: #333;
  border-color: #333;
  text-decoration: none !important;
  cursor: pointer;
}
.c7-btn:not(.c7-btn--facebook):hover {
  background-color: #000;
  border-color: #000;
}

select {
  background-color: transparent;
  border: 1px solid #C6C6C5;
  border-radius: 0;
  color: inherit;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

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

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

.c7-form label:not(.c7-checkbox) {
  font-family: trade-gothic-next, sans-serif;
  text-transform: uppercase;
  font-size: 13px;
}

input,
.c7-form select,
.c7-form input[type=text],
.c7-form input[type=email],
.c7-form input[type=tel],
.c7-form input[type=password],
.c7-form input[type=username],
.c7-form .c7-input-sudo {
  background-color: transparent;
  border: 1px solid #C6C6C5;
}
input:focus,
.c7-form select:focus,
.c7-form input[type=text]:focus,
.c7-form input[type=email]:focus,
.c7-form input[type=tel]:focus,
.c7-form input[type=password]:focus,
.c7-form input[type=username]:focus,
.c7-form .c7-input-sudo:focus {
  border-color: rgb(134.8043478261, 134.8043478261, 132.6956521739);
}

.c7-btn--skip svg {
  display: none;
}

.custom-collection-page h1 {
  font-size: 44px;
  margin: 2em 0 1em;
  text-align: center;
}
.custom-collection-page {
  padding: 40px 0;
  margin: 50px 0;
}

.c7-product-collection__product-list,
.c7-product-allocation__product-list {
  grid-template-columns: unset;
  -moz-column-gap: unset;
       column-gap: unset;
  row-gap: unset;
  display: unset;
  margin: unset;
}

.c7-product-collection {
  margin-top: 40px;
}
.c7-product-collection .c7-product {
  margin: 0;
  padding: 40px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.c7-product {
  width: 100%;
  text-align: left;
}

.c7-product-collection .c7-product__title {
  font-size: 32px;
}

.c7-product__photo,
.c7-product__info,
.c7-product__title,
.c7-product__teaser,
.c7-allocation {
  width: 100%;
  max-width: none;
}

.c7-product__allocation__wish button {
  margin-left: 0;
}

.c7-product__allocation__title,
.c7-product__allocation__quantity {
  display: none;
}

.c7-product__variant {
  margin-bottom: 1em;
}

.c7-product__variant__add-to-cart {
  justify-content: left;
}
.c7-product__variant__add-to-cart select {
  margin: 0;
}

.c7-product__add-to-cart__price {
  font-size: 1.4rem;
}

.c7-product__add-to-cart__price__variant {
  font-size: inherit;
}

.c7-personalization .c7-allocation__request,
#c7-content .c7-allocation__request {
  opacity: 1;
}
.c7-personalization .c7-allocation__request a,
#c7-content .c7-allocation__request a {
  font-size: 14px;
  display: inline-block;
  font-style: normal;
  font-family: "Montserrat", sans-serif;
  margin: 0;
  line-height: 1;
}

.custom-collection-page #c7-content h1 {
  display: none;
}
.custom-collection-page .c7-form {
  max-width: none;
}
.custom-collection-page .c7-product-collection {
  min-height: auto;
}
.custom-collection-page .c7-personalization > *:not(.c7-product-collection) {
  padding: 40px;
  max-width: 800px;
  margin: 0 auto;
}
.custom-collection-page h1 {
  margin-top: 0;
}
.custom-collection-page .c7-product__title {
  font-size: 32px;
}
.custom-collection-page .c7-product-collection {
  max-width: none;
}
.custom-collection-page .pane-wine, .custom-collection-page .pane-wine-list {
  padding-top: 50px;
  padding-bottom: 50px;
}

.c7-allocation ~ h3 {
  font-size: inherit;
  font-weight: inherit;
  margin-bottom: 0.75em;
}

.c7-form--allocation-request label {
  font-family: inherit;
  text-transform: none;
  font-size: 15px;
}

.product-page-detail .image {
  margin-top: 40px;
}
.product-page-detail h1 {
  margin: 2em 0 1em !important;
  font-size: 28px;
  text-align: left !important;
}
.product-page-detail .c7-product__variant {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.product-page-detail .c7-product__variant__price {
  margin: 0 0.5rem 0 0;
}
.product-page-detail .c7-product__variant__select {
  margin: 0 0.5rem 0 0;
  height: 34.5px;
}
.product-page-detail .description {
  margin-top: 2em;
}
.product-page-detail .back-to-offer {
  margin-top: 1em;
}
.product-page-detail .back-to-offer a {
  font-size: 14px;
  display: inline-block;
  font-style: normal;
  font-family: "Montserrat", sans-serif;
  margin: 0;
  line-height: 1;
}

#c7-login-form {
  max-width: 18em;
  margin: 0 auto 30px;
}
#c7-login-form a {
  text-decoration: underline;
}
#c7-login-form .c7-divider:before {
  display: none;
}

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

.c7-account-login__alt-login > div {
  width: 100%;
  max-width: 350px;
}
.c7-account-login__alt-login div {
  border-radius: 0;
}

.c7-subscribe .c7-btn {
  width: 100%;
  margin: 10px 0 0 !important;
  min-height: 50px;
}

.c7-side-cart {
  background: #f8f8f2;
}

#c7-side-cart__header__title {
  font-size: 24px;
}

#c7-cart .c7-order-item__image,
#c7-cart .c7-order-item__total,
#c7-cart .c7-order-item__description,
.c7-order-item .c7-order-item__image,
.c7-order-item .c7-order-item__total,
.c7-order-item .c7-order-item__description {
  display: none;
}
#c7-cart .c7-order-item__details,
.c7-order-item .c7-order-item__details {
  margin-left: 0;
}
#c7-cart .c7-order-item__details button,
.c7-order-item .c7-order-item__details button {
  margin-left: 0;
  font-size: 14px;
}

.c7-order-item select {
  height: auto;
}

.c7-form--coupon-code-container {
  display: none;
}

.c7-order-summary h2 {
  font-size: 24px;
}

.c7-checkout__header {
  padding-top: 80px;
}

.c7-checkout__header--mobile {
  padding-top: 80px;
}

.checkout-back-to-cart {
  position: absolute;
  z-index: 10000;
  left: 35px;
  top: 35px;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.25em;
  font-size: 11px;
}

.c7-checkout__content #c7-delivery-pickup-tab {
  display: none;
}

.c7-checkout__summary-container {
  background: #f8f8f2;
}

.c7-account__menu {
  box-shadow: none;
}
.c7-account__menu a {
  text-decoration: underline;
}
.c7-account__menu a:hover {
  text-decoration: underline;
}

.c7-account-dashboard__columns {
  display: block;
}

.c7-account-dashboard__left-column {
  margin: 0 0 50px;
}

.c7-order-items.c7-order-items--shipment ul {
  display: block;
}
.c7-order-items.c7-order-items--shipment .c7-order-item {
  text-align: left;
}
.c7-order-items.c7-order-items--shipment .c7-order-item__description {
  display: none;
}
@media (min-width: 720px) {
  .c7-order-items.c7-order-items--shipment .c7-order-item__details {
    display: flex;
    justify-content: space-between;
  }
}
.c7-order-items.c7-order-items--shipment .c7-order-items:not(.c7-order-items--cart) .c7-order-item__pricing {
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.c7-order-items.c7-order-items--shipment .c7-order-items:not(.c7-order-items--cart) .c7-order-item__price {
  font-size: inherit;
}
.c7-order-items.c7-order-items--shipment .c7-order-summary__item--total .c7-order-summary__title {
  flex-grow: 1;
  text-align: right;
  padding-right: 1.5rem;
}

.c7-account-allocations .c7-product-allocation {
  margin: 6rem 0;
}
.c7-account-allocations .pane-wine {
  padding: 0;
}

.c7-personalization.release-page-personalization h1 {
  font-size: 32px;
  margin: 2em 0 1em;
  text-align: center;
}
.c7-personalization.release-page-personalization h2 {
  font-size: 28px;
}
.c7-personalization.release-page-personalization h3 {
  font-size: 22px;
}
.c7-personalization.release-page-personalization h4 {
  margin-bottom: 1.5em;
}
.c7-personalization.release-page-personalization .release-letter-page-button {
  text-align: center;
  padding: 40px 0 60px;
}
.c7-personalization.release-page-personalization .release-letter-attr {
  text-align: right;
  padding-right: 3em;
  font-weight: bold;
  font-style: italic;
}
.c7-personalization.release-page-personalization.hide-content .c7-personalization__content {
  display: none;
}

.release-access-page p {
  text-align: center;
}
.release-access-page {
  max-width: 450px;
  margin: 0 auto;
}
.release-access-page .c7-form {
  max-width: none;
}

.wines-list {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 36px;
  line-height: 1.5;
}
.wines-list a {
  text-decoration: none;
}
.wines-list a:hover {
  text-decoration: underline;
}
@media (max-width: 500px) {
  .wines-list {
    font-size: 22px;
  }
}

.aberro-wines h3 {
  font-size: 40px;
}
@media (max-width: 500px) {
  .aberro-wines h3 {
    font-size: 28px;
  }
}
.aberro-wines {
  padding-bottom: 15%;
}
.aberro-wines:last-child {
  padding-bottom: 20%;
}