/* http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126 License: none (public domain) */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
/* HTML5 display-role reset for older browsers */
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}body{line-height:1;}ol,ul{list-style:none;}blockquote,q{quotes:none;}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}table{border-collapse:collapse;border-spacing:0;}

/* CONTENTS 

utility classes
skip link
short pages
fallbacks
fonts
color font and size variables
color sections
basic font and text spacing styles
lists

header
fixed header
general nav link styles
nav mobile / hamburger
nav desktop
footer
social links
keyboard tabbing
responsive video wrapper
cta button styles
retro cta buttons
 retro red
 retro black
basic content

page section template
 page section template hero
 page section template cards
 page section image text

tfe legal styles
tfe agegate styles

custom page styles
 ticker tape
 product panel
 contact page and form
 site map
 404 page
 doohickies
 animations
 sweepstakes pages

Wines Pages
 special flavors elements
 product archive page
 product PDP page
 stats section
 product imagery section
 different product section

CONTENTS */

html {
  scroll-behavior: smooth;
}

/* utility classes */
.nowrap{white-space:nowrap;}
.hidden{display:none;}
.screen-reader-only{clip:rect(1px,1px,1px,1px);height:1px;width:1px;overflow:hidden;position:absolute !important;}
.clearfix::after{content:'';display:table;clear:both;}
.stop-transitions * {transition:none !important;}

/* skip link  */
.skip-to-main {
  text-align: center;
}
.skip-to-main a:focus {
  margin-top: 1em;
  -webkit-transition: margin .2s ease-in;
  transition: margin .2s ease-in;
}
.skip-to-main a {
  position: absolute;
  left: 1em;
  z-index: 20;
  text-align: center;
  display: inline-block;
  padding: 1em;
  margin-top: -4em;
  cursor: pointer;
  background: #fff;
  -webkit-transition: margin .2s ease-in-out;
  transition: margin .2s ease-in-out;
}

/* forces short pages to fill full browser height */
@supports (top:0) { /* for non-ie browsers only */
  .page-wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    justify-content: space-between;
  }
}

/* fallbacks for browsers that don't support css variables */
body {
  font-family: 'EB Garamond', serif;
  background-color: rgb(0,0,0);
}
body div, 
header, main, footer {
  box-sizing: border-box;
}
.page-wrapper {
  overflow: hidden;
}


