/* Brand accent consumed by shared stylesheets (woo-forms.css). */
:root { --ca-brand: #D42531; }

@import url('https://fonts.googleapis.com/css2?family=Fjalla+One&display=swap');

@font-face {
	font-family: 'GeneralSans-Variable';
	src: url('../../../fonts/GeneralSans-Variable.woff2') format('woff2'),
		url('../../../fonts/GeneralSans-Variable.woff') format('woff'),
		url('../../../fonts/GeneralSans-Variable.ttf') format('truetype');
	font-weight: 200 700;
	font-display: swap;
	font-style: normal;
}

body {
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	font-family: 'GeneralSans-Variable', sans-serif;
	transition: all 0.3s linear;
}

body.overflow-hidden {
	overflow: hidden;
}

* {
	box-sizing: border-box;
}

html ul li {
	margin: 0;
	padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0;
	padding: 0
}

h1 {
	font-family: "Fjalla One", sans-serif;
	font-size: 56px;
	font-weight: 400;
	line-height: 52px;
	letter-spacing: -0.03em;
}

h2 {
	font-family: "Fjalla One", sans-serif;
	font-size: 48px;
	font-weight: 400;
	line-height: 52px;
	letter-spacing: -0.03em;
}

img {
	max-width: 100%;
}

.btn {
	font-family: "Fjalla One", sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 14px;
	letter-spacing: 0.25em;
	padding: 14px 20px;
	background-color: transparent;
	color: #000;
	text-decoration: none;
	border: solid 1px #000;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	white-space: nowrap;
	text-transform: uppercase;
	transition: all 0.3s;
	border-radius: 6px;
}

.btn.disabled {
	pointer-events: none;
	opacity: 0.6;
}

.btn:hover {
	background-color: #000;
	color: #fff;
	border: solid 1px #000;
}

.btn.btn-small {
	padding: 9px 15px;
}

.btn.btn-primary {
	background-color: #D42531;
	color: #fff;
	border: solid 1px #D42531;
}

.btn.btn-primary:hover {
	background-color: #000;
	color: #fff;
	border: solid 1px #000;
}

.btn.btn-secondary {
	background-color: #000;
	color: #fff;
	border: solid 1px #000;
}

.btn.btn-secondary:hover {
	background-color: #D42531;
	color: #fff;
}

.btn.btn-tertiary {
	background-color: transparent;
	color: #FFFFFF;
	border: solid 1px #FFFFFF;
}

.btn.btn-tertiary:hover {
	background-color: #FFFFFF;
	color: #000;
}

.btn.btn-outline {
	background-color: transparent;
	color: #000;
	border: solid 1px #000;
}

.btn.btn-outline:hover {
	background-color: #000;
	color: #fff;
}

input:focus-visible {
	outline: none !important;
}

.page-content {
	padding: 32px;
}

.container {
	max-width: 100%;
	padding: 0 15px;
	margin: 0 auto;
}

.topbar {
	font-family: 'fjalla one';
}

.topbar p {
	font-size: 16px;
	font-weight: 400;
	line-height: 27px;
	color: #FFFFFF;
}

.topbar .notice-container {
	background-color: #D42531;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px 32px;
	gap: 12px;
}

.topbar .action-container {
	background-color: #18181b;
	display: flex;
	align-items: center;
	padding: 15px 32px;
	gap: 12px;
	color: #fff;
}

.topbar .action-container a {
	color: #71717A;
	font-family: "Fjalla One", sans-serif;
}

.vendor-login {
	background-color: #000;
	display: flex;
	justify-content: space-between;
	padding: 8px 32px;
}

.vendor-login .socials {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	gap: 12px;
	align-items: center;
}

.vendor-login .socials a {
	color: #fff;
}

.vendor-login .socials a:hover {
	color: #D42531;
}

header {
	position: sticky;
	top: 0;
	background-color: #FFFFFF;
	z-index: 9;
	/* padding: 0 32px; */
	border-bottom: solid 1px #E4E4E7;
}

.header.sticky {
	box-shadow: rgba(0, 0, 0, .1) 0 .5rem 1rem;
}

.header .container {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	padding: 12px 32px;
	align-items: center;
	margin: 0 auto;
}

.logo {
	max-width: 240px;
	flex: 1;
}

.aws-container {
	width: 100% !important;
}

.aws-search-field::placeholder {
	font-size: 22px;
}

.aws-search-btn .aws-form-btn {
	margin-left: 10px !important;
}

.aws-container .aws-show-clear .aws-search-field {
	border-radius: 6px !important;
}

.aws-container .aws-search-form .aws-search-btn_icon {
	display: inline-block;
	fill: currentColor;
	height: 100%;
	/* line-height: 24px; */
	position: relative;
	width: 42px;
	color: #555;
	background-color: #D42531;
	color: #fff;
	border: solid 1px #D42531;
	padding: 8px;
}

.search-bar {
	max-width: 600px;
	display: flex;
	gap: 12px;
	flex: 1;
}

.search-bar-nav {
	display: none;
}

.search-bar input {
	width: 95%;
	border: 1px solid #e4e4e7;
	padding: 9px 14px;
	height: auto;
	border-radius: 6px !important;
}

.search-bar input::placeholder {
	color: #71717A;
	font-size: 16px;
	font-weight: 400;
	line-height: 27.2px;
}

.header-buttons {
	display: flex;
	gap: 32px;
	align-items: center;
}

.header-cart {
	display: flex;
	align-items: center;
	gap: 12px;
}

.header-cart i {
	color: #D42531;
	font-size: 22px;
}

.header-cart span {
	position: relative;
	display: inline-block;
	background-color: #D42531;
	text-align: center;
	width: 22px;
	height: 21px;
	color: #fff;
	font-size: 12px;
	border-radius: 3px;
}

.header-cart span::before {
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	background-color: #d42531;
	position: absolute;
	top: 50%;
	left: -3px;
	border-radius: 1px;
	transform: translateY(-50%) rotate(45deg);
}

.header-account {
	display: flex;
	align-items: center;
	gap: 6px;
}

.header-account i {
	color: #D42531;
	font-size: 22px;
}

.header-account span {
	font-family: "Fjalla One", sans-serif;
	color: #09090b;
	font-size: 16px;
}

.nav {
	background-color: #fff;
	padding: 16px 0px;
	border-top: solid 1px #18181b;
	margin: 0 32px;
}

.navbar {
	max-width: 1440px;
	padding: 0 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 50px;
	margin: 0 auto;
}

.navlist {
	position: relative;
}

.navlist ul {
	display: flex;
	gap: 32px;
	padding: 0;
	margin: 0;
}

.navlist li {
	list-style-type: none;
}

.navlist a {
	font-family: 'Fjalla One';
	text-decoration: none;
	color: #18181B;
	font-size: 16px;
	font-weight: 400;
	line-height: 27px;
	text-transform: uppercase;
	transition: all .2s linear;
}

.navlist a:hover {
	color: #D42531;
}

.navlist .ast-icon {
	display: none;
}

.menu-item-has-children {
	position: relative;
}

.navlist .sub-menu {
	display: block;
	padding: 10px 14px;
}

.sub-menu {
	position: absolute;
	top: inherit;
	width: max-content;
	background-color: #fff;
	opacity: 0;
	pointer-events: none;
	transition: .2s linear;
}

.sub-menu li a {
	color: #18181B;
	padding: 7px 0;
	display: block;
}

.menu-item-has-children:hover .sub-menu {
	opacity: 1;
	pointer-events: all;
	transition: .2s linear;
}

.menu-item-has-children>a {
	position: relative;
}

.menu-item-has-children>a:after {
	font-family: 'FontAwesome';
	content: '\f0d7';
	margin-left: 8px;
	color: #71717A;
}

#toggle-button {
	color: #D42531;
	font-size: 24px;
	border: none;
	background-color: transparent;
	display: none;
}

