.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto;
}

.ellipsis {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

html {
	box-sizing: border-box;
}

*, *:before, *:after {
	box-sizing: inherit;
}

body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: black;
	background: #FFFFFF !important;
	font-family: "Hellix", sans-serif;
	font-weight: 400;
}

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

.gm-style img {
	max-width: none;
}

@media only screen and (min-width: 1025px) {
	a[href^=tel], a[href^=skype], a[href^=sms] {
		cursor: default;
		pointer-events: none;
	}
}
html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
em,
img,
strong,
sub,
sup,
b,
u,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
table,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}

button {
	transition: all 0.3s ease;
	background-color: transparent;
	outline: none;
	appearance: none;
	border: none;
	padding: 0;
	cursor: pointer;
}

ul {
	list-style: none;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
.h {
	font-family: "Hellix";
	color: inherit;
	font-weight: 500;
}

h1, .h1 {
	font-size: 35px;
}
@media (min-width: 768px) {
	h1, .h1 {
		font-size: 130px;
	}
}
@media (min-width: 1600px) {
	h1, .h1 {
		font-size: 83px;
	}
}

h2, .h2 {
	font-weight: 400;
	font-size: 40px;
}
@media (min-width: 992px) {
	h2, .h2 {
		font-size: 65px;
	}
}

h3, .h3 {
	font-weight: 400;
	font-size: 30px;
}
@media (min-width: 992px) {
	h3, .h3 {
		font-size: 30px;
	}
}

h4, .h4 {
	font-weight: 400;
	font-size: 20px;
}
@media (min-width: 992px) {
	h4, .h4 {
		font-size: 24px;
	}
}

h5, .h5 {
	font-weight: 400;
	font-size: 18px;
}
@media (min-width: 992px) {
	h5, .h5 {
		font-size: 20px;
	}
}

h6, .h6 {
	font-size: 16px;
}
@media (min-width: 992px) {
	h6, .h6 {
		font-size: 28px;
	}
}
a {
	transition: all 0.3s ease;
	text-decoration: none;
	display: inline-block;
}

body {
	overflow-x: hidden;
}
body.overflow {
	overflow: hidden;
}

.swiper-container-initialized {
	height: 100%;
}

.container {
	width: 100%;
	margin: 0 auto;
	padding: 0 32px;
	max-width: 1660px;
}
@media (min-width: 1320px) {
	.container {
		padding-left: 100px;
		padding-right:100px;
	}
}

img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=search],
input[type=password],
input[type=number],
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	border-radius: 0;
	outline: none;
	appearance: none;
	box-sizing: border-box;
}

select {
	-webkit-border-radius: 0;
	border-radius: 0;
}

textarea {
	resize: vertical;
	vertical-align: top;
}

button,
input[type=button],
input[type=reset],
input[type=file],
input[type=submit] {
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	border-radius: 0;
	cursor: pointer;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
	-webkit-appearance: none;
	appearance: none;
}

input[type=number] {
	/* Chrome, Safari, Edge, Opera */
	/* Firefox */
}
input[type=number] input::-webkit-outer-spin-button,
input[type=number] input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
input[type=number] input[type=number] {
	-moz-appearance: textfield;
}

input:focus::-webkit-input-placeholder {
	color: transparent;
}

input:focus::-moz-placeholder {
	color: transparent;
}

input:focus::-moz-placeholder {
	color: transparent;
}

input:focus::-ms-input-placeholder {
	color: transparent;
}

input:focus::placeholder {
	color: transparent;
}

.form__group {
	display: flex;
	flex-direction: column;
}
.form__group.hidden {
	height: 0;
	opacity: 0;
	overflow: hidden;
	min-height: 0;
	margin-bottom: 0;
}
.form__group.has-error .form__error-text {
	opacity: 1;
	margin-top: 0;
}
.form__group.has-error .form__input {
	border: 2px solid #DC3545;
}
.form__group .form__error-text {
	color: #DC3545;
	opacity: 0;
	margin-top: 0;
}

@font-face {
	font-family: "Hellix";
	src: url("../fonts/Hellix-Regular.woff2") format("woff2"), url("../fonts/Hellix-Regular.woff") format("woff");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Hellix";
	src: url("../fonts/Hellix-Medium.woff2") format("woff2"), url("../fonts/Hellix-Medium.woff") format("woff");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Hellix";
	src: url("../fonts/Hellix-SemiBold.woff2") format("woff2"), url("../fonts/Hellix-SemiBold.woff") format("woff");
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Hellix";
	src: url("../fonts/Hellix-Bold.woff2") format("woff2"), url("../fonts/Hellix-Bold.woff") format("woff");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}
.header {
	position: relative;
	z-index: 999;
}
.header.active {
	height: 100dvh;
	display: flex;
	flex-direction: column;
}
.header.active .header-main {
	flex: 1 1 auto;
	background-color: white;
}
.header.active .header-mobile-menu {
	display: block;
	flex: 1 1 auto;
}
.header.active .header-burger svg:first-child {
	display: none;
}
.header.active .header-burger svg:nth-child(2) {
	display: block;
}
.header.fixed .header-main {
	position: fixed;
	top: 0;
	width: 100vw;
	z-index: 99999;
	background-color: white;
}
.header-spacer {
	display: block;
	width: 100%;
}
.header-announcement {
	overflow: hidden;
}
.header-announcement-top {
	background-color: #06B4FF;
	color: white;
	text-align: center;
	text-transform: uppercase;
	padding: 10px 32px;
	font-size: 15px;
	line-height: 106%;
	font-weight: 600;
	transition: all 0.5s ease 0s;
	overflow: hidden;
}

