:root {
	--font-default: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
		Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
	--font-normal: 400;
	--font-semibold: 600;
	--font-bold: 700;
	--grid-gutter: 10px;
	--grid-gutter-m: 16px;
	--container-gutter: 20px;
	--container-gutter-s: 40px;
	--container-gutter-m: 60px;
	--container-gutter-ml: 80px;
	--container-max: 1200px;
	--element-space-sm: 10px;
	--element-space: 20px;
	--element-space-lg: 30px;
	--column-space: 20px;
	--section-space: 4em;
	--section-space-lg: 6em;
	--section-header: 2em;
	--section-header-lg: 4em;
	--s: 480px;
	--sm: 600px;
	--md: 782px;
	--lg: 960px;
	--xl: 1080px;
	--xxl: 1280px;
	--xxxl: 1440px;
	--text-large: calc( 1.15 * var(--bs-body-font-size) );
	--text-small: calc( 0.85 * var(--bs-body-font-size) );
	--gutter: 1.5rem;
	--shadow: rgba(50, 50, 93, 0.25) 0 2px 5px -1px,
	rgba(0, 0, 0, 0.3) 0 1px 3px -1px;

	--primary: #ED1C24;
    --contrast-2: #575760;
    --gray: #808080;
    --base: #f0f0f0;
    --base-2: #f7f8f9;
    --white: #fff;
    --accent: #ED1C24;
    --black: #000;

	--swiper-pagination-color: #032435;
	--swiper-pagination-bullet-size: 16px;
	--swiper-pagination-bullet-width: 16px;
	--swiper-pagination-bullet-height: 16px;
	--swiper-pagination-bullet-inactive-color: #000;
	--swiper-pagination-bullet-inactive-opacity: 0.2;
	--swiper-pagination-bullet-opacity: 1;
	--swiper-pagination-bullet-horizontal-gap: 4px;
	--swiper-pagination-bullet-vertical-gap: 6px;
	--swiper-navigation-color: #032435;
	--swiper-navigation-size: 44px;
	--swiper-theme-color: #032435;
	--scrollbar-width: 17px;
}

figure {
	margin: 0;
}

.entry-content .lwptoc a {
			text-decoration: none;
		}

.entry-content .lwptoc_item {
		font-size: calc( 0.85 * var(--bs-body-font-size) );
		font-size: var(--text-small);
	}

/* [class^='wp-block-']
	:not(.screen-reader-text):not(.wp-block-group__inner-container) {
	margin-bottom: var(--element-space);
} */

.archive-grid__col {
	display: flex;
	flex-direction: column;
}

.archive-grid__col > * {
		flex: 1 0 auto;
		display: flex;
		flex-direction: column;
	}

.woocommerce-archive-wrapper {
	background-color: var(--bs-white);
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.4);
	max-width: 1100px;
}

.btn:focus {
		box-shadow: none;
		outline: none;
	}

.btn.focus-visible {
		outline-offset: none;
	}

.btn:focus-visible {
		outline-offset: none;
	}

.site-footer .footer-widgets-container .inside-footer-widgets {
	flex-wrap: initial !important;
}

.site-footer .footer-widgets-container .inside-footer-widgets {
	margin: 0;
}

@media (min-width: 782px) {

.site-footer .footer-widgets-container .inside-footer-widgets {
		flex-wrap: wrap !important;
}
	}

.site-footer .footer-widgets-container .inner-padding {
	padding: 0;
}

.footer-widgets {
	background-color: #000;
	background-color: var(--black);
}

.footer-widgets .widget {
		margin: 0 0 calc(2 * 20px) 0;
		margin: 0 0 calc(2 * var(--element-space)) 0;
	}

.site-info {
	background-color: #000;
	background-color: var(--black);
}

.site-footer {
	margin-bottom: -40px !important;
}

.site-footer {
	background-color: #000;
	background-color: var(--black);
	color: #fff;
	color: var(--white);
}

.footer-widget-1 {
	flex: 1 1 100% !important;
	margin-bottom: 0 !important;
}