.page-section {
	padding: 32px 0;
	overflow: hidden;
}

.page-section:last-of-type {
	padding-bottom: 0;
}

.section-header {
	max-width: 100%;
	margin: 0 auto;
	padding: 0 15px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
	margin-bottom: 32px;
}

.section-header.center {
	justify-content: center;
}

.section-header h2 {
	font-family: "Fjalla One", sans-serif;
	font-size: 48px;
	font-weight: 400;
	line-height: 52px;
	letter-spacing: -0.03em;
	margin: 0;
}

.section-header h2.small {
	font-size: 20px;
	text-transform: uppercase;
}

.section-header p {
	font-size: 18px;
	font-weight: 400;
	line-height: 32px;
}

.section-header p.lead {
	font-size: 20px;
	font-weight: 500;
	line-height: 32px;
	text-transform: uppercase;
	color: #18181B;
}

.section-body {
	max-width: 100%;
	margin: 0 auto;
	padding: 0 15px;
}

.product-grid-container{
	flex: 1;
}

.product-grid {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(auto-fit, minmax(243px, 1fr));
}


.slick-dots li button {
	box-shadow: none;
}

.product-grid .slick-dots li button:before {
	font-size: 45px;
}

.slick-dots li.slick-active button:before {
	opacity: 1;
	color: #D42531;
}

