/*!
Theme Name: Spectra Template Child
Author: Wine Works
Author URI: http://wineworks.co
GitHub Theme URI: https://github.com/wineworks/wp-spectratheme
Description: Custom child theme developed by Wine Works to be used with Commerce7 & WordPress
Template: wp-spectratheme
Version: 1.6.5.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: Spectra Child
*/
@import url("https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&family=IM+Fell+English+SC&display=swap");
.im-fell-english-sc-regular {
  font-family: "IM Fell English SC", serif;
  font-weight: 400;
  font-style: normal;
}

.figtree-font {
  font-family: "Figtree", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

:root {
  --base-font-size: 16px;
  --heading-1-size: 6.5rem;
  --heading-1-size-value: 6.5;
  --heading-2-size: 4.2rem;
  --heading-2-size-value: 4.2;
  --heading-3-size: 2.9rem;
  --heading-3-size-value: 2.9;
  --heading-4-size: 1.6rem;
  --heading-4-size-value: 1.6;
  --large-text-size: 1.7rem;
  --large-text-size-value: 1.7;
  --normal-text-size: 1.2rem;
  --normal-text-size-value: 1.2;
  --small-text-size: 1rem;
  --small-text-size-value: 1;
  --normal-meta-size: 1.5rem;
  --normal-meta-size-value: 1.5;
  --body-font-size-value: 0.9;
  --title-font-size-value: 2.2;
  --site-navigation-font-font-size-value: var(--normal-text-size-value);
  --heading-font-font-family: "IM Fell English SC";
  --heading-font-font-style: normal;
  --heading-font-font-weight: 400;
  --heading-font-text-transform: none;
  --heading-font-letter-spacing: -.04em;
  --heading-font-line-height: 1.2em;
  --body-font-font-family: "IM Fell English SC";
  --body-font-font-style: normal;
  --body-font-font-weight: 400;
  --body-font-text-transform: none;
  --body-font-letter-spacing: -.01em;
  --body-font-line-height: 1.7em;
  --meta-font-font-family: "IM Fell English SC";
  --meta-font-font-style: normal;
  --meta-font-font-weight: 400;
  --meta-font-text-transform: uppercase;
  --meta-font-letter-spacing: 0em;
  --meta-font-line-height: 1em;
  --primary-button-padding-y: 1em;
  --primary-button-padding-x: 4em;
  --headingExtraLargeColor: hsla(var(--white-hsl), 1);
  --headingLargeColor: hsla(var(--safeDarkAccent-hsl), 1);
  --accent-hsl: 0, 0%, 86.27%;
  --black-hsl: 0, 0%, 0%;
  --darkAccent-hsl: 0, 0%, 10.98%;
  --lightAccent-hsl: 0, 0%, 100%;
  --safeDarkAccent-hsl: 0, 0%, 0%;
  --safeInverseAccent-hsl: 0, 0%, 0%;
  --safeInverseDarkAccent-hsl: 0, 0%, 98.04%;
  --safeInverseLightAccent-hsl: 0, 0%, 0%;
  --safeLightAccent-hsl: 0, 0%, 86.27%;
  --white-hsl: 0, 0%, 98.04%;
  --image-component-focal-point: 50% 50%;
  --image-component-object-fit: contain;
}

/* Commerce7 Template - Variables */
:root {
  --c7-font-family: "IM Fell English SC";
  --c7-heading-font-family: "IM Fell English SC";
  --c7-primary-color: #666;
  --c7-primary-color-text: #000;
  --c7-bg-alt: #eeeeee;
  --c7-primary-button-bg: #fff;
  --c7-primary-button-bg-hover: #000;
  --c7-primary-button-text-color: #000;
  --c7-alt-button-bg: #000;
  --c7-alt-button-bg-hover: #fff;
  --c7-alt-button-text-color: #fff;
  --c7-field-border-radius: 0;
  --c7-button-border-radius: 100%;
  --c7-border-color: #000;
  --c7-border-radius: 0;
  --c7-field-border-color: #000;
  --c7-dropdown-border-radius: 0;
  --c7-dropdown-hover: #eeeeee;
}

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

.hide-text {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.hide-text a {
  display: block;
  height: 100%;
}

html, body {
  font-size: var(--base-font-size);
}

body {
  background: #fff;
  color: hsla(var(--black-hsl), 1);
  font-family: "IM Fell English SC", serif;
  font-size: calc((var(--normal-text-size-value) - 1) * 1.2vw + 1rem);
  line-height: var(--body-font-line-height);
}

p {
  font-family: "IM Fell English SC", serif;
  font-size: calc((var(--normal-text-size-value) - 1) * 1.2vw + 1rem);
  line-height: var(--body-font-line-height);
}

p a {
  color: var(--paragraphLinkColor);
}

h1, .h1 {
  font-family: "IM Fell English SC", serif;
  line-height: calc(var(--heading-font-line-height) * (1 + (1 - var(--heading-1-size-value)) / 25));
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  h1, .h1 {
    font-size: calc((var(--heading-1-size-value) - 1) * 0.012 * min(100vh, 900px) + 1rem);
  }
}
@media screen and (min-width: 768px), screen and (max-width: 1559px) and (orientation: landscape) {
  h1, .h1 {
    font-size: calc((var(--heading-1-size-value) - 1) * 1.2vw + 1rem);
  }
}
@media screen and (min-width: 1560px) {
  h1, .h1 {
    font-size: calc(var(--heading-1-size-value) * 0.8rem);
  }
}

h2, .h2,
.c7-h1, h1.c7-h1,
.c7-product-detail h1,
.c7-account .c7-h1 {
  font-family: "IM Fell English SC", serif;
  color: var(--headingLargeColor);
  line-height: calc(var(--heading-font-line-height) * (1 + (1 - var(--heading-2-size-value)) / 25));
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  h2, .h2,
  .c7-h1, h1.c7-h1,
  .c7-product-detail h1,
  .c7-account .c7-h1 {
    font-size: calc((var(--heading-2-size-value) - 1) * 0.012 * min(100vh, 900px) + 1rem);
  }
}
@media screen and (min-width: 768px), screen and (max-width: 1559px) and (orientation: landscape) {
  h2, .h2,
  .c7-h1, h1.c7-h1,
  .c7-product-detail h1,
  .c7-account .c7-h1 {
    font-size: calc((var(--heading-2-size-value) - 1) * 1.2vw + 1rem);
  }
}
@media screen and (min-width: 1560px) {
  h2, .h2,
  .c7-h1, h1.c7-h1,
  .c7-product-detail h1,
  .c7-account .c7-h1 {
    font-size: calc(var(--heading-2-size-value) * 1rem);
  }
}

h3, .h3,
.c7-h2, h2.c7-h2,
.c7-side-cart .c7-h2,
.c7-product-detail h4,
.c7-account .c7-h2 {
  font-family: "IM Fell English SC", serif;
  color: var(--headingMediumColor);
  line-height: calc(var(--heading-font-line-height) * (1 + (1 - var(--heading-3-size-value)) / 25));
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  h3, .h3,
  .c7-h2, h2.c7-h2,
  .c7-side-cart .c7-h2,
  .c7-product-detail h4,
  .c7-account .c7-h2 {
    font-size: calc((var(--heading-3-size-value) - 1) * 0.012 * min(100vh, 900px) + 1rem);
  }
}
@media screen and (min-width: 768px), screen and (max-width: 1559px) and (orientation: landscape) {
  h3, .h3,
  .c7-h2, h2.c7-h2,
  .c7-side-cart .c7-h2,
  .c7-product-detail h4,
  .c7-account .c7-h2 {
    font-size: calc((var(--heading-3-size-value) - 1) * 1.2vw + 1rem);
  }
}
@media screen and (min-width: 1560px) {
  h3, .h3,
  .c7-h2, h2.c7-h2,
  .c7-side-cart .c7-h2,
  .c7-product-detail h4,
  .c7-account .c7-h2 {
    font-size: calc(var(--heading-3-size-value) * 1rem);
  }
}

h4, .h4, .c7-h4, h4.c7-h4,
.c7-h3, h3.c7-h3,
.c7-order-summary .c7-h2,
.c7-product-detail h5 {
  font-family: "IM Fell English SC", serif;
  color: var(--headingSmallColor);
  line-height: calc(var(--heading-font-line-height) * (1 + (1 - var(--heading-4-size-value)) / 25));
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  h4, .h4, .c7-h4, h4.c7-h4,
  .c7-h3, h3.c7-h3,
  .c7-order-summary .c7-h2,
  .c7-product-detail h5 {
    font-size: calc((var(--heading-4-size-value) - 1) * 0.012 * min(100vh, 900px) + 1rem);
  }
}
@media screen and (min-width: 768px), screen and (max-width: 1559px) and (orientation: landscape) {
  h4, .h4, .c7-h4, h4.c7-h4,
  .c7-h3, h3.c7-h3,
  .c7-order-summary .c7-h2,
  .c7-product-detail h5 {
    font-size: calc((var(--heading-4-size-value) - 1) * 1.2vw + 1rem);
  }
}
@media screen and (min-width: 1560px) {
  h4, .h4, .c7-h4, h4.c7-h4,
  .c7-h3, h3.c7-h3,
  .c7-order-summary .c7-h2,
  .c7-product-detail h5 {
    font-size: calc(var(--heading-4-size-value) * 1rem);
  }
}

.c7t-content {
  max-width: 80rem;
}

.button, .c7-btn {
  border-radius: 100%;
  border: 2px solid;
  font-family: "Figtree";
  font-weight: 400;
  padding: var(--primary-button-padding-y) var(--primary-button-padding-x);
}
.button--primary, .button .c7-btn--primary, .button .c7-btn.c7-btn--primary, .c7-btn--primary, .c7-btn .c7-btn--primary, .c7-btn .c7-btn.c7-btn--primary {
  border-color: #000;
}
.button--primary:hover, .button .c7-btn--primary:hover, .button .c7-btn.c7-btn--primary:hover, .c7-btn--primary:hover, .c7-btn .c7-btn--primary:hover, .c7-btn .c7-btn.c7-btn--primary:hover {
  color: #fff;
}
.button--alt, .button--alt--small, .button .c7-btn--alt, .button .c7-btn.c7-btn--alt, .button .c7-btn--alt--small, .button .c7-btn.c7-btn--alt--small, .c7-btn--alt, .c7-btn--alt--small, .c7-btn .c7-btn--alt, .c7-btn .c7-btn.c7-btn--alt, .c7-btn .c7-btn--alt--small, .c7-btn .c7-btn.c7-btn--alt--small {
  border-color: #fff;
}
.button--alt:hover, .button--alt--small:hover, .button .c7-btn--alt:hover, .button .c7-btn.c7-btn--alt:hover, .button .c7-btn--alt--small:hover, .button .c7-btn.c7-btn--alt--small:hover, .c7-btn--alt:hover, .c7-btn--alt--small:hover, .c7-btn .c7-btn--alt:hover, .c7-btn .c7-btn.c7-btn--alt:hover, .c7-btn .c7-btn--alt--small:hover, .c7-btn .c7-btn.c7-btn--alt--small:hover {
  color: #000;
  border-color: #000;
}

@media only screen and (min-width: 64.0625em) {
  .header {
    padding-top: 1vw;
    padding-bottom: 1vw;
    padding-left: 2vw;
    padding-right: 2vw;
  }
}
.header .c7t-template-width {
  max-width: none;
  padding: 0 0;
}
.header__toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: 0%;
  left: 0;
  width: 100%;
  max-width: 100%;
  padding: 0 0.5rem;
  background: hsla(var(--black-hsl), 1);
  color: #fff;
}
@media only screen and (min-width: 64.0625em) {
  .header__toolbar {
    position: relative;
    justify-content: flex-end;
    top: auto;
    gap: 1rem;
    padding: 0;
    background: transparent;
  }
}
.header__logo {
  text-align: center;
  padding: 3.75rem 0rem;
}
@media only screen and (min-width: 40.0625em) {
  .header__logo {
    text-align: left;
  }
}
@media only screen and (min-width: 64.0625em) {
  .header__logo {
    padding: 0.75rem 0rem;
  }
}
.header__logo a {
  max-height: 50px;
}
.header__logo img {
  max-height: 50px;
}

.c7-tools {
  margin: 0 0;
  max-width: none;
  background: transparent;
  padding: 0;
  font-size: calc((var(--normal-text-size-value) - 1) * 1.2vw + 1rem);
}
@media only screen and (min-width: 40.0625em) {
  .c7-tools {
    top: auto;
    padding: 0.75rem 1rem;
  }
}

@media only screen and (min-width: 64.0625em) {
  .scrolled .header {
    padding-left: 2vw;
    padding-right: 2vw;
  }
}
.scrolled .header__logo {
  width: auto;
}

@media screen and (max-width: 64em) {
  .header__navigation__menu {
    top: auto;
  }
}
@media only screen and (min-width: 64.0625em) {
  .header__navigation__menu .menu-header-container > ul {
    gap: 2rem;
    padding-right: 1rem;
  }
}
.header__navigation__menu .menu-header-container a {
  padding: 0.5rem 0;
}
.header__navigation__menu .menu-header-container .current-menu-item a {
  background-image: linear-gradient(currentColor, currentColor);
  background-repeat: repeat-x;
  background-size: 1px 1px;
  background-position: 0 100%;
  background-position: 0 calc(100% - 0.1em);
}
.header__navigation__menu .menu-header-container a {
  font-size: calc((var(--site-navigation-font-font-size-value) - 1) * 0.012 * min(100vh, 900px) + 1rem);
}
@media only screen and (min-width: 40.0625em) {
  .header__navigation__menu .menu-header-container a {
    font-size: calc((var(--site-navigation-font-font-size-value) - 1) * 1.2vw + 1rem);
  }
}

.header__navigation-toggle {
  color: #fff;
  transform: translateY(0);
}
@media only screen and (min-width: 64.0625em) {
  .header__navigation-toggle {
    color: #fff;
  }
}
.show-mobile-nav .header__navigation-toggle span {
  background: none;
}
.show-mobile-nav .header__navigation-toggle span:before, .show-mobile-nav .header__navigation-toggle span:after {
  transition-delay: 0s, 200ms;
  background: #fff;
}
.show-mobile-nav .header__navigation-toggle span:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0;
}
.show-mobile-nav .header__navigation-toggle span:after {
  transform: rotate(-45deg);
  bottom: 0;
}
.header__navigation-toggle span {
  transition: background 0s 200ms;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: #fff;
  display: block;
  position: relative;
  height: 1px;
  width: 1.125rem;
  margin-left: 10px;
}
.header__navigation-toggle span:before, .header__navigation-toggle span:after {
  transition-duration: 200ms, 200ms;
  transition-delay: 200ms, 0s;
  background: #fff;
  content: "";
  height: 1px;
  position: absolute;
  left: 0;
  width: 100%;
}
.header__navigation-toggle span:before {
  transition-property: top, transform;
  top: -5px;
}
.header__navigation-toggle span:after {
  transition-property: bottom, transform;
  bottom: -5px;
}
@media only screen and (min-width: 64.0625em) {
  .header__navigation-toggle span {
    background: #fff;
  }
  .header__navigation-toggle span:before, .header__navigation-toggle span:after {
    background: #fff;
  }
}
.header__navigation-toggle:hover {
  background: none;
  border: 0;
  color: #fff;
}