.footer-widget-1 {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

@media (min-width: 960px) {

.footer-widget-1 {
		margin-bottom: 2em !important;
}

.footer-widget-1 {
		flex-direction: row;
		align-items: flex-start;
		text-align: left;
}
	}

.footer-widget-2 {
	flex: 1 1 100% !important;
}

.footer-widget-2 {
	display: flex;
	flex-direction: column-reverse;
	gap: 1em;
}

@media (min-width: 960px) {

.footer-widget-2 {
		flex-direction: row;
		text-align: left;
}
	}

.footer-widget-1 aside .textwidget {
	display: flex;
	flex-direction: column;
	gap: 1em;
}

.footer-widget-1 aside .textwidget ul {
	font-size: 15px;
	display: flex;
	flex-direction: column;
	line-height: 1.25;
}

.footer-widget-1 aside .textwidget img {
	max-width: 150px;
}

.footer-widget-1 aside .social-linls {
	margin: auto;
}

@media (min-width: 960px) {

.footer-widget-1 aside .social-linls {
		margin: 0 auto 0 0;
}
	}

.footer-widget-1 .widget_text {
	width: 100%;
}

@media (min-width: 960px) {

.footer-widget-1 .widget_text {
		width: 40%;
}
	}

.footer-widget-2 .widget_text:first-child {
	width: 100%;
	margin-bottom: 0;
}

@media (min-width: 960px) {

.footer-widget-2 .widget_text:first-child {
		width: 40%;
}
	}

.footer-widget-1 .widget_nav_menu {
	display: none;
}

@media (min-width: 960px) {

.footer-widget-1 .widget_nav_menu {
		display: block;
		width: 60%;
		padding-left: 1em;
}
	}

.footer-widget-2 .widget_text:last-child {
	width: 100%;
}

@media (min-width: 960px) {

.footer-widget-2 .widget_text:last-child {
		width: 60%;
		padding-left: 1em;
}
	}

.footer-widget-1 ul.menu {
	display: flex;
	justify-content: center;
}

@media (min-width: 960px) {

.footer-widget-1 ul.menu {
		justify-content: flex-start;
}
	}

.footer-widget-1 ul.menu li {
	padding-right: 1em;
	margin-right: 1em;
	border-right: 2px solid #fff;
	border-right: 2px solid var(--white);
	padding-bottom: 0;
	margin-bottom: 0;
	line-height: 1;
}

.footer-widget-1 ul.menu li:last-child {
		padding-right: 0;
		margin-right: 0;
		border-right: 0;
		border-right: initial;
	}

.footer-widget-1 ul.menu a {
	color: #fff;
	color: var(--white);
	text-transform: uppercase;
	font-weight: 600;
}

.footer-widget-2 .widget-title {
	font-size: 1rem;
	font-weight: 600;
	margin-bottom: 1em;
}

.footer-widget-2 .widget_text:last-child .textwidget {
	display: flex;
	gap: 1em;
	flex-direction: column;
}

@media (min-width: 960px) {

.footer-widget-2 .widget_text:last-child .textwidget {
		justify-content: flex-start;
		flex-direction: row;
}
	}

.footer-widget-2 .widget_text:first-child .textwidget ul {
	margin-bottom: 1em;
}

.gfield_label {
	display: block;
	margin-bottom: 0.5em;
	text-transform: uppercase;
	font-weight: 700;
	font-weight: var(--font-bold);
}

.gfield_label .gfield_required {
		padding-left: 0.25em;
		font-size: 0.75rem;
		opacity: 0.75;
	}

.gform_fields {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px;
	padding: 0;
	list-style: none;
}

.gfield {
	width: 100%;
	margin-bottom: 1em;
	padding: 0 10px;
}

.gfield input[type='address'],
	.gfield input[type='tel'],
	.gfield input[type='text'],
	.gfield input[type='email'] {
		width: 100%;
	}

@media (min-width: 782px) {

.gfield--width-half {
		width: 50%;
}
	}

.gfield_description {
	margin-top: 20px;
	margin-top: var(--element-space);
	font-size: calc( 0.85 * var(--bs-body-font-size) );
	font-size: var(--text-small);
	opacity: 0.75;
}

.gfield_description.gfield_validation_message {
		opacity: 1;
		color: var(--bs-danger);
	}

ul.gfield_checkbox {
	margin: 0;
	padding: 0;
	text-indent: 0;
	list-style-type: none;
}

.gform_footer input[type='submit'] {
	background: var(--bs-dark);
}

input[type='text'],
input[type='email'],
input[type='url'],
input[type='password'],
input[type='search'],
input[type='tel'],
input[type='number'],
textarea,
select {
	width: 100%;
}

header.site-header {
	box-shadow: 0 1px 4px #7c7c7c;
	background-color: #fff;
	background-color: var(--white);
}

header.site-header .menu-toggle {
		line-height: 1;
	}

header.site-header .inside-header {
		padding: 0.25em 1em;
	}

@media (min-width: 782px) {

header.site-header .inside-header {
			padding: 1em;
	}
		}

@media (min-width: 960px) {

header.site-header .inside-header {
			position: relative;
			flex-direction: row;
			gap: 1em;
	}
		}

@media (min-width: 1280px) {

header.site-header .inside-header {
			max-width: 1200px;
	}
		}

@media (min-width: 1440px) {

header.site-header .inside-header {
			max-width: 1400px;
	}
		}

header.site-header .inside-header .icon-menu-bars.gp-icon svg {
			width: 1.5em;
			height: 1.5em;
		}

header.site-header .menu-item a {
		text-transform: uppercase;
		text-decoration: none;
		font-size: 90%;
		font-weight: 600;
		transition: 0.3s;
	}

header.site-header .menu-item a:hover {
			color: #ED1C24 !important;
			color: var(--primary) !important;
		}

header.site-header .main-navigation__top {
		display: none !important;
	}

@media (min-width: 960px) {

header.site-header .main-navigation__top {
			display: flex !important;
	}
		}

.site-header .header-image {
	width: 60px;
}

@media (min-width: 960px) {

.site-header .header-image {
		width: 120px;
}
	}

nav:not(.slideout-navigation).main-navigation .inside-navigation {
	flex-wrap: nowrap;
}

@media (min-width: 960px) {

nav:not(.slideout-navigation).main-navigation .inside-navigation {
		flex-wrap: wrap;
}
	}

nav.main-navigation {
	z-index: 999 !important;
}

.main-navigation__top,
.main-navigation .main-nav .menu {
	padding-left: 0;
}

@media (min-width: 960px) {

.main-navigation__top,
.main-navigation .main-nav .menu {
		display: flex;
		justify-content: flex-end;
}
	}

@media (min-width: 960px) {

.main-navigation__top {
		width: calc(100% - 80px);
		margin: 0 0 0 auto;
		list-style: none;
		gap: 2em;
}
	}

@media (min-width: 1280px) {

.main-navigation__top {
		width: calc(100% - 150px);
}
	}

@media (min-width: 960px) {

.main-navigation.sub-menu-right {
		width: calc(100% - 80px);
}
	}

@media (min-width: 1280px) {

.main-navigation.sub-menu-right {
		width: calc(100% - 150px);
		display: flex;
}
	}

.main-navigation.sub-menu-right > * {
		margin: auto 0 auto auto;
	}

.main-navigation.sub-menu-right .main-nav {
		width: 100%;
	}

.main-navigation.sub-menu-right .dropdown-menu-toggle {
		padding-right: 0;
	}

.main-navigation.sub-menu-right .menu > .menu-item {
		padding: 0 0.5em;
	}

@media (min-width: 1440px) {

.main-navigation.sub-menu-right .menu > .menu-item {
			padding: 0 1em;
	}
		}

.main-navigation.sub-menu-right .menu > .menu-item:not(:last-child) {
			border-right: 2px solid #000;
			border-right: 2px solid var(--black);
		}

.main-navigation.sub-menu-right .menu > .menu-item:last-child {
			padding-right: 0;
		}

.main-navigation.sub-menu-right .menu > .menu-item > a {
			padding: 0 !important;
			line-height: 1 !important;
		}

.main-navigation.sub-menu-right .menu > .menu-item > a {
			font-weight: 700;
		}

@media (min-width: 1280px) {

.main-navigation.sub-menu-right .menu > .menu-item > a {
				font-size: 1.05rem;
		}
			}

.main-navigation.sub-menu-right .sub-menu {
		background-color: transparent;
		padding-top: 1em;
	}

.main-navigation.sub-menu-right .sub-menu .menu-item {
		background-color: #f0f0f0;
		background-color: var(--base);
	}

@media (min-width: 960px) {

.has-mega-menu:hover .mega-menu {
				display: block;
		}
			}

.has-mega-menu .mega-menu {
		min-height: 300px;
	}

@media (min-width: 960px) {

.has-mega-menu .mega-menu {
			width: 1080px;
			left: 50%;
			transform: translate(-50%, 0);
	}
		}

.main-navigation__top {
	margin-bottom: 1em !important;
}

.main-navigation__top {
	width: 100%;
}

nav.navigation-stick > .inside-navigation {
	padding: 0.25em 1em !important;
}

nav.navigation-stick > .inside-navigation {
	width: 100%;
	background-color: #fff;
	background-color: var(--white);
	margin: auto;
	max-width: 100vw;
	box-shadow: rgba(0, 0, 0, 0.24) 0 3px 8px;
}

@media (min-width: 960px) {

nav.navigation-stick > .inside-navigation {
		flex-direction: column !important;
}
	}

@media (min-width: 1280px) {

nav.navigation-stick > .inside-navigation {
		padding: 1em calc((100vw - 1080px) / 2) !important;
		padding: 1em calc((100vw - var(--xl)) / 2) !important;
}
	}

@media (min-width: 1440px) {

nav.navigation-stick > .inside-navigation {
		padding: 1em calc((100vw - 1280px) / 2) !important;
		padding: 1em calc((100vw - var(--xxl)) / 2) !important;
}
	}

nav.navigation-stick .navigation-branding {
	margin-left: 0;
}

@media (min-width: 960px) {

nav.navigation-stick .navigation-branding {
		left: 1em !important;
}

nav.navigation-stick .navigation-branding {
		position: absolute;
		top: 0;
		height: 100%;
}
	}

@media (min-width: 1280px) {

nav.navigation-stick .navigation-branding {
		left: calc((100vw - 1080px) / 2) !important;
		left: calc((100vw - var(--xl)) / 2) !important;
}
	}

@media (min-width: 1440px) {

nav.navigation-stick .navigation-branding {
		left: calc((100vw - 1280px) / 2) !important;
		left: calc((100vw - var(--xxl)) / 2) !important;
}
	}

nav.navigation-stick .navigation-branding img {
		padding: 0;
		max-height: 50px;
	}

nav.navigation-stick .menu-toggle {
	line-height: 1;
}

body.full-width-content .site.container {
		padding-left: 0;
		padding-right: 0;
	}

.entry-meta .cat-links a, .entry-title a {
		color: var(--bs-dark);
		transition: color 0.3s ease;
	}

.entry-meta .cat-links a:hover, .entry-title a:hover {
			color: var(--bs-primary);
		}

.site-main .post-navigation {
	display: flex;
	flex-wrap: wrap;
	margin-top: calc(2 * 20px);
	margin-top: calc(2 * var(--element-space));
	margin: calc(2 * 20px) calc(-1 * 1.5rem);
	margin: calc(2 * var(--element-space)) calc(-1 * var(--gutter));
}

.site-main .post-navigation .gp-icon {
		display: none;
	}

.site-main .post-navigation .nav-previous,
	.site-main .post-navigation .nav-next {
		display: flex;
		flex-direction: column;
		width: 100%;
		margin-bottom: 20px;
		margin-bottom: var(--element-space);
		padding: 0 1.5rem;
		padding: 0 var(--gutter);
	}

@media (min-width: 600px) {

.site-main .post-navigation .nav-previous,
	.site-main .post-navigation .nav-next {
			width: 50%;
			margin-bottom: 0;
	}
		}

.site-main .post-navigation .prev,
	.site-main .post-navigation .next {
		display: block;
		width: 100%;
		padding: 1em;
		background: var(--bs-light);
		flex: 1 0 auto;
	}

.site-main .post-navigation .prev a, .site-main .post-navigation .next a {
			text-decoration: none;
			font-weight: 700;
			font-weight: var(--font-bold);
			color: var(--bs-dark);
			font-size: 1.15rem;
		}

.site-main .post-navigation .prev a:hover, .site-main .post-navigation .next a:hover {
				color: var(--bs-primary);
			}

body
	.is-layout-constrained
	> :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
	max-width: 1200px;
}

.title-default {
	position: relative;
	padding-bottom: 10px;
	font-weight: 700;
}

.title-default::before {
		content: '';
		position: absolute;
		bottom: 1px;
		height: 3px;
		width: 100px;
		max-width: 100%;
		background-color: #ED1C24;
		background-color: var(--primary);
	}

.title-default.title-center {
		text-align: center;
	}

.title-default.title-center::before {
			left: 50%;
			transform: translateX(-50%);
		}

.button-primary,
.button-primary-outline,
.button-black {
	width: 200px;
	border: 1px solid #ED1C24;
	border: 1px solid var(--primary);
	transition: 0.3s;
	cursor: pointer;
	display: block;
	text-align: center;
	font-weight: 600;
	text-decoration: none;
	padding: 0.75em;
}

.button-primary {
	color: #fff;
	color: var(--white);
	background-color: #ED1C24;
	background-color: var(--primary);
}

.button-primary:hover {
		color: #ED1C24;
		color: var(--primary);
		background-color: #fff;
		background-color: var(--white);
	}

.button-primary-outline {
	color: #ED1C24;
	color: var(--primary);
}

.button-primary-outline:hover {
		color: #fff;
		color: var(--white);
		background-color: #ED1C24;
		background-color: var(--primary);
	}

.button-black {
	color: #fff;
	color: var(--white);
	background-color: #000;
	background-color: var(--black);
	border-color: #000;
	border-color: var(--black);
}

.button-black:hover {
		color: #000;
		color: var(--black);
		background-color: #fff;
		background-color: var(--white);
	}

.rank-math-breadcrumb {
	padding: 1em;
	background-color: #f0f0f0;
	background-color: var(--base);
}

.rank-math-breadcrumb p {
	margin-bottom: 0 !important;
}

.rank-math-breadcrumb p {
	font-weight: 600;
}

.rank-math-breadcrumb a {
	text-decoration: none;
}

html {
	scroll-behavior: smooth;
}

body.bg-layer {
	background-repeat: no-repeat;
	background-size: 100% auto;
}

.text-small {
	font-size: 12px;
}

.single-product-spacing {
	padding-left: 1em;
	padding-right: 1em;
}

@media (min-width: 960px) {

.single-product-spacing {
		padding-left: 9vw;
		padding-right: 9vw;
}
	}

.max-width-default {
	width: 100vw;
}

@media (min-width: 960px) {

.max-width-default {
		width: calc(100vw - 17px);
		width: calc(100vw - var(--scrollbar-width));
}
	}

.fancybox__backdrop {
	opacity: 0.5 !important;
}

.entry-content:not(:first-child) {
	margin-top: 0;
}

