/*
Theme Name:     Maverick Cellars
Theme URI:      https://maverick-prod.5forests.com
Template:       kadence
Author:         5forests
Author URI:     https://5forests.com
Description:    A 5forests built, Commerce7 integrated child theme for Kadence theme.
Version:        1_0_4
License:        GNU General Public License v3.0 (or later)
License URI:    https://www.gnu.org/licenses/gpl-3.0.html
*/
:root {
  font-size: 16px;
  --spacer-s: 3vh;
  --spacer-m: 6vh;
  --spacer-l: 9vh
}

@media (min-width: 768px) {
  :root {
    font-size: 18px;
  }
}

#kt-scroll-up {
  cursor: pointer;
}

:root a:not(.button):not(.c7-button):not(.c7-button-alt):not(.wp-block-button__link):not(.brand):hover {
  text-decoration: underline;
}


/* align wide fixes for kadence */

body .entry-content .alignwide,
body .alignwide {
  margin-left: calc(25% - 25vw);
  margin-right: calc(25% - 25vw);
  width: auto;
}

.alignwide .wp-block-group__inner-container,
.alignwide .wp-block-cover__inner-container {
  padding: 0 var(--global-sm-spacing);
  margin: 0 auto;
  max-width: var(--global-content-width);
}


/* group block with the columnize style */

.wp-block-group.is-style-columnize .wp-block-group__inner-container {
  -moz-columns: 320px 2;
  -webkit-columns: 320px 2;
          columns: 320px 2;
}

/* group block with the narrow block style */

.wp-block-group.is-style-narrow-block .wp-block-group__inner-container {
	max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}


/* covers */

.wp-block-cover:not([class*=-background-color]) {
  background-color: var(--global-palette8);
}

body .wp-block-cover-image .wp-block-subhead:not(.has-text-color),
body .wp-block-cover-image h1:not(.has-text-color),
body .wp-block-cover-image h2:not(.has-text-color),
body .wp-block-cover-image h3:not(.has-text-color),
body .wp-block-cover-image h4:not(.has-text-color),
body .wp-block-cover-image h5:not(.has-text-color),
body .wp-block-cover-image h6:not(.has-text-color),
body .wp-block-cover-image p:not(.has-text-color),
body .wp-block-cover .wp-block-subhead:not(.has-text-color),
body .wp-block-cover h1:not(.has-text-color),
body .wp-block-cover h2:not(.has-text-color),
body .wp-block-cover h3:not(.has-text-color),
body .wp-block-cover h4:not(.has-text-color),
body .wp-block-cover h5:not(.has-text-color),
body .wp-block-cover h6:not(.has-text-color),
body .wp-block-cover p:not(.has-text-color) {
  color: #fff;
}

.wp-block-cover-image.has-background-dim:not(.has-background-gradient):before,
.wp-block-cover-image .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim:not(.has-background-gradient):before,
.wp-block-cover .wp-block-cover__gradient-background {
  opacity: 0.75;
}

@media (min-width: 782px) {
  .wp-block-cover {
    padding: var(--global-xl-spacing);
  }
}

.single-content .wp-block-cover .wp-block-columns {
  margin-top: 0;
}

/* fix for webp/picture in cover backgrounds */
.wp-block-cover-image picture.wp-block-cover__image-background,
.wp-block-cover picture.wp-block-cover__image-background {
	position: absolute;
	top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}
.wp-block-cover-image picture.wp-block-cover__image-background > img,
.wp-block-cover picture.wp-block-cover__image-background > img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    max-width: none;
    max-height: none;
    -o-object-fit: cover;
    object-fit: cover;
    outline: none;
    border: none;
    box-shadow: none;
}



/* align full groups and covers content width */

.alignfull .wp-block-group__inner-container,
.alignfull .wp-block-cover__inner-container {
  padding: 0 var(--global-sm-spacing);
  margin: 0 auto;
  max-width: var(--global-content-width);
}

.alignfull .wp-block-cover__inner-container>* {
  max-width: 60ch;
}

