@charset "UTF-8";
/*!
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=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Kapakana:wght@300..400&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
@font-face {
  font-family: "Sabon Next LT Pro";
  src: url("./fonts/SabonNextLTPro-Demi.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Sabon Next LT Pro";
  src: url("./fonts/SabonNextLTPro-DemiItalic.otf") format("opentype");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "Sabon Next LT Pro";
  src: url("./fonts/SabonNextLTPro-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Sabon Next LT Pro";
  src: url("./fonts/SabonNextLTPro-Display.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Gotham";
  src: url("./fonts/Gotham-Medium.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Gotham";
  src: url("./fonts/Gotham-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Palace Script MT Std";
  src: url("./fonts/Monotype - PalaceScriptMTStd.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
:root {
  --survey-widget-space: 24px;
  --c7-cart-count-bg: #CAA28C;
  --c7-font-family: "Gotham", sans-serif;
  --c7-heading-font-family: "Sabon Next LT Pro", serif;
  --c7-heading-font-weight: 300;
  --c7-cart-count-text-color: #000;
  --c7-info-bg: #f3f0ea;
  --c7-bg-alt: #f3f0ea;
  --c7-primary-button-bg: #CAA28C;
  --c7-alt-button-bg-hover: #000;
  --c7-link-color: #CAA28C;
  --c7-field-border-color: #CAA28C;
  --c7-field-border-radius: 0;
  --c7-border-radius: 0;
  --c7-dropdown-border-radius: 0;
  --c7-dropdown-hover: #f3f0ea;
}

/* Commerce7 Template - Variables */
.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%;
}

body {
  background: #fff;
  color: #231F20;
  font-family: "Gotham", sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.7;
  font-size: 20px;
}
@media only screen and (min-width: 768px) {
  body {
    font-size: 18px;
  }
}

h1, h2, h3, h4, h5, h6 {
  text-rendering: optimizelegibility;
  transition: 0.2s ease-in-out;
  margin: 0 0 0.5em;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-style: normal;
  font-weight: 400;
  color: #231F20;
}

h1, .h1 {
  font-family: "Palace Script MT Std", "Kapakana", cursive;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 0.05em;
  text-transform: capitalize;
  font-size: clamp(64px, 64px + 21 * (100vw - 375px) / 1065, 85px);
}

h2, .h2 {
  font-family: "Sabon Next LT Pro", serif;
  font-weight: 500;
  letter-spacing: 0.15em;
  line-height: 1.215;
  text-transform: uppercase;
  font-size: clamp(20px, 20px + 16 * (100vw - 375px) / 1065, 36px);
}

h3, .h3 {
  font-family: "Sabon Next LT Pro", serif;
  font-style: italic;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.6;
  text-transform: capitalize;
  font-size: clamp(18px, 18px + 4 * (100vw - 375px) / 1065, 22px);
}

h4, .h4 {
  font-family: "Gotham", sans-serif;
  font-weight: 400;
  letter-spacing: 0.2em;
  line-height: 1.4em;
  text-transform: uppercase;
  font-size: clamp(10px, 10px + 5 * (100vw - 375px) / 1065, 15px);
}

h5, .h5 {
  font-family: "Sabon Next LT Pro", serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.6em;
  text-transform: uppercase;
  font-size: clamp(8px, 8px + 4 * (100vw - 375px) / 1065, 12px);
}

.h5.quote {
  font-size: clamp(8px, 8px + 4 * (100vw - 375px) / 1065, 20px);
}

h6, .h6 {
  font-size: clamp(18px, 18px + 2 * (100vw - 375px) / 1065, 20px);
}

p, .p {
  font-family: "Sabon Next LT Pro", serif;
  font-weight: 300;
  line-height: 1.7;
  margin: 0;
  margin-bottom: 1.5em;
  font-size: 20px;
}
@media only screen and (min-width: 768px) {
  p, .p {
    font-size: 18px;
  }
}

ul {
  padding-inline-start: 15px;
}

li {
  font-family: "Sabon Next LT Pro", serif;
  font-weight: 300;
  line-height: 1.7;
  margin: 0;
  padding-bottom: 0.75em;
  font-size: 20px;
}
@media only screen and (min-width: 768px) {
  li {
    font-size: 18px;
  }
}

a {
  color: #CAA28C;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  font-weight: 400;
}
a:hover {
  color: #231F20;
  text-decoration: underline;
}

.cta_text {
  font-family: "Sabon Next LT Pro", serif;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-decoration: none;
  text-transform: uppercase;
  font-size: clamp(0.8125rem, 0.7964rem + 0.0952vw, 0.875rem);
}
.cta_text::after {
  content: "▸";
  margin-left: 3px;
}

hr {
  border: 0.5px solid gray;
  margin: 0.5px;
}

.divider {
  height: 2px !important;
  object-fit: fill;
  width: 100%;
}

.c7-link {
  color: #CAA28C;
  letter-spacing: normal;
  font-family: "Sabon Next LT Pro", serif;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-decoration: none;
  text-transform: uppercase;
  font-size: clamp(0.8125rem, 0.7964rem + 0.0952vw, 0.875rem);
}
.c7-link:hover {
  background: transparent;
  color: #000000;
}
.c7-link .c7-link svg {
  stroke: #231F20;
}

/*********************
BUTTON DEFAULTS
*********************/
.button.primary, .c7-btn--primary, button, .button, .c7-btn {
  border-style: solid;
  border-width: 0;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  font-family: "Gotham", sans-serif;
  font-size: 14px;
  font-weight: 400;
  height: auto;
  min-height: auto;
  letter-spacing: 0.1em;
  line-height: 1.75;
  margin: 0;
  padding: 7px 30px;
  position: relative;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  -webkit-appearance: none;
  text-transform: uppercase;
  transition: 0.25s ease-in-out;
}
@media only screen and (min-width: 768px) {
  .button.primary, .c7-btn--primary, button, .button, .c7-btn {
    padding: 7px 40px;
    letter-spacing: 0.25em;
  }
}
.c7-btn--primary:hover, button:hover, .button:hover, .c7-btn:hover, .c7-btn--primary:focus, button:focus, .button:focus, .c7-btn:focus {
  outline: none;
  text-decoration: none;
}

/*********************
BUTTON CLASSES
*********************/
button, .button, .button.primary, .c7-btn--primary {
  border-color: #CAA28C;
  background-color: #CAA28C;
  color: #ffffff;
}
button:hover, button:focus, button:active, .button:hover, .button:focus, .button:active, .button.primary:hover, .button.primary:focus, .button.primary:active, .c7-btn--primary:hover, .c7-btn--primary:focus, .c7-btn--primary:active {
  border-color: #231F20;
  background-color: #231F20;
  text-decoration: none;
  color: #ffffff;
}

.button.secondary, .c7-btn--secondary {
  border: solid 1.5px #CAA28C;
  background-color: transparent;
  color: #231F20;
}
.button.secondary:hover, .button.secondary:focus, .button.secondary:active, .c7-btn--secondary:hover, .c7-btn--secondary:focus, .c7-btn--secondary:active {
  background-color: #ffffff;
}

