/*# sourceMappingURL=main.css.map */

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
# Layouts
# Components
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
.color__primary {
	color: #10162f;
}

.color__green {
	color: #0ea43c;
}

.color__green-dark {
	color: #097728;
}

.color__green-neon {
	color: #bfff36;
}

.color__green-forest {
	color: #0b1f1f;
}

.color__green-mint {
	color: #f1f8f3;
}

.color__blue {
	color: #1d2e8a;
}

.color__black {
	color: #000;
}

.color__grey--dark {
	color: #444;
}

.color__grey {
	color: #676767;
}

.color__grey--light {
	color: #ebebeb;
}

.color__white {
	color: #fff;
}

.background-color__primary {
	background-color: #10162f;
}

.background-color__green {
	background-color: #0ea43c;
}

.background-color__green-dark {
	background-color: #097728;
}

.background-color__green-neon {
	background-color: #bfff36;
}

.background-color__green-forest {
	background-color: #0b1f1f;
}

.background-color__green-mint {
	background-color: #f1f8f3;
}

.background-color__blue {
	background-color: #1d2e8a;
}

.background-color__black {
	background-color: #000;
}

.background-color__grey--dark {
	background-color: #444;
}

.background-color__grey {
	background-color: #676767;
}

.background-color__grey--light {
	background-color: #ebebeb;
}

.background-color__white {
	background-color: #fff;
}

.has-primary-color {
	color: #10162f;
}

.has-primary-background-color {
	background-color: #10162f;
}

.has-green-color {
	color: #0ea43c;
}

.has-green-background-color {
	background-color: #0ea43c;
}

.has-green-dark-color {
	color: #097728;
}

.has-green-dark-background-color {
	background-color: #097728;
}

.has-green-neon-color {
	color: #bfff36;
}

.has-green-neon-background-color {
	background-color: #bfff36;
}

.has-green-forest-color {
	color: #0b1f1f;
}

.has-green-forest-background-color {
	background-color: #0b1f1f;
}

.has-green-mint-color {
	color: #f1f8f3;
}

.has-green-mint-background-color {
	background-color: #f1f8f3;
}

.has-blue-color {
	color: #1d2e8a;
}

.has-blue-background-color {
	background-color: #1d2e8a;
}

.has-black-color {
	color: #000;
}

.has-black-background-color {
	background-color: #000;
}

.has-grey--dark-color {
	color: #444;
}

.has-grey--dark-background-color {
	background-color: #444;
}

.has-grey-color {
	color: #676767;
}

.has-grey-background-color {
	background-color: #676767;
}

.has-grey--light-color {
	color: #ebebeb;
}

.has-grey--light-background-color {
	background-color: #ebebeb;
}

.has-white-color {
	color: #fff;
}

.has-white-background-color {
	background-color: #fff;
}

