@charset "UTF-8";
/*

cleanslate.css

inspired by;
reset.css - http://meyerweb.com/eric/tools/css/reset/ 
normalize.css - http://git.io/normalize 

*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*:focus {
  outline: none;
  outline: 0;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, input, textarea, select, button, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  vertical-align: baseline;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

a,
a:hover, a:active, a:focus {
  text-decoration: none;
  outline: 0 !important;
}

::selection {
  background: #000;
  color: #FFF;
}

::-moz-selection {
  background: #000;
  color: #FFF;
}

/* HTML5 display definitions
========================================================================== 
*/
/*
 * Corrects `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

/*
 * Corrects `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/*
	Addresses styling for `hidden` attribute not present in IE 7/8/9, Firefox 3, and Safari 4.
	Known issue: no IE 6 support.
*/
[hidden] {
  display: none;
}

/*
	1. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using `em` units.
	2. Prevents iOS text size adjust after orientation change, without disabling user zoom.
*/
html {
  font-size: 100%; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -ms-text-size-adjust: 100%; /* 2 */
}

/*
	Addresses `font-family` inconsistency between `textarea` and other form elements.
*/
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

/*
 * Addresses margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0;
  line-height: 1;
}

/*  Links
========================================================================== 
*/
/*
	Addresses `outline` inconsistency between Chrome and other browsers.
*/
a:focus {
  outline: thin dotted;
}

/*
	Improves readability when focused and also mouse hovered in all browsers.
*/
a:active,
a:hover {
  outline: 0;
}

/*
Typography
========================================================================== 
*/
/*
 * Addresses styling not present in IE 7/8/9, Safari 5, and Chrome.


abbr[title] 
{
    border-bottom: 1px dotted;
}
*/
/*
	Addresses style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.

b,
strong {
	font-weight: bold;
}
*/
/*
	Corrects font family set oddly in IE 6, Safari 4/5, and Chrome.
*/
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

/*
	Improves readability of pre-formatted text in all browsers.
*/
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/*
 * Addresses CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none;
}

/*
 * Addresses `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: "";
  content: none;
}

/*
 * Addresses inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/*
Lists
========================================================================== 
*/
dl,
dd,
menu,
ol,
ul,
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improves image quality when scaled in IE 7.
 */
img {
  border: 0; /* 1 */
  -ms-interpolation-mode: bicubic; /* 2 */
}

/*
 * Corrects overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE 6/7/8/9.
 * 2. Corrects text not wrapping in Firefox 3.
 * 3. Corrects alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0; /* 1 */
  padding: 0;
  white-space: normal; /* 2 */
  *margin-left: -7px; /* 3 */
}

/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%; /* 1 */
  margin: 0; /* 2 */
  vertical-align: baseline; /* 3 */
  *vertical-align: middle; /* 3 */
}

/*
Addresses Firefox 3+ setting `line-height` on `input` using `!important` in the UA stylesheet.
*/
button,
input {
  line-height: normal;
}

/*
1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio` and `video` controls.
2. Corrects inability to style clickable `input` types in iOS.
3. Improves usability and consistency of cursor style between image-type `input` and others.
4. Removes inner spacing in IE 7 without affecting normal text inputs. Known issue: inner spacing remains in IE 6.
*/
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: default;
  cursor: pointer; /* 3 */
  *overflow: visible; /* 4 */
}

/*
Re-set default cursor for disabled elements.
*/
button[disabled],
input[disabled] {
  cursor: default;
}

/*
1. Addresses box sizing set to content-box in IE 8/9.
2. Removes excess padding in IE 8/9.
3. Removes excess padding in IE 7.
Known issue: excess padding remains in IE 6.
*/
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
  *height: 13px; /* 3 */
  *width: 13px; /* 3 */
}

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
	Removes inner padding and border in Firefox 3+.
*/
:-moz-focus-inner,
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
	1. Removes default vertical scrollbar in IE 6/7/8/9.
	2. Improves readability and alignment in all browsers.
*/
textarea {
  overflow: auto; /* 1 */
  vertical-align: top; /* 2 */
}

/*
Tables
========================================================================== 
*/
/*
Remove most spacing between table cells.
tables still need 'cellspacing="0"' in the markup
*/
table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: greyscale;
}

body {
  font-size: 10px;
  color: #203136;
  font-family: "Jakarta", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  background: #0F1B1F;
  font-size: clamp(16px, 1vw, 18px);
}
body #main {
  background: #fff;
}
body p {
  margin-bottom: 1em;
  line-height: 1.6em;
}
body p:last-of-type {
  margin-bottom: 0;
}

