/*
	Theme Name:   	Minus196 Storefront Child
	Theme URI:    	https://github.com/stuartduff/storefront-child-theme
	Author:       	Fuel Sydney
	Author URI:     http://fuelsydney.com.au
	Template:     	storefront
	Description:  	This is a custom child theme for -196
	Version:      	1.3.2
	License:      	GNU General Public License v2 or later
	License URI:  	http://www.gnu.org/licenses/gpl-2.0.html
	Text Domain:  	Minus196 Storefront

	This theme, like WordPress, is licensed under the GPL.
	Storefront is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.
	Resetting and rebuilding styles have been helped along thanks to the fine work of
	Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
	along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
	FontAwesome License: SIL Open Font License - http://scripts.sil.org/OFL
	Images License: GNU General Public License v2 or later
*/
.loading::before {
  content: "";
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
}
.loading::after {
  content: "";
  position: fixed;
  z-index: 99999;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 80px;
  margin: -40px 0 0 -50px;
  background-image: url("/wp-content/themes/storefront-child-theme-master/img/lemon-loader.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  animation: loaderAnim 0.6s linear infinite alternate forwards;
}

@keyframes loaderAnim {
  to {
    transform: scale3d(0.5, 0.5, 1);
  }
}
@font-face {
  font-family: "Barlow Semi Condensed";
  src: url("fonts/BarlowSemiCondensed-ExtraBold.woff2") format("woff2"), url("fonts/BarlowSemiCondensed-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Barlow Semi Condensed";
  src: url("fonts/BarlowSemiCondensed-Medium.woff2") format("woff2"), url("fonts/BarlowSemiCondensed-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
.body {
  width: 100vw;
  overflow-x: hidden !important;
}

* {
  -webkit-font-smoothing: antialiased;
}

.fade {
  opacity: 0;
  transition: opacity 1.5s ease-out;
}
.fade.active {
  opacity: 1;
}

html {
  overflow-x: hidden;
}

img {
  height: auto;
  max-width: none;
  width: 100%;
  display: block;
  border-radius: 0;
}

a {
  color: #c72133;
}

.headline-shop {
  width: 60%;
  margin-left: 20%;
  position: relative;
}
@media (max-width: 650px) {
  .headline-shop {
    width: 90%;
    margin-left: 5%;
    margin-top: 30%;
    margin-bottom: -85px;
  }
}
.headline-shop .headline-wrap {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 800 !important;
  font-style: normal;
  text-transform: uppercase;
  font-weight: normal;
  position: relative;
  font-size: 4vw;
  line-height: 8vh;
  overflow: visible;
}
.page-id-859 .headline-shop .headline-wrap {
  text-shadow: 0 0 10px black;
}
.headline-shop .headline-wrap .line-one {
  color: #ffec00;
}
.headline-shop .headline-wrap .line-two {
  color: #ffffff;
  text-align: right;
}
@media (max-width: 1180px) {
  .headline-shop .headline-wrap {
    line-height: 7vh;
  }
}
@media (max-width: 930px) {
  .headline-shop .headline-wrap {
    font-size: 7vw;
    line-height: 6vh;
  }
}
@media (max-width: 821px) {
  .headline-shop .headline-wrap {
    font-size: 5vw;
    line-height: 3.5vh;
  }
  .page-id-859 .headline-shop .headline-wrap {
    font-size: 5.5vw;
    line-height: 3.5vh;
  }
}

h2.section-title {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 800;
  font-style: normal;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
  display: flex;
  width: 100%;
  color: #ffec00 !important;
  font-weight: 800;
  left: 0;
}
h2.section-title .ticker-items {
  white-space: nowrap;
  font-weight: 800 !important;
  padding: 0 30px;
  color: rgba(0, 0, 0, 0);
  -webkit-text-stroke: 1px white;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
}
h2.section-title .ticker-items:nth-child(3n+1) {
  color: #ffec00 !important;
  -webkit-text-stroke: 1px rgba(0, 0, 0, 0);
  -webkit-text-fill-color: #ffec00;
}

*:focus {
  outline: none !important;
}

body {
  overflow-x: unset !important;
}

body.woocommerce #primary,
body.woocommerce-checkout #primary,
body.woocommerce-cart #primary {
  width: 100% !important;
}

body,
button,
input,
textarea {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.woocommerce-active .site-branding {
  display: none;
}

.storefront-sorting {
  display: none;
}

button,
input[type=button],
input[type=reset],
input[type=submit],
.button,
.widget a.button {
  background-color: #c72133;
  border-color: #c72133;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 800;
}
@media (max-width: 768px) {
  button,
  input[type=button],
  input[type=reset],
  input[type=submit],
  .button,
  .widget a.button {
    font-size: 16px;
  }
}

button.alt,
input[type=button].alt,
input[type=reset].alt,
input[type=submit].alt,
.button.alt,
.widget-area .widget a.button.alt {
  background-color: #c72133;
  border-color: #c72133;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 800;
}
@media (max-width: 768px) {
  button.alt,
  input[type=button].alt,
  input[type=reset].alt,
  input[type=submit].alt,
  .button.alt,
  .widget-area .widget a.button.alt {
    font-size: 16px;
  }
}

.button.alt,
button[type=submit] {
  font-size: 16px !important;
}

.main-logo {
  margin-top: 7px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-logo img {
  width: 200px;
  margin-top: 10px;
}
@media (max-width: 768px) {
  .main-logo img {
    width: 150px;
    margin-bottom: 0px;
  }
}

.banner.landing {
  display: none;
}
.banner.landing.landing-merch {
  position: relative;
}
.page-id-39 .banner.landing, .page-id-859 .banner.landing {
  display: block;
  margin-bottom: 30px;
}

@media (min-width: 1500px) {
  .page-id-859 .banner.landing img {
    max-height: 70vh;
    width: 100%;
    object-fit: cover;
    object-position: top;
  }
}

.page-id-859 header.entry-header {
  display: none;
}
.page-id-859 strong {
  color: #ffec00;
}

.storefront-primary-navigation {
  position: absolute;
  width: 100%;
  top: 20px;
  z-index: 5000;
}
@media (max-width: 630px) {
  .storefront-primary-navigation {
    top: 0px;
  }
}

.site-header {
  border: 0;
  background-color: transparent;
  position: absolute;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .site-header {
    width: 100%;
  }
}

.site-main {
  width: 90%;
  margin: 0 auto;
  max-width: 1200px;
}
@media (max-width: 1355px) {
  .site-main {
    width: 80%;
  }
}
@media (max-width: 1150px) {
  .site-main {
    width: 80%;
  }
}
@media (max-width: 950px) {
  .site-main {
    width: 75%;
  }
}
@media (max-width: 768px) {
  .site-main {
    width: 90%;
  }
}

h1,
h2 {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 800;
  font-style: normal;
  border-color: #ffec00;
}

@media (max-width: 821px) {
  h1 {
    font-size: 2.2em;
  }
}

h3,
h4 {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 800;
  font-style: normal;
  border-color: #ffec00;
}

.red-text {
  color: #c72133 !important;
}

.storefront-product-section .woocommerce {
  padding: 20vh 0 10vh;
  margin: 20vh 0 10vh;
}

.columns-3 .product-type-simple,
.columns-3 .product-type-variable {
  background-color: #fff;
}
.columns-3 .product-type-simple a.product_type_simple,
.columns-3 .product-type-variable a.product_type_simple {
  display: none;
}
.columns-3 .product-type-simple a.add_to_cart_button,
.columns-3 .product-type-simple a.product_type_variable,
.columns-3 .product-type-variable a.add_to_cart_button,
.columns-3 .product-type-variable a.product_type_variable {
  display: none;
}
.columns-3 .product-type-simple .woocommerce-Price-amount,
.columns-3 .product-type-variable .woocommerce-Price-amount {
  font-size: 24px;
  color: #000;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 800;
  font-style: normal;
  text-transform: uppercase;
  font-weight: normal;
}
.columns-3 .product-type-simple h2.woocommerce-loop-product__title,
.columns-3 .product-type-variable h2.woocommerce-loop-product__title {
  color: #000;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 18px;
}

li.product .price del {
  display: block;
  color: #000000;
  opacity: 1;
  margin-left: 0 !important;
  display: block;
  width: 100%;
  text-align: center;
}
li.product .price del span {
  color: #000000;
  opacity: 1;
}
li.product .price del span bdi {
  display: block;
  color: #000000;
  opacity: 1;
}
li.product .price ins {
  margin-left: 0 !important;
  display: block;
  width: 100%;
  text-align: center;
}
li.product .price ins span {
  color: #c72133;
}
li.product .price ins span bdi {
  color: #c72133;
}
li.product span.price {
  font-size: 0;
}
li.product span.price br {
  display: none;
}

.call-to-action {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.col-full {
  max-width: 100vw;
  padding: 0;
}
@media (max-width: 1063px) {
  .col-full {
    margin-left: 0;
    margin-right: 0;
  }
}

.degrees {
  font-size: 38px;
  letter-spacing: 0;
  display: inline-block;
  margin-left: 5px;
  margin-right: -4px;
}

.right-sidebar .content-area {
  width: 100%;
  margin-right: 0px;
}

.banner-logo {
  position: absolute;
  width: 65px;
  left: 20px;
  top: 15px;
  margin-bottom: 3px;
  z-index: 10;
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media (max-width: 630px) {
  .banner-logo {
    top: 20px;
  }
}
.banner-logo a {
  display: block;
}
.banner-logo a:nth-child(2) {
  margin-top: 10px;
}
@media (max-width: 768px) {
  .banner-logo a:nth-child(2) {
    margin-left: 10px;
    margin-top: 3px;
  }
}
.banner-logo a img {
  width: 100%;
}
@media (max-width: 768px) {
  .banner-logo {
    flex-direction: row;
    width: 80px;
  }
}

.tp-image-wrapper img {
  width: 100%;
}

img {
  border-radius: 0;
}

.primary-navigation {
  display: flex;
  justify-content: flex-end;
}

.page-id-160 li#menu-item-162 {
  background-color: #000000;
}
.page-id-160 li#menu-item-162 a {
  color: #ffffff;
}
@media (max-width: 768px) {
  .page-id-160 li#menu-item-162 {
    background-color: #ffec00;
  }
  .page-id-160 li#menu-item-162 a {
    color: black !important;
  }
}

.page-id-158 li#menu-item-163 {
  background-color: #000000;
}
.page-id-158 li#menu-item-163 a {
  color: #ffffff;
}
@media (max-width: 768px) {
  .page-id-158 li#menu-item-163 {
    background-color: #ffec00;
  }
  .page-id-158 li#menu-item-163 a {
    color: black !important;
  }
}

.page-id-167 li#menu-item-171 {
  background-color: #000000;
}
.page-id-167 li#menu-item-171 a {
  color: #ffffff;
}
@media (max-width: 768px) {
  .page-id-167 li#menu-item-171 {
    background-color: #ffec00;
  }
  .page-id-167 li#menu-item-171 a {
    color: black !important;
  }
}

.term-kentaro-yoshido-merch-restock ul.products {
  display: flex;
  flex-direction: row;
}
@media (max-width: 767px) {
  .term-kentaro-yoshido-merch-restock ul.products {
    flex-direction: column;
  }
}
.term-kentaro-yoshido-merch-restock ul.products li {
  width: 33%;
}
@media (max-width: 767px) {
  .term-kentaro-yoshido-merch-restock ul.products li {
    width: 100%;
  }
}

li.wcmo-protected-item.wcmo-protected-product {
  display: none;
}

@media (max-width: 767px) {
  .site-main ul.products.columns-3 li.product {
    margin: 0 !important;
  }
}

nav.woocommerce-MyAccount-navigation ul li:nth-child(-n+6) {
  display: none;
}

.woocommerce-MyAccount-content p:nth-child(3n) {
  display: none;
}

.page-id-173 li#menu-item-175 {
  background-color: #000000;
}
.page-id-173 li#menu-item-175 a {
  color: #ffffff;
}
@media (max-width: 768px) {
  .page-id-173 li#menu-item-175 {
    background-color: #ffec00;
  }
  .page-id-173 li#menu-item-175 a {
    color: black !important;
  }
}

.page-id-145 li#menu-item-172 {
  background-color: #000000;
}
.page-id-145 li#menu-item-172 a {
  color: #ffffff;
}
@media (max-width: 768px) {
  .page-id-145 li#menu-item-172 {
    background-color: #ffec00;
  }
  .page-id-145 li#menu-item-172 a {
    color: black !important;
  }
}

body.page-template-default .main-navigation ul li a,
body.page-template-default .site-title a,
body.page-template-default ul.menu li a,
body.page-template-default .site-branding h1 a,
body.page-template-default button.menu-toggle,
body.page-template-default button.menu-toggle:hover,
body.page-template-default .handheld-navigation .dropdown-toggle {
  color: #ffffff;
}
body.page-template-default .suntory {
  fill: #ffffff !important;
}

.single-product li#menu-item-166,
.woocommerce-cart li#menu-item-166,
.term-kentaro-yoshido-merch-restock li#menu-item-166 {
  background-color: #ffec00;
}
.single-product li#menu-item-166 a,
.woocommerce-cart li#menu-item-166 a,
.term-kentaro-yoshido-merch-restock li#menu-item-166 a {
  color: black !important;
}
.single-product .site-main,
.woocommerce-cart .site-main,
.term-kentaro-yoshido-merch-restock .site-main {
  margin-top: 40px;
}

.term-kentaro-yoshido-merch-restock main#main {
  max-width: 1100px;
  padding-top: 80px;
  width: 90%;
}
@media (max-width: 1310px) {
  .term-kentaro-yoshido-merch-restock main#main {
    margin-left: 12%;
  }
}
@media (max-width: 767px) {
  .term-kentaro-yoshido-merch-restock main#main {
    margin: 20px auto 0 auto;
  }
}
@media (max-width: 821px) {
  .term-kentaro-yoshido-merch-restock h1 {
    font-size: 27px;
  }
}

.postid-629 section.related.products,
.postid-627 section.related.products,
.postid-622 section.related.products,
.postid-628 section.related.products {
  display: none;
}

.wc-block-grid__products img {
  width: 100% !important;
  max-width: 100%;
}

.woocommerce-loop-product__title {
  width: 90%;
  margin: auto;
  font-size: 16px !important;
}

.wc-tabs-wrapper {
  display: none;
}

.entry-summary .product_meta {
  display: none;
}

.banner.landing {
  display: none;
}
.home .banner.landing {
  display: block;
  margin-bottom: 30px;
}

.storefront-product-pagination {
  display: none;
}

@media (min-width: 768px) {
  .main-navigation ul.menu > li > a,
  .main-navigation ul.nav-menu > li > a {
    padding: 0em 1em;
  }
}
.flex-control-nav {
  display: flex;
}

.product_title {
  font-size: 1.8em;
}

.woocommerce-cart-form__cart-item td {
  background-color: #c72133;
}

table:not(.has-background) tbody tr:nth-child(2n) td,
fieldset,
fieldset legend {
  background-color: #222222;
}
table:not(.has-background) tbody tr:nth-child(2n) td.actions,
fieldset.actions,
fieldset legend.actions {
  background-color: #000000;
}

table:not(.has-background) tbody td {
  background-color: #323232;
}

table.cart .product-thumbnail img {
  max-width: 160px;
}

body.woocommerce-cart .woocommerce-shipping-totals {
  display: none;
}
body.woocommerce-cart .cart-subtotal {
  display: none;
}

/* Normally Red */
.woocommerce-error {
  background-color: #c72133;
}

/* Normally Blue */
.woocommerce-info {
  background-color: #c72133;
}

/* Normally Green */
.woocommerce-message {
  background-color: #ffffff;
  color: #000;
}
.woocommerce-message .button {
  color: #000;
}
.woocommerce-message .button:hover {
  color: #c72133;
}

/* Normally Green */
body.single-product .woocommerce-message .message-inner {
  background-color: #40ad49;
}