.product-section.related-products .product-grid .product-card {
	display: flex;
	flex-direction: column;
}

.product-card .product-img {
	margin-bottom: 16px;
	display: flex;
	aspect-ratio: 1;
	align-items: center;
	justify-content: center;
	padding: 30px;
}

.product-card .product-img img {
	aspect-ratio: 1;
	object-fit: contain;
}

.product-card .product-detail {
	display: flex;
	justify-content: space-between;
	align-items: start;
	gap: 16px;
	margin-bottom: 16px;
}

.product-card .product-detail p {
	font-size: 22px;
	font-weight: 400;
	line-height: 22px;
	color: #18181B;
	height: 44px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.product-card .product-detail .product-price {
	font-family: "Fjalla One", sans-serif;
	font-size: 24px;
	font-weight: 400;
	line-height: 34px;
	letter-spacing: -0.02em;
	color: #D42531;
	overflow: visible;
}

.product-grid .product-card .btn {
	width: 100%;
}

.slider_wrapper .slick-dots {
	display: inline-block;
	width: auto;
	left: 10px;
	bottom: -80px;
}

.testimonial-slider.slider_wrapper .slick-dots {
	left: 50%;
	transform: translateX(-50%);
}

.slider_wrapper li button {
	background-color: #E4E4E7;
	border-radius: 100px;
	padding: 0px;
	height: 8px;
	width: 8px;
	transition: all 200ms linear;
}

.slider_wrapper li {
	height: 8px;
	width: 8px;
}

.slider_wrapper .slick-active button {
	background-color: #000;
	transform: scale(1.25);
}

.slider_wrapper li button:before {
	display: none;
}

.slider_wrapper .prev_arrow {
	position: absolute;
	right: 85px;
	bottom: -94px;
	background-color: #fff;
	height: 46px;
	width: 46px;
	text-align: center;
	line-height: 44px;
	border-radius: 50px;
	border: 1px solid #E4E4E7;
}

.slider_wrapper .next_arrow {
	position: absolute;
	right: 15px;
	bottom: -94px;
	background-color: #fff;
	height: 46px;
	width: 46px;
	text-align: center;
	line-height: 44px;
	border-radius: 50px;
	border: 1px solid #E4E4E7;
}

.testimonial-slider.slider_wrapper .prev_arrow {
	right: 110px;
}

.testimonial-slider.slider_wrapper .next_arrow {
	right: 40px;
}

.slider_wrapper .prev_arrow i {
	font-size: 16px;
}

.slider_wrapper .slick-arrow {
	cursor: pointer;
}

.slider_wrapper .slick-arrow {
	transition: .2s linear;
}

.slider_wrapper .slick-arrow:hover {
	background-color: #D42531;
	transition: .2s linear;
}

.slider_wrapper .slick-arrow:hover i {
	color: #fff;
	transition: .2s linear;
}

.hero-section {
	position: relative;
	background-size: cover;
	background-position: center;
	padding-top: 20px;
}

.hero-section img,
.hero-section video {
	width: 100%;
	min-height: 100%;
	object-fit: cover;
}

.hero-section .video-background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.video-background iframe{
	width: 100%;
	height: 100%;
}

.hero-overlay {
	background: rgb(0 0 0 / 35%);
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 32px 12px;
	min-height: 40dvh;
	position: relative;
	height: 100%;
	margin-bottom: 32px;
}

.hero-overlay.align-center {
	align-items: center;
	text-align: center;
}

.hero-overlay.align-left {
	align-items: flex-start;
	text-align: left;
}

.hero-overlay.align-right {
	align-items: flex-end;
	text-align: right;
}

.hero-overlay p {
	color: #FFFFFF;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 500;
	font-size: 18px;
}

.hero-overlay h2 {
	color: #FFFFFF;
	text-transform: uppercase;
	margin: 20px 0;
	letter-spacing: 3px;
	font-size: 56px;
	line-height: 1.1;
}

.category-grid {
	display: flex;
	gap: 32px;
	flex-wrap: wrap;
}

.category-card {
	width: calc(25% - 24px);
	display: flex;
	flex-direction: column;
	position: relative;
	aspect-ratio: 1;
}

.category-card img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.category-card .card-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgb(0 0 0 / 35%);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 32px 12px;
	text-align: center;
}