@media (min-width: 768px) {
	.header-announcement-top {
		font-size: 18px;
	}
}
@media (min-width: 1024px) {
	.header-announcement-top {
		font-size: 20px;
	}
	.main .collection_tabs{
		padding: 30px 20px;
	}
}
.header-announcement-bottom {
	background-color: black;
	padding: 24px 10px;
	transition: all 0.5s ease 0s;
	overflow: hidden;
}
@media (min-width: 768px) {
	.header-announcement-bottom {
		padding: 24px;
	}
}
.header-announcement-bottom-text {
	flex-shrink: 0;
	margin: 0px auto;
	text-align: center;
	text-transform: uppercase;
	font-size: 16px;
	color: white;
	line-height: 140%;
	font-weight: 400;
}
@media (min-width: 768px) {
	.header-announcement-bottom-text {
		text-align: center;
		font-size: 22px;
	}
}
@media (min-width: 1024px) {
	.header-announcement-bottom-text {
		max-width: 550px;
	}
}
@media (min-width: 1024px) and (max-height: 885px) {
	.header-announcement-bottom-text {
		font-size: 18px;
		max-width: 100%;
	}
}
@media (max-width: 767px) {
.header-logo img{
  width: 100%;
  min-width: 200px;
  position: relative;
  left: -20px;
}
}
@media (max-width: 390px) {
.header-logo img{
  min-width: 190px;
  left: -15px;
}
}
.header-main {
	padding: 10px 32px;
	display: flex;
	flex-direction: column;
	position: relative;
}
.header-body {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
}
@media (min-width: 1400px) {
	.header-body {
		gap: 40px;
	}
}
@media (min-width: 1400px) {
	.header-container{
		max-width: 1460px;
		width: 100%;
		margin: auto;
	}
}
.header-logo {
	width: 100%;
	min-width: 160px;
	max-width: 160px;
}
@media (min-width: 1200px) {
	.header-logo {
		/*min-width: 160px;
		max-width: 160px;*/
		min-width:270px;
		max-width:270px;
	}
}
.header-nav {
	margin-left: auto;
}
.header-nav {
	display: none;
}
@media (min-width: 1024px) {
	.header-nav {
		display: block;
	}
}
.header-nav ul.header-menu {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex-wrap: wrap;
	gap: 0 20px;
}
@media (min-width: 1400px) {
	.header-nav ul.header-menu {
		gap: 30px;
	}
}
.header-nav ul.header-menu > li > ul.sub-menu{
	display: none;
	background: #f8f8f8;
	position: absolute;
	top: 100%;
	left: 0;
	padding: 10px 50px 10px 10px;
	border-top: 3px solid #000;
	z-index: 21;
}
.header-nav ul.header-menu > li:hover > ul.sub-menu{
	display: block;
}
.header-nav ul.header-menu > li{
	padding-top: 8px;
	padding-bottom: 8px;
}
.header-nav ul.header-menu > li.menu-item-has-children{
	padding-right: 20px;
	background: url(../images/menu-arrow.svg) no-repeat right center;
	position: relative;
}
.header-nav ul.header-menu > li > ul.sub-menu > li{
	margin-bottom: 8px;
}
.header-nav ul.header-menu > li > ul.sub-menu > li:last-child{
	margin-bottom: 0;
}
.header-nav ul.header-menu > li > ul.sub-menu > li > a{
	padding: 5px 10px;
	display: block;
	font-size: 14px;
	line-height: 20px;
}
.header-nav a {
	color: black;
	text-decoration: none;
	font-size: 14px;
	line-height: 20px;
	transition: all 0.5s ease 0s;
	white-space: nowrap;
	cursor: pointer;
}
@media (min-width: 1024px) {
	.header-nav li:hover > a {
		color: #06B4FF;
	}
}
@media (min-width: 1400px) {
	.header-nav a {
		font-size: 16px;
	}
}
@media (min-width: 1700px) {
	.header-nav a {
		font-size: 18px;
	}
}
.header-actions {
	display: flex;
	align-items: center;
	gap: 10px;
}
@media (min-width: 1024px) {
	.header-actions {
		gap: 15px;
	}
}
.header-icon {
	width: 38px;
	height: 38px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	/*overflow: hidden;*/
	flex-shrink: 0;
}
.header-icon svg {
	display: block;
	width: 20px;
}
@media (min-width: 1400px) {
	.header-icon {
		width: 56px;
		height: 56px;
	}
	.header-icon svg {
		width: 22px;
	}
}
.header-search {
	border: 1px solid #E6E6E6;
	background-color: white;
}
.header-search svg path {
	transition: all 0.5s ease 0s;
}
@media (min-width: 1024px) {
	.header-search:hover svg path {
		stroke: #06B4FF;
	}
}
.header-cart {
	background-color: #06B4FF;
	transition: all 0.5s ease 0s;
	border: 1px solid #06B4FF;
}
.header-cart svg path {
	transition: all 0.5s ease 0s;
}
@media (min-width: 1024px) {
	.header-cart:hover {
		background-color: white;
		border-color: #E6E6E6;
	}
	.header-cart:hover svg path {
		stroke: #06B4FF;
	}
}
.header-login {
	display: flex;
	align-items: center;
	gap: 12px;
	background-color: #06B4FF;
	border-radius: 10px;
	overflow: hidden;
	padding: 8px 12px 8px 12px;
	transition: all 0.5s ease 0s;
	border: 2px solid #06B4FF;
}
@media (max-width:1023px){
	.header-actions .header-login{
		display:none;
	}
	body.woocommerce-checkout:not(.woocommerce-order-received) .header-actions .header-login {
		background: none;
		padding: 0;
		border-radius: 40px;
		display:flex;
	}
}
@media (min-width: 1300px) {
	.header-login {
		gap: 32px;
		padding: 8px 12px 8px 26px;
	}
}
.header-login-text {
	font-weight: 500;
	font-size: 14px;
	color: white;
	line-height: 100%;
	font-family: "IBM Plex Sans", sans-serif;
	transition: all 0.5s ease 0s;
	min-width: max-content;
	text-transform: uppercase;
}
@media (min-width: 1400px) {
	.header-login-text {
		font-size: 18px;
	}
}
@media (max-width:1023px) {
	.header-actions .header-login-text {
		display: none;
	}
}
.header-login-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	background-color: white;
	border: 2px solid white;
	transition: all 0.5s ease 0s;
	flex-shrink: 0;
}
@media (min-width: 1080px) {
	.header-login-icon {
		width: 32px;
		height: 32px;
	}
}
.header-login-icon svg {
	display: block;
	width: 16px;
}
@media (min-width: 1400px) {
	.header-login-icon {
		width: 40px;
		height: 40px;
	}
	.header-login-icon svg {
		width: 16px;
	}
}
@media (min-width: 1024px) {
	.header-login:hover {
		background-color: white;
		border-color: #06B4FF;
	}
	.header-login:hover .header-login-text {
		color: #06B4FF;
	}
	.header-login:hover .header-login-icon {
		border-color: #06B4FF;
	}
}
.header-burger {
	background-color: white;
	border: 1px solid #E6E6E6;
}
@media (min-width: 1024px) {
	.header-burger {
		display: none;
	}
}
.header-burger svg:nth-child(2) {
	display: none;
}
.header-mobile-menu {
	display: none;
}
.header.active .header-mobile-menu {
	display: block;
}
.header-search-modal {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	opacity: 0;
	pointer-events: none;
	background-color: white;
}
.header-search-modal .container {
	padding: 20px 60px 20px 20px;
	display: flex;
	align-items: center;
	justify-content: start;
	width: 100%;
	height: 100%;
	position: relative;
}
@media (min-width: 1024px) {
	.header-search-modal .container {
		padding: 20px 90px;
		justify-content: center;
	}
}
.header-search-modal.active {
	opacity: 1;
	pointer-events: all;
	z-index: 99999999;
}
.header-search-modal-close {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 20px;
	border: 1px solid #E6E6E6;
	background-color: white;
}
.header-search-modal-close svg path {
	transition: all 0.5s ease 0s;
}
@media (min-width: 1024px) {
	.header-search-modal-close:hover svg path {
		stroke: #06B4FF;
	}
}

@keyframes headerAnnouncementMarquee {
	from {
		transform: translateX(0);
	}
	to {
		transform: translateX(-50%);
	}
}
.footer {
	position: relative;
}
.footer-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.footer-bg img {
	height: 100% !important;
}
.footer-bg-desktop {
	display: none;
}
@media (min-width: 768px) {
	.footer-bg-desktop {
		display: block;
	}
}
@media (min-width: 768px) {
	.footer-bg-mobile {
		display: none;
	}
}
.footer-top {
	position: relative;
	z-index: 2;
	padding-top: 60px;
	padding-bottom: 32px;
	border-bottom: 1px solid #666666;
	display: flex;
	gap: 36px;
	flex-wrap: wrap;
	justify-content: space-between;
}
@media (min-width: 1024px) {
	.footer-top {
		padding-top: 130px;
		padding-bottom: 88px;
		gap: 20px;
		flex-wrap: nowrap;
	}
}
@media (min-width: 1440px) {
	.footer-top {
		gap: 60px;
	}
}
.footer-brand {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 40px;
	flex: 0 1 100%;
}
@media (min-width: 1024px) {
	.footer-brand {
		flex: 0 1 280px;
		align-items: start;
	}
}
.footer-logo {
	width: 100%;
	max-width: 215px;
}
@media (min-width: 1024px) {
	.footer-logo {
		max-width: 240px;
	}
}
.footer-socials {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	max-width: fit-content;
	gap: 16px;
}
.footer-social {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 52px;
	height: 52px;
	border: 1px solid #666666;
	border-radius: 50%;
	flex-shrink: 0;
	transition: all 0.5s ease 0s;
}
.footer-social svg {
	display: block;
	width: 20px;
}
.footer-social svg path {
	transition: all 0.5s ease 0s;
}
.footer-newsletter .wpcf7 form.sent .wpcf7-response-output{
	color:#fff;
}
@media (min-width: 1024px) {
	.footer-social:hover {
		background-color: white;
	}
	.footer-social:hover svg path {
		fill: black;
	}
}
.footer-column {
	min-width: max-content;
}
.footer-title {
	margin: 0px;
	color: white;
	font-size: 25px;
	text-transform: uppercase;
	line-height: 100%;
}
@media (min-width: 1024px) {
	.footer-title {
		font-size: 30px;
	}
}
.footer-list {
	margin-top: 32px;
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.footer-list a {
	color: white;
	font-size: 16px;
	line-height: 106%;
	color: white;
	text-decoration: none;
	transition: all 0.5s ease 0s;
}
@media (min-width: 1024px) {
	.footer-list a:hover {
		color: #06B4FF;
	}
}
.footer-text {
	margin: 0px;
	margin-top: 32px;
	color: white;
	line-height: 180%;
	font-size: 16px;
	max-width: 300px;
	text-transform: capitalize;
}
.footer-text a{
	color: #fff;
}
.leglinks{
	margin-bottom: 20px;
}
.leglinks a:hover{
  color: #06B4FF;
}
.footer-info {
	flex: 0 1 100%;
}
@media (min-width: 1024px) {
	.footer-info {
		flex: 0 1 400px;
	}
}
.footer-newsletter {
	flex: 0 1 100%;
}
@media (min-width: 1024px) {
	.footer-newsletter {
		flex: 0 1 390px;
	}
}
.footer-newsletter form {
	margin-top: 24px;
}
@media (min-width: 1024px) {
	.footer-newsletter form {
		margin-top: 50px;
	}
}
.footer-input {
	width: 100%;
	color: white;
	font-weight: 500;
	font-size: 14px;
	line-height: 100%;
	padding-bottom: 20px;
	background-color: transparent;
	border: 0px;
	border-bottom: 1px solid #666666;
	line-height: 180%;
}
.footer-input::placeholder {
	color: white;
	text-transform: uppercase;
}
.footer-submit {
	background-color: #D9D9D9;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	width: 100%;
	border: 0px;
	color: black;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 180%;
	padding: 20px;
	font-weight: 500;
	transition: all 0.5s ease 0s;
	margin-top: 20px;
}
@media (min-width: 1024px) {
	.footer-submit:hover {
		background-color: white;
	}
}
.footer-bottom {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding: 20px 0px;
	border-bottom: 1px solid #666666;
}
@media (min-width: 1024px) {
	.footer-bottom {
		padding: 40px 0px;
	}
}
.footer-copy {
	margin: 0px;
	font-size: 14px;
	text-align: center;
	color: white;
	line-height: 150%;
}
@media (min-width: 768px) {
	.footer-copy {
		text-align: left;
	}
}
@media (min-width: 1024px) {
	.footer-copy {
		font-size: 16px;
	}
}
.footer-back {
	display: none;
	align-items: center;
	gap: 8px;
}
@media (min-width: 768px) {
	.footer-back {
		display: flex;
	}
}
.footer-back-text {
	color: white;
	font-size: 16px;
	line-height: 180%;
	text-transform: uppercase;
}
.footer-back-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 40px;
	height: 40px;
	background-color: #29292A;
}
.footer-big-logo {
	padding-top: 30px;
	padding-bottom: 10px;
	position: relative;
	z-index: 2;
	overflow: hidden;
}
@media (min-width: 1024px) {
	.footer-big-logo {
		padding-bottom: 0px;
	}
}
@media (min-width: 1024px) {
	.footer-big-logo img {
		transform: translateY(20px);
	}
}