.storefront-breadcrumb {
  display: none;
}

button.menu-toggle,
button.menu-toggle:hover {
  border: 0px solid;
}

button.menu-toggle {
  background-color: rgba(0, 0, 0, 0);
  border: 0;
  position: absolute;
  top: 25px;
  right: 6px;
}

button.menu-toggle:hover {
  background-color: rgba(0, 0, 0, 0);
  border: 0;
}

button.menu-toggle:after,
button.menu-toggle:before,
button.menu-toggle span:before {
  background-color: #ffffff;
}

button.menu-toggle::after {
  transform: translateY(8px);
}

button.menu-toggle::before {
  transform: translateY(-8px);
}

button.menu-toggle::before,
button.menu-toggle::after,
button.menu-toggle span::before {
  width: 24px;
}

.footer {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 800;
  font-style: normal;
  padding: 50px 10px;
  background-color: #000000;
  border-top: 10px solid #ffec00;
  width: 100%;
  color: #ffffff !important;
  position: relative;
}
.footer .foot-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  position: relative;
}

.foot-grid {
  display: flex;
  width: 100%;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  text-transform: uppercase;
}

.grid-item {
  width: 100%;
}
.grid-4 .grid-item {
  width: 22%;
}
@media (max-width: 767px) {
  .grid-4 .grid-item {
    width: 100%;
  }
}