@font-face {
  font-family: "Awesome";
  src: url("../fonts/AwesomeSerif-Tall.woff2") format("woff2"), url("../fonts/AwesomeSerif-Tall.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Awesome_med";
  src: url("../fonts/AwesomeSerif-MediumTall.woff2") format("woff2"), url("../fonts/AwesomeSerif-MediumTall.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Awesome_italic";
  src: url("../fonts/AwesomeSerifItalic-Tall.woff2") format("woff2"), url("../fonts/AwesomeSerifItalic-Tall.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "P22";
  src: url("../fonts/P22UndergroundBook.woff2") format("woff2"), url("../fonts/P22UndergroundBook.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "P22_bold";
  src: url("../fonts/P22UndergroundHeavy.woff2") format("woff2"), url("../fonts/P22UndergroundHeavy.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Jakarta";
  src: url("../fonts/PlusJakartaSans-Regular.woff2") format("woff2"), url("../fonts/PlusJakartaSans-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Jakarta_bold";
  src: url("../fonts/PlusJakartaSans-Bold.woff2") format("woff2"), url("../fonts/PlusJakartaSans-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.entry_content h1,
.entry_content h2,
.entry_content h3,
.entry_content h4,
.entry_content h5,
.entry_content h6 {
  display: block;
}
.entry_content strong {
  font-weight: 700;
}
.entry_content strong a {
  font-weight: 700;
}
.entry_content em {
  font-style: italic;
}
.entry_content em a {
  font-style: italic;
}
.entry_content span {
  display: inline-block;
}
.entry_content a {
  display: inline-block;
  text-decoration: underline;
  color: #000;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.entry_content a:hover {
  text-decoration: none;
}
.entry_content ul,
.entry_content ol {
  display: block;
  margin-bottom: 30px;
  padding: 0 20px;
}
.entry_content ul li,
.entry_content ol li {
  line-height: 1.4em;
  margin-bottom: 1em;
}
.entry_content ul li {
  padding-left: 14px;
  position: relative;
}
.entry_content ul li:before {
  position: absolute;
  left: 0;
  content: "•";
  color: #000;
}
.entry_content ol {
  list-style-type: decimal;
  list-style-position: inside;
}
.entry_content dl {
  display: block;
  margin-bottom: 30px;
  padding: 0 20px;
}
.entry_content dl dt,
.entry_content dl dd {
  line-height: 1.4em;
}
.entry_content dl dt {
  display: block;
  font-weight: 700;
  padding: 20px 0 10px 0;
}
.entry_content dl dt:first-child {
  padding-top: 0;
}
.entry_content dl dd {
  display: block;
  margin-bottom: 1em;
}

/*
---------------------------------------------------------------------------
=	GAVITY FORM
---------------------------------------------------------------------------
*/
.gform_wrapper {
  /*
  ----------------------------
  =	ERRORS
  ----------------------------
  */
  /*ERROR*/
  /*
  ----------------------------
  =	BODY
  ----------------------------
  */
  /*
  ----------------------------
  =	FORM FOOTER
  ----------------------------
  */
  /*
  ----------------------------
  =	ON SUBMIT
  ----------------------------
  */
}
.gform_wrapper .gfield_visibility_hidden,
.gform_wrapper .gfield--type-honeypot,
.gform_wrapper .partial_entry_warning {
  display: none !important;
}
.gform_wrapper .gf-readonly input,
.gform_wrapper .gf-readonly textarea {
  pointer-events: none !important;
}
.gform_wrapper .gform_validation_errors {
  margin-bottom: 10px;
}
.gform_wrapper .gform_validation_errors h2 {
  display: block;
  text-align: center;
  line-height: 1.3em;
  color: #F76456;
}
.gform_wrapper .gfield_validation_message {
  display: block;
  line-height: 1.2em;
  color: #F76456;
  padding-top: 10px;
}
.gform_wrapper .gform-body .gfield_label {
  display: block;
  font-size: 16px;
  margin-bottom: 10px;
  font-family: "P22_bold";
  letter-spacing: 0.2em;
}
.gform_wrapper .gform-body .gfield_label .gfield_required {
  display: inline-block;
  position: relative;
  width: 10px;
  height: 14px;
  display: none;
}
.gform_wrapper .gform-body .gfield_label .gfield_required span {
  display: none;
}
.gform_wrapper .gform-body .gfield_label .gfield_required:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "*";
  color: #203136;
}
.gform_wrapper .gform-body input {
  font-size: 0.8em;
  border-radius: 8px;
}
.gform_wrapper .gform-body input::placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.gform_wrapper .gform-body input[type=text],
.gform_wrapper .gform-body input[type=email],
.gform_wrapper .gform-body input[type=number] {
  padding: 16px;
  border: 1px solid #203136;
}
.gform_wrapper .gform-body input:focus,
.gform_wrapper .gform-body textarea:focus {
  border: 1px solid #D65C1B !important;
}
.gform_wrapper .gform-body div.gfield {
  margin-bottom: 26px;
  /*SECTION TITLE*/
}
.gform_wrapper .gform-body div.gfield .gsection_title {
  display: block;
  text-align: center;
  padding-bottom: 10px;
}
.gform_wrapper .gform-body div.gfield .ginput_container input,
.gform_wrapper .gform-body div.gfield .ginput_container select,
.gform_wrapper .gform-body div.gfield .ginput_container textarea {
  display: block;
  padding: 16px;
  width: 100%;
  border: 1px solid #203136;
  background: transparent;
  resize: none !important;
  border-radius: 8px;
}
.gform_wrapper .gform-body div.gfield .ginput_container textarea {
  max-height: 160px;
}
.gform_wrapper .gform-body div.gfield .ginput_container select {
  -webkit-appearance: none;
  background: transparent;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23000000' d='M233.4 406.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L256 338.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat;
  background-position: calc(100% - 16px), 50%;
  background-size: 12px 12px;
  color: rgba(0, 0, 0, 0.5);
}
.gform_wrapper .gform-body fieldset {
  padding: 0;
  margin: 0 0 20px 0 !important;
  border: none;
}
.gform_wrapper .gform-body fieldset .ginput_container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.gform_wrapper .gform-body fieldset .ginput_container > span {
  display: block;
  flex: calc(50% - 10px);
  max-width: calc(50% - 10px);
}
.gform_wrapper .gform-body fieldset .ginput_container > span label {
  display: none;
}
.gform_wrapper .gform-body fieldset .ginput_container > span input {
  width: 100%;
}
.gform_wrapper .gform-body fieldset .ginput_container > span.ginput_full {
  flex: 100%;
  max-width: 100%;
}
.gform_wrapper .gform-body fieldset .ginput_container > div {
  flex: calc(33.33% - 20px);
}
.gform_wrapper .gform-body fieldset.gfield--type-tos .gptos_terms_container {
  width: 100%;
  border-radius: 8px;
}
.gform_wrapper .gform-body fieldset.gfield--type-tos .gptos_terms_container p {
  font-size: 14px;
  line-height: 1.6em;
  padding: 0 6px;
}
.gform_wrapper .gform-body fieldset.gfield--type-tos .gchoice {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: left;
  gap: 6px;
}
.gform_wrapper .gform-body fieldset.gfield--type-tos .gchoice label {
  font-size: 12px;
}
.gform_wrapper .gform-body fieldset.gfield--type-tos .gchoice input:disabled + label {
  opacity: 0.4; /* Optional: Make it look slightly faded */
}
.gform_wrapper .gform_footer,
.gform_wrapper .gform_page_footer {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: left;
  gap: 10px;
}
.gform_wrapper .gform_footer input,
.gform_wrapper .gform_page_footer input {
  font-family: "P22_bold";
  letter-spacing: 0.2em;
  line-height: 40px;
  padding: 0 4em;
  color: #fff;
  background: #203136;
  font-size: 16px;
  border-radius: 8px;
}
.gform_wrapper .gform_footer input:hover,
.gform_wrapper .gform_page_footer input:hover {
  background: #D65C1B;
  color: #fff;
}
.gform_wrapper .gform-loader {
  background: url("https://cdnjs.cloudflare.com/ajax/libs/timelinejs/2.36.0/css/loading.gif") no-repeat center center;
  height: 20px;
  width: 20px;
  display: inline-block;
  background-size: contain;
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  display: none;
}

/*
---------------------------------------------------------------------------
=	THANKYOU
---------------------------------------------------------------------------
*/
.gform_confirmation_wrapper {
  padding: 0 5%;
  text-align: center;
  line-height: 1.4em;
}

/*
---------------------------------------------------------------------------
=	PROGRESS BAR
---------------------------------------------------------------------------
*/
.gf_progressbar_wrapper {
  margin-bottom: 60px;
  position: relative;
  display: none;
}
.gf_progressbar_wrapper .gf_progressbar_title {
  position: absolute;
  right: 0;
  bottom: -22px;
  font-size: 0 !important;
}
.gf_progressbar_wrapper .gf_progressbar_title .gf_step_current_page::after {
  content: " / ";
}
.gf_progressbar_wrapper .gf_progressbar_title .gf_step_current_page,
.gf_progressbar_wrapper .gf_progressbar_title .gf_step_page_count {
  font-size: 12px;
}
.gf_progressbar_wrapper .gf_progressbar {
  background: #fff;
  border: 1px solid #203136;
}
.gf_progressbar_wrapper .gf_progressbar .gf_progressbar_percentage {
  background: orange;
  color: #fff;
  padding: 5px;
}
.gf_progressbar_wrapper .gf_progressbar .gf_progressbar_percentage span {
  display: none;
}

/*
---------------------------------------------------------------------------
=	CUSTOM
---------------------------------------------------------------------------
*/
.ginput_container_singleproduct .ginput_product_price_wrapper {
  margin-bottom: 20px;
}
.ginput_container_singleproduct .ginput_product_price_wrapper .ginput_product_price_label {
  display: none;
}
.ginput_container_singleproduct .ginput_quantity_label {
  display: block;
  margin-bottom: 14px;
}

/*
---------------------------------------------------------------------------
=	HEADER
---------------------------------------------------------------------------
*/
#header {
  position: fixed;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 30px;
  z-index: 9999;
  border-bottom: 1px solid #fff;
  height: 85px;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}
#header.scrolled, .single-product #header, .woocommerce-order-received #header, .page-cart #header {
  background-color: rgb(32, 49, 54); /* or any colour you like */
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}
#header > * {
  flex: 1;
  text-align: center;
}
#header > *#nav_soc {
  text-align: right;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: right;
  color: #fff;
}
#header > *#nav_soc > * {
  padding-left: 10px;
}
#header > *#nav_soc > *.icn_basket i {
  padding-right: 5px;
}
#header > *#nav_soc a {
  color: #fff;
}