.category-card .card-title {
	font-family: 'GeneralSans-Variable';
	font-size: 20px;
	font-weight: 500;
	line-height: 1.3;
	color: #FFFFFF;
}

.category-card .card-detail {
	display: flex;
	flex-direction: column;
	gap: 24px;
	align-items: center;
}

.category-card .card-detail p {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.2;
	color: #FFFFFF;
	margin-top: 10px;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.slick-dotted.slick-slider.testimonial-slider {
	margin: 0 -30px;
	margin-bottom: 73px;
}

.testimonial {
	margin: 0 30px;
	text-align: center;
}

.testimonial .rating {
	color: #D42531;
}

.testimonial-detail {
	margin: 32px 0;
}

.testimonial-detail p {
	color: #18181B;
	/* font-family: "Fjalla One"; */
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
	letter-spacing: -0.24px;
}

.testimonial-author .author-location {
	font-size: 14px;
}

.testimonial-author .author-name {
	font-weight: 600;
	font-size: 14px;
}

.fullwidth-slider .slick-dots {
	display: inline-block;
	width: 100%;
	left: 10px;
	bottom: 20px;
}

.fullwidth-slider li button {
	background-color: #E4E4E7;
	border-radius: 100px;
	padding: 0px;
	height: 10px;
	width: 10px;
	transition: all 200ms linear;
}

.fullwidth-slider li {
	height: 10px;
	width: 10px;
}

.fullwidth-slider .slick-active button {
	background-color: #E4E4E7;
	transform: scale(1.25);
}

.fullwidth-slider li button:before {
	display: none;
}

.fullwidth-slider li.slick-active button::after {
	content: '';
	width: calc(100% - 2px);
	height: calc(100% - 2px);
	background-color: #E4E4E7;
	position: absolute;
	top: 1px;
	left: 1px;
	border-radius: 100px;
	border: 1px solid #000;
}

.fullwidth-slider {
	overflow: hidden;
}

.frame-section {
	padding: 64px 0;
}

.two-col-section {
	display: flex;
	align-items: center;
	gap: 36px;
}

.two-col-section .col {
	width: 50%;
}

.two-col-section .col img {
	width: 100%;
}

.two-col-section .col h2 {
	margin: 16px 0;
}

.newsletter-section {
	padding: 48px 15px;
	display: flex;
	flex-direction: column;
	padding-bottom: 16px;
}

.newsletter-section h2 {
	font-size: 40px;
	font-weight: 400;
	line-height: 48px;
	letter-spacing: -0.02em;
	color: #18181b;
	margin: 0;
	width: 100%;
	margin-bottom: 32px;
	text-transform: uppercase;
}

.newsletter-form-container {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.newsletter-form-container p {
	font-size: 12px !important;
	font-weight: 400 !important;
	line-height: 18px !important;
	color: #FFFFFF;
}

.newsletter-form-container a {
	color: #FFFFFF;
}

.newsletter-form {
	display: flex;
	justify-content: space-between;
	gap: 16px;
	max-width: 500px;
}

.newsletter-form .gform_wrapper {
	width: 100%;
}

.newsletter-form .gfield--type-email {
	grid-column: span 10 !important;
}

.newsletter-form .gfield--type-submit {
	grid-column: span 2 !important;
}

.newsletter-form input[type="email"] {
	padding: 12px 14px;
	color: #3F3F46;
	width: calc(100% - 110px);
	height: 50px !important;
	border-radius: 6px !important;
	border: 1px solid #18181B !important;
	background: #fff;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) inset !important;
}

#gform_submit_button_3 {
	font-family: 'Fjalla One';
	background-color: #000;
	text-transform: uppercase;
	color: #fff;
	border: none;
	padding: 16px 24px;
	font-size: 16px;
	font-weight: 500;
	border-radius: 6px;
}

.newsletter-form input::placeholder {
	font-size: 14px;
	font-weight: 400;
	line-height: 21px;
	color: #3F3F46;
}

.newsletter-form input:focus-visible {
	outline: none !important;
}

.page-section .newsletter-form {
	max-width: unset;
}

.footer {
	background-color: #18181B;
	margin-top: 64px;
	padding: 80px 18px;
	color: #FFFFFF;
}

.footer-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
	justify-content: space-between;
}