.foot-legals {
  width: 100%;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.foot-legals ul {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.foot-legals ul li {
  list-style-type: none;
  padding: 5px 10px;
  margin: 0;
  font-size: 14px;
}
.foot-legals ul li a {
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: underline;
}

.foot-legals-rev {
  width: 100%;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.foot-legals-rev ul {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  flex-wrap: wrap;
}
.foot-legals-rev ul li {
  list-style-type: none;
  padding: 5px 0;
  margin: 0;
  font-size: 14px;
}
.foot-legals-rev ul li a {
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: underline;
}

.foot-head {
  color: #ffec00;
}

.contact-button {
  width: 100%;
  background-color: #c72133;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  padding: 10px;
  display: inline-block;
  margin-bottom: 20px;
  border: 0;
}
.contact-button:hover {
  cursor: pointer;
  background-color: #ffec00;
  color: #000000;
}

.copyright {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  margin: 10px 0;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .copyright {
    text-align: left;
    font-size: 13px;
  }
}

.drinksmart-logo {
  width: 80px;
  margin-left: 5px;
  display: block;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .drinksmart-logo {
    position: relative;
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 5px;
  }
}

.socials {
  width: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-left: -10px;
}
@media (max-width: 767px) {
  .socials {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.socials .youtube {
  width: 36px;
  margin: 4px 10px;
  -webkit-filter: drop-shadow(0 0.1rem 0.1rem rgba(0, 0, 0, 0.3));
  filter: drop-shadow(0 0.1rem 0.1rem rgba(0, 0, 0, 0.3));
  transition: 1s all;
}
.socials .youtube:hover {
  opacity: 0.5;
  cursor: pointer;
}
.socials .gram {
  width: 30px;
  margin: 4px 10px;
  -webkit-filter: drop-shadow(0 0.1rem 0.1rem rgba(0, 0, 0, 0.3));
  filter: drop-shadow(0 0.1rem 0.1rem rgba(0, 0, 0, 0.3));
  transition: 1s all;
}
.socials .gram:hover {
  opacity: 0.5;
  cursor: pointer;
}
.socials .fb {
  width: 30px;
  margin: 4px 10px;
  -webkit-filter: drop-shadow(0 0.1rem 0.1rem rgba(0, 0, 0, 0.3));
  filter: drop-shadow(0 0.1rem 0.1rem rgba(0, 0, 0, 0.3));
  transition: 1s all;
}
.socials .fb:hover {
  opacity: 0.5;
  cursor: pointer;
}

.flex-control-nav {
  margin: 0 !important;
  padding: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.flex-control-nav li {
  margin: 0 !important;
  padding: 7px !important;
}
.flex-control-nav li img {
  width: 100%;
  border-radius: 6px;
}

.flex-control-thumbs::after {
  content: "";
  display: none !important;
}

.flex-control-thumbs::before {
  content: "";
  display: none !important;
}

.woocommerce-product-gallery__image a {
  display: block;
}
.woocommerce-product-gallery__image a img {
  width: 100%;
}

img.size-woocommerce_thumbnail {
  border-radius: 6px;
}
.page-id-160 img.size-woocommerce_thumbnail {
  border-radius: 0;
}

.entry-summary bdi {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 30px;
  display: block;
  opacity: 1;
}
del .entry-summary bdi {
  color: #c72133;
  opacity: 1;
}

.storefront-primary-navigation,
.primary-navigation,
.site-header-cart {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 800;
  font-style: normal;
  text-transform: uppercase;
  font-size: 18px;
}

.woocommerce-active .site-header .site-header-cart {
  max-width: 300px;
}

@media (max-width: 1972px) {
  .woocommerce-active .site-header .main-navigation {
    width: 75%;
  }
}
@media (max-width: 1510px) {
  .woocommerce-active .site-header .main-navigation {
    width: 70%;
  }
}
@media (max-width: 950px) {
  .woocommerce-active .site-header .main-navigation {
    width: 73%;
  }
}

.handheld-navigation {
  display: none;
}

@media (max-width: 767px) {
  .site-header-cart .cart-contents {
    display: block;
    position: absolute;
    right: 60px;
    top: 9px;
  }
  .woocommerce-active .site-header .main-navigation {
    width: 100%;
  }
  #menu-main-nav {
    width: 100vw;
    background-color: black;
    display: flex;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
  }
  .main-navigation ul.menu > li > a,
  .main-navigation ul.nav-menu > li > a {
    color: white !important;
  }
  .page-template-default a.cart-contents, .page-template-store-homepage a.cart-contents {
    text-decoration: none !important;
  }
  a.cart-contents:before {
    content: "ITM";
    background-image: url("/wp-content/themes/storefront-child-theme-master/img/SVG/cart.svg");
    background-repeat: no-repeat;
    background-size: contain;
    color: transparent;
    line-height: 66px;
    font-size: 22px;
  }
  .page-template-default a.cart-contents:before, .page-template-store-homepage a.cart-contents:before {
    filter: invert(1);
  }
  a.cart-contents span {
    display: none !important;
  }
}
.main-navigation ul li a {
  font-size: 20px;
}
@media (max-width: 1450px) {
  .main-navigation ul li a {
    font-size: 16px;
  }
}

.main-navigation ul li a:hover,
.main-navigation ul li:hover > a,
.site-title a:hover {
  color: rgb(109, 109, 109);
}

div#gform_wrapper_1 {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 800;
  font-style: normal;
}

@media (max-width: 821px) {
  .section3.home {
    height: auto !important;
  }
}
.section3 a.button {
  margin: 100px auto;
  display: block;
}
@media (max-width: 821px) {
  .section3 a.button {
    margin: 0px auto 50px auto;
  }
}
.section3 a.button:hover {
  cursor: pointer;
}

.shoutout {
  position: relative;
  display: flex;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 5px;
  color: #ffffff;
  z-index: 9999;
  font-size: 14px;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 800;
  font-style: normal;
}
.shoutout a {
  color: #ffffff;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: bold;
  font-style: normal;
  text-decoration: underline;
  text-align: center;
  width: 100%;
}

.grid {
  display: flex;
  align-items: baseline;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
}

.page-template-promos .max-width {
  max-width: 1100px;
  width: 90%;
}
.page-template-promos .max-width h3 {
  color: #000;
  font-size: 30px;
  margin-bottom: 0;
  text-transform: uppercase;
  margin: 40px 0 10px;
}
@media (max-width: 500px) {
  .page-template-promos .max-width h3 {
    font-size: 25px;
  }
}
.page-template-promos .max-width p.subtext {
  margin: -20px auto -60px auto;
}
@media (max-width: 768px) {
  .page-template-promos .max-width p.subtext {
    margin: -20px auto 0 auto;
  }
}
@media (max-width: 685px) {
  .page-template-promos .max-width p.subtext {
    margin: -10px auto 0 auto;
    line-height: 20px;
  }
}
.page-template-promos .max-width .promo-page-head {
  color: #000;
  text-align: left;
  text-transform: uppercase;
  font-size: 50px;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .page-template-promos .max-width .promo-page-head {
    font-size: 40px;
  }
}
@media (max-width: 500px) {
  .page-template-promos .max-width .promo-page-head {
    font-size: 30px;
  }
}
.page-template-promos .max-width .promotion-grid {
  margin: 0px 0 80px;
  justify-content: start;
}
@media (max-width: 768px) {
  .page-template-promos .max-width .promotion-grid {
    justify-content: space-between;
  }
}
@media (max-width: 685px) {
  .page-template-promos .max-width .promotion-grid {
    margin: 0px 0 40px;
  }
}
.page-template-promos .max-width .promotion-grid.online-grid {
  margin: 0px 0 -40px;
}
.page-template-promos .max-width .promotion-grid.online-grid .onlineonly {
  display: none;
}
.page-template-promos .max-width .promotion-grid .promo-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 21%;
  margin: 20px 2%;
  flex-wrap: wrap;
  transition: 1s all;
  color: #000;
}
@media (max-width: 768px) {
  .page-template-promos .max-width .promotion-grid .promo-container {
    justify-content: space-between;
    width: 29%;
  }
}
.page-template-promos .max-width .promotion-grid .promo-container.active, .page-template-promos .max-width .promotion-grid .promo-container.inactive1 {
  display: none;
}
.page-template-promos .max-width .promotion-grid .promo-container.inactive .button {
  margin-top: 10px;
}
@media (max-width: 768px) {
  .page-template-promos .max-width .promotion-grid .promo-container.inactive {
    width: 46%;
  }
  .page-template-promos .max-width .promotion-grid .promo-container.inactive:nth-of-type(1n + 7) {
    display: none;
  }
}
.page-template-promos .max-width .promotion-grid .promo-container.active1 {
  width: 29%;
}
@media (max-width: 768px) {
  .page-template-promos .max-width .promotion-grid .promo-container.active1 {
    width: 100%;
  }
}
.page-template-promos .max-width .promotion-grid .promo-container.online-promo:nth-child(1), .page-template-promos .max-width .promotion-grid .promo-container.online-promo:nth-child(3n), .page-template-promos .max-width .promotion-grid .promo-container.online-promo:nth-child(4n) {
  margin: 20px 0% 20px 0;
}
@media (max-width: 768px) {
  .page-template-promos .max-width .promotion-grid .promo-container.online-promo:nth-child(1), .page-template-promos .max-width .promotion-grid .promo-container.online-promo:nth-child(3n), .page-template-promos .max-width .promotion-grid .promo-container.online-promo:nth-child(4n) {
    margin: 20px 0;
  }
}
.page-template-promos .max-width .promotion-grid .promo-container.instore-promo:nth-child(1), .page-template-promos .max-width .promotion-grid .promo-container.instore-promo:nth-child(3n) {
  margin: 20px 2% 20px 0;
}
@media (max-width: 768px) {
  .page-template-promos .max-width .promotion-grid .promo-container.instore-promo:nth-child(1), .page-template-promos .max-width .promotion-grid .promo-container.instore-promo:nth-child(3n) {
    margin: 20px 0;
  }
}
.page-template-promos .max-width .promotion-grid .promo-container.closed-promo:nth-child(1) {
  margin: 20px 2% 20px 0%;
}
.page-template-promos .max-width .promotion-grid .promo-container.closed-promo:nth-child(4n) {
  margin: 20px 2% 20px 2%;
}
.page-template-promos .max-width .promotion-grid .promo-container.closed-promo:nth-child(5n) {
  margin: 20px 2% 20px 0%;
}
.page-template-promos .max-width .promotion-grid .promo-container .button {
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);
  margin-top: 0px;
  text-align: center;
  width: 100%;
  line-height: 20px;
  font-size: 18px;
}
.page-template-promos .max-width .promotion-grid .promo-container .button.no-click {
  pointer-events: none;
  line-height: 22px;
  padding: 10px;
  width: 100%;
  display: block;
  margin-top: -1px;
}
@media (max-width: 768px) {
  .page-template-promos .max-width .promotion-grid .promo-container .button {
    line-height: 17px;
  }
}
.page-template-promos .max-width .promotion-grid .promo-container .image {
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);
}
.page-template-promos .max-width .instore {
  margin-bottom: 60px;
}
.page-template-promos .max-width .instore .onlineonly {
  display: none;
}
.page-template-promos .max-width .onlineonly .instoreonline {
  display: none;
}

.newsletter-callout {
  background-color: black;
  display: flex;
  justify-content: center;
  color: white;
  flex-direction: column;
  align-items: end;
  padding: 40px;
  border-bottom: 1px solid yellow;
  font-size: 23px;
}
@media (max-width: 600px) {
  .newsletter-callout {
    font-size: 18px;
    align-items: center;
    text-align: center;
    line-height: 18px;
  }
}

@media (max-width: 768px) {
  .post-1078.hentry {
    margin: 0;
  }
}

.promo-info-enter {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1400px) {
  .promo-info-enter {
    min-height: 190px;
  }
}
@media (max-width: 1160px) {
  .promo-info-enter {
    min-height: 220px;
  }
}
@media (max-width: 768px) {
  .promo-info-enter {
    min-height: 150px;
  }
}

.promo-enter {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.promo-closed-container {
  width: 100%;
  min-height: 120px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1000px) {
  .promo-closed-container {
    min-height: 150px;
  }
}
@media (max-width: 700px) {
  .promo-closed-container {
    min-height: 120px;
  }
}
.promo-closed-container .promo-heading {
  margin-top: 20px;
}

.promo-heading {
  text-transform: uppercase;
  text-align: center;
  font-size: 20px;
  margin: 10px auto 0;
  line-height: 21px;
}

.promo-subheading {
  text-transform: uppercase;
  text-align: center;
  font-size: 16px;
  margin: 10px 0;
  line-height: 19px;
}

.page-id-158 .site-content {
  padding-top: 75px !important;
  margin-top: 0;
}

.page-template-default .site-content {
  padding-top: 125px !important;
  margin-top: 0;
}

.page-id-167 .site-content {
  margin-top: 0 !important;
}
.page-id-167 section.section3 {
  min-height: 100%;
  height: auto !important;
}

.page-template-promos .entry-header {
  display: none;
}

.page-template-contact .site-content,
.page-template-promos .site-content {
  padding-top: 125px !important;
  margin-top: 0;
}
.page-template-contact h1.entry-title,
.page-template-promos h1.entry-title {
  color: black;
}
.page-template-contact input#gform_submit_button_1,
.page-template-contact input#gform_submit_button_3,
.page-template-promos input#gform_submit_button_1,
.page-template-promos input#gform_submit_button_3 {
  color: white;
}
.page-template-contact .gform_wrapper.gravity-theme .gfield_label,
.page-template-promos .gform_wrapper.gravity-theme .gfield_label {
  margin-bottom: -6px;
  text-transform: uppercase;
}

.flavour-top {
  display: flex;
  align-items: center;
  justify-content: center;
}
.flavour-top .prod-button-container {
  width: 36%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 4vh;
}
.flavour-top .prod-button-container a {
  width: 28%;
  transition: all 0.4s ease-in-out;
}
.flavour-top .prod-button-container a:hover {
  transform: scale(1.1);
}

.poduct-grid-container {
  z-index: 200;
  width: 45%;
  max-width: 1100px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  position: relative;
  margin: 15vh;
}
.japanese-burst-home .poduct-grid-container {
  margin: 0 12vh 3vh;
  pointer-events: none;
}
@media (max-width: 821px) {
  .japanese-burst-home .poduct-grid-container {
    width: 60%;
    margin: 5vh 20vw 5vh;
  }
}
@media (max-width: 600px) {
  .japanese-burst-home .poduct-grid-container {
    width: 76%;
    margin: 5vh 5vw 5vh;
  }
}
@media (max-width: 821px) {
  .poduct-grid-container {
    width: 70%;
    margin: 10vh 5vw 10vh;
  }
}
.poduct-grid-container .home-products {
  width: 28%;
  transition: all 0.2s ease-in-out;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.poduct-grid-container .home-products .readmore {
  position: absolute;
  width: 52%;
  bottom: -19px;
  left: -18%;
  z-index: 3000;
}
@media (max-width: 600px) {
  .poduct-grid-container .home-products .readmore {
    width: 80%;
    left: -25%;
    bottom: -25px;
  }
}
.poduct-grid-container .home-products .readmore.readmore-peach {
  width: 42%;
}
@media (max-width: 600px) {
  .poduct-grid-container .home-products .readmore.readmore-peach {
    width: 70%;
    left: -25%;
  }
}
.poduct-grid-container .home-products .readmore.readmore-grape {
  width: 56%;
}
@media (max-width: 600px) {
  .poduct-grid-container .home-products .readmore.readmore-grape {
    width: 84%;
    left: -25%;
  }
}
.poduct-grid-container .home-products .newburst {
  position: absolute;
  width: 53%;
  top: -64px;
  right: -15%;
  z-index: 3000;
}
@media (max-width: 1150px) {
  .poduct-grid-container .home-products .newburst {
    top: -50px;
  }
}
@media (max-width: 850px) {
  .poduct-grid-container .home-products .newburst {
    top: -35px;
  }
}
@media (max-width: 600px) {
  .poduct-grid-container .home-products .newburst {
    width: 70%;
    right: -35%;
  }
}
.poduct-grid-container .home-products img {
  width: 100%;
}
.poduct-grid-container .home-products:hover {
  transform: scale(1.1);
}

.japanese-burst-home .home-products {
  width: 31%;
}

.japanese-burst-home .home-products-lemon {
  width: 38%;
  z-index: 2000;
}

.japanese-burst {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.japanese-burst .jap-text {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 80%;
}
.japanese-burst.japanese-burst-home {
  flex-direction: column;
}
.japanese-burst.japanese-burst-home .jap-text {
  top: 0;
  width: 90%;
}
@media (max-width: 850px) {
  .japanese-burst.japanese-burst-home .jap-text {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .japanese-burst.japanese-burst-home .jap-text {
    width: 200%;
  }
}
.page-template-flavours .japanese-burst {
  margin-top: 0;
}
.japanese-burst .jap-text {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 90%;
  opacity: 0.8;
}
.japanese-burst-home .japanese-burst .jap-text {
  top: 20vh;
  width: 100%;
}

.flavour-banner {
  width: 100vw;
  height: 45vh;
  display: flex;
  align-items: center;
  background-color: #000;
  justify-content: center;
  background-image: url("https://minus196.com.au/wp-content/uploads/2025/09/flav-benner.jpg");
  background-size: cover;
  background-position: center;
}
.flavour-banner hi {
  color: #fff;
  font-size: 70px;
}

.cart-contents {
  padding: 0 !important;
}

.page-id-158,
.page-id-160,
.page-id-167,
.page-id-173,
.page-template-contact,
.page-template-promos {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 800;
  font-style: normal;
  color: #000000;
}
.page-id-158 button.menu-toggle:after,
.page-id-158 button.menu-toggle:before,
.page-id-158 button.menu-toggle span:before,
.page-id-160 button.menu-toggle:after,
.page-id-160 button.menu-toggle:before,
.page-id-160 button.menu-toggle span:before,
.page-id-167 button.menu-toggle:after,
.page-id-167 button.menu-toggle:before,
.page-id-167 button.menu-toggle span:before,
.page-id-173 button.menu-toggle:after,
.page-id-173 button.menu-toggle:before,
.page-id-173 button.menu-toggle span:before,
.page-template-contact button.menu-toggle:after,
.page-template-contact button.menu-toggle:before,
.page-template-contact button.menu-toggle span:before,
.page-template-promos button.menu-toggle:after,
.page-template-promos button.menu-toggle:before,
.page-template-promos button.menu-toggle span:before {
  background-color: #000000;
}
.page-id-158 .main-navigation.toggled button.menu-toggle:after,
.page-id-158 .main-navigation.toggled button.menu-toggle:before,
.page-id-158 .main-navigation.toggled button.menu-toggle span:before,
.page-id-160 .main-navigation.toggled button.menu-toggle:after,
.page-id-160 .main-navigation.toggled button.menu-toggle:before,
.page-id-160 .main-navigation.toggled button.menu-toggle span:before,
.page-id-167 .main-navigation.toggled button.menu-toggle:after,
.page-id-167 .main-navigation.toggled button.menu-toggle:before,
.page-id-167 .main-navigation.toggled button.menu-toggle span:before,
.page-id-173 .main-navigation.toggled button.menu-toggle:after,
.page-id-173 .main-navigation.toggled button.menu-toggle:before,
.page-id-173 .main-navigation.toggled button.menu-toggle span:before,
.page-template-contact .main-navigation.toggled button.menu-toggle:after,
.page-template-contact .main-navigation.toggled button.menu-toggle:before,
.page-template-contact .main-navigation.toggled button.menu-toggle span:before,
.page-template-promos .main-navigation.toggled button.menu-toggle:after,
.page-template-promos .main-navigation.toggled button.menu-toggle:before,
.page-template-promos .main-navigation.toggled button.menu-toggle span:before {
  background-color: #ffffff;
}
.page-id-158 .main-navigation.toggled a.cart-contents,
.page-id-160 .main-navigation.toggled a.cart-contents,
.page-id-167 .main-navigation.toggled a.cart-contents,
.page-id-173 .main-navigation.toggled a.cart-contents,
.page-template-contact .main-navigation.toggled a.cart-contents,
.page-template-promos .main-navigation.toggled a.cart-contents {
  color: white !important;
}
.page-id-158 .main-navigation ul li a,
.page-id-158 .site-title a,
.page-id-158 ul.menu li a,
.page-id-158 .site-branding h1 a,
.page-id-158 button.menu-toggle,
.page-id-158 button.menu-toggle:hover,
.page-id-158 .handheld-navigation .dropdown-toggle,
.page-id-160 .main-navigation ul li a,
.page-id-160 .site-title a,
.page-id-160 ul.menu li a,
.page-id-160 .site-branding h1 a,
.page-id-160 button.menu-toggle,
.page-id-160 button.menu-toggle:hover,
.page-id-160 .handheld-navigation .dropdown-toggle,
.page-id-167 .main-navigation ul li a,
.page-id-167 .site-title a,
.page-id-167 ul.menu li a,
.page-id-167 .site-branding h1 a,
.page-id-167 button.menu-toggle,
.page-id-167 button.menu-toggle:hover,
.page-id-167 .handheld-navigation .dropdown-toggle,
.page-id-173 .main-navigation ul li a,
.page-id-173 .site-title a,
.page-id-173 ul.menu li a,
.page-id-173 .site-branding h1 a,
.page-id-173 button.menu-toggle,
.page-id-173 button.menu-toggle:hover,
.page-id-173 .handheld-navigation .dropdown-toggle,
.page-template-contact .main-navigation ul li a,
.page-template-contact .site-title a,
.page-template-contact ul.menu li a,
.page-template-contact .site-branding h1 a,
.page-template-contact button.menu-toggle,
.page-template-contact button.menu-toggle:hover,
.page-template-contact .handheld-navigation .dropdown-toggle,
.page-template-promos .main-navigation ul li a,
.page-template-promos .site-title a,
.page-template-promos ul.menu li a,
.page-template-promos .site-branding h1 a,
.page-template-promos button.menu-toggle,
.page-template-promos button.menu-toggle:hover,
.page-template-promos .handheld-navigation .dropdown-toggle {
  color: #000000;
}
.page-id-158 .site-content,
.page-id-160 .site-content,
.page-id-167 .site-content,
.page-id-173 .site-content,
.page-template-contact .site-content,
.page-template-promos .site-content {
  padding-top: 0;
}
.page-id-158 section,
.page-id-160 section,
.page-id-167 section,
.page-id-173 section,
.page-template-contact section,
.page-template-promos section {
  position: relative;
}
.page-id-158 .firstthreeBG,
.page-id-160 .firstthreeBG,
.page-id-167 .firstthreeBG,
.page-id-173 .firstthreeBG,
.page-template-contact .firstthreeBG,
.page-template-promos .firstthreeBG {
  background-size: cover;
  background-position: bottom center;
  background-attachment: fixed, scroll;
  background-repeat: no-repeat, repeat-y;
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
}
.page-id-158 .max-width,
.page-id-160 .max-width,
.page-id-167 .max-width,
.page-id-173 .max-width,
.page-template-contact .max-width,
.page-template-promos .max-width {
  width: 80%;
  max-width: 1200px;
}
.page-id-158 .main-nav,
.page-id-160 .main-nav,
.page-id-167 .main-nav,
.page-id-173 .main-nav,
.page-template-contact .main-nav,
.page-template-promos .main-nav {
  width: 100%;
  position: relative;
  z-index: 20;
}
.page-id-158 .main-nav ul,
.page-id-160 .main-nav ul,
.page-id-167 .main-nav ul,
.page-id-173 .main-nav ul,
.page-template-contact .main-nav ul,
.page-template-promos .main-nav ul {
  margin: 0 12px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.page-id-158 .main-nav ul li,
.page-id-160 .main-nav ul li,
.page-id-167 .main-nav ul li,
.page-id-173 .main-nav ul li,
.page-template-contact .main-nav ul li,
.page-template-promos .main-nav ul li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.page-id-158 .main-nav ul li a,
.page-id-160 .main-nav ul li a,
.page-id-167 .main-nav ul li a,
.page-id-173 .main-nav ul li a,
.page-template-contact .main-nav ul li a,
.page-template-promos .main-nav ul li a {
  text-transform: uppercase;
  display: inline-block;
  color: #000;
  text-decoration: none;
  padding: 20px 16px;
  font-size: 18px;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 800;
  font-style: normal;
}
.page-id-158 .nav-button,
.page-id-160 .nav-button,
.page-id-167 .nav-button,
.page-id-173 .nav-button,
.page-template-contact .nav-button,
.page-template-promos .nav-button {
  font-size: 30px;
}
.page-id-158 .close-svg,
.page-id-160 .close-svg,
.page-id-167 .close-svg,
.page-id-173 .close-svg,
.page-template-contact .close-svg,
.page-template-promos .close-svg {
  fill: #fff;
  fill: #fff;
}
.page-id-158 .hamburger,
.page-id-160 .hamburger,
.page-id-167 .hamburger,
.page-id-173 .hamburger,
.page-template-contact .hamburger,
.page-template-promos .hamburger {
  fill: #000000;
}
.page-id-158 .responsive-nav-wrapper,
.page-id-160 .responsive-nav-wrapper,
.page-id-167 .responsive-nav-wrapper,
.page-id-173 .responsive-nav-wrapper,
.page-template-contact .responsive-nav-wrapper,
.page-template-promos .responsive-nav-wrapper {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #ea1a37;
  background-color: #000000;
  position: fixed;
  z-index: 5000;
  display: flex;
  justify-content: center;
  align-items: center;
  visibility: hidden;
}
.page-id-158 .responsive-nav-wrapper .responsive-navigation ul,
.page-id-160 .responsive-nav-wrapper .responsive-navigation ul,
.page-id-167 .responsive-nav-wrapper .responsive-navigation ul,
.page-id-173 .responsive-nav-wrapper .responsive-navigation ul,
.page-template-contact .responsive-nav-wrapper .responsive-navigation ul,
.page-template-promos .responsive-nav-wrapper .responsive-navigation ul {
  margin: 0;
  padding: 0;
}
.page-id-158 .responsive-nav-wrapper .responsive-navigation ul li,
.page-id-160 .responsive-nav-wrapper .responsive-navigation ul li,
.page-id-167 .responsive-nav-wrapper .responsive-navigation ul li,
.page-id-173 .responsive-nav-wrapper .responsive-navigation ul li,
.page-template-contact .responsive-nav-wrapper .responsive-navigation ul li,
.page-template-promos .responsive-nav-wrapper .responsive-navigation ul li {
  list-style-type: none;
  display: flex;
  flex-direction: column;
}
.page-id-158 .responsive-nav-wrapper .responsive-navigation ul li a,
.page-id-160 .responsive-nav-wrapper .responsive-navigation ul li a,
.page-id-167 .responsive-nav-wrapper .responsive-navigation ul li a,
.page-id-173 .responsive-nav-wrapper .responsive-navigation ul li a,
.page-template-contact .responsive-nav-wrapper .responsive-navigation ul li a,
.page-template-promos .responsive-nav-wrapper .responsive-navigation ul li a {
  text-align: center;
  color: #ffffff;
  text-decoration: none;
  padding: 25px 10px;
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 300;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 800;
  font-style: normal;
}
.page-id-158 .responsive-nav-wrapper .responsive-navigation ul li.logo,
.page-id-160 .responsive-nav-wrapper .responsive-navigation ul li.logo,
.page-id-167 .responsive-nav-wrapper .responsive-navigation ul li.logo,
.page-id-173 .responsive-nav-wrapper .responsive-navigation ul li.logo,
.page-template-contact .responsive-nav-wrapper .responsive-navigation ul li.logo,
.page-template-promos .responsive-nav-wrapper .responsive-navigation ul li.logo {
  display: none;
}
.page-id-158 .responsive-nav-wrapper .close-nav,
.page-id-160 .responsive-nav-wrapper .close-nav,
.page-id-167 .responsive-nav-wrapper .close-nav,
.page-id-173 .responsive-nav-wrapper .close-nav,
.page-template-contact .responsive-nav-wrapper .close-nav,
.page-template-promos .responsive-nav-wrapper .close-nav {
  position: fixed;
  top: 20px;
  right: 20px;
  color: #fff;
}
.page-id-158 .mobile,
.page-id-160 .mobile,
.page-id-167 .mobile,
.page-id-173 .mobile,
.page-template-contact .mobile,
.page-template-promos .mobile {
  display: none;
}
.page-id-158 .desktop,
.page-id-160 .desktop,
.page-id-167 .desktop,
.page-id-173 .desktop,
.page-template-contact .desktop,
.page-template-promos .desktop {
  display: flex;
  flex-direction: column;
}
.page-id-158 a.nav-button.mobile,
.page-id-160 a.nav-button.mobile,
.page-id-167 a.nav-button.mobile,
.page-id-173 a.nav-button.mobile,
.page-template-contact a.nav-button.mobile,
.page-template-promos a.nav-button.mobile {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 10000;
}
.page-id-158 .banner,
.page-id-160 .banner,
.page-id-167 .banner,
.page-id-173 .banner,
.page-template-contact .banner,
.page-template-promos .banner {
  width: 80px;
  position: absolute;
  top: 50px;
  left: 28px;
  z-index: 3;
}
.page-id-158 .banner .sz-logo,
.page-id-160 .banner .sz-logo,
.page-id-167 .banner .sz-logo,
.page-id-173 .banner .sz-logo,
.page-template-contact .banner .sz-logo,
.page-template-promos .banner .sz-logo {
  margin-top: 10px;
}
.page-id-158 .page-header,
.page-id-160 .page-header,
.page-id-167 .page-header,
.page-id-173 .page-header,
.page-template-contact .page-header,
.page-template-promos .page-header {
  width: 80%;
  position: relative;
  z-index: 3;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-top: 90px;
}
.page-id-158 .page-header img,
.page-id-160 .page-header img,
.page-id-167 .page-header img,
.page-id-173 .page-header img,
.page-template-contact .page-header img,
.page-template-promos .page-header img {
  height: 100px;
}
.page-id-158 .section1,
.page-id-160 .section1,
.page-id-167 .section1,
.page-id-173 .section1,
.page-template-contact .section1,
.page-template-promos .section1 {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  flex-direction: column;
  height: 100vh;
}
@media (max-width: 821px) {
  .page-id-158 .section1,
  .page-id-160 .section1,
  .page-id-167 .section1,
  .page-id-173 .section1,
  .page-template-contact .section1,
  .page-template-promos .section1 {
    justify-content: flex-start;
    padding-top: 15vh;
  }
}
@media (max-width: 821px) and (max-height: 660px) {
  .page-id-158 .section1,
  .page-id-160 .section1,
  .page-id-167 .section1,
  .page-id-173 .section1,
  .page-template-contact .section1,
  .page-template-promos .section1 {
    min-height: 750px !important;
  }
}
.page-id-158 .section1 .extreme-spirit,
.page-id-160 .section1 .extreme-spirit,
.page-id-167 .section1 .extreme-spirit,
.page-id-173 .section1 .extreme-spirit,
.page-template-contact .section1 .extreme-spirit,
.page-template-promos .section1 .extreme-spirit {
  width: 200px;
  position: absolute;
  right: 50px;
  bottom: 50px;
}
@media (max-width: 821px) {
  .page-id-158 .section1 .extreme-spirit,
  .page-id-160 .section1 .extreme-spirit,
  .page-id-167 .section1 .extreme-spirit,
  .page-id-173 .section1 .extreme-spirit,
  .page-template-contact .section1 .extreme-spirit,
  .page-template-promos .section1 .extreme-spirit {
    width: 20%;
  }
}
@media (max-width: 600px) {
  .page-id-158 .section1 .extreme-spirit,
  .page-id-160 .section1 .extreme-spirit,
  .page-id-167 .section1 .extreme-spirit,
  .page-id-173 .section1 .extreme-spirit,
  .page-template-contact .section1 .extreme-spirit,
  .page-template-promos .section1 .extreme-spirit {
    width: 50%;
  }
}
.page-id-158 .section1 .can,
.page-id-160 .section1 .can,
.page-id-167 .section1 .can,
.page-id-173 .section1 .can,
.page-template-contact .section1 .can,
.page-template-promos .section1 .can {
  position: relative;
  height: 90vh;
  margin-top: 10vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-id-158 .section1 .can .jap-text,
.page-id-160 .section1 .can .jap-text,
.page-id-167 .section1 .can .jap-text,
.page-id-173 .section1 .can .jap-text,
.page-template-contact .section1 .can .jap-text,
.page-template-promos .section1 .can .jap-text {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 100%;
  mix-blend-mode: screen;
}
.page-id-158 .section1 .can .jap-text img,
.page-id-160 .section1 .can .jap-text img,
.page-id-167 .section1 .can .jap-text img,
.page-id-173 .section1 .can .jap-text img,
.page-template-contact .section1 .can .jap-text img,
.page-template-promos .section1 .can .jap-text img {
  height: 60vh;
}
.page-id-158 .section1 .can .can-image,
.page-id-160 .section1 .can .can-image,
.page-id-167 .section1 .can .can-image,
.page-id-173 .section1 .can .can-image,
.page-template-contact .section1 .can .can-image,
.page-template-promos .section1 .can .can-image {
  position: relative;
  z-index: 2;
}
.page-id-158 .section1 .can .can-image.lemon-can,
.page-id-160 .section1 .can .can-image.lemon-can,
.page-id-167 .section1 .can .can-image.lemon-can,
.page-id-173 .section1 .can .can-image.lemon-can,
.page-template-contact .section1 .can .can-image.lemon-can,
.page-template-promos .section1 .can .can-image.lemon-can {
  object-fit: contain;
  margin: 0 -75px 0;
}
.page-id-158 .section1 .can .can1,
.page-id-160 .section1 .can .can1,
.page-id-167 .section1 .can .can1,
.page-id-173 .section1 .can .can1,
.page-template-contact .section1 .can .can1,
.page-template-promos .section1 .can .can1 {
  width: 18%;
}
.page-id-158 .section1 .can .can2,
.page-id-160 .section1 .can .can2,
.page-id-167 .section1 .can .can2,
.page-id-173 .section1 .can .can2,
.page-template-contact .section1 .can .can2,
.page-template-promos .section1 .can .can2 {
  width: 20%;
  z-index: 200;
}
.page-id-158 .section1 .can .can3,
.page-id-160 .section1 .can .can3,
.page-id-167 .section1 .can .can3,
.page-id-173 .section1 .can .can3,
.page-template-contact .section1 .can .can3,
.page-template-promos .section1 .can .can3 {
  width: 18%;
}
.page-id-158 .section2,
.page-id-160 .section2,
.page-id-167 .section2,
.page-id-173 .section2,
.page-template-contact .section2,
.page-template-promos .section2 {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.page-id-158 .section2 .video-wrapper,
.page-id-160 .section2 .video-wrapper,
.page-id-167 .section2 .video-wrapper,
.page-id-173 .section2 .video-wrapper,
.page-template-contact .section2 .video-wrapper,
.page-template-promos .section2 .video-wrapper {
  position: relative;
  width: 50%;
}
@media (max-width: 680px) {
  .page-id-158 .section2 .video-wrapper,
  .page-id-160 .section2 .video-wrapper,
  .page-id-167 .section2 .video-wrapper,
  .page-id-173 .section2 .video-wrapper,
  .page-template-contact .section2 .video-wrapper,
  .page-template-promos .section2 .video-wrapper {
    width: 100%;
  }
}
.page-id-158 .headtext,
.page-id-160 .headtext,
.page-id-167 .headtext,
.page-id-173 .headtext,
.page-template-contact .headtext,
.page-template-promos .headtext {
  position: absolute;
  left: 80px;
  top: -10px;
  margin-top: 80px;
}
.page-id-158 .headtext a.button,
.page-id-160 .headtext a.button,
.page-id-167 .headtext a.button,
.page-id-173 .headtext a.button,
.page-template-contact .headtext a.button,
.page-template-promos .headtext a.button {
  padding: 18px 50px;
  font-size: 23px;
}
.page-id-158 .headtext img,
.page-id-160 .headtext img,
.page-id-167 .headtext img,
.page-id-173 .headtext img,
.page-template-contact .headtext img,
.page-template-promos .headtext img {
  width: auto;
  height: 12vh;
}
.page-id-158 .headtext.headtext--2lines,
.page-id-160 .headtext.headtext--2lines,
.page-id-167 .headtext.headtext--2lines,
.page-id-173 .headtext.headtext--2lines,
.page-template-contact .headtext.headtext--2lines,
.page-template-promos .headtext.headtext--2lines {
  position: relative;
  margin-top: 0px;
  left: 30px;
}
.page-id-158 .headtext.headtext--2lines img,
.page-id-160 .headtext.headtext--2lines img,
.page-id-167 .headtext.headtext--2lines img,
.page-id-173 .headtext.headtext--2lines img,
.page-template-contact .headtext.headtext--2lines img,
.page-template-promos .headtext.headtext--2lines img {
  height: 17vh;
  width: 100%;
}
.page-id-158 .lemon-head-text,
.page-id-160 .lemon-head-text,
.page-id-167 .lemon-head-text,
.page-id-173 .lemon-head-text,
.page-template-contact .lemon-head-text,
.page-template-promos .lemon-head-text {
  position: relative;
  width: 40%;
}
.page-id-158 .lemon-head-text .kanji,
.page-id-160 .lemon-head-text .kanji,
.page-id-167 .lemon-head-text .kanji,
.page-id-173 .lemon-head-text .kanji,
.page-template-contact .lemon-head-text .kanji,
.page-template-promos .lemon-head-text .kanji {
  margin-bottom: 3px;
}
.page-id-158 .lemon-head-text .kanji img,
.page-id-160 .lemon-head-text .kanji img,
.page-id-167 .lemon-head-text .kanji img,
.page-id-173 .lemon-head-text .kanji img,
.page-template-contact .lemon-head-text .kanji img,
.page-template-promos .lemon-head-text .kanji img {
  height: 20px;
  width: auto;
}
@media (max-width: 821px) {
  .page-id-158 .lemon-head-text .kanji img,
  .page-id-160 .lemon-head-text .kanji img,
  .page-id-167 .lemon-head-text .kanji img,
  .page-id-173 .lemon-head-text .kanji img,
  .page-template-contact .lemon-head-text .kanji img,
  .page-template-promos .lemon-head-text .kanji img {
    height: 15px;
  }
}
.page-id-158 .grape-head-text,
.page-id-160 .grape-head-text,
.page-id-167 .grape-head-text,
.page-id-173 .grape-head-text,
.page-template-contact .grape-head-text,
.page-template-promos .grape-head-text {
  position: relative;
}
.page-id-158 .section3,
.page-id-160 .section3,
.page-id-167 .section3,
.page-id-173 .section3,
.page-template-contact .section3,
.page-template-promos .section3 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  padding-top: 5vh;
}
.page-id-158 .section3 .video-wrapper-fullscreen,
.page-id-160 .section3 .video-wrapper-fullscreen,
.page-id-167 .section3 .video-wrapper-fullscreen,
.page-id-173 .section3 .video-wrapper-fullscreen,
.page-template-contact .section3 .video-wrapper-fullscreen,
.page-template-promos .section3 .video-wrapper-fullscreen {
  width: auto;
  height: 108vh;
  overflow: hidden;
}
.page-id-158 .section3 .wfc-grid,
.page-id-160 .section3 .wfc-grid,
.page-id-167 .section3 .wfc-grid,
.page-id-173 .section3 .wfc-grid,
.page-template-contact .section3 .wfc-grid,
.page-template-promos .section3 .wfc-grid {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70%;
  max-width: 1200px;
  position: relative;
}
.page-id-158 .section3 .wfc-grid .wfc-image,
.page-id-160 .section3 .wfc-grid .wfc-image,
.page-id-167 .section3 .wfc-grid .wfc-image,
.page-id-173 .section3 .wfc-grid .wfc-image,
.page-template-contact .section3 .wfc-grid .wfc-image,
.page-template-promos .section3 .wfc-grid .wfc-image {
  overflow: visible;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-id-158 .section3 .wfc-grid .wfc-image img,
.page-id-160 .section3 .wfc-grid .wfc-image img,
.page-id-167 .section3 .wfc-grid .wfc-image img,
.page-id-173 .section3 .wfc-grid .wfc-image img,
.page-template-contact .section3 .wfc-grid .wfc-image img,
.page-template-promos .section3 .wfc-grid .wfc-image img {
  scale: 1.6;
}
.page-id-158 .section4,
.page-id-160 .section4,
.page-id-167 .section4,
.page-id-173 .section4,
.page-template-contact .section4,
.page-template-promos .section4 {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 120vh;
}
@media (max-width: 800px) {
  .page-id-158 .section4,
  .page-id-160 .section4,
  .page-id-167 .section4,
  .page-id-173 .section4,
  .page-template-contact .section4,
  .page-template-promos .section4 {
    height: 100vh;
  }
}
.page-id-158 .section4 .fullscreenBGvid,
.page-id-160 .section4 .fullscreenBGvid,
.page-id-167 .section4 .fullscreenBGvid,
.page-id-173 .section4 .fullscreenBGvid,
.page-template-contact .section4 .fullscreenBGvid,
.page-template-promos .section4 .fullscreenBGvid {
  height: 120vh;
}
@media (max-width: 800px) {
  .page-id-158 .section4 .fullscreenBGvid,
  .page-id-160 .section4 .fullscreenBGvid,
  .page-id-167 .section4 .fullscreenBGvid,
  .page-id-173 .section4 .fullscreenBGvid,
  .page-template-contact .section4 .fullscreenBGvid,
  .page-template-promos .section4 .fullscreenBGvid {
    height: 100vh;
  }
}
.page-id-158 .can-grid,
.page-id-160 .can-grid,
.page-id-167 .can-grid,
.page-id-173 .can-grid,
.page-template-contact .can-grid,
.page-template-promos .can-grid {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 66%;
  margin-top: 8vh;
  position: relative;
  z-index: 40;
}
.page-id-158 .can-grid.can-grid--flavours,
.page-id-160 .can-grid.can-grid--flavours,
.page-id-167 .can-grid.can-grid--flavours,
.page-id-173 .can-grid.can-grid--flavours,
.page-template-contact .can-grid.can-grid--flavours,
.page-template-promos .can-grid.can-grid--flavours {
  margin-top: 14vh;
  width: 80%;
  justify-content: flex-start;
}
.page-id-158 .flavour-grid,
.page-id-160 .flavour-grid,
.page-id-167 .flavour-grid,
.page-id-173 .flavour-grid,
.page-template-contact .flavour-grid,
.page-template-promos .flavour-grid {
  display: flex;
  position: relative;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 60%;
  padding: 40px 0;
}
@media (max-width: 1450px) {
  .page-id-158 .flavour-grid,
  .page-id-160 .flavour-grid,
  .page-id-167 .flavour-grid,
  .page-id-173 .flavour-grid,
  .page-template-contact .flavour-grid,
  .page-template-promos .flavour-grid {
    width: 80%;
    padding: 0 0;
  }
}
@media (max-width: 821px) {
  .page-id-158 .flavour-grid,
  .page-id-160 .flavour-grid,
  .page-id-167 .flavour-grid,
  .page-id-173 .flavour-grid,
  .page-template-contact .flavour-grid,
  .page-template-promos .flavour-grid {
    flex-direction: column;
  }
  .page-id-158 .flavour-grid.flavour-grid-grape,
  .page-id-160 .flavour-grid.flavour-grid-grape,
  .page-id-167 .flavour-grid.flavour-grid-grape,
  .page-id-173 .flavour-grid.flavour-grid-grape,
  .page-template-contact .flavour-grid.flavour-grid-grape,
  .page-template-promos .flavour-grid.flavour-grid-grape {
    flex-direction: column-reverse;
  }
}
.page-id-158 .flavour-grid .can-grid-item,
.page-id-160 .flavour-grid .can-grid-item,
.page-id-167 .flavour-grid .can-grid-item,
.page-id-173 .flavour-grid .can-grid-item,
.page-template-contact .flavour-grid .can-grid-item,
.page-template-promos .flavour-grid .can-grid-item {
  width: 40%;
  position: relative;
}
@media (max-width: 821px) {
  .page-id-158 .flavour-grid .can-grid-item,
  .page-id-160 .flavour-grid .can-grid-item,
  .page-id-167 .flavour-grid .can-grid-item,
  .page-id-173 .flavour-grid .can-grid-item,
  .page-template-contact .flavour-grid .can-grid-item,
  .page-template-promos .flavour-grid .can-grid-item {
    width: 80%;
  }
}
.page-id-158 .flavour-grid .flavour-grid-item--text,
.page-id-160 .flavour-grid .flavour-grid-item--text,
.page-id-167 .flavour-grid .flavour-grid-item--text,
.page-id-173 .flavour-grid .flavour-grid-item--text,
.page-template-contact .flavour-grid .flavour-grid-item--text,
.page-template-promos .flavour-grid .flavour-grid-item--text {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 60%;
}
@media (max-width: 821px) {
  .page-id-158 .flavour-grid .flavour-grid-item--text,
  .page-id-160 .flavour-grid .flavour-grid-item--text,
  .page-id-167 .flavour-grid .flavour-grid-item--text,
  .page-id-173 .flavour-grid .flavour-grid-item--text,
  .page-template-contact .flavour-grid .flavour-grid-item--text,
  .page-template-promos .flavour-grid .flavour-grid-item--text {
    width: 100%;
  }
}
.page-id-158 .can-swap,
.page-id-160 .can-swap,
.page-id-167 .can-swap,
.page-id-173 .can-swap,
.page-template-contact .can-swap,
.page-template-promos .can-swap {
  width: 100%;
  max-width: 1500px;
}
.page-id-158 .can-swap .flavours-grid,
.page-id-160 .can-swap .flavours-grid,
.page-id-167 .can-swap .flavours-grid,
.page-id-173 .can-swap .flavours-grid,
.page-template-contact .can-swap .flavours-grid,
.page-template-promos .can-swap .flavours-grid {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  height: 100vh;
  width: 100%;
}
.page-id-158 .can-swap .flavours-grid .heroCan,
.page-id-160 .can-swap .flavours-grid .heroCan,
.page-id-167 .can-swap .flavours-grid .heroCan,
.page-id-173 .can-swap .flavours-grid .heroCan,
.page-template-contact .can-swap .flavours-grid .heroCan,
.page-template-promos .can-swap .flavours-grid .heroCan {
  width: 30%;
  position: relative;
  height: 100%;
}
.page-id-158 .rotatingCanLemon,
.page-id-160 .rotatingCanLemon,
.page-id-167 .rotatingCanLemon,
.page-id-173 .rotatingCanLemon,
.page-template-contact .rotatingCanLemon,
.page-template-promos .rotatingCanLemon {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  top: 0px;
  right: -200px;
  transform: rotate(3deg);
  transform-origin: top left;
  filter: contrast(1.1);
  max-width: 1242px;
}
.page-id-158 .rotatingCanLemon canvas,
.page-id-160 .rotatingCanLemon canvas,
.page-id-167 .rotatingCanLemon canvas,
.page-id-173 .rotatingCanLemon canvas,
.page-template-contact .rotatingCanLemon canvas,
.page-template-promos .rotatingCanLemon canvas {
  filter: contrast(1.1);
}
.page-id-158 .rotatingCanLemon.flavour-pg,
.page-id-160 .rotatingCanLemon.flavour-pg,
.page-id-167 .rotatingCanLemon.flavour-pg,
.page-id-173 .rotatingCanLemon.flavour-pg,
.page-template-contact .rotatingCanLemon.flavour-pg,
.page-template-promos .rotatingCanLemon.flavour-pg {
  left: 0;
  right: auto;
  top: auto;
  transform: rotate(-3deg);
  transform-origin: center;
  max-width: 1200px;
}
.page-id-158 .rotatingCanGrape,
.page-id-160 .rotatingCanGrape,
.page-id-167 .rotatingCanGrape,
.page-id-173 .rotatingCanGrape,
.page-template-contact .rotatingCanGrape,
.page-template-promos .rotatingCanGrape {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 100px;
  left: -200px;
  transform: rotate(-10deg);
  transform-origin: top left;
  max-width: 1142px;
}
.page-id-158 .rotatingCanGrape canvas,
.page-id-160 .rotatingCanGrape canvas,
.page-id-167 .rotatingCanGrape canvas,
.page-id-173 .rotatingCanGrape canvas,
.page-template-contact .rotatingCanGrape canvas,
.page-template-promos .rotatingCanGrape canvas {
  filter: contrast(1.1);
}
.page-id-158 .cans-width,
.page-id-160 .cans-width,
.page-id-167 .cans-width,
.page-id-173 .cans-width,
.page-template-contact .cans-width,
.page-template-promos .cans-width {
  width: 100%;
  height: 100vh;
  position: relative;
  max-width: 1500px;
}
@media (min-width: 1600px) {
  .page-id-158 .cans-width,
  .page-id-160 .cans-width,
  .page-id-167 .cans-width,
  .page-id-173 .cans-width,
  .page-template-contact .cans-width,
  .page-template-promos .cans-width {
    margin-top: -8%;
  }
}
@media (max-width: 1515px) {
  .page-id-158 .cans-width,
  .page-id-160 .cans-width,
  .page-id-167 .cans-width,
  .page-id-173 .cans-width,
  .page-template-contact .cans-width,
  .page-template-promos .cans-width {
    max-width: 1200px;
  }
}
@media (max-width: 800px) {
  .page-id-158 .cans-width,
  .page-id-160 .cans-width,
  .page-id-167 .cans-width,
  .page-id-173 .cans-width,
  .page-template-contact .cans-width,
  .page-template-promos .cans-width {
    transform: scale(0.8);
  }
}
@media (max-width: 550px) {
  .page-id-158 .cans-width,
  .page-id-160 .cans-width,
  .page-id-167 .cans-width,
  .page-id-173 .cans-width,
  .page-template-contact .cans-width,
  .page-template-promos .cans-width {
    transform: scale(0.65);
  }
}
@media (max-width: 450px) {
  .page-id-158 .cans-width,
  .page-id-160 .cans-width,
  .page-id-167 .cans-width,
  .page-id-173 .cans-width,
  .page-template-contact .cans-width,
  .page-template-promos .cans-width {
    transform: scale(0.6);
  }
}
.page-id-158 .cans-width .can-wrapper.grape img,
.page-id-160 .cans-width .can-wrapper.grape img,
.page-id-167 .cans-width .can-wrapper.grape img,
.page-id-173 .cans-width .can-wrapper.grape img,
.page-template-contact .cans-width .can-wrapper.grape img,
.page-template-promos .cans-width .can-wrapper.grape img {
  width: 160px;
  position: absolute;
  left: 30%;
  top: 80%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
@media (max-width: 850px) {
  .page-id-158 .cans-width .can-wrapper.grape img,
  .page-id-160 .cans-width .can-wrapper.grape img,
  .page-id-167 .cans-width .can-wrapper.grape img,
  .page-id-173 .cans-width .can-wrapper.grape img,
  .page-template-contact .cans-width .can-wrapper.grape img,
  .page-template-promos .cans-width .can-wrapper.grape img {
    width: 130px;
  }
}
@media (max-width: 550px) {
  .page-id-158 .cans-width .can-wrapper.grape img,
  .page-id-160 .cans-width .can-wrapper.grape img,
  .page-id-167 .cans-width .can-wrapper.grape img,
  .page-id-173 .cans-width .can-wrapper.grape img,
  .page-template-contact .cans-width .can-wrapper.grape img,
  .page-template-promos .cans-width .can-wrapper.grape img {
    top: 90%;
  }
}
.page-id-158 .cans-width .can-wrapper.lemon img,
.page-id-160 .cans-width .can-wrapper.lemon img,
.page-id-167 .cans-width .can-wrapper.lemon img,
.page-id-173 .cans-width .can-wrapper.lemon img,
.page-template-contact .cans-width .can-wrapper.lemon img,
.page-template-promos .cans-width .can-wrapper.lemon img {
  width: 160px;
  position: absolute;
  right: 18%;
  top: 35%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
@media (max-width: 850px) {
  .page-id-158 .cans-width .can-wrapper.lemon img,
  .page-id-160 .cans-width .can-wrapper.lemon img,
  .page-id-167 .cans-width .can-wrapper.lemon img,
  .page-id-173 .cans-width .can-wrapper.lemon img,
  .page-template-contact .cans-width .can-wrapper.lemon img,
  .page-template-promos .cans-width .can-wrapper.lemon img {
    top: 15%;
    right: 20%;
    width: 130px;
  }
}
@media (max-width: 550px) {
  .page-id-158 .cans-width .can-wrapper.lemon img,
  .page-id-160 .cans-width .can-wrapper.lemon img,
  .page-id-167 .cans-width .can-wrapper.lemon img,
  .page-id-173 .cans-width .can-wrapper.lemon img,
  .page-template-contact .cans-width .can-wrapper.lemon img,
  .page-template-promos .cans-width .can-wrapper.lemon img {
    right: 0%;
    top: 16%;
  }
}
.page-id-158 .head-text-container,
.page-id-160 .head-text-container,
.page-id-167 .head-text-container,
.page-id-173 .head-text-container,
.page-template-contact .head-text-container,
.page-template-promos .head-text-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: 80%;
}
.page-id-158 .flavour-section,
.page-id-160 .flavour-section,
.page-id-167 .flavour-section,
.page-id-173 .flavour-section,
.page-template-contact .flavour-section,
.page-template-promos .flavour-section {
  padding: 50px 0;
  display: flex;
  justify-content: center;
  position: relative;
  flex-direction: column;
  align-items: center;
}
.page-id-158 .flavour-section .head-text-container,
.page-id-160 .flavour-section .head-text-container,
.page-id-167 .flavour-section .head-text-container,
.page-id-173 .flavour-section .head-text-container,
.page-template-contact .flavour-section .head-text-container,
.page-template-promos .flavour-section .head-text-container {
  width: 100%;
}
.page-id-158 .one96-badge,
.page-id-160 .one96-badge,
.page-id-167 .one96-badge,
.page-id-173 .one96-badge,
.page-template-contact .one96-badge,
.page-template-promos .one96-badge {
  width: 80px;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 5;
}
.page-id-158 .wfc-lemon,
.page-id-160 .wfc-lemon,
.page-id-167 .wfc-lemon,
.page-id-173 .wfc-lemon,
.page-template-contact .wfc-lemon,
.page-template-promos .wfc-lemon {
  background-color: rgba(0, 0, 0, 0.85);
  border-radius: 20px;
  padding: 0px 10px 20px;
  margin-top: 30px;
  position: relative;
  height: 150px;
}
@media (max-width: 1018px) {
  .page-id-158 .wfc-lemon,
  .page-id-160 .wfc-lemon,
  .page-id-167 .wfc-lemon,
  .page-id-173 .wfc-lemon,
  .page-template-contact .wfc-lemon,
  .page-template-promos .wfc-lemon {
    margin-top: 50px;
  }
}
@media (max-width: 835px) {
  .page-id-158 .wfc-lemon,
  .page-id-160 .wfc-lemon,
  .page-id-167 .wfc-lemon,
  .page-id-173 .wfc-lemon,
  .page-template-contact .wfc-lemon,
  .page-template-promos .wfc-lemon {
    margin-top: 85px;
  }
}
@media (max-width: 736px) {
  .page-id-158 .wfc-lemon,
  .page-id-160 .wfc-lemon,
  .page-id-167 .wfc-lemon,
  .page-id-173 .wfc-lemon,
  .page-template-contact .wfc-lemon,
  .page-template-promos .wfc-lemon {
    margin-top: 125px;
  }
}
@media (min-width: 600px) {
  .page-id-158 .wfc-lemon,
  .page-id-160 .wfc-lemon,
  .page-id-167 .wfc-lemon,
  .page-id-173 .wfc-lemon,
  .page-template-contact .wfc-lemon,
  .page-template-promos .wfc-lemon {
    min-width: 354px;
  }
}
.page-id-158 .wfc-lemon div,
.page-id-160 .wfc-lemon div,
.page-id-167 .wfc-lemon div,
.page-id-173 .wfc-lemon div,
.page-template-contact .wfc-lemon div,
.page-template-promos .wfc-lemon div {
  display: flex;
  justify-content: space-between;
  height: 150px;
  padding: 10px 20px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  width: 95%;
}
.page-id-158 .wfc-lemon div img,
.page-id-160 .wfc-lemon div img,
.page-id-167 .wfc-lemon div img,
.page-id-173 .wfc-lemon div img,
.page-template-contact .wfc-lemon div img,
.page-template-promos .wfc-lemon div img {
  align-items: flex-start;
  justify-content: space-between;
  display: flex;
  padding-bottom: 13px;
  padding-right: 20px;
}
.page-id-158 .wfc-lemon div img.one96badge,
.page-id-160 .wfc-lemon div img.one96badge,
.page-id-167 .wfc-lemon div img.one96badge,
.page-id-173 .wfc-lemon div img.one96badge,
.page-template-contact .wfc-lemon div img.one96badge,
.page-template-promos .wfc-lemon div img.one96badge {
  width: 35%;
  max-width: 70px;
  padding-bottom: 0px;
  padding-right: 0;
}
.page-id-158 .tech-section1,
.page-id-160 .tech-section1,
.page-id-167 .tech-section1,
.page-id-173 .tech-section1,
.page-template-contact .tech-section1,
.page-template-promos .tech-section1 {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  align-items: center;
  height: 100vh;
  overflow: hidden;
}
.page-id-158 .wheretobuy,
.page-id-160 .wheretobuy,
.page-id-167 .wheretobuy,
.page-id-173 .wheretobuy,
.page-template-contact .wheretobuy,
.page-template-promos .wheretobuy {
  height: auto;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  align-items: center;
}
.page-id-158 .buynow-section,
.page-id-160 .buynow-section,
.page-id-167 .buynow-section,
.page-id-173 .buynow-section,
.page-template-contact .buynow-section,
.page-template-promos .buynow-section {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 100px;
}
.page-id-158 .buynow-grid,
.page-id-160 .buynow-grid,
.page-id-167 .buynow-grid,
.page-id-173 .buynow-grid,
.page-template-contact .buynow-grid,
.page-template-promos .buynow-grid {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 80%;
  margin-bottom: 100px;
}
.page-id-158 .buynow-grid .buynowgrid-item,
.page-id-160 .buynow-grid .buynowgrid-item,
.page-id-167 .buynow-grid .buynowgrid-item,
.page-id-173 .buynow-grid .buynowgrid-item,
.page-template-contact .buynow-grid .buynowgrid-item,
.page-template-promos .buynow-grid .buynowgrid-item {
  width: 20%;
  background: #000;
}
.page-id-158 .buynow-grid .buynowgrid-item img,
.page-id-160 .buynow-grid .buynowgrid-item img,
.page-id-167 .buynow-grid .buynowgrid-item img,
.page-id-173 .buynow-grid .buynowgrid-item img,
.page-template-contact .buynow-grid .buynowgrid-item img,
.page-template-promos .buynow-grid .buynowgrid-item img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  margin-left: 0%;
  margin-top: 0%;
  transition: 1s all;
}
.page-id-158 .buynow-grid .buynowgrid-item img:hover,
.page-id-160 .buynow-grid .buynowgrid-item img:hover,
.page-id-167 .buynow-grid .buynowgrid-item img:hover,
.page-id-173 .buynow-grid .buynowgrid-item img:hover,
.page-template-contact .buynow-grid .buynowgrid-item img:hover,
.page-template-promos .buynow-grid .buynowgrid-item img:hover {
  opacity: 0.5;
  cursor: pointer;
}
.page-id-158 .text-conatiner-flavour,
.page-id-160 .text-conatiner-flavour,
.page-id-167 .text-conatiner-flavour,
.page-id-173 .text-conatiner-flavour,
.page-template-contact .text-conatiner-flavour,
.page-template-promos .text-conatiner-flavour {
  display: block;
  position: relative;
  width: 100%;
  margin-top: 20px;
}
.page-id-158 .text-container-flavour-lemon,
.page-id-160 .text-container-flavour-lemon,
.page-id-167 .text-container-flavour-lemon,
.page-id-173 .text-container-flavour-lemon,
.page-template-contact .text-container-flavour-lemon,
.page-template-promos .text-container-flavour-lemon {
  position: relative;
  width: 100%;
  z-index: 2;
}
.page-id-158 .text-container-flavour-grape,
.page-id-160 .text-container-flavour-grape,
.page-id-167 .text-container-flavour-grape,
.page-id-173 .text-container-flavour-grape,
.page-template-contact .text-container-flavour-grape,
.page-template-promos .text-container-flavour-grape {
  position: relative;
  width: 100%;
  z-index: 2;
  opacity: 1;
}
.page-id-158 .can-swap-button,
.page-id-160 .can-swap-button,
.page-id-167 .can-swap-button,
.page-id-173 .can-swap-button,
.page-template-contact .can-swap-button,
.page-template-promos .can-swap-button {
  cursor: pointer;
  top: 50px;
  right: 20px;
  z-index: 10;
}
.page-id-158 .flavour-grid-item,
.page-id-160 .flavour-grid-item,
.page-id-167 .flavour-grid-item,
.page-id-173 .flavour-grid-item,
.page-template-contact .flavour-grid-item,
.page-template-promos .flavour-grid-item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.page-id-158 .flavour-grid-item .can-swap-parent,
.page-id-160 .flavour-grid-item .can-swap-parent,
.page-id-167 .flavour-grid-item .can-swap-parent,
.page-id-173 .flavour-grid-item .can-swap-parent,
.page-template-contact .flavour-grid-item .can-swap-parent,
.page-template-promos .flavour-grid-item .can-swap-parent {
  display: flex;
}
.page-id-158 .flavour-grid-item .can-swap-parent.rotate,
.page-id-160 .flavour-grid-item .can-swap-parent.rotate,
.page-id-167 .flavour-grid-item .can-swap-parent.rotate,
.page-id-173 .flavour-grid-item .can-swap-parent.rotate,
.page-template-contact .flavour-grid-item .can-swap-parent.rotate,
.page-template-promos .flavour-grid-item .can-swap-parent.rotate {
  transform: rotate(-35deg);
}
.page-id-158 .flavour-grid-item .can-swap-parent .product-1,
.page-id-160 .flavour-grid-item .can-swap-parent .product-1,
.page-id-167 .flavour-grid-item .can-swap-parent .product-1,
.page-id-173 .flavour-grid-item .can-swap-parent .product-1,
.page-template-contact .flavour-grid-item .can-swap-parent .product-1,
.page-template-promos .flavour-grid-item .can-swap-parent .product-1 {
  width: 80%;
  margin: 10px auto;
}
.page-id-158 .flavour-grid-item--button,
.page-id-160 .flavour-grid-item--button,
.page-id-167 .flavour-grid-item--button,
.page-id-173 .flavour-grid-item--button,
.page-template-contact .flavour-grid-item--button,
.page-template-promos .flavour-grid-item--button {
  width: 8vw;
}
.page-id-158 .lge-callout-text,
.page-id-160 .lge-callout-text,
.page-id-167 .lge-callout-text,
.page-id-173 .lge-callout-text,
.page-template-contact .lge-callout-text,
.page-template-promos .lge-callout-text {
  position: relative;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  margin-top: 15px;
}
.page-id-158 .lge-callout-text h2,
.page-id-160 .lge-callout-text h2,
.page-id-167 .lge-callout-text h2,
.page-id-173 .lge-callout-text h2,
.page-template-contact .lge-callout-text h2,
.page-template-promos .lge-callout-text h2 {
  margin: 15px 0 8px;
  font-size: 24px;
  line-height: 24px;
  color: black;
  font-weight: 800;
}
.page-id-158 .section5,
.page-id-160 .section5,
.page-id-167 .section5,
.page-id-173 .section5,
.page-template-contact .section5,
.page-template-promos .section5 {
  background-image: url("/wp-content/themes/storefront-child-theme-master/img/merch-bg.jpg");
  background-position: center;
  background-size: cover;
  overflow: hidden;
  position: relative;
  height: 150vh;
}
.page-id-158 .fullscreenBGvid,
.page-id-160 .fullscreenBGvid,
.page-id-167 .fullscreenBGvid,
.page-id-173 .fullscreenBGvid,
.page-template-contact .fullscreenBGvid,
.page-template-promos .fullscreenBGvid {
  object-fit: cover;
  width: 100vw;
  height: 108vh;
  position: absolute;
  top: 0;
  left: 0;
}
.page-id-158 .section6,
.page-id-160 .section6,
.page-id-167 .section6,
.page-id-173 .section6,
.page-template-contact .section6,
.page-template-promos .section6 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #000;
  padding-bottom: 0 !important;
}
.page-id-158 .heading,
.page-id-160 .heading,
.page-id-167 .heading,
.page-id-173 .heading,
.page-template-contact .heading,
.page-template-promos .heading {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: bold;
  font-style: normal;
  position: relative;
  z-index: 5;
  font-size: 30px;
  padding: 40px 0;
  color: #ffec00;
  width: 100%;
  display: inline-block;
}
.page-id-158 .form-container,
.page-id-160 .form-container,
.page-id-167 .form-container,
.page-id-173 .form-container,
.page-template-contact .form-container,
.page-template-promos .form-container {
  margin: 60px auto 20px;
}
.page-id-158 .form-container input,
.page-id-160 .form-container input,
.page-id-167 .form-container input,
.page-id-173 .form-container input,
.page-template-contact .form-container input,
.page-template-promos .form-container input {
  width: 100%;
  margin-bottom: 10px;
  padding: 10px;
  font-size: 19px;
  border-radius: 2px;
  border: 1px solid;
  -webkit-appearance: none;
}
.page-id-158 .form-container input:focus,
.page-id-160 .form-container input:focus,
.page-id-167 .form-container input:focus,
.page-id-173 .form-container input:focus,
.page-template-contact .form-container input:focus,
.page-template-promos .form-container input:focus {
  outline: none;
}
.page-id-158 .form-container textarea,
.page-id-160 .form-container textarea,
.page-id-167 .form-container textarea,
.page-id-173 .form-container textarea,
.page-template-contact .form-container textarea,
.page-template-promos .form-container textarea {
  width: 100%;
  margin-bottom: 10px;
  padding: 10px;
  font-size: 19px;
  border-radius: 2px;
  border: 1px solid;
  -webkit-appearance: none;
}
.page-id-158 .form-container textarea:focus,
.page-id-160 .form-container textarea:focus,
.page-id-167 .form-container textarea:focus,
.page-id-173 .form-container textarea:focus,
.page-template-contact .form-container textarea:focus,
.page-template-promos .form-container textarea:focus {
  outline: none;
}
.page-id-158 .form-container input#submit,
.page-id-160 .form-container input#submit,
.page-id-167 .form-container input#submit,
.page-id-173 .form-container input#submit,
.page-template-contact .form-container input#submit,
.page-template-promos .form-container input#submit {
  background-color: black;
  color: white;
  text-transform: uppercase;
  font-size: 32px;
  border: none;
  width: 200px;
  transition: 1s all;
  border-radius: 2px;
  -webkit-appearance: none;
}
.page-id-158 .form-container input#submit:hover,
.page-id-160 .form-container input#submit:hover,
.page-id-167 .form-container input#submit:hover,
.page-id-173 .form-container input#submit:hover,
.page-template-contact .form-container input#submit:hover,
.page-template-promos .form-container input#submit:hover {
  cursor: pointer;
  background-color: #222;
}
.page-id-158 .flavourspage .mainContent,
.page-id-160 .flavourspage .mainContent,
.page-id-167 .flavourspage .mainContent,
.page-id-173 .flavourspage .mainContent,
.page-template-contact .flavourspage .mainContent,
.page-template-promos .flavourspage .mainContent {
  padding-top: 20px;
}
.page-id-158 .homeblurb,
.page-id-160 .homeblurb,
.page-id-167 .homeblurb,
.page-id-173 .homeblurb,
.page-template-contact .homeblurb,
.page-template-promos .homeblurb {
  text-align: center;
  font-size: 22px;
  font-weight: 500;
  line-height: 28px;
  position: relative;
  z-index: 2000;
}
.page-id-158 .homeblurb p,
.page-id-160 .homeblurb p,
.page-id-167 .homeblurb p,
.page-id-173 .homeblurb p,
.page-template-contact .homeblurb p,
.page-template-promos .homeblurb p {
  margin: 20px 0;
}
.page-id-158 .angle-wrap,
.page-id-160 .angle-wrap,
.page-id-167 .angle-wrap,
.page-id-173 .angle-wrap,
.page-template-contact .angle-wrap,
.page-template-promos .angle-wrap {
  margin-top: 55vh;
  transform: rotate(-16deg);
  width: 120%;
}
.page-id-158 .tickertape-wrapper,
.page-id-160 .tickertape-wrapper,
.page-id-167 .tickertape-wrapper,
.page-id-173 .tickertape-wrapper,
.page-template-contact .tickertape-wrapper,
.page-template-promos .tickertape-wrapper {
  width: 220%;
  display: flex;
  overflow: visible;
  flex-direction: row;
  padding: 0;
  margin-left: -10%;
  margin-right: -10%;
  transform: scale(1.2);
}
.page-id-158 .tickertape-wrapper .ticker-items,
.page-id-160 .tickertape-wrapper .ticker-items,
.page-id-167 .tickertape-wrapper .ticker-items,
.page-id-173 .tickertape-wrapper .ticker-items,
.page-template-contact .tickertape-wrapper .ticker-items,
.page-template-promos .tickertape-wrapper .ticker-items {
  display: inline;
  margin: 0;
  padding: 0;
}
.page-id-158 .tickertape-wrapper .tickertape-item,
.page-id-160 .tickertape-wrapper .tickertape-item,
.page-id-167 .tickertape-wrapper .tickertape-item,
.page-id-173 .tickertape-wrapper .tickertape-item,
.page-template-contact .tickertape-wrapper .tickertape-item,
.page-template-promos .tickertape-wrapper .tickertape-item {
  border: 4px solid #ffec00;
  margin: 5px;
  padding: 0;
  width: 4%;
  display: inline-block;
  overflow: hidden;
  position: relative;
}
@media (max-width: 835px) {
  .page-id-158 .tickertape-wrapper .tickertape-item,
  .page-id-160 .tickertape-wrapper .tickertape-item,
  .page-id-167 .tickertape-wrapper .tickertape-item,
  .page-id-173 .tickertape-wrapper .tickertape-item,
  .page-template-contact .tickertape-wrapper .tickertape-item,
  .page-template-promos .tickertape-wrapper .tickertape-item {
    border: 2px solid #ffec00;
    width: 5%;
  }
}
.page-id-158 .tickertape-wrapper .tickertape-item::before,
.page-id-160 .tickertape-wrapper .tickertape-item::before,
.page-id-167 .tickertape-wrapper .tickertape-item::before,
.page-id-173 .tickertape-wrapper .tickertape-item::before,
.page-template-contact .tickertape-wrapper .tickertape-item::before,
.page-template-promos .tickertape-wrapper .tickertape-item::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.page-id-158 .tickertape-wrapper .tickertape-item img,
.page-id-160 .tickertape-wrapper .tickertape-item img,
.page-id-167 .tickertape-wrapper .tickertape-item img,
.page-id-173 .tickertape-wrapper .tickertape-item img,
.page-template-contact .tickertape-wrapper .tickertape-item img,
.page-template-promos .tickertape-wrapper .tickertape-item img {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.page-id-158 .shop-ticker,
.page-id-160 .shop-ticker,
.page-id-167 .shop-ticker,
.page-id-173 .shop-ticker,
.page-template-contact .shop-ticker,
.page-template-promos .shop-ticker {
  position: relative;
  display: flex;
  width: 200%;
  align-items: center;
  justify-content: space-around;
  left: -100%;
}
.page-id-158 .shop-ticker .shop-ticker-item,
.page-id-160 .shop-ticker .shop-ticker-item,
.page-id-167 .shop-ticker .shop-ticker-item,
.page-id-173 .shop-ticker .shop-ticker-item,
.page-template-contact .shop-ticker .shop-ticker-item,
.page-template-promos .shop-ticker .shop-ticker-item {
  display: inline-block;
  padding: 30px 0;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 2.7vw;
  -webkit-text-stroke: 1px white;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
}
.page-id-158 .lem-burst4,
.page-id-160 .lem-burst4,
.page-id-167 .lem-burst4,
.page-id-173 .lem-burst4,
.page-template-contact .lem-burst4,
.page-template-promos .lem-burst4 {
  opacity: 1;
}
.page-id-158 .wfc-container-grape,
.page-id-160 .wfc-container-grape,
.page-id-167 .wfc-container-grape,
.page-id-173 .wfc-container-grape,
.page-template-contact .wfc-container-grape,
.page-template-promos .wfc-container-grape {
  opacity: 1;
}
.page-id-158 .callout-icon--grape,
.page-id-160 .callout-icon--grape,
.page-id-167 .callout-icon--grape,
.page-id-173 .callout-icon--grape,
.page-template-contact .callout-icon--grape,
.page-template-promos .callout-icon--grape {
  opacity: 1;
}
.page-id-158 .greenvid,
.page-id-160 .greenvid,
.page-id-167 .greenvid,
.page-id-173 .greenvid,
.page-template-contact .greenvid,
.page-template-promos .greenvid {
  opacity: 1;
}
.page-id-158 .plyr__control--overlaid,
.page-id-160 .plyr__control--overlaid,
.page-id-167 .plyr__control--overlaid,
.page-id-173 .plyr__control--overlaid,
.page-template-contact .plyr__control--overlaid,
.page-template-promos .plyr__control--overlaid {
  background: #ca2133 !important;
}
.page-id-158 .plyr--video .plyr__control:hover,
.page-id-160 .plyr--video .plyr__control:hover,
.page-id-167 .plyr--video .plyr__control:hover,
.page-id-173 .plyr--video .plyr__control:hover,
.page-template-contact .plyr--video .plyr__control:hover,
.page-template-promos .plyr--video .plyr__control:hover {
  background: #ca2133 !important;
}
.page-id-158 .plyr--full-ui input[type=range],
.page-id-160 .plyr--full-ui input[type=range],
.page-id-167 .plyr--full-ui input[type=range],
.page-id-173 .plyr--full-ui input[type=range],
.page-template-contact .plyr--full-ui input[type=range],
.page-template-promos .plyr--full-ui input[type=range] {
  color: #ca2133 !important;
}
.page-id-158 .hidden,
.page-id-160 .hidden,
.page-id-167 .hidden,
.page-id-173 .hidden,
.page-template-contact .hidden,
.page-template-promos .hidden {
  display: none !important;
}
.page-id-158 [hidden],
.page-id-160 [hidden],
.page-id-167 [hidden],
.page-id-173 [hidden],
.page-template-contact [hidden],
.page-template-promos [hidden] {
  display: none !important;
}
.page-id-158 .visually-hidden,
.page-id-160 .visually-hidden,
.page-id-167 .visually-hidden,
.page-id-173 .visually-hidden,
.page-template-contact .visually-hidden,
.page-template-promos .visually-hidden {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.page-id-158 .visually-hidden.focusable:active,
.page-id-160 .visually-hidden.focusable:active,
.page-id-167 .visually-hidden.focusable:active,
.page-id-173 .visually-hidden.focusable:active,
.page-template-contact .visually-hidden.focusable:active,
.page-template-promos .visually-hidden.focusable:active {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}
.page-id-158 .visually-hidden.focusable:focus,
.page-id-160 .visually-hidden.focusable:focus,
.page-id-167 .visually-hidden.focusable:focus,
.page-id-173 .visually-hidden.focusable:focus,
.page-template-contact .visually-hidden.focusable:focus,
.page-template-promos .visually-hidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}
.page-id-158 .invisible,
.page-id-160 .invisible,
.page-id-167 .invisible,
.page-id-173 .invisible,
.page-template-contact .invisible,
.page-template-promos .invisible {
  visibility: hidden;
}
.page-id-158 .clearfix::before,
.page-id-160 .clearfix::before,
.page-id-167 .clearfix::before,
.page-id-173 .clearfix::before,
.page-template-contact .clearfix::before,
.page-template-promos .clearfix::before {
  content: "";
  display: table;
}
.page-id-158 .clearfix::after,
.page-id-160 .clearfix::after,
.page-id-167 .clearfix::after,
.page-id-173 .clearfix::after,
.page-template-contact .clearfix::after,
.page-template-promos .clearfix::after {
  content: "";
  display: table;
  clear: both;
}
@media (max-width: 800px) {
  .page-id-158 section,
  .page-id-160 section,
  .page-id-167 section,
  .page-id-173 section,
  .page-template-contact section,
  .page-template-promos section {
    min-height: 90vh;
  }
  .page-id-158 .mobile,
  .page-id-160 .mobile,
  .page-id-167 .mobile,
  .page-id-173 .mobile,
  .page-template-contact .mobile,
  .page-template-promos .mobile {
    display: flex;
    flex-direction: column;
  }
  .page-id-158 .desktop,
  .page-id-160 .desktop,
  .page-id-167 .desktop,
  .page-id-173 .desktop,
  .page-template-contact .desktop,
  .page-template-promos .desktop {
    display: none;
  }
}
@media (max-width: 1200px) {
  .page-id-158 .banner,
  .page-id-160 .banner,
  .page-id-167 .banner,
  .page-id-173 .banner,
  .page-template-contact .banner,
  .page-template-promos .banner {
    width: 60px;
    top: 50px;
    left: 20px;
  }
  .page-id-158 .buynow-section,
  .page-id-160 .buynow-section,
  .page-id-167 .buynow-section,
  .page-id-173 .buynow-section,
  .page-template-contact .buynow-section,
  .page-template-promos .buynow-section {
    margin-top: 60px;
  }
}
@media (max-width: 1000px) {
  .page-id-158 .banner,
  .page-id-160 .banner,
  .page-id-167 .banner,
  .page-id-173 .banner,
  .page-template-contact .banner,
  .page-template-promos .banner {
    width: 50px;
    top: 50px;
    left: 20px;
  }
  .page-id-158 .section1 .extreme-spirit,
  .page-id-160 .section1 .extreme-spirit,
  .page-id-167 .section1 .extreme-spirit,
  .page-id-173 .section1 .extreme-spirit,
  .page-template-contact .section1 .extreme-spirit,
  .page-template-promos .section1 .extreme-spirit {
    width: 200px;
  }
  .page-id-158 .section1 .can .jap-text,
  .page-id-160 .section1 .can .jap-text,
  .page-id-167 .section1 .can .jap-text,
  .page-id-173 .section1 .can .jap-text,
  .page-template-contact .section1 .can .jap-text,
  .page-template-promos .section1 .can .jap-text {
    width: 75%;
  }
  .page-id-158 .section1 .can .can-image.grape-can,
  .page-id-160 .section1 .can .can-image.grape-can,
  .page-id-167 .section1 .can .can-image.grape-can,
  .page-id-173 .section1 .can .can-image.grape-can,
  .page-template-contact .section1 .can .can-image.grape-can,
  .page-template-promos .section1 .can .can-image.grape-can {
    width: 240px;
    margin-top: 10px;
  }
  .page-id-158 .section1 .can .can-image.lemon-can,
  .page-id-160 .section1 .can .can-image.lemon-can,
  .page-id-167 .section1 .can .can-image.lemon-can,
  .page-id-173 .section1 .can .can-image.lemon-can,
  .page-template-contact .section1 .can .can-image.lemon-can,
  .page-template-promos .section1 .can .can-image.lemon-can {
    width: 300px;
  }
  .page-id-158 .buynow-grid .buynowgrid-item,
  .page-id-160 .buynow-grid .buynowgrid-item,
  .page-id-167 .buynow-grid .buynowgrid-item,
  .page-id-173 .buynow-grid .buynowgrid-item,
  .page-template-contact .buynow-grid .buynowgrid-item,
  .page-template-promos .buynow-grid .buynowgrid-item {
    width: 33%;
  }
}
@media (max-width: 680px) {
  .page-id-158 .banner,
  .page-id-160 .banner,
  .page-id-167 .banner,
  .page-id-173 .banner,
  .page-template-contact .banner,
  .page-template-promos .banner {
    display: block;
  }
  .page-id-158 .banner .sz-logo,
  .page-id-160 .banner .sz-logo,
  .page-id-167 .banner .sz-logo,
  .page-id-173 .banner .sz-logo,
  .page-template-contact .banner .sz-logo,
  .page-template-promos .banner .sz-logo {
    display: none;
  }
  .page-id-158 .flavourspage .banner,
  .page-id-160 .flavourspage .banner,
  .page-id-167 .flavourspage .banner,
  .page-id-173 .flavourspage .banner,
  .page-template-contact .flavourspage .banner,
  .page-template-promos .flavourspage .banner {
    display: none;
  }
  .page-id-158 .homepage .banner .sz-logo,
  .page-id-160 .homepage .banner .sz-logo,
  .page-id-167 .homepage .banner .sz-logo,
  .page-id-173 .homepage .banner .sz-logo,
  .page-template-contact .homepage .banner .sz-logo,
  .page-template-promos .homepage .banner .sz-logo {
    display: block;
  }
  .page-id-158 .page-header,
  .page-id-160 .page-header,
  .page-id-167 .page-header,
  .page-id-173 .page-header,
  .page-template-contact .page-header,
  .page-template-promos .page-header {
    margin-top: 122px;
    margin-left: 0px;
  }
  .page-id-158 .page-header img,
  .page-id-160 .page-header img,
  .page-id-167 .page-header img,
  .page-id-173 .page-header img,
  .page-template-contact .page-header img,
  .page-template-promos .page-header img {
    height: 60px;
  }
}
@media (max-width: 821px) {
  .page-id-158 .headtext,
  .page-id-160 .headtext,
  .page-id-167 .headtext,
  .page-id-173 .headtext,
  .page-template-contact .headtext,
  .page-template-promos .headtext {
    left: 20px;
    top: 40px;
    margin-top: 0;
  }
  .page-id-158 .headtext a.button,
  .page-id-160 .headtext a.button,
  .page-id-167 .headtext a.button,
  .page-id-173 .headtext a.button,
  .page-template-contact .headtext a.button,
  .page-template-promos .headtext a.button {
    padding: 10px 30px;
    font-size: 18px;
  }
  .page-id-158 .headtext img,
  .page-id-160 .headtext img,
  .page-id-167 .headtext img,
  .page-id-173 .headtext img,
  .page-template-contact .headtext img,
  .page-template-promos .headtext img {
    width: auto;
    height: 7vh;
  }
  .page-id-158 .headtext.headtext--2lines,
  .page-id-160 .headtext.headtext--2lines,
  .page-id-167 .headtext.headtext--2lines,
  .page-id-173 .headtext.headtext--2lines,
  .page-template-contact .headtext.headtext--2lines,
  .page-template-promos .headtext.headtext--2lines {
    position: absolute;
    margin-top: 0px;
    left: 0;
    top: 0;
    width: 100%;
    display: block;
  }
  .page-id-158 .section3 .wfc-grid .wfc-image,
  .page-id-160 .section3 .wfc-grid .wfc-image,
  .page-id-167 .section3 .wfc-grid .wfc-image,
  .page-id-173 .section3 .wfc-grid .wfc-image,
  .page-template-contact .section3 .wfc-grid .wfc-image,
  .page-template-promos .section3 .wfc-grid .wfc-image {
    margin-bottom: -10vh;
    height: 27vh;
    max-height: 220px;
    min-height: 173px;
  }
  .page-id-158 .section3 .wfc-grid .wfc-image img,
  .page-id-160 .section3 .wfc-grid .wfc-image img,
  .page-id-167 .section3 .wfc-grid .wfc-image img,
  .page-id-173 .section3 .wfc-grid .wfc-image img,
  .page-template-contact .section3 .wfc-grid .wfc-image img,
  .page-template-promos .section3 .wfc-grid .wfc-image img {
    scale: 1.6;
  }
  .page-id-158 .wfc-lemon,
  .page-id-160 .wfc-lemon,
  .page-id-167 .wfc-lemon,
  .page-id-173 .wfc-lemon,
  .page-template-contact .wfc-lemon,
  .page-template-promos .wfc-lemon {
    width: 100%;
    margin: 50px auto;
    padding: 0;
    height: 180px;
  }
  .page-id-158 .wfc-lemon div,
  .page-id-160 .wfc-lemon div,
  .page-id-167 .wfc-lemon div,
  .page-id-173 .wfc-lemon div,
  .page-template-contact .wfc-lemon div,
  .page-template-promos .wfc-lemon div {
    padding: 23px 20px;
    width: 90%;
    margin: 0 auto;
    height: 180px;
  }
  .page-id-158 .wfc-lemon div img,
  .page-id-160 .wfc-lemon div img,
  .page-id-167 .wfc-lemon div img,
  .page-id-173 .wfc-lemon div img,
  .page-template-contact .wfc-lemon div img,
  .page-template-promos .wfc-lemon div img {
    width: 75%;
  }
  .page-id-158 .buynow-grid .buynowgrid-item,
  .page-id-160 .buynow-grid .buynowgrid-item,
  .page-id-167 .buynow-grid .buynowgrid-item,
  .page-id-173 .buynow-grid .buynowgrid-item,
  .page-template-contact .buynow-grid .buynowgrid-item,
  .page-template-promos .buynow-grid .buynowgrid-item {
    width: 50%;
  }
  .page-id-158 .section5,
  .page-id-160 .section5,
  .page-id-167 .section5,
  .page-id-173 .section5,
  .page-template-contact .section5,
  .page-template-promos .section5 {
    height: 100vh;
    background-position: 74%;
  }
  .page-id-158 .fullscreenBGvid,
  .page-id-160 .fullscreenBGvid,
  .page-id-167 .fullscreenBGvid,
  .page-id-173 .fullscreenBGvid,
  .page-template-contact .fullscreenBGvid,
  .page-template-promos .fullscreenBGvid {
    height: 200vh;
  }
  .page-id-158 .homeblurb,
  .page-id-160 .homeblurb,
  .page-id-167 .homeblurb,
  .page-id-173 .homeblurb,
  .page-template-contact .homeblurb,
  .page-template-promos .homeblurb {
    margin-top: 6vh;
    margin-bottom: 6vh;
  }
}
@media (max-width: 821px) and (max-width: 680px) {
  .page-id-158 .homeblurb,
  .page-id-160 .homeblurb,
  .page-id-167 .homeblurb,
  .page-id-173 .homeblurb,
  .page-template-contact .homeblurb,
  .page-template-promos .homeblurb {
    margin-bottom: 0;
  }
}
@media (max-width: 821px) {
  .page-id-158 .homeblurb p,
  .page-id-160 .homeblurb p,
  .page-id-167 .homeblurb p,
  .page-id-173 .homeblurb p,
  .page-template-contact .homeblurb p,
  .page-template-promos .homeblurb p {
    font-size: 22px;
    line-height: 27px;
    margin: 10px 0;
  }
  .page-id-158 .angle-wrap,
  .page-id-160 .angle-wrap,
  .page-id-167 .angle-wrap,
  .page-id-173 .angle-wrap,
  .page-template-contact .angle-wrap,
  .page-template-promos .angle-wrap {
    margin-top: 28vh;
    width: 180%;
  }
  .page-id-158 .tickertape-wrapper,
  .page-id-160 .tickertape-wrapper,
  .page-id-167 .tickertape-wrapper,
  .page-id-173 .tickertape-wrapper,
  .page-template-contact .tickertape-wrapper,
  .page-template-promos .tickertape-wrapper {
    width: 350%;
  }
  .page-id-158 .shop-ticker,
  .page-id-160 .shop-ticker,
  .page-id-167 .shop-ticker,
  .page-id-173 .shop-ticker,
  .page-template-contact .shop-ticker,
  .page-template-promos .shop-ticker {
    width: 600%;
    left: -300%;
  }
  .page-id-158 .shop-ticker .shop-ticker-item,
  .page-id-160 .shop-ticker .shop-ticker-item,
  .page-id-167 .shop-ticker .shop-ticker-item,
  .page-id-173 .shop-ticker .shop-ticker-item,
  .page-template-contact .shop-ticker .shop-ticker-item,
  .page-template-promos .shop-ticker .shop-ticker-item {
    font-size: 50px;
    padding: 10px 0;
  }
  .page-id-158 .footNav ul li a,
  .page-id-160 .footNav ul li a,
  .page-id-167 .footNav ul li a,
  .page-id-173 .footNav ul li a,
  .page-template-contact .footNav ul li a,
  .page-template-promos .footNav ul li a {
    padding: 6px 12px;
    font-size: 14px;
    white-space: nowrap;
  }
}
@media (max-width: 700px) {
  .page-id-158 .wfc-lemon,
  .page-id-160 .wfc-lemon,
  .page-id-167 .wfc-lemon,
  .page-id-173 .wfc-lemon,
  .page-template-contact .wfc-lemon,
  .page-template-promos .wfc-lemon {
    margin-top: 55px;
  }
}
@media (min-width: 1400px) {
  .page-id-158 .homeblurb,
  .page-id-160 .homeblurb,
  .page-id-167 .homeblurb,
  .page-id-173 .homeblurb,
  .page-template-contact .homeblurb,
  .page-template-promos .homeblurb {
    font-size: 25px;
    line-height: 25px;
  }
  .page-id-158 .homeblurb p,
  .page-id-160 .homeblurb p,
  .page-id-167 .homeblurb p,
  .page-id-173 .homeblurb p,
  .page-template-contact .homeblurb p,
  .page-template-promos .homeblurb p {
    margin: 40px 0;
  }
}

@media (max-width: 414px) {
  .section3 .wfc-grid .wfc-image {
    min-height: 230px !important;
  }
}
@media (max-width: 530px) {
  .section2 {
    height: 40vh !important;
    min-height: 40vh !important;
  }
  .section2 .potency {
    width: 100px;
    display: none;
  }
  .section2 .authentic {
    width: 200px;
    display: none;
  }
  .section3 {
    padding-top: 0 !important;
  }
  .section3 .wfc-grid {
    flex-direction: column;
    width: 80%;
    margin-bottom: 8vh;
    margin-top: 0;
  }
}
@media (max-width: 530px) and (max-height: 660px) {
  .section3 .wfc-grid .wfc-image {
    min-height: 225px !important;
  }
}
@media (max-width: 414px) {
  .section3 .wfc-grid .wfc-image {
    min-height: 280px !important;
  }
}
.page-id-158 section {
  min-height: auto;
  padding-bottom: 30px;
  height: auto;
}

.headtext a.button {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: bold;
  font-style: normal;
  margin-top: 13px;
}

@media (max-width: 1032px) {
  .main-navigation ul.menu > li > a,
  .main-navigation ul.nav-menu > li > a {
    padding: 1.2em 0.5em;
  }
}

.site-header ul.menu li.current-menu-item {
  background-color: #000000;
}
.site-header ul.menu li.current-menu-item a {
  color: #ffffff;
}

.cls-1 {
  fill: #000000;
}

.cls-1,
.cls-2 {
  stroke-width: 0px;
}

.cls-2 {
  fill: #ffffff;
}

.suntory {
  fill: #000000;
}

.woocommerce-page .suntory {
  fill: #ffffff;
}

.nav-menu {
  margin-left: 0 !important;
}
.nav-menu li a {
  color: #000000;
  transition: all 0.3s;
}
.single-product .nav-menu li a, .page-template-comingsoon .nav-menu li a {
  color: #ffffff;
}
.woocommerce-page .nav-menu li a {
  color: #ffffff;
}
.current_page_item .nav-menu li a {
  color: #ffffff !important;
}
.single-product .current_page_item .nav-menu li a, .page-template-comingsoon .current_page_item .nav-menu li a {
  color: #000000;
}
.woocommerce-page .current_page_item .nav-menu li a {
  color: #000000;
}
.nav-menu li a:hover {
  cursor: pointer;
  color: #222222;
}

.main-navigation ul li a,
.site-title a,
ul.menu li a,
.site-branding h1 a,
button.menu-toggle,
button.menu-toggle:hover,
.handheld-navigation .dropdown-toggle {
  color: #000000;
}

.heading {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 800;
  font-style: normal;
  position: relative;
  z-index: 5;
  font-size: 30px;
  padding: 40px 0;
  color: #ffec00;
  text-align: center;
}

.single-product div#content {
  padding-top: 107px;
}

#primary {
  z-index: 6;
  position: relative;
}

p.gform_required_legend {
  display: none !important;
}

.wfc-flex {
  width: 100%;
}
.wfc-flex .box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
  height: 50vh;
  overflow: hidden;
  min-height: 500px;
}
@media (max-width: 835px) {
  .wfc-flex .box {
    flex-direction: column;
    height: auto;
  }
}
@media (min-width: 1440px) {
  .wfc-flex .box {
    height: 70vh;
  }
}
.wfc-flex .box.right {
  flex-direction: row-reverse;
}
@media (max-width: 835px) {
  .wfc-flex .box.right {
    flex-direction: column;
  }
}
.wfc-flex .box div {
  width: 50%;
}
@media (max-width: 835px) {
  .wfc-flex .box div {
    width: 100%;
  }
}
.wfc-flex .box div.text {
  padding: 5vw 10vw 10vw 5vw;
  margin: 0 auto;
}
@media (max-width: 1350px) {
  .wfc-flex .box div.text {
    padding: 2vw 4vw 4vw 3vw;
  }
}
@media (max-width: 935px) {
  .wfc-flex .box div.text {
    padding: 0 10vw 4vw 1vw;
  }
}
@media (max-width: 835px) {
  .wfc-flex .box div.text {
    padding: 0 14vw 9vh 7vw;
  }
}
@media (max-width: 821px) {
  .wfc-flex .box div.text {
    padding: 0 21vw 11vh 0vw;
  }
}
.wfc-flex .box div.text h1 {
  color: #000000;
}
.wfc-flex .box div.text p {
  font-size: 23px;
  margin-bottom: 0;
}
.wfc-flex .box div.img {
  overflow: hidden;
  height: 100%;
  position: relative;
  min-height: 550px;
}
@media (max-width: 835px) {
  .wfc-flex .box div.img {
    max-height: 515px;
    min-height: 400px;
  }
}
.wfc-flex .box div.img img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  height: 100%;
}
@media (max-width: 1775px) {
  .wfc-flex .box div.img img {
    transform: translate(-50%, -50%);
    transform-origin: top;
  }
}
@media (max-width: 835px) {
  .wfc-flex .box div.img img {
    left: 0%;
    top: 0%;
    transform: scale(1.4);
  }
}
@media (max-width: 630px) {
  .wfc-flex .box div.img img {
    transform: scale(1.2);
  }
}

.max-width {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

.age-gate__heading {
  width: 50%;
  max-width: 125px;
}

.age-gate {
  background-image: url("https://minus196.com.au/wp-content/uploads/2025/09/Bottom-Mist_k0n2om.webp");
  background-size: cover;
  background-repeat: no-repeat;
  border: 3px solid #ffec00;
}

button.age-gate-button,
button.age-gate-submit-no,
button.age-gate-submit-yes,
button.age-gate__button,
button.age-gate__submit--no,
button.age-gate__submit--yes {
  background-color: #ffec00;
  color: black;
}

div#gform_confirmation_wrapper_1 {
  padding-bottom: 500px;
}
@media (max-width: 821px) {
  div#gform_confirmation_wrapper_1 {
    padding-bottom: 300px;
  }
}