.alignfull .wp-block-cover__inner-container>h1 {
  max-width: 25ch;
}

.alignfull .wp-block-cover__inner-container>h2 {
  max-width: 30ch;
}

.alignfull .wp-block-cover__inner-container>.has-text-align-center {
  margin-left: auto;
  margin-right: auto;
}
.alignfull .wp-block-cover__inner-container>.is-content-justification-left {
	margin-left: 0;
	margin-right: auto;
}
.alignfull .wp-block-cover__inner-container>.is-content-justification-center {
	margin-left: auto;
	margin-right: auto;
}
.alignfull .wp-block-cover__inner-container>.is-content-justification-right {
	margin-left: auto;
	margin-right: 0;
}

.wp-block-group.alignfull,
.wp-block-cover.alignfull {
  padding-top: var(--spacer-l);
  padding-bottom: var(--spacer-l);
  margin-top: var(--spacer-l);
  margin-bottom: var(--spacer-l);
}



/* columns */

@media (max-width: 599px){
	.wp-block-column:not(:last-child):not(:only-child) {
	  margin-bottom: var(--spacer-l);
	}
	body .single-content .wp-block-columns {
	  margin-bottom: var(--spacer-l);
	}
}

@media (min-width: 600px) {
  body .single-content .wp-block-columns {
    margin-bottom: 0;
  }
  .wp-block-columns.is-style-swap-columns {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .wp-block-columns.is-style-swap-columns .wp-block-column:not(:first-child) {
    margin-left: 0;
  }
  .wp-block-columns.is-style-swap-columns .wp-block-column:first-child {
    margin-left: 2rem;
  }
  .wp-block-column.is-vertically-aligned-stretch,
  .wp-block-column.is-style-stretch {
    align-self: stretch
  }
	.wp-block-column.is-vertically-aligned-stretch .wp-block-cover,
  .wp-block-column.is-style-stretch .wp-block-cover {
		height: 100%;
	}
  .wp-block-columns.is-style-align-buttons .wp-block-column {
    display: flex;
	flex-direction: column;
	justify-content: flex-start;
  }
  .wp-block-columns.is-style-align-buttons .wp-block-column .wp-block-buttons,
  .wp-block-columns.is-style-align-buttons .wp-block-column .wp-block-c7wp-joinnow {
	margin-top: auto;
  }
}

@media (min-width: 600px) and (max-width: 781px) {
	.wp-block-columns {
		justify-content: center;
	}
	.wp-block-column {
      margin-bottom: 0;
    }
	.wp-block-column:nth-child(n+3) {
		flex-basis: calc(50% - 1em)!important;
		flex-grow: 0;
		margin-top: var(--spacer-m);
	}
}

@media (min-width: 782px) {
  .wp-block-columns {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .wp-block-column {
    margin-bottom: 0;
  }
  .wp-block-column:not(:first-child) {
    margin-left: 2rem;
  }
}


/* quotes */

blockquote,
q {
  quotes: '\201C' '\201D';
  font-family: var(--global-heading-font-family);
}

body .wp-block-pullquote blockquote::before {
  font-family: var(--global-heading-font-family);
  color: var(--global-palette4);
  opacity: 0.08;
  left: 0;
}

body .wp-block-pullquote.is-style-solid-color blockquote:before {
  left: -55px;
}

body blockquote p {
  font-style: normal!important;
}

blockquote cite,
blockquote .wp-block-pullquote__citation {
  color: var(--global-palette4);
  font-size: 0.85rem;
  text-transform: inherit;
}


/* buttons */

ul+.wp-block-c7wp-joinnow {
  margin-top: 2rem;
}

body .editor-styles-wrapper .wp-block-cover:not([class*=-background-color]) .wp-block-button.is-style-outline .wp-block-button__link {
  border: 2px solid currentColor;
  color: #fff;
}
body .editor-styles-wrapper .wp-block-button:not(.is-style-outline) .wp-block-button__link {
  border-color: var(--global-palette-btn-bg);
  border: 2px solid var(--global-palette-btn-bg);
}

body .wp-block-cover:not([class*=-background-color]) .wp-block-button.is-style-outline .wp-block-button__link {
  border: 2px solid currentColor;
  color: #fff;
}
@media (max-width: 767px) {
  .single-content .wp-block-buttons .wp-block-button+.wp-block-button {
    margin-top: 1rem;
  }
}


/* Gutenberg font sizes */

body .has-small-font-size {
  font-size: 0.735rem;
}

body .has-medium-font-size {
  font-size: 1.132rem;
	line-height: 1.5em;
}

body .has-large-font-size {
  font-size: 1.243rem;
	line-height: 1.5em;
}

body .has-huge-font-size,
body .has-larger-font-size {
  font-size: 1.3rem;
}

.single-content>h1+.has-larger-font-size,
.single-content>h1+.has-large-font-size,
.single-content>h1+.has-medium-font-size {
  max-width: 60ch;
  margin: 0 auto var(--spacer-l);
}

.single-content .wp-block-cover+h1 {
  margin-top: var(--spacer-m);
}

.single-content .wp-block-group.has-background h1 {
  margin-top: var(--spacer-l);
}

.single-content h2+p.has-text-align-center {
  max-width: 60ch;
  margin: 0 auto var(--spacer-s);
}


/* footer */

.site-middle-footer-wrap .site-footer-row-container-inner {
  padding-top: 2rem;
  padding-bottom: 2rem;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.site-footer-top-section-1 .footer-widget-area {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}

.site-middle-footer-wrap .widget-area a:not(.button),
.site-middle-footer-wrap .widget-area p {
  color: #fff;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.035em;
  font-family: var(--global-primary-nav-font-family);
  text-transform: capitalize;
  text-decoration: none;
}
.site-middle-footer-wrap .widget-area a:not(.button):hover,
.site-middle-footer-wrap .widget-area h2 {
	color: #fff;
}

.newsletter__offer {
  max-width: 36rem;
  margin: 0 auto var(--spacer-s);
}

.site-footer-wrap .c7-personalization .c7-form {
	max-width: 900px;
}

.site-footer-wrap .c7-personalization h2+p {
  max-width: 34em;
  margin: 1rem auto var(--spacer-s);
}


/* single post */

.site .hero-section-overlay {
  background: var(--global-palette7);
}

.site .post-title h1 {
  color: var(--global-palette4);
}

.single .entry-meta {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}


/* posts block */

.entry-content .wp-block-latest-posts.wp-block-latest-posts__list.is-grid li>a {
  color: var(--global-palette4);
}

.wp-block-latest-posts__post-author,
.wp-block-latest-posts__post-date {
  color: var(--global-palette4);
}


/* forms */

::-webkit-input-placeholder {
  color: var(--global-palette4);
  opacity: 1;
}

::-moz-placeholder {
  color: var(--global-palette4);
  opacity: 1;
}

:-ms-input-placeholder {
  color: var(--global-palette4);
  opacity: 1;
}

::-ms-input-placeholder {
  color: var(--global-palette4);
  opacity: 1;
}

::placeholder {
  color: var(--global-palette4);
  opacity: 1;
}

:-ms-input-placeholder {
  color: var(--global-palette4);
}

::-ms-input-placeholder {
  color: var(--global-palette4);
}

.c7-form {
  max-width: unset;
}

.c7-message--error {
  font-size: 0.9rem;
}

body .c7-button {
  border-radius: 3px;
  background: var(--global-palette-btn-bg);
  background-color: var(--global-palette-btn-bg);
  color: var(--global-palette-btn);
  border-color: var(--global-palette-btn-bg);
  text-decoration: none;
  font-family: inherit;
  padding: 0.75rem 1.2rem 0.75rem 1.2rem;
  font-size: 1rem;
  text-transform: uppercase;
  font-family: var(--global-primary-nav-font-family);
  letter-spacing: 0.1em;
}

body .c7-button:hover,
body .c7-button:focus,
body .c7-button:active {
  border-radius: 3px;
  background: var(--global-palette-btn-bg-hover);
  color: var(--global-palette-btn);
  border-color: var(--global-palette-btn-bg-hover);
}

body .c7-button-alt {
  border-color: var(--global-palette4);
  color: var(--global-palette4);
  border-radius: 3px;
  text-decoration: none;
  font-family: inherit;
  padding: 0.65rem 1.1rem 0.65rem 1.1rem;
  font-size: 1rem;
  font-family: var(--global-primary-nav-font-family);
}

body .c7-button-alt:hover,
body .c7-button-alt:focus,
body .c7-button-alt:active {
  border-color: var(--global-palette4);
  color: var(--global-palette4);
	background: transparent;
}

.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,
.c7-form textarea,
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea,
select,
.c7-product__variant__select {
  -webkit-appearance: none;
  color: var(--global-palette4);
  border: 1px solid var(--global-palette4);
  border-radius: 3px;
  padding: 0.4em 0.5em;
  background-color: var(--global-palette7);
  -webkit-box-shadow: 0px 0px 0px -7px rgb(0 0 0 / 0%);
          box-shadow: 0px 0px 0px -7px rgb(0 0 0 / 0%);
  font-family: var(--global-body-font-family);
}

.c7-form select option {
  color: var(--global-palette4);
}

.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,
.c7-form textarea:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus,
select:focus {
  color: var(--global-palette4);
  border-color: var(--global-palette4);
  outline: 0;
  -webkit-box-shadow: 0px 15px 25px -10px rgb(0 0 0 / 5%);
          box-shadow: 0px 15px 25px -10px rgb(0 0 0 / 5%);
  background: var(--global-palette7);
}

body .c7-product__variant__add-to-cart input[type='text'],
.c7-cart-items__quantity input[type='text'],
.c7-button {
  border-color: var(--global-palette4);
  height: 100%;
}

.c7-form label,
.c7-form .label {
  font-family: var(--global-body-font-family);
}

body .comment-form .comment-input-wrap p label,
body .comment-form p.comment-form-float-label label {
  color: var(--global-palette4);
}

.c7-product__variant__add-to-cart {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}


/* C7 Global Overrides */

#c7-login>a,
#c7-cart>a {
  color: var(--global-palette4);
}

#c7-login>a:hover,
#c7-cart>a:hover {
  color: var(--global-palette-highlight);
}


/* c7 cart */

.c7-cart {
  padding-top: 0;
  background: var(--global-palette7);
  border-left: none;
  color: var(--global-palette4);
  padding: 0 1rem 2rem;
  overflow-x: hidden;
  visibility: hidden;
  pointer-events: none;
  will-change: transform;
}

.c7-cart.c7-visible {
  visibility: visible;
  pointer-events: all;
	font-size: 0.8rem;
}

.c7-cart h1 {
  background: var(--global-palette7);
  color: var(--global-palette4);
  font-family: var(--global-body-font-family);
  margin: 0 -1.5rem;
  padding: 1rem
}

.c7-cart__carrot {
  background: var(--global-palette7);
  color: var(--global-palette4);
}

#c7-cart .c7-message--empty-cart {
  background: var(--global-palette8);
  margin: 1rem auto;
	padding: 2rem 1rem;
}

