/*!
Theme Name: Spectra Template Child
Author: Wineworks
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.1.2.13
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=Libre+Franklin:ital,wght@0,100..900;1,100..900&family="Lora":ital,wght@0,400..700;1,400..700&display=swap');
/* Commerce7 Template - Variables */
:root {
  --c7-font-family: "Libre Franklin", Arial, sans-serif;
  --c7-heading-font-family: "Lora",serif;
  --c7-heading-text-color: #000;
  --c7-heading-font-weight: normal;
  --c7-primary-color: #5c2a41;
  --c7-primary-color-dark: #4c2336;
  --c7-primary-color-focus: rgba(0, 0, 0, 0.25);
  --color-plum: #5c2a41;
  --c7-bg-alt: #f5e4dc;
  --c7-link-color: #5c2a41;
  --color-soft-blush: #f4e4dc;
  --c7-cart-count-bg: var(--color-soft-blush);
  --c7-cart-count-text-color: #000;
  --c7-field-border-radius: 0.75rem;
  --c7-border-color: #50505a;
}

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

.header {
  background: #fff;
}
.scrolled .header {
  background: #fff;
}
.header .c7t-template-width {
  max-width: 80rem;
  align-items: center;
  padding: 1rem 1.5rem;
}
@media only screen and (min-width: 64.0625em) {
  .header .c7t-template-width {
    padding: 1rem 2.2rem;
  }
}
.header__logo {
  margin: 0;
  padding: 0;
}
.header__logo a img {
  width: 200px;
}
.header__logo-extra {
  width: 128px;
}
@media only screen and (min-width: 64.0625em) {
  .header .menu-logo--mobile {
    display: none;
  }
}
.header .menu-logo--desktop {
  display: none;
}
@media only screen and (min-width: 64.0625em) {
  .header .menu-logo--desktop {
    display: block;
  }
}

.c7-tools {
  max-width: 80rem;
  padding: 0.75rem 1.5rem;
  background: var(--c7-primary-color);
}
@media only screen and (min-width: 64.0625em) {
  .c7-tools {
    padding: 0 2rem;
    background: transparent;
  }
}
@media only screen and (min-width: 64.0625em) {
  .c7-tools .c7-user-nav__cart__count {
    --c7-cart-count-bg: var(--c7-primary-color);
    --c7-cart-count-text-color: #fff;
  }
}

@media screen and (max-width: 64em) {
  .header__navigation__menu {
    position: absolute;
    top: 80px;
    right: 1.5rem;
    padding: 0.5rem;
  }
}
.header__navigation__menu .menu-header-container {
  /* submenu first level */
}
@media screen and (max-width: 64em) {
  .header__navigation__menu .menu-header-container {
    transition: visibility 200ms ease-out, transform 200ms ease-out;
    background: #fff;
    padding: 1rem 1rem 1rem;
    position: fixed;
    top: 158px;
    left: 0;
    right: 0;
    bottom: 0;
    transform: translateX(100%);
    height: 100%;
    width: 100%;
    overflow: scroll;
    z-index: 10;
    pointer-events: none;
    visibility: hidden;
  }
  .mobile-nav-active .header__navigation__menu .menu-header-container {
    transform: translateX(0);
    transition: visibility 200ms ease-out, transform 200ms ease-out;
    pointer-events: all;
    visibility: visible;
  }
}
@media only screen and (min-width: 64.0625em) {
  .header__navigation__menu .menu-header-container ul {
    flex-direction: row;
    gap: 32px;
  }
}
.header__navigation__menu .menu-header-container a {
  font-weight: 500;
  padding: 0.5rem 0.5rem;
  font-family: Georgia, "Times New Roman", Times, serif;
}
.header__navigation__menu .menu-header-container a:hover, .header__navigation__menu .menu-header-container a:focus {
  color: #4b5563;
}
.header__navigation__menu .menu-header-container > ul > li {
  /* Second level */
}
@media only screen and (min-width: 64.0625em) {
  .header__navigation__menu .menu-header-container > ul > li.menu-item-has-children > a {
    width: auto;
  }
}
@media only screen and (min-width: 64.0625em) {
  .header__navigation__menu .menu-header-container > ul > li.menu-item-has-children > button {
    margin-left: -8px;
  }
}
@media only screen and (min-width: 64.0625em) {
  .header__navigation__menu .menu-header-container > ul > li > ul {
    background: #fff;
    border: none;
    border-radius: 0 0 6px 6px;
    display: flex;
    min-width: 12rem;
    padding: 0;
    position: absolute;
    top: 100%;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
  }
}
@media only screen and (min-width: 64.0625em) {
  .header__navigation__menu .menu-header-container > ul > li > ul {
    min-width: 12.5rem;
  }
}
.header__navigation__menu .menu-header-container > ul > li > ul > li > a {
  font-size: 14px;
}
.header__navigation__menu .menu-header-container > ul > li > ul > li > a:hover {
  color: #000;
  background-color: #f3f4f6;
}