.header {
  transition: all 100ms ease-out;
  background: #ffffff;
  padding: 0;
  z-index: 25;
}
.header-logo {
  height: 55px;
  width: 55px;
}
@media only screen and (min-width: 768px) {
  .header-logo {
    height: 75px;
    width: 75px;
  }
}
.header.light {
  background: transparent;
  box-shadow: none !important;
}
.header.light:before {
  filter: brightness(100);
}
.header.light #c7-account .c7-user-nav__account__login, .header.light #c7-account .c7-user-nav__account__name {
  color: #fff;
}
@media screen and (min-width: 64.0625em) {
  .header.light #c7-account .c7-user-nav__account__login, .header.light #c7-account .c7-user-nav__account__name {
    color: #fff;
  }
}
.header.light #c7-account .c7-user-nav__account__login svg, .header.light #c7-account .c7-user-nav__account__name svg {
  stroke: #fff;
}
.header.light #c7-cart .c7-user-nav__cart__title svg {
  stroke: #fff;
}
@media screen and (min-width: 64.0625em) {
  .header.light #c7-cart .c7-user-nav__cart__title svg {
    stroke: #fff;
  }
}
.header.sticky {
  position: fixed;
  top: 0;
  box-shadow: 3px 3px 6px 3px rgba(0, 0, 0, 0.1);
}
.header .c7t-template-width {
  background: none;
  align-items: center;
  display: flex;
  height: 85px;
  justify-content: center;
  padding: 0px 20px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .header .c7t-template-width {
    align-items: normal;
    background: none;
    box-sizing: border-box;
    height: 105px;
    justify-content: space-between;
    padding: 0;
    position: relative;
    width: 100%;
  }
}

.c7-tools {
  background: transparent;
  position: fixed;
  right: 5vw;
  top: calc(var(--header-center-y) / 2);
  padding: 0;
  min-height: auto;
  z-index: 1;
}
.c7-tools button:hover {
  background: none;
}

#c7-account {
  display: none;
}
@media screen and (min-width: 768px) {
  #c7-account {
    display: inline-block;
    margin-top: 7px;
  }
}
#c7-account .c7-user-nav__account__login {
  color: #231F20;
}
@media screen and (min-width: 64.0625em) {
  #c7-account .c7-user-nav__account__login {
    color: #231F20;
  }
}

#c7-cart .c7-user-nav__cart__title svg {
  stroke: #231F20;
}
@media screen and (min-width: 64.0625em) {
  #c7-cart .c7-user-nav__cart__title svg {
    stroke: #231F20;
  }
}
#c7-cart .c7-user-nav__cart__count {
  letter-spacing: 0;
}

.scrolled .header {
  background: none;
  top: 0;
}

.header-promo-active .header {
  top: var(--promo-bar-height, 0px);
}
.header-promo-active.mobile-nav-active .header {
  top: 0 !important;
}

.mobile-nav-active .header {
  top: 0 !important;
}
.mobile-nav-active .c7-tools {
  top: 280px;
  left: 0;
  right: 1vw;
  margin-left: 40px;
  padding-left: 5%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  z-index: 100;
}
.mobile-nav-active .c7-tools:hover, .mobile-nav-active .c7-tools:focus {
  color: #231F20;
}
@media only screen and (min-width: 1300px) {
  .mobile-nav-active .c7-tools {
    right: 5vw;
    left: auto;
    top: 42.5px;
    flex-direction: row;
    margin-left: 0;
    padding-left: 0;
    gap: 0;
  }
}
.mobile-nav-active .c7-user-nav__account, .mobile-nav-active .c7-user-nav__cart__title {
  color: #231F20;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: 600;
  font-family: "Gotham", sans-serif;
}
.mobile-nav-active #c7-account {
  display: inline-block;
}
.mobile-nav-active #c7-account .c7-user-nav__account__login {
  color: #fff;
}
@media screen and (min-width: 64.0625em) {
  .mobile-nav-active #c7-account .c7-user-nav__account__login {
    color: #fff;
  }
}
.mobile-nav-active #c7-cart .c7-user-nav__cart__title svg {
  stroke: #fff;
}
@media screen and (min-width: 64.0625em) {
  .mobile-nav-active #c7-cart .c7-user-nav__cart__title svg {
    stroke: #fff;
  }
}
.mobile-nav-active .menu-header-container > ul {
  margin-top: 50px;
  margin-left: 40px;
}
@media only screen and (min-width: 1024px) {
  .mobile-nav-active .menu-header-container > ul {
    margin-top: 0;
  }
}

.header-promo-bar {
  position: fixed;
  z-index: 6;
  min-height: 55px;
}
@media only screen and (min-width: 480px) {
  .header-promo-bar {
    min-height: auto;
  }
}
.header-promo-bar a:hover {
  color: #CAA28C;
}

.header:has(.c7-side-cart--visible) {
  z-index: 1000;
}

.header:has(.c7-side-cart--visible) .header__navigation-toggle {
  z-index: 0;
}

.page-template-page-no-banner .header:has(.c7-side-cart--visible) .logo.sticked,
.error404 .header:has(.c7-side-cart--visible) .logo.sticked {
  z-index: 0;
}

/* Commerce7 Template - Header Navigation */
.header__navigation__menu {
  margin: 30px auto 0;
  width: max-content;
}
@media screen and (max-width: 1024px) {
  .header__navigation__menu {
    position: absolute;
    top: var(--header-center-y);
    left: 0;
    right: auto;
  }
}
@media screen and (max-width: 1024px) {
  .header__navigation__menu .menu-header-container {
    background: #231F20;
    bottom: 0;
    height: 100vh;
    min-width: unset;
    opacity: 0;
    padding: 40px 0 0;
    position: fixed;
    top: 0;
    transition: all 0.3s ease, min-width 0.3s ease;
    visibility: hidden;
    width: 0;
    z-index: 101;
  }
}
.header__navigation__menu .menu-header-container > ul {
  display: block;
  height: 100%;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .header__navigation__menu .menu-header-container > ul {
    display: grid;
    align-items: center;
    grid-template-columns: repeat(5, 1fr);
    justify-content: center;
    margin: 0 auto;
    text-align: center;
  }
}
.header__navigation__menu .menu-header-container li {
  margin: 0 20px;
  padding-bottom: 0;
}
@media only screen and (min-width: 1300px) {
  .header__navigation__menu .menu-header-container li {
    margin: 0 45px;
  }
}
.header__navigation__menu .menu-header-container a {
  color: #231F20;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  font-weight: 600;
  font-family: "Gotham", sans-serif;
}
.header__navigation__menu .menu-header-container a:hover, .header__navigation__menu .menu-header-container a:focus {
  color: #231F20;
}
.header__navigation__menu .menu-header-container a[href="/"] {
  display: none;
  opacity: 0;
}
@media only screen and (min-width: 1024px) {
  .header__navigation__menu .menu-header-container a[href="/"] {
    display: block;
  }
}

.header__navigation-toggle span {
  background: #231F20;
}
.header__navigation-toggle span:before, .header__navigation-toggle span:after {
  background: #231F20;
}

.light .header__navigation__menu a {
  color: #ffffff;
}
.light .header__navigation__menu a:hover, .light .header__navigation__menu a:focus {
  color: #ffffff;
}
.light .header__navigation-toggle span {
  background: #ffffff;
}
.light .header__navigation-toggle span:before, .light .header__navigation-toggle span:after {
  background: #ffffff;
}