#c7-cart .c7-message--empty-cart p {
	margin: 0;
}

#c7-cart .c7-message--empty-cart a {
	color: var(--global-palette4);
	font-size: 14px;
	text-decoration: underline;
}

body .c7-cart__close,
body .c7-cart__close:hover,
body .c7-cart__close:focus,
body .c7-cart__close:active {
  text-decoration: none;
  color: var(--global-palette7);
  border: none;
  line-height: 29px;
  padding: 0;
  top: 0.75rem;
  z-index: 1;
}

body .c7-cart__close::after {
  content: '\2715';
  color: var(--global-palette4);
  margin-left: -0.9em;
  z-index: 2;
}

.c7-cart-items>div {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

#c7-cart .c7-cart-items>div {
  padding-top: 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#c7-cart .c7-cart-items__price {
  display: none;
}

#c7-cart .c7-cart-items__image {
  display: none;
}

.c7-cart-items__image {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.c7-cart-items__quantity {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.c7-cart-items__title {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.c7-cart-items__price {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.c7-cart-items__item-total {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

#wrapper .c7-button-alt-small {
  text-decoration: underline;
  color: var(--global-palette4);
  font-size: 0.75rem;
  font-family: var(--global-body-font-family);
  padding: 0;
  line-height: 1.1;
  display: block;
  margin: 0 auto;
  letter-spacing: 0;
  text-transform: capitalize;
}

#wrapper .c7-cart-items__title a {
  color: var(--global-palette4);
  font-size: 0.75rem;
  text-decoration: underline;
}

#wrapper .c7-cart__summary__message a {
  text-decoration: underline;
}

.c7-cart__promo__summary+div {
  background: var(--global-palette8);
  padding: 1rem;
}

.c7-cart__buttons .c7-button-alt {
  display: none;
}


/* c7 checkout */

#c7-checkout-content .c7-checkout__content__title a {
  text-decoration: underline;
	cursor: pointer;
}
.c7-form label.checkbox {
	cursor: pointer;
}

.c7-checkout-summary {
  background: var(--global-palette8);
}

.c7-checkout-summary .c7-cart-items__quantity {
  border: 1px solid;
  padding: 0.5em 1em;
  margin: 0 1em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.c7-checkout-summary .c7-cart-items__price {
  display: none;
}


/* c7 club default page */

.c7-club-list__item__content .c7-button {
  margin-top: 2rem;
}

@media screen and (min-width: 48rem) {
  .c7-club-list__item {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .c7-club-list__item>div {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(50% - 2rem);
            flex: 0 1 calc(50% - 2rem);
    padding: 0;
  }
}


/* c7 collections */

#wrapper .c7-product-collection {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-auto-flow: dense;
  max-width: 100%;
}

@media (min-width: 700px) {
  #wrapper .c7-product-collection {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}

#wrapper .c7-product-collection .c7-product--featured {
  border: none;
}

#wrapper .c7-product-collection .c7-product {
  width: 100%;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  padding: 1rem;
  -webkit-box-shadow: 0px 15px 25px -10px rgb(0 0 0 / 5%);
          box-shadow: 0px 15px 25px -10px rgb(0 0 0 / 5%);
  border-radius: .25rem;
  background: transparent;
}

#wrapper .c7-product-collection .c7-product:hover,
#wrapper .c7-product-collection .c7-product:focus-within {
  background: rgba(255, 255, 255, 0.1);
}