.footer-col {
	flex: 1;
	min-width: 175px;
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.footer-col.newsletter-col {
	min-width: 300px;
	max-width: 500px;
}

.footer-col.newsletter-col p {
	font-size: 12px;
	margin-top: 5px;
}

.newsletter-col .newsletter-form {
	gap: 0;
}

.newsletter-col .newsletter-form input {
	width: 100%;
}

.newsletter-col .newsletter-form .btn {
	margin-left: -25px;
	border-radius: 0 6px 6px 0;
}

.footer-social-icons {
	display: flex;
	justify-content: space-around;
	align-items: center;
	width: 100%;
	flex-wrap: wrap;
	max-width: 200px;
}

.footer-social-icons a {
	color: #FFFFFF;
	font-size: 18px;
	transition: all .2s linear;
}

.footer-social-icons a:hover {
	color: #D42531;
}

.footer-logos {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

.footer-logos img {
	margin-bottom: 30px;
	max-width: 145px;
}

.footer-col h4 {
	font-family: 'Fjalla One';
	font-size: 17px;
	line-height: 24px;
	color: #FFFFFF;
	font-weight: 400;
	letter-spacing: 1.7px;
	text-transform: uppercase;
}

.footer-col ul {
	display: flex;
	flex-direction: column;
	gap: 15px;
	list-style: none;
	padding: 0;
	margin: 0;
}

.footer-col ul li a {
	font-family: 'fjalla one';
	text-transform: uppercase;
	text-decoration: none;
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
	display: inline-block;
	color: #71717a;
	transition: all .2s linear;
}

.footer-col ul li a:hover {
	color: #D42531;
}

.footer-col .contact-item {
	display: flex;
	gap: 10px;
}

.footer-col .contact-item i {
	color: #D42531;
}

.footer-col .contact-item p {
	font-family: 'fjalla one';
	text-transform: uppercase;
	color: #71717a;
}

.footer-col .contact-item a {
	color: #71717a;
	text-transform: uppercase;
}

.footer-col .contact-item a:hover {
	color: #D42531;
}

.copyright-section {
	border-top: 1px solid #27272A;
	margin-top: 80px;
}

.copyright-list {
	padding-top: 32px;
	text-align: center;
	display: flex;
	gap: 12px 24px;
	justify-content: center;
	flex-wrap: wrap;
}

.copyright-list a,
.copyright-list p {
	font-size: 14px;
	font-weight: 400;
	line-height: 21px;
	color: #FFFFFF;
}

.menu-open,
.mobile-menu-header,
.search-close,
.search-submit {
	display: none;
}

.archive-header {
	margin-bottom: 32px;
}

.archive-header img {
	width: 100%;
}

.archive-wrapper,
.site-main {
	padding: 0 32px;
}

.archive-breadcrumbs {
	margin-top: 32px;
	text-transform: uppercase;
}

.woocommerce-js .woocommerce-breadcrumb {
	color: #000;
	font-weight: 500;
	letter-spacing: 2px;
	margin-bottom: 0;
}

.woocommerce-breadcrumb a {
	color: #D42531 !important;
}

.product-count {
	font-family: 'Fjalla One';
	font-size: 42px;
}

.archive-bar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 24px;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
	margin: 1em 0;
}

.woocommerce-ordering {
	margin-bottom: 0 !important;
}

.woocommerce-ordering select {
	padding: 12px 18px !important;
	border: 1px solid #E4E4E7 !important;
	height: auto;
	border-radius: 6px !important;
}

.facetwp-pager {
	margin-top: 32px;
	text-align: right;
}

.facetwp-pager a {
	display: inline-block;
	padding: 8px 16px;
	border: 1px solid #E4E4E7;
	border-radius: 6px;
}

.archive-content {
	display: flex;
}

.product-sort {
	display: flex;
	align-items: center;
	gap: 16px;
}

.btn.filter-toggle {
	border: 1px solid #E4E4E7;
	height: 46px;
	display: none;
}

.archive-filters {
	width: 250px;
	margin-left: -250px;
	margin-right: 0;
	opacity: 0;
	flex-shrink: 0;
	padding: 24px 16px;
	background-color: #f7f7f7;
	border-radius: 6px;
	overflow: hidden;
	transition: all 200ms linear;
}

.archive-filters.active {
	margin-left: 0;
	opacity: 1;
	margin-right: 24px;
}

.facet-label {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: solid 1px #ccc;
	font-size: 17px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.facetwp-checkbox {
	margin-bottom: 10px !important;
	line-height: 1.4;
	background-position-y: 5px !important;
	!i;
	!;
}

.product-details {
	display: flex;
	flex-wrap: wrap;
	gap: 80px;
	margin: 32px 0;
}

.product-gallery {
	width: calc(55% - 80px);
	border: solid 1px #E4E4E7;
}

.product-gallery img {
	width: 100%;
	aspect-ratio: 1;
	object-fit: contain;
	max-height: 500px;
}

.product-thumbnails img {
	object-fit: cover;
	padding: 10px;
}

.product-details .product-info {
	width: 45%;
	display: flex;
	flex-direction: column;
	gap: 14px;
}

.product-info-content {
	display: flex;
	flex-direction: column;
	gap: 24px;
	border-bottom: solid 1px #E4E4E7;
	padding-bottom: 18px;
}

.product-info h1 {
	font-size: 40px;
	text-transform: uppercase;
	line-height: 1.25;
	margin-bottom: 8px;
}

.product-info h2 {
	color: #71717A;
	font-size: 20px;
	line-height: 1;
}

.product-price-rating {
	display: flex;
	align-items: center;
	gap: 20px;
}

.single-product-container .product-price {
	font-family: 'Fjalla One';
	font-size: 32px;
	color: #D42531;
	padding-right: 20px;
	line-height: 1;
	border-right: solid 1px #E4E4E6;
}

.product-rating {
	display: flex;
	align-items: center;
	gap: 8px;
}

.product-rating .star-rating {
	letter-spacing: 2px;
	color: #FFB81A;
	width: 6em;
	margin-right: 0;
}

.review-rating {
	order: unset;
}

.product-form {
	display: flex;
	gap: 8px;
}

.product-quantity .input-group {
	display: flex;
	max-width: 115px;
}

.input-group-prepend {
	background-color: #F1F1F2;
	padding: 0px 12px;
	font-size: 12px;
	font-weight: 500;
	height: 45px;
	line-height: 45px;
	width: 45px;
	border: solid 1px #e4e4e4;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
}

.product-quantity .input-group input {
	border: 1px solid #E4E4E7;
	padding: 8px 12px;
	border-radius: 0;
	height: 45px;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
}

.gform-theme--foundation .gform_fields {
	gap: 24px !important;
	align-items: flex-start;
}

.product-inquiry-head {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 18px;
	cursor: pointer;
}

.product-inquiry-form {
	display: none;
}

#gform_submit_button_1 {
	font-family: 'Fjalla One';
	background-color: #000;
	text-transform: uppercase;
	color: #fff;
	border: none;
	padding: 16px 24px;
	font-size: 16px;
	font-weight: 500;
	border-radius: 6px;
}

#gform_submit_button_2 {
	font-family: 'Fjalla One';
	background-color: #D42531;
	text-transform: uppercase;
	color: #fff;
	border: none;
	padding: 16px 24px;
	font-size: 16px;
	font-weight: 500;
	border-radius: 6px;
}

