@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
*/
/* Commerce7 Template - Variables */
@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap");
.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%;
}

:root {
  --c7-font-family: "Nunito Sans", sans-serif;
  --c7-body-text-color: ##000000;
  --c7-alt-text-color: #fff;
  --c7-heading-font-family: "Times New Roman", Times, serif;
  --c7-heading-text-color: #fff ;
  --c7-heading-font-weight: normal ;
  --c7-primary-color: #444444;
  --c7-primary-color-dark: #111111;
  --c7-primary-color-focus: rgba(0, 0, 0, 0.25);
  --c7-bg: #333333;
  --c7-bg-alt: #000000;
  --c7-bg-darker: rgba(45, 41, 39, 0.5);
  --c7-border-radius: 0;
  --c7-error: #ff9b00;
  --c7-error-bg: #ad5e00;
}

/* Commerce7 Template - Header */
.header {
  width: 100%;
  position: relative;
  z-index: 9;
}
.header .c7-tools {
  background: black;
  font-family: "Nunito Sans", sans-serif;
  font-size: 14px;
}
@media only screen and (min-width: 64.0625em) {
  .header .c7-tools {
    background: transparent;
    top: 100px;
    min-width: 100%;
    padding-right: 3.5rem;
  }
}
.header .c7-tools a {
  color: white !important;
  text-transform: uppercase;
}
@media screen and (min-width: 64.0625em) {
  .header #c7-cart .c7-user-nav__cart__title svg {
    stroke: white;
  }
}
.header .c7-user-nav__account a.c7-user-nav__account__name {
  color: #fff;
}
@media screen and (max-width: 64em) {
  .header .c7-user-nav__account a.c7-user-nav__account__name {
    padding: 0;
  }
}
@media only screen and (min-width: 64.0625em) {
  .header .c7-user-nav__account a.c7-user-nav__account__name {
    color: #F4AD02;
  }
}
.header .c7-user-nav__account a.c7-user-nav__account__name svg {
  stroke: #fff;
}
@media only screen and (min-width: 64.0625em) {
  .header .c7-user-nav__account a.c7-user-nav__account__name svg {
    stroke: #fff;
  }
}
.header .c7-user-nav__account__dropdown {
  background: #000000;
  border-radius: 0;
  box-shadow: none;
}
@media screen and (max-width: 64em) {
  .header .c7-user-nav__account__dropdown {
    top: 32px;
    left: 0;
    right: auto;
  }
}
.header .c7-user-nav__account__dropdown__header p {
  color: #FFFFFF;
}
.header .c7-user-nav__account__dropdown__header span {
  color: #AD894C;
}
.header .c7-user-nav__account__dropdown ul {
  border-top-color: #9F9E9D;
  border-bottom-color: #9F9E9D;
}
.header .c7-user-nav__account__dropdown li a:hover, .header .c7-user-nav__account__dropdown li a:focus, .header .c7-user-nav__account__dropdown li a:active {
  background: transparent;
  color: #AD894C !important;
}
.header .c7-user-nav__account__dropdown__logout {
  margin: 0 10px;
  padding: 7px 10px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
}
.header .c7-user-nav__account__dropdown__logout svg {
  stroke: #FFFFFF;
}
.header .c7-user-nav__account__dropdown__logout:hover, .header .c7-user-nav__account__dropdown__logout:focus, .header .c7-user-nav__account__dropdown__logout:active {
  background: transparent;
  color: #AD894C !important;
}
.header .c7-user-nav__account__dropdown__logout:hover svg, .header .c7-user-nav__account__dropdown__logout:focus svg, .header .c7-user-nav__account__dropdown__logout:active svg {
  stroke: #AD894C;
}
@media only screen and (min-width: 64.0625em) {
  .header {
    transition: all 300ms ease-out;
    position: relative;
    top: 0;
    padding: 1rem 0;
    background: rgb(255, 255, 255);
  }
  .admin-bar .header {
    top: 32px;
  }
  .scrolled .header {
    background: rgba(0, 0, 0, 0.75);
    padding-top: 0;
    top: 0;
    padding: 1rem 0;
    position: relative;
    z-index: 20;
  }
  .scrolled .header .c7-tools {
    margin: 0;
    min-height: 0;
  }
  .scrolled .header #c7-login, .scrolled .header #c7-account {
    display: none;
  }
  .scrolled .header #c7-cart > a {
    display: none;
  }
  .scrolled .header .c7-user-nav__cart {
    display: block;
  }
  .scrolled .header .c7-user-nav__cart > .c7-link {
    display: none;
  }
  .admin-bar.scrolled .header {
    top: 32px;
  }
}
@media only screen and (min-width: 64.0625em) {
  .header__navigation__menu {
    position: relative;
    top: 125px;
    background: transparent;
  }
}
.header__navigation__menu .menu-header-container {
  background: #2D2927;
}
.header__navigation__menu .menu-header-container ul {
  padding: 3rem 0 0 0;
}
.header__navigation__menu .menu-header-container li {
  border-bottom: 1px solid #707070;
}
.header__navigation__menu .menu-header-container li:last-child {
  border-bottom: none;
}
.header__navigation__menu .menu-header-container li.menu-item-has-children > ul {
  display: none;
  padding: 0;
  white-space: nowrap;
}
.header__navigation__menu .menu-header-container body:not(.page-id-412) ul li.current_page_item a {
  color: #AD894C !important;
}
.header__navigation__menu .menu-header-container a {
  color: #F4AD02;
  text-transform: uppercase;
  padding: 0.75rem 1rem;
  font-size: clamp(0.9375rem, 0.8281rem + 0.3663vw, 1.0625rem);
}
.header__navigation__menu .menu-header-container a:hover, .header__navigation__menu .menu-header-container a:focus {
  color: #AD894C !important;
}
@media only screen and (min-width: 64.0625em) {
  .header__navigation__menu .menu-header-container {
    background: transparent;
  }
  .header__navigation__menu .menu-header-container ul {
    padding: 0;
  }
  .header__navigation__menu .menu-header-container li {
    border-bottom: none;
  }
}
@media only screen and (min-width: 64.0625em) and (min-width: 64.0625em) {
  .header__navigation__menu .menu-header-container li:last-of-type ul {
    right: 0;
    left: auto;
    text-align: right;
  }
}
@media only screen and (min-width: 64.0625em) {
  .header__navigation__menu .menu-header-container > ul > li > ul {
    background: #000000;
    border: none;
    white-space: nowrap;
  }
  .header__navigation__menu .menu-header-container > ul > li > ul > li {
    border: none;
    font-size: 15px;
    color: #FFFFFF;
  }
  .header__navigation__menu .menu-header-container > ul > li.menu-item-has-children > button {
    margin-left: -8px;
    display: none;
  }
}
.header__navigation__menu .menu-header-container .sub-menu {
  white-space: nowrap;
}
.header__navigation__menu .menu-header-container .sub-menu li {
  padding: 0 0 0 0.5rem;
}
.header__navigation__menu .menu-header-container .sub-menu li, .header__navigation__menu .menu-header-container .sub-menu a {
  border: none;
  font-size: 14px;
  color: #FFFFFF;
}
.header__navigation__menu .menu-header-container .sub-menu li:hover, .header__navigation__menu .menu-header-container .sub-menu a:hover {
  color: #AD894C !important;
}
@media only screen and (min-width: 64.0625em) {
  .header__navigation__menu .menu-header-container .sub-menu li {
    padding: 0 0 0 0;
  }
  .header__navigation__menu .menu-header-container .sub-menu li, .header__navigation__menu .menu-header-container .sub-menu a {
    font-size: 15px;
    color: #F4AD02 !important;
  }
}
.header--overlay {
  background: rgba(255, 255, 255, 0.5);
}
.header--overlay + .c7t-banner {
  margin-top: -126px;
}
.header .c7t-template-width {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  max-width: 100%;
  padding: 0rem 3.5rem;
}
@media only screen and (min-width: 64.0625em) {
  .header .c7t-template-width {
    align-items: center;
  }
}
.header__logo {
  position: absolute;
  left: 0;
  top: -12px;
}
@media only screen and (min-width: 64.0625em) {
  .header__logo {
    top: -36px;
  }
  .scrolled .header__logo {
    padding: 0 0;
    width: 250px;
    top: -36px;
  }
  .scrolled .header__logo svg {
    fill: #fff;
  }
  .scrolled .header__logo .logo-alternate {
    display: none;
  }
  .scrolled .header__logo a img:first-child {
    opacity: 1;
  }
}
.header__logo a {
  display: block;
  position: relative;
  font-size: 0;
  margin-left: -20px;
}
.header__logo a img {
  max-width: none !important;
  transition: none;
}
@media only screen {
  .header__logo a img {
    width: 215px !important;
  }
}
@media only screen and (min-width: 64.0625em) {
  .header__logo a img {
    width: 320px !important;
  }
}
@media only screen and (min-width: 86.25em) {
  .header__logo a img {
    width: 390px !important;
  }
}
.header__logo .logo-alternate {
  position: absolute;
  left: 0;
  top: 0;
  display: none;
}
.header--centered .header__logo {
  margin: 0 auto;
  padding: 0.75rem 0rem;
}
.scrolled .header--centered .header__logo {
  padding: 0;
}
@media only screen and (min-width: 64.0625em) {
  .header--centered .header__logo {
    padding: 0rem 0 1rem;
  }
}
.header--centered .c7t-template-width {
  display: block;
}
.header--centered--overlay {
  background: rgba(255, 255, 255, 0.5);
}
.header--centered--overlay + .c7t-banner {
  margin-top: -138px;
}
.header--transparent {
  background: transparent !important;
  position: absolute;
}
body.scrolled .header--image {
  opacity: 0.8;
}
.header a {
  font-weight: 800;
}

.c7t-banner .c7t-template-width .c7t-banner__content {
  text-shadow: none;
}

.header-promo-bar {
  z-index: 9;
}
@media only screen and (min-width: 64.0625em) {
  .header-promo-bar {
    z-index: 10;
  }
}

.header-background {
  height: 240px;
  position: relative;
  z-index: 1;
}
.header-background .graphic-overlap--image .color-light-grey {
  position: absolute;
  top: 100px;
}
@media only screen and (min-width: 64.0625em) {
  .header-background .graphic-overlap--image .color-light-grey {
    top: 0;
  }
}

.scrolled .header__navigation__menu .menu-header-container > ul > li > a {
  color: #F4AD02;
}

.footer-top {
  z-index: 8;
  margin-top: -3rem;
  padding-top: 2rem;
  position: relative;
}
@media only screen and (min-width: 40.0625em) {
  .footer-top {
    padding-top: 1rem;
  }
}
@media only screen and (min-width: 86.25em) {
  .footer-top {
    margin-top: -4rem;
    padding-top: 0rem;
  }
}

.footer {
  background: #000000;
  padding: 0.5rem 1rem 2rem;
  margin-top: -0.5rem;
  position: relative;
  z-index: 1;
}
.footer a {
  font-weight: normal !important;
}
.footer__logo {
  text-align: center;
  margin: 0 auto 1.25rem;
}
@media only screen and (min-width: 64.0625em) {
  .footer__logo {
    text-align: left;
    margin: 0 0 1.25rem;
  }
}
.footer__logo img {
  width: 240px;
}
.footer .c7t-template-width {
  display: block !important;
}
@media only screen {
  .footer .c7t-template-width {
    display: block !important;
  }
}
.footer__subscribe-section {
  text-align: center;
  padding: 0rem 0rem 1rem;
  margin-bottom: 2.5rem;
  border-bottom: 1px solid #999966;
}
.footer__subscribe-section__icon {
  width: 58px;
}
.footer__subscribe-section h2 {
  font-style: italic;
  color: #999966;
  font-weight: normal;
  font-size: 32px;
  margin-bottom: 18px;
}
.footer__subscribe-section h2 .eyebrow-heading {
  color: #FFFFFF;
}
.footer__content {
  display: block;
  text-align: center;
}
@media only screen and (min-width: 64.0625em) {
  .footer__content {
    display: flex;
    flex-wrap: wrap;
  }
  .footer__content--left-column {
    flex: 40%;
  }
  .footer__content--right-column {
    flex: 60%;
    justify-items: flex-end;
  }
}
.footer__menu {
  float: none;
}
@media only screen and (min-width: 40.0625em) {
  .footer__menu {
    width: 100% !important;
  }
}
.footer__menu li a {
  padding: 0px 5px 5px !important;
}
.footer__menu--main ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media only screen and (min-width: 64.0625em) {
  .footer__menu--main ul {
    gap: 0.75rem;
    float: right;
    justify-content: flex-end;
  }
}
.footer__menu--main ul li {
  margin: 0px 5px 5px !important;
}
@media only screen and (min-width: 64.0625em) {
  .footer__menu--main ul li {
    margin: 0px 5px 10px !important;
  }
}
.footer__menu--main ul li a {
  font-size: 16px;
  font-weight: normal;
}
.footer__menu--legal ul li a {
  color: #9F9E9D !important;
  font-size: 14px;
  font-weight: 300;
}
.footer__menu--legal li {
  margin-right: 0 !important;
}
.footer__address {
  float: none;
  width: 100% !important;
  text-align: center;
  font-size: 16px;
  margin-bottom: 2rem;
}
@media only screen and (min-width: 64.0625em) {
  .footer__address {
    text-align: left;
  }
}
.footer__address__phone:after {
  content: "";
}
.footer__social-media {
  float: none !important;
  width: 100% !important;
  margin-bottom: 2rem;
}
@media only screen and (min-width: 64.0625em) {
  .footer__social-media {
    justify-content: flex-start !important;
  }
}
.footer__social-media a {
  margin: 0 0.8rem;
}
.footer__social-media a:first-child {
  margin-left: 0;
}
.footer__social-media a, .footer__social-media img, .footer__social-media svg {
  height: 28px !important;
  width: 28px !important;
  color: #999966 !important;
  fill: #999966 !important;
}
.footer__social-media svg {
  fill: currentColor;
}
.footer__social-media use {
  fill: #999966;
}
.footer__copyright {
  color: #9F9E9D !important;
  opacity: 0.8;
  font-size: 14px !important;
}
@media only screen and (min-width: 64.0625em) {
  .footer__copyright {
    float: right !important;
    text-align: right !important;
    width: 100% !important;
    justify-content: flex-end;
  }
}
.footer #cookieFooter .button {
  color: #000000;
}
.footer #cookieFooter .button:hover {
  background: #AD894C;
}