div#gform_confirmation_message_1 {
  font-size: 19px;
}

.tp-image-wrapper {
  overflow: hidden;
  margin-bottom: 27px;
}
.tp-image-wrapper::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.tp-image-wrapper img {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}

.promos-btn {
  margin: 0 auto 90px;
  text-align: center;
}
.promos-btn p {
  color: #000000;
  font-size: 22px;
  margin-bottom: 12px;
  line-height: 19px;
  letter-spacing: -0.5px;
}
@media (max-width: 600px) {
  .promos-btn p {
    display: none;
  }
}
.promos-btn .button {
  margin: 0px auto 12px;
  font-size: 27px;
}
@media (max-width: 600px) {
  .promos-btn .button {
    margin: 0px auto 0;
    font-size: 21px;
  }
}
@media (max-width: 600px) {
  .promos-btn {
    width: auto;
    background-color: rgba(0, 0, 0, 0);
    padding: 0;
  }
}

.techno {
  padding: 100px 0 80px;
  max-width: 1400px;
  margin: 0 auto;
  width: 90%;
}
.techno h1 {
  color: #000;
}
@media (max-width: 821px) {
  .techno h1 {
    font-size: 26px;
  }
}
.techno p {
  font-size: 24px;
}

.button-div {
  position: absolute;
  right: 5%;
  bottom: 5%;
}
@media (max-width: 821px) {
  .button-div {
    bottom: 20%;
  }
}
.button-div a.button {
  padding: 10px 30px;
  font-size: 18px;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: bold;
  font-style: normal;
  margin-top: 13px;
}
.button-div img {
  width: auto;
  height: 7vh;
}