.button {
	display: flex;
	align-items: center;
	gap: 24px;
	background-color: #06B4FF;
	border-radius: 10px;
	overflow: hidden;
	padding: 10px 22px 10px 26px;
	max-width: fit-content;
	transition: all 0.5s ease 0s;
	border: 2px solid #06B4FF;
}
.button-text {
	font-size: 16px;
	font-weight: 500;
	font-family: "IBM Plex Sans", sans-serif;
	line-height: 100%;
	color: white;
	transition: all 0.5s ease 0s;
	min-width: max-content;
}
@media (min-width: 1024px) {
	.button-text {
		font-size: 18px;
	}
}
.button-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	overflow: hidden;
	background-color: white;
	flex-shrink: 0;
	border: 2px solid white;
	transition: all 0.5s ease 0s;
}
.button-icon svg {
	display: block;
	width: 10px;
}
@media (min-width: 1024px) {
	.button-icon {
		width: 32px;
		height: 32px;
	}
	.button-icon svg {
		width: 11px;
	}
}
@media (min-width: 1024px) {
	.button {
		padding: 13px 22px 13px 26px;
	}
	.button:hover {
		background-color: white;
	}
	.button:hover .button-text {
		color: #06B4FF;
	}
	.button:hover .button-icon {
		border-color: #06B4FF;
	}
}

.breadcrumbs {
	display: flex;
	align-items: center;
	gap: 15px;
	flex-wrap: wrap;
}
.breadcrumbs-link {
	font-size: 23px;
	font-weight: 400;
	color: black;
	line-height: 100%;
	transition: all 0.5s ease 0s;
}
.breadcrumbs a {
	color: black;
}
@media (min-width: 1024px) {
	.breadcrumbs a:hover {
		color: #06B4FF;
	}
}
.breadcrumbs-divider {
	display: flex;
	align-items: center;
}
.category-section .breadcrumbs {
	display: none;
}
@media (min-width: 1024px) {
	.category-section .breadcrumbs {
		display: flex;
	}
}

.hero-section {
	margin-top: -110px;
	/*height: 100vh;*/
	position: relative;
	overflow: hidden;
	padding-top: 150px;
	padding-bottom: 340px;
}
@media (min-width: 768px) {
	.hero-section {
		padding-top: 200px;
		padding-bottom: 260px;
	}
}
@media (min-width: 1700px) {
	.hero-section {
		padding-top: 280px;
	}
}
.hero-section-image {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.hero-section-image img{
	object-position: center bottom;
}
@media (min-width: 768px) {
	.hero-section-image img{
		object-position: center top;
	}
}
.hero-section-image-desktop {
	display: none;
}
@media (min-width: 768px) {
	.hero-section-image-desktop {
		display: block;
	}
}
@media (min-width: 768px) {
	.hero-section-image-mobile {
		display: none;
	}
}
.hero-section > .container {
	position: relative;
	z-index: 2;
	height: 100%;
	display: flex;
	flex-direction: column;
}
@media (min-width: 768px) {
	.hero-section > .container {
		padding-top: 0px;
		justify-content: center;
	}
}
.hero-section > .container h1 {
	font-size: 35px;
	margin: 0px;
	line-height: 110%;
	font-weight: 400;
	max-width: 380px;
}
@media (min-width: 768px) {
	.hero-section > .container h1 {
		font-size: 50px;
	}
}
@media (min-width: 1700px) {
	.hero-section > .container h1 {
		font-size: 83px;
		max-width: 590px;
	}
}
@media (min-width: 1440px) and (max-height: 885px) {
	.hero-section > .container h1 {
		font-size: 60px;
	}
}
@media (min-width: 1024px) and (max-height: 885px) {
	.hero-section > .container h1 {
		max-width: 450px;
	}
}
.hero-section > .container p {
	margin: 0px;
	margin-top: 11px;
	font-size: 18px;
	font-weight: 400;
	line-height: 140%;
	max-width: 440px;
}
@media (min-width: 1024px) {
	.hero-section > .container p {
		margin-top: 18px;
		font-size: 23px;
	}
}
@media (min-width: 1024px) and (max-height: 885px) {
	.hero-section > .container p {
		font-size: 20px;
	}
}
.hero-section > .container .button {
	margin-top: 20px;
}
@media (min-width: 1024px) {
	.hero-section > .container .button {
		margin-top: 36px;
	}
}
.hero-section-bottom {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 40px;
	display: none;
	z-index: 2;
}
@media (min-width: 1024px) {
	.hero-section-bottom {
		display: block;
	}
}
.hero-section-scroll {
	display: flex;
	align-items: center;
	gap: 20px;
	font-size: 18px;
	font-weight: 400;
	line-height: 110%;
}
.hero-section-scroll svg {
	display: block;
	flex-shrink: 0;
	width: 25px;
}
.hero-section-products {
	position: absolute;
	z-index: 2;
	bottom: 100px;
	right: -100px;
	width: 400px;
	display: none;
}
@media (min-width: 1024px) {
	.hero-section-products {
		display: block;
	}
}
@media (min-width: 1440px) {
	.hero-section-products {
		width: 540px;
	}
}
@media (min-width: 1440px) and (max-height: 885px) {
	.hero-section-products {
		width: 430px;
	}
}
.hero-section-slider .swiper-wrapper {
	align-items: stretch !important;
}
.hero-section-card {
	height: auto !important;
	background-color: white;
	padding: 12px 12px 30px 12px;
	display: block;
	box-sizing: border-box !important;
}
.hero-section-card:hover .hero-section-card-title {
	color: #06B4FF;
}
.hero-section-card-image {
	/*height: fit-content;*/
	width: 100%;
	/*aspect-ratio: 1/1;*/
	position: relative;
	background: #E5E5E5;
}
.hero-section-card-image img{
	height: 240px;
	width: auto;
	object-fit: contain;
	mix-blend-mode: multiply;
}
.hero-section-card-icon {
	position: absolute;
	top: 12px;
	right: 12px;
	background-color: white;
	border-radius: 50%;
	width: 32px;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 2;
	overflow: hidden;
}
.hero-section-card-icon svg {
	display: block;
	width: 12px;
}
.hero-section-card-title {
	margin: 0px;
	margin-top: 20px;
	height: fit-content;
	color: black;
	font-size: 18px;
	font-weight: 500;
	line-height: 110%;
	transition: all 0.25s ease 0s;
}
@media (min-width: 1440px) {
	.hero-section-card-title {
		margin-top: 40px;
		font-size: 20px;
	}
}

.collection-section {
	padding: 8px 32px;
}
@media (min-width: 768px) {
	.collection-section {
		padding: 8px 0px 0 0;
	}
}
.collection-section-grid {
	display: grid;
	gap: 8px;
}
@media (min-width: 768px) {
	.collection-section-grid {
		grid-template-columns: repeat(3, 1fr);
	}
}
.collection-section-card {
	aspect-ratio: 1/1.2;
	overflow: hidden;
	position: relative;
}
.collection-section-card-image {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1;
}
.collection-section-card-content {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	padding: 16px 28px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 20px;
	background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.4) 100%);
}
@media (min-width: 1024px) {
	.collection-section-card-content {
		padding: 50px 30px 55px 52px;
	}
}
@media (min-width: 1024px) {
	.collection-section-card-content .button {
		display: none;
	}
}
.collection-section-card-title {
	margin: 0px;
	color: white;
	font-size: 24px;
	text-transform: uppercase;
	line-height: 106%;
	font-weight: 400;
	width: 100%;
}
@media (min-width: 1024px) {
	.collection-section-card-title {
		width: fit-content;
		font-size: 42px;
	}
}
.collection-section-card-price {
	margin: 0px;
	font-size: 30px;
	line-height: 120%;
	font-weight: 800;
	color: white;
}
@media (min-width: 1024px) {
	.collection-section-card-price {
		font-size: 40px;
	}
}