#wrapper .c7-product-collection .c7-product__photo {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 48%;
          flex: 0 1 48%;
}

#wrapper .c7-product-collection .c7-product__info {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 48%;
          flex: 0 1 48%;
}

#wrapper .c7-product-collection .c7-product__photo img {
  margin: 0 auto;
}

#wrapper .c7-product-collection .c7-product__variant__price {
  font-size: 1rem;
}

#wrapper .c7-product-collection .c7-product__title a {
  color: var(--global-palette-8);
}

#wrapper .c7-product-collection .c7-product__title a:hover,
#wrapper .c7-product-collection .c7-product__title a:focus,
#wrapper .c7-product-collection .c7-product__title a:active {
  color: var(--global-palette-highlight);
}

#wrapper .wp-block-c7wp-collection .c7-product-collection {
  max-width: 100%;
}

#wrapper .collection-layout-1 {
  width: 100%;
  grid-column: 1 / -1;
  display: -ms-grid;
  display: grid;
  grid-gap: 2rem;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

@media (min-width: 700px) {
  #wrapper .collection-layout-1 {
    -ms-grid-columns: 1fr 2rem 1fr;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  #wrapper .collection-layout-1 {
    -ms-grid-columns: 1fr 2rem 1fr 2rem 1fr;
    grid-template-columns: repeat(3, 1fr);
  }
}