a.button-red {
  padding: 5px 40px;
  background-color: #c72133;
  text-transform: uppercase;
  font-size: 27px;
  position: relative;
  z-index: 2000;
  color: #ffffff !important;
  margin: 10px auto;
  display: inline-block;
  transition: all 0.3s;
  border: 1px solid #c72133;
}
a.button-red.button-large {
  padding: 8px 50px;
  font-size: 35px;
}
@media (max-width: 821px) {
  a.button-red.button-large {
    padding: 5px 40px;
    font-size: 27px;
  }
}
a.button-red:hover {
  background-color: #000;
  border: 1px solid #ffffff;
}

.cart-button-new {
  background-color: #ffec00;
  border-color: #ffec00;
  color: #000000;
  text-transform: uppercase;
  padding: 10px 17px;
  display: inline-block;
  font-weight: 700;
}
.cart-button-new:hover {
  background-color: #c72133;
  border-color: #c72133;
  color: #ffffff;
  cursor: pointer;
}

@media (max-width: 620px) {
  .page-id-167 .section2 {
    height: auto !important;
    min-height: fit-content !important;
  }
}

@media (max-width: 768px) {
  ul.products li.product .price,
  ul.products .wc-block-grid__product .price,
  .wc-block-grid__products li.product .price,
  .wc-block-grid__products .wc-block-grid__product .price {
    padding-bottom: 1rem;
  }
}