.show-mobile-nav .menu-header-container {
  background: #fff;
}
.show-mobile-nav .menu-header-container a {
  color: #000;
}
.show-mobile-nav .menu-header-container a:hover {
  color: #000;
}
.show-mobile-nav .menu-header-container .dropdown-toggle {
  stroke: #000 !important;
}
@media only screen and (min-width: 64.0625em) {
  .show-mobile-nav .menu-logo--mobile {
    display: none;
  }
}
.show-mobile-nav .menu-logo--desktop {
  display: none;
}
@media only screen and (min-width: 64.0625em) {
  .show-mobile-nav .menu-logo--desktop {
    display: block;
  }
}

.scrolled .header__navigation__menu .menu-header-container > ul > li > a {
  color: #000;
}
.scrolled .header__navigation__menu .menu-header-container > ul > li > a:hover, .scrolled .header__navigation__menu .menu-header-container > ul > li > a:focus {
  color: #4b5563;
}
.scrolled .header__navigation__menu .menu-header-container > ul > li > button {
  stroke: #000;
}

/* Commerce7 Template - Header Navigation Toggle */
.header__navigation-toggle {
  color: #000;
  cursor: pointer;
  padding: 0 0 0 0.25rem;
  position: relative;
  text-transform: uppercase;
  align-self: flex-end;
  margin-left: auto;
  border: 1px solid transparent !important;
  background: transparent;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transform: translateY(-36px);
  z-index: 11;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media only screen and (min-width: 64.0625em) {
  .header__navigation-toggle {
    display: none;
  }
}
.c7-cart-open .header__navigation-toggle {
  z-index: 0;
}
.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;
}
.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: #000;
  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: #000;
  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;
}
.header__navigation-toggle:hover {
  background: none;
  border: 0;
  color: #fff;
}