/* fonts */
@font-face {
  font-family: 'SS-Amberosa-Sans-3';
  src: url('/wp-content/themes/atomic-boss/assets/fonts/SS.woff2') format('woff2'),
       url('/wp-content/themes/atomic-boss/assets/fonts/SS.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Retro-Gaming';
  src: url('/wp-content/themes/atomic-boss/assets/fonts/RetroGaming.woff2') format('woff2'),
       url('/wp-content/themes/atomic-boss/assets/fonts/RetroGaming.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}


/* color font and size variables */
:root {
  --white: #fff;
  --black: #000;
  --highlight-yellow: #FFED00;
  /*--highlight-red: #e22e53;*/
  --highlight-red: #cc2245;
  --white: #fff;
  --purple: #9550fb;
  --dark-navy: #080A16;
  --outline: #fff;

  --display-font: 'SS-Amberosa-Sans-3';
  --body-font: 'ibm-plex-mono', sans-serif;
  --special-font: 'Retro-Gaming';

  --half-space: .5rem;
  --single-space: 1rem;
  --mid-space: 1.5rem;
  --double-space: 2rem;
  --max-width: 80rem;
  --narrow-max-width: 56.25rem;
}

/* color sections */
/* change color class names to describe actual color choices */
/* then copy to themes settings color section */
header, body, .light, .light a {
  color: var(--white);
  background: linear-gradient(to bottom, #080a17, #491e7a);
  background-image: url('/wp-content/uploads/2024/07/background-1920x1976-1.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
body {
  min-height: 100vh; 
  margin: 0;
  padding: 0;
}
body.no-scroll {
  overflow: hidden;
}
footer {
  position: relative;
  color: var(--white);
  background: linear-gradient(to bottom, #0f173e, #080a16);
  background-image: url('/wp-content/uploads/2024/06/footer.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 0;
}
.light-variant {
  background-color: var(--light-gray);
}
.light-variant, .light-variant a {
  color: var(--dark-gray);
}
.dark {
  background-color: var(--dark-gray);
}
.dark, .dark a {
  color: var(--white);
  background-color: transparent;
}
.dark-variant {
  color: var(--white);
  background-color: var(--dark-gray-v2);
}
.highlight {
  color: var(--white);
  background-color: var(--highlight);
}
.light .text-link, 
.light-variant .text-link {
  color: var(--highlight);
}
.light .text-link:active, 
.light .text-link:focus, 
.light .text-link:hover, 
.light-variant .text-link:active,
.light-variant .text-link:focus,
.light-variant .text-link:hover {
  color: var(--mid-gray);
}
.dark .text-link, 
.dark-variant .text-link,
.highlight .text-link {
  color: var(--dark-gray);
}
.dark .text-link:active, 
.dark .text-link:focus, 
.dark .text-link:hover, 
.dark-variant .text-link:active,
.dark-variant .text-link:focus,
.dark-variant .text-link:hover {
  color: var(--highlight-bright);
}
.highlight .text-link:active, 
.highlight .text-link:focus, 
.highlight .text-link:hover {
  color: var(--mid-gray);
}
.light .cta, 
.light-variant .cta {
  color: var(--white);
  background-color: var(--dark-gray);
  border-color: var(--dark-gray);
}
.light .cta:active, 
.light .cta:focus, 
.light .cta:hover, 
.light-variant .cta:active,
.light-variant .cta:focus,
.light-variant .cta:hover {
  color: var(--white);
  background-color: var(--highlight);
}
.dark .cta, 
.dark-variant .cta {
  color: var(--dark-gray);
  background-color: var(--white);
  border-color: var(--white);
}
.dark .cta:active, 
.dark .cta:focus, 
.dark .cta:hover, 
.dark-variant .cta:active,
.dark-variant .cta:focus,
.dark-variant .cta:hover {
  color: var(--white);
  background-color: var(--dark-gray);
  border-color: var(--dark-gray);
}
.section.light + .section:not(.light),
.section.light-variant + .section:not(.light-variant),
.section.dark + .section:not(.dark),
.section.dark-variant + .section:not(.dark),
.section.highlight + .section:not(.highlight) {
  padding-bottom: var(--single-space);
}
@media only screen and ( min-width: 56.25em ) {
  .section.light + .section:not(.light),
  .section.light-variant + .section:not(.light-variant),
  .section.dark + .section:not(.dark),
  .section.dark-variant + .section:not(.dark),
  .section.highlight + .section:not(.highlight) {
    padding-bottom: var(--double-space);
  }
}

/* basic font and text spacing styles */
h1, h2, h3, h4 {
  font-family: sans-serif;
  font-family: var(--display-font);
  font-weight: 400;
  letter-spacing: .02em;
}
h1, .primary-head {
  font-size: 40px;
  font-size: 2.5rem;
}
h2, .secondary-head {
  font-size: 32px;
  font-size: 1.2rem;
  font-family: var(--body-font);
  text-align: center;
  text-transform: uppercase;
}
h3, .tertiary-head,
.tfelegal ol li::marker {
  font-family: var(--display-font);
  font-size: 48px;
  font-size: 3rem;
}
p, ul, ol, dl, h5, h6 {
  font-family: sans-serif;
  font-family: var(--body-font);
  font-size: 18px;
  font-size: 1.125rem;
}
.head-primary {
  font-family: var(--display-font);
  text-transform: uppercase;
  color: var(--white);
  font-size: 48px;
  font-size: 3rem;
  line-height: .9;
  text-shadow: 0 0 10px #fff;
  background-color: rgb(0, 0, 0, 0.01);
  mix-blend-mode: screen;
}
.head-secondary {
  font-family: var(--display-font);
  text-transform: uppercase;
  color: var(--white);
  font-size: 96px;
  font-size: 6rem;
  line-height: 1;
  text-shadow: 0 0 8px #fff;
  background-color: rgb(0, 0, 0, 0.01);
  mix-blend-mode: screen;
}
.head-tertiary {
  font-family: var(--display-font);
  text-transform: uppercase;
  color: var(--white);
  text-shadow: 0 0 6px #fff;
  background-color: rgb(0, 0, 0, 0.01);
  mix-blend-mode: screen;
}
h1, h2, p {
  /*padding: 0 5%;*/
}
@media only screen and ( min-width: 30em ) {
  .head-primary {
    font-size: 54.4px;
    font-size: 3.4rem;
  }
}
@media only screen and ( min-width: 56.25em ) {
  .head-primary {
    font-size: 96px;
    font-size: 6rem;
  }
}

/* Set width-related headline sizes for narrowest browser widths */
@media only screen and (max-width:24em) {
  h1, .primary-head { font-size: 9vw; }
  h2, .secondary-head { font-size: 7vw; }
  h3, .tertiary-head, .tfelegal ol li::marker { font-size: 5vw; }
  p, ul, ol, dl { font-size: 1rem; }
}
h1, h2, h3, h4 {
  margin-bottom: 16px;
  margin-bottom: var(--single-space);
  line-height: 1.4;
  font-family: var(--display-font);
  background-color: rgb(0, 0, 0, 0.01);
  mix-blend-mode: screen;
}
ul, ol, dl {
  margin-bottom: 16px;
  margin-bottom: var(--single-space);
  line-height: 1.4;
}
p {
  margin-bottom: 16px;
  margin-bottom: var(--single-space);
  font-size: 24px;
  font-size: 1.5em;
  line-height: 1.4;
  font-family: var(--body-font);
  background-color: rgb(0, 0, 0, 0.01);
  mix-blend-mode: screen;
}
.smaller-head-secondary h2 {
  font-family: var(--display-font);
  text-transform: uppercase;
  color: var(--white);
  font-size: 80px;
  font-size: 5rem;
  line-height: 1;
  text-shadow: 0 0 8px #fff;
}
.narrow-text {
  max-width: 30em !important;
  margin: 0 auto;
}

/* lists */
li {
  margin-bottom: 8px;
  margin-bottom: var(--half-space);
}
li:last-of-type {
  margin-bottom: 0;
}
img {
  max-width: 100%;
  height: auto;
}
ul.bullet li,
ol.number li,
ol.lowercase li,
ol.uppercase li {
  padding-left: 8px;
  padding-left: var(--half-space);
  margin-left: 16px;
  margin-left: var(--single-space);
}
ul.bullet li {
  list-style: disc;
}
ol.number {
  list-style: decimal;
}
ol.lowercase {
  list-style: lower-alpha;
}
ol.uppercase {
  list-style: upper-alpha;
}


/* set header to fixed */
.main {
  margin-top: 3em;
}
.header {
  position: fixed;
  height: 5em;
  width: 100%;
  z-index: 5;
  background: linear-gradient(to bottom, #0f173e, #080a16);
  /*background: linear-gradient(to bottom, #080a16, #0f173e);*/
  /*background: linear-gradient(to bottom, #080a16, transparent);*/
}
/* header */
.header-content {
  position: relative;
  padding: var(--half-space);
  width: 100%;
  max-width: var(--max-width);
  margin: 0 auto;
}
.header-logo-link {
  position: relative;
  width: 4.2em;
  max-width: 30%;
  margin: 0 auto;
  z-index: 1;
}
.header-logo-link:hover {
  scale: 1.05;
  transition: all 0.3s ease-in-out;
}
.header-power-meter {
  position: relative;
  width: 6em;
  max-width: 50%;
  margin-left: auto; 
  margin-right: 0;
  margin-top: -3.2em;
  z-index: -1;
}
.power-meter-container {
  display: flex;
  flex-direction: row;
  top: 10%;
  left: 10%;
  gap: 7px;
  justify-content: flex-end;
  align-items: center;
  margin-right: .5em;
  text-shadow: 0 0 10px #fff;
}
.power-meter-text {
  font-family: var(--special-font);
  font-size: 1em;
  padding-right: .3em;
}
.power-meter-box {
  width: 11px;
  height: 26px;
  border: 1px solid var(--white);
  background-color: transparent;
  transition: background-color 0.3s;
  border-radius: 2px;
}
.power-meter-box.filled {
  background-color: var(--highlight-red);
}
.header a {
  text-decoration: none;
}
@media only screen and ( min-width: 56.25em ) {
  .header {
    height: 6.8em;
  }
  .main {
    margin-top: 2em;
  }
  .header-power-meter {
    position: relative;
    width: 7em;
    margin-top: -4em;
    margin-right: 2em;
    z-index: -1;
  }
  .header-logo-link {
    position: relative;
    width: 6em;
    max-width: 50%;
    z-index: 1;
  }
}

/* add 'fixed-header' class to body or div.page-wrapper *
/* to make nav/header always visible */
.fixed-header .header {
  position: fixed;
  z-index: 5;
  height: 5em;
}
.fixed-header .main {
  padding-top: 5em;
}

/* general nav link styles */
.menu a {
  text-transform: uppercase;
  margin: 0 .5em;
  position: relative;
}
.header .menu a {
  color: var(--white);
  font-size: 60.8px;
  font-size: 3.8em;
  font-family: var(--display-font);
  line-height: 1.1;
  text-shadow: 0 0 8px #fff;
}
.header .menu a:hover {
  color: var(--highlight-yellow);
  text-shadow: 0 0 8px var(--highlight-yellow);
}
.header a:hover {
  color: var(--highlight-yellow); 
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.header a:focus, .header a:active {
  color: var(--white); 
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.header .menu a:hover::after {
  content: "";
  position: absolute;
  top: 41%; 
  left: -.7em; 
  transform: translateY(-50%); 
  width: .4em; 
  height: .4em; 
  background: url('/wp-content/uploads/2024/06/menu-arrow.svg') no-repeat center center;
  background-size: contain;
  transition: all 0.3s ease-in-out;
}
#nav-chk {
  display: none;
}
#nav-chk:checked ~ .site-navigation,
#nav-chk:checked ~ .site-navigation ~ .site-navigation.menu-open:after {
  position: fixed;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

/* nav mobile / hamburger */
#nav-toggle,
.no-js .nav-chk-label   {
  position: absolute;
  top: .3em;
  left: .2em;
  z-index: 5;
  color: var(--dark);
  font-size: 27.2px;
  font-size: 1.75em;
  background: 0 0;
  border: none;
  padding: 0;
  cursor: pointer;
}
#nav-toggle:before,
.no-js .nav-chk-label:before {
  content: "";  
  display: inline-block;
  width: 70px; 
  height: 52px; 
  background: url('/wp-content/uploads/2024/07/nav-toggle.svg') no-repeat center center;
  background-size: contain;
  vertical-align: middle;
}
#audio-toggle:before {
  content: "";
  display: inline-block;
  width: 60px;
  height: 52px;
  background: url('/wp-content/uploads/2024/07/audio-default.svg') no-repeat center center;
  background-size: contain;
  vertical-align: middle;
}
#audio-toggle.audio-on:before {
  content: "";
  display: inline-block;
  width: 30px;
  margin-left: .5em;
  margin-right: .5em;
  background: url('/wp-content/uploads/2024/07/audio-play.gif') no-repeat center center;
  background-size: contain;
  vertical-align: middle;
}
#audio-toggle.audio-off:before {
  content: "";
  display: inline-block;
  width: 60px;
  height: 52px;
  background: url('/wp-content/uploads/2024/07/audio-default.svg') no-repeat center center;
  background-size: contain;
  vertical-align: middle;
}
#audio-toggle {
  position: absolute;
  top: .3em;
  left: 2.5em; 
  z-index: 5;
  color: var(--dark);
  font-size: 27.2px;
  font-size: 1.75em;
  background: 0 0;
  border: none;
  padding: 0;
  cursor: pointer;
}
.menu-open #audio-toggle {
  display: none;
}
.centered-menu-icon {
  display: none;
  position: absolute;
  top: 5em;
  left: 50%;
  transform: translateX(-50%);
  width: 12em; 
  height: 7em; 
}
.site-navigation.menu-open .centered-menu-icon {
  display: block;
}
.site-navigation {
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  padding: 0 0 .5em 0;
  z-index: 8;
}
.site-navigation .menu-main-menu-wrapper {
  position: absolute;
  /*right: -100%;*/
  top: -50em;
  z-index: 2;
  width: 100%;
  padding: .75em 0;
  overflow-x: hidden;
  overflow-y: auto; 
  max-height: 80vh; 
  border-bottom: 3px solid var(--cta-bg);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  /*background-color: var(--dark-navy);*/
  padding-bottom: 8em; /* remove when add metalocator */
}
/* Add the background color for the page */
.site-navigation.menu-open:after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--dark-navy); 
  z-index: -1; /* Ensure it's behind other elements */
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.site-navigation.menu-open .menu-main-menu-wrapper,
.no-js #nav-chk:checked ~ .menu-main-menu-wrapper {
  top: 10em;
}
.menu-open #nav-toggle:before,
.no-js #nav-chk:checked ~ .nav-chk-label:before {
  width: 4.5em;
  background: url('/wp-content/uploads/2024/06/nav-toggle-close.svg') no-repeat center center; 
  background-size: contain; 
}
.social-icons {
  margin-bottom: .5em;
}
.menu li + li {
  margin-top: 1em;
}
.no-js #nav-toggle {
  display: none;
}
.no-js .nav-chk-label {
  display: block;
}
@media only screen and ( min-width: 56.25em ) {
  #nav-toggle:before,
  .no-js .nav-chk-label:before {
    top: .825em;
    width: 120px; 
  }
  .header .menu a {
    font-size: 96px;
    font-size: 6em;
    line-height: 1.1;
    text-shadow: 0 0 8px #fff;
  }
  #nav-toggle,
  .no-js .nav-chk-label   {
    top: .825em;
    left: 1.4em;
  }
  #nav-toggle:before,
  .no-js .nav-chk-label:before {
    width: 80px; 
  }
  #audio-toggle {
    top: .825em;
    left: 5em; 
  }
  .centered-menu-icon {
    top: 2.6em;
  }
}

/* nav desktop - see dynamic css file */