/*
----------------------------
=	BURGER
----------------------------
*/
/* reset bits */
.burger-toggle {
  appearance: none;
  background: transparent;
  border: 0;
  padding: 0;
  margin: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #fff;
  font-family: inherit;
  font-size: 1rem;
  line-height: 1;
}

/* icon wrapper so we can size it neatly */
.burger_icon {
  width: 28px;
  height: 22px;
  position: relative;
  display: inline-block;
}

/* the 3 lines */
.burger_icon .line {
  position: absolute;
  left: 0;
  right: 0;
  height: 3px;
  background-color: currentColor;
  border-radius: 2px;
  transition: transform 0.25s ease, top 0.25s ease, opacity 0.25s ease;
}

/* positions for default burger */
.burger_icon .line1 {
  top: 0;
}

.burger_icon .line2 {
  top: 9px;
}

.burger_icon .line3 {
  top: 18px;
}

/* active state turns burger into X */
.burger-toggle.is-active .burger_icon .line1 {
  top: 9px;
  transform: rotate(45deg);
}

.burger-toggle.is-active .burger_icon .line2 {
  opacity: 0;
}

.burger-toggle.is-active .burger_icon .line3 {
  top: 9px;
  transform: rotate(-45deg);
}

/* label text */
.burger_label {
  color: currentColor;
  font-weight: 400;
  pointer-events: none;
  user-select: none;
  transition: color 0.25s ease;
}

/*
---------------------------------------------------------------------------
=	SLIDE IN NAV
---------------------------------------------------------------------------
*/
/* off canvas menu */
.side_menu {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  background: url(../images/bg_nav.png) 50% 50% no-repeat;
  background-size: cover;
  color: #fff;
  transform: translateX(-100%);
  transition: transform 0.3s ease;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  box-shadow: 2px 0 20px rgba(0, 0, 0, 0.4);
}

/* slide in when active */
.side_menu.is-open {
  transform: translateX(0);
}

/* inner padding etc */
.side_menu_inner {
  padding: 2rem 1.5rem;
  overflow-y: auto;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
}

/* nav styles */
.side_menu_nav ul {
  list-style: none;
  padding: 80px 0;
  margin: 0;
}