.products-section {
	padding: 64px 0px;
}
@media (min-width: 1024px) {
	.products-section {
		padding: 100px 0px;
	}
}
.home .products-section{
	height:0;
	overflow:hidden;
	padding:0;
}
.home .products-section.active{
	height:auto;
	padding:0 0 64px 0;
}
@media (min-width: 1024px) {
	.home .products-section.active{
		padding: 0 0 100px 0;
	}
}
.collection_tabs{
	padding:30px 20px;
	display:flex;
	align-items:center;
	justify-content:center;
	gap:30px;
}
.collection_tabs a{
	color:#888;
	font-size:18px;
	padding-bottom:6px;
	border-bottom:2px solid #00000000;
	text-transform:uppercase;
}
.collection_tabs a.active{
	border-bottom:2px solid #000000;
	color:#000;
}
@media (min-width: 640px) {
	.collection_tabs a{
		font-size:30px;
		text-transform:none;
	}
}
@media (min-width: 1024px) {
	.collection_tabs{
		padding:100px 20px;
	}
	.collection_tabs a{
		font-size:54px;
	}
}
.products-section h2 {
	text-align: center;
}
.products-section-slider {
	margin-left: -32px;
	margin-right: -32px;
	position: relative;
}
.products-section-slider .swiper-wrapper {
	align-items: stretch !important;
}
@media (min-width: 1024px) {
	.products-section-slider {
		margin-left: 0px;
		margin-right: 0px;
	}
}
.products-section-card {
	height: auto !important;
	display: flex !important;
	flex-direction: column;
	box-sizing: border-box !important;
}
.products-section-card-image {
	aspect-ratio: 1/1.25;
	overflow: hidden;
	position: relative;
	background: linear-gradient(180deg, #E5E5E5 0%, #FFFFFF 55.19%, #E5E5E5 100%);
	display: flex;
	align-items: center;
	justify-content: center;
}
.products-section-card-image img {
	object-fit: contain;
	mix-blend-mode: multiply;
}
.products-section-card-badge {
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: fit-content;
	text-align: center;
	border-radius: 100px;
	background-color: black;
	color: white;
	font-size: 16px;
	font-weight: 700;
	line-height: 120%;
	position: absolute;
	top: 30px;
	left: 20px;
	z-index: 2;
	padding: 8px 26px;
	text-transform: uppercase;
}
.products-section-card-content {
	flex: 1 1 auto;
	background-color: #E6F2FA;
	padding: 28px 16px 16px 14px;
	display: flex;
	flex-direction: column;
}
@media (min-width: 1024px) {
	.products-section-card-content {
		padding: 36px 20px 20px 20px;
	}
}
.products-section-card-title {
	margin: 0px;
	color: #0F0E0E;
	line-height: 120%;
	font-size: 14px;
	padding-bottom: 20px;
}
.product_star_rating {
    padding: 0 0 20px 0;
    margin-top: auto;
    display: flex;
    align-items: center;
    gap: 5px;
    line-height: 18px;
}
.product_star_rating svg{
	width:14px;
}
.product_star_rating span{
	margin-left:5px;
	font-size:16px;
}
@media (min-width: 1024px) {
	.products-section-card-title {
		font-size: 16px;
	}
}
.products-section-card-bottom {
	display: flex;
	justify-content: space-between;
	gap: 16px;
	padding-bottom: 8px;
}
.products-section-card-description {
	margin: 0px;
	font-weight: 700;
	font-size: 16px;
	color: #292D32;
	line-height: 120%;
	width:90%;
}
.reviews-section-body .woocommerce-verification-required{
	text-align: center;
}

.products-section-card-price {
	margin: 0px;
	font-weight: 800;
	font-size: 16px;
	color: #292D32;
	line-height: 120%;
	/*display: flex;*/
	gap: 5px;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.products-section-card-price del{
	display: none;
}
.products-section-card-price ins{
	text-decoration: none;
}

.products-section-card-button {
	margin-top: auto;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	background-color: #ACD9FF;
	color: #292D32;
	padding: 8px 16px;
	font-size: 12px;
	font-weight: 600;
	line-height: 140%;
	transition: all 0.5s ease 0s;
}
@media (min-width: 1024px) {
	.products-section-card-button {
		font-size: 15px;
	}
	.products-section-card-button:hover {
		background-color: #79bef7;
	}
}
.products-section-btn {
	margin-top: 36px;
	margin-left: auto;
	margin-right: auto;
}
@media (min-width: 1024px) {
	.products-section-btn {
		margin-top: 58px;
	}
}
.products-section-drag {
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 10;
	width: 116px;
	height: 116px;
	align-items: center;
	justify-content: center;
	text-align: center;
	background-color: white;
	border: 1px solid #666666;
	border-radius: 50%;
	font-weight: 700;
	font-size: 19px;
	text-transform: uppercase;
	line-height: 150%;
	color: #292D32;
	margin: 0px;
	pointer-events: none;
	transition: all 0.5s ease 0s;
}
@media (min-width: 1024px) {
	.products-section-drag {
		display: flex;
	}
}

.banner-section {
	min-height: 600px;
	position: relative;
}
@media (min-width: 1024px) {
	.banner-section {
		min-height: 875px;
	}
}
.banner-section-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.banner-section-image-desktop {
	display: none;
}
@media (min-width: 768px) {
	.banner-section-image-desktop {
		display: block;
	}
}
@media (min-width: 768px) {
	.banner-section-image-mobile {
		display: none;
	}
}
.banner-section-content {
	position: absolute;
	height: 100%;
	top: 0;
	left: 0;
	width: 100%;
	padding: 20px 0px;
	z-index: 2;
}
.banner-section-content .container {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
	text-align: center;
	width: 100%;
	height: 100%;
}
@media (min-width: 768px) {
	.banner-section-content .container {
		justify-content: start;
		text-align: left;
		align-items: start;
	}
}
@media (min-width: 768px) {
	.banner-section-content {
		padding: 50px 0px;
	}
}
@media (min-width: 1024px) {
	.banner-section-content {
		padding: 110px 0px;
	}
}
.banner-section-content h2 {
	background: linear-gradient(0deg, #FFFFFF, #FFFFFF), linear-gradient(180deg, rgba(255, 255, 255, 0) 9.54%, rgba(85, 80, 80, 0.5) 123.64%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	-webkit-text-fill-color: transparent;
	font-size: 45px;
	font-weight: 400;
	line-height: 106%;
}
@media (min-width: 1024px) {
	.banner-section-content h2 {
		font-size: 83px;
	}
}
.banner-section-btn {
	background-color: white;
	border-color: white;
}
.banner-section-btn .button-text {
	color: #070506;
}
.banner-section-btn .button-icon {
	background-color: #06B4FF;
}
.banner-section-marque {
	background-color: black;
	padding: 16px 0px;
	overflow: hidden;
	width: 100%;
}
.banner-section-track {
	display: flex;
	width: max-content;
	animation: headerAnnouncementMarquee 40s linear infinite;
}
.banner-section-column {
	flex-shrink: 0;
	display: flex;
	align-items: center;
	gap: 30px;
	padding-right: 30px;
}
.banner-section-text {
	flex-shrink: 0;
	white-space: nowrap;
	margin: 0;
	font-size: 15px;
	color: white;
	line-height: 106%;
	font-weight: 400;
	display: flex;
	align-items: center;
}
@media (min-width: 1024px) {
	.banner-section-text {
		font-size: 18px;
	}
}
.banner-section-text::before {
	margin-top: 2px;
	content: "";
	display: inline-block;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	overflow: hidden;
	background-color: white;
	margin-right: 10px;
}

@keyframes headerAnnouncementMarquee {
	from {
		transform: translateX(0);
	}
	to {
		transform: translateX(-50%);
	}
}
.newsletter-section-body {
	display: grid;
}
@media (min-width: 768px) {
	.newsletter-section-body {
		grid-template-columns: 1fr 1fr;
	}
}
.newsletter-section-image {
	order: 2;
}
@media (min-width: 768px) {
	.newsletter-section-image {
		order: 1;
	}
}
.newsletter-section-content {
	order: 1;
	background-color: #F2F2F2;
	padding: 56px 32px 38px 32px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.newsletter-section-content h2 {
	margin: 0px;
	font-size: 40px;
	line-height: 120%;
	color: black;
	font-weight: 400;
}
@media (min-width: 1024px) {
	.newsletter-section-content h2 {
		font-size: 54px;
	}
}
.newsletter-section-content p {
	margin: 0px;
	margin-top: 10px;
	font-size: 18px;
	font-weight: 400;
	line-height: 120%;
	color: black;
	max-width: 616px;
}
@media (min-width: 1024px) {
	.newsletter-section-content p {
		margin-top: 26px;
		font-size: 23px;
	}
}
.newsletter-section-content form {
	width: 100%;
	max-width: 628px;
	margin-top: 36px;
}
@media (min-width: 1024px) {
	.newsletter-section-content form {
		margin-top: 55px;
	}
}
.newsletter-section-content button {
	margin-top: 30px;
	width: 100%;
	max-width: 100%;
	justify-content: center;
}
.newsletter-section-content button .button-text {
	flex: 1 1 auto;
}
.newsletter-section-content button .button-icon {
	margin-left: auto;
}
@media (min-width: 768px) {
	.newsletter-section-content {
		order: 2;
	}
}
.newsletter-section-inner {
	max-width: 680px;
}
.newsletter-section-input {
	width: 100%;
	color: black;
	font-weight: 500;
	font-size: 14px;
	line-height: 100%;
	padding-bottom: 20px;
	background-color: transparent;
	border: 0px;
	border-bottom: 1px solid #919191;
	line-height: 180%;
}
.newsletter-section-btn{
	min-width: 100%;
	justify-content: space-between;
	margin-top: 26px;
}

.testimonials-section {
	padding-top: 64px;
	padding-bottom: 32px;
}
@media (min-width: 1024px) {
	.testimonials-section {
		padding-top: 100px;
		padding-bottom: 64px;
	}
}
.testimonials-section h2 {
	padding: 0px 32px;
	text-align: center;
	font-weight: 400;
}
.testimonials-section h2 span {
	font-weight: 500;
}
.testimonials-section-slider {
	margin-top: 64px;
}
@media (min-width: 1024px) {
	.testimonials-section-slider {
		margin-top: 100px;
	}
}
.testimonials-section-slider .swiper-wrapper {
	align-items: stretch !important;
}
.testimonials-section-card {
	height: auto !important;
	background-color: #F9F8F8;
	border: 1px solid #E5E3E3;
	padding: 30px 24px;
}
@media (min-width: 1024px) {
	.testimonials-section-card {
		padding: 40px 32px;
	}
}
.testimonials-section-card-top {
	display: flex;
	align-items: center;
	gap: 26px;
	padding-bottom: 25px;
	border-bottom: 1px solid black;
}
@media (min-width: 1024px) {
	.testimonials-section-card-top {
		gap: 36px;
		padding-bottom: 34px;
	}
}
.testimonials-section-card-image {
	width: 132px;
	aspect-ratio: 1/1;
	border-radius: 50%;
	overflow: hidden;
}
@media (min-width: 1024px) {
	.testimonials-section-card-image {
		width: 175px;
	}
}
.testimonials-section-card-name {
	margin: 0px;
	font-weight: 700;
	color: black;
	font-size: 19px;
	line-height: 126%;
}
@media (min-width: 1024px) {
	.testimonials-section-card-name {
		font-size: 25px;
	}
}
.testimonials-section-card-stars {
	display: flex;
	align-items: center;
	gap: 4px;
	margin-top: 10px;
}
@media (min-width: 1024px) {
	.testimonials-section-card-stars {
		margin-top: 13px;
	}
}
.testimonials-section-card-text {
	margin: 0px;
	margin-top: 24px;
	font-size: 16px;
	line-height: 164%;
	font-weight: 400;
	color: #40403F;
}
@media (min-width: 1024px) {
	.testimonials-section-card-text {
		margin-top: 32px;
		font-size: 20px;
	}
}

.features-section {
	padding-top: 32px;
	padding-bottom: 64px;
	padding-left: 32px;
	padding-right: 32px;
}
@media (min-width: 1024px) {
	.features-section {
		padding-top: 36px;
		padding-bottom: 100px;
	}
}
.features-section h2 {
	padding: 0px 32px;
	text-align: center;
	margin: 0px auto;
}
.features-section-body {
	margin-top: 64px;
	width: 100%;
	max-width: 1332px;
	margin-left: auto;
	margin-right: auto;
	display: grid;
	gap: 28px;
}
@media (min-width: 768px) {
	.features-section-body {
		grid-template-columns: 1fr 1fr;
	}
}
@media (min-width: 1024px) {
	.features-section-body {
		margin-top: 100px;
	}
}
.features-section-card {
	background-color: #F9F8F8;
	border: 1px solid #E5E3E3;
	padding: 33px 38px;
	display: flex;
	flex-direction: column;
	gap: 44px;
}
@media (min-width: 1024px) {
	.features-section-card {
		flex-direction: row;
		align-items: center;
		gap: 48px;
		padding: 50px 65px;
	}
}
.features-section-card-icon {
	width: 100%;
	max-width: 84px;
	flex-shrink: 0;
}
@media (min-width: 1024px) {
	.features-section-card-icon {
		max-width: 108px;
	}
}
.features-section-card-title {
	margin: 0px;
	font-size: 24px;
	font-weight: 500;
	line-height: 106%;
	color: black;
}
.features-section-card-subtitle {
	margin: 0px;
	margin-top: 23px;
	font-size: 20px;
	font-weight: 600;
	line-height: 125%;
	color: #06B4FF;
}
.features-section-card-text {
	margin: 0px;
	margin-top: 12px;
	font-size: 20px;
	font-weight: 400;
	line-height: 125%;
	color: #40403F;
}
.features-section-btn {
	margin-left: auto;
	margin-right: auto;
	margin-top: 42px;
}

.category-section {
	padding-top: 20px;
	padding-bottom: 60px;
	/* Chrome / Edge / Safari */
	/* Firefox */
}
.category-section-body {
	display: grid;
	gap: 27px;
}
@media (min-width: 1024px) {
	.category-section-body {
		margin-top: 95px;
		grid-template-columns: 300px 1fr;
	}
}
@media (min-width: 1200px) {
	.category-section-body {
		grid-template-columns: 320px 1fr;
	}
}
.category-section-filter-title {
	margin: 0px;
	font-size: 25px;
	font-weight: 500;
	line-height: 100%;
	color: black;
}
.category-section-filter-btn {
	min-width: 120px;
	min-height: 43px;
	padding: 0px 20px;
	display: flex;
	align-items: center;
	font-size: 18px;
	font-family: "IBM Plex Sans", sans-serif;
	line-height: 100%;
	color: black;
	background-color: #EEEEEE;
	cursor: pointer;
	border-radius: 5px;
	position: relative;
}
.category-section-filter-btn::after {
	content: "";
	height: 0;
	width: 0;
	border-style: solid;
	border-color: #333 transparent transparent;
	border-width: 6px;
	position: absolute;
	right: 16px;
	top: 50%;
	margin-top: -2.5px;
	pointer-events: none;
}
.category-section-filter-modal {
	position: fixed;
	width: 100vw;
	height: 100dvh;
	top: 0;
	left: 0;
	z-index: -1;
	pointer-events: none;
	background-color: white;
	opacity: 0;
	transition: all 0.5s ease 0s;
}
.category-section-filter-modal.active {
	z-index: 9999999;
	pointer-events: all;
	opacity: 1;
}
.category-section-filter-modal-inner {
	max-height: 100vh;
	overflow-y: hidden;
	scrollbar-width: 0px;
}
.category-section-filter-modal-inner::-webkit-scrollbar {
	display: none;
}
.category-section-filter-modal-top {
	padding: 30px 32px 22px 32px;
	border-bottom: 1px solid #DDDBDB;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
}
.category-section-filter-modal-title {
	display: flex;
	align-items: center;
	gap: 12px;
	font-size: 22px;
	font-weight: 400;
	color: black;
	line-height: 100%;
}
.category-section-filter-modal-title svg {
	display: block;
	width: 18px;
	flex-shrink: 0;
}
.category-section-filter-modal-filters {
	padding: 32px;
}
.category-section-filters {
	margin-top: 52px;
	border-radius: 10px;
	border: 1px solid #DDDBDB;
	padding: 32px;
	overflow: hidden;
}
.category-section-filters h3 {
	font-size: 25px;
	color: black;
	line-height: 100%;
	font-weight: 500;
}
.category-section-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}
.category-section-result {
	margin: 0px;
	font-size: 25px;
	font-weight: 400;
	line-height: 110%;
}
.category-section-result span {
	font-weight: 500;
}
.category-section-grid {
	padding: 0px 16px;
	margin-top: 32px;
	display: grid;
	gap: 14px;
}
@media (min-width: 576px) {
	.category-section-grid {
		padding: 0px;
		grid-template-columns: 1fr 1fr;
	}
}
@media (min-width: 1024px) {
	.category-section-grid {
		margin-top: 35px;
		gap: 20px;
	}
}
@media (min-width: 1200px) {
	.category-section-grid {
		grid-template-columns: repeat(3, 1fr);
		column-gap: 40px;
		row-gap: 33px;
	}
}
.category-section-sidebar {
	display: none;
}
@media (min-width: 1024px) {
	.category-section-sidebar {
		display: block;
	}
}
.category-section-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}
@media (min-width: 600px) {
	.category-section-actions {
		gap: 20px;
		flex-direction: column;
		order: 3;
	}
}
@media (min-width: 1024px) {
	.category-section-actions {
		display: none;
	}
}
@media screen and (max-width:600px){
	.shop-filter-widget,
	form.category-section-sort-form{
		min-width:100%;
	}
}
.category-section-desktop-sort {
	display: none;
}
@media (min-width: 1024px) {
	.category-section-desktop-sort {
		display: block;
	}
}
.category-section-pagination {
	display: flex;
	align-items: center;
	max-width: fit-content;
	margin: 26px auto 0px auto;
	border: 2px solid #F2F2F2;
	border-radius: 100px;
	padding: 8px;
}
@media (min-width: 1024px) {
	.category-section-pagination {
		margin-top: 70px;
	}
}
.category-section-pagination-btn {
	padding: 10px;
	text-align: center;
	font-weight: 600;
	font-size: 13px;
	line-height: 100%;
	color: #292D32;
	transition: all 0.5s ease 0s;
}
@media (min-width: 420px) {
	.category-section-pagination-btn {
		padding: 10px 18px;
		font-size: 16px;
	}
}
.category-section-pagination-btn span {
	margin-top: -3px;
}
@media (min-width: 1024px) {
	.category-section-pagination-btn {
		padding: 12px 22px;
		font-size: 20px;
	}
	.category-section-pagination-btn:hover {
		color: #06B4FF;
	}
}
.category-section-pagination-link {
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 13px;
	font-weight: 600;
	line-height: 100%;
	color: #292D32;
	border-radius: 50%;
	overflow: hidden;
	transition: all 0.5s ease 0s;
}
@media (min-width: 420px) {
	.category-section-pagination-link {
		width: 40px;
		height: 40px;
		font-size: 16px;
	}
}
.category-section-pagination-link span {
	margin-top: -3px;
}
.category-section-pagination-link.active {
	background-color: #ACD9FF;
	box-shadow: 0px 4px 9px -4px rgb(227, 235, 247);
}
@media (min-width: 1024px) {
	.category-section-pagination-link {
		width: 48px;
		height: 48px;
		font-size: 20px;
	}
	.category-section-pagination-link:not(.active):hover {
		color: #06B4FF;
	}
}

@media (min-width: 768px) {
	.category-section-description {
		display: block;
		margin-top: 30px;
	}
}
@media (min-width: 1024px) {
	.category-section-description {
		margin-top: 70px;
	}
}
.category-section-description > * {
	margin-top: 8px;
	font-size: 20px;
	line-height: 140%;
	color: black;
	font-weight: 400;
}
.category-section-description strong{
	font-size: 24px;
}
.category-section-description > h2 {
	margin-top: 30px;
	font-size: 30px;
	font-weight: 600;
	line-height: 150%;
}
.category-section-description > h2:first-child {
	margin: 0px;
}
.category-section .wp-block-woocommerce-product-filter-taxonomy,
.category-section .wp-block-woocommerce-product-filter-status {
	margin-top: 25px;
	padding-bottom: 35px;
	border-bottom: 1px solid #DDDDDD;
}
.category-section .wp-block-woocommerce-product-filter-taxonomy {
	margin-top: 0px;
}
.category-section .wp-block-woocommerce-product-filter-checkbox-list {
	margin-top: 25px;
}
.category-section .wc-block-product-filter-checkbox-list__items {
	display: flex;
	flex-direction: column;
	gap: 15px;
}
.category-section .wc-block-product-filter-checkbox-list__item {
	padding: 4px 0px;
	cursor: pointer;
}
.category-section .wc-block-product-filter-checkbox-list__text {
	font-size: 20px;
	line-height: 120%;
	color: black;
}
.category-section .wc-block-product-filter-checkbox-list__input-wrapper:before {
	background-color: transparent;
	border-radius: 3px;
	border: 1px solid #C3C3C3;
	opacity: 1;
}
.category-section input[type=checkbox].wc-block-product-filter-checkbox-list__input:checked {
	background-color: #06B4FF;
	width: 16px;
	height: 16px;
	border-radius: 3px;
}
.category-section svg.wc-block-product-filter-checkbox-list__mark {
	color: white;
}
.category-section .wc-block-product-filter-price-slider__range {
	--range-color: #06B4FF;
}
.category-section .wc-block-product-filter-price-slider .text input[type=text] {
	max-width: 160px;
	min-height: 43px;
	border-radius: 100px;
	border: 1px solid #C3C3C3;
	text-align: center;
	font-size: 18px;
	color: black;
	font-family: "IBM Plex Sans", sans-serif;
}
.category-section .wc-block-product-filter-price-slider__range input[type=range] {
	-webkit-appearance: none;
	appearance: none;
	background: transparent;
}
.category-section .wc-block-product-filter-price-slider__range input[type=range]::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: #2ea7ff;
	border: 2px solid #2ea7ff;
	cursor: pointer;
	margin-top: -7px;
}
.category-section .wc-block-product-filter-price-slider__range input[type=range]::-moz-range-thumb {
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: #2ea7ff;
	border: 2px solid #2ea7ff;
	cursor: pointer;
}
.category-section .choices__inner {
	padding-left: 16px;
	padding-right: 16px;
	border-radius: 5px;
	min-width:230px;
	min-height: 43px;
	border: 1px solid #C3C3C3;
	text-transform: uppercase;
}
.category-section .choices__inner option{
	text-transform: uppercase;
}
@media (min-width: 1024px) {
	.category-section .choices__inner {
		border-radius: 100px;
	}
}
.category-section .is-open .choices__inner {
	border-radius: 0px;
}
.category-section .choices__item {
	font-size: 15px;
	color: black;
	font-weight: 400;
	font-family: "IBM Plex Sans", sans-serif;
	line-height: 100%;
	text-transform: uppercase;
}
.category-section .choices[data-type*=select-one]::after {
	right: 16px;
	border-width: 6px;
}
.category-section .wc-block-product-filters__open-overlay {
	min-width: 120px;
	min-height: 43px;
	padding: 0px 20px;
	font-size: 18px;
	font-family: "IBM Plex Sans", sans-serif;
	line-height: 100%;
	color: black;
	background-color: #EEEEEE;
	cursor: pointer;
	border-radius: 5px;
	position: relative;
}
.category-section .wc-block-product-filters__open-overlay svg {
	display: none;
}
.category-section .wc-block-product-filters__open-overlay::after {
	content: "";
	height: 0;
	width: 0;
	border-style: solid;
	border-color: #333 transparent transparent;
	border-width: 6px;
	position: absolute;
	right: 16px;
	top: 50%;
	margin-top: -2.5px;
	pointer-events: none;
}
.category-section .wc-block-product-filters__open-overlay span {
	padding-right: 20px;
}
.category-section .is-overlay-opened .wc-block-product-filters__overlay {
	z-index: 9999999;
}
.category-section .wc-block-product-filters__overlay h3 {
	font-size: 25px;
	color: black;
	line-height: 100%;
	font-weight: 500;
}
.category-section .wc-block-product-filters__overlay-content {
	padding-top: 20px;
	margin-top: 20px;
	border-top: 1px solid #DDDBDB;
}
@media (min-width: 1024px) {
	.category-section .wc-block-product-filters__overlay-content {
		border: 0px;
		padding-top: 0px;
		margin-top: 0px;
	}
}
.category-section button.wp-block-button__link {
	background-color: #06B4FF !important;
	font-size: 16px !important;
}
.category-section .wc-block-product-filters__close-overlay {
	background-color: black;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 22px;
	height: 22px;
}
.category-section .wc-block-product-filters__close-overlay span {
	display: none;
}
.category-section .wc-block-product-filters__close-overlay svg {
	display: block;
	width: 16px;
}
.category-section .wc-block-product-filters__close-overlay svg path {
	fill: white;
}
.category-section .choices__list--dropdown, .category-section .choices__list[aria-expanded] {
	z-index: 10;
}

.product-section {
	padding-top: 20px;
	padding-bottom: 40px;
}
.product-section-body {
	margin-top: 30px;
	display: grid;
	gap: 50px;
}
@media (min-width: 1024px) {
	.product-section-body {
		margin-top: 65px;
		grid-template-columns: 1fr 35%;
	}
}
@media (min-width: 1200px) {
	.product-section-body {
		grid-template-columns: 1fr 40%;
	}
}
.product-section-gallery {
	display: grid;
	gap: 8px;
}
@media (min-width: 1024px) {
	.product-section-gallery {
		grid-template-columns: 1fr 140px;
	}
}
@media (min-width: 1200px) {
	.product-section-gallery {
		grid-template-columns: 1fr 200px;
	}
}
.product-section-slider {
	min-width: 0;
	width: 100%;
	max-width: 100%;
}
.product-section-slider-wrapper {
	display: grid;
}
.product-section-thumbs {
	min-width: 0;
	width: 100%;
	max-width: 100%;
}
.product-section-thumbs-wrapper {
	display: grid;
	gap: 24px;
	width: 100%;
	flex-shrink: 0;
	grid-template-columns: 1fr;
}
@media (min-width: 1024px) {
	.product-section-thumbs-wrapper {
		flex-shrink: 0;
		width: 140px;
		grid-template-columns: 1fr;
		height: 720px;
	}
}
@media (min-width: 1200px) {
	.product-section-thumbs-wrapper {
		width: 200px;
	}
}
.product-section-image {
	padding: 20px !important;
	box-sizing: border-box !important;
}
.product-section-image-card {
	box-shadow: 0px 0px 20px 0px rgba(7, 15, 27, 0.08);
	background-color: white;
}
.product-section-thumb {
	aspect-ratio: 1/1;
	overflow: hidden;
	cursor: pointer;
	padding: 20px !important;
	box-sizing: border-box !important;
}
.product-section-thumb-card {
	box-shadow: 0px 0px 20px 0px rgba(7, 15, 27, 0.08);
	background-color: white;
}
.product-section-btn-prev, .product-section-btn-next {
	width: 42px;
	height: 42px;
	display: none;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	margin: 0px auto;
	background-color: black;
}
@media (min-width: 1024px) {
	.product-section-btn-prev, .product-section-btn-next {
		display: flex;
	}
}
.product-section-btn-prev svg path, .product-section-btn-next svg path {
	stroke: white;
}
.product-section-btn-prev.swiper-button-disabled, .product-section-btn-next.swiper-button-disabled {
	background-color: transparent;
	border: 1px solid #C3C3C3;
}
.product-section-btn-prev.swiper-button-disabled svg path, .product-section-btn-next.swiper-button-disabled svg path {
	stroke: #C3C3C3;
}
.product-section-info h1 {
	margin: 0px;
	font-size: 35px;
	font-weight: 500;
	line-height: 106%;
	color: black;
}
@media (min-width: 1200px) {
	.product-section-info h1 {
		font-size: 40px;
	}
}
.product-section-info form {
	margin-top: 25px;
	display:flex;
	flex-direction:column;
	gap:18px;
}
@media (min-width: 1024px) {
	.product-section-info form {
		margin-top: 37px;
	}
}
.product-section-info .variations {
	width: 100%;
}
.product-section-info .variations tr {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.product-section-info .variations label {
	display: block;
	width: 100%;
	text-align: left;
	font-size: 20px;
	font-weight: 400;
	color: black;
	line-height: 100%;
}
.product-section-info .variations .choices__inner {
	border: 1px solid #C3C3C3;
	border-radius: 10px;
	background-color: transparent;
}
.product-section-info .variations .choices__item {
	font-size: 18px;
	font-weight: 400;
	color: black;
	font-family: "IBM Plex Sans", sans-serif;
	line-height: 100%;
}
.product-section-info .variations .is-open .choices__inner {
	border-radius: 0px;
}
.product-section-info .variations .reset_variations {
	display: none !important;
}
.woocommerce-variation-availability {
	margin-bottom: 20px;
}
.product-section-rating {
	margin-top: 32px;
	padding: 13px 23px;
	border-radius: 100px;
	border: 1px solid #C3C3C3;
	display: flex;
	align-items: center;
	gap: 18px;
	max-width: fit-content;
}
.product-section-rating-text {
	margin: 0px;
	font-size: 23px;
	font-weight: 400;
	line-height: 100%;
	color: black;
}
.product-section-stars {
	display: flex;
	align-items: center;
	gap: 5px;
}
.product-section-price {
	margin-top: 8px;
	display: flex;
	align-items: center;
	justify-content: start;
	gap: 12px;
}
.product-section-price ins, .product-section-price > span {
	color: #06B4FF;
	font-size: 30px;
	font-weight: 600;
	line-height: 110%;
	text-decoration: none;
}
.product-section-price del {
	color: #8E8E8E;
	font-size: 32px;
	text-decoration: line-through;
	font-weight: 400;
}
@media (min-width: 1024px) {
	.product-section-price {
		margin-top: 24px;
	}
}
.product-section-feature {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-top: 20px;
}
.product-section-feature-icon {
	display: block;
	flex-shrink: 0;
	width: 44px;
}
.product-section-feature-text {
	margin: 0px;
	font-size: 17px;
	line-height: 120%;
	color: black;
	font-weight: 400;
}
@media (min-width: 1024px) {
	.product-section-feature {
		margin-top: 28px;
	}
}
.product-section-buttons {
	margin-top: 24px;
	display: flex;
	gap: 18px;
}
@media (min-width: 1024px) {
	.product-section-buttons {
		margin-top: 30px;
	}
}
.product-section-quantity {
	display: flex;
	align-items: center;
	gap: 10px;
	width: 174px;
	justify-content: space-between;
	padding: 16px;
	border: 1px solid #C3C3C3;
	border-radius: 10px;
}
.product-section-quantity span {
	font-size: 23px;
	color: black;
	line-height: 100%;
	cursor: pointer;
}
.product-section-quantity input {
	width: 40px;
	text-align: center;
	color: black;
	border: 0px;
	background-color: transparent;
	font-size: 23px;
	line-height: 100%;
	-moz-appearance: textfield;
	appearance: textfield;
}
.product-section-quantity input::-webkit-outer-spin-button, .product-section-quantity input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0px;
}
.product-section-add {
	flex: 1 1 auto;
	background-color: #06B4FF;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 16px;
	border-radius: 10px;
	overflow: hidden;
	color: white;
	font-size: 20px;
	font-weight: 500;
	font-family: "IBM Plex Sans", sans-serif;
	line-height: 100%;
	transition: all 0.5s ease 0s;
	border: 2px solid #06B4FF;
}
.product-section-add svg path {
	transition: all 0.5s ease 0s;
}
@media (min-width: 1024px) {
	.product-section-add:hover {
		background-color: transparent;
		color: #06B4FF;
	}
	.product-section-add:hover svg path {
		stroke: #06B4FF;
	}
}
.product-section #zip-checker {
	display: none !important;
}
.product-section .woocommerce-variation-add-to-cart {
	display: flex;
	gap: 18px;
}
.product-section .single_add_to_cart_button {
	flex: 1 1 auto;
	background-color: #06B4FF !important;
	display: flex !important;
	align-items: center;
	justify-content: center;
	gap: 16px;
	border-radius: 10px !important;
	overflow: hidden;
	color: white !important;
	font-size: 20px !important;
	font-weight: 500 !important;
	font-family: "IBM Plex Sans", sans-serif !important;
	line-height: 100% !important;
	transition: all 0.5s ease 0s;
	border: 2px solid #06B4FF !important;
	max-width: 100% !important;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-section button.button.loading::after{
	top:20px;
}
.product-section .single_add_to_cart_button svg path {
	transition: all 0.5s ease 0s;
}
.wc-block-components-panel__content .wc-gift-cards-form{
	flex-wrap:wrap;
}
@media (min-width: 1024px) {
	.product-section .single_add_to_cart_button:hover {
		background-color: transparent !important;
		color: #06B4FF !important;
	}
	.product-section .single_add_to_cart_button:hover svg path {
		stroke: #06B4FF !important;
	}
}
.product-section-details > h2 {
	margin-top: 36px;
	padding-top: 36px;
	border-top: 1px solid #DDDDDD;
	text-align: center;
	font-size: 40px;
	font-weight: 500;
	line-height: 110%;
	color: black;
}
@media (min-width: 1024px) {
	.product-section-details > h2 {
		font-size: 63px;
		text-align: left;
		margin-top: 70px;
		padding-top: 45px;
		font-weight: 400;
	}
}
.product-section-details .ac {
	border-top: 1px solid #DDDDDD;
}
.product-section-details .ac:first-child {
	margin-top: 23px;
}
@media (min-width: 1024px) {
	.product-section-details .ac:first-child {
		margin-top: 40px;
	}
}
.product-section-details .ac-header {
	padding-top: 23px;
	padding-bottom: 23px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
}
.product-section-details .ac-header span {
	font-size: 23px;
	line-height: 110%;
	color: black;
	font-weight: 400;
}
.product-section-details .ac-header svg {
	transition: all 0.5s ease 0s;
}
@media (min-width: 1024px) {
	.product-section-details .ac-header {
		padding-top: 40px;
		padding-bottom: 40px;
	}
}
.product-section-details .accordion-left {
	display: flex;
	align-items: center;
	max-width: fit-content;
	gap: 20px;
}
@media (min-width: 1024px) {
	.product-section-details .accordion-left {
		gap: 40px;
	}
}
.product-section-details .accordion-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	border: 3px solid #C5C5C5;
	width: 74px;
	height: 74px;
	flex-shrink: 0;
}
@media (min-width: 1024px) {
	.product-section-details .accordion-icon {
		width:90px;
		height: 90px;
	}
}
.product-section-details .accordion-icon img {
	display: block;
	width: 35px;
}
@media (min-width: 1024px) {
	.product-section-details .accordion-icon img {
		width: 40px;
	}
}
.product-section-details .ac-panel {
	overflow: hidden;
}
.product-section-details .ac-panel h3 {
	font-weight: 600;
	font-size: 30px;
	line-height: 140%;
}
.product-section-details .ac-panel h3:not(:first-child) {
	margin-top: 25px;
}
.product-section-details .ac-panel p,
.product-section-details .ac-panel ul{
	font-size: 18px;
	line-height: 1.5;
}
.product-section-details .ac-panel p strong, .product-section-details .ac-panel ul li strong{
	font-weight:600;
}
.product-section-details .ac-panel p:not(:first-child) {
	margin-top: 20px;
}
.product-section-details .ac-panel h2:not(:first-child){
	margin-top:20px;
}
.product-section-details .ac-panel h2{
	font-weight:600;
	font-size:26px;
	line-height:1.3;
}
.product-section-details .ac-panel ul{
	padding-left:0;
	list-style:disc;
}
.product-section-details .ac-panel ul li{
  margin-bottom: 15px;
  list-style: none;
  font-size: 20px;
  line-height: 1.5;
}
.product-section-details .ac-panel ul li strong{
	font-weight:600;
}
.product-section-details .is-active .ac-header svg {
	transform: rotate(180deg);
}
.product-section-details .is-active .ac-panel {
	padding-top: 32px;
	padding-bottom: 32px;
	border-top: 1px solid #DDDDDD;
}