.footer {
  padding: 0;
}
.footer a:hover {
  text-decoration: none;
}
.footer .c7t-template-width {
  max-width: 80rem;
}
.footer__row {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-color: #e5e7eb;
  padding: 32px 0;
  width: 100%;
}
.footer__flex {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (width >= 64rem) {
  .footer__flex {
    flex-direction: row;
  }
}
.footer__legal-menu {
  width: 100%;
}
.footer__legal-menu .menu-footer-legal-container {
  width: 100%;
}
.footer__legal-menu .menu-footer-legal-container ul {
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  justify-content: space-between;
  margin: 0 auto;
  list-style: none;
  align-items: center;
  padding-left: 0;
  text-align: center;
}
@media (width >= 64rem) {
  .footer__legal-menu .menu-footer-legal-container ul {
    width: 66.66667%;
    flex-direction: row;
  }
}
.footer__legal-menu .menu-footer-legal-container ul li {
  width: 50%;
  padding: 0.5rem 0;
}
@media (width >= 48rem) {
  .footer__legal-menu .menu-footer-legal-container ul li {
    width: auto;
    padding: 0;
  }
}
.footer__legal-menu .menu-footer-legal-container ul li a {
  text-transform: uppercase;
  color: #364153;
  font-weight: 450;
}
.footer__bottom {
  color: #4a5565;
  font-size: 14px;
  margin: 0 auto;
  padding: 32px 0;
  text-align: center;
  font-weight: 450;
}
.footer__address {
  margin-bottom: 1rem;
}
.footer__copyright, .footer__optional-text {
  font-size: 14px;
  margin: 0 auto 0;
}

.footer a, .footer a:hover, .footer * {
  color: #364153;
  fill: var(--c7-primary-color) !important;
}

.footer .c7-btn a {
  color: #fff;
}
.footer .c7-btn a:hover {
  color: #fff;
  text-decoration: none;
}

.footer-brand {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
}
@media (width >= 64rem) {
  .footer-brand {
    width: 33.3333%;
  }
}
.footer-brand__logo {
  margin: 0 auto;
  width: 100%;
}
.footer-brand__logo img {
  margin: 0 auto;
  width: 100%;
}
@media (width >= 64rem) {
  .footer-brand__logo img {
    width: 400px;
  }
}
.footer-brand__cert-row, .footer-brand .cert-badge {
  align-items: center;
  display: flex;
  margin: 0 auto;
  gap: 16px;
}
.footer-brand__cert-row .cert-badge img, .footer-brand .cert-badge .cert-badge img {
  height: 96px !important;
  width: 96px;
}
.footer-brand__social-media {
  align-items: center;
  display: flex;
  gap: 16px;
}
.footer-brand__social-media svg {
  width: 30px;
  height: 30px;
  fill: var(--c7-primary-color);
  transition: fill 200ms ease-out;
}
.footer-brand__social-media a {
  fill: var(--c7-primary-color);
  align-items: center;
  border-radius: calc(infinity * 1px);
  display: flex;
  font-size: 1.875rem;
  height: 64px;
  width: 64px;
  justify-content: center;
  transition-duration: 0.15s;
}
@media (hover: hover) {
  .footer-brand__social-media a:hover {
    background-color: var(--color-soft-blush);
  }
}

.footer-right {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 32px;
  width: 100%;
}
@media (width >= 64rem) {
  .footer-right {
    width: 66.66667%;
  }
}
.footer-right .newsletter-wrap {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (width >= 64rem) {
  .footer-right .newsletter-wrap {
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
  }
}
.footer-right .newsletter-wrap .newsletter-title {
  font-size: 1.125rem;
  text-align: center;
  font-weight: 500;
}
@media (width >= 64rem) {
  .footer-right .newsletter-wrap .newsletter-title {
    text-align: left;
  }
}
.footer-right .newsletter-wrap .newsletter-title h3, .footer-right .newsletter-wrap .newsletter-title .c7-checkout-summary h2, .c7-checkout-summary .footer-right .newsletter-wrap .newsletter-title h2 {
  margin-bottom: 0;
}
.footer-right__flex {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (width >= 64rem) {
  .footer-right__flex {
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
  }
}
.footer-right__menu .menu-footer-container {
  height: 100%;
}
.footer-right__menu ul {
  -moz-column-gap: 32px;
  column-gap: 32px;
  display: grid;
  flex: 1;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  row-gap: 16px;
  text-align: center;
  list-style: none;
  height: 100%;
  padding-left: 0;
}
@media (width >= 64rem) {
  .footer-right__menu ul {
    text-align: left;
  }
}
.footer-right__menu ul li a {
  text-transform: uppercase;
  color: #364153;
  font-weight: 420;
}

.footer-evolution-logo {
  padding: 24px 32px;
  text-align: center;
}
.footer-evolution-logo img {
  padding: 4px;
  margin: 0 auto;
  width: 100%;
}
.footer-evolution-logo p, .footer-evolution-logo a {
  color: #512972;
  line-height: 1.5;
  font-weight: 450;
}
.footer-evolution-logo p:hover, .footer-evolution-logo a:hover {
  text-decoration: none;
}

.c7-product-collection .c7-product__image,
.c7-product-allocation .c7-product__image,
.c7-product-detail .c7-product__image {
  margin-bottom: 20px;
}

.c7-product__add-to-cart__form {
  align-items: normal;
}

.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 {
  height: 38px;
  padding: 3px 10px;
}

.c7-cart {
  background: #fff;
  border-left: 0;
  padding: 20px 0 40px;
}
.c7-cart__close {
  font-family: Frutiger, "Frutiger Linotype", Univers, Calibri, Tahoma, Geneva, Arial, sans-serif;
}
.c7-cart .c7-button-alt-small {
  font-size: 0.6rem;
  padding: 0.25em 0;
}
@media (max-width: 767px) {
  .c7-cart__buttons {
    text-align: center;
    padding: 0 0 6rem;
  }
}

.c7-checkout-summary {
  background: rgb(250, 248, 245);
}

@media only screen and (max-width: 40em) {
  .c7-cart-items__quantity form button {
    font-size: 0.6875rem;
    margin: 0;
    padding: 0;
  }
}

.c7-cart-items__title a {
  cursor: pointer;
}

.c7-side-cart .c7-order-item__title {
  font-size: 16px;
}
.c7-side-cart .c7-order-item__description {
  font-size: 16px;
}

.c7-checkout__header__logo {
  width: 300px;
}

.c7-checkout__content__title a,
.c7-checkout__content__title__pickup {
  cursor: pointer;
  font-size: 1rem;
}

.c7-checkout__footer {
  margin: 0 auto;
  padding: 0 20px;
}

.page-template-page-c7-account .c7t-content {
  max-width: 70rem;
}

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

body {
  background-color: var(--color-soft-blush);
  display: flex;
  flex-direction: column;
  font-stretch: normal;
  min-height: 100vh;
}

main {
  background: white;
}

.site-container {
  box-shadow: -11px 0 11px -11px rgba(0, 0, 0, 0.15), 11px 0 11px -11px rgba(0, 0, 0, 0.15);
  margin: 0 auto;
  max-width: 1800px;
  width: 100%;
}

body, p {
  font-family: "Libre Franklin", Arial, sans-serif;
}

.h1, h1 {
  font-family: "Lora", serif;
  line-height: 1.125;
  font-size: 1.875rem;
  line-height: 1.2;
}
@media (width >= 40rem) {
  .h1, h1 {
    font-size: 2.25rem;
    line-height: 1.11111;
  }
}
@media (width >= 48rem) {
  .h1, h1 {
    font-size: 3rem;
    line-height: 1;
  }
}
@media (width >= 64rem) {
  .h1, h1 {
    font-size: 3.75rem;
    line-height: 1;
  }
}

.h2, h2 {
  font-size: 2.25rem;
  line-height: 1.11111;
}

.h2, .h3, h2, h3, .c7-checkout-summary h2 {
  font-family: "Lora", serif;
}

.h3, h3, .c7-checkout-summary h2 {
  font-size: 1.875rem;
  line-height: 1.2;
}

.h4, h4 {
  font-size: 1.5rem;
  line-height: 1.33333;
}

.h4, .h5, h4, h5 {
  font-family: "Lora", serif;
}

.h5, h5 {
  font-size: 1.25rem;
  line-height: 1.4;
}

.h6, h6 {
  font-family: "Lora", serif;
  font-size: 1.125rem;
  line-height: 1.55556;
}

.button {
  cursor: pointer;
  display: inline-block;
  border: 0;
  border-radius: 0.75rem;
  font-size: var(--c7-font-size);
  font-weight: 500;
  line-height: 1.5;
  min-height: 46px;
  padding: 11px 20px;
  text-align: center;
  text-decoration: none;
  transition: all 0.1s ease-out;
  outline-width: medium;
  outline-style: none;
  background: linear-gradient(0deg, var(--color-plum), var(--color-plum));
  color: var(--c7-primary-button-text-color);
}
.button:hover {
  text-decoration: none;
  background: linear-gradient(0deg, #4c2336, #9f4a71);
  color: var(--c7-primary-button-text-color);
}

.c7-btn {
  border-color: var(--c7-primary-button-bg);
  border-radius: 0.75rem;
  border-style: solid;
  border-width: 3px;
  min-height: 38px;
  display: inline-block;
  padding: 4px 24px;
  text-align: center;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.c7-btn:hover {
  text-decoration: none;
  background: linear-gradient(0deg, #4c2336, #9f4a71);
  color: var(--c7-primary-button-text-color);
}
.c7-btn a {
  color: #fff;
}
.c7-btn a:hover {
  color: #fff;
  text-decoration: none;
}
.c7-btn--primary {
  background: linear-gradient(0deg, var(--color-plum), var(--color-plum));
}
.c7-btn--primary:hover {
  text-decoration: none;
  background: linear-gradient(0deg, #4c2336, #9f4a71);
  color: var(--c7-primary-button-text-color);
}

.c7-btn--primary:not([disabled]):active,
.c7-btn--primary:not([disabled]):focus,
.c7-btn--primary:not([disabled]):hover,
.c7-btn--primary--small:not([disabled]):active,
.c7-btn--primary--small:not([disabled]):focus,
.c7-btn--primary--small:not([disabled]):hover {
  background: linear-gradient(0deg, #4c2336, #9f4a71);
  text-decoration: none;
}

.c7-btn--alt:not([disabled]):active,
.c7-btn--alt:not([disabled]):focus,
.c7-btn--alt:not([disabled]):hover,
.c7-btn--alt--small:not([disabled]):active,
.c7-btn--alt--small:not([disabled]):focus,
.c7-btn--alt--small:not([disabled]):hover {
  background: linear-gradient(0deg, #4c2336, #9f4a71);
  text-decoration: none;
}

.c7t-products {
  margin-bottom: 0;
  padding-bottom: 2rem;
}