@media screen and (max-width: 1024px) {
  .header-promo-active .header__navigation__menu {
    position: fixed;
  }
}

.show-mobile-nav .menu-header-container {
  background: #231F20;
  z-index: 12;
}
@media only screen and (min-width: 1024px) {
  .show-mobile-nav .menu-header-container {
    background: transparent;
  }
}
.show-mobile-nav .header__navigation-toggle {
  z-index: 13;
}
.show-mobile-nav .header__navigation-toggle span {
  background: none;
}

@media screen and (max-width: 1024px) {
  .mobile-nav-active .logo {
    display: none;
  }
}
.mobile-nav-active .header__navigation__menu .menu-header-container {
  min-width: 300px;
  opacity: 1;
  overflow: scroll;
  padding: 40px 5% 0;
  visibility: visible;
  width: 70%;
  left: 0;
  overflow: hidden;
}
.mobile-nav-active .header__navigation__menu .menu-header-container li {
  margin: 0;
}
.mobile-nav-active .header__navigation__menu .menu-header-container a {
  padding: 0;
  font-size: 14px;
  margin: 0 0;
  color: #ffffff;
}
.mobile-nav-active .header__navigation-toggle span {
  background: #231F20;
}
.mobile-nav-active .header__navigation-toggle span:before, .mobile-nav-active .header__navigation-toggle span:after {
  background: #ffffff;
}

.c7-side-cart__header button:focus {
  background: transparent;
  border: none;
}
.c7-side-cart .c7-btn {
  padding: 7px 30px;
}
@media only screen and (min-width: 768px) {
  .c7-side-cart .c7-btn {
    padding: 7px 30px;
  }
}
.c7-side-cart .c7-link {
  color: #CAA28C;
  letter-spacing: normal;
  font-family: "Sabon Next LT Pro", serif;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-decoration: none;
  text-transform: uppercase;
  font-size: clamp(0.8125rem, 0.7964rem + 0.0952vw, 0.875rem);
}
.c7-side-cart .c7-link:hover {
  color: #000000;
}
.c7-side-cart .c7-order-item__title a {
  font-weight: 400;
}
.c7-side-cart p a, .c7-side-cart li a {
  text-decoration: none;
}

.c7-cart .c7-link {
  color: #CAA28C;
  letter-spacing: normal;
  font-family: "Sabon Next LT Pro", serif;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-decoration: none;
  text-transform: uppercase;
  font-size: clamp(0.8125rem, 0.7964rem + 0.0952vw, 0.875rem);
}
.c7-cart .c7-link:hover {
  background: transparent;
  color: #000000;
}
.c7-cart .c7-link .c7-link svg {
  stroke: #231F20;
}

.c7-cart .c7-order-item__quantity {
  border: 1px solid #CAA28C;
}

#c7-coupon-group .c7-form__group {
  display: flex;
}
#c7-coupon-group .c7-form__field {
  margin: 0;
}
@media only screen and (min-width: 768px) {
  #c7-coupon-group .c7-form__field {
    margin: 0;
  }
}

.c7-checkout__footer {
  padding: 0 1rem;
}
.c7-checkout__footer a {
  font-weight: normal;
}
.c7-checkout-mobile__summary-toggle {
  color: #000000;
}
.c7-checkout-mobile__summary-toggle:hover svg, .c7-checkout-mobile__summary-toggle:focus svg, .c7-checkout-mobile__summary-toggle:active svg {
  color: #fff;
}
.c7-checkout-mobile__summary-toggle__title, .c7-checkout-mobile__summary-toggle__count, .c7-checkout-mobile__summary-toggle__total {
  letter-spacing: normal;
}
.c7-checkout__summary-container .c7-form__group .c7-form__field {
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .c7-checkout__summary-container .c7-form__group .c7-form__field {
    margin: 0;
  }
}
.c7-checkout .c7-form__group {
  display: flex;
  gap: 5px;
}

.c7-checkbox__label, .c7-form__help {
  text-transform: none !important;
}
.c7-checkbox__label label, .c7-form__help label {
  text-transform: none !important;
}

.c7-order-summary__item {
  font-family: "Sabon Next LT Pro", serif;
}
.c7-order-summary__item--subtotal, .c7-order-summary__item--total {
  font-family: "Sabon Next LT Pro", serif;
}

.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 {
  min-width: 40px;
  min-height: 40px;
}

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

.c7-product__add-to-cart .c7-form__field {
  border: 1px solid #CAA28C;
}

.page-template-page-product .c7-product-detail {
  padding-top: 5rem;
}
.page-template-page-product .c7-product-detail .c7-product__add-to-cart__form .c7-form__field {
  margin: 0;
}
@media only screen and (min-width: 40.0625em) {
  .page-template-page-product .c7-product-detail .c7-product__add-to-cart__form .c7-form__field {
    margin: 0;
  }
}

.c7-account__menu a {
  font-weight: normal;
}

.c7-back:before {
  content: "◂" !important;
  color: #CAA28C;
}

.c7-user-nav__account__dropdown li a {
  font-weight: normal;
}

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

.c7-account-block__header {
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .c7-account-block__header {
    flex-direction: row;
  }
}

.c7-account__menu li {
  display: block;
}
@media only screen and (min-width: 768px) {
  .c7-account__menu li {
    display: inline-block;
  }
}

.c7-user-nav__account__dropdown li {
  font-size: 16px;
  line-height: 1;
}

.c7-form__group {
  display: block;
}
.c7-form__field {
  margin: 15px 0;
}
@media only screen and (min-width: 768px) {
  .c7-form__field {
    margin: 25px 0;
  }
}

.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--stripe,
.c7-order-item input,
.c7-form select,
.c7-order-item select {
  display: block;
  background: transparent;
  border-radius: 0;
  font-size: 12px;
  line-height: 1.4;
  height: 30px;
  padding: 11px 10px;
  width: 100%;
  transition: all 0.1s ease-out;
}
@media only screen and (min-width: 768px) {
  .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--stripe,
  .c7-order-item input,
  .c7-form select,
  .c7-order-item select {
    height: 40px;
  }
}

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