.has-stl-gradient-background {
	background: linear-gradient(158deg, rgba(1, 5, 1, .8392156863) 0%, #0ea43c 100%);
}

:root {
	--color__primary: #10162f;
}

:root {
	--color__green: #0ea43c;
}

:root {
	--color__green-dark: #097728;
}

:root {
	--color__green-neon: #bfff36;
}

:root {
	--color__green-forest: #0b1f1f;
}

:root {
	--color__green-mint: #f1f8f3;
}

:root {
	--color__blue: #1d2e8a;
}

:root {
	--color__black: #000;
}

:root {
	--color__grey--dark: #444;
}

:root {
	--color__grey: #676767;
}

:root {
	--color__grey--light: #ebebeb;
}

:root {
	--color__white: #fff;
}

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: .67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b, strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code, kbd, samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

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

sub {
	bottom: -.25em;
}

sup {
	top: -.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button, input, optgroup, select, textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button, input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button, select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button, [type=button], [type=reset], [type=submit] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: .35em .75em .625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox], [type=radio] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*, *::before, *::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
html {
	font-size: 62.5%;
}

body, button, input, select, optgroup, textarea {
	color: #0b1f1f;
	font-family: "Inter", sans-serif;
	font-size: 1.6rem;
	line-height: 1.5;
}

.font-style--medium {
	font-weight: 500;
}

.font-style--semi-bold {
	font-weight: 600;
}

.font-style--bold {
	font-weight: 700;
}

.font-style--bold-italic {
	font-weight: 700;
	font-style: italic;
}

[class=icon], [class^=icon-], [class*=" icon-"] {
	display: inline-block;
	font-family: "Iconly" !important;
	font-weight: 400;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

.icon-arrow-right:before {
	content: "";
}

.icon-arrow-left:before {
	content: "";
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	margin-top: 0;
	margin-bottom: 2rem;
	font-weight: 600;
	color: #0b1f1f;
	line-height: 1.2;
	font-family: "Varela Round", sans-serif;
}

h1.title {
	margin-top: 0;
	font-size: 11.2rem;
	line-height: 1;
}

@media (max-width: 1119.9px) {
	h1.title {
		font-size: 8.4rem;
	}
}

@media (max-width: 575.9px) {
	h1.title {
		font-size: 5.6rem;
	}
}

h1 {
	font-size: 4.6rem;
}

@media (max-width: 575.9px) {
	h1 {
		font-size: 3.68rem;
	}
}

@media (max-width: 1119.9px) {
	h1 {
		font-size: 4.14rem;
	}
}

.heading-h1 {
	font-size: 4.6rem;
}

@media (max-width: 575.9px) {
	.heading-h1 {
		font-size: 3.68rem;
	}
}

@media (max-width: 1119.9px) {
	.heading-h1 {
		font-size: 4.14rem;
	}
}

h2 {
	font-size: 3.6rem;
}

@media (max-width: 575.9px) {
	h2 {
		font-size: 2.88rem;
	}
}

@media (max-width: 1119.9px) {
	h2 {
		font-size: 3.24rem;
	}
}

.heading-h2 {
	font-size: 3.6rem;
}

@media (max-width: 575.9px) {
	.heading-h2 {
		font-size: 2.88rem;
	}
}

@media (max-width: 1119.9px) {
	.heading-h2 {
		font-size: 3.24rem;
	}
}

h3 {
	font-size: 3rem;
}

@media (max-width: 575.9px) {
	h3 {
		font-size: 2.4rem;
	}
}

@media (max-width: 1119.9px) {
	h3 {
		font-size: 2.7rem;
	}
}

.heading-h3 {
	font-size: 3rem;
}

@media (max-width: 575.9px) {
	.heading-h3 {
		font-size: 2.4rem;
	}
}

@media (max-width: 1119.9px) {
	.heading-h3 {
		font-size: 2.7rem;
	}
}

h4 {
	font-size: 2.4rem;
}

@media (max-width: 575.9px) {
	h4 {
		font-size: 1.92rem;
	}
}

@media (max-width: 1119.9px) {
	h4 {
		font-size: 2.16rem;
	}
}

.heading-h4 {
	font-size: 2.4rem;
}

@media (max-width: 575.9px) {
	.heading-h4 {
		font-size: 1.92rem;
	}
}

@media (max-width: 1119.9px) {
	.heading-h4 {
		font-size: 2.16rem;
	}
}

h5 {
	font-size: 2.4rem;
}

@media (max-width: 575.9px) {
	h5 {
		font-size: 1.92rem;
	}
}

@media (max-width: 1119.9px) {
	h5 {
		font-size: 2.16rem;
	}
}

.heading-h5 {
	font-size: 2.4rem;
}

@media (max-width: 575.9px) {
	.heading-h5 {
		font-size: 1.92rem;
	}
}

@media (max-width: 1119.9px) {
	.heading-h5 {
		font-size: 2.16rem;
	}
}

h6 {
	font-size: 1.8rem;
}

@media (max-width: 575.9px) {
	h6 {
		font-size: 1.44rem;
	}
}

@media (max-width: 1119.9px) {
	h6 {
		font-size: 1.62rem;
	}
}

.heading-h6 {
	font-size: 1.8rem;
}

@media (max-width: 575.9px) {
	.heading-h6 {
		font-size: 1.44rem;
	}
}

@media (max-width: 1119.9px) {
	.heading-h6 {
		font-size: 1.62rem;
	}
}

p {
	margin-bottom: 2rem;
	font-weight: 500;
}

@media (max-width: 767.9px) {
	p {
		line-height: 1.5;
		font-size: 1.6rem;
	}
}

p.small {
	font-size: 1.5rem;
}

p.extra-small {
	font-size: 1.2rem;
}

p.large {
	font-size: 1.8rem;
}

.subtitle {
	margin-bottom: 2rem;
	font-size: 1.6rem;
	text-align: center;
	border: 2px solid #0ea43c;
	color: #0ea43c;
	font-family: Varela Round, sans-serif;
	font-weight: 600;
	padding: 6px 12px;
	border-radius: 250px;
	display: inline-block;
	line-height: 1;
}

dfn, cite, em, i {
	font-style: italic;
}

.icon-circle {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 2rem;
	height: 2rem;
	border-radius: 50%;
	background-color: #0b1f1f;
}

.icon-circle i {
	margin-top: 3px;
	font-size: 1.7rem;
	color: #fff;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #000;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr, acronym {
	border-bottom: 1px dotted #000;
	cursor: help;
}

mark, ins {
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
hr {
	background-color: #000;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0;
	padding-left: 2rem;
	margin-bottom: 2rem;
}

.wp-block-list {
	padding-left: 3.2rem;
}

.wp-block-list.stl-image-list {
	list-style: none;
}

.wp-block-list.stl-image-list li::before {
	content: "";
	left: -3.2rem;
	position: absolute;
	background-image: url("https://cdn-cmonbl.nitrocdn.com/NUCbccVTkrLnpEtPkYwTVaURtLIeNEHW/assets/images/optimized/rev-de049af/sportstechnologylabs.com/wp-content/themes/sportstechnologylabs/assets/images/list-item.svg");
	background-repeat: no-repeat;
	background-size: contain;
	height: 24px;
	width: 24px;
	min-height: 20px;
	min-width: 20px;
}

.wp-block-list li {
	margin-bottom: 1.4rem;
	position: relative;
}

ol {
	list-style: decimal;
}

li > ul, li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed, iframe, object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

.divider {
	overflow: hidden;
	position: absolute;
	left: 0;
	width: 100%;
	line-height: 0;
	direction: ltr;
}

.divider svg {
	display: block;
	width: calc(100% + 1.3px);
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}

.divider--top {
	top: -1px;
	transform: rotateY(180deg);
}

.divider--bottom {
	bottom: -1px;
	transform: rotateX(180deg);
}

.has-divider {
	z-index: 0;
	position: relative;
}

.has-divider > .divider {
	z-index: 1;
}

.has-divider > .wp-block-group {
	position: relative;
	z-index: 2;
	background-color: transparent !important;
	background: transparent !important;
}

.has-divider > .wp-block-group > .wp-block-group {
	position: relative;
	z-index: 2;
}

/* CSS for Top Divider */
.has-top-divider::before {
	content: "";
	display: block;
	width: 100%;
	height: 100px;
	/* Adjust height as needed */
	background-color: var(--top-divider-color, transparent);
	/* Use CSS variables or set directly */
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

/* CSS for Bottom Divider */
.has-bottom-divider::after {
	content: "";
	display: block;
	width: 100%;
	height: 100px;
	/* Adjust height as needed */
	background-color: var(--bottom-divider-color, transparent);
	/* Use CSS variables or set directly */
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	mask-image: url("https://cdn-cmonbl.nitrocdn.com/NUCbccVTkrLnpEtPkYwTVaURtLIeNEHW/assets/images/optimized/rev-de049af/sportstechnologylabs.com/wp-content/themes/sportstechnologylabs/assets/images/right-angle.svg");
	-webkit-mask-image: url("https://cdn-cmonbl.nitrocdn.com/NUCbccVTkrLnpEtPkYwTVaURtLIeNEHW/assets/images/optimized/rev-de049af/sportstechnologylabs.com/wp-content/themes/sportstechnologylabs/assets/images/right-angle.svg");
	mask-repeat: no-repeat;
	-webkit-mask-repeat: no-repeat;
	mask-size: cover;
	-webkit-mask-size: cover;
	mask-position: center bottom;
	-webkit-mask-position: center bottom;
}

/* Ensure the core/group block is positioned relative if it has dividers */
.has-top-divider, .has-bottom-divider {
	position: relative;
}

/* Links
--------------------------------------------- */
a {
	text-decoration: none;
	color: #0ea43c;
	font-weight: 400;
	text-decoration: none;
}

a:visited {
	color: #0ea43c;
}

a:hover, a:focus, a:active {
	color: #0ea43c;
	text-decoration: none;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
.button, button, input[type=button], input[type=reset], input[type=submit] {
	border: 2px solid;
	border-color: #0ea43c;
	border-radius: 100px;
	border-color: #0ea43c;
	background-color: #0ea43c;
	color: #fff;
	line-height: 1;
	font-size: 1.5rem;
	padding: 1.2rem 2.4rem;
	text-decoration: none;
	display: inline-block;
}

.button:hover, .button:active, .button:focus, .button:visited, button:hover, button:active, button:focus, button:visited, input[type=button]:hover, input[type=button]:active, input[type=button]:focus, input[type=button]:visited, input[type=reset]:hover, input[type=reset]:active, input[type=reset]:focus, input[type=reset]:visited, input[type=submit]:hover, input[type=submit]:active, input[type=submit]:focus, input[type=submit]:visited {
	text-decoration: none;
	border-color: #0ea43c;
	color: #fff;
}

.button--small {
	font-size: 1.2rem;
	padding: 1rem 1.6rem;
	min-width: 10.2rem;
}

.button--large {
	padding: 2rem 4rem;
	font-size: 1.8rem;
}

.button--transparent {
	border-color: #0ea43c;
	background: #fff;
	color: #0ea43c;
}

.button--transparent:hover, .button--transparent:active, .button--transparent:focus, .button--transparent:visited {
	border-color: #0ea43c;
	background: #fff;
	color: #0ea43c;
}

.wp-block-button__link:hover, .wp-block-button__link:active, .wp-block-button__link:focus, .wp-block-button__link:visited {
	text-decoration: none;
	color: currentColor;
}

.is-style-outline .wp-block-button__link:hover {
	text-decoration: none;
	color: currentColor;
}

.woocommerce button.button.single_add_to_cart_button {
	border: 2px solid;
	border-color: #0ea43c;
	border-radius: 100px;
	border-color: #0ea43c;
	background-color: #0ea43c;
	color: #fff;
	line-height: 1;
	font-size: 1.5rem;
	padding: 1.2rem 2.4rem;
	text-decoration: none;
	display: inline-block;
}

.woocommerce button.button.single_add_to_cart_button:hover, .woocommerce button.button.single_add_to_cart_button:active, .woocommerce button.button.single_add_to_cart_button:focus, .woocommerce button.button.single_add_to_cart_button:visited {
	text-decoration: none;
	border-color: #0ea43c;
	color: #fff;
	background-color: #0ea43c;
}

input[type=text], input[type=email], input[type=url], input[type=password], input[type=search], input[type=number], input[type=tel], input[type=range], input[type=date], input[type=month], input[type=week], input[type=time], input[type=datetime], input[type=datetime-local], input[type=color], textarea {
	color: #0b1f1f;
	border: 1px solid #d1d1d1;
	border-radius: 3px;
	padding: 3px;
	background-color: transparent;
	height: 42px;
	padding-left: 14px;
	padding-right: 14px;
	width: 100%;
}

input[type=text]:focus, input[type=email]:focus, input[type=url]:focus, input[type=password]:focus, input[type=search]:focus, input[type=number]:focus, input[type=tel]:focus, input[type=range]:focus, input[type=date]:focus, input[type=month]:focus, input[type=week]:focus, input[type=time]:focus, input[type=datetime]:focus, input[type=datetime-local]:focus, input[type=color]:focus, textarea:focus {
	color: #000;
}

select {
	background-color: #ebebeb;
	height: 42px;
	border: 0;
	padding-left: 14px;
	padding-right: 14px;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Accordion
--------------------------------------------- */
.accordion {
	width: 100%;
	padding: 0;
	cursor: pointer;
	border-radius: 0;
}

.accordion--toc {
	border-radius: 1rem;
}

.accordion-item {
	border: 1px solid #ebebeb;
}

.accordion-item:last-child {
	border-top: 0;
}

.accordion-item__heading {
	color: #0b1f1f;
	display: flex;
	align-items: center;
	height: auto;
	background-color: transparent;
	border: none;
	border-radius: 0;
	padding: 2rem;
	width: 100%;
	cursor: pointer;
	border-bottom: 0;
	position: relative;
}

.accordion-item__heading:active, .accordion-item__heading:focus, .accordion-item__heading:hover {
	border-bottom: 0;
	color: #0ea43c;
}

@media (max-width: 767.9px) {
	.accordion-item__heading {
		height: auto;
	}
}

.accordion-item__title {
	text-align: left;
	font-size: 1.8rem;
	font-weight: 500;
	color: #0b1f1f;
	padding-bottom: 0;
	display: inline-block;
	margin-bottom: 0;
	margin-top: 0;
	line-height: 1.25;
	font-family: "Varela Round", sans-serif;
	padding-right: 4.8rem;
}

.accordion-item__title:active, .accordion-item__title:focus, .accordion-item__title:hover {
	color: #0ea43c;
}

@media (max-width: 767.9px) {
	.accordion-item__title {
		padding-right: 4rem;
		font-size: 1.4rem;
	}
}

.accordion-item__content {
	border-top: 1px solid #ebebeb;
	display: none;
	padding: 2rem;
}

@media (max-width: 767.9px) {
	.accordion-item__content {
		margin-top: 2rem;
	}
}

.accordion-item__icon {
	position: absolute;
	right: 1rem;
}

.accordion-item__icon-closed {
	display: block;
}

.accordion-item__icon-opened {
	display: none;
}

.accordion-item.is-active .accordion-item__heading {
	color: #0ea43c;
}

.accordion-item.is-active .accordion-item__title {
	color: #0ea43c;
}

.accordion-item.is-active .accordion-item__content {
	display: block;
}

.accordion-item.is-active .accordion-item__icon-closed {
	display: none;
}

.accordion-item.is-active .accordion-item__icon-opened {
	display: block;
}

.accordion-item.is-active .accordion-item__content {
	display: block;
}

/* Card
--------------------------------------------- */
.card {
	background-color: #fff;
	padding: 40px;
	border-radius: 20px;
}

.card__title {
	font-size: 2.3rem;
}

.card__body {
	font-size: 1.4rem;
}

.card--background-image {
	background-image: url("https://cdn-cmonbl.nitrocdn.com/NUCbccVTkrLnpEtPkYwTVaURtLIeNEHW/assets/images/optimized/rev-de049af/cbmedia3.contobox.com/uploads/480feaa28da2dcd1baaaaa34a3d4a0f2bg-bauhaus-dark-scaled.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.card--background-image .card__title {
	color: #fff;
}

.card--background-image.nitro-lazy {
	background-image: none !important;
}

.card--background-image .card__body {
	color: #fff;
}

.card--dark {
	background-color: #444;
}

.card--dark .card__title {
	color: #fff;
}

.card--dark .card__body {
	color: #fff;
}

/* Card - Full Background
--------------------------------------------- */
.card-bg {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-image: url("https://sportstechnologylabs.com/wp-content/themes/sportstechnologylabs/assets/css/images/image-placeholder--light.png");
	position: relative;
	z-index: 1;
	list-style: none;
	cursor: pointer;
	border-radius: 20px;
	padding: 40px;
	align-items: end;
	justify-content: end;
	display: flex;
	height: 520px;
	width: 440px;
}

.card-bg.nitro-lazy {
	background-image: none !important;
}

@media (max-width: 767.9px) {
	.card-bg {
		width: 320px;
		height: 400px;
	}
}

.card-bg__icon {
	position: absolute;
	top: 20px;
	right: 20px;
}

.card-bg__overlay {
	position: absolute;
	border-radius: 20px;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom, rgba(15, 15, 15, 0), rgba(15, 15, 15, .9) 100%);
	z-index: 2;
}

.card-bg__content {
	z-index: 3;
	position: relative;
}

.card-bg__title {
	color: #fff;
	font-size: 1.87rem;
	font-weight: 600;
	margin-bottom: 1rem;
}

.card-bg__description {
	color: #fff;
}

/* Card - Image and Content
--------------------------------------------- */
.card-image-content {
	width: 360px;
	list-style: none;
	cursor: pointer;
}

@media (max-width: 767.9px) {
	.card-image-content {
		width: 320px;
	}
}

.card-image-content__image {
	height: 320px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-image: url("https://sportstechnologylabs.com/wp-content/themes/sportstechnologylabs/assets/css/images/image-placeholder--dark.png");
	position: relative;
	border-radius: 20px;
}

.card-image-content__image.nitro-lazy {
	background-image: none !important;
}

@media (max-width: 767.9px) {
	.card-image-content__image {
		height: 300px;
	}
}

.card-image-content__content {
	margin-top: 2rem;
	position: relative;
}

.card-image-content__title {
	color: #000;
	font-size: 1.87rem;
	font-weight: 600;
	margin-bottom: 1rem;
}

.card-image-content__description {
	color: #000;
}

/* Card Quote
--------------------------------------------- */
.card-quote {
	width: 550px;
	height: 370px;
	border: 1px solid #676767;
	padding: 20px;
}

.card-quote__name {
	color: #fff;
}

.card-quote__title {
	color: #fff;
}

.card-quote__quote {
	color: #fff;
}

.contobox-slider__slide.card-quote {
	width: 550px;
	height: 370px;
	flex: 1 0 550px;
}

@media (max-width: 767.9px) {
	.contobox-slider__slide.card-quote {
		flex: 1 0 450px;
	}
}

@media (max-width: 575.9px) {
	.contobox-slider__slide.card-quote {
		flex: 1 0 300px;
	}
}

/* Change Text
--------------------------------------------- */
.change-text {
	position: relative;
	display: inline-block;
	overflow: hidden;
	vertical-align: middle;
	line-height: inherit;
	width: 100%;
}

.change-text__item {
	color: #0ea43c;
	font-weight: 600;
	font-size: 1.6rem;
	display: inline-block;
	position: absolute;
	opacity: 0;
	top: 0;
	left: 0;
	transform: translate3d(-100%, 0, 0);
	transition: transform .8s cubic-bezier(.2, 1, .3, 1), opacity .8s cubic-bezier(.2, 1, .3, 1);
}

.change-text__item.is-active {
	opacity: 1;
	transform: translate3d(0, 0, 0);
}

.text-wrap {
	display: inline-block;
	vertical-align: middle;
	line-height: inherit;
}

/* Checkout Exit Modal
--------------------------------------------- */
.checkout-exit-modal .modal__container {
	max-width: 600px;
	padding: 3rem;
	background-color: #fff;
	position: relative;
}

.checkout-exit-modal .modal__close {
	color: #000;
	right: 0;
	top: .5rem;
}

.checkout-exit-modal .modal__close:hover, .checkout-exit-modal .modal__close:visited {
	color: #000;
}

.checkout-exit-modal__content {
	margin-top: 0;
	font-size: 2rem;
	text-align: center;
}

.checkout-exit-modal__content p:first-child {
	margin-top: 0;
}

.checkout-exit-modal__image {
	margin: auto;
	text-align: center;
	display: block;
	max-width: 15rem;
}

.checkout-exit-modal__buttons {
	display: flex;
	justify-content: center;
	margin-top: 2rem;
}

.checkout-exit-modal__button {
	font-size: 18px;
	font-weight: 600;
	width: 100%;
	text-align: center;
}

.checkout-exit-modal__button:first-child {
	margin-left: 0 !important;
	border-color: #0b1f1f;
	color: #0b1f1f;
	background-color: #fff;
}

.checkout-exit-modal .search-form {
	background-color: #fff;
}

.checkout-exit-modal .search-form__wrapper {
	display: flex;
	align-items: center;
	padding: 1rem;
}

.checkout-exit-modal .search-form__input {
	width: 100%;
	padding: 10px;
	border: none;
	background-color: #ebebeb;
	border-radius: 4px 0 0 4px;
	color: #0b1f1f;
	height: 5rem;
	outline: none;
}

.checkout-exit-modal .search-form__input::placeholder {
	color: #676767;
}

.checkout-exit-modal .search-form__submit {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	background-color: #0ea43c;
	border: none;
	width: 5rem;
	height: 5rem;
	cursor: pointer;
	border-radius: 0 4px 4px 0;
	color: #fff;
	flex: 0 0 50px;
}

.checkout-exit-modal .search-form__submit svg {
	stroke: #fff;
}

.checkout-exit-modal .search-form__submit:hover {
	background-color: #0ea43c;
}

/* Contobx Slider
--------------------------------------------- */
.contobox-slider {
	--slider-width: 1200px;
	--slider-height: 600px;
	--wrapper-width: 100%;
	--slide-width: var(--slider-width);
	--slide-gap: 0;
	width: 100%;
	height: var(--slider-height);
	max-width: var(--slider-width);
	overflow: hidden;
	position: relative;
	cursor: grab;
}

@media (max-width: 1119.9px) {
	.contobox-slider {
		--slider-width: 800px;
		--slider-height: 400px;
	}
}

@media (max-width: 991.9px) {
	.contobox-slider {
		--slider-width: 640px;
		--slider-height: 320px;
	}
}

@media (max-width: 767.9px) {
	.contobox-slider {
		--slider-width: 100%;
		--slider-height: 320px;
	}
}

.contobox-slider__wrapper {
	position: relative;
	width: var(--wrapper-width);
	height: var(--slider-height);
}

.contobox-slider__track {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	gap: var(--slide-gap);
	display: flex;
	flex-direction: row;
}

.contobox-slider__track.shifting {
	transition: transform 300ms ease-in;
}

.contobox-slider__slide {
	flex: 1 0 var(--slide-width);
	width: var(--slide-width);
	object-fit: cover;
	height: 100%;
}

.contobox-slider__slide img {
	user-select: none;
	pointer-events: none;
}

.contobox-slider__controls {
	position: absolute;
	top: 45%;
	display: flex;
	padding: 2rem;
	gap: 2rem;
	width: 100%;
	align-items: center;
	justify-content: space-between;
}

@media (max-width: 991.9px) {
	.contobox-slider__controls {
		padding: .8rem;
	}
}

.contobox-slider__arrow {
	border: 0;
	background: white;
	border-radius: 50%;
	color: black;
	width: 40px;
	height: 40px;
	cursor: pointer;
	min-width: 40px;
	aspect-ratio: 1;
	max-width: 4rem;
}

@media (max-width: 991.9px) {
	.contobox-slider__arrow {
		width: 26px;
		height: 26px;
		min-width: 26px;
		max-width: 26px;
		padding: 0;
	}
}

.contobox-slider__dots {
	position: absolute;
	bottom: 20px;
	right: 20px;
	display: flex;
}

.contobox-slider__dot {
	--dot__size: 24px;
	width: var(--dot__size);
	height: var(--dot__size);
	border-radius: 50%;
	background-color: transparent;
	margin-left: 10px;
	position: relative;
}

@media (max-width: 767.9px) {
	.contobox-slider__dot {
		--dot__size: 18px;
		--dot__size: 18px;
	}
}

.contobox-slider__dot::before {
	content: "";
	position: absolute;
	width: var(--dot__size);
	height: var(--dot__size);
	border-radius: 50%;
	border: 0;
	background-color: transparent;
}

.contobox-slider__dot::after {
	content: "";
	position: absolute;
	top: calc(var(--dot__size) / 3);
	left: calc(var(--dot__size) / 3);
	width: calc(var(--dot__size) / 3);
	height: calc(var(--dot__size) / 3);
	border-radius: 50%;
	background-color: white;
}

.contobox-slider__dot.is-active::before {
	border: 2px solid white;
}

/* Cursor
--------------------------------------------- */
.cursor {
	--cursor-size: 100px;
	--cursor-size-half: calc(var(--cursor-size) / 2);
	--cursor-size-quarter: calc(var(--cursor-size) / 4);
	--arrow-size: 14px;
	--arrow-size-half: calc(var(--arrow-size) / 2);
	--cursor-offset: calc(-1 * ( var(--cursor-size-half) ));
	--arrow-offset: calc(var(--cursor-size-half) - var(--arrow-size-half));
	--transition-speed: .4s;
	opacity: 0;
	position: fixed;
	width: var(--cursor-size);
	height: var(--cursor-size);
	z-index: 9999;
	top: var(--cursor-offset);
	left: var(--cursor-offset);
	pointer-events: none;
	cursor: grab;
	transition: opacity .5s;
}

.cursor__container {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 100%;
	width: 100%;
}

.cursor__circle {
	width: 0;
	height: 0;
	border-radius: 50%;
	background-color: #ebebeb;
	transition: height var(--transition-speed), width var(--transition-speed);
}

.cursor__arrow {
	position: absolute;
	font-size: var(--arrow-size);
	top: var(--arrow-offset);
	transition: color var(--transition-speed) ease, left var(--transition-speed) ease, right var(--transition-speed) ease;
	color: #ebebeb;
}

.cursor__arrow--left {
	left: calc(var(--cursor-size-quarter) * 1.5);
}

.cursor__arrow--right {
	right: calc(var(--cursor-size-quarter) * 1.5);
}

.cursor.is-grabbing {
	cursor: grabbing;
}

.cursor.is-active {
	opacity: 1;
}

.cursor.is-grabbing.is-active .cursor__circle {
	width: calc(var(--cursor-size) / 6);
	height: calc(var(--cursor-size) / 6);
}

.cursor.is-grabbing.is-active .cursor__arrow {
	color: #ebebeb;
}

.cursor.is-grabbing.is-active .cursor__arrow--left {
	left: var(--arrow-size-half);
}

.cursor.is-grabbing.is-active .cursor__arrow--right {
	right: var(--arrow-size-half);
}

.cursor.is-active .cursor__circle {
	width: var(--cursor-size);
	height: var(--cursor-size);
}

.cursor.is-active .cursor__arrow {
	color: #000;
}

.cursor.is-active .cursor__arrow--left {
	left: var(--cursor-size-quarter);
}

.cursor.is-active .cursor__arrow--right {
	right: var(--cursor-size-quarter);
}

/* Form
--------------------------------------------- */
.form {
	max-width: 600px;
}

.form__field {
	margin-top: 20px;
	margin-bottom: 20px;
	width: 100%;
}

.form__input {
	width: 100%;
}

/* Gravity Form
--------------------------------------------- */
.gfield {
	margin-bottom: 1.6rem;
}

.gfield_required {
	font-size: 12px;
	color: red;
	margin-left: 5px;
}

.gform_button {
	width: 100%;
	cursor: pointer;
	transition: transform .2s ease;
}

.gform_button:hover {
	transform: scale(1.03);
}

.gform_button:active, .gform_button:focus {
	animation: pulse .3s ease;
}

/* Keyframes for the pulse effect */
@keyframes pulse {
	0% {
		transform: scale(1);
	}
	
	50% {
		transform: scale(.97);
	}
	
	100% {
		transform: scale(1);
	}
}

/* Icon Box
--------------------------------------------- */
.stl-icon-box {
	color: #bfff36;
	display: flex;
	align-items: center;
}

.stl-icon-box__icon {
	display: inline-block;
	max-width: 4rem;
	max-height: 4rem;
	margin-right: 1rem;
}

.stl-icon-box__icon svg {
	fill: #bfff36;
	width: 100%;
	height: auto;
}

.stl-icon-box__content {
	display: inline-block;
}

/* Image Box
--------------------------------------------- */
.stl-image-box {
	font-size: 1.4rem;
	display: flex;
	margin-bottom: 1rem;
}

.stl-image-box-wrapper {
	margin-top: 3rem;
	margin-bottom: 3rem;
}

.stl-image-box__image {
	width: 2.4rem;
	height: 2.4rem !important;
	margin-right: 1rem;
}

.stl-image-box__title {
	color: #0b1f1f;
}

.stl-image-box__description {
	margin-top: 0;
	color: #888;
}

.stl-image-box__description > p:first-child {
	margin-top: 0;
}

.stl-image-box__description .payment-logos {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: center;
}

.stl-image-box__description .payment-logos img {
	width: 50px;
	height: auto;
	border: 1px solid #e1e1e1;
}

/* Modal
--------------------------------------------- */
.modal {
	position: fixed;
	background-color: rgba(0, 0, 0, .8);
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 9999;
	opacity: 0;
	transition: all .5s;
	justify-content: center;
	align-items: center;
	pointer-events: none;
}

.modal.active {
	display: flex;
	opacity: 1;
	pointer-events: auto;
}

.modal__container {
	width: 100%;
	max-width: 90%;
	padding: 4rem;
	z-index: 10000;
}

@media (max-width: 991.9px) {
	.modal__container {
		padding: 20px;
	}
}

.modal__close {
	color: #fff;
	line-height: 50px;
	font-size: 100%;
	position: absolute;
	right: 3rem;
	text-align: center;
	top: 3rem;
	width: 50px;
	text-decoration: none;
}

.modal__close:hover {
	color: #fff;
}

.modal__close:visited {
	color: #fff;
}

.modal video {
	width: 100%;
	height: auto;
}

/* Post Navigation
--------------------------------------------- */
.post-navigation {
	max-width: 1000px;
	margin: auto;
	padding: 20px;
}

.post-navigation .nav-links {
	display: flex;
	justify-content: space-between;
}

/* Navigation
--------------------------------------------- */
.nav__menu {
	display: flex;
	padding: 0;
	margin-bottom: 0;
}

@media (max-width: 767.9px) {
	.nav__menu {
		display: none;
	}
}

.nav__item {
	margin-left: 0;
	margin-right: 2.5rem;
	list-style: none;
	margin-bottom: 0;
}

.nav__item::before {
	content: none;
}

.nav__item a {
	align-self: center;
	padding: 1rem;
	color: #0b1f1f;
	text-decoration: none;
	display: inline-block;
}

.nav__item a:hover {
	color: #0ea43c;
}

.nav__item .button {
	color: #000;
	padding: 1.2rem 2rem;
}

.nav__item.accordion .accordion-item {
	border: 0;
}

.nav__item.accordion .accordion-item__heading {
	padding: 1rem;
	height: 4.4rem;
}

.nav__item.accordion .accordion-item__title {
	font-size: 2rem;
}

.nav__item.accordion .accordion-item__content {
	margin-top: 0;
	border: 1px solid #ebebeb;
}

.nav__item.accordion .accordion-item.is-active .accordion-item__heading {
	background-color: #0ea43c;
}

.nav__item.accordion .accordion-item.is-active .accordion-item__title {
	color: #fff;
}

.nav .dropdown {
	position: relative;
}

.nav .dropdown a {
	cursor: pointer;
}

.nav .dropdown__caret {
	font-size: 1.4rem;
	margin-left: 5px;
}

.nav .dropdown__menu {
	z-index: 1;
	background: #fff;
	visibility: hidden;
	border: .1rem solid #ebebeb;
	opacity: 0;
	min-width: 16rem;
	position: absolute;
	transition: all .2s ease;
	left: 0;
	margin-left: 0;
	padding-left: 0;
}

.nav .dropdown__menu.is-active {
	visibility: visible;
	opacity: 1;
}

.nav .dropdown__item {
	color: #0b1f1f;
	width: 100%;
	text-wrap: nowrap;
	border-bottom: .1rem solid #ebebeb;
}

.nav .dropdown__item:last-child {
	border-bottom: none;
}

.nav .dropdown__item:hover {
	background: #0ea43c;
	color: #fff;
}

.nav__mobile-menu {
	flex-direction: column;
}

.nav__mobile-menu .modal__container {
	height: 100%;
	width: 100%;
}

.nav__mobile-menu .nav__item {
	margin-left: 0;
}

.nav__mobile-menu .nav__item a {
	padding: 2rem 0;
	display: block;
}

.home .nav__item a {
	color: #fff;
}

.home .nav .dropdown__item {
	color: #0b1f1f;
}

.home .nav .dropdown__item:hover {
	background: #0ea43c;
	color: #fff;
}

li:focus-within a {
	outline: none;
}

/* Navigation Modal
--------------------------------------------- */
.nav-modal {
	background-color: rgba(0, 0, 0, .7);
}

.nav-modal .nav__menu {
	display: flex;
	flex-direction: column;
}

.nav-modal .nav__item {
	font-size: 2rem;
}

.nav-modal .modal__container {
	padding: 4rem;
	background-color: #fff;
}

.nav-modal .modal__close {
	color: #fff;
}

.nav-modal .modal__close:visited {
	color: #fff;
}

.nav-modal .modal__close:hover {
	color: #fff;
}

.home .nav-modal .nav__item a {
	color: #0b1f1f;
}

/* Search Modal
--------------------------------------------- */
.search-modal .modal__container {
	max-width: 600px;
	padding: 3rem;
	background: #fff;
	position: relative;
}

.search-modal .modal__close {
	position: absolute;
	top: 0;
	right: -5px;
	color: #0b1f1f;
	cursor: pointer;
}

.search-modal .search-form {
	background-color: #fff;
}

.search-modal .search-form__wrapper {
	display: flex;
	align-items: center;
	padding: 1rem;
}

.search-modal .search-form__input {
	width: 100%;
	padding: 10px;
	border: none;
	background-color: #ebebeb;
	border-radius: 4px 0 0 4px;
	color: #0b1f1f;
	height: 5rem;
	outline: none;
}

.search-modal .search-form__input::placeholder {
	color: #676767;
}

.search-modal .search-form__submit {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	background-color: #0ea43c;
	border: none;
	width: 5rem;
	height: 5rem;
	cursor: pointer;
	border-radius: 0 4px 4px 0;
	color: #fff;
	flex: 0 0 50px;
}

.search-modal .search-form__submit svg {
	stroke: #fff;
}

.search-modal .search-form__submit:hover {
	background-color: #0ea43c;
}

/* Slide Full Width
--------------------------------------------- */
.slide-full-width {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-image: url("https://sportstechnologylabs.com/wp-content/themes/sportstechnologylabs/assets/css/images/bg-bauhaus-light-scaled.jpeg");
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 8rem;
	color: #fff;
}

.slide-full-width.nitro-lazy {
	background-image: none !important;
}

@media (max-width: 991.9px) {
	.slide-full-width {
		padding: 4rem;
	}
}

.slide-full-width__title {
	font-size: 24px;
	font-weight: 600;
}

.slide-full-width a {
	color: #fff;
}

/* Subscribe Modal
--------------------------------------------- */
.subscribe-modal .modal__container {
	position: relative;
	background-color: #0b1f1f;
	max-width: 620px;
	display: grid;
	grid-template-columns: 45% 54%;
	gap: 10px;
	padding: 2rem;
	padding-left: 0;
}

@media (max-width: 767.9px) {
	.subscribe-modal .modal__container {
		padding-left: 2rem;
		padding-right: 2rem;
		grid-template-columns: 1fr;
	}
}

.subscribe-modal .modal__close {
	top: 1rem;
	right: 1rem;
	width: 36px;
}

.subscribe-modal__image-column {
	display: flex;
	align-items: center;
}

.subscribe-modal__image-column img {
	width: 100%;
	margin-right: auto;
}

.subscribe-modal__content-column h2 {
	line-height: .9;
	color: #0ea43c;
}

.subscribe-modal__content-column h2 .subscribe-modal__title--top {
	color: #bfff36;
}

.subscribe-modal__content-column h2 .subscribe-modal__title--bottom {
	font-size: 2.2rem;
}

.subscribe-modal__content-column p {
	color: #fff;
}

.subscribe-modal input[type=email], .subscribe-modal input[type=text] {
	background-color: #fff;
}

.subscribe-modal .gfield_label {
	color: #fff;
}

.subscribe-modal .gform_confirmation_message {
	color: #fff;
}

/* Table of Contents
--------------------------------------------- */
.table-of-contents {
	list-style: none;
	font-size: 1.4rem;
}

.table-of-contents li a {
	color: #0b1f1f;
	text-decoration: none;
}

.table-of-contents li a:hover {
	text-decoration: none;
	color: #0ea43c;
}

/* WC Blocks
--------------------------------------------- */
.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link {
	background-color: #0ea43c;
	color: #fff;
	width: 100%;
}

.wc-block-grid {
	margin: auto;
	max-width: 92rem;
}

.wc-block-grid.alignwide {
	max-width: 130rem;
}

.wc-block-grid.alignfull {
	max-width: 100%;
}

.wc-block-grid__products .wc-block-grid__product {
	border-top: 1px solid #ebebeb;
	border-left: 1px solid #ebebeb;
	border-right: 1px solid transparent;
	border-bottom: 1px solid #ebebeb;
	padding: 1rem;
}

.wc-block-grid__products .wc-block-grid__product:last-child {
	border-right: 1px solid #ebebeb;
}

.wc-block-grid__products .wc-block-grid__product:hover {
	-webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
	box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
}

.wc-block-grid__products .wc-block-grid__product:hover .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link {
	background-color: #00962e;
}

.wc-block-grid__product .wc-block-grid__product-onsale {
	display: none !important;
}

.wc-block-grid__product .wc-block-grid__product-link {
	text-decoration: none;
}

.wc-block-grid__product .wc-block-grid__product-title {
	font-size: 1.8rem;
	text-decoration: none;
	color: #0b1f1f;
	min-height: 4.5rem;
}

.wc-block-grid__product .wc-block-grid__product-price {
	font-size: 2rem;
	color: #0ea43c;
}

.wc-block-grid__product .wc-block-grid__product-price del {
	font-size: 1.6rem;
	color: #0b1f1f;
}

.wc-block-grid__product .added_to_cart {
	display: block;
}

@media (max-width: 480px) {
	.wc-block-grid.has-4-columns .wc-block-grid__products {
		display: flex !important;
	}
	
	.wc-block-grid.has-4-columns .wc-block-grid__product {
		flex: 1 0 50% !important;
	}
	
	.wc-block-grid.has-4-columns .wc-block-grid__product:nth-child(2n) {
		border-right: 1px solid #ebebeb;
	}
	
	.wc-block-grid__product .wc-block-grid__product-title {
		font-size: 1.4rem;
		padding-left: 5px;
		padding-right: 5px;
	}
	
	.wc-block-grid__product .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link {
		margin-left: 10px !important;
		margin-right: 10px !important;
		width: calc(100% - 20px);
	}
}

/* WP Block Buttons
--------------------------------------------- */
.wp-block-buttons > .wp-block-button {
	margin-bottom: 2rem;
}

/* WP Block Columns
--------------------------------------------- */
.wp-block-columns {}

@media (min-width: 768px) {
	.wp-block-columns {
		flex-wrap: nowrap !important;
	}
}

@media (max-width: 991.9px) {
	.wp-block-columns.stl-stack-on-tablet {
		flex-wrap: wrap !important;
	}
}

@media (max-width: 991.9px) {
	.wp-block-columns.stl-stack-on-tablet > .wp-block-column {
		flex-basis: 100% !important;
	}
}

@media (max-width: 767.9px) {
	.wp-block-columns.stl-stack-on-mobile {
		flex-wrap: wrap !important;
	}
}

@media (max-width: 767.9px) {
	.wp-block-columns.stl-stack-on-mobile > .wp-block-column {
		flex-basis: 100% !important;
	}
}

/* WP Block Query
--------------------------------------------- */
.wp-block-query {
	margin: auto;
	max-width: 92rem;
}

.wp-block-query.alignwide {
	max-width: 130rem;
}

.wp-block-query.alignfull {
	max-width: 100%;
}

.wp-block-read-more {
	color: #0ea43c;
	margin-top: 1rem;
}

.wp-block-read-more:hover, .wp-block-read-more:active, .wp-block-read-more:focus, .wp-block-read-more:visited {
	text-decoration: none;
	color: #0ea43c;
}

.wp-block-post .wp-block-post-title {
	font-size: 2.2rem;
	line-height: 1.2;
}

.wp-block-post .wp-block-post-terms {
	position: absolute;
	z-index: 1;
	background: #1d2e8a;
	padding: 6px 10px;
	font-size: 1.4rem;
}

.wp-block-post .wp-block-post-terms a {
	color: #fff;
	text-decoration: none;
}

.wp-block-post .wp-block-post-featured-image {
	margin-top: 0;
}

.wp-block-post .wp-block-post-featured-image img {
	height: 26rem;
	border-radius: 0px 15px 15px 15px;
}

/* WP Block Group
--------------------------------------------- */
:where(.wp-block-group.has-background) {
	padding: 2rem;
}

.wp-block-group {
	position: relative;
}

/* WP Block Media Text
--------------------------------------------- */
@media (max-width: 767.9px) {
	.wp-block-media-text.is-stacked-on-mobile {
		grid-template-columns: 100% !important;
	}
	
	.wp-block-media-text.is-stacked-on-mobile > .wp-block-media-text__media {
		grid-column: 1;
		grid-row: 1;
	}
	
	.wp-block-media-text.is-stacked-on-mobile > .wp-block-media-text__content {
		grid-column: 1;
		grid-row: 2;
		padding: 0;
	}
}

.wp-block-media-text > .wp-block-media-text__content {
	padding-right: 0;
}

.wp-block-media-text.has-media-on-the-right > .wp-block-media-text__content {
	padding-left: 0;
	padding-right: 8%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.archive-header {
	padding-top: 4rem;
	padding-bottom: 0;
	border-bottom: 1px solid #ebebeb;
	text-align: center;
}

.archive-header h1 {
	font-size: 4.5rem;
}

@media (max-width: 991.9px) {
	.archive-header h1 {
		font-size: 3.6rem;
	}
}

.archive-posts {
	display: grid;
	--grid-gap: 30px;
	grid-row-gap: var(--grid-gap);
	grid-column-gap: var(--grid-gap);
	grid-template-columns: 1fr 1fr 1fr;
	margin-top: 4.8rem;
	margin-bottom: 4.8em;
}

@media (max-width: 767.9px) {
	.archive-posts {
		grid-template-columns: 1fr;
	}
}

.archive-posts__menu .nav__menu {
	justify-content: center;
}

.archive-posts__menu .nav__item a {
	border-bottom: 2px solid transparent;
}

.archive-posts__menu .nav__item a:hover {
	border-bottom: 2px solid #0ea43c;
}

.archive-post {
	text-decoration: none;
	display: grid;
	grid-template-rows: 220px 1fr;
	grid-template-columns: 1fr;
	color: #0b1f1f;
}

.archive-post:visited {
	color: #0b1f1f;
}

@media (max-width: 767.9px) {
	.archive-post {
		grid-template-rows: 220px 1fr;
		grid-template-columns: 1fr;
	}
}

.archive-post__image {
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
}

.archive-post__tag {
	background-color: #1d2e8a;
	min-width: 17.6rem;
	height: 2.8rem;
	color: #fff;
	line-height: 1;
	font-size: 1.2rem;
	padding: .8rem 2.8rem;
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 0;
	text-transform: uppercase;
	border-top-right-radius: 2.8rem;
}

.archive-post__read-more {
	color: #0ea43c;
	font-size: 1.4rem;
}

.archive-post .archive-post__date {
	font-size: 1.2rem;
	margin-bottom: 1rem;
}

.archive-post__info {
	text-decoration: none;
	border-top: 0;
	padding: 2.4rem 0;
	background-color: #fff;
}

.archive-post__title {
	font-size: 2.2rem;
	margin-bottom: 1rem;
	line-height: 1.25;
}

.archive-post__excerpt {
	font-size: 1.4rem;
	margin: 0;
}

.archive-posts-pagination {
	display: flex;
	justify-content: center;
	align-items: center;
}

.archive-posts-pagination--first-page {
	padding-left: 4.2rem;
}

.archive-posts-pagination--first-page .page-numbers[aria-current=page] {
	margin-left: auto;
}

.archive-posts-pagination--last-page {
	padding-right: 4.2rem;
}

.archive-posts-pagination--last-page .page-numbers[aria-current=page] {
	margin-right: auto;
}

.archive-posts-pagination .page-numbers {
	text-decoration: none;
	color: #676767;
	margin-left: 1rem;
	margin-right: 1rem;
}

.archive-posts-pagination .page-numbers.prev {
	margin-left: 0;
	margin-right: auto;
}

.archive-posts-pagination .page-numbers.next {
	margin-right: 0;
	margin-left: auto;
}

.archive-posts-pagination .page-numbers.current {
	color: #0ea43c;
}

.archive-posts-pagination .posts-navigation-link {
	background-repeat: no-repeat;
	background-size: 4.2rem;
	height: 4.2rem;
	width: 4.2rem;
}

.archive-posts-pagination .posts-navigation-link--prev {
	background-image: url("https://sportstechnologylabs.com/wp-content/themes/sportstechnologylabs/assets/css/images/icon-left-arrow-lg.svg");
	background-position: center left;
}

.archive-posts-pagination .posts-navigation-link--prev.nitro-lazy {
	background-image: none !important;
}

.archive-posts-pagination .posts-navigation-link--next {
	background-image: url("https://sportstechnologylabs.com/wp-content/themes/sportstechnologylabs/assets/css/images/icon-right-arrow-lg.svg");
	background-position: center right;
}

.archive-posts-pagination .posts-navigation-link--next.nitro-lazy {
	background-image: none !important;
}

.archive-posts-navigation {
	display: flex;
	list-style-type: none;
	padding: 0;
}

.footer {
	background-color: #fff;
}

.footer h3 {
	font-size: 1.8rem;
	font-weight: 700;
	color: #0b1f1f;
}

.footer a {
	text-decoration: none;
}

.footer a:hover {
	color: #0ea43c;
}

.footer p {
	font-size: 1.4rem;
}

.footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.footer ul li {
	line-height: 1;
}

.footer-video {
	position: relative;
	max-width: 774px;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	margin-bottom: -50px;
	margin-top: 50px;
	z-index: 1;
}

.footer-video iframe {
	width: 100%;
	height: auto;
	aspect-ratio: 16/9;
	max-height: 100%;
	border-radius: 1rem;
	border: 2px solid #0ea43c;
}

.footer-menu * {
	color: #0b1f1f;
}

.footer-menu__grid {
	--grid-gap: 20px;
	display: grid;
	grid-row-gap: var(--grid-gap);
	grid-column-gap: var(--grid-gap);
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

@media (max-width: 991.9px) {
	.footer-menu__grid {
		grid-template-columns: 1fr 1fr 1fr;
	}
}

@media (max-width: 767.9px) {
	.footer-menu__grid {
		grid-template-columns: 1fr 1fr;
	}
}

.footer-menu__title {
	color: #0b1f1f;
}

.footer-menu__body {
	color: #0b1f1f;
}

.footer-menu__item::before {
	content: none;
}

.footer-menu__item a {
	display: block;
	line-height: 2;
	margin: 0;
	color: #0b1f1f;
	font-size: 1.6rem;
}

.footer-menu__social-media {
	display: flex;
	flex-direction: row;
}

.footer-menu__social-media .footer-menu__item {
	margin-right: 2rem;
}

.footer-menu__social-media .footer-menu__item i {
	font-size: 2rem;
}

.footer-menu__social-media .footer-menu__item .icon-circle i {
	font-size: 1.7rem;
}

.footer-subscribe {
	background-color: #0b1f1f;
}

.footer-subscribe__grid {
	--grid-gap: 20px;
	display: grid;
	grid-row-gap: var(--grid-gap);
	grid-column-gap: var(--grid-gap);
	grid-template-columns: 1fr 1fr;
}

@media (max-width: 991.9px) {
	.footer-subscribe__grid {
		grid-template-columns: 1fr;
	}
}

.footer-subscribe__title {
	color: #fff;
}

.footer-subscribe__body {
	color: #fff;
}

.footer-subscribe__disclaimer {
	color: #676767;
}

.footer-subscribe__column {
	align-content: center;
}

.footer-subscribe__column--right {
	text-align: center;
}

.footer-subscribe__column--right .button {
	width: 100%;
}

.footer-info {
	margin-top: 4rem;
	text-align: center;
}

.footer-info p, .footer-info a {
	line-height: 1.5;
	margin: 0;
	color: #0b1f1f;
	font-size: 1.4rem;
	font-weight: 400;
	font-style: normal;
}

.footer-info a {
	color: #0ea43c;
}

.footer-info__read-disclaimer {
	text-align: center;
	font-family: "Varela Round", sans-serif;
	font-weight: 600;
	margin-bottom: 1.5rem;
}

.footer-info__read-disclaimer > p {
	padding: 5px 15px;
	border: 2px solid #bfff36;
	border-radius: 6px;
	display: inline;
}

.footer-info .footer-info__as-seen-on {
	font-family: "Varela Round", sans-serif;
	font-size: 1.8rem;
	font-weight: 700;
	margin-top: 2rem !important;
	margin-bottom: 2rem !important;
}

.footer-info .footer-info__as-seen-on-images {
	display: flex;
	justify-content: center;
	gap: 3rem;
	margin-bottom: 3rem;
}

@media (max-width: 767.9px) {
	.footer-info .footer-info__as-seen-on-images {
		flex-direction: column;
		align-items: center;
	}
}

.footer-info .footer-info__as-seen-on-images > img {
	max-width: 15rem;
	width: 100%;
	height: auto;
}

.header {
	background-color: #fff;
	position: relative;
	z-index: 3;
	width: 100%;
}

.header__top {
	background-color: #0b1f1f;
	height: 54px;
	padding-left: 2rem;
	padding-right: 2rem;
}

@media (max-width: 991.9px) {
	.header__top {
		display: none;
	}
}

.header__bottom {
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .16);
	padding: 10px 0;
	padding-left: 2rem;
	padding-right: 2rem;
}

.header__bottom .header__container {
	height: 76px;
}

.header:after {
	display: none;
}

.header:before {
	display: none;
}

.header__branding a {
	display: block;
}

.header__branding img {
	margin-top: 5px;
	max-width: 148px;
}

.header__banner {
	color: #fff;
}

.header__container {
	justify-content: space-between;
	display: flex;
	align-items: center;
	max-width: 130rem;
	margin: 0 auto;
}

@media (max-width: 767.9px) {
	.header__container {
		height: 76px;
	}
}

.header__cart {
	display: inline-block;
	margin-left: 20px;
	position: relative;
}

.header__cart a {
	text-decoration: none;
	color: #676767;
	position: relative;
}

.header__cart a .fas.fa-shopping-cart {
	margin-right: 5px;
	position: relative;
}

.header__cart a .cart-total {
	font-size: 15px;
	font-weight: 600;
	color: #0b1f1f;
}

.header__cart a .cart-icon-wrapper {
	position: relative;
	display: inline-block;
}

.header__cart a .cart-count {
	background-color: #bfff36;
	color: #0b1f1f;
	padding: 2px 6px;
	border-radius: 50%;
	font-size: 12px;
	position: absolute;
	top: -10px;
	right: -10px;
	min-width: 20px;
	text-align: center;
	width: 22px;
	height: 22px;
	line-height: 1.6;
}

.header__menu {
	margin-left: 3rem;
	margin-right: auto;
}

@media (max-width: 991.9px) {
	.header__menu {
		margin-left: auto;
	}
}

.header__right {
	display: flex;
	align-items: center;
}

.header__my-account a {
	color: #bfff36;
	text-decoration: none;
}

.header--sticky {
	position: fixed;
	z-index: 9999999;
	width: 100%;
}

.header__nav {
	display: flex;
	align-items: center;
}

@media (max-width: 991.9px) {
	.header__nav {
		display: none;
	}
	
	.header__nav.open {
		display: flex;
	}
}

.header__social {
	display: flex;
	align-items: center;
}

@media (max-width: 1119.9px) {
	.header__social {
		display: none;
	}
}

.header__icon-image {
	height: 24px;
}

.header__icon {
	height: 24px;
	margin-left: 12px;
}

.header .button {
	margin-left: 16px;
}

.header__search {
	display: block;
	height: 25px;
}

@media (max-width: 767.9px) {
	.header__search {
		display: none;
	}
}

.header .menu-cart {
	z-index: 1;
	background: #fff;
	visibility: hidden;
	border: .1rem solid #ebebeb;
	opacity: 0;
	min-width: 33rem;
	position: absolute;
	transition: all .2s ease;
	right: 0;
	margin-left: 0;
	padding: 1.6rem;
}

.header .menu-cart__products {
	padding-left: 0;
}

.header .menu-cart.active {
	visibility: visible;
	opacity: 1;
}

.header .menu-cart .button {
	width: 100%;
	text-align: center;
	margin-left: 0;
}

.header .menu-cart .button--view-cart {
	margin-bottom: 1.6rem;
	background-color: #fff;
	color: #0b1f1f;
	border: 1px solid #0b1f1f;
}

.header .menu-cart .button--view-cart:hover {
	background-color: #0b1f1f;
	color: #fff;
}

.header .menu-cart-item {
	padding-top: 1.6rem;
	padding-bottom: 1.6rem;
	border-bottom: 1px solid #ebebeb;
	display: flex;
	gap: 1.6rem;
}

.header .menu-cart-item__image {
	width: 6rem;
	height: 6rem;
	flex-shrink: 0;
	border: 1px solid #ebebeb;
}

.header .menu-cart-item__name {
	display: block;
	font-size: 1.2rem;
	color: #0b1f1f !important;
}

.header .menu-cart-item__quantity {
	font-size: 1.2rem;
	color: #0b1f1f !important;
}

.header .menu-cart-item__product-remove {
	flex-shrink: 0;
	position: relative;
	--remove-item-button-size: 22px;
	border: 1px solid #d5d8dc;
	border-radius: var(--remove-item-button-size, 22px);
	color: #69727d;
	height: var(--remove-item-button-size, 22px);
	overflow: hidden;
	margin-left: auto;
	text-align: center;
	transition: .3s;
	width: var(--remove-item-button-size, 22px);
}

.header .menu-cart-item__product-remove:before, .header .menu-cart-item__product-remove:after {
	background: var(--remove-item-button-color, #d5d8dc);
	content: "";
	height: 1px;
	left: 25%;
	margin-top: -1px;
	position: absolute;
	top: 50%;
	transition: .3s;
	width: 50%;
	z-index: 1;
}

.header .menu-cart-item__product-remove:before {
	transform: rotate(45deg);
}

.header .menu-cart-item__product-remove:after {
	transform: rotate(-45deg);
}

.header__close {
	display: block;
	height: 25px;
	margin-left: 18px;
}

.header__burger {
	width: 30px;
	height: auto;
	margin-left: 18px;
	display: none;
}

.header__burger span {
	display: block;
	width: 33px;
	height: 2px;
	margin-bottom: 8px;
	position: relative;
	background: #0b1f1f;
	border-radius: 2px;
	z-index: 1;
	transform-origin: 4px 0px;
}

.header__burger span:last-child {
	margin-bottom: 0;
}

@media (max-width: 991.9px) {
	.header__burger {
		display: block;
	}
}

.home .header {
	background-color: transparent;
}

.home .header__top {
	background-image: linear-gradient(154deg, #06130f 0%, #081d16 100%);
	border-bottom: 1px solid #fff;
}

.home .header__bottom {
	box-shadow: none;
}

.home .header__cart a {
	color: #fff;
}

.home .header__cart a .cart-total {
	color: #fff;
}

.home .header__burger span {
	background: #fff;
}

article.page .entry-content {
	max-width: 100%;
	padding-left: 0;
	padding-right: 0;
	margin: auto;
}

article.page .entry-content > * {
	padding-left: 2rem;
	padding-right: 2rem;
}

article.page .page-header {
	padding-top: 2rem;
	padding-bottom: 2rem;
	border-bottom: 1px solid #ebebeb;
	margin-bottom: 2rem;
}

.page-template-fullwidth article.page .entry-content {
	max-width: 100%;
	padding-left: 0;
	padding-right: 0;
}

.page-template-containedwidth article.page .entry-content {
	max-width: 1300px;
}

.home article.page {
	margin-top: -120px;
	overflow: hidden;
}

.home .home-hero h1 {
	margin-top: 2rem;
	font-size: 6rem;
}

@media (max-width: 991.9px) {
	.home .home-hero h1 {
		font-size: 4.5rem;
	}
}

@media (max-width: 767.9px) {
	.home .home-hero h1 {
		font-size: 3rem;
	}
}

.home .home-hero .wp-block-image img {
	max-width: 115%;
	width: 115%;
}

@media (max-width: 991.9px) {
	.home .home-hero .wp-block-image img {
		max-width: 130%;
		width: calc(100% + 20px);
		margin-left: -10px;
	}
}

@media (max-width: 767.9px) {
	.home .home-hero .wp-block-image img {
		max-width: 130%;
		width: calc(100% + 100px);
		margin-left: -50px;
	}
}

.home .home-hero__columns {
	position: relative;
	z-index: 2;
}

.home .home-hero__column-2 {
	max-height: 600px;
}

@media (max-width: 991.9px) {
	.home .home-hero__column-2 {
		max-height: 750px;
	}
}

@media (max-width: 767.9px) {
	.home .home-hero__column-2 {
		max-height: 350px;
	}
}

@media (max-width: 767.9px) {
	.home .home-hero__list-columns {
		gap: 0;
	}
}

@media (max-width: 767.9px) {
	.home .home-hero__list-1 {
		margin-bottom: 0;
	}
}

.page-404__grid {
	--grid-gap: 20px;
	display: grid;
	grid-row-gap: var(--grid-gap);
	grid-column-gap: var(--grid-gap);
	grid-template-columns: 1fr 1fr;
	align-items: center;
}

@media (max-width: 991.9px) {
	.page-404__grid {
		grid-template-columns: 1fr;
	}
}

.page-404__404 {
	font-size: 25rem;
}

@media (max-width: 991.9px) {
	.page-404__404 {
		font-size: 10rem;
	}
}

.page-404__body {
	font-size: 2.4rem;
	font-family: "Varela Round", sans-serif;
}

.page-404__divider {
	width: 43px;
	height: 3px;
	background-color: #ebebeb;
	margin: 3rem 0;
}

.search .site-main {
	max-width: 92rem;
	margin: auto;
}

.search .site-main article {
	margin-top: 6rem;
	margin-bottom: 6rem;
}

.search .site-main article h2 {
	font-size: 3rem;
	line-height: 1.2;
}

/* Single Post style */
body.single .entry-header {
	text-align: center;
	max-width: 1000px;
	margin: auto;
	padding-left: 20px;
	padding-right: 20px;
	margin: 40px auto;
}

body.single .entry-header .subtitle {
	margin-bottom: 10px;
}

body.single .entry-header .entry-title {
	font-size: 4.5rem;
	line-height: 1.1;
}

@media (max-width: 991.9px) {
	body.single .entry-header .entry-title {
		font-size: 3rem;
	}
}

body.single article > .entry-content {
	margin: auto;
	max-width: 92rem;
	display: grid;
	grid-template-columns: 1fr 640px 1fr;
	gap: 40px;
}

body.single article > .entry-content.alignwide {
	max-width: 130rem;
}

body.single article > .entry-content.alignfull {
	max-width: 100%;
}

@media (max-width: 991.9px) {
	body.single article > .entry-content {
		grid-template-columns: 1fr;
		padding-left: 2rem;
		padding-right: 2rem;
	}
}

body.single .table-of-contents-accordion .accordion-item {
	border-radius: 10px;
	border-top: 1px solid #ebebeb;
}

body.single .share-buttons {
	display: flex;
}

body.single .share-buttons .share-button {
	font-size: 21px;
	color: #999;
	margin-right: 24px;
}

.single-product.woocommerce .product {
	max-width: 130rem;
	margin: auto;
	padding-top: 2em;
}

@media (max-width: 1399.9px) {
	.single-product.woocommerce .product {
		padding-left: 2rem;
		padding-right: 2rem;
	}
}

.single-product.woocommerce .product .price, .single-product.woocommerce .product .stock {
	color: #0ea43c;
}

.single-product.woocommerce .product span.onsale {
	background-color: #bfff36;
	color: #0b1f1f;
	padding: 5px 10px;
	border-radius: 5px;
	min-height: 2.4rem;
	line-height: 2.4rem;
}

.single-product.woocommerce .product h2 {
	font-size: 2.4rem;
}

.single-product.woocommerce .product .woocommerce-social-media {
	padding-left: 0;
	display: flex;
	flex-direction: row;
	list-style: none;
}

.single-product.woocommerce .product .woocommerce-social-media__item {
	margin-right: 2rem;
	font-size: 2.1rem;
}

.single-product.woocommerce .product .woocommerce-social-media__item a {
	color: #99a2a2;
}

.single-product.woocommerce .product .woocommerce-social-media__item a:hover {
	color: #0ea43c;
}

.single-product.woocommerce .product .woocommerce-social-media__item a:hover .icon-circle {
	background-color: #0ea43c;
	color: #fff;
}

.single-product.woocommerce .product .woocommerce-social-media__item a .icon-circle {
	width: 2.1rem;
	height: 2.1rem;
	border-radius: 50%;
	background-color: #99a2a2;
}

.single-product.woocommerce .product .woocommerce-social-media__item a .icon-circle i {
	margin-top: 4px;
}

.single-product.woocommerce ul.products li.product .price {
	color: #0ea43c;
}

.single-product.woocommerce ul.products li.product .price del {
	color: #0b1f1f;
}

.single-product.woocommerce ul.products li.product .button {
	background-color: #0ea43c;
	color: #fff;
	border-color: #0ea43c;
	border-radius: 2rem;
}

.single-product.woocommerce ul.products li.product .button:hover {
	background-color: #0ea43c;
	color: #fff;
	border-color: #0ea43c;
}

.single-product.woocommerce .woocommerce-breadcrumb {
	max-width: 130rem;
	margin: 20px auto;
	color: #0b1f1f;
}

.single-product.woocommerce .product_title {
	font-size: 3rem;
}

.single-product.woocommerce .entry-content h2 {
	font-size: 2.2rem;
}

.single-product.woocommerce .entry-content h3 {
	font-size: 2rem;
}

.single-product.woocommerce .entry-content h3 {
	font-size: 1.8rem;
}

.single-product.woocommerce .footer-subscribe .button {
	border: 2px solid;
	border-color: #0ea43c;
	border-radius: 100px;
	border-color: #0ea43c;
	background-color: #0ea43c;
	color: #fff;
	line-height: 1;
	font-size: 1.5rem;
	padding: 1.2rem 2.4rem;
}

.woocommerce .price {
	color: #0ea43c;
}

.woocommerce-shop.woocommerce main .woocommerce-products-header, .tax-product_cat.woocommerce main .woocommerce-products-header {
	padding-top: 2rem;
	padding-bottom: 2rem;
	border-bottom: 1px solid #ebebeb;
	margin-bottom: 2rem;
	padding-left: 2rem;
	padding-right: 2rem;
}

.woocommerce-shop.woocommerce main .woocommerce-products-header__grid, .tax-product_cat.woocommerce main .woocommerce-products-header__grid {
	max-width: 1300px;
	margin: auto;
}

.woocommerce-shop.woocommerce main > .woocommerce-breadcrumb, .tax-product_cat.woocommerce main > .woocommerce-breadcrumb {
	margin: 2rem auto;
	max-width: 1300px;
	padding-left: 2rem;
	padding-right: 2rem;
}

.woocommerce-shop.woocommerce main > .products, .tax-product_cat.woocommerce main > .products {
	margin: auto;
	max-width: 1300px;
	padding-left: 2rem;
	padding-right: 2rem;
}

.woocommerce-shop.woocommerce .product span.onsale, .tax-product_cat.woocommerce .product span.onsale {
	background-color: #bfff36;
	color: #0b1f1f;
	padding: 5px 10px;
	border-radius: 5px;
	min-height: 2.4rem;
	line-height: 2.4rem;
}

.woocommerce-cart h2 {
	font-size: 2.4rem;
}

.woocommerce-cart h3 {
	font-size: 2.2rem;
}

.woocommerce-cart__grid {
	margin-top: 4rem;
	--grid-gap: 80px;
	display: grid;
	grid-row-gap: var(--grid-gap);
	grid-column-gap: var(--grid-gap);
	grid-template-columns: 1fr 380px;
}

@media (max-width: 1119.9px) {
	.woocommerce-cart__grid {
		grid-template-columns: 1fr;
		--grid-gap: 60px;
	}
}

@media (max-width: 991.9px) {
	.woocommerce-cart__grid {
		grid-template-columns: 1fr;
		--grid-gap: 40px;
	}
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
	border: 2px solid;
	border-color: #0ea43c;
	border-radius: 100px;
	border-color: #0ea43c;
	background-color: #0ea43c;
	color: #fff;
	line-height: 1;
	font-size: 1.5rem;
	padding: 1.2rem 2.4rem;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
	background-color: #0ea43c;
}

.woocommerce-cart table.cart .woocommerce-cart-item {
	background-color: transparent;
	padding: 2rem 0;
	--grid-gap: 20px;
	display: grid;
	grid-row-gap: var(--grid-gap);
	grid-column-gap: var(--grid-gap);
	grid-template-columns: 150px 1fr;
}

.woocommerce-cart table.cart .woocommerce-cart-item:before {
	display: none;
}

.woocommerce-cart table.cart .woocommerce-cart-item:nth-child(2n) {
	background-color: transparent;
}

@media (max-width: 1119.9px) {
	.woocommerce-cart table.cart .woocommerce-cart-item {
		grid-template-columns: 1fr;
	}
}

.woocommerce-cart table.cart .woocommerce-cart-item__thumbnail {
	border: 1px solid #ebebeb;
	border-radius: 8px;
	padding: 4px;
	overflow: hidden;
	text-align: left;
}

.woocommerce-cart table.cart .woocommerce-cart-item__thumbnail img {
	width: 150px;
}

.woocommerce-cart table.cart .woocommerce-cart-item__content {
	--grid-gap: 20px;
	display: grid;
	grid-row-gap: var(--grid-gap);
	grid-column-gap: var(--grid-gap);
	grid-template-columns: 1fr 70px;
}

.woocommerce-cart table.cart .woocommerce-cart-item__left {
	text-align: left;
}

.woocommerce-cart table.cart .woocommerce-cart-item__title a {
	color: #0b1f1f;
}

.woocommerce-cart table.cart .woocommerce-cart-item__price {
	color: #0ea43c;
	font-weight: 700;
}

.woocommerce-cart table.cart .woocommerce-cart-item__sku {
	font-size: 14px;
	margin-top: 1rem;
}

.woocommerce-cart table.cart .woocommerce-cart-item__remove {
	display: flex;
	justify-content: end;
}

.woocommerce-cart table.cart .woocommerce-cart-item__remove a {
	color: #e8e8e8;
}

.woocommerce-cart table.cart .woocommerce-cart-item__quantity {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 1rem;
	font-size: 1.4rem;
}

.woocommerce-cart table.cart .woocommerce-cart-item__quantity input {
	margin-left: 1rem;
	padding: .5rem;
	min-width: 4rem;
	width: 100%;
	background-color: #fff;
	border: 1px solid #ebebeb;
}

.woocommerce-cart button.button[name=update_cart] {
	border: 2px solid;
	border-radius: 100px;
	border-color: #0b1f1f;
	background-color: #fff;
	color: #0b1f1f;
	line-height: 1;
	font-size: 1.5rem;
	padding: 1.2rem 2.4rem;
	text-decoration: none;
	display: inline-block;
}

.woocommerce-cart button.button[name=update_cart]:hover {
	color: #0b1f1f;
	background-color: #fff;
}

.woocommerce-cart button.button[name=update_cart]:disabled {
	padding: 1.2rem 2.4rem;
}

.woocommerce-cart a.button--continue-shopping {
	border: 2px solid;
	border-radius: 100px;
	border-color: #0ea43c;
	background-color: #fff;
	color: #0ea43c;
	line-height: 1;
	font-size: 1.5rem;
	padding: 1.2rem 2.4rem;
	text-decoration: none;
	display: inline-block;
	margin-right: 1rem;
	text-align: center;
}

.woocommerce-cart a.button--continue-shopping:hover {
	color: #0ea43c;
	background-color: #fff;
}

@media only screen and (max-width: 768px) {
	.woocommerce-cart a.button--continue-shopping {
		margin-top: 2rem;
		margin-bottom: 2rem;
	}
}

.woocommerce-cart .cart_totals table {
	font-size: 1.4rem;
}

.woocommerce-cart-notice {
	border-radius: 1rem;
	padding: 1.2rem;
	background-color: #bfff36;
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-bottom: 2rem;
}

.woocommerce-cart-notice__image {
	max-width: 2.4rem !important;
	margin-right: 1rem;
}

.woocommerce-cart-notice p {
	margin: 0;
	line-height: 1;
}

.woocommerce-sidebar-info {
	font-size: 1.4rem;
	display: flex;
	margin-top: 1.6rem;
	margin-bottom: 1.6rem;
}

.woocommerce-sidebar-info-wrapper {
	margin-top: 3rem;
	margin-bottom: 3rem;
}

.woocommerce-sidebar-info__image {
	width: 2.4rem;
	height: 2.4rem !important;
	margin-right: 1rem;
}

.woocommerce-sidebar-info__title {
	font-weight: 600;
	color: #0b1f1f;
}

.woocommerce-sidebar-info__description {
	margin-top: 0;
	color: #888;
}

.woocommerce-sidebar-info__description > p:first-child {
	margin-top: 0;
}

.woocommerce-sidebar-info__description .payment-logos {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
	align-items: center;
}

.woocommerce-sidebar-info__description .payment-logos img {
	width: 40px;
	height: auto;
	border: 1px solid #e1e1e1;
}

.woocommerce table.shop_table {
	border: none;
}

@media only screen and (max-width: 768px) {
	.woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
		background-color: transparent;
	}
}

.woocommerce .cart_totals table.shop_table th {
	padding-left: 0;
}

.woocommerce .cart_totals table.shop_table td {
	padding-right: 0;
}

.woocommerce table.cart td.actions {
	padding: 2rem 0;
}

.woocommerce table.cart td.actions .coupon {
	display: flex;
	background-color: white;
}

.woocommerce table.cart td.actions .coupon input {
	width: 200px;
	padding: 10px;
	border: none;
	background-color: #fff;
	border-radius: 4px 0 0 4px;
	color: #0b1f1f;
	height: 4.2rem;
	margin-right: 0;
	outline: none;
}

.woocommerce table.cart td.actions .coupon input::placeholder {
	color: #676767;
}

.woocommerce table.cart td.actions .coupon .input-text {
	border-color: #e8e8e8;
	margin-right: 0;
	border-right: 0;
	font-size: 14.4px;
}

.woocommerce table.cart td.actions .coupon button {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	background-color: #e8e8e8;
	border: none;
	width: 10rem;
	height: 4.2rem;
	cursor: pointer;
	border-radius: 0 4px 4px 0;
	color: #0b1f1f;
	font-weight: 400;
	flex: 0 0 140px;
	font-size: 14.4px;
}

.woocommerce table.cart td.actions .coupon button svg {
	stroke: #fff;
}

.woocommerce table.cart td.actions .coupon button:hover {
	background-color: #ebebeb;
}

.woocommerce-page .cart-collaterals:before {
	display: none;
}

.woocommerce-page .cart-collaterals .cross-sells {
	width: 100%;
}

.woocommerce-page .cart-collaterals .cross-sells ul.products {
	display: grid;
	--grid-gap: 20px;
	display: grid;
	grid-row-gap: var(--grid-gap);
	grid-column-gap: var(--grid-gap);
	grid-template-columns: 1fr 1fr 1fr 1fr;
}

.woocommerce-page .cart-collaterals .cross-sells ul.products:before {
	display: none;
}

@media (max-width: 1119.9px) {
	.woocommerce-page .cart-collaterals .cross-sells ul.products {
		grid-template-columns: 1fr 1fr 1fr;
	}
}

@media (max-width: 991.9px) {
	.woocommerce-page .cart-collaterals .cross-sells ul.products {
		grid-template-columns: 1fr 1fr;
	}
}

.woocommerce-page .cart-collaterals .cross-sells ul.products li {
	max-width: 300px;
	width: 100%;
}

a.wc-block-components-button {
	border: 2px solid;
	border-radius: 100px;
	border-color: #0ea43c;
	background-color: #0ea43c;
	color: #fff;
	line-height: 1;
	font-size: 1.5rem;
	padding: 1.2rem 2.4rem;
	text-decoration: none;
}

.wc-block-components-order-summary-item .wc-block-components-product-metadata {
	display: none;
}

.wp-block-woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block .cross-sells-product .wc-block-components-product-title {
	font-size: 1.8rem;
}

.wp-block-woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block .cross-sells-product .wc-block-components-product-price {
	color: #0ea43c;
}

.wp-block-woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block .cross-sells-product .wc-block-components-product-button__button {
	background-color: #0ea43c;
}

@media (max-width: 480px) {
	.wp-block-woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block .cross-sells-product {
		display: inline-block !important;
		width: 45% !important;
	}
	
	.wp-block-woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block .cross-sells-product .wc-block-components-product-title {
		font-size: 1.4rem;
	}
}

.woocommerce-checkout article.page .entry-content {
	max-width: 1340px;
}

.woocommerce-page.woocommerce-checkout .col2-set .col-1 {
	float: left;
	width: 63%;
}

@media (max-width: 991.9px) {
	.woocommerce-page.woocommerce-checkout .col2-set .col-1 {
		float: none;
		width: 100%;
	}
}

.woocommerce-page.woocommerce-checkout .col2-set .col-2 {
	float: right;
	width: 33%;
}

@media (max-width: 991.9px) {
	.woocommerce-page.woocommerce-checkout .col2-set .col-2 {
		float: none;
		width: 100%;
	}
}

.woocommerce-billing-fields {
	margin-bottom: 4rem;
}

.woocommerce-checkout h2 {
	font-size: 2.4rem;
}

.woocommerce-checkout h3 {
	font-size: 2.2rem;
}

.woocommerce-checkout-payment select {
	background: #fff;
	border: 1px solid #d1d1d1;
	border-radius: 3px;
	padding-left: 10px;
	margin-bottom: 20px !important;
	width: 100% !important;
}

.woocommerce-billing-fields__field-wrapper select {
	background: #fff;
	border: 1px solid #d1d1d1;
	border-radius: 3px;
	padding-left: 10px;
}

.woocommerce-checkout-review-order table {
	font-size: 1.4rem;
}

.woocommerce-checkout-payment {
	font-size: 1.4rem;
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
	background-color: #fff;
}

#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
	background-color: #eee;
}

#add_payment_method #payment div.payment_box:before, .woocommerce-cart #payment div.payment_box:before, .woocommerce-checkout #payment div.payment_box:before {
	border: 1em solid #eee;
	border-right-color: transparent;
	border-left-color: transparent;
	border-top-color: transparent;
}

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
	border: 2px solid;
	border-radius: 100px;
	border-color: #0ea43c;
	background-color: #0ea43c;
	color: #fff;
	line-height: 1;
	font-size: 1.5rem;
	padding: 1.2rem 2.4rem;
	text-decoration: none;
	width: 100%;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #ebebeb;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
	clip: auto !important;
	clip-path: none;
	color: #000;
	display: block;
	font-size: .875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Alignment
--------------------------------------------- */
.wp-block-columns {
	max-width: 92rem;
	margin: auto;
}

.wp-block-columns.alignwide {
	max-width: 130rem;
}

.wp-block-columns.alignfull {
	max-width: 100%;
}

.wp-block-group {
	margin: auto;
	max-width: 92rem;
}

.wp-block-group.alignwide {
	max-width: 130rem;
}

.wp-block-group.alignfull {
	max-width: 100%;
}

/* Border
--------------------------------------------- */
.stl-border {
	border: 1px solid #d3d3d3;
}

/* Section padding
--------------------------------------------- */
.section {
	position: relative;
	padding-top: 8rem;
	padding-bottom: 8rem;
}

.section--large {
	padding-top: 24rem;
	padding-bottom: 24rem;
}

.section--small {
	position: relative;
	padding-top: 4rem;
	padding-bottom: 4rem;
}

/* Section padding
--------------------------------------------- */
.container {
	max-width: 130rem;
	/* 1 */
	margin-left: auto;
	/* 2 */
	margin-right: auto;
	/* 2 */
	padding-left: 20px;
	/* 3 */
	padding-right: 20px;
	/* 3 */
	width: 100%;
}

.container--full-width {
	max-width: 130rem;
	/* 1 */
	margin-left: auto;
	/* 2 */
	margin-right: auto;
	/* 2 */
	padding-left: 20px;
	/* 3 */
	padding-right: 20px;
	/* 3 */
	width: 100%;
	/* 1 */
	position: relative;
	max-width: 100%;
}

.container--medium {
	max-width: 130rem;
	/* 1 */
	margin-left: auto;
	/* 2 */
	margin-right: auto;
	/* 2 */
	padding-left: 20px;
	/* 3 */
	padding-right: 20px;
	/* 3 */
	width: 100%;
	/* 1 */
	position: relative;
	max-width: 92rem;
}

.container--small {
	max-width: 130rem;
	/* 1 */
	margin-left: auto;
	/* 2 */
	margin-right: auto;
	/* 2 */
	padding-left: 20px;
	/* 3 */
	padding-right: 20px;
	/* 3 */
	width: 100%;
	/* 1 */
	position: relative;
	max-width: 84rem;
}

@media (max-width: 1399.9px) {
	.container {
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media (max-width: 767.9px) {
	.container {
		padding-left: 20px;
		padding-right: 20px;
	}
}

/* Visibility
--------------------------------------------- */
.stl-visible-on-tablet {
	display: none;
}

@media (max-width: 991.9px) {
	.stl-visible-on-tablet {
		display: block;
	}
}

.stl-visible-on-mobile {
	display: none;
}

@media (max-width: 767.9px) {
	.stl-visible-on-mobile {
		display: block;
	}
}

@media (max-width: 991.9px) {
	.stl-hide-on-tablet {
		display: none;
	}
}

@media (max-width: 767.9px) {
	.stl-hide-on-mobile {
		display: none;
	}
}

/* Z Index
--------------------------------------------- */
.z-index-1 {
	position: relative;
	z-index: 1;
}

.z-index-2 {
	position: relative;
	z-index: 2;
}