@media (max-width: 1032px) {
  .main-navigation ul.menu > li > a,
  .main-navigation ul.nav-menu > li > a {
    padding: 0.2em 5px;
  }
}
@media (max-width: 767px) {
  .main-navigation ul.menu > li > a,
  .main-navigation ul.nav-menu > li > a {
    padding: 1em 5px;
  }
}

body.error404 #primary {
  z-index: 6;
  position: relative;
  margin-top: 150px;
}

.page-id-39 .banner.landing img {
  min-height: 50vh;
  object-fit: cover;
}
@media (max-width: 767px) {
  .page-id-39 .banner.landing img {
    min-height: 70vh;
    object-fit: cover;
  }
}

.woocommerce-message {
  width: 90%;
  margin: 0 auto;
  max-width: 1200px;
  background-color: #2f2f2f;
  color: #ffffff;
}
.woocommerce-message a.button.wc-forward {
  color: white;
}
.woocommerce-message a.button.wc-forward:hover {
  color: #cc1818;
}

div.gform_validation_errors {
  display: none;
}

.page-id-313 p {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: bold;
  font-style: normal;
}
.page-id-313 div#gform_fields_3 {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: bold;
  font-style: normal;
}
.page-id-313 .ginput_container.ginput_container_radio {
  margin-bottom: -15px;
}
.page-id-313 input#gform_submit_button_3 {
  margin-top: 15px;
}