label {
  color: #231F20;
  font-family: "Sabon Next LT Pro", serif;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
label + input:not([type=radio]) {
  width: 100%;
  box-sizing: border-box;
  background-color: transparent;
  padding-left: 5px;
}
label + input:not([type=radio]):focus {
  outline: none;
}
@media (max-width: 768px) {
  label + input:not([type=radio]) {
    width: 100%;
    margin-right: 0px;
  }
}
label + input:not([type=radio])::placeholder {
  color: #231F20;
  font-family: "Sabon Next LT Pro", serif;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.c7-form textarea {
  border: 1px solid #231F20;
}

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

.c7-form__group .c7-form__field:not(:last-of-type) {
  margin-right: 0;
}

.c7t-newsletter__form .c7-form input[type=text],
.c7t-newsletter__form .c7-form input[type=email],
.c7t-newsletter__form .c7-form input[type=number],
.c7t-newsletter__form .c7-form input[type=tel],
.c7t-newsletter__form .c7-form input[type=username],
.c7t-newsletter__form .c7-form input[type=password],
.c7t-newsletter__form .c7-form--stripe,
.c7t-newsletter__form .c7-order-item input,
.c7t-newsletter__form .c7-form select,
.c7t-newsletter__form .c7-order-item select, .c7-custom-form .c7-form input[type=text],
.c7-custom-form .c7-form input[type=email],
.c7-custom-form .c7-form input[type=number],
.c7-custom-form .c7-form input[type=tel],
.c7-custom-form .c7-form input[type=username],
.c7-custom-form .c7-form input[type=password],
.c7-custom-form .c7-form--stripe,
.c7-custom-form .c7-order-item input,
.c7-custom-form .c7-form select,
.c7-custom-form .c7-order-item select {
  border: 0;
  border-bottom: 1px solid #231f20;
}

.c7-form--card-number .c7-card-type--default {
  top: 33px;
}

.c7-form--zip-city-state .c7-form__empty, .c7-form--zip-city-state .c7-spinner {
  margin-top: 30px;
  font-size: 16px;
}

.slick-track {
  display: flex !important;
}

.slick-slide {
  height: auto !important;
  display: flex !important;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
  justify-content: center;
}

.slick-dots {
  margin: 10px auto;
  bottom: -45px;
}
.slick-dots li {
  margin: 0 2px;
}
.slick-dots li button:before {
  content: "";
  border: 1px solid #CAA28C;
  border-radius: 50%;
  padding: 5px;
  width: 10px;
  height: 10px;
  color: #CAA28C;
  opacity: 1;
}
.slick-dots li.slick-active button:before {
  color: #CAA28C;
  background: #CAA28C;
  opacity: 1;
}

.slick-next {
  height: 20px;
  position: absolute;
  right: -20px;
  top: 57%;
  width: 20px;
}
.slick-next:before {
  background-image: url("/wp-content/uploads/2025/12/next.svg");
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  height: 20px;
  width: 20px;
  content: "";
}

.slick-prev {
  height: 20px;
  left: -12px;
  position: absolute;
  top: 57%;
  width: 20px;
}
.slick-prev:before {
  background-image: url("/wp-content/uploads/2025/12/prev.svg");
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  height: 20px;
  width: 20px;
  content: "";
}

.tabs .slick-next {
  right: -5px;
  top: 50%;
}
.tabs .slick-prev {
  left: -5px;
  top: 50%;
}

.carousel {
  padding: 10px 0 45px 0;
}
@media only screen and (min-width: 768px) {
  .carousel {
    padding: 10px 0 60px 0;
  }
}
.carousel .divider {
  display: flex;
  margin: 0 auto 30px;
  min-height: 1px;
}
@media only screen and (min-width: 768px) {
  .carousel .divider {
    margin: 0 auto 50px;
  }
}

.c7t-featured-press__cell {
  display: flex;
  height: 100% !important;
  margin: 0 auto;
  max-width: 160px;
  min-width: 160px;
  padding: 0;
  text-align: center;
}
@media screen and (min-width: 300px) {
  .c7t-featured-press__cell {
    min-height: 300px;
    max-width: 300px !important;
  }
}
@media only screen and (min-width: 480px) {
  .c7t-featured-press__cell {
    max-width: 320px;
    min-width: 320px;
  }
}
@media only screen and (min-width: 768px) {
  .c7t-featured-press__cell {
    max-width: 280px;
    min-width: auto;
    text-align: left;
  }
}
.c7t-featured-press__cell .slide-content {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  height: 100%;
  width: 100%;
}
.c7t-featured-press__cell div {
  display: block;
}
.c7t-featured-press__cell img {
  margin: 0 auto;
  border-radius: 0;
  max-height: 160px;
  min-height: 160px;
  max-width: 220px !important;
  width: 100%;
  object-fit: cover;
}
@media screen and (min-width: 300px) {
  .c7t-featured-press__cell img {
    max-height: 300px;
    min-height: 300px;
    max-width: 300px !important;
  }
}
@media only screen and (min-width: 480px) {
  .c7t-featured-press__cell img {
    max-height: 320px;
    min-height: 320px;
    max-width: 320px !important;
    min-width: 320px;
  }
}
@media only screen and (min-width: 768px) {
  .c7t-featured-press__cell img {
    margin: 0 auto 10px;
    max-height: 170px;
    min-height: 170px;
    max-width: 100% !important;
    min-width: auto;
  }
}
@media only screen and (min-width: 1300px) {
  .c7t-featured-press__cell img {
    max-height: 260px;
    min-height: 260px;
  }
}

.tabs .c7t-featured-press__cell {
  display: flex;
  height: 100% !important;
  margin: 0 auto;
  max-width: 240px;
  min-width: 240px;
  padding: 0;
  text-align: center;
}
@media only screen and (min-width: 480px) {
  .tabs .c7t-featured-press__cell {
    max-width: 320px;
    min-width: 320px;
  }
}
@media only screen and (min-width: 768px) {
  .tabs .c7t-featured-press__cell {
    max-width: 280px;
    min-width: auto;
    text-align: left;
  }
}
.tabs .c7t-featured-press__cell .slide-content {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  height: 100%;
  width: 100%;
}
.tabs .c7t-featured-press__cell div {
  display: block;
}
.tabs .c7t-featured-press__cell img {
  margin: 0 auto;
  border-radius: 0;
  max-height: 160px;
  min-height: 160px;
  max-width: 220px !important;
  width: 100%;
  object-fit: cover;
}
@media screen and (min-width: 300px) {
  .tabs .c7t-featured-press__cell img {
    max-height: 250px;
    min-height: 250px;
    max-width: 250px !important;
  }
}
@media only screen and (min-width: 480px) {
  .tabs .c7t-featured-press__cell img {
    max-height: 320px;
    min-height: 320px;
    max-width: 320px !important;
    min-width: 320px;
  }
}
@media only screen and (min-width: 768px) {
  .tabs .c7t-featured-press__cell img {
    margin: 0 auto 10px;
    max-height: 170px;
    min-height: 170px;
    max-width: 100% !important;
    min-width: auto;
  }
}
@media only screen and (min-width: 1300px) {
  .tabs .c7t-featured-press__cell img {
    max-height: 260px;
    min-height: 260px;
  }
}

.slide-body {
  flex-grow: 1;
}

.carousel-link, .slide-link {
  margin: 0 auto;
  padding: 15px 0;
}
@media only screen and (min-width: 768px) {
  .carousel-link, .slide-link {
    margin: 0;
  }
}

.carousel-link {
  margin-top: auto;
  text-align: center;
}

.slide-link {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .slide-link {
    text-align: left;
  }
}

@media only screen and (min-width: 768px) {
  .tabs .c7t-featured-press__cell {
    max-width: 250px !important;
  }
}
@media only screen and (min-width: 768px) {
  .tabs .c7t-featured-press img {
    max-height: 250px;
    max-width: 250px !important;
  }
}

.tabs {
  padding-top: 60px;
  margin-top: 30px;
}
@media only screen and (min-width: 768px) {
  .tabs {
    padding-top: 100px;
  }
}
.tabs .tab-content {
  display: none;
}
.tabs .tab-content.active {
  display: block;
}
.tabs .tab-buttons {
  align-items: center;
  border-bottom: 1px solid #CAA28C;
  border-top: 1px solid #CAA28C;
  display: flex;
  justify-content: space-evenly;
  padding: 15px;
  margin: 0 auto 30px;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .tabs .tab-buttons {
    padding: 30px;
    margin: 0 auto 50px;
  }
}
.tabs .tab-buttons .tab-button {
  opacity: 0.5;
  margin-bottom: 0;
  padding: 0 15px;
  background-color: transparent;
  border: 0;
  color: #231F20;
  font-size: clamp(10px, 10px + 5 * (100vw - 375px) / 1065, 15px);
}
.tabs .tab-buttons .tab-button.active, .tabs .tab-buttons .tab-button:hover {
  color: #CAA28C;
  opacity: 1;
  position: relative;
}
.tabs .tab-buttons .tab-button.active::after, .tabs .tab-buttons .tab-button:hover::after {
  background-color: #F3F0EA;
  bottom: 0;
  content: "";
  height: 7px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: -1;
}
@media only screen and (min-width: 768px) {
  .tabs .tab-buttons .tab-button.active::after, .tabs .tab-buttons .tab-button:hover::after {
    height: 10px;
  }
}
.tabs.beige-background .tab-buttons .tab-button.active::after, .tabs.beige-background .tab-buttons .tab-button:hover::after {
  background-color: rgba(215, 202, 194, 0.4196078431);
}

#product-tabs {
  scroll-margin-top: -50px;
}
@media only screen and (min-width: 768px) {
  #product-tabs {
    scroll-margin-top: -100px;
  }
}