main.banner-page-content ~ footer .footer__subscribe-section__icon {
  margin-bottom: 1.5rem;
}

.popup * {
  box-sizing: border-box;
}
.popup .overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  z-index: 29;
  transition: all 0.5s ease-out;
}
.popup .popup-wrapper {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 30;
  text-align: center;
  transition: all 0.5s ease-out;
  max-height: 90vh;
  background: #2D2927 !important;
  max-width: 550px;
  text-align: center;
  width: 90%;
  overflow: visible;
  color: #FFFFFF !important;
  border: solid 3px #91713b;
}
.popup .popup-wrapper-content {
  position: relative;
  padding: 32px 16px 38px;
}
.popup img {
  width: 100%;
}
.popup h1, .popup .h1, .popup h2, .popup .h2, .popup h3, .popup .h3, .popup h4, .popup .h4, .popup h5, .popup .h5, .popup h6, .popup .h6 {
  color: #FFFFFF;
  font-size: 12px;
}
@media screen and (min-width: 375px) {
  .popup h1, .popup .h1, .popup h2, .popup .h2, .popup h3, .popup .h3, .popup h4, .popup .h4, .popup h5, .popup .h5, .popup h6, .popup .h6 {
    font-size: 16px;
  }
}
@media screen and (min-width: 581px) {
  .popup h1, .popup .h1, .popup h2, .popup .h2, .popup h3, .popup .h3, .popup h4, .popup .h4, .popup h5, .popup .h5, .popup h6, .popup .h6 {
    font-size: 24px;
    padding: 0 20px;
  }
}
.popup p {
  font-size: 12px;
  line-height: 1.2;
}
@media screen and (min-width: 375px) {
  .popup p {
    font-size: 14px;
  }
}
@media screen and (min-width: 581px) {
  .popup p {
    padding: 0 30px;
    font-size: 15px;
  }
}
.popup p:last-of-type {
  margin-bottom: 0;
}
.popup .close-popup {
  position: absolute;
  top: -1rem;
  right: -1rem;
  color: #FFFFFF !important;
  cursor: pointer;
  background-color: #2D2927;
  border: 2px solid #91713b;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  line-height: 32px;
  z-index: 100;
}
.popup .close-popup:hover {
  background-color: #000000;
}
.popup--active {
  z-index: 50;
}
.popup--active .overlay {
  opacity: 1;
  visibility: visible;
  transition: all 0.5s ease-out;
}
.popup--active .popup-wrapper {
  opacity: 1;
  visibility: visible;
  transition: all 0.5s ease-out;
}
.popup .c7t-newsletter__form {
  margin: 0 auto;
  width: 360px;
  margin-top: 1rem;
  text-align: left;
  max-width: 95%;
}
@media only screen and (min-width: 48.0625em) {
  .popup .c7t-newsletter__form {
    padding-top: 0;
  }
}
.popup .c7-subscribe .c7-btn.c7-btn--primary {
  background: transparent;
  border-color: #91713b;
  color: #FFFFFF !important;
}
.popup .c7-subscribe .c7-btn.c7-btn--primary:hover {
  background: #91713b !important;
  border-color: #91713b !important;
  color: #FFFFFF !important;
}

.popup p:last-of-type {
  margin-bottom: 0;
}

.popup label {
  font-size: 14px;
}

.popup .c7-form {
  margin-top: 13px;
}

.popup .popup-footer {
  margin-top: 20px;
}

.popup .popup-footer p {
  margin-bottom: 5px;
}

.popup p:empty {
  display: none;
}

.homepage-video {
  width: 100%;
  padding-top: 76.25%;
  height: 0px;
  z-index: -1;
  position: relative;
  top: 40px;
  overflow: hidden;
}
@media screen and (min-width: 820px) {
  .homepage-video {
    padding-top: 56.25%;
    top: 0;
  }
}
@media screen and (min-width: 1280px) {
  .homepage-video {
    padding-top: 0;
    height: 88vh;
  }
}
.homepage-video .graphic-overlap--video {
  position: absolute;
  z-index: 2;
  bottom: 1.6rem;
}
@media screen and (min-width: 820px) {
  .homepage-video .graphic-overlap--video {
    bottom: -1rem;
  }
}

.homepage-video video, .homepage-video iframe {
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 820px) {
  .homepage-video video, .homepage-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    transform: none;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

/* Commerce7 Template - Banner */
.c7t-banner {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  width: 100%;
}
.c7t-banner--video {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  height: 50vh;
  z-index: -1;
  position: fixed;
  width: 100%;
  min-width: 100%;
  min-height: 400px;
}
@media screen and (min-width: 820px) {
  .c7t-banner--video {
    height: 90vh;
  }
}
@media screen and (min-width: 820px) and (max-height: 768px) {
  .c7t-banner--video {
    height: 100%;
  }
}
@media screen and (min-width: 1820px) and (max-height: 920px) {
  .c7t-banner--video {
    height: 100%;
  }
}
.c7t-banner--veil:before {
  opacity: 0;
  background-color: transparent !important;
}
@media screen and (min-width: 820px) {
  .c7t-banner--veil:before {
    height: 260px;
    opacity: 0.65;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.3) 65%, rgba(0, 0, 0, 0) 95%);
    z-index: 1;
  }
}
.c7t-banner .c7t-template-width {
  height: 45vh;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 74rem;
  margin: 0 auto;
  width: 100%;
}
@media screen and (min-width: 820px) {
  .c7t-banner .c7t-template-width {
    height: 50vh;
  }
}
@media screen and (min-width: 1024px) {
  .c7t-banner .c7t-template-width {
    height: 72vh;
  }
}
@media screen and (min-width: 1820px) {
  .c7t-banner .c7t-template-width {
    height: 75vh;
  }
}
@media screen and (min-width: 2000px) {
  .c7t-banner .c7t-template-width {
    height: 86vh;
  }
}
.c7t-banner .c7t-template-width .c7t-banner__content {
  text-shadow: none;
}
.c7t-banner .c7t-template-width--content-center-left {
  align-items: center;
  justify-content: flex-start;
}
.c7t-banner .c7t-template-width--content-center-left .c7t-banner__content {
  text-align: left;
  width: 55%;
}
.c7t-banner .c7t-template-width--content-center-right {
  align-items: center;
  justify-content: flex-end;
}
.c7t-banner .c7t-template-width--content-center-right .c7t-banner__content {
  text-align: right;
  width: 100%;
}
@media only screen and (min-width: 40.0625em) {
  .c7t-banner .c7t-template-width--content-center-right .c7t-banner__content {
    width: 75%;
  }
}
@media only screen and (min-width: 64.0625em) {
  .c7t-banner .c7t-template-width--content-center-right .c7t-banner__content {
    width: 55%;
  }
}
.c7t-banner .c7t-template-width--content-top-left {
  align-items: flex-start;
  justify-content: flex-start;
}
.c7t-banner .c7t-template-width--content-top-left .c7t-banner__content {
  text-align: left;
  width: 100%;
}
@media only screen and (min-width: 40.0625em) {
  .c7t-banner .c7t-template-width--content-top-left .c7t-banner__content {
    width: 75%;
  }
}
@media only screen and (min-width: 64.0625em) {
  .c7t-banner .c7t-template-width--content-top-left .c7t-banner__content {
    width: 55%;
  }
}
.c7t-banner .c7t-template-width--content-top {
  align-items: flex-start;
}
.c7t-banner .c7t-template-width--content-top-right {
  align-items: flex-start;
  justify-content: flex-end;
}
.c7t-banner .c7t-template-width--content-top-right .c7t-banner__content {
  text-align: right;
  width: 100%;
}
@media only screen and (min-width: 40.0625em) {
  .c7t-banner .c7t-template-width--content-top-right .c7t-banner__content {
    width: 75%;
  }
}
@media only screen and (min-width: 64.0625em) {
  .c7t-banner .c7t-template-width--content-top-right .c7t-banner__content {
    width: 55%;
  }
}
.c7t-banner .c7t-template-width--content-bottom-left {
  align-items: flex-end;
  justify-content: flex-start;
}
.c7t-banner .c7t-template-width--content-bottom-left .c7t-banner__content {
  text-align: left;
  width: 100%;
}
@media only screen and (min-width: 40.0625em) {
  .c7t-banner .c7t-template-width--content-bottom-left .c7t-banner__content {
    width: 75%;
  }
}
@media only screen and (min-width: 64.0625em) {
  .c7t-banner .c7t-template-width--content-bottom-left .c7t-banner__content {
    width: 55%;
  }
}
.c7t-banner .c7t-template-width--content-bottom {
  align-items: flex-end;
}
.c7t-banner .c7t-template-width--content-bottom-right {
  align-items: flex-end;
  justify-content: flex-end;
}
.c7t-banner .c7t-template-width--content-bottom-right .c7t-banner__content {
  text-align: right;
  width: 100%;
}
@media only screen and (min-width: 40.0625em) {
  .c7t-banner .c7t-template-width--content-bottom-right .c7t-banner__content {
    width: 75%;
  }
}
@media only screen and (min-width: 64.0625em) {
  .c7t-banner .c7t-template-width--content-bottom-right .c7t-banner__content {
    width: 55%;
  }
}
.c7t-banner--blog-post {
  width: 100%;
  margin-bottom: 0.1px;
  height: 50vh;
}
.c7t-banner--large .c7t-template-width {
  height: 80vh;
}
.c7t-banner--small .c7t-template-width {
  height: 32vh;
}
@media only screen and (max-width: 40em) {
  .c7t-banner--small .c7t-banner__next-section {
    display: none;
  }
}
.c7t-banner--background-focus-left {
  background-position: center left;
}
.c7t-banner--background-focus-right {
  background-position: center right;
}
.c7t-banner--background-focus-top-left {
  background-position: top left;
}
.c7t-banner--background-focus-top {
  background-position: top center;
}
.c7t-banner--background-focus-right {
  background-position: top right;
}
.c7t-banner--background-focus-bottom-left {
  background-position: bottom left;
}
.c7t-banner--background-focus-bottom {
  background-position: bottom center;
}
.c7t-banner--background-focus-right {
  background-position: bottom right;
}
.c7t-banner--restricted {
  max-width: 61.25rem;
  margin: 0 auto;
}
@media only screen and (min-width: 64.0625em) {
  .c7t-banner--parallax {
    background-attachment: fixed;
  }
}
.c7t-banner--veil:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(34, 34, 34, 0.4);
}
.c7t-banner__content {
  text-align: center;
  color: #FFFFFF;
  padding: 2rem;
}
.c7t-banner__content h1, .c7t-banner__content h2, .c7t-banner__content h3, .c7t-banner__content h4, .c7t-banner__content h5, .c7t-banner__content h6, .c7t-banner__content p {
  color: #FFFFFF;
}
.c7t-banner__content p {
  margin: 0 auto 1.5rem;
}
.c7t-banner__content .button {
  background: rgba(0, 0, 0, 0.1);
  border-color: rgba(255, 255, 255, 0.9);
  color: rgba(255, 255, 255, 0.9);
  text-shadow: none;
}
.c7t-banner__content .button:hover {
  background: rgba(0, 0, 0, 0);
  border-color: rgb(255, 255, 255);
  color: rgb(255, 255, 255);
}
.c7t-banner__next-section {
  position: absolute;
  bottom: 5rem;
  left: 50%;
  transform: translateX(-50%);
  height: 40px;
  width: 40px;
  border-radius: 50%;
  display: block;
  border: 2px solid #fff;
  opacity: 0.9;
}
@media only screen and (min-width: 40.0625em) {
  .c7t-banner__next-section {
    bottom: 4rem;
  }
}
@media only screen and (min-width: 64.0625em) {
  .c7t-banner__next-section {
    bottom: 2rem;
  }
}
.c7t-banner__next-section span {
  display: inline-block;
  position: absolute;
  top: 19%;
  left: 10px;
  transform: rotate(45deg);
  border: 2px solid #fff;
  height: 16px;
  width: 16px;
  border-left: 0;
  border-top: 0;
}

.commerce7-v2 .c7t-banner__content .button {
  background: rgb(255, 255, 255);
  color: #000000;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
}
.commerce7-v2 .c7t-banner__content .button:hover {
  background: #eeeeee;
  text-decoration: none;
}