#wrapper .collection-layout-1 .c7-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding: 1rem;
}

.collection-layout-1 .c7-product .c7-product__variant__add-to-cart {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.collection-layout-1 .c7-product__variant {
  margin-top: auto;
}

.collection-layout-1 .c7-product__title {
  max-width: 20ch;
}

.collection-layout-1 .c7-product__subtitle {
    font-size: 1.5rem;
}

.collection-layout-1 .c7-product__teaser {
    margin-bottom: 1rem;
}

#c7-content>section>h1+div>p {
  max-width: 60ch;
  margin: 0 auto 12vh;
  text-align: center;
}


/* c7 product */

#c7-content .c7-product-detail {
  max-width: 100%;
  gap: 2rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: var(--spacer-l);
}

#c7-content .c7-product-detail__info h3,
#c7-content .c7-product-detail__info h4,
#c7-content .c7-product-detail__info h5,
#c7-content .c7-product-detail__info h6 {
  margin: 1rem 0;
}

#c7-content .c7-product-detail__photo {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  width: auto;
}

#c7-content .c7-product-detail__photo img {
  margin: 0 auto;
}

#c7-content .c7-product-detail__info {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  max-width: 55ch;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 55ch;
          flex: 0 1 55ch;
  text-align: left;
}

#c7-content .c7-product-detail__info h1 {
  text-align: left;
  margin-bottom: 1.5rem;
  margin-top: 0;
}
#c7-content .c7-product-detail__info h1+h2 {
  margin-top: -1rem;
	font-size: 1.7rem;
	margin-bottom: 1em;
}