.gform_wrapper.gravity-theme .gfield_validation_message,
.gform_wrapper.gravity-theme .validation_message {
  background: rgba(255, 249, 249, 0);
  border: none;
  font-size: 14.992px;
  margin-top: 8px;
  padding: 12.992px 24px;
  padding: 0 !important;
}

.site {
  overflow-x: hidden !important;
}

sup {
  text-transform: uppercase;
}

p.stock.in-stock {
  display: none;
}

select#size {
  padding: 5px 20px;
}

.woocommerce-variation-add-to-cart.variations_button {
  display: flex;
  align-items: baseline;
}
.woocommerce-variation-add-to-cart.variations_button p.sizes {
  order: 3;
  text-decoration: underline;
  margin-left: 15px;
}
.woocommerce-variation-add-to-cart.variations_button p.sizes:hover {
  cursor: pointer;
}

.pum-container {
  background-color: #1e1e1e !important;
}

.popmake-title {
  text-align: center !important;
  color: white !important;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 800;
  font-style: normal;
}
@media (max-width: 821px) {
  .popmake-title {
    font-size: 25px;
  }
}

@media (max-width: 821px) {
  .demo td,
  .demo th {
    padding: 1em 0.41575em;
    font-size: 13px;
  }
}

.ul.af_list li.af_item {
  color: #000000 !important;
}