.hwy__hero {
  margin-bottom: 30px;
  padding: 0;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .hwy__hero {
    margin-bottom: 55px;
  }
}
.shop-page .hwy__hero {
  margin-top: -85px;
}
@media only screen and (min-width: 768px) {
  .shop-page .hwy__hero {
    margin-top: -105px;
  }
}
.hwy__hero .background-overlay {
  background: linear-gradient(180deg, rgba(15, 15, 15, 0.6) 0%, rgba(15, 15, 15, 0) 63.28%);
  height: 100%;
  mix-blend-mode: normal;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.hwy__hero.fixed-image div {
  background-size: cover;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .hwy__hero.fixed-image div {
    background-attachment: fixed;
  }
}
.hwy__hero .hero-background-video {
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .hwy__hero .hero-background-video {
    height: 56.25%;
  }
}
@media only screen and (min-width: 1300px) {
  .hwy__hero .hero-background-video {
    height: 700px;
  }
}
.hwy__hero .hero-background-video .video-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 350px;
}
@media screen and (min-width: 622px) {
  .hwy__hero .hero-background-video .video-container {
    padding-top: 56.25%;
  }
}
.hwy__hero .hero-background-video .video-container iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
@media screen and (max-width: 622px) {
  .hwy__hero .hero-background-video .video-container iframe {
    min-width: 622px;
  }
}
.hwy__hero .hero-background-video .video-container .thumbnail-background {
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}
.hwy__hero .hero-background-video .icon {
  position: absolute;
  bottom: 11px;
  right: 11px;
  font-size: 43px;
  color: #ffffff;
}
.hwy__hero .hero-background-video .icon:hover {
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .hwy__hero .hero-background-video .icon {
    bottom: 40px;
    right: 40px;
  }
}
.hwy__hero .hero-background-image {
  height: 350px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  .hwy__hero .hero-background-image {
    height: 500px;
  }
}
@media only screen and (min-width: 1024px) {
  .hwy__hero .hero-background-image {
    height: 700px;
  }
}
.hwy__hero .cta_text {
  bottom: 20px;
  color: #ffffff;
  position: absolute;
  right: 35px;
  text-decoration: none;
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  .hwy__hero .cta_text {
    right: 75px;
  }
}
.hwy__hero .logo {
  align-items: center;
  display: flex;
  flex-direction: column;
  left: 50vw;
  position: absolute;
  top: 125px;
  transform: translateX(-50%);
  z-index: 2;
  transition: transform 0.2s ease-out;
}
@media only screen and (min-width: 768px) {
  .hwy__hero .logo {
    top: 205px;
  }
}
@media only screen and (min-width: 1024px) {
  .hwy__hero .logo {
    top: 270px;
  }
}
.hwy__hero .logo.light {
  filter: brightness(100);
}
.hwy__hero .logo .header-logo {
  height: 55px;
  width: 55px;
}
@media only screen and (min-width: 768px) {
  .hwy__hero .logo .header-logo {
    height: 75px;
    width: 75px;
  }
}
.hwy__hero .logo .winery-name {
  margin-top: 20px;
  width: 245px;
}
@media only screen and (min-width: 768px) {
  .hwy__hero .logo .winery-name {
    width: 340px;
  }
}
.hwy__hero .logo--header {
  top: 0;
}
.hwy__hero .hero-content {
  background-color: #F3F0EA;
  margin: -100px auto 0;
  margin-top: -120px;
  max-width: 320px;
  padding: 30px;
  position: relative;
  text-align: center;
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  .hwy__hero .hero-content {
    margin-top: -50px;
    max-width: 584px;
    padding: 50px 100px;
  }
}
@media only screen and (min-width: 1300px) {
  .hwy__hero .hero-content {
    margin-top: -100px;
    max-width: 908px;
    padding: 50px 150px;
  }
}

.header-promo-active .logo {
  top: calc(var(--promo-bar-height, 0px) / 2 + 135px);
}
@media only screen and (min-width: 768px) {
  .header-promo-active .logo {
    top: calc(var(--promo-bar-height, 0px) / 2 + 220px);
  }
}
@media only screen and (min-width: 1024px) {
  .header-promo-active .logo {
    top: calc(var(--promo-bar-height, 0px) + 290px);
  }
}

.logo.sticked {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  top: calc(var(--promo-bar-height, 0px) + (var(--header-height) - var(--logo-height)) / 2);
  z-index: 25;
}
.logo.sticked .winery-name {
  display: none;
}

.mobile-nav-active .hwy__hero .logo {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .mobile-nav-active .hwy__hero .logo {
    display: block;
  }
}

.c7t-text-block {
  padding: 30px 0;
}
@media only screen and (min-width: 768px) {
  .c7t-text-block {
    padding: 40px 0;
  }
}
@media only screen and (min-width: 1024px) {
  .c7t-text-block {
    padding: 50px 0;
  }
}
@media only screen and (min-width: 1300px) {
  .c7t-text-block {
    padding: 55px 0;
  }
}

.c7t-text-block + .c7t-text-block {
  padding-top: 55px;
}

@media only screen and (min-width: 48.0625em) {
  .c7t-text-block--2col .c7t-template-width {
    align-items: center;
  }
}

.stacked-images img {
  margin-bottom: 0.5rem;
}

.error404 .c7t-text-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 60vh;
}