.side_menu_nav li + li {
  margin-top: 1rem;
}

.side_menu_nav a {
  color: #fff;
  text-decoration: none;
  font-size: 8vh;
  line-height: 1.3;
  display: inline-block;
  font-family: "Awesome";
}

.side_menu_nav a:hover {
  color: #D65C1B;
}

/* screen overlay behind panel */
.side_menu_overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 900;
}

.side_menu_overlay.is-visible {
  opacity: 1;
  pointer-events: auto;
}

/* when menu is open prevent body scroll */
.body-locked {
  overflow: hidden;
}

/* optional: if your header text is on a light bg sometimes,
   you can invert colours when active */
.burger-toggle.is-active {
  color: #fff;
}

/*
---------------------------------------------------------------------------
=	FOOTER
---------------------------------------------------------------------------
*/
#footer {
  display: flex;
  flex-wrap: wrap;
  padding: 30px;
  color: #fff;
  font-family: "Jakarta";
  font-size: 12px;
  background: #0F1B1F;
}
#footer nav {
  margin-left: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
#footer nav > * {
  color: #fff;
}
#footer nav span a {
  font-family: "p22_bold";
  color: #D65C1B;
}

/*
---------------------------------------------------------------------------
=	SITEWIDE
---------------------------------------------------------------------------
*/
.awesome {
  display: block;
  font-family: "Awesome";
  line-height: 1.1em;
}
.awesome em {
  display: inline-block;
  font-family: "Awesome_italic";
  padding-right: 0.09em;
}