.image--placeholder {
	max-width: 100%;
	-o-object-fit: contain;
	   object-fit: contain;
	width: 150px;
	height: 150px;
	-o-object-position: center;
	   object-position: center;
	margin: auto;
}

.scroll-to-top {
	position: sticky;
	bottom: 30px;
	left: calc(100vw - 100px);
	width: 40px;
	height: 40px;
	border-radius: 4px;
	font-size: 20px;
	align-items: center;
	justify-content: center;
	opacity: 0;
	visibility: hidden;
	transition: 0.3s;
	display: flex;
}

.scroll-to-top.is-active {
	opacity: 1;
	visibility: visible;
}

.z-index-1 {
	z-index: 1;
}

section.wp-block-group > .wp-block-group__inner-container, .section.wp-block-group > .wp-block-group__inner-container, .section-bg.wp-block-group > .wp-block-group__inner-container {
			padding: 0;
		}

section.wp-block-group > .wp-block-group__inner-container .section__header > .wp-block-group__inner-container, .section.wp-block-group > .wp-block-group__inner-container .section__header > .wp-block-group__inner-container, .section-bg.wp-block-group > .wp-block-group__inner-container .section__header > .wp-block-group__inner-container, section.wp-block-group > .wp-block-group__inner-container .section__main > .wp-block-group__inner-container, .section.wp-block-group > .wp-block-group__inner-container .section__main > .wp-block-group__inner-container, .section-bg.wp-block-group > .wp-block-group__inner-container .section__main > .wp-block-group__inner-container, section.wp-block-group > .wp-block-group__inner-container .section__footer > .wp-block-group__inner-container, .section.wp-block-group > .wp-block-group__inner-container .section__footer > .wp-block-group__inner-container, .section-bg.wp-block-group > .wp-block-group__inner-container .section__footer > .wp-block-group__inner-container {
					padding-top: 0;
					padding-bottom: 0;
					max-width: 1200px;
					max-width: var(--container-max);
				}

section + section,
	.section + section,
	section + .section,
	.section + .section,
	section + .section-bg,
	.section + .section-bg {
		margin-top: 4em;
		margin-top: var(--section-space);
	}

@media (min-width: 1080px) {

section + section,
	.section + section,
	section + .section,
	.section + .section,
	section + .section-bg,
	.section + .section-bg {
			margin-top: 6em;
			margin-top: var(--section-space-lg);
	}
		}

.section-bg {
	padding: 4em 0;
	padding: var(--section-space) 0;
}

@media (min-width: 1080px) {

.section-bg {
		padding: 6em 0;
		padding: var(--section-space-lg) 0;
}
	}

.section-bg + section,
	.section-bg + .section {
		margin-top: 4em;
		margin-top: var(--section-space);
	}

@media (min-width: 1080px) {

.section-bg + section,
	.section-bg + .section {
			margin-top: 6em;
			margin-top: var(--section-space-lg);
	}
		}

.section-bg + .section-bg {
		margin-top: 0;
	}

.section__header + .section__main,
	.default-section__header + .section__main,
	.section__header + .default-section__main,
	.default-section__header + .default-section__main {
		margin-top: 2em;
		margin-top: var(--section-header);
	}

@media (min-width: 1080px) {

.section__header + .section__main,
	.default-section__header + .section__main,
	.section__header + .default-section__main,
	.default-section__header + .default-section__main {
			margin-top: 4em;
			margin-top: var(--section-header-lg);
	}
		}

/**
 * Swiper 8.4.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: January 30, 2023
 */

@font-face {
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color: #007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

/* 3D Effects */

.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999;
}

[dir="ltr"] .swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-left: var(--swiper-centered-offset-before);
}

[dir="rtl"] .swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-right: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-top: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(44px / 44 * 27);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: 44px;
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (44px / 2));
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #032435;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  text-transform: none !important;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: 44px;
  font-size: var(--swiper-navigation-size);
  letter-spacing: 0;
  font-feature-settings: ;
  font-variant: normal;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: 'prev';
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: 'next';
}

.swiper-button-lock {
  display: none;
}

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

/* Common Styles */

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 16px;
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: 16px;
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: #000;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: 0.2;
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
          -moz-appearance: none;
       appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: #032435;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Progress */

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #032435;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-vertical > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-vertical {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */

:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid #032435;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* a11y */

.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev,
.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: '';
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  backface-visibility: hidden;
  overflow: hidden;
}

aside.widget {
	margin: 0 0 calc(2 * 20px) 0;
	margin: 0 0 calc(2 * var(--element-space)) 0;
	padding: 0;
}

aside.widget ul {
		margin: 0;
		padding: 0;
		text-indent: 0;
		list-style-type: none;
	}

aside.widget ul li {
			margin-bottom: 0.25em;
		}

aside.widget ul li a {
				text-decoration: none;
				font-size: calc( 0.85 * var(--bs-body-font-size) );
				font-size: var(--text-small);
			}

.is-right-sidebar {
	padding-top: 40px;
}

.is-right-sidebar aside.widget ul {
		border: 1px solid var(--bs-light);
		padding: 1em;
	}

.is-right-sidebar aside.widget ul li a {
				transition: 0.3s;
			}

.is-right-sidebar aside.widget ul li a:hover {
					color: var(--bs-primary);
				}

.widget-title {
	margin-bottom: 1em;
	font-size: 1.15rem;
	margin-bottom: 0;
}

.widget-area .widget {
	padding: 1em;
}

.widget-area .widget .widget-title {
	background-color: var(--bs-light);
	font-size: 1em;
	text-transform: uppercase;
	padding: 0.5em 1em;
}

.single-post .inside-article .cat-links {
	margin-top: 0.5em;
}

.single-post .inside-article .cat-links a {
	text-decoration: none;
	font-size: 80%;
	color: var(--bs-black);
	text-transform: uppercase;
	margin-right: 0.5em;
	margin-left: 0.5em;
	font-weight: 600;
	transition: 0.3s;
}

.single-post .inside-article .cat-links a:hover {
		color: var(--bs-primary);
	}

.single-post .entry-header .byline a {
	text-decoration: none;
	transition: 0.3s;
}

.single-post .entry-header .byline a:hover {
		color: var(--bs-primary);
	}

.single-post .entry-header .entry-meta {
	margin-top: 0.5em;
}

body.single-post .comments-area {
	display: none;
}

body.single-post article.post.type-post {
	background-color: var(--bs-white);
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.4);
	max-width: 1100px;
}

@media (min-width: 782px) {

body.single-post article.post.type-post {
		margin: 50px auto;
}
	}

body.single-post article.post.type-post > .inside-article {
	display: flex;
	flex-direction: column;
	gap: 1em;
}

@media (max-width: 960px) {

#generate-slideout-menu.is-open {
		background-color: #000;
		background-color: var(--black);
		color: #fff;
		color: var(--white);
		display: flex;
		max-height: 100vh;
		overflow-y: auto;
}
	}

#generate-slideout-menu.is-open .inside-navigation {
		padding: 0;
		flex: auto;
		justify-content: center;
		max-width: 100%;
		display: flex;
		flex-direction: row;
	}

#generate-slideout-menu.is-open .sub-menu {
		background-color: transparent;
		padding: 20px;
	}

#generate-slideout-menu.is-open .gp-icon {
		font-size: 30px;
	}

#generate-slideout-menu.is-open .inside-navigation li {
		line-height: 40px;
	}

#generate-slideout-menu.is-open .main-nav {
		margin: 0;
		width: 100%;
		padding: 4em 1em 0;
	}

#generate-slideout-menu.is-open .main-navigation__top {
		display: block !important;
	}

#generate-slideout-menu.is-open .main-navigation__top {
		width: 100%;
		margin-top: 1em;
		padding: 1em;
	}

@media (min-width: 960px) {

#generate-slideout-menu.is-open .main-navigation__top {
			display: none !important;
	}
		}

#generate-slideout-menu.is-open a {
		color: #fff;
		color: var(--white);
		text-transform: uppercase;
		text-decoration: none;
		font-size: 1rem;
		font-weight: 600;
		padding-left: 0;
		padding-right: 0;
		width: 100%;
		text-align: left;
	}

#generate-slideout-menu.is-open ul:not(.main-navigation__top) a {
		border-bottom: 1px solid #f0f0f0;
		border-bottom: 1px solid var(--base);
	}

#generate-slideout-menu.is-open .slideout-menu__info {
		width: 100%;
		padding: 1em;
		border-top: 1px solid #f0f0f0;
		border-top: 1px solid var(--base);
	}

#generate-slideout-menu.is-open .custom-logo-link img {
		width: 50px;
		text-align: center;
		display: block;
		margin: 1em auto 0;
	}

.slideout-exit {
	position: fixed !important;
}

.slideout-exit {
	z-index: 1;
}

.slideout-exit .gp-icon {
		color: #fff;
		color: var(--white);
	}

body.category.archive .generate-columns-container {
		background-color: var(--bs-white);
		box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.4);
		max-width: 1100px;
		margin: 0 auto;
		padding: 20px;
		display: flex;
		flex-direction: column;
	}

@media (min-width: 782px) {

body.category.archive .generate-columns-container {
			padding: 40px;
	}
		}

body.category.archive .generate-columns-container .row {
			order: 1;
		}

body.category.archive .generate-columns-container .paging-navigation {
			order: 2;
		}

body.category.archive .generate-columns-container .post-grid {
			order: 3;
		}

body.category.archive .generate-columns-container > .row {
		margin: 0;
		padding: 0;
		gap: 20px;
	}

@media (min-width: 782px) {

body.category.archive .generate-columns-container > .row {
			gap: 30px;
	}
		}

body.category.archive header.page-header {
		display: none;
	}

body.category.archive h1 {
		text-transform: uppercase;
	}