.hero-page-section {
	margin-top: -80px;
	min-height: 350px;
	position: relative;
}
@media (min-width: 768px) {

}
.hero-page-section-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.hero-page-section-content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	gap: 15px;
}
.hero-page-section-content p {
	margin: 0px;
	font-weight: 400;
	font-size: 23px;
	color: black;
}
.hero-page-section-content h1 {
	margin: 0px;
	font-size: 40px;
	font-weight: 400;
	color: black;
}
@media (min-width: 1024px) {
	.hero-page-section-content h1 {
		font-size: 83px;
	}
}

.content-section {
	padding: 40px 0px;
}
@media (min-width: 1024px) {
	.content-section {
		padding: 120px 0px;
	}
}
.content-section-date {
	display: block;
	max-width: fit-content;
	padding: 12px 29px;
	border-radius: 100px;
	border: 1px solid #C3C3C3;
	font-size: 18px;
	font-weight: 400;
	font-family: "IBM Plex Sans", sans-serif;
	color: black;
	margin-bottom: 26px;
}
@media (min-width: 1024px) {
	.content-section-date {
		margin-bottom: 40px;
	}
}
.content-section * {
	font-size: 18px;
	line-height: 140%;
	color: black;
}
.content-section *:not(:first-child) {
	margin-top: 14px;
}
@media (min-width: 1024px) {
	.content-section * {
		font-size: 23px;
	}
}
.content-section h2 {
	font-size: 40px;
	font-weight: 400;
}
@media (min-width: 1024px) {
	.content-section h2 {
		font-size: 65px;
	}
}
.content-section h3 {
	font-size: 30px;
	font-weight: 600;
}
.content-section ul {
	list-style: disc;
	padding-left: 30px;
}
.content-section li {
	list-style: disc;
}