.secondary-navigation {
  position: relative;
  max-width: 90%;
  margin: 0 auto;
  z-index: 8;
  padding: 12px 0 0;
}
@media only screen and (min-width: 40.0625em) {
  .secondary-navigation.active {
    position: fixed;
    top: 0;
  }
}
.secondary-navigation .page-title {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid #fff;
  cursor: pointer;
  display: block;
  font-size: 1rem;
  margin: 0 0 0;
  padding: 0.5rem;
  text-align: left;
}
@media only screen and (min-width: 40.0625em) {
  .secondary-navigation .page-title {
    display: none;
  }
}
.secondary-navigation .page-title:after {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #eee;
  content: "";
  position: absolute;
  top: 58%;
  right: 25px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.secondary-navigation #toggle-mobile-dropdown {
  display: none;
}
.secondary-navigation #toggle-mobile-dropdown:checked + label {
  line-height: normal;
}
.secondary-navigation #toggle-mobile-dropdown:checked + label:after {
  border-bottom: 5px solid #333;
  border-top: 0;
}
.secondary-navigation #toggle-mobile-dropdown:checked ~ ul {
  opacity: 1;
  visibility: visible;
}
.secondary-navigation ul {
  -webkit-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  background: #222;
  border: 1px solid #666;
  list-style: none;
  margin: 0;
  opacity: 0;
  padding: 0;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  visibility: hidden;
  z-index: 1;
}
@media only screen and (min-width: 40.0625em) {
  .secondary-navigation ul {
    background: none;
    border: 0;
    opacity: 1;
    position: relative;
    visibility: visible;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
}
.secondary-navigation ul li {
  margin-bottom: 0;
}
.secondary-navigation ul li a {
  display: block;
  line-height: 40px;
  padding: 0 0.75rem;
  text-align: left;
  text-decoration: none;
  color: #FFFFFF;
  font-weight: 600;
}
.secondary-navigation ul li a.current, .secondary-navigation ul li a:hover, .secondary-navigation ul li a:active, .secondary-navigation ul li a:focus {
  color: #F4AD02;
}
@media only screen and (min-width: 40.0625em) {
  .secondary-navigation ul li a {
    padding: 0 1rem;
    letter-spacing: 0.05em;
  }
}

.product-subnav {
  position: relative;
  top: 250px;
}

.menu-wine-navigation-toggle {
  color: #fff;
  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;
}

.menu-wine-navigation-container ul {
  list-style: none;
  display: flex;
  margin: 0 0 2rem;
  padding: 0;
  justify-content: center;
  flex-wrap: wrap;
}

.menu-wine-navigation-container ul li {
  padding: 0;
  margin: 0.25rem;
}

.menu-wine-navigation-container ul li a {
  display: block;
  line-height: 40px;
  padding: 0 0.75rem;
  text-align: center;
  text-decoration: none;
  color: #FFFFFF;
  font-weight: 300;
}

@media screen and (min-width: 520px) {
  .menu-wine-navigation-container ul li a {
    letter-spacing: 0.05em;
    padding: 0 1rem;
  }
}
.menu-wine-navigation-container ul li a:hover {
  color: #AD894C;
}

.menu-wine-navigation-container ul li.current_page_item a {
  color: #AD894C;
}

.custom-cta-section {
  background: #A78D64;
  color: #000000;
  position: relative;
}
.custom-cta-section .cta-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.custom-cta-section .custom-cta-section-top {
  z-index: 8;
  margin-top: 0;
  padding-top: 0;
  position: absolute;
}
@media only screen and (min-width: 40.0625em) {
  .custom-cta-section .custom-cta-section-top {
    margin-top: -1rem;
  }
}
@media only screen and (min-width: 40.0625em) {
  .custom-cta-section .custom-cta-section-top {
    padding-top: 1rem;
  }
}
@media only screen and (min-width: 86.25em) {
  .custom-cta-section .custom-cta-section-top {
    margin-top: -1rem;
    padding-top: 0rem;
  }
}
.custom-cta-section .c7t-template-width {
  max-width: 100%;
  padding: 0;
}

.cta-two-column {
  position: relative;
}
.cta-two-column .icon-image {
  position: absolute;
  top: 320px;
  left: 50%;
  padding: 5px;
  border-radius: 50%;
  background: #A78D64;
  font-size: 0;
  line-height: 0;
  z-index: 101;
  width: 75px;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 480px) {
  .cta-two-column .icon-image {
    top: 400px;
  }
}
@media screen and (min-width: 640px) {
  .cta-two-column .icon-image {
    top: 460px;
  }
}
@media screen and (min-width: 820px) {
  .cta-two-column .icon-image {
    top: 0;
    left: 50%;
    bottom: auto;
    padding: 10px;
    transform: translate(-50%, -20px);
    width: 150px;
  }
}

.cta-one-column {
  position: relative;
}
.cta-one-column .icon-image {
  position: absolute;
  top: 0;
  left: 50%;
  padding: 5px;
  border-radius: 50%;
  background: #A78D64;
  font-size: 0;
  line-height: 0;
  z-index: 101;
  width: 75px;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 820px) {
  .cta-one-column .icon-image {
    left: 50%;
    bottom: auto;
    padding: 10px;
    transform: translate(-50%, -20px);
    width: 150px;
  }
}

.custom-cta__wrapper {
  position: relative;
}
.custom-cta .content-wrapper {
  padding: 0;
}
.custom-cta .content-image-wrapper {
  display: flex;
  padding: 0;
  flex-wrap: wrap;
}
.custom-cta .content-image-wrapper p {
  max-width: 600px;
}
.custom-cta__main-image {
  width: 100%;
  background-repeat: no-repeat;
  background-position: center right;
  background-size: cover;
  height: 320px;
  position: relative;
}
@media screen and (min-width: 480px) {
  .custom-cta__main-image {
    height: 400px;
  }
}
@media screen and (min-width: 640px) {
  .custom-cta__main-image {
    height: 460px;
  }
}
@media screen and (min-width: 820px) {
  .custom-cta__main-image {
    width: 50%;
    height: auto;
  }
}
.custom-cta__content {
  width: 100%;
  padding: 3rem 2rem 11rem;
  position: relative;
}
@media screen and (min-width: 420px) {
  .custom-cta__content {
    padding: 3rem 2rem 16rem;
  }
}
@media screen and (min-width: 580px) {
  .custom-cta__content {
    padding: 3rem 4rem 20rem;
  }
}
@media screen and (min-width: 820px) {
  .custom-cta__content {
    width: 50%;
    padding: 7rem 4rem 20rem;
  }
}
@media screen and (min-width: 1600px) {
  .custom-cta__content {
    padding: 7rem 4rem 20rem;
  }
}
.custom-cta__content .content-bottom {
  position: absolute;
  bottom: -20px;
  left: 0;
}
@media screen and (min-width: 1600px) {
  .custom-cta__content .content-bottom {
    bottom: -25px;
  }
}
@media screen and (min-width: 2000px) {
  .custom-cta__content .content-bottom {
    bottom: -43px;
  }
}
.custom-cta__content .button {
  border-color: #000000;
  color: #000000;
  text-decoration: none !important;
}
.custom-cta__content .button:hover {
  color: #FFFFFF;
  border-color: #5F5753;
}
.custom-cta__content a {
  text-decoration: underline !important;
  font-weight: normal !important;
  color: #000000;
}
.custom-cta__content a:hover {
  color: #2D2927;
}
.custom-cta .content-no-image {
  margin: 0 auto;
  width: 100%;
  padding: 4rem 2rem;
  text-align: center;
}
@media screen and (min-width: 820px) {
  .custom-cta .content-no-image {
    width: 80%;
    padding: 9rem 2rem;
  }
}
.custom-cta .content-no-image p {
  margin-left: auto;
  margin-right: auto;
  max-width: 740px;
}
.custom-cta .content-no-image h1, .custom-cta .content-no-image h2, .custom-cta .content-no-image h3, .custom-cta .content-no-image h4, .custom-cta .content-no-image h5, .custom-cta .content-no-image h6 {
  text-align: center;
}
.custom-cta .content-no-image .button {
  display: inline-block;
  text-align: center;
  margin: 0 auto;
}
.custom-cta .content-no-image img {
  width: auto;
  max-width: 100%;
  height: auto;
}
.custom-cta .content-no-image .icon-image {
  top: 0;
}

.c7-product-collection {
  max-width: 74rem;
  padding: 0 0.5rem 1.25rem;
  margin: 0rem auto 0;
  position: relative;
}
.c7-product-collection .c7-product {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  width: 100%;
}

.c7t-products-teaser--false .c7-product__teaser {
  display: none;
}

.c7t-products {
  margin-bottom: 0 !important;
  padding: 0.5rem 0 0;
}
.c7t-products h1, .c7t-products h2, .c7t-products h3, .c7t-products h4, .c7t-products h5, .c7t-products h6, .c7t-products p {
  color: #FFFFFF;
}
.c7t-products .c7-form input {
  background: #707070;
  border-radius: 0px;
  border: none;
  color: white;
  height: 40px;
}
.c7t-products-featured--true .c7-product:first-of-type {
  background: #eee;
  padding: 2rem 2rem;
  border-radius: 16px;
}
.c7t-products .product-action-message {
  text-align: center;
  font-style: italic;
  font-size: 12px;
}
@media screen and (min-width: 640px) {
  .c7t-products .product-action-message {
    font-size: 14px;
  }
}
@media screen and (min-width: 820px) {
  .c7t-products .product-action-message {
    font-size: 16px;
  }
}

@media screen and (min-width: 640px) {
  .c7t-products--1up .c7-product-collection__product-list {
    grid-template-columns: 1fr;
    -webkit-column-gap: 16px;
    row-gap: 20px;
  }
}

@media screen and (min-width: 640px) {
  .c7t-products--2up .c7-product-collection__product-list {
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 16px;
    column-gap: 16px;
    row-gap: 20px;
  }
}
@media screen and (min-width: 640px) {
  .c7t-products--2up.c7t-products-featured--true .c7-product:first-of-type {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 1;
  }
}

@media screen and (min-width: 640px) {
  .c7t-products--3up .c7-product-collection__product-list {
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 16px;
    column-gap: 16px;
    row-gap: 20px;
  }
}
@media screen and (min-width: 768px) {
  .c7t-products--3up .c7-product-collection__product-list {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (min-width: 640px) {
  .c7t-products--3up.c7t-products-featured--true .c7-product:first-of-type {
    grid-column-start: 1;
    grid-column-end: 4;
    grid-row-start: 1;
    grid-row-end: 1;
  }
  .c7t-products--3up.c7t-products-featured--true .c7-product:first-of-type .c7-product__teaser p {
    text-align: center;
  }
  .c7t-products--3up.c7t-products-featured--true .c7-product:first-of-type .c7-form {
    max-width: 100%;
  }
}

.c7t-products--4up .c7-product-collection__product-list {
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 2px;
  column-gap: 2px;
  row-gap: 20px;
}
@media screen and (min-width: 1024px) {
  .c7t-products--4up .c7-product-collection__product-list {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -webkit-column-gap: 16px;
    column-gap: 16px;
  }
}
@media screen and (min-width: 640px) {
  .c7t-products--4up.c7t-products-featured--true .c7-product:first-of-type {
    grid-column-start: 1;
    grid-column-end: 5;
    grid-row-start: 1;
    grid-row-end: 1;
  }
}
.c7t-products--4up.c7t-products-featured--true .c7-product:first-of-type .c7-form {
  max-width: 100%;
}

.c7-product {
  position: relative !important;
}
.c7-product__infoWrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-self: stretch;
}
.c7-product p {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 1rem;
}
.c7-product__subtitle {
  text-align: center;
}
.c7-product__title a {
  color: #FFFFFF !important;
  font-weight: 400;
}
.c7-product__title a:hover {
  color: #999966 !important;
}

.c7-product-collection__product-list,
.c7-product-allocation__product-list {
  display: grid;
  margin: 0 0 60px;
}

.c7-product-collection .c7-product__title,
.c7-product-allocation .c7-product__title,
.c7-club-product__details__title {
  font-size: 20px !important;
}
@media screen and (min-width: 860px) {
  .c7-product-collection .c7-product__title,
  .c7-product-allocation .c7-product__title,
  .c7-club-product__details__title {
    font-size: 24px !important;
  }
}
@media screen and (min-width: 1280px) {
  .c7-product-collection .c7-product__title,
  .c7-product-allocation .c7-product__title,
  .c7-club-product__details__title {
    font-size: 28px !important;
  }
}

@media only screen and (min-width: 64.0625em) {
  .c7-product-collection--3-cols .c7-product .c7-product__photo--wrapper:hover .c7-product__photo,
  .c7-product-collection--4-cols .c7-product .c7-product__photo--wrapper:hover .c7-product__photo,
  .c7-product-collection .c7-product .c7-product__photo--wrapper:hover .c7-product__photo {
    opacity: 0.3;
  }
}
.c7-product-collection--3-cols .c7-product .c7-product__photo--wrapper:hover .c7-product__infoHoverWrapper,
.c7-product-collection--4-cols .c7-product .c7-product__photo--wrapper:hover .c7-product__infoHoverWrapper,
.c7-product-collection .c7-product .c7-product__photo--wrapper:hover .c7-product__infoHoverWrapper {
  opacity: 1;
  visibility: visible;
}

@media only screen and (min-width: 64.0625em) {
  .c7-product-collection--3-cols .c7-product:focus .c7-product__photo,
  .c7-product-collection--3-cols .c7-product:focus-within .c7-product__photo,
  .c7-product-collection--4-cols .c7-product:focus .c7-product__photo,
  .c7-product-collection--4-cols .c7-product:focus-within .c7-product__photo,
  .c7-product-collection .c7-product:focus .c7-product__photo,
  .c7-product-collection .c7-product:focus-within .c7-product__photo {
    opacity: 0.1;
  }
}
.c7-product-collection--3-cols .c7-product:focus .c7-product__infoHoverWrapper,
.c7-product-collection--3-cols .c7-product:focus-within .c7-product__infoHoverWrapper,
.c7-product-collection--4-cols .c7-product:focus .c7-product__infoHoverWrapper,
.c7-product-collection--4-cols .c7-product:focus-within .c7-product__infoHoverWrapper,
.c7-product-collection .c7-product:focus .c7-product__infoHoverWrapper,
.c7-product-collection .c7-product:focus-within .c7-product__infoHoverWrapper {
  opacity: 1;
  visibility: visible;
}

.c7-product-collection--3-cols .c7-product .c7-product__infoHoverWrapper,
.c7-product-collection--4-cols .c7-product .c7-product__infoHoverWrapper,
.c7-product-collection .c7-product .c7-product__infoHoverWrapper,
.c7-product-collection .c7-product .c7-product__infoHoverWrapper .c7-product__login-message,
.c7-product-collection .c7-product .c7-product__infoHoverWrapper .c7-product__add-to-cart {
  display: none;
}

.c7-product__add-to-cart__form__quantity {
  max-width: 40px;
}
@media only screen and (min-width: 40.0625em) {
  .c7-product__add-to-cart__form__quantity {
    max-width: 55px;
    margin-right: 0.25em;
  }
}

@media only screen and (min-width: 64.0625em) {
  .c7-product-collection--3-cols .c7-product .c7-product__infoHoverWrapper,
  .c7-product-collection--4-cols .c7-product .c7-product__infoHoverWrapper,
  .c7-product-collection .c7-product .c7-product__infoHoverWrapper {
    opacity: 0;
    visibility: hidden;
    height: auto;
    position: absolute;
    top: 35%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    min-height: 0;
    height: 50%;
    transition: all 400ms ease-out;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    width: 100%;
  }
}
.c7-product-collection--3-cols .c7-product .c7-product__infoHover,
.c7-product-collection--4-cols .c7-product .c7-product__infoHover,
.c7-product-collection .c7-product .c7-product__infoHover {
  position: relative;
  overflow: hidden;
  color: #FFFFFF;
}

.c7-product-collection--3-cols .c7-product .c7-product__infoHover .hover-teaser-wrapper,
.c7-product-collection--4-cols .c7-product .c7-product__infoHover .hover-teaser-wrapper,
.c7-product-collection .c7-product .c7-product__infoHover .hover-teaser-wrapper {
  position: relative;
}

@media only screen and (min-width: 64.0625em) {
  .c7-product-collection--3-cols .c7-product .c7-product__infoHover .c7-product__add-to-cart__price,
  .c7-product-collection--4-cols .c7-product .c7-product__infoHover .c7-product__add-to-cart__price,
  .c7-product-collection .c7-product .c7-product__infoHover .c7-product__add-to-cart__price {
    display: none;
  }
}
.c7-product__teaser {
  margin-bottom: 0;
  font-weight: 200;
  line-height: 1.37rem;
}
.c7-product__add-to-cart__price {
  font-size: 1.4rem;
  margin-top: 0;
  font-family: var(--c7-heading-font-family);
  font-size: 16px;
}
@media only screen and (min-width: 40.0625em) {
  .c7-product__add-to-cart__price {
    font-size: 26px;
  }
}
.c7-product__add-to-cart__price__variant {
  vertical-align: text-bottom;
  font-family: var(--c7-font-family);
  font-size: 12px;
}
@media only screen and (min-width: 40.0625em) {
  .c7-product__add-to-cart__price__variant {
    font-size: 14px;
  }
}
.c7-product__add-to-cart__price__action-message {
  margin: 0;
}
.c7-product__add-to-cart__price__action-message p {
  margin: 0;
  border: 0;
  padding: 0;
  font-size: 1rem;
  font-style: italic;
}
.c7-product__add-to-cart__form {
  align-items: stretch;
}
.c7-product .c7-price--original {
  display: inline-block;
  width: 100%;
}
.c7-product .c7-price--discounted {
  font-weight: bold;
}
.c7-product__photo {
  padding: 0 0.5rem;
  position: relative;
  text-align: center;
  height: auto;
  max-height: 100%;
}
.c7-product__photo--wrapper {
  margin-bottom: 1.25rem;
}
.c7-product__photo img {
  max-height: 200px;
}
@media screen and (min-width: 300px) {
  .c7-product__photo img {
    max-height: 265px;
  }
}
@media screen and (min-width: 500px) {
  .c7-product__photo img {
    max-height: 380px;
  }
}
@media screen and (min-width: 1180px) {
  .c7-product__photo img {
    max-height: 450px;
  }
}
@media screen and (min-width: 40rem) {
  .c7t-products--1up .c7-product {
    flex-direction: row;
    align-items: center;
  }
}
@media screen and (min-width: 40rem) {
  .c7t-products--1up .c7-product .c7-product__photo {
    width: 30%;
  }
}
@media screen and (min-width: 40rem) {
  .c7t-products--1up .c7-product .c7-product__info {
    width: 70%;
  }
}
@media screen and (min-width: 54rem) {
  .c7t-products--2up .c7-product {
    flex-direction: row;
    align-items: center;
  }
}
@media screen and (min-width: 54rem) {
  .c7t-products--2up .c7-product .c7-product__photo {
    width: 30%;
  }
}
@media screen and (min-width: 54rem) {
  .c7t-products--2up .c7-product .c7-product__info {
    width: 70%;
  }
}
.c7t-products--3up .c7-product .c7-product__title, .c7t-products--4up .c7-product .c7-product__title {
  text-align: center;
}
@media screen and (min-width: 48rem) {
  .c7t-products--3up .c7-product .c7-product__title, .c7t-products--4up .c7-product .c7-product__title {
    text-align: center;
  }
}
@media screen and (min-width: 48rem) {
  .c7t-products--3up .c7-product .c7-product__info, .c7t-products--4up .c7-product .c7-product__info {
    width: 100%;
    margin-bottom: 0;
    margin-top: auto;
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 0;
  }
}
.c7t-products--3up .c7-product .c7-product__add-to-cart, .c7t-products--4up .c7-product .c7-product__add-to-cart {
  align-self: flex-end;
  margin-top: auto;
  width: 100%;
}
.c7t-products--3up .c7-product .c7-product__add-to-cart__price, .c7t-products--4up .c7-product .c7-product__add-to-cart__price {
  text-align: center;
  margin: 0.5rem 0;
}
@media screen and (min-width: 48rem) {
  .c7t-products--3up .c7-product .c7-product__add-to-cart__price, .c7t-products--4up .c7-product .c7-product__add-to-cart__price {
    text-align: center;
  }
}
.c7t-products--3up .c7-product .c7-product__add-to-cart__form, .c7t-products--4up .c7-product .c7-product__add-to-cart__form {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 350px) {
  .c7t-products--3up .c7-product .c7-product__add-to-cart__form, .c7t-products--4up .c7-product .c7-product__add-to-cart__form {
    align-items: stretch;
    flex-direction: row;
  }
}
@media screen and (min-width: 48rem) {
  .c7t-products--3up .c7-product .c7-product__add-to-cart__form, .c7t-products--4up .c7-product .c7-product__add-to-cart__form {
    justify-content: center;
  }
}
.c7t-products--3up .c7-product .c7-product__login-message, .c7t-products--4up .c7-product .c7-product__login-message {
  margin-top: auto;
  text-align: center;
}
@media screen and (min-width: 48rem) {
  .c7t-products--3up .c7-product .c7-product__login-message, .c7t-products--4up .c7-product .c7-product__login-message {
    text-align: center;
  }
}
.c7t-products--3up .c7-product .c7-product__login-message button, .c7t-products--4up .c7-product .c7-product__login-message button {
  margin: 0 0 24px;
}
.c7t-products--3up .c7-product .c7-product__login-message p, .c7t-products--4up .c7-product .c7-product__login-message p {
  font-size: 14px;
  margin: 0.5rem 0;
}
.c7t-products--3up .c7-product .c7-price--original, .c7t-products--4up .c7-product .c7-price--original {
  text-align: center;
}
@media screen and (min-width: 48rem) {
  .c7t-products--3up .c7-product .c7-price--original, .c7t-products--4up .c7-product .c7-price--original {
    text-align: center;
  }
}
.c7t-products--4up_no_cart .c7-product .c7-product__variant__add-to-cart {
  display: none;
}

.c7-personalization .c7-product__title {
  text-align: center;
}
.c7-personalization .c7-product__info {
  width: 100%;
  margin-bottom: 0;
  margin-top: auto;
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 0;
}
.c7-personalization .c7-product__teaser {
  margin-bottom: 1.5rem;
}
.c7-personalization .c7-product__add-to-cart {
  justify-content: center;
  align-self: flex-end;
  margin-top: auto;
  width: 100%;
  text-align: center;
}
.c7-personalization .c7-product__add-to-cart__form {
  justify-content: center;
}

.page-template-page-product {
  background: url(/wp-content/uploads/2025/11/product-detail-background.png) no-repeat top center #5F5753;
  background-size: contain;
  background-position: 0 44px;
}
@media screen and (min-width: 820px) {
  .page-template-page-product {
    background: url(/wp-content/uploads/2025/11/product-detail-background.png) no-repeat top center #5F5753;
    background-size: contain;
  }
}
@media screen and (min-width: 1600px) {
  .page-template-page-product {
    background: url(/wp-content/uploads/2025/11/product-detail-background-wide.png) no-repeat top center #5F5753;
    background-size: contain;
  }
}
.page-template-page-product .c7t-content {
  padding: 13.75rem 2rem 0;
  max-width: 75rem;
}

.c7-product-detail {
  display: block;
  margin: 0 0 3rem;
  width: 100%;
}
.c7-product-detail h1, .c7-product-detail h2, .c7-product-detail h3, .c7-product-detail h4, .c7-product-detail h5, .c7-product-detail h6, .c7-product-detail p, .c7-product-detail span {
  color: #FFFFFF;
}
.c7-product-detail a {
  color: #F4AD02;
}
.c7-product-detail p:last-child, .c7-product-detail hr:last-child {
  margin-bottom: 1.37rem !important;
}
.c7-product-detail .c7-form input {
  background: #707070;
  border-radius: 0px;
  border: none;
  color: white;
  height: 40px;
}
.c7-product-detail .content-wrapper {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 48rem) {
  .c7-product-detail .c7-product {
    flex-direction: row;
    justify-content: space-between;
    max-width: 64rem;
  }
}
.c7-product-detail h1 {
  line-height: 1.1;
  margin-bottom: 0.5em;
  text-align: left;
  font-size: 24px;
}
@media screen and (min-width: 820px) {
  .c7-product-detail h1 {
    font-size: 36px;
  }
}
@media screen and (min-width: 1024px) {
  .c7-product-detail h1 {
    font-size: 42px;
  }
}
.c7-product-detail h2, .c7-product-detail h3 {
  font-size: 1.25rem;
  line-height: 1.1;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 40.0625rem) {
  .c7-product-detail h2, .c7-product-detail h3 {
    font-size: 2rem;
  }
}
.c7-product-detail .c7-product__subtitle {
  font-size: 1.25rem;
  line-height: 1.1;
  margin-bottom: 0.5em;
  font-family: var(--c7-heading-font-family);
}
@media screen and (min-width: 40.0625rem) {
  .c7-product-detail .c7-product__subtitle {
    font-size: 2rem;
  }
}
.c7-product-detail .product-action-message {
  font-style: italic;
  font-family: "Times New Roman", Times, serif;
  font-size: 16px;
}
@media screen and (min-width: 640px) {
  .c7-product-detail .product-action-message {
    font-size: 18px;
  }
}
@media screen and (min-width: 820px) {
  .c7-product-detail .product-action-message {
    font-size: 22px;
  }
}
.c7-product-detail .c7-product__variant {
  margin-bottom: 2rem;
}
.c7-product-detail .c7-product-specs {
  margin-top: 1.5rem;
}
.c7-product-detail .c7-product-spec div {
  font-size: 1rem;
}
.c7-product-detail .c7-product-spec div:first-child {
  text-transform: none;
}
.c7-product-detail__photo {
  position: relative;
  text-align: center;
  padding: 0;
  margin: 0 0 1rem;
  width: 100%;
}
@media screen and (min-width: 48rem) {
  .c7-product-detail__photo {
    width: 35%;
    text-align: center;
  }
}
.c7-product-detail__photo img {
  max-height: 330px;
}
@media screen and (min-width: 48rem) {
  .c7-product-detail__photo img {
    max-height: 640px;
  }
}
.c7-product-detail__photo__thumbs {
  display: flex;
  justify-content: center;
}
.c7-product-detail__photo__thumbs img {
  padding: 0.75rem;
}
.c7-product-detail__right {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 48rem) {
  .c7-product-detail__right {
    width: 65%;
    order: 2;
    padding: 0 2rem;
  }
}
@media screen and (min-width: 80rem) {
  .c7-product-detail__right {
    padding-top: 130px;
  }
}
.c7-product-detail__right .c7-product-detail__accordion {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  padding: 1rem 0;
  margin: 0 auto;
}
.c7-product-detail__right .c7-product-detail__accordion__title {
  font-family: "Times New Roman", Times, serif;
  font-weight: 500;
  font-size: 21px;
  display: flex;
  align-items: center;
  transition: all 0.3s ease-out;
  color: #FFFFFF;
}
@media only screen and (min-width: 54.4375em) {
  .c7-product-detail__right .c7-product-detail__accordion__title {
    font-size: 26px;
  }
}
.c7-product-detail__right .c7-product-detail__accordion__title span {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 300;
  transition: all 0.3s ease-out;
  position: relative;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  margin-left: auto;
}
.c7-product-detail__right .c7-product-detail__accordion__title span:after {
  transition: all 0.3s ease-out;
  content: "↑";
  color: #FFFFFF;
  font-size: 16px;
}
.c7-product-detail__right .c7-product-detail__accordion__content {
  transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
  max-height: 0;
  margin: 0;
  overflow: hidden;
  color: #FFFFFF;
}
.c7-product-detail__right .c7-product-detail__accordion__content__heading {
  color: #FFFFFF;
  font-family: "Times New Roman", Times, serif;
  font-size: 22px;
  font-weight: normal;
  letter-spacing: 0.5px;
  margin-bottom: 0.5em;
  text-transform: none;
  width: initial;
  border-bottom: solid 0.5px #FFFFFF;
}
.c7-product-detail__right .c7-product-detail__accordion__content > div > div {
  margin-bottom: 1.5rem;
}
.c7-product-detail__right .c7-product-detail__accordion__content__specs .c7-product__specs {
  max-width: 100%;
}
@media only screen and (min-width: 54.4375em) {
  .c7-product-detail__right .c7-product-detail__accordion__content__specs .c7-product__specs {
    max-width: 80%;
  }
}
.c7-product-detail__right .c7-product-detail__accordion__content__specs .c7-product__specs .c7-product__spec {
  margin: 0.5em 0 0 0;
  width: 100%;
  color: #FFFFFF;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
  font-weight: 400;
  line-height: 1;
}
.c7-product-detail__right .c7-product-detail__accordion__content__specs .c7-product__specs .c7-product__spec > div:first-of-type {
  font-weight: 500;
  color: #FFFFFF;
  font-family: Times New Roman;
  text-transform: uppercase;
  font-size: 0.95em;
  letter-spacing: 0.5px;
}
.c7-product-detail__right .c7-product-detail__accordion__content__specs .c7-product__specs .c7-product__spec .pdf-download-icon {
  line-height: 0;
  margin-right: 0.5rem;
}
.c7-product-detail__right .c7-product-detail__accordion--open {
  padding: 1rem 0 2rem;
}
.c7-product-detail__right .c7-product-detail__accordion--open .c7-product-detail__accordion__title span:after {
  content: "↓";
  position: relative;
  top: -2px;
  font-size: 16px;
}
.c7-product-detail__right .c7-product-detail__accordion--open .c7-product-detail__accordion__content {
  transition: max-height 1s ease-in-out;
  max-height: 2000px;
}
.c7-product-detail__info {
  width: 100%;
}
@media screen and (min-width: 48rem) {
  .c7-product-detail__info {
    width: 100%;
    text-align: left;
  }
}

.hide-variant-title .c7-product__variant__price__title {
  display: none;
}

.c7-product-collection .c7-product__title,
.c7-product-allocation .c7-product__title,
.c7-club-product__details__title {
  line-height: 1.1;
}

.c7-checkout {
  background: #5f5853;
}
.c7-checkout__background {
  background: var(--c7-bg);
}
.c7-checkout__summary-container {
  background: var(--c7-bg);
}
.c7-checkout__footer {
  padding: 0 20px;
}
.c7-checkout__footer li a {
  color: white;
}

.c7-checkout__review-block {
  background: rgba(45, 41, 39, 0.5);
}
@media screen and (max-width: 768px) {
  .c7-checkout__review-block {
    padding: 15px 10px 20px;
    border-left: 1px solid var(--c7-border-color);
    border-right: 1px solid var(--c7-border-color);
  }
}

.c7-checkout .c7-callout {
  display: none;
}

.c7-checkout__review__details__shipping-address a {
  color: #ffffff;
}

.c7-cart {
  background: transparent;
  border-left: 0;
  padding: 40px 0 200px;
}
.c7-cart__close {
  font-family: "Nunito Sans", 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 {
  top: 0;
}
@media only screen and (min-width: 64.0625em) {
  .c7-side-cart {
    top: var(--promo-bar-height, 0px);
  }
}
.c7-side-cart__header {
  padding: 50px 20px 30px;
}
.c7-side-cart__header button, .c7-side-cart__header svg, .c7-side-cart__header button svg {
  stroke: #FFFFFF;
  color: #FFFFFF;
}
.c7-side-cart__header button:hover, .c7-side-cart__header button:active, .c7-side-cart__header svg:hover, .c7-side-cart__header svg:active, .c7-side-cart__header button svg:hover, .c7-side-cart__header button svg:active {
  stroke: #AD894C;
  color: #AD894C;
}
.c7-side-cart__header button:hover svg, .c7-side-cart__header button:active svg, .c7-side-cart__header svg:hover svg, .c7-side-cart__header svg:active svg, .c7-side-cart__header button svg:hover svg, .c7-side-cart__header button svg:active svg {
  stroke: #AD894C;
  color: #AD894C;
}
.c7-side-cart__header button:focus, .c7-side-cart__header svg:focus, .c7-side-cart__header button svg:focus {
  stroke: #FFFFFF;
  color: #FFFFFF;
}
.c7-side-cart__header button:focus svg, .c7-side-cart__header svg:focus svg, .c7-side-cart__header button svg:focus svg {
  stroke: #FFFFFF;
  color: #FFFFFF;
}

.c7-order-item__title {
  color: #FFFFFF;
}

.c7-callout:not(.c7-callout--club)::before {
  content: "?";
  color: #FFFFFF;
  border-radius: 85%;
  padding: 1px 10px;
  border: 1px white solid;
  font-size: 14px;
}

.c7-callout p {
  padding: 4px 0 0 12px;
}

/* Commerce7 Template - Slider */
.slick-slider.slick-dotted.c7t-slider {
  height: 16rem !important;
}
@media only screen and (min-width: 40.0625em) {
  .slick-slider.slick-dotted.c7t-slider {
    height: 18rem !important;
  }
}

.c7t-slider {
  max-width: 100%;
  width: 100%;
  height: 16rem !important;
  position: relative;
}
@media only screen and (min-width: 40.0625em) {
  .c7t-slider {
    height: 20rem !important;
  }
}
@media only screen and (min-width: 64.0625em) {
  .c7t-slider--large {
    height: 80vh;
  }
}
.c7t-slider--small {
  height: 30vh;
}
.c7t-slider--restricted {
  max-width: 61.25rem;
  margin: 0 auto;
}
.c7t-slider__slide-content {
  padding: 0 0;
  width: 80%;
}
.c7t-slider .slick-dots {
  bottom: 0px;
}
.c7t-slider__slide {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  height: 100%;
}
.c7t-slider__slide h1, .c7t-slider__slide .h1, .c7t-slider__slide h2, .c7t-slider__slide .h2, .c7t-slider__slide h3, .c7t-slider__slide .h3, .c7t-slider__slide h4, .c7t-slider__slide .h4, .c7t-slider__slide h5, .c7t-slider__slide .h5, .c7t-slider__slide h6, .c7t-slider__slide .h6, .c7t-slider__slide p {
  font-size: 18px;
  font-family: "Times New Roman", Times, serif;
  line-height: 1;
}
@media screen and (min-width: 820px) {
  .c7t-slider__slide h1, .c7t-slider__slide .h1, .c7t-slider__slide h2, .c7t-slider__slide .h2, .c7t-slider__slide h3, .c7t-slider__slide .h3, .c7t-slider__slide h4, .c7t-slider__slide .h4, .c7t-slider__slide h5, .c7t-slider__slide .h5, .c7t-slider__slide h6, .c7t-slider__slide .h6, .c7t-slider__slide p {
    font-size: 24px;
  }
}
@media screen and (min-width: 1280px) {
  .c7t-slider__slide h1, .c7t-slider__slide .h1, .c7t-slider__slide h2, .c7t-slider__slide .h2, .c7t-slider__slide h3, .c7t-slider__slide .h3, .c7t-slider__slide h4, .c7t-slider__slide .h4, .c7t-slider__slide h5, .c7t-slider__slide .h5, .c7t-slider__slide h6, .c7t-slider__slide .h6, .c7t-slider__slide p {
    font-size: 30px;
  }
}
.c7t-slider__slide a {
  text-decoration: none;
}
.c7t-slider__slide .c7t-template-width {
  height: 100%;
  min-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  margin: -20px auto 0;
  position: relative;
}
.c7t-slider__slide .c7t-template-width .c7t-slider__slide-content {
  text-shadow: none;
}
.c7t-slider__slide .c7t-template-width--content-center-left {
  align-items: center;
  justify-content: flex-start;
}
.c7t-slider__slide .c7t-template-width--content-center-left .c7t-slider__slide-content {
  text-align: left;
  width: 55%;
}
.c7t-slider__slide .c7t-template-width--content-center-right {
  align-items: center;
  justify-content: flex-end;
}
.c7t-slider__slide .c7t-template-width--content-center-right .c7t-slider__slide-content {
  text-align: right;
  width: 100%;
}
@media only screen and (min-width: 40.0625em) {
  .c7t-slider__slide .c7t-template-width--content-center-right .c7t-slider__slide-content {
    width: 75%;
  }
}
@media only screen and (min-width: 64.0625em) {
  .c7t-slider__slide .c7t-template-width--content-center-right .c7t-slider__slide-content {
    width: 55%;
  }
}
.c7t-slider__slide .c7t-template-width--content-top-left {
  align-items: flex-start;
  justify-content: flex-start;
}
.c7t-slider__slide .c7t-template-width--content-top-left .c7t-slider__slide-content {
  text-align: left;
  width: 100%;
}
@media only screen and (min-width: 40.0625em) {
  .c7t-slider__slide .c7t-template-width--content-top-left .c7t-slider__slide-content {
    width: 75%;
  }
}
@media only screen and (min-width: 64.0625em) {
  .c7t-slider__slide .c7t-template-width--content-top-left .c7t-slider__slide-content {
    width: 55%;
  }
}
.c7t-slider__slide .c7t-template-width--content-top {
  align-items: flex-start;
}
.c7t-slider__slide .c7t-template-width--content-top-right {
  align-items: flex-start;
  justify-content: flex-end;
}
.c7t-slider__slide .c7t-template-width--content-top-right .c7t-slider__slide-content {
  text-align: right;
  width: 100%;
}
@media only screen and (min-width: 40.0625em) {
  .c7t-slider__slide .c7t-template-width--content-top-right .c7t-slider__slide-content {
    width: 75%;
  }
}
@media only screen and (min-width: 64.0625em) {
  .c7t-slider__slide .c7t-template-width--content-top-right .c7t-slider__slide-content {
    width: 55%;
  }
}
.c7t-slider__slide .c7t-template-width--content-bottom-left {
  align-items: flex-end;
  justify-content: flex-start;
}
.c7t-slider__slide .c7t-template-width--content-bottom-left .c7t-slider__slide-content {
  text-align: left;
  width: 100%;
}
@media only screen and (min-width: 40.0625em) {
  .c7t-slider__slide .c7t-template-width--content-bottom-left .c7t-slider__slide-content {
    width: 75%;
  }
}
@media only screen and (min-width: 64.0625em) {
  .c7t-slider__slide .c7t-template-width--content-bottom-left .c7t-slider__slide-content {
    width: 55%;
  }
}
.c7t-slider__slide .c7t-template-width--content-bottom {
  align-items: flex-end;
}
.c7t-slider__slide .c7t-template-width--content-bottom-right {
  align-items: flex-end;
  justify-content: flex-end;
}
.c7t-slider__slide .c7t-template-width--content-bottom-right .c7t-slider__slide-content {
  text-align: right;
  width: 100%;
}
@media only screen and (min-width: 40.0625em) {
  .c7t-slider__slide .c7t-template-width--content-bottom-right .c7t-slider__slide-content {
    width: 75%;
  }
}
@media only screen and (min-width: 64.0625em) {
  .c7t-slider__slide .c7t-template-width--content-bottom-right .c7t-slider__slide-content {
    width: 55%;
  }
}
.c7t-slider__slide--background-focus-left {
  background-position: center left;
}
.c7t-slider__slide--background-focus-right {
  background-position: center right;
}
.c7t-slider__slide--background-focus-top-left {
  background-position: top left;
}
.c7t-slider__slide--background-focus-top {
  background-position: top center;
}
.c7t-slider__slide--background-focus-right {
  background-position: top right;
}
.c7t-slider__slide--background-focus-bottom-left {
  background-position: bottom left;
}
.c7t-slider__slide--background-focus-bottom {
  background-position: bottom center;
}
.c7t-slider__slide--background-focus-right {
  background-position: bottom right;
}
.c7t-slider__slide--veil:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(34, 34, 34, 0.4);
}
.c7t-slider__slide-content {
  text-align: center;
  color: #fff;
  padding: 0 0;
}
.c7t-slider__slide-content p {
  margin: 0 auto 1.5rem;
}
.c7t-slider__slide-content .button {
  background: rgba(0, 0, 0, 0.1);
  border-color: rgba(255, 255, 255, 0.9);
  color: rgba(255, 255, 255, 0.9);
  text-shadow: none;
}
.c7t-slider__slide-content .button:hover {
  background: rgba(0, 0, 0, 0);
  border-color: rgb(255, 255, 255);
  color: rgb(255, 255, 255);
}
.c7t-slider__slide-content-color--dark {
  color: #000;
}
.c7t-slider__slide-content-color--dark .c7t-slider__slide-next-section {
  border-color: #000;
}
.c7t-slider__slide-content-color--dark .c7t-slider__slide-next-section span {
  border-color: #000;
}
.c7t-slider__slide-content-color--dark .button {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(0, 0, 0, 0.9);
  color: rgba(0, 0, 0, 0.9);
  text-shadow: none;
}
.c7t-slider__slide-content-color--dark .button:hover {
  background: rgba(255, 255, 255, 0);
  border-color: rgb(0, 0, 0);
  color: rgb(0, 0, 0);
}
.c7t-slider__slide-next-section {
  position: absolute;
  bottom: 4rem;
  left: 50%;
  transform: translateX(-50%);
  height: 40px;
  width: 40px;
  border-radius: 50%;
  display: block;
  border: 2px solid #fff;
  opacity: 0.9;
}
@media only screen and (min-width: 64.0625em) {
  .c7t-slider__slide-next-section {
    bottom: 2rem;
  }
}
.c7t-slider__slide-next-section span {
  display: inline-block;
  position: absolute;
  top: 19%;
  left: 10px;
  transform: rotate(45deg);
  border: 2px solid #fff;
  height: 16px;
  width: 16px;
  border-left: 0;
  border-top: 0;
}
.c7t-slider .slick-slide {
  display: none;
}
.c7t-slider .slick-slide:first-child {
  display: block;
}
.c7t-slider.slick-initialized .slick-slide {
  display: block;
}
.c7t-slider--light .slick-prev:before,
.c7t-slider--light .slick-next:before {
  color: #fff;
}

.commerce7-v2 .c7t-slider__slide-content-color--light {
  color: #fff;
}
.commerce7-v2 .c7t-slider__slide-content-color--light h1, .commerce7-v2 .c7t-slider__slide-content-color--light h2, .commerce7-v2 .c7t-slider__slide-content-color--light h3, .commerce7-v2 .c7t-slider__slide-content-color--light h4, .commerce7-v2 .c7t-slider__slide-content-color--light h5, .commerce7-v2 .c7t-slider__slide-content-color--light h6, .commerce7-v2 .c7t-slider__slide-content-color--light p {
  color: #fff;
}
.commerce7-v2 .c7t-slider__slide-content-color--light .c7t-slider__slide-next-section {
  border-color: #fff;
}
.commerce7-v2 .c7t-slider__slide-content-color--light .c7t-slider__slide-next-section span {
  border-color: #fff;
}
.commerce7-v2 .c7t-slider__slide-content-color--light .button {
  background: #eeeeee;
  color: #000;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
}
.commerce7-v2 .c7t-slider__slide-content-color--light .button:hover {
  background: #eeeeee;
  text-decoration: none;
}
.commerce7-v2 .c7t-slider__slide-content-color--dark {
  color: #000;
}
.commerce7-v2 .c7t-slider__slide-content-color--dark h1, .commerce7-v2 .c7t-slider__slide-content-color--dark h2, .commerce7-v2 .c7t-slider__slide-content-color--dark h3, .commerce7-v2 .c7t-slider__slide-content-color--dark h4, .commerce7-v2 .c7t-slider__slide-content-color--dark h5, .commerce7-v2 .c7t-slider__slide-content-color--dark h6, .commerce7-v2 .c7t-slider__slide-content-color--dark p {
  color: #000;
}
.commerce7-v2 .c7t-slider__slide-content-color--dark .c7t-slider__slide-next-section {
  border-color: #000;
}
.commerce7-v2 .c7t-slider__slide-content-color--dark .c7t-slider__slide-next-section span {
  border-color: #000;
}
.commerce7-v2 .c7t-slider__slide-content-color--dark .button {
  background: #111111;
  color: #fff;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
}
.commerce7-v2 .c7t-slider__slide-content-color--dark .button:hover {
  background: #111111;
  text-decoration: none;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: none;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.c7t-slider .slick-list,
.c7t-slider .slick-track {
  height: 100%;
}

.c7t-slider .slick-slide > div {
  height: 100%;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  z-index: 5;
}
.slick-prev:not(:focus),
.slick-next:not(:focus) {
  border: none;
  outline: none;
}

.slick-prev {
  left: 10px;
}
@media only screen and (min-width: 40.0625em) {
  .slick-prev {
    left: 25px;
  }
}

.slick-next {
  right: 10px;
}
@media only screen and (min-width: 40.0625em) {
  .slick-next {
    right: 25px;
  }
}

.slick-slider.slick-dotted {
  margin-bottom: 0;
}
.slick-slider.slick-dotted.c7t-slider {
  margin-bottom: 0;
  height: 17rem !important;
}
@media only screen and (min-width: 40.0625em) {
  .slick-slider.slick-dotted.c7t-slider {
    height: 15rem !important;
  }
}
@media only screen and (min-width: 64.0625em) {
  .slick-slider.slick-dotted.c7t-slider {
    height: 16rem !important;
  }
}

/* Dots */
.slick-dots {
  position: absolute;
  bottom: 15px;
  display: block;
  padding: 0;
  margin: 0;
  width: 100%;
  list-style: none;
  text-align: center;
}
.c7t-slider .slick-dots {
  bottom: 15px;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 3px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: url("/wp-content/uploads/2025/11/dot.png");
  display: block;
  height: 11px;
  width: 11px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
  content: "";
}
.slick-dots li button:before {
  content: "" !important;
}
.slick-dots li button:hover {
  outline: none;
}
.slick-dots li.slick-active button {
  background: url("/wp-content/uploads/2025/11/dot-active.png");
}

.slick-prev--slider {
  height: 100px;
  opacity: 0.8;
  transition: all 0.3s ease-out;
}
.slick-prev--slider:before {
  content: "";
  background-image: url("/wp-content/uploads/2025/11/arrow-left.png");
  width: 20px;
  height: 30px;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
}
@media only screen and (min-width: 40.0625em) {
  .slick-prev--slider:before {
    height: 80px;
    top: 0;
  }
}
.slick-prev--slider:hover {
  opacity: 1;
}

.slick-next--slider {
  height: 100px;
  opacity: 0.8;
  transition: all 0.3s ease-out;
}
.slick-next--slider:before {
  content: "";
  background-image: url("/wp-content/uploads/2025/11/arrow-right.png");
  width: 20px;
  height: 30px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
}
@media only screen and (min-width: 40.0625em) {
  .slick-next--slider:before {
    height: 80px;
    top: 0;
  }
}
.slick-next--slider:hover {
  opacity: 1;
}

/**
 Improved .sr-only class by ffoodd: https://gist.github.com/ffoodd/000b59f431e3e64e4ce1a24d5bb36034
 */
.slick-sr-only {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.c7-form {
  font-family: "Nunito Sans", sans-serif;
}
.c7-form label, .c7-form .c7-label-sudo, .c7-form .label {
  font-family: "Nunito Sans", sans-serif;
}
.c7-form select, .c7-form input[type=text], .c7-form input[type=email], .c7-form input[type=tel], .c7-form input[type=password], .c7-form input[type=username], .c7-form .c7-form textarea, .c7-form .c7-input-sudo {
  background: #707070;
  border-radius: 0px;
  border: none;
  color: white;
  height: 40px;
  font-family: "Nunito Sans", sans-serif;
  font-size: 1rem;
  padding: 0.75em;
  min-height: 40px;
}
@media only screen and (min-width: 40.0625em) {
  .c7-form select, .c7-form input[type=text], .c7-form input[type=email], .c7-form input[type=tel], .c7-form input[type=password], .c7-form input[type=username], .c7-form .c7-form textarea, .c7-form .c7-input-sudo {
    font-size: 0.875rem;
    min-height: 39px;
  }
}
.c7-form__empty {
  color: #9F9E9D;
}
.c7-form__help {
  color: #9F9E9D;
}
.c7-form h1.c7-h1,
.c7-form h2.c7-h2,
.c7-form h3.c7-h3,
.c7-form .blog-page > h2.c7-h3,
.c7-form h4.c7-h4,
.c7-form h5.c7-h5,
.c7-form h6.c7-h6 {
  color: #FFFFFF;
}

label, .c7-label-sudo, .label {
  font-family: "Nunito Sans", sans-serif;
}

select, input[type=text], input[type=email], input[type=tel], input[type=password], input[type=username], .c7-form textarea, .c7-input-sudo, .c7-order-item__quantity select {
  font-family: "Nunito Sans", sans-serif;
  background: #707070;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 0;
  color: #FFFFFF;
  font-size: 1rem;
  padding: 0.75em;
  min-height: 44px;
}
@media only screen and (min-width: 40.0625em) {
  select, input[type=text], input[type=email], input[type=tel], input[type=password], input[type=username], .c7-form textarea, .c7-input-sudo, .c7-order-item__quantity select {
    font-size: 0.875rem;
    min-height: 39px;
  }
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: "";
}

@media only screen and (max-width: 40em) {
  .c7-subscribe .c7-form__button-row {
    justify-content: center;
  }
}

#c7-login-form {
  max-width: 32rem;
  margin: 0 auto 2rem;
}

.c7-form__error,
.c7-block__error {
  font-weight: 600;
  color: red;
}

/* Commerce7 Template - Events */
.c7t-event {
  position: relative;
  max-width: 100%;
  background: #5F5753;
}
.c7t-event a {
  color: #F4AD02;
}
.c7t-event a:hover {
  color: #AD894C;
}
.c7t-event__container {
  max-width: 61.25rem;
  margin: 0 auto;
}
.c7t-event:last-child {
  margin-bottom: 40px;
}
.c7t-event h1, .c7t-event h2, .c7t-event h3 {
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 0.2em;
  color: #F4AD02;
}
@media only screen and (min-width: 64.0625em) {
  .c7t-event h1, .c7t-event h2, .c7t-event h3 {
    font-size: 32px;
  }
}
@media only screen and (min-width: 86.25em) {
  .c7t-event h1, .c7t-event h2, .c7t-event h3 {
    font-size: 38px;
  }
}
@media only screen and (min-width: 40.0625em) {
  .c7t-event {
    display: block;
  }
}
.c7t-event__image {
  position: relative;
  line-height: 0;
  font-size: 0;
  padding: 0 0 2rem;
}
@media only screen and (min-width: 40.0625em) {
  .c7t-event__image {
    width: 100%;
  }
}
.c7t-event__image img {
  width: 100%;
}
.c7t-event__image__meta {
  position: absolute;
  top: 1.75rem;
  border-radius: 50%;
  background: #eee;
  color: #000000;
  text-align: center;
  font-size: 1rem;
  height: 4.5rem;
  width: 4.5rem;
  line-height: 1.1rem;
  padding-top: 1rem;
  right: 1.5rem;
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.4);
}
@media only screen and (min-width: 40.0625em) {
  .c7t-event__image__meta {
    right: auto;
    left: 1.75rem;
  }
}
.c7t-event__image__meta span {
  font-size: 1.6em;
  display: block;
}
.c7t-event__content {
  padding: 1rem;
}
@media only screen and (min-width: 40.0625em) {
  .c7t-event__content {
    padding: 2rem;
    position: relative;
    width: 100%;
  }
}
.c7t-event__content__meta {
  font-size: 1rem;
  text-transform: none;
}
@media only screen and (min-width: 40.0625em) {
  .c7t-event--image-right .c7t-event__image {
    order: 2;
  }
}
.c7t-event--image-right .c7t-event__image__meta {
  right: 1.75rem;
  left: auto;
}

body.post-type-archive-tribe_events button:hover,
body.tribe-events-page-template button:hover,
body.tribe-filter-live button:hover {
  border: 0 !important;
}
body.post-type-archive-tribe_events button[disabled]:hover,
body.tribe-events-page-template button[disabled]:hover,
body.tribe-filter-live button[disabled]:hover {
  background: none !important;
}

button.tribe-common-h3,
button.tribe-common-h--alt,
button.tribe-events-c-top-bar__datepicker-button,
button.tribe-events-c-nav__next,
button.tribe-common-b2 button.tribe-common-b1--min-medium,
button.tribe-events-c-view-selector__button {
  text-transform: capitalize;
}
button.tribe-common-h3:hover,
button.tribe-common-h--alt:hover,
button.tribe-events-c-top-bar__datepicker-button:hover,
button.tribe-events-c-nav__next:hover,
button.tribe-common-b2 button.tribe-common-b1--min-medium:hover,
button.tribe-events-c-view-selector__button:hover {
  border: 0;
}

.tribe-common button[disabled],
.tribe-common input[disabled] {
  background: none !important;
}
.tribe-common button[disabled]:hover,
.tribe-common input[disabled]:hover {
  background: none !important;
}
.tribe-common button[disabled] *,
.tribe-common input[disabled] * {
  background: none !important;
}
.tribe-common button[disabled] *:hover,
.tribe-common input[disabled] *:hover {
  background: none !important;
}

.tribe-events .tribe-events-c-nav__next:disabled,
.tribe-events .tribe-events-c-nav__prev:disabled {
  color: #d5d5d5 !important;
  text-transform: none !important;
}
.tribe-events .tribe-events-c-nav__next:disabled:hover,
.tribe-events .tribe-events-c-nav__prev:disabled:hover {
  color: #d5d5d5 !important;
}
.tribe-events .tribe-events-c-nav__next:disabled *,
.tribe-events .tribe-events-c-nav__prev:disabled * {
  color: #d5d5d5 !important;
}
.tribe-events .tribe-events-c-nav__next:disabled *:hover,
.tribe-events .tribe-events-c-nav__prev:disabled *:hover {
  color: #d5d5d5 !important;
}

.c7-account {
  color: #FFFFFF;
}
.c7-account__header {
  background: transparent;
}
.c7-account__header p:first-of-type {
  color: #FFFFFF;
}
.c7-account__menu {
  background: transparent;
}
.c7-account__menu a {
  color: #FFFFFF !important;
  border-bottom: none;
}
.c7-account__menu a:hover, .c7-account__menu a:focus, .c7-account__menu a:active {
  text-decoration: none;
  color: #AD894C !important;
}
.c7-account__menu .c7-active a {
  color: #AD894C !important;
}
.c7-account .c7-back:before {
  content: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23AD894C' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M10 19L3 12M3 12L10 5M3 12L21 12'/></svg>");
  vertical-align: text-top;
}

.c7-account-block {
  background: rgba(45, 41, 39, 0.5);
  border-radius: 0;
  border: none;
  box-shadow: none;
}
.c7-account-block__title {
  color: #FFFFFF;
}

.c7-wrapper {
  padding: 0;
}

.c7-content svg,
.c7-checkout svg,
.c7-account svg,
.c7-side-cart svg,
.c7-personalization svg {
  stroke: #AD894C;
}

.c7-modal {
  background: #2D2927;
  color: #FFFFFF;
  border-radius: 0;
}
.c7-modal__header h1.c7-h1,
.c7-modal__header h2.c7-h2,
.c7-modal__header h3.c7-h3,
.c7-modal__header .blog-page > h2.c7-h3,
.c7-modal__header h4.c7-h4,
.c7-modal__header h5.c7-h5,
.c7-modal__header h6.c7-h6 {
  color: #FFFFFF;
}
.c7-modal__header button:hover svg, .c7-modal__header button:focus svg, .c7-modal__header button:active svg {
  stroke: #F4AD02 !important;
}

.c7-account-club__shipment {
  background: #5f5753;
}

.c7-account-club-shipment__selected-products {
  background: #5f5753;
  padding: 30px 0;
}

.c7-modal__hero-icon {
  stroke: #fff;
}

.c7-modal--club-ship-now .c7-modal__hero-icon {
  stroke: #fff;
}

.c7-receipt__header h1.c7-h1::before {
  background: url('data:image/svg+xml; utf8, <svg aria-hidden="true" focusable="false" role="presentation" xmlns="http://www.w3.org/2000/svg" stroke="%23ffffff" stroke-width="1.5" viewBox="0 0 32 33" fill="none" fill-rule="evenodd"  stroke-linecap="round" stroke-linejoin="round"><g transform="translate(1)"><path d="M30,15.12 L30,16.5 C29.9962017,23.1430288 25.6234409,28.9923195 19.2530286,30.8758514 C12.8826163,32.7593834 6.03209032,30.2284682 2.41643263,24.6555995 C-1.19922506,19.0827308 -0.718704832,11.7954585 3.59741129,6.74560822 C7.91352742,1.69575797 15.037069,0.0862879264 21.105,2.79"/><polyline points="30 4.5 15 19.515 10.5 15.015"/></g></svg>') center/35px no-repeat var(--c7-bg-darker);
}

.c7-order-status-summary {
  background-color: var(--c7-bg-darker);
}

/* Commerce7 Template - Text Block */
.c7t-text-block {
  position: relative;
  padding: 2.5rem 0;
}
.c7t-text-block + .c7t-text-block {
  padding-top: 0;
}
.c7t-text-block p:last-child, .c7t-text-block hr:last-child {
  margin-bottom: 0;
}
.c7t-text-block--reverse {
  background-color: #222;
  color: #eee;
  padding: 3.5rem 0 !important;
}
.c7t-text-block--reverse p, .c7t-text-block--reverse h1, .c7t-text-block--reverse h2, .c7t-text-block--reverse h3, .c7t-text-block--reverse h4, .c7t-text-block--reverse h5, .c7t-text-block--reverse h6, .c7t-text-block--reverse ul, .c7t-text-block--reverse ol, .c7t-text-block--reverse li {
  color: #eee;
}
.c7t-text-block--reverse + .c7t-text-block {
  padding-top: 3.5rem;
}
.c7t-text-block--reverse .c7-button, .c7t-text-block--reverse button {
  color: #fff;
  border-color: #fff;
}
.c7t-text-block--reverse .c7-button:hover, .c7t-text-block--reverse button:hover {
  color: #fff;
  border-color: #fff;
  opacity: 0.8;
}
.c7t-text-block--background-image {
  background-size: contain !important;
  background-repeat: no-repeat !important;
  bottom: 0;
  padding-bottom: 18% !important;
}
.c7t-text-block--background-image:before {
  background-color: transparent;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
}
.c7t-text-block--background-image + .c7t-text-block {
  padding-top: 3.5rem;
}
.c7t-text-block.c7t-text-block--bottom-image {
  padding-bottom: 24%;
}
@media only screen and (min-width: 64.0625em) {
  .c7t-text-block.c7t-text-block--bottom-image {
    padding-bottom: 13%;
  }
}
.c7t-text-block--bottom-image:before {
  content: "";
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("/wp-content/uploads/2025/11/content-footer.png") bottom center no-repeat;
  background-size: contain;
  z-index: 1;
}
@media only screen and (min-width: 86.25em) {
  .c7t-text-block--bottom-image:before {
    padding-bottom: 24%;
  }
}
.c7t-text-block--background-parallax {
  padding: 7.5rem 0 !important;
}
@media only screen and (min-width: 40.0625em) {
  .c7t-text-block--background-parallax {
    background-attachment: fixed;
  }
}
.c7t-text-block--background-parallax + .c7t-text-block {
  padding-top: 3.5rem;
}
.c7t-text-block--2col .c7t-template-width h3, .c7t-text-block--2col .c7t-template-width .blog-page > h2 {
  font-size: 18px;
}
@media screen and (min-width: 820px) {
  .c7t-text-block--2col .c7t-template-width h3, .c7t-text-block--2col .c7t-template-width .blog-page > h2 {
    font-size: 24px;
  }
}
@media only screen and (min-width: 40.0625em) {
  .c7t-text-block--2col .c7t-template-width {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .c7t-text-block--2col .c7t-template-width > div {
    width: 49%;
    padding: 0 1%;
    margin-left: 0;
    margin-right: 0;
  }
  .c7t-text-block--2col .c7t-template-width > div + div {
    padding: 0 1%;
    margin-left: 0;
    margin-right: 0;
  }
}
.c7t-text-block--2col .c7t-template-width > div {
  margin-bottom: 1.5rem;
}
@media only screen and (min-width: 40.0625em) {
  .c7t-text-block--2col .c7t-template-width > div {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 40.0625em) {
  .c7t-text-block--2col .c7t-content--first-large > div {
    width: 64% !important;
    padding-right: 3%;
  }
  .c7t-text-block--2col .c7t-content--first-large > div + div {
    width: 36% !important;
  }
}
@media only screen and (min-width: 40.0625em) {
  .c7t-text-block--2col .c7t-content--last-large > div {
    width: 36% !important;
  }
  .c7t-text-block--2col .c7t-content--last-large > div + div {
    width: 64% !important;
    padding-left: 3%;
  }
}
.c7t-text-block--3col .c7t-template-width h3, .c7t-text-block--3col .c7t-template-width .blog-page > h2 {
  font-size: 18px;
}
@media screen and (min-width: 820px) {
  .c7t-text-block--3col .c7t-template-width h3, .c7t-text-block--3col .c7t-template-width .blog-page > h2 {
    font-size: 24px;
  }
}
@media only screen and (min-width: 40.0625em) {
  .c7t-text-block--3col .c7t-template-width {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: baseline;
  }
  .c7t-text-block--3col .c7t-template-width > div {
    width: 33%;
    padding: 0 2%;
    margin-left: 0;
    margin-right: 0;
  }
  .c7t-text-block--3col .c7t-template-width > div + div {
    margin-left: 0;
    margin-right: 0;
  }
  .c7t-text-block--3col .c7t-template-width > div + div + div {
    margin-left: 0;
    margin-right: 0;
  }
}
.c7t-text-block--3col .c7t-template-width > div {
  margin-bottom: 1.5rem;
}
@media only screen and (min-width: 40.0625em) {
  .c7t-text-block--3col .c7t-template-width > div {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 40.0625em) {
  .c7t-text-block--3col .c7t-content--first-large > div {
    width: 50%;
    padding: 0 2%;
  }
  .c7t-text-block--3col .c7t-content--first-large > div + div {
    width: 25%;
  }
  .c7t-text-block--3col .c7t-content--first-large > div + div + div {
    width: 25%;
  }
}
@media only screen and (min-width: 40.0625em) {
  .c7t-text-block--3col .c7t-content--last-large > div {
    width: 25%;
    padding: 0 2%;
  }
  .c7t-text-block--3col .c7t-content--last-large > div + div {
    width: 25%;
  }
  .c7t-text-block--3col .c7t-content--last-large > div + div + div {
    width: 50%;
  }
}
.c7t-text-block--4col .c7t-template-width h3, .c7t-text-block--4col .c7t-template-width .blog-page > h2 {
  font-size: 18px;
}
@media screen and (min-width: 820px) {
  .c7t-text-block--4col .c7t-template-width h3, .c7t-text-block--4col .c7t-template-width .blog-page > h2 {
    font-size: 24px;
  }
}
@media only screen and (min-width: 40.0625em) {
  .c7t-text-block--4col .c7t-template-width {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: baseline;
  }
  .c7t-text-block--4col .c7t-template-width > div {
    width: 50%;
    padding: 0 1%;
  }
}
@media only screen and (min-width: 64.0625em) {
  .c7t-text-block--4col .c7t-template-width {
    display: flex;
  }
  .c7t-text-block--4col .c7t-template-width > div {
    width: 25%;
  }
}
.c7t-text-block--4col .c7t-template-width > div {
  margin-bottom: 1.5rem;
}
@media only screen and (min-width: 64.0625em) {
  .c7t-text-block--4col .c7t-template-width > div {
    margin-bottom: 0;
  }
}
.c7t-text-block--5col .c7t-template-width h3, .c7t-text-block--5col .c7t-template-width .blog-page > h2 {
  font-size: 18px;
}
@media screen and (min-width: 820px) {
  .c7t-text-block--5col .c7t-template-width h3, .c7t-text-block--5col .c7t-template-width .blog-page > h2 {
    font-size: 24px;
  }
}
@media only screen and (min-width: 40.0625em) {
  .c7t-text-block--5col .c7t-template-width {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: baseline;
  }
  .c7t-text-block--5col .c7t-template-width > div {
    width: 50%;
    padding: 0 1%;
  }
}
@media only screen and (min-width: 64.0625em) {
  .c7t-text-block--5col .c7t-template-width {
    display: flex;
  }
  .c7t-text-block--5col .c7t-template-width > div {
    width: 20%;
  }
}
.c7t-text-block--5col .c7t-template-width > div {
  margin-bottom: 1.5rem;
}
@media only screen and (min-width: 64.0625em) {
  .c7t-text-block--5col .c7t-template-width > div {
    margin-bottom: 0;
  }
}
.c7t-text-block--6col .c7t-template-width h3, .c7t-text-block--6col .c7t-template-width .blog-page > h2 {
  font-size: 18px;
}
@media screen and (min-width: 820px) {
  .c7t-text-block--6col .c7t-template-width h3, .c7t-text-block--6col .c7t-template-width .blog-page > h2 {
    font-size: 24px;
  }
}
@media only screen and (min-width: 40.0625em) {
  .c7t-text-block--6col .c7t-template-width {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: baseline;
  }
  .c7t-text-block--6col .c7t-template-width > div {
    width: 33%;
    padding: 0 1%;
  }
}
@media only screen and (min-width: 64.0625em) {
  .c7t-text-block--6col .c7t-template-width {
    display: flex;
  }
  .c7t-text-block--6col .c7t-template-width > div {
    width: 16%;
  }
}
.c7t-text-block--6col .c7t-template-width > div {
  margin-bottom: 1.5rem;
}
@media only screen and (min-width: 64.0625em) {
  .c7t-text-block--6col .c7t-template-width > div {
    margin-bottom: 0;
  }
}
.c7t-text-block.page-not-found {
  height: 25rem;
}

.category .c7t-template-width {
  max-width: 80rem;
}
.category .blog-page__posts {
  display: flex;
  flex-wrap: wrap;
}
.category .blog-page__posts h1 {
  width: 100%;
}
.category .blog-page__posts article {
  margin-bottom: 2rem;
}
@media only screen and (min-width: 960px) {
  .category .blog-page__posts article {
    width: calc(50% - 2rem);
    margin: 0 1rem 2rem;
  }
}

.blog-page {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 2rem 0 7.5rem;
}
@media only screen and (min-width: 40.0625em) {
  .blog-page--related {
    width: calc(100% + 2rem);
    position: relative;
    left: -1rem;
  }
  .blog-page--related h2 {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 0;
  }
}
.blog-page--2 .blog-page__posts {
  display: flex;
  flex-wrap: wrap;
}
.blog-page--2 .blog-page__posts article {
  width: 100%;
}
@media only screen and (min-width: 40.0625em) {
  .blog-page--2 .blog-page__posts article {
    width: calc(50% - 2rem);
    margin: 1rem;
  }
}
.blog-page--3 .blog-page__posts {
  display: flex;
  flex-wrap: wrap;
}
.blog-page--3 .blog-page__posts article {
  width: 100%;
}
@media only screen and (min-width: 40.0625em) {
  .blog-page--3 .blog-page__posts article {
    width: calc(50% - 2rem);
    margin: 1rem;
  }
}
@media only screen and (min-width: 64.0625em) {
  .blog-page--3 .blog-page__posts article {
    width: calc(33.33% - 2rem);
  }
}
.blog-page--4 .blog-page__posts {
  display: flex;
  flex-wrap: wrap;
}
.blog-page--4 .blog-page__posts article {
  width: 100%;
}
@media only screen and (min-width: 40.0625em) {
  .blog-page--4 .blog-page__posts article {
    width: calc(50% - 2rem);
    margin: 1rem;
  }
}
@media only screen and (min-width: 64.0625em) {
  .blog-page--4 .blog-page__posts article {
    width: calc(25% - 2rem);
  }
}
.blog-page--no-sidebar .blog-page__sidebar {
  display: none;
}
.blog-page--no-sidebar .blog-page__posts {
  width: 100%;
}
.blog-page--single .blog-page__posts {
  width: 100%;
}
@media only screen and (min-width: 640px) {
  .blog-page__posts {
    width: 65%;
  }
}
.blog-page__posts article {
  position: relative;
  width: 100%;
}
.blog-page__posts article .post__single {
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: all 0.3s ease-out;
  box-shadow: none;
  border: 10px solid rgba(255, 255, 255, 0.1);
}
.blog-page__posts article .post__single:hover {
  box-shadow: none;
}
.blog-page__posts article .post__single:hover h2 a {
  color: #FFFFFF;
}
.blog-page__posts article .post__single:hover a {
  color: #F4AD02;
}
.blog-page__posts article .post__single-link-overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.blog-page__posts article .post__single-link-overlay h2 a {
  color: #FFFFFF;
}
.blog-page__posts article .post__single-link-overlay a {
  color: #AD894C;
}
.blog-page__posts article .post__single-link-overlay:hover {
  box-shadow: none;
}
.blog-page__posts article .post__single-link-overlay:hover ~ .post__single {
  box-shadow: none;
}
.blog-page__posts article .post__single-link-overlay:hover ~ .post__single .post__single-image span {
  background: rgba(255, 255, 255, 0.3);
}
.blog-page__posts article .post__single-link-overlay:hover ~ .post__single .post__single-content a {
  color: #AD894C;
}
.blog-page__posts article .post__single-link-overlay:hover ~ .post__single .post__single-content a span {
  opacity: 1;
  margin-left: 8px;
}
.blog-page__posts article .post__single-image {
  flex-shrink: 0;
  background: #c9aa9d;
  font-size: 0;
  min-height: 0;
  height: 300px;
  position: relative;
  overflow: hidden;
}
.blog-page__posts article .post__single-image span {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0);
  transition: all 0.3s ease-out;
}
.blog-page__posts article .post__single-image span:hover {
  background: rgba(255, 255, 255, 0.3);
}
.blog-page__posts article .post__single-image img {
  min-height: 100%;
  width: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  object-position: 50% 50%;
  -o-object-position: 50% 50%;
  max-width: none !important;
}
.blog-page__posts article .post__single-image--no-image img {
  object-fit: contain;
  -o-object-fit: contain;
  padding: 1rem;
}
.blog-page__posts article .post__single-content {
  padding: 15px 25px;
  height: 100%;
  display: flex;
  flex-direction: column;
  min-height: 0;
}
.blog-page__posts article .post__single-content .post__teaser-link {
  margin-top: auto;
  padding-top: 0.85rem;
}
.blog-page__posts article .post__single-content .post__teaser-link span {
  transition: all 0.3s ease-out;
  opacity: 0;
  margin-left: 5px;
}
.blog-page__posts article h2 {
  margin-top: 1rem;
  font-size: 1.5rem;
}
.blog-page__posts article h2 a {
  color: #333;
}
@media only screen and (min-width: 640px) {
  .blog-page__sidebar {
    padding: 10px 1rem 10px 1rem;
    margin-left: 2rem;
    width: calc(35% - 2rem);
  }
}

.pagination {
  border-top: 1px solid #333;
  padding-top: 2rem;
  margin-top: 3rem;
}

.page-numbers {
  padding: 0.5rem;
}

.prev,
.next {
  font-size: 0.917rem;
}

.prev:before {
  content: "←";
}

.next:after {
  content: "→";
}

.prev-next-posts {
  display: flex;
  justify-content: space-between;
}
.prev-next-posts__button {
  display: flex;
}
.prev-next-posts__button a {
  padding: 1rem;
  background: #333;
  color: rgba(255, 255, 255, 0.9);
  transition: all 0.3s ease-out;
}
.prev-next-posts__button a span {
  position: relative;
  transition: all 0.3s ease-out;
  left: 0;
}
.prev-next-posts__button a:hover {
  color: rgb(255, 255, 255);
}
.prev-next-posts__button a:hover span {
  left: 2px;
}
.prev-next-posts__button--prev a:hover span {
  left: -2px;
}

.blog-page__posts article h2 a {
  color: #FFFFFF;
}
.blog-page__posts article h2 a:hover {
  color: #FFFFFF;
}

.post__teaser-link a {
  color: #F4AD02;
}
.post__teaser-link a:hover {
  color: #AD894C;
}

.single-blog-page {
  background-color: #5F5753;
}
.single-blog-page a {
  color: #F4AD02;
}
.single-blog-page .prev-next-posts a {
  color: #FFFFFF;
}

.c7t-blog-post-title {
  padding-top: 2.5rem;
}
.c7t-blog-post-title + .c7t-text-block {
  padding-top: 0;
}

.subscribe-section .c7-form {
  margin: 0 auto;
}

.subscribe-page .c7t-content {
  max-width: 38rem;
  margin: 0 auto;
}

ul.c7-callout__details li:nth-child(2) {
  display: none;
}

.c7-radio__label__description a {
  color: #FFFFFF;
}

.c7-message--alert-success {
  background: #999966;
}

.c7-content svg, .c7-checkout svg, .c7-account svg, .c7-side-cart svg, .c7-personalization svg {
  stroke: #ffffff;
}

.c7-message, .c7-carrot {
  background: #A78D64;
}

.c7-marker--active {
  background: #999966;
  color: #FFFFFF;
}

.c7-marker--error, .c7-marker--inactive {
  color: #FFFFFF;
}

.c7-breadcrumbs .c7-active, .c7-breadcrumbs .c7-completed:hover, .c7-breadcrumbs .c7-completed:focus {
  background: #333333;
}

.c7-club-summary__description a {
  color: #FFFFFF;
}

.c7-club-list a {
  color: #FFFFFF !important;
}
.c7-club-list a:hover {
  opacity: 0.8;
}

/* ADA
-------------------------------------------------------------- */
@media (prefers-reduced-motion) {
  * {
    transition: none !important;
  }
  *:before, *:after {
    transition: none !important;
  }
}
body {
  background-color: #000;
  color: #fff;
  font-family: "Nunito Sans", sans-serif;
}
body.blog #main {
  background-color: #5F5753;
}

p {
  font-family: "Nunito Sans", sans-serif;
  margin-top: 0;
  margin-bottom: 1.37rem;
  line-height: 1.37rem;
  font-weight: 300;
}

a, .button {
  font-weight: 600;
  text-decoration: none !important;
}

a {
  color: #F4AD02;
}

.grey-background a, .black-background a {
  color: #F4AD02;
}
.grey-background a:hover, .black-background a:hover {
  color: #AD894C;
}

.green-text {
  color: #999966 !important;
}

.c7-link {
  cursor: pointer;
  color: #F4AD02;
  background: none;
  border: 0;
  font-family: "Nunito Sans", sans-serif;
  font-size: var(--c7-font-size);
  padding: 0;
  text-decoration: none;
}
.c7-link:hover {
  color: #AD894C;
}

.font-nunito-sans {
  font-family: "Nunito Sans", sans-serif;
}

.font-times-new-roman {
  font-family: "Times New Roman", Times, serif;
}

ul, ol, dl {
  font-size: 16px;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 24px;
}

ol, ul {
  font-family: "Nunito Sans", sans-serif;
  padding-left: 24px;
}

li {
  font-family: "Nunito Sans", sans-serif;
}

h1, .h1, h2, .h2, h3, .blog-page > h2, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: "Times New Roman", Times, serif;
}

h1, .h1, h2, .h2, h3, .blog-page > h2, .h3 {
  line-height: 1.1;
}

h1, .h1 {
  font-size: 24px;
}
@media screen and (min-width: 820px) {
  h1, .h1 {
    font-size: 36px;
  }
}
@media screen and (min-width: 1024px) {
  h1, .h1 {
    font-size: 42px;
  }
}

h2, .h2 {
  font-size: 24px;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 820px) {
  h2, .h2 {
    font-size: 32px;
  }
}
@media screen and (min-width: 1024px) {
  h2, .h2 {
    font-size: 38px;
  }
}

h3, .blog-page > h2, .h3 {
  font-size: 18px;
}
@media screen and (min-width: 820px) {
  h3, .blog-page > h2, .h3 {
    font-size: 24px;
  }
}
@media screen and (min-width: 1024px) {
  h3, .blog-page > h2, .h3 {
    font-size: 30px;
  }
}

h4, .h4 {
  font-size: 1.2em;
  line-height: 1.2;
  margin-bottom: 0.2em;
}
@media only screen and (min-width: 40.0625em) {
  h4, .h4 {
    font-size: 1.65rem;
  }
}

.h4-sans {
  font-family: "Nunito Sans", sans-serif;
}

h5, .h5 {
  font-size: 1rem;
  line-height: 1.2;
  margin-bottom: 0.2em;
}
@media only screen and (min-width: 40.0625em) {
  h5, .h5 {
    font-size: 1.25rem;
  }
}

h6, .h6 {
  font-size: 1rem;
  line-height: 1.2;
  margin-bottom: 0.2em;
}
@media only screen and (min-width: 40.0625em) {
  h6, .h6 {
    font-size: 1rem;
  }
}

h1 + h3, .blog-page > h1 + h2, h1 + h2, h1 + .h3, h1 + .h2, .h1 + h3, .h1 + h2, .h1 + .h3, .h1 + .h2 {
  text-transform: none;
  letter-spacing: normal;
  margin-bottom: 0.5rem;
}

.eyebrow-heading {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.3em;
}

blockquote, blockquote p {
  font-family: "TimesNewRoman", "Times New Roman", Times, "Baskerville", Georgia, serif;
  font-size: 16px;
  font-style: italic;
  color: #fff;
  margin-bottom: 1.37rem;
  line-height: 1.37rem;
  margin: auto auto 1.5rem auto;
  text-align: left;
}

@media screen and (min-width: 820px) {
  blockquote, blockquote p {
    font-size: 18px;
  }
}
@media screen and (min-width: 1024px) {
  blockquote, blockquote p {
    font-size: 20px;
  }
}
blockquote p:before {
  content: "";
}

blockquote p:after {
  content: "";
}

.button, .c7-btn {
  font-family: "Nunito Sans", sans-serif;
  text-transform: uppercase;
  border: 2px solid;
  border-radius: 0;
  min-height: 0;
  background: transparent;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 1;
}
@media screen and (min-width: 375px) {
  .button, .c7-btn {
    font-size: 14px;
    letter-spacing: 1.4px;
  }
}
.button:hover, .c7-btn:hover {
  background: #5F5753;
  border-color: #5F5753;
}
.button--primary, .c7-btn--primary {
  background: #91713b;
  border-color: #91713b;
  color: #FFFFFF !important;
}
.button--primary:hover, .c7-btn--primary:hover {
  background: #999966 !important;
  border-color: #999966 !important;
  color: #FFFFFF !important;
}
.button--primary-outline, .c7-btn--primary-outline {
  background: transparent;
  border-color: #91713b;
  color: #FFFFFF !important;
}
.button--primary-outline:hover, .c7-btn--primary-outline:hover {
  background: #91713b !important;
  border-color: #91713b !important;
  color: #FFFFFF !important;
}
.button--black, .c7-btn--black {
  background: #000000;
  border-color: #91713b;
  color: #FFFFFF !important;
}
.button--black:hover, .c7-btn--black:hover {
  background: #91713b !important;
  border-color: #91713b !important;
  color: #FFFFFF !important;
}
.button--alt, .c7-btn--alt {
  background: #5F5753;
  border-color: #FFFFFF;
}
.button--alt:hover, .button--alt:focus, .button--alt:active, .c7-btn--alt:hover, .c7-btn--alt:focus, .c7-btn--alt:active {
  background: #91713b !important;
  border-color: #91713b !important;
}
.button--alt--small, .c7-btn--alt--small {
  background: #5F5753;
}
.button--alt--small:hover, .button--alt--small:focus, .button--alt--small:active, .c7-btn--alt--small:hover, .c7-btn--alt--small:focus, .c7-btn--alt--small:active {
  background: #91713b !important;
  border-color: #91713b !important;
}
.button--alt, .button--alt--small, .c7-btn--alt, .c7-btn--alt--small {
  background: transparent;
  border-color: #AD894C;
  color: #FFFFFF !important;
}
.button--alt:hover, .button--alt:focus, .button--alt:active, .button--alt--small:hover, .button--alt--small:focus, .button--alt--small:active, .c7-btn--alt:hover, .c7-btn--alt:focus, .c7-btn--alt:active, .c7-btn--alt--small:hover, .c7-btn--alt--small:focus, .c7-btn--alt--small:active {
  background: #AD894C !important;
  border-color: #AD894C !important;
  color: #FFFFFF !important;
}

.button {
  padding: 0.85em 1.5em 0.75em;
}

.c7-btn {
  padding: 0.85em 0.5em 0.75em;
}
@media only screen and (min-width: 40.0625em) {
  .c7-btn {
    padding: 0.85em 1em 0.75em;
  }
}

.c7-btn--unstyled {
  background: transparent;
}

.c7t-content {
  margin: 0 auto;
  max-width: 61.25rem;
  padding: 0 2rem;
  position: relative;
  z-index: 2;
}
.c7t-content--narrow {
  max-width: 53.75rem;
  padding: 0 1rem;
  position: relative;
  z-index: 2;
}
.c7t-content--wide {
  max-width: 74rem;
  padding: 1rem;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 86.25em) {
  .c7t-content--wide {
    padding-top: 2rem;
  }
}

.intro {
  max-width: 660px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 820px) {
  .intro {
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 3rem;
  }
}

.c7-form input {
  font-family: "Nunito Sans", sans-serif !important;
}

.image-border {
  border: 10px solid rgba(255, 255, 255, 0.1);
}

.black-background {
  background: #000000;
  color: #FFFFFF;
}
.black-background h1, .black-background .h1, .black-background h2, .black-background .h2 {
  color: #999966;
}
.black-background h3, .black-background .blog-page > h2, .black-background .h3, .black-background h4, .black-background .h4 {
  color: #FFFFFF;
}

.grey-background {
  background: #5F5753;
  color: #FFFFFF;
}
.grey-background h1, .grey-background h2, .grey-background h3, .grey-background h4, .grey-background h5, .grey-background h6 {
  color: #FFFFFF;
}

.tan-background {
  background: #A78D64;
}
.tan-background a {
  color: #000000;
}
.tan-background a:hover {
  color: #2D2927;
}

.transparent-background {
  background: transparent;
}

hr {
  border: solid rgba(255, 255, 255, 0.25);
  border-width: 1px 0 0;
  clear: both;
  height: 0;
  margin: 2rem 0;
}

.no-padding {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.no-padding-top {
  padding-top: 0 !important;
}

.no-padding-bottom {
  padding-bottom: 0 !important;
}

.small-padding {
  padding-top: 2.5rem !important;
  padding-bottom: 1rem !important;
}

.small-padding-top {
  padding-top: 2.5rem !important;
}

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

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

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

.large-padding-bottom {
  padding: 2.5rem 0 7.5rem;
}

.large-padding-top {
  padding: 7.5rem 0 2.5rem !important;
}

.extra-large-padding-bottom {
  padding: 2.5rem 0 12rem;
}

.extra-large-padding-top {
  padding: 12rem 0 2.5rem !important;
}

.narrow-text {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 1rem;
}

.video {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
  width: 100%;
}
.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.icon-box {
  max-width: 760px;
  margin: 4rem auto 1.5rem;
  border: 2px solid #AD894C;
  padding: 3.5rem 2rem 1.5rem;
  position: relative;
  font-size: 16px;
}
@media screen and (min-width: 820px) {
  .icon-box {
    font-size: 16px;
  }
}
.icon-box p {
  font-size: 16px;
}
@media screen and (min-width: 820px) {
  .icon-box p {
    font-size: 16px;
  }
}
.icon-box img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -40%);
}

.content-flex {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: space-between;
}
@media screen and (min-width: 1200px) {
  .content-flex {
    flex-direction: row-reverse;
  }
  .content-flex div {
    flex: 1;
  }
}
.content-flex .club-image {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 0 auto;
  gap: 2px;
}
@media screen and (min-width: 1200px) {
  .content-flex .club-image {
    flex-direction: column;
    max-width: 150px;
    line-height: 0;
  }
}
.content-flex .club-image img {
  width: 45%;
}
@media screen and (min-width: 1200px) {
  .content-flex .club-image img {
    width: 100%;
  }
}

.small-text p, .small-text span, .small-text strong, .small-text em {
  font-size: 15px;
}

.large-text {
  font-size: 16px;
}
@media screen and (min-width: 820px) {
  .large-text {
    font-size: 18px;
  }
}
@media screen and (min-width: 1024px) {
  .large-text {
    font-size: 20px;
  }
}

.banner-page-content {
  padding-top: 15rem;
}
@media screen and (min-width: 820px) {
  .banner-page-content {
    padding-top: 24rem;
  }
}
@media screen and (min-width: 1440px) {
  .banner-page-content {
    padding-top: 26rem;
  }
}
.banner-page-content .graphic-overlap--image {
  width: 100%;
}
.banner-page-content .graphic-overlap--image img {
  width: 100%;
}