/* footer  */
.footer-content {
  padding: var(--mid-space) var(--single-space);
  width: 100%;
  max-width: var(--max-width);
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.footer-upper-section {
  order: 1;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
}
.footer-lower-section {
  order: 2;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column;
  margin: 0 auto;
}
.footer-nav-wrapper {
  position: relative;
  align-content: center;
  margin: 1em auto;
  z-index: 20;
}
.footer-legal-wrapper {
  order: 4;
  display: flex; 
  flex-direction: column;
  justify-content: center; 
  align-items: center; 
  gap: 10px; 
  align-content: center;
  margin: 1em auto;
}
.footer-content div + div {
  margin-top: var(--mid-space);
  margin: 0 auto;
}
#menu-footer-nav-menu {
  font-family: var(--display-font);
  font-size: 40px;
  font-size: 2.5em;
  text-transform: uppercase;
}
#menu-footer-nav-menu a:hover {
  color: var(--highlight-yellow);
  text-decoration: none;
}
#menu-footer-legal-menu {
  text-transform: uppercase;
  font-family: var(--body-font);
  font-size: 16px;
  font-size: 1em;
}
#menu-footer-legal-menu a {
  position: relative;
  color: var(--white);
  text-decoration: none;
  padding-bottom: 3px;
  background-color: rgb(0, 0, 0, 0.01);
  mix-blend-mode: screen;
}
#menu-footer-legal-menu a:hover {
  color: var(--highlight-yellow);
  transition: all 0.3s ease-in-out;
}
#menu-footer-legal-menu a::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px; /* Adjust the height of the border */
  background-color: var(--highlight-yellow);
  transition: width 0.3s ease-in-out;
}
#menu-footer-legal-menu a:hover::before {
  width: 100%;
}
.footer-copyright {
  order: 3;
  text-transform: uppercase;
  font-family: var(--body-font);
  font-size: 16px;
  font-size: 1em;
  padding: 1em 0;
  line-height: 1.3;
}
.footer a {
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  background-color: rgb(0, 0, 0, 0.01);
  mix-blend-mode: screen;
}
.footer a:active, .footer a:focus, .footer a:hover {
  text-decoration: none;
  color: var(--white);
  text-shadow: 0 0 20px #fff;
  transition: all 0.3s ease-in-out;
  background-color: rgb(0, 0, 0, 0.01);
  mix-blend-mode: screen;
}
.footer .menu {
  margin-bottom: 0;
  font-family: var(--display-font);
  font-size: 32px;
  font-size: 2em;
}
.footer .menu li + li {
  margin-top: var(--single-space);
}
.footer-logo-link{
  order:1;
  margin: 0 1em;
}
.footer-logo-link .logo-link {
  max-width: 10em; 
  min-width: 10em;
  margin: 0 1em;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.footer-logo-link .logo-link:hover {
  scale: 1.05;
  transition: all 0.3s ease-in-out;
}
.footer .footer-tagline {
  font-family: var(--special-font);
  text-transform: uppercase;
  color: var(--highlight-yellow);
  font-size: 14px;
  font-size: 0.875em;
  margin-top: 2em;
  margin-bottom: 2em;
  order: 2;
  background-color: rgb(0, 0, 0, 0.01);
  mix-blend-mode: screen;
}
.social-icon-wrapper {
  order: 2;
}
@media only screen and ( min-width: 56.25em ) {
  .footer-content {
    padding: var(--double-space) 0;
  }
  .footer-lower-section {
    flex-direction: row;
  }
  .footer-nav-wrapper {
    align-content: center;
    margin: 6em auto 3em;
  }
  .footer-content div + div {
    align-content: flex-end;
    justify-content: space-evenly;
    margin: 0 auto;
  }
  .footer-legal-wrapper {
    order: 1;
    align-content: flex-end;
    flex-direction: column;
  }
  .footer-logo-link {
    order: 2;
  }
  .footer-logo-link .logo-link {
    min-width: 10em; 
    margin: 0 3em;
  }
  .footer-copyright {
    line-height: 1.4;
    padding: 0 var(--half-space);
    margin-bottom: var(--half-space);
    order: 2;
    background-color: rgb(0, 0, 0, 0.01);
    mix-blend-mode: screen;
  }
  .footer-legal {
    order: 3;
  }
  .social-icon-wrapper {
    order: 4;
    max-width: 25em;
    padding: 1em 0 2em 0;
  }
  .social-icon-wrapper ul {
    font-size: 16px;
    font-size: 1rem;
  }
}

/* social links */
.social-links,
.social-links li {
  margin-bottom: var(--half-space);
}
.social-icon-wrapper li {
  display: inline-block;
  margin: var(--single-space);
}
.social-icon-wrapper li + li {
  margin: var(--single-space);
}
.social-links a.social-icon {
  position: relative;
  padding: 10px 2px 8px;
  font-size: 16px;
  font-family: var(--special-font);
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  color: #fff;
  background-color: var(--highlight-red);
  border: 1px solid var(--white);
  border-radius: 5px;
  white-space: nowrap;
  cursor: pointer;
  z-index: 1;
  transition: box-shadow 0.3s ease-in-out;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 15em;
}
.social-links a.social-icon::before {
  content: "";
  position: absolute;
  top: -5px;
  left: -1px;
  right: -1px;
  bottom: -10px;
  /*border-bottom: 9px solid #a92645;*/
  border-bottom: 9px solid #901b37;
  border-radius: 5px;
  z-index: -2;
}
.social-links a.social-icon::after {
  content: "";
  position: absolute;
  top: 0;
  left: -1px;
  right: -1px;
  bottom: -10px;
  border: 1px solid #fff;
  border-radius: 6px;
  z-index: -1;
}
.social-links a.social-icon:hover {
  top: 0;
  box-shadow: 0 0 40px rgba(255, 174, 218, 0.3), 0 0 40px rgba(255, 174, 218, 0.3), 0 0 40px rgba(255, 174, 218, 0.3);
  z-index: 1;
}
.social-links a.social-icon:active::before,
.social-links a.social-icon:active::after {
  opacity: 0;
  visibility: hidden;
}
.social-links a.social-icon:active {
  top: 5px;
  z-index: 1;
}
.social-links a.social-icon i {
  display: inline-block;
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-weight: 400;
  font-size: 20px;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 20%;
}
/*.social-contact::before {
  font-family: "Font Awesome 6 Free";
  content: "\f0e0";
}*/
.social-instagram i::before {
  content: "\f16d";
}
.social-tiktok i::before {
  content: "\e07b";
}
.social-youtube i::before {
  content: "\f167";
}
.social-threads i::before {
  content: "\e618";
}
.social-facebook i::before {
  content: "\f39e";
}



/* keyboard tabbing */
/**:focus {
  outline: 2px solid var(--outline);
}
.header-logo-link:focus,
.site-navigation a:focus {
  outline: 2px solid var(--outline); 
}
.menu .sub-menu.visible {
  display: block !important; 
}*/


/* responsive video wrapper */
.video-wrapper {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.5%;
	/* padding-bottom: calc((100% + 26px)*.565); */
}
.video-wrapper > iframe,
.video-wrapper > div {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/* cta button styles */
/* cta button-style link */
.cta {
  display: inline-block;
  padding: var(--single-space) var(--mid-space);
  font-family: var(--special-font); 
  font-size: 20px;
  font-size: 1.25em;
  letter-spacing: .2em;
  text-decoration: none;
  text-transform: uppercase;
}
.cta,
.cta.reverse:active,
.cta.reverse:focus,
.cta.reverse:hover {
  background-color: var(--highlight-red);
  color: var(--white);
  border: 1px solid var(--white);
  border-radius: 5px;
}
.cta.reverse,
.cta:active,
.cta:focus,
.cta:hover {
  -webkit-transform: translateY(5px);
	transform: translateY(5px);
}
.cta.highlight,
.cta.highlight-reverse:active,
.cta.highlight-reverse:focus,
.cta.highlight-reverse:hover {
  background-color: var(--highlight-red);
  color: var(--light);
  border: 1px solid var(--highlight-red);
}
.cta.highlight-reverse,
.cta.highlight:active,
.cta.highlight:focus,
.cta.highlight:hover {
  background-color: var(--light);
  color: var(--highlight-red);
}

/* retro cta buttons */
/* retro red */
.retro-button-wrapper {
  position: relative; 
  display: inline-block; 
  margin: 0 auto;
}
.retro-red-button {
  position: relative;
  padding: 20px 30px;
  font-size: 17.6px;
  font-size: 1.1em;
  font-family: var(--special-font); 
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  color: var(--white);;
  background-color: var(--highlight-red);
  border: 1px solid var(--white); 
  border-radius: 5px; 
  white-space: nowrap;
  cursor: pointer;
  z-index: 1; 
  transition: box-shadow 0.3s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 18em;
}
.retro-red-button::before {
  content: "";
  position: absolute;
  top: -5px;
  left: -1px;
  right: -1px;
  bottom: -10px;
  border-bottom: 9px solid #901b37;
  border-radius: 5px; 
  z-index: -2; 
}
.retro-red-button::after {
  content: "";
  position: absolute;
  top: -1px; 
  left: -1px;
  right: -1px; 
  bottom: -10px; 
  border: 1px solid #fff; 
  border-radius: 6px; 
  z-index: -1; 
}
.retro-button-wrapper:hover .retro-button-text {
  color: rgba(254, 254, 254, 0.5); 
  text-shadow: 0 0 10px rgba(254, 254, 254, 0.5); 
  transition: color 0.3s ease-in-out, text-shadow 0.3s ease-in-out;
}
.retro-red-button:hover {
  top: 0;
  box-shadow: 0 0 40px rgba(255, 174, 218, 0.3), 0 0 40px rgba(255, 174, 218, 0.3), 0 0 40px rgba(255, 174, 218, 0.3);
  z-index: 1;
}
.retro-red-button:active::before,
.retro-red-button:active::after {
  opacity: 0;
  visibility: hidden;
}
.retro-red-button:active {
  top: 5px;
  z-index: 1;
}
/* retro black */
.retro-black-button {
  position: relative;
  padding: 10px 20px;
  font-size: 16px;
  font-size: 1em;
  font-family: var(--special-font); 
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  color: #fff;
  background-color: var(--black);
  border: 1px solid var(--white); 
  border-radius: 5px; 
  white-space: nowrap;
  cursor: pointer;
  z-index: 1; 
  transition: box-shadow 0.3s ease-in-out;
}
.retro-black-button::before {
  content: "";
  position: absolute;
  top: -5px;
  left: -1px;
  right: -1px;
  bottom: -10px;
  /*border-bottom: 20px solid var(--black);*/
  border-bottom: 9px solid var(--black);
  border-radius: 5px; 
  z-index: -2; 
}
.retro-black-button::after {
  content: "";
  position: absolute;
  top: 0; 
  left: -1px;
  right: -1px; 
  bottom: -10px; 
  border: 1px solid #fff; 
  border-radius: 6px; 
  z-index: -1; 
}
.retro-black-button:hover {
  top: 0;
  box-shadow: 0 0 40px rgba(255, 255, 255, 0.3), 0 0 40px rgba(255, 255, 255, 0.3), 0 0 40px rgba(255, 255, 255, 0.3);
  z-index: 1;
}
.retro-black-button:active::before,
.retro-black-button:active::after {
  opacity: 0;
  visibility: hidden;
}
.retro-black-button:active {
  top: 5px;
  z-index: 1;
}
@media only screen and ( min-width: 56.25em ) {
  .retro-red-button {
    font-size: 17.6px;
    font-size: 1.1em;
  }
  .retro-black-button {
    font-size: 17.6px;
    font-size: 1.1em;
  }
}


/* basic content */
.basic-content {
  padding: 0 var(--single-space);
  max-width: var(--max-width);
  margin: 0 auto;
}

@media only screen and (min-width: 56em) {
  .basic-content {
    padding: 0 var(--double-space);
  }
}


/* page section template */
.page-section-header {
  text-align: center;
  max-width: 56.25em;
  margin: 0 auto 1em;
}
.page-section-custom .page-section-header .head-two {
  max-width: 56.25em;
  margin-bottom: 1em;
}
.page-section-wrapper section {
  /*padding: var(--single-space);*/
  padding: 1em .5em;
  max-width: var(--max-width);
  margin: 3em .5em;
}
.page-section-wrapper section.full-width {
  padding: 0;
  margin: 0;
  max-width: 100%;
}
.page-section-wrapper section.regular {
  padding: 0;
  margin: 0 .5em;
  max-width: 100%;
}
@media only screen and (min-width: 56em) {
  .page-section-wrapper section {
    padding: var(--double-space);
    margin: 4em auto 3em;
  }
}

/* page section template hero */
.page-section-hero {
  position: relative;
  display: flex;
  justify-content: center;
}
.page-section-hero .content {
  display: flex;
  flex-wrap: wrap;
}
.page-section-hero.text-over-image {
  min-height: 22em;
}
.hero-text-wrap {
  display: flex;
  max-width: 100em;
  margin: 0 auto;
}
.page-section-hero.text-over-image .content {
  display: block;
}
.page-content.narrow-width .hero-text-wrap,
.center .hero-text-wrap,
.center-left .hero-text-wrap { 
  justify-content: center;
}
.right .hero-text-wrap { 
  justify-content: flex-end;
}
.hero-flex-wrap {
  max-width: 21em;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: center;
  text-align: left;
  padding: 2em 1em;
  width: 100%;
  gap: 1em 2em;
}
.hero-link {
  margin-top: 1.5em;
}
.text-over-image .hero-flex-wrap {
  position: absolute;
  height: 95%;
}
.center .hero-flex-wrap {
  text-align: center;
}
.right .hero-flex-wrap {
  text-align: right;
}
.top .hero-flex-wrap {
  align-content: flex-start;
}
.bottom .hero-flex-wrap {
  align-content: flex-end;
}
.page-section-hero.light-gray-bg .content {
  background-color: var(--light-gray-v1);
}
.page-section-hero.black-bg .content {
  background-color: var(--dark-gray);
}
.page-section-hero.green-bg .content {
  background-color: var(--highlight-red);
}
.hero-flex-wrap > * {
  flex: 100%;
}
.page-section-hero  h1 {
  margin-bottom: 0;
}
.page-section-hero .cta {
  margin-top: 1em;
}
.page-section-hero.light-font h1 {
  font-weight: 100;
}
.page-section-hero.bold-font h1 {
  font-weight: 600;
}
.hero-image {
  min-height: 18.5em;
  object-fit: contain;
  overflow: hidden;
}
.text-over-image .hero-image {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.hero-image.desktop-image {
  display: none;
}
.hero-image.tablet-image,
.hero-image.tablet-image-fallback {
  display: none;
}
.hero-image.mobile-image {
  display: block;
}
@media only screen and ( min-width: 30em ) {
  .hero-flex-wrap {
    padding: 3em;
    max-width: 28em;
  }
  .hero-image.desktop-image {
    display: none;
  }
  .hero-image.tablet-image,
  .hero-image.tablet-image-fallback {
    display: block;
  }
  .hero-image.mobile-image {
    display: none;
  }
}
@media only screen and ( min-width: 56.25em ) {
  .page-section-hero .content {
    flex-wrap: nowrap;
  }
  .half-split .hero-text-wrap,
  .half-split .hero-image {
    flex: 50%;
  }
  .third-split .hero-text-wrap {
    flex: 33%
  }
  .third-split .hero-image {
    flex: 67%;
  }
  .hero-flex-wrap {
    padding: 4em;
    max-width: 50em;
  }
  .hero-image.desktop-image {
    display: block;
  }
  .hero-image.tablet-image,
  .hero-image.tablet-image-fallback {
    display: none;
  }
  .hero-image.mobile-image {
    display: none;
  }
  .text-over-image .hero-flex-wrap {
    height: 92%;
  }
}

/* page section template cards */
.page-section-cards {
  text-align: center;
}
.page-section-cards:nth-of-type(odd) {
  background-color: var(--light-gray-v2);
}

/* card widths */
.page-section-cards .head-two {
  margin-bottom: 1em;
}
.page-section-cards .cards {
  display: flex;
  flex-wrap: wrap;
  column-gap: 2em;
  row-gap: 3em;
  justify-content: center;
  margin: 2em 0 4em 0;
}
.page-section-cards .cards .card {
  flex: 0 1 100%;
}
.card,
.card-text {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.card-img img {
  margin: 0 auto 1em;
}
.card-img img.circle {
  border-radius: 50%; 
}
.card-link {
  margin: 0 auto;
}
.card-details {
  max-width: 36em;
  margin: 0 auto 2em;
}
.card-text {
  justify-content: space-between;
}
.icon-left .card {
  display: flex;
  flex-direction: row;
  gap: 1em;
  align-items: center;
}
.icon-left .card-img {
  flex: 0 0 25%;
  max-width: 8em;
}
.icon-left .card-img img {
  margin-bottom: 0;
}
.icon-left .card-text {
  text-align: left;
  justify-content: flex-start;
}
.icon-left .card-text .card-details {
  margin: 0;
}
.icon-left .card-img img,
.icon-top .card-img img {
  width: 5.25em;
  height: auto;
}
.card .cta {
  margin-top: 16px;
  margin-top: 1rem;
}
/* styles for card image hover */
.card-img {
  position: relative;
}
.card-img img.default {
  display: block;
  width: 100%;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  opacity: 1;
  visibility: visible;
}
.card-img img.hover {
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
.card-img:hover img.default {
  opacity: 0;
  visibility: hidden;
}
.card-img:hover img.hover {
  opacity: 1;
  visibility: visible;
}
/* end styles for card image hover */
@media only screen and ( min-width: 37.5em ) {
  .page-section-cards.col-3 .cards .card {
    flex-basis: calc(50% - 1em);
  }
}
@media only screen and ( min-width: 56.25em ) {
  .page-section-cards.col-2 .cards .card {
    flex-basis: calc(50% - 1em);
  }
  .page-section-cards.col-3 .cards .card {
    flex-basis: calc(33.33% - 1.333em);;
  }
}
@media only screen and ( min-width: 75em ) {
  .page-section-cards .cards,
  .page-section-cards.col-3 .cards {
    gap: 4em;
  }
  .page-section-cards.col-2 .cards .card {
    flex-basis: calc(50% - 2em);
  }
  .page-section-cards.col-3 .cards .card {
    flex-basis: calc(33.33% - 2.667em);;
  }
}

/* page-section-image-text */
.page-section-image-text .image-text-rows,
.page-section-image-text .image-text-row,
.page-section-image-text .image-text-img,
.page-section-image-text .image-text-txt {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 auto;
  order: 2;
}
.page-section-image-text .image-text-img img {
  min-height: 18.5em;
  object-fit: cover;
  overflow: hidden;
}
.page-section-image-text .image-text-txt {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  /*padding: 2em 1em 2.5em;*/
  order: 1;
}
@media only screen and (min-width: 56.25em) {
  .page-section-image-text .image-text-img img {
    order: 1;
  }
  .page-section-image-text .image-text-txt {
    order: 2;
  }
}
.page-section-image-text .image-text-content {
  max-width: 36em;
  margin: 0 auto;
}
.page-section-image-text .image-text-row + .image-text-row {
  /*margin-top: 2em;*/
}
.image-text-row.white-bg {
  background-color: var(--white);
}
.image-text-row.light-gray-bg {
  background-color: var(--light-gray-v1);
}
.image-text-row.black-bg {
  background-color: var(--dark-gray);
}
.image-text-row.green-bg {
  background-color: var(--highlight-red);
}
.image-text-row.white-bg .image-text-row {
  background-color: var(--white);
}
.image-text-row.white-text .image-text-row {
  color: var(--light-gray-v1);
}
.image-text-row.black-text .image-text-row {
  color: var(--dark-gray);
}
.image-text-row.green-text .image-text-row {
  color: var(--highlight-red);
}
.page-section-image-text .head-five {
  text-transform: initial;
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: .5em;
}
.page-section-image-text .head-two {
  margin-bottom: .25em;
  font-size: 60px;
  font-size: 3.75rem;
  letter-spacing: 0.05em;
}
.page-section-image-text .page-section-custom-content + .page-section-link,
.page-section-image-text .page-section-link + .page-section-custom-content {
  margin-top: 1em;
}
.image-text-row.image-left{
  flex-direction: row;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: right;
  background-position-y: 22em;
  padding: 1em;
}
@media only screen and ( min-width: 28em ) {
  .image-text-row.image-left{
    flex-direction: row;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: right;
    background-position-y: 8em;
    padding: 1em;
  }
}
.image-text-row.image-left.remove-row-background {
  flex-direction: row;
  background-color: var(--white);
  background-repeat: no-repeat;
  background-position: right;
  background-position-y: 22em;
  padding: 1em;
}
@media only screen and ( min-width: 56.25em ) {
  .page-section-image-text .image-text-row {
    flex-wrap: nowrap;
  }
  .page-section-image-text .image-text-row + .image-text-row {
    /*margin-top: 4em;*/
  }
  .image-text-row:nth-of-type(odd), 
  .image-text-row.image-right{
    flex-direction: row-reverse;
    padding: 1em;
  }
  .image-text-row.image-left{
    flex-direction: row;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: right;
    background-position-y: 8em;
    padding: 1em;
  }
  .image-text-row.image-left.remove-row-background {
    flex-direction: row;
    background-color: var(--white);
    background-repeat: no-repeat;
    background-position: right;
    background-position-y: 8em;
    padding: 1em;
  }
  .image-text-row .image-text-img,
  .image-text-row .image-text-txt {
    flex: 50%;
  }
  .image-text-row .image-text-txt {
    padding: 2em 2em 2.5em;
  }
}

/* tfe legal styles */
.tfelegal {
  max-width: 50em;
  margin: 4em auto 1em;
  padding: 2em 1em 1em;
}
.tfelegal h2 {
  text-align: left;
  font-size: 28.8px;
  font-size: 1.8em;
}
.tfelegal p {
  font-family: var(--body-font);
  font-size: 19.2px;
  font-size: 1.2em;
}
.tfelegal ul, ol, dl {
  font-family: var(--body-font);
  font-size: 19.2px;
  font-size: 1.2em;
  background-color: rgb(0, 0, 0, 0.01);
  mix-blend-mode: screen;
}
.tfelegal ul.bullet li {
  margin-left: 1.25em;
}
.tfelegal ol.number li,
.tfelegal ol.lowercase li,
.tfelegal ol.uppercase li,
.tfelegal ol[type='a'] li,
.tfelegal ol[type='A'] li {
  margin-left: 1.5em;
}
.tfelegal ul.bullet li {
  list-style: disc;
}
.tfelegal ol.number {
  list-style: decimal;
}
.tfelegal ol.lowercase,
.tfelegal ol[type='a'] {
  list-style: lower-alpha;
}
.tfelegal ol.uppercase,
.tfelegal ol[type='A'] {
  list-style: upper-alpha;
}
.tfelegal ol li::marker {
  font-family: var(--body-font);
}
.tfelegal a {
  color: var(--white);
  text-decoration: none;
  font-family: var(--body-font);
  border-bottom: 1px solid var(--white);
  transition: all 0.3s ease-in-out;
}
.tfelegal a:focus,
.tfelegal a:hover {
  color: var(--highlight-yellow);
  border-bottom: 1px solid var(--highlight-yellow);
  transition: all 0.3s ease-in-out;
}

/* tfe agegate styles */
.tfe-agegate {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  visibility: visible;
  transition: all .5s ease-in-out;
}
.tfe-agegate {
  display: flex;
  align-items: center;
  z-index: 1600;
  background-color: var(--dark-navy);
  background-image: url('/wp-content/uploads/2024/06/AgeGate-Bkgd-Mobile.png');
  background-size: 96%;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 3%;
  box-sizing: border-box;
}
.tfe-agegate-dialog {
  display: flex;
  flex-direction: column;
  font-size: 16px;
  font-size: 1rem;
  background: none;
  padding: 0;
  margin: 3em auto;
}
.tfe-agegate-image {
  width: 30%;
  margin: 0 auto;
}
.tfe-agegate p {
  font-size: 20px;
  font-size: 1.25em;
  line-height: 1.4;
  font-family: var(--special-font);
  margin: 2em;
  order: 2;
  text-align: center;
}
.tfe-enter-box {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 3.5em 0 0;
  order: 3;
}
.tfe-enter {
  position: relative;
  font-family: var(--special-font);
  color: var(--white);
  text-transform: uppercase;
  font-size: 24px;
  font-size: 1.5em;
  padding: var(--single-space);
  background: none;
  max-width: 14em;
  margin: 1em auto;
  border: none;
  display: inline-block;
  outline: none;
  cursor: pointer;
}
.tfe-enter::before {
  content: "";
  position: absolute;
  top: 20px;
  left: -20px; 
  width: 20px; 
  height: 20px; 
  background-image: none;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.tfe-enter:hover {
  color: var(--highlight-yellow);
}
.tfe-enter:hover::before {
  background-image: url('/wp-content/uploads/2024/06/menu-arrow.svg');
}
.tfe-enter:active,
.tfe-enter:focus,
.tfe-enter:hover {
  padding: var(--single-space);
  outline-offset: 20px; 
  background: none !important;
}
@media screen and (min-width: 40em){
  .tfe-agegate p, .tfe-agegate-image {
      margin-bottom: 1.5em;
      margin: 0 auto;
  }
  .tfe-agegate-dialog {
    min-width: 20em;
    max-width: 30em;
    padding: 3em;
  }
  .tfe-agegate-image {
    width: 50%;
    margin: 0 auto;
  }
  .tfe-agegate {
    background-image: url('/wp-content/uploads/2024/06/AgeGate-Bkgd.png');
  }
}
@media only screen and (min-width: 56em) {
  .tfe-agegate-dialog {
    padding: 3em;
    margin: 5em auto;
  }
  .tfe-agegate p {
    margin: 2em auto;
    text-align: center;
  }
  .tfe-enter {
    margin: 2em auto;
  }
  .tfe-agegate-image {
    width: 60%;
    margin: 0 auto;
  }
}


/* custom page styles */

/* ticker tape */
.ticker-tape {
  background-color: var(--purple);
  color: var(--white);
  height: 7em;
  text-align: center;
  font-family: var(--special-font);
  font-size: 20px;
  font-size: 1.25em;
  font-weight: 600;
  text-transform: uppercase;
}
.ticker-tape-container {
  margin: 3em 0 3em 0;
}
.ticker-tape-box {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.ticker-tape ul {
  display: inline-block;
  padding: 0;
  margin: 0;
  list-style: none;
  font-family: var(--special-font);
}
.ticker-tape li {
  display: inline;
  padding-left:3em;
  padding-right:3em;
}

/* ticker tape functionality */
* {
  box-sizing: border-box;
}
@keyframes ticker {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.ticker-wrap {
  /*bottom: 0;*/
  width: 100%;
  overflow: hidden;
  height: 4rem;
  background-color: var(--purple);
  margin-top: 1.8em;
}
.ticker {
  display: flex;
  align-items: center;
  height: 4rem;
  line-height: 4rem;
  white-space: nowrap;
  animation: ticker 15s linear infinite;
}
.ticker__item {
  display: inline-block;
  padding: 0 2rem;
  font-size: 32px;
  font-size: 2rem;
  color: white;
  text-shadow: 0 0 8px #fff;
}


/* product panel mobile */
.product-panel-section {
  position: relative;
  margin-bottom: -5em;
  z-index: 2;
}
.product-panel-content {
  height: 47em;
  max-width: 34em;
  margin: 0 auto;
  padding: 2em 1em;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.product-panel-content h2 {
  font-size: 48px;
  font-size: 2rem;
  margin-bottom: .5em;
}
.product-panel-content p {
  font-size: 16px;
  font-size: 1em;
}
.product-panel {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  max-height: 47em;
  justify-content: center;
  background-image: url(/wp-content/uploads/2024/06/product-finder-mobile.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  /*margin: 0 1em -1em 1em !important;*/
  z-index: 1;
}
.product-panel-plain .page-section-custom-content {
  width: 100%;
  max-width: 80em;
  height: 20em;
}
#locator_iframe18367 {
  /*height: 760px !important;
  overflow: scroll !important;*/
}
.product-panel-plain {
  display: flex;
  flex-wrap: wrap;
  height: 54em;
  justify-content: center;
  background-image: url(/wp-content/uploads/2024/06/product-map-plain.png);
  background-repeat: no-repeat;
  background-position: center;
}
.metalocator-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin: 3.5em auto 0;
  padding: 2em 1em;
  text-align: center;
  display: flex;
  height: 800px;
}
@media only screen and (max-width: 576px) {
  #locator_iframe18367 {
    /*height: 700px !important;
    overflow: scroll !important;*/
  }
}
/* product panel tablet */
@media only screen and (min-width: 40em) {
  .product-panel-content h2 {
    font-size: 64px;
    font-size: 4rem;
  }
  .product-panel-content p {
    font-size: 20.8px;
    font-size: 1.3em;
  }
  .product-panel-content {
    height: 47em;
  }
  .product-panel {
    margin-bottom: -7em !important;
    background-image: url(/wp-content/uploads/2024/06/product-finder-tablet.png);
  }
}
/* product panel desktop */
@media only screen and (min-width: 56em) {
  .product-panel {
    margin-bottom: -5em !important;
    background-image: url(/wp-content/uploads/2024/06/product-finder-desktop.png);
  }
  .product-panel-content {
    max-width: 40em;
  }
  .product-panel-content h2 {
    font-size: 64px;
    font-size: 4rem;
  }
}


/* contact page and form */
.contact-page {
  max-width: var(--max-width);
  text-align: center;
  font-size: 16px;
  font-size: 1em;
  line-height: 2;
  margin: 3em auto 5em auto;
}
.contact-page-title {
  margin-top: 0;
  font-family: var(--display-font);
  font-size: 48px;
  font-size: 3em;
  padding-bottom: 1em;
  text-align: left;
  line-height: 1;
}
.contact-page-text {
  text-align: left;
  margin-right: 3em;
  margin-bottom: 2em;
}
.contact-box {  
  display: flex;
  flex-direction: column;
  font-family: var(--body-font);
  text-align: left;
  padding: 1em;
  min-width: 14em;
  max-width: 70em;
  margin-left: auto;
  margin-right: auto;
}
.contact-box-left {
  max-width: 100%;
}
.contact-box a {
  position: relative;
  color: var(--white);
  text-decoration: none;
  font-family: var(--body-font);
  padding-bottom: 3px;
}
/*.contact-box a:active,
.contact-box a:focus,
.contact-box a:hover {
  color: var(--white);
  text-decoration: none;
  border-bottom: 1px solid var(--white);
  transition: all 0.3s ease-in-out;
}*/
.contact-box a::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px; /* Adjust the height of the border */
  background-color: var(--white);
  transition: width 0.3s ease-in-out;
}
.contact-box a:hover::before {
  width: 100%;
}
.contact-info {
  text-align: left;
  text-transform: uppercase;
}
label {
  font-family: var(--special-font);
  text-transform: uppercase;
  text-align: left;
  color: var(--white);
}
input[type="text"],
input[type="email"],
textarea {
  font-family: var(--special-font);
  text-transform: uppercase;
  color: var(--white);
  width: 100%;
  border-top: transparent;
  border-left: transparent;
  border-right: transparent;
  border-bottom: 1px solid var(--white);
  line-height: 2em;
  padding: 10px;
  font-size: 16px;
  font-size: 1em;
  background-color: transparent;
  border-bottom: 1px solid var(--white);
}
/* default submit button */
/*input[type="submit"] {
  position: relative;
  padding: 10px 20px;
  font-family: var(--special-font);
  font-size: 16px;
  font-size: 1em;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  color: var(--white);
  background-color: var(--highlight-red);
  border: 1px solid var(--white);
  border-radius: 5px;
  white-space: nowrap;
  cursor: pointer;
  z-index: 1;
  transition: box-shadow 0.3s ease-in-out;
  -webkit-appearance: none; 
  appearance: none;
  overflow: visible;
}
input[type="submit"]:before {
  content: "";
  position: absolute;
  top: -5px;
  left: -1px;
  right: -1px;
  bottom: -10px;
  background-color: #a92645; 
  border-bottom: 20px solid #a92645;
  border-radius: 5px;
  z-index: -2;
}
input[type="submit"]:after {
  content: "";
  position: absolute;
  top: 0;
  left: -1px;
  right: -1px;
  bottom: -10px;
  border: 1px solid #fff;
  border-radius: 6px;
  z-index: -1;
}
input[type="submit"]:hover {
  top: 0;
  box-shadow: 0 0 40px rgba(255, 174, 218, 0.3), 0 0 40px rgba(255, 174, 218, 0.3), 0 0 40px rgba(255, 174, 218, 0.3);
}
input[type="submit"]:active::before, 
input[type="submit"]:active::after {
  top: 10px;
}
input[type="submit"]:active {
  top: 5px;
}*/
.wpcf7 input[type=”submit”],
.wpcf7 input[type=”button”] {
  background-color:#725f4c;
  width:100%;
  text-align:center;
  text-transform:uppercase;
}
/* custom submit button */
.wpcf7-submit {
  position: relative;
  padding: 20px 30px;
  font-family: var(--special-font);
  font-size: 12.8px;
  font-size: .8em;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  color: var(--white);
  background-color: var(--highlight-red);
  border: 1px solid var(--white);
  border-radius: 5px;
  white-space: nowrap;
  cursor: pointer;
  z-index: 1;
  transition: box-shadow 0.3s ease-in-out;
}
.wpcf7-submit::before {
  content: "";
  position: absolute;
  top: -5px;
  left: -1px;
  right: -1px;
  bottom: -10px;
  /*border-bottom: 9px solid #a92645;*/
  border-bottom: 9px solid #901b37;
  border-radius: 5px;
  z-index: -2;
}
.wpcf7-submit::after {
  content: "";
  position: absolute;
  top: 0;
  left: -1px;
  right: -1px;
  bottom: -10px;
  border: 1px solid #fff;
  border-radius: 6px;
  z-index: -1;
}
.wpcf7-submit:hover {
  top: 0;
  box-shadow: 0 0 40px rgba(255, 174, 218, 0.3), 0 0 40px rgba(255, 174, 218, 0.3), 0 0 40px rgba(255, 174, 218, 0.3);
  z-index: 1;
}
.wpcf7-submit:hover .retro-button-text {
  color: rgba(254, 254, 254, 0.5); 
  text-shadow: 0 0 10px rgba(254, 254, 254, 0.5); 
  transition: color 0.3s ease-in-out, text-shadow 0.3s ease-in-out;
}
.wpcf7-submit:active::before, 
.wpcf7-submit:active::after {
  opacity: 0;
  visibility: hidden;
}
.wpcf7-submit:active {
  top: 5px;
  z-index: 1;
}
@media screen and (min-width: 56em) {
  .contact-box { 
    flex-direction: row;
    justify-content: space-around;
  }
  .contact-box-left {
    max-width: 30em;
  }
  .contact-page-title {
    white-space: wrap;
  }
  .contact-info {
    margin-left: 1em;
  }
}


/* site map */
.sitemap-page {
  max-width: var(--narrow-max-width);
  text-align: center;
  font-size: 19.2px;
  font-size: 1.2em;
  line-height: 2;
  margin: 3em auto 5em auto;
}
.sitemap-page-title {
  margin-top: 0;
  margin-right: 2em;
  font-family: var(--display-font);
  font-size: 48px;
  font-size: 3em;
  padding-bottom: 1em;
  text-align: left;
}
.sitemap-box {  
  display: flex;
  flex-direction: column;
  font-family: var(--body-font);
  text-align: center;
  padding: 1em;
  min-width: 14em;
  max-width: 70em;
  margin-left: auto;
  margin-right: auto;
}
.sitemap-box a {
  color: var(--white);
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
  padding-bottom: 3px;
  transition: all 0.3s ease-in-out;
  background-color: rgb(0, 0, 0, 0.01);
  mix-blend-mode: screen;
}
.sitemap-box a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: var(--highlight-yellow);
  transition: width 0.3s ease-in-out;
}
.sitemap-box a:hover {
  color: var(--highlight-yellow);
}
.sitemap-box a:hover::after {
  width: 100%;
}
.sitemap-box li {
  padding-top: 1em;
}
@media screen and (min-width: 56em) {
  .sitemap-box { 
    flex-direction: row;
    justify-content: space-around;
  }
  .sitemap-page-title {
    white-space: nowrap;
  }
}


/* 404 page */
.bg-404 {
  background: url(#) center no-repeat;
  background-size: cover;
  min-height: 80vh;
}
.error-page-title {
  font-family: var(--special-font);
  font-size: 16px;
  font-size: 1em;
  text-transform: uppercase;
  color: var(--white);
}
.error-page-text {
  font-family: var(--body-font);
  text-transform: none;
  font-size: 16px;
  font-size: 1em;
  text-align: center;
  max-width: 34em;
  margin: 0 auto 1.5em;
}
.error-buttons-box {
  display: flex;
  flex-direction: column;
}
.error-button {
  position: relative;
  font-family: var(--special-font);
  color: var(--white);
  text-transform: uppercase;
  font-size: 16px;
  font-size: 1em;
  padding: 0;
  text-decoration: none;
  text-transform: uppercase;
  transition: all .4s ease-in-out;
  margin: .3em;
  cursor: pointer;
}
.error-button::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -17px; 
  width: 15px; 
  height: 20px; 
  background-image: none;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.error-button:hover {
  color: var(--highlight-yellow);
}
.error-button:hover::before {
  background-image: url('/wp-content/uploads/2024/06/menu-arrow.svg');
}
.article-wrapper .error-page {
  margin: 3em;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 50vh;
  padding: 4dvh 0;
}
@media only screen and ( min-width: 56.25em ) {
  .error-page-title {
    font-size: 64px;
    font-size: 4em;
  }
  .error-page-text {
    font-size: 32px;
    font-size: 1.2rem;
  }
  .error-buttons-box {
    flex-direction: row;
  }
  .error-button {
    font-size: 32px;
    font-size: 2em;
    padding: var(--single-space);
    margin: 1em;
  }
  .error-button::before {
    top: 20px;
    left: -20px; 
    width: 20px; 
  }
}


/* coming soon page */
.coming-soon-title {
  font-family: var(--special-font);
  text-transform: uppercase;
  color: var(--highlight-yellow);
  font-size: 64px;
  font-size: 4em;
}


/* doohickies */
.home-hero-section-1::before {
  content: '';
  position: absolute;
  top: 30%;
  left: 8%;
  width: 8vw;
  height: auto;
  padding-bottom: 20vw;
  background-image: url('/wp-content/uploads/2024/06/red-zag.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(-30%, 190%);
  z-index: 2;
}
.home-hero-section-2::after {
  content: '';
  position: absolute;
  top: 60%;
  right: 10%;
  width: 5vw;
  height: auto;
  padding-bottom: 20vw;
  background-image: url('/wp-content/uploads/2024/06/purple-slants.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(40%, 100%);
  z-index: 2;
}
.home-flavor-section-1::before {
  content: '';
  position: absolute;
  top: 140%;
  left: 10%;
  width: 4vw;
  height: auto;
  padding-bottom: 20vw;
  background-image: url('/wp-content/uploads/2024/06/yellow-slants.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(-30%, 190%);
  z-index: 2;
}
.home-flavor-section-2::after {
  content: '';
  position: absolute;
  top: 130%;
  right: 5%;
  width: 2vw;
  height: auto;
  padding-bottom: 20vw;
  background-image: url('/wp-content/uploads/2024/06/blue-plus-sign.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(40%, 100%);
  z-index: 2;
}
.home-image-text-section-1::before {
  content: '';
  position: absolute;
  top: 232%;
  left: 4%;
  width: 9vw;
  height: auto;
  padding-bottom: 20vw;
  background-image: url('/wp-content/uploads/2024/06/blue-zag.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(-30%, 190%);
  z-index: -1;
}
.home-image-text-section-2::after {
  content: '';
  position: absolute;
  top: 200%;
  right: 10%;
  width: 7vw;
  height: auto;
  padding-bottom: 20vw;
  background-image: url('/wp-content/uploads/2024/06/red-zag.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(40%, 100%);
  z-index: 2;
}
.home-product-panel-section-1::before {
  content: '';
  position: absolute;
  top: 5%;
  left: 5%;
  width: 3vw;
  height: auto;
  padding-bottom: 20vw;
  background-image: url('/wp-content/uploads/2024/06/yellow-plus-sign.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(-30%, 10%);
  z-index: 2;
}
.home-product-panel-section-2::after {
  content: '';
  position: absolute;
  top: -30%;
  right: 5%;
  width: 4vw;
  height: auto;
  padding-bottom: 20vw;
  background-image: url('/wp-content/uploads/2024/06/blue-slants.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(40%, 0%);
  z-index: 2;
}
.doohickies {
  position: absolute;
  z-index: 5; 
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 1; 
}
.doohickie-1 {
  top: 135%;
  right: 0;
  width: 10em;
  height: 10em;
  z-index: -1;
}
.doohickie-2 {
  top: 175%;
  left: -7%;
  width: 10em;
  height: 10em;
  z-index: -1;
}
.doohickie-3 {
  top: 275%;
  right: 3%;
  width: 5em;
  height: 5em;
  z-index: -1;
}
@media only screen and ( min-width: 56.25em ) {
  .doohickie-1 {
    top: 100%;
    right: 4%;
  }
  .doohickie-2 {
    top: 160%;
    left: 0;
  }
  .doohickie-3 {
    top: 220%;
    right: 3%;
  }
}

.ingredients-blurb {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 10% auto 0 !important;
  padding: 2em 1em;
  text-align: center;
  font-size: .6em;
  font-family: var(--special-font);
  color:rgb(255, 255, 255, 0.8);
}


/* animations */
.animation-area {
  display: flex;
  justify-content: center;
  align-items: center;
  /*margin: 20em auto;*/
  margin: auto;
  position: relative;
}
#animate-button {
  margin: 20px;
  padding: 0;
  position: relative;
  width: 20em;
  height: 30em;
  cursor: pointer;
  background-color: transparent;
  border: none;
  background-image: url("/wp-content/uploads/2024/09/BB-normal.png");
  background-size: cover;
  background-position: center;
  z-index: 1;
}
#animate-button:hover {
  background-image: url("/wp-content/uploads/2024/09/BB-hover.png"); 
}
.animate-item-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  pointer-events: none;
  z-index: 2;
}
.animate-item {
  position: absolute;
  opacity: 1;
  pointer-events: none;
}
.animate-product {
  position: absolute;
  width: 20em; 
  height: auto; 
  opacity: 1; 
  z-index: 3; 
  pointer-events: none;
}
.small-berry {
  height: 5em;
  width: 5em;
}
.large-berry {
  height: 7em;
  width: 7em;
  z-index: 5;
}
.raspberry {
  height: 4em;
  width: 4em;
}
.peach {
  height: 7em;
  width: 7em;
}

/* sweepstakes pages */
.sweepstakes a {
  color: var(--white);
  text-decoration: none;
  font-family: var(--body-font);
  border-bottom: 1px solid var(--white);
  transition: all 0.3s ease-in-out;
}
.sweepstakes a:focus,
.sweepstakes a:hover {
  color: var(--highlight-yellow);
  border-bottom: 1px solid var(--highlight-yellow);
  transition: all 0.3s ease-in-out;
}


/* Wines Pages */

/* special flavors elements */
.flavors-header-mask {
  position: relative;
  margin-top: -6em;
  padding-top: 4em;
  background-color: var(--dark-navy);
  z-index: 50;
  min-height: 120vh;
}
.flavors-nav {
  position: absolute;
  background-image: url('/wp-content/uploads/2024/06/nav-toggle-back-menu.svg');
  background-size: cover; 
  top: 0;
  left: 1em;
  height: 4em; 
  width: 15em;
  background-color: transparent;
  border: none;
  cursor: pointer;
}
.wine-card-coming-soon {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.coming-soon-bottle {
  /*max-height: 28em;*/
}
.coming-soon-overlay {
  position: relative;
  text-align: center;
  margin-bottom: -2em;
  cursor: default;
}
.coming-soon-text {
  font-family: var(--display-font);
  font-size: 2em !important;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-transform: uppercase;
  color: var(--white);
  text-shadow: none;
  margin: 0 !important;
  padding: 0;
}
.coming-soon-question {
  margin-top: 0;
}
.flavors-menu-item {
  position: relative;
}
.flavors-menu-item:before,
.flavors-menu-item:after {
  content: '';
  position: absolute;
  width: 17em; 
  height: 37em; 
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.flavors-menu-item::before {
  background-image: url('/wp-content/uploads/2025/09/lefts-flavor-menu.png');
  background-size: cover;
  top: 50%;
  left: -1em; 
  transform: translateY(-30%);
  display: none;
}
.flavors-menu-item::after {
  background-image: url('/wp-content/uploads/2025/09/righties-flavor-menu.png');
  background-size: cover;
  top: 50%;
  right: -1em;
  transform: translateY(-30%);
  display: none;
}
.flavors-menu-item:hover::before,
.flavors-menu-item:hover::after {
    opacity: 0;
}
@media screen and (min-width: 70em) {
  .flavors-menu-item:hover::before,
  .flavors-menu-item:hover::after {
    opacity: 1;
  }
  .flavors-menu-item::before {
    display: block;
  }
  .flavors-menu-item::after {
    display: block;
  }
}
/* special POG! title display fix */
.wine-card:nth-last-child(2) .wine-card-text h2 {
  margin-top: .3em;
}
@media screen and (min-width: 56.25em) {
  .coming-soon-question {
    margin-top: .3em;
  }
  .flavors-nav {
    top: 2em;
    left: 3em;
  }
}


/* product archive page */
.wines-page-content {
  padding: 3em 3em;
  display: block;
}
@media screen and (max-width: 56.25em) {
  .wines-page-content {
    padding: 1em 2em;
    display: block;
  }
}
.wines-page-intro {
  margin: 3em auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.wines-page-intro h1 {
  font-family: var(--special-font);
  text-transform: uppercase;
  color: var(--purple);
  font-size: 2em;
}
@media screen and (min-width: 56.25em) {
  .wines-page-intro {
    margin: 3em auto 0;
  }
}
.wines h1 {
  text-align: center;
  color: var(--purple);
  font-family: var(--special-font);
  text-transform: uppercase;
  font-size: 32px;
  font-size: 2em;
}
/* product PDP page */
.product-page {
  padding-top: .5em;
  margin-top: 2em;
  margin-left: 0;
  margin-right: 0;
}
.product-hero {
  margin-top: 1em;
  display: flex;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top center;
  padding: 0 1em;
  max-width: 100%;
  box-sizing: border-box;
}
.product-hero-box {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.product-hero-left, .product-hero-right {
  position: relative;
  z-index: 2; 
}
.product-hero-right {
  max-width: 30em;
  margin: 0 auto;
}
.product-image {
  max-width: 30em;
  margin: 0 auto;
}
.product-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 22em;
  padding: 0;
  margin-bottom: 5em;
  padding: .5em;
  /*padding-left: var(--half-space);*/
}
.single-product-title {
  font-size: 64px;
  font-size: 4em;
  line-height: 1;
  text-shadow: 0 0 6px #fff;
  background-color: rgb(0, 0, 0, 0.01);
  mix-blend-mode: screen;
}
.hero-stats-icons {
  display: flex;
  flex-direction: row;
  /*justify-content: space-between;*/
  gap: 2em;
}
.stats-icon {
  width: 5em;
  margin-bottom: 1.8em;
}
.product-details {
  font-family: var(--body-font);
  font-size: 12.8px;
  font-size: .8em;
  line-height: 1.2;
  text-align: left;
  margin-bottom: 1em;
}
.product-buttons {
  display: flex;
  flex-direction: row;
  gap: .5em;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0em 1em .5em 1em;
  background-color: var(--purple);
  justify-content: center;
  z-index: 2000;
}
.buy-button,
.find-button {
  margin-top: 1em;
  margin-bottom: 1em;
}
@media only screen and (min-width: 28em) {
  .product-details {
    font-size: 16px;
    font-size: 1em;
    line-height: 1.5;
    margin-bottom: 1em;
  }
}
@media only screen and ( min-width: 56.25em ) {
  .product-page {
    margin-left: .5em;
    margin-right: .5em;
  }
  .product-hero-box {
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
  }
  .product-image {
    max-width: 40em;
  }
  .product-hero-right {
    max-width: 50em;
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin-top: 2%;
  }
  .product-info {
    max-width: 40em;
    /*padding: 2em;*/
  }
  .product-details {
    font-size: 16px;
    font-size: 1em;
    line-height: 1.5;
    margin-bottom: 2em;
    background-color: rgb(0, 0, 0, 0.01);
    mix-blend-mode: screen;
  }
  .product-buttons {
    position: relative;
    background-color: transparent;
    margin: 0;
    padding: 0;
    justify-content: flex-start;
  }
}
@media only screen and ( min-width: 74em ) {
  .product-info {
    max-width: 30em;
    /*padding: 1em;*/
  }
  .product-details {
    font-size: 22.4px;
    font-size: 1.4em;
    line-height: 1.5;
    margin-bottom: 2em;
    background-color: rgb(0, 0, 0, 0.01);
    mix-blend-mode: screen;
  }
}
.single-wines-vineyard-title {
  color: var(--highlight);
  text-transform: uppercase;
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  font-size: 1.125em;
  margin-bottom: 2em;
}
.single-wine-title {
  color: var(--highlight);
  font-size: 24px;
  font-size: 1.5em;
  font-weight: 500;
  letter-spacing: .09em;
}
.single-wine-subtitle {
  color: var(--highlight);
  text-transform: uppercase;
  font-size: 18px;
  font-size: 1.125em;
  font-weight: 400;
}
.single-wine-detail-heading {
  color: var(--highlight);
  text-transform: uppercase;
  font-size: 18px;
  font-size: 1.125em;
  font-weight: 500;
}
.wine-card {
  flex: 1 0 30%;
	text-align: center;
  margin: 1%;
}
.flavors-wrapper {
  display: flex;
  flex-direction: column;
}
.flavors-card {
  display:flex;
  flex-direction:row;
}
.flavors-card-bottle {
  width: 15em;
  min-width: 9em;
  cursor: pointer;
}
.flavors-card-bottle a {
  cursor: pointer;
}
.flavors-head-secondary {
  text-align: left !important;
  font-size: 4em;
  margin-left: 1em;
}
.flavors-text {
  transform: translateY(40%);
  width: 70%;
}
.product-tilted {
  max-width: 30em;
  margin: 0 auto;
}
@media screen and (min-width: 86em) {
  .flavors-wrapper {
    flex-direction: row;
  }
  .flavors-card {
    display:flex;
    flex-direction:column;
    align-items: center;
  }
  .flavors-card-bottle {
    width: 100%;
  }
  .flavors-head-secondary {
    text-align: center !important;
    margin-left: 0;
    /*white-space: nowrap;*/
  }
}
@media screen and (min-width: 40em) {
  .wines h1 {
    margin-bottom: 1em;
  }
}
@media screen and (max-width: 40em) {
  .wine-card {
    margin-bottom: 3em;
  }
  .flavors-head-secondary {
    font-size: 2.2em;
  }
}
.wine-card-learn-more {
  margin-top: 2em;
}
.wine-card-header h2{
  text-transform: uppercase;
  text-align: center;
  color: var(--white);
}
.card-details .go-link,
.card-details .go-link h3 {
  text-decoration: none;
  transition: all .3s ease-in-out; 
}
.card-details .go-link:hover h3 {
  text-decoration: none;
  text-shadow: 0 0 20px #fff;
  transition: all .3s ease-in-out;  
}
.wine-card-header .go-link,
.wine-details .go-link {
  color: var(--white);
  font-family: var(--book-font);
  text-transform: uppercase;
  font-size: 14px;
  font-size: 0.875em;
  text-decoration: none;
  /*padding-left: .07em;*/
}
.wine-card-header .go-link:hover,
.wine-details .go-link:hover {
  text-shadow: 0 0 20px #fff;
  width: fit-content;
  transition: all .3s ease-in-out;  
}
.wine-card-bottle {
  max-width: 17em;
  margin: 1em auto 0;
}
.wine-card-text {
  vertical-align: baseline;
  border-right: 1px solid var(--light);
}
.wines-wrapper > div:last-of-type .wine-card-text { 
  border-right: none; 
}
.wines-wrapper {
  display: flex;
  justify-content: center;
  max-width: 57em;
  margin: 0 auto 4em;
}
@media only screen and ( min-width: 56.25em ) {
  .wine-card-bottle {
    max-width: 17em;
    margin-bottom: -4em;
  }
  .flavors-text {
    max-width: 100%;
  }
}
/* stats section */
.product-stats-box {
  display: flex;
  flex-direction: column;
  gap: 2em;
}
.product-stats-left {
  max-width: 100%;
}
.product-stats-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 100%;
  font-family: var(--body-font);
  font-size: 24px;
  font-size: 1.5em;
  text-align: left;
  margin: 0 auto;
  z-index: 1;
}
.product-stats-right p {
  font-size: 14px;
  font-size: 0.875em;
}
.section-spacer {
  margin-bottom: 1.5em;
}
.stat-slider {
  margin-top: .5em;
}
.stat-slider img {
  width: 100%;
}
/* product imagery section */
.product-imagery {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.product-imagery-background {
  background-position: center center; 
  background-size: contain; 
  background-repeat: no-repeat;
}
.product-imagery-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1em;
  max-width: 24em;
  margin: 3em auto;
  padding: 2em;
}
.product-imagery-content img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.product-imagery-large {
  flex: 2;
  max-width: 20em;
  order: 1;
}
.product-imagery-small-one {
  flex: 1;
  max-width: 24em;
  margin-top: -3em;
  order: 3;
}
.product-imagery-small-two {
  flex: 1;
  max-width: 20em;
  order: 2;
}
@media only screen and ( min-width: 56.25em ) {
  .product-imagery-large {
    max-width: 30em;
    order: unset;
  }
  .product-imagery-small-one {
    order: unset;
    align-self: flex-end;
  }
  .product-imagery-small-two {
    order: unset;
    align-self: flex-start;
  }
  .product-imagery-content {
    max-width: 100%;
  }
}
/* different product section */
.different-product {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 !important;
  margin: 0 auto !important;
  max-width: 100% !important;
  width: 100%;
  background: linear-gradient(to bottom, #030629, #050b3f);
}
.different-product-box {
  margin-top: 3em;
}
.different-product-content {
  max-width: 40em;
  margin: 2em auto;
  padding: 2em 1em;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
/* styles for different product image hover */
.different-product-image {
  position: relative;
}
.different-product-image img.default {
  display: block;
  width: 100%;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  opacity: 1;
  visibility: visible;
}
.different-product-image img.hover {
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
.different-product-image:hover img.default {
  opacity: 0;
  visibility: hidden;
}
.different-product-image:hover img.hover {
  opacity: 1;
  visibility: visible;
}
/* end styles for different product image hover */
.different-product-content .go-link {
  text-decoration: none;
  transition: all .3s ease-in-out; 
}
.different-product-content .go-link:hover h3 {
  text-decoration: none;
  text-shadow: 0 0 20px #fff;
  transition: all .3s ease-in-out;  
}
.product-finder-button {
  margin-top: 3em;
}
.different-product-button {
  margin-top: 3em;
}
@media only screen and ( min-width: 56.25em ) {
  .product-stats-box {
    flex-direction: row;
  }
  .product-stats-left {
    max-width: 50%;
  }
  .product-stats-right {
    max-width: 50%;
    margin-left: auto;
    margin-right: 0;
  }
  .product-imagery-content {
    flex-direction: row;
    align-items: flex-start;
  }
  .product-imagery-small:first-child {
    align-self: flex-end; 
  }
  .product-imagery-small:last-child {
    align-self: flex-start; 
  }
}
@media only screen and (max-width: 40em){
  .wines-wrapper {
    display:flex;
    flex-direction: column;
  }
  .wine-card-bottle {
    margin: 0 auto 1.4em;
  }
  .wine-card-text {
    vertical-align: baseline;
    border-right: none;
  }
}




@media only screen and (min-width: 28em) {
 
}
@media only screen and (min-width: 56em) {

}
@media only screen and (min-width: 75em) {
  
}
@media only screen and (min-width: 94em) {
  
}