.c7-product-detail__titles {
  text-align: center!important;
  font-size: 60px;
}

#c7-content .c7-product-detail .c7-product__variant__price {
  font-size: 1.23rem;
  color: var(--global-palette4);
}

#c7-content .c7-product-detail .c7-product__variant__price>div {
  display: inline-block;
  margin-right: 1rem;
}

#c7-content .c7-product__variant__add-to-cart {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

#c7-content .c7-product-detail .c7-product-spec div {
  color: var(--global-palette4);
  text-transform: unset;
  font-style: normal;
  font-size: 1rem;
}

#c7-content .c7-product-detail .c7-product-specs {
  margin-top: 2rem;
  text-align: left;
  margin-left: 0;
}

#c7-content .c7-product-detail .c7-product-specs h2 {
  text-align: left;
}

.c7-product-detail__photo img {
  max-height: 50vh;
}

@media screen and (min-width: 50em) {
  .c7-product-detail__photo img {
    max-height: 80vh;
  }
  #c7-content .c7-product-detail__photo {
    max-width: calc(100% - 2rem - 55ch);
    min-width: 300px;
  }
  #c7-content .c7-product-detail {
    flex-wrap: nowrap;
  }
}



/* custom club pages */

body .wp-block-group.clubs-3col .wp-block-column {
  margin-bottom: var(--spacer-l);
}

body .clubs-3col .wp-block-image {
	margin-bottom: 0;
}

body .clubs-3col .wp-block-image+h2 {
  margin-top: 0.6em;
}

body .clubs-3col .c7-club-join-button {
  margin-top: 2rem;
}

body .wp-block-group.clubs-cover-2col {
  margin-bottom: var(--spacer-l);
}

body .clubs-cover-2col h2+.has-medium-font-size {
	max-width: 60ch;
  margin: 0 auto var(--spacer-m);
}

body .clubs-cover-2col .c7-club-join-button {
  margin-top: 2rem;
}


/* login form block and page */

#c7-login-form a,
#c7-content .c7-account-login a:not(.c7-button),
#c7-content .c7-message a {
  cursor: pointer;
  text-decoration: underline;
}


/* c7 reservations */