body.category.archive article.post {
		width: 100%;
		box-shadow: 7px 0 13px rgba(0, 0, 0, 0.2);
		padding: 0 0 30px;
		margin-bottom: 0;
		transition: 0.3s;
	}

@media (min-width: 960px) {

body.category.archive article.post {
			width: calc((100% - 30px) / 2);
	}
		}

body.category.archive article.post:hover {
			transform: translateY(-3px);
		}

body.category.archive article.post .inside-article {
		padding: 0;
		display: flex;
		flex-direction: column;
		gap: 1em;
	}

body.category.archive article.post .inside-article > *:not(.post-image) {
			padding: 0 20px;
		}

@media (min-width: 960px) {

body.category.archive article.post .inside-article > *:not(.post-image) {
				padding: 0 30px;
		}
			}

body.category.archive article.post .inside-article .post-image {
		margin: 0;
	}

body.category.archive article.post .inside-article .post-image a {
		position: relative;
	}

body.category.archive article.post .inside-article .post-image a::before {
    content: '';
    display: block;
    padding-top: calc(9/16 * 100%);
  }

body.category.archive article.post .inside-article .post-image a img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    z-index: 1;
  }

body.category.archive article.post .inside-article .post-image a {

		display: block;
	}

body.category.archive article.post .inside-article .post-image a img {
			-o-object-fit: cover;
			   object-fit: cover;
		}

body.category.archive article.post .inside-article .entry-summary {
		margin-top: 0;
		overflow: hidden;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}

body.category.archive article.post .inside-article .entry-title a {
		font-size: 1.75rem;
		display: block;
	}

.category__header {
	padding: 1em 1em 12px;
	text-align: center;
	position: relative;
}

.category__header::before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: calc(100% - 12px);
		background-color: #000;
		background-color: var(--black);
	}

.category__header span {
		text-transform: uppercase;
		font-weight: 600;
		font-size: 20px;
		padding: 0 1em;
		color: #fff;
		color: var(--white);
		position: relative;
		width: 100%;
		display: block;
	}

@media (min-width: 782px) {

.category__header span {
			display: inline;
	}
		}

.category__header span::before {
			content: '';
			position: absolute;
			display: block;
			bottom: -20px;
			left: 0;
			width: 100%;
			height: 21px;
			border-color: #000000 transparent transparent transparent;
			border-width: 16px 12px 0 12px;
			border-style: solid;
		}

@media (min-width: 782px) {

.category__header span {
			font-size: 30px;
			width: auto;
			padding: 0 30px;
	}
		}

.product-category-section {
	background-color: var(--bs-white);
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.4);
	max-width: 1100px;
}

@media (min-width: 782px) {

.product-category-section {
		margin: 50px auto;
}
	}

body.archive.tax-product_cat #primary, body.post-type-archive-product #primary {
		background-color: var(--bs-white);
		box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.4);
		max-width: 1100px;
		width: 100%;
		margin: 50px auto;
	}

body.archive.tax-product_cat #main, body.post-type-archive-product #main {
		margin: 0;
	}

body.archive.tax-product_cat .woocommerce-products-header, body.post-type-archive-product .woocommerce-products-header {
		margin-top: 1em;
	}

body.archive.tax-product_cat .woocommerce-products-header__title, body.post-type-archive-product .woocommerce-products-header__title {
		text-transform: uppercase;
		font-weight: 700;
		font-weight: var(--font-bold);
	}

body.archive.tax-product_cat .term-description, body.post-type-archive-product .term-description {
		font-size: 1.15rem;
	}

body.archive.tax-product_cat .products, body.post-type-archive-product .products {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}

@media (min-width: 480px) {

body.archive.tax-product_cat .products, body.post-type-archive-product .products {
			justify-content: start;
	}
		}

body.archive.tax-product_cat .wc-columns-container, body.post-type-archive-product .wc-columns-container {
		margin-top: 30px;
	}

body.archive.tax-product_cat #wc-column-container .product, body.post-type-archive-product #wc-column-container .product {
		width: 100%;
	}

@media (min-width: 480px) {

body.archive.tax-product_cat #wc-column-container .product, body.post-type-archive-product #wc-column-container .product {
			width: calc((100% - 1em) / 2);
	}
		}

@media (min-width: 782px) {

body.archive.tax-product_cat #wc-column-container .product, body.post-type-archive-product #wc-column-container .product {
			width: calc((100% - 2em) / 3);
	}
		}

.paging-navigation {
	padding-top: 0;
}

.paging-navigation a.page-numbers {
		text-decoration: none;
	}

.paging-navigation .nav-links {
		text-align: center;
		font-size: calc( 0.85 * var(--bs-body-font-size) );
		font-size: var(--text-small);
	}

.paging-navigation .nav-links span.current,
		.paging-navigation .nav-links a {
			display: inline-block;
			padding: 8px 15px;
		}

.paging-navigation .nav-links a {
			border: 1px solid var(--bs-gray-300);
			transition: all 0.3s ease;
		}

.paging-navigation .nav-links a:hover {
				color: var(--bs-primary);
				border-color: var(--bs-primary);
			}

.paging-navigation .nav-links span.current {
			border: 1px solid var(--bs-primary);
			background: var(--bs-primary);
			color: var(--bs-white);
		}

.social-links__title {
	margin-top: -12px;
	padding: 0 1em;
	font-weight: 600;
	background-color: #000;
	background-color: var(--black);
}

.contact-link {
	background-color: #1f1f1f;
	width: calc(50% - 10px);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 1em;
	font-weight: 600;
	color: #fff;
	color: var(--white);
	text-decoration: none;
	gap: 0.5em;
	font-size: 1rem;
	min-width: 270px;
}

@media (min-width: 960px) {

.contact-link {
		min-width: 0;
}
	}

.contact-link span {
		width: -moz-max-content;
		width: max-content;
	}

.hero-banner .swiper-pagination-bullet {
		background-color: #ED1C24;
		background-color: var(--primary);
	}

.hero-banner .swiper-slide {
		height: auto;
	}

@media (min-width: 960px) {

.hero-banner .swiper-slide {
			max-height: calc(100vh - 90px);
	}
		}

.home-promotion {
	min-height: 500px;
}

.home-promotion * {
		margin-bottom: 0 !important;
	}

.post-grid * {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}

.post-grid .wp-block-group__inner-container {
		display: flex;
		flex-direction: column;
		gap: 1rem;
	}

.post-grid .wp-block-latest-posts__list {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}

.post-grid .wp-block-latest-posts__list li {
		padding: 0.5em !important;
		margin: 0 auto 1em !important;
	}

.post-grid .wp-block-latest-posts__list li {
		display: flex;
		flex-direction: column;
		gap: 0.5em;
		max-width: 500px;
	}

@media (min-width: 782px) {

.post-grid .wp-block-latest-posts__list li {
			margin-bottom: 0;
	}
		}

.post-grid .wp-block-latest-posts__featured-image img {
		-o-object-fit: cover;
		   object-fit: cover;
		background-color: #f8f8f8;
	}

.post-grid .wp-block-latest-posts__post-title,
	.post-grid .wp-block-latest-posts__post-excerpt {
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		font-size: 1rem;
	}

.post-grid .wp-block-latest-posts__post-title {
		-webkit-line-clamp: 2;
	}

@media (min-width: 782px) {

.post-grid .wp-block-latest-posts__post-title {
			height: 48px;
	}
		}

.post-grid .wp-block-latest-posts__post-excerpt {
		-webkit-line-clamp: 2;
		text-align: justify;
	}

.post-grid__item {
	min-width: 0 !important;
	min-height: 0 !important;
}

.post-grid__item {
	width: 100%;
}

@media (min-width: 480px) {

.post-grid__item {
		width: calc((100% - 1em) / 2);
}
	}

@media (min-width: 960px) {

.post-grid__item {
		width: calc((100% - 3em) / 4);
}
	}

.post-grid__item .post-card__content {
		padding: 0.75em;
		position: static;
		min-height: 63px;
	}

@media (min-width: 782px) {

.post-grid__item .post-card__content {
			background-color: #000;
			background-color: var(--black);
	}
		}

.post-grid__item .post-card__content h3 {
		font-size: 1rem;
		overflow: hidden;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}

.product-cat-card {
	border-radius: 0.5em;
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
	overflow: hidden;
}

.product-cat-card:hover img {
			transform: scale(1.05);
		}

.product-cat-card__media {
	position: relative;
}

.product-cat-card__media::before {
    content: '';
    display: block;
    padding-top: calc(1 * 100%);
  }

.product-cat-card__media img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    z-index: 1;
  }

.product-cat-card__media {
	background-color: #f8f8f8;
}

.product-cat-card__media img {
		-o-object-fit: contain;
		   object-fit: contain;
		transition: 0.3s;
	}

.register-form {
	min-height: 500px;
}

.register-form * {
		margin-bottom: 0 !important;
	}

.register-form .wp-block-cover__background {
		margin-bottom: 0 !important;
	}

.register-form .wp-block-cover__background {
		opacity: 0.2;
	}

.register-form__wrapper > * {
		display: flex;
		flex-direction: column;
		gap: 1em;
	}

@media (min-width: 960px) {

.register-form__wrapper > * {
			padding-left: calc((100% - 600px) / 2) !important;
			padding-right: calc((100% - 600px) / 2) !important;
	}
		}

.register-form__wrapper form {
		display: flex;
	}

.register-form__wrapper form * {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}

.register-form__wrapper form *.gform_body {
			flex: auto;
			display: flex;
		}

.register-form__wrapper form *.gform_body * {
			flex: auto;
			display: flex;
			color: #000;
			color: var(--black);
		}

.register-form__wrapper form *.gform_footer {
			width: 200px;
		}