.p22 {
  display: block;
  font-family: "P22_bold";
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.btn {
  display: inline-block;
  font-size: 16px;
  letter-spacing: 0.2em;
  background: #1F3036;
  color: #fff;
  padding: 1em 3em;
  font-family: "P22_bold";
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.btn:hover {
  background: #D65C1B;
}
.btn.rev {
  background: #D65C1B;
}
.btn.rev:hover {
  background: #1F3036;
}

.photo {
  aspect-ratio: 1/1.2;
  border: 5px solid #fff;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2), 0 15px 40px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/*
---------------------------------------------------------------------------
=	HERO
---------------------------------------------------------------------------
*/
.hero {
  position: relative;
  height: 100vh;
  padding: 5%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.hero:after {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  content: "";
}
.archive .hero:after {
  background: none;
}
.hero .welcome_content {
  position: relative;
  z-index: 1;
  color: #fff;
  text-align: center;
  max-width: 900px;
  padding: 100px 0;
}
.archive .hero .welcome_content {
  color: #000;
}
.hero .welcome_content h1 {
  display: block;
  font-size: 75px;
  margin-bottom: 40px;
}
.archive .hero .welcome_content h1 {
  font-size: 105px;
}
.hero .hero_event {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 24px 5%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background: #CEE0ED;
  z-index: 1;
}
.hero .hero_event a,
.hero .hero_event span {
  font-family: "P22_bold";
  letter-spacing: 0.2em;
}
.hero .hero_event a {
  display: inline-block;
  margin-left: 1em;
  color: #203136;
  text-decoration: underline;
  text-decoration-thickness: 3px;
  text-underline-offset: 4px;
}
.hero .hero_event a:hover {
  text-decoration: none;
}

/*
---------------------------------------------------------------------------
=	INTO
---------------------------------------------------------------------------
*/
.intro {
  padding: 5%;
  background: #F5F6EA;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.page-about-us .intro {
  padding-top: 10%;
}
.intro > div {
  flex: 100%;
  text-align: center;
}
.intro > div.intro_content {
  max-width: 900px;
}
.intro > div .photo {
  width: 320px;
  max-width: 100%;
  margin: 0 auto;
  margin-bottom: 60px;
}
.intro > div p {
  font-size: 42px;
}
.intro > div p em {
  color: #D65C1B;
}
.intro > div p em:nth-child(2) {
  color: #CCC26B;
}
.intro > div p em:nth-child(3) {
  color: #A1C6D8;
}

/*
---------------------------------------------------------------------------
=	CONTACT STRIP
---------------------------------------------------------------------------
*/
.contact_strip {
  padding: 5%;
  background: #F5F6EA;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 60px;
}
.contact_strip > div {
  flex: 1;
  text-align: center;
}
.contact_strip > div > span {
  display: block;
  margin-bottom: 18px;
}
.contact_strip > div ul li {
  display: block;
  line-height: 1.4em;
  margin-bottom: 0.5em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.contact_strip > div ul li:last-of-type {
  margin: 0;
}
.contact_strip > div ul li a {
  display: inline-block;
  color: #203136;
}
.contact_strip > div ul li a:hover {
  color: #D65C1B;
}

/*
---------------------------------------------------------------------------
=	SLIDER
---------------------------------------------------------------------------
*/
.slider_block {
  padding: 5% 0;
}
.slider_block .slider_intro {
  padding: 0 5% 40px 5%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.slider_block .slider_intro h2 {
  font-size: 60px;
}
.slider_block .slider_intro .s_next_prev {
  margin-left: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.slider_block .slider_intro .s_next_prev div {
  width: 46px;
  height: 46px;
  border: 1px solid #203136;
  border-radius: 100%;
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.slider_block .slider_intro .s_next_prev div:first-of-type {
  border-color: #647B82;
}
.slider_block .slider_intro .s_next_prev div:first-of-type img {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: brightness(0) saturate(100%) invert(47%) sepia(9%) saturate(742%) hue-rotate(148deg) brightness(95%) contrast(89%);
}

/*
----------------------------
=	SWIPER
----------------------------
*/
.swiper_grid {
  display: flex;
  flex-wrap: wrap;
  padding-left: 5%;
  padding-right: 5%;
}
.swiper_grid .swiper-wrapper > * {
  width: 33.33%;
  color: #203136;
  /*
  .slide_img
  {
  	display: block;
  	aspect-ratio: 1/1.3;
  	border-radius: 8px;
  	overflow: hidden; // ensures image stays inside rounded corners

  	img 
  	{
  		width: 100%;
  		height: 100%;
  		object-fit: cover;
  		display: block; // removes gaps from inline-block images
  	}

  	&.book_pad {
  		padding: 10% 16%;
  		background: #F1F9FF;
  		display: flex;
  		align-items: center;
  		justify-content: center;

  		img {
  			aspect-ratio: 1 / 1.55;
  			width: 100%;
  			height: auto;
  			object-fit: cover;
  			border-radius: 6px;
  			box-shadow:
  				0 8px 10px rgba(0, 0, 0, 0.4),
  				0 15px 20px rgba(0, 0, 0, 0.3);
  		}
  	}
  }
  */
}
.swiper_grid .swiper-wrapper > * .slide_img.merch_pad {
  aspect-ratio: 1/1.1;
  background: var(--product-thumb-bg, #CEE0EE);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 8px;
}
.swiper_grid .swiper-wrapper > * .slide_img.merch_pad img {
  width: 80%;
  height: 70%;
  object-fit: contain;
}
.swiper_grid .swiper-wrapper > * .slide_img.book_pad {
  display: block;
  aspect-ratio: 1/1.3;
  border-radius: 8px;
  overflow: hidden;
  padding: 10% 16%;
  background: #F1F9FF;
  display: flex;
  align-items: center;
  justify-content: center;
}
.swiper_grid .swiper-wrapper > * .slide_img.book_pad img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1.55;
  border-radius: 6px;
  object-fit: cover;
  box-shadow: 0 8px 10px rgba(0, 0, 0, 0.4), 0 15px 20px rgba(0, 0, 0, 0.3);
}
.swiper_grid .swiper-wrapper > * .slide_info {
  padding-top: 20px;
  display: block;
  text-align: center;
}
.swiper_grid .swiper-wrapper > * .slide_info > span {
  display: block;
}
.swiper_grid .swiper-wrapper > * .slide_info > span.slide_title {
  font-family: "P22";
  font-size: 16px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.swiper_grid .swiper-wrapper > * .slide_info > span.slide_sub {
  font-size: 26px;
  font-family: "Awesome_med";
}
.swiper_grid .swiper-wrapper > * .slide_info > span.slide_sub.price {
  letter-spacing: 0.2em;
}

/*
---------------------------------------------------------------------------
=	EVENTS BLOCK
---------------------------------------------------------------------------
*/
.events_block {
  background: #203136;
  color: #fff;
  padding: 5%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.events_block > * {
  flex: 100%;
  text-align: center;
}
.events_block > *.events_intro {
  padding-bottom: 5%;
  max-width: 600px;
  margin: 0 auto;
}
.events_block > *.events_intro .awesome {
  font-size: 60px;
}
.events_block > *.events_intro p:first-of-type {
  margin-top: 20px;
}
.events_block > *.grid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.events_block > *.grid > * {
  flex: 1;
  aspect-ratio: 1/1.27;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5), 0 15px 40px rgba(0, 0, 0, 0.4);
}
.events_block > *.grid > * img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.events_block > *.all {
  padding-top: 5%;
}
.events_block > *.all a {
  border: 1px solid #fff;
}
.events_block > *.all a:hover {
  color: #203136;
  background: #fff;
}

/*
---------------------------------------------------------------------------
=	QUOTE BLOCK
---------------------------------------------------------------------------
*/
.quote_block {
  background: #F5F6EA;
  position: relative;
  overflow: hidden;
  padding: 10% 5%;
  padding-bottom: calc(5vw + 100px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.page-about-us .quote_block {
  background: #CEE0EE;
}
.quote_block .quote_page {
  position: absolute;
  bottom: 80px;
  left: 0;
  right: 0;
  z-index: 10;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.quote_block .quote_page span {
  border: 1px solid #203136;
  background: none;
  opacity: 1;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  transition: background 0.2s ease;
}
.quote_block .quote_page span.swiper-pagination-bullet-active {
  background: #203136 !important;
}
.quote_block .swiper {
  width: 100%;
}
.quote_block .swiper-wrapper {
  width: 100%;
}
.quote_block .swiper-slide {
  opacity: 0;
  transition: opacity 0.4s ease;
  display: flex;
  justify-content: center;
}
.quote_block .swiper-slide-active {
  opacity: 1;
}
.quote_block .quote {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.quote_block .quote .photo {
  width: 260px;
  margin-bottom: 40px;
}
.quote_block .quote .the_quote {
  flex: 0 1 100%;
  text-align: center;
  padding: 0 5vw;
  box-sizing: border-box;
}
.quote_block .quote .the_quote blockquote {
  margin: 0 auto;
  max-width: 960px;
  line-height: 1.2;
  font-weight: 400;
  font-size: clamp(24px, 2.2vw + 1rem, 54px);
}
.quote_block .quote .the_quote cite {
  display: block;
  margin-top: 40px;
  font-size: 16px;
  letter-spacing: 0.05em;
  font-style: normal;
}
@media (max-width: 480px) {
  .quote_block {
    padding: 6vw;
    padding-bottom: calc(6vw + 80px);
  }
  .quote_block .quote_page {
    bottom: 32px;
  }
  .quote_block .quote .photo {
    margin-bottom: 24px;
  }
}

/*
---------------------------------------------------------------------------
=	STORY
---------------------------------------------------------------------------
*/
.our_story {
  background: #D65C1B;
  color: #fff;
  padding: 8% 5%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .our_story {
    min-height: 100vh;
  }
}
.our_story .cols {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.our_story .cols .col {
  flex: 1;
  max-width: 50%;
}
@media only screen and (max-width: 767px) {
  .our_story .cols .col {
    flex: 100%;
    max-width: 100%;
  }
}
.our_story .cols .col.col1 {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .our_story .cols .col.col1 {
    order: 2;
  }
}
.our_story .cols .col.col1 div {
  border: 10px solid #fff;
  border-radius: 8px;
  overflow: hidden;
}
.our_story .cols .col.col1 div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.our_story .cols .col.col1 div:nth-child(1) {
  aspect-ratio: 1/1.2;
  width: 80%;
  margin-left: 20%;
  transform: rotate(5deg);
}
.our_story .cols .col.col1 div:nth-child(2) {
  position: absolute;
  left: 0;
  bottom: 3%;
  height: 50%;
  aspect-ratio: 1/1.2;
  transform: rotate(-5deg);
}
.our_story .cols .col.col2 {
  padding-right: 10%;
}
@media only screen and (max-width: 767px) {
  .our_story .cols .col.col2 {
    padding: 60px 0 0 0;
  }
}
.our_story .cols .col.col2 .p22 {
  margin-bottom: 30px;
}
.our_story .cols .col.col2 .awesome {
  font-size: 101px;
  margin-bottom: 5%;
}
.our_story .cols .col.col2 .btn {
  margin-top: 5%;
  color: #D65C1B;
  background: #fff;
}
.our_story .cols .col.col2 .btn:hover {
  color: #fff;
  background: #203136;
}

/*
---------------------------------------------------------------------------
=	CENTRAL BLOCK
---------------------------------------------------------------------------
*/
.central_block {
  min-height: 100vh;
  padding: 10% 5%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background: #F5F6EA;
}
.central_block#sub_block {
  background: url(../images/bg_blue.png) 50% 50% no-repeat;
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  .central_block#sub_block {
    background-attachment: fixed;
  }
}
.central_block#club_block {
  background: url(../images/bg_bright.png) 50% 50% no-repeat;
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  .central_block#club_block {
    background-attachment: fixed;
  }
}
.central_block div {
  text-align: center;
  max-width: 900px;
}
.central_block div .p22 {
  margin-bottom: 30px;
}
.central_block div .awesome {
  font-size: 101px;
}
.central_block div p {
  padding-top: 5%;
}
.central_block div .btn {
  margin-top: 5%;
}

/*
---------------------------------------------------------------------------
=	CONTACT 
---------------------------------------------------------------------------
*/
.contact_block {
  background: #203136;
  padding: 5%;
}
.contact_block .cols {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.contact_block .cols > div {
  flex: 50%;
}
.contact_block .cols > div.col1 {
  color: #fff;
  padding-right: 10%;
}
.contact_block .cols > div.col1 .p22 {
  margin-bottom: 20px;
}
.contact_block .cols > div.col1 .awesome {
  font-size: 101px;
  margin-bottom: 5%;
}
.contact_block .cols > div.col2 {
  background: #DEEEFB;
  color: #203136;
  padding: 50px;
  border-radius: 8px;
}
.page-about-us .contact_block .cols > div.col2 {
  background: #F5F6EA;
}

/*
---------------------------------------------------------------------------
=	CONTENT BLOCKS
---------------------------------------------------------------------------
*/
.content_blocks {
  background: #F5F6EA;
  padding: 5%;
}
.content_blocks .content_block {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding-bottom: 10%;
}
.content_blocks .content_block:last-of-type {
  padding-bottom: 0;
}
.content_blocks .content_block .col {
  flex: 50%;
}
@media only screen and (max-width: 767px) {
  .content_blocks .content_block .col {
    flex: 100%;
  }
}
.content_blocks .content_block .col.col1 div {
  border: 10px solid #fff;
  border-radius: 8px;
  overflow: hidden;
  transform: rotate(-3deg);
}
.content_blocks .content_block .col.col1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media only screen and (max-width: 767px) {
  .content_blocks .content_block .col.col1 {
    margin-bottom: 40px;
  }
}
.content_blocks .content_block .col.multi_photo {
  position: relative;
}
.content_blocks .content_block .col.multi_photo div:nth-child(1) {
  aspect-ratio: 1/1.2;
  width: 90%;
  margin-left: 10%;
  transform: rotate(3deg);
}
.content_blocks .content_block .col.multi_photo div:nth-child(2) {
  position: absolute;
  left: 0;
  bottom: 3%;
  height: 50%;
  aspect-ratio: 1/1.2;
  transform: rotate(-5deg);
}
.content_blocks .content_block .col .awesome {
  font-size: 42px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .content_blocks .content_block:nth-child(odd) .col1 {
    order: 2;
  }
  .content_blocks .content_block:nth-child(odd) .col2 {
    padding-right: 10%;
  }
}
@media only screen and (min-width: 768px) {
  .content_blocks .content_block:nth-child(even) .col2 {
    padding-left: 10%;
  }
}

/*
---------------------------------------------------------------------------
=	ILLO BLOCKS
---------------------------------------------------------------------------
*/
.illo_blocks {
  background: #F5F6EA;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 5%;
  gap: 20px;
}
.illo_blocks > div {
  flex: 1;
  align-self: stretch;
  border-radius: 8px;
  padding: 5% 40px;
  text-align: center;
}
.illo_blocks > div:nth-child(1) {
  background: #CCC26B;
}
.illo_blocks > div:nth-child(2) {
  background: #CEE0EE;
}
.illo_blocks > div:nth-child(3) {
  background: #F08249;
}
.illo_blocks > div > div {
  aspect-ratio: 1/0.6;
  margin-bottom: 30px;
}
.illo_blocks > div > div img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.illo_blocks > div .awesome {
  font-size: 45px;
}
.illo_blocks > div p:first-of-type {
  margin-top: 30px;
}

/*
---------------------------------------------------------------------------
=	WOO - ARCHIVE
---------------------------------------------------------------------------
*/
.woo_wrap {
  padding: 5%;
}
.woo_wrap .page-title,
.woo_wrap .woocommerce-result-count,
.woo_wrap .woocommerce-ordering {
  display: none;
}
.woo_wrap .products {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.woo_wrap .products li {
  flex: 1;
  text-align: center;
}
.woo_wrap .products li a {
  display: block;
  color: #000;
}
.woo_wrap .products li .product_thumb {
  aspect-ratio: 1/1.1;
  background: var(--product-thumb-bg, #CEE0EE);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 8px;
  margin-bottom: 40px;
}
.woo_wrap .products li .product_thumb img {
  width: 80%;
  height: 70%;
  object-fit: contain;
}
.woo_wrap .products li .woocommerce-loop-product__title {
  display: block;
  font-family: "P22";
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-size: 14px;
}
.woo_wrap .products li .price {
  display: block;
  font-family: "Awesome";
  line-height: 1.1em;
  font-size: 22px;
  letter-spacing: 0.3em;
  margin-top: 14px;
}
.woo_wrap .products li .button {
  display: none;
}

/*
---------------------------------------------------------------------------
=	WOO SINGLE 
---------------------------------------------------------------------------
*/
.single-product .woo_wrap {
  padding-top: 85px;
}
.single-product .product {
  padding-top: 5%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.single-product .product > * {
  flex: 50%;
}
.single-product .product > *.img_wrap {
  aspect-ratio: 1/1;
  background: var(--product-thumb-bg, #CEE0EE);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 8px;
  margin-bottom: 40px;
}
.single-product .product > *.img_wrap img {
  width: 80%;
  height: 70%;
  object-fit: contain;
}
.single-product .product > *.summary {
  padding: 5% 0 5% 5%;
  text-align: center;
}
.single-product .product > *.summary h1 {
  display: block;
  font-family: "Awesome";
  line-height: 1.1em;
  font-size: 80px;
  margin-bottom: 20px;
}
.single-product .product > *.summary .entry_content {
  padding: 40px 0 20px 0;
}
.single-product .product > *.summary .price {
  display: block;
  font-family: "Awesome";
  line-height: 1.1em;
  font-size: 22px;
  letter-spacing: 0.3em;
  margin-top: 14px;
}
.single-product .product > *.summary .single_add_to_cart_button {
  background: transparent;
  display: inline-block;
  font-family: "P22_bold";
  letter-spacing: 0.2em;
  text-transform: uppercase;
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 2px;
}
.single-product .product > *.summary .single_add_to_cart_button:hover {
  text-decoration: none;
  color: #D65C1B;
}
.single-product .product > *.summary .product_meta {
  display: none;
}
.single-product .related,
.single-product .woocommerce-tabs {
  display: none;
}

/*
----------------------------
=	QUANTIY STEPPER
----------------------------
*/
/* Container: three columns, full width */
.quantity.quantity--stepper {
  display: grid;
  grid-template-columns: 3rem 1fr 3rem; /* square buttons */
  align-items: stretch;
  width: 100%;
  gap: 0;
  border: 1px solid #000;
  border-width: 0 1px;
  margin: 40px 0;
}

/* Buttons: square, connected */
.quantity--stepper .qty-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--border, #000);
  background: transparent;
  cursor: pointer;
  font-size: 1.125rem;
  line-height: 1;
  padding: 0;
  user-select: none;
}

.quantity--stepper .qty-btn--plus {
  border-right: none;
}

.quantity--stepper .qty-btn--minus {
  border-left: none;
}

/* Input: full height, border joins buttons */
.quantity--stepper .qty.input-text {
  -moz-appearance: textfield;
  appearance: textfield;
  width: 100%;
  border: 1px solid var(--border, #000);
  border-left: none;
  border-right: none;
  border-radius: 0;
  text-align: center;
  padding: 0 0.5rem;
  height: 3rem;
  line-height: 3rem;
  font-size: 14px;
}

/* Remove default spinners in WebKit */
.quantity--stepper .qty::-webkit-outer-spin-button,
.quantity--stepper .qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Focus states */
.quantity--stepper .qty:focus,
.quantity--stepper .qty-btn:focus-visible {
  outline-offset: 0;
}

/* Optional: compact on very small screens */
@media (max-width: 380px) {
  .quantity.quantity--stepper {
    grid-template-columns: 2.5rem 1fr 2.5rem;
  }
  .quantity--stepper .qty.input-text {
    height: 2.5rem;
    line-height: 2.5rem;
  }
}
/*
----------------------------
=	VARIATIONS
----------------------------
*/
.variations {
  width: 100%;
  text-align: left;
  margin-top: 40px;
}
.variations tr {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.variations tr > *.label {
  max-width: 100px;
}
.variations tr > *.label label {
  display: block;
  font-family: "P22_bold";
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-size: 14px;
  padding-right: 10px;
}
.variations tr > *.value {
  flex: 1;
  position: relative;
}
.variations tr > *.value .reset_variations {
  position: absolute;
  right: 0;
  bottom: -22px;
  color: #000;
  font-size: 12px;
  font-family: "P22_bold";
  letter-spacing: 0.2em;
  text-decoration: underline;
  text-transform: uppercase;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
}
.variations tr > *.value .reset_variations:hover {
  text-decoration: none;
  color: #D65C1B;
}
.variations tr > *.value select {
  width: 100%;
  font-size: 12px;
  border: 1px solid #000;
  border-radius: 0;
  padding: 0 2.5rem 0 1rem;
  height: 3rem;
  line-height: 3rem;
  background-color: #fff;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
}
.variations tr > *.value::after {
  content: "\f078";
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  font-size: 0.75rem;
  color: #000;
}

/*
---------------------------------------------------------------------------
=	WOO MEESAGE
---------------------------------------------------------------------------
*/
.woocommerce-notices-wrapper .woocommerce-message {
  margin-top: 40px;
  width: 100%;
  padding-top: 20px;
  border-top: 2px solid #A19F3D;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.woocommerce-notices-wrapper .woocommerce-message > * {
  flex: 1;
}
.woocommerce-notices-wrapper a {
  max-width: 140px;
  text-align: right;
  margin-left: auto;
  display: block;
  font-family: "P22_bold";
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-size: 14px;
  color: #000;
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 2px;
}
.woocommerce-notices-wrapper a:hover {
  text-decoration: none;
  color: #D65C1B;
}

/*
---------------------------------------------------------------------------
=	CART
---------------------------------------------------------------------------
*/
.page-cart #main {
  padding-top: 100px;
}
.page-cart #main .wc-block-components-button {
  font-family: "P22_bold";
  letter-spacing: 0.2em;
  font-size: 18px;
  text-transform: uppercase;
  background: #D65C1B;
  color: #fff;
}
.page-cart #main .wc-block-components-button:hover {
  background: #A19F3D;
}

/*
---------------------------------------------------------------------------
=	CHECKOUT
---------------------------------------------------------------------------
*/
.page-checkout #header {
  display: none;
}
.page-checkout.woocommerce-order-received #header {
  display: flex;
}
.page-checkout .woo_wrap {
  max-width: 1400px;
  margin: 0 auto;
}
.page-checkout .woo_wrap .wc-block-components-title,
.page-checkout .woo_wrap .wc-block-components-checkout-order-summary__title-text {
  display: block;
  font-family: "P22_bold";
  letter-spacing: 0.2em;
  font-size: 18px;
  text-transform: uppercase;
}
.page-checkout .woo_wrap .wc-block-components-main {
  border-right: 1px solid #eee;
}
.page-checkout .woo_wrap .wc-block-components-main .wc-block-components-checkout-step__description {
  padding-bottom: 8px;
}
.page-checkout .woo_wrap .wc-block-components-main .wc-block-components-checkbox__label {
  font-size: 14px;
  line-height: 1.4em;
}
.page-checkout .woo_wrap .wc-block-components-main input,
.page-checkout .woo_wrap .wc-block-components-main select {
  border: 1px solid #aaa !important;
}
.page-checkout .woo_wrap .wp-block-woocommerce-checkout-order-summary-block {
  border: none;
}
.page-checkout .woo_wrap .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-product-metadata__description {
  display: none;
}
.page-checkout .woo_wrap .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-formatted-money-amount {
  font-size: 12px;
}
.page-checkout .woo_wrap .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-totals-wrapper .wc-block-components-totals-footer-item {
  text-transform: uppercase;
  font-family: "P22_bold";
  letter-spacing: 0.2em;
}
.page-checkout .woo_wrap .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-totals-wrapper .wc-block-components-totals-footer-item .wc-block-components-formatted-money-amount {
  font-size: 18px;
}
.page-checkout .woo_wrap .wc-block-components-button {
  font-family: "P22_bold";
  letter-spacing: 0.2em;
  font-size: 18px;
  text-transform: uppercase;
  background: #D65C1B;
  color: #fff;
}
.page-checkout .woo_wrap .wc-block-components-button:hover {
  background: #A19F3D;
}

/*
---------------------------------------------------------------------------
=	THANK YOU
---------------------------------------------------------------------------
*/
.woocommerce-order {
  padding-top: 100px;
  /* ✅ Mobile-friendly table */
}
.woocommerce-order .woocommerce-notice--success {
  display: block;
}
.woocommerce-order .woocommerce-thankyou-order-received {
  display: block;
  text-align: center;
  font-family: "Awesome";
  line-height: 1.1em;
  font-size: 60px;
}
.woocommerce-order .woocommerce-order-overview {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 40px;
}
.woocommerce-order .woocommerce-order-details__title {
  font-family: "P22_bold";
  letter-spacing: 0.2em;
  font-size: 18px;
  text-transform: uppercase;
  margin: 60px 0 20px 0;
}
.woocommerce-order table {
  border: solid 1px #aaa;
  width: 100%;
  font-size: 14px;
  border-collapse: collapse;
  text-align: left;
  margin-bottom: 60px;
}
.woocommerce-order table a {
  color: #000;
}
.woocommerce-order table caption,
.woocommerce-order table td,
.woocommerce-order table th {
  border: solid 1px #aaa;
  padding: 10px;
}
.woocommerce-order table th {
  font-family: "P22_bold";
  letter-spacing: 0.2em;
  font-size: 16px;
  text-transform: uppercase;
}
.woocommerce-order table caption {
  border-bottom: none;
  font-size: 16px;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .woocommerce-order table {
    border: none;
  }
  .woocommerce-order table,
  .woocommerce-order thead,
  .woocommerce-order tbody,
  .woocommerce-order tfoot,
  .woocommerce-order th,
  .woocommerce-order td,
  .woocommerce-order tr {
    display: block;
  }
  .woocommerce-order thead {
    display: none; /* hide traditional headers */
  }
  .woocommerce-order tr {
    border: 1px solid #aaa;
    border-bottom: 0;
  }
  .woocommerce-order td {
    border: none;
    border-bottom: 1px solid #ddd;
    position: relative;
    padding-left: 60%;
    min-height: 40px;
    border-bottom: 0;
  }
  .woocommerce-order td:before {
    content: attr(data-label);
    position: absolute;
    left: 10px;
    top: 10px;
    font-weight: bold;
    font-family: "P22_bold";
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-size: 12px;
  }
}
.woocommerce-order .woocommerce-columns--2 {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.woocommerce-order .woocommerce-columns--2 > * {
  flex: 1;
}
.woocommerce-order .addresses h2 {
  display: block;
  font-family: "P22_bold";
  letter-spacing: 0.2em;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.woocommerce-order .addresses address {
  font-size: 12px;
  line-height: 1.4em;
  margin-bottom: 6px;
}
.woocommerce-order .addresses address:last-of-type {
  margin-bottom: 0;
}