#primary .c7-reservation-widget .c7-form__group div {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  width: auto;
}

.c7-form__group div div.rdtPicker {
  min-width: 250px;
}

#primary .c7-reservation-widget label {
  font-size: 0.9rem;
}

.c7-experiences {
  margin-top: var(--spacer-l);
}

.c7-experience {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c7-reservation-widget .c7-form {
  max-width: unset;
}


/* c7 login cart widgets */

#c7-login {
  display: none;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  font-family: var(--global-primary-nav-font-family);
  color: var(--global-palette5);
}

@media (min-width: 1025px) {
  #c7-login {
    display: inline-block;
  }
}

.cart-wrapper {
  display: inline-block;
  position: relative;
  min-width: 2.4rem;
}

.cart-wrapper>svg {
  display: block;
  width: 1.4rem;
  height: 1.4rem;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
}

#c7-cart>a {
  display: block;
}

#c7-cart>a::before {
  display: none;
}

#c7-cart .c7-cart__count {
  display: block;
  padding-left: 1.8rem;
  text-align: right;
  font-weight: bold;
  font-size: 14px;
}

#c7-cart .c7-cart__total {
  display: none;
}


/* spacer helper classes */

.pvs {
  padding-top: var(--spacer-s) !important;
  padding-bottom: var(--spacer-s) !important;
}

.pvm {
  padding-top: var(--spacer-m) !important;
  padding-bottom: var(--spacer-m) !important;
}

.pvl {
  padding-top: var(--spacer-l) !important;
  padding-bottom: var(--spacer-l) !important;
}

.mvs {
  margin-top: var(--spacer-s) !important;
  margin-bottom: var(--spacer-s) !important;
}

.mvm {
  margin-top: var(--spacer-m) !important;
  margin-bottom: var(--spacer-m) !important;
}

.mvl {
  margin-top: var(--spacer-l) !important;
  margin-bottom: var(--spacer-l) !important;
}

.phs {
  padding-left: var(--spacer-s) !important;
  padding-right: var(--spacer-s) !important;
}

@media (min-width: 782px) {
  .phs-desktop {
    padding-left: var(--spacer-s) !important;
    padding-right: var(--spacer-s) !important;
  }
}

.phm {
  padding-left: var(--spacer-m) !important;
  padding-right: var(--spacer-m) !important;
}

@media (min-width: 782px) {
  .phm-desktop {
    padding-left: var(--spacer-m) !important;
    padding-right: var(--spacer-m) !important;
  }
}

.phl {
  padding-left: var(--spacer-l) !important;
  padding-right: var(--spacer-l) !important;
}

@media (min-width: 782px) {
  .phl-desktop {
    padding-left: var(--spacer-l) !important;
    padding-right: var(--spacer-l) !important;
  }
}

.mhs {
  margin-left: var(--spacer-s) !important;
  margin-right: var(--spacer-s) !important;
}

.mhm {
  margin-left: var(--spacer-s) !important;
  margin-right: var(--spacer-s) !important;
}

.mhl {
  margin-left: var(--spacer-l) !important;
  margin-right: var(--spacer-l) !important;
}

.pts {
  padding-top: var(--spacer-s) !important;
}

.ptm {
  padding-top: var(--spacer-s) !important;
}

.ptl {
  padding-top: var(--spacer-l) !important;
}

.pbs {
  padding-bottom: var(--spacer-s) !important;
}

.pbm {
  padding-bottom: var(--spacer-m) !important;
}

.pbl {
  padding-bottom: var(--spacer-l) !important;
}

.mts {
  margin-top: var(--spacer-s) !important;
}

.mtm {
  margin-top: var(--spacer-m) !important;
}

.mtl {
  margin-top: var(--spacer-l) !important;
}

.mbs {
  margin-bottom: var(--spacer-s) !important;
}

.mbm {
  margin-bottom: var(--spacer-m) !important;
}

.mbl {
  margin-bottom: var(--spacer-l) !important;
}

.narrow-content {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