.register-form__wrapper form * input[type='email'] {
			padding: 0 1em !important;
		}

.register-form__wrapper form * input[type='email']:focus {
				outline: 0;
			}

.register-form__wrapper form * input[type='submit'] {
			width: 100%;
			background-color: #ED1C24;
			background-color: var(--primary);
			font-weight: 600;
		}

.register-form__wrapper .gfield_validation_message {
		display: none !important;
	}

.register-form__wrapper form > * {
		padding: 0 !important;
	}

.product-cat-grid-section .wp-block-group__inner-container * {
		margin-bottom: 0 !important;
	}

.product-cat-grid__col {
	margin-bottom: 0 !important;
}

.product-cat-grid__col {
	width: calc((100% - 1em) / 2);
}

@media (min-width: 960px) {

.product-cat-grid__col {
		width: calc((100% - 2em) / 3);
}
	}

.product-featured .swiper-button-next,
	.product-featured .swiper-button-prev {
		width: 50px;
		height: 50px;
		background-color: #f0f0f0;
		background-color: var(--base);
		border-radius: 50%;
		margin-top: 0;
		top: calc((100vw - 2em) / 2 + 1em);
	}

@media (min-width: 600px) {

.product-featured .swiper-button-next,
	.product-featured .swiper-button-prev {
			top: calc((540px - 2em) / 2 + 1em);
	}
		}

@media (max-width: 960px) and (min-width: 782px) {

.product-featured .swiper-button-next,
	.product-featured .swiper-button-prev {
			top: calc((720px - 2em) / 2 + 1em);
	}
		}

@media (min-width: 960px) {

.product-featured .swiper-button-next,
	.product-featured .swiper-button-prev {
			top: calc(200px);
			transform: translateY(-50%);
	}
		}

.product-featured .swiper-button-next::after, .product-featured .swiper-button-prev::after {
			font-size: 1rem;
			font-weight: 600;
		}

.product-featured .product-featured__content .swiper-slide {
		opacity: 0 !important;
	}

.product-featured .product-featured__content .swiper-slide.swiper-slide-active {
		opacity: 1 !important;
	}

@media (max-width: 960px) {

.product-featured .swiper-button-next {
			right: calc(50% - 60px);
	}
		}

@media (max-width: 960px) {

.product-featured .swiper-button-prev {
			left: calc(50% - 60px);
	}
		}

.swiper-slide-thumb-active .product-featured__subtitle-item {
		color: #ED1C24;
		color: var(--primary);
		border-bottom: 2px solid #ED1C24;
		border-bottom: 2px solid var(--primary);
	}

.product-featured__subtitle-item {
	cursor: pointer;
	font-size: 2rem;
	font-weight: 600;
	text-align: center;
	border-bottom: 2px solid #fff;
	border-bottom: 2px solid var(--white);
	transition: 0.3s;
}

.product-featured__media {
	position: relative;
}

.product-featured__media::before {
    content: '';
    display: block;
    padding-top: calc(1/2 * 100%);
  }

.product-featured__media img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    z-index: 1;
  }

.product-featured__media {

	width: 100%;
	max-width: 800px;
	margin: 0 auto;
}

@media (min-width: 960px) {

.product-featured__media {
		margin: auto;
}
	}

.product-featured__media img {
		-o-object-fit: contain;
		   object-fit: contain;
	}

.product-featured__info {
	margin-top: 80px;
}

@media (min-width: 600px) {

.product-featured__info {
		margin-top: 50px;
}
	}

@media (min-width: 960px) {

.product-featured__info {
		margin-top: 0;
}
	}

.product-featured__info-item {
	width: calc((100% - 1em) / 2);
	align-items: center;
}

.product-featured__info-item > *:last-child {
		font-size: 1.25rem;
	}

@media (min-width: 960px) {

.product-featured__info-item {
		width: calc((100% - 3em) / 4);
}
	}

.meta-post-footer {
}

.meta-post-footer__link {
	text-transform: uppercase;
	padding: 0.25em 2em;
	width: auto;
	font-size: 90%;
}

.post-card {
	position: relative;
	padding: 0;
	min-width: 200px;
}

@media (min-width: 782px) {

.post-card {
		min-height: 300px;
}
	}

.post-card:hover .post-card__media img {
			transform: scale(1.05);
		}

.post-card__media {
	position: relative;
}

.post-card__media::before {
    content: '';
    display: block;
    padding-top: calc(9/16 * 100%);
  }

.post-card__media img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    z-index: 1;
  }

.post-card__media {
	overflow: hidden;
}

.post-card__media img {
		transition: 0.3s;
		-o-object-fit: cover;
		   object-fit: cover;
	}

.post-card__content {
	width: 100%;
	padding: 1em 0;
}

@media (min-width: 782px) {

.post-card__content {
		position: absolute;
		bottom: 0;
		left: 0;
		z-index: 1;
		background-image: linear-gradient(
			rgba(0, 0, 0, 0) 0%,
			rgba(0, 0, 0, 0.9) 85%
		);
		color: #fff;
		color: var(--white);
		padding: 1em 1em 2em;
}
	}

@media (min-width: 782px) {

.post-card__content time {
			color: #fff;
			color: var(--white);
	}
		}

@media (min-width: 782px) {

.post-card__content svg g {
			stroke: #fff;
			stroke: var(--white);
	}
		}

.post-card__link {
	position: absolute;
	width: 100%;
	height: 100%;
	bottom: 0;
	left: 0;
	z-index: 2;
}

.product-grid {
	border-top: 0.5em solid transparent;
}

.product-grid__title {
	margin-bottom: 40px !important;
}

.product-grid__title:hover > a {
			color: #ED1C24;
			color: var(--primary);
		}

.product-grid__title > a {
		transition: 0.3s;
	}

.product-grid__listing {
	margin-bottom: 0 !important;
}

.product-grid__listing * {
		margin-bottom: 0 !important;
	}

.product-grid__item {
	width: 100%;
}

@media (min-width: 600px) {

.product-grid__item {
		width: calc((100% - 1em) / 2);
}
	}

@media (min-width: 960px) {

.product-grid__item {
		width: calc((100% - 2em) / 3);
}
	}

.product-card {
	box-shadow: 0 0 13px rgba(0, 0, 0, 0.4);
	max-width: 100%;
	transition: 0.3s;
}

.product-card * {
		margin-bottom: 0;
	}

.product-card .product-card__colors .swiper-slide .product-card__color::before {
		opacity: 0;
		transition: 0.3s;
	}

.product-card
		.product-card__colors
		.swiper-slide.swiper-slide-thumb-active
		.product-card__color::before {
		opacity: 1;
	}

.product-card .product-card__images .swiper-slide .product-card__media,
		.product-card .product-card__images .swiper-slide .product-card__price {
			opacity: 0 !important;
		}

.product-card .product-card__images .swiper-slide .product-card__media,
		.product-card .product-card__images .swiper-slide .product-card__price {
			transition: 1s;
		}

.product-card .product-card__images .swiper-slide.swiper-slide-active .product-card__media,
		.product-card .product-card__images .swiper-slide.swiper-slide-active .product-card__price {
			opacity: 1 !important;
		}

.product-card:hover {
		transform: translateY(-0.25em);
	}

.product-card:hover .product-card__media img {
			width: 100%;
			height: 100%;
		}

.product-card__title {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.product-card .simple .product-card__media {
	position: relative;
}

.product-card .simple .product-card__media::before {
    content: '';
    display: block;
    padding-top: calc(1 * 100%);
  }

.product-card .simple .product-card__media img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    z-index: 1;
  }

.product-card .simple .product-card__media img {
		-o-object-fit: contain;
		   object-fit: contain;
		width: 98%;
		height: 98%;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		transition: 0.3s;
	}

.product-card__colors {
	z-index: 2;
}

.product-card__colors * {
		margin-bottom: 0 !important;
	}

.product-card__colors > * {
		padding: 2px;
	}

.product-card__colors .swiper-slide {
		box-shadow: 0 0 2px 0 black !important;
	}

.product-card__colors .swiper-slide {
		width: auto;
		border-radius: 50%;
		padding: 2px;
	}