.product-section {
	padding: 32px 0;
}

.product-section h2 {
	font-size: 40px;
	line-height: 1;
}

.product-section p{
	margin-bottom: 20px;
}

.product-description-wrapper {
	display: flex;
	gap: 32px;
}

.product-description,
.video-container {
	flex: 1;
}

.video-grid {
	display: grid;
	gap: 32px;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

.video-container iframe,
.video-container video {
	width: 100%;
	height: auto;
	aspect-ratio: 16/9;
}

.gform_validation_errors {
	margin-bottom: 18px !important;
}

.gform_submission_error {
	margin-bottom: 0 !important;
}

.contact-row {
	display: flex;
	gap: 32px;
}

.contact-col {
	flex-basis: calc(50% - 32px);
	padding: 32px;
}

.contact-section h2 {
	margin-bottom: 10px;
}

.contact-section p {
	font-size: 18px;
}

.contact-section ul {
	padding: 0;
	margin: 0;
	margin-top: 32px;
	list-style-type: none;
}

.contact-section ul li {
	display: flex;
	gap: 10px;
	align-items: center;
	margin-bottom: 10px;
}

.contact-section ul li i {
	color: #D42531;
}

.gfield input,
.gfield textarea {
	border: solid 1px #E4E4E7 !important;
}

.footer-col.newsletter-col .gform_fields {
	gap: 0 !important;
}

.footer-col.newsletter-col #gform_submit_button_3 {
	font-size: 0;
	height: 50px;
	background-color: #D42531;
	border: none !important;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	margin-left: -4px;
}

.footer-col.newsletter-col .gfield--type-submit {
	position: relative;
}

.footer-col.newsletter-col .gfield--type-submit::after {
	content: '\f054';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	font-size: 20px;
	color: #fff;
	position: absolute;
	top: 25px;
	left: 45%;
	transform: translate(-50%, -50%);
	pointer-events: none;
}