.show-mobile-nav .header__navigation-toggle {
  color: #fff;
}

.hero-block {
  background: #fff;
}
.hero-block__logo {
  display: block;
  object-position: var(--image-component-focal-point);
  object-fit: var(--image-component-object-fit);
  width: 150px;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 40.0625em) {
  .hero-block__logo {
    width: 200px;
  }
}
@media only screen and (min-width: 64.0625em) {
  .hero-block__logo {
    width: 400px;
  }
}
.hero-block__pig {
  position: relative;
  z-index: 0;
}
.hero-block__slogan {
  position: relative;
  z-index: 1;
}

p:has(.hero-block__logo) {
  margin-bottom: -3rem;
}
@media only screen and (min-width: 64.0625em) {
  p:has(.hero-block__logo) {
    margin-bottom: -8rem;
  }
}

p:has(.hero-block__slogan) {
  margin-top: -3rem;
}
@media only screen and (min-width: 64.0625em) {
  p:has(.hero-block__slogan) {
    margin-top: -5rem;
  }
}

.about-columns.c7t-text-block--2col .c7t-template-width {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 48.0625em) {
  .about-columns.c7t-text-block--2col .c7t-template-width {
    flex-direction: row;
    align-items: center;
  }
}
.about-columns.c7t-text-block--2col .c7t-template-width > div:first-of-type {
  order: 1;
}
@media only screen and (min-width: 48.0625em) {
  .about-columns.c7t-text-block--2col .c7t-template-width > div:first-of-type {
    order: 0;
    width: 42%;
  }
}
.about-columns.c7t-text-block--2col .c7t-template-width > div + div {
  order: 0;
}
@media only screen and (min-width: 48.0625em) {
  .about-columns.c7t-text-block--2col .c7t-template-width > div + div {
    order: 1;
    padding: 0;
    width: 56%;
  }
}