.divided-columns {
  padding: 50px 0 40px 0;
}
@media only screen and (min-width: 768px) {
  .divided-columns {
    padding: 60px 0 60px;
  }
}
.divided-columns .c7t-template-width {
  min-height: 300px;
  position: relative;
  width: 80%;
}
@media only screen and (min-width: 768px) {
  .divided-columns .c7t-template-width {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.divided-columns .column-one {
  text-align: left;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .divided-columns .column-one {
    width: 45%;
  }
}
.divided-columns .column-two {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .divided-columns .column-two {
    width: 45%;
  }
}
.divided-columns .divider--border {
  position: relative;
  left: 0;
  width: 100%;
  background: #231F20;
  height: 1px;
}
@media only screen and (min-width: 768px) {
  .divided-columns .divider--border {
    height: 100%;
    top: 0;
    left: 50%;
    position: absolute;
    width: 1px;
  }
}
.divided-columns .c7-btn {
  max-width: fit-content;
}

.quote-block {
  padding: 75px 0;
}
@media only screen and (min-width: 768px) {
  .quote-block {
    padding: 115px 0;
  }
}
.quote-block.has_background {
  background-color: #F3F0EA;
}
.quote-block .c7t-template-width {
  max-width: 610px;
}
.quote-block .quote {
  position: relative;
}
.quote-block .quote .rose-logo {
  left: 0;
  height: 110px;
  opacity: 0.3;
  position: absolute;
  top: -52px;
  width: 110px;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .quote-block .quote .rose-logo {
    height: 145px;
    top: -86px;
    width: 145px;
  }
}
.quote-block .quote h3.with-logo {
  margin-left: 38px;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  .quote-block .quote h3.with-logo {
    margin-left: 103px;
  }
}
.quote-block .sign {
  text-align: right;
}
.quote-block .sign img {
  max-height: 70px;
  object-fit: contain;
}

.custom-cta {
  background: #F3F0EA;
  position: relative;
  align-items: stretch;
  background-color: #F3F0EA;
  display: flex;
  flex-direction: column;
  gap: 0em;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .custom-cta {
    display: flex;
    flex-direction: row;
  }
}
.custom-cta .image-section {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 300px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .custom-cta .image-section {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: auto;
    width: 100%;
    flex-basis: 50%;
  }
}
.custom-cta .text-section {
  margin: 0 auto;
  padding: 40px 20px;
}
@media only screen and (min-width: 768px) {
  .custom-cta .text-section {
    margin: 0 auto;
    padding: 60px;
    flex-basis: 50%;
  }
}
.custom-cta .text-section .divider {
  height: 2px !important;
  margin-bottom: 15px;
  object-fit: fill;
  width: 100%;
}

.c7t-faq-block .c7t-template-width {
  width: 90%;
  max-width: 700px;
}
.c7t-faq-block .faq-item {
  border-bottom: 0;
}
.c7t-faq-block .faq-item__container {
  justify-content: start;
}
.c7t-faq-block .faq-item__container__toggle {
  margin-left: 0;
  width: 100%;
}
.c7t-faq-block .faq-item__container button {
  background: transparent;
  color: #231F20;
  padding: 0;
  display: flex;
  align-items: center;
  width: 100%;
  height: auto;
}
.c7t-faq-block .faq-item__container button:before {
  content: "+";
  margin-right: 1%;
  flex-shrink: 0;
}
.c7t-faq-block .faq-item__container__title {
  width: 100%;
  margin: 0 0 0 0;
  white-space: normal;
  text-align: left;
  min-width: 100%;
}
@media only screen and (min-width: 768px) {
  .c7t-faq-block .faq-item__container__title {
    white-space: normal;
    overflow-wrap: break-word;
  }
}
.c7t-faq-block .faq-item.expanded button {
  color: #CAA28C;
}
.c7t-faq-block .faq-item.expanded button:before {
  content: "—";
}
.c7t-faq-block .faq-item.expanded h3 {
  color: #CAA28C;
}
.c7t-faq-block .faq-item h3 {
  font-size: clamp(17px, 17px + 4 * (100vw - 375px) / 1065, 21px);
}
.c7t-faq-block .faq-item p {
  font-size: clamp(16px, 16px + 2 * (100vw - 375px) / 1065, 18px);
}

.product-section {
  padding: 40px 0;
  margin: 20px 0;
}
@media only screen and (min-width: 768px) {
  .product-section {
    padding: 20px 0 10px;
  }
}
.product-section .c7t-template-width {
  width: 80%;
}

.products {
  padding-top: 50px;
}
@media only screen and (min-width: 768px) {
  .products {
    padding-top: 80px;
  }
}

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

.product-anchors {
  align-items: center;
  border-bottom: 1px solid #CAA28C;
  border-top: 1px solid #CAA28C;
  display: flex;
  justify-content: space-between;
  padding: 30px 0;
  display: flex;
}
@media only screen and (min-width: 768px) {
  .product-anchors {
    justify-content: space-evenly;
  }
}
.product-anchors .product-anchor {
  margin-bottom: 0;
  padding: 0 10px;
  list-style: none;
}
.product-anchors .product-anchor a {
  color: #231F20;
  opacity: 0.5;
  text-decoration: none !important;
}
.product-anchors .product-anchor a:hover, .product-anchors .product-anchor a:focus {
  color: #CAA28C;
  opacity: 1;
}
.product-anchors .product-anchor.active a {
  color: #CAA28C;
  opacity: 1;
}
.product-anchors .product-anchor.active, .product-anchors .product-anchor:hover {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .product-anchors .product-anchor.active::after, .product-anchors .product-anchor:hover::after {
    background-color: #F3F0EA;
    bottom: 0;
    content: "";
    height: 7px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: -1;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) {
  .product-anchors .product-anchor.active::after, .product-anchors .product-anchor:hover::after {
    height: 10px;
  }
}
.product-anchors.for-mobile {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 0 !important;
  position: relative;
}
.product-anchors.for-mobile .available-products {
  background-color: #1E1E1E;
  padding: 0 5vw;
  left: -5vw;
  position: absolute;
  top: 100%;
  width: 100vw;
  margin: 0;
  z-index: 1;
}
.product-anchors.for-mobile .caret {
  height: 50px;
  margin-right: 40px;
  transition: all 0.4s ease;
  width: 20px;
  cursor: pointer;
}
.product-anchors.for-mobile .caret.is-open {
  transform: rotate(180deg);
}
.product-anchors.for-mobile .product-anchor {
  margin: 20px 20px;
  opacity: 1;
  padding: 0;
}
.product-anchors.for-mobile .product-anchor:not(.selected) a {
  color: #ffffff;
}
.product-anchors.for-mobile .product-anchor.active a, .product-anchors.for-mobile .product-anchor.selected a {
  color: #CAA28C;
}

.anchors__sticky {
  background-color: #231F20;
  position: fixed;
  width: 100%;
  z-index: 19;
  left: 0;
  top: calc(var(--promo-bar-height, 0px) + var(--header-height, 0px));
}
.anchors__sticky .product-anchors {
  border: none;
  padding: 20px 0;
}
@media only screen and (min-width: 768px) {
  .anchors__sticky .product-anchors {
    padding: 0;
  }
}
.anchors__sticky .product-anchors .product-anchor a {
  color: #ffffff;
  opacity: 0.5;
}
.anchors__sticky .product-anchors .product-anchor a:hover, .anchors__sticky .product-anchors .product-anchor a:focus {
  color: #CAA28C;
  opacity: 1;
}
.anchors__sticky .product-anchors .product-anchor a:hover::after, .anchors__sticky .product-anchors .product-anchor a:focus::after {
  display: none;
}
.anchors__sticky .product-anchors .product-anchor.active a {
  color: #CAA28C;
  opacity: 1;
}
.anchors__sticky .product-anchors .product-anchor.active::after, .anchors__sticky .product-anchors .product-anchor:hover::after {
  background-color: transparent;
  height: 0;
}
@media only screen and (min-width: 768px) {
  .anchors__sticky .product-anchors .product-anchor.active::after, .anchors__sticky .product-anchors .product-anchor:hover::after {
    height: 0;
  }
}
.anchors__sticky .product-anchors .product-anchor .selected, .anchors__sticky .product-anchors .product-anchor.selected {
  color: #CAA28C;
}
.anchors__sticky .product-anchors.for-mobile {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 0 !important;
  position: relative;
}
.anchors__sticky .product-anchors.for-mobile .available-products {
  background-color: #1E1E1E;
  padding: 0 5vw;
  left: -5vw;
  position: absolute;
  top: 100%;
  width: 100vw;
}
.anchors__sticky .product-anchors.for-mobile .caret {
  height: 50px !important;
  margin-right: 40px;
  transition: all 0.4s ease;
  width: 20px;
}
.anchors__sticky .product-anchors.for-mobile .caret.rotate {
  transform: rotate(180deg);
}
.anchors__sticky .product-anchors.for-mobile .product-anchor {
  margin: 20px 20px;
  opacity: 1;
  padding: 0;
}
.anchors__sticky .product-anchors.for-mobile .product-anchor:not(.selected) {
  color: #ffffff;
}
.anchors__sticky .product-anchors.for-mobile .product-anchor.active, .anchors__sticky .product-anchors.for-mobile .product-anchor.selected {
  color: #CAA28C;
}

.product-single {
  align-items: center;
  display: grid;
  grid-gap: 20px;
  grid-template-columns: 1fr;
}
@media only screen and (min-width: 768px) {
  .product-single {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.product-single__info {
  margin-right: auto;
  max-width: 350px;
  text-align: left;
}
.product-single__info p {
  margin-bottom: 0px;
}
.product-single__info .divider {
  height: 2px !important;
  margin-bottom: 15px;
  max-width: 180px !important;
  width: 100%;
}
.product-single__image .product-image img {
  height: 520px !important;
  object-fit: contain;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .product-single__image .product-image img {
    height: 580px !important;
  }
}
.product-single__cta {
  margin-left: auto;
  max-width: 350px;
  text-align: right;
}
.product-single__cta img {
  height: 49px;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .product-single__cta img {
    height: 78px;
    margin-bottom: 20px;
  }
}
.product-single__cta .quote {
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .product-single__cta .quote {
    margin-bottom: 20px;
  }
}
.product-single__cta .c7-product__add-to-cart__form {
  justify-content: flex-end;
  align-items: stretch;
}
.product-single__cta .c7-product__add-to-cart__price {
  font-family: "Sabon Next LT Pro", serif;
  font-style: italic;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.6;
  text-transform: capitalize;
  font-size: clamp(18px, 18px + 4 * (100vw - 375px) / 1065, 22px);
}
.product-single__cta .c7-product__add-to-cart .c7-form__field {
  margin: 0 0;
}
@media only screen and (min-width: 768px) {
  .product-single__cta .c7-product__add-to-cart .c7-form__field {
    margin: 0 0;
  }
}
.product-single__cta .purchase {
  margin-bottom: 15px;
}
.product-single__cta .purchase .product-add-to-cart {
  align-items: center;
  display: flex;
  justify-content: flex-end;
}
.product-single__cta .purchase .product-add-to-cart input {
  border: 1px solid #CAA28C;
  height: 41px;
  margin-right: 10px;
  text-align: center;
  width: 41px;
}
.product-single__cta .purchase .cta_text {
  text-decoration: none;
}
.product-single__cta .promo {
  margin-top: 20px;
  margin-bottom: 0px;
  font-family: var(--theme-secondary-font);
  font-weight: 500;
  font-style: italic;
  opacity: 0.5;
  font-size: 16px;
}
.product-single__cta a.button {
  margin-top: 5px;
}
.product-single__cta a.button:hover {
  color: white;
}

.product-banner.hwy__hero {
  margin-bottom: 0;
}

.product-pairings {
  padding: 50px 0;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .product-pairings {
    padding: 80px 0;
    width: 100%;
  }
}
.product-pairings .c7t-template-width {
  width: 80%;
}
.product-pairings p {
  margin: 0 auto 1.5em;
  max-width: 584px;
}
@media only screen and (min-width: 768px) {
  .product-pairings p {
    max-width: 908px;
  }
}
.product-pairings .foods {
  margin-top: 45px;
}
.product-pairings .foods li {
  border-top: 1px solid #CAA28C;
  margin-bottom: 0;
  padding: 10px 0;
  list-style: none;
}
.product-pairings .foods li:last-child {
  border-bottom: 1px solid #CAA28C;
}
@media only screen and (min-width: 768px) {
  .product-pairings .foods li {
    padding: 20px 0;
  }
}

.vineyard-note .c7t-template-width {
  width: 80%;
}
.vineyard-note__text {
  padding: 40px 0;
  order: 2;
}
@media only screen and (min-width: 768px) {
  .vineyard-note__text {
    order: 1;
  }
}
.vineyard-note__text h2 {
  max-width: 265px;
}
@media only screen and (min-width: 1300px) {
  .vineyard-note__text h2 {
    max-width: 350px;
  }
}
.vineyard-note .divider {
  margin-bottom: 15px;
  max-width: 265px;
  display: none;
}
@media only screen and (min-width: 1300px) {
  .vineyard-note .divider {
    max-width: 350px;
  }
}
@media only screen and (min-width: 768px) {
  .vineyard-note .divider {
    display: block;
  }
}
.vineyard-note__image {
  order: 1;
}
@media only screen and (min-width: 768px) {
  .vineyard-note__image {
    order: 2;
  }
}

.product-tech-specs {
  padding: 50px 0;
}
@media only screen and (min-width: 768px) {
  .product-tech-specs {
    padding: 80px 0;
  }
}
.product-tech-specs .c7t-template-width {
  max-width: 908px;
}
.product-tech-specs__heading {
  border-bottom: 2px solid;
  margin-bottom: 0;
  padding: 1.5em 0;
}
.product-tech-specs .technical-spec {
  display: flex;
  justify-content: space-between;
  text-transform: uppercase;
}
.product-tech-specs .technical-spec:not(:last-child) {
  border-bottom: 1px solid #CAA28C;
}
.product-tech-specs .technical-spec span, .product-tech-specs .technical-spec li {
  display: block;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.1em;
  margin: 20px 0;
}
@media only screen and (min-width: 768px) {
  .product-tech-specs .technical-spec span, .product-tech-specs .technical-spec li {
    font-size: 14px;
  }
}
.product-tech-specs .technical-spec li {
  list-style: none;
  margin-bottom: 0;
}
.product-tech-specs .varietals {
  text-align: right;
}
.product-tech-specs .soil-types {
  text-align: right;
}

.footer {
  background-color: #1E1E1E;
  padding: 0;
  padding-top: 15px;
}
@media only screen and (min-width: 768px) {
  .footer {
    padding-top: 30px;
  }
}
.footer .c7t-template-width {
  display: block;
  max-width: none;
}
@media only screen and (min-width: 768px) {
  .footer .c7t-template-width {
    max-width: 74rem;
  }
}
.footer.sticky {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  width: 100%;
}
.footer__main {
  align-items: center;
  display: block;
  margin: 20px 0;
}
@media only screen and (min-width: 768px) {
  .footer__main {
    display: grid;
    grid-template-columns: 22fr 25fr 22fr;
  }
}
@media only screen and (min-width: 1024px) {
  .footer__main {
    grid-template-columns: 22fr 35fr 22fr;
  }
}
.footer__menu ul li {
  margin: 0;
  padding-bottom: 0;
}
@media only screen and (min-width: 64.0625em) {
  .footer__menu ul li {
    margin: 0;
  }
}
.footer__info {
  padding: 0 0 20px;
  position: relative;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .footer__info {
    padding: 20px 0;
  }
}
.footer__info .footer-logo {
  height: 65px;
  margin-bottom: 15px;
  width: 65px;
}
@media only screen and (min-width: 768px) {
  .footer__info .footer-logo {
    height: 100px;
    margin-bottom: 25px;
    width: 100px;
  }
}
.footer__info div {
  margin: 0 auto;
  max-width: 240px;
}
.footer__info .divider-v {
  height: 100%;
  position: absolute;
  top: 0;
}
.footer__info .divider-v.left {
  left: 0;
}
.footer__info .divider-v.right {
  right: 0;
}
.footer__info .footer__social-media, .footer__info .social__links {
  margin-top: 15px;
}
.footer__info .footer__social-media img, .footer__info .social__links img {
  height: 15px !important;
  width: 15px;
  margin: 0 18px;
}
.footer__contact {
  margin: 20px 0;
  text-align: right;
  display: block;
}
.footer__contact a {
  margin-left: auto;
}
@media only screen and (min-width: 768px) {
  .footer__contact a {
    display: flex;
  }
}
.footer__contact .type__secondary {
  margin-left: auto;
  margin-bottom: 35px;
}
.footer__contact .social__links {
  display: flex;
  justify-content: flex-end;
  margin-top: 35px;
}
.footer__contact .social__links a {
  margin-left: 30px;
}
.footer__contact .social__links img {
  height: 24px !important;
  width: 24px;
}
.footer__contact .contact__info {
  display: flex;
  justify-content: center;
  text-align: center;
  width: 100%;
}
.footer__contact .contact__info .email {
  margin-right: 20px;
}
.footer__contact .contact__info .address {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
@media only screen and (min-width: 768px) {
  .footer__contact .contact__info {
    text-align: right;
    justify-content: flex-end;
  }
  .footer__contact .contact__info .address {
    margin: 0;
  }
  .footer__contact .contact__info .email {
    margin-right: 0;
  }
}
.footer__bottom-menu {
  align-items: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.footer__bottom-menu a {
  font-weight: 700;
  margin: 10px 20px;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .footer__bottom-menu a {
    margin: 10px 28px;
  }
}
.footer__copyright {
  text-align: center;
  float: none;
  margin: 0;
}
.footer__copyright .type__primary {
  margin: 0 auto;
  padding: 10px;
}
.footer .inner {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .footer .inner {
    max-width: 908px;
  }
}
.footer .menu-footer-container ul {
  display: flex;
  flex-direction: column;
}
.footer .menu-footer-container ul a {
  margin: 10px 0;
}
.footer .divider {
  display: flex;
  width: 100%;
  height: 1px !important;
}
@media only screen and (min-width: 768px) {
  .footer .divider {
    height: auto !important;
  }
}
.footer .type__primary,
.footer .type__secondary, .footer__menu ul li a,
.footer .type__primary span,
.footer .type__secondary span,
.footer .type__primary a,
.footer .type__secondary a {
  background: linear-gradient(90deg, rgba(214, 167, 141, 0.370393) -64.71%, rgba(211, 155, 123, 0.72) 4.55%, #ecba8c 50.66%, rgba(194, 139, 107, 0) 152.07%);
  color: transparent !important;
  background-clip: text;
  -webkit-background-clip: text;
}
.footer .type__primary, .footer__menu ul li a,
.footer .type__primary span {
  font-family: "Sabon Next LT Pro", serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.7;
  width: max-content;
}
@media only screen and (min-width: 768px) {
  .footer .type__primary, .footer__menu ul li a,
  .footer .type__primary span {
    font-size: 14px;
  }
}
.footer .type__primary.sm, .footer__menu ul li a.sm,
.footer .type__primary span.sm {
  font-size: 10px;
}
@media only screen and (min-width: 768px) {
  .footer .type__primary.sm, .footer__menu ul li a.sm,
  .footer .type__primary span.sm {
    font-size: 12px;
  }
}
.footer .type__secondary, .footer__menu ul li a,
.footer .type__secondary span,
.footer .type__secondary a {
  font-family: "Gotham", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.4em;
  line-height: 1.75;
  text-transform: uppercase;
  width: max-content;
}
.footer a {
  text-decoration: none;
}
.footer a:hover, .footer a:focus, .footer a:active {
  color: #F3F0EA !important;
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  .footer--1 .footer__menu {
    float: none;
    width: auto;
    text-align: left;
  }
}
.footer--1 .footer__social-media {
  float: none;
  width: auto;
}
.footer--1 .footer__copyright {
  float: none;
  text-align: center;
  width: auto;
}

.c7t-template-width {
  margin: 0 auto;
  width: 90%;
  max-width: 75rem;
  padding: 0 0;
  position: relative;
}

.c7t-content--narrow {
  max-width: 62.5rem;
}

.c7t-content {
  margin: 0 auto;
  max-width: 75rem;
  padding: 0 1rem;
  position: relative;
}

.c7t-content--wide {
  max-width: 80rem;
  padding: 0 1rem;
  position: relative;
}

.iframe {
  overflow: hidden;
  height: 200px;
  max-height: 600px;
  max-width: calc(100vw - var(--survey-widget-space) * 2);
  border: none;
  border-radius: 16px;
  background-color: #FFFFFF;
  box-shadow: 0 4px 16px rgba(96, 128, 160, 0.2);
}
.iframe.smaller {
  width: 352px;
}
.iframe.smaller-wide {
  width: 448px;
}
.iframe.small {
  width: 448px;
}
.iframe.small-wide {
  width: 544px;
}
.iframe.medium {
  width: 544px;
}
.iframe.medium-wide {
  width: 640px;
}
.iframe.large {
  width: 640px;
}
.iframe.large-wide {
  width: 736px;
}
.iframe.larger {
  width: 736px;
}
.iframe.larger-wide {
  width: 832px;
}
.iframe.largest {
  width: 1120px;
}

@media only screen and (max-width: 767px) {
  .for-desktop {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) {
  .for-mobile {
    display: none !important;
  }
}
.no-banner, .error404 .c7t-text-block {
  padding-top: 160px;
}

.header-promo-active .policy-block {
  padding-top: 200px;
}

.beige-background {
  background-color: #F3F0EA;
}

.hidden {
  display: none !important;
}

.narrow-paragraphs {
  max-width: 584px;
  margin: 0 auto;
}