.product-card__color {
	width: 25px;
	height: 25px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.product-card__color::before {
		content: '';
		background-image: var(--wvs-tick);
		background-position: 50%;
		background-repeat: no-repeat;
		background-size: 60%;
		width: 1em;
		height: 1em;
		display: block;
	}

.product-card__link {
	padding: 0.5em 1em;
	width: auto;
	font-size: 90%;
}

.product-card__price {
	font-size: 18px;
	font-weight: 700;
}

.product-card__price .unit {
		font-weight: 600;
		font-size: 14px;
		display: inline-block;
	}

.product-card:not(.style-2),
.product-card.style-2 .product-card__content {
	background: -webkit-linear-gradient(top, #fff 0%, rgba(255, 255, 255, 0) 90%);
	border-radius: 0 1em 0 0;
}

.product-card:not(.style-2) .product-card__wrapper {
		padding: 1.25em;
	}

.product-card:not(.style-2) .product-card__info {
		padding-right: 0.25em;
	}

.product-card:not(.style-2) .product-card__title {
		height: 48px;
		font-size: 20px;
	}

.product-card.style-2 {
	border-top: 0.5em solid transparent;
	padding: 1.25em 1.25em 0 0;
	border-radius: #ED1C24;
	border-radius: var(--primary);
}

.product-card.style-2 .product-card__content {
		padding: 1em;
	}

.product-card.style-2 .product-card__title {
		font-size: 24px !important;
		padding: 0 !important;
	}

.product-card.style-2 .product-card__title {
		text-transform: uppercase;
		font-weight: 700;
		height: 58px;
	}

.product-category.column-2 .product-category__item {
	width: calc((100% - 1em) / 3);
}

.product-category__buttons * {
	margin-bottom: 0 !important;
}

.product-category__button {
	width: 100%;
	max-width: 300px;
}

.product-category__button:focus,
	.product-category__button:hover {
		color: #000;
		color: var(--black);
		background-color: #fff;
		background-color: var(--white);
	}

@media (min-width: 782px) {

.product-category__button {
		max-width: 200px;
}
	}

.product-category.simple .product-grid {
	margin-bottom: 0 !important;
}

.product-category.simple .product-grid {
	padding: 1em;
	box-shadow: 0 0 5px 0 rgba(0,0,0,0.25882);
}

.product-category.simple .product-grid__title {
	margin-bottom: 0 !important;
}

.product-category.simple .product-grid__title {
	font-size: 1.5rem;
}

.product-category.simple .product-grid__title a {
		line-height: 1;
	}

.product-category.simple .product-card__wrapper {
	padding: 0;
}

.product-category.simple .product-category__item {
	padding-top: 0;
	display: flex;
}

.product-category.simple .product-card {
	box-shadow: none;
	box-shadow: initial;
	border-radius: 0;
	background: transparent;
}

.product-category.simple .product-card__link {
	padding: 0;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-align: center;
	text-transform: capitalize;
	font-weight: 500;
	line-height: 1.5;
	margin: auto;
}

.product-category.simple .product-grid__listing {
	-moz-column-gap: 10px;
	     column-gap: 10px;
	row-gap: 1em;
}

.product-category.simple .product-grid__item {
	width: 100%;
}

@media (min-width: 600px) {

.product-category.simple .product-grid__item {
		width: calc((100% - 10px) / 2);
}
	}

@media (min-width: 960px) {

.product-category.simple .product-grid__item {
		width: calc((100% - 20px) / 3);
}
	}

.product-category.simple .product-card__content .simple {
	gap: 10px;
}

.single-product-main {
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;

	@meida (--lg) {
		width: 300px;
	}
}

.single-product-main > *:not(:first-child) {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

.single-product-main > *:first-child {
		position: relative;
		display: block;
		width: 100%;
	}

.single-product-main__item {
	opacity: 0;
	visibility: hidden;
	transition: 0.8s;
}

.single-product-main__item.is-active {
		opacity: 1;
		visibility: visible;
	}

.single-product-main.gallery {
	width: 100%;
	order: 3;
	display: flex;
	max-width: 800px;
}

@media (min-width: 960px) {

.single-product-main.gallery {
		margin: auto auto 0;
		position: absolute;
		bottom: 0;
}
	}

.single-product-main.gallery .single-product-main__item {
	display: flex;
	margin: auto;
}

.single-product-main.gallery .single-product-main__item img {
		flex: auto;
		-o-object-fit: contain;
		   object-fit: contain;
	}

.single-product-main.price .single-product-main__item .price > .woocommerce-Price-amount > bdi {
		font-weight: 700;
		font-weight: var(--font-bold);
	}

.single-product__header {
	width: 100%;
	text-align: center;
}

@media (max-width: 960px) {

.single-product__header {
		order: 1;
}
	}

.single-product__header h1 {
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 20px;
	color: #ED1C24;
	color: var(--primary);
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	font-size: 50px;
	line-height: 1.25;
}

@media (min-width: 782px) {

.single-product__header h1 {
		font-size: 80px;
}
	}

@media (min-width: 1080px) {

.single-product__header h1 {
		font-size: 150px;
}
	}

.single-product__subtitle {
	text-transform: uppercase;
	letter-spacing: 10px;
	font-weight: 600;
	font-size: 1.5rem;
}

@media (min-width: 960px) {

.single-product__subtitle {
		font-size: 60px;
		font-weight: 300;
}
	}

.single-product__info {
	color: #3c3c3c;
	z-index: 1;
	width: 100%;
	text-align: center;
	order: 2;
}

@media (min-width: 960px) {

.single-product__info {
		width: 300px;
		text-align: left;
		padding-top: 100px;
		order: 1;
}
	}

.single-product__info .product-featured__info-item {
		align-items: center;
	}

.single-product__info .single-product__info-item {
		flex-direction: column-reverse;
	}

.single-product__info .single-product__info-item > *:first-child {
				font-size: 90%;
			}

.single-product__info .single-product__info-item > *:last-child {
				font-weight: 500;
				font-size: 1.5rem;
			}

body.single-product
	#main
	> article.product
	> .inside-article
	.product.type-product
	.single-product__info
	> p {
	width: 100%;
}

.product-image-grid__item {
	cursor: pointer;
}

.product-image-grid__item img {
		-o-object-fit: cover;
		   object-fit: cover;
	}

@media (min-width: 960px) {

.product-cta {
		background: linear-gradient(90deg, #f7f9f9 25%, transparent 0%);
}
	}

.product-cta .swiper-button-prev,
	.product-cta .swiper-button-next {
		left: calc(100% - 27px);
		margin-top: 0;
	}

.product-cta .swiper-button-prev::after, .product-cta .swiper-button-next::after {
			content: none;
		}

.product-cta .swiper-button-prev:hover, .product-cta .swiper-button-next:hover {
			color: #ED1C24;
			color: var(--primary);
		}

.product-cta .swiper-button-next {
		top: calc(50% - 44px) !important;
	}

.product-cta .swiper-button-prev {
		top: 50% !important;
	}

@media (min-width: 480px) {

.product-cta figure {
			max-height: 350px;
	}
		}

@media (min-width: 960px) {

.product-cta figure {
			max-height: 450px;
	}
		}

.product-cta__title {
	color: var(--bs-gray-600);
}

@media (min-width: 1080px) {

.product-cta__title {
		font-size: 60px;
}
	}

.product-cta__cta {
	background-color: #ED1C24;
	background-color: var(--primary);
}

.two-up-intro__left {
	padding-left: 1em;
}

@media (min-width: 960px) {

.two-up-intro__left {
		padding-left: 9vw;
}
	}

.two-up-intro__item {
}

.two-up-intro__right {
	position: relative;
	min-height: 400px;
}

@media (min-width: 960px) {

.two-up-intro__right {
		height: 650px;
}
	}

.two-up-intro__right img {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

.flex-auto {
	flex: auto;
}

.two-up-intro__button {
	transition: 0.3s !important;
}

.two-up-intro__button {
	color: #fff;
	color: var(--white);
	background-color: #ED1C24;
	background-color: var(--primary);
	border: 1px solid #ED1C24;
	border: 1px solid var(--primary);
}

.two-up-intro__button:hover {
		background-color: transparent;
		color: #ED1C24;
		color: var(--primary);
	}

.icon-box {
	position: relative;
}

@media (min-width: 1080px) {

.icon-box {
		padding-top: 200px;
		padding-bottom: 200px;
}
	}

.icon-box__item {
	width: 100%;
}

@media (min-width: 480px) {

.icon-box__item {
		width: 50%;
}
	}

@media (min-width: 480px) {

.icon-box__item:nth-of-type(2n) {
			padding-left: 0.5em;
	}
		}

@media (min-width: 1080px) {

.icon-box__item:nth-of-type(2n) {
			padding-left: 25%;
	}
		}

@media (min-width: 480px) {

.icon-box__item:nth-of-type(2n + 1) {
			padding-right: 0.5em;
	}
		}

@media (min-width: 1080px) {

.icon-box__item:nth-of-type(2n + 1) {
			padding-right: 25%;
	}
		}

.icon-box__icon {
	width: 25px;
}

.icon-box__image {
	width: 100%;
	max-height: 500px;
}

@media (min-width: 1080px) {

.icon-box__image {
		position: absolute;
		top: 0;
		left: calc(9vw + 25% - 4.5vw);
		width: calc(50% - 9vw);
		overflow: hidden;
		height: 100%;
		max-height: 100%;
}
	}

.product-tabs__content-1 {
	font-size: 90%;
	-moz-column-gap: 1em;
	     column-gap: 1em;
	row-gap: 0.5em;
}

@media (min-width: 1080px) {

.product-tabs__content-1 {
		-moz-column-gap: 2em;
		     column-gap: 2em;
		row-gap: 1em;
}
	}

@media (min-width: 1280px) {

.product-tabs__content-1 {
		-moz-column-gap: 100px;
		     column-gap: 100px;
}
	}

.product-tabs__content-1 .product-tabs-content__item {
		width: 100%;
		border-bottom: 1px solid var(--bs-gray-200);
	}

@media (min-width: 1080px) {

.product-tabs__content-1 .product-tabs-content__item {
			width: calc((100% - 4em) / 3);
	}
		}

@media (min-width: 1280px) {

.product-tabs__content-1 .product-tabs-content__item {
			width: calc((100% - 100px * 2) / 3);
	}
		}

.product-tabs__content-1 .product-tabs-content__item .label {
		display: flex;
		width: -moz-max-content;
		width: max-content;
		min-width: 40%;
	}

.product-tabs__content-1 .product-tabs-content__item .value {
		flex: auto;
		text-align: right;
	}

@media (min-width: 960px) {

.product-tabs__content-1 .product-tabs-content__item .value {
			max-width: 50%;
	}
		}

.product-tabs__content-2 {
	gap: 1em;
}

@media (min-width: 782px) {

.product-tabs__content-2 {
		flex-wrap: nowrap;
}
	}

.product-tabs__content-2 .product-tabs-content__item {
		flex-direction: column;
		justify-content: flex-start;
	}

.product-tabs__content-2 .product-tabs-content__item .label {
		font-weight: 600;
	}

.product-tabs__content-2 .product-tabs-content__item .value {
	}

.product-tabs .product-tabs__nav .swiper-slide {
			width: auto;
			border-bottom: 3px solid #fff;
			border-bottom: 3px solid var(--white);
			transition: 0.3s;
			cursor: pointer;
		}

.product-tabs .product-tabs__nav .swiper-slide-thumb-active {
			border-bottom: 3px solid #ED1C24;
			border-bottom: 3px solid var(--primary);
		}

.ct-stores {
	background-color: var(--bs-white);
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.4);
	max-width: 1100px;
	margin: 50px auto;
	padding: 40px;
}

.ct-stores .ct-stores__filter {
		padding: 24px 12px;
		background-color: #f1f1f1;
	}

.ct-stores .ct-stores__filter .ct-stores__search {
			height: 42px;
		}

.ct-stores .ct-stores__filter .disabled {
			pointer-events: none;
			opacity: 0.5;
		}

.ct-stores .ct-stores__outstanding {
		margin-top: 20px;
	}

.ct-stores .ct-stores__outstanding .ct-stores__outstanding-title {
			font-size: 20px;
		}

.ct-stores .ct-stores__outstanding .ct-stores__outstanding-btn {
			cursor: pointer;
			color: #1a73e8;
		}

.ct-stores .ct-stores__list {
		margin-top: 5px;
	}

.ct-stores .ct-stores__list .ct-stores__list-items {
			overflow-y: auto;
			max-height: 600px;
		}

@media (min-width: 782px) {

.ct-stores .ct-stores__list .ct-stores__list-items {
				min-height: 600px;
		}
			}

.ct-stores .ct-stores__list .ct-stores__list-items::-webkit-scrollbar {
				width: 7px;
				height: 7px;
			}

.ct-stores .ct-stores__list .ct-stores__list-items::-webkit-scrollbar-thumb {
				border-radius: 9999px;
				background-color: #dddddd;
			}

.ct-stores .ct-stores__list .ct-stores__list-items .store-item {
				cursor: pointer;
				padding: 12px;
			}

.ct-stores .ct-stores__list .ct-stores__list-items .store-item.active {
					background-color: #ffffd9;
				}

.ct-stores .ct-stores__list .ct-stores__list-items .store-item .store-item__title {
					font-size: 18px;
				}

.ct-stores .ct-stores__list .ct-stores__list-items .store-item .store-item__address,
				.ct-stores .ct-stores__list .ct-stores__list-items .store-item .store-item__phone {
					font-size: 14px;
				}

.ct-stores .ct-stores__list .ct-stores__list-items .store-item .store-item__address svg, .ct-stores .ct-stores__list .ct-stores__list-items .store-item .store-item__phone svg {
						margin-bottom: 3px;
						flex-shrink: 0;
					}

.ct-stores .ct-stores__list .ct-stores__list-items .store-item .store-item__link {
					font-size: 14px;
				}

.ct-stores .ct-stores__list .ct-stores__list-items .store-item .store-item__link a {
						color: #1a73e8;
					}

.ct-stores .ct-stores__view-more {
		color: #1a73e8;
		cursor: pointer;
	}

.ct-stores .ct-stores__map {
		height: 300px;
	}

@media (min-width: 782px) {

.ct-stores .ct-stores__map {
			height: 100%;
	}
		}

.ct-stores .ct-stores__map iframe {
			width: 100%;
			height: 100%;
		}

.ct-stores .ct-stores__loading {
		margin-top: 100px;
	}

.ct-stores .ct-stores__loading .loader {
			width: 64px;
			height: 64px;
			position: relative;
			animation: rotate 1.5s ease-in infinite alternate;
		}

.ct-stores .ct-stores__loading .loader::before {
			content: '';
			position: absolute;
			left: 0;
			bottom: 0;
			color: #b61f23;
			background: currentColor;
			width: 64px;
			height: 32px;
			border-radius: 0 0 50px 50px;
		}

.ct-stores .ct-stores__loading .loader::after {
			content: '';
			position: absolute;
			left: 50%;
			top: 10%;
			background: #0dcaf0;
			width: 8px;
			height: 64px;
			animation: rotate 1.2s linear infinite alternate-reverse;
		}

@keyframes rotate {
	100% {
		transform: rotate(360deg);
	}
}

.hero-banner-title .hero-banner-title__main {
		min-height: 40vh;
	}

.hero-banner-title .hero-banner-title__main::before {
			content: '';
			position: absolute;
			top: 0;
			left: 0;
			right: 0;
			bottom: 0;
			background-color: #000;
			background-color: var(--black);
			opacity: 0.4;
			z-index: 1;
		}

@media (min-width: 960px) {

.hero-banner-title .hero-banner-title__main {
			min-height: 65vh;
	}
		}

.hero-banner-title .hero-banner-title__background {
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
	}

.hero-banner-title .hero-banner-title__background-image source,
		.hero-banner-title .hero-banner-title__background-image img {
			width: 100%;
			height: 100%;
			-o-object-fit: cover;
			   object-fit: cover;
		}

.hero-banner-title .hero-banner-title__title {
		z-index: 2;
	}

.hero-banner-title .hero-banner-title__footer a {
			text-decoration: none;
		}

.hero-banner-title .hero-banner-title__footer a:hover {
				color: #ED1C24;
				color: var(--primary);
			}

.hero-banner-title .hero-banner-title__footer a,
		.hero-banner-title .hero-banner-title__footer span {
			font-weight: 500;
			color: rgba(0, 0, 0, 0.5);
		}

.counter .counter__item-number {
		font-size: 2.8rem;
		font-weight: 600;
		color: #ED1C24;
		color: var(--primary);
	}

@media (min-width: 782px) {

.counter .counter__item-number {
			font-size: 3.5rem;
	}
		}

@media (min-width: 960px) {

.counter .counter__item-number {
			font-size: 4rem;
	}
		}

.counter .counter__item-title {
		font-weight: 500;
		font-size: 1.2rem;
		line-height: 115%;
		color: #ED1C24;
		color: var(--primary);
	}

.counter .counter__item-number {
		position: relative;
	}

.counter .counter__item-number::before {
			position: absolute;
			content: '';
			width: 50px;
			height: 4px;
			background-color: var(--secondary);
			left: 0;
			bottom: 0;
		}

.counter .counter__item-header::before {
			content: '';
			position: absolute;
			display: block;
			width: 100%;
			height: 1px;
			background-color: #ccc;
			left: 0;
			bottom: 2px;
		}

.counter .counter__item-description {
		color: #656565;
	}

.counter .swiper-button-next,
	.counter .swiper-button-prev {
		width: 35px;
		height: 35px;
		border-radius: 50%;
		border: 2px solid #000;
		transform: translateY(6px);
	}

.counter .swiper-button-next::after, .counter .swiper-button-prev::after {
			display: none;
		}

.counter .swiper-button-prev {
		left: 0;
	}

.counter .swiper-button-prev svg {
			transform: rotate(180deg);
		}

.counter .swiper-button-next {
		right: 0px;
	}

.about-counter .counter__item {
		box-shadow: rgba(100, 100, 111, 0.2) 0 7px 29px 0;
		border-radius: 10px;
		align-items: center;
	}

.about-counter .counter__item:hover .counter__item-media {
				transform: rotateY(360deg);
			}

.about-counter .counter__item-media {
		transition: all 1s;
	}

.about-counter .counter__item-number {
		font-size: 2rem;
	}

.feature-grid .icon-card__image-wrapper {
		width: 90px;
		height: 90px;
		margin: 0 auto;
		box-shadow: none;
		border-radius: 50%;
		box-shadow: rgba(100, 100, 111, 0.2) 0 7px 29px 0;
		background-color: #fff;
		background-color: var(--white);
		margin-top: -60px;
	}

.feature-grid .icon-card {
		padding: 1.5em;
		border-radius: 10px;
		box-shadow: rgba(100, 100, 111, 0.2) 0 7px 29px 0;
	}

.feature-grid .icon-card p {
			margin-bottom: 0;
		}

.feature-grid .feature-grid__col {
		margin-top: 60px;
	}

.about-feature-grid.feature-grid::before {
		content: '';
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		height: 45%;
		background-color: var(--bs-orange);
	}

.quotes .quotes__icon.is-open {
		top: 1em;
		left: 1em;
	}

.quotes .quotes__icon.is-close {
		bottom: 1em;
		right: 1em;
		transform: rotate(180deg);
	}

@media (min-width: 960px) {

.quotes__container {
		width: 50%;
}
	}

.about-quotes.quotes {
	background-color: var(--bs-orange);
}

.about-quotes.quotes .quotes__content {
		color: #fff;
		color: var(--white);
	}

.about-quotes.quotes .quotes__icon svg {
		fill: #fff;
		fill: var(--white);
	}

.grid-gallery__image img {
		height: 100%;
		transition: all linear 0.3s;
	}

.grid-gallery__image:hover img {
		transform: scale(1.05);
	}

.grid-gallery__link {
	cursor: pointer;
}

.tabs__nav__button {
	border: 0;
	transtion: color 0.3s ease;
}

.tabs__nav__button::after {
		content: '';
		position: absolute;
		bottom: 0;
		left: 0;
		width: 0%;
		height: 3px;
		background: #ED1C24;
		background: var(--primary);
		transition: width 0.3s ease;
	}

.tabs__nav__button:focus,
	.tabs__nav__button:hover {
		color: var(--bs-black);
		background: none;
	}

.tabs__nav__button.is-active::after {
			width: 100%;
		}

.tabs__tab-contents {
	transition: height 0.25s ease;
}

.tabs__tab-content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	opacity: 0;
	transform: translateY(10px);
	transition: transform 0.4s ease-in-out, opacity 0.5s ease;
}

.tabs__tab-content.is-active {
		opacity: 1;
		transform: translateY(0);
	}

.button-nav__item {
	width: 48px;
	height: 48px;
	padding: 6px;
}

.button-nav__item svg {
		width: 36px;
		height: 36px;
	}

.button-nav__item:hover {
		color: #ED1C24;
		color: var(--primary);
		background: transparent;
	}

.mobile-horizontal-menu {
	background: var(--bs-light);
	overflow-x: auto;
}

.mobile-horizontal-menu__menu {
	margin: 0;
	padding: 0;
	text-indent: 0;
	list-style-type: none;

	display: flex;
}

.mobile-horizontal-menu__menu .menu-item a {
			display: block;
			padding: 16px;
			text-decoration: none;
			white-space: nowrap;
			color: var(--bs-dark);
			letter-spacing: 0.75px;
		}

.wp-block-latest-posts.wp-block-latest-posts__list {
	margin: 0;
	padding: 0;
	text-indent: 0;
	list-style-type: none;

	margin-left: calc(-1 * 1.5rem);

	margin-left: calc(-1 * var(--gutter));
	margin-right: calc(-1 * 1.5rem);
	margin-right: calc(-1 * var(--gutter));
}

.wp-block-latest-posts.is-grid li {
	width: 100%;
	margin-left: 0;
	margin-right: 0;
	padding: 0 1.5rem;
	padding: 0 var(--gutter);
}

@media (min-width: 782px) {

.wp-block-latest-posts.columns-2 li {
		width: 50%;
}
	}

@media (min-width: 782px) {

.wp-block-latest-posts.columns-3 li {
		width: 33.33%;
}
	}

@media (min-width: 782px) {

.wp-block-latest-posts.columns-4 li {
		width: 25%;
}
	}

@media (min-width: 782px) {

.wp-block-latest-posts.columns-5 li {
		width: 20%;
}
	}

@media (min-width: 782px) {

.wp-block-latest-posts.columns-6 li {
		width: 16.66%;
}
	}

a.wp-block-latest-posts__post-title {
	text-decoration: none;
	font-weight: 700;
	font-weight: var(--font-bold);
	color: var(--bs-dark);
	transition: color 0.3s ease;
}

a.wp-block-latest-posts__post-title:hover {
		color: var(--bs-primary);
	}

.wp-block-latest-posts__post-author {
	margin: calc(0.25 * 20px) 0;
	margin: calc(0.25 * var(--element-space)) 0;
	opacity: 0.75;
}

.wp-block-latest-posts__post-excerpt {
	font-size: calc( 0.85 * var(--bs-body-font-size) );
	font-size: var(--text-small);
}

.wp-block-latest-posts__post-excerpt .read-more {
		display: block;
		margin-top: calc(0.25 * 20px);
		margin-top: calc(0.25 * var(--element-space));
		text-decoration: none;
		text-transform: uppercase;
		font-weight: 700;
		font-weight: var(--font-bold);
		color: var(--bs-dark);
		transition: color 0.3s ease;
	}

.wp-block-latest-posts__post-excerpt .read-more:hover {
			color: var(--bs-primary);
		}

.wp-block-latest-posts__post-date {
	margin: 0 0 calc(0.25 * 20px) 0;
	margin: 0 0 calc(0.25 * var(--element-space)) 0;
	opacity: 0.75;
}

.wp-block-latest-posts__featured-image {
	position: relative;
}

.wp-block-latest-posts__featured-image::before {
    content: '';
    display: block;
    padding-top: calc(9/16 * 100%);
  }

.wp-block-latest-posts__featured-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    z-index: 1;
  }

.wp-block-latest-posts__featured-image .wp-post-image {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;

		-o-object-fit: cover;

		   object-fit: cover;
	}

.wp-block-social-link {
	display: inline-flex;
}

.wp-block-social-links .wp-social-link a.wp-block-social-link-anchor {
	margin-bottom: 0;
}

.wp-block-button__link {
	border-radius: var(--btn-border-radius);
}

.wp-block-button__link.has-white-color.has-background:hover {
				color: var(--bs-white);
			}

.wp-block-button__link.has-secondary-background-color:hover {
			background: var(--bs-primary);
		}

.wp-block-button__link.has-primary-background-color:hover {
			background: var(--bs-secondary);
		}

.wp-block-button.is-style-outline .wp-block-button__link {
		color: var(--bs-primary);
		border: 1px solid var(--bs-primary);
	}

.row.equal-height > .col {
			display: flex;
			flex-direction: column;
		}

body.single-product .variations_form table th {
	display: none !important;
}

body.single-product #main > article.product {
	display: flex;
	align-items: flex-end;
}

body.single-product #main > article.product {
	display: flex;
	align-items: flex-end;
}