.af_item {
  color: #000000 !important;
}

ul.woocommerce-error {
  max-width: 1200px;
  margin: 0 auto;
  width: 90%;
}

.news_gsap {
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 100vw;
  overflow: hidden;
  white-space: nowrap;
  display: block;
}
.news_gsap .ticker-items,
.news_gsap .ticker-wrapper {
  display: inline-block;
}
.news_gsap li {
  list-style: none;
  margin: 0 8em 0 0;
  padding: 0;
  display: inline-block;
  padding: 0;
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
}

.bundle_form .cart .variations select,
.bundled_product .cart .variations .bundled_variation_attribute_value,
.single-product div.product .bundle_form .cart .variations select {
  padding: 5px 20px;
}

.bundle_form label {
  text-transform: capitalize;
}

.bundled_product_excerpt.product_excerpt {
  display: none;
}

h4.bundled_product_title {
  margin-bottom: 0;
}

table.ui-datepicker-calendar:not(.has-background) tbody tr:nth-child(2n) td,
table.ui-datepicker-calendar fieldset,
table.ui-datepicker-calendar fieldset legend {
  background-color: #f6f7f7 !important;
}

.page-id-853 h1.entry-title,
.page-id-853 h2 {
  text-align: center;
}

.page-template-comingsoon #primary {
  z-index: 6;
  position: relative;
  margin: 30vh 0 20vh 0;
  text-align: center;
}

.wfc-container {
  margin-top: 20px;
  width: 50%;
  padding: 20px;
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1450px) {
  .wfc-container {
    width: 40%;
  }
}
@media (max-width: 821px) {
  .wfc-container {
    width: 70%;
  }
}
.wfc-container .wfc-left {
  width: 70%;
}
.wfc-container .wfc-right {
  width: 20%;
  margin-left: 10%;
}

.lemon-right {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  text-align: right;
}
.lemon-right .lemon-head-text .kanji {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  text-align: right;
}
@media (max-width: 821px) {
  .lemon-right {
    align-items: flex-start;
    text-align: left;
  }
  .lemon-right .lemon-head-text .kanji {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    text-align: right;
  }
}

@media (max-width: 821px) {
  #menu-main-nav {
    margin-right: 0;
  }
}
#menu-main-nav .cart {
  position: relative;
}
#menu-main-nav .cart a {
  padding: 0 0;
}
#menu-main-nav .count {
  background: #c72133;
  color: #fff;
  border-radius: 2em;
  height: 18px;
  line-height: 18px;
  position: absolute;
  right: -6px;
  text-align: center;
  top: 106%;
  transform: translateY(-100%) translateX(15%);
  width: 18px;
  font-weight: 500;
  font-size: 14px;
}
@media (max-width: 821px) {
  #menu-main-nav .count {
    right: auto;
  }
}

.woocommerce-active .site-header .main-navigation {
  width: 100% !important;
  float: left;
  margin-right: 0 !important;
  clear: both;
  padding-right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 821px) {
  .woocommerce-active .site-header .main-navigation {
    padding-right: 0;
  }
}

.material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 500, "GRAD" 0, "opsz" 24;
  position: relative;
  top: 4px;
}

@media (max-width: 768px) {
  svg#LOGO {
    width: 200px;
  }
}

h1.largehead {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-top: 14px;
  position: relative;
  z-index: 2000;
  padding-left: 130px;
  width: 100%;
  margin-top: 100px;
}
@media (max-width: 768px) {
  h1.largehead {
    padding-left: 25px;
    margin-top: 70px;
  }
}
h1.largehead.buying {
  justify-content: space-between;
  align-items: end;
  width: 80%;
  padding: 0;
}
h1.largehead.largehead-merch {
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  h1.largehead.largehead-merch {
    padding-left: 25px;
  }
}
h1.largehead.largehead-merch img {
  min-height: 10px !important;
}
.page-id-158 h1.largehead {
  margin-top: 30px;
}
@media (max-width: 768px) {
  .page-id-158 h1.largehead {
    margin-top: 5px;
  }
}
h1.largehead img {
  width: 25%;
  max-width: 500px;
}
@media (max-width: 900px) {
  h1.largehead img {
    width: 35%;
  }
}
@media (max-width: 821px) {
  h1.largehead img {
    width: 50%;
  }
}

.thirsty-callout {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #000000;
  text-transform: uppercase;
  font-size: 24px;
  margin-bottom: 40px;
}
@media (max-width: 821px) {
  .thirsty-callout {
    font-size: 18px;
  }
}

.merch-callout {
  display: flex;
  width: 100%;
  align-items: flex-start;
  flex-direction: column;
  color: #000000;
  text-transform: uppercase;
  font-size: 24px;
  margin-bottom: 40px;
  margin-top: 20px;
  margin-left: 20px;
}

.new-merch-callout {
  display: flex;
  width: 100%;
  align-items: flex-end;
  flex-direction: column;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 24px;
  position: absolute;
  bottom: 40px;
  right: 30px;
}
@media (max-width: 821px) {
  .new-merch-callout {
    font-size: 14px;
  }
}

.section-footer-form {
  background-color: #000000;
  color: #ffffff;
  padding: 0;
}
.page-id-188 .section-footer-form .max-width {
  display: none;
}
.section-footer-form h2 {
  font-weight: 800;
  color: #ffec00 !important;
  font-size: 2.617924em;
  margin-bottom: 0 !important;
}
@media (max-width: 821px) {
  .section-footer-form h2 {
    font-size: 1.7em;
  }
}
.section-footer-form h3 {
  font-weight: 800;
  color: #ffffff !important;
  font-size: 1.8em;
  padding-top: 0;
  border-top: 0;
  text-transform: uppercase;
}
@media (max-width: 821px) {
  .section-footer-form h3 {
    font-size: 1.2em;
  }
}

.heading-home {
  display: flex;
  width: 70%;
  margin: 0 auto;
  max-width: 480px;
  position: relative;
  top: 0;
  z-index: 800;
  padding-top: 80px;
  pointer-events: none;
  padding-left: 2px;
}
@media (max-width: 821px) {
  .heading-home {
    padding-top: 0;
    width: 80%;
  }
}

.callout-icons .burst {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  width: 27%;
  position: absolute;
  z-index: 10;
  overflow: hidden;
  right: 0;
  bottom: 10px;
  right: 5%;
  filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.2));
}
.callout-icons .burst img {
  padding-bottom: 10px;
}

.footer-form {
  padding: 40px 0 20px;
}

.heading-foot {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: bold;
  font-style: normal;
  position: relative;
  z-index: 5;
  font-size: 30px;
  padding: 40px 0;
  color: #ffec00;
  width: 100%;
  display: inline-block;
  text-align: center;
}

.wc-block-components-notice-banner {
  width: 86%;
  max-width: 1200px;
  margin: 0 auto !important;
}
@media (max-width: 821px) {
  .wc-block-components-notice-banner {
    width: 90%;
  }
}

.button-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}
@media (max-width: 821px) {
  .button-container {
    flex-wrap: wrap;
  }
  .button-container .call-to-action {
    margin-top: 10px;
  }
}

.wfc-flex p {
  font-weight: 500;
}

.storefront-product-section .section-title {
  text-align: left;
}

tr.cart_item td a {
  color: #ffffff;
}

a.size-guide,
a.reset_variations {
  color: #ffffff;
}

abbr.required {
  border: none !important;
  text-decoration: none !important;
}

.page-template-termsandconditions .entry-title {
  text-align: center;
}
.page-template-termsandconditions .primary-navigation li:hover {
  background-color: white !important;
}
.page-template-termsandconditions .primary-navigation li a {
  color: white !important;
}
.page-template-termsandconditions .primary-navigation li a:hover {
  color: black !important;
}
.page-template-termsandconditions .site-main {
  margin-top: 100px;
}

.gform_wrapper.gravity-theme .ginput_container_date input {
  width: 100% !important;
}

.page-id-1845 .main-navigation ul li a {
  color: #f6f7f7 !important;
}

#site-header-cart {
  display: none !important;
}
