/** Shopify CDN: Minification failed

Line 21539:14 Expected identifier but found whitespace
Line 21539:22 Unexpected ";"

**/
@charset "UTF-8";
@keyframes lazy-loading {
	0% {
		transform: translateX(-100%);
	}
	100% {
		transform: translateX(100%);
	}
}
@keyframes moveUp {
	100% {
		transform: translateY(0);
		opacity: 1;
	}
}
@keyframes fadeUp {
	0% {
		opacity: 0;
		transform: translateY(3rem);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}
@keyframes bounce {
	0%, 20%, 50%, 80%, 100% {
		transform: translateY(0);
	}
	40% {
		transform: translateY(-2rem);
	}
	60% {
		transform: translateY(-0.5rem);
	}
}
@keyframes topBottom {
	10%, 90% {
		transform: translateY(0);
	}
	20%, 80% {
		transform: translateY(1rem);
	}
	30%, 50%, 70% {
		transform: translateY(0);
	}
	40%, 60% {
		transform: translateY(1rem);
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes scale {
	0% {
		transform: scale(1);
	}
	50% {
		transform: scale(1.15);
	}
	to {
		transform: scale(1);
	}
}
@keyframes slideUp {
	0% {
		opacity: 0;
		transform: translateY(1.5rem);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}
@keyframes slideDown {
	0% {
		opacity: 0;
		transform: translateY(-1.5rem);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}
@keyframes circle-loading {
	from {
		transform: translate(-50%, -50%) rotate(0);
	}
	to {
		transform: translate(-50%, -50%) rotate(360deg);
	}
}
.circle-loading:before, .quick-view.loading .quick-view-inner:before, .quick-search.searching .search-button:before, .quick-add-popup.loading .quick-add-inner:before, .main-product-section .sticky-add-to-cart .product-content .product-image-link.loading:before, .compare-box .compare-image a.loading:before, .compare-box.loading .compare-inner:before {
	content: "";
	z-index: 5;
	position: absolute;
	border: 3px solid rgb(var(--loading-color));
	border-top-color: transparent;
	border-radius: 50%;
	height: 20px;
	width: 20px;
	top: 50%;
	left: 50%;
	animation: circle-loading 500ms infinite linear;
}

/* Animations */
:root {
	--duration-short: 100ms;
	--duration-default: 200ms;
	--duration-announcement-bar: 250ms;
	--duration-medium: 300ms;
	--duration-long: 500ms;
	--duration-extra-long: 600ms;
	--duration-extended: 3s;
	--ease-out-slow: cubic-bezier(0, 0, 0.3, 1);
	--animation-slide-in: slideIn var(--duration-extra-long) var(--ease-out-slow) forwards;
	--animation-fade-in: fadeIn var(--duration-extra-long) var(--ease-out-slow);
}

@media (prefers-reduced-motion: no-preference) {
	.animate--ambient > img,
	.animate--ambient > svg {
		animation: animateAmbient 30s linear infinite;
	}
	@keyframes animateAmbient {
		0% {
			transform: rotate(0deg) translateX(1em) rotate(0deg) scale(1.2);
		}
		100% {
			transform: rotate(360deg) translateX(1em) rotate(-360deg) scale(1.2);
		}
	}
	.scroll-trigger.animate--fade-in,
	.scroll-trigger.animate--slide-in {
		opacity: 0.01;
	}
	/* .scroll-trigger.animate--slide-in {
		transform: translateY(2rem);
	} */
	.scroll-trigger:not(.scroll-trigger--offscreen).animate--fade-in {
		opacity: 1;
		animation: var(--animation-fade-in);
	}
	.scroll-trigger:not(.scroll-trigger--offscreen).animate--slide-in {
		animation: var(--animation-slide-in);
		animation-delay: calc(var(--animation-order) * 75ms);
	}
	.scroll-trigger.scroll-trigger--design-mode.animate--fade-in,
	.scroll-trigger.scroll-trigger--design-mode.animate--slide-in,
	.scroll-trigger.scroll-trigger--design-mode .slider,
	.scroll-trigger:not(.scroll-trigger--offscreen).scroll-trigger--cancel {
		opacity: 1;
		animation: none;
		transition: none;
	}
	.scroll-trigger.scroll-trigger--design-mode.animate--slide-in {
		transform: translateY(0);
	}
  
	@keyframes slideIn {
		from {
			transform: translateY(2rem);
			opacity: 0.01;
		}
		to {
			transform: translateY(0);
			opacity: 1;
		}
	}
	@keyframes fadeIn {
		from {
			opacity: 0.01;
		}
		to {
			opacity: 1;
		}
	}
}

@media (max-width: 991px){
  .slider-section .slider-content {
	padding-top: 40px;
	padding-bottom: 64px;
}
 /* .slider-section .slider-image img, .slider-section .slider-image .placeholder-svg {
	object-fit: contain;
	bottom: 0;
	height: auto;
} */
  #main-content .stretch-section .theme-slider .swiper .swiper-wrapper .swiper-slide .slider-image .hidden-desktop{
      display: none !important;
  }
  #main-content .stretch-section .theme-slider .swiper .swiper-wrapper .swiper-slide .slider-image .hidden-tablet{
      display: block !important;
  }
}

@media screen and (max-width: 989px) {
	.slider.slider--tablet .scroll-trigger.animate--slide-in,
	.slider.slider--mobile .scroll-trigger.animate--slide-in {
		animation: none;
		opacity: 1;
		transform: inherit;
	}
	.scroll-trigger:not(.scroll-trigger--offscreen) .slider--tablet {
		animation: var(--animation-slide-in);
	}
}
html {
	font-size: 10px;
	overflow-x: hidden;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
}

body {
	margin: 0;
	word-break: break-word;
	min-height: 100%;
	color: rgb(var(--text-color));
	/* font-family: var(--body-font-family); 3*/
	font-family: 'Montserrat';
	font-style: var(--body-font-style);
	font-weight: var(--body-font-weight);
	font-size: var(--body-font-size);
	line-height: var(--body-line-height);
	letter-spacing: var(--body-letter-spacing);
}

.skip-to-content-link {
	transition: none;
}
.skip-to-content-link:focus {
	padding: 2rem 4rem;
	border-radius: 0;
	z-index: 9999 !important;
	position: inherit;
	overflow: auto;
	width: auto;
	height: auto;
	clip: auto;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h0,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	color: rgb(var(--heading-color));
	/* font-family: var(--heading-font-family); */
	font-family: 'Montserrat';
	font-style: var(--heading-font-style);
	font-weight: var(--heading-font-weight);
	line-height: var(--heading-line-height);
	letter-spacing: var(--heading-letter-spacing);
	clear: both;
	margin: 1.5rem 0;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.h0 a,
.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a {
	color: inherit;
}

.heading-color {
	color: rgb(var(--heading-color));
}

.h0 {
	font-weight: var(--body-font-weight);
}

h1,
.h1 {
	font-size: var(--h1-font-size);
}

h2,
.h2 {
	font-size: var(--h2-font-size);
}

h3,
.h3 {
	font-size: var(--h3-font-size);
}

h4,
.h4 {
	font-size: var(--h4-font-size);
}

h5,
.h5 {
	font-size: var(--h5-font-size);
}

h6,
.h6 {
	font-size: var(--h6-font-size);
}

.p {
	font-size: var(--body-font-size);
}

.b {
	font-weight: 700;
}

.m {
	font-weight: 600;
}

select {
	border: 1px solid rgba(var(--text-color), 0.3);
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	max-width: 100%;
	background-color: transparent;
	border-color: currentColor;
	padding: 1rem 2.6rem 1rem 1.6rem;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-repeat: no-repeat;
	background-position: right 0.45em top 50%;
}
select:-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 rgba(var(--text-color), 0.3);
}

input[type=search], input[type=email], input[type=number], input[type=url], input[type=text], input[type=tel], input[type=password] {
	-webkit-appearance: none;
}
input[type=button], input[type=submit], input[type=reset], input[type=file] {
	cursor: pointer;
}
input[type=search] {
	-webkit-appearance: textfield;
}
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;
}

.field {
	position: relative;
}
.field input,
.field textarea {
	padding: 1.5rem;
	width: 100%;
}
.field input::placeholder,
.field textarea::placeholder {
	opacity: 0;
}
.field input:-webkit-autofill, .field input:focus, .field input:not(:placeholder-shown),
.field textarea:-webkit-autofill,
.field textarea:focus,
.field textarea:not(:placeholder-shown) {
	padding: 2.2rem 1.5rem 0.8rem;
}
.field input:-webkit-autofill ~ label, .field input:focus ~ label, .field input:not(:placeholder-shown) ~ label,
.field textarea:-webkit-autofill ~ label,
.field textarea:focus ~ label,
.field textarea:not(:placeholder-shown) ~ label {
	font-size: 1rem;
	letter-spacing: 0.04rem;
	top: 0.3rem;
}
.field label {
	left: 1.5rem;
	top: 1rem;
	margin-bottom: 0;
	pointer-events: none;
	position: absolute;
	transition: top 0.2s ease, font-size 0.2s ease;
	letter-spacing: 0.1rem;
	line-height: 1.5;
}

textarea {
	-webkit-appearance: none;
}

input,
textarea {
	box-shadow: 0 0 0 0.1rem rgba(var(--text-color), 0.2);
	transition: box-shadow 0.2s ease;
	border: 0;
}
input:focus,
textarea:focus {
	box-shadow: 0 0 0 0.2rem rgba(var(--text-color), 0.3);
}
input[data-noui],
textarea[data-noui] {
	box-shadow: none;
}
input[data-noui]:focus,
textarea[data-noui]:focus {
	box-shadow: none;
}

input,
select,
textarea {
	color: rgb(var(--text-color));
	font-family: var(--body-font-family);
}

button {
	cursor: pointer;
	color: rgb(var(--text-color));
	border: 0.1rem solid rgba(var(--text-color), 0.3);
	font-family: var(--body-font-family);
}

input,
textarea,
button {
	border-radius: 0;
	max-width: 100%;
	font-size: 1.4rem;
	padding: 1rem;
}

input[type=button],
input[type=submit],
input[type=reset],
input[type=file],
.button {
	-webkit-appearance: none;
	transition-duration: 0.3s;
	position: relative;
	border: 0;
	text-decoration: none;
	border-radius: var(--button-radius);
}

.disabled,
:disabled {
	pointer-events: none;
	opacity: 0.5;
}

.primary-button, #shopify-product-reviews .spr-summary .spr-summary-actions-newreview,
#shopify-product-reviews .spr-form .spr-form-actions [type=submit], #main-content .shopify-challenge__container .shopify-challenge__button,
.secondary-button,
[data-shopify=payment-button] .shopify-payment-button__button--unbranded,
.tertiary-button {
	font-weight: var(--heading-font-weight);
	/* font-family: var(--heading-font-family); */
	font-family: 'Montserrat';
	position: relative;
	overflow: hidden;
}
@media (hover: hover) {
	.primary-button:hover:before, #shopify-product-reviews .spr-summary .spr-summary-actions-newreview:hover:before,
	#shopify-product-reviews .spr-form .spr-form-actions [type=submit]:hover:before, #main-content .shopify-challenge__container .shopify-challenge__button:hover:before,
	.secondary-button:hover:before,
	[data-shopify=payment-button] .shopify-payment-button__button--unbranded:hover:before,
	.tertiary-button:hover:before {
		-webkit-animation: shine 0.5s;
		animation: shine 0.5s;
	}
}
.primary-button:before, #shopify-product-reviews .spr-summary .spr-summary-actions-newreview:before,
#shopify-product-reviews .spr-form .spr-form-actions [type=submit]:before, #main-content .shopify-challenge__container .shopify-challenge__button:before,
.secondary-button:before,
[data-shopify=payment-button] .shopify-payment-button__button--unbranded:before,
.tertiary-button:before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: "";
	width: 50%;
	height: 100%;
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}

.primary-button, #shopify-product-reviews .spr-summary .spr-summary-actions-newreview,
#shopify-product-reviews .spr-form .spr-form-actions [type=submit], #main-content .shopify-challenge__container .shopify-challenge__button {
	color: rgb(var(--button-text-color));
	background-color: rgb(var(--button-bg-color));
}
.primary-button:before, #shopify-product-reviews .spr-summary .spr-summary-actions-newreview:before,
#shopify-product-reviews .spr-form .spr-form-actions [type=submit]:before, #main-content .shopify-challenge__container .shopify-challenge__button:before {
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(var(--button-text-color), 0.3) 100%);
}

.secondary-button, [data-shopify=payment-button] .shopify-payment-button__button--unbranded {
	color: rgb(var(--button-outline-color));
	border: var(--button-border-width) solid rgba(var(--button-outline-color), var(--button-border-opacity));
}
.secondary-button:before, [data-shopify=payment-button] .shopify-payment-button__button--unbranded:before {
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(var(--button-outline-color), 0.3) 100%);
}

.tertiary-button {
	color: #fff;
	background-color: rgb(var(--button-text-color));
}
.tertiary-button:before {
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(var(--button-bg-color), 0.3) 100%);
}
.side-cart .side-cart-inner .cart-side-main .side-cart-footer .button-ft-cart form button {
	color: #fff;
}

input[type=file] {
	display: flex;
	padding: 1rem;
}

p {
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	margin: 0 0 1rem;
}

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

b,
strong {
	font-weight: 700;
}

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

blockquote {
	font-weight: 300;
	margin: 3rem 0;
	border-left: 0.4rem solid rgba(var(--text-color), 0.3);
	padding-left: 3rem;
	position: relative;
	clear: both;
	display: block;
}
blockquote p {
	margin-bottom: 1.6667em;
}
blockquote p:last-child {
	margin-bottom: 0;
}
blockquote cite,
blockquote small {
	color: rgba(var(--text-color), 0.3);
	font-size: 1.6rem;
	line-height: 1.6;
}
blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}

address {
	font-style: italic;
	margin: 0 0 1.6em;
}

code,
kbd,
tt,
var,
samp,
pre {
	font-family: Inconsolata, monospace;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}

pre {
	background-color: rgba(0, 0, 0, 0.01);
	border: 1px solid rgba(51, 51, 51, 0.1);
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 0.8em;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

mark,
ins {
	text-decoration: none;
	word-break: normal;
}

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: 0.5ex;
}

small {
	font-size: 75%;
}

big {
	font-size: 125%;
}

hr {
	background-color: rgba(var(--text-color), 0.1);
	background-color: rgba(51, 51, 51, 0.1);
	border: 0;
	height: 1px;
	margin: 1.5rem 0;
}

table,
th,
td {
	border: 1px solid rgba(var(--text-color), 0.1);
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	margin: 2rem 0;
	table-layout: fixed;
	max-width: 100%;
}
.woocommerce table {
	width: 100%;
	table-layout: auto;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

tbody th {
	background-color: rgb(var(--background-color));
}

thead th {
	border-width: 0 1px 1px 0;
	font-weight: 700;
}

td {
	border-width: 0 1px 1px 0;
}

th,
td {
	padding: 0.5rem 1rem;
}

del {
	opacity: 0.8;
}

input::-webkit-input-placeholder {
	color: inherit;
}
input:-moz-placeholder {
	color: inherit;
}
input::-moz-placeholder {
	color: inherit;
}
input:-ms-input-placeholder {
	color: inherit;
}
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

textarea {
	max-width: 100%;
}
textarea::-webkit-input-placeholder {
	color: inherit;
}
textarea:-moz-placeholder {
	color: inherit;
}
textarea::-moz-placeholder {
	color: inherit;
}
textarea:-ms-input-placeholder {
	color: inherit;
}

.overflow-hidden {
	overflow: hidden;
}

a {
	text-decoration: none;
	color: rgb(var(--link-color));
}

.link-underline,
.rte a {
	transition: all 0.3s ease;
	text-decoration-line: underline;
	text-decoration-thickness: 0.1rem;
	text-decoration-color: rgba(var(--text-color), 0.5);
	text-underline-offset: 0.4rem;
}
@media (hover: hover) {
	.link-underline:hover,
	.rte a:hover {
		text-decoration-color: rgb(var(--link-color));
		text-decoration-thickness: 0.2rem;
	}
}

.link-underline-transparent, .product-summary .complementary .card-content .form-add-to-cart .submit {
	transition: all 0.3s ease;
	text-decoration-line: underline;
	text-decoration-thickness: 0.1rem;
	text-decoration-color: transparent;
	text-underline-offset: 0.4rem;
}
@media (hover: hover) {
	.link-underline-transparent:hover, .product-summary .complementary .card-content .form-add-to-cart .submit:hover {
		text-decoration-color: rgb(var(--link-color));
		text-decoration-thickness: 0.2rem;
	}
}

.link {
	color: rgb(var(--link-color));
}

.animation-fade-up {
	animation: fadeUp 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.1s forwards;
}

.opacity-0 {
	opacity: 0;
}

dl {
	margin: 0 0 1.75em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 0 1rem;
}

.rtl {
	direction: rtl;
}


@media (min-width: 768px) and (max-width: 991px) {
	.hidden-tablet {
		display: none !important;
	}
}
@media (max-width: 992px) {
	.hidden-desktop {
		display: none !important;
	}
}
.bounce-it {
	animation: bounce 1s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
	transform: translate3d(0, 0, 0);
	perspective: 10rem;
}

.horizontal-left {
	justify-content: flex-start;
}
.horizontal-center {
	justify-content: center;
}
.horizontal-right {
	justify-content: flex-end;
}

.vertical-top {
	align-items: flex-start;
}
.vertical-middle {
	align-items: center;
}
.vertical-bottom {
	align-items: flex-end;
}

.text-center {
	text-align: center;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.text-justify {
	text-align: justify;
}
.text-uppercase {
	text-transform: uppercase;
}
.text-lowercase {
	text-transform: lowercase;
}
.text-capitalize {
	text-transform: capitalize;
}
@media (max-width: 991px) {
	.text-left-mobile {
		text-align: left;
	}
	.text-center-mobile {
		text-align: center;
	}
	.text-right-mobile {
		text-align: right;
	}
}

.flex-justify-center {
	justify-content: center;
}
.flex-justify-start {
	justify-content: flex-start;
}
.flex-justify-end {
	justify-content: flex-end;
}
.flex-align-center {
	align-items: center;
}
.flex-align-start {
	align-items: flex-start;
}
.flex-align-end {
	align-items: flex-end;
}

.visibility-hidden {
	visibility: hidden !important;
}

.hidden {
	display: none !important;
}

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

.product-price .regular-price {
	margin-right: 0.5em;
}

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

*:focus {
	outline: 0;
	box-shadow: none;
}

*:not(input):not(textarea):not([tabindex="-1"]):not([data-noui]):focus-visible {
	outline: 0.2rem solid rgba(var(--text-color), 0.5);
	outline-offset: 0.3rem;
	box-shadow: 0 0 0 0.3rem rgb(255, 255, 255), 0 0 0.5rem 0.4rem rgba(var(--text-color), 0.3);
	z-index: 1;
}

select {
	border: 0;
	box-shadow: 0 0 0 0.1rem rgb(var(--text-color), 0.4);
	transition: box-shadow 0.3s ease;
}
select:focus {
	box-shadow: 0 0 0 0.2rem rgb(var(--text-color));
}
select option {
	background-color: rgb(var(--background-color));
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary,
audio,
canvas,
progress,
video {
	display: block;
}

details {
	position: relative;
}
details:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	height: 0.1rem;
	width: 0;
	transition: width 0.3s;
	background-color: rgb(var(--text-color));
}
details[open]:after {
	width: 100%;
}
@media (hover: hover) {
	details:hover:after {
		width: 100%;
	}
}

summary::-webkit-details-marker {
	display: none;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

ol {
	list-style: decimal;
}

ul {
	list-style: disc;
}

ul,
ol {
	padding-left: 20px;
}

iframe,
embed,
figure,
figcaption {
	border: 0;
	max-width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

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

video,
img {
	object-fit: cover;
}

img,
video {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
}

audio,
canvas,
video {
	display: inline;
	zoom: 1;
}

svg {
	pointer-events: none;
	vertical-align: middle;
}
svg.placeholder-svg {
	width: 100%;
	height: 100%;
	object-fit: cover;
	background-color: rgb(228, 228, 228);
	fill: rgba(38, 38, 38, 0.2);
	transition: transform 0.3s ease;
}

form {
	margin: 0;
}
.section-wrapper .heading h4 {
	font-size: 40px;
	line-height: 42px;
	font-weight: 600;
    color: #333333;
	margin: 0 0 15px 0 !important;
}
@media (max-width: 480px) {
  .section-wrapper .heading h4 {
    font-size: 36px;
}
}
@media (max-width:361px) {
  .section-wrapper .heading h4 {
    font-size: 30px;
}
}
.section-wrapper .heading p{
  font-size:18px;
  line-height:20px;
  font-weight:500;
  color:#666666;
}
#shopify-product-reviews input {
	border-radius: var(--button-radius);
}
#shopify-product-reviews textarea {
	border-radius: 0.4rem;
}
#shopify-product-reviews input:not([type=submit]), #shopify-product-reviews textarea {
	box-shadow: 0 0 0 0.1rem rgba(var(--text-color), 0.3);
}
#shopify-product-reviews input:not([type=submit]):focus, #shopify-product-reviews textarea:focus {
	box-shadow: 0 0 0 0.2rem rgb(var(--text-color));
}
#shopify-product-reviews .spr-icon {
	color: rgb(var(--rating-star-color));
}
#shopify-product-reviews .spr-container {
	padding: 2px;
	border: 0;
}
#shopify-product-reviews .spr-header {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
#shopify-product-reviews .spr-header-title {
	font-size: 3rem;
}
#shopify-product-reviews .spr-summary {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}
#shopify-product-reviews .spr-summary .spr-summary-actions {
	flex: 0 0 100%;
	display: inline-flex;
	justify-content: center;
}
#shopify-product-reviews .spr-summary .spr-summary-caption {
	line-height: 1;
}
#shopify-product-reviews .spr-summary .spr-summary-actions-newreview {
	font-weight: 700;
	padding: 0.8rem 2.2rem;
	margin-top: 2rem;
	text-decoration: none;
}

#shopify-product-reviews .spr-form {
	margin: 4rem auto 0 auto;
	max-width: 80rem;
}
#shopify-product-reviews .spr-form input {
	min-height: 4rem;
	padding-left: 2rem;
	padding-right: 2rem;
}
#shopify-product-reviews .spr-form .spr-form-title {
	text-align: center;
}
#shopify-product-reviews .spr-form .spr-form-title:empty {
	display: none;
}
#shopify-product-reviews .spr-form .spr-form-label {
	display: block;
	margin-bottom: 0.5rem;
}
#shopify-product-reviews .spr-form .spr-form-actions {
	display: flex;
	justify-content: center;
}
#shopify-product-reviews .spr-form .spr-form-message {
	text-align: center;
}
#shopify-product-reviews .spr-reviews {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	border-top: 1px solid #e0e0e0;
	padding-top: 4rem;
	margin-top: 4rem;
}
#shopify-product-reviews .spr-reviews:empty {
	display: none;
}

#shopify-product-reviews .spr-reviews .spr-review {
	border-top: 0;
	border-bottom: 1px solid rgba(var(--text-color), 0.1);
	padding-top: 0;
	padding-bottom: 3rem;
	margin-top: 0;
	margin-bottom: 4rem;
}
#shopify-product-reviews .spr-reviews .spr-review:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}
#shopify-product-reviews .spr-reviews .spr-starratings {
	margin-bottom: 0.9rem;
}
#shopify-product-reviews .spr-reviews .spr-review-header {
	display: flex;
	flex-direction: column;
}
#shopify-product-reviews .spr-reviews .spr-review-header-title {
	font-size: 1.8rem;
	margin-top: 1rem;
	font-family: var(--body-font-family);
	order: 1;
}
#shopify-product-reviews .spr-reviews .spr-review-header-byline {
	font-weight: normal;
	font-size: 1.4rem;
	font-style: normal;
	margin: 0;
}
#shopify-product-reviews .spr-reviews .spr-review-header-byline strong {
	color: rgb(var(--heading-color));
}
#shopify-product-reviews .spr-reviews .spr-review-header-byline strong:last-child {
	font-weight: 400;
}
#shopify-product-reviews .spr-reviews .spr-review-content {
	margin-top: 1.5rem;
	margin-bottom: 3.1rem;
}
#shopify-product-reviews .spr-reviews .spr-review-content .spr-review-content-body {
	margin: 0;
	font-size: 1.4rem;
	line-height: 2.7rem;
}
#shopify-product-reviews .spr-reviews .spr-review-reply-body {
	font-size: 1.4rem;
	line-height: 2.5rem;
}
#shopify-product-reviews .spr-reviews .spr-review-footer .spr-review-reportreview {
	font-size: 1.2rem;
}
@media (hover: hover) {
	#shopify-product-reviews .spr-reviews .spr-review-footer .spr-review-reportreview:hover {
		color: rgb(var(--link-color));
	}
}

.address-box-section .address-box {
	max-width: 100%;
	margin: 0 auto;
}
.address-box-section .address-box-item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 8rem;
	border-radius: 2rem;
	position: relative;
	overflow: hidden;
	background-color: rgba(var(--text-color), 0.05);
}
.address-box-section .address-box-item .address-box-image {
	order: 1;
}
.address-box-section .address-box-item .address-box-content {
	order: 0;
	padding: 1.5rem 3rem 3rem;
}
@media (max-width: 1024px) {
	.address-box-section .address-box-item .address-box-content {
		padding: 0 10rem 0 8rem;
	}
}
.address-box-section .address-box-item.image-first .address-box-image {
	order: 0;
}
.address-box-section .address-box-item.image-first .address-box-content {
	order: 1;
	padding: 3rem;
}
@media (max-width: 1024px) {
	.address-box-section .address-box-item.image-first .address-box-content {
		padding: 0 8rem 0 10rem;
	}
}
@media (hover: hover) {
	.address-box-section .address-box-item:hover .address-box-image img {
		transform: scale(1.02);
		opacity: 0.9;
	}
}
.address-box-section .address-box-item:last-child {
	border-bottom: 0;
}
.address-box-section .address-box-image {
	width: 50%;
	height: 44rem;
	overflow: hidden;
}
.address-box-section .address-box-image .address-box-image-inner {
	height: 100%;
}
.address-box-section .address-box-image img {
	height: 100%;
	transform: scale(1);
	transition: transform 0.3s ease, opacity 0.5s ease;
}
.address-box-section .address-box-content {
	width: 50%;
	flex-grow: 1;
}
.address-box-section .address-box-content .content-address-box {
	display: grid;
	grid-template-areas: "aa aa" "aa aa";
	grid-template-columns: 1fr 1fr;
	grid-template-rows: auto;
	grid-gap: 20px 40px;
}
@media (max-width: 1024px) {
	.address-box-section .address-box-content .content-address-box {
		grid-gap: 20px;
	}
}
@media (max-width: 425px) {
	.address-box-section .address-box-content .content-address-box {
		grid-template-areas: "aa" "aa" "aa" "aa";
		grid-template-columns: 1fr;
	}
}
.address-box-section .address-box-content .content-address-box .heading {
	margin: 0 0 1rem 0;
	text-transform: capitalize;
	font-size: var(--h6-smaller-font-size);
}
.address-box-section .address-box-content .content-address-box p {
	font-size: var(--body-larger-font-size);
	margin: 0;
}
.address-box-section .address-box-content .content-address-box .social-media-list {
	padding: 0;
	margin: 1.3rem 0 0 0;
	list-style-type: none;
	display: flex;
	gap: 1rem;
}
.address-box-section .address-box-content .content-address-box .social-media-list .icon {
	width: 4rem;
	height: 4rem;
	background-color: rgb(var(--background-color));
	color: rgb(var(--text-color));
	transition: all 0.3s ease;
	border-radius: 5rem;
	display: block;
	text-align: center;
	line-height: 4rem;
}
.address-box-section .address-box-content .content-address-box .social-media-list .icon:hover {
	transform: scale(1.1);
	transition: all 0.3s ease;
}
.address-box-section .address-box-content .content-address-box .social-media-list svg {
	height: 1.5rem;
}
.address-box-section .address-box-content .content-address-box .social-media-list .tooltip {
	display: none;
}
.address-box-section .address-heading {
	text-transform: capitalize;
	margin-top: 0;
	margin-bottom: 4.4rem;
}
.address-box-section .address-info {
	line-height: 2.7rem;
}
.address-box-section .address-info p {
	margin-bottom: 0;
}
.address-box-section .address-info .first-block {
	margin-bottom: 2rem;
}
.address-box-section .address-info .first-line {
	font-size: 2.4rem;
	color: rgb(var(--heading-color));
}
.address-box-section .address-info .span {
	color: rgb(var(--heading-color));
}
.address-box-section .address-button {
	padding: 1.2rem 3.2rem;
	display: inline-flex;
	font-weight: 700;
	margin-top: 3rem;
}
@media (max-width: 992px) {
	.address-box-section .address-box-item {
		flex-wrap: wrap;
		border-bottom: 0;
		margin-bottom: 3rem;
	}
	.address-box-section .address-box-item .address-box-image {
		order: 0;
	}
	.address-box-section .address-box-item .address-box-content {
		order: 1;
	}
	.address-box-section .address-box-image {
		width: 100%;
		height: auto;
		margin-bottom: 2rem;
	}
	.address-box-section .address-box-image img {
		width: 100%;
	}
	.address-box-section .address-heading {
		font-size: 3rem;
		margin-bottom: 2.6rem;
	}
}

.announcement-bar-section.closed {
	display: none;
}
@media (max-width: 991px) {
	.announcement-bar-section .announcement-bar-desktop {
		clip: rect(1px, 1px, 1px, 1px);
		position: absolute !important;
		overflow: hidden;
		width: 1px;
		height: 1px;
		margin: -1px;
		padding: 0;
		border: 0;
		word-wrap: normal !important;
	}
}
@media (max-width: 992px) {
	.announcement-bar-section .announcement-bar-mobile {
		clip: rect(1px, 1px, 1px, 1px);
		position: absolute !important;
		overflow: hidden;
		width: 1px;
		height: 1px;
		margin: -1px;
		padding: 0;
		border: 0;
		word-wrap: normal !important;
	}
}
.announcement-bar-section .announcement-bar-inner {
	margin: 0 auto;
}
.announcement-bar-section .content-wrapper > * {
	line-height: 1.43;
	font-weight: var(--heading-font-weight);
	color: rgb(var(--text-color));
}
.announcement-bar-section .swiper-wrapper {
	align-items: center;
}
.announcement-bar-section .swiper-slide {
	text-align: center;
	line-height: 2.5;
}
.announcement-bar-section .swiper-button-prev,
.announcement-bar-section .swiper-button-next {
	background-color: rgb(var(--background-color));
	border-radius: 0;
	height: 100%;
	border: 0;
	width: 2rem;
	height: 2rem;
	padding: 0;
}
.announcement-bar-section .swiper-button-prev svg,
.announcement-bar-section .swiper-button-next svg {
	min-width: 1.6rem;
	width: 1.6rem;
}
.announcement-bar-section .swiper-button-prev.swiper-button-disabled,
.announcement-bar-section .swiper-button-next.swiper-button-disabled {
	opacity: 0.3;
}
.announcement-bar-section h1,
.announcement-bar-section h2,
.announcement-bar-section h3,
.announcement-bar-section h4,
.announcement-bar-section h5,
.announcement-bar-section h6,
.announcement-bar-section p {
	margin: 0;
}
@media (hover: hover) {
	.announcement-bar-section a:hover {
		text-decoration: underline;
	}
}
.announcement-bar-section .layout-1 .carousel-swiper .content-wrapper {
	padding: 0 2.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
@media (max-width: 991px) {
	.announcement-bar-section .layout-1 .container {
		max-width: 100%;
		padding: 0;
	}
	.announcement-bar-section .layout-1 .swiper-wrapper {
		transition-timing-function: linear !important;
	}
	.announcement-bar-section .layout-1 .swiper-slide {
		width: auto;
	}
	.announcement-bar-section .layout-1 .swiper-button-prev,
	.announcement-bar-section .layout-1 .swiper-button-next {
		display: none;
	}
	.announcement-bar-section .layout-1 .carousel-swiper .content-wrapper {
		display: flex;
		align-items: center;
		white-space: nowrap;
		padding: 0;
	}
	.announcement-bar-section .layout-1 .carousel-swiper .content-wrapper:after {
		content: "";
		display: inline-block;
		min-width: 0.5rem;
		width: 3.2rem;
		height: 0.1rem;
		background-color: rgba(var(--text-color), 0.4);
	}
}
.announcement-bar-section .layout-2 .container {
	max-width: 100%;
	padding: 0;
}
.announcement-bar-section .layout-2 .swiper-wrapper {
	transition-timing-function: linear !important;
}
.announcement-bar-section .layout-2 .swiper-slide {
	width: auto;
}
.announcement-bar-section .layout-2 .swiper-button-prev,
.announcement-bar-section .layout-2 .swiper-button-next {
	display: none;
}
.announcement-bar-section .layout-2 .carousel-swiper .content-wrapper {
	display: flex;
	align-items: center;
	white-space: nowrap;
}
.announcement-bar-section .layout-2 .carousel-swiper .content-wrapper:after {
	content: "";
	display: inline-block;
	min-width: 0.5rem;
	width: 3.2rem;
	height: 0.1rem;
	background-color: rgba(var(--text-color), 0.4);
}
.announcement-bar-section .text-announcement-bar {
	padding: 0 1.5rem;
	text-align: center;
}
.announcement-bar-section .text-announcement-bar .content-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
}
@media (max-width: 768px) {
	.announcement-bar-section .text-announcement-bar .content-wrapper {
		flex-direction: column;
	}
}
.announcement-bar-section .close-button {
	position: absolute;
	right: 1.2rem;
	top: 1.2rem;
	cursor: pointer;
	transition: transform 0.3s ease-in-out;
}
.announcement-bar-section .close-button svg {
	width: 1.2rem;
}
.announcement-bar-section .close-button:hover {
	transform: rotate(-90deg);
}
.announcement-bar-section .box-countdow .countdown-time-wrap {
	display: inline-flex;
	margin-bottom: 0;
}
.announcement-bar-section .box-countdow .countdown-time {
	display: inline-flex;
}
.announcement-bar-section .box-countdow .countdown-time .time-block {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: row;
	position: relative;
	margin-right: 1.3rem;
}
.announcement-bar-section .box-countdow .countdown-time .time-block:last-of-type {
	margin-right: 0;
}
.announcement-bar-section .box-countdow .countdown-time .time-block:not(:first-child):before {
	content: ":";
	font-size: var(--body-font-size);
	font-weight: var(--heading-font-weight);
	position: absolute;
	top: 0;
	left: -0.9rem;
}
.announcement-bar-section .box-countdow .countdown-time .time-number,
.announcement-bar-section .box-countdow .countdown-time .time-text {
	padding: 0;
	margin: 0;
	font-size: var(--body-font-size);
	font-weight: var(--heading-font-weight);
	min-width: auto;
	min-height: auto;
}
.announcement-bar-section .box-countdow .countdown-time .time-text {
	margin-left: 0.2rem;
	text-transform: lowercase;
}

.video-background-section .stretch-section .content-wrap {
	padding-left: 0;
}
.video-background-section .video-450px {
	height: 292.5px;
}
.video-background-section .video-500px {
	height: 357.5px;
}
.video-background-section .video-680px {
	height: 422.5px;
}
.video-background-section .video-750px {
	height: 487.5px;
}
.video-background-section .video-100vh {
	height: 100vh;
}
.video-background-section .video-16-9 .content-wrap {
	position: absolute;
	width: 100%;
}
@media (max-width: 590px) {
	.video-background-section .video-450px {
		height: 450px;
	}
	.video-background-section .video-500px {
		height: 500px;
	}
	.video-background-section .video-680px {
		height: 680px;
	}
	.video-background-section .video-750px {
		height: 750px;
	}
	.video-background-section .video-16-9 {
		height: 0;
		padding-bottom: 56.25%;
	}
}
@media (max-width: 589px) {
	.video-background-section .video-mobile-auto {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		height: auto;
	}
	.video-background-section .video-16-9.video-mobile-auto {
		height: 0;
		padding-bottom: 56.25%;
	}
	.video-background-section .video-mobile-250px {
		height: 250px;
	}
	.video-background-section .video-mobile-300px {
		height: 300px;
	}
	.video-background-section .video-mobile-400px {
		height: 400px;
	}
	.video-background-section .video-mobile-500px {
		height: 500px;
	}
	.video-background-section .video-mobile-100vh {
		height: 90vh;
	}
}
.video-background-section .section-inner {
	position: relative;
	width: 100%;
}
.video-background-section .section-inner:before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
	background-color: transparent;
}
.video-background-section .content-wrap {
	position: relative;
	height: 100%;
	padding-left: 10.4rem;
}
@media (max-width: 991px) {
	.video-background-section .content-wrap {
		padding: 0;
	}
}
.video-background-section .content-wrap .button a {
	transition: all 0.3s ease;
	text-decoration-line: underline;
	text-decoration-thickness: 0.1rem;
	text-decoration-color: transparent;
	text-underline-offset: 0.4rem;
}
@media (hover: hover) {
	.video-background-section .content-wrap .button a:hover {
		text-decoration-color: rgb(var(--link-color));
		text-decoration-thickness: 0.2rem;
	}
}
.video-background-section .container {
	height: 100%;
}
.video-background-section .content {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 5;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	color: rgb(var(--text-color));
}
.video-background-section .content .sub-heading *,
.video-background-section .content .heading * {
	margin: 0;
	line-height: inherit;
}
.video-background-section .content .sub-heading p,
.video-background-section .content .heading p {
	font-size: var(--body-larger-font-size);
	font-weight: 500;
}
.video-background-section .content .heading {
	text-transform: capitalize;
}
.video-background-section .content .sub-heading {
	margin-top: 0;
	margin-bottom: 3rem;
}
.video-background-section .content .sub-heading p {
	font-size: var(--body-larger-font-size);
}
.video-background-section .content .button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 1.9rem 4.8rem;
	text-transform: capitalize;
	border-radius: 10rem;
	font-size: var(--body-larger-font-size);
	font-weight: 600;
}
.video-background-section .content .button svg {
	margin-left: 1.2rem;
}
.video-background-section .content p {
	margin-bottom: 0;
}
@media (max-width: 991px) {
	.video-background-section .content {
		justify-content: center;
		align-items: center;
		text-align: center;
	}
	.video-background-section .content .sub-heading {
		margin-bottom: 2rem;
	}
	.video-background-section .content .toggle-popup-bg-video {
		padding: 1.2rem;
	}
}
.video-background-section .background-video-item {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	pointer-events: none;
}
.video-background-section .background-video-item video {
	width: 100%;
	height: 100%;
	pointer-events: none;
}
.video-background-section .background-video-item video[autoplay] ~ .video-image-wrapper,
.video-background-section .background-video-item video[autoplay] ~ .play-video, .video-background-section .background-video-item video[data-ready] ~ .video-image-wrapper,
.video-background-section .background-video-item video[data-ready] ~ .play-video {
	display: none;
}
.video-background-section .background-video-item iframe {
	position: absolute;
	max-width: none;
	top: 0;
	height: 100%;
	width: 300%;
	left: -100%;
}
@media (max-width: 1140px) {
	.video-background-section .background-video-item iframe {
		left: auto;
		top: -100%;
		height: 300%;
		width: 100%;
	}
}
.video-background-section .background-video-item iframe[src] ~ .video-image-wrapper,
.video-background-section .background-video-item iframe[src] ~ .play-video {
	display: none;
}
@media (hover: hover) {
	.video-background-section .background-video-item:hover .play-video {
		transform: translate(-50%, -50%) scale(1);
	}
}
.video-background-section .play-video {
	transition: transform 0.3s ease, opacity 0.3s ease;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%) scale(0.9);
	width: 8rem;
	height: 8rem;
	background-color: #fff;
	border-radius: 50rem;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 10;
	pointer-events: none;
}
.video-background-section .play-video svg {
	width: 3rem;
	height: 3rem;
	color: #333;
}
.video-background-section .video-image-wrapper {
	cursor: pointer;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}
.video-background-section .video-image-wrapper img,
.video-background-section .video-image-wrapper svg {
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.bg-video-popup-open .video-background-section .background-video-popup {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}
.bg-video-popup-open .video-background-section .background-video-popup .bg-video-popup-inner {
	transform: translateY(0);
}
.video-background-section .background-video-popup {
	position: fixed;
	inset: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
	pointer-events: none;
	visibility: hidden;
	opacity: 0;
	background-color: #000;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: opacity 0.3s ease;
}
.video-background-section .background-video-popup .close-button {
	position: absolute;
	right: 3rem;
	top: 3rem;
	color: #fff;
	cursor: pointer;
}
.video-background-section .background-video-popup .bg-video-popup-inner {
	width: var(--container);
	max-width: 90vw;
	padding-bottom: 56.25%;
	position: relative;
	height: auto;
	transition: transform 0.3s ease;
	transform: translateY(5rem);
}
.video-background-section .background-video-popup .bg-video-popup-inner iframe,
.video-background-section .background-video-popup .bg-video-popup-inner video {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

/*Video Background Vertical Menu*/
.video-custom-menu {
	display: flex;
	justify-content: space-between;
	gap: 2rem;
}
.video-custom-menu .vertical-menu {
	position: relative;
	width: 28rem;
}
@media (max-width: 992px) {
	.video-custom-menu .vertical-menu {
		display: none;
		width: 0;
	}
}
.video-custom-menu .section-inner {
	width: calc(100% - 30rem);
	border-radius: 1.6rem;
	overflow: hidden;
}
@media (max-width: 992px) {
	.video-custom-menu .section-inner {
		width: 100%;
	}
}

.vertical-menu {
	/* Replace li with item selector */
	/* Replace n + 10 with limit criterion */
	/* OPTIONAL */
	/* Style label as button below items */
}
.vertical-menu li::marker {
	font-size: 0;
}
.vertical-menu .header-navigation > .menu-item > .menu-link {
	text-transform: none;
	padding: 0.73em 0 1.05rem 0;
	font-size: var(--body-larger-font-size);
	font-weight: 500;
	border-bottom: 1px solid rgba(var(--text-color), 0.2);
}
.vertical-menu .header-navigation > .menu-item > .menu-link .menu-arrow {
	position: absolute;
	right: 0;
}
.vertical-menu .header-navigation > .menu-item > .menu-link .menu-arrow svg {
	transform: rotate(-90deg);
	width: 1.3rem;
	height: auto;
}
.vertical-menu .site-vertical-navigation {
	position: relative;
	z-index: 9;
	border-radius: 1.6rem;
	border: 0.1rem solid rgba(var(--text-color), 0.2);
	width: 28rem;
}
.vertical-menu .site-vertical-navigation ul {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	margin: 0;
	padding: 0;
}
.vertical-menu .site-vertical-navigation ul[data-level="1"] {
	padding-top: 5px;
}
.vertical-menu .site-vertical-navigation ul .sub-menu {
	background-color: rgb(var(--background-color));
	padding: 1.8rem 2rem;
}
.vertical-menu .site-vertical-navigation .header-navigation .mega-item .mega-menu-wrap.width-full-width .mega-menu {
	border-top: none;
}
.vertical-menu .site-vertical-navigation .header-navigation .mega-item .mega-menu-wrap.sub-menu.width-container .mega-menu {
	padding: 1.8rem 0;
}
.vertical-menu .site-vertical-navigation .header-navigation .mega-item .mega-menu-wrap.width-full-width,
.vertical-menu .site-vertical-navigation .header-navigation .mega-item .mega-menu-wrap.sub-menu.width-container,
.vertical-menu .site-vertical-navigation .header-navigation .mega-item .mega-menu-wrap.sub-menu.width-default {
	left: 28rem;
	max-width: calc(60vw - 30rem);
	width: calc(60vw - 30rem);
	overflow-y: auto;
	max-height: 90vh;
	border-radius: 1.6rem;
}
.vertical-menu .site-vertical-navigation .header-navigation .sub-menu:not(.mega-menu-wrap) .menu-link {
	padding: 1.2rem 1.5rem;
}
.vertical-menu .site-vertical-navigation .header-navigation .sub-menu {
	top: -1px;
	left: 28rem;
	max-width: calc(60vw - 30rem);
	min-width: 29rem;
}
.vertical-menu .site-vertical-navigation .header-navigation .icon {
	margin-right: 0.8rem;
}
.vertical-menu .site-vertical-navigation .header-navigation .icon:empty {
	display: none;
}
.vertical-menu .site-vertical-navigation .header-navigation > .menu-item {
	padding: 0 2.6rem;
}
.vertical-menu .site-vertical-navigation .header-navigation > .menu-item:last-child .menu-link {
	border-bottom: none;
}
.vertical-menu .site-vertical-navigation .header-navigation > .menu-item .menu-text:hover {
	font-weight: 600;
}
.vertical-menu .site-vertical-navigation .header-navigation > .menu-item .menu-text:before {
	height: 1px;
	bottom: 0;
	width: 0 !important;
}
.vertical-menu .site-vertical-navigation .header-navigation > .menu-item.current-menu .menu-text {
	font-weight: 600;
}
.vertical-menu .site-vertical-navigation .header-secondary-navigation .back {
	display: none;
}
.vertical-menu .site-vertical-navigation .header-secondary-navigation > .menu-item > .menu-link {
	padding: 0.7rem 2rem;
	font-size: 1.6rem;
	font-weight: 400;
	text-transform: capitalize;
	text-align: left;
}
.vertical-menu .site-vertical-navigation .header-secondary-navigation > .menu-item > .menu-link > .menu-text {
	position: relative;
	flex-grow: 1;
}
.vertical-menu .site-vertical-navigation .header-secondary-navigation > .menu-item:focus-within > .sub-menu,
.vertical-menu .site-vertical-navigation .header-secondary-navigation > .menu-item:focus-within > .mega-menu-wrap {
	pointer-events: auto;
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
	z-index: 100;
}
.vertical-menu .site-vertical-navigation .header-secondary-navigation > .menu-item:focus-within > .sub-menu > .menu-item:focus-within > .sub-menu,
.vertical-menu .site-vertical-navigation .header-secondary-navigation > .menu-item:focus-within > .mega-menu-wrap > .menu-item:focus-within > .sub-menu {
	pointer-events: auto;
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
	z-index: 100;
	left: 100%;
}
.vertical-menu .site-vertical-navigation .header-secondary-navigation .menu-link {
	position: relative;
	display: flex;
	align-items: center;
	transition: all 0.3s ease;
}
@media (hover: hover) {
	.vertical-menu .site-vertical-navigation .header-secondary-navigation .menu-link:hover:after {
		width: 100%;
	}
}
.vertical-menu .site-vertical-navigation .header-secondary-navigation .menu-link:last-of-type {
	border-bottom: 0;
}
.vertical-menu .site-vertical-navigation .header-secondary-navigation .menu-link:after {
	content: "";
	width: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 0.1rem;
	background-color: rgb(var(--text-color));
	transition: width 0.3s;
	opacity: 0.3;
}
.vertical-menu .site-vertical-navigation .header-secondary-navigation .menu-arrow {
	margin-left: 0.3em;
	line-height: 0;
	transform: rotate(-90deg);
}
.vertical-menu .site-vertical-navigation .header-secondary-navigation .menu-item {
	position: relative;
}
.vertical-menu .site-vertical-navigation .header-secondary-navigation .menu-item.mega-item {
	position: static;
}
.vertical-menu .site-vertical-navigation .header-secondary-navigation .menu-item:last-child .menu-link:after {
	content: none;
}
@media (hover: hover) {
	.vertical-menu .site-vertical-navigation .header-secondary-navigation .menu-item:hover > .sub-menu,
	.vertical-menu .site-vertical-navigation .header-secondary-navigation .menu-item:hover > .mega-menu-wrap {
		pointer-events: auto;
		opacity: 1;
		transform: translate(0, 0);
		top: 0;
		left: 100%;
		z-index: 100;
		background-color: rgb(var(--background-color));
	}
}
.vertical-menu .site-vertical-navigation .header-secondary-navigation .sub-menu {
	top: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 100%;
	opacity: 0;
	transition: opacity 0.3s, transform 0.3s;
	pointer-events: none;
	transform: translate(10px, 0);
	box-shadow: rgba(var(--text-color), 0.12) 0px 4px 8px -2px, rgba(var(--text-color), 0.02) 0px 0px 0px 1px;
	min-width: 20rem;
	text-align: left;
}
.vertical-menu .site-vertical-navigation .header-secondary-navigation .sub-menu > .menu-item > .sub-menu {
	transform: translate(10px, 0);
	top: 0;
	left: 100%;
}
@media (hover: hover) {
	.vertical-menu .site-vertical-navigation .header-secondary-navigation .sub-menu > .menu-item:hover > .sub-menu {
		transform: translate(0, 0);
	}
}
.vertical-menu .site-vertical-navigation .header-secondary-navigation .sub-menu .menu-item {
	font-weight: 500;
}
@media (hover: hover) {
	.vertical-menu .site-vertical-navigation .header-secondary-navigation .sub-menu .menu-item:hover:after {
		width: 100%;
	}
}
.vertical-menu .site-vertical-navigation .header-secondary-navigation .sub-menu .menu-item:last-of-type {
	border-bottom: 0;
}
.vertical-menu .site-vertical-navigation .header-secondary-navigation .sub-menu .menu-item:after {
	content: "";
	width: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 0.1rem;
	background-color: rgb(var(--text-color));
	transition: width 0.3s;
	opacity: 0.3;
}
.vertical-menu .site-vertical-navigation .header-secondary-navigation .sub-menu:not(.mega-menu-wrap) .menu-link {
	justify-content: space-between;
	line-height: 2.5rem;
	padding: 1rem 1.4rem;
	background-color: rgb(var(--background-color));
	color: rgb(var(--text-color));
}
.vertical-menu .site-vertical-navigation .header-secondary-navigation .mega-item .mega-menu-wrap {
	width: calc(100vw - var(--scrollbar-width));
	background-color: rgb(var(--background-color));
	border-bottom: 0.1rem solid rgba(var(--text-color), 0.3);
	left: 0;
}
.vertical-menu .site-vertical-navigation .header-secondary-navigation .mega-item .mega-menu-wrap .container-fluid {
	padding-left: 15px;
	padding-right: 15px;
}
.vertical-menu .site-vertical-navigation .header-secondary-navigation .mega-item .mega-menu-wrap a {
	color: rgb(var(--text-color));
}
@media (hover: hover) {
	.vertical-menu .site-vertical-navigation .header-secondary-navigation .mega-item .mega-menu-wrap a:hover .product-image {
		opacity: 0.8;
		transform: scale(1.01);
		transition: transform 0.2s ease, opacity 0.2s ease;
	}
}
.vertical-menu .site-vertical-navigation .header-secondary-navigation .mega-item .mega-menu-wrap .menu-item {
	border-bottom: 0;
}
.vertical-menu .site-vertical-navigation .header-secondary-navigation .mega-item .mega-menu-wrap .menu-item:after {
	content: none;
}
.vertical-menu .site-vertical-navigation .header-secondary-navigation .mega-item .mega-menu-wrap .mega-menu {
	display: grid;
	gap: 2rem;
	grid-auto-rows: 1fr;
	grid-template-areas: "aa aa aa aa aa";
	grid-template-columns: repeat(5, 1fr);
	padding-bottom: 5rem;
	padding-top: 5rem;
}
.vertical-menu .site-vertical-navigation .header-secondary-navigation .mega-item .mega-menu-wrap .mega-menu.has-image-item {
	grid-template-areas: "aa aa aa aa bb";
	grid-template-columns: repeat(4, 1fr) 1.5fr;
}
.vertical-menu .site-vertical-navigation .header-secondary-navigation .mega-item .mega-menu-wrap .has-image {
	grid-area: bb;
}
.vertical-menu .site-vertical-navigation .header-secondary-navigation .mega-item .mega-menu-wrap .product-title {
	width: 100%;
	display: block;
	position: relative;
}
.vertical-menu .site-vertical-navigation .header-secondary-navigation .mega-item .mega-menu-wrap .product-link {
	display: inline-block;
	margin-top: 1rem;
}
.vertical-menu .site-vertical-navigation .header-secondary-navigation .mega-item .sub-mega-menu .menu-link {
	padding: 1rem;
}
.vertical-menu .site-vertical-navigation .header-secondary-navigation .mega-item [data-navigation] .sub-mega-menu {
	padding-top: 0.3rem;
}
.vertical-menu .site-vertical-navigation .header-secondary-navigation .mega-item [data-navigation] .has-heading {
	margin-top: 2rem;
}
.vertical-menu .site-vertical-navigation .header-secondary-navigation .mega-item [data-navigation] .has-heading .menu-heading {
	display: flex;
	padding: 1.5rem 0;
}
.vertical-menu .site-vertical-navigation .header-secondary-navigation .mega-item [data-navigation] .menu-heading {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 1.5rem 0;
	text-transform: uppercase;
	font-size: 1.4rem;
	font-weight: 900;
}
.vertical-menu .site-vertical-navigation .header-secondary-navigation .mega-item [data-navigation] .menu-heading .menu-text {
	line-height: 1.5;
}
.vertical-menu .site-vertical-navigation .header-secondary-navigation .mega-item [data-navigation] .mega-menu {
	grid-template-areas: "aa aa aa aa aa aa aa";
	grid-template-columns: repeat(7, 1fr);
}
.vertical-menu .site-vertical-navigation .header-secondary-navigation .mega-item [data-navigation] .mega-menu.has-image-item {
	grid-template-areas: "aa aa aa aa aa aa bb";
	grid-template-columns: repeat(6, 1fr) 1.5fr;
}
.vertical-menu .site-vertical-navigation .header-secondary-navigation .mega-item [data-navigation] .mega-menu > li {
	flex-basis: 24rem;
}
.vertical-menu .site-vertical-navigation .header-secondary-navigation .mega-item [data-navigation] .menu-item a {
	display: block;
	padding: 0.5rem 0;
}
@media (hover: hover) {
	.vertical-menu .site-vertical-navigation .header-secondary-navigation .mega-item [data-navigation] .menu-item a {
		text-decoration-line: underline;
		text-decoration-thickness: 0.1rem;
		text-decoration-color: transparent;
		text-underline-offset: 0.4rem;
	}
	.vertical-menu .site-vertical-navigation .header-secondary-navigation .mega-item [data-navigation] .menu-item a:hover {
		text-decoration-color: rgb(var(--text-color));
		text-decoration-thickness: 0.2rem;
	}
}
.vertical-menu .site-vertical-navigation .header-secondary-navigation .mega-item [data-navigation] .image-wrapper + .image-wrapper {
	margin-top: 2rem;
}
.vertical-menu .site-vertical-navigation .header-secondary-navigation .mega-item [data-collection] .mega-menu > li {
	flex-basis: 17rem;
}
.vertical-menu .site-vertical-navigation .header-secondary-navigation .mega-item [data-collection] .menu-item {
	text-align: center;
}
.vertical-menu .site-vertical-navigation .header-secondary-navigation .mega-item [data-collection] .menu-item .product-name {
	font-size: 1.4rem;
	margin-top: 1rem;
	display: inline-block;
}
@media (max-width: 992px) {
	.vertical-menu .site-vertical-navigation .mega-menu-wrap .has-image {
		min-width: 34rem;
	}
}
.vertical-menu .site-vertical-navigation .mega-menu-wrap .image-wrapper {
	overflow: hidden;
	border-radius: 0.5rem;
	position: relative;
	text-align: left;
}
.vertical-menu .site-vertical-navigation .mega-menu-wrap .image-wrapper:before {
	position: absolute;
	inset: 0;
	z-index: 1;
}
@media (hover: hover) {
	.vertical-menu .site-vertical-navigation .mega-menu-wrap .image-wrapper:hover img {
		opacity: 0.8;
		transform: scale(1.01);
		transition: transform 0.2s ease, opacity 0.2s ease;
	}
}
.vertical-menu .site-vertical-navigation .mega-menu-wrap .image-wrapper .image-link {
	position: relative;
	z-index: 2;
	display: block;
}
.vertical-menu .site-vertical-navigation .mega-menu-wrap .image-wrapper .image-link:before {
	position: absolute;
	inset: 0;
	z-index: 1;
}
.vertical-menu .site-vertical-navigation .mega-menu-wrap .image-wrapper .image-content {
	position: absolute;
	bottom: 3rem;
	right: 3rem;
	left: 3rem;
	z-index: 3;
	color: rgb(var(--text-color));
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.vertical-menu .site-vertical-navigation .mega-menu-wrap .image-wrapper .image-arrow {
	width: 4.4rem;
	height: 4.4rem;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	border: 0.1rem solid rgb(var(--text-color));
}
.vertical-menu .site-vertical-navigation .mega-menu-wrap .image-wrapper .image-arrow svg {
	width: 2.4rem;
}
.vertical-menu .site-vertical-navigation .mega-menu-wrap .image-wrapper img {
	width: 100%;
	object-fit: cover;
}
.vertical-menu .site-vertical-navigation li:nth-of-type(n + 10) {
	display: none;
}
.vertical-menu .site-vertical-navigation #show-all:checked ~ li {
	display: list-item;
}
.vertical-menu .site-vertical-navigation #show-all ~ label[for=show-all] {
	display: none;
}
.vertical-menu .site-vertical-navigation #show-all:checked ~ .text-hide,
.vertical-menu .site-vertical-navigation #show-all:not(:checked) ~ .text-show {
	display: inline-block;
	padding: 1.6rem 2.6rem;
}
.vertical-menu .site-vertical-navigation #show-all:checked ~ .text-hide #btn-show-item-menu,
.vertical-menu .site-vertical-navigation #show-all:not(:checked) ~ .text-show #btn-show-item-menu {
	position: relative;
	font-size: var(--body-larger-font-size);
	font-weight: 500;
	text-transform: capitalize;
}
.vertical-menu .site-vertical-navigation #show-all:checked ~ .text-hide #btn-show-item-menu:before,
.vertical-menu .site-vertical-navigation #show-all:not(:checked) ~ .text-show #btn-show-item-menu:before {
	content: "";
	position: absolute;
	bottom: -3px;
	left: 0;
	width: 0;
	height: 1px;
	background: rgb(var(--text-color));
	transition: width 0.25s;
}
@media (hover: hover) {
	.vertical-menu .site-vertical-navigation #show-all:checked ~ .text-hide #btn-show-item-menu:hover,
	.vertical-menu .site-vertical-navigation #show-all:not(:checked) ~ .text-show #btn-show-item-menu:hover {
		font-weight: 600;
	}
	.vertical-menu .site-vertical-navigation #show-all:checked ~ .text-hide #btn-show-item-menu:hover:before,
	.vertical-menu .site-vertical-navigation #show-all:not(:checked) ~ .text-show #btn-show-item-menu:hover:before {
		width: 100%;
	}
}
.vertical-menu .site-vertical-navigation #show-all:checked ~ .text-hide .plus,
.vertical-menu .site-vertical-navigation #show-all:checked ~ .text-hide .minus,
.vertical-menu .site-vertical-navigation #show-all:not(:checked) ~ .text-show .plus,
.vertical-menu .site-vertical-navigation #show-all:not(:checked) ~ .text-show .minus {
	display: block;
	float: right;
}
.vertical-menu .site-vertical-navigation #show-all:checked ~ .text-hide .plus svg,
.vertical-menu .site-vertical-navigation #show-all:checked ~ .text-hide .minus svg,
.vertical-menu .site-vertical-navigation #show-all:not(:checked) ~ .text-show .plus svg,
.vertical-menu .site-vertical-navigation #show-all:not(:checked) ~ .text-show .minus svg {
	width: 1rem;
}
.vertical-menu .site-vertical-navigation {
	position: relative;
}
.vertical-menu .site-vertical-navigation:has(.text-show) {
	padding-bottom: 5.4rem;
}
.vertical-menu .site-vertical-navigation #show-all {
	display: none;
}
.vertical-menu .site-vertical-navigation label[for=show-all] {
	position: absolute;
	width: 100%;
	bottom: 0;
	cursor: pointer;
}

.banner-sale-section .heading-box {
	text-align: center;
	margin-bottom: 4rem;
}
.banner-sale-section .heading-box * {
	color: rgb(var(--text-color));
}
.banner-sale-section .heading-box .heading {
	text-transform: uppercase;
}
.banner-sale-section .heading-box .sub-heading p {
	font-size: var(--body-larger-font-size);
	font-weight: 500;
}
.banner-sale-section .banner-sale {
	display: grid;
	grid-template-areas: "aa aa aa aa";
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: auto;
	grid-gap: 3rem;
}
@media (max-width: 1024px) {
	.banner-sale-section .banner-sale {
		grid-template-areas: "aa aa";
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (max-width: 425px) {
	.banner-sale-section .banner-sale {
		grid-template-areas: "aa";
		grid-template-columns: 1fr;
	}
}
.banner-sale-section .banner-sale-items {
	display: block;
}
.banner-sale-section .banner-sale-items .banner-sale-content .banner-sale-label {
	font-size: 1rem;
	text-transform: uppercase;
	font-weight: 600;
	border-radius: 30px;
	border: 1px solid rgb(var(--text-color));
	padding: 0.4rem 2rem;
	margin-bottom: 1.2rem;
	display: inline-flex;
}
.banner-sale-section .banner-sale-items .banner-sale-content .banner-sale-label.sale-blink {
	animation: 1s infinite sale-blink;
}
.banner-sale-section .banner-sale-items .banner-sale-content,
.banner-sale-section .banner-sale-items .banner-sale-code {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.banner-sale-section .banner-sale-items .banner-sale-content *,
.banner-sale-section .banner-sale-items .banner-sale-code * {
	margin: 0;
}
.banner-sale-section .banner-sale-items .banner-sale-content {
	min-height: 17rem;
	background-color: rgba(244, 237, 245, 0.1);
	position: relative;
	border-radius: 1rem 1rem 0 0;
	border: 0.1rem dashed;
	border-color: rgba(var(--text-color), 0.7);
	padding: 3.7rem 1rem 2.5rem;
}
.banner-sale-section .banner-sale-items .banner-sale-content * {
	margin: 0;
	color: rgb(var(--text-color));
}
.banner-sale-section .banner-sale-items .banner-sale-content:after, .banner-sale-section .banner-sale-items .banner-sale-content:before {
	content: "";
	width: 2.2rem;
	height: 2.2rem;
	background-color: rgb(var(--background-color));
	position: absolute;
	bottom: -1.2rem;
	border-radius: 50%;
	border-right: 1px solid transparent;
	border-bottom: 1px solid transparent;
	display: block;
}
.banner-sale-section .banner-sale-items .banner-sale-content:before {
	right: -1.4rem;
	border-left: 1px dashed;
	border-top: 1px solid transparent;
	transform: rotate(35deg);
}
.banner-sale-section .banner-sale-items .banner-sale-content:after {
	left: -1.4rem;
	border-top: 1px dashed;
	border-left: 1px solid transparent;
	transform: rotate(55deg);
}
.banner-sale-section .banner-sale-items .banner-sale-code {
	text-transform: uppercase;
	font-weight: 600;
	padding-top: 2.2rem;
	padding-bottom: 2rem;
	border-radius: 0 0 1rem 1rem;
	border-radius: 0 0 10px 10px;
	background-color: rgb(var(--text-color));
	color: rgb(var(--heading-color));
}
.banner-sale-section .banner-sale-items .banner-sale-code-title {
	font-size: var(--body-small-font-size);
}
.banner-sale-section .banner-sale-items .banner-sale-code-label {
	font-size: var(--body-largest-font-size);
}

@keyframes sale-blink {
	0%, 49% {
		background-color: transparent;
		color: rgb(var(--text-color));
	}
	100%, 50% {
		background-color: rgb(var(--text-color));
		color: rgb(var(--background-color));
	}
}
.blog-carousel-section {
	overflow: hidden;
}
.blog-carousel-section .section-wrapper {
	background-color: rgb(var(--background-color));
}
.blog-carousel-section .title-wrapper {
	margin-bottom: 6rem;
	color: rgb(var(--text-color));
}
.blog-carousel-section .title-wrapper .heading *,
.blog-carousel-section .title-wrapper .sub-heading * {
	font-size: 100%;
	line-height: inherit;
	margin: 0;
}
.blog-carousel-section .title-wrapper .heading {
	line-height: 1.25;
	margin: 0;
}
.blog-carousel-section .title-wrapper .sub-heading {
	margin-top: 0;
	line-height: 1.25;
	font-style: italic;
}
.blog-carousel-section .title-wrapper p {
	margin-bottom: 0;
}
.blog-carousel-section .swiper {
	overflow: visible;
}
.blog-carousel-section .article-media-wrap {
	position: relative;
}
.blog-carousel-section .article-media-wrap.adapt-media.no-media {
	padding-bottom: 100%;
}
.blog-carousel-section .article-media-wrap .article-title {
	margin: 0;
	line-height: 0;
}
.blog-carousel-section .article-media-wrap .article-title .article-link {
	padding: 2rem;
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	line-height: normal;
}
.blog-carousel-section .article-info {
	font-size: 1.6rem;
	line-height: 2.7rem;
	font-style: italic;
	margin-top: 3rem;
}
.blog-carousel-section .article-info .article-meta {
	opacity: 0.8;
	color: rgb(var(--text-color));
}
.blog-carousel-section .article-info .article-meta a {
	color: currentColor;
}
@media (hover: hover) {
	.blog-carousel-section .article-info a:hover {
		text-decoration-thickness: 0.1rem;
		text-underline-offset: 0.3rem;
		text-decoration: underline;
	}
}
.blog-carousel-section .article-title {
	font-style: normal;
	font-size: 2.4rem;
	line-height: 1.5;
	margin-bottom: 2rem;
	margin-top: 0;
}
.blog-carousel-section .mitem:after {
	content: "/";
	margin-right: 0.5rem;
	margin-left: 1rem;
}
.blog-carousel-section .mitem:last-child:after {
	content: none;
}
@media (max-width: 991px) {
	.blog-carousel-section .title-wrapper {
		margin-bottom: 4.1rem;
	}
	.blog-carousel-section .title-wrapper .heading {
		font-size: 3.6rem;
	}
	.blog-carousel-section .title-wrapper .sub-heading {
		font-size: 3.6rem;
	}
	.blog-carousel-section .article-title {
		margin-top: 2rem;
		margin-bottom: 0.4rem;
		font-size: 1.4rem;
	}
	.blog-carousel-section .article-meta {
		font-size: 1.3rem;
		line-height: 2.0769230769;
	}
}

.blog-list-section {
	/*Layout 1*/
	/*Layout 2*/
	/*Layout 3*/
}
.blog-list-section .blog-heading {
	flex: 0 0 100%;
	margin-top: 0;
	margin-bottom: 2.3rem;
}
.blog-list-section .blog-heading p:last-child {
	margin-bottom: 0;
}
.blog-list-section .blog-description {
	margin-bottom: 4.7rem;
}
.blog-list-section .blog-description p:last-child {
	margin-bottom: 0;
}
.blog-list-section .grid-1 .grid-item .article-card {
	margin-top: 4rem;
	padding-top: 4rem;
	border-top: 0.1rem solid rgba(var(--text-color), 0.2);
}
.blog-list-section .grid-1 .grid-item:first-child .article-card {
	margin-top: 0;
	padding-top: 0;
	border-top: none;
}
.blog-list-section .grid-1 .grid-item:last-child .article-card {
	padding-bottom: 4rem;
}
.blog-list-section .layout-list .grid-item .article-card {
	display: flex;
	align-items: center;
	margin-top: 0;
	padding-top: 4rem;
	border-top: none;
}

.blog-list-section .layout-list .grid-item .article-card [class*=-media] {
	width: 100%;
}
@media (min-width: 768px) {
	.blog-list-section .layout-list .grid-item .article-card [class*=-media] {
		margin-right: 3.6rem;
	}
	.blog-list-section .layout-list .grid-item .article-card .square-media {
		max-width: 42rem;
		max-height: 42rem;
		height: 42rem;
		padding-bottom: 0;
	}
	.blog-list-section .layout-list .grid-item .article-card .adapt-media {
		max-width: 48rem;
	}
}
.blog-list-section .layout-list .grid-item .article-card .info-blog {
	flex-grow: 1;
}
.blog-list-section .layout-list .grid-item:first-child .article-card {
	margin-top: 0;
	padding-top: 0;
	border-top: none;
}
.blog-list-section .layout-list .grid-item:last-child .article-card {
	padding-bottom: 4rem;
}
.blog-list-section .grid-3 .grid-item .article-card {
	padding-bottom: 3rem;
}
.blog-list-section .article-card [class*=-media] {
	margin-bottom: 2rem;
}
.blog-list-section .article-card .readmore-blog {
	display: block;
	margin-top: 1.6rem;
	text-transform: capitalize;
	font-size: var(--body-larger-font-size);
	font-weight: var(--heading-font-weight);
}
.blog-list-section .card-image {
	display: block;
	border-radius: 2.8rem;
	overflow: hidden;
}
@media (hover: hover) {
	.blog-list-section .card-image:hover img {
		transform: scale(1.05);
	}
}
.blog-list-section .card-image img {
	transform: scale(1);
	transition: transform 0.3s ease;
}
.blog-list-section .card-title {
	margin-top: 0;
	margin-bottom: 1rem;
}
.blog-list-section .card-title a {
	transition: all 0.3s ease;
	color: rgb(var(--link-color));
	text-decoration-line: underline;
	text-decoration-thickness: 0.1rem;
	text-decoration-color: transparent;
	text-underline-offset: 0.4rem;
}
@media (hover: hover) {
	.blog-list-section .card-title a:hover {
		text-decoration-color: rgb(var(--link-color));
		text-decoration-thickness: 0.2rem;
	}
}
.blog-list-section .card-excerpt {
	font-size: var(--body-largest-font-size);
	color: rgba(var(--text-color), 0.8);
	margin-top: 1.5rem;
	margin-bottom: 0;
}


@media (max-width: 992px) {
	.blog-wrapper.has-sidebar {
		display: grid;
		justify-content: space-between;
	}
	/* .blog-wrapper.has-sidebar .blog-main-content {
		padding-right: 4rem;
	} */
	/* .blog-wrapper.has-sidebar .blog-sidebar {
		margin-top: 0;
		width: 21%;
		min-width: 21%;
	} */
}
@media (max-width: 1440px) {
	/* .blog-wrapper.has-sidebar .blog-main-content {
		padding-right: 6rem;
	} */
}
@media (max-width: 992px) {
	.blog-wrapper.sidebar-left .blog-sidebar {
		order: -1;
	}
	.blog-wrapper.sidebar-left .blog-main-content {
		padding-right: 0;
		padding-left: 4rem;
	}
}
@media (max-width: 1440px) {
	.blog-wrapper.sidebar-left .blog-main-content {
		padding-left: 7.5rem;
		padding-right: 0;
	}
}
.blog-wrapper .blog-sidebar {
	margin-top: 3rem;
}
.blog-wrapper .blog-sidebar .post-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 1.2rem 1.1rem;
}
.blog-wrapper .blog-sidebar .post-tags a {
	background-color: rgb(var(--background-color));
	border: 0.1rem solid rgba(var(--text-color), 0.1);
	color: rgba(var(--text-color), 0.8);
	font-weight: var(--heading-font-weight);
	text-transform: uppercase;
	border-radius: 6.5rem;
	padding: 0.5rem 1.6rem;
}
.blog-wrapper .blog-sidebar .post-tags a:hover {
	background-color: rgba(var(--text-color), 0.8);
	color: rgb(var(--background-color));
}
.blog-wrapper .blog-sidebar .heading {
	margin-top: 0;
	margin-bottom: 2.5rem;
	line-height: normal;
	font-size: var(--h6-smaller-font-size);
}
.blog-wrapper .blog-sidebar .widget {
	padding-bottom: 3.2rem;
	margin-bottom: 3.3rem;
	border-bottom: 0.1rem solid rgba(var(--text-color), 0.2);
}
.blog-wrapper .blog-sidebar .widget:last-child {
	border-bottom: 0;
}
.blog-wrapper .menu-content {
	margin-top: -1.1rem;
}
.blog-wrapper .menu-content .menu-item {
	cursor: pointer;
}
.blog-wrapper .menu-content .menu-item[open] .minus {
	display: block;
}
.blog-wrapper .menu-content .menu-item[open] .plus {
	display: none;
}
.blog-wrapper .menu-content .menu-item summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	transition: background-color 0.3s;
}
.blog-wrapper .menu-content .menu-item summary .menu-link {
	min-height: 3.8rem;
	text-transform: capitalize;
	font-size: var(--body-larger-font-size);
	display: inline-flex;
	align-items: center;
	color: rgba(var(--text-color), 0.8);
}
.blog-wrapper .menu-content .menu-item summary .menu-link:hover {
	color: var(--text-color);
	text-decoration: underline;
	text-decoration-thickness: 0.1rem;
	text-underline-offset: 0.4rem;
}
.blog-wrapper .menu-content .menu-link {
	text-transform: capitalize;
	flex-grow: 1;
}
.blog-wrapper .menu-content .details-caret {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	color: rgba(var(--text-color), 0.5);
}
.blog-wrapper .menu-content .minus,
.blog-wrapper .menu-content .plus {
	line-height: 1;
}
.blog-wrapper .menu-content .minus {
	display: none;
}
.blog-wrapper .menu-content .submenu {
	margin: 0;
	padding: 0.6rem 0 0.6rem 1.5rem;
	list-style: none;
	font-size: var(--body-larger-font-size);
}
.blog-wrapper .menu-content .submenu li {
	position: relative;
}
.blog-wrapper .menu-content .submenu a {
	display: block;
	color: rgba(var(--text-color), 0.8);
}
.blog-wrapper .menu-content .submenu a:hover {
	color: var(--text-color);
	text-decoration: underline;
	text-decoration-thickness: 0.1rem;
	text-underline-offset: 0.4rem;
}
@media (hover: hover) {
	.blog-wrapper .menu-content details:hover:after {
		width: 0;
	}
}
.blog-wrapper .menu-content details[open]:after {
	width: 0;
}
.blog-wrapper .card-info {
	color: rgba(var(--text-color), 0.8);
}
.blog-wrapper .card-info a {
	color: currentColor;
}
@media (hover: hover) {
	.blog-wrapper .card-info a:hover {
		text-decoration: underline;
		text-decoration-thickness: 0.1rem;
		text-underline-offset: 0.4rem;
	}
}
.blog-wrapper .card-info .info-item:after {
	content: "";
	display: inline-block;
	height: 0.1rem;
	width: 2rem;
	background-color: rgb(var(--text-color));
	margin-left: 0.8rem;
	margin-right: 0.8rem;
	margin-bottom: 0.5rem;
}
.blog-wrapper .card-info .info-item:last-child:after {
	content: none;
}
@media (max-width: 991px) {
	.blog-wrapper .card-info .info-item:after {
		margin-left: 0.5rem;
		margin-right: 0.5rem;
	}
}
.blog-wrapper .sidebar-recent-posts .recent-post-item {
	display: flex;
	padding-bottom: 2rem;
	padding-left: 0;
	padding-right: 0;
}
.blog-wrapper .sidebar-recent-posts .recent-post-item:last-child {
	padding-bottom: 0;
}
.blog-wrapper .sidebar-recent-posts .card-media {
	margin-right: 2rem;
	width: 8rem;
	height: 8rem;
	min-width: 8rem;
	border-radius: 0.8rem;
	overflow: hidden;
}
.blog-wrapper .sidebar-recent-posts .card-title {
	font-size: var(--body-larger-font-size);
}
@media (max-width: 991px) {
	.blog-wrapper .sidebar-recent-posts .card-media {
		margin-right: 1.4rem;
	}
}

.box-main-site {
	max-width: 1290px;
	background: #fff;
	margin: auto;
}
@media (max-width: 1400px) {
	.box-main-site {
		max-width: 90%;
	}
}

.brand-image-section .section-wrapper {
	background-color: rgb(var(--background-color));
}
@media (max-width: 991px) {
	.brand-image-section .brand-image-desktop {
		clip: rect(1px, 1px, 1px, 1px);
		position: absolute !important;
		overflow: hidden;
		width: 1px;
		height: 1px;
		margin: -1px;
		padding: 0;
		border: 0;
		word-wrap: normal !important;
	}
}
@media (max-width: 992px) {
	.brand-image-section .brand-image-mobile {
		clip: rect(1px, 1px, 1px, 1px);
		position: absolute !important;
		overflow: hidden;
		width: 1px;
		height: 1px;
		margin: -1px;
		padding: 0;
		border: 0;
		word-wrap: normal !important;
	}
}
.brand-image-section .layout-2 .swiper-wrapper {
	transition-timing-function: linear !important;
	align-items: center;
}
.brand-image-section .brand-image {
	display: flex;
	justify-content: space-between;
	align-items: center;
	overflow-x: auto;
	white-space: nowrap;
	flex-wrap: nowrap;
	gap: 4rem;
}
.brand-image-section .brand-item {
	position: relative;
	flex-shrink: 0;
	flex-basis: 10%;
}
.brand-image-section .image-link {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
}
.brand-image-section .placeholder-svg,
.brand-image-section img {
	min-width: 10rem;
}

.breadcrumb {
	display: flex;
	flex-direction: column;
}
.breadcrumb ul {
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 1;
}
.breadcrumb .page-title {
	margin: 0;
}
.breadcrumb .breadcrumb-list li {
	display: inline-block;
	color: rgb(var(--text-color));
}
.breadcrumb .breadcrumb-list li a {
	color: rgb(var(--text-color));
}
.breadcrumb .breadcrumb-list li svg {
	width: 0.5rem;
	height: 0.9rem;
	margin-left: 0.5rem;
	margin-right: 0.7rem;
}
.breadcrumb .breadcrumb-list li:last-child {
	margin-right: 0;
	cursor: default;
	color: rgb(var(--heading-color));
}
.breadcrumb .breadcrumb-list li:last-child:after {
	content: none;
}
.breadcrumb.center {
	text-align: center;
}
.breadcrumb.flex-end {
	text-align: right;
}
.breadcrumb .show-navigation-product {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1.5rem;
}
@media (max-width: 991px) {
	.breadcrumb .show-navigation-product .breadcrumb-list {
		text-align: left;
	}
}
.breadcrumb .show-navigation-product .product-navigation {
	display: flex;
	align-items: center;
}
.breadcrumb .show-navigation-product .product-navigation .next-prev-icon {
	display: flex;
	align-items: center;
	gap: 0.6rem;
	color: rgb(var(--text-color));
}
.breadcrumb .show-navigation-product .product-navigation .next-prev-icon:hover {
	color: rgb(var(--heading-color));
}
.breadcrumb .show-navigation-product .product-navigation .next-prev-icon svg {
	width: 2rem;
	height: 2rem;
	color: rgb(var(--heading-color));
}
@media (max-width: 991px) {
	.breadcrumb .show-navigation-product .product-navigation .next-prev-icon {
		font-size: 0;
	}
}
.breadcrumb .show-navigation-product .product-navigation .prev-icon + .next-icon {
	margin-left: 2.4rem;
	position: relative;
}
.breadcrumb .show-navigation-product .product-navigation .prev-icon + .next-icon:before {
	content: "";
	position: absolute;
	width: 0.1rem;
	height: 100%;
	top: 0;
	bottom: 0;
	left: -1.2rem;
	background: rgba(var(--text-color), 0.2);
	pointer-events: none;
}
@media (max-width: 991px) {
	.breadcrumb .show-navigation-product .product-navigation .prev-icon + .next-icon {
		margin-left: 0;
	}
	.breadcrumb .show-navigation-product .product-navigation .prev-icon + .next-icon:before {
		content: none;
	}
}

.collapsible-section .container {
	display: flex;
}
.collapsible-section .collapsible-wrap {
	max-width: 100%;
}
.collapsible-section .collapsible-item {
	border: 0.1rem solid rgba(var(--text-color), 0.1);
	border-radius: 2rem;
	margin-bottom: 2rem;
}
.collapsible-section .collapsible-item:after {
	width: 0;
}
@media (hover: hover) {
	.collapsible-section .collapsible-item[open]:after {
		width: 0;
	}
}
.collapsible-section .collapsible-item[open] .collapsible-caret svg {
	transform: rotate(180deg);
}
.collapsible-section .collapsible-summary {
	display: flex;
	align-items: center;
	cursor: pointer;
	padding: 2rem 2.8rem;
}

.collapsible-section .icon-accordion {
	margin-right: 1rem;
	color: rgb(var(--heading-color));
}
.collapsible-section .collapsible-title {
	width: 100%;
	margin: 0;
	font-size:18px;
	text-transform: capitalize;
}
.collapsible-section .collapsible-content p {
	font-size: 16px;
	color: #333;
}
@media (max-width: 767px) {
	.collapsible-section .collapsible-title {
		font-weight: 400;
	}
}
.collapsible-section .collapsible-caret {
	color: rgb(var(--heading-color));
}
.collapsible-section .collapsible-content {
	padding: 0.6rem 2.8rem;
	font-size: var(--body-largest-font-size);
}
@media (max-width: 767px) {
	.collapsible-section .collapsible-content {
		padding: 0.2rem 1.5rem;
	}
}
.collapsible-section .collapsible-content:empty {
	display: none;
}

.collection-list-menus-section {
	overflow: hidden;
}
.collection-list-menus-section .section-wrapper {
	background-color: rgb(var(--background-color));
}
.collection-list-menus-section .collection-list-menu {
	width: 100%;
}
.collection-list-menus-section .collection-list-menu .swiper-initialized {
	width: 100%;
}
.collection-list-menus-section .title-wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 4rem;
	color: rgb(var(--text-color));
}
.collection-list-menus-section .title-wrapper .heading * {
	line-height: inherit;
	margin: 0;
}
.collection-list-menus-section .title-wrapper .heading {
	line-height: 1.25;
	margin: 0;
}
.collection-list-menus-section .title-wrapper p {
	margin-bottom: 0;
}
.collection-list-menus-section .title-wrapper .collection-list-button {
	font-size: var(--body-larger-font-size);
	font-weight: 600;
	text-underline-offset: 0.8rem;
}
.collection-list-menus-section .item-list-menus {
	display: flex;
	flex-direction: row;
	gap: 0.5rem;
	border: 1px solid rgba(var(--text-color), 0.08);
	border-radius: 1.6rem;
	padding: 3rem 2rem;
}
.collection-list-menus-section .item-list-menus .bls-responsive-image {
	position: relative;
	width: fit-content;
}
.collection-list-menus-section .item-list-menus .bls-responsive-image img {
	max-width: 10rem;
	width: 10rem;
	height: 10rem;
	object-fit: cover;
}
.collection-list-menus-section .item-list-menus .collection-menu-title {
	font-size: var(--h6-smaller-font-size);
	margin: 0.3rem 0 1.8rem;
}
.collection-list-menus-section .item-list-menus .collection-menu-list ul li {
	margin-bottom: 0.4rem;
}
.collection-list-menus-section .item-list-menus .collection-menu-list ul li a {
	transition: all 0.4s;
}
.collection-list-menus-section .item-list-menus .collection-menu-list ul li a:hover {
	padding-left: 0.5rem;
	font-weight: 600;
}
.collection-list-menus-section .item-list-menus .collection-menu-btn {
	font-size: var(--body-larger-font-size);
	font-weight: 600;
	display: block;
	margin-top: 1.6rem;
}
.collection-list-menus-section .item-list-menus .collection-menu-btn svg {
	margin: -4px 0 0px 8px;
}
.collection-list-menus-section .mitem:after {
	content: "/";
	margin-right: 0.5rem;
	margin-left: 1rem;
}
.collection-list-menus-section .mitem:last-child:after {
	content: none;
}
@media (max-width: 991px) {
	.collection-list-menus-section .title-wrapper {
		margin-bottom: 4.1rem;
	}
	.collection-list-menus-section .title-wrapper .heading {
		font-size: 3.6rem;
	}
}

.collection-list-section .section-wrapper[data-id=layout-1] .heading-box, .collection-list-section .section-wrapper[data-id=layout-3] .heading-box {
	text-align: center;
}
.collection-list-section .section-wrapper[data-id=layout-1] .heading-box .heading-inner + .button, .collection-list-section .section-wrapper[data-id=layout-3] .heading-box .heading-inner + .button {
	margin-top: 1.6rem;
}
.collection-list-section .section-wrapper[data-id=layout-2] .heading-box {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 3rem;
}
.collection-list-section .section-wrapper[data-id=layout-2] .heading-box .button {
	margin-top: 1rem;
}
@media (max-width: 991px) {
	.collection-list-section .section-wrapper[data-id=layout-2] .heading-box {
		flex-direction: column;
		align-items: center;
		gap: 2rem;
		text-align: center;
	}
	.collection-list-section .section-wrapper[data-id=layout-2] .heading-box .button {
		margin-top: 0;
	}
}
.collection-list-section .section-wrapper[data-id=layout-2] .collection-list {
	max-width: 100%;
	padding-right: 0;
}
.collection-list-section .section-wrapper[data-id=layout-2] .collection-list:not(.stretch-section) {
	margin-left: calc((100% - var(--container)) / 2);
}
.collection-list-section .section-wrapper[data-id=layout-2] .scroll-wrapper {
	display: flex;
	flex-direction: row;
	overflow-x: auto;
	white-space: nowrap;
	flex-wrap: nowrap;
	padding-bottom: 2rem;
	margin-right: 0;
    justify-content: center;
}
.collection-list-section .section-wrapper[data-id=layout-2] .card-item {
	position: relative;
	min-width: 36rem;
	white-space: normal;
}
@media (max-width: 991px) {
	.collection-list-section .section-wrapper[data-id=layout-2] .card-item {
		min-width: 23rem;
	}
}
.collection-list-section .section-wrapper[data-id=layout-2] .card-item:not(:first-child) {
	margin-left: 2rem;
}
.collection-list-section .section-wrapper[data-id=layout-2] .card-item:first-child {
	padding-left: 0;
}
.collection-list-section .section-wrapper[data-id=layout-2] .card-item-inner {
	padding: 0;
	box-shadow: none;
}
.collection-list-section .section-wrapper[data-id=layout-3] .grid-wrapper {
	display: grid;
	grid-template-areas: "aa aa bb cc" "aa aa dd dd";
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: auto;
	grid-gap: 3rem;
}
@media (max-width: 991px) {
	.collection-list-section .section-wrapper[data-id=layout-3] .grid-wrapper {
		display: flex;
		flex-direction: row;
		overflow-x: auto;
		white-space: nowrap;
		flex-wrap: nowrap;
		padding-bottom: 2rem;
		margin-right: 0;
		gap: 2rem;
	}
	.collection-list-section .section-wrapper[data-id=layout-3] .grid-wrapper .card-item {
		min-width: 23rem;
		white-space: normal;
	}
}
.collection-list-section .section-wrapper[data-id=layout-3] .grid-wrapper .card-item:nth-child(1) {
	grid-area: aa;
}
.collection-list-section .section-wrapper[data-id=layout-3] .grid-wrapper .card-item:nth-child(2) {
	grid-area: bb;
}
.collection-list-section .section-wrapper[data-id=layout-3] .grid-wrapper .card-item:nth-child(3) {
	grid-area: cc;
}
.collection-list-section .section-wrapper[data-id=layout-3] .grid-wrapper .card-item:nth-child(4) {
	grid-area: dd;
}
@media (max-width: 991px) {
	.collection-list-section .section-wrapper[data-id=layout-3] .grid-wrapper .card-item:nth-child(4) .card-media.square-media {
		padding-bottom: 47.62%;
	}
	.collection-list-section .section-wrapper[data-id=layout-3] .grid-wrapper .card-item:nth-child(4) .card-media.portrait-media {
		padding-bottom: 65.177%;
	}
}
.collection-list-section .heading-box {
	margin-bottom: 4rem;
}
@media (max-width: 991px) {
	.collection-list-section .heading-box {
		margin-bottom: 2rem;
	}
}
.collection-list-section .heading-box .heading *,
.collection-list-section .heading-box .sub-heading * {
	margin: 0;
}
.collection-list-section .heading-box .heading p,
.collection-list-section .heading-box .sub-heading p {
	font-size: var(--h6-smaller-font-size);
	font-weight: var(--body-font-weight);
}
.collection-list-section .heading-box .heading + .sub-heading {
	margin-top: 5px;
}
@media (max-width: 991px) {
	.collection-list-section .heading-box .heading {
		margin-bottom: 0;
	}
}
.collection-list-section .heading-box .sub-heading {
	margin: 0;
	line-height: 1.5;
}
.collection-list-section .heading-box .button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	line-height: 1.6;
	position: relative;
	color: rgb(var(--button-text-color));
	background: unset;
	overflow: visible;
	font-size: var(--body-larger-font-size);
	font-weight: var(--heading-font-weight);
	white-space: nowrap;
}
.collection-list-section .heading-box .button:before {
	display: none;
}
.collection-list-section .heading-box .button:after {
	content: "";
	position: absolute;
	bottom: -0.7rem;
	left: 0;
	width: 100%;
	height: 0.1rem;
	background: rgb(var(--button-text-color));
	transition: all 0.3s ease;
}
.collection-list-section .heading-box .button:hover:after {
	height: 0.2rem;
}
.collection-list-section .collection-inner.title-inside .card-item-inner {
	display: flex;
	justify-content: center;
	align-items: center;
}
.collection-list-section .collection-inner.title-inside .card-title {
    position: absolute;
    bottom: 0;
    white-space: normal;
    max-width: 100%;
    display: block;
    padding: 0px 0 10px;
    width: 100%;
    z-index: 2;
}
.collection-list-section .collection-inner.title-inside .card-item-inner{
  position: relativel;
  overflow: hidden;
}
.collection-list-section .collection-inner.title-inside .card-item-inner .card-media a img{
  position: relative;
}
.collection-list-section .collection-inner.title-inside .card-item-inner .card-media a img:after{
  content: '';
  background: #000;
  background: linear-gradient(0deg,rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.collection-list-section .collection-inner.title-inside .card-title:hover{
  background-color: transparent !important;
}
.topbar-section .section-wrapper .topbar-center p {
    letter-spacing: 0.60px;
    text-transform: capitalize;
    font-weight: 400;
    color: #000;
}
.topbar-section .section-wrapper .topbar-center p strong{
  text-transform: uppercase;
  margin-right: 10px;
  font-size: 15px;
}
.collection-list-section .collection-inner.title-inside .card-title .collection-title {
	color: #fff;
	font-size: 31px;
}
.collection-list-section .collection-inner.title-inside .card-title:hover {
	background-color: rgb(var(--button-text-color));
}
.collection-list-section .collection-inner.title-inside .card-title:hover .collection-title,
.collection-list-section .collection-inner.title-inside .card-title:hover .collection-product-count {
	color: rgb(var(--button-bg-color));
}
@media (max-width: 991px) {
	.collection-list-section .collection-inner.title-inside .card-title {
		bottom: 2.5rem;
		padding: 1rem 1.5rem;
	}
}
.collection-list-section .collection-inner.title-outside .card-item {
	text-align: center;
}
.collection-list-section .collection-inner.title-outside .card-title {
	margin-top: 2rem;
}
.collection-list-section .collection-inner.title-outside .card-title:hover {
	transition: all 0.3s ease;
	text-decoration-line: underline;
	text-decoration-thickness: 0.2rem;
	text-decoration-color: rgb(var(--button-text-color));
	text-underline-offset: 0.4rem;
}
.collection-list-section .collection-inner.title-outside .card-title .collection-title {
	color: rgb(var(--button-text-color));
}
.collection-list-section .card-item-inner {
	position: relative;
}
.collection-list-section .card-item-inner .card-media.show-border-image {
	border: 0.2rem solid rgba(var(--text-color), 0.3);
}
.collection-list-section .card-item-inner .card-media img,
.collection-list-section .card-item-inner .card-media svg {
	transition: all 0.3s ease;
}
.collection-list-section .card-item-inner:hover .card-media.show-border-image {
	border-color: rgb(var(--text-color));
}
.collection-list-section .card-item-inner:hover .card-media img,
.collection-list-section .card-item-inner:hover .card-media svg {
	transform: scale(1.03);
}
.collection-list-section .card-link {
	display: inline-block;
}
.collection-list-section .card-title {
	text-align: center;
}
.collection-list-section .card-title .collection-product-count {
	font-size: var(--body-larger-font-size);
	font-weight: var(--body-font-weight);
	color: rgb(var(--text-color));
}
.collection-list-section .card-media {
	overflow: hidden;
	transition: all 0.3s ease;
	width: 100%;
	flex-shrink: 0;
	height: 0;
}
.collection-list-section .card-media img {
	width: 100%;
}
.collection-list-section .card-media.simple-image {
	border-radius: 2rem;
}
.collection-list-section .card-media.circle-image {
	border-radius: 50%;
}
.collection-list-section .card-media.rounding-top-image {
	border-top-left-radius: 30rem;
	border-top-right-radius: 30rem;
}
.collection-list-section .swiper-controls .swiper-button-prev,
.collection-list-section .swiper-controls .swiper-button-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 50%;
	padding: 1.2rem 1.2rem;
	border: 0.1rem solid rgba(var(--button-text-color), 0.1);
	background-color: rgb(var(--button-bg-color));
	color: rgb(var(--button-text-color));
}
.collection-list-section .swiper-controls .swiper-button-prev svg,
.collection-list-section .swiper-controls .swiper-button-next svg {
	width: 1.8rem;
	height: 1.8rem;
}
.collection-list-section .swiper-controls .swiper-button-prev:hover,
.collection-list-section .swiper-controls .swiper-button-next:hover {
	background-color: rgb(var(--button-text-color));
	color: rgb(var(--button-bg-color));
}
.collection-list-section .swiper-controls .swiper-button-prev.swiper-button-disabled,
.collection-list-section .swiper-controls .swiper-button-next.swiper-button-disabled {
	opacity: 0.5;
}
@media (max-width: 991px) {
	/* .collection-list-section .swiper-controls {
		display: none;
	} */
  #shopify-section-template--23458264875333__collection_list_TeyUnW .swiper-controls .swiper-button-prev {
	left: -5px;
}
  #shopify-section-template--23458264875333__collection_list_TeyUnW .swiper-controls .swiper-button-next {
	right: -5px;
}
}
@media (max-width: 991px) {
	.collection-list-section .swiper-slide {
		width: 23rem;
	}
}
.collection-list-section .title-outside .swiper-controls .swiper-button-prev,
.collection-list-section .title-outside .swiper-controls .swiper-button-next {
	top: 39%;
}

@media (max-width: 991px) {
	.collection-tabs-section .grid {
		overflow-x: auto;
		white-space: nowrap;
		flex-wrap: nowrap;
	}
	.collection-tabs-section .grid .grid-item {
		width: 26rem;
		min-width: 26rem;
		overflow: hidden;
	}
	.collection-tabs-section .grid .product-title {
		white-space: normal;
	}
}
.collection-tabs-section .button-wrap {
	display: flex;
	justify-content: center;
	margin-top: 2rem;
}
.collection-tabs-section .tabs-head {
	display: flex;
	align-items: center;
	gap: 2.2rem;
	margin-bottom: 4rem;
}
@media (max-width: 991px) {
	.collection-tabs-section .tabs-head {
		margin-bottom: 3rem;
	}
}
.collection-tabs-section .tabs-head.alignment-center {
	flex-direction: column;
}
.collection-tabs-section .tabs-head.alignment-center .heading {
	text-align: center;
}
.collection-tabs-section .tabs-head.alignment-left {
	justify-content: space-between;
}
@media (max-width: 991px) {
	.collection-tabs-section .tabs-head.alignment-left {
		flex-direction: column;
	}
	.collection-tabs-section .tabs-head.alignment-left .heading {
		text-align: center;
	}
}
.collection-tabs-section .tabs-head.alignment-right {
	justify-content: space-between;
	flex-direction: row-reverse;
}
@media (max-width: 991px) {
	.collection-tabs-section .tabs-head.alignment-right {
		flex-direction: column;
	}
	.collection-tabs-section .tabs-head.alignment-right .heading {
		text-align: center;
	}
}
.collection-tabs-section .tabs-head .heading > * {
	margin: 0;
}
.collection-tabs-section .tabs-head .tabs-head-desktop {
	background-color: rgba(var(--heading-color), 0.05);
	padding: 0.4rem;
	border-radius: 1.6rem;
}
.collection-tabs-section .tabs-head .tabs-head-desktop .tab-head {
	font-weight: var(--heading-font-weight);
	color: rgb(var(--text-color));
	margin: 0 0.4rem;
	padding: 0.8rem 2rem;
	display: inline-block;
	text-decoration: none;
}
.collection-tabs-section .tabs-head .tabs-head-desktop .tab-head:first-of-type {
	margin-left: 0;
}
.collection-tabs-section .tabs-head .tabs-head-desktop .tab-head:last-of-type {
	margin-right: 0;
}
.collection-tabs-section .tabs-head .tabs-head-desktop .tab-head.active {
	background-color: rgb(152 152 152);
	color: rgb(var(--heading-color));
	border-radius: 1.2rem;
	box-shadow: 0rem 0.2rem 0.2rem 0rem rgba(28, 36, 51, 0.1019607843);
}
.collection-tabs-section .tabs-head .tabs-head-mobile .dropdown-summary {
	color: rgb(var(--heading-color));
	font-weight: var(--heading-font-weight);
	background-color: rgba(var(--heading-color), 0.05);
	padding: 0.8rem 2rem;
	border-radius: 1.2rem;
}
.collection-tabs-section .tabs-head .tabs-head-mobile .dropdown-summary svg {
	margin-top: -0.3rem;
	margin-left: 0.5rem;
}
.collection-tabs-section .tabs-head .tabs-head-mobile .dropdown-content {
	left: 0;
}
.collection-tabs-section .tabs-head .tabs-head-mobile .dropdown-content .dropdown-content-header {
	color: rgb(var(--heading-color));
	font-weight: var(--heading-font-weight);
}
.collection-tabs-section .tabs-head .tabs-head-mobile .dropdown-content .dropdown-item {
	color: rgb(var(--text-color));
	font-weight: var(--heading-font-weight);
}
.collection-tabs-section .tabs-head .size-normal .tab-head,
.collection-tabs-section .tabs-head .size-normal .dropdown-summary,
.collection-tabs-section .tabs-head .size-normal .dropdown-content .dropdown-content-title,
.collection-tabs-section .tabs-head .size-normal .dropdown-content .dropdown-item {
	font-size: var(--body-font-size);
}
.collection-tabs-section .tabs-head .size-large .tab-head,
.collection-tabs-section .tabs-head .size-large .dropdown-summary,
.collection-tabs-section .tabs-head .size-large .dropdown-content .dropdown-content-title,
.collection-tabs-section .tabs-head .size-large .dropdown-content .dropdown-item {
	font-size: var(--h6-font-size);
}
@media (max-width: 991px) {
	.collection-tabs-section .tabs-head .size-large .tab-head,
	.collection-tabs-section .tabs-head .size-large .dropdown-summary,
	.collection-tabs-section .tabs-head .size-large .dropdown-content .dropdown-content-title,
	.collection-tabs-section .tabs-head .size-large .dropdown-content .dropdown-item {
		font-size: var(--body-larger-font-size);
	}
}
.collection-tabs-section .tabs-content .banner-wrapper {
	width: 25%;
}
.collection-tabs-section .tabs-content .banner-wrapper .banner-inner {
	position: relative;
	display: flex;
}
.collection-tabs-section .tabs-content .banner-wrapper .banner-inner.portrait-media {
	height: 0;
	padding-bottom: 155.67%;
}
.collection-tabs-section .tabs-content .banner-wrapper .banner-inner.square-media {
	height: 0;
	padding-bottom: 122.5%;
}
.collection-tabs-section .tabs-content .banner-wrapper .banner-link:hover .banner-image img,
.collection-tabs-section .tabs-content .banner-wrapper .banner-link:hover .banner-image svg {
	transform: scale(1.03);
	transition: all 0.3s ease;
}
.collection-tabs-section .tabs-content .banner-wrapper .banner-image {
	border-radius: 2rem;
	display: block;
	overflow: hidden;
	padding-bottom: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.collection-tabs-section .tabs-content .banner-wrapper .banner-image img,
.collection-tabs-section .tabs-content .banner-wrapper .banner-image svg {
	transition: all 0.3s ease;
}
.collection-tabs-section .tabs-content .banner-wrapper .banner-image:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	animation: none;
	background: none;
}
.collection-tabs-section .tabs-content .banner-wrapper .banner-heading {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform: translateY(-50%);
	text-align: center;
	padding: 0 4rem;
	z-index: 1;
}
.collection-tabs-section .tabs-content .banner-wrapper .banner-heading > * {
	color: rgb(var(--background-color));
	margin: 0;
}
@media (max-width: 991px) {
	.collection-tabs-section .tabs-content .banner-wrapper .banner-heading {
		padding: 0 2rem;
	}
}
@media (max-width: 767px) {
	.collection-tabs-section .tabs-content .banner-wrapper {
		display: none;
	}
}
.collection-tabs-section .tabs-content.show-banner {
	display: flex;
}
.collection-tabs-section .tabs-content.show-banner.layout-grid {
	margin: 0 -1.5rem;
}
.collection-tabs-section .tabs-content.show-banner.layout-grid .banner-wrapper {
	padding: 0 1.5rem;
}
.collection-tabs-section .tabs-content.show-banner.layout-grid .tab-content {
	margin: 0;
}
@media (max-width: 991px) {
	.collection-tabs-section .tabs-content.show-banner.layout-grid .banner-wrapper {
		width: 26rem;
	}
	.collection-tabs-section .tabs-content.show-banner.layout-grid .tab-content {
		width: calc(100% - 26rem);
	}
}
@media (max-width: 767px) {
	.collection-tabs-section .tabs-content.show-banner.layout-grid .tab-content {
		width: 100%;
	}
}
.collection-tabs-section .tabs-content.show-banner.layout-slider .banner-wrapper {
	width: 25.582%;
	padding-right: 3rem;
}
.collection-tabs-section .tabs-content.show-banner.layout-slider .swiper-slide {
	width: 23rem;
}
.collection-tabs-section .tabs-content.show-banner.layout-slider .tab-content {
	width: 74.418%;
}
@media (max-width: 991px) {
	.collection-tabs-section .tabs-content.show-banner.layout-slider .banner-wrapper {
		width: 26rem;
	}
	.collection-tabs-section .tabs-content.show-banner.layout-slider .tab-content {
		width: calc(100% - 26rem);
	}
}
@media (max-width: 767px) {
	.collection-tabs-section .tabs-content.show-banner.layout-slider .tab-content {
		width: 100%;
	}
}
.collection-tabs-section .tabs-content.show-banner .tab-content {
	width: 75%;
}
.collection-tabs-section .tabs-content.show-banner .tab-content.grid {
	margin: 0;
}
@media (max-width: 767px) {
	.collection-tabs-section .tabs-content.show-banner {
		display: block;
	}
	.collection-tabs-section .tabs-content.show-banner .tab-content {
		width: 100%;
	}
}
.collection-tabs-section .tabs-content .tab-content {
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
}
@media (max-width: 991px) {
	.collection-tabs-section .tabs-content .swiper-wrapper .swiper-slide {
		width: 23rem;
	}
}
.collection-tabs-section .tabs-content .swiper-controls .swiper-button-prev,
.collection-tabs-section .tabs-content .swiper-controls .swiper-button-next {
	top: 39%;
	padding: 1.1rem;
	border: 0.1rem solid rgba(var(--button-outline-color), 0.1);
	background-color: rgb(var(--button-bg-color));
}
.collection-tabs-section .tabs-content .swiper-controls .swiper-button-prev svg,
.collection-tabs-section .tabs-content .swiper-controls .swiper-button-next svg {
	width: 2rem;
	height: 2rem;
	color: rgb(var(--button-text-color));
}
.collection-tabs-section .tabs-content .swiper-controls .swiper-button-prev:hover,
.collection-tabs-section .tabs-content .swiper-controls .swiper-button-next:hover {
	background-color: rgb(var(--button-text-color));
}
.collection-tabs-section .tabs-content .swiper-controls .swiper-button-prev:hover svg,
.collection-tabs-section .tabs-content .swiper-controls .swiper-button-next:hover svg {
	color: rgb(var(--button-bg-color));
}
@media (max-width: 991px) {
	.collection-tabs-section .tabs-content .swiper-controls {
		display: none;
	}
}
.collection-tabs-section .tabs-button {
	text-align: center;
	margin-top: 0.8rem;
}
.collection-tabs-section .tabs-button .view-all-button {
	display: inline-block;
	font-weight: var(--heading-font-weight);
	background-color: rgb(var(--button-bg-color));
	color: rgb(var(--button-text-color));
	border: var(--button-border-width) solid rgb(var(--button-outline-color));
	padding: 1.6rem 4rem;
	border-radius: var(--button-radius);
}
.collection-tabs-section .tabs-button .view-all-button:hover {
	background-color: rgb(var(--button-text-color));
	color: rgb(var(--button-bg-color));
	border-color: rgb(var(--button-bg-color));
}

.collection-with-banner-section .card-wrapper {
	display: flex;
	gap: 3rem;
}
@media (max-width: 1366px) {
	.collection-with-banner-section .card-wrapper {
		gap: 2rem;
	}
}
@media (max-width: 991px) {
	.collection-with-banner-section .card-wrapper {
		display: flex;
		flex-direction: row;
		overflow-x: auto;
		white-space: nowrap;
		flex-wrap: nowrap;
		padding-bottom: 2rem;
		margin-right: 0;
		gap: 2rem;
	}
}
.collection-with-banner-section .card-banner,
.collection-with-banner-section .card-item {
	width: 25%;
}
@media (max-width: 991px) {
	.collection-with-banner-section .card-banner,
	.collection-with-banner-section .card-item {
		min-width: 23rem;
		white-space: normal;
	}
}
.collection-with-banner-section .card-banner {
	background-color: rgb(var(--heading-color));
	border-radius: 2rem;
	overflow: hidden;
	padding: 3rem;
	display: flex;
}
@media (max-width: 1366px) {
	.collection-with-banner-section .card-banner {
		padding: 2rem;
	}
}
@media (max-width: 991px) {
	.collection-with-banner-section .card-banner {
		padding: 2rem;
	}
}
.collection-with-banner-section .card-banner .sub-heading > *,
.collection-with-banner-section .card-banner .heading > *,
.collection-with-banner-section .card-banner .description > * {
	color: rgb(var(--background-color));
	margin: 0;
}
.collection-with-banner-section .card-banner .card-banner-inner.rte a {
	color: #000;
	text-decoration-color: rgb(var(--background-color));
}
.collection-with-banner-section .card-banner .sub-heading {
	margin-bottom: 2.4rem;
}
@media (max-width: 1366px) {
	.collection-with-banner-section .card-banner .sub-heading {
		margin-bottom: 1.5rem;
	}
}
.collection-with-banner-section .card-banner .sub-heading p {
	font-size: var(--body-small-font-size);
	font-weight: var(--heading-font-weight);
	color: #d2ef9a;
}
.collection-with-banner-section .card-banner .heading {
	margin-bottom: 1rem;
}
.collection-with-banner-section .card-banner .description p {
	font-size: var(--body-largest-font-size);
}
.collection-with-banner-section .card-item .card-item-inner {
	position: relative;
	border-radius: 2rem;
	overflow: hidden;
}
.collection-with-banner-section .card-item .card-item-inner:hover .card-media img,
.collection-with-banner-section .card-item .card-item-inner:hover .card-media svg {
	transform: scale(1.03);
}
.collection-with-banner-section .card-item .card-media img,
.collection-with-banner-section .card-item .card-media svg {
	transition: all 0.3s ease;
}
.collection-with-banner-section .card-item .card-media .card-link:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	animation: none;
	background: none;
}
.collection-with-banner-section .card-item .card-title {
	position: absolute;
	top: 2rem;
	right: 2rem;
	bottom: 2rem;
	left: 2rem;
	display: flex;
}
.collection-with-banner-section .card-item .card-title .card-title-inner {
	z-index: 1;
}
.collection-with-banner-section .card-item .card-title .collection-product-count {
	display: block;
	margin-bottom: 0.5rem;
	color: rgb(var(--heading-color));
}
.collection-with-banner-section .card-item .card-title .collection-title {
	display: block;
	margin: 0;
	color: rgb(var(--heading-color));
}

.collection-page-section ul,
.collection-page-section ol {
	list-style: none;
	margin: 0;
	padding: 0;
}
.collection-page-section .pagination .pagination-list {
	padding: 0 1.5rem;
}
.collection-page-section .collections.has-sidebar {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.collection-page-section .collections.has-sidebar .width-sidebar {
	width: 19%;
}
@media (max-width: 1199px) {
	.collection-page-section .collections.has-sidebar .width-sidebar {
		width: 100%;
	}
	.collection-page-section .collections.has-sidebar .width-sidebar.order-1 {
		margin-bottom: 3rem;
	}
	.collection-page-section .collections.has-sidebar .width-sidebar.order-2 {
		margin-top: 3rem;
	}
}
.collection-page-section .collections.has-sidebar .content {
	width: calc(81% - 3rem);
}
@media (max-width: 1199px) {
	.collection-page-section .collections.has-sidebar .content {
		width: 100%;
	}
}
.collection-page-section .collections .order-1 {
	order: 1;
}
.collection-page-section .collections .order-2 {
	order: 2;
}
.collection-page-section .none {
	display: none !important;
}
@media (max-width: 991px) {
	.collection-page-section .sidebar {
		display: none;
	}
}
.collection-page-section .sidebar select {
	width: 100%;
	height: 4rem;
	margin-bottom: 1rem;
}
.collection-page-section .sidebar details[open] .details-summary svg {
	transform: rotate(180deg);
}
.collection-page-section .sidebar .sidebar-item {
	padding-bottom: 3.5rem;
}
.collection-page-section .sidebar .active-filter {
	margin-bottom: 2.1rem;
	font-size: 0;
}
.collection-page-section .sidebar .active-filter:empty {
	display: none;
}
.collection-page-section .sidebar .active-filter .heading {
	margin-top: 0.7rem;
	margin-bottom: 2.2rem;
	font-size: 1.8rem;
	font-weight: 600;
	display: block;
	font-family: var(--body-font-family);
	color: rgb(var(--heading-color));
}
.collection-page-section .sidebar .active-filter .active-filter-item {
	cursor: pointer;
	display: inline-flex;
	margin-right: 1rem;
	margin-bottom: 1rem;
	color: rgb(var(--heading-color));
	padding: 0.6rem 0.9rem;
	line-height: 1;
	font-size: 1.3rem;
	transition: all 0.3s;
}
.collection-page-section .sidebar .active-filter .active-filter-item[data-reset=all] {
	background-color: transparent;
	padding: 0;
	color: rgb(var(--text-color));
}
@media (hover: hover) {
	.collection-page-section .sidebar .active-filter .active-filter-item[data-reset=all]:hover {
		color: rgb(var(--heading-color));
	}
	.collection-page-section .sidebar .active-filter .active-filter-item:not([data-reset=all]):hover {
		background-color: rgb(var(--link-hover));
		color: #fff;
	}
}
.collection-page-section .sidebar .active-filter svg {
	opacity: 0.8;
	margin-left: 0.7rem;
}
.collection-page-section .sidebar .quick-links-wrapper .quick-links-details {
	border: 1px solid rgb(var(--border-color));
	border-radius: 0.5rem;
}
.collection-page-section .sidebar .quick-links-wrapper .quick-links-details .details-summary {
	padding: 0.9rem 1.6rem 0.9rem 2.2rem !important;
}
.collection-page-section .sidebar .quick-links-wrapper .quick-links-details .details-summary:after {
	left: 2.2rem;
}
.collection-page-section .sidebar .quick-links-wrapper .details-content {
	padding: 2rem 2.2rem;
}
.collection-page-section .sidebar .quick-links-wrapper .filter-title {
	font-size: 1.8rem !important;
}
.collection-page-section .sidebar .quick-links-wrapper .link-arrow {
	flex-grow: 1;
	display: inline-flex;
	justify-content: flex-end;
	align-items: center;
	cursor: pointer;
}
.collection-page-section .sidebar .quick-links-wrapper .link-arrow .link-arrow-inner {
	transition: transform 0.2s ease;
}
.collection-page-section .sidebar .quick-links-wrapper .link-arrow svg {
	width: 1.3rem;
	height: 1.3rem;
}
.collection-page-section .sidebar .quick-links-wrapper .current {
	color: rgb(var(--link-hover));
}
.collection-page-section .sidebar .quick-links {
	list-style: none;
	margin: 0;
	padding: 0;
}
.collection-page-section .sidebar .quick-links .link-heading {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0.6rem 0;
}
.collection-page-section .sidebar .quick-links .link-heading > a:last-child {
	flex-grow: 1;
}
.collection-page-section .sidebar .quick-links .link-item.active > .link-heading .link-arrow-inner {
	transform: rotate(90deg);
}
.collection-page-section .sidebar .quick-links .link-sub {
	display: none;
	padding-left: 2rem;
}
.collection-page-section .sidebar .filter-item {
	margin-top: 2.1rem;
}
.collection-page-section .sidebar .details-summary {
	pointer-events: none;
	cursor: pointer;
	font-weight: 500;
	color: rgb(var(--heading-color));
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid rgb(var(--border-color));
	padding-bottom: 0;
	position: relative;
}
.collection-page-section .sidebar .details-summary:after {
	border-bottom: 2px solid rgb(var(--button-primary-bg));
	bottom: -1px;
	left: 0;
	content: "";
	position: absolute;
	transition: all 0.3s linear 0s;
	width: 8rem;
}
.collection-page-section .sidebar .details-summary svg {
	width: 1.2rem;
	height: 1.2rem;
	transition: transform 0.2s ease;
}
.collection-page-section .sidebar .details-summary .filter-title {
	font-size: 2rem;
	text-transform: capitalize;
	font-weight: 500;
	color: rgb(var(--heading-color));
}
.collection-page-section .sidebar .toggle {
	cursor: pointer;
	color: rgb(var(--link-hover));
}
.collection-page-section .sidebar .more-items {
	display: none;
	margin-bottom: 1.4rem;
}
.collection-page-section .sidebar .details-content {
	padding: 0 0 0.9rem 0;
}
.collection-page-section .content {
	width: 100%;
}
@media (max-width: 991px) {
	.collection-page-section .content .banner,
	.collection-page-section .content .toolbar {
		display: none;
	}
}
.collection-page-section .content .banner {
	position: relative;
	margin-bottom: 3rem;
}
.collection-page-section .content .banner img {
	width: 100%;
}
.collection-page-section .content .banner .banner-link {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.collection-page-section .content .toolbar {
	position: relative;
	width: 100%;
}
.collection-page-section .content .toolbar .filter-toolbar {
	position: static;
}
.collection-page-section .content .toolbar .filter-toolbar.open .filter-toolbar-title {
	color: rgb(var(--heading-color));
}
.collection-page-section .content .toolbar .filter-toolbar.open .filter-toolbar-title .icon-open {
	display: none;
}
.collection-page-section .content .toolbar .filter-toolbar.open .filter-toolbar-title .icon-close {
	display: block;
}
.collection-page-section .content .toolbar .filter-toolbar.open .content-fillter {
	opacity: 1;
	visibility: visible;
	transform: unset;
	box-shadow: rgba(var(--text-color), 0.12) 0px 4px 8px -2px, rgba(var(--text-color), 0.02) 0px 0px 0px 1px;
	border-radius: 0.5rem;
	padding: 1.5rem;
	transition: all 0.3s;
}
.collection-page-section .content .toolbar .filter-toolbar-title {
	margin: 0 3rem 0 0;
	display: flex;
	cursor: pointer;
}
.collection-page-section .content .toolbar .filter-toolbar-title svg {
	height: 2.4rem;
	width: auto;
	transition: all 0.3s;
}
.collection-page-section .content .toolbar .filter-toolbar-title span {
	font-size: 1.6rem;
	margin-left: 1rem;
}
.collection-page-section .content .toolbar .filter-toolbar-title .icon {
	width: 2.4rem;
	transition: all 0.3s;
}
.collection-page-section .content .toolbar .filter-toolbar-title .icon-open {
	display: block;
}
.collection-page-section .content .toolbar .filter-toolbar-title .icon-close {
	display: none;
}
.collection-page-section .content .toolbar .quick-links-wrapper-top {
	flex-basis: 16.6%;
	margin-right: 15px;
}
.collection-page-section .content .toolbar .quick-links-wrapper-top .quick-links-details {
	border: none;
}
.collection-page-section .content .toolbar .quick-links-wrapper-top .details-summary {
	padding: 0.9rem 0 !important;
	padding-top: 0 !important;
}
.collection-page-section .content .toolbar .quick-links-wrapper-top .details-summary:after {
	left: 0 !important;
}
.collection-page-section .content .toolbar .quick-links-wrapper-top .details-content {
	padding: 2rem 0;
}
.collection-page-section .content .toolbar .box-filter-top {
	display: flex;
}
.collection-page-section .content .toolbar .filter-item-top {
	flex-basis: 20%;
	margin: 0 15px;
}
.collection-page-section .content .toolbar .filter-wrapper-top {
	display: flex;
	justify-content: space-between;
}
.collection-page-section .content .toolbar form {
	flex-grow: 1;
}
.collection-page-section .content .toolbar .content-fillter {
	position: absolute;
	top: 100%;
	width: 100%;
	left: 0;
	background-color: var(--gradient-background, rgb(var(--background-color)));
	z-index: 11;
	border-bottom-left-radius: 0.5rem;
	border-bottom-right-radius: 0.5rem;
	padding: 2rem 0;
	box-shadow: none;
	opacity: 0;
	visibility: hidden;
	transform: translateY(1rem);
}
.collection-page-section .content .toolbar .change-colum-product {
	margin-left: -0.5rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.collection-page-section .content .toolbar .change-colum-product .item {
	margin: 0 0.5rem;
	cursor: pointer;
}
.collection-page-section .content .toolbar .change-colum-product .item svg {
	width: auto;
	height: 3.2rem;
}
.collection-page-section .content .toolbar .change-colum-product .item svg rect {
	opacity: 0.4;
}
.collection-page-section .content .toolbar .change-colum-product .item svg path {
	opacity: 0.4;
}
.collection-page-section .content .toolbar .change-colum-product .item.active svg path {
	opacity: 1;
}
.collection-page-section .content .toolbar .change-colum-product .item.active svg rect {
	opacity: 1;
}
.collection-page-section .content .toolbar .toolbar-sale-product {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-left: 2.5rem;
}
.collection-page-section .content .toolbar .toolbar-sale-product .filter-sale {
	margin-left: 1rem;
}
.collection-page-section .content .toolbar .item-toolbar-left,
.collection-page-section .content .toolbar .item-toolbar-right {
	display: flex;
	align-items: center;
}
.collection-page-section .content .toolbar .item-toolbar-right .product-count {
	font-size: 1.6rem;
}
.collection-page-section .content .toolbar .item-toolbar-right .dropdown-summary-inner {
	margin-left: 0;
}
.collection-page-section .content .toolbar .toolbar-inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0.6rem 0.1rem 0.6rem 0;
	border-radius: 0.5rem;
}
.collection-page-section .content .toolbar .dropdown-summary {
	display: flex;
	align-items: center;
}
.collection-page-section .content .toolbar .dropdown-summary-inner {
	margin-left: 1rem;
	padding: 0.7rem 1.3rem;
	border: 0.1rem solid rgb(var(--border-color));
	color: rgb(var(--heading-color));
	background-color: #fff;
	border-radius: 0.5rem;
}
.collection-page-section .content .toolbar .dropdown-content li {
	cursor: pointer;
	padding: 0.3rem 1.5rem;
}
.collection-page-section .content .products {
	margin-top: 3rem;
	margin-bottom: 5rem;
	margin-left: -1.5rem;
	margin-right: -1.5rem;
}
@media (max-width: 991px) {
	.collection-page-section .content .products {
		margin-top: 2rem;
		margin-left: 0;
		margin-right: 0;
	}
}
.collection-page-section .content .products .grid-small .add-to-cart-button {
	padding-left: 1.5rem;
	padding-right: 1.51rem;
	min-width: auto;
}
.collection-page-section .toolbar-inner.layout-2 .item-toolbar-filter {
	flex-grow: 1;
}
.collection-page-section .toolbar-inner.layout-2 .quick-links-wrapper-top .details-summary {
	padding: 0.7rem 1.3rem !important;
}
.collection-page-section .toolbar-inner.layout-2 .dropdown-summary {
	padding: 0.7rem 1.3rem;
	border: 0.1rem solid rgb(var(--border-color));
	color: rgb(var(--heading-color));
	background-color: #fff;
	border-radius: 0.5rem;
	justify-content: space-between;
}
.collection-page-section .toolbar-inner.layout-2 .dropdown-content {
	width: 100%;
	top: calc(100% - 0.1rem);
	box-shadow: none;
	border: 0.1rem solid rgb(var(--border-color));
	font-size: 1.6rem;
}
.collection-page-section .toolbar-inner.layout-2 .filter-item-top {
	margin: 0 6px;
	position: relative;
}
.collection-page-section .toolbar-inner.layout-2 .filter-title {
	font-size: 1.4rem;
}
.collection-page-section .toolbar-inner.layout-2 .quick-links-wrapper-top {
	margin-right: 0.6rem;
}
.collection-page-section .toolbar-inner.layout-2 li {
	margin-bottom: 0.2rem;
}
.collection-page-section .toolbar-inner.layout-2 .sort-by {
	margin-left: 0.6rem !important;
}
.collection-page-section .toolbar-inner.layout-2 .sort-by .dropdown-summary {
	padding: 0;
	border: none;
	background-color: transparent;
}
.collection-page-section .toolbar-inner.layout-2 .sort-by .dropdown-summary-inner {
	margin-left: 0;
}
.collection-page-section .toolbar-inner.layout-2 .range-slider {
	padding: 0 1.5rem;
	margin-bottom: 1rem;
}
.collection-page-section .toolbar-inner.layout-2 .change-colum-product {
	margin-right: 1rem;
}
.collection-page-section .mobile-filter {
	width: 100%;
}
@media (min-width: 992px) {
	.collection-page-section .mobile-filter {
		display: none;
	}
}
.collection-page-section .mobile-filter.is-open .mobile-filter-modal {
	visibility: visible;
	opacity: 1;
}
.collection-page-section .mobile-filter.is-open .mobile-filter-modal .mobile-filter-form {
	visibility: visible;
	opacity: 1;
	transform: translateY(0);
}
.collection-page-section .mobile-filter:not(.transform) .mobile-filter-modal .form-header .back-button {
	display: none;
}
.collection-page-section .mobile-filter.transform .mobile-filter-modal .form-header .close-button {
	display: none;
}
.collection-page-section .mobile-filter.transform .mobile-filter-modal .form-content .form-content-inner {
	transform: translateX(-100%);
}
.collection-page-section .mobile-filter .range-slider .price-from,
.collection-page-section .mobile-filter .range-slider .price-to {
	max-width: 20rem;
}
.collection-page-section .mobile-filter .mobile-filter-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 1rem;
}
.collection-page-section .mobile-filter .mobile-filter-header .filter-sort {
	border-radius: 0.5rem;
	padding: 0;
	background-color: transparent;
	border: 0;
	margin-right: 1rem;
}
.collection-page-section .mobile-filter .mobile-filter-header .filter-sort svg {
	width: 2rem;
	height: 2rem;
	margin-right: 1rem;
	vertical-align: -0.5rem;
}
.collection-page-section .mobile-filter .mobile-active-filter .active-filter-item {
	display: inline-flex;
	padding: 0.3rem 1rem;
	color: rgb(var(--heading-color));
	border-radius: 5rem;
	margin-right: 1rem;
}
.collection-page-section .mobile-filter .mobile-filter-modal {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 200;
	opacity: 0;
	visibility: hidden;
	background-color: rgba(var(--overlay-color), 0.4);
	transition: visibility 0.2s ease, opacity 0.2s ease;
}
.collection-page-section .mobile-filter .mobile-filter-modal .mobile-filter-form {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 10%;
	background-color: #fff;
	transform: translateY(100%);
	opacity: 0;
	visibility: hidden;
	transition: visibility 0.2s ease, opacity 0.2s ease, transform 0.3s ease;
	display: flex;
	flex-direction: column;
}
.collection-page-section .mobile-filter .mobile-filter-modal .form-header {
	padding: 2rem;
	border-bottom: 1px solid #ddd;
	display: flex;
	justify-content: center;
	position: relative;
}
.collection-page-section .mobile-filter .mobile-filter-modal .form-header .close-button,
.collection-page-section .mobile-filter .mobile-filter-modal .form-header .back-button {
	position: absolute;
	left: 1rem;
	top: 50%;
	transform: translateY(-50%);
	width: 4rem;
	height: 4rem;
	display: flex;
	justify-content: center;
	align-items: center;
	color: rgb(var(--heading-color));
}
.collection-page-section .mobile-filter .mobile-filter-modal .form-header .close-button svg {
	width: 2.5rem;
	height: 2.5rem;
}
.collection-page-section .mobile-filter .mobile-filter-modal .form-header .back-button svg {
	width: 3rem;
	height: 3rem;
}
.collection-page-section .mobile-filter .mobile-filter-modal .form-header .heading {
	font-weight: 500;
	font-size: 1.8rem;
	color: rgb(var(--heading-color));
}
.collection-page-section .mobile-filter .mobile-filter-modal .form-content {
	flex-grow: 1;
	position: relative;
	overflow-x: hidden;
	overflow-y: auto;
}
.collection-page-section .mobile-filter .mobile-filter-modal .form-content .form-content-inner {
	padding: 0 2rem 2rem 2rem;
	transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
	transform: translateX(0);
	height: 100%;
}
.collection-page-section .mobile-filter .mobile-filter-modal .form-content .filter-item {
	border-bottom: 1px solid #efefef;
	color: rgb(var(--heading-color));
}
.collection-page-section .mobile-filter .mobile-filter-modal .form-content .filter-item.active .filter-content {
	display: block;
}
.collection-page-section .mobile-filter .mobile-filter-modal .form-content .filter-item .item-list li {
	display: flex;
}
.collection-page-section .mobile-filter .mobile-filter-modal .form-content .filter-item .item-list li.radio-item label {
	align-items: center;
	justify-content: flex-start;
}
.collection-page-section .mobile-filter .mobile-filter-modal .form-content .filter-item .item-list label {
	flex-grow: 1;
	display: flex;
	justify-content: space-between;
}
.collection-page-section .mobile-filter .mobile-filter-modal .form-content .filter-heading {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 1.5rem 0;
}
.collection-page-section .mobile-filter .mobile-filter-modal .form-content .filter-heading .heading-text {
	pointer-events: none;
}
.collection-page-section .mobile-filter .mobile-filter-modal .form-content .filter-content {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	transform: translateX(100%);
	transition: transform 0.2s ease;
	overflow-x: hidden;
	overflow-y: auto;
	background-color: var(--gradient-background, rgb(var(--background-color)));
	padding: 2rem;
	display: none;
}
.collection-page-section .mobile-filter .mobile-filter-modal .form-footer {
	padding: 1rem;
	border-top: 1px solid #ddd;
	text-align: center;
	display: flex;
	justify-content: center;
}
.collection-page-section .mobile-filter .mobile-filter-modal .form-footer .button {
	line-height: 1.2;
	padding: 1rem 4rem;
	width: 48%;
	max-width: 40%;
}
@media (min-width: 769px) {
	.collection-page-section .mobile-filter .mobile-filter-modal .form-footer .button {
		max-width: 20rem;
	}
}
.collection-page-section .mobile-filter .mobile-filter-modal .form-footer .button + .button {
	margin-left: 1rem;
}
[data-filtering] .collection-page-section .filter-form,
[data-filtering] .collection-page-section .toolbar,
[data-filtering] .collection-page-section .products {
	opacity: 1;
	pointer-events: none;
}
.collection-page-section .page-title-collection {
	margin-bottom: 4rem;
}
.collection-page-section .page-title-collection h2 {
	margin-bottom: 0;
}
.collection-page-section .bottom-pagination {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 1.5rem;
}
.collection-page-section .bottom-pagination .product-count {
	margin-right: 1rem;
}
@media (max-width: 575px) {
	.collection-page-section .bottom-pagination .product-count {
		display: none;
	}
}
.collection-page-section .bottom-pagination .pagination {
	flex-grow: 1;
}
.collection-page-section .grid-1 .product-card:hover .form-add-to-cart {
	position: relative;
}
.collection-page-section .grid-1 .product-card:hover .product-actions {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
@media (max-width: 991px) {
	.collection-page-section .grid-1 .product-card:hover .product-actions {
		opacity: 0;
	}
}
.collection-page-section .grid-1 .product-card .add-to-cart-button {
	margin-bottom: 0.5rem;
	border: 1px solid;
	width: 100%;
}
.collection-page-section .grid-1 .product-card .product-actions {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
@media (max-width: 991px) {
	.collection-page-section .grid-1 .product-card .product-actions {
		opacity: 0;
	}
}
.collection-page-section .grid-1 .product-card .form-add-to-cart {
	position: relative;
	width: 100%;
}
.collection-page-section .grid-1 .product-card .quick-add-button {
	border: 0.1rem solid;
}
.collection-page-section .grid-1 .product-card .quick-add-box.open {
	border: 0.1rem solid;
	bottom: -0.2rem;
}
.collection-page-section .box-slider-page-collection {
	margin-bottom: 4rem;
}
@media (min-width: 768px) {
	.collection-page-section .box-slider-page-collection.grid-only-banner {
		display: grid;
		grid-template-columns: 63% auto;
		gap: 20px;
	}
}
.collection-page-section .box-slider-page-collection .banner-slider {
	padding: 3rem;
}
@media (max-width: 767px) {
	.collection-page-section .box-slider-page-collection .banner-slider {
		padding: 3rem 2rem 6rem 2rem;
		margin-top: 3rem;
	}
}
.collection-page-section .box-slider-page-collection .banner-slider .sub-title {
	font-weight: 700;
	font-size: 1.4rem;
	letter-spacing: 1px;
	background-color: rgb(var(--price-product-color));
	color: #fff;
	padding: 0.6rem 1.5rem;
	border-radius: 0.5rem;
}
.collection-page-section .box-slider-page-collection .banner-slider .title {
	font-size: 3rem;
	margin-top: 1.8rem;
	margin-bottom: 0.8rem;
}
.collection-page-section .box-slider-page-collection .banner-slider .title span {
	text-transform: uppercase;
}
.collection-page-section .box-slider-page-collection .banner-slider .des-banner {
	font-size: 1.8rem;
	color: rgb(var(--heading-color));
	margin-bottom: 0;
}
.collection-page-section .box-slider-page-collection .banner-slider .price-banner {
	font-size: 1.9rem;
}
.collection-page-section .box-slider-page-collection .banner-slider .price-banner span {
	color: rgb(var(--price-product-color));
	font-size: 3rem;
}
.collection-page-section .product-list-collection.grid-1 {
	display: none;
}
.collection-page-section .product-list-collection.grid-1 .product-quick-view {
	background-color: rgb(var(--button-bg-color));
	color: rgb(var(--button-text-color));
	margin-bottom: 1.5rem;
	border: 0.1rem solid;
}
.collection-page-section .product-list-collection.grid-1 .product-card {
	width: 100%;
	display: flex;
}
.collection-page-section .product-list-collection.grid-1 .product-card .quick-add-box {
	left: auto;
	width: max-content;
}
@media (max-width: 991px) {
	.collection-page-section .product-list-collection.grid-1 .product-card {
		width: 100%;
		padding: 0;
	}
}
.collection-page-section .product-list-collection.grid-1 .product-card .info-left {
	width: 23.4rem;
}
.collection-page-section .product-list-collection.grid-1 .product-card .info-right {
	width: calc(100% - 23.4rem);
	padding-left: 2.8rem;
	display: flex;
	justify-content: space-between;
}
.collection-page-section .product-list-collection.grid-1 .product-card .info-right .description-product {
	width: calc(100% - 16rem);
	padding-right: 11rem;
}
.collection-page-section .product-list-collection.grid-1.active {
	display: block;
	margin-left: 1.5rem;
	margin-right: 1.5rem;
	width: 100%;
}
@media (max-width: 991px) {
	.collection-page-section .product-list-collection.grid-1.active {
		display: none;
	}
}
.collection-page-section .product-list-collection.grid-1 .product-card .product-actions {
	opacity: 1;
}
.collection-page-section .product-list-collection.grid-1 .action-product {
	max-width: 16rem;
}
.collection-page-section .product-list-collection.grid-1 .product-card .product-title {
	margin-bottom: 1rem;
	font-size: 2rem;
}
.collection-page-section .product-list-collection.grid-1 .product-card .box-price-sale {
	margin-bottom: 2rem;
}
.collection-page-section .product-list-collection.grid-1 .product-card .product-swatches {
	margin-bottom: 2rem;
}
.collection-page-section .product-list-collection.grid-1 .product-card .product-actions {
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
@media (max-width: 991px) {
	.collection-page-section .product-list-collection.grid-1 {
		display: none;
	}
}
.collection-page-section .product-grid-collection {
	display: none;
}
.collection-page-section .product-grid-collection .product-card .quick-add-box {
	right: auto;
	width: 100%;
}
@media (max-width: 991px) {
	.collection-page-section .product-grid-collection {
		display: flex;
		gap: 3rem;
		grid-template-columns: var(--template-columns);
	}
}
.collection-page-section .product-grid-collection.active {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
@media (max-width: 991px) {
	.collection-page-section .product-grid-collection.active {
		display: grid;
		grid-template-columns: var(--template-columns);
		gap: 3rem;
	}
	.collection-page-section .product-grid-collection.active .product-card {
		padding: 0;
		width: 100%;
	}
}
.collection-page-section .product-grid-collection.grid-1 .product-card {
	width: 50%;
	padding: 0 1.5rem;
}
@media (max-width: 991px) {
	.collection-page-section .product-grid-collection.grid-1 .product-card {
		width: 100%;
		padding: 0;
	}
}
.collection-page-section .product-grid-collection.active.grid-1 {
	display: none;
}
@media (max-width: 991px) {
	.collection-page-section .product-grid-collection.active.grid-1 {
		display: grid;
	}
}
@media (max-width: 991px) {
	.collection-page-section .product-grid-collection.grid-1.none {
		display: flex !important;
		flex-wrap: wrap;
	}
}
.collection-page-section .grid-2 .product-card {
	width: 50%;
	padding: 0 1.5rem;
}
.collection-page-section .grid-3 .product-card {
	width: 33.3%;
	padding: 0 1.5rem;
}
@media (max-width: 991px) {
	.collection-page-section .grid-3 .product-card {
		width: 50%;
	}
}
.collection-page-section .grid-4 .product-card {
	width: 25%;
	padding: 0 1.5rem;
}
@media (max-width: 991px) {
	.collection-page-section .grid-4 .product-card {
		width: 50%;
	}
}
.collection-page-section .grid-4 .product-card .product-actions .actions-bottom {
	width: 96%;
	left: 2%;
	right: 2%;
}
.collection-page-section .grid-4 .product-card .quick-add-box {
	width: 100%;
	padding: 1rem;
}
.collection-page-section .grid-4 .product-card .quick-add-box .field-item {
	font-size: 1.3rem;
	min-width: 3rem;
	height: 3rem;
	border-radius: 3rem;
}
.collection-page-section .grid-4 .product-card .quick-add-box .add-to-cart-button {
	font-size: 1.3rem;
}
.collection-page-section .grid-4 .product-card .product-swatches {
	gap: 0.8rem;
}
.collection-page-section .grid-4 .product-card .product-swatches .field-item {
	height: 2.5rem;
}
.collection-page-section .grid-4 .product-card .product-swatches .swatch-color {
	min-width: 2.5rem;
	min-height: 2.5rem;
}
.collection-page-section .grid-4 .product-card .product-swatches .swatch-color:before {
	width: 2.5rem;
	height: 2.5rem;
}
.collection-page-section .grid-4 .product-card .product-swatches .swatch-png,
.collection-page-section .grid-4 .product-card .product-swatches .swatch-image {
	width: 2.5rem;
	height: 2.5rem;
}
.collection-page-section .grid-4 .product-card .product-swatches .swatch-png img,
.collection-page-section .grid-4 .product-card .product-swatches .swatch-image img {
	width: 2.5rem;
	height: 2.5rem;
}
.collection-page-section .grid-4 .product-card .product-swatches .swatch-png:before,
.collection-page-section .grid-4 .product-card .product-swatches .swatch-image:before {
	width: 2.5rem;
	height: 2.5rem;
}
.collection-page-section .grid-4 .product-card .product-swatches .soldout:after {
	width: 2.3rem;
}
.collection-page-section .grid-5 .product-card {
	width: 20%;
	padding: 0 1.5rem;
}
@media (max-width: 991px) {
	.collection-page-section .grid-5 .product-card {
		width: 50%;
	}
}
.collection-page-section .grid-5 .product-card .product-actions .actions-bottom {
	width: 96%;
	left: 2%;
	right: 2%;
}
.collection-page-section .grid-5 .product-card .quick-add-box {
	width: 100%;
	padding: 1rem;
}
.collection-page-section .grid-5 .product-card .quick-add-box .field-item {
	font-size: 1.3rem;
	min-width: 3rem;
	height: 3rem;
	border-radius: 3rem;
}
.collection-page-section .grid-5 .product-card .quick-add-box .add-to-cart-button {
	font-size: 1.3rem;
}
.collection-page-section .grid-5 .product-card .product-swatches {
	gap: 0.8rem;
}
.collection-page-section .grid-5 .product-card .product-swatches .field-item {
	height: 2.5rem;
}
.collection-page-section .grid-5 .product-card .product-swatches .swatch-color {
	min-width: 2.5rem;
	min-height: 2.5rem;
}
.collection-page-section .grid-5 .product-card .product-swatches .swatch-color:before {
	width: 2.5rem;
	height: 2.5rem;
}
.collection-page-section .grid-5 .product-card .product-swatches .swatch-png,
.collection-page-section .grid-5 .product-card .product-swatches .swatch-image {
	width: 2.5rem;
	height: 2.5rem;
}
.collection-page-section .grid-5 .product-card .product-swatches .swatch-png img,
.collection-page-section .grid-5 .product-card .product-swatches .swatch-image img {
	width: 2.5rem;
	height: 2.5rem;
}
.collection-page-section .grid-5 .product-card .product-swatches .swatch-png:before,
.collection-page-section .grid-5 .product-card .product-swatches .swatch-image:before {
	width: 2.5rem;
	height: 2.5rem;
}
.collection-page-section .grid-5 .product-card .product-swatches .soldout:after {
	width: 2.3rem;
}
.collection-page-section .toolbar .filter-wrapper {
	display: flex;
	justify-content: flex-start;
	margin: 0 -2rem;
}
.collection-page-section .toolbar .item-list {
	padding: 1rem 0;
}
@media (max-width: 991px) {
	.collection-page-section .desktop {
		display: none !important;
	}
}
.collection-page-section .theme-slider-collection {
	position: relative;
}
@media (hover: hover) {
	.collection-page-section .theme-slider-collection:hover .swiper-button-prev,
	.collection-page-section .theme-slider-collection:hover .swiper-button-next {
		opacity: 1;
		visibility: visible;
	}
}
.collection-page-section .theme-slider-collection .swiper-slide:before {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}
.collection-page-section .theme-slider-collection .slider-image img,
.collection-page-section .theme-slider-collection .slider-image .placeholder-svg {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	left: 0;
	top: 0;
}
.collection-page-section .theme-slider-collection .slider-content {
	position: relative;
	z-index: 10;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	padding-top: 5rem;
	padding-bottom: 5rem;
}
.collection-page-section .theme-slider-collection .slider-content:not(.container) {
	padding-left: 3rem;
	padding-right: 3rem;
}
@media (max-width: 767px) {
	.collection-page-section .theme-slider-collection .slider-content:not(.container) {
		padding-left: 2rem;
		padding-right: 2rem;
	}
}
@media (max-width: 767px) {
	.collection-page-section .theme-slider-collection .slider-content {
		justify-content: center;
		align-items: center;
		text-align: center;
	}
  .theme-slider .swiper-wrapper{
    height:auto !important;
  }
}
.collection-page-section .theme-slider-collection .slider-content-inner {
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
}
.collection-page-section .theme-slider-collection .slider-element .slide-element-inner {
	opacity: 1;
	transform: translateY(10rem);
	will-change: transform, opacity;
	transition: opacity 0.9s, transform 0.9s cubic-bezier(0.26, 0.54, 0.32, 1) 0.3s;
}
.collection-page-section .theme-slider-collection .slider-element .slider-heading {
	transition-delay: 0.1s;
}
.collection-page-section .theme-slider-collection .slider-element .slider-text {
	transition-delay: 0.3s;
}
.collection-page-section .theme-slider-collection .slider-element .button-newsletter {
	transition: opacity 1s;
	transition-delay: 1s;
	transition: all 300ms linear 0s;
}
.collection-page-section .theme-slider-collection .swiper-slide-active .slide-element-inner {
	opacity: 1;
	transform: translateY(0);
}
.collection-page-section .theme-slider-collection .sub-title {
	text-transform: uppercase;
	letter-spacing: 1px;
}
.collection-page-section .theme-slider-collection .slider-heading {
	line-height: 1.2;
	font-weight: 500;
	margin-bottom: 0;
	margin-top: 2rem;
}
.collection-page-section .theme-slider-collection .slider-heading p:last-child {
	margin-bottom: 0;
}
.collection-page-section .theme-slider-collection .slider-text {
	line-height: 1.2;
	text-decoration: line-through;
}
.collection-page-section .theme-slider-collection .slider-text p:last-child {
	margin-bottom: 0;
}
.collection-page-section .theme-slider-collection .description {
	color: rgb(var(--heading-color));
	font-size: 1.8rem;
}
.collection-page-section .theme-slider-collection .description span {
	color: rgb(var(--price-product-color));
	font-size: 3rem;
}
.collection-page-section .theme-slider-collection .description .price-sale {
	font-weight: 500;
	color: #fff;
	background-color: rgb(var(--price-product-color));
	padding: 0.2rem 0.8rem;
	border-radius: 0.2rem;
	position: relative;
	font-size: 1.2rem;
	margin-left: 2rem;
}
.collection-page-section .theme-slider-collection .description .price-sale:after {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -0.5rem;
	display: block;
	width: 0;
	z-index: 3;
	transition-duration: 0.3s;
	border-top: 0.4rem solid transparent;
	border-bottom: 0.4rem solid transparent;
	border-right: 0.5rem solid rgb(var(--price-product-color));
}

.coming-soon-section .section-wrapper .comingsoon-form {
	padding: 8rem 0;
}
.coming-soon-section .heading {
	margin-bottom: 4.9rem;
}
@media (max-width: 991px) {
	.coming-soon-section .heading {
		margin-bottom: 2rem;
	}
}
.coming-soon-section .heading * {
	margin: 0;
	font-weight: 500;
}
.coming-soon-section .comingsoon-form .contact-form {
	max-width: 54.2rem;
	margin: 0 auto;
	text-align: center;
}
@media (max-width: 768px) {
	.coming-soon-section .comingsoon-form .contact-form {
		padding: 0 1.5rem;
	}
}
.coming-soon-section .field-wrapper {
	max-width: 100%;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
.coming-soon-section .field-wrapper .field-input {
	height: 5.2rem;
	padding: 0 1.6rem;
	border-radius: var(--button-radius);
	width: 100%;
	background-color: transparent;
	color: rgba(var(--text-color), 0.9);
}
.coming-soon-section .field-wrapper [type=submit] {
	height: 4.4rem;
	width: 4.4rem;
	background-color: rgb(var(--button-text-color));
	display: flex;
	align-items: center;
	white-space: nowrap;
	position: absolute;
	top: 0.4rem;
	right: 0.4rem;
	border-radius: var(--button-radius);
}
.coming-soon-section .field-wrapper [type=submit] svg {
	width: 2.4rem;
	color: rgb(var(--button-bg-color));
}
.coming-soon-section .countdown-time-wrap.flat-countdown {
	margin-bottom: 2.9rem;
}
@media (max-width: 991px) {
	.coming-soon-section .countdown-time-wrap.flat-countdown {
		margin-top: 1rem;
		margin-bottom: 2rem;
	}
}
.coming-soon-section .countdown-time-wrap.flat-countdown .countdown-time {
	padding: 0;
	flex-wrap: wrap;
}
.coming-soon-section .countdown-time-wrap.flat-countdown .countdown-time .time-number {
	font-size: 5.6rem;
	font-weight: 500;
	min-height: 6.7rem;
	min-width: 6.8rem;
	padding: 0;
	line-height: 1;
}
.coming-soon-section .countdown-time-wrap.flat-countdown .countdown-time .time-text {
	font-size: 1.2rem;
	text-transform: uppercase;
	text-align: center;
	font-weight: 500;
	margin-top: -0.3rem;
}
.coming-soon-section .countdown-time-wrap.flat-countdown .countdown-time .time-block {
	color: rgb(var(--heading-color));
	margin-right: 2.2rem;
	padding-left: 2.2rem;
}
.coming-soon-section .countdown-time-wrap.flat-countdown .countdown-time .time-block:first-child {
	padding-left: 0;
}
.coming-soon-section .countdown-time-wrap.flat-countdown .countdown-time .time-block:last-child {
	margin-right: 0;
}
.coming-soon-section .countdown-time-wrap.flat-countdown .countdown-time .time-block:before {
	content: ":";
	font-size: 2rem;
	font-weight: 600;
	line-height: 0;
	top: 4.6rem;
	left: 0;
}
.coming-soon-section .countdown-time-wrap.flat-countdown .countdown-time .time-block:first-of-type:before {
	content: none;
}
.coming-soon-section .social-media-list {
	padding-left: 0;
	margin: 2.2rem 0 0 0;
	list-style-type: none;
}
.coming-soon-section .social-media-list li {
	margin: 0 1.2rem;
	display: inline-flex;
	align-items: center;
	vertical-align: middle;
}
.coming-soon-section .social-media-list li:first-child {
	margin-left: 0;
}
.coming-soon-section .social-media-list li:last-child {
	margin-right: 0;
}
.coming-soon-section .social-media-list .icon {
	width: 1.5rem;
	height: 1.5rem;
	background-color: transparent;
	color: rgb(var(--text-color));
	transition: all 0.3s ease;
}
.coming-soon-section .social-media-list .icon:hover {
	transform: scale(1.1);
	transition: all 0.3s ease;
}
.coming-soon-section .social-media-list svg {
	width: auto;
	height: auto;
}
.coming-soon-section .social-media-list .tooltip {
	display: none;
}
@media (max-width: 991px) {
	.coming-soon-section .countdown-time-wrap.flat-countdown .countdown-time .time-number {
		min-height: 5rem;
		min-width: 4.4rem;
		font-size: 3rem;
	}
}
@media (max-width: 991px) and (max-width: 600px) {
	.coming-soon-section .countdown-time-wrap.flat-countdown .countdown-time .time-number {
		font-size: 2rem;
	}
}
@media (max-width: 991px) {
	.coming-soon-section .countdown-time-wrap.flat-countdown .countdown-time .time-text {
		margin-left: auto;
		margin-right: auto;
	}
	.coming-soon-section .countdown-time-wrap.flat-countdown .countdown-time .time-block {
		margin-right: 0.5rem;
		padding-left: 0.5rem;
	}
	.coming-soon-section .countdown-time-wrap.flat-countdown .countdown-time .time-block:before {
		top: 2.5rem;
	}
}

.compare-box-open {
	overflow: hidden;
}
.compare-box-open .compare-box {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}
.compare-box-open .compare-box .compare-inner {
	transform: translateY(0);
}

.compare-box {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	z-index: 1000;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: rgba(var(--overlay-color), 0.5);
	transition-duration: 0.3s;
}
.compare-box.loading .compare-content {
	opacity: 0;
	visibility: hidden;
}
.compare-box .compare-inner {
	overflow: hidden;
	background-color: rgb(var(--background-color));
	transform: translateY(1rem);
	width: calc(100% - 3rem);
	height: calc(100% - 3rem);
	margin: 1.5rem;
	transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
	border-radius: 3.2rem;
}
@media (max-width: 991px) {
	.compare-box .compare-inner {
		width: 100%;
		height: 100%;
		margin: 0;
		border-radius: 0;
	}
}
@media (hover: hover) {
	.compare-box .compare-inner:hover .compare-close {
		opacity: 1;
		visibility: visible;
		transform: translate(0, 0);
	}
}
.compare-box .compare-close {
	border: 0;
	border-radius: 50%;
	color: rgb(var(--text-color));
	background-color: rgba(var(--text-color), 0.07);
	padding: 0.7rem;
	position: absolute;
	right: 2rem;
	top: 2rem;
	width: 4rem;
	height: 4rem;
	cursor: pointer;
	z-index: 2;
	display: flex;
	justify-content: center;
	align-items: center;
	transition-duration: 0.3s;
	opacity: 0;
	visibility: hidden;
}
@media (hover: hover) {
	.compare-box .compare-close:hover .tooltip {
		transform: translateX(0);
		opacity: 1;
		visibility: visible;
	}
}
.compare-box .compare-close svg {
	width: 1.6rem;
	height: 1.6rem;
}
@media (max-width: 991px) {
	.compare-box .compare-close {
		opacity: 1;
		visibility: visible;
		transform: translateY(0);
	}
}
.compare-box .compare-content {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	overflow-x: auto;
	overflow-y: auto;
	width: 100%;
	height: 100%;
	padding: 7rem 4rem 4rem;
}
@media (max-width: 1366px) {
	.compare-box .compare-content {
		padding: 7rem 2rem 2rem;
	}
}
@media (max-width: 991px) {
	.compare-box .compare-content {
		overflow-x: auto;
		padding: 7rem 1.5rem 3rem;
	}
}
.compare-box .compare-table {
	height: 100%;
	margin: 0;
	border: none;
	box-shadow: 0 0 0 0.1rem rgba(var(--text-color), 0.2);
	overflow: hidden;
	border-radius: 2rem;
	min-width: 100%;
}
.compare-box thead td:first-of-type,
.compare-box tbody tr td:first-of-type,
.compare-box tfoot td:first-of-type {
	text-transform: capitalize;
	padding: 1.6rem 3.2rem;
	font-size: var(--h6-smaller-font-size);
	font-weight: var(--heading-font-weight);
	color: rgb(var(--heading-color));
}
@media (max-width: 1366px) {
	.compare-box thead td:first-of-type,
	.compare-box tbody tr td:first-of-type,
	.compare-box tfoot td:first-of-type {
		padding: 1.5rem;
	}
}
@media (max-width: 991px) {
	.compare-box thead td:first-of-type,
	.compare-box tbody tr td:first-of-type,
	.compare-box tfoot td:first-of-type {
		font-size: var(--body-larger-font-size);
	}
}
.compare-box thead {
	font-weight: 500;
	font-size: 1.5rem;
	background-color: #f8f8f8;
	position: sticky;
	top: 0;
}
.compare-box thead a {
	display: block;
}
.compare-box tbody {
	overflow-y: scroll;
}
.compare-box tr {
	transition: background-color 0.3s ease;
}
@media (hover: hover) {
	.compare-box tr:hover {
		background-color: #f8f8f8;
		background-color: rgba(var(--text-color), 0.03);
	}
}
.compare-box td,
.compare-box th {
	min-width: 35rem;
	width: 35rem;
	padding: 1.5rem 1.5rem;
	border-bottom: 0.1rem solid rgba(var(--text-color), 0.2);
	border-right: 0.1rem solid rgba(var(--text-color), 0.2);
	text-align: center;
	font-size: var(--body-larger-font-size);
}
.compare-box td:first-of-type,
.compare-box th:first-of-type {
	min-width: 24rem;
	width: 24rem;
	text-align: left;
}
.compare-box td:last-of-type,
.compare-box th:last-of-type {
	border-right: 0;
}
@media (max-width: 1366px) {
	.compare-box td,
	.compare-box th {
		font-size: var(--body-font-size);
		min-width: 32rem;
		width: 32rem;
	}
	.compare-box td:first-of-type,
	.compare-box th:first-of-type {
		min-width: 20rem;
		width: 20rem;
	}
}
@media (max-width: 991px) {
	.compare-box td,
	.compare-box th {
		font-size: var(--body-font-size);
		min-width: 20rem;
		width: 20rem;
	}
	.compare-box td:first-of-type,
	.compare-box th:first-of-type {
		min-width: 15rem;
		width: 15rem;
	}
}
.compare-box .td-placeholder {
	position: relative;
	text-align: center;
}
.compare-box .td-placeholder:before {
	content: "";
	display: inline-block;
	width: 6rem;
	height: 0.8rem;
	background-color: #eeeeee;
	border-radius: 0.2rem;
}
.compare-box .compare-image td {
	padding: 3.2rem 4.15rem 2rem;
}
.compare-box .compare-image td.td-placeholder:before {
	content: none;
}
@media (max-width: 1366px) {
	.compare-box .compare-image td {
		padding: 2rem;
	}
}
@media (max-width: 991px) {
	.compare-box .compare-image td {
		padding: 1.5rem;
	}
}
.compare-box .compare-image svg, .compare-box .compare-image img {
	border-radius: 0.8rem;
}
.compare-box .compare-image a.loading {
	position: relative;
}
.compare-box .compare-image a.loading img {
	opacity: 0.8;
}
.compare-box .compare-image .product-title {
	font-size: var(--body-larger-font-size);
	font-weight: var(--heading-font-weight);
	color: rgb(var(--heading-color));
	margin-top: 1.6rem;
}
.compare-box .compare-image .product-vendor {
	font-size: var(--body-small-font-size);
	font-weight: var(--heading-font-weight);
	text-transform: uppercase;
	color: rgba(var(--heading-color), 0.5);
}
.compare-box .rating-star {
	vertical-align: 0.2rem;
	margin-right: 0.5rem;
}
.compare-box .compare-price .product-price {
	font-size: inherit;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 0.8rem;
}
.compare-box .compare-price .product-price .regular-price {
	font-size: var(--body-font-size);
	margin-right: 0;
}
.compare-box .compare-price .product-price .saved-price {
	font-size: var(--body-font-size);
	font-weight: var(--heading-font-weight);
	color: #1f1f1f;
	padding: 0.1rem 1.1rem;
	background-color: rgb(var(--sale-price-color));
	border-radius: 3.6rem;
}
.compare-box tfoot .actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 1rem;
}
.compare-box tfoot .form-add-to-cart {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 1rem;
}
@media (max-width: 991px) {
	.compare-box tfoot .form-add-to-cart {
		margin-right: 0;
		width: 100%;
	}
	.compare-box tfoot .form-add-to-cart .add-to-cart-button {
		width: 100%;
	}
}
.compare-box tfoot .add-to-cart-button,
.compare-box tfoot .compare-remove {
	display: inline-flex;
	justify-content: center;
	align-items: center;
}
.compare-box tfoot .add-to-cart-button {
	height: 4rem;
	padding: 0.5rem 2rem;
	text-transform: uppercase;
}
@media (max-width: 991px) {
	.compare-box tfoot .quantity {
		display: none;
	}
	.compare-box tfoot .actions {
		flex-wrap: nowrap;
	}
}
.compare-box .compare-remove {
	width: 2rem;
	height: 2rem;
	border: 0;
	padding: 0;
	transition-duration: 0.2s;
	position: relative;
	background-color: transparent;
	color: rgb(var(--sale-label-color));
}
.compare-box .compare-remove svg {
	width: 2rem;
	height: 2rem;
}
@media (hover: hover) {
	.compare-box .compare-remove:hover {
		background-color: rgb(var(--sale-label-color));
		color: rgb(var(--background-color));
	}
}
.compare-box .product-variants .variant-field {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.5rem;
}
.compare-box .product-variants .variant-field select {
	min-width: 10rem;
	min-height: 3.6rem;
	padding: 1rem 1.5rem;
	box-shadow: none;
	border: 0.1rem solid rgb(var(--button-outline-color));
	border-radius: 0.3rem;
}
.compare-box .product-variants .variant-field + .variant-field {
	margin-top: 1rem;
}
.compare-box .compare-empty {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	font-size: 2rem;
}

@media (min-width: 991px) {
	.contact-section .contact-inner {
		display: flex;
		justify-content: space-between;
	}
	.contact-section .contact-inner .text-contacts {
		max-width: 30rem;
	}
}
.contact-section .contact-heading {
	flex: 0 0 100%;
	margin-top: 0;
	margin-bottom: 1rem;
}
.contact-section .contact-description {
	margin-bottom: 2.4rem;
}
.contact-section .contact-description p {
	font-size: var(--body-largest-font-size);
	color: rgba(var(--text-color), 0.8);
}
.contact-section .contact-description p:last-child {
	margin-bottom: 0;
}
.contact-section .form-contact {
	flex-grow: 1;
}
@media (min-width: 991px) {
	.contact-section .form-contact.contact-info {
		padding-right: 7rem;
        width: 60%;
	}
}
.contact-section .contact-form .form-fields {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.contact-section .contact-form .field-item {
	width: 100%;
	max-width: calc(50% - 0.9rem);
	margin-bottom: 2.2rem;
}
.contact-section .contact-form .field-item input {
	height: 4.6rem;
}
.contact-section .contact-form .field-item input,
.contact-section .contact-form .field-item textarea {
	width: 100%;
	padding: 1.2rem 1.6rem;
	border-radius: 0.8rem;
	color: rgba(var(--text-color), 0.8);
	background-color: rgb(var(--background-color));
	font-size: var(--body-larger-font-size);
	/* text-transform: capitalize; */
}
.contact-section .contact-form .text-area {
	max-width: 100%;
	flex: 0 0 100%;
	display: flex;
	margin-bottom: 2.5rem;
}
.contact-section .contact-form .text-area textarea {
	height: 11.7rem;
}
.contact-section .contact-form [type=submit] {
	padding: 1.7rem 4.2rem;
	transition: all 0.3s ease;
	text-transform: uppercase;
}
@media (max-width: 991px) {
	.contact-section .contact-form [type=submit] {
		padding: 1rem 2rem;
	}
}
.contact-section .map-iframe,
.contact-section .contact-map .image {
	margin-top: 8rem;
	height: 60rem;
}
.contact-section .map-iframe .placeholder-svg,
.contact-section .contact-map .image .placeholder-svg {
	padding: 0;
}
.contact-section .contact-text h5 {
	margin-top: 0.5rem;
	margin-bottom: 1.4rem;
    margin-bottom: 30px;
}
.contact-section .contact-text p {
	font-size: var(--body-larger-font-size);
	margin-bottom: 0.9rem;
}
@media (max-width: 991px) {
	.contact-section .contact-heading {
		margin-bottom: 2rem;
	}
	.contact-section .contact-description {
		margin-bottom: 4rem;
	}
	.contact-section .contact-text {
		padding: 0;
		margin-top: 4rem;
	}
}
@media (max-width: 635px){
  .list-collection-section .section-wrapper .container ul li .card .card-meta .card-title a {
	font-size: 13px;
}
}
@media (max-width: 549px){
  .list-collection-section .section-wrapper .container ul li{
      width: 100%;
  }
  .list-collection-section .section-wrapper .container ul li .card .card-meta .card-title a {
	font-size: 16px;
}
}
@media (max-width: 480px){
  .collection-page-section .product-grid-collection.active {
	grid-template-columns: revert;
}
}
.contact-section .container .contact-wrapper .contact-inner .form-contact form button {
	background-color: #ebdace;
  color:#000;
}
.collection-page-section .section-wrapper .container .has-product-filters .collections .content .toolbar .toolbar-inner .item-toolbar-left .change-colum-product .item svg {
	/* background-color: #f2e1d4; */
	color: #000;
}
.collection-page-section .section-wrapper .container .has-product-filters .collections .content .layer-last .mobile-filter button {
	background-color: #f2e1d4;
	width: 210px;
  color:#000;
}
.cookies-bar-section .cookies-bar {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	color: rgb(var(--text-color));
	background-color: rgba(var(--background-color), 0.9);
	padding: 1rem 2rem 0 2rem;
	box-shadow: 0 0 0.4rem rgba(var(--text-color), 0.2);
	z-index: 9999;
	opacity: 0;
	visibility: hidden;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.cookies-bar-section .cookies-bar.show {
	opacity: 1;
	visibility: visible;
}
.cookies-bar-section .popup-info {
	flex-grow: 1;
	margin-bottom: 1rem;
}
.cookies-bar-section .popup-info * {
	margin: 0;
}
.cookies-bar-section .button-cookies {
	padding: 1rem 3rem;
	margin-bottom: 1rem;
}

.countdown-section .container-new {
	position: relative;
}
.countdown-section .container-new .content-wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
}
@media (max-width: 991px) {
	.countdown-section .container-new .content-wrap {
		flex-direction: column;
		align-items: normal;
	}
}
.countdown-section .container-new .image-first .countdown-image {
	order: 0;
}
.countdown-section .container-new .image-first .content {
	order: 1;
}
.countdown-section .section-wrap {
	position: relative;
}
.countdown-section .section-wrap:before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 2;
	background-color: transparent;
}
@media (min-width: 992px) {
	.countdown-section .stretch-section .image-first .content {
		padding-left: 2.5rem;
	}
	.countdown-section .stretch-section .content-wrap:not(.image-first) .content {
		padding-right: 2.5rem;
	}
}
.countdown-section .stretch-section .content-wrap.inline-version .content {
	padding-right: 0;
}
.countdown-section .section-wrap .content {
	position: relative;
	height: 100%;
	width: 100%;
	z-index: 5;
	display: flex;
	flex-direction: column;
	padding: 3rem 0;
}
@media (min-width: 992px) {
	.countdown-section .section-wrap .content {
		width: 50%;
	}
}
.countdown-section .section-wrap .content .heading {
	margin-bottom: 1.2rem;
}
.countdown-section .section-wrap .content .sub-heading p {
	font-size: var(--body-largest-font-size);
}
.countdown-section .section-wrap .content .slider-button {
	padding: 0;
}
.countdown-section .section-wrap .content .heading,
.countdown-section .section-wrap .content .sub-heading {
	line-height: normal;
}
.countdown-section .section-wrap .content .heading *,
.countdown-section .section-wrap .content .sub-heading * {
	margin: 0;
}
.countdown-section .section-wrap .content .toggle-popup-bg-video {
	margin-top: 3rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 1.5rem;
}
.countdown-section .section-wrap .content .toggle-popup-bg-video svg {
	margin-right: 1rem;
}
.countdown-section .section-wrap .content p {
	margin-bottom: 0;
}
@media (max-width: 991px) {
	.countdown-section .section-wrap .content {
		justify-content: center;
		align-items: center;
		text-align: center;
	}
	.countdown-section .section-wrap .content .toggle-popup-bg-video {
		padding: 1.2rem;
		font-size: 1.3rem;
	}
}
.countdown-section .section-wrap .countdown-image {
	position: relative;
	z-index: 5;
	height: 100%;
	width: 100%;
}
.countdown-section .background-video-item {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	pointer-events: none;
}
.countdown-section .background-video-item video {
	width: 100%;
	height: 100%;
	pointer-events: none;
}
.countdown-section .background-video-item video[autoplay] ~ .video-image-wrapper,
.countdown-section .background-video-item video[autoplay] ~ .play-video, .countdown-section .background-video-item video[data-ready] ~ .video-image-wrapper,
.countdown-section .background-video-item video[data-ready] ~ .play-video {
	display: none;
}
.countdown-section .background-video-item iframe {
	position: absolute;
	max-width: none;
	top: 0;
	height: 100%;
	width: 300%;
	left: -100%;
}
@media (min-width: 1140px) {
	.countdown-section .background-video-item iframe {
		left: auto;
		top: -100%;
		height: 300%;
		width: 100%;
	}
}
.countdown-section .background-video-item iframe[src] ~ .video-image-wrapper,
.countdown-section .background-video-item iframe[src] ~ .play-video {
	display: none;
}
@media (hover: hover) {
	.countdown-section .background-video-item:hover .play-video {
		transform: translate(-50%, -50%) scale(1);
	}
}
.countdown-section .play-video {
	transition: transform 0.3s ease, opacity 0.3s ease;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%) scale(0.9);
	width: 8rem;
	height: 8rem;
	background-color: #fff;
	border-radius: 50rem;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 10;
	pointer-events: none;
}
.countdown-section .play-video svg {
	width: 3rem;
	height: 3rem;
	color: #333;
}
.countdown-section .video-image-wrapper {
	cursor: pointer;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}
.countdown-section .video-image-wrapper img,
.countdown-section .video-image-wrapper svg {
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.bg-video-popup-open .countdown-section .background-video-popup {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}
.bg-video-popup-open .countdown-section .background-video-popup .bg-video-popup-inner {
	transform: translateY(0);
}
.countdown-section .background-video-popup {
	position: fixed;
	inset: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
	pointer-events: none;
	visibility: hidden;
	opacity: 0;
	background-color: #000;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: opacity 0.3s ease;
}
.countdown-section .background-video-popup .close-button {
	position: absolute;
	right: 3rem;
	top: 3rem;
	color: #fff;
	cursor: pointer;
}
.countdown-section .background-video-popup .bg-video-popup-inner {
	width: var(--container);
	max-width: 90vw;
	padding-bottom: 56.25%;
	position: relative;
	height: auto;
	transition: transform 0.3s ease;
	transform: translateY(5rem);
}
.countdown-section .background-video-popup .bg-video-popup-inner iframe,
.countdown-section .background-video-popup .bg-video-popup-inner video {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}
.countdown-section .slider-button .button {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	text-transform: uppercase;
	padding: 1.4rem 4rem;
	background-color: rgb(var(--button-text-color));
	color: rgb(var(--button-bg-color));
}
.countdown-section .countdown-time-wrap.flat-countdown {
	margin-top: 3.9rem;
	margin-bottom: 3.5rem;
}
@media (max-width: 991px) {
	.countdown-section .countdown-time-wrap.flat-countdown {
		margin-top: 1rem;
		margin-bottom: 2rem;
	}
}
.countdown-section .countdown-time-wrap.flat-countdown .countdown-time {
	padding: 0;
	flex-wrap: wrap;
}
.countdown-section .countdown-time-wrap.flat-countdown .countdown-time .time-number {
	font-size: 5.6rem;
	font-weight: 500;
	min-height: 7rem;
	min-width: 6.8rem;
	padding: 0;
	line-height: 1;
}
.countdown-section .countdown-time-wrap.flat-countdown .countdown-time .time-text {
	font-size: 1.2rem;
	text-transform: uppercase;
	text-align: center;
	font-weight: 500;
	margin-top: -0.3rem;
}
.countdown-section .countdown-time-wrap.flat-countdown .countdown-time .time-block {
	color: rgb(var(--heading-color));
	margin-right: 2.2rem;
	padding-left: 2.2rem;
}
.countdown-section .countdown-time-wrap.flat-countdown .countdown-time .time-block:first-child {
	padding-left: 0;
}
.countdown-section .countdown-time-wrap.flat-countdown .countdown-time .time-block:last-child {
	margin-right: 0;
}
.countdown-section .countdown-time-wrap.flat-countdown .countdown-time .time-block:before {
	content: ":";
	font-size: 3rem;
	font-weight: 600;
	line-height: 0;
	top: 4.2rem;
	left: 0;
}
.countdown-section .countdown-time-wrap.flat-countdown .countdown-time .time-block:first-of-type:before {
	content: none;
}
.countdown-section .title-wrapper {
	margin-bottom: 6.6rem;
}
@media (max-width: 991px) {
	.countdown-section .title-wrapper {
		margin-bottom: 5.6rem;
	}
}
.countdown-section .image {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
@media (min-width: 992px) {
	.countdown-section .section-wrap.padding-none .container-new {
		border-radius: 3.2rem;
	}
	.countdown-section .section-wrap.padding-none .image-first .countdown-image {
		border-radius: 3.2rem 0 0 3.2rem;
	}
	.countdown-section .section-wrap.padding-none .content-wrap:not(.image-first) .countdown-image {
		border-radius: 0 3.2rem 3.2rem 0;
	}
	.countdown-section .section-wrap.padding-none .image {
		border-radius: 3.2rem;
	}
	.countdown-section .section-wrap.padding-none .content {
		padding: 2rem 7.5rem;
	}
}
.countdown-section .section-wrap .inline-version {
	height: 170px;
	padding-bottom: 0;
}
.countdown-section .section-wrap .inline-version .content {
	width: 100%;
	justify-content: space-between;
	align-items: center;
}
@media (min-width: 992px) {
	.countdown-section .section-wrap .inline-version .content {
		flex-direction: row;
	}
}
.countdown-section .section-wrap .inline-version .countdown-time-wrap.flat-countdown {
	margin-bottom: 0;
	margin-top: 0;
}
@media (max-width: 991px) {
	.countdown-section .section-wrap .inline-version .countdown-time-wrap.flat-countdown {
		margin-bottom: 1.5rem;
		margin-top: 1rem;
	}
}
@media (min-width: 992px) {
	.countdown-section .lookbook {
		display: flex;
		align-items: flex-start;
		gap: 3rem;
	}
	.countdown-section .product-first .product-wrapper {
		order: -1;
		padding-right: 3rem;
	}
	.countdown-section .image-first .product-wrapper {
		padding-left: 3rem;
	}
	.countdown-section .image-wrapper {
		flex-grow: 1;
	}
	.countdown-section .product-wrapper {
		display: flex;
		flex-direction: column;
		width: 50%;
	}
	.countdown-section .image-wrapper {
		width: 50%;
	}
}
@media (max-width: 991px) and (min-width: 768px) {
	.countdown-section .lookbook {
		width: min(63rem, 80%);
		margin: 0 auto;
		display: flex;
		flex-direction: column;
		gap: 2rem;
	}
}
.countdown-section .list-product .product-card {
	display: flex;
	align-items: center;
	gap: 2.8rem;
	background-color: transparent;
	border-radius: 0;
	margin-bottom: 2rem;
	padding-bottom: 2rem;
	border-bottom: 0.1rem solid rgba(var(--text-color), 0.5);
}
.countdown-section .list-product .product-card:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
.countdown-section .list-product .product-card .product-card-content {
	padding: 0 15rem 0 0;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	position: relative;
}
@media (max-width: 768px) {
	.countdown-section .list-product .product-card .product-card-content {
		padding: 0;
	}
}
.countdown-section .list-product .product-card .product-card-content .product-title {
	order: 0;
	margin-top: 0;
}
.countdown-section .list-product .product-card .product-card-content .product-title a {
	color: rgb(var(--heading-color));
}
.countdown-section .list-product .product-card .product-card-content .product-collections {
	order: 1;
}
.countdown-section .list-product .product-card .product-card-content .product-collections a {
	color: rgb(var(--text-color));
}
.countdown-section .list-product .product-card .product-card-content .product-price {
	order: 2;
	position: absolute;
	right: 0;
	top: calc(50% - 12px);
	margin-top: 0;
}
@media (max-width: 768px) {
	.countdown-section .list-product .product-card .product-card-content .product-price {
		position: relative;
		margin-top: 0.5rem;
	}
}
.countdown-section .list-product .product-card .product-price .regular-price + .price {
	/* color: rgb(var(--heading-color)); */
  color:#000;
}
.countdown-section .list-product .product-card .product-media-wrap.card-padding {
	min-width: 8rem;
	height: 8rem;
	border-radius: 0.8rem;
}
.countdown-section .list-product .product-card .product-media-wrap.card-padding .product-image.lazy-image {
	height: 8rem;
}
.countdown-section .list-product .product-card .portrait-media {
	padding-bottom: 0;
}
.countdown-section .list-product .product-card .product-media-wrap {
	min-width: 8rem;
	min-height: 8rem;
}
.countdown-section .list-product .product-card .product-badge {
	position: relative;
	display: none;
}
.countdown-section .product-card:before {
	content: none;
}
.countdown-section .image-wrapper {
	position: relative;
	overflow: hidden;
}
.countdown-section .image-wrapper .image {
	border-radius: 3.2rem;
	overflow: hidden;
}
@media (max-width: 991px) {
	.countdown-section .image-wrapper {
		margin-bottom: 2rem;
	}
}
.countdown-section .product-wrapper {
	margin-top: 2rem;
}
.countdown-section .item {
	position: absolute;
	z-index: 10;
	width: 3.5rem;
	height: 3.5rem;
	border-radius: 5rem;
	left: var(--item-x);
	top: var(--item-y);
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgba(var(--item-color), 0.15);
}
@media (hover: hover) {
	.countdown-section .item:hover:after {
		visibility: visible;
		opacity: 1;
	}
	.countdown-section .item:hover .dot {
		background-color: #d2ef9a;
	}
}
.countdown-section .item.active:after {
	visibility: visible;
	opacity: 1;
}
.countdown-section .item.active .dot {
	background-color: #d2ef9a;
}
.countdown-section .item .dot {
	position: relative;
	width: 1.1rem;
	height: 1.1rem;
	border-radius: 5rem;
	background-color: rgb(var(--background-color));
}
.countdown-section .item .dot:before {
	content: "";
	position: absolute;
	inset: 0;
	border: 0.1rem solid rgba(var(--background-color), 0.5);
	border-radius: 50%;
	transition: opacity 0.3s, visibility 0.3s;
	animation: scale 1.1s ease infinite;
}
.countdown-section .item:after {
	content: "";
	position: absolute;
	opacity: 0;
	visibility: hidden;
	inset: -0.3rem;
	border: 0.5rem solid rgba(var(--background-color), 0.2);
	border-radius: 50%;
	transition: opacity 0.3s, visibility 0.3s;
	animation: scale 1.2s ease infinite;
}
.countdown-section .product-target {
	pointer-events: none;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 10;
}
.countdown-section .item-inner {
	width: 20.8rem;
	position: absolute;
	top: 100%;
	pointer-events: none;
	opacity: 0;
	transform: scale(0.9);
	transition: transform 0.3s, opacity 0.3s;
	padding-top: 1.2rem;
}
@media (max-width: 500px) {
	.countdown-section .item-inner {
		width: 13.8rem;
	}
}
.countdown-section .item-inner .product-link {
	position: absolute;
	inset: 0;
	z-index: 5;
}
@media (min-width: 992px) {
	.countdown-section .item-inner.open {
		transform: scale(1);
		opacity: 1;
		pointer-events: auto;
	}
}
.countdown-section .item-inner .product-link:hover + .item-summary .summary-inner .product-title {
	text-decoration: underline;
}
.countdown-section .item-summary {
	background-color: rgb(var(--background-color));
	display: flex;
	position: relative;
	border-radius: 1.6rem;
	text-align: center;
	flex-direction: column;
}
.countdown-section .item-summary .arrow-icon {
	content: "";
	position: absolute;
	background-color: rgb(var(--background-color));
	left: calc(50% - 1.6rem);
	top: -0.6rem;
	width: 3.2rem;
	height: 3.2rem;
	border-radius: 0.4rem;
	transform: rotate(45deg);
	z-index: 1;
}
.countdown-section .item-summary .summary-inner {
	padding: 1.6rem 1.6rem;
	z-index: 2;
}
.countdown-section .item-summary .summary-inner .product-title {
	margin: 0 0 0.6rem 0;
	line-height: 1.5;
	font-weight: 500;
	font-size: 1.6rem;
}
.countdown-section .item-summary .summary-inner .product-price {
	font-size: 1.6rem;
	white-space: nowrap;
}
@media (max-width: 1200px) {
	.countdown-section .countdown-time-wrap.flat-countdown .countdown-time .time-number {
		min-height: 5rem;
		min-width: 4.4rem;
		font-size: 3rem;
	}
}
@media (max-width: 1200px) and (max-width: 600px) {
	.countdown-section .countdown-time-wrap.flat-countdown .countdown-time .time-number {
		font-size: 2rem;
	}
}
@media (max-width: 1200px) {
	.countdown-section .countdown-time-wrap.flat-countdown .countdown-time .time-text {
		margin-left: auto;
		margin-right: auto;
	}
	.countdown-section .countdown-time-wrap.flat-countdown .countdown-time .time-block {
		margin-right: 0.5rem;
		padding-left: 0.5rem;
	}
	.countdown-section .countdown-time-wrap.flat-countdown .countdown-time .time-block:before {
		font-size: 2rem;
		top: 2.5rem;
	}
}

.customer-open .customer-wraper {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}
.customer-open .customer-wraper .customer {
	transform: translateY(0);
}

.customer-wraper {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	z-index: 100;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: rgba(var(--overlay-color), 0.5);
	transition-duration: 0.3s;
}
.customer-wraper .customer {
	overflow: hidden;
	background-color: rgb(var(--background-color));
	transform: translateY(1rem);
	border-radius: 0.3rem;
	transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
	width: 95%;
	height: auto;
	padding: 3rem;
}
@media (min-width: 992px) {
	.customer-wraper .customer {
		width: 1024px;
		max-width: 80vw;
		padding: 3rem 5rem 2rem;
	}
}
.customer-wraper .customer .title {
	margin-top: 0;
	font-size: 3rem;
	margin-bottom: 3rem;
}
.customer-wraper .customer .title#recover {
	margin-bottom: 1rem;
}
.customer-wraper .customer .guest-title {
	margin-top: 4rem;
	margin-bottom: 2rem;
}
.customer-wraper .customer-inner {
	position: relative;
	display: flex;
	flex-direction: column;
	height: 100%;
}
@media (max-width: 991px) {
	.customer-wraper .customer-inner {
		overflow-x: auto;
		padding: 0.2rem;
	}
}
.customer-wraper .medium-button {
	font-size: 1.4rem;
	padding-top: 1.2rem;
	padding-bottom: 1.2rem;
}
.customer-wraper .close-button {
	cursor: pointer;
	position: absolute;
	right: 1.5rem;
	top: 1.5rem;
	background-color: transparent;
	padding: 0;
	border: 0;
	color: rgb(var(--heading-color));
}
@media (hover: hover) {
	.customer-wraper .close-button:hover svg {
		color: rgb(var(--error-color));
	}
}
.customer-wraper .close-button svg {
	width: 1.5rem;
	height: 1.5rem;
}

.customer {
	margin: 6rem auto 9rem;
}
.customer:not(.account):not(.order) {
	max-width: 47.8rem;
}
@media (max-width: 768px) {
	.customer {
		max-width: 100%;
	}
}
.customer ul,
.customer ol {
	list-style: none;
	margin: 0;
	padding: 0;
}
.customer a {
	text-decoration: underline;
	text-underline-offset: 0.3rem;
	text-decoration-thickness: 0.1rem;
}
@media (hover: hover) {
	.customer a:hover {
		text-decoration-thickness: 0.2rem;
	}
}
.customer table {
	width: 100%;
	table-layout: auto;
}
.customer table thead th,
.customer table thead td,
.customer table tbody th,
.customer table tbody td,
.customer table tfoot th,
.customer table tfoot td {
	padding: 2.4rem 1.5rem;
}
.customer table thead th:last-child,
.customer table thead td:last-child,
.customer table tbody th:last-child,
.customer table tbody td:last-child,
.customer table tfoot th:last-child,
.customer table tfoot td:last-child {
	text-align: right;
}
.customer table thead th {
	font-weight: 400;
	text-transform: uppercase;
}
.customer table tbody td {
	vertical-align: top;
}
@media (max-width: 768px) {
	.customer table {
		border: none;
		border-bottom: 1px solid #ddd;
	}
	.customer table tr {
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		width: 100%;
		border-top: 1px solid #ddd;
	}
	.customer table tr td {
		display: flex;
		text-align: right;
		border: none;
		padding-left: 0;
		padding-right: 0;
	}
	.customer table tr td:before {
		content: attr(data-label);
		font-size: 1.4rem;
		padding-right: 2rem;
		text-transform: uppercase;
		flex-grow: 1;
		text-align: left;
	}
}
.customer .login a {
	display: block;
	margin: 0 auto;
	width: fit-content;
}
.customer .login .forgot-password {
	margin-left: 0;
	margin-right: 0;
	margin-top: 1rem;
}
.customer .title {
	font-weight: 400;
	font-size: 4rem;
}
.customer .guest-title {
	margin-top: 4rem;
}
.customer #customer_login_guest .button {
	margin-top: 0;
}
.customer .field {
	position: relative;
	width: 100%;
	margin: 2rem 0 0 0;
}
.customer .field input {
	height: 4.5rem;
	width: 100%;
	font-size: 1.5rem;
	padding: 1.5rem;
	visibility: visible;
	background-color: transparent;
	border-radius: var(--button-radius);
}
.customer .field input:-webkit-autofill, .customer .field input:focus, .customer .field input:not(:placeholder-shown) {
	padding: 2.2rem 1.5rem 0.8rem;
}
.customer .field input:-webkit-autofill ~ label, .customer .field input:focus ~ label, .customer .field input:not(:placeholder-shown) ~ label {
	font-size: 1rem;
	letter-spacing: 0.04rem;
	top: 0.3rem;
}
.customer .field label {
	font-size: 1.6rem;
	left: 1.5rem;
	top: 1rem;
	margin-bottom: 0;
	pointer-events: none;
	position: absolute;
	transition: top 0.2s ease, font-size 0.2s ease;
	letter-spacing: 0.1rem;
	line-height: 1.5;
}
.customer .select {
	margin-top: 1.5rem;
	width: 100%;
}
.customer .select select {
	height: 4.5rem;
	width: 100%;
	box-shadow: 0 0 0 0.1rem rgba(18, 18, 18, 0.55);
	transition: box-shadow 0.2s ease;
	font-size: 1.5rem;
	padding: 1.5rem;
	border: 0;
}
.customer .button {
	margin: 4rem 0 1.5rem;
}
.customer #recover {
	display: none;
	scroll-margin-top: 20rem;
	margin-bottom: 0;
}
.customer #recover + #recover-container {
	display: none;
}
.customer #recover:target {
	display: block;
}
.customer #recover:target + #recover-container {
	display: block;
}
.customer #recover:target ~ #login {
	display: none;
}
.customer #recover:target ~ #login + #login-container {
	display: none;
}
.template-account .customer .account-header, .template-order .customer .account-header {
	margin-bottom: 5rem;
}
.template-account .customer .account-header .login-url, .template-order .customer .account-header .login-url {
	display: inline-flex;
	align-items: center;
}
.template-account .customer .account-header .login-url svg, .template-order .customer .account-header .login-url svg {
	margin-right: 1rem;
}
.template-account .customer .account-container, .template-order .customer .account-container {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.template-account .customer .account-order, .template-order .customer .account-order {
	flex-grow: 1;
	padding-right: 6rem;
}
@media (max-width: 768px) {
	.template-account .customer .account-order, .template-order .customer .account-order {
		width: 100%;
		padding-right: 0;
	}
}
.template-addresses .customer .address-form-field {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	text-align: left;
}
@media (min-width: 768px) {
	.template-addresses .customer .field-customer-name {
		width: calc((100% - 2rem) / 2);
	}
}
.template-addresses .customer .data-address-wrapper {
	text-align: center;
}
.template-addresses .customer .data-address-wrapper .address-add-new[aria-expanded=true] + #add-address {
	display: block;
}
.template-addresses .customer .data-address-wrapper #add-address {
	display: none;
	text-align: left;
}
.template-addresses .customer .data-address-wrapper #address-new-heading {
	font-size: 2.5rem;
}
.template-addresses .customer .data-address-wrapper .new-label-style {
	display: block;
	font-size: 1.4rem;
	margin-bottom: 0.6rem;
}
.template-addresses .customer .set-default-label {
	margin-top: 2rem;
}
.template-addresses .customer .set-default-label [type=checkbox] {
	vertical-align: -1px;
}
.template-addresses .customer [data-address] {
	margin-top: 4rem;
}
.template-addresses .customer [data-address] [aria-expanded] {
	margin-top: 3rem;
}
.template-addresses .customer [data-address] [aria-expanded=false] ~ div[id] {
	display: none;
}
.template-addresses .customer [data-address] [aria-expanded=true] ~ div[id] {
	display: block;
}
.template-addresses .customer .address-list {
	margin-top: 4rem;
	text-align: center;
}
.template-addresses .customer .address-list [id^=edit-address-] {
	margin-top: 3rem;
}
.template-addresses .customer .address-list .title {
	font-size: 2.4rem;
}
.template-addresses .customer .buttons-wrap {
	width: 100%;
}
.template-activate_account .customer .buttons-wrap {
	margin-top: 4rem;
}
.template-order .customer table thead th,
.template-order .customer table thead td,
.template-order .customer table tbody th,
.template-order .customer table tbody td,
.template-order .customer table tfoot th,
.template-order .customer table tfoot td {
	border: none;
}
.template-order .customer table tbody {
	border-top: 1px solid #ccc;
}
.template-order .customer table tfoot {
	border-top: 1px solid #ccc;
}
.template-order .customer table tfoot tr:first-child {
	padding-top: 2rem;
}
.template-order .customer table tfoot tr:last-child {
	padding-bottom: 2rem;
}
.template-order .customer table tfoot td {
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.template-order .customer .account-details strong {
	font-weight: 400;
}
.customer .discounts {
	list-style: none;
	padding: 0;
	margin: 1rem 0;
}
.customer .discounts .discounts-discount {
	display: flex;
	align-items: center;
}
.customer .discounts svg {
	width: 1.4rem;
	margin-right: 1rem;
}

.faq-section {
	position: relative;
}
.faq-section .section-wrapper {
	background-color: rgb(var(--background-color));
}
.faq-section .sumary-total .content-right {
	padding-left: 4rem;
}
.faq-section .sumary-total .content-left .accordion-content {
	padding: 0 0 1.2rem;
	color: rgb(var(--text-color));
}
.faq-section .accordion-summary {
	color: rgb(var(--heading-color));
}
.faq-section .heading-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	flex-wrap: wrap;
	padding-bottom: 2.4rem;
}
.faq-section .heading-item .right-heading {
	display: flex;
	align-items: baseline;
	flex-wrap: wrap;
}
.faq-section .heading-item .right-heading .subheading {
	color: rgb(var(--heading-color));
	font-weight: var(--heading-font-weight);
	font-size: 1.4rem;
	margin-right: 2.4rem;
	margin-top: 0;
}
.faq-section .heading-item .right-heading .button {
	padding: 1.2rem 2.4rem;
	position: relative;
	font-weight: var(--heading-font-weight);
	margin-bottom: 1.5rem;
}
.faq-section .heading-item .left-heading {
    line-height: 1;
    flex-wrap: wrap;
    margin-top: 0;
    font-size: 40px;
    font-weight: 600;
    color: #333333;
}
.faq-section .sumary-total {
	display: flex;
}
.faq-section .sumary-total .content-left,
.faq-section .sumary-total .content-right {
	width: 50%;
}
.faq-section .sumary-total .content-left:first-child:last-child {
	width: 100%;
}
.faq-section .sumary-total .lazy-image.lazy-loaded img {
	height: auto;
}
@media (max-width: 991px) {
	.faq-section .sumary-total {
		display: flex;
		flex-direction: column;
	}
	.faq-section .sumary-total .content-left {
		width: 100%;
		order: 2;
		padding-left: 0;
	}
	.faq-section .sumary-total .content-right {
		width: 100%;
		order: 1;
		padding-left: 0;
		margin-bottom: 2.5rem;
	}
	.faq-section .heading-item h2 {
		margin-top: 2.5rem;
		line-height: 1.25;
	}
}
@media (max-width: 560px) {
	.faq-section .heading-item {
		display: block;
		padding-bottom: 0;
	}
	.faq-section .heading-item .right-heading {
		display: flex;
		flex-direction: column;
		margin-bottom: 0;
	}
	.faq-section .heading-item .right-heading .subheading {
		margin-bottom: 2rem;
		margin-right: 0;
		padding-bottom: 0;
	}
	.faq-section .heading-item .right-heading .button {
		margin-left: 0;
		margin-bottom: 2.5rem;
		padding: 1.2rem 3.2rem;
	}
	.faq-section .heading-item h2 {
		font-size: 3.6rem;
	}
}

.featured-blog-section .featured-blog-top {
	display: flex;
	justify-content: center;
	align-items: center;
	/* margin-bottom: 4.7rem; */
}
.featured-blog-section .featured-blog-top:empty {
	display: none;
}
.featured-blog-section .article-image {
	border-radius: 2rem;
}
.featured-blog-section .title-wrapper.rte {
	margin-bottom: 0;
}
.featured-blog-section .title-wrapper.rte .heading *,
.featured-blog-section .title-wrapper.rte .sub-heading * {
	margin: 0;
	line-height: inherit;
}
.featured-blog-section .title-wrapper.rte .heading {
	margin: 0;
}
.featured-blog-section .title-wrapper.rte .sub-heading {
	margin-top: 0;
}
.featured-blog-section .swiper-controls button {
	width: 4.4rem;
	height: 4.4rem;
	transform: none;
}
.featured-blog-section .swiper-controls button.swiper-button-disabled {
	display: block;
	visibility: hidden;
}
@media (min-width: 1300px) {
	.featured-blog-section .swiper-controls .swiper-button-prev,
	.featured-blog-section .swiper-controls .swiper-rtl .swiper-button-next {
		left: -2.2rem;
	}
	.featured-blog-section .swiper-controls .swiper-button-next,
	.featured-blog-section .swiper-controls .swiper-rtl .swiper-button-prec {
		right: -2.2rem;
	}
}
.featured-blog-section .swiper-slide {
	height: auto;
}
.featured-blog-section .article-media-wrap {
	position: relative;
}
.featured-blog-section .article-media-wrap.adapt-media.no-media {
	aspect-ratio: 1.5/1;
}
.featured-blog-section .article-media-wrap.adapt-media img {
	aspect-ratio: var(--aspect-ratio);
}
.featured-blog-section .article-media-wrap.no-media {
	background-color: rgb(var(--text-color), 0.05);
	margin-bottom: 2.3rem;
	border-radius: 2rem;
}
.featured-blog-section .article-media-wrap .article-title {
	margin: 0;
	line-height: 0;
}
.featured-blog-section .article-media-wrap .article-title .article-link {
	padding: 2rem;
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	line-height: normal;
}
.featured-blog-section .article-info .article-meta {
	color: rgb(var(--text-color));
}
@media (hover: hover) {
	.featured-blog-section .article-info a:hover {
		text-decoration-thickness: 0.1rem;
		text-underline-offset: 0.3rem;
		text-decoration: underline;
	}
}
.featured-blog-section .article-title {
	font-size: var(--h6-smaller-font-size);
	margin-bottom: 1.9rem;
	margin-top: 2.5rem;
}
.featured-blog-section .mitem:after {
	content: "";
	display: inline-block;
	height: 0.1rem;
	width: 2rem;
	background-color: rgb(var(--text-color));
	margin-left: 0.8rem;
	margin-right: 0.8rem;
	margin-bottom: 0.5rem;
}
.featured-blog-section .mitem:last-child:after {
	content: none;
}
@media (max-width: 991px) {
	.featured-blog-section .mitem:after {
		margin-left: 0.5rem;
		margin-right: 0.5rem;
	}
}
@media (max-width: 991px) {
	.featured-blog-section .featured-blog-top {
		margin-bottom: 2rem;
	}
	.featured-blog-section .featured-blog-top .heading {
		font-size: 3.6rem;
	}
	.featured-blog-section .featured-blog-top .sub-heading {
		font-size: 3.6rem;
	}
	.featured-blog-section .article-title {
		margin-top: 2rem;
		margin-bottom: 0.4rem;
		font-size: 1.4rem;
	}
	.featured-blog-section .article-meta {
		font-size: 1.3rem;
		line-height: 2.0769230769;
	}
	.featured-blog-section .swiper-controls,
	.featured-blog-section .swiper-pagination {
		display: none;
	}
	.featured-blog-section .featured-blog-top {
		flex-direction: column;
		align-items: flex-start;
	}
}

.featured-collection-slider-section .new-carousel-top {
	margin-bottom: 4rem;
}
.featured-collection-slider-section .title-wrapper.rte {
	margin-bottom: 0;
}
.featured-collection-slider-section .heading * {
	margin: 0;
}
.featured-collection-slider-section .show-more {
	margin-top: 1.6rem;
}
.featured-collection-slider-section .show-more .show-more-button {
	position: relative;
	font-size: var(--body-larger-font-size);
	font-weight: var(--heading-font-weight);
	color: rgb(var(--button-text-color));
	display: inline-block;
	padding-bottom: 0.8rem;
}
.featured-collection-slider-section .show-more .show-more-button:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 0.1rem;
	background: rgb(var(--button-text-color));
	transition: all 0.3s ease;
}
.featured-collection-slider-section .show-more .show-more-button:hover:after {
	height: 0.2rem;
}
.featured-collection-slider-section .swiper-controls button {
	top: 39%;
	padding: 1.1rem;
	/* border: 0.1rem solid rgba(var(--button-outline-color), 0.1);
	background-color: rgb(var(--button-bg-color)); */
  border:none;
  background:#e3cdbc;
  transition:all 0.5s ease-in-out;
}
.featured-collection-slider-section .swiper-controls button svg {
	width: 15px;
	height: 15px;
	color: rgb(var(--button-text-color));
}
.featured-collection-slider-section .swiper-controls button:hover {
	/* background-color: rgb(var(--button-text-color)); */
  background:#000;
}
.featured-collection-slider-section .swiper-controls button:hover svg {
	color: rgb(var(--button-bg-color));
}
@media (max-width: 991px) {
	.featured-collection-slider-section .swiper-wrapper .swiper-slide {
		width: 23rem;
	}
}
.featured-collection-slider-section .swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
	bottom: -4rem;
}
@media (hover: hover) {
	.featured-collection-slider-section .swiper-pagination .swiper-pagination-bullet:not(.swiper-pagination-bullet-active):hover {
		box-shadow: 0 0 0 0.2rem rgba(var(--heading-color), 0.15);
	}
}
.featured-collection-slider-section .product-card {
	margin-bottom: 0;
}
.featured-collection-slider-section .product-card:before {
	content: none;
}
@media (max-width: 991px) {
  #shopify-section-template--23458264875333__featured_collection_slider_ewbtNi .swiper-controls .swiper-button-prev {
	left: -5px;
  }
  #shopify-section-template--23458264875333__featured_collection_slider_ewbtNi .swiper-controls .swiper-button-next {
	right: -5px;
  }
 .collection-list-section .section-wrapper .collection-inner .swiper .swiper-wrapper .card-item {
	width: 31%;
  }
  .collection-list-section .collection-inner.title-inside .card-title .collection-title {
	color: #fff;
	font-size: 21px;
  }
  .collection-list-section .collection-inner.title-inside .card-title {
	padding: 15px 0;
  }
  .collection-list-section .collection-inner.title-inside .card-title {
	bottom: 0;
  }
.shopable-video-section .section-wrapper .shopable-wrapper .swiper .swiper-wrapper .swiper-slide {
	width: 32%;
}
.has-product-card .section-wrapper .content-wrapper ul li {
	width: 33% !important;
	min-width: 33% !important;
}
}
.featured-product-section .placeholder-media {
	width: 100%;
}
@media (min-width: 992px) {
	.featured-product-section .featured-product-wrapper {
		display: flex;
	}
  
}
@media (min-width: 992px) {
	.featured-product-section .featured-product-wrapper .product-gallery {
		margin-bottom: 0;
	}
}
@media (max-width: 991px) {
	.featured-product-section .featured-product-wrapper .product-gallery {
		margin-bottom: 3rem;
	}
}
@media (max-width: 933px){
  .collection-list-section .collection-inner.title-inside .card-title .collection-title {
	font-size: 18px;
}
}
@media (max-width: 833px){
  .collection-list-section .collection-inner.title-inside .card-title .collection-title {
	font-size: 16px;
}
}

.featured-product-section .featured-product-wrapper .product-summary {
	margin-bottom: 0;
}
.featured-product-section .onboarding .product-title {
	margin-bottom: 1.2rem;
}
.featured-product-section .onboarding .product-price {
	margin-bottom: 1.2rem;
}
.featured-product-section .onboarding .product-description {
	margin-bottom: 1.2rem;
}
.featured-product-section .onboarding .button {
	font-size: var(--body-font-size);
	padding: 0 1.5rem;
	height: 4.8rem;
	position: relative;
	font-weight: var(--heading-font-weight);
	color: rgb(var(--button-text-color));
	border: var(--button-border-width) solid rgba(var(--button-outline-color));
}
.featured-product-section .product-summary-inner {
	width: 100%;
}
.featured-product-section .product-summary-inner .button {
	display: inline-block;
}
.featured-product-section .product-summary-inner .product-variants {
	display: inline-flex;
	flex-direction: column;
}
.featured-product-section .product-summary-inner .product-variants select.field-value {
	min-width: 15rem;
}
.featured-product-section .media-preview-wrap.loading .media-preview {
	opacity: 0.7;
}
.featured-product-section .media-preview-wrap.loading:before {
	content: "";
	z-index: 5;
	position: absolute;
	border: 3px solid rgb(var(--loading-color));
	border-top-color: transparent;
	border-radius: 50%;
	height: 20px;
	width: 20px;
	top: 50%;
	left: 50%;
	animation: circle-loading 500ms infinite linear;
}
.featured-product-section .product-gallery {
	position: relative;
}
.featured-product-section .product-gallery[data-id=layout-1] .gallery-thumbs {
	margin-top: 1.5rem;
}
@media (min-width: 992px) {
	.featured-product-section .product-gallery[data-id=layout-1] .gallery-thumbs {
		display: block;
		position: absolute;
		width: 10rem;
		height: 57rem;
		left: 2rem;
		top: 2rem;
		z-index: 15;
		margin-top: 0;
	}
}
.featured-product-section .product-gallery[data-id=layout-1] .gallery-thumbs .thumbs-item {
	height: auto !important;
}
.featured-product-section .product-gallery[data-id=layout-1] .gallery-thumbs .thumbs-item .media-preview-wrap {
	height: auto;
	min-height: auto;
	border: 0.2rem solid rgba(var(--heading-color), 0.3);
	border-radius: 1.2rem;
	transition: border-color 0.3s ease;
}
.featured-product-section .product-gallery[data-id=layout-1] .gallery-thumbs .thumbs-item .media-preview-wrap .media-preview {
	border-radius: 1.2rem;
}
.featured-product-section .product-gallery[data-id=layout-1] .gallery-thumbs .thumbs-item.swiper-slide-thumb-active .media-preview-wrap {
	border-color: rgb(var(--heading-color));
}
.featured-product-section .product-gallery[data-id=layout-1] .gallery-thumbs .thumbs-item:not(.swiper-slide-thumb-active) .media-preview-wrap {
	opacity: 0.5;
}
.featured-product-section .product-gallery[data-id=layout-2] .gallery-media {
	display: flex;
	align-items: center;
	flex-direction: row;
	overflow-x: auto;
	white-space: nowrap;
	flex-wrap: nowrap;
	padding-bottom: 2rem;
	margin-right: 0;
}
.featured-product-section .product-gallery[data-id=layout-2] .gallery-media .gallery-item {
	min-width: 43.3rem;
	border-radius: 2rem;
	overflow: hidden;
}
.featured-product-section .product-gallery[data-id=layout-2] .gallery-media .gallery-item:not(:first-child) {
	margin-left: 2rem;
}
@media (max-width: 991px) {
	.featured-product-section .product-gallery[data-id=layout-2] .gallery-media .gallery-item {
		min-width: 23rem;
	}
}
.featured-product-section .product-gallery.portrait-image .media-preview-wrap {
	aspect-ratio: 1/1.33;
}
.featured-product-section .product-gallery.portrait-image .media-preview {
	aspect-ratio: 1/1.33;
}
@media (min-width: 992px) {
	.featured-product-section .product-gallery.portrait-image[data-id=layout-1] .gallery-thumbs {
		height: 57rem;
	}
}
.featured-product-section .product-gallery.square-image .media-preview-wrap {
	aspect-ratio: 1/1;
}
.featured-product-section .product-gallery.square-image .media-preview {
	aspect-ratio: 1/1;
}
@media (min-width: 992px) {
	.featured-product-section .product-gallery.square-image[data-id=layout-1] .gallery-thumbs {
		height: 43.6rem;
	}
}
.featured-product-section .product-gallery .gallery-item .media-preview-wrap {
	border: none;
	border-radius: 1.6rem;
	overflow: hidden;
}
.featured-product-section .product-summary.text-left .product-price {
	justify-content: flex-start;
}
.featured-product-section .product-summary.text-center .product-price {
	justify-content: center;
}
.featured-product-section .product-summary.text-right .product-price {
	justify-content: flex-end;
}

.featured-products-section .featured-products {
	padding: 6rem;
	border-radius: 2.8rem;
	background-color: rgba(var(--heading-color), 0.05);
	display: flex;
	align-items: center;
}
@media (max-width: 1199px) {
	.featured-products-section .featured-products {
		padding: 3rem;
	}
}
@media (max-width: 991px) {
	.featured-products-section .featured-products {
		display: block;
		padding: 1.5rem;
	}
}
.featured-products-section .featured-image {
	width: 48.72%;
	position: relative;
}
.featured-products-section .featured-image .image-inner {
	position: relative;
	border-radius: 2rem;
	overflow: hidden;
}
@media (max-width: 991px) {
	.featured-products-section .featured-image {
		width: 100%;
	}
}
.featured-products-section .featured-content {
	width: 51.28%;
	padding-left: 8rem;
	padding-right: 2rem;
	text-align: center;
}
.featured-products-section .featured-content .heading {
	margin-bottom: 4rem;
}
.featured-products-section .featured-content .heading > * {
	margin: 0;
}
.featured-products-section .featured-content .carousel-swiper {
	padding: 0 7rem;
}
@media (max-width: 1199px) {
	.featured-products-section .featured-content .carousel-swiper {
		padding: 0 5rem;
	}
}
@media (max-width: 991px) {
	.featured-products-section .featured-content .carousel-swiper {
		padding: 0;
	}
}
.featured-products-section .featured-content .product-card-content {
	text-align: center;
}
.featured-products-section .featured-content .product-swatches,
.featured-products-section .featured-content .product-price {
	justify-content: center;
}
@media (max-width: 1199px) {
	.featured-products-section .featured-content {
		padding-left: 4rem;
		padding-right: 0;
	}
}
@media (max-width: 991px) {
	.featured-products-section .featured-content {
		width: 100%;
		padding-left: 0;
		padding-top: 4rem;
	}
	.featured-products-section .featured-content .heading {
		margin-bottom: 2rem;
	}
}
.featured-products-section .swiper-controls button {
	top: 39%;
	padding: 1.1rem;
	border: 0.1rem solid rgba(var(--button-outline-color), 0.1);
	background-color: rgb(var(--button-bg-color));
}
.featured-products-section .swiper-controls button svg {
	width: 2rem;
	height: 2rem;
	color: rgb(var(--button-text-color));
}
.featured-products-section .swiper-controls button:hover {
	background-color: rgb(var(--button-text-color));
}
.featured-products-section .swiper-controls button:hover svg {
	color: rgb(var(--button-bg-color));
}
.featured-products-section .swiper-controls .swiper-button-prev {
	left: 0;
}
@media (max-width: 991px) {
	.featured-products-section .swiper-controls .swiper-button-prev {
		left: -1.5rem;
	}
}
.featured-products-section .swiper-controls .swiper-button-next {
	right: 0;
}
@media (max-width: 991px) {
	.featured-products-section .swiper-controls .swiper-button-next {
		right: -1.5rem;
	}
}

.footer ul,
.footer ol {
	list-style: none;
	margin: 0;
	padding: 0;
}
@media (hover: hover) {
	.footer a:hover {
		text-decoration-thickness: 0.1rem;
		text-underline-offset: 0.5rem;
		text-decoration: underline;
	}
}
.footer .ft-block-heading {
	font-size: 1.4rem;
	font-weight: 600;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 1.3rem;
}
.footer .ft-block-heading svg {
	transition: transform 0.3s ease;
}
@media (min-width: 768px) {
	.footer .ft-block-heading svg {
		display: none;
	}
}
.footer .ft-block-html h1,
.footer .ft-block-html h2,
.footer .ft-block-html h3,
.footer .ft-block-html h4,
.footer .ft-block-html h5,
.footer .ft-block-html h6,
.footer .ft-block-html .h1,
.footer .ft-block-html .h2,
.footer .ft-block-html .h3,
.footer .ft-block-html .h4,
.footer .ft-block-html .h5,
.footer .ft-block-html .h6 {
	color: currentColor;
}
.footer .ft-block-newsletter .section-wrapper {
	background-color: rgb(var(--background-color));
	color: rgb(var(--text-color));
}
.footer .ft-block-newsletter .description {
	font-size: 2.4rem;
	line-height: 1.5;
	margin-bottom: 3.2rem;
}
@media (max-width: 991px) {
	.footer .ft-block-newsletter .description {
		font-size: 1.8rem;
	}
}
.footer .ft-block-newsletter .description p:last-child {
	margin-bottom: 0;
}
.footer .ft-block-newsletter .field-wrapper {
	max-width: 100%;
	position: relative;
	display: flex;
}
.footer .ft-block-newsletter .field-wrapper .field-input {
	width: 100%;
	height: 5.2rem;
	padding: 0 1.6rem;
	font-size: 1.4rem;
	background-color: rgb(var(--background-color));
	margin-top: 0.5rem;
	margin-bottom: 1.6rem;
	border-radius: var(--button-radius);
}
.footer .ft-block-newsletter .field-wrapper [type=submit] {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	width: 4.4rem;
	height: 4.4rem;
	top: 9px;
	right: 4px;
	font-size: 0;
	color: rgb(var(--background-color));
}
.footer .ft-block-newsletter .field-wrapper [type=submit] svg {
	width: 2.4rem;
	height: 2.4rem;
}
.footer .ft-blocks-inner {
	display: grid;
	grid-gap: 30px;
}
.footer .ft-blocks-inner .ft-block-html .ft-block-heading {
	display: none;
}
.footer .ft-blocks-inner .ft-block-html .ft-block-heading.no-logo {
	display: flex;
}
.footer .ft-blocks-inner .ft-block-html .ft-logo {
	display: block;
	margin-top: -0.9rem;
}
.footer .ft-blocks-inner .ft-block-html .text-html table {
	margin: 1.8rem 0;
}
.footer .ft-blocks-inner .ft-block-html .text-html table tr th {
	padding: 0 0 1.1rem 0;
}
.footer .ft-blocks-inner .ft-block-html .text-html table tr th:first-child {
      min-width: 1rem;
}
.footer .ft-blocks-inner .ft-block-html .text-html table, .footer .ft-blocks-inner .ft-block-html .text-html th, .footer .ft-blocks-inner .ft-block-html .text-html td {
    border: none;
    font-size: var(--body-font-size);
    color: #000;
    font-weight: 500;
    letter-spacing: 0.50px;
}
.footer .ft-blocks-inner .ft-block-html .text-html th b {
    font-size: 16px;
    color: #000;
}
.footer .ft-blocks-inner .ft-block-nav li {
	margin: 0 0 0.8rem 0;
}
@media (min-width: 992px) {
	.footer .ft-blocks-inner {
		grid-template-areas: "bb aa aa aa cc";
		grid-template-columns: 1.88fr repeat(3, 1fr) 1.66fr;
		grid-template-rows: auto;
		grid-gap: 30px;
	}
	.footer .ft-blocks-inner .ft-block-html {
		grid-area: bb;
	}
	.footer .ft-blocks-inner .ft-block-newsletter {
		grid-area: cc;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.footer .ft-blocks-inner {
		grid-template-areas: "aa bb cc" "dd . ee";
		grid-template-columns: repeat(3, 1fr);
		grid-template-rows: auto;
	}
	.footer .ft-blocks-inner .ft-block-html {
		grid-area: aa;
	}
	.footer .ft-blocks-inner .ft-block-item:nth-child(2) {
		grid-area: bb;
	}
	.footer .ft-blocks-inner .ft-block-item:nth-child(3) {
		grid-area: cc;
	}
	.footer .ft-blocks-inner .ft-block-item:nth-child(4) {
		grid-area: dd;
	}
	.footer .ft-blocks-inner .ft-block-newsletter {
		grid-area: ee;
	}
}
.footer .social-media-list {
	margin: 0;
	list-style-type: none;
}
.footer .social-media-list li {
	margin: 0 4px;
	display: inline-flex;
	align-items: center;
	vertical-align: middle;
}
.footer .social-media-list li:first-child {
	margin-left: 0;
}
.footer .social-media-list li:last-child {
	margin-right: 0;
}
.footer .social-media-list .icon {
	width: 2rem;
	height: 2rem;
	background-color: transparent;
	color: rgb(var(--text-color));
	transition: all 0.3s ease;
}
.footer .social-media-list .icon:hover {
	transform: scale(1.1);
	transition: all 0.3s ease;
}
.footer .social-media-list svg {
	width: auto;
	height: auto;
}
.footer .social-media-list .tooltip {
	display: none;
}
.footer .localization-form {
	display: flex;
	white-space: nowrap;
}
.footer .localization-form noscript + .toggle-dropdown {
	margin-left: 2rem;
}
.footer .localization-form .dropdown-content-header {
	color: rgb(var(--text-color));
}
@media (min-width: 992px) {
	.footer .localization-form .toggle-dropdown[open] {
		visibility: visible;
		opacity: 1;
		transform: translateY(0);
	}
}
.footer .localization-form .dropdown-summary {
	background-color: transparent;
	border: 0;
	padding: 0;
	display: inline-flex;
	align-items: center;
	color: rgb(var(--text-color));
	height: 100%;
	font-size: 1.2rem;
	line-height: 1.33;
}
.footer .localization-form .dropdown-summary:focus-visible {
	outline: none;
	outline-offset: unset;
	box-shadow: none;
}
.footer .localization-form .country-flag {
	width: 2rem;
	height: 2rem;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	margin-right: 0.8rem;
}
.footer .localization-form .country-flag img {
	width: 2rem;
	height: 1.5rem;
}
.footer .localization-form .dropdown-icon {
	margin-left: 1rem;
	display: inline-flex;
}
.footer .localization-form .dropdown-icon svg {
	width: 1rem;
	height: 1rem;
	margin: 0;
}
@media (min-width: 992px) {
	.footer .localization-form .dropdown-content {
		padding: 0;
		min-width: auto;
		top: auto;
		bottom: calc(100% + 1.5rem);
	}
}
.footer .localization-form .dropdown-content button {
	display: flex;
	align-items: center;
	background-color: transparent;
	border: 0;
	padding: 0;
	color: rgb(var(--text-color));
	font-size: 1.2rem;
	line-height: 1.33;
}
.footer .localization-form .dropdown-content .content {
	border-radius: 0.4rem;
}
.footer .localization-form .dropdown-content .dropdown-content-inner li {
	padding: 1rem 1.5rem;
}
.footer .ft-bar p:last-child {
	margin-bottom: 0;
}
.footer .ft-bar-inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 1.2rem 0;
	border-top: 1px solid rgba(var(--text-color), 0.18);
}
.footer .ft-bar-inner .ft-copyright {
	display: flex;
	flex-grow: 1;
    justify-content: center;
}
.footer .ft-bar-inner .ft-copyright .copyright-text {
	margin: 0;
    font-weight: 600;
}
.footer .ft-bar-inner .ft-copyright .copyright-text + .localization-form {
	margin-left: 3.6rem;
}
.footer .ft-bar-inner .ft-copyright:first-child {
	margin-left: 0;
}
.footer .ft-bar-inner .ft-payments {
	display: flex;
	flex-wrap: wrap;
}
.footer .ft-bar-inner .ft-payments .text-only {
	margin-right: 0.9rem;
}
.footer .ft-bar-inner .list-payment {
	display: flex;
	flex-wrap: wrap;
}
.footer .ft-bar-inner .list-payment li {
	display: inline-flex;
	margin: 0 0.8rem 0.4rem 0;
}
.footer .ft-bar-inner .list-payment li:first-child {
	margin-left: 0;
}
.footer .ft-bar-inner .list-payment li:last-child {
	margin-right: 0;
}
@media (min-width: 992px) {
	.footer .ft-blocks-inner {
		padding-top: 7.7rem;
		padding-bottom: 6rem;
	}
}
@media (max-width: 991px) {
	.footer .ft-blocks-inner {
		padding-top: 7.7rem;
		padding-bottom: 6rem;
	}
	.footer .ft-bar-inner {
		flex-wrap: wrap;
	}
	.footer .ft-bar-inner .ft-payments {
		margin-top: 1.5rem;
	}
}
@media (max-width: 767px) {
	.footer .ft-block-item {
		width: 100%;
		flex-grow: 1;
	}
  .footer{
  margin:0 0 80px 0;
}
	.footer .ft-blocks-inner {
		padding-top: 2rem;
		padding-bottom: 2rem;
		grid-gap: 0;
	}
	.footer .ft-blocks-inner .ft-block-item.open .ft-block-heading svg {
		transform: rotate(180deg);
	}
	.footer .ft-blocks-inner .ft-block-heading {
		font-size: 1.4rem;
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: 0;
		padding: 1rem 0;
	}
	.footer .ft-blocks-inner .ft-block-html {
		font-size: 1.4rem;
		line-height: 1.8;
	}
	.footer .ft-blocks-inner .ft-block-html .ft-block-heading {
		display: flex;
	}
	.footer .ft-blocks-inner .ft-block-html .first-line {
		font-size: 1.5rem;
	}
	.footer .ft-blocks-inner .ft-block-content {
		display: none;
		padding: 1rem 0 1.5rem 0;
	}
	.footer .ft-blocks-inner .ft-block-menu {
		font-size: 1.4rem;
	}
	.footer .ft-bar-inner {
		flex-wrap: wrap;
	}
	.footer .ft-bar-inner .ft-copyright {
		margin-right: 0;
	}
	.footer .ft-bar-inner .ft-payments {
		flex: 0 0 100%;
		margin-top: 2rem;
	}
	.footer .ft-bar-inner .ft-payments .text-only {
		display: none;
	}
}
@media (max-width: 544px) {
	.footer .ft-bar-inner .ft-copyright {
		margin: 1rem 0 0 0;
		flex: 0 0 100%;
		flex-direction: column;
	}
	.footer .ft-bar-inner .ft-copyright .copyright-text + .localization-form {
		margin-left: 0;
		margin-top: 1.5rem;
	}
	.footer .ft-bar-inner .ft-payments {
		margin-top: 2rem;
		margin-bottom: 1rem;
	}
}

#btnScrollToTop {
	position: fixed;
	bottom: 9rem;
	right: 3rem;
	width: 5rem;
	height: 5rem;
	border-radius: 50%;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
	z-index: 99;
	display: none;
	transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
}
#btnScrollToTop svg {
	transform: rotate(-90deg);
}

@supports (-webkit-touch-callout: none) {
	button {
		color: rgb(var(--text-color));
	}
}
.lazy-image:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0) 100%);
	animation: lazy-loading 1.3s infinite;
}
.lazy-image img {
	opacity: 0;
	height: 100%;
	width: 100%;
	transition: opacity 0.5s ease-in-out;
	will-change: opacity;
}
.adapt-media .lazy-image {
	position: relative;
	max-height: 64rem;
}
.lazy-image.lazy-loaded:before {
	content: none;
}
.lazy-image.lazy-loaded img {
	opacity: 1;
}
.lazy-image.loading-image {
	background-size: auto;
	background-color: transparent;
	background-position-x: center;
	background-position-y: center;
	background-repeat: no-repeat;
}
.lazy-image.loading-image.lazy-loaded {
	background-image: unset;
}

.stretch-section .swiper-button-prev,
.stretch-section .swiper-button-next {
	padding: 1rem;
}
.stretch-section .swiper-button-prev svg,
.stretch-section .swiper-button-next svg {
	height: 2rem;
	width: 2rem;
}
.stretch-section .swiper-button-prev,
.stretch-section .swiper-rtl .swiper-button-next {
	left: 1.5rem;
}
.stretch-section .swiper-button-next,
.stretch-section .swiper-rtl .swiper-button-prev {
	right: 1.5rem;
}
.stretch-section .main-product .product-thumbs .swiper-button-prev svg,
.stretch-section .main-product .product-thumbs .swiper-button-next svg {
	height: 2rem;
	width: 2rem;
}
.stretch-section .main-product .product-thumbs .swiper-button-prev,
.stretch-section .main-product .product-thumbs .swiper-rtl .swiper-button-next {
	left: 1.5rem;
}
.stretch-section .main-product .product-thumbs .swiper-button-next,
.stretch-section .main-product .product-thumbs .swiper-rtl .swiper-button-prev {
	right: 1.5rem;
}

.stretch-padding {
	padding-left: var(--full-width-padding);
	padding-right: var(--full-width-padding);
}
@media (max-width: 991px) {
	.stretch-padding {
		padding-left: 15px;
		padding-right: 15px;
	}
}

.loading-bar {
	position: fixed;
	top: 0;
	left: 0;
	height: 3px;
	width: 100%;
	opacity: 0;
	background-color: rgb(var(--text-color));
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 0.25s ease-in-out;
	z-index: 999;
	pointer-events: none;
}
.loading-bar.active {
	opacity: 1;
}

.add-to-cart-button.loading {
	color: transparent;
}
@media (hover: hover) {
	.add-to-cart-button.loading:hover {
		transition: color 0s;
		color: transparent;
	}
}
.add-to-cart-button.loading:before {
	content: "";
	z-index: 5;
	position: absolute;
	border: 0.2rem solid #fff;
	border-top-color: transparent;
	border-radius: 50%;
	height: 1.6rem;
	width: 1.6rem;
	top: 50%;
	left: 50%;
	animation: circle-loading 500ms infinite linear;
	background: transparent;
}

.carousel-swiper {
	position: relative;
}
.carousel-swiper .swiper-slide {
	overflow: visible;
}
.carousel-swiper ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.tooltip {
	background-color: rgb(var(--button-text-color));
	color: rgb(var(--button-bg-color));
	border-radius: 0.2rem;
	padding: 0.3rem 0.8rem;
	position: absolute;
	font-size: var(--body-small-font-size);
	line-height: 1.5;
	right: calc(100% + 0.8rem);
	pointer-events: none;
	transform: translateX(5px);
	opacity: 0;
	visibility: hidden;
	white-space: nowrap;
	z-index: 2;
	transition: transform 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
}
.tooltip.tooltip-top {
	transform: translateY(5px);
	right: auto;
	bottom: calc(100% + 0.8rem);
}
.tooltip.tooltip-top:before {
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	border-width: 0.3rem;
	border-color: rgb(var(--text-color)) transparent transparent transparent;
}
.tooltip:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 100%;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0.3rem 0 0.3rem 0.3rem;
	border-color: transparent transparent transparent rgb(var(--text-color));
}

.countdown-time-wrap.flat-countdown {
	display: flex;
	justify-content: center;
	margin-bottom: 5rem;
}
.countdown-time-wrap.flat-countdown .countdown-time {
	display: inline-flex;
	border-radius: 0.5rem;
	font-weight: 400;
	padding: 0 0.6rem;
}
.countdown-time-wrap.flat-countdown .time-block {
	position: relative;
	margin-right: 0.7rem;
}
.countdown-time-wrap.flat-countdown .time-block:first-of-type:before {
	content: none;
}
.countdown-time-wrap.flat-countdown .time-block:before {
	content: ":";
	font-size: 3rem;
	position: absolute;
	top: -0.1rem;
	left: -0.7rem;
}
.countdown-time-wrap.flat-countdown .time-number {
	background-color: transparent;
	min-height: 5rem;
	min-width: 4.5rem;
	font-size: 3rem;
	color: currentColor;
}

.countdown-time {
	display: flex;
	align-items: center;
	font-weight: 500;
	color: rgb(var(--text-color));
}
.countdown-time .time-number {
	color: #2d3448;
	background-color: #eaeaea;
	font-size: 1.4rem;
	min-width: 5rem;
	min-height: 4rem;
	padding: 0 0.8rem;
	display: flex;
	justify-content: center;
	align-items: center;
}
.countdown-time .time-number:empty {
	display: none;
}
.countdown-time .time-number:empty ~ .time-text {
	display: none;
}
.countdown-time .time-block {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	margin-right: 2rem;
}
.countdown-time .time-block:last-of-type {
	margin-right: 0;
}
.countdown-time .time-text {
	font-size: 1.1rem;
	text-transform: uppercase;
	margin-top: 0.1rem;
}

.toggle-dropdown {
	position: relative;
}
.toggle-dropdown ul,
.toggle-dropdown ol {
	list-style: none;
	padding: 0;
	margin: 0;
}
.toggle-dropdown[open] {
	z-index: 9999;
}
.toggle-dropdown[open] .dropdown-content {
	visibility: visible;
	opacity: 1;
	transform: translateY(0);
}
.toggle-dropdown[open] .dropdown-icon svg {
	transform: rotate(180deg);
}
.toggle-dropdown .dropdown-summary {
	cursor: pointer;
}
.toggle-dropdown .dropdown-content {
	position: absolute;
	top: calc(100% + 1rem);
	right: 0;
	min-width: 16rem;
	z-index: 21;
	border-radius: 0.4rem;
	white-space: nowrap;
	box-shadow: 0 0.1rem 0.5rem 0.2rem rgba(var(--text-color), 0.1);
	transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out, visibility 0.2s ease-in-out;
	opacity: 0;
	visibility: hidden;
	transform: translateY(-1rem);
	background-color: rgb(var(--background-color));
}
@media (min-width: 992px) {
	.toggle-dropdown .dropdown-content {
		padding: 1.5rem 0;
	}
	.toggle-dropdown .dropdown-content .content {
		overflow: auto;
		max-height: 40vh;
	}
}
.toggle-dropdown .dropdown-content-header {
	padding: 2rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 0.1rem solid rgba(var(--text-color), 0.3);
	color: rgb(var(--text-color));
	font-weight: 700;
}
.toggle-dropdown .dropdown-content-header svg {
	transform: none;
	width: 2rem;
	height: 2rem;
}
@media (min-width: 768px) {
	.toggle-dropdown .dropdown-content-header {
		display: none;
	}
}
.toggle-dropdown .dropdown-content-inner li {
	padding: 0.5rem 1.5rem;
	cursor: pointer;
}
.toggle-dropdown .dropdown-content-inner li[data-current] {
	background-color: rgba(var(--text-color), 0.03);
}
@media (hover: hover) {
	.toggle-dropdown .dropdown-content-inner li:hover {
		background-color: rgba(var(--text-color), 0.03);
	}
}
@media (max-width: 767px) {
	.toggle-dropdown[open] .dropdown-content-inner {
		transform: translateY(0);
	}
	.toggle-dropdown .dropdown-content {
		transform: none;
		position: fixed;
		left: 0;
		right: 0;
		bottom: 0;
		top: 0;
		background-color: rgba(var(--overlay-color), 0.4);
	}
	.toggle-dropdown .dropdown-content li {
		padding: 1.5rem 2rem;
	}
	.toggle-dropdown .dropdown-content-inner {
		background-color: rgb(var(--background-color));
		display: flex;
		flex-direction: column;
		height: 90%;
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		transform: translateY(100%);
		transition: transform 0.3s ease;
	}
	.toggle-dropdown .content {
		flex-grow: 1;
		overflow-x: hidden;
		overflow-y: auto;
	}
}
.toggle-dropdown .dropdown-icon svg {
	width: 1.1rem;
	height: 1.1rem;
	margin-left: 0.5rem;
	vertical-align: 0;
	transition: transform 0.2s ease;
}

.pickup-availability-open .pickup-availability-panel {
	pointer-events: auto;
	visibility: visible;
	opacity: 1;
}
.pickup-availability-open .pickup-availability-panel .pickup-availability-modal {
	transform: translateX(0);
}

.pickup-availability .pickup-availability-info {
	display: flex;
	align-items: baseline;
}
.pickup-availability .pickup-availability-info svg {
	width: 2rem;
	height: 2rem;
	vertical-align: -0.5rem;
}
.pickup-availability .pickup-availability-info-inner {
	margin-left: 1rem;
}
.pickup-availability .pickup-availability-info-title {
	color: rgb(var(--text-color));
	font-size: var(--body-larger-font-size);
}
.pickup-availability .pickup-availability-info-title strong {
	color: rgb(var(--heading-color));
}
.pickup-availability .toggle-modal {
	padding: 0;
	background-color: transparent;
	color: rgb(var(--text-color));
	border: 0;
	font-size: 1.6rem;
}
@media (hover: hover) {
	.pickup-availability .toggle-modal:hover {
		text-decoration: underline;
	}
}

.pickup-availability-panel {
	position: fixed;
	pointer-events: none;
	opacity: 0;
	visibility: hidden;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background-color: rgba(var(--overlay-color), 0.5);
	z-index: 99;
	transition: all 0.2s;
}
.pickup-availability-panel .pickup-availability-modal {
	transform: translateX(100%);
	transition: all 0.2s;
	background-color: rgb(var(--background-color));
	width: 40rem;
	max-width: 80%;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	display: flex;
	flex-direction: column;
	height: 100%;
}
.pickup-availability-panel .pickup-availability-header {
	padding: 2rem 6rem 2rem 2rem;
	border-bottom: 0.1rem solid rgba(var(--text-color), 0.3);
	position: relative;
}
.pickup-availability-panel .pickup-availability-header .pickup-availability-product-title {
	margin: 0;
}
.pickup-availability-panel .pickup-availability-header .button {
	right: 2rem;
	top: 50%;
	transform: translateY(-50%);
	position: absolute;
	width: 4rem;
	height: 4rem;
	display: flex;
	align-items: center;
	justify-content: center;
	border: none;
	border-radius: 50%;
}
.pickup-availability-panel .pickup-availability-header p {
	margin: 0;
}
.pickup-availability-panel .pickup-availability-list {
	flex-grow: 1;
	overflow-y: auto;
	list-style: none;
	padding: 2rem;
	margin: 0;
}
.pickup-availability-panel .pickup-availability-list .pickup-availability-item + .pickup-availability-item {
	border-top: 1px solid #efefef;
}
.pickup-availability-panel .pickup-availability-list .pickup-availability-location {
	font-size: 1.6rem;
}
.pickup-availability-panel .pickup-availability-list .pickup-availability-stock {
	display: flex;
}
.pickup-availability-panel .pickup-availability-list .pickup-availability-stock svg {
	width: 1.5rem;
	margin-right: 0.5rem;
}

.social-media-list li {
	display: inline-flex;
	align-items: center;
}
.social-media-list a {
	display: inline-flex;
	justify-content: center;
	position: relative;
	background-color: rgb(var(--text-color));
	color: rgb(var(--background-color));
}
@media (hover: hover) {
	.social-media-list a:hover .tooltip {
		transform: translateY(0);
		opacity: 1;
		visibility: visible;
	}
}
.social-media-list svg {
	width: 4rem;
	height: 4rem;
}

.shopify-section {
	position: relative;
}

@keyframes animate-tab-slide-up {
	0% {
		opacity: 0;
		transform: translateY(3rem);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}
@keyframes animate-tab-slide-down {
	0% {
		opacity: 0;
		transform: translateY(-3rem);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}
@media (max-width: 991px) {
	/* .tabs .tabs-head-desktop {
		display: none;
	} */
  .toggle-dropdown.tabs-head-mobile {
    display: none;
  }
}
@media (min-width: 992px) {
	.tabs .tabs-head-mobile {
		display: none;
	}
}
@media (max-width:480px){
  .product-details-tabs-section .tabs-head .tab-head {
	margin: 0 0 !important;
  }
  .tab-head {
	width: 100%;
	display: block;
	text-align: center;
  }
}
.tabs .tabs-head-mobile .dropdown-summary {
	font-size: 2.6rem;
}
.tabs .tabs-head {
	display: flex;
	justify-content: center;
}
.tabs .tabs-head .tab-head {
	cursor: pointer;
	font-family: var(--text-font-family);
	color: rgba(var(--text-color), 0.85);
	margin: 0 2rem;
	transition: all 0.3s ease;
	text-decoration-line: underline;
	text-decoration-thickness: 0.1rem;
	text-decoration-color: transparent;
	text-underline-offset: 1rem;
}
.tabs .tabs-head .tab-head {
    font-size: 18px;
    padding: 9px 17px;
    display: inline-block;
    margin: 0 0 11px 0 !important;
    background: #eee;
    color: #000 !important;
    border: none;
    text-decoration: none !important;
    border-radius: 15px;
}
.tabs .tabs-head .tab-head.active {
    background: #a4a4a4;
    color: #fff !important;
}
.tabs .tabs-head .tab-head:first-of-type {
	margin-left: 0;
}
.tabs .tabs-head .tab-head:last-of-type {
	margin-right: 0;
}
.tabs .tabs-head .tab-head.active {
	color: rgb(var(--text-color));
	text-decoration-color: rgb(var(--text-color));
	text-decoration-thickness: 0.2rem;
}
.tabs .tabs-content.animation-down .tab-content {
	animation: animate-tab-slide-down 0.3s ease;
}
.tabs .tabs-content.animation-up .tab-content {
	animation: animate-tab-slide-up 0.3s ease;
}
.tabs .tabs-content .tab-content:not(.active) {
	display: none;
}

[data-shopify=payment-button] .shopify-payment-button__button--hidden {
	display: none !important;
}
[data-shopify=payment-button] .shopify-payment-button__button--unbranded {
	height: 4.8rem;
	font-weight: 700;
	font-size: 1.6rem;
}

.quantity {
	display: inline-flex;
	width: 10rem;
	height: 4.2rem;
	border-radius: 0.4rem;
	color: rgb(var(--text-color));
	transition: box-shadow 0.2s ease;
	position: relative;
	z-index: 5;
	background-color: rgba(var(--button-text-color), 0.03);
	border: var(--button-border-width) solid rgba(var(--button-outline-color), 0.1);
	border-radius: var(--button-radius);
	box-shadow: none !important;
}
.quantity:focus-within {
	box-shadow: 0 0 0 0.2rem rgb(var(--text-color));
}
.quantity .quantity-button {
	width: 1.8rem;
	flex-shrink: 0;
	font-size: 1.8rem;
	border: 0;
	background-color: transparent;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	color: rgb(var(--button-text-color));
	padding: 0;
}
.quantity .quantity-button svg {
	width: 1.6rem;
}
.quantity .quantity-button[name=minus] {
	justify-content: flex-end;
}
.quantity .quantity-button[name=plus] {
	justify-content: flex-start;
}
.quantity .quantity-input {
	text-align: center;
	background-color: transparent;
	border: 0;
	padding: 0 0.5rem;
	width: 100%;
	flex-grow: 1;
	-webkit-appearance: none;
	appearance: none;
	font-size: var(--body-larger-font-size);
	font-weight: var(--heading-font-weight);
	color: rgb(var(--button-text-color));
	opacity: 1;
}

.product-stock-status {
	font-weight: 700;
}

.inventory--low {
	color: rgb(var(--low-stock-color));
}

.inventory--high {
	color: rgb(var(--in-stock-color));
}

.product-rating .rating-star,
.product-rating .spr-starrating {
	color: rgb(var(--rating-star-color));
}

.product-price {
	font-size: 1.5rem;
}
.product-price .regular-price + .price {
	/* color: rgb(var(--sale-price-color)); */
	color: #000;
}

.unit-price {
	display: block;
	font-size: 1.2rem;
	color: rgba(var(--text-color), 0.7);
}

.square-media,
.portrait-media {
	position: relative;
}
.square-media img,
.portrait-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: 0;
	top: 0;
}
.square-media .placeholder-svg,
.portrait-media .placeholder-svg {
	position: absolute;
	left: 0;
	top: 0;
}

.square-media {
	padding-bottom: 100%;
}

.portrait-media {
	padding-bottom: 133.515%;
}

.small-button {
	padding: 1rem 2.2rem;
	border-radius: var(--button-radius);
}

.medium-button {
	padding: 1.5rem 3rem;
	font-size: 1.6rem;
	border-radius: var(--button-radius);
}

.large-button {
	padding: 2rem 4rem;
	font-size: 1.8rem;
	border-radius: var(--button-radius);
}

.message {
	display: block;
	font-size: 1.2rem;
	font-family: var(--body-font-family);
	border-radius: 0.4rem;
	padding: 1.2rem 2rem;
}
.message:focus-visible {
	outline: none;
	box-shadow: none;
}
.message svg {
	width: 1.8rem;
	margin-right: 5px;
}
.message.success-message {
	background: rgba(var(--success-color), 0.1);
	color: rgb(var(--success-color));
}
.message.error-message {
	background: rgba(var(--error-color), 0.1);
	color: rgb(var(--error-color));
}

.scrollbar {
	overflow-x: auto;
	scrollbar-color: rgba(var(--text-color), 0.3);
}
.scrollbar::-webkit-scrollbar {
	height: 0.5rem;
	border-radius: 0.4rem;
}
.scrollbar::-webkit-scrollbar-thumb {
	border-radius: 0.4rem;
	background-color: rgba(var(--text-color), 0.5);
}
@media (hover: hover) {
	.scrollbar:hover::-webkit-scrollbar {
		background-color: rgba(var(--text-color), 0.1);
	}
	.scrollbar:hover::-webkit-scrollbar-thumb {
		background-color: rgba(var(--text-color), 1);
	}
}

.has-accordion-style details {
	border-bottom: 0.1rem solid rgba(var(--text-color), 0.2);
}
.has-accordion-style details[open] .accordion-caret .minus {
	display: flex;
}
.has-accordion-style details[open] .accordion-caret .plus {
	display: none;
}
@media (min-width: 992px) {
	.has-accordion-style details.desktop-hover {
		height: auto !important;
	}
}
.has-accordion-style .accordion-summary {
	cursor: pointer;
	display: flex;
	align-items: center;
	padding: 1.7rem 0;
}
.has-accordion-style .accordion-summary .accordion-title {
    width: 100%;
    margin: 0;
    padding-right: 3rem;
    font-size: 16px;
    font-weight: 600;
}
@media (max-width: 991px) {
	.has-accordion-style .accordion-summary {
		padding: 1.5rem 0;
	}
	.has-accordion-style .accordion-summary .accordion-title {
		font-size: 1.6rem;
	}
}
.has-accordion-style .accordion-caret span {
    display: flex;
    width: 3.5rem;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: .1rem solid;
    height: 3.5rem;
}
@media (max-width: 991px) {
	.has-accordion-style .accordion-caret span {
		width: 3rem;
		height: 3rem;
	}
	.has-accordion-style .accordion-caret span svg {
		width: 1.4rem;
		height: 1.4rem;
	}
}
.has-accordion-style .accordion-caret .minus {
	display: none;
}

.header-navigation .icon {
	line-height: 1;
	margin-right: 0.5rem;
}
.header-navigation .back {
	display: none;
}
.header-navigation > .menu-item {
	display: inline-block;
}
.header-navigation > .menu-item > .menu-link {
	padding: 2.6rem 1.4rem;
	font-size: 1.4rem;
	font-weight: 600;
	text-transform: uppercase;
}
.header-navigation > .menu-item > .menu-link > .menu-text {
	position: relative;
}
.header-navigation > .menu-item > .menu-link > .menu-text:before {
	content: "";
	position: absolute;
	bottom: -3px;
	left: 0;
	width: 0;
	height: 2px;
	background: rgb(var(--text-color));
	transition: width 0.25s;
}
.header-navigation > .menu-item > .menu-link:hover .menu-text:before {
	width: 100%;
}
.header-navigation > .menu-item.current-menu > a .menu-text:before {
	width: 100%;
}
.header-navigation > .menu-item:focus-within > .sub-menu,
.header-navigation > .menu-item:focus-within > .mega-menu-wrap {
	pointer-events: auto;
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
	z-index: 100;
}
.header-navigation > .menu-item:focus-within > .sub-menu > .menu-item:focus-within > .sub-menu,
.header-navigation > .menu-item:focus-within > .mega-menu-wrap > .menu-item:focus-within > .sub-menu {
	pointer-events: auto;
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
	z-index: 100;
	left: 100%;
}
.header-navigation .menu-link {
	position: relative;
	display: flex;
	align-items: center;
	transition: all 0.3s ease;
}
.header-navigation .menu-arrow {
	margin-left: 0.3em;
	line-height: 0;
}
.header-navigation .menu-item {
	position: relative;
}
.header-navigation .menu-item.mega-item {
	position: static;
}
@media (hover: hover) {
	.header-navigation .menu-item:hover > .sub-menu,
	.header-navigation .menu-item:hover > .mega-menu-wrap {
		pointer-events: auto;
		opacity: 1;
		transform: translateY(0);
		z-index: 100;
	}
}
.header-navigation .sub-menu {
	top: calc(100% - 1px);
	list-style: none;
	margin: 0;
	padding: 1rem 0;
	position: absolute;
	left: -0.5rem;
	opacity: 0;
	transition: opacity 0.3s, transform 0.3s;
	pointer-events: none;
	transform: translateY(1rem);
	box-shadow: rgba(var(--text-color), 0.12) 0px 4px 8px -2px, rgba(var(--text-color), 0.02) 0px 0px 0px 1px;
	min-width: 20rem;
	text-align: left;
	border-radius: 1.2rem;
}
.header-navigation .sub-menu.mega-menu-wrap {
	padding: 0;
}
.header-navigation .sub-menu > .menu-item > .sub-menu {
	transform: translate(10px, 0);
	top: 0;
	left: 100%;
}
@media (hover: hover) {
	.header-navigation .sub-menu > .menu-item:hover > .sub-menu {
		transform: translate(0, 0);
	}
}
.header-navigation .sub-menu:not(.mega-menu-wrap) .menu-link {
	justify-content: space-between;
	line-height: 2.5rem;
	padding: 0.75rem 2rem;
	color: rgb(var(--text-color));
	font-size: var(--body-larger-font-size);
}
@media (hover: hover) {
	.header-navigation .sub-menu:not(.mega-menu-wrap) .menu-item:not(.mega-item) {
		text-decoration-line: underline;
		text-decoration-color: transparent;
		text-underline-offset: 0.2rem;
		text-decoration-thickness: 0.1rem;
	}
	.header-navigation .sub-menu:not(.mega-menu-wrap) .menu-item:not(.mega-item):hover {
		text-decoration-color: rgb(var(--text-color));
	}
}
.header-navigation .sub-menu:not(.mega-menu-wrap) .menu-item:not(.mega-item).current-menu {
	text-decoration-color: rgb(var(--text-color));
}
.header-navigation .sub-menu .menu-arrow {
	transform: rotate(-90deg);
}
.header-navigation .mega-item:hover .menu-text:before {
	width: 100%;
}
.header-navigation .mega-item .mega-menu-wrap {
	background-color: rgb(var(--background-color));
	border-bottom: 0.1rem solid rgba(var(--text-color), 0.3);
	border-radius: 0;
	max-height: 60vh;
	overflow-x: hidden;
	overflow-y: auto;
}
.header-navigation .mega-item .mega-menu-wrap::-webkit-scrollbar-track {
	background-color: #e9e9e9;
}
.header-navigation .mega-item .mega-menu-wrap::-webkit-scrollbar {
	width: 8px;
	background-color: #e9e9e9;
}
.header-navigation .mega-item .mega-menu-wrap::-webkit-scrollbar-thumb {
	background-color: #a0a0a0;
}
.header-navigation .mega-item .mega-menu-wrap.sub-menu.width-default {
	left: auto;
	border-radius: 1.2rem;
}
.header-navigation .mega-item .mega-menu-wrap.sub-menu.width-default .mega-menu {
	padding: 2rem 0;
	gap: 1.4rem 1.6rem;
}
.header-navigation .mega-item .mega-menu-wrap.sub-menu.width-default .mega-menu .menu-item {
	font-weight: normal;
}
.header-navigation .mega-item .mega-menu-wrap.sub-menu.width-default .mega-menu a {
	padding: 0;
	font-size: var(--body-larger-font-size);
}
.header-navigation .mega-item .mega-menu-wrap.sub-menu.width-default .mega-menu .current-menu a {
	text-decoration-color: rgb(var(--text-color));
}
.header-navigation .mega-item .mega-menu-wrap.width-full-width {
	width: calc(100vw - var(--scrollbar-width));
	border-bottom: none;
	box-shadow: 0px 10px 25px 0px rgba(var(--text-color), 0.12);
}
.header-navigation .mega-item .mega-menu-wrap.width-full-width .mega-menu {
	gap: 3.2rem 1.6rem;
	border-top: 0.1rem solid rgba(var(--text-color), 0.1);
}
.header-navigation .mega-item .mega-menu-wrap.width-full-width .mega-menu .menu-item {
	font-weight: normal;
}
.header-navigation .mega-item .mega-menu-wrap.width-full-width .mega-menu .menu-item .sub-mega-menu .menu-item {
	padding: 0.7rem 0;
}
.header-navigation .mega-item .mega-menu-wrap.width-full-width .mega-menu a {
	padding: 0;
	font-size: var(--body-larger-font-size);
}
.header-navigation .mega-item .mega-menu-wrap.width-full-width .mega-menu a.menu-heading {
	font-size: var(--body-font-size);
	margin-bottom: 0.5rem;
}
.header-navigation .mega-item .mega-menu-wrap.sub-menu.width-container {
	left: 0;
	border-radius: 0px 0px 2rem 2rem;
	box-shadow: 0px 10px 25px 0px rgba(var(--text-color), 0.12);
	border-top: 1px solid rgba(var(--text-color), 0.2);
	width: 100%;
	border-bottom: none;
}
.header-navigation .mega-item .mega-menu-wrap.sub-menu.width-container .mega-menu {
	padding: 5rem 2.6rem;
	gap: 3.2rem 1.6rem;
}
.header-navigation .mega-item .mega-menu-wrap.sub-menu.width-container .mega-menu.has-image-item:not(.mega-two-product) {
	grid-template-columns: repeat(4, 1fr) 30rem;
}
.header-navigation .mega-item .mega-menu-wrap.sub-menu.width-container .mega-menu.has-image-item:not(.mega-two-product).col-3 {
	grid-template-columns: repeat(3, 1fr) 42rem;
}
.header-navigation .mega-item .mega-menu-wrap.sub-menu.width-container .mega-menu.has-image-item:not(.mega-two-product).col-2 {
	grid-template-columns: repeat(2, 1fr) 42rem;
}
.header-navigation .mega-item .mega-menu-wrap.sub-menu.width-container .mega-menu.has-image-item:not(.mega-two-product) .image-wrapper {
	max-width: 30rem;
}
.header-navigation .mega-item .mega-menu-wrap.sub-menu.width-container .mega-menu .menu-item {
	font-weight: normal;
}
.header-navigation .mega-item .mega-menu-wrap.sub-menu.width-container .mega-menu .menu-item .sub-mega-menu .menu-item {
	padding: 0.7rem 0;
}
.header-navigation .mega-item .mega-menu-wrap.sub-menu.width-container .mega-menu a {
	padding: 0;
	font-size: var(--body-larger-font-size);
}
.header-navigation .mega-item .mega-menu-wrap.sub-menu.width-container .mega-menu a.menu-heading {
	font-size: var(--body-font-size);
	margin-bottom: 0.5rem;
}
.header-navigation .mega-item .mega-menu-wrap.sub-menu.width-container .mega-menu .current-menu a {
	text-decoration-color: rgb(var(--text-color));
}
.header-navigation .mega-item .mega-menu-wrap .container-fluid {
	padding-left: 15px;
	padding-right: 15px;
}
.header-navigation .mega-item .mega-menu-wrap a {
	color: rgb(var(--text-color));
}
@media (hover: hover) {
	.header-navigation .mega-item .mega-menu-wrap a:hover .product-image {
		opacity: 0.8;
		transform: scale(1.01);
		transition: transform 0.2s ease, opacity 0.2s ease;
	}
}
.header-navigation .mega-item .mega-menu-wrap .menu-item {
	border-bottom: 0;
}
.header-navigation .mega-item .mega-menu-wrap .menu-item:after {
	content: none;
}
.header-navigation .mega-item .mega-menu-wrap .mega-menu {
	display: grid;
	gap: 2rem;
	grid-auto-rows: 1fr;
	grid-template-areas: "aa aa aa aa aa";
	grid-template-columns: repeat(5, 1fr);
	padding-bottom: 3rem;
	padding-top: 3rem;
}
.header-navigation .mega-item .mega-menu-wrap .mega-menu.has-image-item {
	grid-template-areas: "aa aa aa aa bb";
	grid-template-columns: repeat(4, 1fr) 1.5fr;
}
.header-navigation .mega-item .mega-menu-wrap .mega-menu.has-image-item.col-3 {
	grid-template-areas: "aa aa aa bb";
	grid-template-columns: repeat(3, 1fr) 1.5fr;
}
.header-navigation .mega-item .mega-menu-wrap .mega-menu.has-image-item.col-2 {
	grid-template-areas: "aa aa bb";
	grid-template-columns: repeat(2, 1fr) 1.5fr;
}
.header-navigation .mega-item .mega-menu-wrap .mega-menu.has-image-2rows-item {
	grid-template-areas: "aa aa aa aa bb" "aa aa aa aa cc";
	grid-template-columns: repeat(4, 1fr) 1.5fr;
}
.header-navigation .mega-item .mega-menu-wrap .has-image {
	grid-area: bb;
}
.header-navigation .mega-item .mega-menu-wrap .has-image2 {
	grid-area: cc;
}
.header-navigation .mega-item .mega-menu-wrap .product-title {
	width: 100%;
	display: block;
	position: relative;
}
.header-navigation .mega-item .mega-menu-wrap .product-link {
	display: inline-block;
	margin-top: 1rem;
}
.header-navigation .mega-item .sub-mega-menu .menu-link {
	padding: 1rem;
}
.header-navigation .mega-item [data-navigation] .sub-mega-menu {
	padding-top: 0.3rem;
}
.header-navigation .mega-item [data-navigation] .has-heading {
	margin-top: 2rem;
}
.header-navigation .mega-item [data-navigation] .has-heading .menu-heading {
	display: flex;
	padding: 1.5rem 0;
}
.header-navigation .mega-item [data-navigation] .menu-heading {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 1.5rem 0;
	text-transform: uppercase;
	font-size: 1.4rem;
	font-weight: 900;
}
.header-navigation .mega-item [data-navigation] .menu-heading .menu-text {
	line-height: 1.5;
}
.header-navigation .mega-item [data-navigation] .mega-menu {
	grid-template-areas: "aa aa aa aa";
	grid-template-columns: repeat(4, 1fr);
}
.header-navigation .mega-item [data-navigation] .mega-menu .has-image {
	order: 4;
	grid-area: bb;
}
.header-navigation .mega-item [data-navigation] .mega-menu > li {
	flex-basis: 24rem;
}
.header-navigation .mega-item [data-navigation] .mega-menu.has-image-item {
	grid-template-areas: "aa aa aa aa bb";
	grid-template-columns: repeat(4, 1fr) 2.1fr;
}
.header-navigation .mega-item [data-navigation] .mega-menu.has-image-item .has-image .product-first-image {
	max-width: 30rem;
	margin-bottom: 1.8rem;
	border-radius: 1.6rem;
}
.header-navigation .mega-item [data-navigation] .mega-menu.has-image-item.mega-two-product {
	grid-template-columns: repeat(4, 1fr) 42rem;
}
.header-navigation .mega-item [data-navigation] .mega-menu.has-image-item.mega-two-product.col-3 {
	grid-template-columns: repeat(3, 1fr) 42rem;
}
.header-navigation .mega-item [data-navigation] .mega-menu.has-image-item.mega-two-product.col-2 {
	grid-template-columns: repeat(2, 1fr) 42rem;
}
.header-navigation .mega-item [data-navigation] .mega-menu.has-image-item.mega-two-product .has-image.content-two-product {
	display: flex;
	justify-content: space-between;
	gap: 2rem;
}
.header-navigation .mega-item [data-navigation] .mega-menu.has-image-item .content-two-image {
	display: flex;
	flex-direction: column;
	gap: 3.2rem;
}
.header-navigation .mega-item [data-navigation] .mega-menu.has-image-item .product-infomation .product-title {
	margin: 0 0 0.7rem;
	font-weight: 500;
}
.header-navigation .mega-item [data-navigation] .mega-menu.has-image-2rows-item {
	grid-template-areas: "aa aa aa aa bb" "aa aa aa aa cc";
	grid-template-columns: repeat(4, 1fr) 1.5fr;
}
.header-navigation .mega-item [data-navigation] .menu-item a {
	display: block;
	padding: 0.5rem 0;
}
.header-navigation .mega-item [data-navigation] .menu-item a.menu-heading {
	color: rgb(var(--heading-color));
}
@media (hover: hover) {
	.header-navigation .mega-item [data-navigation] .menu-item a {
		text-decoration-line: underline;
		text-decoration-color: transparent;
		text-underline-offset: 0.2rem;
		text-decoration-thickness: 0.1rem;
	}
	.header-navigation .mega-item [data-navigation] .menu-item a:hover {
		text-decoration-color: rgb(var(--text-color));
	}
}
.header-navigation .mega-item [data-navigation] .menu-item a.current-parent-menu .sub-menu .menu-item.current-menu {
	text-decoration-color: rgb(var(--text-color));
}
.header-navigation .mega-item [data-navigation] .menu-item.menu-banner a {
	text-align: center;
}
.header-navigation .mega-item [data-navigation] .menu-item.menu-banner a .menu-text {
	display: block;
	margin-top: 1.2rem;
}
.header-navigation .mega-item [data-collection] .mega-menu > li {
	flex-basis: 17rem;
}
.header-navigation .mega-item [data-collection] .menu-item {
	text-align: center;
}
.header-navigation .mega-item [data-collection] .menu-item .product-name {
	font-size: 1.4rem;
	margin-top: 1rem;
	display: inline-block;
}
.header-navigation .mega-item .mega-menu .current-menu .menu-link.menu-heading {
	text-decoration-color: rgb(var(--text-color));
}
.header-navigation .mega-item .mega-menu .sub-mega-menu .current-menu a {
	text-decoration-color: rgb(var(--text-color));
}

@media (min-width: 992px) {
	.mega-menu-wrap .has-image {
		min-width: 34rem;
	}
}
.mega-menu-wrap .image-wrapper {
	overflow: hidden;
	border-radius: 2rem;
	position: relative;
	text-align: left;
}
.mega-menu-wrap .image-wrapper:before {
	position: absolute;
	inset: 0;
	z-index: 1;
}
@media (hover: hover) {
	.mega-menu-wrap .image-wrapper:hover img {
		opacity: 0.8;
		transform: scale(1.01);
		transition: transform 0.2s ease, opacity 0.2s ease;
	}
}
.mega-menu-wrap .image-wrapper .image-link {
	position: relative;
	z-index: 2;
	display: block;
}
.mega-menu-wrap .image-wrapper .image-link:before {
	position: absolute;
	inset: 0;
	z-index: 1;
}
.mega-menu-wrap .image-wrapper .image-content {
	position: absolute;
	bottom: 3rem;
	right: 3rem;
	left: 3rem;
	z-index: 3;
	color: rgb(var(--text-color));
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.mega-menu-wrap .image-wrapper .image-arrow {
	width: 4.4rem;
	height: 4.4rem;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	border: 0.1rem solid rgb(var(--text-color));
}
.mega-menu-wrap .image-wrapper .image-arrow svg {
	width: 2.4rem;
}
.mega-menu-wrap .image-wrapper img {
	width: 100%;
	object-fit: cover;
}

.header[data-id=layout-3] .site-secondary-navigation,
.header[data-id=layout-4] .site-secondary-navigation,
.header[data-id=layout-6] .site-secondary-navigation {
	position: absolute;
	z-index: 99;
	width: 100%;
}
.header[data-id=layout-3] .site-secondary-navigation ul,
.header[data-id=layout-4] .site-secondary-navigation ul,
.header[data-id=layout-6] .site-secondary-navigation ul {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}
.header[data-id=layout-3] .site-secondary-navigation .header-navigation .menu-item,
.header[data-id=layout-4] .site-secondary-navigation .header-navigation .menu-item,
.header[data-id=layout-6] .site-secondary-navigation .header-navigation .menu-item {
	padding: 16px 20px;
}
.header[data-id=layout-3] .site-secondary-navigation .header-navigation .menu-item .menu-text:hover,
.header[data-id=layout-4] .site-secondary-navigation .header-navigation .menu-item .menu-text:hover,
.header[data-id=layout-6] .site-secondary-navigation .header-navigation .menu-item .menu-text:hover {
	font-weight: 600;
}
.header[data-id=layout-3] .site-secondary-navigation .header-navigation .menu-item .menu-text:before,
.header[data-id=layout-4] .site-secondary-navigation .header-navigation .menu-item .menu-text:before,
.header[data-id=layout-6] .site-secondary-navigation .header-navigation .menu-item .menu-text:before {
	height: 1px;
	bottom: 7px;
}
.header[data-id=layout-3] .site-secondary-navigation .header-navigation > .menu-item.current-menu .menu-text,
.header[data-id=layout-4] .site-secondary-navigation .header-navigation > .menu-item.current-menu .menu-text,
.header[data-id=layout-6] .site-secondary-navigation .header-navigation > .menu-item.current-menu .menu-text {
	font-weight: 600;
}
.header[data-id=layout-3] .site-secondary-navigation .header-secondary-navigation,
.header[data-id=layout-4] .site-secondary-navigation .header-secondary-navigation,
.header[data-id=layout-6] .site-secondary-navigation .header-secondary-navigation {
	padding: 1.8rem 0;
}
.header[data-id=layout-3] .site-secondary-navigation .header-secondary-navigation .back,
.header[data-id=layout-4] .site-secondary-navigation .header-secondary-navigation .back,
.header[data-id=layout-6] .site-secondary-navigation .header-secondary-navigation .back {
	display: none;
}
.header[data-id=layout-3] .site-secondary-navigation .header-secondary-navigation > .menu-item > .menu-link,
.header[data-id=layout-4] .site-secondary-navigation .header-secondary-navigation > .menu-item > .menu-link,
.header[data-id=layout-6] .site-secondary-navigation .header-secondary-navigation > .menu-item > .menu-link {
	padding: 0.7rem 2rem;
	font-size: 1.6rem;
	font-weight: 400;
	text-transform: capitalize;
	text-align: left;
}
.header[data-id=layout-3] .site-secondary-navigation .header-secondary-navigation > .menu-item > .menu-link > .menu-text,
.header[data-id=layout-4] .site-secondary-navigation .header-secondary-navigation > .menu-item > .menu-link > .menu-text,
.header[data-id=layout-6] .site-secondary-navigation .header-secondary-navigation > .menu-item > .menu-link > .menu-text {
	position: relative;
	flex-grow: 1;
}
.header[data-id=layout-3] .site-secondary-navigation .header-secondary-navigation > .menu-item:focus-within > .sub-menu,
.header[data-id=layout-3] .site-secondary-navigation .header-secondary-navigation > .menu-item:focus-within > .mega-menu-wrap,
.header[data-id=layout-4] .site-secondary-navigation .header-secondary-navigation > .menu-item:focus-within > .sub-menu,
.header[data-id=layout-4] .site-secondary-navigation .header-secondary-navigation > .menu-item:focus-within > .mega-menu-wrap,
.header[data-id=layout-6] .site-secondary-navigation .header-secondary-navigation > .menu-item:focus-within > .sub-menu,
.header[data-id=layout-6] .site-secondary-navigation .header-secondary-navigation > .menu-item:focus-within > .mega-menu-wrap {
	pointer-events: auto;
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
	z-index: 100;
}
.header[data-id=layout-3] .site-secondary-navigation .header-secondary-navigation > .menu-item:focus-within > .sub-menu > .menu-item:focus-within > .sub-menu,
.header[data-id=layout-3] .site-secondary-navigation .header-secondary-navigation > .menu-item:focus-within > .mega-menu-wrap > .menu-item:focus-within > .sub-menu,
.header[data-id=layout-4] .site-secondary-navigation .header-secondary-navigation > .menu-item:focus-within > .sub-menu > .menu-item:focus-within > .sub-menu,
.header[data-id=layout-4] .site-secondary-navigation .header-secondary-navigation > .menu-item:focus-within > .mega-menu-wrap > .menu-item:focus-within > .sub-menu,
.header[data-id=layout-6] .site-secondary-navigation .header-secondary-navigation > .menu-item:focus-within > .sub-menu > .menu-item:focus-within > .sub-menu,
.header[data-id=layout-6] .site-secondary-navigation .header-secondary-navigation > .menu-item:focus-within > .mega-menu-wrap > .menu-item:focus-within > .sub-menu {
	pointer-events: auto;
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
	z-index: 100;
	left: 100%;
}
.header[data-id=layout-3] .site-secondary-navigation .header-secondary-navigation .menu-link,
.header[data-id=layout-4] .site-secondary-navigation .header-secondary-navigation .menu-link,
.header[data-id=layout-6] .site-secondary-navigation .header-secondary-navigation .menu-link {
	position: relative;
	display: flex;
	align-items: center;
	transition: all 0.3s ease;
}
@media (hover: hover) {
	.header[data-id=layout-3] .site-secondary-navigation .header-secondary-navigation .menu-link:hover:after,
	.header[data-id=layout-4] .site-secondary-navigation .header-secondary-navigation .menu-link:hover:after,
	.header[data-id=layout-6] .site-secondary-navigation .header-secondary-navigation .menu-link:hover:after {
		width: 100%;
	}
}
.header[data-id=layout-3] .site-secondary-navigation .header-secondary-navigation .menu-link:last-of-type,
.header[data-id=layout-4] .site-secondary-navigation .header-secondary-navigation .menu-link:last-of-type,
.header[data-id=layout-6] .site-secondary-navigation .header-secondary-navigation .menu-link:last-of-type {
	border-bottom: 0;
}
.header[data-id=layout-3] .site-secondary-navigation .header-secondary-navigation .menu-link:after,
.header[data-id=layout-4] .site-secondary-navigation .header-secondary-navigation .menu-link:after,
.header[data-id=layout-6] .site-secondary-navigation .header-secondary-navigation .menu-link:after {
	content: "";
	width: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 0.1rem;
	background-color: rgb(var(--text-color));
	transition: width 0.3s;
	opacity: 0.3;
}
.header[data-id=layout-3] .site-secondary-navigation .header-secondary-navigation .menu-arrow,
.header[data-id=layout-4] .site-secondary-navigation .header-secondary-navigation .menu-arrow,
.header[data-id=layout-6] .site-secondary-navigation .header-secondary-navigation .menu-arrow {
	margin-left: 0.3em;
	line-height: 0;
	transform: rotate(-90deg);
}
.header[data-id=layout-3] .site-secondary-navigation .header-secondary-navigation .menu-item,
.header[data-id=layout-4] .site-secondary-navigation .header-secondary-navigation .menu-item,
.header[data-id=layout-6] .site-secondary-navigation .header-secondary-navigation .menu-item {
	position: relative;
}
.header[data-id=layout-3] .site-secondary-navigation .header-secondary-navigation .menu-item.mega-item,
.header[data-id=layout-4] .site-secondary-navigation .header-secondary-navigation .menu-item.mega-item,
.header[data-id=layout-6] .site-secondary-navigation .header-secondary-navigation .menu-item.mega-item {
	position: static;
}
.header[data-id=layout-3] .site-secondary-navigation .header-secondary-navigation .menu-item:last-child .menu-link:after,
.header[data-id=layout-4] .site-secondary-navigation .header-secondary-navigation .menu-item:last-child .menu-link:after,
.header[data-id=layout-6] .site-secondary-navigation .header-secondary-navigation .menu-item:last-child .menu-link:after {
	content: none;
}
@media (hover: hover) {
	.header[data-id=layout-3] .site-secondary-navigation .header-secondary-navigation .menu-item:hover > .sub-menu,
	.header[data-id=layout-3] .site-secondary-navigation .header-secondary-navigation .menu-item:hover > .mega-menu-wrap,
	.header[data-id=layout-4] .site-secondary-navigation .header-secondary-navigation .menu-item:hover > .sub-menu,
	.header[data-id=layout-4] .site-secondary-navigation .header-secondary-navigation .menu-item:hover > .mega-menu-wrap,
	.header[data-id=layout-6] .site-secondary-navigation .header-secondary-navigation .menu-item:hover > .sub-menu,
	.header[data-id=layout-6] .site-secondary-navigation .header-secondary-navigation .menu-item:hover > .mega-menu-wrap {
		pointer-events: auto;
		opacity: 1;
		transform: translate(0, 0);
		top: 0;
		left: 100%;
		z-index: 100;
	}
}
.header[data-id=layout-3] .site-secondary-navigation .header-secondary-navigation .sub-menu,
.header[data-id=layout-4] .site-secondary-navigation .header-secondary-navigation .sub-menu,
.header[data-id=layout-6] .site-secondary-navigation .header-secondary-navigation .sub-menu {
	top: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 100%;
	opacity: 0;
	transition: opacity 0.3s, transform 0.3s;
	pointer-events: none;
	transform: translate(10px, 0);
	box-shadow: rgba(var(--text-color), 0.12) 0px 4px 8px -2px, rgba(var(--text-color), 0.02) 0px 0px 0px 1px;
	min-width: 20rem;
	text-align: left;
}
.header[data-id=layout-3] .site-secondary-navigation .header-secondary-navigation .sub-menu > .menu-item > .sub-menu,
.header[data-id=layout-4] .site-secondary-navigation .header-secondary-navigation .sub-menu > .menu-item > .sub-menu,
.header[data-id=layout-6] .site-secondary-navigation .header-secondary-navigation .sub-menu > .menu-item > .sub-menu {
	transform: translate(10px, 0);
	top: 0;
	left: 100%;
}
@media (hover: hover) {
	.header[data-id=layout-3] .site-secondary-navigation .header-secondary-navigation .sub-menu > .menu-item:hover > .sub-menu,
	.header[data-id=layout-4] .site-secondary-navigation .header-secondary-navigation .sub-menu > .menu-item:hover > .sub-menu,
	.header[data-id=layout-6] .site-secondary-navigation .header-secondary-navigation .sub-menu > .menu-item:hover > .sub-menu {
		transform: translate(0, 0);
	}
}
.header[data-id=layout-3] .site-secondary-navigation .header-secondary-navigation .sub-menu .menu-item,
.header[data-id=layout-4] .site-secondary-navigation .header-secondary-navigation .sub-menu .menu-item,
.header[data-id=layout-6] .site-secondary-navigation .header-secondary-navigation .sub-menu .menu-item {
	font-weight: 500;
}
@media (hover: hover) {
	.header[data-id=layout-3] .site-secondary-navigation .header-secondary-navigation .sub-menu .menu-item:hover:after,
	.header[data-id=layout-4] .site-secondary-navigation .header-secondary-navigation .sub-menu .menu-item:hover:after,
	.header[data-id=layout-6] .site-secondary-navigation .header-secondary-navigation .sub-menu .menu-item:hover:after {
		width: 100%;
	}
}
.header[data-id=layout-3] .site-secondary-navigation .header-secondary-navigation .sub-menu .menu-item:last-of-type,
.header[data-id=layout-4] .site-secondary-navigation .header-secondary-navigation .sub-menu .menu-item:last-of-type,
.header[data-id=layout-6] .site-secondary-navigation .header-secondary-navigation .sub-menu .menu-item:last-of-type {
	border-bottom: 0;
}
.header[data-id=layout-3] .site-secondary-navigation .header-secondary-navigation .sub-menu .menu-item:after,
.header[data-id=layout-4] .site-secondary-navigation .header-secondary-navigation .sub-menu .menu-item:after,
.header[data-id=layout-6] .site-secondary-navigation .header-secondary-navigation .sub-menu .menu-item:after {
	content: "";
	width: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 0.1rem;
	background-color: rgb(var(--text-color));
	transition: width 0.3s;
	opacity: 0.3;
}
.header[data-id=layout-3] .site-secondary-navigation .header-secondary-navigation .sub-menu:not(.mega-menu-wrap) .menu-link,
.header[data-id=layout-4] .site-secondary-navigation .header-secondary-navigation .sub-menu:not(.mega-menu-wrap) .menu-link,
.header[data-id=layout-6] .site-secondary-navigation .header-secondary-navigation .sub-menu:not(.mega-menu-wrap) .menu-link {
	justify-content: space-between;
	line-height: 2.5rem;
	padding: 1rem 1.4rem;
	background-color: rgb(var(--background-color));
	color: rgb(var(--text-color));
}
.header[data-id=layout-3] .site-secondary-navigation .header-secondary-navigation .mega-item .mega-menu-wrap,
.header[data-id=layout-4] .site-secondary-navigation .header-secondary-navigation .mega-item .mega-menu-wrap,
.header[data-id=layout-6] .site-secondary-navigation .header-secondary-navigation .mega-item .mega-menu-wrap {
	width: calc(100vw - var(--scrollbar-width));
	background-color: rgb(var(--background-color));
	border-bottom: 0.1rem solid rgba(var(--text-color), 0.3);
	left: 0;
}
.header[data-id=layout-3] .site-secondary-navigation .header-secondary-navigation .mega-item .mega-menu-wrap .container-fluid,
.header[data-id=layout-4] .site-secondary-navigation .header-secondary-navigation .mega-item .mega-menu-wrap .container-fluid,
.header[data-id=layout-6] .site-secondary-navigation .header-secondary-navigation .mega-item .mega-menu-wrap .container-fluid {
	padding-left: 15px;
	padding-right: 15px;
}
.header[data-id=layout-3] .site-secondary-navigation .header-secondary-navigation .mega-item .mega-menu-wrap a,
.header[data-id=layout-4] .site-secondary-navigation .header-secondary-navigation .mega-item .mega-menu-wrap a,
.header[data-id=layout-6] .site-secondary-navigation .header-secondary-navigation .mega-item .mega-menu-wrap a {
	color: rgb(var(--text-color));
}
@media (hover: hover) {
	.header[data-id=layout-3] .site-secondary-navigation .header-secondary-navigation .mega-item .mega-menu-wrap a:hover .product-image,
	.header[data-id=layout-4] .site-secondary-navigation .header-secondary-navigation .mega-item .mega-menu-wrap a:hover .product-image,
	.header[data-id=layout-6] .site-secondary-navigation .header-secondary-navigation .mega-item .mega-menu-wrap a:hover .product-image {
		opacity: 0.8;
		transform: scale(1.01);
		transition: transform 0.2s ease, opacity 0.2s ease;
	}
}
.header[data-id=layout-3] .site-secondary-navigation .header-secondary-navigation .mega-item .mega-menu-wrap .menu-item,
.header[data-id=layout-4] .site-secondary-navigation .header-secondary-navigation .mega-item .mega-menu-wrap .menu-item,
.header[data-id=layout-6] .site-secondary-navigation .header-secondary-navigation .mega-item .mega-menu-wrap .menu-item {
	border-bottom: 0;
}
.header[data-id=layout-3] .site-secondary-navigation .header-secondary-navigation .mega-item .mega-menu-wrap .menu-item:after,
.header[data-id=layout-4] .site-secondary-navigation .header-secondary-navigation .mega-item .mega-menu-wrap .menu-item:after,
.header[data-id=layout-6] .site-secondary-navigation .header-secondary-navigation .mega-item .mega-menu-wrap .menu-item:after {
	content: none;
}
.header[data-id=layout-3] .site-secondary-navigation .header-secondary-navigation .mega-item .mega-menu-wrap .mega-menu,
.header[data-id=layout-4] .site-secondary-navigation .header-secondary-navigation .mega-item .mega-menu-wrap .mega-menu,
.header[data-id=layout-6] .site-secondary-navigation .header-secondary-navigation .mega-item .mega-menu-wrap .mega-menu {
	display: grid;
	gap: 2rem;
	grid-auto-rows: 1fr;
	grid-template-areas: "aa aa aa aa aa";
	grid-template-columns: repeat(5, 1fr);
	padding-bottom: 5rem;
	padding-top: 5rem;
}
.header[data-id=layout-3] .site-secondary-navigation .header-secondary-navigation .mega-item .mega-menu-wrap .mega-menu.has-image-item,
.header[data-id=layout-4] .site-secondary-navigation .header-secondary-navigation .mega-item .mega-menu-wrap .mega-menu.has-image-item,
.header[data-id=layout-6] .site-secondary-navigation .header-secondary-navigation .mega-item .mega-menu-wrap .mega-menu.has-image-item {
	grid-template-areas: "aa aa aa aa bb";
	grid-template-columns: repeat(4, 1fr) 1.5fr;
}
.header[data-id=layout-3] .site-secondary-navigation .header-secondary-navigation .mega-item .mega-menu-wrap .has-image,
.header[data-id=layout-4] .site-secondary-navigation .header-secondary-navigation .mega-item .mega-menu-wrap .has-image,
.header[data-id=layout-6] .site-secondary-navigation .header-secondary-navigation .mega-item .mega-menu-wrap .has-image {
	grid-area: bb;
}
.header[data-id=layout-3] .site-secondary-navigation .header-secondary-navigation .mega-item .mega-menu-wrap .product-title,
.header[data-id=layout-4] .site-secondary-navigation .header-secondary-navigation .mega-item .mega-menu-wrap .product-title,
.header[data-id=layout-6] .site-secondary-navigation .header-secondary-navigation .mega-item .mega-menu-wrap .product-title {
	width: 100%;
	display: block;
	position: relative;
}
.header[data-id=layout-3] .site-secondary-navigation .header-secondary-navigation .mega-item .mega-menu-wrap .product-link,
.header[data-id=layout-4] .site-secondary-navigation .header-secondary-navigation .mega-item .mega-menu-wrap .product-link,
.header[data-id=layout-6] .site-secondary-navigation .header-secondary-navigation .mega-item .mega-menu-wrap .product-link {
	display: inline-block;
	margin-top: 1rem;
}
.header[data-id=layout-3] .site-secondary-navigation .header-secondary-navigation .mega-item .sub-mega-menu .menu-link,
.header[data-id=layout-4] .site-secondary-navigation .header-secondary-navigation .mega-item .sub-mega-menu .menu-link,
.header[data-id=layout-6] .site-secondary-navigation .header-secondary-navigation .mega-item .sub-mega-menu .menu-link {
	padding: 1rem;
}
.header[data-id=layout-3] .site-secondary-navigation .header-secondary-navigation .mega-item [data-navigation] .sub-mega-menu,
.header[data-id=layout-4] .site-secondary-navigation .header-secondary-navigation .mega-item [data-navigation] .sub-mega-menu,
.header[data-id=layout-6] .site-secondary-navigation .header-secondary-navigation .mega-item [data-navigation] .sub-mega-menu {
	padding-top: 0.3rem;
}
.header[data-id=layout-3] .site-secondary-navigation .header-secondary-navigation .mega-item [data-navigation] .has-heading,
.header[data-id=layout-4] .site-secondary-navigation .header-secondary-navigation .mega-item [data-navigation] .has-heading,
.header[data-id=layout-6] .site-secondary-navigation .header-secondary-navigation .mega-item [data-navigation] .has-heading {
	margin-top: 2rem;
}
.header[data-id=layout-3] .site-secondary-navigation .header-secondary-navigation .mega-item [data-navigation] .has-heading .menu-heading,
.header[data-id=layout-4] .site-secondary-navigation .header-secondary-navigation .mega-item [data-navigation] .has-heading .menu-heading,
.header[data-id=layout-6] .site-secondary-navigation .header-secondary-navigation .mega-item [data-navigation] .has-heading .menu-heading {
	display: flex;
	padding: 1.5rem 0;
}
.header[data-id=layout-3] .site-secondary-navigation .header-secondary-navigation .mega-item [data-navigation] .menu-heading,
.header[data-id=layout-4] .site-secondary-navigation .header-secondary-navigation .mega-item [data-navigation] .menu-heading,
.header[data-id=layout-6] .site-secondary-navigation .header-secondary-navigation .mega-item [data-navigation] .menu-heading {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 1.5rem 0;
	text-transform: uppercase;
	font-size: 1.4rem;
	font-weight: 900;
}
.header[data-id=layout-3] .site-secondary-navigation .header-secondary-navigation .mega-item [data-navigation] .menu-heading .menu-text,
.header[data-id=layout-4] .site-secondary-navigation .header-secondary-navigation .mega-item [data-navigation] .menu-heading .menu-text,
.header[data-id=layout-6] .site-secondary-navigation .header-secondary-navigation .mega-item [data-navigation] .menu-heading .menu-text {
	line-height: 1.5;
}
.header[data-id=layout-3] .site-secondary-navigation .header-secondary-navigation .mega-item [data-navigation] .mega-menu,
.header[data-id=layout-4] .site-secondary-navigation .header-secondary-navigation .mega-item [data-navigation] .mega-menu,
.header[data-id=layout-6] .site-secondary-navigation .header-secondary-navigation .mega-item [data-navigation] .mega-menu {
	grid-template-areas: "aa aa aa aa aa aa aa";
	grid-template-columns: repeat(7, 1fr);
}
.header[data-id=layout-3] .site-secondary-navigation .header-secondary-navigation .mega-item [data-navigation] .mega-menu.has-image-item,
.header[data-id=layout-4] .site-secondary-navigation .header-secondary-navigation .mega-item [data-navigation] .mega-menu.has-image-item,
.header[data-id=layout-6] .site-secondary-navigation .header-secondary-navigation .mega-item [data-navigation] .mega-menu.has-image-item {
	grid-template-areas: "aa aa aa aa aa aa bb";
	grid-template-columns: repeat(6, 1fr) 1.5fr;
}
.header[data-id=layout-3] .site-secondary-navigation .header-secondary-navigation .mega-item [data-navigation] .mega-menu > li,
.header[data-id=layout-4] .site-secondary-navigation .header-secondary-navigation .mega-item [data-navigation] .mega-menu > li,
.header[data-id=layout-6] .site-secondary-navigation .header-secondary-navigation .mega-item [data-navigation] .mega-menu > li {
	flex-basis: 24rem;
}
.header[data-id=layout-3] .site-secondary-navigation .header-secondary-navigation .mega-item [data-navigation] .menu-item a,
.header[data-id=layout-4] .site-secondary-navigation .header-secondary-navigation .mega-item [data-navigation] .menu-item a,
.header[data-id=layout-6] .site-secondary-navigation .header-secondary-navigation .mega-item [data-navigation] .menu-item a {
	display: block;
	padding: 0.5rem 0;
}
@media (hover: hover) {
	.header[data-id=layout-3] .site-secondary-navigation .header-secondary-navigation .mega-item [data-navigation] .menu-item a,
	.header[data-id=layout-4] .site-secondary-navigation .header-secondary-navigation .mega-item [data-navigation] .menu-item a,
	.header[data-id=layout-6] .site-secondary-navigation .header-secondary-navigation .mega-item [data-navigation] .menu-item a {
		text-decoration-line: underline;
		text-decoration-thickness: 0.1rem;
		text-decoration-color: transparent;
		text-underline-offset: 0.4rem;
	}
	.header[data-id=layout-3] .site-secondary-navigation .header-secondary-navigation .mega-item [data-navigation] .menu-item a:hover,
	.header[data-id=layout-4] .site-secondary-navigation .header-secondary-navigation .mega-item [data-navigation] .menu-item a:hover,
	.header[data-id=layout-6] .site-secondary-navigation .header-secondary-navigation .mega-item [data-navigation] .menu-item a:hover {
		text-decoration-color: rgb(var(--text-color));
		text-decoration-thickness: 0.2rem;
	}
}
.header[data-id=layout-3] .site-secondary-navigation .header-secondary-navigation .mega-item [data-navigation] .image-wrapper + .image-wrapper,
.header[data-id=layout-4] .site-secondary-navigation .header-secondary-navigation .mega-item [data-navigation] .image-wrapper + .image-wrapper,
.header[data-id=layout-6] .site-secondary-navigation .header-secondary-navigation .mega-item [data-navigation] .image-wrapper + .image-wrapper {
	margin-top: 2rem;
}
.header[data-id=layout-3] .site-secondary-navigation .header-secondary-navigation .mega-item [data-collection] .mega-menu > li,
.header[data-id=layout-4] .site-secondary-navigation .header-secondary-navigation .mega-item [data-collection] .mega-menu > li,
.header[data-id=layout-6] .site-secondary-navigation .header-secondary-navigation .mega-item [data-collection] .mega-menu > li {
	flex-basis: 17rem;
}
.header[data-id=layout-3] .site-secondary-navigation .header-secondary-navigation .mega-item [data-collection] .menu-item,
.header[data-id=layout-4] .site-secondary-navigation .header-secondary-navigation .mega-item [data-collection] .menu-item,
.header[data-id=layout-6] .site-secondary-navigation .header-secondary-navigation .mega-item [data-collection] .menu-item {
	text-align: center;
}
.header[data-id=layout-3] .site-secondary-navigation .header-secondary-navigation .mega-item [data-collection] .menu-item .product-name,
.header[data-id=layout-4] .site-secondary-navigation .header-secondary-navigation .mega-item [data-collection] .menu-item .product-name,
.header[data-id=layout-6] .site-secondary-navigation .header-secondary-navigation .mega-item [data-collection] .menu-item .product-name {
	font-size: 1.4rem;
	margin-top: 1rem;
	display: inline-block;
}
@media (min-width: 992px) {
	.header[data-id=layout-3] .site-secondary-navigation .mega-menu-wrap .has-image,
	.header[data-id=layout-4] .site-secondary-navigation .mega-menu-wrap .has-image,
	.header[data-id=layout-6] .site-secondary-navigation .mega-menu-wrap .has-image {
		min-width: 34rem;
	}
}
.header[data-id=layout-3] .site-secondary-navigation .mega-menu-wrap .image-wrapper,
.header[data-id=layout-4] .site-secondary-navigation .mega-menu-wrap .image-wrapper,
.header[data-id=layout-6] .site-secondary-navigation .mega-menu-wrap .image-wrapper {
	overflow: hidden;
	border-radius: 0.5rem;
	position: relative;
	text-align: left;
}
.header[data-id=layout-3] .site-secondary-navigation .mega-menu-wrap .image-wrapper:before,
.header[data-id=layout-4] .site-secondary-navigation .mega-menu-wrap .image-wrapper:before,
.header[data-id=layout-6] .site-secondary-navigation .mega-menu-wrap .image-wrapper:before {
	position: absolute;
	inset: 0;
	z-index: 1;
}
@media (hover: hover) {
	.header[data-id=layout-3] .site-secondary-navigation .mega-menu-wrap .image-wrapper:hover img,
	.header[data-id=layout-4] .site-secondary-navigation .mega-menu-wrap .image-wrapper:hover img,
	.header[data-id=layout-6] .site-secondary-navigation .mega-menu-wrap .image-wrapper:hover img {
		opacity: 0.8;
		transform: scale(1.01);
		transition: transform 0.2s ease, opacity 0.2s ease;
	}
}
.header[data-id=layout-3] .site-secondary-navigation .mega-menu-wrap .image-wrapper .image-link,
.header[data-id=layout-4] .site-secondary-navigation .mega-menu-wrap .image-wrapper .image-link,
.header[data-id=layout-6] .site-secondary-navigation .mega-menu-wrap .image-wrapper .image-link {
	position: relative;
	z-index: 2;
	display: block;
}
.header[data-id=layout-3] .site-secondary-navigation .mega-menu-wrap .image-wrapper .image-link:before,
.header[data-id=layout-4] .site-secondary-navigation .mega-menu-wrap .image-wrapper .image-link:before,
.header[data-id=layout-6] .site-secondary-navigation .mega-menu-wrap .image-wrapper .image-link:before {
	position: absolute;
	inset: 0;
	z-index: 1;
}
.header[data-id=layout-3] .site-secondary-navigation .mega-menu-wrap .image-wrapper .image-content,
.header[data-id=layout-4] .site-secondary-navigation .mega-menu-wrap .image-wrapper .image-content,
.header[data-id=layout-6] .site-secondary-navigation .mega-menu-wrap .image-wrapper .image-content {
	position: absolute;
	bottom: 3rem;
	right: 3rem;
	left: 3rem;
	z-index: 3;
	color: rgb(var(--text-color));
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header[data-id=layout-3] .site-secondary-navigation .mega-menu-wrap .image-wrapper .image-arrow,
.header[data-id=layout-4] .site-secondary-navigation .mega-menu-wrap .image-wrapper .image-arrow,
.header[data-id=layout-6] .site-secondary-navigation .mega-menu-wrap .image-wrapper .image-arrow {
	width: 4.4rem;
	height: 4.4rem;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	border: 0.1rem solid rgb(var(--text-color));
}
.header[data-id=layout-3] .site-secondary-navigation .mega-menu-wrap .image-wrapper .image-arrow svg,
.header[data-id=layout-4] .site-secondary-navigation .mega-menu-wrap .image-wrapper .image-arrow svg,
.header[data-id=layout-6] .site-secondary-navigation .mega-menu-wrap .image-wrapper .image-arrow svg {
	width: 2.4rem;
}
.header[data-id=layout-3] .site-secondary-navigation .mega-menu-wrap .image-wrapper img,
.header[data-id=layout-4] .site-secondary-navigation .mega-menu-wrap .image-wrapper img,
.header[data-id=layout-6] .site-secondary-navigation .mega-menu-wrap .image-wrapper img {
	width: 100%;
	object-fit: cover;
}

.header[data-id=layout-3] .site-secondary-navigation .header-secondary-navigation .menu-item:last-child .menu-link:after {
	content: "";
}

.header[data-id=layout-6] .site-secondary-navigation .header-secondary-navigation .mega-item .mega-menu-wrap .mega-menu {
	min-width: calc(60vw - 30rem);
	border-radius: 1.6rem;
	padding: 1.8rem 0;
	grid-template-areas: "aa aa aa aa";
	grid-template-columns: repeat(4, 1fr);
}
.header[data-id=layout-6] .site-secondary-navigation .header-secondary-navigation ul .menu-item .menu-link {
	border-bottom: none !important;
}
@media (hover: hover) {
	.header[data-id=layout-6] .site-secondary-navigation .header-secondary-navigation .menu-link:hover:after {
		width: 0;
	}
}
.header[data-id=layout-6] .site-secondary-navigation .header-navigation > .menu-item {
	padding: 16px 20px;
}
.header[data-id=layout-6] .site-secondary-navigation .header-navigation > .menu-item .menu-text {
	display: block;
}
.header[data-id=layout-6] .site-secondary-navigation .header-navigation > .menu-item .menu-text:after {
	content: "";
	position: absolute;
	bottom: -3px;
	left: 0;
	width: 0;
	height: 2px;
	background: rgb(var(--text-color));
	transition: width 0.25s;
}
.header[data-id=layout-6] .site-secondary-navigation .header-navigation > .menu-item .menu-text:hover {
	font-weight: 600;
}
.header[data-id=layout-6] .site-secondary-navigation .header-navigation > .menu-item .menu-text:hover .menu-text:after {
	width: 100%;
}
.header[data-id=layout-6] .sub-menu:not(.mega-menu-wrap) .menu-link {
	padding: 1.2rem 1.5rem !important;
}

.toggle-content {
	position: relative;
}
.toggle-content .vertical-navigation {
	padding: 0;
	right: auto;
	left: 0;
	top: calc(100% + 1.5rem);
	min-width: 27rem;
	transform: translateY(1rem);
}
.toggle-content .vertical-navigation a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: #fff;
	border-bottom: 0.1rem solid #f7f7f7;
	padding: 0 2rem;
	min-height: 5rem;
	min-width: 20rem;
}
.toggle-content .vertical-navigation a .menu-text {
	flex-grow: 1;
}
.toggle-content .vertical-navigation > .menu-item > a {
	font-size: 1.5rem;
}
.toggle-content .vertical-navigation .menu-item {
	position: relative;
}
@media (hover: hover) {
	.toggle-content .vertical-navigation .menu-item:hover > .sub-menu {
		pointer-events: auto;
		opacity: 1;
		visibility: visible;
		transform: translateX(0);
	}
}
.toggle-content .vertical-navigation .icon {
	line-height: 1;
	margin-right: 2rem;
}
.toggle-content .vertical-navigation .icon svg {
	width: 2rem;
	height: 2rem;
}
.toggle-content .vertical-navigation .menu-arrow svg {
	height: 0.9rem;
}
@media (min-width: 992px) {
	.toggle-content .vertical-navigation .back {
		display: none;
	}
}
.toggle-content .vertical-navigation .sub-menu {
	position: absolute;
	top: 0;
	left: 100%;
	transform: translateX(5px);
	opacity: 0;
	visibility: hidden;
	transition: transform 0.2s ease, opacity 0.2s ease, visibility 0.2s ease;
	pointer-events: none;
	white-space: nowrap;
	box-shadow: 0.2rem 0 0.5rem 0.1rem rgba(0, 0, 0, 0.1);
}
.toggle-content .vertical-navigation .sub-menu a {
	border-left: 0.1rem solid #f7f7f7;
}

.header-section {
	z-index: 20;
}
.header-section.active-sticky {
	position: sticky;
	top: 0;
	animation: slideDown 0.35s ease-out;
}
@media (min-width: 991px) {
	.header-section.active-sticky .header-row {
		display: none;
	}
}
.header-section .header {
	box-shadow: 0px 0.2rem 1rem rgba(var(--overlay-color), 0.05);
    padding: 5px 0;
    background-color: #fff !important;
}
.header-section .header[data-id=layout-1] .site-branding-wrap, .header-section .header[data-id=layout-5] .site-branding-wrap {
	order: 2;
}
.header-section .header[data-id=layout-1] .header-nav, .header-section .header[data-id=layout-5] .header-nav {
	padding-left: 60px;
	order: 1;
	/* flex-grow: 1; */
}
.header-section .header[data-id=layout-1] .header-icons, .header-section .header[data-id=layout-5] .header-icons {
	order: 3;
}
@media (max-width: 991px) {
	.header-section .header[data-id=layout-1] .header-nav, .header-section .header[data-id=layout-5] .header-nav {
		order: -1;
		padding-left: 0;
	}
	.header-section .header[data-id=layout-1] .header-icons,
	.header-section .header[data-id=layout-1] .header-nav, .header-section .header[data-id=layout-5] .header-icons,
	.header-section .header[data-id=layout-5] .header-nav {
		flex: 1 0 0;
	}
}
.header-section .header[data-id=layout-5] .header-nav {
	padding-left: 0;
	justify-content: center;
}
@media (min-width: 992px) {
	.header-section .header[data-id=layout-2] .form-wrapper {
		padding-right: 10px;
	}
	.header-section .header[data-id=layout-2] .header-icons,
	.header-section .header[data-id=layout-2] .form-wrapper {
		flex: 1 0 0;
	}
	.header-section .header[data-id=layout-2] .header-nav {
		order: 1;
	}
	.header-section .header[data-id=layout-2] .site-branding-wrap {
		order: 2;
		padding: 0px 26px 0 14px;
	}
	.header-section .header[data-id=layout-2] .site-secondary-navigation {
		order: 3;
	}
	.header-section .header[data-id=layout-2] .header-icons {
		order: 4;
	}
	.header-section .header[data-id=layout-2] .site-secondary-navigation,
	.header-section .header[data-id=layout-2] .header-nav {
		flex-basis: auto;
		text-align: center;
	}
	.header-section .header[data-id=layout-2] .site-secondary-navigation .site-navigation,
	.header-section .header[data-id=layout-2] .header-nav .site-navigation {
		width: 100%;
	}
	.header-section .header[data-id=layout-2] .header-icon.action-search {
		display: none;
	}
}
@media (max-width: 991px) {
	.header-section .header[data-id=layout-2] .form-wrapper,
	.header-section .header[data-id=layout-2] .site-secondary-navigation {
		display: none;
	}
	.header-section .header[data-id=layout-2] .header-nav {
		order: -1;
	}
	.header-section .header[data-id=layout-2] .site-branding-wrap {
		justify-content: center;
	}
	.header-section .header[data-id=layout-2] .site-branding-wrap,
	.header-section .header[data-id=layout-2] .header-icons,
	.header-section .header[data-id=layout-2] .header-nav {
		flex: 1 0 0;
	}
}
.header-section .header[data-id=layout-3] .header-row .stretch-section,
.header-section .header[data-id=layout-3] .header-row .container, .header-section .header[data-id=layout-4] .header-row .stretch-section,
.header-section .header[data-id=layout-4] .header-row .container, .header-section .header[data-id=layout-6] .header-row .stretch-section,
.header-section .header[data-id=layout-6] .header-row .container {
	display: flex;
	position: relative;
	justify-content: space-between;
	align-items: center;
	min-height: 7.4rem;
	flex-wrap: wrap;
}
.header-section .header[data-id=layout-3] .header-navigation > .menu-item:first-of-type > .menu-link, .header-section .header[data-id=layout-4] .header-navigation > .menu-item:first-of-type > .menu-link, .header-section .header[data-id=layout-6] .header-navigation > .menu-item:first-of-type > .menu-link {
	padding-left: 0 !important;
}
.header-section .header[data-id=layout-3] .header-menu-row, .header-section .header[data-id=layout-4] .header-menu-row, .header-section .header[data-id=layout-6] .header-menu-row {
	border: 1px solid rgba(var(--text-color), 0.18);
	border-left: none;
	border-right: none;
}
@media (max-width: 991px) {
	.header-section .header[data-id=layout-3] .header-menu-row, .header-section .header[data-id=layout-4] .header-menu-row, .header-section .header[data-id=layout-6] .header-menu-row {
		display: none;
	}
}
.header-section .header[data-id=layout-3] .header-menu-row .stretch-section,
.header-section .header[data-id=layout-3] .header-menu-row .container, .header-section .header[data-id=layout-4] .header-menu-row .stretch-section,
.header-section .header[data-id=layout-4] .header-menu-row .container, .header-section .header[data-id=layout-6] .header-menu-row .stretch-section,
.header-section .header[data-id=layout-6] .header-menu-row .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	min-height: 4.2rem;
	flex-wrap: wrap;
	position: relative;
}
.header-section .header[data-id=layout-3] .mega-item .mega-menu-wrap.sub-menu.width-container, .header-section .header[data-id=layout-4] .mega-item .mega-menu-wrap.sub-menu.width-container, .header-section .header[data-id=layout-6] .mega-item .mega-menu-wrap.sub-menu.width-container {
	margin: 0 15px;
	width: calc(100% - 30px);
}
.header-section .header[data-id=layout-3] .header-menu-row .mega-menu-collection[open]:after, .header-section .header[data-id=layout-3] .header-menu-row .mega-menu-collection:hover:after, .header-section .header[data-id=layout-4] .header-menu-row .mega-menu-collection[open]:after, .header-section .header[data-id=layout-4] .header-menu-row .mega-menu-collection:hover:after, .header-section .header[data-id=layout-6] .header-menu-row .mega-menu-collection[open]:after, .header-section .header[data-id=layout-6] .header-menu-row .mega-menu-collection:hover:after {
	width: 0;
}
.header-section .header[data-id=layout-3] .header-menu-row .mega-menu-collection .toggle-button, .header-section .header[data-id=layout-4] .header-menu-row .mega-menu-collection .toggle-button, .header-section .header[data-id=layout-6] .header-menu-row .mega-menu-collection .toggle-button {
	cursor: pointer;
}
.header-section .header[data-id=layout-3] .header-menu-row .mega-menu-collection .toggle-button .toggle-title, .header-section .header[data-id=layout-4] .header-menu-row .mega-menu-collection .toggle-button .toggle-title, .header-section .header[data-id=layout-6] .header-menu-row .mega-menu-collection .toggle-button .toggle-title {
	display: flex;
	font-size: 1.4rem;
	font-weight: 600;
	text-transform: uppercase;
	background-color: rgb(var(--text-color));
	color: rgb(var(--background-color));
	padding: 1rem 1.6rem;
	min-width: 210px;
}
.header-section .header[data-id=layout-3] .header-menu-row .mega-menu-collection .toggle-button .toggle-title .toggle-icon svg, .header-section .header[data-id=layout-4] .header-menu-row .mega-menu-collection .toggle-button .toggle-title .toggle-icon svg, .header-section .header[data-id=layout-6] .header-menu-row .mega-menu-collection .toggle-button .toggle-title .toggle-icon svg {
	width: 2rem;
}
.header-section .header[data-id=layout-3] .header-menu-row .mega-menu-collection .toggle-button .toggle-title .icon, .header-section .header[data-id=layout-4] .header-menu-row .mega-menu-collection .toggle-button .toggle-title .icon, .header-section .header[data-id=layout-6] .header-menu-row .mega-menu-collection .toggle-button .toggle-title .icon {
	margin-right: 8px;
	margin-left: -3px;
}
.header-section .header[data-id=layout-3] .header-menu-row .mega-menu-collection .toggle-button .toggle-title .toggle-text, .header-section .header[data-id=layout-4] .header-menu-row .mega-menu-collection .toggle-button .toggle-title .toggle-text, .header-section .header[data-id=layout-6] .header-menu-row .mega-menu-collection .toggle-button .toggle-title .toggle-text {
	flex-grow: 1;
}
.header-section .header[data-id=layout-3] .search-form-header, .header-section .header[data-id=layout-4] .search-form-header, .header-section .header[data-id=layout-6] .search-form-header {
	display: flex;
	border-radius: 0.4rem;
}
.header-section .header[data-id=layout-3] .search-form-header input, .header-section .header[data-id=layout-4] .search-form-header input, .header-section .header[data-id=layout-6] .search-form-header input {
	font-size: 1.6rem;
	padding: 1.1rem 1.8rem;
	min-width: 524px;
}
.header-section .header[data-id=layout-3] .search-form-header select, .header-section .header[data-id=layout-4] .search-form-header select, .header-section .header[data-id=layout-6] .search-form-header select {
	font-size: 1.6rem;
	box-shadow: none;
	background-color: rgb(var(--text-color));
	color: rgb(var(--background-color));
	padding: 1.1rem 2.8rem;
	border-radius: 0.4rem 0 0 0.4rem;
}
.header-section .header[data-id=layout-3] .search-form-header select option, .header-section .header[data-id=layout-4] .search-form-header select option, .header-section .header[data-id=layout-6] .search-form-header select option {
	background-color: rgb(var(--background-color));
	color: rgb(var(--text-color));
}
.header-section .header[data-id=layout-3] .search-form-header .search-button, .header-section .header[data-id=layout-4] .search-form-header .search-button, .header-section .header[data-id=layout-6] .search-form-header .search-button {
	font-size: 1.4rem;
	font-weight: 600;
	text-transform: uppercase;
	background-color: rgb(var(--text-color));
	color: rgb(var(--background-color));
	padding: 1.1rem 2.8rem;
	border-radius: 0 0.4rem 0.4rem 0;
}
.header-section .header[data-id=layout-3] .header-menu-row .site-secondary-navigation, .header-section .header[data-id=layout-4] .header-menu-row .site-secondary-navigation, .header-section .header[data-id=layout-6] .header-menu-row .site-secondary-navigation {
	order: 1;
}
.header-section .header[data-id=layout-3] .header-menu-row .header-nav, .header-section .header[data-id=layout-4] .header-menu-row .header-nav, .header-section .header[data-id=layout-6] .header-menu-row .header-nav {
	order: 2;
	flex-grow: 1;
}
.header-section .header[data-id=layout-3] .header-menu-row .text-header, .header-section .header[data-id=layout-4] .header-menu-row .text-header, .header-section .header[data-id=layout-6] .header-menu-row .text-header {
	order: 3;
}
.header-section .header[data-id=layout-3] .header-menu-row .text-header p, .header-section .header[data-id=layout-4] .header-menu-row .text-header p, .header-section .header[data-id=layout-6] .header-menu-row .text-header p {
	margin: 0;
}
.header-section .header[data-id=layout-3] .header-menu-row .text-header.rte a, .header-section .header[data-id=layout-4] .header-menu-row .text-header.rte a, .header-section .header[data-id=layout-6] .header-menu-row .text-header.rte a {
	text-decoration-line: none;
}
.header-section .header[data-id=layout-3] .header-menu-row .text-header.rte a:hover, .header-section .header[data-id=layout-4] .header-menu-row .text-header.rte a:hover, .header-section .header[data-id=layout-6] .header-menu-row .text-header.rte a:hover {
	text-decoration-line: underline;
}
.header-section .header[data-id=layout-3] .header-menu-row .text-header .red-hot, .header-section .header[data-id=layout-4] .header-menu-row .text-header .red-hot, .header-section .header[data-id=layout-6] .header-menu-row .text-header .red-hot {
	color: rgb(var(--sale-label-color));
}
@media (min-width: 992px) {
	.header-section .header[data-id=layout-3] .header-icons,
	.header-section .header[data-id=layout-3] .site-branding-wrap, .header-section .header[data-id=layout-4] .header-icons,
	.header-section .header[data-id=layout-4] .site-branding-wrap, .header-section .header[data-id=layout-6] .header-icons,
	.header-section .header[data-id=layout-6] .site-branding-wrap {
		flex: 1 0 0;
	}
	.header-section .header[data-id=layout-3] .site-branding-wrap, .header-section .header[data-id=layout-4] .site-branding-wrap, .header-section .header[data-id=layout-6] .site-branding-wrap {
		order: 1;
	}
	.header-section .header[data-id=layout-3] .form-wrapper, .header-section .header[data-id=layout-4] .form-wrapper, .header-section .header[data-id=layout-6] .form-wrapper {
		order: 2;
		justify-content: center;
		margin-left: 10px;
	}
	.header-section .header[data-id=layout-3] .header-icons, .header-section .header[data-id=layout-4] .header-icons, .header-section .header[data-id=layout-6] .header-icons {
		order: 3;
	}
	.header-section .header[data-id=layout-3] .site-secondary-navigation,
	.header-section .header[data-id=layout-3] .header-nav, .header-section .header[data-id=layout-4] .site-secondary-navigation,
	.header-section .header[data-id=layout-4] .header-nav, .header-section .header[data-id=layout-6] .site-secondary-navigation,
	.header-section .header[data-id=layout-6] .header-nav {
		flex-basis: auto;
		text-align: center;
	}
	.header-section .header[data-id=layout-3] .site-secondary-navigation .site-navigation,
	.header-section .header[data-id=layout-3] .header-nav .site-navigation, .header-section .header[data-id=layout-4] .site-secondary-navigation .site-navigation,
	.header-section .header[data-id=layout-4] .header-nav .site-navigation, .header-section .header[data-id=layout-6] .site-secondary-navigation .site-navigation,
	.header-section .header[data-id=layout-6] .header-nav .site-navigation {
		display: flex;
	}
	.header-section .header[data-id=layout-3] .mega-menu-collection, .header-section .header[data-id=layout-4] .mega-menu-collection, .header-section .header[data-id=layout-6] .mega-menu-collection {
		margin-right: 4rem;
	}
	.header-section .header[data-id=layout-3] .header-icon.action-search, .header-section .header[data-id=layout-4] .header-icon.action-search, .header-section .header[data-id=layout-6] .header-icon.action-search {
		display: none;
	}
}
.header-section .header[data-id=layout-4] .header-row {
	background-color: rgba(var(--text-color), 0.03);
}
.header-section .header[data-id=layout-4] .header-row .container {
	min-height: 9rem;
}
.header-section .header[data-id=layout-4] .search-form-header {
	background-color: rgb(var(--background-color));
	border-radius: var(--button-radius);
}
.header-section .header[data-id=layout-4] .search-form-header input {
	min-width: 63.3rem;
}
.header-section .header[data-id=layout-4] .search-form-header .search-button svg {
	width: 2.4rem;
}
.header-section .header[data-id=layout-4] .search-form-header .search-button {
	padding: 1.1rem 1.1rem;
	border-radius: 0 var(--button-radius) var(--button-radius) 0;
}
.header-section .header[data-id=layout-4] .header-menu-row {
	border: none;
}
.header-section .header[data-id=layout-4] .header-menu-row .container {
	min-height: 6rem;
}
.header-section .header[data-id=layout-4] .header-menu-row .mega-menu-collection .toggle-button .toggle-title {
	padding: 1.8rem 1.6rem;
	min-width: 210px;
}
.header-section .header[data-id=layout-4] .header-menu-row .mega-menu-collection .toggle-button .toggle-title .icon {
	margin-right: 8px;
	margin-left: -3px;
}
.header-section .header[data-id=layout-4] .header-menu-row .mega-menu-collection .site-secondary-navigation ul {
	background-color: rgb(var(--background-color));
	padding: 0;
	border-radius: 0 0 1.6rem 1.6rem;
}
.header-section .header[data-id=layout-4] .header-menu-row .mega-menu-collection .site-secondary-navigation ul .menu-item > .menu-link {
	padding: 14px 20px !important;
	border-top: 1px solid rgba(var(--text-color), 0.18);
	line-height: 25px;
}
.header-section .header[data-id=layout-4] .header-menu-row .mega-menu-collection .site-secondary-navigation .header-navigation > .menu-item .menu-text:before {
	bottom: 0;
}
.header-section .header[data-id=layout-4] .header-icons .header-icon {
	display: flex;
	flex-direction: column;
	width: auto;
	height: auto;
}
.header-section .header[data-id=layout-4] .header-icons .header-icon + .header-icon {
	margin-left: 2.4rem;
}
@media (max-width: 991px) {
	.header-section .header[data-id=layout-4] .header-icons .header-icon.action-cart .text, .header-section .header[data-id=layout-4] .header-icons .header-icon.action-account {
		display: none;
	}
}
.header-section .header[data-id=layout-6] .header-row {
	background-color: rgb(var(--background-color));
	border-top: 0.1rem solid rgba(233, 233, 233, 0.1019607843);
}
.header-section .header[data-id=layout-6] .header-row .container {
	min-height: 7.4rem;
}
.header-section .header[data-id=layout-6] .toggle-panel,
.header-section .header[data-id=layout-6] .header-icons a {
	color: #ffffff;
}
.header-section .header[data-id=layout-6] .header-icons .header-icon .item-count {
	background-color: rgb(var(--sale-label-color));
	color: #ffffff;
	top: -0.2rem;
}
.header-section .header[data-id=layout-6] .search-form-header {
	background-color: #ffffff;
	border-radius: 0.4rem;
}
.header-section .header[data-id=layout-6] .search-form-header input {
	min-width: 70.4rem;
}
.header-section .header[data-id=layout-6] .search-form-header .search-button {
	width: 11.4rem;
	padding: 1.1rem 1.1rem;
	border-radius: 0 0.4rem 0.4rem 0;
	background-color: rgb(var(--sale-label-color));
	color: #ffffff;
}
.header-section .header[data-id=layout-6] .header-menu-row {
	background-color: #fff;
	border-bottom: 1px solid rgba(var(--text-color), 0.18);
	border-top: none;
}
.header-section .header[data-id=layout-6] .header-menu-row .container {
	min-height: 4rem;
}
.header-section .header[data-id=layout-6] .header-menu-row .mega-menu-collection .toggle-button .toggle-title {
	padding: 0.9rem 0;
	min-width: 28rem;
	font-size: var(--body-larger-font-size);
	text-transform: capitalize;
	background-color: #ffffff;
	color: rgb(var(--text-color));
}
.header-section .header[data-id=layout-6] .header-menu-row .mega-menu-collection .toggle-button .toggle-title .icon {
	margin-right: 14px;
	margin-left: -2px;
	margin-top: -2px;
}
.header-section .header[data-id=layout-6] .header-menu-row .mega-menu-collection .toggle-button .toggle-title .toggle-icon {
	margin-top: -2px;
}
.header-section .header[data-id=layout-6] .header-menu-row .mega-menu-collection .site-secondary-navigation ul {
	background-color: #ffffff;
	padding: 0;
	border-radius: 0 0 1.6rem 1.6rem;
}
.header-section .header[data-id=layout-6] .header-menu-row .mega-menu-collection .site-secondary-navigation ul[data-level="1"] {
	padding-top: 5px;
	box-shadow: rgba(var(--text-color), 0.12) 0 4px 8px -2px, rgba(var(--text-color), 0.02) 0 0 0 1px;
}
.header-section .header[data-id=layout-6] .header-menu-row .mega-menu-collection .site-secondary-navigation ul[data-level="1"] > .menu-item {
	padding: 0 2.6rem;
}
.header-section .header[data-id=layout-6] .header-menu-row .mega-menu-collection .site-secondary-navigation ul[data-level="1"] > .menu-item:last-child .menu-link {
	border-bottom: none;
}
.header-section .header[data-id=layout-6] .header-menu-row .mega-menu-collection .site-secondary-navigation ul[data-level="1"] > .menu-item .menu-text:hover {
	font-weight: 600;
}
.header-section .header[data-id=layout-6] .header-menu-row .mega-menu-collection .site-secondary-navigation ul[data-level="1"] > .menu-item .menu-text:before {
	height: 1px;
	bottom: 0;
}
.header-section .header[data-id=layout-6] .header-menu-row .mega-menu-collection .site-secondary-navigation ul .menu-item > .menu-link {
	text-transform: none;
	padding: 0.73em 0 1.05rem 0;
	font-size: var(--body-larger-font-size);
	font-weight: 500;
	border-bottom: 1px solid rgba(var(--text-color), 0.2);
}
.header-section .header[data-id=layout-6] .header-menu-row .mega-menu-collection .site-secondary-navigation ul .menu-item > .menu-link .icon {
	margin-right: 0.8rem;
}
.header-section .header[data-id=layout-6] .header-menu-row .mega-menu-collection .site-secondary-navigation ul .menu-item > .menu-link .icon:empty {
	display: none;
}
.header-section .header[data-id=layout-6] .header-menu-row .mega-menu-collection .site-secondary-navigation ul .sub-menu:not(.mega-menu-wrap) .menu-link {
	padding: 0.5rem 0;
}
.header-section .header[data-id=layout-6] .header-menu-row .mega-menu-collection .site-secondary-navigation ul .sub-menu {
	top: -1px;
	left: 28rem;
	max-width: calc(60vw - 30rem);
	min-width: 29rem;
}
.header-section .header[data-id=layout-6] .header-menu-row .mega-menu-collection .site-secondary-navigation ul .icon {
	margin-right: 0.8rem;
}
.header-section .header[data-id=layout-6] .header-menu-row .mega-menu-collection .site-secondary-navigation ul .icon:empty {
	display: none;
}
.header-section .header[data-id=layout-6] .header-menu-row .mega-menu-collection .site-secondary-navigation .header-navigation > .menu-item .menu-text:before {
	bottom: 0;
}
.header-section .header[data-id=layout-6] .header-menu-row .mega-menu-collection .site-secondary-navigation .mega-item .mega-menu-wrap.sub-menu.width-container {
	margin: 0;
}
.header-section .header[data-id=layout-6] .header-icons .header-icon {
	display: flex;
	flex-direction: column;
	width: auto;
	height: auto;
}
.header-section .header[data-id=layout-6] .header-icons .header-icon + .header-icon {
	margin-left: 2.4rem;
}
@media (max-width: 991px) {
	.header-section .header[data-id=layout-6] .header-icons .header-icon.action-cart .text, .header-section .header[data-id=layout-6] .header-icons .header-icon.action-account {
		display: none;
	}
}
.header-section .header-navigation > .menu-item:first-of-type > .menu-link {
	padding: 0px 1.4rem !important;
}
.header-section .toggle-panel,
.header-section .header-icons a,
.header-section .header-navigation > .menu-item > a,
.header-section .menu > .menu-item:hover > a {
	color: #000;
}
.header-section .hover .toggle-panel,
.header-section .hover .header-navigation > li > a {
	color: rgba(var(--text-color), 0.3);
}
.header-section .header-inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	min-height: 7.4rem;
	flex-wrap: wrap;
	position: relative;
}
@media (max-width: 767px) {
	.header-section .header-inner {
		min-height: auto;
		padding-top: 1rem;
		padding-bottom: 1rem;
	}
}
.header-section .site-navigation-wrap {
	text-align: center;
	border-top: 1px solid rgba(var(--text-color), 0.1);
}
.header-section ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.header-section .site-branding-wrap {
	margin: 0.5rem 0;
	line-height: 0;
	max-width: 50%;
	display: inline-flex;
	font-size: 3rem;
}
@media (max-width: 991px) {
	.header-section .site-branding-wrap {
		text-align: center;
		max-width: 40%;
	}
}
.header-section .site-branding-wrap .site-branding {
	line-height: 1.15;
	color: currentColor;
}
.header-section .header-nav {
	display: inline-flex;
	align-items: center;
}
.header-section .header-nav .toggle-panel {
	margin-right: 4.8rem;
	display: inline-flex;
	align-items: center;
  display:block !important;
}
.header-section .site-navigation{
  display:none !important;
}
@media (max-width: 991px) {
    .header-section .header-nav .toggle-panel {
        width: 40px;
    }
	.header-section .mega-menu-collection,
	.header-section .form-wrapper {
		display: none;
	}
	.header-section .header-box .header-navigation {
		display: none;
	}
	.header-section .header-box .site-branding-wrap {
		margin-left: 0;
		margin-right: 0;
	}
	.header-section .search-form-wrap,
	.header-section .site-navigation {
		display: none;
	}
	.header-section .site-branding-wrap {
		font-size: 2rem;
	}
	.header-section .toggle-panel,
	.header-section .header-icons {
		flex: 1 0 0;
	}
}
.header-section .toggle-panel {
	cursor: pointer;
	transition: color 0.3s ease;
}
.header-section .site-panel {
	background-color: rgba(var(--overlay-color), 0.4);
	pointer-events: none;
	z-index: 100;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.2s ease, visibility 0.2s ease;
}
.header-section .site-panel .site-panel-inner {
	background-color: rgb(var(--background-color));
	width: 40rem;
	height: 100%;
	max-width: 85%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	transform: translateX(-100%);
	transition: transform 0.2s ease;
}
.header-section .site-panel .site-panel-inner .site-panel-close {
	position: absolute;
	left: 2rem;
	top: 1.4rem;
	width: 2.4rem;
	height: 2.4rem;
	border: 0;
	color: rgb(var(--text-color));
	background-color: rgba(var(--text-color), 0.04);
	padding: 0;
	border-radius: 5rem;
}
.header-section .site-panel .site-panel-inner .site-panel-close svg {
	width: 1.2rem;
	height: 1.2rem;
	margin-top: -0.2rem;
}
.header-section .site-panel .panel-header .form-panel-wrapper {
	display: block;
	padding: 15px 30px;
}
.header-section .site-panel .panel-header .search-form-panel-header {
	display: block;
	border-radius: 0.8rem;
	border: 1px solid rgba(var(--text-color), 0.18);
	width: 100%;
	height: 48px;
	transition: box-shadow 0.3s;
}
.header-section .site-panel .panel-header .search-form-panel-header:focus-within {
	box-shadow: 0 0 0 0.1rem rgba(var(--text-color), 0.5);
}
.header-section .site-panel .panel-header .search-form-panel-header .search-button {
	background-color: transparent;
	color: var(--text-color);
	border: none;
	padding: 0.7rem 0rem 0.7rem 1rem;
}
.header-section .site-panel .panel-header .search-form-panel-header .search-button svg {
	width: 2.4rem;
}
.header-section .site-panel .panel-header .search-form-panel-header input {
	background-color: transparent;
	box-shadow: 0 0 0 0.1rem var(--text-color);
	border-radius: 0.4rem;
	color: var(--text-color);
	font-size: 1.2rem;
	padding: 1.6rem 0.5rem;
}
.header-section .site-panel .panel-header .search-form-panel-header input:focus {
	box-shadow: 0 0 0 0.2rem var(--text-color);
}
.header-section .site-panel .panel-header .site-branding-wrap {
	padding: 0.7rem 2rem;
	display: block;
	text-align: center;
	max-width: none;
	color: rgb(var(--text-color));
}
.header-section .site-panel .panel-content {
	flex-grow: 1;
	overflow-y: auto;
	overflow-x: hidden;
	position: relative;
}
.header-section .site-panel .toggle-navigation {
	height: 100%;
	transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
	transform: translateX(0);
}
.header-section .site-panel .toggle-navigation[data-level="2"] {
	transform: translateX(-100%);
}
.header-section .site-panel .toggle-navigation[data-level="3"] {
	transform: translateX(-200%);
}
.header-section .site-panel .toggle-navigation img {
	position: static;
	width: 100%;
	object-fit: cover;
}
.header-section .site-panel .toggle-navigation > li > a svg {
	transform: rotate(-90deg);
}
.header-section .site-panel .toggle-navigation li:last-of-type {
	border-bottom: 0;
}
.header-section .site-panel .toggle-navigation li.active > .sub-menu,
.header-section .site-panel .toggle-navigation li.active > .sub-mega-menu {
	display: block;
}
.header-section .site-panel .toggle-navigation li.has-heading .menu-arrow {
	display: none;
}
.header-section .site-panel .toggle-navigation li.has-heading + .sub-mega-menu {
	border-top: 0.1rem solid rgba(var(--text-color), 0.2);
	display: block;
	transform: none;
	position: static;
}
.header-section .site-panel .toggle-navigation a {
	display: flex;
	justify-content: space-between;
	color: rgb(var(--text-color));
	font-size: 15px;
	font-weight: 500;
	padding: 0.8rem 2rem;
  margin: 0 0 10px 0;
}
@media (hover: hover) {
	.header-section .site-panel .toggle-navigation a:hover {
		background-color: rgba(var(--text-color), 0.03);
	}
}
.header-section .site-panel .toggle-navigation a .menu-arrow {
	flex-grow: 1;
	text-align: right;
}
.header-section .site-panel .toggle-navigation a.product-link {
	justify-content: center;
	padding-top: 0 !important;
}
.header-section .site-panel .toggle-navigation .menu-banner a {
	flex-direction: column;
}
.header-section .site-panel .toggle-navigation .menu-banner a .menu-text {
	display: block;
	margin-top: 0.8rem;
}
.header-section .site-panel .toggle-navigation .sub-menu,
.header-section .site-panel .toggle-navigation .sub-mega-menu {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
	right: -100%;
	z-index: 10;
	background-color: rgb(var(--background-color));
	display: none;
	text-align: left;
}
.header-section .site-panel .toggle-navigation .sub-menu[data-level="2"]:not(.mega-menu-wrap) .has-children svg,
.header-section .site-panel .toggle-navigation .sub-mega-menu[data-level="2"]:not(.mega-menu-wrap) .has-children svg {
	transform: rotate(-90deg);
}
.header-section .site-panel .toggle-navigation .sub-menu .container,
.header-section .site-panel .toggle-navigation .sub-mega-menu .container {
	padding: 0;
}
.header-section .site-panel .toggle-navigation .sub-menu .has-image,
.header-section .site-panel .toggle-navigation .sub-menu .has-image2,
.header-section .site-panel .toggle-navigation .sub-mega-menu .has-image,
.header-section .site-panel .toggle-navigation .sub-mega-menu .has-image2 {
	padding: 3rem;
	border-bottom: 0;
}
.header-section .site-panel .toggle-navigation .sub-menu .has-image + .has-image,
.header-section .site-panel .toggle-navigation .sub-menu .has-image2 + .has-image,
.header-section .site-panel .toggle-navigation .sub-mega-menu .has-image + .has-image,
.header-section .site-panel .toggle-navigation .sub-mega-menu .has-image2 + .has-image {
	padding-top: 0;
}
.header-section .site-panel .toggle-navigation .sub-menu .has-image .image-wrapper + .image-wrapper,
.header-section .site-panel .toggle-navigation .sub-menu .has-image2 .image-wrapper + .image-wrapper,
.header-section .site-panel .toggle-navigation .sub-mega-menu .has-image .image-wrapper + .image-wrapper,
.header-section .site-panel .toggle-navigation .sub-mega-menu .has-image2 .image-wrapper + .image-wrapper {
	margin-top: 1.5rem;
}
.header-section .site-panel .toggle-navigation .sub-menu .has-image .product-content + .product-content,
.header-section .site-panel .toggle-navigation .sub-menu .has-image2 .product-content + .product-content,
.header-section .site-panel .toggle-navigation .sub-mega-menu .has-image .product-content + .product-content,
.header-section .site-panel .toggle-navigation .sub-mega-menu .has-image2 .product-content + .product-content {
	margin-top: 1.5rem;
}
.header-section .site-panel .toggle-navigation .sub-menu .has-image a,
.header-section .site-panel .toggle-navigation .sub-menu .has-image2 a,
.header-section .site-panel .toggle-navigation .sub-mega-menu .has-image a,
.header-section .site-panel .toggle-navigation .sub-mega-menu .has-image2 a {
	padding: 0;
}
.header-section .site-panel .toggle-navigation .sub-menu .has-image2,
.header-section .site-panel .toggle-navigation .sub-mega-menu .has-image2 {
	padding-top: 0;
}
.header-section .site-panel .toggle-navigation .back {
	cursor: pointer;
	padding: 1.5rem 3rem;
	font-size: 1.2rem;
	text-transform: uppercase;
	font-weight: 600;
	color: rgb(var(--text-color));
}
@media (hover: hover) {
	.header-section .site-panel .toggle-navigation .back:hover {
		background-color: rgba(var(--text-color), 0.03);
	}
}
.header-section .site-panel .toggle-navigation .back svg {
	margin-right: 1.2rem;
}
.header-section .site-panel .panel-footer:empty {
	display: none;
}
.header-section .site-panel .panel-footer .action-account,
.header-section .site-panel .panel-footer .action-search {
	display: flex;
	align-items: center;
	justify-content: center;
}
.header-section .site-panel .panel-footer .action-account svg,
.header-section .site-panel .panel-footer .action-search svg {
	margin-right: 1rem;
}
.header-section .site-panel .panel-footer .action-account span,
.header-section .site-panel .panel-footer .action-search span {
	line-height: 1;
}
.header-section .site-panel .panel-footer .localization-form {
	margin: 0;
}
.header-section .site-panel .panel-footer .panel-social-language-aurrency {
	display: flex;
	align-items: center;
	flex-direction: row;
	border: 0.1rem solid rgba(var(--text-color), 0.1);
	border-left: none;
	border-right: none;
}
.header-section .site-panel .panel-footer .panel-social-language-aurrency .action-account {
	width: 33.3333333333%;
	padding: 0.7rem 0;
}
.header-section .site-panel .panel-footer .panel-social-language-aurrency .localization-form {
	width: 66.6666666667%;
}
.header-section .site-panel .panel-footer .social-media-list {
	padding: 0.7rem 0.7rem 0;
}
.header-section .site-panel .panel-footer.single-selector {
	display: inline-flex;
	justify-content: space-between;
}
.header-section .site-panel .panel-footer.single-selector:empty {
	display: none;
}
.header-section .site-panel .panel-footer.single-selector .action-account {
	margin: 0;
}
@media (max-width: 767px) {
	.header-section .site-panel .panel-footer .toggle-dropdown .dropdown-content li {
		text-align: left;
	}
}
.header-section .site-panel .social-media-list {
	display: flex;
	justify-content: center;
	gap: 0.7rem;
	margin-bottom: 0.7rem;
}
.header-section .site-panel .social-media-list .tooltip {
	display: none;
}
.header-section .site-panel .social-media-list a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 2.5rem;
	height: 2.5rem;
	background-color: rgb(var(--text-color));
	color: rgb(var(--background-color));
	border-radius: 5rem;
}
.header-section .site-panel .social-media-list svg {
	width: 1.4rem;
	height: 1.4rem;
}
.site-panel-open .header-section .site-panel {
	pointer-events: auto;
	visibility: visible;
	opacity: 1;
}
.site-panel-open .header-section .site-panel-inner {
	transform: translateX(0);
}
.header-section .localization-form {
	display: flex;
	white-space: nowrap;
}
.header-section .localization-form .toggle-dropdown.no-js-hidden {
	width: 50%;
	text-align: center;
	border-left: 0.1rem solid rgba(var(--text-color), 0.1);
	padding: 0.7rem;
}
@media (max-width: 375px) {
	.header-section .localization-form .toggle-dropdown.no-js-hidden {
		text-align: left;
	}
}
.header-section .localization-form .dropdown-content-header {
	color: rgb(var(--text-color));
}
@media (min-width: 992px) {
	.header-section .localization-form .toggle-dropdown[open] {
		visibility: visible;
		opacity: 1;
		transform: translateY(0);
	}
}
.header-section .localization-form .dropdown-summary {
	background-color: transparent;
	border-radius: 0.4rem;
	border: 0;
	padding: 0;
	display: inline-flex;
	align-items: center;
	color: rgb(var(--text-color));
	width: 50%;
}
@media (max-width: 375px) {
	.header-section .localization-form .dropdown-summary {
		width: 100%;
	}
}
.header-section .localization-form .country-flag {
	min-width: 2rem;
	height: 2rem;
	border-radius: 5rem;
	border: 0.1rem solid rgba(var(--text-color), 0.3);
	display: inline-flex;
	justify-content: center;
	align-items: center;
	margin-right: 0.5rem;
}
.header-section .localization-form .country-flag img {
	width: 1.2rem;
	height: 1.2rem;
	border-radius: 5rem;
}
.header-section .localization-form .dropdown-icon {
	margin-left: 0.5rem;
	display: inline-flex;
}
.header-section .localization-form .dropdown-icon svg {
	width: 1.6rem;
	height: 1.6rem;
	margin: 0;
}
@media (min-width: 992px) {
	.header-section .localization-form .dropdown-content {
		padding: 0;
		min-width: auto;
	}
}
.header-section .localization-form .dropdown-content button {
	background-color: transparent;
	border: 0;
	padding: 0;
	color: rgb(var(--text-color));
}
.header-section .localization-form .dropdown-content .content {
	border-radius: 0.4rem;
}
.header-section .form-wrapper predictive-search[open=true] #predictive-search {
	display: none;
}
.header-section .form-wrapper predictive-search[open=true][results=true] #predictive-search {
	display: block;
}
.header-section .form-wrapper #predictive-search {
	position: absolute;
	width: 100%;
	top: calc(100% + 0.2rem);
	left: 0;
	z-index: 3;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	box-shadow: rgba(var(--text-color), 0.09) 0px 0.3rem 1.2rem;
	background-color: rgb(var(--background-color));
	color: rgb(var(--text-color));
	display: none;
	border-radius: 0.8rem;
	min-width: 65rem;
}
.header-section .form-wrapper #predictive-search-results {
	padding: 3.2rem 2.4rem;
}
.header-section .form-wrapper .predictive-search__heading {
	font-size: var(--body-larger-font-size);
	font-weight: var(--heading-font-weight);
	margin-bottom: 2.1rem;
}
.header-section .form-wrapper .predictive-search-suggestions,
.header-section .form-wrapper .predictive-search-products {
	margin-bottom: 3.2rem;
}
.header-section .form-wrapper .predictive-search__list-item .predictive-search__item {
	display: block;
	padding: 0.8rem 1.2rem;
}
.header-section .form-wrapper .predictive-search__list-item .predictive-search__item:hover {
	background-color: rgba(var(--text-color), 0.05);
}
.header-section .form-wrapper .predictive-search__list-item .predictive-search__item-heading {
	color: rgb(var(--text-color));
	margin: 0;
	line-height: 1.8;
}
.header-section .form-wrapper .predictive-search__list-item .predictive-search__item-heading svg {
	width: 1.6rem;
	height: 1.6rem;
	margin-right: 1rem;
}
.header-section .form-wrapper .predictive-search__list-item .predictive-search__item-heading mark {
	background-color: transparent;
	color: currentColor;
}
.header-section .form-wrapper .predictive-search__list-item .predictive-search__item-heading *:not(mark) {
	font-weight: 700;
}
.header-section .form-wrapper .predictive-search-products .predictive-search__list-item .predictive-search__item {
	display: flex;
	align-items: center;
	padding: 0.8rem;
}
.header-section .form-wrapper .predictive-search-products .predictive-search__list-item .predictive-search__item .product-image {
	min-width: 9rem;
	background-color: rgb(var(--background-color));
}
.header-section .form-wrapper .predictive-search-products .predictive-search__list-item .predictive-search__item .product-image img {
	aspect-ratio: 1/1;
}
.header-section .form-wrapper .predictive-search-products .predictive-search__list-item .predictive-search__item .product-content {
	padding-left: 1.6rem;
}
.header-section .form-wrapper .predictive-search-products .predictive-search__list-item .predictive-search__item .product-content .product-title {
	color: rgb(var(--text-color));
	font-weight: var(--heading-font-weight);
}
.header-section .form-wrapper .predictive-search-products .predictive-search__list-item .predictive-search__item .product-content .product-price {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.8rem;
	font-size: var(--body-font-size);
	color: rgb(var(--text-color));
}
.header-section .form-wrapper .predictive-search-products .predictive-search__list-item .predictive-search__item .product-content .product-price .price {
	font-weight: 600;
}
.header-section .form-wrapper .predictive-search-products .predictive-search__list-item .predictive-search__item .product-content .product-price .regular-price {
	margin-right: 0;
}
.header-section .form-wrapper .predictive-search-products .predictive-search__list-item .predictive-search__item .product-content .product-price .saved-price {
	display: none;
}
.header-section .form-wrapper .predictive-search__item-content.no-result {
	display: flex;
	align-items: center;
	padding: 1.8rem 1.2rem 1.8rem 2.5rem;
	gap: 2.4rem;
	background-color: rgba(var(--text-color), 0.05);
	margin-bottom: 3.2rem;
}
.header-section .form-wrapper .predictive-search__item-content.no-result svg {
	width: 3rem;
	height: 3rem;
}
.header-section .form-wrapper .predictive-search__item-content.no-result .predictive-search__text .text-title {
	font-size: var(--body-larger-font-size);
	line-height: 1.3;
	margin-bottom: 0.5rem;
}
.header-section .form-wrapper .predictive-search__item-content.no-result .predictive-search__text .text-title span {
	font-weight: 700;
	margin-left: 0.5rem;
}
.header-section .form-wrapper .predictive-search__item-content.no-result .predictive-search__text .text-subtitle {
	font-size: var(--body-font-size);
	line-height: 1.5;
}
@media (max-width: 991px) {
	.header-section .form-wrapper .predictive-search__item-content.no-result {
		padding: 1.8rem 1.2rem 1.8rem 1.5rem;
		gap: 1rem;
	}
}
.header-section .form-wrapper .button {
	display: block;
	width: 100%;
	text-align: center;
	padding: 1.5rem 2rem;
}

.header-icons {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.header-icons .header-icon {
	position: relative;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	justify-content: flex-end;
	width: 3.6rem;
	height: 3.6rem;
	border-radius: 50%;
}
.header-icons .header-icon + .header-icon {
	margin-left: 0.3rem;
}
.header-icons .header-icon .item-count {
	position: absolute;
	font-size: 1.1rem;
	right: -0.2rem;
	top: 0.4rem;
	background-color: rgb(var(--text-color));
	border-radius: 5rem;
	color: rgb(var(--background-color));
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 1.4rem;
	min-width: 1.4rem;
	white-space: nowrap;
	line-height: 1;
	z-index: 1;
}
.header-icons .header-icon .item-count:empty {
	display: none;
}
@media (max-width: 991px) {
	.header-icons .localization-form,
	.header-icons .action-account {
		display: none;
	}
}

.search-form-header {
	border-radius: 0.8rem;
	border: 1px solid rgba(var(--text-color), 0.18);
	width: max-content;
	transition: box-shadow 0.3s;
	position: relative;
}
.search-form-header:focus-within {
	box-shadow: 0 0 0 0.1rem rgba(var(--text-color), 0.5);
}
@media (max-width: 991px) {
	.search-form-header {
		display: none;
	}
}
.search-form-header .search-button {
	background-color: transparent;
	color: var(--contact-form-color);
	border: none;
	padding: 0.7rem 0rem 0.7rem 1rem;
}
.search-form-header .search-button svg {
	width: 1.6rem;
}
.search-form-header input {
	background-color: transparent;
	box-shadow: 0 0 0 0.1rem var(--contact-form-color);
	border-radius: 0.4rem;
	color: var(--contact-form-color);
	font-size: 1.2rem;
	padding: 0.9rem 0.5rem;
}
.search-form-header input:focus {
	box-shadow: 0 0 0 0.2rem var(--contact-form-color);
}

.heading-section .heading {
	line-height: 1.2;
}

.icon-box-section .section-wrapper {
	position: relative;
	overflow-x: hidden;
}
.icon-box-section .separator-top .section-icon-box {
	border-top: 0.1rem solid rgba(var(--heading-color), 0.1);
}
.icon-box-section .separator-bottom .section-icon-box {
	border-bottom: 0.1rem solid rgba(var(--heading-color), 0.1);
}
@media (max-width: 991px) {
	.icon-box-section .icon-item:not(:first-child) {
		padding-top: 2rem;
	}
	.icon-box-section .icon-item:not(:last-child) {
		padding-bottom: 2rem;
	}
}
.icon-box-section .icon-item .image-wrap {
	display: inline-block;
	margin-bottom: 2.2rem;
}
.icon-box-section .icon-item .title {
	font-size: var(--h6-smaller-font-size);
	font-weight: var(--heading-font-weight);
	line-height: var(--heading-line-height);
	color: rgb(var(--heading-color));
	white-space: normal;
	margin-bottom: 1.3rem;
}
.icon-box-section .icon-item .description > * {
	color: rgb(var(--text-color));
}
.icon-box-section .icon-item h1,
.icon-box-section .icon-item h2,
.icon-box-section .icon-item h3,
.icon-box-section .icon-item h4,
.icon-box-section .icon-item h5,
.icon-box-section .icon-item h6,
.icon-box-section .icon-item p {
	margin-top: 0;
	margin-bottom: 0;
}
.icon-box-section .icon-box {
	display: flex;
	flex-wrap: nowrap;
}
@media (max-width: 991px) {
	.icon-box-section .icon-box {
		display: block;
	}
	.icon-box-section .icon-box .icon-item {
		width: 100%;
	}
}
.icon-box-section .section-icon-box {
	border-radius: 3.2rem;
}
@media (max-width: 991px) {
	.icon-box-section .section-icon-box {
		border-radius: 2rem;
	}
}
@media (min-width: 992px) {
	.icon-box-section .show-item-separator .icon-item:not(:first-child) {
		border-left: 0.1rem solid rgba(var(--heading-color), 0.1);
	}
}
@media (max-width: 992px) {
	.icon-box-section .icon-item .image-wrap {
		margin-bottom: 1.2rem;
	}
	.icon-box-section .icon-image {
		width: 50px;
	}
}

/* .image-box-section .section-wrapper {
	background-color: rgb(var(--background-color));
} */
.image-box-section .image-box {
	display: flex;
	justify-content: center;
}
@media (max-width: 767px) {
	.image-box-section .image-box {
		flex-direction: column;
	}
}
.image-box-section .image-box .image-item {
	position: relative;
	width: 100%;
}
.image-box-section .image-box .image-item svg,
.image-box-section .image-box .image-item img {
	transition: opacity 0.1s ease, transform 1s cubic-bezier(0, 0, 0.44, 1.18);
	aspect-ratio: 1/1.3;
}
/* .image-box-section .image-box .image-item:hover img {
	transform: scale(1.08);
} */
.image-box-section .image-box .image-item .content .heading  h2,
.image-box-section .image-box .image-item .content .sub-heading p,
.image-box-section .image-box .image-item .content .button {
  color: #fff !important;
} 
.image-box-section .image-box .image-item .content .button{
  border: 1px solid #fff;
}
.image-box-section .image-box .image-item .content .button::before{
  background: linear-gradient(to right, #fff0, rgb(248 248 248 / 30%)) !important;
}
.image-box-section .image-box .item {
	position: relative;
}
.image-box-section .image-box .item:before {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}
.image-box-section .image-box p {
	margin-bottom: 0;
}
.image-box-section .image-box .content {
	position: absolute;
	bottom: 6rem;
	left: 4rem;
	right: 4rem;
	z-index: 2;
}
.image-box-section .image-box .content .heading *,
.image-box-section .image-box .content .sub-heading * {
	line-height: inherit;
	margin: 0;
}
@media (max-width: 991px) {
	.image-box-section .image-box .content .heading h1,
	.image-box-section .image-box .content .heading h2,
	.image-box-section .image-box .content .heading h3,
	.image-box-section .image-box .content .heading .h1,
	.image-box-section .image-box .content .heading .h2,
	.image-box-section .image-box .content .heading .h3,
	.image-box-section .image-box .content .sub-heading h1,
	.image-box-section .image-box .content .sub-heading h2,
	.image-box-section .image-box .content .sub-heading h3,
	.image-box-section .image-box .content .sub-heading .h1,
	.image-box-section .image-box .content .sub-heading .h2,
	.image-box-section .image-box .content .sub-heading .h3 {
		font-size: calc(2.2rem + 0.390625vw);
	}
	.image-box-section .image-box .content .heading h4,
	.image-box-section .image-box .content .heading h5,
	.image-box-section .image-box .content .heading h6,
	.image-box-section .image-box .content .heading .h4,
	.image-box-section .image-box .content .heading .h5,
	.image-box-section .image-box .content .heading .h6,
	.image-box-section .image-box .content .sub-heading h4,
	.image-box-section .image-box .content .sub-heading h5,
	.image-box-section .image-box .content .sub-heading h6,
	.image-box-section .image-box .content .sub-heading .h4,
	.image-box-section .image-box .content .sub-heading .h5,
	.image-box-section .image-box .content .sub-heading .h6 {
		font-size: calc(1.8rem + 0.390625vw);
	}
}
.image-box-section .image-box .content .button {
	display: inline-flex;
	padding: 1.7rem 2.4rem;
	border-radius: 0.4rem;
	height: 4.8rem;
	align-items: center;
	margin-top: 2.4rem;
}
.image-box-section .image-box .heading {
	line-height: 1.25;
	margin-bottom: 1.6rem;
}
.image-box-section .image-box .image-link {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 3;
}
@media (hover: hover) {
	.image-box-section .image-box .image-link:hover + .content .button:before {
		-webkit-animation: shine 0.5s;
		animation: shine 0.5s;
	}
}
.image-box-section .image-box.outside .content {
	position: static;
}
.image-box-section .image-box.outside .content .heading {
	font-size: 2rem;
	margin-top: 2rem;
	margin-bottom: 1rem;
}
.image-box-section .image-box.outside .content .sub-heading {
	font-size: 1.6rem;
	margin-bottom: 1.5rem;
}
.image-box-section .image-box.outside .content .button {
	height: 4rem;
	margin-top: 0;
}
@media (max-width: 991px) {
	.image-box-section .image-box {
		gap: 2rem;
	}
	.image-box-section .image-box .inside .heading {
		font-size: 3.2rem;
		margin-bottom: 1rem;
	}
	.image-box-section .image-box .content {
		bottom: 3rem;
		left: 2rem;
		right: 2rem;
		text-align: center;
	}
	.image-box-section .image-box .content .button {
		height: 4rem;
		padding: 1rem 1.5rem;
		margin: 1.5rem 0;
	}
}
@media (min-width: 992px) {
	.image-box-section .image-box {
		gap: 4rem;
	}
	.image-box-section .image-box .inside .sub-heading {
		font-size: 2rem;
	}
}

.image-card-section .image-card {
	display: flex;
	justify-content: center;
}
@media (max-width: 767px) {
	.image-card-section .image-card {
		flex-direction: column;
	}
}
.image-card-section .image-card.horizontal-left .content {
	align-items: flex-start;
	text-align: left;
}
.image-card-section .image-card.horizontal-center .content {
	align-items: center;
	text-align: center;
}
.image-card-section .image-card.horizontal-right .content {
	align-items: flex-end;
	text-align: right;
}
.image-card-section .image-card.vertical-top .content {
	justify-content: start;
}
.image-card-section .image-card.vertical-middle .content {
	justify-content: center;
}
.image-card-section .image-card.vertical-bottom .content {
	justify-content: end;
}
.image-card-section .image-card.vertical-space-between .content {
	justify-content: space-between;
}
.image-card-section .image-card .image-item {
	position: relative;
	width: 100%;
}
.image-card-section .image-card .image-item svg,
.image-card-section .image-card .image-item img {
	transition: opacity 0.3s ease, transform 0.3s cubic-bezier(0, 0, 0.44, 1.18);
}
.image-card-section .image-card .image-item:hover svg,
.image-card-section .image-card .image-item:hover img {
	transform: scale(1.05);
	transition: all 0.4s;
}
.image-card-section .image-card .image-item:hover .button-link-underline::before {
	animation: 1s infinite btnLinkAnimation;
}
.image-card-section .image-card .image-item.no-effect:hover img {
	transform: scale(1);
}
.image-card-section .image-card .item {
	position: relative;
	overflow: hidden;
}
.image-card-section .image-card .item:before {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}
.image-card-section .image-card p {
	margin-bottom: 0;
}
.image-card-section .image-card .content {
	position: absolute;
	top: 3.5rem;
	right: 3rem;
	bottom: 3.5rem;
	left: 3rem;
	z-index: 2;
	width: calc(100% - 6rem);
	height: calc(100% - 7rem);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.image-card-section .image-card .content .title {
	background-color: rgb(var(--sale-label-color));
	color: rgb(var(--background-color));
	padding: 0.1rem 0.8rem;
	margin-bottom: 0.8rem;
	border-radius: 0.4rem;
	text-transform: uppercase;
}
.image-card-section .image-card .content .heading h1 {
	font-size: calc(var(--h1-font-size) * var(--font-scale));
}
.image-card-section .image-card .content .heading h2 {
	font-size: calc(var(--h2-font-size) * var(--font-scale));
}
.image-card-section .image-card .content .heading h3 {
	font-size: calc(var(--h3-font-size) * var(--font-scale));
}
.image-card-section .image-card .content .heading h4 {
	font-size: calc(var(--h4-font-size) * var(--font-scale));
}
.image-card-section .image-card .content .heading h5 {
	font-size: calc(var(--h5-font-size) * var(--font-scale));
}
.image-card-section .image-card .content .heading h6 {
	font-size: calc(var(--h6-font-size) * var(--font-scale));
}
.image-card-section .image-card .content .heading p {
	font-size: calc(var(--body-font-size) * var(--font-scale));
}
.image-card-section .image-card .content .heading *,
.image-card-section .image-card .content .sub-heading * {
	line-height: normal;
	margin: 0;
}
@media (max-width: 991px) {
	.image-card-section .image-card .content .heading h1,
	.image-card-section .image-card .content .heading h2,
	.image-card-section .image-card .content .heading h3,
	.image-card-section .image-card .content .heading .h1,
	.image-card-section .image-card .content .heading .h2,
	.image-card-section .image-card .content .heading .h3,
	.image-card-section .image-card .content .sub-heading h1,
	.image-card-section .image-card .content .sub-heading h2,
	.image-card-section .image-card .content .sub-heading h3,
	.image-card-section .image-card .content .sub-heading .h1,
	.image-card-section .image-card .content .sub-heading .h2,
	.image-card-section .image-card .content .sub-heading .h3 {
		font-size: calc(2.2rem + 0.390625vw);
	}
	.image-card-section .image-card .content .heading h4,
	.image-card-section .image-card .content .heading h5,
	.image-card-section .image-card .content .heading h6,
	.image-card-section .image-card .content .heading .h4,
	.image-card-section .image-card .content .heading .h5,
	.image-card-section .image-card .content .heading .h6,
	.image-card-section .image-card .content .sub-heading h4,
	.image-card-section .image-card .content .sub-heading h5,
	.image-card-section .image-card .content .sub-heading h6,
	.image-card-section .image-card .content .sub-heading .h4,
	.image-card-section .image-card .content .sub-heading .h5,
	.image-card-section .image-card .content .sub-heading .h6 {
		font-size: calc(1.8rem + 0.390625vw);
	}
}
.image-card-section .image-card .content .sub-heading {
	margin-top: 1.2rem;
	margin-bottom: 1.8rem;
}
.image-card-section .image-card .content .sub-heading * {
	margin-bottom: 5px;
}
.image-card-section .image-card .content .sub-heading *:last-child {
	margin-bottom: 0;
}
.image-card-section .image-card .content .button {
	display: inline-flex;
	padding: 2.6rem 4rem;
	height: 5.2rem;
	align-items: center;
	margin-top: 3.4rem;
	text-transform: uppercase;
}
.image-card-section .image-card .content .button.button-small {
	height: 3.8rem;
	padding: 1.9rem 2.2rem;
	margin-top: 2.3rem;
}
.image-card-section .image-card .content .button.button-link-underline {
	font-size: var(--body-larger-font-size);
	border-radius: 0;
	height: auto;
	margin-top: 0;
	padding: 0;
	font-weight: var(--heading-font-weight);
	text-decoration-line: none;
	text-transform: capitalize;
	position: relative;
	overflow: hidden;
}
.image-card-section .image-card .content .button.button-link-underline:before {
	transition: all 0.4s;
	content: "";
	position: absolute;
	height: 0.1rem;
	background-color: rgb(var(--text-color));
	right: 0;
	bottom: 0;
	left: 0;
}
.image-card-section .image-card .heading {
	line-height: normal;
	margin-bottom: 0.4rem;
}
@media (max-width: 991px) {
	.image-card-section .image-card {
		gap: 2rem;
	}
	.image-card-section .image-card .heading {
		font-size: 3.2rem;
		margin-bottom: 1rem;
	}
	.image-card-section .image-card .content {
		bottom: 3rem;
		left: 2rem;
		right: 2rem;
	}
	.image-card-section .image-card .content .button {
		height: 4rem;
		padding: 1rem 1.5rem;
		margin: 1.5rem 0;
	}
}
@media (min-width: 992px) {
	.image-card-section .image-card {
		gap: 2rem;
	}
	.image-card-section .image-card .sub-heading {
		font-size: 1.8rem;
	}
}

@keyframes btnLinkAnimation {
	0% {
		left: 0;
		width: 100%;
	}
	33% {
		left: 100%;
		width: 0;
	}
	66% {
		left: 0;
		width: 0;
	}
	100% {
		right: 0;
		width: 100%;
	}
}
.image-collage-section .image-collage-content {
	display: grid;
	grid-auto-flow: column;
	position: relative;
}
@media (min-width: 1400px) {
	.image-collage-section .image-collage-content {
		overflow: hidden;
	}
}
.image-collage-section .image-collage-content.gap {
	gap: 1.6rem;
}
.image-collage-section .stretch-section .image-collage-content {
	grid-template-columns: repeat(auto-fit, minmax(31.71rem, 1fr));
	grid-auto-columns: minmax(31.71rem, 1fr);
}
.image-collage-section .container .image-collage-content {
	grid-template-columns: repeat(auto-fit, minmax(24.5rem, 1fr));
	grid-auto-columns: minmax(24.5rem, 1fr);
}
.image-collage-section .title-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
@media (min-width: 991px) {
	.image-collage-section .stretch-section .title-wrapper {
		margin-bottom: 2.7rem;
	}
	.image-collage-section .container .title-wrapper {
		margin-bottom: 3.6rem;
	}
}
.image-collage-section .heading {
	text-transform: capitalize;
}
.image-collage-section .heading * {
	margin: 0 0 1.1rem 0;
}
.image-collage-section .subheading p {
	font-size: var(--body-larger-font-size);
}
.image-collage-section .image-item {
	position: relative;
	overflow: hidden;
}
.image-collage-section .icon-image-collage {
	position: absolute;
	top: calc(50% - 2.4rem);
	left: calc(50% - 2.4rem);
	width: 4.8rem;
	height: 4.8rem;
	border-radius: var(--button-radius);
	background-color: rgb(var(--background-color));
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 0;
	transition: opacity 0.3s ease;
	z-index: 2;
	pointer-events: none;
	cursor: pointer;
}
.image-collage-section .icon-image-collage svg {
	width: 2.1rem;
	height: 2.1rem;
}
.image-collage-section .image-wrap,
.image-collage-section .collage-image-wrapper {
	height: 100%;
}
.image-collage-section .overlay,
.image-collage-section .image-link {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
}
.image-collage-section .overlay {
	background: rgba(var(--text-color), 0.2);
	transition: 0.5s ease-out;
	opacity: 0;
}
.image-collage-section .show-icon:hover .overlay,
.image-collage-section .show-icon:hover .icon-image-collage {
	opacity: 1;
}
@media (max-width: 991px) {
	.image-collage-section .stretch-section .title-wrapper {
		margin-bottom: 0;
	}
	.image-collage-section .image-collage-content {
		padding-top: 1rem;
		padding-bottom: 2rem;
	}
}
@media (min-width: 992px) {
	.image-collage-section .layout-grid .image-collage-content {
		grid-template-areas: "bb aa aa aa" "bb aa aa aa";
		grid-template-columns: 3fr repeat(3, 1fr);
		grid-auto-columns: minmax(38rem, 1fr);
	}
	.image-collage-section .layout-grid .image-collage-content .image-item:first-child {
		grid-area: bb;
	}
}

.image-comparison-section .image-comparison-picture {
	position: relative;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-size: cover;
	overflow: hidden;
	background-color: rgba(var(--text-color), 0.2);
	z-index: 2;
}
.image-comparison-section .image-comparison-picture .circle:active,
.image-comparison-section .image-comparison-picture .circle:focus {
	transform: scale(1.1);
}
.image-comparison-section .mask-container {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 50%;
	overflow: hidden;
	z-index: 1;
}
.image-comparison-section .mask-image-container {
	position: absolute;
	top: 0;
	left: 0;
	width: calc(100vw - var(--scrollbar-width));
	height: 100%;
	background-position: center center;
	background-size: cover;
	background-color: rgb(var(--text-color));
}
.image-comparison-section .comparison-border {
	position: absolute;
	width: 3px;
	height: 100%;
	left: 50%;
	margin-left: -3px;
	background-color: #000;
	z-index: 3;
}
.image-comparison-section .comparison-circle {
	position: absolute;
	top: 50%;
	margin-top: -26px;
	left: 50%;
	margin-left: -14px;
	opacity: 0.9;
	cursor: ew-resize;
	background-repeat: no-repeat;
	background-position: center center;
	width: 28px;
	height: 52px;
	background-color: rgb(var(--background-color));
	color: rgba(var(--text-color), 0.7);
	border-radius: 4rem;
	box-shadow: 0px 10px 25px 0px rgba(43, 52, 74, 0.12);
	transform-origin: center;
	transition: transform 0.3s ease-in-out, background-color 0.3s ease-in-out;
	z-index: 3;
}
.image-comparison-section .image-comparison-caption {
	position: absolute;
	top: 2rem;
	min-width: max-content;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	color: #555555;
	font-size: 18px;
	line-height: 24px;
	font-weight: 600;
	text-transform: capitalize;
	letter-spacing: 0.30px;
}
@media (max-width: 768px) {
	.image-comparison-section .image-comparison-caption {
		font-size: 1.5rem;
		padding: 2px 12px;
	}
    .image-comparison-section {
	margin: 60px 0 40px !important;
}
}
@media (max-width: 480px) {
   .image-comparison-section {
	margin: 20px 0 !important;
}
}
.image-comparison-section .image-comparison-caption-before {
	left: 2rem;
	z-index: 2;
}
.image-comparison-section .image-comparison-caption-after {
	right: 2rem;
	text-align: right;
}
.image-comparison-section .image-comparison-range {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: transparent;
	border: none;
	appearance: none;
	outline: none;
	cursor: ew-resize;
	z-index: 20;
}
.image-comparison-section .image-comparison-range::-webkit-slider-runnable-track, .image-comparison-section .image-comparison-range::-webkit-slider-thumb {
	width: 28px;
	height: 52px;
	opacity: 0;
}
.image-comparison-section .image-comparison-range::-moz-range-thumb {
	width: 28px;
	height: 52px;
	opacity: 0;
}
.image-comparison-section .image-comparison-range::-ms-fill-lower {
	background-color: transparent;
}
.image-comparison-section .image-comparison-range::-ms-track {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
	margin: 0;
	padding: 0;
	background-color: transparent;
	color: transparent;
	outline: none;
	cursor: col-resize;
}
.image-comparison-section .image-comparison-range::-ms-thumb {
	width: 0.5%;
	height: 100%;
	opacity: 0;
}
.image-comparison-section .image-comparison-range::-ms-tooltip {
	display: none;
}
.image-comparison-section .image-comparison-slideraa {
	position: absolute;
	top: 0;
	left: 50%;
	width: 8px;
	height: 100%;
	background-color: rgb(var(--background-color));
	transition: background-color 0.3s ease-in-out;
	z-index: 10;
}
.image-comparison-range-active ~ .image-comparison-section .image-comparison-slideraa {
	background-color: rgba(var(--background-color), 0);
}
.image-comparison-section .image-comparison-thumb {
	position: absolute;
	width: 28px;
	height: 52px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: rgb(var(--background-color));
	color: rgba(var(--text-color), 0.7);
	border-radius: 4rem;
	box-shadow: 0px 10px 25px 0px rgba(43, 52, 74, 0.12);
	transform-origin: center;
	transition: transform 0.3s ease-in-out, background-color 0.3s ease-in-out;
}

.image-tab-section .section-wrapper {
	background-color: rgb(var(--background-color));
}
.image-tab-section .image-tab-content {
	display: flex;
}
.image-tab-section .image-tab-content .right-tab-wrapper {
	margin-left: auto;
	width: calc(70.4% - 8rem);
	position: relative;
	margin-right: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
	.image-tab-section .image-tab-content .right-tab-wrapper {
		width: calc(70.4% - 4rem);
	}
}
.image-tab-section .image-tab-content .left-tab-wrapper {
	width: 29.6%;
}
.image-tab-section .image-tab-content .left-tab-wrapper .accordion-content.details-content .image {
	position: relative;
}
.image-tab-section .image-tab-content .left-tab-wrapper .title-wrapper {
	margin-bottom: 3.5rem;
}
@media (max-width: 991px) {
	.image-tab-section .image-tab-content .left-tab-wrapper .title-wrapper {
		margin-bottom: 1.5rem;
	}
  #shopify-section-template--23458264875333__image_comparison_2_hz4ity .scroll-trigger {
	width: 340px !important;
}
}
.image-tab-section .image-tab-content .left-tab-wrapper .subheading {
	color: currentColor;
	margin-top: 0;
	margin-bottom: 2.3rem;
	font-size: 1.3rem;
}
.image-tab-section .image-tab-content .left-tab-wrapper .left-heading {
	margin: 0;
	color: currentColor;
	font-weight: 700;
	line-height: 1;
}
.image-tab-section .right-tab-wrapper .content-map.active {
	visibility: visible;
	opacity: 1;
}
.image-tab-section .right-tab-wrapper .content-map {
	width: 100%;
	height: 100%;
	position: absolute;
	visibility: hidden;
	opacity: 0;
	transition: opacity 0.5s;
}
.image-tab-section .right-tab-wrapper .content-map .image {
	height: 100%;
}
@media (max-width: 991px) {
	.image-tab-section .image-tab-content {
		flex-direction: column;
	}
	.image-tab-section .image-tab-content .left-tab-wrapper {
		width: 100%;
	}
	.image-tab-section .image-tab-content .left-tab-wrapper .accordion-title {
		font-size: 2rem;
	}
	.image-tab-section .image-tab-content .left-tab-wrapper .accordion-content.details-content {
		padding: 1.5rem 0;
	}
	.image-tab-section .image-tab-content .left-tab-wrapper .left-heading {
		font-size: 3.6rem;
	}
	.image-tab-section .image-tab-content .right-tab-wrapper {
		width: 100%;
		display: none;
	}
}

.image-with-text-overlay-section .image-with-text {
	position: relative;
}
.image-with-text-overlay-section .image-with-text-overlay {
	position: relative;
}
.image-with-text-overlay-section .image-with-text-overlay:before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 5;
}
.image-with-text-overlay-section .image img {
	width: 100%;
	height: 100%;
}
.image-with-text-overlay-section .content {
	display: flex;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 5rem;
	z-index: 5;
}
.image-with-text-overlay-section .content p {
	margin-bottom: 0;
}
.image-with-text-overlay-section .heading *,
.image-with-text-overlay-section .sub-heading * {
	font-size: 100%;
	line-height: inherit;
	margin: 0;
}
@media (max-width: 767px) {
	.image-with-text-overlay-section .heading br,
	.image-with-text-overlay-section .sub-heading br {
		display: none;
	}
  #shopify-section-template--23458264875333__image_comparison_2_hz4ity .section-wrapper {
	display: block !important;
}
  #shopify-section-template--23458264875333__image_comparison_2_hz4ity .scroll-trigger {
	width: 400px !important;
	margin: 0 auto;
}
}
@media (max-width:480px) {
  #shopify-section-template--23458264875333__image_comparison_2_hz4ity .scroll-trigger {
	width: 300px !important;
}
}
@media (max-width:361px) {
 #shopify-section-template--23458264875333__image_comparison_2_hz4ity .scroll-trigger {
	width: 260px !important;
}
}
.image-with-text-overlay-section .sub-heading {
	line-height: 1.8rem;
	margin-bottom: 2rem;
	letter-spacing: 0.1em;
}
.image-with-text-overlay-section .heading {
	line-height: 6rem;
	margin: 0 0 3.7rem 0;
}
.image-with-text-overlay-section .button {
	padding: 1.7rem 2.4rem;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	font-weight: 700;
	line-height: 1;
}
@media (max-width: 991px) {
	.image-with-text-overlay-section .container {
		padding: 0;
	}
	.image-with-text-overlay-section .content {
		justify-content: center;
		align-items: center;
	}
	.image-with-text-overlay-section .sub-heading {
		font-size: 1.4rem;
		margin: 0;
	}
	.image-with-text-overlay-section .heading {
		font-size: 2rem;
		line-height: 1.5;
		margin: 0 0 2rem 0;
	}
	.image-with-text-overlay-section .content-inner {
		text-align: center;
	}
}

@media (min-width: 992px) {
	.image-with-text-section .text-first .content {
		order: -1;
	}
	.image-with-text-section .image {
		width: 53%;
	}
	.image-with-text-section .content {
		width: 45%;
	}
}
.image-with-text-section .image-with-text {
	display: flex;
	gap: 5rem;
}
@media (max-width: 991px) {
	.image-with-text-section .image-with-text {
		gap: 4rem;
	}
}
.image-with-text-section .image.adapt-media .lazy-image {
	max-height: none;
}
.image-with-text-section .image img {
	width: 100%;
	height: 100%;
}
.image-with-text-section .content {
	display: flex;
	justify-content: center;
	align-content: center;
}
.image-with-text-section .content p {
	margin-bottom: 0;
}
.image-with-text-section .content-inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	color: rgb(var(--text-color));
	flex-grow: 1;
}
.image-with-text-section .heading *,
.image-with-text-section .description * {
	margin: 0;
}
.image-with-text-section .heading {
	text-transform: capitalize;
	margin: 0 0 0.9rem 0;
}
.image-with-text-section .description {
	font-size: var(--h6-smaller-font-size);
	margin-bottom: 5rem;
}
/* .image-with-text-section .html .anvogue-icon-box-wrapper {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 2rem;
	margin-bottom: 3.3rem;
} */
/* .image-with-text-section .html .anvogue-icon-box-wrapper:last-child {
	margin-bottom: 0;
}
.image-with-text-section .html .anvogue-icon-box-wrapper .anvogue-icon-box-content {
	max-width: 28.2rem;
}
.image-with-text-section .html .anvogue-icon-box-wrapper .anvogue-icon-box-content .anvogue-icon-box-title {
	font-size: var(--h6-smaller-font-size);
	margin: 0 0 1rem 0;
}
@media (max-width: 991px) {
	.image-with-text-section .html .anvogue-icon-box-wrapper .anvogue-icon-box-content .anvogue-icon-box-title {
		font-size: var(--body-font-size);
	}
}
.image-with-text-section .html .anvogue-icon-box-wrapper .anvogue-icon-box-content .anvogue-icon-box-description {
	color: rgba(var(--text-color), 0.7);
} */
/* .image-with-text-section .html .anvogue-list-wrapper .anvogue-list-text {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 1.2rem 0 1rem;
	border-top: 1px solid rgba(var(--text-color), 0.08);
	font-size: var(--body-largest-font-size);
} */
/* @media (max-width: 991px) {
	.image-with-text-section .html .anvogue-list-wrapper .anvogue-list-text {
		font-size: var(--body-font-size);
	}
}
.image-with-text-section .html .anvogue-list-wrapper .anvogue-list-text .item-text {
	text-transform: uppercase;
	font-weight: var(--heading-font-weight);
	letter-spacing: 1.6px;
} */
@media (max-width: 991px) and (min-width: 768px) {
	.image-with-text-section .image-with-text {
		align-items: center;
	}
	.image-with-text-section .image {
		width: 50%;
	}
	.image-with-text-section .image img {
		height: auto;
		aspect-ratio: 1/1.3;
	}
	.image-with-text-section .content {
		width: 50%;
	}
}
@media (max-width: 991px) and (max-width: 767px) {
	.image-with-text-section .image-with-text {
		flex-direction: column;
	}
}
@media (max-width: 991px) {
	.image-with-text-section .stretch-section .content {
		padding-left: 3rem;
		padding-right: 2rem;
		padding-top: 5rem;
		padding-bottom: 6rem;
	}
	.image-with-text-section .heading {
		margin-bottom: 2rem;
	}
	.image-with-text-section .description {
		margin-bottom: 1.5rem;
		font-size: var(--body-font-size);
	}
}

.adapt-svg-placeholder {
	height: 100%;
}

.image-section a {
	position: absolute !important;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}
.image-section img,
.image-section .placeholder-svg {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.lookbook-list-section .lookbook-list {
	display: grid;
	grid-auto-flow: column;
}
.lookbook-list-section .lookbook-list.gap {
	gap: 1.7rem;
}
.lookbook-list-section .lookbook-list .adapt-media .lazy-image {
	max-height: 80rem;
}
.lookbook-list-section .stretch-section .lookbook-list {
	grid-template-columns: repeat(auto-fit, minmax(31.71rem, 1fr));
	grid-auto-columns: minmax(31.71rem, 1fr);
}
.lookbook-list-section .container .lookbook-list {
	grid-template-columns: repeat(auto-fit, minmax(24.5rem, 1fr));
	grid-auto-columns: minmax(24.5rem, 1fr);
}
.lookbook-list-section .list-product {
	display: grid;
	grid-template-columns: 1fr;
	padding: 0 1.5rem;
	margin-top: 2rem;
}
.lookbook-list-section .list-product .product-card {
	align-items: center;
	gap: 2.8rem;
	background-color: transparent;
	border-radius: 0;
	margin-bottom: 0;
	background-color: transparent;
	grid-row-start: 1;
	grid-column-start: 1;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s, visibility 0.3s;
	display: none;
}
.lookbook-list-section .list-product .product-card.active {
	visibility: visible;
	opacity: 1;
	display: flex;
}
.lookbook-list-section .list-product .product-card:before {
	content: none;
}
.lookbook-list-section .list-product .product-card:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
.lookbook-list-section .list-product .product-card .product-card-content {
	padding: 0 15rem 0 0;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	position: relative;
}
@media (max-width: 768px) {
	.lookbook-list-section .list-product .product-card .product-card-content {
		padding: 0;
	}
}
.lookbook-list-section .list-product .product-card .product-card-content .product-title {
	order: 0;
	margin-top: 0;
}
.lookbook-list-section .list-product .product-card .product-card-content .product-title a {
	color: rgb(var(--heading-color));
}
.lookbook-list-section .list-product .product-card .product-card-content .product-collections {
	order: 1;
}
.lookbook-list-section .list-product .product-card .product-card-content .product-collections a {
	color: rgb(var(--text-color));
}
.lookbook-list-section .list-product .product-card .product-card-content .product-price {
	order: 2;
	position: absolute;
	right: 0;
	top: calc(50% - 12px);
	margin-top: 0;
}
@media (max-width: 768px) {
	.lookbook-list-section .list-product .product-card .product-card-content .product-price {
		position: relative;
		margin-top: 0.5rem;
	}
}
.lookbook-list-section .list-product .product-card .product-price .regular-price + .price {
	/* color: rgb(var(--heading-color)); */
	color: #000;
}
.lookbook-list-section .list-product .product-card .product-media-wrap.card-padding {
	min-width: 8rem;
	height: 8rem;
	border-radius: 0.8rem;
}
.lookbook-list-section .list-product .product-card .product-media-wrap.card-padding .product-image.lazy-image {
	height: 8rem;
}
.lookbook-list-section .list-product .product-card .portrait-media {
	padding-bottom: 0;
}
.lookbook-list-section .list-product .product-card .product-badge {
	position: relative;
	display: none;
}
.lookbook-list-section .list-product .product-card .form-add-to-cart {
	display: none;
}
.lookbook-list-section .placeholder-svg {
	max-height: 80rem;
}
.lookbook-list-section .image-wrapper {
	position: relative;
	overflow: hidden;
}
.lookbook-list-section .item {
	position: absolute;
	z-index: 10;
	width: 3.5rem;
	height: 3.5rem;
	border-radius: 5rem;
	left: var(--item-x);
	top: var(--item-y);
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgba(var(--item-color), 0.15);
}
@media (hover: hover) {
	.lookbook-list-section .item:hover:after {
		visibility: visible;
		opacity: 1;
	}
	.lookbook-list-section .item:hover .dot {
		background-color: #d2ef9a;
	}
}
.lookbook-list-section .item.active:after {
	visibility: visible;
	opacity: 1;
}
.lookbook-list-section .item.active .dot {
	background-color: #d2ef9a;
}
.lookbook-list-section .item .dot {
	position: relative;
	width: 1.1rem;
	height: 1.1rem;
	border-radius: 5rem;
	background-color: rgb(var(--background-color));
}
.lookbook-list-section .item .dot:before {
	content: "";
	position: absolute;
	inset: 0;
	border: 0.1rem solid rgba(var(--background-color), 0.5);
	border-radius: 50%;
	transition: opacity 0.3s, visibility 0.3s;
	animation: scale 1.1s ease infinite;
}
.lookbook-list-section .item:after {
	content: "";
	position: absolute;
	opacity: 0;
	visibility: hidden;
	inset: -0.3rem;
	border: 0.5rem solid rgba(var(--background-color), 0.2);
	border-radius: 50%;
	transition: opacity 0.3s, visibility 0.3s;
	animation: scale 1.2s ease infinite;
}
.lookbook-list-section .product-target {
	pointer-events: none;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 10;
}
.lookbook-list-section .item-inner {
	width: 28.8rem;
	position: absolute;
	top: 100%;
	pointer-events: none;
	opacity: 0;
	transform: scale(0.9);
	transition: transform 0.3s, opacity 0.3s;
	padding-top: 1.2rem;
}
@media (max-width: 500px) {
	.lookbook-list-section .item-inner {
		width: 18rem;
	}
}
.lookbook-list-section .item-inner .product-link {
	position: absolute;
	inset: 0;
	z-index: 5;
}
@media (min-width: 991px) {
	.lookbook-list-section .item-inner.open {
		transform: scale(1);
		opacity: 1;
		pointer-events: auto;
	}
}
.lookbook-list-section .item-inner .product-link:hover + .item-summary .summary-inner .product-title {
	text-decoration: underline;
}
.lookbook-list-section .item-summary {
	background-color: rgb(var(--background-color));
	display: flex;
	position: relative;
	border-radius: 1.6rem;
	text-align: center;
	flex-direction: column;
}
.lookbook-list-section .item-summary .arrow-icon {
	content: "";
	position: absolute;
	background-color: rgb(var(--background-color));
	left: calc(50% - 1.6rem);
	top: -0.6rem;
	width: 3.2rem;
	height: 3.2rem;
	border-radius: 0.4rem;
	transform: rotate(45deg);
	z-index: 1;
}
.lookbook-list-section .item-summary .summary-inner {
	padding: 1.6rem 1.6rem;
	z-index: 2;
}
.lookbook-list-section .item-summary .summary-inner .product-title {
	margin: 0 0 0.6rem 0;
	line-height: 1.5;
	font-weight: 500;
	font-size: 1.6rem;
}
.lookbook-list-section .item-summary .summary-inner .product-price {
	font-size: 1.6rem;
	white-space: nowrap;
}
.lookbook-list-section .lookbook-head {
	padding-bottom: 8rem;
}
@media (max-width: 992px) {
	.lookbook-list-section .lookbook-head {
		padding-bottom: 2rem;
	}
}
.lookbook-list-section .lookbook-head .heading {
	margin-bottom: 3rem;
	text-transform: capitalize;
}
.lookbook-list-section .lookbook-head .heading * {
	margin: 0;
}
.lookbook-list-section .lookbook-head .button {
	text-transform: uppercase;
	font-weight: var(--heading-font-weight);
	height: 5.2rem;
	width: min(30.4rem, 50%);
	border: none;
}
.lookbook-list-section .layout-layout-2 .container-banner-lookbook {
	display: flex;
	align-items: center;
}
.lookbook-list-section .layout-layout-2 .container-banner-lookbook .lookbook-list {
	margin-left: -4.5rem;
}
.lookbook-list-section .layout-layout-2 .lookbook-head {
	z-index: 2;
	min-width: 38.4rem;
	height: 32.4rem;
	border-radius: 1.6rem;
	padding: 8rem 4rem;
	background-color: rgb(var(--background-color));
	box-shadow: -11px 8px 19px 0px rgba(57, 57, 57, 0.05);
}
.lookbook-list-section .layout-layout-2 .lookbook-head .button {
	width: 100%;
}
.image-with-text-section .section-wrapper .image-with-text .content .heading h3 {
    font-size: 40px;
    font-weight: 600;
    letter-spacing: 0.20px;
    color: #333333;
}
@media (max-width: 992px) {
	.lookbook-list-section .layout-layout-2 .container-banner-lookbook {
		display: grid;
	}
	.lookbook-list-section .layout-layout-2 .container-banner-lookbook .lookbook-list {
		margin-left: 0;
	}
	.lookbook-list-section .layout-layout-2 .list-product {
		padding: 0;
	}
	.lookbook-list-section .layout-layout-2 .lookbook-head {
		padding: 0;
		background-color: transparent;
		box-shadow: none;
		height: auto;
		width: 100%;
		margin-bottom: 2rem;
	}
	.lookbook-list-section .layout-layout-2 .lookbook-head .button {
		width: min(30.4rem, 50%);
	}
}

.lookbook-slideshow-section .lookbook-slideshow {
	display: flex;
}
.lookbook-slideshow-section .product-wrapper {
	width: 50%;
	display: flex;
	flex-direction: column;
}
.lookbook-slideshow-section .stretch-section .lookbook-slideshow {
	align-items: center;
}
@media (min-width: 1920px) {
	.lookbook-slideshow-section .stretch-section .lookbook-slideshow {
		align-items: flex-start;
	}
}
.lookbook-slideshow-section .stretch-section .product-wrapper {
	padding-left: 10.5rem;
	padding-right: 13rem;
	margin-bottom: 2rem;
}
@media (min-width: 1920px) {
	.lookbook-slideshow-section .stretch-section .product-wrapper {
		padding-left: 40.5rem;
		margin-bottom: 0;
	}
}
.lookbook-slideshow-section .container .lookbook-slideshow {
	align-items: center;
}
.lookbook-slideshow-section .container .product-wrapper {
	padding-left: 10.5rem;
	padding-right: 13rem;
}
.lookbook-slideshow-section .image-wrapper {
	width: 50%;
}
.lookbook-slideshow-section .product-wrap {
	display: grid;
	grid-template-columns: 1fr;
	margin-bottom: 2rem;
}
.lookbook-slideshow-section .product-wrap .product-card {
	padding: 0 2.5rem 0 2.2rem;
	margin-bottom: 0;
	background-color: transparent;
	grid-row-start: 1;
	grid-column-start: 1;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s, visibility 0.3s;
}
.lookbook-slideshow-section .product-wrap .product-card.active {
	visibility: visible;
	opacity: 1;
}
@media (max-width: 992px) {
	.lookbook-slideshow-section .product-wrap .product-card {
		display: none;
	}
	.lookbook-slideshow-section .product-wrap .product-card.active {
		display: block;
	}
}
.lookbook-slideshow-section .product-wrap .product-card .product-card-content {
	text-align: center;
	padding: 1.4rem 0 0;
}
.lookbook-slideshow-section .product-wrap .product-card .product-card-content .product-swatches,
.lookbook-slideshow-section .product-wrap .product-card .product-card-content .product-price {
	justify-content: center;
}
.lookbook-slideshow-section .product-wrap .product-card:before {
	content: none;
}
@media (max-width: 992px) {
	.lookbook-slideshow-section .lookbook-slideshow {
		flex-direction: column;
	}
	.lookbook-slideshow-section .image-wrapper {
		order: -1;
		width: 100%;
	}
	.lookbook-slideshow-section .stretch-section .product-wrapper,
	.lookbook-slideshow-section .container .product-wrapper {
		width: min(40rem, 70%);
		margin: 0 auto;
		padding: 0;
	}
	.lookbook-slideshow-section .product-wrap .product-card {
		padding: 0;
	}
}
.lookbook-slideshow-section .placeholder-svg {
	max-height: 80rem;
}
.lookbook-slideshow-section .item {
	position: absolute;
	z-index: 10;
	width: 3.5rem;
	height: 3.5rem;
	border-radius: 5rem;
	left: var(--item-x);
	top: var(--item-y);
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgba(var(--item-color), 0.15);
}
@media (hover: hover) {
	.lookbook-slideshow-section .item:hover:after {
		visibility: visible;
		opacity: 1;
	}
	.lookbook-slideshow-section .item:hover .dot {
		background-color: #d2ef9a;
	}
}
.lookbook-slideshow-section .item.active:after {
	visibility: visible;
	opacity: 1;
}
.lookbook-slideshow-section .item.active .dot {
	background-color: #d2ef9a;
}
.lookbook-slideshow-section .item .dot {
	position: relative;
	width: 1.1rem;
	height: 1.1rem;
	border-radius: 5rem;
	background-color: rgb(var(--background-color));
}
.lookbook-slideshow-section .item .dot:before {
	content: "";
	position: absolute;
	inset: 0;
	border: 0.1rem solid rgba(var(--background-color), 0.5);
	border-radius: 50%;
	transition: opacity 0.3s, visibility 0.3s;
	animation: scale 1.1s ease infinite;
}
.lookbook-slideshow-section .item:after {
	content: "";
	position: absolute;
	opacity: 0;
	visibility: hidden;
	inset: -0.3rem;
	border: 0.5rem solid rgba(var(--background-color), 0.2);
	border-radius: 50%;
	transition: opacity 0.3s, visibility 0.3s;
	animation: scale 1.2s ease infinite;
}
.lookbook-slideshow-section .product-target {
	pointer-events: none;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 10;
}
.lookbook-slideshow-section .item-inner {
	width: 20.8rem;
	position: absolute;
	top: 100%;
	pointer-events: none;
	opacity: 0;
	transform: scale(0.9);
	transition: transform 0.3s, opacity 0.3s;
	padding-top: 1.2rem;
}
@media (max-width: 500px) {
	.lookbook-slideshow-section .item-inner {
		width: 13.8rem;
	}
}
.lookbook-slideshow-section .item-inner .product-link {
	position: absolute;
	inset: 0;
	z-index: 5;
}
@media (min-width: 992px) {
	.lookbook-slideshow-section .item-inner.open {
		transform: scale(1);
		opacity: 1;
		pointer-events: auto;
	}
}
.lookbook-slideshow-section .item-inner .product-link:hover + .item-summary .summary-inner .product-title {
	text-decoration: underline;
}
.lookbook-slideshow-section .item-summary {
	background-color: rgb(var(--background-color));
	display: flex;
	position: relative;
	border-radius: 1.6rem;
	text-align: center;
	flex-direction: column;
}
.lookbook-slideshow-section .item-summary .arrow-icon {
	content: "";
	position: absolute;
	background-color: rgb(var(--background-color));
	left: calc(50% - 1.6rem);
	top: -0.6rem;
	width: 3.2rem;
	height: 3.2rem;
	border-radius: 0.4rem;
	transform: rotate(45deg);
	z-index: 1;
}
.lookbook-slideshow-section .item-summary .summary-inner {
	padding: 1.6rem 1.6rem;
	z-index: 2;
}
.lookbook-slideshow-section .item-summary .summary-inner .product-title {
	margin: 0 0 0.6rem 0;
	line-height: 1.5;
	font-weight: 500;
	font-size: 1.6rem;
}
.lookbook-slideshow-section .item-summary .summary-inner .product-price {
	font-size: 1.6rem;
	white-space: nowrap;
}
.lookbook-slideshow-section .button {
	text-transform: uppercase;
	font-weight: var(--heading-font-weight);
	height: 4.4rem;
	width: 100%;
	border: none;
}
.lookbook-slideshow-section .heading-inner {
	margin-top: 7.5rem;
	margin-bottom: 3.8rem;
}
@media (max-width: 992px) {
	.lookbook-slideshow-section .heading-inner {
		margin-top: 2rem;
		margin-bottom: 1.5rem;
		text-align: center;
	}
}
.lookbook-slideshow-section .heading-inner * {
	margin: 0;
}
.lookbook-slideshow-section .heading-inner .heading {
	text-transform: capitalize;
}
.lookbook-slideshow-section .adapt-media .lazy-image {
	max-height: 100%;
	aspect-ratio: 1.2/1;
}
.lookbook-slideshow-section .swiper-horizontal > .swiper-pagination-bullets,
.lookbook-slideshow-section .swiper-pagination-bullets.swiper-pagination-horizontal {
	bottom: 2.6rem;
	line-height: 1;
	display: flex;
}
.lookbook-slideshow-section .swiper-pagination-bullet-active {
	background-color: rgb(var(--background-color));
	border-color: rgb(var(--background-color));
}
.lookbook-slideshow-section .swiper-pagination-bullet,
.lookbook-slideshow-section .swiper-pagination-bullet-active:before {
	border-color: rgb(var(--background-color));
}

@media (min-width: 992px) {
	.lookbook-section .lookbook {
		display: flex;
		align-items: flex-start;
		gap: 3rem;
	}
	.lookbook-section .product-first .product-wrapper {
		order: -1;
		padding-right: 3rem;
	}
	.lookbook-section .image-first .product-wrapper {
		padding-left: 3rem;
	}
	.lookbook-section .image-wrapper {
		flex-grow: 1;
	}
	.lookbook-section .product-wrapper {
		display: flex;
		flex-direction: column;
		width: 50%;
	}
	.lookbook-section .image-wrapper {
		width: 50%;
	}
}
@media (max-width: 991px) and (min-width: 768px) {
	.lookbook-section .lookbook {
		width: min(63rem, 80%);
		margin: 0 auto;
		display: flex;
		flex-direction: column;
		gap: 2rem;
	}
}
.lookbook-section .list-product .product-card {
	display: flex;
	align-items: center;
	gap: 2.8rem;
	background-color: transparent;
	border-radius: 0;
	margin-bottom: 2rem;
	padding-bottom: 2rem;
	border-bottom: 0.1rem solid rgba(var(--text-color), 0.5);
}
.lookbook-section .list-product .product-card:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
.lookbook-section .list-product .product-card .product-swatches {
	align-items: flex-start;
}
.lookbook-section .list-product .product-card .product-card-content {
	padding: 0 15rem 0 0;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	position: relative;
}
@media (max-width: 768px) {
	.lookbook-section .list-product .product-card .product-card-content {
		padding: 0;
	}
}
.lookbook-section .list-product .product-card .product-card-content .product-title {
	order: 0;
	margin-top: 0;
}
.lookbook-section .list-product .product-card .product-card-content .product-title a {
	color: rgb(var(--heading-color));
}
.lookbook-section .list-product .product-card .product-card-content .product-collections {
	order: 1;
}
.lookbook-section .list-product .product-card .product-card-content .product-collections a {
	color: rgb(var(--text-color));
}
.lookbook-section .list-product .product-card .product-card-content .product-price {
	order: 2;
	position: absolute;
	right: 0;
	top: calc(50% - 12px);
	margin-top: 0;
}
.image-with-text-section .section-wrapper .image-with-text .content .description p strong {
	font-weight: 600;
	letter-spacing: .5px;
	margin-bottom: 30px;
	display: inline-block;
	margin-top: 10px;
	font-size: 18px;
	color: #333;
}
/* .image-with-text-section .section-wrapper .image-with-text .content .description p:last-child {
    font-size: 16px;
    color: #666;
    letter-spacing: .8px;
    line-height: 28px;
    font-weight: 500;
} */
@media (max-width: 768px) {
	.lookbook-section .list-product .product-card .product-card-content .product-price {
		position: relative;
		margin-top: 0.5rem;
	}
}
.lookbook-section .list-product .product-card .product-price .regular-price + .price {
	/* color: rgb(var(--heading-color)); */
	color: #000;
}
.lookbook-section .list-product .product-card .product-media-wrap.card-padding {
	min-width: 8rem;
	height: 8rem;
	border-radius: 0.8rem;
}
.lookbook-section .list-product .product-card .product-media-wrap.card-padding .product-image.lazy-image {
	height: 8rem;
}
.lookbook-section .list-product .product-card .portrait-media {
	padding-bottom: 0;
}
.lookbook-section .list-product .product-card .product-media-wrap {
	min-width: 8rem;
	min-height: 8rem;
}
.lookbook-section .list-product .product-card .product-badge {
	position: relative;
	display: none;
}
.lookbook-section .list-product .product-card .product-actions {
	display: none;
}
.lookbook-section .list-product .product-card .form-add-to-cart {
	display: none;
}
.lookbook-section .product-card:before {
	content: none;
}
.lookbook-section .placeholder-svg {
	max-height: 80rem;
}
.lookbook-section .image-wrapper {
	position: relative;
	overflow: hidden;
}
.lookbook-section .image-wrapper .image {
	border-radius: 3.2rem;
	overflow: hidden;
}
@media (max-width: 991px) {
	.lookbook-section .image-wrapper {
		margin-bottom: 2rem;
	}
}
.lookbook-section .product-wrapper {
	justify-content: center;
}
.lookbook-section .item {
	position: absolute;
	z-index: 10;
	width: 3.5rem;
	height: 3.5rem;
	border-radius: 5rem;
	left: var(--item-x);
	top: var(--item-y);
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgba(var(--item-color), 0.15);
}
@media (hover: hover) {
	.lookbook-section .item:hover:after {
		visibility: visible;
		opacity: 1;
	}
	.lookbook-section .item:hover .dot {
		background-color: #d2ef9a;
	}
}
.lookbook-section .item.active:after {
	visibility: visible;
	opacity: 1;
}
.lookbook-section .item.active .dot {
	background-color: #d2ef9a;
}
.lookbook-section .item .dot {
	position: relative;
	width: 1.1rem;
	height: 1.1rem;
	border-radius: 5rem;
	background-color: rgb(var(--background-color));
}
.lookbook-section .item .dot:before {
	content: "";
	position: absolute;
	inset: 0;
	border: 0.1rem solid rgba(var(--background-color), 0.5);
	border-radius: 50%;
	transition: opacity 0.3s, visibility 0.3s;
	animation: scale 1.1s ease infinite;
}
.lookbook-section .item:after {
	content: "";
	position: absolute;
	opacity: 0;
	visibility: hidden;
	inset: -0.3rem;
	border: 0.5rem solid rgba(var(--background-color), 0.2);
	border-radius: 50%;
	transition: opacity 0.3s, visibility 0.3s;
	animation: scale 1.2s ease infinite;
}
.lookbook-section .product-target {
	pointer-events: none;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 10;
}
.lookbook-section .item-inner {
	width: 20.8rem;
	position: absolute;
	top: 100%;
	pointer-events: none;
	opacity: 0;
	transform: scale(0.9);
	transition: transform 0.3s, opacity 0.3s;
	padding-top: 1.2rem;
}
@media (max-width: 500px) {
	.lookbook-section .item-inner {
		width: 13.8rem;
	}
}
.lookbook-section .item-inner .product-link {
	position: absolute;
	inset: 0;
	z-index: 5;
}
@media (min-width: 992px) {
	.lookbook-section .item-inner.open {
		transform: scale(1);
		opacity: 1;
		pointer-events: auto;
	}
}
.lookbook-section .item-inner .product-link:hover + .item-summary .summary-inner .product-title {
	text-decoration: underline;
}
.lookbook-section .item-summary {
	background-color: rgb(var(--background-color));
	display: flex;
	position: relative;
	border-radius: 1.6rem;
	text-align: center;
	flex-direction: column;
}
.lookbook-section .item-summary .arrow-icon {
	content: "";
	position: absolute;
	background-color: rgb(var(--background-color));
	left: calc(50% - 1.6rem);
	top: -0.6rem;
	width: 3.2rem;
	height: 3.2rem;
	border-radius: 0.4rem;
	transform: rotate(45deg);
	z-index: 1;
}
.lookbook-section .item-summary .summary-inner {
	padding: 1.6rem 1.6rem;
	z-index: 2;
}
.lookbook-section .item-summary .summary-inner .product-title {
	margin: 0 0 0.6rem 0;
	line-height: 1.5;
	font-weight: 500;
	font-size: 1.6rem;
}
.lookbook-section .item-summary .summary-inner .product-price {
	font-size: 1.6rem;
	white-space: nowrap;
}
.lookbook-section .button {
	text-transform: uppercase;
	font-weight: var(--heading-font-weight);
	height: 4.4rem;
	width: 100%;
	border: none;
}
.lookbook-section .error-message {
	background: rgba(var(--error-color), 0.1);
	color: rgb(var(--error-color));
	margin-bottom: 1.5rem;
}
.lookbook-section .error-message:empty {
	display: none;
}
.lookbook-section .product-action.product-quick-view {
	display: none;
}
.lookbook-section .heading-inner {
	margin-bottom: 4rem;
}
.lookbook-section .heading-inner:empty {
	display: none;
}
.lookbook-section .heading-inner:not(.text-center) {
	margin-top: 0.6rem;
}
@media (max-width: 992px) {
	.lookbook-section .heading-inner {
		margin-bottom: 1.5rem;
	}
}
.lookbook-section .heading-inner * {
	margin: 0;
}
.lookbook-section .heading-inner .heading {
	text-transform: capitalize;
	margin-bottom: 1.1rem;
}
.lookbook-section .heading-inner .sub-heading p {
	font-size: var(--body-larger-font-size);
}

@media (max-width: 991px) {
	.marquee-text-section .marquee-text-desktop {
		clip: rect(1px, 1px, 1px, 1px);
		position: absolute !important;
		overflow: hidden;
		width: 1px;
		height: 1px;
		margin: -1px;
		padding: 0;
		border: 0;
		word-wrap: normal !important;
	}
}
@media (min-width: 992px) {
	.marquee-text-section .marquee-text-mobile {
		clip: rect(1px, 1px, 1px, 1px);
		position: absolute !important;
		overflow: hidden;
		width: 1px;
		height: 1px;
		margin: -1px;
		padding: 0;
		border: 0;
		word-wrap: normal !important;
	}
}
.marquee-text-section .marquee-text-inner {
	margin: 0 auto;
}
.marquee-text-section .content-wrapper > * {
	line-height: 1.43;
	font-weight: var(--heading-font-weight);
	color: rgb(var(--text-color));
}
.marquee-text-section .swiper-wrapper {
	align-items: center;
}
.marquee-text-section .swiper-slide {
	text-align: center;
	line-height: 2.5;
}
.marquee-text-section .swiper-button-prev,
.marquee-text-section .swiper-button-next {
	background-color: rgb(var(--background-color));
	border-radius: 0;
	height: 100%;
	border: 0;
	width: 2rem;
	height: 2rem;
	padding: 0;
}
.marquee-text-section .swiper-button-prev svg,
.marquee-text-section .swiper-button-next svg {
	min-width: 1.6rem;
	width: 1.6rem;
}
.marquee-text-section .swiper-button-prev.swiper-button-disabled,
.marquee-text-section .swiper-button-next.swiper-button-disabled {
	opacity: 0.3;
}
.marquee-text-section h1,
.marquee-text-section h2,
.marquee-text-section h3,
.marquee-text-section h4,
.marquee-text-section h5,
.marquee-text-section h6,
.marquee-text-section p {
	margin: 0;
}
@media (hover: hover) {
	.marquee-text-section a:hover {
		text-decoration: underline;
	}
}
.marquee-text-section .layout-1 .carousel-swiper .content-wrapper {
	padding: 0 2.5rem;
}
.marquee-text-section .layout-1 .carousel-swiper .content-wrapper.show-icon {
	display: flex;
	align-items: center;
	justify-content: center;
}
@media (max-width: 991px) {
	.marquee-text-section .layout-1 .container {
		max-width: 100%;
		padding: 0;
	}
	.marquee-text-section .layout-1 .swiper-wrapper {
		transition-timing-function: linear !important;
	}
	.marquee-text-section .layout-1 .swiper-slide {
		width: auto;
	}
	.marquee-text-section .layout-1 .swiper-button-prev,
	.marquee-text-section .layout-1 .swiper-button-next {
		display: none;
	}
	.marquee-text-section .layout-1 .carousel-swiper .content-wrapper {
		display: flex;
		align-items: center;
		white-space: nowrap;
		padding: 0;
	}
	.marquee-text-section .layout-1 .carousel-swiper .content-wrapper:after {
		content: "";
		display: inline-block;
		min-width: 0.5rem;
		width: 3.2rem;
		height: 0.1rem;
		background-color: rgba(var(--text-color), 0.4);
	}
	.marquee-text-section .layout-1 .carousel-swiper .content-wrapper.show-icon:after {
		content: none;
	}
}
.marquee-text-section .layout-2 .container {
	max-width: 100%;
	padding: 0;
}
.marquee-text-section .layout-2 .swiper-wrapper {
	transition-timing-function: linear !important;
}
.marquee-text-section .layout-2 .swiper-slide {
	width: auto;
}
.marquee-text-section .layout-2 .swiper-button-prev,
.marquee-text-section .layout-2 .swiper-button-next {
	display: none;
}
.marquee-text-section .layout-2 .carousel-swiper .content-wrapper {
	display: flex;
	align-items: center;
	white-space: nowrap;
}
.marquee-text-section .layout-2 .carousel-swiper .content-wrapper:after {
	content: "";
	display: inline-block;
	min-width: 0.5rem;
	width: 3.2rem;
	height: 0.1rem;
	background-color: rgba(var(--text-color), 0.4);
}
.marquee-text-section .layout-2 .carousel-swiper .content-wrapper.show-icon:after {
	content: none;
}
.marquee-text-section .text-marquee-text {
	padding: 0 1.5rem;
	text-align: center;
}

.multi-row-text-section .line-item {
	display: flex;
	border-bottom: 0.1rem solid rgb(var(--text-color));
}
.multi-row-text-section .line-item:last-child {
	border-bottom: 0;
}
.multi-row-text-section .line-item p {
	margin-bottom: 0;
}
.multi-row-text-section .line-order {
	line-height: 1;
	white-space: nowrap;
	margin-right: 6.7rem;
	min-width: 17.5rem;
	color: rgb(var(--background-color));
	text-shadow: 2px 2px 0 rgb(var(--text-color)), -2px -2px 0 rgb(var(--text-color)), 2px -2px 0 rgb(var(--text-color)), -2px 2px 0 rgb(var(--text-color)), 2px 2px 0 rgb(var(--text-color));
}
.multi-row-text-section .line-heading *,
.multi-row-text-section .line-description * {
	margin: 0;
	line-height: inherit;
	font-size: 100%;
}
.multi-row-text-section .line-heading {
	line-height: 1.25;
	margin-top: 0;
	margin-bottom: 2.4rem;
}
.multi-row-text-section .line-description {
	line-height: 1.6;
}
@media (max-width: 991px) {
	.multi-row-text-section .line-order {
		font-size: 7.2rem;
		margin-right: 0;
		margin-bottom: 2rem;
		min-width: auto;
	}
	.multi-row-text-section .line-item {
		flex-direction: column;
		padding-bottom: 3.4rem;
		margin: 3.4rem 0;
	}
	.multi-row-text-section .line-item:last-child {
		padding-bottom: 0;
	}
	.multi-row-text-section .line-heading {
		font-size: 2.4rem;
		line-height: 1.5;
		margin-bottom: 2rem;
	}
	.multi-row-text-section .line-description {
		font-size: 1.6rem;
		line-height: 1.6875;
	}
}

.navigation-section .navigation-inner {
	display: flex;
	justify-content: center;
}
@media (max-width: 991px) {
	.navigation-section .navigation-inner {
		overflow-x: auto;
		white-space: nowrap;
		flex-wrap: nowrap;
		justify-content: space-between;
	}
}
.navigation-section .site-navigation .header-navigation {
	padding-left: 0;
	margin: 0;
}
.navigation-section .header-navigation > .menu-item > .menu-link {
	padding: 0 1.2rem;
}

.newsletter-popup-section.closed .newsletter-popup-form {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}
.newsletter-popup-section.closed .newsletter-inner {
	opacity: 0;
	visibility: hidden;
	transform: translateY(5rem);
}
.newsletter-popup-section .newsletter-popup-form {
	position: fixed;
	inset: 0;
	z-index: 999;
	background-color: rgb(var(--overlay-color), 0.5);
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 0.3s ease;
	visibility: visible;
	opacity: 1;
}
.newsletter-popup-section .newsletter-inner {
    width: 66rem;
    min-height: 540px !important;
    max-width: 70%;
    height: 600px;
}
.newsletter-inner .popup-item.popup-image{
    height: 50%;
    overflow: hidden;
    margin-bottom: 10px;
} 
@media (max-width: 991px) {
	.newsletter-popup-section .newsletter-popup-form {
		align-items: flex-end;
	}
}
.newsletter-popup-section .newsletter-inner {
	background-color: rgb(var(--background-color));
	position: relative;
	overflow-x: hidden;
	overflow-y: auto;
	transition: all 0.3s ease;
	transform: translateY(0);
	opacity: 1;
	visibility: visible;
}
@media (min-width: 992px) {
	.newsletter-popup-section .newsletter-inner {
		border-radius: 3.2rem;
	}
}
@media (min-width: 992px) {
	.newsletter-popup-section .newsletter-inner {
		width: 66rem;
		min-height: 77.2rem;
		max-width: 90%;
		max-height: 90%;
	}
}
@media (hover: hover) {
	.newsletter-popup-section .newsletter-inner:hover .close-popup {
		opacity: 0.9;
		visibility: visible;
		transform: translate(0);
	}
}
@media (hover: hover) and (hover: hover) {
	.newsletter-popup-section .newsletter-inner:hover .close-popup:hover {
		opacity: 1;
	}
}
@media (max-width: 991px) {
	.newsletter-popup-section .newsletter-inner {
		/* padding: 2rem; */
        border-radius: 36px;
	}
	.newsletter-popup-section .newsletter-inner .popup-image {
		/* display: none; */
	}
}
@media (max-width: 680px) {
  .newsletter-popup-section .newsletter-inner .popup-image {
		display: none;
	}
    .newsletter-popup-section .newsletter-inner {
        width: 66rem;
        min-height: 101px !important;
        max-width: 70%;
        height: 300px;
        margin-top: auto;
        margin-bottom: auto;
        padding: 50px 30px 30px;
    }
}
@media (max-width: 500px){
  .newsletter-popup-section .newsletter-inner {
    max-width: 90%;
  }
}
@media (max-width: 400px){
  .newsletter-popup-section .newsletter-inner {
    max-width: 90%;
    padding: 40px 20px 30px;
  }
}
@media (max-width: 380px){
  .newsletter-popup-section .newsletter-inner {
    width: 66rem;
    min-height: 101px !important;
    max-width: 90%;
    height: 320px;
    margin-top: auto;
    margin-bottom: auto;
    padding: 50px 10px 30px;
  }
}
@media (max-width: 350px){
  .newsletter-popup-section .newsletter-inner {
    width: 66rem;
    min-height: 101px !important;
    max-width: 93%;
    height: 320px;
    margin-top: auto;
    margin-bottom: auto;
    padding: 50px 0px 30px;
  }
}
.newsletter-popup-section .popup-image .adapt-media {
	height: 44rem;
}
.newsletter-popup-section .popup-image .adapt-media-inner {
	height: 100%;
}
.newsletter-popup-section .close-popup {
	position: absolute;
	right: 1.2rem;
	top: 1.2rem;
	width: 4rem;
	height: 4rem;
	display: flex;
	justify-content: center;
	align-items: center;
	color: rgb(var(--text-color));
	background-color: rgb(var(--background-color));
	border-radius: 50%;
	cursor: pointer;
	transition: all 0.3s ease;
	opacity: 0;
	visibility: hidden;
	transform: translate(0.5rem, -0.5rem);
	z-index: 2;
}
@media (hover: none) {
	.newsletter-popup-section .close-popup {
		opacity: 1;
		visibility: visible;
		transform: translate(0);
	}
}
.newsletter-popup-section .close-popup svg {
	width: 1.6rem;
}
.newsletter-popup-section .popup-item .heading {
	margin: 0;
	font-size: 100%;
	line-height: inherit;
	text-transform: capitalize;
}
.newsletter-popup-section .popup-item .description {
	font-size: 100%;
	color: rgb(var(--text-color));
	text-transform: uppercase;
	letter-spacing: 1.2px;
}
.newsletter-popup-section .popup-item .description * {
	font-size: 100%;
	margin: 0;
}
.newsletter-popup-section .field-form {
	display: flex;
}
@media (min-width: 992px) {
	.newsletter-popup-section .field-form {
		flex-direction: column;
	}
}
.newsletter-popup-section .field-form .field-input,
.newsletter-popup-section .field-form [type=submit] {
	border-radius: var(--button-radius);
	height: 3.9rem;
}
.newsletter-popup-section .field-form .field-input-wrapper {
	display: flex;
	margin-bottom: 1.6rem;
	position: relative;
}
@media (max-width: 991px) {
	.newsletter-popup-section .field-form .field-input-wrapper {
		flex-grow: 1;
	}
	.newsletter-popup-section .field-form .field-input-wrapper svg {
		display: none;
	}
}
.newsletter-popup-section .field-form .field-input-wrapper .field-input {
	flex-grow: 1;
	background-color: transparent;
}
@media (min-width: 992px) {
	.newsletter-popup-section .field-form .field-input-wrapper .field-input {
		padding: 0 2.4rem 0 1.4rem;
	}
}
.newsletter-popup-section .field-form [type=submit] {
	font-weight: var(--heading-font-weight);
	text-transform: uppercase;
	color: rgb(var(--button-bg-color));
	background-color: rgb(var(--button-text-color));
}
@media (max-width: 991px) {
	.newsletter-popup-section .field-form [type=submit] {
		width: 3.9rem;
		margin-left: 1rem;
	}
	.newsletter-popup-section .field-form [type=submit] .button-text {
		display: none;
	}
}
.newsletter-popup-section .field-form [type=submit] svg {
	width: 2rem;
	height: 2rem;
}
@media (min-width: 992px) {
	.newsletter-popup-section .field-form [type=submit] svg {
		display: none;
	}
}
.newsletter-popup-section .social-media-list {
	margin: 0;
	list-style-type: none;
}
.newsletter-popup-section .social-media-list li {
	margin: 0 1.2rem;
	display: inline-flex;
	align-items: center;
	vertical-align: middle;
}
.newsletter-popup-section .social-media-list li:first-child {
	margin-left: 0;
}
.newsletter-popup-section .social-media-list li:last-child {
	margin-right: 0;
}
.newsletter-popup-section .social-media-list .icon {
	width: 2rem;
	height: 2rem;
	background-color: transparent;
	color: rgb(var(--text-color));
	transition: all 0.3s ease;
}
.newsletter-popup-section .social-media-list .icon:hover {
	transform: scale(1.1);
	transition: all 0.3s ease;
}
.newsletter-popup-section .social-media-list svg {
	width: auto;
	height: auto;
}
.newsletter-popup-section .social-media-list .tooltip {
	display: none;
}
.newsletter-popup-section .message {
	margin-left: 1.5rem;
	margin-right: 1.5rem;
}
@media (min-width: 768px) {
	.newsletter-popup-section .message {
		margin-left: 6rem;
		margin-right: 6rem;
	}
}

.newsletter-section .section-wrapper .newsletter-form {
	color: rgb(var(--text-color));
	padding: 8rem 0;
	border-radius: 3.2rem;
}
.newsletter-section .section-wrapper .newsletter-form .contact-form {
	max-width: 54.2rem;
	margin: 0 auto;
	text-align: center;
}
@media (max-width: 768px) {
	.newsletter-section .section-wrapper .newsletter-form .contact-form {
		padding: 0 1.5rem;
	}
}
.newsletter-section .section-wrapper .newsletter-form.inline-version {
	padding: 0;
	border-radius: 0;
}
.newsletter-section .section-wrapper .newsletter-form.inline-version .contact-form {
	max-width: 100%;
	margin: 0;
	text-align: left;
}
.newsletter-section .section-wrapper .newsletter-form.inline-version .contact-form .newsletter-inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
@media (max-width: 768px) {
	.newsletter-section .section-wrapper .newsletter-form.inline-version .contact-form .newsletter-inner {
		flex-direction: column;
	}
}
@media (min-width: 992px) {
	.newsletter-section .section-wrapper .newsletter-form.inline-version .contact-form .newsletter-inner .field-wrapper {
		display: block;
		min-width: 50rem;
	}
}
@media (min-width: 768px) {
	.newsletter-section .section-wrapper .newsletter-form.inline-version .contact-form .newsletter-inner .description {
		margin-bottom: 0;
	}
}
.newsletter-section .heading h4 {
	margin: 0;
}
.newsletter-section .description {
	margin-top: 1rem;
	margin-bottom: 4rem;
}
.newsletter-section .description p {
	font-size: var(--body-larger-font-size);
}
.newsletter-section .description p:last-child {
	margin-bottom: 0;
}
.newsletter-section .field-wrapper {
	max-width: 100%;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
@media (max-width: 768px) {
	.newsletter-section .field-wrapper {
		width: 100%;
	}
}
.newsletter-section .field-wrapper .field-input {
	height: 5.2rem;
	padding: 0 1.6rem;
	border-radius: var(--button-radius);
	width: 100%;
	background-color: transparent;
}
.newsletter-section .field-wrapper [type=submit] {
	height: 4.4rem;
	padding: 0 2.5rem;
	display: flex;
	align-items: center;
	white-space: nowrap;
	position: absolute;
	top: 0.4rem;
	right: 0.4rem;
	border-radius: var(--button-radius);
}
.newsletter-section .field-wrapper [type=submit] svg {
	margin-right: 1rem;
	min-width: 1.4rem;
}
@media (max-width: 768px) {
	.newsletter-section .field-wrapper [type=submit] {
		padding: 0 2rem;
	}
	.newsletter-section .field-wrapper [type=submit] svg {
		display: none;
	}
}
@media (max-width: 585px) {
	.newsletter-section .field-wrapper [type=submit] {
		padding: 0 1rem;
	}
}
@media (max-width: 768px) {
	.newsletter-section .html {
		padding: 0 1.5rem;
	}
}
.newsletter-section .newletter-custom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border: 0.1rem solid rgba(var(--text-color), 0.1);
	border-left: none;
	border-right: none;
	font-size: var(--body-larger-font-size);
	padding: 1.54rem 0;
	margin-top: 4rem;
}
@media (max-width: 768px) {
	.newsletter-section .newletter-custom {
		flex-direction: column;
	}
}
.newsletter-section .newletter-custom .newletter-span {
	position: relative;
	overflow: hidden;
	padding: 0 1rem;
}
@media (min-width: 1200px) {
	.newsletter-section .newletter-custom .newletter-span {
		padding: 0 8rem;
	}
}
@media (min-width: 768px) {
	.newsletter-section .newletter-custom .newletter-span:after {
		content: "";
		display: block;
		position: absolute;
		width: 0.1rem;
		height: 2.6rem;
		background-color: rgba(var(--text-color), 0.1);
		top: 0;
		right: 0;
	}
}
.newsletter-section .newletter-custom .newletter-span:first-child {
	padding-left: 0;
}
.newsletter-section .newletter-custom .newletter-span:last-child {
	padding-right: 0;
}
.newsletter-section .newletter-custom .newletter-span:last-child:after {
	display: none;
}

.no-js .no-js-hidden {
	display: none;
}
.no-js .lazy-image:before {
	content: none;
}
.no-js .lazy-image noscript img {
	opacity: 1;
}
.no-js .swiper .swiper-wrapper {
	overflow: auto;
}
.no-js .swiper .product-card:before {
	content: none;
}
.no-js .swiper-controls {
	display: none;
}
.no-js .slider-section .slider-element .slide-element-inner {
	opacity: 1;
	transform: none;
}
.no-js .has-product-filters .filter-form {
	flex-wrap: wrap;
}
.no-js .has-product-filters .filter-form > noscript {
	flex: 100% 1 1;
}
.no-js .has-product-filters .price-slider {
	display: none;
}
.no-js .product-gallery .swiper-wrapper {
	overflow-x: auto;
	white-space: nowrap;
	flex-wrap: nowrap;
}
@media (hover: hover) {
	.no-js .product-gallery .media-preview-wrap[data-zoom]:hover .media-preview {
		opacity: 1;
	}
}
.no-js .product-gallery .view-media,
.no-js .product-gallery .open-media-fullscreen,
.no-js .product-gallery .swiper-controls,
.no-js .product-gallery .product-thumb-slide {
	display: none;
}
.no-js .product-variants {
	display: none !important;
}
.no-js .no-js-select-variants {
	margin-bottom: 2rem;
}
.no-js .no-js-select-variants select {
	margin-top: 1rem;
	display: block;
	height: 4rem;
	padding: 0 5.5rem 0 1.5rem;
}
@media (max-width: 767px) {
	.no-js .footer .ft-blocks-inner .ft-block-content {
		display: block;
	}
	.no-js .footer .ft-blocks-inner .ft-block-heading svg {
		display: none;
	}
}
.no-js .footer .select-currency {
	margin-right: 1rem;
}
.no-js .footer noscript select,
.no-js .footer noscript [type=submit] {
	border-radius: 0;
	min-height: 3.8rem;
}
.no-js .footer noscript [type=submit] {
	margin-left: 1rem;
	transition: all 0.3s ease;
}
.no-js .product-target {
	pointer-events: auto;
}

.main-page-section {
	padding: 3rem 0 5rem 0;
}
.main-page-section .title {
	text-align: center;
	font-size: 3rem;
	line-height: 1.3;
	margin-bottom: 4rem;
}

.pagination {
	margin: 1rem 0;
}
.pagination .pagination-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
}
.pagination .pagination-list li {
	display: inline-block;
	margin: 0 0.6rem;
}
.pagination .pagination-list li:first-child, .pagination .pagination-list li:last-child {
	margin-left: 0;
}
.pagination .pagination-item {
	min-height: 4.4rem;
	min-width: 4.4rem;
	padding: 0.5rem;
	border-radius: 0.5rem;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	line-height: 1;
	font-weight: var(--heading-font-weight);
	transition: all 0.3s;
	color: rgb(var(--text-color));
	border: 0.1rem solid rgba(var(--text-color), 0.2);
	font-size: var(--body-larger-font-size);
}
@media (hover: hover) {
	.pagination .pagination-item:hover {
		background-color: rgb(var(--text-color));
		color: rgb(var(--background-color));
	}
}
.pagination .pagination-item.current {
	background-color: rgb(var(--text-color));
	color: rgb(var(--background-color));
}

.has-product-card .title-wrapper {
	margin-bottom: 3.8rem;
}
.has-product-card .title-wrapper .heading > * {
	margin: 0;
}
.has-product-card .title-wrapper p {
	margin-bottom: 0;
}
.has-product-card .swiper-slide {
	height: auto;
}
@media (max-width: 991px) {
	.has-product-card:not(.collection-page-section) .grid {
		overflow-x: auto;
		white-space: nowrap;
		flex-wrap: nowrap;
	}
	.has-product-card:not(.collection-page-section) .grid .grid-item {
		width: 26rem;
		min-width: 26rem;
		overflow: hidden;
	}
	.has-product-card:not(.collection-page-section) .grid .product-title {
		white-space: normal;
	}
}

.featured-collection-section .layout-2 .product-card {
	display: flex;
	gap: 0.8rem;
	border-radius: 0.4rem;
	background-color: #fff;
	flex-direction: row;
	align-items: center;
	padding: 2rem 3.75rem;
}
@media (max-width: 1024px) {
	.featured-collection-section .layout-2 .product-card {
		flex-direction: column;
		padding: 1.5rem;
	}
}
.featured-collection-section .layout-2 .product-card .product-media-wrap {
	width: 100%;
	border-radius: 0;
}
.featured-collection-section .layout-2 .product-card .product-media-wrap img {
	width: 100%;
	object-fit: cover;
}
@media (min-width: 1024px) {
	.featured-collection-section .layout-2 .product-card .product-media-wrap {
		width: 15rem;
		min-width: 15rem;
		max-height: 15rem;
	}
	.featured-collection-section .layout-2 .product-card .product-media-wrap img {
		width: 15rem;
		max-height: 15rem;
	}
}
.featured-collection-section .layout-2 .product-card .product-title,
.featured-collection-section .layout-2 .product-card .product-collections {
	font-size: var(--body-small-font-size);
	font-weight: 400;
}
.featured-collection-section .layout-2 .product-card .product-collections {
	text-transform: uppercase;
	display: flex;
	flex-wrap: wrap;
}
.featured-collection-section .layout-2 .product-card .product-title {
	margin-top: 0.7rem;
}
.featured-collection-section .layout-2 .product-card .product-price {
	margin-top: 1.2rem;
	margin-bottom: 0.8rem;
}
.featured-collection-section .layout-2 .product-card .product-swatches {
	gap: 0.4rem;
}
.featured-collection-section .layout-2 .product-card .product-card-content {
	padding-top: 0;
}
.featured-collection-section .layout-2 .product-card .saved-price,
.featured-collection-section .layout-2 .product-card .product-mini-actions {
	display: none;
}
@media (max-width: 767px) {
	.featured-collection-section .product-card {
		margin-bottom: 0;
	}
}
.featured-collection-section .heading-box {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 2.4rem;
}
.featured-collection-section .title-wrapper .heading-icon {
	display: inline-flex;
}
.featured-collection-section .title-wrapper .heading-icon.icon-above {
	margin-bottom: 1.2rem;
}
.featured-collection-section .title-wrapper .heading-icon.icon-under {
	margin-top: 1rem;
}
.featured-collection-section .box-countdow .countdown-time-wrap {
	display: inline-flex;
	margin-bottom: 0;
}
.featured-collection-section .box-countdow .countdown-time {
	display: inline-flex;
	background-color: rgb(var(--sale-label-color));
	border-radius: 0.8rem;
	padding: 0.2rem 2rem;
}
.featured-collection-section .box-countdow .countdown-time .time-block {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: row;
	position: relative;
	margin-right: 1.3rem;
}
.featured-collection-section .box-countdow .countdown-time .time-block:last-of-type {
	margin-right: 0;
}
.featured-collection-section .box-countdow .countdown-time .time-block:not(:first-child):before {
	content: ":";
	font-size: var(--h6-smaller-font-size);
	font-weight: var(--heading-font-weight);
	color: #fff;
	position: absolute;
	top: 0;
	left: -0.9rem;
}
.featured-collection-section .box-countdow .countdown-time .time-number,
.featured-collection-section .box-countdow .countdown-time .time-text {
	padding: 0;
	margin: 0;
	font-size: var(--h6-smaller-font-size);
	font-weight: var(--heading-font-weight);
	color: #fff;
	min-width: auto;
	min-height: auto;
}
.featured-collection-section .show-more .show-more-button {
	position: relative;
	font-size: var(--body-larger-font-size);
	font-weight: var(--heading-font-weight);
	color: rgb(var(--button-text-color));
	display: inline-block;
	padding-bottom: 0.8rem;
}
.featured-collection-section .show-more .show-more-button:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 0.1rem;
	background: rgb(var(--button-text-color));
	transition: all 0.3s ease;
}
.featured-collection-section .show-more .show-more-button:hover:after {
	height: 0.2rem;
}
.featured-collection-section .heading-position-top-center .title-wrapper {
	text-align: center;
}
.featured-collection-section .heading-position-top-center .heading-box {
	justify-content: center;
}
@media (max-width: 991px) {
	.featured-collection-section .heading-position-top-center .heading-box {
		flex-direction: column;
	}
}
.featured-collection-section .heading-position-top-center .show-more {
	margin-top: 1.6rem;
}
.featured-collection-section .heading-position-top-left .title-wrapper {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 2rem;
}
@media (max-width: 991px) {
	.featured-collection-section .heading-position-top-left .title-wrapper {
		flex-direction: column;
		justify-content: center;
		text-align: center;
	}
	.featured-collection-section .heading-position-top-left .title-wrapper .heading-box {
		flex-direction: column;
	}
}
.featured-collection-section .heading-position-sidebar {
	display: flex;
	margin: 0 -1.5rem;
}
.featured-collection-section .heading-position-sidebar .title-wrapper {
	margin-bottom: 0;
	width: 25%;
	padding: 0 1.5rem;
}
.featured-collection-section .heading-position-sidebar .title-wrapper.product-image-portrait {
	padding-top: 12%;
}
.featured-collection-section .heading-position-sidebar .title-wrapper.product-image-square {
	padding-top: 5%;
}
.featured-collection-section .heading-position-sidebar .title-wrapper .show-more {
	margin-top: 2.7rem;
}
@media (max-width: 1199px) {
	.featured-collection-section .heading-position-sidebar .title-wrapper.product-image-portrait {
		padding-top: 5%;
	}
	.featured-collection-section .heading-position-sidebar .title-wrapper.product-image-square {
		padding-top: 1%;
	}
}
@media (max-width: 991px) {
	.featured-collection-section .heading-position-sidebar .title-wrapper.product-image-portrait, .featured-collection-section .heading-position-sidebar .title-wrapper.product-image-square {
		padding-top: 0;
	}
	.featured-collection-section .heading-position-sidebar .title-wrapper .heading-box {
		flex-direction: column;
		justify-content: center;
	}
}
.featured-collection-section .heading-position-sidebar ul.grid {
	width: 75%;
	margin: 0;
}
@media (max-width: 991px) {
	.featured-collection-section .heading-position-sidebar {
		display: block;
		margin: 0;
	}
	.featured-collection-section .heading-position-sidebar .title-wrapper {
		width: 100%;
		padding: 0;
		margin-bottom: 4rem;
		text-align: center;
	}
	.featured-collection-section .heading-position-sidebar .title-wrapper .show-more {
		margin-top: 1.6rem;
	}
	.featured-collection-section .heading-position-sidebar ul.grid {
		width: auto;
		margin: 0 -1.5rem;
	}
}

.product-card {
	position: relative;
	margin-bottom: 3.2rem;
}
.product-card.product-card-holder {
	margin-bottom: 0;
}
.swiper-wrapper .product-card {
	margin-bottom: 0;
	height: 100%;
}
@media (hover: hover) and (min-width: 992px) {
	.product-card .has-overlay:before {
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		bottom: 0;
		right: 0;
		transition-duration: 0.2s;
		background-color: rgba(var(--overlay-color), 0.4);
		opacity: 0;
		visibility: hidden;
		z-index: 3;
		pointer-events: none;
	}
	.product-card:hover .placeholder-svg {
		transform: scale(1.08);
	}
	.product-card:hover .has-overlay:before {
		visibility: visible;
		opacity: 0.3;
	}
	.product-card:hover .hover-zoom .product-second-image img {
		transform: scale(1.08);
		transition: opacity 0.2s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18);
	}
	.product-card:hover .product-actions {
		opacity: 1;
		visibility: visible;
	}
	.product-card:hover .product-actions .actions-top {
		transform: translateX(0);
	}
	.product-card:hover .product-actions .actions-bottom {
		transform: translateY(0);
	}
	.product-card:hover .product-actions .product-action {
		opacity: 1;
		visibility: visible;
	}
	.product-card:hover .product-actions .product-action:nth-child(1), .product-card:hover .product-actions .product-action:nth-child(2) {
		transform: translateY(0);
	}
	.product-card:hover .product-actions .product-action:nth-child(2) {
		transition-delay: 0.05s;
	}
}
.product-card .product-badge {
    position: absolute;
    z-index: 5;
    right: -4.8rem;
    top: 1.2rem;
    rotate: 50deg;
    text-align: center;
}
.product-card .product-badge .on-sale,
.product-card .product-badge .sold-out {
	color: #fff;
	border-radius: 3.6rem;
	padding: 5px 30px;
	font-weight: var(--heading-font-weight);
	text-transform: uppercase;
}
.product-card .product-badge .on-sale {
	background-color: rgb(var(--sale-label-color));
}
.product-card .product-badge .on-sale .sr-only {
	position: relative !important;
}
.product-card .product-badge .sold-out {
	background-color: rgb(var(--out-stock-color));
}
.product-card .product-media-wrap {
	position: relative;
	overflow: hidden !important;
	border-radius: 1.6rem;
	background-color: rgba(var(--text-color), 0.15);
}
.product-card .product-media-wrap:not(.has-second-image) .product-first-image {
	transition: opacity 0.3s ease;
}
.product-card .product-media-wrap.adapt-media.no-media {
	padding-bottom: 100%;
}
.product-card .product-media-wrap .product-title {
	margin: 0;
}
.product-card .product-media-wrap .product-link {
	position: absolute;
	inset: 0;
	background-color: transparent;
	display: flex;
	align-items: center;
	padding: 2rem;
}
.product-card .product-media-wrap:focus-within {
	overflow: visible;
}
.product-card .product-media-wrap .placeholder-image {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	overflow: hidden;
}
@media (hover: hover) {
	.product-card .product-media-wrap:hover.has-second-image .product-first-image {
		opacity: 0;
	}
	.product-card .product-media-wrap:hover .product-second-image {
		opacity: 1;
		visibility: visible;
	}
}
.product-card .product-media-wrap.loading:after {
	content: "";
	z-index: 5;
	position: absolute;
	border: 3px solid rgb(var(--loading-color));
	border-top-color: transparent;
	border-radius: 50%;
	height: 20px;
	width: 20px;
	top: 50%;
	left: 50%;
	animation: circle-loading 500ms infinite linear;
}
.product-card .product-second-image {
	pointer-events: none;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	overflow: hidden;
	opacity: 0;
	visibility: hidden;
	transition: all 0.2s;
	z-index: 2;
}
.product-card .product-second-image video,
.product-card .product-second-image iframe,
.product-card .product-second-image img {
	height: 100%;
	width: 100%;
	position: relative;
}
.product-card .form-add-to-cart {
	transition: transform 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
}
.product-card .product-quick-view,
.product-card .quick-add-button,
.product-card .add-to-cart-button {
	padding: 0.7rem 1.45rem;
	text-transform: uppercase;
	text-align: center;
	width: auto;
	box-shadow: none;
	background-color: rgb(var(--button-bg-color));
	color: rgb(var(--button-text-color));
	border: 0;
	transition: background-color 0.3s ease, transform 0.3s ease;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: var(--body-font-size);
	line-height: var(--body-line-height);
	font-weight: var(--heading-font-weight);
	border-radius: 4.4rem;
	transition: all 0.3s ease;
	position: relative;
}
.product-card .product-quick-view:hover,
.product-card .quick-add-button:hover,
.product-card .add-to-cart-button:hover {
	background-color: rgb(var(--button-text-color));
	color: rgb(var(--button-bg-color));
}
.product-card .product-quick-view.disabled, .product-card .product-quick-view:disabled,
.product-card .quick-add-button.disabled,
.product-card .quick-add-button:disabled,
.product-card .add-to-cart-button.disabled,
.product-card .add-to-cart-button:disabled {
	filter: none;
}
.product-card .product-quick-view.loading,
.product-card .quick-add-button.loading,
.product-card .add-to-cart-button.loading {
	color: transparent;
}
.product-card .product-quick-view.loading:before,
.product-card .quick-add-button.loading:before,
.product-card .add-to-cart-button.loading:before {
	content: "";
	z-index: 5;
	position: absolute;
	border: 0.2rem solid rgb(var(--button-text-color));
	border-top-color: transparent;
	border-radius: 50%;
	height: 1.6rem;
	width: 1.6rem;
	top: 50%;
	left: 50%;
	animation: circle-loading 500ms infinite linear;
	background: transparent;
}
.product-card .product-quick-view.loading:hover:before,
.product-card .quick-add-button.loading:hover:before,
.product-card .add-to-cart-button.loading:hover:before {
	border-color: rgb(var(--button-bg-color));
	border-top-color: transparent;
}
@media (hover: hover) {
	.product-card .product-quick-view.loading:hover,
	.product-card .quick-add-button.loading:hover,
	.product-card .add-to-cart-button.loading:hover {
		color: transparent;
	}
}
.product-card .product-quick-view:not(.loading):before,
.product-card .quick-add-button:not(.loading):before,
.product-card .add-to-cart-button:not(.loading):before {
	content: none;
}
@media (max-width: 991px) {
	.product-card .product-quick-view,
	.product-card .quick-add-button,
	.product-card .add-to-cart-button {
		border-radius: 50%;
		padding: 0.5rem;
		width: 3.2rem;
		height: 3.2rem;
	}
}
.product-card .product-quick-view .icon,
.product-card .quick-add-button .icon,
.product-card .add-to-cart-button .icon {
	display: inline-flex;
}
.product-card .quick-add-box {
	padding: 2rem;
	text-transform: capitalize;
	text-align: center;
	min-height: 4rem;
	font-weight: 500;
	line-height: normal;
	width: 100%;
	box-shadow: none;
	background-color: rgb(var(--background-color));
	color: rgb(var(--heading-color));
	border: 0;
	transform: translateY(1rem);
	backdrop-filter: blur(0.5rem);
	transition: all 0.3s ease;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	position: absolute;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	bottom: 0;
	left: 0;
	right: 0;
	gap: 1.6rem;
	border-radius: 2rem;
}
.product-card .quick-add-box .add-to-cart-button {
	width: 100%;
	padding: 0.9rem 1.45rem;
	border: 0.1rem solid rgb(var(--button-outline-color));
}
.product-card .quick-add-box .field-title {
	display: none;
}
.product-card .quick-add-box .field-swatch {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	justify-content: center;
	gap: 0.8rem;
}
.product-card .quick-add-box .field-item {
	padding: 1rem;
	background-color: rgb(var(--button-bg-color));
	color: rgba(var(--button-text-color), 0.7);
	border: 0.1rem solid rgba(var(--button-outline-color), 0.1);
	cursor: pointer;
	border-radius: 4.8rem;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	min-width: 4rem;
	transition: background-color 0.3s ease;
	position: relative;
	white-space: nowrap;
	font-size: var(--body-larger-font-size);
	font-weight: var(--heading-font-weight);
}
.product-card .quick-add-box .field-item.loading {
	color: transparent;
}
@media (hover: hover) {
	.product-card .quick-add-box .field-item.loading:hover {
		transition: color 0s;
		color: transparent;
	}
}
.product-card .quick-add-box .field-item.loading:before {
	content: "";
	z-index: 5;
	position: absolute;
	border: 0.2rem solid rgb(var(--background-color));
	border-top-color: transparent;
	border-radius: 50%;
	height: 1.6rem;
	width: 1.6rem;
	top: 50%;
	left: 50%;
	animation: circle-loading 500ms infinite linear;
}
  .slider-section .slider-content {
	padding-top: 175px;
	padding-bottom: 175px;
}
@media (hover: hover) {
	.product-card .quick-add-box .field-item:hover:not(.soldout), .product-card .quick-add-box .field-item:hover:not(.selected) {
		border-color: rgb(var(--button-outline-color));
		color: rgb(var(--button-text-color));
	}
}
.product-card .quick-add-box .field-item.selected, .product-card .quick-add-box .field-item.selected:hover {
	background-color: rgb(var(--button-text-color));
	border-color: rgb(var(--button-outline-color));
	color: rgb(var(--button-bg-color));
}
.product-card .quick-add-box .field-item.soldout, .product-card .quick-add-box .field-item.soldout:hover {
	background-color: rgb(var(--button-bg-color));
	border-color: rgba(var(--button-outline-color), 0.1);
	color: rgba(var(--button-text-color), 0.1);
}
@media (min-width: 992px) {
	.product-card .quick-add-box.open {
		opacity: 1;
		visibility: visible;
		transform: translateY(0);
		pointer-events: auto;
	}
}
.product-card .quick-add-button {
	cursor: pointer;
}
.product-card .product-card-content {
	padding-top: var(--product-card-content-padding);
}
.product-card .product-card-content:not(.no-margin-top) {
	margin-top: 1.8rem;
}
.product-card .product-card-content > * {
	margin-top: 0.5rem;
	position: relative;
}
.product-card .product-card-content > *:first-child {
	margin-top: 0;
}
.product-card .product-actions {
	opacity: 0;
	visibility: hidden;
}
@media (max-width: 991px) {
	.product-card .product-actions {
		opacity: 1;
		visibility: visible;
		position: absolute;
		top: 1.2rem;
		right: 1.2rem;
		display: flex;
		flex-direction: column;
		gap: 0.8rem;
	}
}
.product-card .product-actions .actions-top {
	z-index: 5;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 0.8rem;
	transition: transform 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
}
@media (min-width: 992px) {
	.product-card .product-actions .actions-top {
		position: absolute;
		top: 1.2rem;
		left: 1.2rem;
		transform: translateX(0.5rem);
		transition: transform 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
	}
}
.product-card .product-actions .actions-top .product-compare {
	border-radius: 50%;
	padding: 0.5rem;
	width: 3.2rem;
	height: 3.2rem;
	background-color: rgb(var(--button-bg-color));
	color: rgb(var(--button-text-color));
	display: flex;
	justify-content: center;
	align-items: center;
}
.product-card .product-actions .actions-top .product-compare:hover {
	background-color: rgb(var(--button-text-color));
	color: rgb(var(--button-bg-color));
}
.product-card .product-actions .actions-top .product-compare:hover .tooltip {
	opacity: 1;
	visibility: visible;
}
.product-card .product-actions .actions-top .product-compare.loading {
	color: transparent;
}
.product-card .product-actions .actions-top .product-compare .icon-compare-added {
	display: none;
}
.product-card .product-actions .actions-top .product-compare .icon-compare-added svg {
	width: 2rem;
	height: 2rem;
	color: #3DAB25;
}
.product-card .product-actions .actions-top .product-compare.active .icon-compare {
	display: none;
}
.product-card .product-actions .actions-top .product-compare.active .icon-compare-added {
	display: inline-flex;
}
.product-card .product-actions .actions-top .tooltip {
	text-transform: capitalize;
	left: calc(100% + 1.2rem);
    display: none !important;
}
.product-card .product-actions .actions-bottom {
	z-index: 5;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 1.2rem;
}
.product-card .product-actions .actions-bottom .icon {
	display: none !important;
}
@media (min-width: 992px) {
	.product-card .product-actions .actions-bottom {
		position: absolute;
		left: 2rem;
		right: 2rem;
		bottom: 2rem;
		transform: translateY(0.5rem);
		transition: transform 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
	}
}
@media (max-width: 991px) {
	.product-card .product-actions .actions-bottom {
		flex-direction: column;
		gap: 0.8rem;
		left: auto;
		right: 1.2rem;
	}
  .product-card .product-actions .actions-bottom .icon {
	display: block !important;
}
}
.product-card .product-actions .product-action .icon,
.product-card .product-actions .form-add-to-cart .icon {
	display: inline-flex;
}
.product-card .product-actions .product-action .icon svg,
.product-card .product-actions .form-add-to-cart .icon svg {
	width: 1.6rem;
	height: 1.6rem;
}
.product-card .scrolling-wrapper .scrolling {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 2;
	display: flex;
	overflow: hidden;
	width: 100%;
	padding: 0.6rem 0;
	background-color: var(--product-card-scrolling-bg-color);
	color: var(--product-card-scrolling-text-color);
}
.product-card .scrolling-wrapper .scrolling + .product-actions .actions-bottom {
	bottom: 4.5rem;
}
.product-card .scrolling-wrapper .scrolling-inner {
	display: flex;
	align-items: center;
}
.product-card .scrolling-wrapper .scrolling-animation {
	animation: scrolling var(--product-card-scrolling-speed, 10s) infinite linear;
}
.product-card .scrolling-wrapper .scrolling-text {
	display: flex;
	align-items: center;
	white-space: nowrap;
	flex-shrink: 0;
	font-size: var(--body-small-font-size);
	font-weight: var(--heading-font-weight);
}
.product-card .scrolling-wrapper .scrolling-text svg {
	width: 1.1rem;
	height: 1.5rem;
	color: var(--product-card-scrolling-icon-color);
	margin: 0 var(--product-card-scrolling-space, 1rem);
}
.product-card .scrolling-wrapper .hover-pause:hover .scrolling-animation {
	animation-play-state: paused;
}
@keyframes scrolling {
	to {
		transform: translate(-100%);
	}
}
.product-card .product-title {
	margin-bottom: 0;
	font-size: var(--body-larger-font-size);
}
.product-card .product-title > * {
	transition: all 0.3s ease;
	color: rgb(var(--heading-color));
	cursor: pointer;
    line-height: 25px;
}
.product-card .product-title > *:hover {
	transition: all 0.3s ease;
	text-decoration-line: underline;
	text-decoration-thickness: 0.2rem;
	text-decoration-color: rgb(var(--heading-color));
	text-underline-offset: 0.4rem;
}
.product-card tags,
.product-card vendor .product-collections,
.product-card .product-tags,
.product-card .product-vendor {
	color: rgb(var(--link-color));
}
.product-card tags a,
.product-card vendor .product-collections a,
.product-card .product-tags a,
.product-card .product-vendor a {
	transition: all 0.3s ease;
	text-decoration-line: underline;
	text-decoration-thickness: 0.1rem;
	text-decoration-color: transparent;
	text-underline-offset: 0.4rem;
}
.product-card tags a:hover,
.product-card vendor .product-collections a:hover,
.product-card .product-tags a:hover,
.product-card .product-vendor a:hover {
	text-decoration-color: rgb(var(--link-color));
	text-decoration-thickness: 0.2rem;
}
.product-card .product-stock-status {
	display: block;
}
.product-card .product-swatches {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 1.2rem;
	margin-bottom: 1rem;
}
@media (hover: none), (max-width: 991px) {
	.product-card .product-swatches {
		margin-left: 0.1rem;
	}
}
@media (max-width: 991px) {
	.product-card .product-swatches {
		flex-wrap: nowrap;
		overflow-x: auto;
		gap: 0.8rem;
		padding-bottom: 1rem;
	}
	.product-card .product-swatches::-webkit-scrollbar {
		height: 0.5rem;
		border-radius: 0.4rem;
		background-color: rgba(var(--text-color), 0.1);
	}
	.product-card .product-swatches::-webkit-scrollbar-thumb {
		border-radius: 0.4rem;
		background-color: rgba(var(--text-color), 0.5);
	}
}
.product-card .product-swatches.swatch-circle .swatch,
.product-card .product-swatches.swatch-circle .swatch img {
	border-radius: 99.9rem;
}
.product-card .product-swatches.swatch-circle .swatch:before,
.product-card .product-swatches.swatch-circle .swatch img:before {
	border-radius: 99.9rem;
}
.product-card .product-swatches.swatch-circle .swatch-button {
	border-radius: 0;
}
.product-card .product-swatches.swatch-square .swatch,
.product-card .product-swatches.swatch-square .swatch img {
	border-radius: 1.2rem;
}
.product-card .product-swatches.swatch-square .swatch:before,
.product-card .product-swatches.swatch-square .swatch img:before {
	border-radius: 1.2rem;
}
.product-card .product-swatches .field-item {
	position: relative;
	height: 3.2rem;
}
.product-card .product-swatches .swatch {
	position: relative;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	transition: all 0.3s;
}
.product-card .product-swatches .swatch:last-child {
	margin-right: 0;
}
.product-card .product-swatches .swatch + .tooltip {
	left: 50%;
	transform: translateX(-50%) translateY(5px);
}
.product-card .product-swatches .swatch + .tooltip:before {
	border-color: rgb(var(--button-text-color)) transparent transparent transparent;
}
.product-card .product-swatches .swatch:hover + .tooltip {
	transform: translateX(-50%) translateY(0);
	opacity: 1;
	visibility: visible;
}
.product-card .product-swatches .swatch-color {
	background-color: rgb(var(--text-color));
	min-width: 3.2rem;
	min-height: 3.2rem;
	position: relative;
}
.product-card .product-swatches .swatch-color:before {
	content: "";
	position: absolute;
	width: 3.2rem;
	height: 3.2rem;
	border-radius: 0.4rem;
	border: 0.1rem solid rgba(255, 255, 255, 0.2);
	transition: border-color 0.3s ease;
}
.product-card .product-swatches .swatch-color:not(.soldout).dark {
	border: 0.1rem solid rgba(var(--button-outline-color), 0.03);
}
.product-card .product-swatches .swatch-color:not(.soldout).dark:after {
	background-image: var(--tick-black);
}
.product-card .product-swatches .swatch-color:not(.soldout).swatch-png:after {
	content: none;
}
.product-card .product-swatches .swatch-color:not(.soldout):after {
	width: 1rem;
	height: 0.8rem;
	background-image: var(--tick-white);
	background-position: center;
	background-repeat: no-repeat;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s ease, visibility 0.3s ease;
}
.product-card .product-swatches .swatch-color:not(.soldout).selected:after {
	opacity: 1;
	visibility: visible;
}
.product-card .product-swatches .swatch-color:not(.soldout).invalid-color:after {
	content: none;
}
.product-card .product-swatches .swatch-color.soldout, .product-card .product-swatches .swatch-color.soldout.selected {
	opacity: 0.3;
}
.product-card .product-swatches .swatch-color.selected {
	opacity: 1;
}
.product-card .product-swatches .swatch-color.selected:before {
	border: 0.2rem solid rgb(var(--button-bg-color));
}
.product-card .product-swatches .swatch-color:hover:before {
	border: 0.2rem solid rgb(var(--button-bg-color));
}
.product-card .product-swatches .swatch-color.dark:before {
	border-color: rgba(31, 31, 31, 0.2);
}
.product-card .product-swatches .swatch-color.dark.selected:before {
	border-color: rgb(var(--button-text-color));
}
.product-card .product-swatches .swatch-color.dark:hover:before {
	border-color: rgb(var(--button-text-color));
}
.product-card .product-swatches .swatch-color:focus-visible {
	outline: none;
	box-shadow: none;
}
.product-card .product-swatches .swatch-png,
.product-card .product-swatches .swatch-image {
	width: 3.2rem;
	height: 3.2rem;
	transition: border-color 0.3s ease;
}
.product-card .product-swatches .swatch-png img,
.product-card .product-swatches .swatch-image img {
	width: 3.2rem;
	height: 3.2rem;
}
.product-card .product-swatches .swatch-png:before,
.product-card .product-swatches .swatch-image:before {
	content: "";
	position: absolute;
	width: 3.2rem;
	height: 3.2rem;
	border-radius: 0.4rem;
	border: 0.1rem solid transparent;
	transition: border-color 0.3s ease;
}
.product-card .product-swatches .swatch-png:hover:before, .product-card .product-swatches .swatch-png.selected:before,
.product-card .product-swatches .swatch-image:hover:before,
.product-card .product-swatches .swatch-image.selected:before {
	border: 0.2rem solid rgb(var(--button-text-color));
}
.product-card .product-swatches .swatch-png.soldout, .product-card .product-swatches .swatch-png.soldout.selected,
.product-card .product-swatches .swatch-image.soldout,
.product-card .product-swatches .swatch-image.soldout.selected {
	opacity: 0.3;
}
.product-card .product-swatches .swatch-png.soldout:after, .product-card .product-swatches .swatch-png.soldout.selected:after,
.product-card .product-swatches .swatch-image.soldout:after,
.product-card .product-swatches .swatch-image.soldout.selected:after {
	border-top-color: rgb(var(--button-text-color));
}
.product-card .product-swatches .swatch-png:focus-visible,
.product-card .product-swatches .swatch-image:focus-visible {
	outline: none;
	box-shadow: none;
}
.product-card .product-swatches .swatch-button {
	width: auto;
	height: auto;
	white-space: nowrap;
}
.product-card .product-swatches .swatch-button.selected {
	font-weight: 700;
}
.product-card .product-swatches .swatch-button.soldout {
	opacity: 0.2;
}
.product-card .product-swatches .swatch-button.soldout:before, .product-card .product-swatches .swatch-button.soldout:after {
	content: none;
}
.product-card .product-swatches .invalid-color {
	width: auto;
	border: 0.1rem solid rgb(var(--text-color));
	background-color: transparent;
	color: rgb(var(--heading-color));
	padding: 0.8rem;
}
.product-card .product-swatches .invalid-color:before, .product-card .product-swatches .invalid-color:after {
	content: none;
}
.product-card .product-swatches .invalid-color .swatch-value {
	font-size: 1.2rem;
	line-height: 1;
}
.product-card .product-swatches .invalid-color.selected {
	background-color: rgb(var(--heading-color));
	color: rgb(var(--background-color));
}
.product-card .product-swatches .invalid-color .sold-out {
	font-size: 1.1rem;
	line-height: 1;
	margin-left: 0.3rem;
}
.product-card .product-swatches .invalid-color.soldout:after {
	content: none;
}
.product-card .product-swatches .soldout:after {
	content: "";
	position: absolute;
	width: 3rem;
	transform: rotate(45deg);
	transform-origin: top left;
	border-top: 0.2rem solid rgb(var(--button-bg-color));
	top: 0.5rem;
	left: 0.5rem;
}
.product-card .product-swatches .soldout.dark:after {
	border-top-color: rgb(var(--button-text-color));
}
.product-card .product-swatches .swatch-selected {
	text-transform: uppercase;
	border-radius: 0.4rem;
	color: rgb(var(--text-color));
	font-weight: 600;
	font-size: 1rem;
	line-height: 1rem;
	padding: 0.8rem;
	margin-bottom: 0.8rem;
	background-color: rgba(var(--text-color), 0.05);
}
.product-card .product-swatches .swatch-more-button {
	cursor: pointer;
	white-space: nowrap;
}
.product-card .product-price {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.8rem;
}
.product-card .product-price .price {
	font-size: var(--body-larger-font-size);
	font-weight: var(--heading-font-weight);
	color: rgb(var(--heading-color));
}
.product-card .product-price .price + .regular-price {
	font-size: var(--body-font-size);
	font-weight: var(--body-font-weight);
	color: rgb(var(--text-color));
	margin-right: 0;
}
.product-card .product-price .regular-price {
	font-size: var(--body-larger-font-size);
	font-weight: var(--heading-font-weight);
	color: rgb(var(--heading-color));
	margin-right: 0;
}
.product-card .product-price .saved-price {
	font-size: var(--body-font-size);
	font-weight: var(--heading-font-weight);
	color: #1f1f1f;
	padding: 0.1rem 1.1rem;
	background-color: rgb(var(--sale-price-color));
	border-radius: 3.6rem;
	/* display: none; */
}

.product-details-tabs-section .tabs-head {
	font-size: var(--h6-font-size);
	font-weight: var(--heading-font-weight);
	margin-bottom: 3rem;
  border-bottom: 1px solid #eee;
}
@media (max-width: 991px) {
	.product-details-tabs-section .tabs-head {
		margin-bottom: 2rem;
	}
}
.product-details-tabs-section .tabs-head .tab-head {
	color: rgba(var(--heading-color), 0.5);
	margin: 0 3rem;
	text-underline-offset: 0.5rem;
}
.product-details-tabs-section .tabs-head .tab-head.active {
	color: rgb(var(--heading-color));
	text-decoration-color: rgb(var(--heading-color));
}
.product-details-tabs-section .tabs-head-mobile .dropdown-summary {
	font-size: var(--body-larger-font-size);
	font-weight: var(--heading-font-weight);
	color: rgb(var(--heading-color));
}
.product-details-tabs-section .tabs-head-mobile .dropdown-summary svg {
	width: 1.6rem;
	height: 1.6rem;
}
.product-details-tabs-section .tabs-head-mobile .dropdown-content .dropdown-content-header {
	color: rgb(var(--heading-color));
	font-size: var(--body-larger-font-size);
	font-weight: var(--heading-font-weight);
}
.product-details-tabs-section .tabs-head-mobile .dropdown-content .dropdown-content-header svg {
	width: 1.6rem;
	height: 1.6rem;
}
.product-details-tabs-section .tabs-head-mobile .dropdown-content .dropdown-item {
	font-size: var(--body-larger-font-size);
	font-weight: var(--body-font-weight);
}
.product-details-tabs-section .tab-content {
	padding: 0;
	margin: 0;
	font-size: var(--body-larger-font-size);
}

@media (min-width: 992px) {
	.main-product-section .main-product {
		display: flex;
		flex-wrap: wrap;
	}
	.main-product-section .main-product .product-gallery {
		width: 46.5%;
		margin-right: 6rem;
	}
	.main-product-section .main-product .product-summary {
		width: calc(53.5% - 6rem);
	}
}
.main-product-section .main-product .product-gallery .product-media-box.single-media .media-preview-wrap {
	border-radius: 2rem;
}
.main-product-section .main-product .product-gallery .product-media-box.single-media .media-preview-wrap:hover .open-media-fullscreen {
	opacity: 0;
	visibility: hidden;
}
.main-product-section .main-product .product-gallery .product-main-slide .main-item .media-preview-wrap {
	border: none;
	border-radius: 2rem;
	overflow: hidden;
	aspect-ratio: 1/1.33;
}
.main-product-section .main-product .product-gallery .product-main-slide .main-item .media-preview-wrap .media-preview {
	aspect-ratio: 1/1.33;
}
.main-product-section .main-product .product-gallery .product-thumb-slide .thumbs-item {
	height: auto !important;
}
.main-product-section .main-product .product-gallery .product-thumb-slide .thumbs-item .media-preview-wrap {
	height: auto;
	min-height: auto;
	border: 0.2rem solid rgba(var(--heading-color), 0.3);
	border-radius: 1.2rem;
	transition: border-color 0.3s ease;
	aspect-ratio: 1/1.33;
}
.main-product-section .main-product .product-gallery .product-thumb-slide .thumbs-item .media-preview-wrap .media-preview {
	border-radius: 1.2rem;
	aspect-ratio: 1/1.33;
}
.main-product-section .main-product .product-gallery .product-thumb-slide .thumbs-item.swiper-slide-thumb-active .media-preview-wrap {
	border-color: rgb(var(--heading-color));
}
.main-product-section .main-product .product-gallery .product-thumb-slide .thumbs-item:not(.swiper-slide-thumb-active) {
	opacity: 0.5;
}
.main-product-section .main-product[data-id=layout-1] .product-gallery .product-thumb-slide {
	margin-top: 1.5rem;
}
@media (min-width: 992px) {
	.main-product-section .main-product[data-id=layout-1] .product-gallery .product-thumb-slide {
		display: block;
		position: absolute;
		width: 10rem;
		height: 58rem;
		left: 2.2rem;
		top: 2rem;
		z-index: 15;
		margin-top: 0;
	}
}
.main-product-section .main-product[data-id=layout-2] .product-gallery .product-thumb-slide {
	margin-top: 1.5rem;
}
@media (min-width: 992px) {
	.main-product-section .main-product[data-id=layout-2] .product-gallery .product-media-box .product-media-inner,
	.main-product-section .main-product[data-id=layout-2] .product-gallery .product-media-box .check-group-image {
		display: flex;
	}
	.main-product-section .main-product[data-id=layout-2] .product-gallery .product-main-slide {
		order: 2;
		width: calc(100% - 13rem);
		margin-left: 3rem;
	}
	.main-product-section .main-product[data-id=layout-2] .product-gallery .product-thumb-slide {
		display: block;
		width: 10rem;
		height: 58rem;
		z-index: 15;
		margin-top: 0;
	}
}
.main-product-section .main-product[data-id=layout-3] .product-gallery .product-thumb-slide {
	margin-top: 1.5rem;
}
@media (min-width: 992px) {
	.main-product-section .main-product[data-id=layout-3] .product-gallery .product-thumb-slide {
		margin-top: 2rem;
	}
	.main-product-section .main-product[data-id=layout-3] .product-gallery .product-thumb-slide .thumbs-item {
		max-width: 10rem;
	}
}
@media (min-width: 992px) {
	.main-product-section .main-product[data-id=layout-4] .product-gallery .product-main-slide .swiper-wrapper {
		display: flex;
		flex-wrap: wrap;
		gap: 2rem;
	}
	.main-product-section .main-product[data-id=layout-4] .product-gallery .product-main-slide .main-item {
		width: calc((100% - 2rem) / 2);
	}
}
@media (min-width: 992px) {
	.main-product-section .main-product[data-id=layout-5] .product-gallery .product-main-slide .swiper-wrapper {
		display: flex;
		flex-wrap: wrap;
		gap: 3rem;
	}
	.main-product-section .main-product[data-id=layout-5] .product-gallery .product-main-slide .main-item {
		width: 100%;
	}
}
@media (min-width: 992px) {
	.main-product-section .main-product[data-id=layout-6] .product-gallery .product-main-slide .swiper-wrapper {
		display: flex;
		flex-wrap: wrap;
		gap: 2rem;
	}
	.main-product-section .main-product[data-id=layout-6] .product-gallery .product-main-slide .main-item:nth-child(3n+1) {
		width: 100%;
	}
	.main-product-section .main-product[data-id=layout-6] .product-gallery .product-main-slide .main-item:nth-child(3n+2), .main-product-section .main-product[data-id=layout-6] .product-gallery .product-main-slide .main-item:nth-child(3n+3) {
		width: calc((100% - 2rem) / 2);
	}
}
.main-product-section .main-product[data-id=layout-7] {
	display: block;
}
.main-product-section .main-product[data-id=layout-7] .product-gallery {
	width: 100%;
	margin-right: 0;
	margin-bottom: 8rem;
}
@media (max-width: 991px) {
	.main-product-section .main-product[data-id=layout-7] .product-gallery {
		margin-bottom: 3rem;
	}
}
.main-product-section .main-product[data-id=layout-7] .product-gallery .product-media-box.single-media .media-preview-wrap {
	border-radius: 0;
}
.main-product-section .main-product[data-id=layout-7] .product-gallery .product-main-slide .main-item .media-preview-wrap {
	border-radius: 0;
}
.main-product-section .main-product[data-id=layout-7] .product-gallery .product-main-slide .swiper-pagination {
	bottom: 2.5rem;
}
.main-product-section .main-product[data-id=layout-7] .product-gallery .product-main-slide .swiper-pagination .swiper-pagination-bullet {
	border-color: rgb(var(--button-text-color));
}
@media (min-width: 992px) {
	.main-product-section .main-product[data-id=layout-7] .product-gallery .single-media {
		background-color: rgba(var(--heading-color), 0.03);
	}
	.main-product-section .main-product[data-id=layout-7] .product-gallery .single-media .main-item {
		width: 33.3333333333%;
		margin: 0 auto;
	}
}
.main-product-section .main-product[data-id=layout-8] {
	display: block;
}
.main-product-section .main-product[data-id=layout-8] .product-gallery {
	width: 100%;
	margin-right: 0;
	margin-bottom: 8rem;
}
@media (max-width: 991px) {
	.main-product-section .main-product[data-id=layout-8] .product-gallery {
		margin-bottom: 3rem;
	}
}
@media (min-width: 992px) {
	.main-product-section .main-product[data-id=layout-8] .product-gallery .product-main-slide .swiper-wrapper {
		display: grid;
		grid-template-areas: "aa bb cc" "aa bb dd";
		grid-template-columns: repeat(3, 1fr);
		grid-template-rows: auto;
		grid-gap: 3rem;
	}
	.main-product-section .main-product[data-id=layout-8] .product-gallery .product-main-slide .main-item {
		display: inherit;
	}
	.main-product-section .main-product[data-id=layout-8] .product-gallery .product-main-slide .main-item:nth-child(1) {
		grid-area: aa;
	}
	.main-product-section .main-product[data-id=layout-8] .product-gallery .product-main-slide .main-item:nth-child(2) {
		grid-area: bb;
	}
	.main-product-section .main-product[data-id=layout-8] .product-gallery .product-main-slide .main-item:nth-child(3) {
		grid-area: cc;
	}
	.main-product-section .main-product[data-id=layout-8] .product-gallery .product-main-slide .main-item:nth-child(3) .media-preview-wrap {
		aspect-ratio: 1/0.63;
	}
	.main-product-section .main-product[data-id=layout-8] .product-gallery .product-main-slide .main-item:nth-child(3) .media-preview-wrap .media-preview {
		aspect-ratio: 1/0.63;
	}
	.main-product-section .main-product[data-id=layout-8] .product-gallery .product-main-slide .main-item:nth-child(4) {
		grid-area: dd;
	}
	.main-product-section .main-product[data-id=layout-8] .product-gallery .product-main-slide .main-item:nth-child(4) .media-preview-wrap {
		aspect-ratio: 1/0.63;
	}
	.main-product-section .main-product[data-id=layout-8] .product-gallery .product-main-slide .main-item:nth-child(4) .media-preview-wrap .media-preview {
		aspect-ratio: 1/0.63;
	}
}
@media (min-width: 992px) {
	.main-product-section .main-product[data-id=layout-8] .product-gallery .single-media {
		background-color: rgba(var(--heading-color), 0.03);
	}
	.main-product-section .main-product[data-id=layout-8] .product-gallery .single-media .main-item {
		width: 33.3333333333%;
		margin: 0 auto;
	}
}
.main-product-section .main-product[data-id=layout-7] .product-summary, .main-product-section .main-product[data-id=layout-8] .product-summary {
	width: 100%;
	gap: 6rem;
}
.main-product-section .main-product[data-id=layout-7] .product-summary .product-summary-details, .main-product-section .main-product[data-id=layout-8] .product-summary .product-summary-details {
	width: calc((100% - 6rem) / 2);
}
.main-product-section .main-product[data-id=layout-7] .product-summary .product-summary-details + .product-summary-inner, .main-product-section .main-product[data-id=layout-8] .product-summary .product-summary-details + .product-summary-inner {
	width: calc((100% - 6rem) / 2);
}
.main-product-section .main-product[data-id=layout-7] .product-summary .product-summary-details .custom-html + .collapsible-details, .main-product-section .main-product[data-id=layout-8] .product-summary .product-summary-details .custom-html + .collapsible-details {
	margin-top: 2.4rem;
}
.main-product-section .main-product[data-id=layout-7] .product-summary .product-summary-details .collapsible-details .product-accordion.specifications .accordion-content table, .main-product-section .main-product[data-id=layout-8] .product-summary .product-summary-details .collapsible-details .product-accordion.specifications .accordion-content table {
	width: 100%;
}
.main-product-section .main-product[data-id=layout-7] .product-summary .product-summary-details .collapsible-details .product-accordion:after, .main-product-section .main-product[data-id=layout-8] .product-summary .product-summary-details .collapsible-details .product-accordion:after {
	content: none;
}
.main-product-section .main-product[data-id=layout-7] .product-summary .product-summary-details .collapsible-details .product-accordion:first-child, .main-product-section .main-product[data-id=layout-8] .product-summary .product-summary-details .collapsible-details .product-accordion:first-child {
	border-top: 0;
}
.main-product-section .main-product[data-id=layout-7] .product-summary .product-summary-details .collapsible-details .product-accordion:first-child .accordion-summary, .main-product-section .main-product[data-id=layout-8] .product-summary .product-summary-details .collapsible-details .product-accordion:first-child .accordion-summary {
	padding-top: 0;
}
.main-product-section .main-product[data-id=layout-7] .product-summary .product-summary-details .collapsible-details .product-accordion:last-child, .main-product-section .main-product[data-id=layout-8] .product-summary .product-summary-details .collapsible-details .product-accordion:last-child {
	border-bottom: 0;
}
@media (max-width: 991px) {
	.main-product-section .main-product[data-id=layout-7] .product-summary, .main-product-section .main-product[data-id=layout-8] .product-summary {
		flex-direction: column-reverse;
		gap: 3rem;
	}
	.main-product-section .main-product[data-id=layout-7] .product-summary .product-summary-details, .main-product-section .main-product[data-id=layout-8] .product-summary .product-summary-details {
		width: 100%;
	}
	.main-product-section .main-product[data-id=layout-7] .product-summary .product-summary-details + .product-summary-inner, .main-product-section .main-product[data-id=layout-8] .product-summary .product-summary-details + .product-summary-inner {
		width: 100%;
		position: static;
	}
}
@media (max-width: 991px) {
	.main-product-section .main-product[data-id=layout-9] {
		display: flex;
		flex-direction: column;
		gap: 3rem;
	}
	.main-product-section .main-product[data-id=layout-9] .product-sidebar {
		order: 2;
	}
}
.main-product-section .main-product[data-id=layout-9] .product-main-content {
	width: 100%;
}
.main-product-section .main-product[data-id=layout-9] .product-main-content .product-main-content-inner {
	display: flex;
	flex-wrap: wrap;
}
.main-product-section .main-product[data-id=layout-9] .product-main-content .product-main-content-inner + .product-details-tabs {
	margin-top: 5.2rem;
}
@media (max-width: 991px) {
	.main-product-section .main-product[data-id=layout-9] .product-main-content .product-main-content-inner + .product-details-tabs {
		margin-top: 3rem;
	}
}
@media (max-width: 991px) {
	.main-product-section .main-product[data-id=layout-9] .product-main-content .product-main-content-inner {
		display: block;
	}
}
.main-product-section .main-product[data-id=layout-9] .product-main-content .product-details-tabs .tabs-head {
	justify-content: flex-start;
	margin-bottom: 3rem;
}
@media (max-width: 991px) {
	.main-product-section .main-product[data-id=layout-9] .product-main-content .product-details-tabs .tabs-head {
		margin-bottom: 1.6rem;
	}
}
.main-product-section .main-product[data-id=layout-9] .product-main-content .product-details-tabs .tabs-head .tabs-head-desktop .tab-head {
	font-size: var(--h6-font-size);
	font-weight: var(--heading-font-weight);
	color: rgba(var(--heading-color), 0.5);
	text-decoration-thickness: 0.1rem;
	text-underline-offset: 0.6rem;
	margin: 0 2.9rem;
}
.main-product-section .main-product[data-id=layout-9] .product-main-content .product-details-tabs .tabs-head .tabs-head-desktop .tab-head.active {
	color: rgb(var(--heading-color));
	text-decoration-color: rgb(var(--heading-color));
}
.main-product-section .main-product[data-id=layout-9] .product-main-content .product-details-tabs .tabs-head .tabs-head-desktop .tab-head:first-of-type {
	margin-left: 0;
}
.main-product-section .main-product[data-id=layout-9] .product-main-content .product-details-tabs .tabs-head .tabs-head-desktop .tab-head:last-of-type {
	margin-right: 0;
}
.main-product-section .main-product[data-id=layout-9] .product-main-content .product-details-tabs .tabs-head .tabs-head-mobile .dropdown-summary {
	font-size: var(--h6-smaller-font-size);
	font-weight: var(--heading-font-weight);
	color: rgb(var(--heading-color));
}
.main-product-section .main-product[data-id=layout-9] .product-main-content .product-details-tabs .tabs-head .tabs-head-mobile .dropdown-summary svg {
	width: 1.6rem;
	height: 1.6rem;
}
@media (max-width: 991px) {
	.main-product-section .main-product[data-id=layout-9] .product-main-content .product-details-tabs .tabs-head .tabs-head-mobile .dropdown-summary {
		font-size: var(--body-larger-font-size);
	}
}
.main-product-section .main-product[data-id=layout-9] .product-main-content .product-details-tabs .tabs-head .tabs-head-mobile .dropdown-content .dropdown-content-header {
	color: rgb(var(--heading-color));
	font-size: var(--body-larger-font-size);
	font-weight: var(--heading-font-weight);
}
.main-product-section .main-product[data-id=layout-9] .product-main-content .product-details-tabs .tabs-head .tabs-head-mobile .dropdown-content .dropdown-content-header svg {
	width: 1.6rem;
	height: 1.6rem;
}
.main-product-section .main-product[data-id=layout-9] .product-main-content .product-details-tabs .tabs-head .tabs-head-mobile .dropdown-content .dropdown-item {
	font-size: var(--body-larger-font-size);
}
.main-product-section .main-product[data-id=layout-9] .product-main-content .product-details-tabs .tabs-content .tab-content {
	margin: 0;
	padding: 0;
	font-size: var(--body-larger-font-size);
}
.main-product-section .main-product[data-id=layout-9] .product-gallery .product-thumb-slide {
	margin-top: 1.5rem;
}
@media (min-width: 992px) {
	.main-product-section .main-product[data-id=layout-9] .product-gallery .product-thumb-slide {
		margin-top: 2rem;
	}
	.main-product-section .main-product[data-id=layout-9] .product-gallery .product-thumb-slide .thumbs-item {
		max-width: 10rem;
	}
}
@media (min-width: 992px) {
	.main-product-section .main-product[data-id=layout-9] .product-sidebar {
		width: 20.9%;
		margin-right: 6rem;
		padding-top: 0.8rem;
	}
	.main-product-section .main-product[data-id=layout-9] .product-sidebar + .product-main-content {
		width: calc(79.1% - 6rem);
	}
	.main-product-section .main-product[data-id=layout-9] .product-sidebar + .product-main-content .product-gallery {
		width: 46.9%;
		margin-right: 4rem;
	}
	.main-product-section .main-product[data-id=layout-9] .product-sidebar + .product-main-content .product-gallery + .product-summary {
		width: calc(53.1% - 4rem);
	}
}
@media (max-width: 991px) {
	.main-product-section .main-product[data-id=layout-9] .product-sidebar {
		width: 100%;
	}
}
.main-product-section .main-product[data-id=layout-9] .product-sidebar > div:not(:last-child) {
	margin-bottom: 3.2rem;
}
@media (max-width: 991px) {
	.main-product-section .main-product[data-id=layout-9] .product-sidebar > div:not(:last-child) {
		margin-bottom: 2rem;
	}
}
.main-product-section .main-product[data-id=layout-9] .product-sidebar > div:not(:first-child) {
	padding-top: 3.3rem;
	border-top: 0.1rem solid rgba(var(--text-color), 0.2);
}
@media (max-width: 991px) {
	.main-product-section .main-product[data-id=layout-9] .product-sidebar > div:not(:first-child) {
		padding-top: 2rem;
	}
}
.main-product-section .main-product[data-id=layout-9] .product-sidebar .product-type .heading {
	margin-top: 0;
	margin-bottom: 1.8rem;
	font-size: var(--h6-smaller-font-size);
}
@media (max-width: 991px) {
	.main-product-section .main-product[data-id=layout-9] .product-sidebar .product-type .heading {
		font-size: var(--body-larger-font-size);
	}
}
.main-product-section .main-product[data-id=layout-9] .product-sidebar .product-type .list-product-type {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: var(--body-larger-font-size);
}
.main-product-section .main-product[data-id=layout-9] .product-sidebar .product-type .list-product-type li:not(:last-child) {
	margin-bottom: 1.25rem;
}
.main-product-section .main-product[data-id=layout-9] .product-sidebar .product-type .list-product-type li a {
	display: flex;
	justify-content: space-between;
	color: rgb(var(--text-color));
}
.main-product-section .main-product[data-id=layout-9] .product-sidebar .product-type .list-product-type li a:hover {
	color: rgb(var(--link-color));
}
.main-product-section .main-product[data-id=layout-9] .product-sidebar .product-type .list-product-type li a:hover .type-title {
	text-decoration-color: rgb(var(--link-color));
}
.main-product-section .main-product[data-id=layout-9] .product-sidebar .product-type .list-product-type li .link-underline-transparent:hover, .main-product-section .main-product[data-id=layout-9] .product-sidebar .product-type .list-product-type li .product-summary .complementary .card-content .form-add-to-cart .submit:hover, .product-summary .complementary .card-content .form-add-to-cart .main-product-section .main-product[data-id=layout-9] .product-sidebar .product-type .list-product-type li .submit:hover {
	text-decoration-thickness: 0.1rem;
}
.main-product-section .main-product[data-id=layout-9] .product-sidebar .custom-html .heading {
	margin-top: 0;
	margin-bottom: 1.8rem;
	font-size: var(--h6-smaller-font-size);
}
@media (max-width: 991px) {
	.main-product-section .main-product[data-id=layout-9] .product-sidebar .custom-html .heading {
		font-size: var(--body-larger-font-size);
	}
}
.main-product-section .main-product[data-id=layout-9] .product-sidebar .custom-html .list-item .item {
	display: flex;
	gap: 1.6rem;
}
.main-product-section .main-product[data-id=layout-9] .product-sidebar .custom-html .list-item .item:not(:last-child) {
	margin-bottom: 2rem;
}
.main-product-section .main-product[data-id=layout-9] .product-sidebar .custom-html .list-item .item .icon-box-icon svg {
	width: 4.8rem;
	height: 4.8rem;
}
.main-product-section .main-product[data-id=layout-9] .product-sidebar .custom-html .list-item .item .icon-box-content .icon-box-title {
	font-size: var(--body-larger-font-size);
	font-weight: var(--heading-font-weight);
	color: rgb(var(--heading-color));
}
.main-product-section .main-product[data-id=layout-9] .product-sidebar .custom-html .list-item .item .icon-box-content .icon-box-title + .icon-box-description {
	margin-top: 0.3rem;
}
.main-product-section .main-product[data-id=layout-9] .product-sidebar .custom-html .list-item .item .icon-box-content .icon-box-description {
	font-size: var(--body-larger-font-size);
}
.main-product-section .main-product[data-id=layout-9] .product-sidebar .product-complementary .complementary-title {
	margin-top: 0;
	margin-bottom: 1.8rem;
	font-size: var(--h6-smaller-font-size);
}
@media (max-width: 991px) {
	.main-product-section .main-product[data-id=layout-9] .product-sidebar .product-complementary .complementary-title {
		font-size: var(--body-larger-font-size);
	}
}
.main-product-section .main-product[data-id=layout-9] .product-sidebar .product-complementary .complementary-content .complementary-card {
	display: flex;
	position: relative;
	align-items: center;
}
.main-product-section .main-product[data-id=layout-9] .product-sidebar .product-complementary .complementary-content .complementary-card + .complementary-card {
	margin-top: 2rem;
}
.main-product-section .main-product[data-id=layout-9] .product-sidebar .product-complementary .complementary-content .complementary-card .card-media-wrapper {
	width: 8rem;
	min-width: 8rem;
	margin-right: 2rem;
}
.main-product-section .main-product[data-id=layout-9] .product-sidebar .product-complementary .complementary-content .complementary-card .card-media-wrapper .card-media {
	position: relative;
	border-radius: 0.8rem;
}
.main-product-section .main-product[data-id=layout-9] .product-sidebar .product-complementary .complementary-content .complementary-card .card-content .product-title {
	font-size: var(--body-larger-font-size);
	margin-top: 0;
	margin-bottom: 0.5rem;
}
.main-product-section .main-product[data-id=layout-9] .product-sidebar .product-complementary .complementary-content .complementary-card .card-content .product-price {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.8rem;
}
.main-product-section .main-product[data-id=layout-9] .product-sidebar .product-complementary .complementary-content .complementary-card .card-content .product-price .price {
	font-size: var(--body-larger-font-size);
	font-weight: var(--heading-font-weight);
	color: rgb(var(--heading-color));
}
.main-product-section .main-product[data-id=layout-9] .product-sidebar .product-complementary .complementary-content .complementary-card .card-content .product-price .price + .regular-price {
	font-size: var(--body-font-size);
	font-weight: var(--body-font-weight);
	color: rgba(var(--text-color), 0.8);
	padding-left: 0;
	position: relative;
}
.main-product-section .main-product[data-id=layout-9] .product-sidebar .product-complementary .complementary-content .complementary-card .card-content .product-price .regular-price {
	font-size: var(--h6-font-size);
	font-weight: var(--heading-font-weight);
	color: rgb(var(--heading-color));
	margin-right: 0;
}
.main-product-section .main-product[data-id=layout-9] .product-sidebar .product-complementary .complementary-content .complementary-card .card-content .product-price .saved-price {
	font-size: var(--body-font-size);
	font-weight: var(--heading-font-weight);
	color: #1f1f1f;
	padding: 0.1rem 1.1rem;
	background-color: rgb(var(--sale-price-color));
	border-radius: 3.6rem;
}
.main-product-section .main-product[data-id=layout-9] .product-sidebar .product-complementary .swiper-controls {
	display: flex;
	justify-content: flex-start;
	margin: 2rem 0;
}
.main-product-section .main-product[data-id=layout-9] .product-sidebar .product-complementary .swiper-controls .swiper-button-prev,
.main-product-section .main-product[data-id=layout-9] .product-sidebar .product-complementary .swiper-controls .swiper-button-next,
.main-product-section .main-product[data-id=layout-9] .product-sidebar .product-complementary .swiper-controls .swiper-pagination {
	position: static;
	transform: none;
}
.main-product-section .main-product[data-id=layout-9] .product-sidebar .product-complementary .swiper-controls .swiper-button-prev,
.main-product-section .main-product[data-id=layout-9] .product-sidebar .product-complementary .swiper-controls .swiper-button-next {
	background: none;
	border: 0;
}
.main-product-section .main-product[data-id=layout-9] .product-sidebar .product-complementary .swiper-controls .swiper-pagination {
	width: auto;
	margin: 0 1rem;
}
.main-product-section .product-stock-status {
	font-size: 1.5rem;
}
.direction-up .main-product-section .sticky-add-to-cart.active[data-direction=up], .direction-down .main-product-section .sticky-add-to-cart.active[data-direction=down] {
	transform: translateY(0);
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}
.main-product-section .sticky-add-to-cart {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999;
	background-color: rgb(var(--background-color));
	box-shadow: 0px 5px 18px 5px rgba(64, 72, 87, 0.1490196078);
	transition: all 0.3s ease;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transform: translateY(100%);
}
.main-product-section .sticky-add-to-cart:not([data-direction]).active {
	transform: translateY(0);
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}
.main-product-section .sticky-add-to-cart .sticky-add-to-cart-inner {
	min-height: 10rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.main-product-section .sticky-add-to-cart .product-content {
	display: flex;
	align-items: center;
}
@media (max-width: 767px) {
	.main-product-section .sticky-add-to-cart .product-content {
		display: none;
	}
}
.main-product-section .sticky-add-to-cart .product-content .product-image-wrapper {
	position: relative;
	margin-right: 1.6rem;
	width: 5.6rem;
	min-width: 5.6rem;
	border-radius: 0.8rem;
	overflow: hidden;
}
.main-product-section .sticky-add-to-cart .product-content .product-image-link.loading img {
	opacity: 0.4;
}
.main-product-section .sticky-add-to-cart .product-content .product-infomation {
	padding: 1rem 1rem 1rem 0;
}
.main-product-section .sticky-add-to-cart .product-content .product-infomation .product-title {
	margin-top: 0;
	margin-bottom: 0.4rem;
	font-size: var(--body-larger-font-size);
}
.main-product-section .sticky-add-to-cart .product-content .product-infomation .product-price {
	display: flex;
	align-items: center;
	gap: 0.8rem;
}
.main-product-section .sticky-add-to-cart .product-content .product-infomation .product-price .price {
	font-size: var(--body-larger-font-size);
	font-weight: var(--heading-font-weight);
	color: rgb(var(--heading-color));
}
.main-product-section .sticky-add-to-cart .product-content .product-infomation .product-price .price + .regular-price {
	font-size: var(--body-font-size);
	font-weight: var(--body-font-weight);
	color: rgb(var(--text-color));
	margin-right: 0;
}
.main-product-section .sticky-add-to-cart .product-content .product-infomation .product-price .regular-price {
	font-size: var(--body-larger-font-size);
	font-weight: var(--heading-font-weight);
	color: rgb(var(--heading-color));
	margin-right: 0;
}
.main-product-section .sticky-add-to-cart .product-content .product-infomation .product-price .saved-price {
	font-size: var(--body-font-size);
	font-weight: var(--heading-font-weight);
	color: #1f1f1f;
	padding: 0.1rem 1.1rem;
	background-color: rgb(var(--sale-price-color));
	border-radius: 3.6rem;
}
.main-product-section .sticky-add-to-cart .product-add-to-cart {
	display: flex;
	align-items: center;
}
.main-product-section .sticky-add-to-cart .product-add-to-cart .selector-wrapper {
	display: flex;
	gap: 3.2rem;
}
@media (max-width: 1366px) {
	.main-product-section .sticky-add-to-cart .product-add-to-cart .selector-wrapper {
		gap: 1.5rem;
	}
}
@media (max-width: 767px) {
	.main-product-section .sticky-add-to-cart .product-add-to-cart {
		flex-grow: 1;
	}
	.main-product-section .sticky-add-to-cart .product-add-to-cart .selector-wrapper {
		display: none;
	}
	.main-product-section .sticky-add-to-cart .product-add-to-cart .add-to-cart-button,
	.main-product-section .sticky-add-to-cart .product-add-to-cart .product-buy {
		flex-grow: 1;
	}
}
.main-product-section .sticky-add-to-cart .product-add-to-cart .product-variants {
	display: flex;
	align-items: center;
	gap: 3.2rem;
}
@media (max-width: 1366px) {
	.main-product-section .sticky-add-to-cart .product-add-to-cart .product-variants {
		gap: 1.5rem;
	}
}
@media (max-width: 991px) {
	.main-product-section .sticky-add-to-cart .product-add-to-cart .product-variants {
		display: none;
	}
}
.main-product-section .sticky-add-to-cart .product-add-to-cart .product-variants .variant-field {
	display: flex;
	align-items: center;
	gap: 1.2rem;
}
.main-product-section .sticky-add-to-cart .product-add-to-cart .product-variants .variant-field select {
	height: 4.8rem;
	min-width: 7.7rem;
	background-color: rgba(var(--button-text-color), 0.03);
	border: var(--button-border-width) solid rgba(var(--button-outline-color), 0.1);
	border-radius: var(--button-radius);
	font-size: var(--body-larger-font-size);
	font-weight: var(--heading-font-weight);
	color: rgb(var(--button-text-color));
	box-shadow: none;
	padding: 1rem 3rem 1rem 1.2rem;
	background-image: url("data:image/svg+xml,%3Csvg width='16' height='10' viewBox='0 0 16 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.712584 1.04861C0.970261 0.787569 1.37348 0.763838 1.65762 0.97742L1.73903 1.04861L8 7.3911L14.261 1.04862C14.5186 0.78757 14.9219 0.763838 15.206 0.977421L15.2874 1.04862C15.5451 1.30966 15.5685 1.71815 15.3577 2.00601L15.2874 2.08848L8.51322 8.95122C8.25554 9.21227 7.85232 9.236 7.56818 9.02242L7.48678 8.95122L0.712584 2.08848C0.429139 1.80133 0.429139 1.33576 0.712584 1.04861Z' fill='currentColor'/%3E%3C/svg%3E");
	background-position: right 1.2rem top 52%;
}
.main-product-section .sticky-add-to-cart .product-add-to-cart .product-quantity {
	display: flex;
	align-items: center;
	gap: 1.2rem;
}
.main-product-section .sticky-add-to-cart .product-add-to-cart .product-quantity .quantity {
	width: 14rem;
	height: 4.8rem;
}
.main-product-section .sticky-add-to-cart .product-add-to-cart .product-quantity .quantity .quantity-button {
	width: 3.6rem;
}
.main-product-section .sticky-add-to-cart .product-add-to-cart .product-quantity .quantity .quantity-button svg {
	width: 2.4rem;
}
.main-product-section .sticky-add-to-cart .product-add-to-cart .product-quantity .quantity .quantity-input {
	font-size: var(--body-largest-font-size);
}
.main-product-section .sticky-add-to-cart .product-add-to-cart .field-title {
	font-size: var(--body-larger-font-size);
	font-weight: var(--heading-font-weight);
	color: rgb(var(--heading-color));
}
@media (max-width: 1366px) {
	.main-product-section .sticky-add-to-cart .product-add-to-cart .field-title {
		display: none;
	}
}
.main-product-section .sticky-add-to-cart .product-add-to-cart .product-buy {
	display: flex;
	gap: 3.2rem;
}
@media (max-width: 1366px) {
	.main-product-section .sticky-add-to-cart .product-add-to-cart .product-buy {
		gap: 1.5rem;
	}
}
.main-product-section .sticky-add-to-cart .product-add-to-cart .add-to-cart-button {
	height: 4.8rem;
	min-width: 27.4rem;
	font-size: var(--body-font-size);
	font-weight: var(--heading-font-weight);
	border-radius: var(--button-radius);
	color: rgb(var(--button-bg-color));
	background-color: rgb(var(--button-text-color));
	text-transform: uppercase;
}
.main-product-section .sticky-add-to-cart .product-add-to-cart .add-to-cart-button:before {
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(var(--button-bg-color), 0.3) 100%);
}
.main-product-section .sticky-add-to-cart .product-add-to-cart .add-to-cart-button.loading {
	color: transparent;
}
.main-product-section .sticky-add-to-cart .product-add-to-cart .add-to-cart-button.loading:before {
	background: transparent;
	border-color: rgb(var(--button-bg-color));
	border-top-color: transparent;
}
@media (max-width: 1366px) {
	.main-product-section .sticky-add-to-cart .product-add-to-cart .add-to-cart-button {
		min-width: 20rem;
	}
}
@media (max-width: 991px) {
	.main-product-section .sticky-add-to-cart .product-add-to-cart .add-to-cart-button {
		min-width: 15rem;
		padding-left: 1rem;
		padding-right: 1rem;
	}
}

@media (max-width: 991px) {
	.product-gallery {
		margin-bottom: 3rem;
		width: 100%;
	}
}
.product-gallery + .product-summary {
	margin: 0;
}
.product-gallery .product-media-box {
	position: relative;
}
.product-gallery .product-media-box .swiper-controls {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}
.product-gallery .product-media-box .swiper-controls .swiper-pagination-custom {
	position: static;
	width: auto;
}
.product-gallery .product-media-box .swiper-controls .swiper-button-next,
.product-gallery .product-media-box .swiper-controls .swiper-button-prev {
	position: static;
	transform: none;
	border: 0;
	width: 4.5rem;
	height: 4.5rem;
	background-color: transparent;
}
@media (hover: hover) {
	.product-gallery .product-media-box .swiper-controls .swiper-button-next:hover,
	.product-gallery .product-media-box .swiper-controls .swiper-button-prev:hover {
		color: rgb(var(--text-color));
		background-color: transparent;
		transform: scale(1.2);
	}
}
.product-gallery .product-media-box.single-media .main-item {
	width: 100%;
	margin-bottom: 0;
}
.product-gallery .product-media-box.single-media .media-preview-wrap {
	width: 100%;
}
.product-gallery .check-group-image .product-main-slide.sr-only + .product-thumb-slide {
	display: none;
}
.product-gallery .media-loaded[data-model] .view-media {
	display: flex;
}
.product-gallery .media-loaded[data-model] .media-preview {
	visibility: visible;
}
.product-gallery .media-loaded[data-model] .view-media {
	display: none;
}
.product-gallery .media-loaded[data-model]:not([data-image]) .media-preview {
	visibility: hidden;
}
.product-gallery .media-loaded[data-model] .media-preview {
	visibility: hidden;
}
.product-gallery .media-loaded .view-media:not(.media-360-button) {
	display: none;
}
.product-gallery .media-loaded .media-content {
	visibility: visible;
}
.product-gallery .view-media {
	position: absolute;
	bottom: 2rem;
	right: 2rem;
	z-index: 15;
	width: 8rem;
	height: 8rem;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 1;
	visibility: visible;
	border-radius: var(--button-radius);
	background-color: rgb(var(--button-text-color));
	color: rgb(var(--button-bg-color));
	transition-duration: 0.2s;
}
.product-gallery .view-media svg {
	height: 3.2rem;
	width: 3.2rem;
}
@media (max-width: 991px) {
	.product-gallery .view-media {
		width: 5rem;
		height: 5rem;
	}
	.product-gallery .view-media svg {
		height: 2rem;
		width: 2rem;
	}
}
.product-gallery .gallery-thumbs .thumbs-item .view-media {
	width: 3.2rem;
	height: 3.2rem;
	bottom: 1.2rem;
	right: 1.2rem;
	border-radius: 0.8rem;
}
.product-gallery .gallery-thumbs .thumbs-item .view-media svg {
	height: 1.2rem;
	width: 1.2rem;
}
.product-gallery .media-template + .media-preview {
	visibility: hidden;
}
.product-gallery .media-content {
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	position: absolute;
	visibility: hidden;
}
.product-gallery .media-content iframe,
.product-gallery .media-content video {
	width: 100%;
	height: 100%;
}
.product-gallery .media-preview-wrap.active .thumb-view,
.product-gallery .swiper-slide-thumb-active .thumb-view {
	color: rgb(var(--button-bg-color));
	opacity: 1;
}
.product-gallery .thumb-view {
	width: 3.2rem;
	height: 3.2rem;
	position: absolute;
	right: 1.2rem;
	bottom: 1.2rem;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 0.8rem;
	background-color: rgb(var(--button-text-color));
	color: rgb(var(--button-bg-color));
	opacity: 1;
	transition: opacity 0.2s ease;
	z-index: 5;
}
.product-gallery .thumb-view svg {
	height: 1.2rem;
	width: 1.2rem;
}
.product-gallery .media-preview-wrap {
	position: relative;
	cursor: pointer;
	background-repeat: no-repeat;
	border: 1px solid rgba(18, 18, 18, 0.05);
	padding: 0;
	height: 100%;
	width: 100%;
	min-height: 15rem;
}
.product-gallery .media-preview-wrap:not(.lazy-image) {
	background-color: transparent;
}
@media (hover: hover) {
	.product-gallery .media-preview-wrap[data-zoom].loading:hover .media-preview {
		opacity: 0.3;
	}
	.product-gallery .media-preview-wrap[data-zoom].loading:hover:before {
		content: "";
		z-index: 5;
		position: absolute;
		border: 3px solid rgb(var(--loading-color));
		border-top-color: transparent;
		border-radius: 50%;
		height: 20px;
		width: 20px;
		top: 50%;
		left: 50%;
		animation: circle-loading 500ms infinite linear;
	}
	.product-gallery .media-preview-wrap[data-zoom].zooming:hover .media-preview {
		opacity: 0;
	}
	.product-gallery .media-preview-wrap:hover .open-media-fullscreen {
		opacity: 1;
		visibility: visible;
	}
}
.product-gallery .media-preview-wrap[data-external_video], .product-gallery .media-preview-wrap[data-video], .product-gallery .media-preview-wrap[data-model] {
	height: 100%;
	width: 100%;
}
.product-gallery .media-preview-wrap[data-video] {
	aspect-ratio: 1/1.33;
}
.product-gallery .shopify-model-viewer-ui,
.product-gallery model-viewer {
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	position: absolute;
}
.product-gallery .product-model {
	display: block;
	border: 0.2rem solid rgba(var(--heading-color), 0.3);
	border-radius: 2rem;
}
.product-gallery .product-xr-button {
	display: none;
}
.product-gallery model-viewer {
	border: 1px solid rgba(18, 18, 18, 0.05);
}
.product-gallery [loaded=true] .view-media {
	display: none;
}
.product-gallery .modal-toggle-button {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 50;
}
.product-gallery .open-media-fullscreen {
	position: absolute;
	right: 2rem;
	bottom: 2rem;
	pointer-events: none;
	width: 3.6rem;
	height: 3.6rem;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	visibility: hidden;
	transition-duration: 0.2s;
	background-color: rgb(var(--button-text-color));
	border-radius: 5rem;
	color: rgb(var(--button-bg-color));
}
@media (max-width: 991px) {
	.product-gallery .open-media-fullscreen {
		opacity: 1;
		visibility: visible;
	}
}
.product-gallery .open-media-fullscreen svg {
	width: 1.8rem;
	height: 1.8rem;
}
.product-gallery .media-template {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
}
.product-gallery .media-preview {
	width: 100%;
	height: 100%;
	object-fit: cover;
	aspect-ratio: 1/1.33;
}
.product-gallery .media-zoom {
	position: absolute;
	top: 1rem;
	right: 1rem;
	z-index: 15;
	cursor: pointer;
	width: 5rem;
	height: 5rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.product-summary {
	display: flex;
	align-items: flex-start;
	margin: 0 auto;
	z-index: 1;
}
.product-summary .product-summary-inner {
	position: sticky;
	top: 3rem;
	width: 100%;
}
@media (max-width: 991px) {
	.product-summary .product-summary-inner.text-left .product-countdown {
		justify-content: flex-start;
	}
}
.product-summary .product-summary-inner.text-right .collapsible-tab .accordion-caret,
.product-summary .product-summary-inner.text-right .complementary .accordion-caret {
	order: -1;
}
.product-summary .product-summary-inner.text-right .variant-field {
	justify-content: flex-end;
}
.product-summary .product-summary-inner.text-right .variant-button .field-value + .field-label {
	margin-right: 0;
	margin-left: 1rem;
}
.product-summary .product-summary-inner.text-right .product-share .social-media-list li {
	margin-right: 0;
	margin-left: 1rem;
}
.product-summary .product-summary-inner.text-right .pickup-availability .pickup-availability-info {
	justify-content: flex-end;
}
.product-summary .product-summary-inner.text-right .product-price {
	justify-content: flex-end;
}
.product-summary .product-summary-inner.text-right .product-icon-box .list-item .item {
	justify-content: flex-end;
}
.product-summary .product-summary-inner.text-right .complementary .complementary-card {
	justify-content: flex-end;
}
.product-summary .product-summary-inner.text-right .complementary .swiper-controls {
	justify-content: flex-end;
}
.product-summary .product-summary-inner.text-right .product-countdown {
	justify-content: flex-end;
}
.product-summary .product-summary-inner.text-center .variant-field {
	justify-content: center;
}
.product-summary .product-summary-inner.text-center .product-countdown {
	justify-content: center;
}
.product-summary .product-summary-inner.text-center .product-countdown .field-title {
	min-width: auto;
	margin-right: 1rem;
}
.product-summary .product-summary-inner.text-center .pickup-availability .pickup-availability-info {
	justify-content: center;
}
.product-summary .product-summary-inner.text-center .product-price {
	justify-content: center;
}
.product-summary .product-summary-inner.text-center .product-icon-box .list-item .item {
	justify-content: center;
}
.product-summary .product-summary-inner.text-center .complementary .complementary-card {
	justify-content: center;
}
.product-summary .product-summary-inner.text-center .complementary .swiper-controls {
	justify-content: center;
}
@media (max-width: 991px) {
	.product-summary .product-summary-inner.text-center .product-countdown {
		justify-content: center;
	}
}
.product-summary .product-summary-inner.show-box-shadow {
	padding: 4rem;
	border-radius: 2.4rem;
	box-shadow: 0px 10px 25px 0px rgba(43, 52, 74, 0.1215686275);
	box-shadow: 0px 10px 25px 0px rgba(var(--heading-color), 0.1);
}
@media (max-width: 991px) {
	.product-summary .product-summary-inner.show-box-shadow {
		padding: 3rem;
	}
}
.product-summary .summary-item:empty {
	display: none;
}
.product-summary .product-sale-label {
	font-weight: 500;
	color: rgb(var(--sale-label-color));
}
.product-summary .product-collection {
	font-size: var(--body-small-font-size);
	font-weight: var(--heading-font-weight);
	color: rgba(var(--text-color), 0.8);
	letter-spacing: 0.08rem;
}
.product-summary .product-collection > a {
	color: rgba(var(--text-color), 0.8);
}
.product-summary .product-collection > a:hover {
	text-decoration-color: rgba(var(--text-color), 0.8);
}
.product-summary .product-title {
	margin: 0;
	line-height: 1.1111111111;
}
.product-summary .product-block .spr-starrating {
	display: inline-flex;
}
.product-summary .product-block .spr-stars > span {
	display: inline-flex;
}
.product-summary .product-text {
	font-size: var(--body-larger-font-size);
	color: rgb(var(--text-color));
	margin: 0;
}
.product-summary .product-text strong {
	color: rgb(var(--heading-color));
}
.product-summary .product-price {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 1.2rem;
}
.product-summary .product-price .price {
	font-size: var(--h6-font-size);
	font-weight: var(--heading-font-weight);
	color: rgb(var(--heading-color));
}
.product-summary .product-price .price + .regular-price {
	font-size: var(--body-larger-font-size);
	font-weight: var(--body-font-weight);
	color: rgba(var(--text-color), 0.8);
	padding-left: 1.2rem;
	position: relative;
}
.product-summary .product-price .price + .regular-price:before {
	content: "";
	position: absolute;
	width: 0.1rem;
	height: 1.6rem;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	background-color: rgba(var(--text-color), 0.2);
}
@media (max-width: 991px) {
	.product-summary .product-price .price {
		font-size: var(--body-larger-font-size);
	}
	.product-summary .product-price .price + .regular-price {
		font-size: var(--body-font-size);
	}
}
.product-summary .product-price .regular-price {
	font-size: var(--h6-font-size);
	font-weight: var(--heading-font-weight);
	color: rgb(var(--heading-color));
	margin-right: 0;
}
.product-summary .product-price .saved-price {
	font-size: var(--body-font-size);
	font-weight: var(--heading-font-weight);
	color: #1f1f1f;
	padding: 0.1rem 1.1rem;
	background-color: rgb(var(--sale-price-color));
	border-radius: 3.6rem;
}
.product-summary .product-description {
	color: rgb(var(--text-color));
	font-size: var(--body-larger-font-size);
}
.product-summary .product-description ul,
.product-summary .product-description ol {
	list-style-position: inside;
	padding: 0;
}
.product-summary .product-information {
	font-size: var(--body-larger-font-size);
}
.product-summary .product-information .info-item:not(:last-child) {
	margin-bottom: 1.2rem;
}
.product-summary .product-information .info-name {
	font-weight: var(--heading-font-weight);
	display: inline-block;
	color: rgb(var(--heading-color));
	margin-right: 0.5rem;
}
.product-summary .product-information a {
	color: rgb(var(--text-color));
}
@media (hover: hover) {
	.product-summary .product-information a:hover {
		color: rgb(var(--heading-color));
	}
}
.product-summary [data-type=add-to-cart-form].disabled .product-quantity,
.product-summary [data-type=add-to-cart-form].disabled [name=add],
.product-summary [data-type=add-to-cart-form].disabled .shopify-payment-button {
	pointer-events: none;
	opacity: 0.5;
}
.product-summary [data-type=add-to-cart-form] .field-title {
	display: block;
	font-size: var(--body-larger-font-size);
	font-weight: var(--heading-font-weight);
	color: rgb(var(--heading-color));
	margin-bottom: 1.2rem;
}
.product-summary .product-variants {
	border-radius: 0.4rem;
}
.product-summary .product-variants .variant-field + .variant-field {
	margin-top: 2rem;
}
.product-summary .product-variants .field-title {
	font-size: var(--body-larger-font-size);
	font-weight: var(--heading-font-weight);
	color: rgb(var(--heading-color));
	margin-bottom: 1.2rem;
}
.product-summary .product-variants .field-wrap-inner {
	display: inline-flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 0.8rem;
}
.product-summary .variant-swatch.swatches-circle .field-button,
.product-summary .variant-swatch.swatches-circle .swatch,
.product-summary .variant-swatch.swatches-circle .swatch img {
	border-radius: 5rem;
}
.product-summary .variant-swatch.swatches-square .field-button,
.product-summary .variant-swatch.swatches-square .swatch,
.product-summary .variant-swatch.swatches-square .swatch img {
	border-radius: var(--button-radius);
}
.product-summary .variant-swatch .field-value:focus-visible + .field-label {
	outline: 0.2rem solid rgba(18, 18, 18, 0.5);
	outline-offset: 0.3rem;
	box-shadow: 0 0 0 0.3rem rgb(255, 255, 255), 0 0 0.5rem 0.4rem rgba(18, 18, 18, 0.3);
}
.product-summary .variant-swatch .field-value:checked + .field-label {
	cursor: default;
	border-color: rgb(var(--button-outline-color));
}
.product-summary .variant-swatch .field-value:checked + .swatch:after {
	opacity: 1;
	visibility: visible;
}
.product-summary .variant-swatch .field-value:checked + .swatch-image {
	border-color: rgba(var(--text-color), 0.8);
}
.product-summary .variant-swatch .field-value:checked + .field-button,
.product-summary .variant-swatch .field-value:checked + .invalid-color,
.product-summary .variant-swatch .field-value:checked + .swatch-png {
	border-color: rgb(var(--text-color));
}
.product-summary .variant-swatch .field-value:checked + .field-button:not(.soldout),
.product-summary .variant-swatch .field-value:checked + .invalid-color:not(.soldout) {
	color: rgb(var(--button-bg-color));
	background-color: rgb(var(--button-text-color));
	border-color: rgb(var(--button-outline-color));
}
.product-summary .variant-swatch .field-item {
	position: relative;
}
.product-summary .variant-swatch .field-label {
	line-height: 1;
	cursor: pointer;
	position: relative;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border: 0.1rem solid transparent;
}
.product-summary .variant-swatch .field-label.invalid-color {
	border: 0.1rem solid rgba(var(--text-color), 0.2);
	color: rgba(var(--button-text-color), 0.7);
	padding: 0 1.6rem;
	width: auto !important;
}
.product-summary .variant-swatch .field-label.invalid-color:hover {
	color: rgba(var(--button-text-color));
}
.product-summary .variant-swatch .field-label.swatch-png {
	border: 0.1rem solid rgba(var(--text-color), 0.2);
	padding: 0;
}
.product-summary .variant-swatch .field-label.swatch-png img {
	max-width: 100%;
	max-height: 100%;
}
.product-summary .variant-swatch .field-label:last-of-type {
	margin-right: 0;
}
.product-summary .variant-swatch .field-label + .tooltip {
	border-radius: 0.2rem;
	padding: 0.2rem 1rem;
	color: rgb(var(--button-bg-color));
	background-color: rgb(var(--button-text-color));
	bottom: calc(100% + 1.1rem);
	left: 50%;
	transform: translateX(-50%) translateY(5px);
}
.product-summary .variant-swatch .field-label + .tooltip:before {
	border-color: rgb(var(--button-text-color)) transparent transparent transparent;
}
.product-summary .variant-swatch .field-label:hover {
	border-color: rgb(var(--button-outline-color));
}
.product-summary .variant-swatch .field-label:hover + .tooltip {
	transform: translateX(-50%) translateY(0);
	opacity: 1;
	visibility: visible;
}
.product-summary .variant-swatch .field-button {
	color: rgba(var(--button-text-color), 0.7);
	background-color: transparent;
	font-size: var(--body-larger-font-size);
	font-weight: var(--heading-font-weight);
	transition-duration: 0.2s;
	white-space: nowrap;
	border: 0.1rem solid rgba(var(--button-outline-color), 0.1);
	padding: 0 1.6rem;
	overflow: hidden;
}
.product-summary .variant-swatch .field-button:hover {
	color: rgb(var(--button-text-color));
	border-color: rgb(var(--button-outline-color));
}
.product-summary .variant-swatch .swatch {
	background-color: rgb(var(--background-color));
	width: 2.5rem;
	height: 2.5rem;
	padding: 0;
	border: 0.1rem solid rgba(255, 255, 255, 0.2);
}
.product-summary .variant-swatch .swatch.dark {
	border-color: rgba(31, 31, 31, 0.2);
}
.product-summary .variant-swatch .swatch.dark:after {
	background-image: var(--tick-black);
}
.product-summary .variant-swatch .swatch.dark:hover {
	border-color: rgb(var(--button-outline-color));
}
.product-summary .variant-swatch .swatch img {
	border-radius: 0.4rem;
}
.product-summary .variant-swatch .swatch-image {
	border: 0.1rem solid transparent;
	transition: border-color 0.3s ease;
}
.product-summary .variant-swatch .swatch-image:after {
	content: none;
}
.product-summary .variant-swatch .soldout {
	opacity: 0.3;
	background-color: rgba(var(--button-text-color), 0.1);
	overflow: hidden;
}
.product-summary .variant-swatch .soldout.swatch-color:not(.dark):before {
	border-top-color: rgba(255, 255, 255, 0.7);
}
.product-summary .variant-swatch .soldout.swatch-color:not(.dark):after {
	border-top-color: rgba(255, 255, 255, 0.7);
}
.product-summary .variant-swatch .soldout.swatch-color.invalid-color {
	overflow: hidden;
}
.product-summary .variant-swatch .soldout.swatch-color.invalid-color:before {
	border-top-color: rgba(31, 31, 31, 0.7);
}
.product-summary .variant-swatch .soldout.swatch-color.invalid-color:after {
	border-top-color: rgba(31, 31, 31, 0.7);
}
.product-summary .variant-swatch .soldout:before {
	content: "";
	position: absolute;
	width: 100%;
	border-top: 0.2rem dashed rgba(31, 31, 31, 0.7);
	top: 50%;
	left: 50%;
	transform: rotate(45deg) translate(-50%, -50%);
	transform-origin: top left;
}
.product-summary .variant-swatch .soldout:after {
	content: "";
	position: absolute;
	width: 100%;
	border-top: 0.2rem dashed rgba(var(--heading-color), 0.5);
	bottom: 50%;
	left: 50%;
	transform: rotate(135deg) translate(-50%, -50%);
	transform-origin: bottom left;
}
.product-summary .variant-dropdown .field-value {
	min-width: 15rem;
	color: rgb(var(--button-text-color));
	box-shadow: 0 0 0 0.1rem rgb(var(--button-outline-color));
}
.product-summary .item-field {
	display: flex;
	flex-wrap: wrap;
	gap: 1.2rem;
	margin-bottom: 2rem;
}
.product-summary .item-field .product-quantity .quantity {
	width: 18rem;
	height: 4.8rem;
}
.product-summary .item-field .product-quantity .quantity .quantity-input {
	font-size: var(--body-largest-font-size);
}
.product-summary .item-field .product-quantity .quantity .quantity-button {
	width: 3.6rem;
}
.product-summary .item-field .product-quantity .quantity .quantity-button svg {
	width: 2.4rem;
}
@media (max-width: 991px) {
	.product-summary .item-field .product-quantity .quantity {
		width: 14rem;
	}
}
.product-summary .product-warning {
	margin-bottom: 1rem;
}
.product-summary .product-warning svg {
	vertical-align: -0.4rem;
}
.product-summary .product-warning:empty {
	display: none;
}
.product-summary .add-to-cart-button {
	font-size: var(--body-font-size);
	padding: 0 1.5rem;
	height: 4.8rem;
	position: relative;
	font-weight: var(--heading-font-weight);
	flex-grow: 1;
	color: rgb(var(--button-text-color));
	background-color: rgb(var(--button-bg-color));
	border: var(--button-border-width) solid rgba(var(--button-outline-color));
}
.product-summary .add-to-cart-button.loading {
	color: transparent;
}
.product-summary .add-to-cart-button.loading:before {
	border-color: rgb(var(--button-text-color));
	border-top-color: transparent;
}
.product-summary .shopify-payment-button .shopify-payment-button__button--unbranded {
	font-size: var(--body-font-size);
	font-weight: var(--heading-font-weight);
	border-radius: var(--button-radius);
	color: rgb(var(--button-bg-color));
	background-color: #343434 !important;
}
.product-summary .shopify-payment-button .shopify-payment-button__button--unbranded:before {
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(var(--button-bg-color), 0.3) 100%);
}
.product-summary .product-actions .product-action {
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	color: rgb(var(--text-color));
}
.product-summary .product-actions .product-action.active .action-icon {
	color: rgb(var(--background-color));
	background-color: rgb(var(--text-color));
}
.product-summary .product-actions .product-action + .product-action {
	margin-left: 2.5rem;
}
@media (hover: hover) {
	.product-summary .product-actions .product-action:hover .action-text {
		color: rgb(var(--text-color));
	}
}
.product-summary .product-actions .action-icon {
	margin-right: 1rem;
	width: 3.5rem;
	height: 3.5rem;
	background-color: rgba(var(--text-color), 0.3);
	border-radius: 5rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.product-summary .product-actions .action-text {
	font-size: 1.2rem;
	font-weight: 500;
	text-transform: uppercase;
	transition-duration: 0.2s;
}
.product-summary.open {
	position: relative;
	z-index: 999;
}
.product-summary.open .product-popup .popup-item.open .popup-view {
	opacity: 1;
	visibility: visible;
}
.product-summary.open .product-popup .popup-item.open .popup-inner {
	transform: translateY(0);
}
.product-summary .product-popup {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 1.7rem;
}
.product-summary .product-popup .popup-toggle {
	color: rgb(var(--button-text-color));
	background-color: transparent;
	border: 0;
	padding: 0;
	font-size: var(--body-larger-font-size);
	font-weight: var(--heading-font-weight);
	display: flex;
	align-items: center;
}
.product-summary .product-popup .popup-toggle svg {
	margin-right: 0.5rem;
	width: 1.7rem;
	height: 1.7rem;
}
.product-summary .product-popup .popup-heading {
	margin-top: 0;
	line-height: 1;
}
@media (max-width: 991px) {
	.product-summary .product-popup .popup-heading {
		font-size: 3rem;
	}
}
.product-summary .product-popup .popup-close {
	width: 4rem;
	height: 4rem;
	border: none;
	background-color: rgba(var(--text-color), 0.07);
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	right: 2.4rem;
	top: 2.4rem;
}
@media (max-width: 991px) {
	.product-summary .product-popup .popup-close {
		right: 1.5rem;
		top: 1.5rem;
	}
}
.product-summary .product-popup .popup-close svg {
	width: 1.6rem;
	height: 1.6rem;
}
.product-summary .product-popup .popup-view {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	opacity: 0;
	visibility: hidden;
	z-index: 100;
	background-color: rgba(var(--overlay-color), 0.4);
	display: flex;
	justify-content: center;
	align-items: center;
	transition-duration: 0.2s;
}
.product-summary .product-popup .popup-inner {
	background-color: rgb(var(--background-color));
	width: 70%;
	height: 80%;
	position: relative;
	z-index: 999;
	transition-duration: 0.2s;
	transform: translateY(5rem);
	border-radius: 3.2rem;
	overflow: hidden;
}
@media (max-width: 991px) {
	.product-summary .product-popup .popup-inner {
		width: 100%;
		height: 100%;
		border-radius: 0;
	}
}
.product-summary .product-popup .popup-content {
	max-height: 100%;
	overflow: auto;
	padding: 4rem;
}
@media (max-width: 991px) {
	.product-summary .product-popup .popup-content {
		padding: 3rem 1.5rem;
	}
}
.product-summary .product-popup table {
	width: 100%;
	border: 0;
}
.product-summary .product-popup table td,
.product-summary .product-popup table th {
	padding: 0.6em 0.8em;
	text-align: center;
	border: 0;
}
.product-summary .product-popup table th {
	background-color: rgb(var(--text-color));
	color: rgb(var(--background-color));
	font-weight: 400;
}
.product-summary .product-popup table tbody tr:nth-child(odd) {
	background-color: rgba(var(--text-color), 0.8);
}
.product-summary .product-delivery-time {
	font-size: var(--body-larger-font-size);
}
.product-summary .product-delivery-time svg {
	width: 1.6rem;
	height: 1.9rem;
	margin-top: -0.5rem;
	margin-right: 0.5rem;
	color: rgb(var(--heading-color));
}
.product-summary .product-delivery-time .delivery-title {
	font-weight: var(--heading-font-weight);
	color: rgb(var(--heading-color));
	margin-right: 0.2rem;
}
.product-summary .product-customers-viewing {
	font-size: var(--body-larger-font-size);
}
.product-summary .product-customers-viewing svg {
	width: 2rem;
	height: 1.4rem;
	margin-top: -0.4rem;
	margin-right: 0.5rem;
	color: rgb(var(--heading-color));
}
.product-summary .product-customers-viewing .number {
	margin-right: 0.5rem;
	font-weight: var(--heading-font-weight);
	color: rgb(var(--heading-color));
}
.product-summary .collapsible-tab + .collapsible-tab .product-accordion {
	border-top: 0;
}
.product-summary .collapsible-tab + .complementary .product-accordion {
	border-top: 0;
}
.product-summary .product-accordion {
	border-top: 0.1rem solid rgba(var(--text-color), 0.2);
	border-bottom: 0.1rem solid rgba(var(--text-color), 0.2);
	margin-bottom: 0;
}
.product-summary .product-accordion[open] .accordion-caret .plus {
	display: none;
}
.product-summary .product-accordion[open] .accordion-caret .minus {
	display: block;
}
.product-summary .product-accordion + .product-accordion {
	border-top: 0;
}
.product-summary .product-accordion .accordion-summary {
	display: flex;
	cursor: pointer;
	align-items: center;
	padding: 2.4rem 0;
}
@media (max-width: 991px) {
	.product-summary .product-accordion .accordion-summary {
		padding: 1.6rem 0;
	}
}
.product-summary .product-accordion .icon-accordion {
	min-width: 2rem;
	margin-right: 1rem;
	color: rgb(var(--heading-color));
}
.product-summary .product-accordion .accordion-title {
	width: 100%;
	margin: 0;
}
.product-summary .product-accordion .accordion-caret {
	color: rgb(var(--heading-color));
}
.product-summary .product-accordion .accordion-caret .plus {
	display: block;
}
.product-summary .product-accordion .accordion-caret .minus {
	display: none;
}
.product-summary .product-accordion .accordion-caret svg {
	width: 2.4rem;
}
@media (max-width: 991px) {
	.product-summary .product-accordion .accordion-caret svg {
		width: 1.6rem;
	}
}
.product-summary .product-accordion .accordion-content {
	font-size: var(--body-larger-font-size);
	padding-top: 0.8rem;
	padding-bottom: 2.4rem;
	line-height: 1.5;
}
.product-summary .product-accordion .accordion-content:empty {
	display: none;
}
@media (max-width: 991px) {
	.product-summary .product-accordion .accordion-content {
		padding-top: 0;
		padding-bottom: 1.6rem;
	}
}
.product-summary .product-share .share-button {
	display: inline-flex;
	align-items: center;
	cursor: pointer;
	background-color: transparent;
	padding: 0;
	border: 0;
	font-size: var(--body-larger-font-size);
	color: rgb(var(--button-text-color));
}
.product-summary .product-share .share-button .share-icon {
	padding: 1.4rem;
	margin-right: 1.2rem;
	border: var(--button-border-width) solid rgba(var(--button-outline-color), 0.1);
	border-radius: var(--button-radius);
}
.product-summary .product-share .share-button svg {
	width: 2rem;
	height: 2rem;
}
.product-summary .product-share details {
	position: relative;
}
.product-summary .product-share details summary {
	padding: 1rem;
	line-height: 1;
}
.product-summary .product-share details .share-content {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	margin-top: 0.5rem;
	box-shadow: 0 0 0 0.1rem rgba(18, 18, 18, 0.55);
	background-color: rgb(var(--background-color));
	display: flex;
	align-items: center;
	transition: box-shadow 0.2s ease;
}
.product-summary .product-share details .share-content:focus-within {
	box-shadow: 0 0 0 0.2rem rgba(18, 18, 18, 0.55);
}
.product-summary .product-share details .share-message {
	padding: 0 1rem;
}
.product-summary .product-share details .share-message:not(:empty):not(.hidden) ~ * {
	display: none;
}
.product-summary .product-share details .share-field {
	width: 100%;
}
.product-summary .product-share details .field-input {
	border: 0;
	padding: 0.5rem 1rem;
	width: 100%;
}
.product-summary .product-share details .field-input:not(:placeholder-shown) {
	padding: 2.2rem 1.5rem 0.8rem 1rem;
}
.product-summary .product-share details .field-label {
	position: absolute;
	left: 1rem;
	pointer-events: none;
	top: 0.3rem;
	font-size: 1rem;
}
.product-summary .product-share details .share-button-copy,
.product-summary .product-share details .share-button-close {
	width: 4.4rem;
	height: 4.4rem;
	flex-shrink: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
.product-summary .product-share details .share-button-copy svg,
.product-summary .product-share details .share-button-close svg {
	width: 1.5rem;
	height: 1.5rem;
}
@media (hover: hover) {
	.product-summary .product-share details .share-button-copy:hover,
	.product-summary .product-share details .share-button-close:hover {
		opacity: 0.8;
	}
}
.product-summary .product-share details .share-button-close:not(.hidden) + .share-button-copy {
	display: none;
}
.product-summary .product-share details:after {
	content: none;
}
.product-summary .product-share .social-media-list {
	padding: 0;
	margin: 0;
	list-style: none;
}
.product-summary .product-share .social-media-list li {
	display: inline-block;
	margin-right: 1rem;
}
.product-summary .product-share .social-media-list a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 2.8rem;
	height: 2.8rem;
	border-radius: 5rem;
	color: rgb(var(--button-bg-color));
	background-color: rgb(var(--button-text-color));
}
.product-summary .product-share .social-media-list a .tooltip {
	border-radius: 0.2rem;
	padding: 0.2rem 1rem;
	color: rgb(var(--button-bg-color));
	background-color: rgb(var(--button-text-color));
	bottom: calc(100% + 1.1rem);
}
.product-summary .product-share .social-media-list a .tooltip:before {
	border-color: rgb(var(--button-text-color)) transparent transparent transparent;
}
.product-summary .product-share .social-media-list svg {
	width: 1.4rem;
	height: 1.4rem;
	transition: color 0.2s ease-in-out, opacity 0.2s ease-in-out;
}
.product-summary .product-countdown {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 1.5rem;
}
.product-summary .product-countdown.hide-after-end.hide {
	display: none;
}
.product-summary .product-countdown .countdown-heading {
	font-size: var(--body-larger-font-size);
	font-weight: var(--heading-font-weight);
	color: rgb(var(--heading-color));
	margin-bottom: 0;
}
.product-summary .product-countdown .countdown-heading > p {
	margin: 0;
}
.product-summary .product-countdown .time-block {
	display: block;
	position: relative;
	border: 1px solid rgb(var(--sale-label-color));
	border-radius: 0.8rem;
	min-width: 6rem;
	min-height: 6rem;
	padding: 0.9rem 0.5rem 0.3rem;
	margin-right: 4.7rem;
	color: rgb(var(--heading-color));
}
.product-summary .product-countdown .time-block:last-of-type {
	margin-right: 0;
}
.product-summary .product-countdown .time-block + .time-block:before {
	content: ":";
	font-size: var(--h6-font-size);
	font-weight: var(--heading-font-weight);
	position: absolute;
	top: 50%;
	left: -2.8rem;
	transform: translateY(-50%);
}
@media (max-width: 991px) {
	.product-summary .product-countdown .time-block {
		margin-right: 2.5rem;
	}
	.product-summary .product-countdown .time-block + .time-block:before {
		left: -1.6rem;
	}
}
.product-summary .product-countdown .time-number {
	position: relative;
	background-color: transparent;
	min-width: auto;
	min-height: auto;
	padding: 0;
	font-size: var(--h6-smaller-font-size);
	font-weight: var(--heading-font-weight);
	line-height: var(--heading-line-height);
	color: rgb(var(--heading-color));
}
.product-summary .product-countdown .time-text {
	display: block;
	text-align: center;
	font-size: var(--body-font-size);
	font-weight: var(--body-font-weight);
	text-transform: capitalize;
	color: rgb(var(--heading-color));
	margin: 0;
}
.product-summary .product-stock-status {
	display: inline-flex;
	align-items: center;
}
.product-summary .product-stock-status .availability-icon {
	width: 1.6rem;
	height: 1.6rem;
	border-radius: 5rem;
	margin-right: 1rem;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	color: rgb(var(--background-color));
}
.product-summary .product-stock-status .availability-icon svg {
	width: 1rem;
}
.product-summary .product-stock-status .icon-tick {
	background-color: rgb(var(--success-color));
}
.product-summary .product-stock-status .icon-close {
	background-color: rgb(var(--error-color));
}
.product-summary .product-stock-status .icon-close svg {
	width: 1.1rem;
}
.product-summary .complementary div.product-accordion {
	border-bottom: 0;
}
.product-summary .complementary details.product-accordion .details-content {
	margin-bottom: 2rem;
}
.product-summary .complementary .accordion-summary + .accordion-content {
	padding-top: 0;
}
.product-summary .complementary .accordion-content {
	margin-bottom: 0;
	padding-bottom: 0;
	padding-top: 2.4rem;
}
.product-summary .complementary .complementary-card {
	display: flex;
	position: relative;
	align-items: center;
}
.product-summary .complementary .complementary-card + .complementary-card {
	margin-top: 2rem;
}
.product-summary .complementary .product-quick-view {
	display: inline-block;
	font-size: var(--body-font-size);
	padding: 0 1.5rem;
	height: 4.8rem;
	line-height: 4.8rem;
	position: relative;
	font-weight: var(--heading-font-weight);
	flex-grow: 1;
	color: rgb(var(--button-text-color));
	background-color: rgb(var(--button-bg-color));
	border: var(--button-border-width) solid rgba(var(--button-outline-color));
}
.product-summary .complementary .card-media-wrapper {
	width: 9.5rem;
	min-width: 9.5rem;
	margin-right: 2rem;
}
.product-summary .complementary .card-media-wrapper .product-badge {
	position: absolute;
	left: 1.2rem;
	top: 1.2rem;
	display: none;
}
.product-summary .complementary .card-media-wrapper .product-badge .on-sale,
.product-summary .complementary .card-media-wrapper .product-badge .sold-out {
	color: #fff;
	border-radius: 3.6rem;
	padding: 0.3rem 1.3rem;
	font-size: var(--body-font-size);
	font-weight: var(--heading-font-weight);
	text-transform: uppercase;
}
.product-summary .complementary .card-media-wrapper .product-badge .on-sale .sr-only,
.product-summary .complementary .card-media-wrapper .product-badge .sold-out .sr-only {
	position: relative !important;
}
.product-summary .complementary .card-media-wrapper .product-badge .on-sale {
	background-color: rgb(var(--sale-label-color));
}
.product-summary .complementary .card-media-wrapper .product-badge .sold-out {
	background-color: rgb(var(--out-stock-color));
}
.product-summary .complementary .card-media-wrapper + .card-content-wrapper {
	width: calc(100% - 11.5rem);
}
.product-summary .complementary .card-media {
	position: relative;
	border-radius: 0.8rem;
	overflow: hidden;
}
.product-summary .complementary .card-content-wrapper {
	width: 100%;
}
.product-summary .complementary .card-content .product-title {
	font-size: var(--body-larger-font-size);
	margin-bottom: 0.7rem;
}
.product-summary .complementary .card-content .product-price {
	gap: 0.8rem;
}
.product-summary .complementary .card-content .product-price .price {
	font-size: var(--body-larger-font-size);
}
.product-summary .complementary .card-content .product-price .price + .regular-price {
	font-size: var(--body-font-size);
	padding-left: 0;
}
.product-summary .complementary .card-content .product-price .price + .regular-price:before {
	content: none;
}
.product-summary .complementary .card-content .product-price .regular-price {
	font-size: var(--body-larger-font-size);
}
.product-summary .complementary .card-content .form-add-to-cart {
	position: relative;
	z-index: 2;
	margin-top: 1rem;
}
.product-summary .complementary .card-content .form-add-to-cart .submit {
	font-size: var(--body-font-size);
	background: none;
	border: none;
	padding: 0;
	font-weight: normal;
	height: auto;
}
.product-summary .complementary .swiper-controls {
	display: flex;
	justify-content: flex-start;
	padding: 2rem 0;
}
.product-summary .complementary .swiper-controls .swiper-button-prev,
.product-summary .complementary .swiper-controls .swiper-button-next,
.product-summary .complementary .swiper-controls .swiper-pagination {
	position: static;
	transform: none;
}
.product-summary .complementary .swiper-controls .swiper-pagination {
	width: auto;
	margin: 0 1rem;
}
.product-summary .complementary .swiper-controls .swiper-button-prev,
.product-summary .complementary .swiper-controls .swiper-button-next {
	background: none;
	border: 0;
}
.product-summary .complementary .complementary-products-container.layout-2 .complementary-products-inner {
	display: flex;
	gap: 3rem;
	padding-bottom: 1.2rem;
	overflow-x: auto;
}
.product-summary .complementary .complementary-products-container.layout-2 .complementary-products-inner::-webkit-scrollbar {
	width: 100%;
	height: 0.8rem;
	background-color: rgba(var(--text-color), 0.1);
}
.product-summary .complementary .complementary-products-container.layout-2 .complementary-products-inner::-webkit-scrollbar-thumb {
	background-color: rgb(var(--heading-color));
}
.product-summary .complementary .complementary-products-container.layout-2 .complementary-products-inner .complementary-card {
	min-width: 19rem;
	margin-top: 0;
	display: block;
}
.product-summary .complementary .complementary-products-container.layout-2 .complementary-products-inner .complementary-card .card-media-wrapper {
	width: 100%;
	min-width: auto;
	margin-right: 0;
	margin-bottom: 2rem;
	background-color: rgba(var(--text-color), 0.15);
	border-radius: 1.2rem;
	overflow: hidden;
}
.product-summary .complementary .complementary-products-container.layout-2 .complementary-products-inner .complementary-card .card-media-wrapper .card-media {
	border-radius: 1.2rem;
}
.product-summary .complementary .complementary-products-container.layout-2 .complementary-products-inner .complementary-card .card-media-wrapper .card-media .product-title {
	font-size: var(--body-larger-font-size);
}
.product-summary .complementary .complementary-products-container.layout-2 .complementary-products-inner .complementary-card .card-media-wrapper .card-media .product-url {
	position: absolute;
	inset: 0;
	background-color: transparent;
	display: flex;
	align-items: center;
	padding: 2rem;
}
.product-summary .complementary .complementary-products-container.layout-2 .complementary-products-inner .complementary-card .card-media-wrapper .product-badge {
	display: block;
}
.product-summary .complementary .complementary-products-container.layout-2 .complementary-products-inner .complementary-card .card-content-wrapper {
	width: 100%;
}
@media (max-width: 991px) {
	.product-summary .complementary .complementary-products-container.layout-2 .complementary-products-inner {
		gap: 2rem;
	}
}
.product-summary .complementary .complementary-products-container.layout-3 .swiper-controls {
	border-bottom: 0.1rem solid rgba(var(--text-color), 0.2);
}
.product-summary .complementary .complementary-products-container.layout-3 .complementary-card {
	padding-bottom: 2rem;
	border-bottom: 0.1rem solid rgba(var(--text-color), 0.2);
}
.product-summary .complementary .complementary-products-container.layout-3 .card-content-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	gap: 1.2rem;
}
.product-summary .complementary .complementary-products-container.layout-3 .card-content-wrapper .product-quantity .quantity {
	width: 14rem;
}
.product-summary .complementary .complementary-products-container.layout-3 .card-content-wrapper .item-field {
	margin-bottom: 0;
}
.product-summary .complementary .complementary-products-container.layout-3 .product-variants {
	display: flex;
	gap: 1.2rem;
	margin-bottom: 0.8rem;
}
.product-summary .complementary .complementary-products-container.layout-3 .product-variants .variant-field {
	margin-top: 0;
}
.product-summary .complementary .complementary-products-container.layout-3 .product-variants .variant-field .field-value {
	font-size: var(--body-font-size);
	color: rgb(var(--heading-color));
	padding: 0.7rem 3.6rem 0.7rem 1.2rem;
	background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.790331 0.629218C0.944937 0.47259 1.18687 0.458351 1.35736 0.586501L1.4062 0.629218L5.16278 4.43471L8.91936 0.629218C9.07397 0.47259 9.3159 0.458351 9.48639 0.586501L9.53523 0.629218C9.68984 0.785845 9.70389 1.03094 9.5774 1.20365L9.53523 1.25314L5.47071 5.37078C5.31611 5.52741 5.07417 5.54165 4.90369 5.4135L4.85485 5.37078L0.790331 1.25314C0.620264 1.08085 0.620264 0.801508 0.790331 0.629218Z' fill='%23A0A0A0'/%3E%3C/svg%3E");
	background-position: right 1.2rem top 50%;
	border: 0.1rem solid rgba(var(--button-outline-color), 0.1);
	border-radius: 0.8rem;
	box-shadow: none;
	min-height: 3.6rem;
}
.product-summary .complementary .complementary-products-container.layout-3 .total-complementary .total-price {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-top: 1.8rem;
	margin-bottom: 1.7rem;
}
.product-summary .complementary .complementary-products-container.layout-3 .total-complementary .total-price .total-price-title {
	font-weight: var(--heading-font-weight);
	color: rgb(var(--heading-color));
	margin-right: 1.2rem;
}
.product-summary .complementary .complementary-products-container.layout-3 .total-complementary .total-price .product-price .price {
	font-size: var(--h4-font-size);
}
@media (max-width: 991px) {
	.product-summary .complementary .complementary-products-container.layout-3 .total-complementary .total-price .product-price .price {
		font-size: var(--body-largest-font-size);
	}
}
.product-summary .complementary .complementary-products-container.layout-3 .total-complementary .total-button {
	display: flex;
	gap: 1.2rem;
}
.product-summary .complementary .complementary-products-container.layout-3 .total-complementary .total-button .add-to-cart-button {
	width: 50%;
}
.product-summary .complementary .complementary-products-container.layout-3 .total-complementary .total-button .buy-now-button {
	width: 50%;
	font-size: var(--body-font-size);
	font-weight: var(--heading-font-weight);
	border-radius: var(--button-radius);
	color: rgb(var(--button-bg-color));
	background-color: rgb(var(--button-text-color));
	padding: 0 1.5rem;
}
.product-summary .complementary .complementary-products-container.layout-3 .total-complementary .total-button .buy-now-button:before {
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(var(--button-bg-color), 0.3) 100%);
}
.product-summary .complementary .complementary-products-container.layout-3 .total-complementary .total-button .buy-now-button.loading {
	color: transparent;
}
.product-summary .complementary .complementary-products-container.layout-3 .total-complementary .total-button .buy-now-button.loading:before {
	content: "";
	z-index: 5;
	position: absolute;
	border: 0.2rem solid rgb(var(--button-bg-color));
	border-top-color: transparent;
	border-radius: 50%;
	height: 1.6rem;
	width: 1.6rem;
	top: 50%;
	left: 50%;
	animation: circle-loading 500ms infinite linear;
	background: transparent;
}
.product-summary .product-icon-box .list-heading {
	margin-top: 0;
	margin-bottom: 1.1rem;
}
.product-summary .product-icon-box .list-item .item {
	display: flex;
	gap: 1.2rem;
}
.product-summary .product-icon-box .list-item .item:not(:last-child) {
	margin-bottom: 1.2rem;
}
.product-summary .product-icon-box .list-item .item .item-icon {
	position: relative;
	width: 3.6rem;
}
.product-summary .product-icon-box .list-item .item .item-icon svg {
	color: rgb(var(--heading-color));
}
.product-summary .product-icon-box .list-item .item .item-title {
	color: rgb(var(--heading-color));
}
.product-summary .product-icon-box .list-item .item .item-title > * {
	margin: 0;
}
.product-summary .product-icon-box .list-item .item .item-title + .item-description {
	margin-top: 0.2rem;
}
.product-summary .product-icon-box .list-item .item .item-title p {
	font-size: var(--body-larger-font-size);
}
.product-summary .product-icon-box .list-item .item .item-description > * {
	margin: 0;
}
.product-summary .product-guaranteed-checkout {
	display: inline-block;
}
.product-summary .product-guaranteed-checkout fieldset {
	margin: 0;
	padding: 1.4rem 2.8rem 2.3rem;
	border-radius: 1.2rem;
	border: 0.1rem solid rgba(var(--heading-color), 0.1);
}
@media (max-width: 991px) {
	.product-summary .product-guaranteed-checkout fieldset {
		padding: 1rem 1rem 1.5rem;
	}
}
.product-summary .product-guaranteed-checkout fieldset .guaranteed-heading {
	text-align: center;
	font-size: var(--h6-smaller-font-size);
	font-weight: var(--heading-font-weight);
	color: rgb(var(--heading-color));
	padding: 0 2rem;
}
@media (max-width: 991px) {
	.product-summary .product-guaranteed-checkout fieldset .guaranteed-heading {
		font-size: var(--body-larger-font-size);
		padding: 0 1rem;
	}
}
.product-summary .product-guaranteed-checkout fieldset .list-payment {
	display: flex;
	flex-wrap: wrap;
	list-style-type: none;
	margin: 0;
	padding: 0;
	gap: 2.4rem;
}
.product-summary .product-guaranteed-checkout fieldset .list-payment .icon-payment {
	width: 7.5rem;
	height: 4.8rem;
}
@media (max-width: 991px) {
	.product-summary .product-guaranteed-checkout fieldset .list-payment {
		gap: 1.5rem;
	}
	.product-summary .product-guaranteed-checkout fieldset .list-payment .icon-payment {
		width: 5rem;
		height: 3.2rem;
	}
}
@keyframes grower {
	0% {
		width: 0%;
	}
}
@keyframes progress_bar {
	0% {
		background-position: 0 0;
	}
	100% {
		background-position: 2.2rem 0;
	}
}
.product-summary .product-inventory-quantity {
	gap: 1.5rem;
}
.product-summary .product-inventory-quantity .stock-bar {
	width: 100%;
}
.product-summary .product-inventory-quantity .stock-bar .stock-progress {
	margin-bottom: 0.8rem;
	width: 100%;
	height: 0.8rem;
	background-color: rgba(var(--text-color), 0.1);
	border-radius: 1rem;
	overflow: hidden;
}
.product-summary .product-inventory-quantity .stock-bar .stock-progress .progress {
	width: 100%;
	height: 100%;
	display: block;
	transition: width 1s;
	animation: grower 1s linear, progress_bar 2s linear infinite;
	-webkit-animation: grower 1s linear, progress_bar 2s linear infinite;
	position: relative;
	background: rgb(var(--sale-label-color));
	background-image: -webkit-linear-gradient(135deg, rgba(255, 255, 255, 0.22) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.22) 50%, rgba(255, 255, 255, 0.22) 75%, transparent 75%, transparent);
	background-size: 2.2rem 2.2rem;
}
.product-summary .product-frequently-bought-together .heading {
	font-weight: var(--heading-font-weight);
	color: var(--heading-color);
	margin-top: 0;
	margin-bottom: 1.2rem;
}
.product-summary .product-frequently-bought-together .list-products {
	margin-bottom: 0.4rem;
}
.product-summary .product-frequently-bought-together .list-products label {
	display: block;
	position: relative;
	padding-left: 2.4rem;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.product-summary .product-frequently-bought-together .list-products label input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}
.product-summary .product-frequently-bought-together .list-products label input:checked ~ .checkmark {
	background-color: rgb(var(--button-text-color));
	border-color: rgb(var(--button-outline-color));
}
.product-summary .product-frequently-bought-together .list-products label .checkmark {
	position: absolute;
	top: 0.5rem;
	left: 0;
	height: 1.6rem;
	width: 1.6rem;
	background-color: rgb(var(--button-bg-color));
	border: 0.1rem solid rgba(var(--button-outline-color), 0.3);
	border-radius: 0.3rem;
}
@media (max-width: 480px) {
	.product-summary .product-frequently-bought-together .list-products label .checkmark {
		top: 0;
	}
}
.product-summary .product-frequently-bought-together .list-products label .checkmark:after {
	content: "";
	display: block;
	position: absolute;
	top: 0.1rem;
	left: 0.4rem;
	width: 0.6rem;
	height: 1rem;
	border: solid rgb(var(--button-bg-color));
	border-width: 0 0.2rem 0.2rem 0;
	transform: rotate(45deg);
}
.product-summary .product-frequently-bought-together .list-products .checkbox-media {
	display: flex;
	gap: 1.2rem;
	overflow-x: auto;
	padding-bottom: 1rem;
	margin-bottom: 0.7rem;
}
@media (max-width: 991px) {
	.product-summary .product-frequently-bought-together .list-products .checkbox-media {
		margin-bottom: 1.5rem;
	}
}
.product-summary .product-frequently-bought-together .list-products .checkbox-media::-webkit-scrollbar {
	width: 100%;
	background-color: rgba(var(--text-color), 0.1);
}
.product-summary .product-frequently-bought-together .list-products .checkbox-media::-webkit-scrollbar-thumb {
	background-color: rgb(var(--heading-color));
}
.product-summary .product-frequently-bought-together .list-products .checkbox-media .media-item {
	min-width: 10.2rem;
	display: block;
	position: relative;
}
.product-summary .product-frequently-bought-together .list-products .checkbox-media .media-item label {
	padding-left: 0;
}
.product-summary .product-frequently-bought-together .list-products .checkbox-media .media-item .checkmark {
	position: absolute;
	top: 0.8rem;
	left: 0.8rem;
	z-index: 1;
}
.product-summary .product-frequently-bought-together .list-products .checkbox-media .media-item .card-media-wrapper {
	border-radius: 0.8rem;
	overflow: hidden;
	background-color: rgba(var(--text-color), 0.15);
}
.product-summary .product-frequently-bought-together .list-products .checkbox-media .media-item .card-media-wrapper .no-media .product-title {
	position: absolute;
	inset: 0;
	background-color: transparent;
	display: flex;
	align-items: center;
	padding: 1rem;
}
.product-summary .product-frequently-bought-together .list-products .checkbox-content .content-item:not(:last-child) {
	margin-bottom: 0.8rem;
}
.product-summary .product-frequently-bought-together .list-products .checkbox-content .content-item label {
	font-size: var(--body-larger-font-size);
	font-weight: var(--heading-font-weight);
}
.product-summary .product-frequently-bought-together .list-products .checkbox-content .content-item label .product-content {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 1.2rem;
}
@media (max-width: 480px) {
	.product-summary .product-frequently-bought-together .list-products .checkbox-content .content-item label .product-content {
		flex-direction: column;
		align-items: flex-start;
		gap: 0.5rem;
	}
}
.product-summary .product-frequently-bought-together .list-products .checkbox-content .content-item label .product-variants {
	display: flex;
	gap: 1.2rem;
}
.product-summary .product-frequently-bought-together .list-products .checkbox-content .content-item label .product-variants .variant-field {
	margin-top: 0;
}
.product-summary .product-frequently-bought-together .list-products .checkbox-content .content-item label .product-variants .variant-field .field-value {
	font-size: var(--body-font-size);
	color: rgb(var(--heading-color));
	padding: 0.4rem 2.6rem 0.4rem 1.2rem;
	background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.790331 0.629218C0.944937 0.47259 1.18687 0.458351 1.35736 0.586501L1.4062 0.629218L5.16278 4.43471L8.91936 0.629218C9.07397 0.47259 9.3159 0.458351 9.48639 0.586501L9.53523 0.629218C9.68984 0.785845 9.70389 1.03094 9.5774 1.20365L9.53523 1.25314L5.47071 5.37078C5.31611 5.52741 5.07417 5.54165 4.90369 5.4135L4.85485 5.37078L0.790331 1.25314C0.620264 1.08085 0.620264 0.801508 0.790331 0.629218Z' fill='%23A0A0A0'/%3E%3C/svg%3E");
	background-position: right 1.2rem top 50%;
	border: 0.1rem solid rgba(var(--button-outline-color), 0.1);
	border-radius: 0.8rem;
	box-shadow: none;
	min-height: 2.8rem;
}
.product-summary .product-frequently-bought-together .list-products .checkbox-content .content-item label .product-price {
	gap: 0.8rem;
}
.product-summary .product-frequently-bought-together .list-products .checkbox-content .content-item label .product-price .price {
	font-size: var(--body-larger-font-size);
}
.product-summary .product-frequently-bought-together .list-products .checkbox-content .content-item label .product-price .price + .regular-price {
	font-size: var(--body-font-size);
	padding-left: 0;
}
.product-summary .product-frequently-bought-together .list-products .checkbox-content .content-item label .product-price .price + .regular-price:before {
	content: none;
}
.product-summary .product-frequently-bought-together .list-products .checkbox-content .content-item label .product-price .regular-price {
	font-size: var(--body-larger-font-size);
}
.product-summary .product-frequently-bought-together .total-fbt .total-price {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 1.1rem;
}
.product-summary .product-frequently-bought-together .total-fbt .total-price .total-price-title {
	font-size: var(--body-larger-font-size);
	font-weight: var(--heading-font-weight);
	color: rgb(var(--heading-color));
	margin-right: 1.2rem;
}
.product-summary .product-frequently-bought-together .total-fbt .total-price .product-price .price {
	font-size: var(--h6-font-size);
}
@media (max-width: 991px) {
	.product-summary .product-frequently-bought-together .total-fbt .total-price .product-price .price {
		font-size: var(--body-largest-font-size);
	}
}
.product-summary .product-frequently-bought-together .total-fbt .add-to-cart-button {
	color: rgb(var(--button-bg-color));
	background-color: rgb(var(--button-text-color));
	min-width: 21.7rem;
}
.product-summary .product-frequently-bought-together .total-fbt .add-to-cart-button.loading {
	color: transparent;
}
.product-summary .product-frequently-bought-together .total-fbt .add-to-cart-button.loading:before {
	border-color: rgb(var(--button-bg-color));
	border-top-color: transparent;
}
.product-summary .product-discount .heading {
	font-size: var(--body-larger-font-size);
	font-weight: var(--heading-font-weight);
	color: rgb(var(--heading-color));
}
.product-summary .product-discount .discount-list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 1.2rem;
	margin-top: 1.1rem;
}
.product-summary .product-discount .discount-list .discount-item {
	display: flex;
}
.product-summary .product-discount .discount-list .discount-item .discount-before {
	position: relative;
	width: 1.5rem;
	min-width: 1.5rem;
	background-color: rgb(var(--sale-label-color));
	border-radius: 0.2rem;
	border-right: 0.1rem dashed rgb(var(--background-color));
}
.product-summary .product-discount .discount-list .discount-item .discount-before:before {
	content: "";
	position: absolute;
	display: block;
	width: 0.5rem;
	height: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: radial-gradient(circle, rgb(var(--background-color)), rgb(var(--background-color)) 50%, rgb(var(--sale-label-color)) 50%, rgb(var(--sale-label-color)) 100%) -0.3rem 0/0.5rem 0.5rem repeat-y;
	border-radius: 0.2rem;
}
.product-summary .product-discount .discount-list .discount-item .discount-content {
	display: flex;
	align-items: center;
	background-color: rgb(var(--sale-label-color));
	padding: 0.5rem 0.6rem 0.4rem 1rem;
	border-radius: 0.2rem 0.5rem 0.5rem 0.2rem;
}
.product-summary .product-discount .discount-list .discount-item .discount-content .discount-title {
	color: rgb(var(--background-color));
}
.product-summary .product-discount .discount-list .discount-item .discount-content .button {
	margin-left: 0.8rem;
	padding: 0.3rem 0.8rem 0.4rem 0.7rem;
	font-size: 1rem;
	min-width: 4.3rem;
}
.product-summary .product-discount .message {
	margin-top: 1.5rem;
}
.product-summary .product-custom-field input[type=text] {
	width: 100%;
	height: 4.8rem;
	border: var(--button-border-width) solid rgba(var(--button-outline-color), 0.1);
	border-radius: var(--button-radius);
	box-shadow: none;
	padding: 1rem 1.5rem;
}
@media (max-width: 991px) {
	.product-summary .product-custom-field input[type=text] {
		padding: 1rem;
	}
}
.product-summary .product-custom-field .btn-upload {
	position: relative;
	width: 100%;
	height: 4.8rem;
	border: var(--button-border-width) solid rgba(var(--button-outline-color), 0.1);
	border-radius: var(--button-radius);
	box-shadow: none;
	cursor: pointer;
	overflow: hidden;
	display: flex;
	align-items: center;
}
.product-summary .product-custom-field .btn-upload input[type=file] {
	width: 100%;
	height: 100%;
	border: none;
	box-shadow: none;
	padding: 1.5rem 1.5rem 1rem;
}
.product-summary .product-custom-field .btn-upload input[type=file]::file-selector-button {
	display: none;
}
@media (max-width: 991px) {
	.product-summary .product-custom-field .btn-upload input[type=file] {
		padding: 1.5rem 1rem 1rem;
	}
}
.product-summary .product-custom-field .btn-upload .custom-file-upload {
	height: 100%;
	background-color: rgba(var(--button-text-color), 0.03);
	border-left: 0.1rem solid rgba(var(--button-outline-color), 0.1);
	display: flex;
	align-items: center;
	padding: 1rem 1.5rem;
	cursor: pointer;
	white-space: nowrap;
}
.product-summary .product-custom-field .btn-upload .custom-file-upload svg {
	width: 2rem;
	height: 2rem;
	margin-right: 0.5rem;
}
@media (max-width: 991px) {
	.product-summary .product-custom-field .btn-upload .custom-file-upload {
		padding: 1rem;
	}
}
.product-summary .external-button {
	display: block;
	height: 4.8rem;
	padding: 1em 2em;
	text-align: center;
}

.recipient-form-wrapper {
	margin-bottom: 1.5rem;
}
.recipient-form-wrapper .email-input:not(.email-invalid) ~ .email-valid-message {
	display: none;
}
.recipient-form-wrapper .email-valid-message {
	margin-top: 1rem;
}
.recipient-form-wrapper .email-valid-message:empty {
	display: none;
}
.recipient-form-wrapper .form__message {
	margin-top: 1rem;
}
.recipient-form-wrapper .form__message svg {
	width: 1.5rem;
}
.recipient-form-wrapper .recipient-checkbox-label {
	display: flex;
}
.recipient-form-wrapper .recipient-checkbox-label input[type=checkbox] {
	position: relative;
	border-radius: 0.4rem;
	min-width: 2rem;
	width: 2rem;
	height: 2rem;
	margin-right: 1rem;
	padding: 0;
	border: 0.1rem solid rgb(var(--text-color));
	-webkit-appearance: none;
	appearance: none;
}
.recipient-form-wrapper .recipient-checkbox-label input[type=checkbox]:before {
	background-image: var(--checkbox-black);
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	height: 100%;
	display: block;
}
.recipient-form-wrapper .recipient-checkbox-label input[type=checkbox]:checked:before {
	content: "";
}
.recipient-form-wrapper .recipient-fields:not(.open) {
	display: none;
}
.recipient-form-wrapper .recipient-fields__field {
	margin-top: 1.5rem;
}
.recipient-form-wrapper .recipient-fields__field .field__input {
	border-radius: 0.4rem;
}

.product-modal {
	background-color: #fff;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	visibility: hidden;
	opacity: 0;
	z-index: -1;
	cursor: zoom-out;
}
.product-modal.is-open {
	visibility: visible;
	opacity: 1;
	z-index: 9999;
}
.product-modal .media-modal-toggle {
	background-color: rgb(var(--button-text-color));
	color: rgb(var(--button-bg-color));
	border: 0.1rem solid rgb(var(--button-bg-color));
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	padding: 1.2rem;
	position: fixed;
	z-index: 2;
	top: 2rem;
	right: 2rem;
	width: 4rem;
	height: 4rem;
}
.product-modal .media-modal-toggle svg {
	width: 1.6rem;
	height: 1.6rem;
}
@media (max-width: 991px) {
	.product-modal .media-modal-toggle {
		top: 1rem;
		right: 1rem;
	}
}
.product-modal .product-xr-button,
.product-modal .modal-toggle-button {
	display: none;
}
.product-modal .media-preview-wrap {
	padding: 0;
	border: 0;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background: none;
}
.product-modal .media-preview-wrap .media-preview {
	height: 100%;
	width: 100%;
	object-fit: contain;
}
.product-modal .shopify-design-mode .product-xr-button[data-shopify-xr-hidden] {
	display: none;
}
.product-modal .product-xr-button {
	position: absolute;
	display: flex;
	justify-content: center;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 99;
	border-radius: 0;
	border: 0.1rem solid rgb(var(--text-color));
	border-left: 0;
	border-right: 0;
}
@media (hover: hover) {
	.product-modal .product-xr-button:hover {
		box-shadow: none;
	}
}
.product-modal .product-xr-button[data-shopify-xr-hidden] {
	visibility: hidden;
}
.product-modal .product-xr-button svg {
	width: 1.4rem;
	margin-right: 1rem;
}
.product-modal .product-model {
	display: none;
	position: relative;
	width: 100%;
	height: 90vh;
	padding-top: 10vh;
}
@media (max-width: 991px) {
	.product-modal .product-model {
		height: 100vh;
	}
}
.product-modal .product-model.active {
	display: block;
}
.product-modal .product-model[loaded=true] .media-preview-wrap {
	display: none;
}
.product-modal .product-model .shopify-model-viewer-ui {
	display: block;
	max-width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}
.product-modal .product-model .shopify-model-viewer-ui .shopify-model-viewer-ui__controls-area {
	bottom: 2rem;
	right: 2rem;
}
.product-modal .product-model model-viewer {
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	position: absolute;
}
.product-modal .product-model .view-media {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 15;
	cursor: pointer;
	width: 6rem;
	height: 6rem;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background-color: #fff;
	transition-duration: 0.2s;
	background-color: rgb(var(--button-text-color));
	color: rgb(var(--button-bg-color));
}
.product-modal .product-model .view-media svg {
	width: 2rem;
	height: 2rem;
}

.product-360 {
	background-color: #fff;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	visibility: hidden;
	opacity: 0;
	z-index: -1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.product-360.is-open {
	visibility: visible;
	opacity: 1;
	z-index: 9999;
}
.product-360 .media-360-toggle {
	background-color: rgb(var(--button-text-color));
	color: rgb(var(--button-bg-color));
	border: 0.1rem solid rgb(var(--button-bg-color));
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	padding: 1.2rem;
	position: fixed;
	z-index: 2;
	top: 2rem;
	right: 2rem;
	width: 4rem;
	height: 4rem;
}
.product-360 .media-360-toggle svg {
	width: 1.6rem;
	height: 1.6rem;
}
@media (max-width: 991px) {
	.product-360 .media-360-toggle {
		top: 1rem;
		right: 1rem;
	}
}
.product-360 .threesixty-image {
	width: 100% !important;
	height: 80vh !important;
	max-width: 60rem;
	max-height: 60rem;
	background-size: cover;
	background-position: center;
	position: relative;
	background-color: #fff;
}
@media (max-width: 375px) {
	.product-360 .threesixty-image {
		max-height: 37.5rem;
	}
}
.product-360 .buttons-control {
	margin-top: 2rem;
	display: flex;
	gap: 1.2rem;
}
@media (max-width: 991px) {
	.product-360 .buttons-control {
		gap: 0.8rem;
	}
}
.product-360 .buttons-control .button {
	background-color: rgb(var(--button-text-color));
	color: rgb(var(--button-bg-color));
	border: 0.1rem solid rgb(var(--button-bg-color));
}

@media (hover: hover) {
	.carousel-swiper.mousewheel .swiper:hover,
	.carousel-swiper.mousewheel .product-image:hover,
	.carousel-swiper.mousewheel .article-image:hover {
		cursor: var(--cursor) 16 16, auto;
	}
}

.recommendations-section .wrapper-heading,
.recently-viewed-section .wrapper-heading {
	margin-bottom: 4rem;
}
.recommendations-section .wrapper-heading:empty,
.recently-viewed-section .wrapper-heading:empty {
	display: none;
}
@media (max-width: 991px) {
	.recommendations-section .wrapper-heading,
	.recently-viewed-section .wrapper-heading {
		margin-bottom: 3rem;
	}
}
.recommendations-section .title,
.recently-viewed-section .title {
	margin: 0;
}
.recommendations-section .swiper-controls .swiper-button-prev,
.recommendations-section .swiper-controls .swiper-button-next,
.recently-viewed-section .swiper-controls .swiper-button-prev,
.recently-viewed-section .swiper-controls .swiper-button-next {
	top: 39%;
	padding: 1.1rem;
	border: 0.1rem solid rgba(var(--button-outline-color), 0.1);
	background-color: rgb(var(--button-bg-color));
}
.recommendations-section .swiper-controls .swiper-button-prev svg,
.recommendations-section .swiper-controls .swiper-button-next svg,
.recently-viewed-section .swiper-controls .swiper-button-prev svg,
.recently-viewed-section .swiper-controls .swiper-button-next svg {
	width: 2rem;
	height: 2rem;
	color: rgb(var(--button-text-color));
}
.recommendations-section .swiper-controls .swiper-button-prev:hover,
.recommendations-section .swiper-controls .swiper-button-next:hover,
.recently-viewed-section .swiper-controls .swiper-button-prev:hover,
.recently-viewed-section .swiper-controls .swiper-button-next:hover {
	background-color: rgb(var(--button-text-color));
}
.recommendations-section .swiper-controls .swiper-button-prev:hover svg,
.recommendations-section .swiper-controls .swiper-button-next:hover svg,
.recently-viewed-section .swiper-controls .swiper-button-prev:hover svg,
.recently-viewed-section .swiper-controls .swiper-button-next:hover svg {
	color: rgb(var(--button-bg-color));
}
@media (max-width: 991px) {
	.recommendations-section .swiper-controls,
	.recently-viewed-section .swiper-controls {
		display: none;
	}
}
.recommendations-section .swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal,
.recently-viewed-section .swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
	bottom: -4rem;
}
@media (hover: hover) {
	.recommendations-section .swiper-pagination .swiper-pagination-bullet:not(.swiper-pagination-bullet-active):hover,
	.recently-viewed-section .swiper-pagination .swiper-pagination-bullet:not(.swiper-pagination-bullet-active):hover {
		box-shadow: 0 0 0 0.2rem rgba(var(--text-color), 0.15);
	}
}
@media (max-width: 991px) {
	.recommendations-section .swiper-pagination,
	.recently-viewed-section .swiper-pagination {
		display: none;
	}
	.recommendations-section .wrapper-heading,
	.recently-viewed-section .wrapper-heading {
		flex-direction: column;
		align-items: flex-start;
	}
}
.recommendations-section .carousel-layout .product-card,
.recently-viewed-section .carousel-layout .product-card {
	margin-bottom: 0;
}
.recommendations-section .carousel-layout .product-card:before,
.recently-viewed-section .carousel-layout .product-card:before {
	content: none;
}
@media (max-width: 991px) {
	.recommendations-section .carousel-layout .swiper-slide,
	.recently-viewed-section .carousel-layout .swiper-slide {
		width: 26rem;
	}
}

table.metafield-table {
	border: none;
	margin: 0;
	color: rgb(var(--heading-color));
}
table.metafield-table tr:nth-child(odd) {
	background-color: rgba(var(--heading-color), 0.03);
}
table.metafield-table tr,
table.metafield-table td {
	border: none;
}
table.metafield-table td {
	font-size: var(--body-larger-font-size);
}
table.metafield-table td:first-child {
	width: 25%;
	font-weight: var(--heading-font-weight);
	padding: 1.2rem 1.6rem 1.2rem 4rem;
}
table.metafield-table td:last-child {
	width: 75%;
	padding: 1.2rem 4rem 1.2rem 1.6rem;
}
table.metafield-table td svg:not(:first-child) {
	margin-left: 20px;
}
table.metafield-table td svg path {
	fill: currentcolor;
}
@media (max-width: 991px) {
	table.metafield-table td {
		font-size: var(--body-font-size);
	}
	table.metafield-table td:first-child {
		padding-left: 2rem;
	}
	table.metafield-table td:last-child {
		padding-right: 2rem;
	}
}

.product-slider-section .section-wrapper {
	background-color: rgb(var(--background-color));
}
.product-slider-section [disabled] {
	filter: none;
}
.product-slider-section .stretch-section .product-slider-content .image-wrapper {
	width: 100%;
	margin-bottom: 3rem;
}
.product-slider-section .stretch-section .product-slider-content .image-wrapper .image {
	width: 100%;
	margin: 0;
}
.product-slider-section .product-price {
	color: rgb(var(--text-color));
}
.product-slider-section .product-slider-left {
	margin-left: 5rem;
	z-index: 10;
}
.product-slider-section .product-slider-left .slider-button {
	display: inline-block;
	margin-top: 2.9rem;
}
.product-slider-section .product-slider-left .slider-button .button {
	padding: 1.7rem 2.4rem;
	line-height: 1;
	display: inline-flex;
	font-weight: 700;
}
.product-slider-section .add-to-cart-button {
	background-color: rgb(var(--background-color));
	color: rgb(var(--text-color));
}
.product-slider-section .add-to-cart-button:before {
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(var(--text-color), 0.3) 100%);
}
.product-slider-section .product-slider-right {
	z-index: 10;
	margin-right: 5rem;
}
.product-slider-section .product-slider-right .product-card {
	margin-top: 0;
	margin-bottom: 0;
}
.product-slider-section .product-slider-right .product-card .product-card-content {
	padding: 2.5rem;
	margin-top: 0;
}
.product-slider-section .product-slider-right .product-card:before {
	display: none;
}
.product-slider-section .product-slider-content {
	position: relative;
	display: flex;
	justify-content: space-between;
	overflow: hidden;
}
.product-slider-section .product-slider-content.container {
	width: 100%;
}
.product-slider-section .product-slider-content.container .product-slider-left {
	margin-left: 0;
}
.product-slider-section .product-slider-content.container .product-slider-right {
	margin-right: 0;
}
.product-slider-section .product-slider-content .image {
	overflow: hidden;
	padding-bottom: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.product-slider-section .product-slider-content .heading {
	line-height: normal;
}
.product-slider-section .product-slider-content .heading * {
	margin: 0;
}
@media (max-width: 991px) {
	.product-slider-section .product-slider-content .heading h1,
	.product-slider-section .product-slider-content .heading h2,
	.product-slider-section .product-slider-content .heading h3,
	.product-slider-section .product-slider-content .heading .h1,
	.product-slider-section .product-slider-content .heading .h2,
	.product-slider-section .product-slider-content .heading .h3 {
		font-size: calc(2.2rem + 0.390625vw);
	}
	.product-slider-section .product-slider-content .heading h4,
	.product-slider-section .product-slider-content .heading h5,
	.product-slider-section .product-slider-content .heading h6,
	.product-slider-section .product-slider-content .heading .h4,
	.product-slider-section .product-slider-content .heading .h5,
	.product-slider-section .product-slider-content .heading .h6 {
		font-size: calc(1.8rem + 0.390625vw);
	}
}
.product-slider-section .product-slider-content .swiper-button-prev,
.product-slider-section .product-slider-content .swiper-button-next {
	border-color: rgb(var(--text-color));
	background-color: transparent;
}
@media (min-width: 992px) {
	.product-slider-section .product-carousel {
		display: flex;
		align-items: flex-end;
	}
	.product-slider-section .product-carousel .swiper {
		width: 42.5rem;
		margin-right: 5rem;
		box-shadow: 0px 1rem 8rem 0px rgba(0, 0, 0, 0.12);
	}
	.product-slider-section .swiper-controls {
		display: flex;
	}
	.product-slider-section .swiper-controls .swiper-button-prev,
	.product-slider-section .swiper-controls .swiper-button-next {
		width: 4.8rem;
		height: 4.8rem;
		position: static;
		transform: none;
	}
	.product-slider-section .swiper-controls .swiper-button-prev {
		left: 0;
	}
	.product-slider-section .swiper-controls .swiper-button-next {
		right: 0;
		margin-left: 0.8rem;
	}
	.product-slider-section .swiper-controls.dots {
		bottom: -3.3rem;
		right: auto;
		left: auto;
	}
	.product-slider-section .swiper-controls.dots .swiper-pagination-bullets.swiper-pagination-horizontal {
		left: -100%;
		bottom: 0;
	}
}
@media (max-width: 991px) {
	.product-slider-section .product-slider-content.flex-justify-start,
	.product-slider-section .product-slider-content.flex-justify-center,
	.product-slider-section .product-slider-content.flex-justify-end {
		align-items: center;
	}
	.product-slider-section .swiper-controls.dots {
		bottom: -4.5rem;
	}
	.product-slider-section .stretch-section .product-slider-content .image {
		width: calc(100% - 3rem);
		margin: 0 1.5rem;
	}
	.product-slider-section .product-slider-content {
		flex-direction: column;
		overflow: unset;
	}
	.product-slider-section .product-slider-content .product-slider-right {
		width: 100%;
		margin-right: 0;
	}
	.product-slider-section .product-slider-content .image {
		width: 100%;
		position: relative;
		overflow: visible;
		margin-bottom: 3.5rem;
	}
	.product-slider-section .product-slider-left {
		margin-left: 0;
		width: 100%;
	}
	.product-slider-section .product-slider-left {
		margin-right: 0;
	}
	.product-slider-section .slider-button .button {
		font-weight: bold;
		margin-bottom: 3.6rem;
		border: 0.1rem solid rgb(var(--text-color));
	}
	.product-slider-section .swiper-controls.dots .swiper-pagination {
		justify-content: center;
		bottom: -4.3rem;
		padding: 1rem 0;
	}
}

.product-banner-section .product-card {
	margin-bottom: 0;
}
.product-banner-section .banner-wrap {
	position: relative;
	overflow: hidden;
	height: 100%;
}
.product-banner-section .banner-wrap img {
	transition: transform 0.3s ease;
}
@media (hover: hover) {
	.product-banner-section .banner-wrap:hover .placeholder-svg,
	.product-banner-section .banner-wrap:hover img {
		transform: scale(1.08);
	}
}
.product-banner-section .banner-url {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 5;
}
.product-banner-section .title-wrapper {
	border-bottom: 1px solid #f3f3f3;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 1.7rem;
}
.product-banner-section .title-wrapper .title {
	font-size: 3rem;
	margin: 0;
}
.product-banner-section .title-wrapper .countdown-time-wrap {
	justify-content: flex-start;
	flex-grow: 1;
	margin-left: 7.2rem;
	margin-bottom: 0;
}
.product-banner-section .title-wrapper .link-title {
	font-weight: 500;
	display: inline-flex;
	justify-content: center;
	align-items: center;
}
.product-banner-section .title-wrapper .link-arrow {
	width: 2.5rem;
	height: 2.5rem;
	border: 1px solid;
	border-radius: 5rem;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	margin-left: 0.9rem;
}
.product-banner-section .title-wrapper .link-arrow svg {
	width: 1.2rem;
}

.product-offer-section .wrapper {
	display: flex;
	align-items: flex-start;
}
@media (max-width: 991px) {
	.product-offer-section .wrapper {
		flex-wrap: wrap;
	}
}
.product-offer-section .product-offer {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-width: 370px;
	width: 370px;
	margin-right: 30px;
	border: 0.3rem solid #eeece8;
	border-radius: 0.3rem;
}
@media (max-width: 991px) {
	.product-offer-section .product-offer {
		margin: 0 auto;
	}
}
@media (hover: hover) {
	.product-offer-section .product-offer:hover .product-actions .product-action {
		opacity: 1;
		visibility: visible;
	}
	.product-offer-section .product-offer:hover .product-actions .product-action:nth-child(1), .product-offer-section .product-offer:hover .product-actions .product-action:nth-child(2), .product-offer-section .product-offer:hover .product-actions .product-action:nth-child(3) {
		transform: translateY(0);
	}
	.product-offer-section .product-offer:hover .product-actions .product-action:nth-child(2) {
		transition-delay: 0.05s;
	}
	.product-offer-section .product-offer:hover .product-actions .product-action:nth-child(3) {
		transition-delay: 0.08s;
	}
}
.product-offer-section .product-offer .product-card {
	margin: 3rem 4.7rem 0 4.7rem;
}
.product-offer-section .product-offer .offer-head {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 2.7rem;
	padding: 0 4.7rem;
}
.product-offer-section .product-offer .offer-title {
	font-size: 2.4rem;
	font-family: var(--body-font-family);
	margin: 0;
	line-height: 1.2;
}
.product-offer-section .product-offer .offer-badge {
	position: relative;
	right: -2rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border-radius: 5rem;
	color: #fff;
	width: 7rem;
	height: 7rem;
	background-color: rgb(var(--sale-label-color));
	text-transform: uppercase;
}
.product-offer-section .product-offer .offer-badge .badge-text {
	font-size: 1.2rem;
	line-height: 1;
}
.product-offer-section .product-offer .offer-badge .badge-price {
	font-size: 2rem;
	font-weight: 700;
}
.product-offer-section .product-offer .product-price {
	font-size: 1.5rem;
}
.product-offer-section .product-offer .product-price .regular-price {
	font-size: 1.3rem;
}
.product-offer-section .product-offer .product-media-wrap .product-badge,
.product-offer-section .product-offer .product-media-wrap .form-add-to-cart {
	display: none;
}
.product-offer-section .product-offer .special-offer-form {
	display: flex;
	justify-content: center;
	margin-top: 1.7rem;
	margin-bottom: 4rem;
}
.product-offer-section .product-offer .special-offer-form .add-to-cart-button {
	padding: 0.5rem 1.5rem;
}
.product-offer-section .product-offer .countdown-time-wrap {
	background-color: #fafafa;
	height: 16.7rem;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.product-offer-section .product-offer .countdown-time {
	justify-content: center;
}
.product-offer-section .product-offer .countdown-time .time-number {
	border-radius: 0.5rem;
}
.product-offer-section .title-wrapper {
	border-bottom: 1px solid #f3f3f3;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 1.7rem;
}
.product-offer-section .title-wrapper .title {
	font-size: 3rem;
	margin: 0;
}
.product-offer-section .title-wrapper .link-title {
	font-weight: 500;
	display: inline-flex;
	justify-content: center;
	align-items: center;
}
.product-offer-section .title-wrapper .link-arrow {
	width: 2.5rem;
	height: 2.5rem;
	border: 1px solid;
	border-radius: 5rem;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	margin-left: 0.9rem;
}
.product-offer-section .title-wrapper .link-arrow svg {
	width: 1.2rem;
}
.product-offer-section .products {
	flex-grow: 1;
}
@media (max-width: 991px) {
	.product-offer-section .products {
		width: 100%;
		margin-top: 5rem;
	}
}

@media (max-width: 991px) {
	.quick-add-open .quick-add-popup {
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
	}
	.quick-add-open .quick-add-popup .quick-add-inner {
		transform: translateY(0);
	}
}
.quick-add-popup {
	z-index: 1000;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: rgba(var(--overlay-color), 0.4);
	transition-duration: 0.3s;
}
.quick-add-popup.loading .quick-add-content {
	opacity: 0;
	visibility: hidden;
}
.quick-add-popup .quick-add-inner {
	background-color: rgb(var(--background-color));
	width: 100%;
	transform: translateY(5rem);
	max-width: 45rem;
	max-height: 55rem;
	margin-left: 1.5rem;
	margin-right: 1.5rem;
	transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
	border-radius: 2rem;
	overflow: hidden;
}
.quick-add-popup .quick-add-close {
	width: 4rem;
	height: 4rem;
	border: none;
	color: rgb(var(--text-color));
	background-color: rgba(var(--text-color), 0.07);
	border-radius: 5rem;
	padding: 0.7rem;
	position: absolute;
	right: 2.4rem;
	top: 2.4rem;
	cursor: pointer;
	z-index: 2;
	display: flex;
	justify-content: center;
	align-items: center;
	transition-duration: 0.3s;
	opacity: 0;
	visibility: hidden;
}
.quick-add-popup .quick-add-close svg {
	width: 1.6rem;
	height: 1.6rem;
}
@media (max-width: 991px) {
	.quick-add-popup .quick-add-close {
		opacity: 1;
		visibility: visible;
		transform: translateY(0);
		right: 1.5rem;
		top: 1.5rem;
	}
}
.quick-add-popup .quick-add-content {
	position: relative;
	height: 100%;
	overflow-y: auto;
	padding: 5rem 1.5rem 3rem;
	text-align: center;
}
.quick-add-popup .product-variants {
	margin-bottom: 2rem;
}
.quick-add-popup .product-variants .variant-field + .variant-field {
	margin-top: 1rem;
}
.quick-add-popup .product-variants .field-title {
	font-size: var(--body-larger-font-size);
	font-weight: var(--heading-font-weight);
	color: rgb(var(--heading-color));
	margin-bottom: 1.2rem;
}
.quick-add-popup .product-variants .field-wrap-inner {
	display: inline-flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.8rem;
}
.quick-add-popup .variant-swatch.swatches-circle .field-button,
.quick-add-popup .variant-swatch.swatches-circle .swatch,
.quick-add-popup .variant-swatch.swatches-circle .swatch img {
	border-radius: 5rem;
}
.quick-add-popup .variant-swatch.swatches-square .field-button,
.quick-add-popup .variant-swatch.swatches-square .swatch,
.quick-add-popup .variant-swatch.swatches-square .swatch img {
	border-radius: var(--button-radius);
}
.quick-add-popup .variant-swatch .field-value:focus-visible + .field-label {
	outline: 0.2rem solid rgba(18, 18, 18, 0.5);
	outline-offset: 0.3rem;
	box-shadow: 0 0 0 0.3rem rgb(255, 255, 255), 0 0 0.5rem 0.4rem rgba(18, 18, 18, 0.3);
}
.quick-add-popup .variant-swatch .field-value:checked + .field-label {
	cursor: default;
	border-color: rgb(var(--button-outline-color));
}
.quick-add-popup .variant-swatch .field-value:checked + .swatch:after {
	opacity: 1;
	visibility: visible;
}
.quick-add-popup .variant-swatch .field-value:checked + .swatch-image {
	border-color: rgba(var(--text-color), 0.8);
}
.quick-add-popup .variant-swatch .field-value:checked + .field-button,
.quick-add-popup .variant-swatch .field-value:checked + .invalid-color,
.quick-add-popup .variant-swatch .field-value:checked + .swatch-png {
	border-color: rgb(var(--text-color));
}
.quick-add-popup .variant-swatch .field-value:checked + .field-button:not(.soldout),
.quick-add-popup .variant-swatch .field-value:checked + .invalid-color:not(.soldout) {
	color: rgb(var(--button-bg-color));
	background-color: rgb(var(--button-text-color));
	border-color: rgb(var(--button-outline-color));
}
.quick-add-popup .variant-swatch .field-item {
	position: relative;
}
.quick-add-popup .variant-swatch .field-label {
	line-height: 1;
	cursor: pointer;
	position: relative;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border: 0.1rem solid transparent;
}
.quick-add-popup .variant-swatch .field-label.invalid-color {
	border: 0.1rem solid rgba(var(--text-color), 0.2);
	color: rgba(var(--button-text-color), 0.7);
	padding: 0 1.6rem;
	width: auto !important;
}
.quick-add-popup .variant-swatch .field-label.invalid-color:hover {
	color: rgba(var(--button-text-color));
}
.quick-add-popup .variant-swatch .field-label.swatch-png {
	border: 0.1rem solid rgba(var(--text-color), 0.2);
	padding: 0;
}
.quick-add-popup .variant-swatch .field-label.swatch-png img {
	max-width: 100%;
	min-height: 100%;
}
.quick-add-popup .variant-swatch .field-label:last-of-type {
	margin-right: 0;
}
.quick-add-popup .variant-swatch .field-label + .tooltip {
	border-radius: 0.2rem;
	padding: 0.2rem 1rem;
	color: rgb(var(--button-bg-color));
	background-color: rgb(var(--button-text-color));
	bottom: calc(100% + 1.1rem);
	left: 50%;
	transform: translateX(-50%) translateY(5px);
}
.quick-add-popup .variant-swatch .field-label + .tooltip:before {
	border-color: rgb(var(--button-text-color)) transparent transparent transparent;
}
.quick-add-popup .variant-swatch .field-label:hover {
	border-color: rgb(var(--button-outline-color));
}
.quick-add-popup .variant-swatch .field-label:hover + .tooltip {
	transform: translateX(-50%) translateY(0);
	opacity: 1;
	visibility: visible;
}
.quick-add-popup .variant-swatch .field-button {
	color: rgba(var(--button-text-color), 0.7);
	background-color: transparent;
	font-size: var(--body-font-size);
	font-weight: var(--heading-font-weight);
	transition-duration: 0.2s;
	white-space: nowrap;
	border: 0.1rem solid rgba(var(--button-outline-color), 0.1);
	padding: 0 1rem;
	overflow: hidden;
	min-width: 3.2rem;
	min-height: 3.2rem;
}
.quick-add-popup .variant-swatch .field-button:hover {
	color: rgb(var(--button-text-color));
	border-color: rgb(var(--button-outline-color));
}
.quick-add-popup .variant-swatch .swatch {
	background-color: rgb(var(--background-color));
	width: 3.2rem;
	height: 3.2rem;
	padding: 0;
	border: 0.1rem solid rgba(255, 255, 255, 0.2);
}
.quick-add-popup .variant-swatch .swatch.dark {
	border-color: rgba(31, 31, 31, 0.2);
}
.quick-add-popup .variant-swatch .swatch.dark:after {
	background-image: var(--tick-black);
}
.quick-add-popup .variant-swatch .swatch.dark:hover {
	border-color: rgb(var(--button-outline-color));
}
.quick-add-popup .variant-swatch .swatch img {
	border-radius: 0.4rem;
}
.quick-add-popup .variant-swatch .swatch-image {
	border: 0.1rem solid transparent;
	transition: border-color 0.3s ease;
}
.quick-add-popup .variant-swatch .swatch-image:after {
	content: none;
}
.quick-add-popup .variant-swatch .soldout {
	opacity: 0.3;
	background-color: rgba(var(--button-text-color), 0.1);
}
.quick-add-popup .variant-swatch .soldout.swatch-color:not(.dark):before {
	border-top-color: rgba(255, 255, 255, 0.7);
}
.quick-add-popup .variant-swatch .soldout.swatch-color:not(.dark):after {
	border-top-color: rgba(255, 255, 255, 0.7);
}
.quick-add-popup .variant-swatch .soldout.swatch-color.invalid-color {
	overflow: hidden;
}
.quick-add-popup .variant-swatch .soldout.swatch-color.invalid-color:before {
	border-top-color: rgba(31, 31, 31, 0.7);
}
.quick-add-popup .variant-swatch .soldout.swatch-color.invalid-color:after {
	border-top-color: rgba(31, 31, 31, 0.7);
}
.quick-add-popup .variant-swatch .soldout:before {
	content: "";
	position: absolute;
	width: 100%;
	border-top: 0.2rem dashed rgba(31, 31, 31, 0.7);
	top: 50%;
	left: 50%;
	transform: rotate(45deg) translate(-50%, -50%);
	transform-origin: top left;
}
.quick-add-popup .variant-swatch .soldout:after {
	content: "";
	position: absolute;
	width: 100%;
	border-top: 0.2rem dashed rgba(var(--heading-color), 0.5);
	bottom: 50%;
	left: 50%;
	transform: rotate(135deg) translate(-50%, -50%);
	transform-origin: bottom left;
}
.quick-add-popup .add-to-cart-button {
	padding: 0.9rem 1.45rem;
	color: rgb(var(--button-bg-color));
	background-color: rgb(var(--button-text-color));
}
.quick-add-popup .add-to-cart-button:before {
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(var(--button-bg-color), 0.3) 100%);
}
.quick-add-popup .add-to-cart-button.loading {
	color: transparent;
}
.quick-add-popup .add-to-cart-button.loading:before {
	background: transparent;
	border-color: rgb(var(--button-bg-color));
	border-top-color: transparent;
}

.quick-search-open .quick-search-section .quick-search {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	transform: translateY(0);
	transition: transform 0.3s ease;
}
.quick-search-open .quick-search-section .form-wrapper {
	opacity: 1 !important;
}
.quick-search-open .quick-search-section .quick-search {
	position: fixed;
	inset: 0;
	z-index: 999;
	background-color: rgb(var(--overlay-color), 0.2);
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 0.3s ease;
	visibility: visible;
	opacity: 1;
}
@media (max-width: 991px) {
	.quick-search-open .quick-search-section .quick-search {
		align-items: flex-end;
	}
}
.quick-search-open .quick-search-section .quick-search-container {
	background-color: rgb(var(--background-color));
	position: relative;
	overflow-x: visible;
	overflow-y: visible;
	transition: all 0.3s ease;
	transform: translateY(0);
	opacity: 1;
	visibility: visible;
	padding: 1.5rem;
	width: 100%;
}
@media (min-width: 1200px) {
	.quick-search-open .quick-search-section .quick-search-container {
		width: 110rem;
		min-height: 30rem;
		max-width: 90%;
		max-height: 70%;
		border-radius: 3.2rem;
		padding: 4rem;
	}
}
@media (max-width: 1199px) {
	.quick-search-open .quick-search-section .quick-search-container {
		overflow-y: scroll;
	}
}
@media (hover: hover) {
	.quick-search-open .quick-search-section .quick-search-container:hover .close-popup {
		opacity: 0.9;
		visibility: visible;
		transform: translate(0);
	}
}
@media (hover: hover) and (hover: hover) {
	.quick-search-open .quick-search-section .quick-search-container:hover .close-popup:hover {
		opacity: 1;
	}
}
.quick-search-open .quick-search-section .close-popup {
	position: absolute;
	right: -4rem;
	top: -4rem;
	width: 4rem;
	height: 4rem;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	color: rgb(var(--text-color));
	background-color: rgb(var(--background-color));
	border-radius: 50%;
	cursor: pointer;
	opacity: 1;
	visibility: visible;
	z-index: 2;
}
@media (max-width: 1199px) {
	.quick-search-open .quick-search-section .close-popup {
		position: relative;
		margin-left: auto;
		padding: 0 0.6rem;
		display: block;
		right: 0;
		top: 0;
	}
}
@media (hover: none) {
	.quick-search-open .quick-search-section .close-popup {
		opacity: 1;
		visibility: visible;
		transform: translate(0);
	}
}
.quick-search-open .quick-search-section .close-popup svg {
	width: 1.6rem;
}
.quick-search-open .quick-search-section .search-top {
	padding: 0;
	animation: fadeUp 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s forwards;
}
.quick-search-open .quick-search-section .search-top .heading {
	font-size: var(--h6-font-size);
}
@media (max-width: 991px) {
	.quick-search-open .quick-search-section .search-top .heading {
		font-size: var(--body-larger-font-size);
	}
}
.quick-search-open .quick-search-section .search-bottom {
	animation: fadeUp 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.4s forwards;
}

.quick-search {
	position: fixed;
	inset: 0;
	z-index: 99;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	background-color: rgb(var(--background-color));
	transform: translateY(-1rem);
	filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
.quick-search.searching .search-button svg {
	opacity: 0;
}
.quick-search .quick-search-container {
	height: 100%;
	display: flex;
	flex-direction: column;
}
@media (max-width: 1199px) {
	.quick-search .quick-search-container {
		display: block;
	}
}
.quick-search .form-wrapper,
.quick-search .search-top,
.quick-search .search-bottom {
	opacity: 0;
}
.quick-search .form-wrapper {
	position: relative;
	display: flex;
	align-items: center;
	margin-bottom: 3.2rem;
}
@media (max-width: 1199px) {
	.quick-search .form-wrapper {
		margin-top: 2rem;
		margin-bottom: 2rem;
	}
}
.quick-search .form-wrapper .close-button {
	width: 3.2rem;
	height: 3.2rem;
	display: flex;
	align-items: center;
	justify-content: center;
	left: calc(100% + 1.2rem);
	color: rgb(var(--text-color));
	cursor: pointer;
	transition: opacity 0.3s ease;
	position: static;
	margin-left: 1.2rem;
	background-color: transparent;
	border: 0;
	padding: 0;
}
@media (hover: hover) {
	.quick-search .form-wrapper .close-button:hover {
		opacity: 0.6;
	}
}
.quick-search .quick-search-form {
	position: relative;
	width: 100%;
}
.quick-search .quick-search-form .search-input {
	flex-grow: 1;
	background-color: transparent;
	color: rgb(var(--text-color));
	visibility: visible;
	width: 100%;
	height: 5.6rem;
	font-size: var(--h6-smaller-font-size);
	padding: 1.2rem 6rem 1.2rem 2.4rem;
	box-shadow: 0 0 0 0 transparent;
	border: 0.1rem solid rgba(var(--text-color), 0.2);
	border-radius: 1.6rem;
}
.quick-search .quick-search-form .search-input:focus {
	box-shadow: 0 0 0 0.1rem rgba(var(--text-color), 0.4);
}
@media (max-width: 991px) {
	.quick-search .quick-search-form .search-input {
		font-size: var(--body-font-size);
		padding: 1.2rem 5rem 1.2rem 1.5rem;
		border-radius: 0.8rem;
	}
}
.quick-search .quick-search-form .search-button {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 7rem;
	border: 0;
	padding: 0;
	cursor: pointer;
	background-color: transparent;
	color: rgb(var(--text-color));
}
.quick-search .quick-search-form .search-button svg {
	width: 2.4rem;
	height: 2.4rem;
}
@media (max-width: 991px) {
	.quick-search .quick-search-form .search-button {
		width: 5rem;
	}
}
.quick-search .search-body {
	display: flex;
	justify-content: space-between;
	flex-grow: 1;
	overflow-y: scroll;
	overflow-x: hidden;
	-ms-overflow-style: none;
	scrollbar-width: none;
}
.quick-search .search-body::-webkit-scrollbar {
	display: none;
}
.quick-search .search-body .heading {
	margin: 0;
	text-transform: capitalize;
}
.quick-search .search-body .search-content {
	width: 100%;
}
@media (max-width: 991px) {
	.quick-search .search-body .search-content {
		display: flex;
		flex-direction: column;
	}
}
.quick-search .search-body .search-head {
	display: flex;
	justify-content: space-between;
	margin-bottom: 2rem;
}
.quick-search .search-body .search-head .heading {
	text-transform: capitalize;
	margin-bottom: 0;
}
.quick-search .search-body .search-head .products-found {
	color: #a1a1a1;
	display: inline-flex;
	align-items: center;
}
.quick-search .search-body .main-content {
	position: relative;
}
@media (max-width: 767px) {
	.quick-search .search-body .main-content .grid-item {
		width: 50%;
	}
}
.quick-search .search-body .search-bottom {
	opacity: 0;
}
.quick-search .search-body .search-bottom .search-results {
	text-align: center;
}
.quick-search .search-body .search-bottom .heading {
	font-size: var(--h6-smaller-font-size);
}
@media (max-width: 991px) {
	.quick-search .search-body .search-bottom .heading {
		font-size: var(--body-larger-font-size);
	}
}
.quick-search .search-body .heading {
	margin-bottom: 2.5rem;
}
@media (max-width: 991px) {
	.quick-search .search-body .heading {
		margin-bottom: 2rem;
	}
}
.quick-search .search-body .collection-list {
	display: flex;
	flex-wrap: wrap;
	gap: 1.2rem 1.1rem;
	margin-bottom: 3.2rem;
}
.quick-search .search-body .collection-list a {
	background-color: rgb(var(--background-color));
	border: 0.1rem solid rgba(var(--heading-color), 0.1);
	color: rgb(var(--heading-color));
	font-size: var(--body-larger-font-size);
	border-radius: 7rem;
	padding: 0.45rem 1.6rem;
	text-transform: capitalize;
}
@media (hover: hover) {
	.quick-search .search-body .collection-list a:hover {
		background-color: rgb(var(--text-color));
		color: rgb(var(--background-color));
	}
}
@media (max-width: 991px) {
	.quick-search .search-body .collection-list a {
		font-size: var(--body-font-size);
	}
}
.quick-search .badge {
	position: absolute;
	left: 1.5rem;
	bottom: 1.5rem;
	white-space: nowrap;
	color: #fff;
	border-radius: 0.3rem;
	padding: 0.5rem 0.7rem;
	font-size: 80%;
	line-height: 1;
	background-color: rgb(var(--heading-color));
}
.quick-search .product-badge .badge {
	position: static;
}
.quick-search .view-more-results {
	display: flex;
	justify-content: center;
	margin-top: 1rem;
	margin-bottom: 6rem;
}
.quick-search .view-more-results .button {
	display: flex;
	align-items: center;
	padding: 1.5rem 2rem;
}
.quick-search .view-more-results .button svg {
	margin-left: 1rem;
}
@media (max-width: 991px) {
	.quick-search .view-more-results {
		margin-bottom: 2rem;
	}
}
.quick-search .product-card:before {
	content: none;
}
.quick-search .product-card .product-actions .product-action svg {
	width: 1.3rem;
	height: 1.3rem;
}
.quick-search .product-card .product-actions .tooltip {
	font-size: 1rem;
	line-height: 1.8;
}
@media (max-width: 767px) {
	.quick-search .product-card .product-actions {
		display: none;
	}
}
.quick-search .product-card .product-title {
	font-size: 1.4rem;
	line-height: 2.1rem;
}
.quick-search .product-card .product-price {
	color: rgb(var(--heading-color));
	margin-top: 0.4rem;
}
.quick-search .product-card .add-to-cart-button {
	min-height: 3.6rem;
	font-size: 1.3rem;
}
.quick-search .article-card {
	margin-bottom: 4rem;
}
.quick-search .article-card .card-image {
	display: block;
	border-radius: 0.4rem;
	overflow: hidden;
}
@media (hover: hover) {
	.quick-search .article-card .card-image:hover img {
		opacity: 0.8;
	}
}
.quick-search .article-card .card-image img {
	transition: opacity 0.3s ease;
}
.quick-search .article-card .card-title {
	font-size: 1.4rem;
	line-height: 2.1rem;
	margin-top: 1.8rem;
	margin-bottom: 0;
}
.quick-search .article-card .card-info {
	margin-top: 0.4rem;
}
.quick-search .highlight {
	text-decoration: underline;
}
.quick-search .button-load-more {
	border: none;
	background-color: rgb(var(--button-text-color));
	color: rgb(var(--button-bg-color));
	text-transform: uppercase;
	padding: 1.6rem 4rem;
	position: relative;
	clear: both;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 240ms linear 0ms;
	margin: 0 auto;
}
.quick-search .button-load-more.loading {
	color: transparent;
}
.quick-search .button-load-more.loading:before {
	content: "";
	z-index: 5;
	position: absolute;
	border: 3px solid rgb(var(--loading-color));
	border-top-color: transparent;
	border-radius: 50%;
	height: 20px;
	width: 20px;
	top: 50%;
	left: 50%;
	animation: circle-loading 500ms infinite linear;
}
@media (hover: hover) {
	.quick-search .button-load-more.loading:hover {
		transition: color 0s;
		color: transparent;
	}
}
.quick-search .button-load-more.loading:before {
	content: "";
	z-index: 5;
	position: absolute;
	border: 0.2rem solid #fff;
	border-top-color: transparent;
	border-radius: 50%;
	height: 2rem;
	width: 2rem;
	top: 50%;
	left: 50%;
	animation: circle-loading 500ms infinite linear;
	background: transparent;
}
.quick-search .placeholder {
	display: inline-block;
	width: 15rem;
	height: 2.4rem;
	border-radius: 0.4rem;
	background-color: rgba(var(--text-color), 0.3);
	transition: opacity 1s ease, transform 0.3s ease;
	position: relative;
	max-width: 100%;
	display: block;
	overflow: hidden;
}
.quick-search .placeholder:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0) 100%);
	animation: lazy-loading 1s infinite;
}
.quick-search .placeholder-head {
	display: flex;
	justify-content: space-between;
	margin-bottom: 2rem;
}
.quick-search .placeholder-head .placeholder {
	width: 12rem;
	max-width: 45%;
}
.quick-search .placeholder-content {
	display: flex;
	justify-content: space-between;
}
.quick-search .placeholder-card {
	width: calc((100% - 90px) / 4);
}
@media (max-width: 767px) {
	.quick-search .placeholder-card {
		width: calc((100% - 30px) / 2);
		min-width: calc((100% - 30px) / 2);
		margin-right: 30px;
	}
	.quick-search .placeholder-card:last-of-type {
		margin-right: 0;
	}
}
.quick-search .placeholder-media {
	padding-bottom: 100%;
	width: 100%;
	margin-bottom: 0.8rem;
}
.quick-search .placeholder-title {
	margin-bottom: 0.4rem;
	width: 80%;
}
.quick-search .placeholder-meta {
	width: 50%;
}

@keyframes flash {
	0%, 50%, 100% {
		opacity: 1;
	}
	25%, 75% {
		opacity: 0;
	}
}
.quick-view-open .quick-view {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}
.quick-view-open .quick-view .quick-view-inner {
	transform: translateY(0);
}

.quick-view {
	z-index: 1000;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: rgba(var(--overlay-color), 0.4);
	transition-duration: 0.3s;
}
.quick-view.loading .quick-view-content {
	opacity: 0;
	visibility: hidden;
}
.quick-view .quick-view-inner {
	background-color: rgb(var(--background-color));
	width: 100%;
	transform: translateY(5rem);
	margin-left: 2rem;
	margin-right: 2rem;
	border-radius: 4rem;
	transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
	position: absolute;
	right: 0;
	overflow: hidden;
}
@media (min-width: 992px) {
	.quick-view .quick-view-inner {
		width: 85.6rem;
		height: calc(100% - 40px);
	}
}
@media (max-width: 991px) {
	.quick-view .quick-view-inner {
		margin-left: 0;
		margin-right: 0;
		border-radius: 0;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
	}
}
@media (hover: hover) {
	.quick-view .quick-view-inner:hover .quick-view-close {
		opacity: 1;
		visibility: visible;
		transform: translate(0, 0);
	}
}
.quick-view .quick-view-close {
	width: 4rem;
	height: 4rem;
	border: none;
	color: rgb(var(--text-color));
	background-color: rgba(var(--text-color), 0.07);
	border-radius: 5rem;
	padding: 0.7rem;
	position: absolute;
	right: 2.4rem;
	top: 2.4rem;
	cursor: pointer;
	z-index: 2;
	display: flex;
	justify-content: center;
	align-items: center;
	transition-duration: 0.3s;
	opacity: 0;
	visibility: hidden;
}
.quick-view .quick-view-close svg {
	width: 1.6rem;
	height: 1.6rem;
}
@media (max-width: 991px) {
	.quick-view .quick-view-close {
		opacity: 1;
		visibility: visible;
		transform: translateY(0);
	}
}
.quick-view .quick-view-content {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	height: 100%;
	border-radius: 0.6rem;
	overflow-y: auto;
	padding: 2.8rem 1.6rem 2.8rem 2.4rem;
}
.quick-view .quick-view-content::-webkit-scrollbar {
	width: 0.8rem;
	height: 100%;
	background-color: rgba(var(--text-color), 0.1);
}
.quick-view .quick-view-content::-webkit-scrollbar-thumb {
	background-color: rgba(var(--text-color), 0.5);
}
@media (max-width: 991px) {
	.quick-view .quick-view-content {
		padding: 3rem 1.5rem;
	}
}
.quick-view .product-gallery {
	position: relative;
}
@media (min-width: 992px) {
	.quick-view .product-gallery {
		width: 42%;
	}
	.quick-view .product-gallery .swiper-wrapper {
		display: flex;
		flex-wrap: wrap;
		gap: 3rem;
	}
}
.quick-view .product-gallery .media-preview-wrap {
	height: auto;
	border: none;
	border-radius: 2rem;
	overflow: hidden;
	aspect-ratio: 1/1.3;
}
.quick-view .product-gallery .media-preview-wrap .media-preview {
	aspect-ratio: 1/1.3;
}
.quick-view .product-gallery .swiper-controls {
	position: relative;
	display: flex !important;
	justify-content: center;
	align-items: center;
}
.quick-view .product-gallery .swiper-button-prev,
.quick-view .product-gallery .swiper-button-next {
	position: static;
	transform: none;
	border: 0;
	width: 4.5rem;
	height: 4.5rem;
	background-color: transparent;
}
.quick-view .product-gallery .swiper-button-prev svg,
.quick-view .product-gallery .swiper-button-next svg {
	width: 1.6rem;
	height: 1.6rem;
}
.quick-view .product-gallery .swiper-pagination-custom {
	position: static;
	width: auto;
}
.quick-view .product-summary {
	padding: 6rem 0 6rem 4.8rem;
	margin-bottom: 0;
}
@media (min-width: 992px) {
	.quick-view .product-summary {
		width: 58%;
	}
}
@media (max-width: 991px) {
	.quick-view .product-summary {
		padding: 0;
	}
}
.quick-view .product-summary .product-collection {
	margin-bottom: 0.5rem;
}
.quick-view .product-summary .product-seller {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.8rem;
	margin-bottom: 1.8rem;
}
.quick-view .product-summary .product-seller .seller-label {
	font-size: var(--body-small-font-size);
	color: rgb(var(--background-color));
	background-color: rgb(var(--heading-color));
	padding: 0.2rem 1.2rem 0.3rem;
	border-radius: 3.6rem;
	text-transform: uppercase;
}
.quick-view .product-summary .product-seller .seller-message {
	display: flex;
	align-items: center;
}
.quick-view .product-summary .product-seller .seller-message svg {
	color: rgb(var(--sale-label-color));
	min-width: 1.4rem;
	min-height: 2rem;
	margin-right: 0.7rem;
	animation: flash 2s infinite;
}
.quick-view .product-summary .product-title {
	margin-top: 0;
	margin-bottom: 1.4rem;
}
.quick-view .product-summary .product-rating {
	display: flex;
	align-items: baseline;
	margin-bottom: 0.9rem;
}
.quick-view .product-summary .product-price-wrap {
	margin-bottom: 0.8rem;
}
.quick-view .product-summary .product-description {
	font-size: var(--body-larger-font-size);
	margin-bottom: 2.3rem;
}
.quick-view .product-summary .product-variants {
	margin-bottom: 1.9rem;
}
.quick-view .product-summary .product-variants .field-wrap-inner {
	display: inline-flex;
	align-items: center;
}
.quick-view .product-summary .product-variants .field-item,
.quick-view .product-summary .product-variants .field-label {
	width: 4.8rem;
	height: 4.8rem;
}
.quick-view .product-summary [data-type=add-to-cart-form] {
	margin-bottom: 2rem;
}
.quick-view .product-summary [data-type=add-to-cart-form] .field-title {
	margin-bottom: 1rem;
}
.quick-view .product-summary [data-type=add-to-cart-form] .product-quantity .quantity {
	width: 14rem;
}
.quick-view .product-summary [data-shopify=payment-button] .shopify-payment-button__button {
	text-transform: uppercase;
}
.quick-view .product-summary .product-share {
	position: relative;
	z-index: 5;
}
.quick-view .product-summary .product-divider {
	height: 0.1rem;
	background: rgba(var(--text-color), 0.2);
	margin-bottom: 2.4rem;
}

.recent-posts {
	margin-top: 7rem;
}
.recent-posts .heading {
	text-align: center;
	text-transform: capitalize;
	margin-bottom: 3.7rem;
}
.recent-posts .recent-post-item {
	display: flex;
	flex-direction: column;
}
@media (max-width: 991px) {
	.recent-posts .recent-post-item {
		margin-bottom: 3rem;
	}
}
.recent-posts .card-media {
	border-radius: var(--button-radius);
	overflow: hidden;
}
.recent-posts .card-media img {
	aspect-ratio: var(--aspect-ratio);
}
.recent-posts .card-title {
	margin-top: 2.4rem;
}
.recent-posts .card-info {
	color: rgba(var(--text-color), 0.8);
}
.recent-posts .card-info a {
	color: currentColor;
}
@media (hover: hover) {
	.recent-posts .card-info a:hover {
		text-decoration: underline;
		text-decoration-thickness: 0.1rem;
		text-underline-offset: 0.4rem;
	}
}
.recent-posts .card-info .info-item:after {
	content: "";
	display: inline-block;
	height: 0.1rem;
	width: 2rem;
	background-color: rgb(var(--text-color));
	margin-left: 0.8rem;
	margin-right: 0.8rem;
	margin-bottom: 0.5rem;
}
.recent-posts .card-info .info-item:last-child:after {
	content: none;
}
@media (max-width: 991px) {
	.recent-posts .card-info .info-item:after {
		margin-left: 0.5rem;
		margin-right: 0.5rem;
	}
}

.richtext-section .heading *,
.richtext-section .rich-text * {
	line-height: 1.25em;
	font-size: 100%;
	margin: 0;
}
@media (max-width: 767px) {
	.richtext-section .heading,
	.richtext-section .rich-text {
		line-height: 1.2;
	}
	.richtext-section .heading br,
	.richtext-section .rich-text br {
		display: none;
	}
}
.richtext-section .heading {
	margin: 0;
}
.richtext-section .rich-text-blocks > * {
	margin-bottom: 1.1rem;
}
.richtext-section .rich-text-blocks > *:last-child {
	margin-bottom: 0;
}
.richtext-section .button {
	display: inline-block;
}

.sales-notification-section .sales-notification {
	position: fixed;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	bottom: 2rem;
	z-index: 2;
}
.sales-notification-section .sales-notification.bottom-left {
	left: 2rem;
}
.sales-notification-section .sales-notification.bottom-right {
	right: 2rem;
}
.sales-notification-section .sales-notification.bottom-right .sn-item {
	transform: translateX(calc(100% - 2rem));
}
.sales-notification-section .sales-notification .sn-item.active {
	transform: translateX(0);
}
.sales-notification-section .sales-notification .sn-item.down {
	transform: translateY(calc(100% + 2rem));
}
.sales-notification-section .sn-item {
	position: absolute;
	left: 0;
	bottom: 0;
	display: flex;
	width: 30rem;
	border-radius: 0.3rem;
	padding: 1rem 1rem 1.5rem;
	box-shadow: 0 0 1rem rgba(0, 0, 0, 0.08);
	transform: translateX(calc(-100% - 2rem));
	position: relative;
	transition: transform 0.3s ease;
	background-color: #fff;
}
@media (hover: hover) {
	.sales-notification-section .sn-item:hover .sn-close {
		opacity: 1;
		visibility: visible;
	}
}
@media (hover: hover) and (hover: hover) {
	.sales-notification-section .sn-item:hover .sn-close:hover {
		color: red;
	}
}
.sales-notification-section .sn-image-wrap {
	max-width: 12rem;
	height: 100%;
	width: 100%;
}
.sales-notification-section .sn-image-wrap img {
	width: 100%;
	height: 100%;
}
.sales-notification-section .sn-content {
	margin-left: 0.5rem;
}
.sales-notification-section .sn-content .sn-customer {
	margin-bottom: 0.2rem;
}
.sales-notification-section .sn-content .sn-product-title {
	text-transform: uppercase;
	font-size: 1.2rem;
	font-weight: 500;
}
.sales-notification-section .sn-content .sn-foot {
	margin-top: 0.2rem;
}
.sales-notification-section .sn-content .sn-verified {
	color: rgb(var(--success-color));
	margin-left: 0.5rem;
}
.sales-notification-section .underline-animated {
	position: absolute;
	bottom: 0;
	height: 2px;
	background-color: rgb(var(--success-color));
	left: 0;
	display: flex;
	animation-delay: 0.3s;
}
.sales-notification-section .sn-close {
	position: absolute;
	right: 0;
	top: 0;
	width: 2.2rem;
	height: 2.2rem;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 0;
	cursor: pointer;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s ease, visibility 0.3s ease;
}
@media (hover: hover) {
	.sales-notification-section .sn-close:hover {
		color: rgb(var(--link-hover));
	}
}
.sales-notification-section .sn-close svg {
	width: 1rem;
	height: 1rem;
}
.sales-notification-section .sn-product-image {
	width: 8rem;
	padding: 1rem;
	padding-right: 0;
}
.sales-notification-section .sn-product-image img {
	width: 100%;
	height: 100%;
}
.sales-notification-section .sn-product-content {
	padding: 1rem;
	min-width: 20rem;
	max-width: 25rem;
}
.sales-notification-section .sn-product-content .product-title {
	color: rgb(var(--link-hover));
}
.sales-notification-section .sn-product-content .notice-text {
	display: block;
	text-transform: lowercase;
	color: rgb(var(--text-color));
}
.sales-notification-section .sn-product-content .action-wishlist {
	display: block;
	margin-top: 1rem;
	cursor: pointer;
	transition: color 0.3s ease;
}
@media (hover: hover) {
	.sales-notification-section .sn-product-content .action-wishlist:hover {
		color: rgb(var(--link-hover));
	}
}

@keyframes underline-animated {
	0% {
		width: 0;
	}
	50% {
		width: 50%;
	}
	100% {
		width: 100%;
	}
}
.shopable-video-section .shopable-heading {
	margin-bottom: 3.9rem;
}
.shopable-video-section .shopable-heading .heading {
    font-size: 40px;
    font-weight: 600;
    color: #333333;
}
.shopable-video-section .shopable-heading .heading+.description {
    font-size: 18px;
    color: #666;
    font-weight: 500;
}
@media (max-width: 991px) {
	.shopable-video-section .shopable-heading {
		margin-bottom: 3rem;
	}
}
.shopable-video-section .shopable-heading .heading {
	margin: 0;
}
.shopable-video-section .shopable-heading .heading + .description {
	margin-top: 1.1rem;
}
.shopable-video-section .shopable-heading .description {
	font-size: var(--body-larger-font-size);
}
@media (hover: hover) {
	.shopable-video-section .shopable-wrapper:hover .swiper-button-prev,
	.shopable-video-section .shopable-wrapper:hover .swiper-button-next {
		visibility: visible;
		transform: translate(0, -50%);
	}
	.shopable-video-section .shopable-wrapper:hover .swiper-button-prev:disabled,
	.shopable-video-section .shopable-wrapper:hover .swiper-button-next:disabled {
		opacity: 0.4;
		pointer-events: auto;
		cursor: default;
	}
	.shopable-video-section .shopable-wrapper:hover .swiper-button-prev:not(:disabled),
	.shopable-video-section .shopable-wrapper:hover .swiper-button-next:not(:disabled) {
		opacity: 1;
	}
}
.shopable-video-section .shopable-wrapper .swiper-button-prev,
.shopable-video-section .shopable-wrapper .swiper-button-next {
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s;
	background-color: rgb(var(--button-bg-color));
	color: rgb(var(--button-text-color));
}
@media (hover: hover) {
	.shopable-video-section .shopable-wrapper .swiper-button-prev:hover:not(:disabled),
	.shopable-video-section .shopable-wrapper .swiper-button-next:hover:not(:disabled) {
		background-color: rgb(var(--button-text-color));
		color: rgb(var(--button-bg-color));
	}
}
.shopable-video-section .shopable-wrapper .swiper-button-prev {
	left: 1rem;
	transform: translate(0.5rem, -50%);
}
.shopable-video-section .shopable-wrapper .swiper-button-next {
	right: 1rem;
	transform: translate(-0.5rem, -50%);
}
.shopable-video-section .shopable-wrapper .swiper-pagination {
	position: static;
	transform: none;
	margin-top: 2rem;
	display: flex;
	justify-content: center;
}
.shopable-video-section .shopable-wrapper .swiper-pagination .swiper-pagination-bullet-active {
	background-color: rgb(var(--heading-color));
}
.shopable-video-section .shopable-wrapper .swiper-pagination .swiper-pagination-bullet-active:before {
	border-color: rgb(var(--heading-color));
}
.shopable-video-section .grid-items {
	display: grid;
	gap: var(--grid-column-gap);
	grid-template-columns: repeat(var(--grid-column), minmax(0, 1fr));
}
@media (max-width: 991px) {
	.shopable-video-section .grid-items {
		overflow-x: auto;
		gap: 15px;
		grid-auto-flow: column;
		grid-auto-columns: minmax(27rem, 1fr);
		grid-template-columns: none;
		padding-bottom: 1.5rem;
	}
	.shopable-video-section .grid-items::-webkit-scrollbar {
		width: 100%;
		height: 0.5rem;
		border-radius: 0.4rem;
		background-color: rgba(var(--text-color), 0.1);
	}
	.shopable-video-section .grid-items::-webkit-scrollbar-thumb {
		border-radius: 0.4rem;
		background-color: rgba(var(--text-color), 0.5);
	}
}
.shopable-video-section .card-wrapper {
	position: relative;
}
.shopable-video-section .card-wrapper .toggle-shopable-popup {
	position: absolute;
	inset: 0;
}
.shopable-video-section .card-wrapper .card-media {
	position: relative;
	border-radius: 1.6rem;
	height: 100%;
	aspect-ratio: var(--aspect-ratio);
	overflow: hidden;
}
.shopable-video-section .card-wrapper .card-media video {
	width: 100%;
	height: 100%;
	aspect-ratio: var(--aspect-ratio);
}
.shopable-video-section .card-wrapper .card-media:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 16rem;
	max-height: 100%;
	background: linear-gradient(180deg, rgba(var(--heading-color), 0) 0%, rgba(var(--heading-color), 0.1) 49.82%, rgba(var(--heading-color), 0.6) 100%);
}
.shopable-video-section .product-wrapper {
	position: absolute;
	height: auto;
	bottom: 1.8rem;
	left: 2rem;
	right: 2rem;
	display: flex;
	align-items: center;
	gap: 1.6rem;
}
@media (max-width: 991px) {
	.shopable-video-section .product-wrapper {
		bottom: 1rem;
		left: 1rem;
		right: 1rem;
		gap: 1rem;
	}
}
.shopable-video-section .product-wrapper .product-image {
	width: 5.2rem;
	aspect-ratio: 1/1;
	border-radius: 50%;
	flex-shrink: 0;
	overflow: hidden;
}
.shopable-video-section .product-wrapper .product-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.shopable-video-section .product-wrapper .product-info {
	width: calc(100% - 6.8rem);
}
.shopable-video-section .product-wrapper .product-title {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-weight: normal;
	margin: 0 0 0.6rem;
	font-size: var(--body-larger-font-size);
	color: rgb(var(--background-color));
}
.shopable-video-section .product-wrapper .product-price {
	color: rgb(var(--background-color));
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.8rem;
}
.shopable-video-section .product-wrapper .product-price .price {
	font-size: var(--body-larger-font-size);
	font-weight: var(--heading-font-weight);
}
.shopable-video-section .product-wrapper .product-price .regular-price {
	font-size: var(--body-font-size);
}
.shopable-video-section .product-wrapper .product-price .saved-price {
	display: none;
}
.shopable-popup-open {
	overflow: hidden;
}

.shopable-popup-open .shopable-video-section .shopable-popup {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	z-index: 999;
}
.shopable-popup-open .shopable-video-section .shopable-popup-inner {
	transform: translateY(0);
	opacity: 1;
	visibility: visible;
}
.shopable-video-section .shopable-popup {
	background-color: rgb(var(--overlay-color), 0.4);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	position: fixed;
	inset: 0;
	z-index: 100;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: opacity 0.3s, visibility 0.3s;
}
.shopable-video-section .shopable-popup-inner {
	position: relative;
	transform: translateY(2rem);
	transition: transform 0.3s, opacity 0.3s, visibility 0.3s;
	opacity: 0;
	visibility: hidden;
	width: 100%;
	height: 100%;
}
@media (min-width: 992px) {
	.shopable-video-section .shopable-popup-inner {
		width: 80rem;
		height: 60rem;
		max-width: 90%;
		max-height: 90%;
		margin: 0 auto;
	}
}
@media (max-width: 991px) {
	.shopable-video-section .shopable-popup-inner {
		display: flex;
		flex-direction: column;
	}
}
.shopable-video-section .shopable-item-wrapper {
	width: 100%;
	height: 100%;
	background-color: rgb(var(--background-color));
	display: grid;
	grid-template-columns: 1fr;
	border-radius: 0.8rem;
	overflow: hidden;
}
@media (max-width: 991px) {
	.shopable-video-section .shopable-item-wrapper {
		border-radius: 0.8rem 0.8rem 0 0;
	}
}
.shopable-video-section .popup-item {
	grid-row-start: 1;
	grid-column-start: 1;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	overflow: hidden;
	display: flex;
	transition: opacity 0.3s, visibility 0.3s;
}
.shopable-video-section .popup-item.active {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	z-index: 5;
}
@media (max-width: 767px) {
	.shopable-video-section .popup-item {
		display: grid;
		grid-template-columns: 1fr;
	}
	.shopable-video-section .popup-item.shop-now-open.active .media-area {
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
		transform: translateY(2rem);
	}
	.shopable-video-section .popup-item.shop-now-open.active .product-area {
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
		transform: translateY(0);
	}
}
.shopable-video-section .media-area,
.shopable-video-section .product-area {
	position: relative;
	width: 50%;
}
@media (max-width: 767px) {
	.shopable-video-section .media-area,
	.shopable-video-section .product-area {
		width: 100%;
		grid-row-start: 1;
		grid-column-start: 1;
	}
}
.shopable-video-section .media-area {
	overflow: auto;
}
@media (max-width: 767px) {
	.shopable-video-section .media-area {
		transform: translateY(0);
		transition: transform 0.3s, opacity 0.3s;
	}
}
.shopable-video-section .media-area .area-image,
.shopable-video-section .media-area .area-video,
.shopable-video-section .media-area video,
.shopable-video-section .media-area img,
.shopable-video-section .media-area svg {
	height: 100%;
	width: 100%;
}
.shopable-video-section .media-area .product-wrapper {
	gap: 1rem;
	padding-left: 1rem;
	padding-right: 1rem;
	background-color: rgba(0, 0, 0, 0.5);
	color: #fff;
	bottom: 0.8rem;
	left: 0.8rem;
	right: 0.8rem;
	padding: 1rem;
	border-radius: 0.4rem;
}
@media (min-width: 768px) {
	.shopable-video-section .media-area .product-wrapper {
		display: none;
	}
}
.shopable-video-section .media-area .product-wrapper .product-info {
	width: auto;
	flex: 1 1 0;
	overflow: hidden;
}
.shopable-video-section .media-area .product-wrapper .product-info .product-title,
.shopable-video-section .media-area .product-wrapper .product-info .product-price {
	color: currentColor;
}
.shopable-video-section .media-area .product-wrapper .product-buy-now-button {
	white-space: nowrap;
	padding: 0.5rem 1rem;
	text-transform: uppercase;
	background-color: #fff;
	color: #000;
	border-radius: var(--button-radius);
	font-size: 90%;
}
.shopable-video-section .product-area {
	padding: 2rem 2rem 0;
	overflow: auto;
	display: flex;
	flex-direction: column;
}
@media (max-width: 767px) {
	.shopable-video-section .product-area {
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
		transform: translateY(2rem);
		transition: transform 0.3s, opacity 0.3s;
	}
}
.shopable-video-section .product-area .hide-product-summary {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
}
.shopable-video-section .product-media {
	margin-bottom: 2rem;
}
.shopable-video-section .product-media .media-preview-wrap {
	padding: 0;
	border: 0;
	border-radius: 0.4rem;
}
.shopable-video-section .product-media .media-loaded[data-model] .view-media {
	display: flex;
}
.shopable-video-section .product-media .media-loaded[data-model] .media-preview {
	visibility: visible;
}
.shopable-video-section .product-media .media-loaded[data-model] .view-media {
	display: none;
}
.shopable-video-section .product-media .media-loaded[data-model]:not([data-image]) .media-preview {
	visibility: hidden;
}
.shopable-video-section .product-media .media-loaded[data-model] .media-preview {
	visibility: hidden;
}
.shopable-video-section .product-media .media-loaded .view-media,
.shopable-video-section .product-media .media-loaded .media-preview {
	display: none;
}
.shopable-video-section .product-media .media-loaded .media-content {
	visibility: visible;
	width: 100%;
	height: 100%;
}
.shopable-video-section .product-media .media-loaded .media-content video {
	width: 100%;
	height: 100%;
}
.shopable-video-section .product-media .view-media {
	position: absolute;
	bottom: 1.2rem;
	right: 1.2rem;
	z-index: 15;
	cursor: pointer;
	width: 3.2rem;
	height: 3.2rem;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 0.8rem;
	background-color: rgb(var(--button-text-color));
	color: rgb(var(--button-bg-color));
	transition-duration: 0.2s;
	border: 0.1rem solid #eee;
}
.shopable-video-section .product-media .view-media svg {
	height: 1.2rem;
	width: 1.2rem;
}
.shopable-video-section .product-media .swiper {
	height: 100%;
	display: flex;
	flex-direction: column;
}
.shopable-video-section .product-media .swiper-wrapper {
	min-height: 16rem;
}
.shopable-video-section .product-media .media-preview-wrap {
	padding: 0;
	border: 0;
	border-radius: 0.4rem;
}
.shopable-video-section .product-media .swiper-pagination {
	position: static;
	margin-top: 1rem;
	display: flex;
	justify-content: center;
}
.shopable-video-section .product-summary {
	margin: 0;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}
.shopable-video-section .product-summary .product-title {
	font-size: var(--h6-font-size);
	margin-bottom: 0.5rem;
}
.shopable-video-section .product-summary .product-price {
	font-size: 1.8rem;
	padding: 1rem 0;
}
.shopable-video-section .product-summary .product-variants,
.shopable-video-section .product-summary .product-description,
.shopable-video-section .product-summary .view-product-detail {
	margin-bottom: 2rem;
}
.shopable-video-section .product-summary .variant-field .swatch {
	width: 3.6rem;
	height: 3.6rem;
}
.shopable-video-section .product-summary .variant-field .field-button {
	min-width: 3.6rem;
	min-height: 3.6rem;
}
.shopable-video-section .product-summary .view-product-detail {
	display: inline-block;
	text-transform: uppercase;
}
.shopable-video-section [data-type=add-to-cart-form] {
	position: sticky;
	bottom: 0;
	background-color: rgb(var(--background-color));
	padding-bottom: 2rem;
	margin-top: auto;
	opacity: 1;
}
.shopable-video-section [data-type=add-to-cart-form]:before {
	content: "";
	position: absolute;
	z-index: 1;
	right: 0;
	bottom: 100%;
	left: 0;
	height: 25px;
	background-image: linear-gradient(to bottom, rgba(var(--background-color), 0) 0%, rgb(var(--background-color)) 85%);
	pointer-events: none;
}
.shopable-video-section [data-type=add-to-cart-form] .add-to-cart-button {
	width: 100%;
	margin: 0;
}
.shopable-video-section .popup-controls .arrow-button,
.shopable-video-section .popup-controls .close-button {
	width: 4rem;
	height: 4rem;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: background-color 0.3s, color 0.3s;
}
.shopable-video-section .popup-controls .arrow-button {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	color: rgb(var(--background-color));
	background-color: rgba(var(--background-color), 0.4);
}
.shopable-video-section .popup-controls .arrow-button[data-type=prev] {
	left: -8rem;
}
.shopable-video-section .popup-controls .arrow-button[data-type=next] {
	right: -8rem;
}
.shopable-video-section .popup-controls .arrow-button svg {
	width: 1.6rem;
	height: 1.6rem;
}
@media (hover: hover) {
	.shopable-video-section .popup-controls .arrow-button:hover {
		color: rgb(var(--text-color));
		background-color: rgb(var(--background-color));
	}
}
.shopable-video-section .popup-controls .close-button {
	position: absolute;
	right: -5rem;
	top: -5rem;
	color: rgb(var(--background-color));
	background-color: rgba(var(--background-color), 0.4);
}
.shopable-video-section .popup-controls .close-button svg {
	width: 1.6rem;
	height: 1.6rem;
}
@media (hover: hover) {
	.shopable-video-section .popup-controls .close-button:hover {
		color: rgb(var(--text-color));
		background-color: rgb(var(--background-color));
	}
}
@media (max-width: 991px) {
	.shopable-video-section .popup-controls {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 0.5rem;
		padding: 1rem 0;
	}
	.shopable-video-section .popup-controls .arrow-button,
	.shopable-video-section .popup-controls .close-button {
		position: static;
		transform: none;
		width: 3.6rem;
		height: 3.6rem;
	}
}

#main-content .shopify-challenge__container {
	min-height: 50vh;
	margin-top: 5rem;
}
#main-content .shopify-challenge__container .shopify-challenge__button {
	margin-top: 2rem;
}

.shopify-section .shopify-model-viewer-ui .shopify-model-viewer-ui__button--poster {
	border-radius: 50%;
}

.shopify-section .shopify-model-viewer-ui .shopify-model-viewer-ui__button--poster svg {
	width: 4.8rem;
	height: 4.8rem;
}

[data-shopify=payment-button] .shopify-payment-button__button--branded [role=button] {
	border-radius: var(--button-radius);
}

#shopify-product-reviews .spr-summary .spr-summary-actions-newreview,
#shopify-product-reviews .spr-form .spr-form-actions [type=submit] {
	border-radius: var(--button-radius);
	color: rgb(var(--button-text-color));
	background-color: rgb(var(--button-bg-color));
	border: 0;
}

[data-shopify=payment-button] .shopify-payment-button__button--unbranded {
	background-color: transparent !important;
}

.side-cart-open .side-cart {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}
.side-cart-open .side-cart .side-cart-inner {
	transform: translateX(0);
}

.side-cart {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 999;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	background-color: rgba(var(--overlay-color), 0.2);
	transition: all 0.3s ease;
}
.side-cart .remove-icon {
	color: rgb(var(--sale-label-color));
}
.side-cart .side-cart-inner {
	position: absolute;
	top: 2rem;
	bottom: 2rem;
	right: 2rem;
	border-radius: 3.2rem;
	max-width: 90%;
	background-color: rgb(var(--background-color));
	transform: translateX(100%);
	transition: transform 0.3s ease;
	overflow-y: scroll;
	overflow-x: hidden;
}
@media (max-width: 991px) {
	.side-cart .side-cart-inner::-webkit-scrollbar-track {
		background-color: #e9e9e9;
	}
	.side-cart .side-cart-inner::-webkit-scrollbar {
		width: 8px;
		background-color: #e9e9e9;
	}
	.side-cart .side-cart-inner::-webkit-scrollbar-thumb {
		background-color: #a0a0a0;
	}
}
@media (min-width: 992px) {
	.side-cart .side-cart-inner {
		display: flex;
		flex-direction: row-reverse;
		width: 48rem;
		overflow: auto;
	}
	.side-cart .side-cart-inner.show-recommendations {
		width: 95.6rem;
	}
	.side-cart .side-cart-inner.show-recommendations .mini-cart-body,
	.side-cart .side-cart-inner.show-recommendations .cart-side-main {
		width: 48rem;
	}
	.side-cart .side-cart-inner.show-recommendations .minicart-recommendations {
		width: 47.6rem;
	}
	.side-cart .side-cart-inner.show-recommendations .side-cart-footer {
		position: sticky;
		bottom: 0;
		background-color: rgb(var(--background-color));
		z-index: 999;
		border-radius: 0 0 3.2rem 0;
		box-shadow: 0 -5px 8px -5px rgba(64, 72, 87, 0.15);
	}
}
.side-cart .cart-side-main {
	display: flex;
	flex-direction: column;
	width: 100%;
}
.side-cart .minicart-recommendations {
	display: flex;
	flex-direction: column;
	width: 100%;
	padding: 0 0 2.9rem 2.4rem;
	border-right: 1px solid rgba(var(--text-color), 0.05);
}
@media (max-width: 992px) {
	.side-cart .minicart-recommendations {
		display: none;
	}
}
.side-cart .minicart-recommendations .minicart-recommendations-title {
	margin: 3.1rem 0 1.5rem 0;
	text-transform: capitalize;
}
.side-cart .side-cart-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 1.2rem;
	padding: 0 2.4rem;
}
.side-cart .side-cart-title {
	font-weight: 600;
	text-transform: capitalize;
	margin: 2.9rem 0 0 0;
}
.side-cart .side-cart-close {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 4rem;
	height: 4rem;
	padding: 0;
	color: rgb(var(--text-color));
	background-color: rgba(var(--text-color), 0.05);
	border-radius: 50%;
	border: none;
	cursor: pointer;
	transition: all 0.3s ease;
	z-index: 2;
	margin-top: 2.4rem;
}
.side-cart .side-cart-close svg {
	width: 3rem;
}
@media (max-width: 545px) {
	.side-cart .side-cart-close {
		width: 3rem;
		height: 3rem;
	}
	.side-cart .side-cart-close svg {
		width: 2.5rem;
	}
}
@media (hover: hover) {
	.side-cart .side-cart-close:hover {
		color: rgb(var(--background-color));
		background-color: rgb(var(--text-color));
	}
}
.side-cart .side-cart-content {
	flex-grow: 1;
	padding: 0 1.6rem 0 2.4rem;
	overflow: auto;
}
.side-cart .side-cart-content::-webkit-scrollbar-track {
	background-color: #e9e9e9;
}
.side-cart .side-cart-content::-webkit-scrollbar {
	width: 8px;
	background-color: #e9e9e9;
}
.side-cart .side-cart-content::-webkit-scrollbar-thumb {
	background-color: #a0a0a0;
}
.side-cart .product-options:empty {
	opacity: 0;
	flex-grow: 1;
}
.side-cart .product-options .product-option {
	display: block;
	opacity: 1;
}
.side-cart .product-item {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 2rem;
	margin-bottom: 2rem;
	border-bottom: 0.1rem solid rgba(var(--text-color), 0.05);
}
.side-cart .product-item:last-child {
	margin-bottom: 0;
}
.side-cart .product-item.updating {
	pointer-events: none;
	opacity: 0.5;
}
.side-cart .product-item .product-url {
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	top: 0;
}
.side-cart .product-item .product-image {
	width: 10rem;
	min-width: 10rem;
	border-radius: 0.8rem;
	margin-right: 2.4rem;
}
.side-cart .product-item .product-image + .product-info {
	margin-left: 0;
}
.side-cart .product-item .product-image img {
	width: 100%;
	border-radius: 0.8rem;
}
.side-cart .product-item .product-image svg {
	border: 0.1rem solid rgba(18, 18, 18, 0.3);
}
.side-cart .product-item .product-info {
	flex-grow: 1;
	margin-left: 0.2rem;
}
.side-cart .product-item .product-name {
	margin: 0;
	font-size: 1.6rem;
	font-weight: 500;
}
.side-cart .product-item .product-name a {
	display: block;
}
.side-cart .product-item .bottom-line {
	display: inline-flex;
	align-items: center;
	position: relative;
}
.side-cart .product-item .product-warning {
	padding: 1rem;
}
.side-cart .product-item .product-warning svg {
	vertical-align: -0.4rem;
}
.side-cart .product-item .product-warning:empty {
	display: none;
}
.side-cart .product-item .quantity {
	height: 3.5rem;
	width: 11rem;
	margin-right: 1rem;
	margin-left: 1rem;
}
.side-cart .product-item .quantity input {
	color: rgb(var(--text-color));
	font-size: 1.6rem;
	opacity: 1;
	font-weight: 600;
}
.side-cart .product-item .quantity:focus-within {
	box-shadow: 0 0 0 0.2rem rgb(var(--text-color));
}
.side-cart .product-item .variant-quantity,
.side-cart .product-item .info-pro-name-remove {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.side-cart .product-item .variant-quantity {
	margin-top: 1.2rem;
}
@media (max-width: 992px) {
	.side-cart .product-item .variant-quantity {
		flex-direction: column;
		align-items: flex-start;
	}
	.side-cart .product-item .variant-quantity .bottom-line {
		justify-content: space-between;
		width: 100%;
	}
	.side-cart .product-item .variant-quantity .bottom-line .quantity {
		margin-right: 0;
	}
}
.side-cart .product-item .product-remove {
	font-size: 1.4rem;
	font-weight: 600;
	color: rgb(var(--sale-label-color));
	text-decoration-line: underline;
	text-decoration-thickness: 0.1rem;
	text-decoration-color: rgb(var(--sale-label-color));
	text-underline-offset: 0.3rem;
	transition: all 0.3s ease;
	white-space: nowrap;
}
.side-cart .product-item .product-remove:hover {
	text-decoration-thickness: 0.2rem;
}
.side-cart .product-item .product-price {
	display: inline-flex;
	text-align: right;
	font-size: 1.6rem;
	font-weight: 500;
	color: rgb(var(--text-color));
	white-space: nowrap;
}
.side-cart .product-item .product-price .regular-price {
	margin-right: 0;
	line-height: 1.2;
}
.side-cart .product-item .product-price .regular-price + .price {
	line-height: 1.2;
}
.side-cart .product-item .product-price .unit-price {
	margin-left: 0;
	display: block;
}
.side-cart .minicart-recommendations-items {
	position: relative;
	overflow: auto;
	padding-right: 2.4rem;
}
@media (max-width: 992px) {
	.side-cart .minicart-recommendations-items {
		overflow: visible;
	}
	.side-cart .minicart-recommendations-items .product-item {
		margin-bottom: 0;
		border-bottom: none;
	}
}
.side-cart .minicart-recommendations-items::-webkit-scrollbar-track {
	background-color: #e9e9e9;
}
.side-cart .minicart-recommendations-items::-webkit-scrollbar {
	width: 4px;
	background-color: #e9e9e9;
}
.side-cart .minicart-recommendations-items::-webkit-scrollbar-thumb {
	background-color: #a0a0a0;
}
.side-cart .minicart-recommendations-items .product-media-wrap {
	border-radius: 0.8rem;
	width: 7.5rem;
	min-width: 7.5rem;
	height: 10rem;
	margin-right: 1.6rem;
}
.side-cart .minicart-recommendations-items .product-media-wrap .product-image {
	margin-right: 1.6rem;
}
.side-cart .minicart-recommendations-items .product-card-content {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 0;
	gap: 3.2rem;
	flex-grow: 1;
}
@media (max-width: 992px) {
	.side-cart .minicart-recommendations-items .product-card-content {
		gap: 1rem;
	}
}
.side-cart .minicart-recommendations-items .product-title {
	margin-top: 0;
	margin-bottom: 0.5rem;
}
.side-cart .minicart-recommendations-items .saved-price {
	display: none;
}
.side-cart .minicart-recommendations-items .product-swatches {
	margin-top: 1.5rem;
	flex-wrap: nowrap;
	gap: 0.8rem;
}
.side-cart .minicart-recommendations-items .product-swatches .swatch-more-button {
	pointer-events: none;
}
.side-cart .minicart-recommendations-items .product-swatches .field-item {
	height: 2.4rem;
}
.side-cart .minicart-recommendations-items .product-swatches .swatch-color {
	width: 2.4rem;
	height: 2.4rem;
	min-width: 2.4rem;
	min-height: 2.4rem;
}
.side-cart .minicart-recommendations-items .product-swatches .swatch-color:before {
	width: 2.4rem;
	height: 2.4rem;
}
.side-cart .minicart-recommendations-items .product-swatches .swatch-png,
.side-cart .minicart-recommendations-items .product-swatches .swatch-image {
	width: 2.4rem;
	height: 2.4rem;
}
.side-cart .minicart-recommendations-items .product-swatches .swatch-png img,
.side-cart .minicart-recommendations-items .product-swatches .swatch-image img {
	width: 2.4rem;
	height: 2.4rem;
}
.side-cart .minicart-recommendations-items .product-swatches .swatch-png:before,
.side-cart .minicart-recommendations-items .product-swatches .swatch-image:before {
	width: 2.4rem;
	height: 2.4rem;
}
.side-cart .product-mini-actions {
	text-transform: uppercase;
	border-radius: 4.4rem;
	min-width: 13rem;
	height: 3.6rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
@media (max-width: 992px) {
	.side-cart .product-mini-actions {
		min-width: 3.6rem;
		width: 3.6rem;
	}
}
.side-cart .product-mini-actions .product-quick-view {
	padding: 1.2rem;
	color: rgb(var(--button-bg-color));
	background-color: rgb(var(--button-text-color));
	font-size: 1.2rem;
}
@media (max-width: 991px) {
	.side-cart .product-mini-actions .product-quick-view {
		padding: 0.5rem;
	}
}
.side-cart .minicart-recommendations-mobile {
	padding: 1rem 0;
	box-shadow: 0 -5px 8px -5px rgba(64, 72, 87, 0.15);
}
.side-cart .side-cart-footer {
	position: sticky;
	bottom: 0;
	background-color: rgb(var(--background-color));
	z-index: 999;
	box-shadow: 0 5px 18px 5px rgba(64, 72, 87, 0.15);
	padding: 0 0 2.4rem 0;
	border-radius: 0 0 3.2rem 3.2rem;
}
.side-cart .side-cart-footer .sub-total {
	text-align: left;
	padding: 2rem 2.4rem 0 2.4rem;
	margin-bottom: 2.4rem;
	border-top: 1px solid rgba(var(--text-color), 0.1);
}
@media (max-width: 545px) {
	.side-cart .side-cart-footer .sub-total {
		margin-bottom: 2rem;
	}
}
.side-cart .side-cart-footer .sub-total .total-label {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 2.4rem;
	font-weight: 600;
	color: rgb(var(--text-color));
}
@media (max-width: 545px) {
	.side-cart .side-cart-footer .sub-total .total-label {
		font-size: 1.6rem;
	}
}
.side-cart .side-cart-footer .sub-total .cart-amount-saved {
	color: rgb(var(--sale-price-color));
	margin-bottom: 0;
}
.side-cart .side-cart-footer .sub-total .tax-note {
	color: rgba(var(--text-color), 0.8);
}
.side-cart .side-cart-footer .button-ft-cart {
	display: flex;
	justify-content: space-between;
	padding: 0 2.4rem 0;
	gap: 1.6rem;
}
.side-cart .side-cart-footer .button {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-grow: 1;
	font-size: 1.4rem;
	font-weight: 600;
	text-transform: uppercase;
	padding: 1.3rem 0;
	min-height: 5.2rem;
	border-radius: var(--button-radius);
}
.side-cart .side-cart-footer .button.save-button {
	width: 100%;
	margin: 2.5rem 0 0 0;
}
.side-cart .side-cart-footer .button.mini-cart-close {
	width: 100%;
	margin-top: 1rem;
}
@media (max-width: 545px) {
	.side-cart .side-cart-footer .button {
		min-height: 4rem;
		padding: 0;
	}
}
.side-cart .side-cart-footer .go-to-checkout {
	flex-grow: 1;
}
.side-cart .side-cart-footer .go-to-checkout .button {
	width: 100%;
}
.side-cart .cart-empty-text {
	font-size: 1.6rem;
	text-align: center;
}
.side-cart .continue-shopping {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-grow: 1;
	font-size: 1.4rem;
	font-weight: 600;
	text-transform: uppercase;
	padding: 1.3rem 0;
	min-height: 5.2rem;
	border-radius: var(--button-radius);
	margin-top: 2rem;
}
@media (max-width: 545px) {
	.side-cart .continue-shopping {
		min-height: 4rem;
		padding: 0;
	}
}

/*Progress bar cart*/
.cart-progress-bar-wrapper {
	margin-bottom: 2.5rem;
}
@media (max-width: 545px) {
	.cart-progress-bar-wrapper {
		margin-bottom: 2rem;
	}
}

.cart-progress-bar-container {
	position: relative;
	width: 100%;
	background-color: #e9e9e9;
	border-radius: 100rem;
	margin: 1rem auto 0.9rem;
}

#cart-progress-bar {
	position: relative;
	display: block;
	width: 100%;
	height: 0.4rem;
	border-radius: 100rem;
	box-sizing: border-box;
	animation: 2s linear 0s infinite progress-bar-stripes;
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-size: 40px 40px;
	transition: 0.9s linear;
	transition-property: width, background-color;
}

.progress-truck-wrapper {
	position: absolute;
	width: 2.6rem;
	height: 2.6rem;
	stroke: #fff;
	right: 0;
	background-color: rgb(var(--background-color));
	border-radius: 50%;
	text-align: center;
	bottom: -1.1rem;
	transition: fill 0.35s ease-in-out;
}
.progress-truck-wrapper .icon-shipping-truck {
	width: 2rem;
}

.goal-message {
	font-size: 1.6rem;
}

.mini_time {
	align-items: center;
	display: flex;
	padding: 0.2rem 5rem 0.3rem 2.5rem;
	border-radius: 0.8rem;
	background-color: #d2ef9a;
	transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
	opacity: 1;
	visibility: visible;
	margin-bottom: 1.2rem;
}
@media (max-width: 545px) {
	.mini_time {
		padding: 0.2rem 2rem 0.3rem;
	}
}
.mini_time .icon_time {
	margin-right: 1.9rem;
	margin-top: -2rem;
}
.mini_time .information_content p {
	margin: 0;
	font-style: normal;
	font-weight: 400;
	font-size: 1.4rem;
	line-height: 22px;
}
.mini_time .information_content #cart-mini-timer {
	color: rgb(var(--sale-label-color));
	font-weight: 600;
}

.wrapper-flame {
	position: relative;
	transform: scale(0.6); /* initial dimensions too big imho, quick dirty hack*/
}

.wht {
	color: white;
	animation: burn-wht 1.8s;
	box-shadow: 0 0 1rem white;
}

.ylw {
	color: gold;
	top: 1.8rem;
	animation: burn-ylw 1.6s;
	box-shadow: 0 0 1rem gold;
	opacity: 0.9;
}

.orng {
	color: orange;
	top: 3.6rem;
	animation: burn-orng 0.4s;
	box-shadow: 0 0 1rem orange;
	opacity: 0.8;
}

.red {
	color: crimson;
	top: 5.4rem;
	animation: burn-red 1s;
	opacity: 0.7;
}

.flm-part {
	background-color: currentColor;
	border-radius: 50%;
	position: relative;
	transform: rotate(60deg) skewX(0deg) scale(1);
	border-color: currentColor;
	width: 2rem;
	height: 2rem;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}
.flm-part:before {
	content: "";
	position: absolute;
	border-radius: 0 0 0 100%;
	border-bottom-style: solid;
	border-bottom-color: inherit;
	height: 2.5rem;
	width: 2rem;
	left: -1rem;
	top: -0.5rem;
	border-bottom-width: 2rem;
}

.flm-part.flipped {
	transform: rotate(120deg) skewX(0deg) scale(1);
}
.flm-part.flipped:before {
	border-radius: 100% 0 0 0;
	border-bottom: 0 solid transparent;
	border-top-style: solid;
	border-top-color: inherit;
	border-top-width: 2rem;
	height: 0.5rem;
	width: 2rem;
	left: -1rem;
	top: 0;
}

@keyframes burn-wht {
	0% {
		transform: rotate(60deg) skewX(0deg) scale(1);
	}
	20% {
		transform: rotate(50deg) skewX(-3deg) scale(1.1);
	}
	40% {
		transform: rotate(60deg) skewX(0deg) scale(1);
	}
	60% {
		transform: rotate(70deg) skewX(3deg) scale(1.1);
	}
	100% {
		transform: rotate(60deg) skew(0deg) scale(1);
	}
}
@keyframes burn-ylw {
	0% {
		transform: rotate(120deg) skewX(0deg) scale(1.4);
	}
	20% {
		transform: rotate(110deg) skewX(10deg) scale(1.5);
	}
	40% {
		transform: rotate(120deg) skewX(0deg) scale(1.4);
	}
	60% {
		transform: rotate(130deg) skewX(-10deg) scale(1.5);
	}
	100% {
		transform: rotate(120deg) skew(0deg) scale(1.4);
	}
}
@keyframes burn-orng {
	0% {
		transform: rotate(65deg) skewX(0deg) scale(1.6);
	}
	20% {
		transform: rotate(60deg) skewX(-15deg) scale(1.7);
	}
	40% {
		transform: rotate(65deg) skewX(0deg) scale(1.6);
	}
	60% {
		transform: rotate(70deg) skewX(2deg) scale(1.7);
	}
	100% {
		transform: rotate(65deg) skew(0deg) scale(1.6);
	}
}
@keyframes burn-red {
	0% {
		transform: rotate(120deg) skewX(0deg) scale(1.8);
	}
	20% {
		transform: rotate(118deg) skewX(5deg) scale(2);
	}
	40% {
		transform: rotate(120deg) skewX(0deg) scale(1.8);
	}
	60% {
		transform: rotate(122deg) skewX(-5deg) scale(2);
	}
	100% {
		transform: rotate(120deg) skew(0deg) scale(1.8);
	}
}
@keyframes progress-bar-stripes {
	0% {
		background-position: 0 0;
	}
	to {
		background-position: 40px 0;
	}
}
.mini-cart-header {
	display: flex;
	justify-content: space-between;
	padding: 0 4.1rem 0 5rem;
}
@media (max-width: 992px) {
	.mini-cart-header {
		padding: 0 2.4rem;
	}
}
.mini-cart-header .mini-cart-button {
	background-color: transparent;
	border: none;
	display: flex;
	align-items: center;
	padding: 1.8rem;
}
@media (max-width: 992px) {
	.mini-cart-header .mini-cart-button {
		padding: 1.8rem 0.5rem;
	}
}
.mini-cart-header .mini-cart-button:hover {
	color: rgb(var(--button-bg-color));
	background-color: rgb(var(--button-text-color));
}
.mini-cart-header .mini-cart-button span {
	z-index: 0;
	pointer-events: none;
}
.mini-cart-header .mini-cart-button .mini-cart-text {
	margin-left: 1.2rem;
}
@media (max-width: 545px) {
	.mini-cart-header .mini-cart-button .mini-cart-text {
		margin-left: 0;
		display: none;
	}
}

.mini-cart-overlay {
	background: rgba(var(--background-color), 0.9);
	position: absolute;
	opacity: 0;
	visibility: hidden;
	transition: 0.25s all;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	padding: 2.4rem 0 0 0;
	border-radius: 3.2rem;
	z-index: 5;
}
.mini-cart-overlay.open {
	visibility: visible;
	opacity: 1;
}

.mini-cart-body {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	padding: 2.4rem 2.4rem 4rem 2.4rem;
	background: rgb(var(--background-color));
	box-shadow: 20px 0 20px rgba(0, 0, 0, 0.1215686275);
	z-index: 1;
	pointer-events: none;
	border-radius: 0 0 3.2rem 3.2rem;
	transform: translateX(100%);
	transition: transform 0.3s ease;
	opacity: 0;
}
.mini-cart-body.open {
	pointer-events: auto;
	transform: translateX(0);
	opacity: 1;
}

.mini-cart-title {
	margin-bottom: 2rem;
	display: flex;
	align-items: start;
}
.mini-cart-title span {
	margin-left: 1.2rem;
}

.mini-cart-content .text-area,
.mini-cart-content input {
	width: 100%;
	border-radius: var(--button-radius);
}
.mini-cart-content .text-area.form-input {
	padding: 1rem 1.5rem;
	min-height: 10rem;
	resize: vertical;
}

#shipping-calculator .select__select {
	-webkit-appearance: none;
	appearance: none;
	width: 100%;
	box-sizing: border-box;
	transition: box-shadow 100ms ease;
	cursor: pointer;
	padding: 11px 15px 10px;
	border: 0;
	text-align: left;
	outline: none;
	border-radius: var(--button-radius);
	min-height: 45px;
	margin-bottom: 1.3rem;
	box-shadow: 0 0 0 0.1rem rgba(var(--text-color), 0.2);
}
#shipping-calculator .select__select:focus {
	box-shadow: 0 0 0 0.2rem rgba(var(--text-color), 0.3);
}
#shipping-calculator div:empty {
	display: none;
}
#shipping-calculator .form-group label {
	display: block;
	margin: 0 0 0.8rem;
}
#shipping-calculator .form-group input[type=text] {
	-webkit-appearance: none;
	appearance: none;
	width: 100%;
	box-sizing: border-box;
	transition: box-shadow 100ms ease;
	cursor: pointer;
	padding: 11px 15px 10px;
	border: 0;
	text-align: left;
	outline: none;
	border-radius: var(--button-radius);
	min-height: 45px;
	margin-bottom: 2rem;
}
#shipping-calculator .form-group input[type=text]:last-child {
	margin-bottom: 0;
}
#shipping-calculator .form-group:last-child:before {
	content: " ";
	display: block;
	margin: 0 0 1rem;
}
#shipping-calculator #wrapper-response {
	clear: both;
	color: #8b714a;
	background-color: #fbf8e5;
	padding: 14px 20px 12px;
	margin-top: 15px;
}

@media (max-width: 800px) {
	#shipping-calculator .field {
		float: none;
	}
	#shipping-calculator .field:last-child:before {
		content: none;
	}
}
.slider-section .theme-slider {
	position: relative;
}
.slider-section .theme-slider .swiper-pagination {
	position: relative;
}
.slider-section .theme-slider .swiper-controls {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}
.slider-section .swiper-slide:before {
    content: none !important;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}
/* .slider-section .slider-image img, .slider-section .slider-image .placeholder-svg {
	position: absolute;
	width: 100%;
	height: 100%;
	/* object-fit: none; */
	color-adjust: inherit;
	z-index: 1;
	bottom: -30px;
	margin: auto;
	right: 0;
} */
.lazy-image::before {
	content: none !important;
}
/* .slider-section .slider-content {
	position: relative;
	z-index: 10;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	padding-top: 11rem;
	padding-bottom: 11rem;
} */
/* .slider-section .slider-content:not(.container) {
	padding-left: 3rem;
	padding-right: 3rem;
}
@media (max-width: 767px) {
	.slider-section .slider-content {
		justify-content: center;
	}
}
@media (max-width: 767px) and (min-width: 600px) {
	.slider-section .slider-content {
		max-width: 80%;
	}
}
@media (max-width: 767px) {
	.slider-section .slider-content .slider-content-inner {
		align-items: center;
	}
}
.slider-section .slider-content-inner {
	width: 100%;
	display: flex;
	flex-direction: column;
} */
/* .slider-section .slider-element {
	overflow: hidden;
}
.slider-section .slider-element p:last-child {
	margin-bottom: 0;
} */
/* .slider-section .slider-element.slider-sub-heading {
	margin-bottom: 1.3rem;
	font-weight: var(--heading-font-weight);
	letter-spacing: 0.18rem;
	text-transform: uppercase;
} */
@media (max-width: 992px) {
	.slider-section .slider-element.slider-sub-heading {
		margin-bottom: 1rem;
	}
}
.slider-section .slider-element.slider-heading {
	margin-bottom: 1.5rem;
	font-weight: 500;
	text-transform: capitalize;
}
@media (max-width: 992px) {
	.slider-section .slider-element.slider-heading {
		margin-bottom: 1rem;
	}
}
.slider-section .slider-element.slider-description {
	margin-bottom: 3.7rem;
}
@media (max-width: 992px) {
	.slider-section .slider-element.slider-description {
		margin-bottom: 1.7rem;
	}
}
.slider-section .slider-element.slider-button {
	margin-top: 3.8rem;
}
@media (max-width: 992px) {
	.slider-section .slider-element.slider-button {
		margin-top: 1.8rem;
	}
}
.slider-section .centered-false .slider-element .slide-element-inner {
	opacity: 1;
	transform: translateY(10rem);
	will-change: transform, opacity;
	transition: opacity 0.9s, transform 0.9s cubic-bezier(0.26, 0.54, 0.32, 1) 0.3s;
}
@media (hover: none), (max-width: 991px) {
	.slider-section .centered-false .slider-element .slide-element-inner {
		opacity: 1;
		transform: translateY(0);
	}
}
.slider-section .centered-false .slider-element.slider-sub-heading .slide-element-inner {
	transition-delay: 0.1s;
}
.slider-section .centered-false .slider-element.slider-heading .slide-element-inner {
	transition-delay: 0.3s;
}
.slider-section .centered-false .slider-element.slider-description .slide-element-inner {
	transition-delay: 0.5s;
}
.slider-section .centered-false .slider-element.slider-button .slide-element-inner {
	transition: opacity 1s;
	transition-delay: 1s;
}
.slider-section .centered-false .swiper-slide-ready .slide-element-inner {
	opacity: 1;
	transform: translateY(0);
}
@media (min-width: 992px) {
	.slider-section .theme-slider.centered-true .swiper-slide {
		border-radius: 4rem;
		overflow: hidden;
	}
}
.slider-section .slider-heading {
	line-height: normal;
}
.slider-section .slider-button {
	padding: 0.2rem 0;
}
.slider-section .slider-button:focus-within {
	overflow: visible;
}
.slider-section .slider-button .button {
	font-weight: var(--heading-font-weight);
	padding: 1.5rem 4rem;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border-radius: var(--button-radius);
	/* text-transform: uppercase; */
}
@media (max-width: 992px) {
	.slider-section .slider-button .button {
		padding: 0.8rem 2.5rem;
	}
}
.slider-section .swiper-button-prev,
.slider-section .swiper-button-next {
	transform: scale(1);
	transition: transform 0.3s ease;
	width: 4rem;
	height: 4rem;
	background-color: rgb(var(--background-color));
	color: rgb(var(--text-color));
}
.slider-section .swiper-button-prev.disabled, .slider-section .swiper-button-prev:disabled,
.slider-section .swiper-button-next.disabled,
.slider-section .swiper-button-next:disabled {
	filter: none;
}
.slider-section .swiper-button-prev:focus-visible,
.slider-section .swiper-button-next:focus-visible {
	z-index: 10 !important;
}
@media (hover: hover) {
	.slider-section .swiper-button-prev:hover,
	.slider-section .swiper-button-next:hover {
		transform: scale(1.05);
	}
}
.slider-section .swiper-pagination {
	line-height: 1;
	display: flex;
}
.slider-section .swiper-horizontal.dots-custome-true > .swiper-pagination-bullets .swiper-pagination-bullet,
.slider-section .swiper-pagination-horizontal.swiper-pagination-bullets.dots-custome-true .swiper-pagination-bullet {
	margin: 0 1rem;
}
.slider-section .swiper-horizontal.dots-custome-true > .swiper-pagination-bullets .swiper-pagination-bullet:first-child,
.slider-section .swiper-pagination-horizontal.swiper-pagination-bullets.dots-custome-true .swiper-pagination-bullet:first-child {
	margin-left: 0;
}
.slider-section .swiper-horizontal.dots-custome-true > .swiper-pagination-bullets .swiper-pagination-bullet:last-child,
.slider-section .swiper-pagination-horizontal.swiper-pagination-bullets.dots-custome-true .swiper-pagination-bullet:last-child {
	margin-right: 0;
}
.slider-section .dots-custome-true .swiper-pagination-bullet {
	width: 3.2rem;
	height: 4.5rem;
	border: none;
}
.slider-section .dots-custome-true .swiper-pagination-bullet:before {
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Cg opacity='0.2'%3E%3Cpath d='M16.2108 15.4557C12.8603 15.5438 12.0182 18.5831 8.88546 21.3863C4.37308 25.5009 5.07479 29.1372 7.7734 29.9014C10.472 30.6655 12.8423 27.613 15.8384 27.8036C18.7966 27.7977 21.0297 30.9088 23.7381 30.1372C26.4654 29.4639 27.3899 25.7938 23.1069 21.5782C20.2251 18.8074 19.5201 15.683 16.2108 15.4557Z' fill='%231F1F1F'/%3E%3Cpath d='M7.67284 12.4843C9.37801 15.2787 9.51576 18.5099 7.99603 19.6975C6.3829 20.9046 3.70555 19.6179 2.00037 16.8235C0.295188 14.0291 0.157456 10.7979 1.67719 9.61033C3.29032 8.40319 5.96766 9.68996 7.67284 12.4843Z' fill='%231F1F1F'/%3E%3Cpath d='M24.2742 12.8226C22.33 15.3936 22.1024 18.4295 23.6596 19.649C25.2168 20.8686 28.0723 19.8585 30.0165 17.2875C31.9607 14.7165 32.1883 11.6806 30.6311 10.4611C28.9762 9.26195 26.1207 10.272 24.2742 12.8226Z' fill='%231F1F1F'/%3E%3Cpath d='M15.4739 6.43991C16.038 9.88621 14.7157 12.9714 12.6583 13.2942C10.601 13.617 8.48786 11.0351 7.92374 7.5888C7.35963 4.1425 8.682 1.05727 10.7393 0.734498C12.7966 0.411722 14.9098 2.99361 15.4739 6.43991Z' fill='%231F1F1F'/%3E%3Cpath d='M17.258 6.36459C16.5982 9.56316 17.7323 12.3861 19.6727 12.7696C21.7076 13.1333 23.8328 10.9112 24.5109 7.80756C25.1707 4.60899 24.0365 1.78607 22.0961 1.40259C20.1374 0.924232 17.9177 3.16603 17.258 6.36459Z' fill='%231F1F1F'/%3E%3C/g%3E%3C/svg%3E");
	inset: 0rem;
	border: none;
	border-radius: 0;
}
.slider-section .dots-custome-true .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: transparent;
}
.slider-section .dots-custome-true .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Cpath d='M16.2108 15.4557C12.8603 15.5438 12.0182 18.5831 8.88546 21.3863C4.37308 25.5009 5.07479 29.1372 7.7734 29.9014C10.472 30.6655 12.8423 27.613 15.8384 27.8036C18.7966 27.7977 21.0297 30.9088 23.7381 30.1372C26.4654 29.4639 27.3899 25.7938 23.1069 21.5782C20.2251 18.8074 19.5201 15.683 16.2108 15.4557Z' fill='%231F1F1F'/%3E%3Cpath d='M7.67284 12.4843C9.37801 15.2787 9.51576 18.5099 7.99603 19.6975C6.3829 20.9046 3.70555 19.6179 2.00037 16.8235C0.295188 14.0291 0.157456 10.7979 1.67719 9.61033C3.29032 8.40319 5.96766 9.68996 7.67284 12.4843Z' fill='%231F1F1F'/%3E%3Cpath d='M24.2742 12.8226C22.33 15.3936 22.1024 18.4295 23.6596 19.649C25.2168 20.8686 28.0723 19.8585 30.0165 17.2875C31.9607 14.7165 32.1883 11.6806 30.6311 10.4611C28.9762 9.26195 26.1207 10.272 24.2742 12.8226Z' fill='%231F1F1F'/%3E%3Cpath d='M15.4739 6.43991C16.038 9.88621 14.7157 12.9714 12.6583 13.2942C10.601 13.617 8.48786 11.0351 7.92374 7.5888C7.35963 4.1425 8.682 1.05727 10.7393 0.734498C12.7966 0.411722 14.9098 2.99361 15.4739 6.43991Z' fill='%231F1F1F'/%3E%3Cpath d='M17.258 6.36459C16.5982 9.56316 17.7323 12.3861 19.6727 12.7696C21.7076 13.1333 23.8328 10.9112 24.5109 7.80756C25.1707 4.60899 24.0365 1.78607 22.0961 1.40259C20.1374 0.924232 17.9177 3.16603 17.258 6.36459Z' fill='%231F1F1F'/%3E%3C/svg%3E");
}

.split-slider-section {
	overflow: hidden;
}
.split-slider-section .section-wrapper {
	background-color: rgb(var(--background-color));
}
.split-slider-section .full-width-section {
	width: 100%;
}
.split-slider-section .split-content {
	display: flex;
	width: 100%;
    height: 640px;
}
@media (max-width: 1900px){
  .split-slider-section .split-content {
    height: 600px;
  }
}
@media (max-width: 1770px){
  .split-slider-section .split-content {
    height: 560px;
  }
}
@media (max-width: 1690px){
  .split-slider-section .split-content {
    height: 530px;
  }
}
@media (max-width: 1580px){
  .split-slider-section .split-content {
    height: 490px;
  }
}
@media (max-width: 1460px){
  .split-slider-section .split-content {
    height: 457px;
  }
}
@media (max-width: 1350px){
  .split-slider-section .split-content {
    height: 417px;
  }
}
@media (max-width: 1250px){
  .split-slider-section .split-content {
        height: 377px;
  }
}
@media (max-width: 1150px){
  .split-slider-section .split-content {
        height: 377px;
  }
  .split-slider-section .split-content .text-content .swiper .swiper-wrapper .swiper-slide .split-body h4{
    font-size: 39px;
  }
}
@media (max-width: 1050px){
  .split-slider-section .split-content {
        height: 308px;
  }
}
@media (max-width: 990px){
  .split-slider-section .split-content {
        height: auto;
  }
}
@media (max-width: 991px) {
	.split-slider-section .split-content {
		flex-direction: column;
	}
}
.split-slider-section .slider-button {
	margin-bottom: 2rem;
}
.split-slider-section .slider-button .button:focus-visible {
	text-decoration-line: underline;
	text-decoration-thickness: 0.2rem;
	text-decoration-color: rgb(var(--button-text-color));
	text-underline-offset: 1rem;
}
@media (min-width: 992px) {
	.split-slider-section .stretch-section .image-content {
		padding-right: 0;
	}
}
.split-slider-section .disabled,
.split-slider-section :disabled {
	filter: unset;
}
.split-slider-section .split-head {
	margin-bottom: 4.5rem;
}
@media (max-width: 991px) {
	.split-slider-section .split-head .split-head {
		margin-bottom: 1.3rem;
	}
}
.split-slider-section .split-body {
	margin-bottom: 3.3rem;
}
.split-slider-section .split-head,
.split-slider-section .split-body {
	line-height: normal;
}
.split-slider-section .split-head *,
.split-slider-section .split-body * {
	margin: 0;
	font-size: inherit;
}
.split-slider-section .split-slider {
	display: flex;
}
@media (max-width: 991px) {
	.split-slider-section .split-slider {
		flex-direction: column;
	}
}
.split-slider-section .swiper:not(.swiper-initialized) + .swiper-controls {
	display: none;
}
.split-slider-section .swiper-creative {
	overflow: visible;
}
.split-slider-section .swiper-controls {
	position: relative;
	right: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.split-slider-section .swiper-controls .swiper-scrollbar-wrapper {
	position: relative;
	margin-right: 2.4rem;
	flex-grow: 1;
}
.split-slider-section .swiper-controls .swiper-button-next,
.split-slider-section .swiper-controls .swiper-button-prev {
	position: static;
	transform: none;
	width: 4.8rem;
	height: 4.8rem;
}
.split-slider-section .swiper-controls .swiper-button-next {
	margin-left: 0.8rem;
}
.split-slider-section .swiper-horizontal > .swiper-pagination-bullets,
.split-slider-section .swiper-pagination-bullets.swiper-pagination-horizontal {
	bottom: 0;
}
@media (min-width: 992px) {
	.split-slider-section .swiper-horizontal > .swiper-pagination-bullets,
	.split-slider-section .swiper-pagination-bullets.swiper-pagination-horizontal {
		left: 0;
		transform: none;
	}
}
.split-slider-section .fixed-bottom-controls {
	width: 100%;
	bottom: 0;
}
@media (max-width: 991px) {
	.split-slider-section .fixed-bottom-controls {
		position: relative;
	}
}
.split-slider-section .swiper-scrollbar.swiper-scrollbar-horizontal {
	bottom: -0.2rem;
	width: 100%;
	background: rgb(var(--heading-color), 0.1);
}
.split-slider-section .swiper-scrollbar.swiper-scrollbar-horizontal .swiper-scrollbar-drag {
	background: rgb(var(--heading-color));
}
.split-slider-section .image-content {
	width: 63.651982%;
	padding-right: 0;
	padding-left: 4rem;
	flex-grow: 1;
}
@media (max-width: 991px) {
	.split-slider-section .image-content {
		padding-left: 0;
		padding-right: 0;
		width: 100%;
	}
}
.split-slider-section .image-content .swiper-slide {
	border-radius: 0.4rem;
	height: auto;
}
.split-slider-section .image-content .swiper-slide:not(.swiper-slide-active) {
	opacity: 0.5;
}
.split-slider-section .image-content .swiper-slide.swiper-slide-active {
	opacity: 1;
}
.split-slider-section .image-content .swiper-slide .adapt-media {
	height: 100%;
}
.split-slider-section .image-content .swiper:not(.swiper-initialized) .swiper-slide {
	width: 79.3103448276%;
	margin-right: 4rem;
}
.split-slider-section .text-content {
    width: 48.348018%;
	position: relative;
	display: flex;
	flex-direction: column;
}
.split-slider-section .text-content .button {
	font-weight: 700;
	padding: 1.2rem 3.2rem;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border: var(--button-border-width) solid;
}
@media (max-width: 991px) {
	.split-slider-section .text-content {
		width: 100%;
		order: 2;
		margin-top: 4rem;
	}
}
.split-slider-section .text-content .swiper {
	flex-grow: 1;
	width: 100%;
	display: flex;
}
@media (max-width: 991px) {
	.split-slider-section .swiper-controls .swiper-scrollbar-wrapper .swiper-scrollbar-drag {
		height: 0.3rem;
		top: -0.1rem;
	}
	.split-slider-section .split-body,
	.split-slider-section .split-body * {
		font-size: 3.6rem;
	}
	.split-slider-section .swiper-scrollbar.swiper-scrollbar-horizontal {
		height: 0.1rem;
	}
}

.direction-up .sticky-toolbar-mobile-section .toolbar-outer[data-direction=up] {
	transform: translateY(0);
}
.direction-down .sticky-toolbar-mobile-section .toolbar-outer[data-direction=down] {
	transform: translateY(0);
}
.sticky-toolbar-mobile-section .toolbar-outer {
	position: fixed;
	z-index: 998;
	left: 0;
	right: 0;
	bottom: 0;
	transition: transform 0.25s ease;
	background-color: rgb(var(--background-color));
	border-top: 0.1rem solid rgba(var(--text-color), 0.1);
}
.sticky-toolbar-mobile-section .toolbar-outer[data-direction] {
	transform: translateY(100%);
}
.sticky-toolbar-mobile-section .toolbar-inner {
	display: flex;
	justify-content: space-between;
}
.sticky-toolbar-mobile-section .toolbar-item {
	position: relative;
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	color: rgb(var(--text-color));
}
.sticky-toolbar-mobile-section .toolbar-icon {
	position: relative;
	margin-bottom: 0.8rem;
}
.sticky-toolbar-mobile-section .toolbar-icon svg {
	width: 1.8rem;
	height: 1.8rem;
}
.sticky-toolbar-mobile-section .label {
	line-height: 1;
	font-weight: 500;
}
.sticky-toolbar-mobile-section .item-count {
	position: absolute;
	font-size: 0.9rem;
	left: 60%;
	top: -20%;
	background-color: rgb(var(--text-color));
	border-radius: 5rem;
	color: rgb(var(--background-color));
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 1.6rem;
	min-width: 1.6rem;
	padding: 0 0.5em;
	white-space: nowrap;
	line-height: 1;
	z-index: 1;
}
.sticky-toolbar-mobile-section .item-count:empty {
	display: none;
}

.testimonial-section {
	overflow: hidden;
}
.testimonial-section .testi-header {
	margin-bottom: 3.5rem;
}
.testimonial-section .testi-heading {
	text-align: center;
}
.testimonial-section .testi-subheading {
	text-align: center;
	font-size: var(--body-largest-font-size);
}
@media (min-width: 992px) {
	.testimonial-section .stretch-section .image-content {
		padding-right: 8rem;
		padding-left: 12rem;
	}
	.testimonial-section .stretch-section .image-content .adapt-media {
		max-height: 70vh;
	}
	.testimonial-section .stretch-section .image-content .placeholder-svg {
		max-height: 50vh;
	}
}
@media (max-width: 991px) {
	.testimonial-section .stretch-section .image-content {
		padding-left: 12rem;
	}
}
.testimonial-section .testimonial {
	position: relative;
}
.testimonial-section .text-content {
	position: relative;
}
.testimonial-section .text-content .testi-title *,
.testimonial-section .text-content .testi-body *,
.testimonial-section .text-content .testi-footer * {
	margin: 0;
}
.testimonial-section .text-content .testi-body {
	word-break: normal;
}
.testimonial-section .text-content .testi-footer {
	line-height: 1.2;
	display: flex;
	align-items: center;
}
.testimonial-section .text-content .testi-footer .author-avatar {
	margin-right: 1.6rem;
	width: 4rem;
	height: 4rem;
	border-radius: 5rem;
}
.testimonial-section .star-reviews {
	display: flex;
}
.testimonial-section .star-reviews .star {
	color: #ecb018;
}
.testimonial-section .star-reviews .star-empty {
	color: rgba(var(--text-color), 0.08);
}
.testimonial-section .content-layout .swiper {
	overflow: hidden;
}
.testimonial-section .content-layout .text-content {
	margin: 0 auto;
	text-align: center;
}
@media (min-width: 992px) {
	.testimonial-section .content-layout .testi-footer {
		justify-content: center;
	}
}
.testimonial-section .content-layout .star-reviews {
	display: none;
}
.testimonial-section .content-layout .swiper-slide {
	transition: opacity 0.3s;
}
.testimonial-section .content-layout .swiper-slide:not(.swiper-slide-active) {
	opacity: 0;
}
.testimonial-section .content-layout .swiper-controls {
	width: 100%;
	bottom: calc(50% - 2.2rem);
}
@media (min-width: 1300px) {
	.testimonial-section .content-layout .swiper-controls {
		width: calc(100% + 4.4rem);
		left: -2.2rem;
	}
}
.testimonial-section .content-layout .text-content {
	width: 100%;
	padding: 6rem 12rem;
	border-radius: 2.6rem;
	background-color: rgba(var(--text-color), 0.02);
}
@media (max-width: 991px) {
	.testimonial-section .content-layout .text-content {
		padding: 4rem;
	}
}
.testimonial-section .content-layout .text-content .testi-body {
	text-transform: capitalize;
	font-weight: 500;
	line-height: 1.4;
}
.testimonial-section .content-layout .text-content .testi-footer {
	flex-direction: column;
	text-transform: uppercase;
	font-weight: var(--heading-font-weight);
	letter-spacing: 1.8px;
}
.testimonial-section .content-layout .text-content .testi-footer .author-avatar {
	width: 8rem;
	height: 8rem;
	margin-right: 0;
	margin-bottom: 2.2rem;
}
.testimonial-section .slider-layout .text-content,
.testimonial-section .slidercenter-layout .text-content {
	width: 100%;
}
.testimonial-section .slider-layout .text-content .swiper-slide,
.testimonial-section .slidercenter-layout .text-content .swiper-slide {
	border-radius: 2rem;
	background: rgb(var(--background-color));
	/* Drop Shadow */
	box-shadow: 0 1rem 3rem rgba(var(--text-color), 0.05);
	padding: 2.8rem 3.2rem;
}
.testimonial-section .slider-layout .text-content .review-text .star-reviews,
.testimonial-section .slidercenter-layout .text-content .review-text .star-reviews {
	margin-bottom: 0.6rem;
}
.testimonial-section .slider-layout .text-content .testi-footer,
.testimonial-section .slidercenter-layout .text-content .testi-footer {
	flex-direction: row;
}
.testimonial-section .slider-layout .text-content .testi-footer .author-avatar,
.testimonial-section .slidercenter-layout .text-content .testi-footer .author-avatar {
	width: 4rem;
	height: 4rem;
}
.testimonial-section .slider-layout .product-testimonial,
.testimonial-section .slidercenter-layout .product-testimonial {
	display: flex;
	flex-direction: row;
	margin-bottom: 1.6rem;
}
.testimonial-section .slider-layout .product-card,
.testimonial-section .slidercenter-layout .product-card {
	max-width: 8.8rem;
	margin-right: 1.6rem;
}
.testimonial-section .slider-layout .product-card:before,
.testimonial-section .slidercenter-layout .product-card:before {
	content: none;
}
.testimonial-section .slider-layout .product-card .product-media-wrap,
.testimonial-section .slidercenter-layout .product-card .product-media-wrap {
	max-height: 11.2rem;
	border-radius: 1.2rem;
}
.testimonial-section .slidercenter-layout .text-content .swiper {
	overflow: visible;
}
.testimonial-section .background-layout .text-content {
	width: min(63rem, 50%);
}
.testimonial-section .background-layout .swiper {
	overflow: hidden;
}
.testimonial-section .background-layout .swiper-slide {
	transition: opacity 0.3s;
}
.testimonial-section .background-layout .swiper-slide:not(.swiper-slide-active) {
	opacity: 0;
}
.testimonial-section .swiper:not(.swiper-initialized) + .swiper-controls {
	display: none;
}
.testimonial-section .swiper-creative {
	overflow: visible;
}
.testimonial-section .swiper-controls {
	position: absolute;
	left: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
@media (max-width: 991px) {
	.testimonial-section .swiper-controls {
		display: none;
	}
}
.testimonial-section .swiper-controls .swiper-button-next,
.testimonial-section .swiper-controls .swiper-button-prev {
	position: static;
	transform: none;
	width: 4.4rem;
	height: 4.4rem;
	background-color: rgb(var(--background-color));
	color: rgb(var(--text-color));
	border-color: rgba(var(--text-color), 0.08);
}
.testimonial-section .swiper-controls .swiper-button-next {
	margin-left: 2rem;
}
.testimonial-section .swiper-horizontal > .swiper-pagination-bullets,
.testimonial-section .swiper-pagination-bullets.swiper-pagination-horizontal {
	bottom: -5.3rem;
}
.testimonial-section .swiper-pagination-bullet:before {
	inset: -0.5rem;
}
.testimonial-section .image-layout {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.testimonial-section .image-layout .testi-head {
	margin-bottom: 3.3rem;
}
.testimonial-section .image-layout .testi-heading,
.testimonial-section .image-layout .testi-subheading {
	text-align: left;
}
.testimonial-section .image-layout .star-reviews {
	margin-bottom: 1.3rem;
}
.testimonial-section .image-layout .testi-title {
	text-transform: uppercase;
	font-weight: var(--heading-font-weight);
}
.testimonial-section .image-layout .image-content {
	width: 50%;
    padding: 0px;
}
@media (max-width: 991px) {
	.testimonial-section .image-layout .image-content {
		margin-left: 2rem;
	}
}
.testimonial-section .image-layout .image-content .button {
	display: block;
	margin-top: 2rem;
	text-transform: uppercase;
	text-align: center;
}
.testimonial-section .image-layout .text-content {
	width: 50%;
	display: flex;
	flex-direction: row;
}
.testimonial-section .image-layout .swiper-controls {
	position: relative;
	justify-content: flex-start;
	margin-top: 4rem;
}
@media (max-width: 991px) and (max-width: 767px) {
	.testimonial-section .testimonial {
		flex-direction: column-reverse;
	}
	.testimonial-section .testimonial .image-content,
	.testimonial-section .testimonial .text-content {
		margin: 0;
		width: 100%;
		min-width: auto;
		max-width: 100%;
	}
	.testimonial-section .testimonial .image-content {
		margin-bottom: 3rem;
	}
	.testimonial-section .testimonial .image-wrap {
		left: 0;
	}
	.testimonial-section .testimonial .image-wrap img {
		max-width: 100%;
		max-height: none;
		min-height: auto;
	}
}

.text-content-section .text-content {
	max-width: 100%;
	margin: 0 auto;
}
.text-content-section .heading {
	font-size: 4.8rem;
	line-height: 6rem;
	font-weight: 900;
	margin-top: 0;
	margin-bottom: 3.3rem;
}
.text-content-section .list-item {
	display: flex;
	justify-content: space-between;
}
.text-content-section .list-item .image,
.text-content-section .list-item .content {
	width: calc((100% - 30px) / 2);
}
.text-content-section .list-item .image:first-child:last-child,
.text-content-section .list-item .content:first-child:last-child {
	width: 100%;
}
.text-content-section .list-item .image {
	height: 30rem;
}
.text-content-section .list-item .image img {
	border-radius: 0.4rem;
	height: 100%;
}
.text-content-section .list-item .content {
	display: flex;
	align-items: center;
}
@media (max-width: 767px) {
	.text-content-section .heading {
		font-size: 3.6rem;
		margin-bottom: 2rem;
	}
	.text-content-section .list-item {
		flex-wrap: wrap;
	}
	.text-content-section .list-item + .list-item {
		margin-top: 2rem;
	}
	.text-content-section .list-item .image,
	.text-content-section .list-item .content {
		width: 100%;
		margin-bottom: 4rem;
	}
	.text-content-section .list-item .image:last-child,
	.text-content-section .list-item .content:last-child {
		margin-bottom: 0;
	}
	.text-content-section .list-item img {
		width: 100%;
	}
}

.topbar-section .section-wrapper {
	padding: 1rem 0;
}
.topbar-section .section-wrapper.layout-1 .topbar-left {
	width: 25%;
	text-align: left;
}
.topbar-section .section-wrapper.layout-1 .topbar-center {
	width: 50%;
	text-align: center;
}
.topbar-section .section-wrapper.layout-1 .topbar-right {
	width: 25%;
	text-align: right;
}
@media (max-width: 991px) {
	.topbar-section .section-wrapper.layout-1 .topbar-left,
	.topbar-section .section-wrapper.layout-1 .topbar-right {
		display: none;
	}
	.topbar-section .section-wrapper.layout-1 .topbar-center {
		width: 100%;
	}
}
.topbar-section .section-wrapper.layout-2 {
	border-bottom: 0.1rem solid rgba(var(--text-color), 0.07);
}
.topbar-section .section-wrapper.layout-2 .topbar-left {
	width: 50%;
	text-align: left;
}
.topbar-section .section-wrapper.layout-2 .topbar-right {
	width: 50%;
	text-align: right;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding-left: 2rem;
}
.topbar-section .section-wrapper.layout-2 .localization-form {
	margin-right: 0;
}
.topbar-section .section-wrapper.layout-2 .localization-form + .social-media-list {
	border-left: 0.1rem solid rgba(var(--text-color), 0.07);
	padding-left: 2rem;
	margin-left: 2rem;
}
/* .breadcrumb h2,.breadcrumb .breadcrumb-inner .breadcrumb-list li a,.breadcrumb .breadcrumb-inner .breadcrumb-list li{
  color:#000 !important;
} */
.breadcrumb h2{
  text-transform: capitalize;
}
.main-product-section .main-product .product-gallery .product-media-box.single-media .media-preview-wrap{
  overflow: auto;
}

@media (max-width: 991px) {
	.topbar-section .section-wrapper.layout-2 .topbar-left {
		width: 100%;
		text-align: center;
	}
	.topbar-section .section-wrapper.layout-2 .topbar-right {
		display: none;
	}
}
.topbar-section .topbar-inner {
	display: flex;
	align-items: center;
}
.topbar-section p {
	margin-bottom: 0;
}
.topbar-section .localization-form {
	display: flex;
	margin-right: 2rem;
	white-space: nowrap;
}
.topbar-section .localization-form noscript + .toggle-dropdown {
	margin-left: 2rem;
}
@media (min-width: 992px) {
	.topbar-section .localization-form .toggle-dropdown[open] {
		visibility: visible;
		opacity: 1;
		transform: translateY(0);
	}
}
.topbar-section .localization-form .dropdown-summary {
	background-color: transparent;
	border: 0;
	padding: 0;
	display: inline-flex;
	align-items: center;
	height: 100%;
	font-size: var(--body-small-font-size);
}
.topbar-section .localization-form .dropdown-summary:focus-visible {
	outline: none;
	outline-offset: unset;
	box-shadow: none;
}
.topbar-section .localization-form .country-flag {
	width: 2rem;
	height: 2rem;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	margin-right: 0.8rem;
}
.topbar-section .localization-form .country-flag img {
	width: 2rem;
	height: 1.5rem;
}
.topbar-section .localization-form .dropdown-icon {
	margin-left: 1rem;
	display: inline-flex;
}
.topbar-section .localization-form .dropdown-icon svg {
	width: 1rem;
	height: 1rem;
	margin: 0;
}
@media (min-width: 992px) {
	.topbar-section .localization-form .dropdown-content {
		padding: 0;
		min-width: auto;
	}
}
.topbar-section .localization-form .dropdown-content button {
	display: flex;
	align-items: center;
	background-color: transparent;
	border: 0;
	padding: 0;
	font-size: var(--body-small-font-size);
}
.topbar-section .localization-form .dropdown-content .content {
	border-radius: 0.4rem;
}
.topbar-section .localization-form .dropdown-content .dropdown-content-inner li {
	padding: 0;
}
.topbar-section .localization-form .dropdown-content .dropdown-content-inner li button {
	padding: 1rem 1.5rem;
	width: 100%;
}
.topbar-section .topbar-text-content {
	font-size: var(--body-font-size);
	font-weight: var(--heading-font-weight);
	text-transform: uppercase;
}
.topbar-section .topbar-text-content > * {
	margin: 0;
}
.topbar-section .topbar-text-content p a{
  color:#000;
  
}
@media (max-width: 991px) {
	.topbar-section .topbar-text-content {
		font-size: var(--body-small-font-size);
	}
}
.topbar-section .social-media-list {
	margin: 0;
	list-style-type: none;
}
.topbar-section .social-media-list li {
	margin: 0 1rem;
	display: inline-flex;
	align-items: center;
	vertical-align: middle;
}
#main-content .stretch-section .theme-slider .swiper .swiper-wrapper .swiper-slide .slider-image .hidden-desktop {
	display: none !important;
}
.topbar-section .social-media-list li:first-child {
	margin-left: 0;
}
.topbar-section .social-media-list li:last-child {
	margin-right: 0;
}
.topbar-section .social-media-list .icon {
	width: 1.6rem;
	height: 1.6rem;
	background-color: transparent;
	color: rgb(var(--text-color));
	transition: all 0.3s ease;
}
.topbar-section .social-media-list .icon:hover {
	transform: scale(1.1);
	transition: all 0.3s ease;
}
.topbar-section .social-media-list svg {
	width: auto;
	height: auto;
}
.topbar-section .social-media-list .tooltip {
	display: none;
}
.topbar-section .site-navigation ul.menu {
	margin: 0;
	padding: 0;
}
.topbar-section .site-navigation ul.menu .menu-item {
	margin: 0 1rem;
}
.topbar-section .site-navigation ul.menu .menu-item:first-child {
	margin-left: 0;
}
.topbar-section .site-navigation ul.menu .menu-item:last-child {
	margin-right: 0;
}
.topbar-section .site-navigation ul.menu .menu-item .menu-link {
	position: relative;
	padding: 0;
	font-size: var(--body-small-font-size);
	font-weight: var(--body-font-weight);
	text-transform: capitalize;
	color: rgb(var(--text-color));
}
.topbar-section .site-navigation ul.menu .menu-item .menu-link .menu-text {
	position: relative;
}
.topbar-section .site-navigation ul.menu .menu-item .menu-link .menu-text:before {
	content: "";
	position: absolute;
	bottom: -3px;
	left: 0;
	width: 0;
	height: 0.1rem;
	background: rgb(var(--text-color));
	transition: width 0.25s;
}
.topbar-section .site-navigation ul.menu .menu-item .menu-link:hover .menu-text:before {
	width: 100%;
}

.video-section .section-wrap {
	position: relative;
}
.video-section .container {
	height: 100%;
}
.video-section video {
	width: 100%;
	height: 100%;
}
.video-section video[autoplay] ~ .video-image-wrapper,
.video-section video[autoplay] ~ .play-video, .video-section video[data-ready] ~ .video-image-wrapper,
.video-section video[data-ready] ~ .play-video {
	display: none;
}
.video-section iframe {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}
.video-section iframe[src] ~ .video-image-wrapper,
.video-section iframe[src] ~ .play-video {
	display: none;
}
.video-section .video-item {
	inset: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
}
@media (hover: hover) {
	.video-section .video-item:hover .play-video {
		transform: translate(-50%, -50%) scale(1);
	}
}
.video-section .play-video {
	transition: transform 0.3s ease, opacity 0.3s ease;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%) scale(0.9);
	width: 8rem;
	height: 8rem;
	background-color: #fff;
	border-radius: 50rem;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 10;
	pointer-events: none;
}
.video-section .play-video svg {
	width: 3rem;
	height: 3rem;
	color: #333;
}
.video-section .video-image-wrapper {
	cursor: pointer;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}
.video-section .video-image-wrapper img,
.video-section .video-image-wrapper svg {
	height: 100%;
	width: 100%;
	object-fit: cover;
}


.header_main_top_section .top_section ul li{
    list-style: none;
}
.header_main_top_section{
    background-color: #f2e1d4;
}
.header_main_top_section .top_service {
	display: flex;
	gap: 10px;
	padding: 5px 30px;
	align-items: center;
	position: relative;
	color: #9f7e74;
	font-size: 14px;
	font-weight: 500;
	text-transform: capitalize;
}
.header_main_top_section  .top_service::after {
	content: '';
	background-color: #fff;
	width: 1px;
	height: 100%;
	position: absolute;
	right: -35px;
	top: 0;
	bottom: 0;
	margin: auto;
}
.header_main_top_section .top_section ul li:last-child .top_service::after{
    content: none;
}
.header_main_top_section .top_section ul {
	display: flex;
	justify-content: center;
	gap: 60px;
	padding: 10px 0;
    margin: 0;
}
/* .icon-box-section .section-wrapper{
  background-color: #fff7f2;
} */
.topbar-section .section-wrapper .topbar-inner .topbar-left, .topbar-section .section-wrapper .topbar-inner .topbar-right{
	display: none;
}
.topbar-section .section-wrapper .topbar-inner .topbar-center{
    width: 100%;
    text-align: center;
}
@media (max-width: 833px){
  .header_main_top_section .top_service {
	padding: 5px 0px;
	font-size: 13px;
}
}
@media (max-width: 588px){
  .header_main_top_section .top_section ul {
	display: grid;
	gap: 4px;
	padding: 4px 0;
}
  .header_main_top_section .top_service::after {
	content: none;
}
}
.slider-element a {
    background-color: #000;
    font-size: 15px;
    letter-spacing: 1.2px;
    padding: 12px 20px;
    text-decoration: none;
    overflow: hidden;
    display: inline-block;
    color: #fff;
}
.slider-element a::before{
  background: linear-gradient(to right, #ffffff94, rgba(var(--button-text-color), .3));
}
.slider-section .slider-content-inner .content-wrap .slider-heading h2 {
	letter-spacing: 0.2px;
	font-size: 63px;
	line-height: 80px;
}
.slider-section .slider-content-inner .content-wrap .slider-sub-heading p {
	letter-spacing: 1px;
	color: #555555;
	font-size: 21px;
	font-weight: 500;
}
.slider-section .slider-content-inner .content-wrap .slider-sub-heading {
	margin-bottom: 0;
}
.marquee-text-section .content-wrapper p {
	text-transform: none;
	font-size: 14px;
	font-weight: 500;
}
/* NEW CSS UPDATE */
.image-comparison-section {
	margin: 100px 0 40px 0;
}
.images_comparison-main {
	background-color: #faf6f1;
	border-radius: 15px;
    padding-top:30px;
}
.images_comparison-main .heading h4 {
	font-size: 40px;
	font-weight: 600;
	line-height: 42px;
	letter-spacing: .2px;
	color: #333;
	text-align: center;
}
.images_comparison-main .sub-heading p {
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0.30px;
	color: #666666;
	text-align: center;
	margin: 18px 0 0 0;
	line-height: 24px;
}
.image-comparison-text h3 {
	font-size: 25px;
	font-weight: 600;
	line-height: 28px;
	letter-spacing: 0.50px;
	color: #000;
	text-align: center;
}
.image-comparison-slider-wrapper input {
	box-shadow: none !important;
}
/* @media (max-width: 991px){
  .section-wrapper .featured-collection-slider .swiper .swiper-wrapper .swiper-slide {
	transform: initial;
	width: 31%;
  }
}
@media (max-width: 767px){
  .section-wrapper .featured-collection-slider .swiper .swiper-wrapper .swiper-slide {
	transform: initial;
	width: 47%;
}
} */
@media (max-width: 1400px){
  .slider-section .slider-content-inner .content-wrap .slider-heading h2{
	font-size: 52px;
    margin-top: 0;
  }
  .slider-section .slider-content-inner .content-wrap .slider-button{
    margin-top: 15px;
  }
}
@media (max-width: 1300px){
  #main-content .stretch-section .theme-slider .swiper-slide .slider-content{
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 1200px){
    /* .slider-section .slider-image img, .slider-section .slider-image .placeholder-svg {
    	object-fit: contain;
    } */
}
@media (max-width: 1100px){
   #main-content .stretch-section .theme-slider .swiper-slide .slider-content{
    padding-top: 70px;
    padding-bottom: 70px;
  }
.slider-section .slider-content-inner .content-wrap .slider-heading h2 {
    font-size: 48px;
    line-height: 60px;
}
}
@media (max-width: 1040px){
  /* .slider-section .slider-image img, .slider-section .slider-image .placeholder-svg {
	object-fit: cover;
    bottom: 0;
  } */
.slider-section .slider-content-inner .content-wrap .slider-heading h2 {
    font-size: 39px;
    margin-top: 0;
    line-height: 48px;
}
  .slider-section .slider-content-inner .content-wrap .slider-button a {
	padding: 11px 23px;
}
}
@media (max-width: 991px){
 /* .slider-section .slider-image img, .slider-section .slider-image .placeholder-svg {
	object-fit: contain;
	bottom: 0;
	height: auto;
  } */
  .section-icon-box .icon-box {
	padding: 40px 0;
  }
}
@media (max-width:840px) {
  #shopify-section-template--23458264875333__image_comparison_2_hz4ity .mask-image-container-1, #shopify-section-template--23458264875333__image_comparison_2_hz4ity .mask-image-container-2 {
	width: calc(43vw - var(--scrollbar-width)) !important;
  }
  #main-content .stretch-section .theme-slider .swiper-slide .slider-content {
	padding-top: 30px;
	padding-bottom: 30px;
}
}
@media (max-width: 767px){
  #main-content .stretch-section .theme-slider .swiper .swiper-wrapper .swiper-slide .slider-image .hidden-desktop{
      display: block !important;
  }
  #main-content .stretch-section .theme-slider .swiper .swiper-wrapper .swiper-slide .slider-image  .hidden-tablet{
      display: none !important;
  }
  /* .slider-section .slider-image img, .slider-section .slider-image .placeholder-svg {
	position: relative !important;
  } */
  /* .slider-section .slider-content {
	position: relative;
	height: auto;
  } */
  .slider-section .slider-content-inner .content-wrap {
	text-align: center;
  }
  #main-content .stretch-section .theme-slider .swiper-slide .slider-content {
	padding: 30px 10px;
}
}
/* @media (max-width: 767px){
  .shopable-video-section .section-wrapper .shopable-wrapper .swiper .swiper-wrapper .swiper-slide {
	width: 49% ;
  }
  .collection-list-section .section-wrapper .collection-inner .swiper .swiper-wrapper .card-item {
	width: 48.5%;
}
} */
@media (max-width: 767px) {
  .images_comparison-main .heading h4 {
	font-size: 35px;
	line-height: 38px;
}
  #shopify-section-template--23458264875333__image_comparison_2_hz4ity .mask-image-container-1, #shopify-section-template--23458264875333__image_comparison_2_hz4ity .mask-image-container-2 {
	width: calc(50vw - var(--scrollbar-width)) !important;
}
}
  @media (max-width: 767px) {
	.hidden-mobile {
		display: none !important;
	}
}
  @media (max-width: 767px) {
	#shopify-product-reviews .spr-header-title {
		font-size: 2rem;
	}
}
  @media (max-width: 767px) {
	#shopify-product-reviews .spr-summary .spr-summary-actions-newreview {
		padding: 0.5rem 1.5rem;
		font-size: 1.3rem;
	}
}
@media (max-width: 710px){
  .slider-section .slider-content-inner .content-wrap .slider-heading h2 {
	font-size: 30px;
	margin-top: 0;
    line-height: 35px;
}
}
  @media (max-width: 767px) {
	#shopify-product-reviews .spr-reviews {
		overflow-x: auto;
		white-space: nowrap;
		flex-wrap: nowrap;
	}
	#shopify-product-reviews .spr-reviews .spr-review {
		min-width: 27rem;
		overflow: hidden;
	}
	#shopify-product-reviews .spr-reviews .spr-review-header-title,
	#shopify-product-reviews .spr-reviews .spr-review-header-byline,
	#shopify-product-reviews .spr-reviews .spr-review-content {
		white-space: normal;
	}
}
  @media (max-width: 767px) {
	.blog-list-section .layout-list .grid-item .article-card {
		flex-direction: column;
	}
}
  @media (max-width: 767px) {
	.blog-list-section .blog-heading {
		margin-bottom: 2rem;
	}
	.blog-list-section .blog-description {
		margin-bottom: 4rem;
	}
	.blog-list-section .card-image {
		margin-bottom: 1.5rem;
	}
	.blog-list-section .card-image img {
		width: 100%;
	}
	.blog-list-section .card-title {
		margin-bottom: 0.3rem;
	}
    .has-product-card .section-wrapper .content-wrapper ul li {
    	width: 50% !important;
    	min-width: 50% !important;
    }
}
  @media (max-width: 767px) {
	.collapsible-section .collapsible-summary {
		padding: 1.5rem;
	}
}
@media (max-width: 615px){
  .collection-list-section .collection-inner.title-inside .card-title .collection-title {
	font-size: 16px;
}
}
@media (max-width: 575px) {
.images_comparison-main .heading h4 {
	font-size: 29px;
	line-height: 32px;
}
  .images_comparison-main .sub-heading p {
	font-size: 15px;
	margin: 5px 0 0;
	line-height: 22px;
}
}
@media (max-width:480px) {
.images_comparison-main .heading h4 {
	font-size: 25px;
	line-height: 30px;
}
  .slider-section .slider-content-inner .content-wrap .slider-heading h2 {
	font-size: 24px;
    margin-bottom: 0;
}
  .slider-section .slider-content-inner .content-wrap .slider-sub-heading p {
	font-size: 14px;
  }
  .slider-section .slider-content-inner .content-wrap .slider-button a {
	padding: 9px 20px;
}
.collection-list-section .section-wrapper .collection-inner .swiper .swiper-wrapper .card-item {
	width: 100%;
}
  .collection-list-section .collection-inner.title-inside .card-title .collection-title {
	font-size: 20px;
}
  .shopable-video-section .section-wrapper .shopable-wrapper .swiper .swiper-wrapper .swiper-slide {
	width: 100%;
}
  .section-wrapper .featured-collection-slider .swiper .swiper-wrapper .swiper-slide {
	transform: initial;
	width: 100%;
}
  .has-product-card .section-wrapper .content-wrapper ul li{
        width: 100% !important;
    	min-width: 100% !important;
  }
}
@media (max-width: 1247px){
  .image-with-text-section .section-wrapper .image-with-text .content .heading h3 {
	font-size: 33px;
}
  .image-with-text-section .section-wrapper .image-with-text .content .description p strong {
	font-size: 19px;
    margin-bottom: 20px;
}
.image-with-text-section .section-wrapper .image-with-text .content {
	padding-top: 30px;
	margin-left: -40px;
}
}
@media (max-width: 1098px){
    .image-with-text-section .section-wrapper .image-with-text .content .heading h3 {
	font-size: 28px;
}
    .image-with-text-section .section-wrapper .image-with-text .content .description p strong {
	margin-top: 0px;
	font-size: 17px;
}
    .image-with-text-section .section-wrapper .image-with-text .content .description p:last-child {
	font-size: 14px;
}
}
@media (max-width: 991px){
    .image-with-text-section .section-wrapper .image-with-text {
    	display: block;
    	width: 100%;
    	text-align: center;
    }
   .image-with-text-section .image {
    	width: 100%;
    	text-align: center;
    }
    .image-with-text-section .image img {
    	width: 60%;
    	border-radius: 15px;
    }
    .image-with-text-section .section-wrapper .image-with-text .content {
    	padding-top: 30px;
    	margin-left: 0;
    	width: 100%;
    	text-align: center;
    }
  .image-with-text-section .section-wrapper .image-with-text .content .heading h3 {
	font-size: 28px;
	text-align: center;
  }
  .image-with-text-section .section-wrapper .image-with-text .content .description p strong {
	display: block;
	text-align: center;
  }
  .image-with-text-section .section-wrapper .image-with-text .content .description p:last-child {
    	text-align: center;
  }
  .image-with-text-section .section-wrapper .image-with-text .content .description p:last-child br:last-child{
    display: none;
  }
}
@media (max-width: 575px){
  .image-with-text-section .image img {
	width: 80%;
}
}
@media (max-width: 400px){
 .image-with-text-section .section-wrapper .image-with-text .content .heading h3 {
	font-size: 22px;
	text-align: center;
}
  .image-with-text-section .section-wrapper .image-with-text .content .heading {
	margin-bottom: 10px;
  }
  .image-with-text-section .section-wrapper .image-with-text .content .description p strong {
	font-size: 15px;
  }
  .image-with-text-section .section-wrapper .image-with-text .content .description p:last-child {
	font-size: 13px;
}
}
  .header .hidden-mobile {
	display: none;
} 
@media (max-width: 991px){
  .featured-blog-section .section-wrapper .feauted-blog .swiper .swiper-wrapper .swiper-slide {
      width: 32% !important;
  }
  .featured-blog-section .section-wrapper .featured-blog-top .title-wrapper {
	width: 100%;
	text-align: center;
}
.featured-blog-section .section-wrapper .featured-blog-top .title-wrapper .heading h4 {
	font-size: 28px;
}
}
@media (max-width: 767px){
  .featured-blog-section .section-wrapper .feauted-blog .swiper .swiper-wrapper .swiper-slide {
	width: 48% !important;
}
}
@media (max-width: 480px){
  .featured-blog-section .section-wrapper .feauted-blog .swiper .swiper-wrapper .swiper-slide {
	width: 100% !important;
}
}

.footer .ft-blocks .ft-blocks-inner .ft-block-menu .ft-block-heading {
	text-transform: capitalize;
	letter-spacing: 1px;
	font-size: 16px;
}
.footer .ft-blocks .ft-blocks-inner .ft-block-menu .ft-block-content ul li a {
	color: #fff;
	font-weight: 400;
	letter-spacing: 0.7px;
}
.footer .ft-blocks .ft-blocks-inner .ft-block-newsletter .ft-block-heading {
	text-transform: capitalize;
	letter-spacing: 1px;
	font-size: 16px;
}
.footer .ft-blocks .ft-blocks-inner .ft-block-newsletter .ft-block-content {
	color: #fff;
	font-weight: 400;
	letter-spacing: 0.7px;
}
.footer .ft-blocks .ft-blocks-inner .ft-block-newsletter .ft-block-content .form-newsletter-footer form .newsletter-inner input {
	background-color: #fff;
	color: #000;
	font-weight: 500;
}
.footer .ft-blocks .ft-blocks-inner .ft-block-newsletter .ft-block-content .form-newsletter-footer form .newsletter-inner button {
	background-color: #000;
	color: #fff;
}
#btnScrollToTop {
	border: 1px solid #fff;
}
@media (max-width: 992px){
  .hidden-desktop {
	display: block !important;
}
}
@media (max-width: 1195px){
  .footer .ft-blocks .ft-blocks-inner .ft-block-menu .ft-block-heading {
	font-size: 14px;
}
  .footer .ft-blocks .ft-blocks-inner .ft-block-newsletter .ft-block-heading {
	font-size: 14px;
}
  .footer .ft-blocks .ft-blocks-inner .ft-block-menu .ft-block-content ul li a {
	font-size: 13px;
}
}
.shopify-policy__container {
	max-width: 100% !important;
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
}

@media (min-width: 768px) {
	.shopify-policy__container {
		max-width: 992px !important;
	}
}

@media (min-width: 992px) {
	.shopify-policy__container {
		max-width: 1320px !important;
	}
}
.shopify-policy__body {
    margin: 0px 0 60px;
}
.shopify-policy__title h1 {
	font-size: 50px;
	padding: 40px 0 50px;
}
.shopify-policy__body h2,.shopify-policy__body h3{
  font-size:20px;
}
.icon-box-section .icon-item .description p {
    font-size: 15px;
    letter-spacing: 0.40px;
    line-height: 24px;
    font-weight: 500;
}
.collection-list-section .heading-box .sub-heading p {
    font-size: 18px;
    font-weight: 500;
    color: #666666;
}
.quick-search-section .quick-search .search-body .search-content .search-bottom .main-content .view-more-results a {
	background-color: #000;
	font-weight: 600;
	font-size: 19px;
    color:#fff;
}
.product-card .product-quick-view, .product-card .quick-add-button, .product-card .add-to-cart-button {
	border: 1px solid #f2e1d4;
}
.product-card .product-quick-view:hover, .product-card .quick-add-button:hover, .product-card .add-to-cart-button:hover {
	background-color: #000;
}
.product-card .product-media-wrap {
	border: 1px solid #f2f2f2;
}
@media (max-width: 1350px){
  .product-card .product-quick-view, .product-card .quick-add-button, .product-card .add-to-cart-button {
	font-size: 11px;
  }
}
@media (max-width: 1190px){
  .product-card .product-quick-view, .product-card .quick-add-button, .product-card .add-to-cart-button {
	padding: 7px 10px;
  }
  .product-card .product-quick-view, .product-card .quick-add-button, .product-card .add-to-cart-button {
	font-size: 10px;
  }
  .product-card .product-actions .actions-bottom {
	gap: 5px;
  }
}
@media (max-width: 1032px){
  .product-card .product-quick-view, .product-card .quick-add-button, .product-card .add-to-cart-button {
	font-size: 9px;
  }
}
@media (max-width: 1024px){
    .product-card .product-actions .actions-bottom {
	gap: 5px;
}
.product-card .product-quick-view, .product-card .quick-add-button, .product-card .add-to-cart-button {
	padding: 5px 7px;
}
.product-card .product-quick-view, .product-card .quick-add-button, .product-card .add-to-cart-button {
	font-size: 10px;
}
} 
@media (max-width: 991px){
  .product-gallery .product-media-box {
	width: 65%;
	margin: 0 auto;
}
}
@media (max-width: 600px){
.side-cart .side-cart-inner {
	width: 80%;
}
}
@media (max-width: 575px){
  .product-gallery .product-media-box {
	width: 100%;
	margin: 0 auto;
}
.post-content-footer .social-media-list {
	display: block !important;
}
  .social-media-list .label {
	margin-bottom: 20px;
}
  .collapsible-section .container .collapsible-wrap .collapsible-item summary h2 {
	font-size: 12px;
	line-height: 20px;
}
}
@media (max-width: 360px){
  .side-cart .side-cart-inner {
	right: 1rem;
	width: 94%;
}
}
.blog-single-section .section-wrapper .cover-image {
	margin-top: 40px;
	margin-bottom: 30px;
}
  .collapsible-section .container .collapsible-wrap .collapsible-item summary h2{
	line-height: 20px;
}
#login-container form button {
	background-color: #000;
    color:#fff;
}
/* .side-cart .side-cart-inner .cart-side-main .side-cart-content a {
	background-color: #f2e1d4;
} */
.shoshial_headding {
	font-size: 17px;
	font-weight: 500;
	letter-spacing: 0.6px;
}
.site-panel .site-panel-inner .panel-footer .shoshial_headding {
	display: none;
}
.side-cart .side-cart-inner{
  width: 40%;
}
@media (max-width: 1200px){
  .side-cart .side-cart-inner{
  width: 50%;
}
}
#main-content .container .account .account-container {
	display: grid;
	justify-content: space-between;
	gap: 20px;
}
#main-content .container .account .account-container .account-order,
#main-content .container .account .account-container .account-details{
	padding: 0;
	width: 100%;
	display: block;
}
#main-content .container .account-header {
	text-align: center;
	display: grid;
}
#main-content .container .account-header a {
	order: -1;
	display: flex;
	justify-content: end;
}
#main-content .container .account-header h1 {
	font-weight: 700;
	text-transform: uppercase;
}
.product-details-tabs-section .section-wrapper .container .product-details-tabs .tabs-content ul .product-reviews .product_tab_title {
	font-size: 21px;
	margin-top: 40px;
}
.product-details-tabs-section .section-wrapper .container .product-details-tabs .tabs-content ul .product-reviews p {
	font-size: 15px;
	font-weight: 400;
	line-height: 26px;
	margin-bottom: 20px;
	letter-spacing: 0.60px;
}
.product-summary .product-summary-inner .summary-item.description {
	display: none;
}
.product-summary .product-summary-inner .summary-item.text .product-text p strong {
	font-size: 12px;
	padding: 6px 12px;
	display: inline-block;
	margin-top: 7px;
	background-image: linear-gradient(90deg,#53cbef,#dcc66c 50%,#ffa3b6,#53cbef);
	animation: slidernbw 5s linear infinite;
	color: #fff;
	border-radius: 50px;
}
@keyframes slidernbw {
 to {
  background-position: 20vw;
 }
}
.product-summary .product-summary-inner .summary-item.title {
	padding-bottom: 4px !important;
}
.product-summary .product-summary-inner .summary-item.text {
	padding-bottom: 6px !important;
}
.product-summary .product-summary-inner .summary-item.inventory-quantity .stock-message {
	border: 1px solid #000;
	padding: 4px 10px;
	border-radius: 50px;
}
.product-summary .product-summary-inner .summary-item.discount .product-discount .discount-list .discount-item .discount-content {
	background-color: #fff7f2;
	color: #000;
	animation: slidernbw 5s linear infinite;
	padding: 7px;
	font-weight: 600;
}
.product-summary .product-summary-inner .summary-item.discount .product-discount {
	display: flex;
	align-items: center;
  flex-wrap:wrap;
}
.product-summary .product-summary-inner .summary-item.discount .product-discount .discount-list {
	margin-top: 0;
}
.product-summary .product-discount .discount-list .discount-item .discount-before {
	background-color: #fff;
	border-right: .1rem dashed rgb(0, 0, 0);
}
.product-summary .product-discount .discount-list .discount-item .discount-before::before {
	background: #fff !important;
}
.product-summary .product-summary-inner .summary-item.discount .product-discount .discount-list .discount-item .discount-content .discount-title {
	color: #000;
}
.product-summary .product-summary-inner .summary-item.information {
	padding-bottom: 30px !important;
}
.product-summary .product-summary-inner .summary-item.collapsible-tab .product-accordion .accordion-summary {
	padding: 17px 7px;
}
.product-summary .product-summary-inner .summary-item.collapsible-tab .product-accordion .accordion-summary h6 {
	font-size: 18px;
}
.product-summary .product-summary-inner .summary-item.variant-picker .product-variants .variant-field .field-wrap .field-wrap-inner .field-item .swatch-color {
	font-size: 0px;
	border: 0;
	background-color: transparent !important;
	padding: 0;
}
.product-summary .product-summary-inner .summary-item.variant-picker .product-variants .variant-field .field-wrap .field-wrap-inner .field-item .swatch-color img {
	width: 100%;
	max-width: 46px;
}
.product_lenth_length_guide img {
	width: 45%;
}
.product_lenth_length_guide {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
}
.product-card .product-badge {
    width: 133px;
}
.has-product-card .section-wrapper .stretch-section .swiper .swiper-slide .product-card .product-card-content .field-item a {
    background-color: transparent;
    color: transparent;
    border: 0;
    font-size: 0px;
    padding: 0;
    width: 40px;
    min-width: 40px;
    max-width: min-content;
    position: absolute;
    left: 0;
    height: 40px;
}
.has-product-card .section-wrapper .stretch-section .swiper .swiper-slide .product-card .product-card-content .field-item img {
    width: 39px;
    border-radius: 50px;
}
.has-product-card .section-wrapper .stretch-section .swiper .swiper-slide .product-card .product-card-content .field-item .tooltip {
    display: none;
}
.swiper-controls .swiper-button-prev{
  left: 20px !important;
}
.swiper-controls .swiper-button-next{
  right: 20px !important;
}
.product-summary .product-summary-inner .summary-item.variant-picker .product-variants .variant-field .field-wrap .field-wrap-inner .field-item input[checked] + label {
	border: 1px solid #000;
}
.diffrence_show_section .col-lg-6 {
	width:50%;
    padding: 0 20px;
}
.d-flex {
	display: flex;
	flex-wrap: wrap;
}
.align-items-baseline{
  align-items: baseline;
}
.diffrence_show_section .show_diffrence_text h2 {
	font-size: 30px;
	margin: 0 0 10px 0;
}
.show_diffrence_text_res{
  display: none;
}
@media (max-width: 1300px){

}
.diffrence_show_section .rows {
	display: flex;
	justify-content: space-around;
}
.diffrence_show_section .rows ul li::after {
	content: "";
	background-image: url(/cdn/shop/files/checkmark.png?v=1727855286);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	left: 5px;
	top: 1px;
	bottom: 0;
	margin: auto;
	width: 26px;
}
.diffrence_show_section .rows .colum-2, .diffrence_show_section .rows .colum-1 {
	display: flex;
	justify-content: space-evenly;
	width: 50%;
	align-items: center;
}
.diffrence_show_section .rows .colum-2 .true-false {
	width: 50%;
	display: flex;
	justify-content: center;
	padding: 10px;
	border: 1px solid #845327;
	height: 100%;
	border-bottom: 0;
	align-items: center;
}
.diffrence_show_section .rows .colum-2 .true {
	border-right: 0;
}
.diffrence_show_section .rows .colum-2 .true:first-child {
	background-color: #fff7f2;
}
.diffrence_show_section .rows:last-child .colum-2 .false {
	border-bottom: 1px solid #845327;
}
.diffrence_show_section .rows:last-child .colum-2 .false {
	border-bottom: 1px solid #845327;
	border-radius: 0 0 20px 0px;
}
.diffrence_show_section .rows:last-child .colum-2 .true {
	border-left: 1px solid #845327;
	border-radius: 0 0 0 20px;
	border-bottom: 1px solid #845327;
}
.diffrence_show_section .rows:first-child .colum-2 .false {
	border-radius: 0 20px 0 0;
	font-size: 23px;
	text-transform: uppercase;
	font-weight: 600;
}
.show_diffrence_text {
	text-align: center;
	margin-bottom: 50px;
}
.diffrence_show_section .rows:first-child .colum-2 .true {
	border-top: 1px solid #845327;
	border-radius: 20px 0px 0px 0px;
	border-left: 1px solid #845327;
}
.diffrence_show_section .rows ul {
	padding-left: 0;
	margin: 0;
}
.diffrence_show_section .rows ul li {
	list-style: none;
	font-size: 18px;
	margin-bottom: 0;
	font-weight: 600;
	position: relative;
	padding-left: 35px;
}
.diffrence_show_section .rows .colum-1 {
	justify-content: start;
	padding-left: 50px;
}
.quick-view .quick-view-inner {
	left: 0;
	margin: auto;
}
.quick-view .product-summary .product-variants .field-item{
  width: auto !important;
  height: auto !important;
}
.quick-view .product-summary .product-variants .field-item label {
	/* padding: 12px 15px; */
}
@media (max-width: 1320px){
  .image-with-text-section .section-wrapper .image-with-text .content .heading h3 {
	font-size: 34px;
  }
  .image-with-text-section .section-wrapper .image-with-text .content .description p strong {
	font-size: 18px;
  }
  .image-with-text-section .section-wrapper .image-with-text .content .description p:last-child {
	font-size: 14px;
}
}
@media (max-width: 1100px){
  .image-with-text-section .image {
	width: 51%;
}
  .image-with-text-section .section-wrapper .image-with-text .content {
	padding-top: 10px;
}
}
@media (max-width: 993px){
  .image-comparison-section .container .images_comparison-main .section-wrapper {
	display: grid !important;
}
  .image-comparison-section .container .section-wrapper .image-comparison-wrapper .scroll-trigger {
	width: 340px !important;
}
}
.diffrence_show_section .rows:first-child .colum-2 .true .txt{
  display: none;
}
@media (max-width: 991px){
  .product_lenth_length_guide {
	display: grid;
  }
  .product_lenth_length_guide img {
	width: 100%;
  }
  .image-with-text-section .image {
	width: 100%;
}
    .diffrence_show_section .col-lg-6{
      width:100%;
    }
  .d-flex{
    display:block;
  }
  .diffrence_show_section .rows .colum-1 {
	padding-left: 10px;
  }
  .diffrence_show_section .rows .colum-2 {
	width: 63%;
  }
  .diffrence_show_section .rows:first-child .colum-2 .true img {
	width: 58%;
}
}
.diffrence_show_section .rows:first-child .colum-2 .true .img {
	text-align: center;
}
@media (max-width: 777px){
  .diffrence_show_section .rows ul li {
	font-size: 16px;
  }
  .diffrence_show_section .rows .colum-1 {
	padding-left: 0;
  }
  .diffrence_show_section .rows .colum-2 {
	width: 50%;
  }
  .diffrence_show_section .rows:first-child .colum-2 .true .img{
      display: none;
  }
  .diffrence_show_section .rows:first-child .colum-2 .true .txt {
	display: block;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 600;
}
}
@media (max-width: 767px){
  .product-details-tabs-section .section-wrapper .container .product-details-tabs .tabs-content ul .product-reviews .product_tab_title {
	font-size: 17px;
	line-height: 30px;
  }
  .product-details-tabs-section .section-wrapper .container .product-details-tabs .tabs-content ul .product-reviews p {
	font-size: 13px;
	line-height: 28px;
    margin-bottom: 10px;
  }
  .image-comparison-section .container .section-wrapper .image-comparison-wrapper .scroll-trigger {
	width: 403px !important;
}
}
@media (max-width: 627px){
  .diffrence_show_section .rows:first-child .colum-2 .true .txt {
	font-size: 16px;
}
  .diffrence_show_section .rows:first-child .colum-2 .false {
	font-size: 16px;
}
}
@media (max-width: 580px){
  .product-details-tabs-section .section-wrapper .container .product-details-tabs .tabs-head .tabs-head-desktop span {
	font-size: 16px;
  }
  .diffrence_show_section .rows ul li {
	font-size: 13px;
}
}
@media (max-width: 515px){
  .diffrence_show_section .rows {
	height: 60px;
}
  .diffrence_show_section .rows:first-child .colum-2 .true .txt {
	font-size: 13px;
  }
  .diffrence_show_section .rows:first-child .colum-2 .false {
	font-size: 13px;
  }
}
@media (max-width: 480px){
  .product-details-tabs-section .section-wrapper .container .product-details-tabs .tabs-head .tabs-head-desktop span {
	font-size: 20px;
	margin-bottom: 7px !important;
	margin-left: 0px !important;
}
  .image-comparison-section .container .section-wrapper .image-comparison-wrapper .scroll-trigger {
	width: 303px !important;
}
  .image-comparison-section {
	background-color: #faf6f1;
}
  .image-with-text-section .image img {
	width: 100%;
}
  .compair_main {
	width: 100%;
	overflow: hidden;
	overflow-x: scroll;
}
  .compair_wrapper {
	width: 600px;
}
  .diffrence_show_section .rows ul li {
	font-size: 16px;
}
  .diffrence_show_section .rows:first-child .colum-2 .true .txt, .diffrence_show_section .rows:first-child .colum-2 .false {
	font-size: 18px;
}
  .diffrence_show_section .rows .colum-2 {
	width: 77%;
}
}
@media (max-width: 360px){
  .product-summary .product-discount .heading {
	display: none;
}
}
.quick-view .quick-view-inner .quick-view-content .product-summary .product-summary-inner .product-variants .variant-field .swatch-color {
	width: 50px !important;
	height: 50px;
}
.quick-view .quick-view-inner .quick-view-content .product-summary .product-summary-inner .product-variants .variant-field .field-item label{
    width: 87px;
}
.quick-view .quick-view-inner .quick-view-content .product-summary .product-summary-inner .product-share {
	display: none;
}
.quick-search-section .quick-search .container .search-body .search-content .search-bottom .suggestions-product .products .grid-item .product-card .product-card-content .product-swatches .field-item img {
	width: 40px;
	height: 40px;
	border-radius: 50px;
}
.quick-search-section .quick-search .container .search-body .search-content .search-bottom .suggestions-product .products .grid-item .product-card .product-card-content .product-swatches .field-item a,
.search-results .main-content .grid-item .product-card .product-card-content .product-swatches .field-item .swatch-color{
	font-size: 0;
	background-color: transparent;
	color: transparent;
	width: 40px;
	height: 40px;
	position: absolute;
	border: 0;
}
.search-results .main-content .grid-item .product-card .product-card-content .product-swatches .field-item .color-variant-image {
	width: 40px;
	height: 40px;
	border-radius: 50%;
}
.quick-search-section .quick-search .container .search-body .search-content .search-bottom .suggestions-product .products .grid-item .product-card .product-card-content .actions-bottom a span{
    font-size: 11px !important;
}
.quick-search-section .quick-search .container .search-body .search-content .search-bottom .suggestions-product .products .grid-item .product-card .product-card-content .actions-bottom a{
  padding: 7px 7px !important;
}
.collection-with-banner-section .section-wrapper .container .card-wrapper {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}
.collection-with-banner-section .section-wrapper .container .card-wrapper .card-banner, .collection-with-banner-section .section-wrapper .container .card-wrapper .card-item{
  width: 100%;
}
.collection-with-banner-section .section-wrapper .container .card-wrapper .card-banner {
	order: 2;
	background-color: transparent;
    padding: 0;
}
.collection-with-banner-section .section-wrapper .container .card-wrapper .card-item:nth-child(2){
  order: 3;
}
.sub-image {
	margin: 0 0 20px 0;
}
.collection-with-banner-section .section-wrapper .container .card-wrapper .card-banner .heading h3 {
	color: #000;
	font-weight: 600;
	font-size: 40px;
	line-height: 42px;
	margin: 0 0 20px 0;
	color: #333;
}
.collection-with-banner-section .section-wrapper .container .card-wrapper .card-banner .description p {
	color: #222;
	font-weight: 600;
	letter-spacing: 1px;
  margin: 0 0 20px 0;
}
.collection-with-banner-section .card-item .card-item-inner .card-title {
	position: relative;
	top: 0;
	right: 0;
	left: 0;
}
.collection-with-banner-section .card-item .card-item-inner .card-title a span:first-child {
	display: none;
}
.collection-with-banner-section .card-item .card-item-inner .card-title a span:last-child {
	font-size: 26px;
	margin-top: 14px;
}
.collection-with-banner-section .card-item .card-item-inner {
	border-radius: 0;
}
.collection-with-banner-section .card-item .card-item-inner .card-media.portrait-media {
	overflow: hidden;
	border-radius: 15px;
}
/* .collection-with-banner-section .card-item .card-item-inner .card-media.portrait-media::after{
    content: '';
    height: 95%;
    width: 95%;
    border-radius: 20px;
    border: 3px solid #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transition: all .5s ease-in-out;
} */
/* .collection-with-banner-section .card-item .card-item-inner .card-media.portrait-media a{
  display: inline-block;
  outline: 2px solid #fff;
  border-radius: 20px;
  outline-offset: -15px;
} */
/* .collection-with-banner-section .card-item .card-item-inner .card-media.portrait-media a img{
  position: static;

} */
/* .collection-with-banner-section .card-item .card-item-inner:hover .card-media.portrait-media::after{
    width: 100%;
    height: 100%;
    border-color: transparent;
} */
.collection-with-banner-section .card-item .card-item-inner:hover .card-media img, .collection-with-banner-section .card-item .card-item-inner:hover .card-media svg {
	/* transform: scale(1.03); */
	-webkit-transform: rotate(15deg) scale(1.4);
	transform: rotate(3deg) scale(1.1);
}
.side-cart .side-cart-footer {
	position: relative;
	width: 100%;
}
@media (max-width: 1300px){
  .collection-with-banner-section .card-item .card-item-inner .card-title a span:last-child {
	font-size: 23px;
}
}
@media (max-width: 1220px){
  .collection-with-banner-section .section-wrapper .container .card-wrapper .card-banner .heading h3 {
	font-size: 40px;
}
}
@media (max-width: 1040px){
  .collection-with-banner-section .card-item .card-item-inner .card-title a span:last-child {
	font-size: 18px;
}
}
@media (max-width: 991px){
  .side-cart .side-cart-inner {
	width: 70%;
}
.collection-with-banner-section .section-wrapper .container .card-wrapper {
	grid-template-columns: repeat(1, 1fr);
}
.collection-with-banner-section .section-wrapper .container .card-wrapper .card-item {
	width: 50%;
	margin: 0 auto;
    margin-top: 30px;
}
.collection-with-banner-section .card-item .card-item-inner .card-title a span:last-child {
	font-size: 25px;
	margin-top: 19px;
}
.collection-with-banner-section .section-wrapper .container .card-wrapper .card-banner{
  width: 100%;
  order: 0;
}
.collection-with-banner-section .section-wrapper{
  padding-bottom: 40px !important; 
}
  .has-product-card .section-wrapper .stretch-section .new-carousel-top .heading h3 {
	margin-bottom: 14px;
	font-size: 36px;
}
}
@media (max-width: 767px){
  .side-cart .side-cart-inner {
	width: 80%;
}
}
@media (max-width: 680px){
  .collection-with-banner-section .section-wrapper .container .card-wrapper .card-item {
	width: 70%;
}
}
@media (max-width: 575px){
    .side-cart .side-cart-inner {
	width: 100%;
    max-width: 95%;
}
}
@media (max-width: 480px){
  .side-cart-inner .cart-side-main .side-cart-content .product-item .product-image {
	margin-right: 15px;
}
  .side-cart-inner .cart-side-main .side-cart-content .product-item .product-info .info-pro-name-remove h2 {
	font-size: 15px;
}
  .side-cart-inner .cart-side-main .side-cart-content .product-item .product-info .variant-quantity .product-options .product-option {
	font-size: 14px;
	font-weight: 600;
}
.side-cart-inner .cart-side-main .side-cart-content .product-item .product-info .variant-quantity .product-options .product-option span {
	font-weight: 400;
	margin-left: 5px;
}
  .collection-with-banner-section .section-wrapper .container .card-wrapper .card-item {
	width: 90%;
}
  .collection-with-banner-section .card-item .card-item-inner .card-title a span:last-child {
	font-size: 20px;
}
  .collection-with-banner-section .section-wrapper .container .card-wrapper .card-banner .heading h3 {
	font-size: 32px;
}
  .side-cart-inner .cart-side-main .side-cart-content .product-item .product-info .variant-quantity .bottom-line .quantity {
	display: none;
}
}
@media (max-width: 360px){
  .collection-with-banner-section .section-wrapper .container .card-wrapper .card-item {
	width: 100%;
}
}
.collection-with-banner-section .section-wrapper .container .slider-button {
	display: none;
}
  .collection-with-banner-section .section-wrapper .container .card-wrapper .card-banner .slider-button {
	display: block;
}
.collection-with-banner-section .section-wrapper{
  padding-bottom: 50px;
}
@media (max-width: 991px){
  .collection-with-banner-section .section-wrapper .container .card-wrapper .card-banner .slider-button {
	display: none;
  }
.collection-with-banner-section .section-wrapper .container .card-wrapper .card-item:nth-child(3) {
	margin-top: 0;
}
  .collection-with-banner-section .section-wrapper .container .slider-button {
	display: block;
    text-align: center;
    margin-top: 30px;
  }
}
  @media (max-width: 767px){
  .collection-with-banner-section .section-wrapper .container .slider-button {
	margin-top: 10px;
}
}
@media (max-width: 620px){
  .header_main_top_section{
    display: none;
  }
}
.collection-with-banner-section .section-wrapper{
  padding-bottom: 70px !important;
}
.collection-page-section .section-wrapper .container .has-product-filters .collections .layer-last .products .list .product-card .product-card-content .product-swatches .field-item a {
	font-size: 0;
	background-color: transparent;
	border: 0;
	color: transparent;
	width: 35px;
	height: 35px;
	position: absolute;
}
.collection-page-section .section-wrapper .container .has-product-filters .collections .layer-last .products .list .product-card .product-card-content .product-swatches .field-item img {
	width: 35px;
	height: 35px;
	border-radius: 50px;
}
.collection-with-banner-section .card-item .card-item-inner .card-title a .link-underline-transparent:hover{
  text-decoration: none;
}
.has-product-card .section-wrapper .stretch-section .featured-collection-slider .swiper {
	touch-action: auto;
}
.newsletter-inner .shoshial_headding {
	display: none;
}
.product-summary .product-discount .message {
	margin: 0 0 0 10px;
	padding: 7px 12px;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 0.50px;
}
.section-wrapper .heading h4 {
	font-size: 40px;
	line-height: 42px;
	font-weight: 600;
	color: #333;
	margin: 0 0 35px !important;
}
#shopify-section-template--23458264875333__featured_collection_slider_ewbtNi .section-wrapper .heading h4{
  margin: 0 0 20px !important;
}
.section-wrapper .rich-text p {
	line-height: 30px;
  margin:0 0 10px 0;
}
.section-wrapper .rich-text ul li {
	line-height: 30px;
}
.collection-page-section .section-wrapper .container .has-product-filters .collections .content .products .list .grid .grid-item .product-card .info-right .description-product .product-card-content .product-swatches a {
	background-color: transparent;
	color: transparent;
	width: 40px;
	font-size: 0px;
	height: 40px;
	padding: 0;
	border: 0;
}
.collection-page-section .section-wrapper .container .has-product-filters .collections .content .products .list .grid .grid-item .product-card .info-right .description-product .product-card-content .product-swatches a span {
	font-size: 0px;
}
.continue-shopping {
	color: #fff;
}
@media (max-width:767px){
  .product-summary .product-discount .message{
    margin: 10px 0 10px 10px;
  }
}
@media (max-width:480px){
  .section-wrapper .heading h4 {
	font-size: 28px;
	line-height: 30px;
}
}
#shopify-section-template--23458265366853__collapsible_6MfBKz .collapsible-wrap {
	width: 100%;
}
/* offer-banner */
.offer-banner {
	padding: 30px 0;
	background: #faf6f1;
}
.offer-banner .offer-banner-text{
  text-align:center;
}
.offer-banner .offer-banner-text p {
	font-size: 16px;
	font-weight: 500;
	letter-spacing: .3px;
	color: #666;
	text-align: center;
	margin: 0 0 10px;
	line-height: 24px;
	text-transform: uppercase;
}
.offer-banner .offer-banner-text h2 {
	font-size: 38px;
	font-weight: 600;
	line-height: 38px;
	letter-spacing: .2px;
	color: #333;
	margin: 0 0 20px;
	text-align: center;
}
.offer-banner .offer-banner-text a{
  background-color: #e5cfbe;
  font-size: 17px;
  line-height:19px;
  text-decoration: none;
  padding: 15px 33px;
  display: inline-flex;
  overflow: hidden;
  font-weight: 600;
  border-radius: 12px;
  position:relative;
}
.offer-banner .offer-banner-text a:before{
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  -webkit-transform: skewX(-25deg);
  transform: skew(-25deg);
  background: linear-gradient(to right,#fff0,#fff,0.3));
  transition:all .5s ease-in-out;
}
.offer-banner .offer-banner-text a:hover:before{
  left: 120%;
}
.field-value:checked + .field-label,.product-summary .product-summary-inner .summary-item.variant-picker .product-variants .variant-field:first-child .field-wrap .field-wrap-inner .field-item input[checked] + label {
border: none !important;
}
.product-summary .product-summary-inner .summary-item.variant-picker .product-variants .variant-field .field-wrap .field-wrap-inner .field-item input[checked] + label {
	border: 1px solid #e8e8e8;
}
.product-summary .variant-swatch .swatch:not(.soldout)::after {
	content: "";
	width: 1rem;
	height: .8rem;
	background-image: var(--tick-white);
	background-position: center;
	background-repeat: no-repeat;
	opacity: 0;
	visibility: hidden;
	transition: opacity .3s ease,visibility .3s ease;
  position:absolute;
  background-color: rgba(0,0,0,0.7);
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.product-summary .variant-swatch .field-value:checked + .swatch::after, .product-summary .variant-swatch .field-value:checked + .field-button::after {
	opacity: 1;
	visibility: visible;
}
@media(max-width:767px){
  .offer-banner .offer-banner-text h2{
    font-size: 31px;
    line-height: 37px;
  }
}
@media(max-width:480px){
  .offer-banner .offer-banner-text h2 {
	font-size: 24px;
	line-height: 34px;
  }
  .offer-banner .offer-banner-text p {
	font-size: 14px;
	margin: 0 0 5px;
	line-height: 16px;
}
  .shopable-video-section .shopable-heading .heading{
    font-size: 19px;
  }
  .image-with-text-section .section-wrapper .image-with-text .content .heading h3 {
  	font-size: 27px;
    margin :20px 0 0 0;
  }
  .image-with-text-section .section-wrapper .image-with-text .content .description p strong {
	font-size: 15px;
  }
  .featured-blog-section .section-wrapper .featured-blog-top .title-wrapper .heading h4 {
	font-size: 22px;
	margin: 0 0 10px 0 !important;
}
  .collection-with-banner-section .section-wrapper {
	padding-bottom: 20px !important;
}
}
#cart .td-product-details .card-item-info .quantity-wraper{
  display:none;
}
.colour_match .rich-text h2 {
	font-size: 32px;
	font-weight: 600;
	line-height: 53px;
	letter-spacing: .2px;
	color: #333;
	margin: 0 0 20px;
	text-align: center;
}
#color_match_contect_form .contact-heading {
	margin: 0 0 30px 0;
}
.before-and-after-shots {
	text-align: center;
}
.before-and-after-shots .heading h4{
  margin:0;
}
.before-and-after-shots .brand-image .brand-item{
  flex-shrink: unset;
  flex-basis: auto;
}

.before-and-after-shots .brand-image{
  gap:30px;
}
@media (max-width:480px){
  .brand-image-section .brand-image {
	display: block;
}
 .before-and-after-shots .brand-image .brand-item {
	flex-shrink: 0;
	flex-basis: 100%;
	margin: 0 0 20px 0;
}
   .before-and-after-shots .brand-image .brand-item:last-child{
     margin:0;
   }
}
.blog-wrapper .blog-content .post-meta .meta-item:first-child{
  display:none;
}
#shopify-pc__banner {
	display: none !important;
}
.image-with-text-section .content h6{
  margin: 20px 0;
}
.image-with-text-section .content strong {
	margin: 0 !important;
  font-weight:600;
}
.image-with-text-section .content p {
	margin-bottom: 15px;
}
.image-with-text-section .heading h2{
	font-size:44px;
}
#looxReviewsFrame #grid .grid-item .block{
  display:none;
}
.diffrence_show_section .rows .colum-2 p{
  font-size:18px;
  margin:0;
  font-weight:600;
}
.stretch-section .hidden-desktop {
	display: none;
}
#bcpo .bcpo-buttons label.bcpo-front-button-label, #bcpo button.bcpo-front-button-label{
  border-radius:20px !important;
}

/* .slider-section .height-auto .swiper .swiper-wrapper{
  height: auto !important;
}
.slider-section .height-auto .swiper .swiper-wrapper .swiper-slide{
  position: relative !important;
}  */
/* .slider-section .height-auto .swiper .swiper-wrapper .swiper-slide .slider-content{
  position: absolute !important;
  top: 0;
  bottom: 0;
  margin: auto;
} */
.slider-section {
    margin-top: -74px !important;
}
.stretch-section .heading-box{
  justify-content: center;
}
.stretch-section .heading-box .heading-inner{
  width: 100%;
  text-align: center;
}
.Home-rich-01 {
    background-image: url(/cdn/shop/files/fast-fashion2.jpg?v=1750922392) !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center -310PX !important;
    height: auto;
    position: relative;
    z-index: 1;
    margin-top: 0px;
}
@media (max-width: 768px) {
  .Home-rich-01 {
    background-attachment: scroll !important;
  }
}
@media (max-width: 992px){
  .Home-rich-01 {
    background-position: center center !important;
  }
  }
/* .richtext-section{
    position: relative;
} */
.Home-rich-01:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    background: linear-gradient(0deg, #000000, #fff0);
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 0;
}
.Home-rich-01 .rich-text-blocks .heading h1{
  color: #ffffff !important;
}
.Home-rich-01 .rich-text-blocks{
  position: relative;
  z-index: 1 !important;
}
.Home-rich-01 .rich-text-blocks .rich-text p{
  color: #ffffff !important;
  font-weight: 600 !important;
}
.product-card-content .product-swatches .field-item{
  width: 32px;
  height: 32px;
}
.product-card-content .product-swatches .field-item img{
  display: none;
}
.image-collage-contentP{
  overflow-y: hidden !important;
}
.tabs-head-desktop{
  background-color: transparent !important;
}
.tabs-head-desktop{
  gap: 10px !important;
  display: flex;
}

@media (max-width:676px){
  .tabs-head-desktop {
    flex-wrap: wrap;
    gap: 0px !important;
  }
  .tabs-head-desktop .tab-head{
    width: 100% !important;
  }
}

.collection-tabs  .tabs-head .heading  h4{
  margin-bottom: 0px !important;
}
.title-wrapper.product-image-adapt{
  margin-bottom: 0px !important;
}
@media (max-width: 768px){
  .slider-section {
    margin-top: -98px !important;
  }
}
.footer .ft-blocks-inner .ft-block-html .text-html table tr th:nth-child(2) {
    padding-left: 10px;
}
.breadcrumb .page-title,
.breadcrumb .breadcrumb-inner ul li a{
  color: #fff !important;
}

.has-product-card .featured-products .featured-image .image-inner{
  height: 460px;
}

.footer-social-media-wrapper {
    display: flex;
    align-items: center;
    gap: 20px;
}
.featured-blog-section .swiper-slide .article-media-wrap{
    border-radius: 12px;
    overflow: hidden;
}

.testimonial .text-content{
  padding-left: 10px;
}
.split-slider.image-layout .split-content {
    padding: 0 30px;
}
/* .header .header-inner .form-wrapper {
    order: 4;
} */
.header .header-inner .form-wrapper{
    display: none;
}
.marquee-row{
  padding: 7px 0 !important;
}
.header .header-inner .header-nav{
  display: none;
}
.header-section .header[data-id=layout-2] .header-icons, .header-section .header[data-id=layout-2] .form-wrapper {
    flex: 0;
}

.header-icons .search-form-header{
  display: none;
}
.header-icons .action-search{
  display: flex !important;
}
.swiper-slide .slider-content{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 295px;
}
.swiper-slide .slider-content .slider-content-inner .content-wrap .slider-sub-heading p,
.swiper-slide .slider-content .slider-content-inner .content-wrap .slider-heading h1,
.slider-content .slider-content-inner .content-wrap .slider-element .slider-element .slide-element-inner{
  color: #000 !important;
}
.swiper-slide .slider-content .slider-content-inner .content-wrap .slider-heading h1{
      font-size: 55px;
}
@media (max-width: 1090px){
  .swiper-slide .slider-content {
    right: auto;
    margin: auto;
    height: 360px;
    width: 610px;
  }
  .swiper-slide .slider-content .slider-content-inner .content-wrap .slider-heading h1 {
    font-size: 42px;
  }
  .slider-section .slider-element.slider-description {
    margin-bottom: 1.7rem;
  }
}
@media (max-width: 991px){
  .header .header-inner .header-nav {
      display: block;
      width: 20px;
      max-width: 20px;
  }
  .text-center-mobile {
    text-align: left;
  }
  .swiper-slide .slider-content .slider-content-inner .content-wrap .slider-heading h1 {
    font-size: 36px;
  }
  .swiper-slide .slider-content .slider-content-inner .content-wrap .slider-description{
    font-size: 16px !important;
  }
  #main-content .stretch-section .theme-slider .swiper-slide .slider-content {
    height: 310px;
  }
  .marquee-row{
    display: none;
  }
}
@media (max-width: 810px){
  #main-content .stretch-section .theme-slider .swiper-slide .slider-content {
    height: 223px;
  }
}
@media (max-width: 767px){
  .swiper-slide .slider-content .slider-content-inner .content-wrap .slider-heading h1 {
    font-size: 31px;
  }
  .swiper-slide .slider-content .slider-content-inner .content-wrap .slider-description{
    font-size: 15px !important;
  }
  .slider-section .slider-content-inner .content-wrap {
    text-align: left;
  }
  #main-content .stretch-section .theme-slider .swiper-slide .slider-content {
    height: 163px;
  }
}
@media (max-width: 680px){
  .swiper-slide .slider-content .slider-content-inner .content-wrap .slider-heading h1 {
    font-size: 26px;
  }
  .swiper-slide .slider-content .slider-content-inner .content-wrap .slider-description {
    font-size: 14px !important;
  }
  .slider-section .slider-content-inner .content-wrap .slider-button a {
    padding: 9px 19px;
    font-size: 11px;
  }
}
@media (max-width: 550px){
  .swiper-slide .slider-content .slider-content-inner .content-wrap .slider-description {
    display: none;
  }
}
@media (max-width: 500px){
  #main-content .stretch-section .theme-slider .swiper-slide .slider-content {
    height: 103px;
  }
  .swiper-slide .slider-content .slider-content-inner .content-wrap .slider-heading h1 {
    font-size: 20px;
  }
  .slider-section {
    margin-top: 0px !important;
  }
}
@media (max-width: 380px){
  #main-content .stretch-section .theme-slider .swiper-slide .slider-content {
    height: 133px;
    width: 260px;
  }
  .swiper-slide .slider-content .slider-content-inner .content-wrap .slider-heading h1 {
    font-size: 16px;
    margin-top: 0px;
  }
}

.icon-box-section .icon-item .title h6{
  font-size: 17px;
}
.section-icon-box .icon-box{
  gap: 20px;
}
.section-icon-box .icon-box .icon-item{
  padding: 20px 15px;
  box-shadow: 0px 2px 15px -3px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
}
.split-slider-section .split-content .swiper-wrapper .split-head{
  margin-bottom: 20px;
}
.split-slider-section .split-content .swiper-wrapper .split-body{
  margin-bottom: 15px;
}
.icon-box-section .icon-box{
  padding: 0 20px;
}
@media (max-width: 990px){
  .section-icon-box .icon-box .icon-item{
    margin-bottom: 20px;
  }
.split-slider-section .section-wrapper .split-content{
  display: inline-flex;
}
}
.split-slider-section .split-head{
  line-height: 25px;
}
@media (max-width: 767px){
  .split-slider-section .split-body{
    font-size: 30px;
  }
  .split-slider-section .text-content {
    margin-top: 1rem;
  }
}
@media (max-width: 480px){
  .split-slider-section .split-body{
    font-size: 25px;
  }
}
@media (max-width: 430px){
  .split-slider-section .split-head{
    line-height: 20px;
    font-size: 13px;
  }
}
@media (max-width: 360px){
  .split-slider-section .section-wrapper .split-content{
    padding: 0 20px;
  }
  .split-slider-section .split-body{
    font-size: 19px;
  }
}
.split-slider-section .split-content .image-content .adapt-media .image,
.testimonial .image-content .adapt-media .image,
.has-accordion-style .sumary-total .summary-item.content-right .image{
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 0px 15px -3px rgba(0, 0, 0, 0.1);
}
.date-fild{
  max-width: 100% !important;
}
.radio-fild input {
    width: auto;
    max-width: max-content;
    border: 0px !important;
    outline: 0px !important;
    height: auto !important;
    box-shadow: none;
}
.radio-fild .radio-wrapper{
  width: 100%;
  margin-top: 10px;
}
@media (max-width: 990px){
  .custom-header-button{
    display: none !important;
  }
}
@media (max-width: 600px){
  .contact-section .contact-form .field-item {
    max-width: 100%;
  }
}
.slider-element a.custom-header-button {
    background-color: #00000000;
    color: #000000;
    transition: all .5s ease-in-out;
}
.slider-element a.custom-header-button:hover{
  background-color: #666666;
  color: #fff;
}
.cuntry-wraper {
    flex-shrink: 0;
    padding: 0 10px;
    background: #fff;
    border-radius: 4px 0 0 4px;
    height: 46px;
    display: flex;
    align-items: center;
    font-weight: 400 !important;
    box-shadow: 0 0 0 0.1rem rgba(var(--text-color), 0.2);
    transition: box-shadow 0.2s ease;
    border: 0;
}
.product-icon-box .list-item .vertical-middle .item-icon img{
    width: 30px !important;
    height: 35px !important;
}
.product-icon-box .list-item .vertical-middle:nth-child(2) .item-icon img{
    width: 45px !important;
}
.product-summary .product-icon-box .list-item .item .item-icon{
  width: auto !important;
}
.main-product .product-summary .product-summary-inner .summary-item.title .product-title {
    text-transform: capitalize !important;
    font-size: 32px;
    line-height: 43px;
    margin-bottom: 10px;
    font-weight: 800;
}
@media (max-width: 500px){
  .main-product .product-summary .product-summary-inner .summary-item.title .product-title {
    text-transform: capitalize !important;
    font-size: 25px;
    line-height: 36px;
    margin-bottom: 10px;
    font-weight: 700;
  }
}
.no-products-found img{
    width: 600px;
    margin-left: auto;
    margin-right: auto;
}
.no-filters-message {
  color: #888;
  font-size: 14px;
}
.product-title a{
  text-transform: capitalize !important;
}
.product-details-tabs .tabs-head{
  display: none;
}
.slider-content .slider-content-inner .content-wrap .slider-heading p strong, .slider-content .slider-content-inner .content-wrap .slider-description p{
  color: #fff !important;
} 
.tab-content ul li{
  font-size: 16px;
  font-weight: 400 !important;
  line-height: 35px;
}
@media (max-width: 991px){
  .header-inner .slider-element.slider-button{
     display: none !important;
  }
}
@media (max-width: 767px){
  .product-bradcumb-mobile{
    display: none !important;
  }
}
@media (max-width: 480px){
  .split-slider-section .image-content {
    height: 192px;
}
}
@media (max-width: 860px){
  .split-content .image-content{
      max-height: 100%;
      height: 500px;
  }
}
@media (max-width: 800px){
  .split-content .image-content{
      max-height: 100%;
      height: 476px;
  }
}
@media (max-width: 767px){
  .split-content .image-content{
      max-height: 100%;
      height: 446px;
  }
}
@media (max-width: 666px){
  .split-content .image-content{
      max-height: 100%;
      height: 396px;
  }
}
@media (max-width: 595px){
  .split-content .image-content{
      max-height: 100%;
      height: 356px;
  }
}
@media (max-width: 552px){
  .split-content .image-content{
      max-height: 100%;
      height: 326px;
  }
  .split-slider-section .split-body, .split-slider-section .split-body * {
    font-size: 2.6rem;
  }
}
@media (max-width: 516px){
  .split-content .image-content{
      max-height: 100%;
      height: 306px;
  }
}
@media (max-width: 487px){
  .split-content .image-content{
      max-height: 100%;
      height: 286px;
  }
}
@media (max-width: 446px){
  .split-content .image-content{
      max-height: 100%;
      height: 266px;
  }
}
@media (max-width: 415px){
  .split-content .image-content{
      max-height: 100%;
      height: 246px;
  }
}
@media (max-width: 380px){
  .split-content .image-content{
      max-height: 100%;
      height: 226px;
  }
}
@media (max-width: 340px){
  .split-content .image-content{
      max-height: 100%;
      height: 192px;
  }
}
.product-description p span,
.product-description p span span{
    font-size: 16px !important;
    font-weight: 400;
    letter-spacing: 1.3px;
    font-family: 'Montserrat' !important;
    display: inline-block;
    line-height: revert-layer !important;
}
.tab-content ul li span{
  font-size: 16px !important;
    font-weight: 400;
    letter-spacing: 1.3px;
    font-family: 'Montserrat' !important;
    display: inline-block;
}
.product-description p strong {
    margin-top: 30px;
    display: inline-block
}

.list-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    gap: 0px 30px;
    padding: 0px 0;
  }
  .item {
    display: flex;
    align-items: center;
    flex: 1 1 200px; /* Responsive: min 200px per item */
    max-width: 250px;
    gap: 10px;
  }

  .item-icon img {
    width: 40px;
    height: 40px;
    object-fit: contain;
  }

  .item-title p {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    color: #333;
  }
  @media (max-width: 900px){
    .list-item {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 0px 180px;
      padding: 0px 0;
    }
  }
  @media (max-width: 768px) {
    .list-item {
      justify-content: space-between;
      gap: 20px;
    }

    .item {
      flex: 1 1 45%;
      max-width: 100%;
    }
  }

  @media (max-width: 480px) {
    .item {
      flex: 1 1 100%;
    }
  }
.image-with-text .image{
  border-radius: 12px;
  overflow: hidden;
}
.template-login .header,
.template-login .footer,
.template-login .toolbar-outer,
.template-register .header,
.template-register .footer,
.template-register .toolbar-outer{
  display: none;
}


#coupon-text {
    cursor: pointer;
    color: #0073e6;
    font-weight: bold;
    margin: 10px 0;
    display: inline-block;
    transition: color 0.3s ease;
  }

  #coupon-text:hover {
    color: #005bb5;
    text-decoration: underline;
  }

  #coupon-text.copied::after {
    content: " (Copied!)";
    color: green;
    font-weight: normal;
    font-size: 0.9em;
    margin-left: 5px;
    animation: fadeOut 2s forwards;
  }

  @keyframes fadeOut {
    0% { opacity: 1; }
    100% { opacity: 0; }
  }