.reviews-section .reviews-top {
	display: flex;
	align-items: center;
	gap: 11px;
	flex-direction: column;
}
@media (min-width: 768px) {
	.reviews-section .reviews-top {
		gap: 16px;
		flex-direction: row;
		justify-content: space-between;
		flex-wrap: wrap;
	}
}
.reviews-section .woocommerce-Reviews-title {
	font-size: 40px;
	font-weight: 400;
	line-height: 100%;
	color: black;
}
@media (min-width: 1024px) {
	.reviews-section .woocommerce-Reviews-title {
		font-size: 65px;
	}
}
.reviews-section .reviews-button-form {
	display: flex;
	align-items: center;
	gap: 12px;
	background-color: #06B4FF;
	border-radius: 10px;
	overflow: hidden;
	padding: 12px 14px 12px 26px;
	transition: all 0.5s ease 0s;
	border: 2px solid #06B4FF;
}
@media (min-width: 1200px) {
	.reviews-section .reviews-button-form {
		gap: 32px;
	}
}
.reviews-section .reviews-button-form-text {
	font-weight: 500;
	font-size: 14px;
	color: white;
	line-height: 100%;
	font-family: "IBM Plex Sans", sans-serif;
	transition: all 0.5s ease 0s;
	min-width: max-content;
}
@media (min-width: 1200px) {
	.reviews-section .reviews-button-form-text {
		font-size: 18px;
	}
}
.reviews-section .reviews-button-form-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background-color: white;
	border: 2px solid white;
	transition: all 0.5s ease 0s;
	flex-shrink: 0;
}
.reviews-section .reviews-button-form-icon svg {
	display: block;
	width: 16px;
}
@media (min-width: 1200px) {
	.reviews-section .reviews-button-form-icon {
		width: 41px;
		height: 41px;
	}
	.reviews-section .reviews-button-form-icon svg {
		width: 22px;
	}
}
@media (min-width: 1024px) {
	.reviews-section .reviews-button-form:hover {
		background-color: white;
		border-color: #06B4FF;
	}
	.reviews-section .reviews-button-form:hover .reviews-button-form-text {
		color: #06B4FF;
	}
	.reviews-section .reviews-button-form:hover .reviews-button-form-icon {
		border-color: #06B4FF;
	}
}
/*.reviews-section #review_form_wrapper {
	margin-top: 20px;
	display: none;
}*/
.reviews-section #review_form_wrapper.active {
	display: block;
}
.reviews-section .woocommerce-noreviews {
	margin-top: 20px;
	padding: 20px 0px;
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}
.reviews-section .comment-reply-title {
	font-size: 23px;
	font-weight: 400;
	color: black;
	line-height: 106%;
}
.reviews-section .comment-form {
	margin-top: 20px;
}
.reviews-section .comment-form label {
	display: block;
	font-size: 14px;
	font-weight: 500;
	line-height: 110%;
	color: black;
	margin-bottom: 10px;
}
.reviews-section .comment-form textarea {
	border-radius: 5px;
	border: 1px solid #DDDDDD;
	padding: 16px;
	color: black;
	font-size: 18px;
	line-height: 100%;
	font-family: "IBM Plex Sans", sans-serif;
}
.reviews-section .comment-form .submit {
	max-width: fit-content !important;
	display: flex !important;
	align-items: center;
	background-color: #06B4FF !important;
	border-radius: 10px !important;
	overflow: hidden;
	padding: 12px 14px 12px 26px !important;
	transition: all 0.5s ease 0s;
	border: 2px solid #06B4FF !important;
	font-weight: 500 !important;
	font-size: 14px !important;
	color: white !important;
	line-height: 100% !important;
	font-family: "IBM Plex Sans", sans-serif !important;
	transition: all 0.5s ease 0s;
}
@media (min-width: 1024px) {
	.reviews-section .comment-form .submit {
		font-size: 18px !important;
	}
	.reviews-section .comment-form .submit:hover {
		background-color: white !important;
		color: #06B4FF !important;
	}
}
.reviews-section .woocommerce p.stars a {
	color: #06B4FF;
}
.reviews-section .reviews-list {
	margin-top: 50px;
}
@media (min-width: 1024px) {
	.reviews-section .reviews-list {
		margin-top: 70px;
	}
}
.reviews-section .review-card {
	padding-bottom: 40px;
	border-bottom: 1px solid #DDDDDD;
}
.reviews-section .review-card:not(:first-child) {
	margin-top: 40px;
}
@media (min-width: 1024px) {
	.reviews-section .review-card:not(:first-child) {
		margin-top: 75px;
	}
}
@media (min-width: 1024px) {
	.reviews-section .review-card {
		padding-bottom: 75px;
	}
}
.reviews-section .review-card-image {
	width: 75px;
	flex-shrink: 0;
}
@media (min-width: 1024px) {
	.reviews-section .review-card-image {
		width: 310px;
	}
}
.reviews-section .review-card-inner {
	display: flex;
	align-items: center;
	flex-wrap:wrap;
	gap: 13px;
}
@media (min-width: 1024px) {
	.reviews-section .review-card-inner {
		gap: 100px;
	}
}
.reviews-section .review-card-content {
	flex: 1 1 auto;
}
.reviews-section .review-card-top {
	display: flex;
	align-items: center;
	gap: 25px;
}
.reviews-section .review-card-name {
	font-weight: 700;
	font-size: 18px;
	line-height: 125%;
	color: black;
}
@media (min-width: 1024px) {
	.reviews-section .review-card-name {
		font-size: 30px;
	}
}
.reviews-section .review-card-verified {
	display: flex;
	align-items: center;
	gap: 18px;
	padding: 4px 10px;
	border-radius: 100px;
	border: 1px solid #C3C3C3;
}
@media (min-width: 768px) {
	.reviews-section .review-card-verified {
		padding: 10px 23px;
	}
}
.reviews-section .review-card-verified-icon {
	display: block;
	width: 10px;
	flex-shrink: 0;
}
@media (min-width: 768px) {
	.reviews-section .review-card-verified-icon {
		width: 21px;
	}
}
.reviews-section .review-card-verified-text {
	font-size: 10px;
	color: black;
	font-weight: 400;
	line-height: 110%;
}
@media (min-width: 768px) {
	.reviews-section .review-card-verified-text {
		font-size: 23px;
	}
}
.reviews-section .review-card-date {
	margin: 0px;
	font-size: 16px;
	margin-top: 3px;
	line-height: 130%;
	color: black;
}
.reviews-section .review-card-date.review-card-date-desktop {
	display: none;
}
@media (min-width: 768px) {
	.reviews-section .review-card-date {
		margin: 0px;
		font-size: 23px;
	}
	.reviews-section .review-card-date.review-card-date-mobile {
		display: none;
	}
	.reviews-section .review-card-date.review-card-date-desktop {
		display: block;
	}
}
.reviews-section .review-card-rating span {
	color: #FF9622;
	font-size: 16px;
}
.reviews-section .review-card-rating.review-card-rating-desktop {
	display: none;
}
@media (min-width: 768px) {
	.reviews-section .review-card-rating {
		margin-top: 12px;
	}
	.reviews-section .review-card-rating span {
		font-size: 22px;
	}
	.reviews-section .review-card-rating.review-card-rating-mobile {
		display: none;
	}
	.reviews-section .review-card-rating.review-card-rating-desktop {
		display: block;
	}
}
.reviews-section .review-card-text {
	margin-top: 15px;
}
.reviews-section .review-card-text.review-card-text-desktop {
	display: none;
}
@media (min-width: 768px) {
	.reviews-section .review-card-text {
		margin-top: 30px;
	}
	.reviews-section .review-card-text.review-card-text-mobile {
		display: none;
	}
	.reviews-section .review-card-text.review-card-text-desktop {
		display: block;
	}
}
.reviews-section .review-card-text * {
	font-size: 18px;
	line-height: 140%;
}
@media (min-width: 768px) {
	.reviews-section .review-card-text * {
		font-size: 23px;
	}
}
.reviews-section .comment-respond .comment-reply-title {
	display: none;
}
/*# sourceMappingURL=styles.min.css.map */