body.single-product #main > article.product > .inside-article {
	flex: auto;
	overflow: hidden;
}

body.single-product #main > article.product > .inside-article > .entry-content {
	padding: 0 1em;
	overflow: hidden;
}

@media (min-width: 960px) {

body.single-product #main > article.product > .inside-article > .entry-content {
		padding: 0 9vw;
}
	}

body.single-product
	#main
	> article.product
	> .inside-article
	.product.type-product.product-type-variable
	.woocommerce-product-gallery {
	display: none !important;
}

body.single-product
	#main
	> article.product
	> .inside-article
	.product.type-product.product-type-simple
	.woocommerce-product-gallery {
	max-width: 80% !important;
	margin: auto auto 0 !important;
}

body.single-product
	#main
	> article.product
	> .inside-article
	.product.type-product.product-type-simple
	.woocommerce-product-gallery {
	width: 100%;
}

body.single-product
	#main
	> article.product
	> .inside-article
	.product.type-product {
	display: flex;
	justify-content: center;
}

body.single-product
	#main
	> article.product
	> .inside-article
	.product.type-product.product-type-simple
	.woocommerce-product-gallery {
	margin: auto auto 0 !important;
	position: static !important;
	float: none !important;
	float: initial !important;
}

body.single-product
	#main
	> article.product
	> .inside-article
	.product.type-product.product-type-simple
	.woocommerce-product-gallery {
	max-width: 1200px;
	overflow: hidden;
}