.c7t-third__content .button {
  border-color: inherit;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .c7t-third__content p {
    font-size: calc((var(--body-font-size-value) - 1) * 0.012 * min(100vh, 900px) + 1rem);
  }
}
@media screen and (min-width: 768px), screen and (max-width: 1559px) and (orientation: landscape) {
  .c7t-third__content p {
    font-size: calc((var(--body-font-size-value) - 1) * 1.2vw + 1rem);
  }
}
@media screen and (min-width: 1560px) {
  .c7t-third__content p {
    font-size: calc(var(--body-font-size-value) * 1rem);
  }
}

.commerce7-v2 .c7t-third--content-below .c7t-third__content .button:hover {
  color: #fff;
}

.c7t-third--content-below .c7t-third__content {
  text-align: left;
  justify-content: space-between;
  height: 100%;
}
.c7t-third--content-below .c7t-third__content p {
  margin: 0 0 1rem;
}
.c7t-third--content-below .c7t-third__content p:last-of-type {
  margin-top: auto;
}

.c7t-third--restricted {
  max-width: 80rem;
}

.footer {
  padding: 3.5rem 0 1.5rem;
  margin-top: 2rem;
}
@media only screen and (min-width: 40.0625em) {
  .footer {
    margin-top: 3rem;
  }
}
@media only screen and (min-width: 64.0625em) {
  .footer {
    margin-top: 4rem;
  }
}
.footer .c7t-template-width {
  max-width: 100rem;
}
@media only screen and (min-width: 40.0625em) {
  .footer .c7t-template-width {
    flex-direction: column;
  }
}
.footer h2, .footer .h2 {
  color: #979695;
  font-size: calc((var(--small-text-size-value) - 1) * 0.012 * min(100vh, 900px) + 1rem);
  text-transform: uppercase;
}
@media screen and (min-width: 768px), screen and (max-width: 1559px) and (orientation: landscape) {
  .footer h2, .footer .h2 {
    font-size: calc((var(--small-text-size-value) - 1) * 1.2vw + 1rem);
  }
}
@media screen and (min-width: 1560px) {
  .footer h2, .footer .h2 {
    font-size: calc(var(--small-text-size-value) * 1rem);
  }
}
.footer h4, .footer .h4 {
  margin-bottom: 1.2rem;
}
.footer__main {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media only screen and (min-width: 64.0625em) {
  .footer__main {
    flex-direction: row;
  }
}
@media only screen and (min-width: 40.0625em) {
  .footer__menu {
    width: auto;
  }
}
.footer__menu ul {
  margin: 0 0 5rem;
}
.footer__menu ul li a {
  font-size: calc((var(--large-text-size-value) - 1) * 0.012 * min(100vh, 900px) + 1rem);
}
@media screen and (min-width: 768px), screen and (max-width: 1559px) and (orientation: landscape) {
  .footer__menu ul li a {
    font-size: calc((var(--large-text-size-value) - 1) * 1.2vw + 1rem);
  }
}
@media screen and (min-width: 1560px) {
  .footer__menu ul li a {
    font-size: calc(var(--large-text-size-value) * 1rem);
  }
}
.footer__menu ul li:last-child {
  color: #979695;
}
.footer__menu .menu-footer-container .menu {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.footer__menu .menu-footer-container .menu a {
  color: var(--paragraphLinkColor);
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-color: currentColor;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2em;
}
@media only screen and (min-width: 40.0625em) {
  .footer__address {
    width: auto;
  }
}
.footer__connect {
  margin: 0 0 5rem;
}
.footer__social-media {
  justify-content: flex-start;
}
@media only screen and (min-width: 40.0625em) {
  .footer__social-media {
    width: auto;
  }
}
.footer__social-media svg {
  width: 30px;
  height: 30px;
}
.footer__subscribe {
  margin: 0 0 5rem;
}
.footer__subscribe p {
  text-align: right;
  padding-top: 1.8rem;
  font-size: calc((var(--newsletter-block-description-text-font-font-size-value) - 1) * 1.2vw + 1rem);
}
@media screen and (min-width: 1560px) {
  .footer__subscribe p {
    font-size: calc(var(--newsletter-block-description-text-font-font-size-value) * 1rem);
  }
}
.footer__subscribe .c7-btn {
  padding: 1.4rem 2rem;
  line-height: 1.2rem;
  background: #000;
  border-color: #fff;
}
.footer__subscribe .c7-btn:hover {
  background: #fff;
}
.footer__subscribe .c7-btn:hover span {
  color: #000 !important;
}
.footer__subscribe .c7-form {
  max-width: none;
}
.footer__subscribe .c7-form__group {
  flex-direction: column;
}
@media only screen and (min-width: 64.0625em) {
  .footer__subscribe .c7-form__group {
    flex-direction: row;
  }
}
.footer__subscribe .c7-form__group .c7-form__field + button {
  align-self: flex-end;
}
.footer__subscribe .c7-form input[type=text], .footer__subscribe .c7-form input[type=email], .footer__subscribe .c7-form input[type=number], .footer__subscribe .c7-form input[type=tel], .footer__subscribe .c7-form input[type=username], .footer__subscribe .c7-form input[type=password], .footer__subscribe .c7-form textarea, .footer__subscribe .c7-form--stripe, .footer__subscribe .c7-order-item input, .footer__subscribe .c7-form select, .footer__subscribe .c7-order-item select {
  padding: 1.4rem 2rem;
  line-height: 1.2rem;
  height: auto;
  color: #000;
}
.footer__slogan {
  text-align: center;
  font-size: clamp(1.9375rem, 0.1179rem + 7.7637vw, 5.6875rem);
  margin-bottom: 5rem;
}

.black-background {
  background: #000;
}
.black-background h1, .black-background .h1, .black-background .c7-h1, .black-background h1.c7-h1 {
  color: var(--headingExtraLargeColor);
}
.black-background h2, .black-background .h2, .black-background .c7-h2, .black-background h2.c7-h2 {
  color: var(--headingExtraLargeColor);
}
.black-background h3, .black-background .h3, .black-background .c7-h3, .black-background h3.c7-h3 {
  color: var(--headingExtraLargeColor);
}
.black-background h4, .black-background .h4, .black-background .c7-h4, .black-background h4.c7-h4 {
  color: var(--headingExtraLargeColor);
}

.padding-top-large {
  padding-top: 5rem;
}

.padding-bottom-large {
  padding-bottom: 5rem;
}

.padding-top-medium {
  padding-top: 2.5rem;
}

.padding-bottom-medium {
  padding-bottom: 2.5rem;
}

.padding-top-small {
  padding-top: 1rem;
}

.padding-bottom-small {
  padding-bottom: 1rem;
}

@media screen and (min-width: 40rem) {
  .c7t-products--1up .c7-product .c7-product__photo {
    width: 100%;
  }
}

.c7t-products--2up .c7-product {
  text-align: center;
}
@media screen and (min-width: 54rem) {
  .c7t-products--2up .c7-product {
    flex-direction: column;
  }
}
@media screen and (min-width: 1200px) {
  .c7t-products--2up .c7-product__image img {
    max-height: 400px;
  }
}

@media screen and (min-width: 640px) {
  .c7t-products--3up .c7-product-collection__product-list {
    grid-template-columns: 1fr;
  }
}
@media screen and (min-width: 768px) {
  .c7t-products--3up .c7-product-collection__product-list {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 1040px) {
  .c7t-products--3up .c7-product-collection__product-list {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (min-width: 1200px) {
  .c7t-products--3up .c7-product-collection__product-list .c7-product__image img {
    max-height: 300px;
  }
}

.c7-product-collection .c7-product__image {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .c7-product-collection .c7-product__image {
    margin-right: 0;
  }
}
.c7-product-collection .c7-product__image.wines-hover:before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.c7-product-collection .c7-product__image.wines-hover .c-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: opacity 0.2s ease;
}
.c7-product-collection .c7-product__image.wines-hover .c-image img {
  vertical-align: middle;
}
.c7-product-collection .c7-product__image.wines-hover .c-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: opacity 0.2s ease;
}
.c7-product-collection .c7-product__image.wines-hover .c-bg picture {
  display: flex;
  height: 100%;
  align-self: stretch;
}
.c7-product-collection .c7-product__image.wines-hover .c-bg img {
  object-fit: contain;
  width: 100%;
  vertical-align: middle;
}
.c7-product-collection .c7-product__image.wines-hover:hover .c-bg {
  opacity: 1;
}
.c7-product-collection .c7-product__image.wines-hover:hover .c-image {
  opacity: 0;
}
@media screen and (max-width: 769px) {
  .c7-product-collection .c7-product__image.wines-hover img {
    max-height: 300px;
  }
}
.c7-product-collection .c7-product__add-to-cart__form {
  justify-content: center;
}
.c7-product-collection .c7-product__add-to-cart__form__quantity {
  display: none;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c7-product-collection .c7-product__title,
  .c7-product-allocation .c7-product__title,
  .c7-club-product__details__title {
    font-size: calc((var(--normal-meta-size-value) - 1) * 0.012 * min(100vh, 900px) + 1rem);
  }
}
@media screen and (min-width: 768px), screen and (max-width: 1559px) and (orientation: landscape) {
  .c7-product-collection .c7-product__title,
  .c7-product-allocation .c7-product__title,
  .c7-club-product__details__title {
    font-size: calc((var(--normal-meta-size-value) - 1) * 1.2vw + 1rem);
  }
}
@media screen and (min-width: 1560px) {
  .c7-product-collection .c7-product__title,
  .c7-product-allocation .c7-product__title,
  .c7-club-product__details__title {
    font-size: calc(var(--normal-meta-size-value) * 1rem);
  }
}

@media screen and (min-width: 48rem) {
  .c7-product-detail .c7-product {
    max-width: none;
  }
}
@media screen and (min-width: 769px) {
  .c7-product-detail .c7-product__image {
    flex: 1;
  }
}
.c7-product-detail .c7-product img {
  max-height: 400px;
}
@media screen and (min-width: 48rem) {
  .c7-product-detail .c7-product img {
    max-height: 600px;
  }
}
.c7-product-detail .c7-product__info {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (min-width: 1001px) {
  .c7-product-detail .c7-product__info {
    flex-direction: column;
  }
}
.c7-product-detail__add-to-cart__form__quantity {
  margin-right: 1rem;
}
.c7-product-detail__photo__thumbs {
  display: none;
}

.c7-product .c7-form input[type=text], .c7-product .c7-form input[type=email], .c7-product .c7-form input[type=number], .c7-product .c7-form input[type=tel], .c7-product .c7-form input[type=username], .c7-product .c7-form input[type=password], .c7-product .c7-form textarea, .c7-product .c7-form--stripe, .c7-product .c7-order-item input, .c7-product .c7-form select, .c7-product .c7-order-item select {
  padding: 1rem;
  line-height: 1.2rem;
  height: auto;
  color: #000;
}
@media screen and (min-width: 769px) {
  .c7-product__details {
    flex: 1.5;
  }
}
@media screen and (min-width: 1001px) {
  .c7-product__details {
    flex: 1.1;
  }
}
.c7-product__add-to-cart .c7-btn {
  padding: 0.8em 3em;
}

.c7-side-cart {
  font-size: calc((var(--normal-text-size-value) - 1) * 1.2vw + 1rem);
  color: #000;
}
.c7-side-cart .c7-btn {
  padding: 12px 22px;
}
.c7-side-cart .c7-btn--alt {
  background: var(--c7-alt-button-bg);
  color: var(--c7-alt-button-text-color);
}

.c7-order-item__title a {
  text-decoration: none;
}

.c7-order-summary .c7-btn {
  padding: 10px 22px;
}
.c7-order-summary .c7-btn--alt {
  background: var(--c7-alt-button-bg);
  color: var(--c7-alt-button-text-color);
}
.c7-order-summary .c7-btn--alt:hover {
  color: #000;
}
.c7-order-summary .c7-btn--alt:hover span {
  color: #000;
}

.c7-checkout__footer {
  padding: 0 20px;
}
.c7-checkout .c7-callout {
  display: none;
}
.c7-checkout .c7-address__location a {
  display: none;
}

.c7-callout p {
  font-size: 16px;
}

.c7-account-details__header {
  flex-direction: column;
}
@media only screen and (min-width: 40.0625em) {
  .c7-account-details__header {
    flex-direction: row;
  }
}

.c7-user-nav__account__dropdown__logout {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
}

.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 {
  color: #000;
}