.wc-block-components-product-name {
	font-size: 24px;
	font-weight: 500;
}

.hidden-xs {
	display: block;
}

.visible-xs {
	display: none;
}

.coming-soon-footer-banner__content {
	display: none;
}

.close-filters {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	border-radius: 0;
	display: none;
}

.faq-accordion {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.faq {
	border-radius: 5px;
	overflow: hidden;
}

.faq_section{
	padding: 45px 15px;
}

.faq-question {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 0;
	cursor: pointer;
	border-bottom: 1px solid #ccc;
}

.faq-question h3 {
	font-size: 20px;
}

.faq-answer {
	padding: 10px 0;
	display: none;
}

.faq-answer p{
	margin-bottom: 15px;
}

.faq-answer p:last-child{
	margin-bottom: 0;
}

.related-products .product-grid{
	grid-template-columns: repeat(auto-fit, minmax(275px, 400px));
} 

@media only screen and (max-width: 1200px) {
	.product-details {
		gap: 40px;
	}

	.product-gallery {
		width: calc(50% - 40px);
	}

	.product-details .product-info {
		width: 50%;
	}

	.product-info h1 {
		font-size: 32px;
	}

	.product-card .product-detail {
		flex-direction: column;
	}
}

@media only screen and (max-width: 1024px) {
	.product-card .product-img {
		padding: 16px;
	}

	.category-grid {
		gap: 16px;
	}

	.category-card {
		width: calc(25% - 12px);
	}
}


@media only screen and (max-width: 992px) {
	h2 {
		font-size: 36px;
	}

	.logo {
		max-width: 180px;
		flex: 1;
	}

	.header-buttons .btn span {
		display: none;
	}

	.section-header.center {
		margin-bottom: 48px;
	}

	.section-header h2 {
		font-size: 36px;
	}

	.category-card {
		width: calc(50% - 16px);
	}

	.slick-dotted.slick-slider.testimonial-slider {
		margin-bottom: 60px;
	}

	.slider_wrapper .prev_arrow,
	.slider_wrapper .next_arrow {
		width: 36px;
		height: 36px;
		line-height: 36px;
		bottom: -60px;
	}

	.slider_wrapper .prev_arrow {
		right: 65px;
	}

	.testimonial-slider.slider_wrapper .prev_arrow {
		right: 90px;
	}

	.slider_wrapper .slick-dots {
		bottom: -50px;
	}

	.testimonial-detail {
		margin: 24px 0;
	}

	.testimonial-detail p {
		font-size: 20px;
	}

	.newsletter-section h2 {
		font-size: 30px;
	}

	.product-form {
		flex-wrap: wrap;
	}

	.product-form .product-quantity {
		width: 100%;
	}

	.product-form .btn {
		width: calc(50% - 4px);
		margin-top: 10px;
		padding: 15px 12px;
	}

	.product-info-content {
		gap: 16px;
	}

	.product-info h1,
	.product-price {
		font-size: 28px;
	}

	.product-details {
		gap: 20px;
	}

	.product-gallery {
		width: calc(50% - 20px);
	}

	.product-card .product-detail {
		flex-direction: row;
	}

	.product-count {
		font-size: 36px;
	}
}

@media only screen and (max-width: 768px) {
	header {
		padding: 0;
	}

	.archive-wrapper,
	.site-main {
		padding: 0 15px;
	}

	.product-section {
		padding: 16px 0;
	}

	.product-section h2 {
		font-size: 28px;
	}

	.btn {
		padding: 12px;
	}

	.topbar {
		display: none;
	}

	.header .container {
		gap: 12px 28px;
		flex-wrap: wrap;
		padding: 0;
		padding-top: 12px;
		padding-bottom: 0;
	}

	.search-bar {
		justify-content: right;
	}

	.search-bar input {
		border: none !important;
	}

	.search-submit {
		display: block;
		position: fixed;
		top: -50px;
		right: 0;
		height: 50px;
		width: 50px;
		transition: .3s linear;
	}

	body.search-open {
		margin-top: 50px;
	}

	body.search-open .search-bar input,
	body.search-open .search-submit {
		top: 0;
	}

	.menu-open {
		display: inline-flex;
		align-items: center;
		gap: 4px;
		color: #d42531;
		margin-left: 15px;
	}

	.menu-close {
		display: inline-flex;
		align-items: center;
		gap: 4px;
		color: #fff;
	}

	.menu-close i {
		font-size: 24px;
		color: #fff;
	}

	.menu-close span {
		color: #fff;
		text-transform: none;
	}

	.menu-open i {
		font-size: 18px;
	}

	.menu-open span {
		color: #000;
		font-family: 'fjalla one';
	}

	.nav {
		padding: 0;
		border: none;
	}

	.search-bar {
		min-width: 100%;
		order: 1;
		border-top: solid 1px #E4E4E7;
		padding: 5px;
	}

	.header .btn {
		min-width: 45px;
	}

	.header-buttons {
		margin-right: 15px;
		gap: 15px;
	}

	.mobile-menu-header {
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin-bottom: 30px;
		padding: 20px;
		border-bottom: solid 1px #fff;
	}

	.mobile-menu-header img {
		height: 50px;
		width: auto;
	}

	nav.navlist {
		position: fixed;
		top: 0;
		left: -100%;
		width: 100%;
		height: 100dvh;
		background-color: #18181B;
		z-index: 99;
		transition: .3s linear;
		padding: 0px;
	}

	nav.navlist.active {
		left: 0;
	}

	.navlist ul {
		flex-direction: column;
		gap: 24px;
		padding: 0 30px;
	}

	.navlist a {
		font-size: 18px;
		color: #fff;
	}

	.menu-item-has-children .sub-menu {
		position: relative;
		background-color: #18181B;
		width: 100%;
		opacity: 1;
		visibility: visible;
		padding-bottom: 0;
	}

	.sub-menu li a {
		color: #fff;
		padding-bottom: 12px;
		display: inline-block;
		font-size: 16px;
	}

	.sub-menu li:last-child a {
		padding-bottom: 0;
	}

	.menu-item-has-children>a:after {
		display: none;
	}

	.section-header h2 {
		font-size: 28px;
		line-height: 1.25;
	}

	.section-header p {
		font-size: 16px;
		line-height: 1.25;
	}

	.category-grid {
		gap: 16px;
	}

	.product-count {
		font-size: 28px;
	}

	.category-card {
		width: calc(50% - 8px);
	}

	.category-card .card-overlay {
		padding: 16px;
	}

	.category-card .card-title {
		font-size: 24px;
		line-height: 32px;
	}

	.two-col-section {
		flex-direction: column;
	}

	.two-col-section .col {
		width: 100%;
	}

	.two-col-section .col h2 {
		font-size: 28px;
		line-height: 1.25;
		margin: 8px 0;
	}

	.newsletter-section {
		padding: 24px 12px;
		flex-direction: column;
		align-items: baseline;
		gap: 18px;
	}

	.product-details {
		flex-direction: column;
		gap: 20px;
	}

	.product-gallery {
		width: 100%;
	}

	.product-details .product-info {
		width: 100%;
	}

	.contact-row {
		flex-direction: column;
	}

	.hidden-xs {
		display: none;
	}

	.visible-xs {
		display: block;
	}

	.archive-filters {
		position: fixed;
		top: 0;
		z-index: 9999999;
		height: 100dvh;
		width: 80dvw;
		left: 0;
		border-radius: 0;
		transform: translateX(-100%);
	}

	.archive-filters.active {
		transform: translateX(0);
		margin: 0;
	}

	.close-filters{
		display: block;
	}

	.product-description-wrapper{
		flex-direction: column;
	}

	.hero-overlay h2{
		font-size: 32px;
	}
}

@media only screen and (max-width: 600px) {

	.category-card {
		width: 100%;
	}

	.footer {
		margin-top: 0;
		padding: 40px 0;
	}

	.archive-bar {
		flex-direction: column;
		align-items: baseline;
		gap: 12px;
	}

	.page-section{
		padding: 16px 0;
	}

	.newsletter-section h2{
		font-size: 24px;
		line-height: 1.3;
	}
}

#review_form {
    background-color: #f9f9f9;
    padding: 20px;
    border-radius: 5px;
}

.xoo-wsc-sc-bki {
	font-size: 20px;
}

.xoo-wsc-icon-cart2:before{
	/*font-family: "Font Awesome 6 Pro";
	content: "\f07a";*/
	color: #D42531;
	font-size: 21px;
	font-weight: 900;
}

span.xoo-wsc-sc-subt{
	display: none;
}

span.xoo-wsc-sc-count{
	position: absolute;
	top: -10px;
	right: -10px;
	background-color:	#D42531;
}

.xoo-wsc-cart-trigger{
	gap: 5px;
}

.xoo-wsc-sc-subt{
	font-weight: 500;
}

.select2-dropdown {
	z-index: 999999 !important;
}