body.single-product
	#main
	> article.product
	> .inside-article
	.product.type-product.product-type-simple
	.woocommerce-product-gallery
	a
	img {
	max-height: 70vh;
	-o-object-fit: contain;
	   object-fit: contain;
}

body.single-product ol.flex-control-nav.flex-control-thumbs {
	display: none;
}

body.single-product
	#main
	> article.product
	> .inside-article
	.product.type-product {
	position: relative !important;
}

body.single-product
	#main
	> article.product
	> .inside-article
	.product.type-product {
	min-height: 500px;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 2em;
}

@media (min-width: 1280px) {

body.single-product
	#main
	> article.product
	> .inside-article
	.product.type-product {
		min-height: calc(100vh - 90px);
}
	}

body.single-product .summary.entry-summary {
	margin-bottom: 0 !important;
	width: 100% !important;
}

body.single-product .summary.entry-summary {
	z-index: 2;
	order: 4;
	text-align: center;
	height: -webkit-fill-available;
	display: flex;
	flex-direction: column;
	align-items: center;
}

@media (min-width: 960px) {

body.single-product .summary.entry-summary {
		width: 400px !important;
}

body.single-product .summary.entry-summary {
		order: 2;
		text-align: right;
		padding-top: 100px;
		align-items: flex-end;
}
	}

body.single-product .summary.entry-summary .variable-items-wrapper {
	justify-content: center;
}

@media (min-width: 960px) {

body.single-product .summary.entry-summary .variable-items-wrapper {
		justify-content: flex-end;
}
	}

body.single-product .summary.entry-summary .variable-item {
	border-radius: 50% !important;
}

body.single-product .summary.entry-summary .variable-item {
	width: 40px;
	height: 40px;
}

body.single-product .summary.entry-summary .variable-item-span {
	border-radius: 50% !important;
}

body.single-product .summary.entry-summary .variable-item-contents::before {
	width: 70% !important;
	height: 70% !important;
}

body.single-product .summary.entry-summary .variable-item-contents::before {
	left: 15%;
	top: 15%;
}

body.single-product .variations_form {
	margin-bottom: 0 !important;
}

body.single-product .variations_form .variable-item {
		box-shadow: 0 0 2px 0 black !important;
	}

body.single-product .variations_form .variable-item {
		padding: 0;
	}

body.single-product .reset_variations {
	display: none !important;
}

body.single-product .single-product__register-btn {
	width: 300px;
	background-color: #ED1C24;
	background-color: var(--primary);
	padding: 0.75em 1em;
	text-align: center;
	margin-top: 1em;
	font-size: 90%;
	border-radius: 3px;
}

#register-form-popup .gform_wrapper {
	display: flex;
	flex-direction: column;
	max-width: 600px;
	margin: auto;
	gap: 1em;
	text-align: center;
}

#register-form-popup input[type='text'],
#register-form-popup input[type='tel'] {
	padding: 1em;
	border-radius: 3px;
}

#register-form-popup input[type='submit'] {
	width: 200px;
	border-radius: 3px;
	margin: auto;
}

#register-form-popup .gform_fields {
	margin: 0;
}

#register-form-popup .gfield {
	padding: 0;
	margin-bottom: 0;
}

#register-form-popup .gform_validation_errors,
#register-form-popup .gfield_validation_message,
#register-form-popup .validation_message {
	display: none;
}

#register-form-popup .gfield_radio {
	display: flex;
	flex-direction: column;
}

@media (min-width: 480px) {

#register-form-popup .gfield_radio {
		flex-direction: row;
}
	}

#register-form-popup .gfield_radio > .gchoice {
	flex: auto;
}

