body.woocommerce-shop {
	background-color: #2c273e;
}

body.woocommerce-page .woocommerce-products-header__title {
	margin-bottom: 0.75em;
}

.elementor-location-single[data-elementor-type='product'] {
	position: relative;
	overflow: hidden;
}

/* --------------------------------------------------------------------- */

.woocommerce .products-toolbar {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 32px 24px;
	flex-wrap: wrap;
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 62px;
}

@media (min-width: 1280px) {
	.woocommerce .products-toolbar {
		flex-wrap: nowrap;
	}
}

@media (min-width: 1360px) {
	.woocommerce .products-toolbar {
		align-items: center;
	}
}

.woocommerce .toolbar-left {
	display: flex;
	align-items: center;
	gap: 32px;
	flex-wrap: wrap;
}

@media (max-width: 1024px) {
	.woocommerce .toolbar-left,
	.woocommerce .toolbar-right,
	.woocommerce .toolbar-right .woocommerce-ordering {
		width: 100%;
	}
}

@media (min-width: 768px) and (max-width: 1024px) {
	.woocommerce .toolbar-left,
	.woocommerce .toolbar-right,
	.woocommerce .toolbar-right .woocommerce-ordering {
		max-width: 310px;
	}

	.woocommerce .toolbar-left {
		column-gap: 18px;
	}
}

@media (min-width: 1280px) {
	.woocommerce .toolbar-left {
		flex-wrap: nowrap;
	}
}

.filter-toggle-button {
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	aspect-ratio: 1/1;
	width: 40px;
	background-color: #ffd966;
	border-radius: 100%;
	transition: all 0.2s ease, transform 0.3s ease 0.3s;
}

.product-collections-container:is(.filter-active) .filter-toggle-button {
	transform: rotate(180deg);
}

.filter-toggle-button svg {
	width: 40%;
	height: 40%;
}

.filter-toggle-button:hover {
	background-color: #ffbf00;
}

@media (max-width: 1024px) {
	.woocommerce .toolbar-left .searchbox {
		flex: 1;
	}
}

.catalog-search-form {
	position: relative;
}

.catalog-search-form input[type='text'] {
	font-weight: 500;
	color: #876c51;
	line-height: 1;
}

.catalog-search-form input[type='text']:focus,
.catalog-search-form input[type='text']:focus ~ button {
	color: #ffbf00;
}

.catalog-search-form button {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 8px 16px 8px 8px;

	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	color: #876c51;
}

.catalog-search-form button svg path {
	fill: currentColor;
}

.woocommerce .woocommerce-result-count {
	font-size: inherit;
	font-weight: inherit;
	margin-bottom: 0;
	line-height: 1.2em;
}

@media (max-width: 1024px) {
	.woocommerce .woocommerce-result-count {
		width: 100%;
		order: -1;
	}
}

.woocommerce-result-count span {
	background-color: #1a1725;
	border-radius: 4px;
	padding: 5px 8px 4px;
}

/* ...... */

.woocommerce .woocommerce-ordering {
	float: none;
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 0;
}

.woocommerce form:is(.woocommerce-ordering) select {
	flex: 1;
	font-weight: inherit;
	color: #122b3e;
	background-color: #ffbf00;
}

.woocommerce form:is(.woocommerce-ordering) select:not(:focus) {
	background-image: url('data:image/svg+xml,%3Csvg%20width%3D%2216%22%20height%3D%2225%22%20viewBox%3D%220%200%2016%2025%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M1.4375%207.02694L7.69083%200.774186C7.73141%200.733549%207.77961%200.70131%207.83266%200.679314C7.8857%200.657318%207.94257%200.645996%208%200.645996C8.05743%200.645996%208.11429%200.657318%208.16734%200.679314C8.22039%200.70131%208.26859%200.733549%208.30917%200.774186L14.5625%207.02694%22%20stroke%3D%22%23122B3E%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%3Cpath%20d%3D%22M14.5625%2017.2648L8.30917%2023.5175C8.26857%2023.5582%208.22038%2023.5904%208.16736%2023.6124C8.11427%2023.6344%208.0574%2023.6457%208%2023.6457C7.9426%2023.6457%207.88573%2023.6344%207.83264%2023.6124C7.77962%2023.5904%207.73143%2023.5582%207.69083%2023.5175L1.4375%2017.2648%22%20stroke%3D%22%23122B3E%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%3C/svg%3E');
}

.woocommerce form:is(.woocommerce-ordering) select:focus {
	background-color: #1a1725;
	color: #ffbf00;
}

/* --------------------------------------------------------------------- */

.site-main > .woocommerce-notices-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	font-weight: 600;
}

div:is(.woocommerce-notices-wrapper, .e-woocommerce-notices-wrapper) > * {
	outline: 0;
	display: flex !important;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	font-weight: 500;
	/* box-shadow: 0 3px 24px rgba(0, 0, 0, 0.25); */
}

@media (max-width: 640px) {
	div:is(.woocommerce-notices-wrapper, .e-woocommerce-notices-wrapper) > * {
		flex-direction: column;
		align-items: end;
	}
}

div:is(.woocommerce-notices-wrapper, .e-woocommerce-notices-wrapper) > *[role='alert'] {
	margin-bottom: 1.5em;
}

div:is(.woocommerce-notices-wrapper, .e-woocommerce-notices-wrapper) .woocommerce-message {
	background-color: #1a1725;
	color: var(--theme-color-2);
	border-radius: 16px;
	border-top: 0 none;
}

/* div:is(.woocommerce-notices-wrapper, .e-woocommerce-notices-wrapper) .woocommerce-message::before {
	top: 1.3em;
} */

div:is(.woocommerce-notices-wrapper, .e-woocommerce-notices-wrapper) .woocommerce-info,
.woocommerce .woocommerce-info {
	border-top: 0 none;
	background-color: #1a1725;
	color: var(--theme-color-2);
	border-radius: 16px;
}

div:is(.woocommerce-notices-wrapper, .e-woocommerce-notices-wrapper) .woocommerce-info::before,
.woocommerce .woocommerce-info::before {
	color: #ffbf00;
}

div:is(.woocommerce-notices-wrapper, .e-woocommerce-notices-wrapper) .woocommerce-error,
.woocommerce-NoticeGroup .woocommerce-error,
.woocommerce .woocommerce-error {
	border-radius: 16px;
	border-top: 0 none;
	background-color: #1a1725;
	color: #f64c4c;
	font-weight: 500;
}

.woocommerce-NoticeGroup .woocommerce-error a {
	color: #f64c4c;
}

/* .woocommerce-error::before,
.woocommerce-info::before,
.woocommerce-message::before {
	top: 1.45em;
} */

div:is(.woocommerce-notices-wrapper, .e-woocommerce-notices-wrapper) > div::after,
.woocommerce-info::after {
	display: none;
}

div:is(.woocommerce-notices-wrapper, .e-woocommerce-notices-wrapper) a {
	margin-left: auto;
	flex-shrink: 0;
}

.e-woocommerce-notices-wrapper .woocommerce-notices-wrapper {
	display: none;
}

/* --------------------------------------------------------------------- */

.elementor-menu-cart__toggle .elementor-menu-cart__toggle_button {
	border: 0 none;
	color: #fff;
	padding: 0;
}

.elementor-menu-cart__toggle .elementor-menu-cart__toggle_button:hover {
	color: #fff;
}

.elementor-menu-cart__toggle .elementor-button-icon {
	color: currentColor !important;
}

.elementor-menu-cart__toggle .elementor-button svg {
	fill: currentColor;
	width: auto;
	height: 22px;
}

.elementor-menu-cart--items-indicator-bubble .elementor-menu-cart__toggle .elementor-button-icon .elementor-button-icon-qty[data-counter] {
	font-family: 'Montserrat';
	background: #58507e;
	font-size: 8px;
	font-weight: 700;
	inset: auto -4px -4px auto;
	width: 14px;
	height: 14px;
	line-height: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.2s ease;
}

.elementor-menu-cart--items-indicator-bubble .elementor-menu-cart__toggle a:hover .elementor-button-icon .elementor-button-icon-qty[data-counter] {
	background-color: #ffbf00;
	transform: scale(1.1);
	color: #1a1725;
}

.elementor-menu-cart__container {
	will-change: transform, backdrop-filter;
	transform: translateZ(0) scale(1);
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.5);
}

.elementor-menu-cart__container[aria-hidden='false'] {
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);
}

.elementor-menu-cart__main {
	background-color: #1a1725;
	color: #fff;
	line-height: 1.5em;
	height: 100dvh;
	overflow: hidden;
	width: 100%;
	max-width: 360px;
}

.elementor-menu-cart__main .elementor-menu-cart__close-button {
	background-color: #ffd966;
	padding: 0.8em;
	border-radius: 5px;
}

.elementor-menu-cart__main .elementor-menu-cart__close-button:hover {
	background-color: #ffbf00;
}

.elementor-menu-cart__close-button:before,
.elementor-menu-cart__close-button:after {
	left: 50%;
	margin-top: 0;
	background: #1a1725;
	width: 60%;
	height: 2px;
}

.elementor-menu-cart__close-button:before {
	transform: translate(-50%, -50%) rotate(45deg);
}

.elementor-menu-cart__close-button:after {
	transform: translate(-50%, -50%) rotate(-45deg);
}

.elementor-menu-cart__close-button:hover:after,
.elementor-menu-cart__close-button:hover:before {
	background: #1a1726;
}

.elementor-menu-cart__main .widget_shopping_cart_content {
	flex: 1 1 50%;
	max-height: calc(100% - 52px);
}

.elementor-menu-cart__products {
	height: 100%;
	max-height: none;
	flex: 1 1 50%;
	padding-top: 12px;
}

.elementor-menu-cart__product.cart_item {
	border-bottom-color: rgba(255, 255, 255, 0.1);
	padding-bottom: 30px;

	animation: fadeInOutRemove 2.5s linear infinite;
	animation-play-state: paused;
}

.elementor-menu-cart__product.cart_item:is(.removing) {
	pointer-events: none;
	animation-play-state: running;
	transition: filter 0.5s ease;
	filter: grayscale(1) brightness(0.7);
}

@keyframes fadeInOutRemove {
	0% {
		opacity: 1;
	}
	50% {
		opacity: 0.3;
	}
	100% {
		opacity: 1;
	}
}

.elementor-menu-cart__product:not(:first-of-type) {
	padding-top: 30px;
}

.elementor-menu-cart__product-image a {
	border-radius: 12px;
	overflow: hidden;
	display: block;
}

.elementor-menu-cart__product-name,
.elementor-menu-cart__product-price {
	font-size: 15px;
	padding-inline-start: 12px;
}

.elementor-menu-cart__product-name {
	margin-bottom: 0.3em;
}

.elementor-widget-woocommerce-menu-cart .elementor-menu-cart__product-name a {
	display: inline-block;
	font-family: inherit;
	font-weight: 600;
	color: #ffd966;
}

.elementor-widget-woocommerce-menu-cart .elementor-menu-cart__product-name a:hover {
	color: #ffbf00;
}

.elementor-widget-woocommerce-menu-cart .elementor-menu-cart__product-price {
	font-family: inherit;
	font-weight: 400;
	color: inherit;
}

.elementor-menu-cart__product-remove.product-remove {
	color: var(--theme-color-3);
	border-color: currentColor;
}

.elementor-menu-cart__product-remove.product-remove::before,
.elementor-menu-cart__product-remove.product-remove::after {
	background-color: currentColor;
}

/* ...... */

.elementor-menu-cart__subtotal {
	color: #ffd966;
	border-color: #ffffff1a;
	border: 0 none;
	display: flex;
	justify-content: center;
	font-weight: 500;
	font-size: 18px;
	padding-inline: 12px 16px;
	border-bottom: 0 none;
	padding-block: 24px;
	position: relative;
	gap: 0.5em;
	flex: 0 1 auto;
}

.elementor-menu-cart__product-remove:hover {
	color: #f64c4c;
	border-color: currentColor;
}

.elementor-menu-cart__product-remove:hover:after,
.elementor-menu-cart__product-remove:hover:before {
	background-color: currentColor;
}

.elementor-menu-cart__footer-buttons {
	flex: 0 1 auto;
	grid-template-columns: 1fr;
	gap: 14px;
	padding-block: 20px;
	padding-inline: 2px;
}

.elementor-menu-cart__main .widget_shopping_cart_content .woocommerce-mini-cart__empty-message {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ffbf00;
	font-size: 1.25em;
	height: 100%;
	padding-bottom: 5em;
}

/* --------------------------------------------------------------------- */

.woocommerce .woocommerce-breadcrumb {
	color: #ffffff66;
	font-size: 12px;
	font-weight: 500;

	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px;
	line-height: 1;
}

@media (min-width: 768px) {
	.woocommerce .woocommerce-breadcrumb {
		color: #fff;
	}
}

.woocommerce .woocommerce-breadcrumb::before {
	display: none;
}

.woocommerce .woocommerce-breadcrumb > a {
	color: #ffffff66;
}

.woocommerce-breadcrumb > a:hover {
	text-decoration: underline;
	color: var(--theme-color-1);
}

.woocommerce-breadcrumb .delimiter {
	width: auto;
	height: 11px;
}

/* --------------------------------------------------------------------- */

.woocommerce div.product .woocommerce-product-rating {
	color: var(--theme-color-1);
	font-size: 12px;
	display: flex;
	align-items: center;
	gap: 6px;
}

.woocommerce .woocommerce-product-rating::before {
	display: none;
}

.woocommerce-product-rating .average-rating {
	font-weight: 700;
	line-height: 1;
	margin-top: 2px;
}

.woocommerce .star-rating {
	width: 5.32em;
	color: var(--theme-color-1);
	font-size: 14px;
}
.woocommerce .star-rating::before {
	content: 'SSSSS';
	color: #ffffff66;
}

.woocommerce .star-rating span {
	white-space: nowrap;
}

.woocommerce .star-rating:is(.no-rating) {
	color: transparent;
}

.woocommerce-product-rating a {
	text-underline-offset: 2px;
	color: #fff;
}

.woocommerce-product-rating a:hover {
	text-decoration: underline;
	color: var(--theme-color-2);
}

.woocommerce-product-rating .write-review-link {
	text-decoration: underline;
	text-decoration-color: #ffffffcc;
}

/* --------------------------------------------------------------------- */

.woocommerce #reviews {
	width: 100%;
	max-width: 768px;
	border-radius: 24px;
	padding: 32px 24px;
	background-color: var(--theme-color-3);
	color: #fff;
}

@media (min-width: 768px) {
	.woocommerce #reviews {
		padding: 64px 42px;
	}
}

.woocommerce #reviews #comments {
	margin-bottom: 42px;
}

.woocommerce #reviews h3 {
	color: var(--theme-color-2);
	margin-bottom: 42px;
}

.woocommerce #reviews #comments ol.commentlist {
	padding: 0;
	padding-top: 16px;
}

.woocommerce #reviews #comments ol.commentlist li:not(:last-child) {
	margin-bottom: 48px;
}

.woocommerce #reviews #comments ol.commentlist li img.avatar {
	border-radius: 10px 0;
	top: 4px;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
	margin-inline: 45px 24px;
	border-radius: 0 12px;
	border: 0 none;
	padding: 0;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
	color: var(--theme-color-1);
	font-size: 0.95em !important;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta .woocommerce-review__author {
	text-transform: capitalize;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta .woocommerce-review__published-date {
	font-size: 0.82em;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text .description p {
	font-size: 1.1em;
	line-height: 1.7em;
	margin: 0 0 1.25em;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text .description p:last-child {
	margin: 0;
}

div#review_form_wrapper {
	padding-top: 18px;
	border-top: 1px solid var(--theme-color-2);
}

.woocommerce #reviews .comment-reply-title {
	display: block;
	color: var(--theme-color-2);
	font-size: 1.1em;
	font-weight: 700;
	margin-bottom: 1.2em;
}

.woocommerce #review_form label {
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 4px;
}

.woocommerce #review_form #respond p {
	margin: 0 0 1em;
}

.woocommerce #reviews .comment-form-rating .stars {
	color: var(--theme-color-1);
	line-height: 1;
}

.woocommerce #review_form #respond textarea {
	/* color: #1a1725; */
	border: 1px solid;
	outline: 2px solid transparent;
	outline-offset: -2px;
	height: 120px;
}

.woocommerce #review_form #respond textarea:focus {
	outline-color: currentColor;
	background-color: var(--theme-color-4);
}

/* --- */

.woocommerce #review_form #respond .form-submit input[type='submit'] {
	font-family: 'Montserrat', sans-serif !important;
	-webkit-tap-highlight-color: transparent;
	position: relative;
	background: linear-gradient(90.2deg, var(--button-bg-color-1) 0.17%, var(--button-bg-color-2) 99.83%), var(--button-bg-color-1) !important;
	border: 1px solid var(--button-bg-color-2);
	border-left-color: var(--button-bg-color-1);
	color: var(--button-text-color);
	fill: currentColor;
	border-radius: 60px;
	transition: all 0.2s ease;

	display: inline-flex;
	justify-content: center;
	align-items: center;
	gap: 0.5em;
	font-weight: 700 !important;
	font-size: 12px;
	line-height: 100%;
	letter-spacing: 0.07em;
	text-transform: uppercase;
	padding: 13px 24px;
	min-height: 38px !important;
	min-width: 140px;
}

.woocommerce #review_form #respond .form-submit input[type='submit']:hover {
	color: var(--button-text-color) !important;
	box-shadow: 0 0 2px rgba(var(--theme-color-1-rgb), 0.75), 0 0 14px rgba(var(--theme-color-1-rgb), 0.5), 0 0 33px rgba(var(--theme-color-1-rgb), 0.25),
		0 0 55px rgba(var(--theme-color-1-rgb), 0.25);
	border-color: var(--button-bg-color-2);
}

/* --------------------------------------------------------------------- */

.single-product div.product form.cart div.quantity {
	display: flex;
	align-items: center;
	gap: 6px;
	margin: 0;
}

.qty-input-wrap {
	position: relative;
	overflow: hidden;
	border-radius: 8px;
}

.single-product div.product form.cart div.quantity:active .qty-input-wrap input.qty {
	transition-duration: 0s;
	transform: scale(1.5);
	color: #fff;
}

.single-product div.product form.cart div.quantity .qty {
	appearance: textfield;
	-webkit-appearance: none;
	-moz-appearance: textfield;

	padding: 8px 16px;
	background-color: #1a1725;
	border-radius: 8px;
	outline: 2px solid transparent;
	outline-offset: -1px;
	color: #fff;
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	transition: transform 0.1s ease;
}

@media (max-width: 767px) {
	.single-product div.product form.cart div.quantity .qty {
		width: 100%;
	}
}

.single-product input[type='number']::-webkit-outer-spin-button,
.single-product input[type='number']::-webkit-inner-spin-button {
	-webkit-appearance: none !important;
	appearance: none !important;
}

.single-product div.product form.cart div.quantity .qty:focus {
	color: var(--theme-color-1);
	outline-color: currentColor;
}

.single-product div.product form.cart div.quantity .qty.is-active {
	color: var(--theme-color-1);
}

.single-product button.btn-quantity {
	-webkit-tap-highlight-color: transparent;
	position: relative;
	background-color: #ffbf00;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition: all 0.2s ease, transform 0.08s ease !important;
	margin: 0 !important;
	flex-shrink: 0;
}

@media (max-width: 1024px) {
	.single-product button.btn-quantity {
		transition: none 0s !important;
	}
}

.single-product button.btn-quantity svg {
	width: 14px;
	height: auto;
}

@media (min-width: 1200px) {
	.single-product button.btn-quantity svg {
		transition: all 0.2s ease;
	}
}

.single-product button.btn-quantity:hover {
	background-color: #ffd966;
}

@media (min-width: 1200px) {
	.single-product button.btn-quantity:active {
		transform: scale(1.25);
	}
}

.single-product button.btn-quantity:active svg {
	transform: scale(1.75);
}

/* --------------------------------------------------------------------- */

.woocommerce div.product p.price,
.woocommerce ul.products li.product .price {
	font-family: inherit !important;
	font-size: 22px;
	font-weight: 600 !important;
	line-height: 1.2em;

	display: flex;
	align-items: center;
	gap: 6px;
	color: #fff;
}

.woocommerce div.product p.price del,
.woocommerce ul.products li.product .price del {
	font-family: inherit !important;
	font-weight: inherit !important;
	opacity: 1;
	color: #876c51;
}

.woocommerce.single-product div.product p.price del {
	color: #ffffff66;
}

.woocommerce div.product p.price ins,
.woocommerce ul.products li.product .price ins {
	font-weight: inherit;
	text-decoration: none;
}

.woocommerce .product:is(.outofstock) .product_price p.price,
.woocommerce ul.products li.product:is(.outofstock) .price {
	color: #876c51;
}

.woocommerce div.product p.stock,
.woocommerce ul.products li.product p.stock {
	font-size: inherit;
}

.woocommerce div.product .stock.out-of-stock,
.woocommerce ul.products li.product .stock.out-of-stock {
	color: #f64c4c;
}

.woocommerce div.product .stock.available-on-backorder,
.woocommerce ul.products li.product .stock.available-on-backorder {
	color: #fe9b0e;
}

.woocommerce.single-product .e-add-to-cart--show-quantity-yes .stock {
	display: inline-flex;
	font-size: inherit;
	font-weight: 600;
	font-size: 12px;
	line-height: 1em;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	padding: 9px 12px 7px;
	border-radius: 4px;
	background-color: var(--theme-color-5);
}

.woocommerce.single-product .e-add-to-cart--show-quantity-yes .stock:is(.in-stock) {
	background-color: var(--theme-color-3);
	color: var(--theme-color-2);
}

.woocommerce.single-product .e-add-to-cart--show-quantity-yes .stock:is(.out-of-stock) {
	background-color: #260c0c;
}

/* --------------------------------------------------------------------- */

/* Product Card */
.e-loop-item.product {
	display: flex;
	flex-direction: column;
}

/* .e-loop-item.product > .e-con {
	position: relative;
	overflow: hidden;
	border-radius: 24px;
	background-color: #00000080;
	border-bottom: 1px solid rgba(var(--theme-color-1-rgb), 0.3);
	box-shadow: 0px 4px 24px 0px #00000040;
	-webkit-backdrop-filter: blur(12px);
	backdrop-filter: blur(12px);
} */

.e-loop-item.product .elementor-widget-theme-post-featured-image {
	position: relative;
}

.e-loop-item.product .elementor-widget-theme-post-featured-image::after {
	pointer-events: none;
	content: '';
	position: absolute;
	inset: 0;
	z-index: 1;
	mix-blend-mode: multiply;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0) 65.56%, rgba(0, 0, 0, 0.5) 100%);
}

.e-loop-item.product .elementor-widget-theme-post-featured-image img {
	transition: all 0.75s ease-out;
}

.e-loop-item.product .elementor-widget-theme-post-featured-image:hover img {
	transform: scale(1.1);
	filter: brightness(1.2);
}

.e-loop-item.product .elementor-widget-theme-post-featured-image .elementor-widget-container {
	border-radius: 0;
	margin-block-end: 0;
}

.e-loop-item.product:is(.outofstock, .onbackorder) .product-sale {
	display: none;
}

.e-loop-item.product .product-rating[data-review-count='0'] {
	display: none;
}

.e-loop-item.product .product-rating .elementor-widget-heading .elementor-widget-container {
	margin-block-end: 0;
}

.e-loop-item.product .product-rating .elementor-heading-title {
	font-size: 12px;
	font-weight: 700;
	color: var(--theme-color-1);
}

.e-loop-item.product .product-rating .elementor-icon svg {
	fill: var(--theme-color-1);
	width: auto;
	height: 13px;
}

.e-loop-item.product .product-info-box {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.e-loop-item.product .product-info-box .elementor-widget-heading .elementor-widget-container {
	margin-block-end: 10px;
}

.e-loop-item.product .product-info-box .elementor-heading-title a:hover {
	color: var(--theme-color-2);
}

.e-loop-item.product .elementor-widget-woocommerce-product-add-to-cart .elementor-add-to-cart .e-loop-add-to-cart-form-container {
	position: relative;
	display: grid;
}

.e-loop-add-to-cart-form-container .e-loop-add-to-cart-form {
	grid-area: 1 / 1;
}

.e-loop-add-to-cart-form-container .e-loop-add-to-cart-form a.button {
	flex: 1;
	width: 100%;
}

.woocommerce a.ajax_add_to_cart.loading {
	padding-right: 34px;
	opacity: 1;
}

.woocommerce a.button.ajax_add_to_cart::after {
	font-family: WooCommerce;
	font-weight: inherit;
	position: absolute;
	top: auto;
	right: 16px;
}

.woocommerce.woocommerce a.button.ajax_add_to_cart:not(.added)::after {
	content: '\e01c';
	font-weight: 400;
}

.woocommerce a.button.ajax_add_to_cart:not(.loading, .added)::after {
	text-indent: -999px;
}

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

.woocommerce .ajax_add_to_cart:is(.added),
.woocommerce .cart .ajax_add_to_cart:is(.added) {
	transition: all 0.5s ease 1s !important;
	visibility: hidden;
	opacity: 0;
}

.woocommerce.woocommerce a.button.ajax_add_to_cart:is(.added)::after {
	content: '\e017';
	display: flex;
	align-items: center;
	justify-content: end;
	padding-inline: 18px;
}

.woocommerce div.product.e-loop-item .elementor-widget-woocommerce-product-add-to-cart a.added_to_cart.wc-forward {
	grid-area: 1 / 1;
	padding: 12px 24px;
	z-index: 0;
}

/* ... */

.woocommerce:is(.single-product) .button.add_to_cart_button::after {
	inset-block: auto;
	right: 2em;
}

.woocommerce:is(.single-product) .button.add_to_cart_button:is(.loading, .added) .elementor-button-icon {
	opacity: 0;
}

.woocommerce:is(.single-product) .button.add_to_cart_button:is(.added) {
	visibility: visible;
	opacity: 1 !important;
}

.woocommerce:is(.single-product) .button.add_to_cart_button:is(.added)::after {
	font-family: WooCommerce;
	content: '\e017';
	margin-left: 0;
	display: flex;
	align-items: center;
	justify-content: end;
	padding-right: 2em;
}

.woocommerce:is(.single-product) a.added_to_cart.wc-forward {
	display: none;
}

/* --------------------------------------------------------------------- */

.woocommerce div.product .elementor-widget-woocommerce-product-images div.images.woocommerce-product-gallery {
	position: relative;
	overflow: hidden;
	aspect-ratio: 1/1;
	width: 100%;
	height: 100%;
	padding: 36px 24px;
	margin: 0;
}

@media (min-width: 768px) {
	.woocommerce div.product .elementor-widget-woocommerce-product-images div.images.woocommerce-product-gallery {
		padding: 48px;
		aspect-ratio: 16/8;
	}
}

@media (min-width: 1024px) {
	.woocommerce div.product .elementor-widget-woocommerce-product-images div.images.woocommerce-product-gallery {
		aspect-ratio: 3/1;
	}
}

@media (min-width: 1280px) {
	.woocommerce div.product .elementor-widget-woocommerce-product-images div.images.woocommerce-product-gallery {
		aspect-ratio: 1/1;
	}
}

.woocommerce div.product .elementor-widget-woocommerce-product-images div.images.woocommerce-product-gallery:is(.preset_1) {
	position: static;
	padding-bottom: inherit;
}

@media (min-width: 1280px) {
	.woocommerce div.product .elementor-widget-woocommerce-product-images div.images.woocommerce-product-gallery:is(.preset_1) {
		aspect-ratio: 100/84;
	}
}

.woocommerce div.product .elementor-widget-woocommerce-product-images div.images.woocommerce-product-gallery:is(.preset_2) {
	border-radius: 24px;
}

@media (min-width: 768px) {
	.woocommerce div.product .elementor-widget-woocommerce-product-images div.images.woocommerce-product-gallery:is(.preset_2) {
		aspect-ratio: 16 / 10;
	}
}

@media (min-width: 1024px) {
	.woocommerce div.product .elementor-widget-woocommerce-product-images div.images.woocommerce-product-gallery:is(.preset_2) {
		border-radius: 36px;
	}
}

@media (min-width: 1200px) {
	.woocommerce div.product .elementor-widget-woocommerce-product-images div.images.woocommerce-product-gallery:is(.preset_2) {
		aspect-ratio: 1/1;
	}
}

.woocommerce div.product .woocommerce-product-gallery .flex-viewport {
	position: absolute !important;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100% !important;
}

/* .woocommerce div.product .woocommerce-product-gallery .flex-viewport::after {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 8.74%, rgba(0, 0, 0, 0) 34.84%);
} */

.woocommerce-product-gallery__wrapper {
	position: absolute;
	inset: 0;
}

.woocommerce-product-gallery__wrapper,
.woocommerce div.product div.images .woocommerce-product-gallery__image,
.woocommerce div.product div.images .woocommerce-product-gallery__image a {
	height: 100%;
}

.woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image {
	position: relative;
	pointer-events: none;
}

.woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image::after {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 8.74%, rgba(0, 0, 0, 0) 34.84%);
}

.woocommerce div.product .woocommerce-product-gallery .flex-viewport img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .zoomImg {
	opacity: 1 !important;
	object-fit: cover;
	max-width: 100% !important;
	height: 100% !important;
}

.woocommerce div.product div.images .flex-control-thumbs {
	position: absolute;
	overflow: visible;
	bottom: 0;
	padding-bottom: inherit;

	gap: 12px;
	max-width: 64%;

	display: none;
}

.woocommerce div.product .woocommerce-product-gallery:is(.preset_1) .flex-control-thumbs {
	right: 0;
	padding-right: inherit;
}

@media (min-width: 768px) {
	.woocommerce div.product div.images .flex-control-thumbs {
		display: flex;
	}
}

@media (min-width: 1024px) {
	.woocommerce div.product div.images .flex-control-thumbs {
		gap: 16px;
	}
}

.woocommerce div.product div.images .flex-control-thumbs li {
	width: 64px;
}

@media (min-width: 768px) {
	.woocommerce div.product div.images .flex-control-thumbs li {
		width: 68px;
	}
}

@media (min-width: 1024px) {
	.woocommerce div.product div.images .flex-control-thumbs li {
		width: 72px;
	}
}

.woocommerce div.product div.images .flex-control-thumbs li img {
	object-fit: cover;
	border-radius: 16px;
	border: 2px solid transparent;
	opacity: 1;
	transition: all 0.15s ease;
}

.woocommerce div.product div.images .flex-control-thumbs li img.flex-active,
.woocommerce div.product div.images .flex-control-thumbs li img:hover {
	border-color: var(--theme-color-2);
}

.woocommerce div.product div.images .flex-control-thumbs li img:hover {
	transform: scale(1.15);
	filter: brightness(1.2);
}

.woocommerce div.product div.images .flex-control-thumbs li img.flex-active {
	animation: thumbScalePulse 0.25s ease-out forwards;
}

@keyframes thumbScalePulse {
	0% {
		transform: scale(1);
	}
	50% {
		transform: scale(1.2);
	}
	100% {
		transform: scale(1);
	}
}

/* --------------------------------------------------------------------- */

.woocommerce-product-gallery .flex-direction-nav {
	position: absolute;
	bottom: 0;

	z-index: 1;
	display: flex;
	gap: 12px;
	list-style-type: none;
	padding: 0;
	padding-bottom: inherit;
}

@media (min-width: 768px) {
	.woocommerce-product-gallery .flex-direction-nav {
		gap: 16px;
	}
}

.woocommerce-product-gallery:is(.preset_1) .flex-direction-nav {
	left: auto;
}

.woocommerce-product-gallery:is(.preset_2) .flex-direction-nav {
	right: 0;
	padding-right: inherit;
}

.woocommerce-product-gallery .flex-direction-nav li {
	transform: translateY(-20%);
}

.flex-direction-nav a {
	-webkit-tap-highlight-color: transparent;
	box-sizing: border-box;
	pointer-events: auto;
	user-select: none;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background-color: var(--theme-color-2);
	color: rgba(0, 0, 0, 0.65);
	transition: all 0.25s ease;

	position: relative;
	overflow: hidden;
	text-indent: -9999px;
}

@media (min-width: 1024px) {
	.flex-direction-nav a {
		width: 48px;
		height: 48px;
	}
}

.flex-direction-nav a::before {
	content: '';
	position: absolute;
	inset: 0;
	mask-repeat: no-repeat;
	mask-position: center;
	mask-size: 48%;
	z-index: 1;

	background-color: currentColor;
}

@media (min-width: 768px) {
	.flex-direction-nav a::before {
		mask-size: 50%;
	}
}

.flex-direction-nav a.flex-prev::before {
	mask-image: url('data:image/svg+xml,%3Csvg%20width%3D%2215%22%20height%3D%2211%22%20viewBox%3D%220%200%2015%2011%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M5.04442%2010.8032L0.183058%205.94188C-0.0610199%205.69782%20-0.0610198%205.30207%200.183058%205.058L5.04442%200.196627L5.9283%201.0805L2.13388%204.87494H15V6.12494H2.13388L5.9283%209.91934L5.04442%2010.8032Z%22/%3E%3C/svg%3E');
}

.flex-direction-nav a.flex-next::before {
	mask-image: url('data:image/svg+xml,%3Csvg%20width%3D%2215%22%20height%3D%2211%22%20viewBox%3D%220%200%2015%2011%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M9.95558%2010.8032L14.8169%205.94188C15.061%205.69782%2015.061%205.30207%2014.8169%205.058L9.95558%200.196627L9.0717%201.0805L12.8661%204.87494H0V6.12494H12.8661L9.0717%209.91934L9.95558%2010.8032Z%22/%3E%3C/svg%3E');
}

.flex-direction-nav a::after {
	content: '';
	position: absolute;
	inset: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
	border-radius: inherit;
	background-color: inherit;
}

.flex-direction-nav a:hover {
	background-color: #fff;
	color: var(--theme-color-4);
}

/* --------------------------------------------------------------------- */

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
	text-indent: unset;
	width: 42px;
	height: 42px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;

	background-color: var(--theme-color-4);
	border: 1px solid var(--theme-color-2);
	color: var(--theme-color-2);

	top: auto;
	right: 0;
	transform: translateX(-100%);
}

@media (min-width: 1024px) {
	.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
		width: 48px;
		height: 48px;
	}
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger::before,
.woocommerce div.product div.images .woocommerce-product-gallery__trigger::after {
	display: none;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger svg path {
	transition: inherit;
	fill: currentColor;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger:hover {
	background-color: var(--theme-color-2);
	color: var(--theme-color-4);
}

/* --------------------------------------------------------------------- */

.woocommerce div.product form.cart .woocommerce-variation-add-to-cart {
	display: flex;
	gap: 24px 18px;
}

@media (max-width: 400px) {
	.woocommerce div.product form.cart .woocommerce-variation-add-to-cart {
		flex-direction: column;
		align-items: center;
		width: 100%;
	}
}

@media (min-width: 768px) {
	.woocommerce div.product form.cart .woocommerce-variation-add-to-cart {
		justify-content: start;
	}
}

.woocommerce div.product form.cart .variations {
	margin-bottom: 36px;
}

.woocommerce div.product form.cart .variations tbody {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}

.woocommerce div.product form.cart .variations tr {
	min-width: 244px;
	width: 100%;
}

@media (min-width: 768px) {
	.woocommerce div.product form.cart .variations tr {
		width: auto;
	}
}

.woocommerce div.product form.cart .variations td,
.woocommerce div.product form.cart .variations th {
	position: relative;
	display: block;
	background-color: transparent;
	padding: 0;
}

.woocommerce div.product form.cart .variations th.label {
	display: none;
}

.woocommerce select,
.woocommerce form select,
.woocommerce div.product form.cart .variations select {
	appearance: none;
	-webkit-appearance: none;
	cursor: pointer;
	display: block;
	margin: 0;
	color: #fff;
	border-radius: 8px;
	padding: 12px 16px;
	padding-right: 40px;
	width: 100%;

	background-color: #1a1725;
	background-size: 14px;
	background-image: url('data:image/svg+xml,%3Csvg%20width%3D%2216%22%20height%3D%2225%22%20viewBox%3D%220%200%2016%2025%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M1.4375%207.52694L7.69083%201.27419C7.73141%201.23355%207.77961%201.20131%207.83266%201.17931C7.8857%201.15732%207.94257%201.146%208%201.146C8.05743%201.146%208.11429%201.15732%208.16734%201.17931C8.22039%201.20131%208.26859%201.23355%208.30917%201.27419L14.5625%207.52694%22%20stroke%3D%22%23FFBF00%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%3Cpath%20d%3D%22M14.5625%2017.7648L8.30917%2024.0175C8.26857%2024.0582%208.22038%2024.0904%208.16736%2024.1124C8.11427%2024.1344%208.0574%2024.1457%208%2024.1457C7.9426%2024.1457%207.88573%2024.1344%207.83264%2024.1124C7.77962%2024.0904%207.73143%2024.0582%207.69083%2024.0175L1.4375%2017.7648%22%20stroke%3D%22%23FFBF00%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%3C/svg%3E');
	background-repeat: no-repeat;
	background-position: right center;
	background-position: calc(100% - 14px) 50%;
}

.woocommerce div.product form.cart .variations select:focus {
	background-color: #1a1725;
	color: var(--theme-color-1);
}

.woocommerce div.product form.cart .reset_variations {
	position: absolute;
	right: 0;
	text-decoration: underline transparent;
	text-underline-offset: 2px;
	font-weight: 600;
	color: rgb(246, 76, 76);
}

@media (min-width: 768px) {
	.woocommerce div.product form.cart .reset_variations {
		position: absolute;
		left: calc(100% + 1ch);
		top: 50%;
		transform: translateY(-50%);
	}
}

.woocommerce div.product form.cart .reset_variations:hover {
	text-decoration: underline;
}

.woocommerce div.product .single_variation_wrap {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	gap: 14px 12px;
}

@media (max-width: 400px) {
	.woocommerce div.product .single_variation_wrap {
		flex-direction: column;
	}
}

.woocommerce-variation.single_variation {
	display: flex;
	gap: 12px;
	align-items: start;
	flex-direction: column;
}

.woocommerce div.product .single_variation_wrap span.price {
	color: var(--theme-color-2, #fff);
	font-weight: 600;
	padding: 4px 8px;
	border-radius: 4px;
	background-color: var(--theme-color-3);
}

.woocommerce div.product .single_variation_wrap span.price del {
	font-weight: 500;
	color: rgba(255, 255, 255, 0.5);
}

@media (max-width: 767px) {
	.woocommerce div.product form.cart .woocommerce-variation-add-to-cart button.single_add_to_cart_button {
		margin: 0;
		width: 100%;
	}
}

/* --------------------------------------------------------------------- */

.woocommerce div.product:is(.product-type-simple) form.cart {
	display: flex;
	gap: 24px 18px;
}

@media (max-width: 400px) {
	.woocommerce div.product:is(.product-type-simple) form.cart {
		flex-direction: column;
		justify-content: center;
	}
}

@media (min-width: 768px) {
	.woocommerce div.product:is(.product-type-simple) form.cart {
		justify-content: start;
	}
}

.woocommerce div.product:is(.product-type-simple) form.cart::before {
	display: none;
}

/* --------------------------------------------------------------------- */

.woocommerce div.product form.cart .button {
	margin-left: 0 !important;
}

.woocommerce div.product form.cart .button.disabled {
	opacity: 1;
	color: var(--button-text-color);
}

.woocommerce div.product form.cart .button.disabled:hover {
	color: #00000066 !important;
}

.woocommerce div.product form.cart .button svg path {
	fill: currentColor;
}

/* --------------------------------------------------------------------- */

.elementor-widget-woocommerce-product-short-description p {
	font-size: inherit;
}

/* --------------------------------------------------------------------- */

/* Product Card */
.card_product-wrapper {
	position: relative;
	overflow: hidden;
	border-radius: 24px;
	background-color: #00000080;
	border-bottom: 1px solid rgba(var(--theme-color-1-rgb), 0.3);
	/* box-shadow: 0px 4px 24px 0px #00000040; */

	display: flex;
	flex-direction: column;
	height: 100%;
}

.card_product-wrapper .thumbnail-container {
	position: relative;
	overflow: hidden;
	aspect-ratio: 1/1;
	width: 100%;
	max-height: 500px;
}

.card_product-wrapper .img-wrapper {
	position: absolute;
	inset: 0;
	z-index: 0;
}

.card_product-wrapper .img-wrapper::after {
	pointer-events: none;
	content: '';
	position: absolute;
	inset: 0;
	z-index: 1;
	mix-blend-mode: multiply;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0) 65.56%, rgba(0, 0, 0, 0.5) 100%);
}

.card_product-wrapper .img-wrapper img {
	will-change: transform, filter;
	transition: all 0.75s ease-out;
}

.card_product-wrapper .img-wrapper:hover img {
	transform: scale(1.1);
	filter: brightness(1.2);
}

.card_product-wrapper .thumbnail-container:hover .badges-container {
	pointer-events: none;
}

.card_product-wrapper .badges-container {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1;

	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 10px;
	padding: 32px;
}

.card_product-wrapper .badge-wrapper {
	display: flex;
	flex-direction: column;
	align-items: start;
}

.card_product-wrapper .product-badge {
	background-color: var(--theme-color-5);
	color: var(--theme-color-1);
}

.card_product-wrapper .rating-wrapper {
	flex-shrink: 0;
}

.card_product-wrapper .product-rating {
	display: flex;
	gap: 6px;
	align-items: center;

	font-size: 12px;
	font-weight: 700;
	color: var(--theme-color-1);
}

.card_product-wrapper .product-rating .rating-icon {
	font-size: 14px;
	color: currentColor;
	margin-bottom: 2px;
}

.card_product-wrapper .product-info-container {
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	justify-content: space-between;
	gap: 24px;
	padding: 24px;
}

@media (min-width: 768px) {
	.card_product-wrapper .product-info-container {
		padding: 32px;
	}
} /* @media */

.card_product-wrapper h6 {
	color: var(--theme-color-1);
	margin-bottom: 10px;
}

.card_product-wrapper h6 a:hover {
	color: var(--theme-color-2);
}

.card_product-wrapper .product_price .price {
	font-family: inherit !important;
	font-size: 22px;
	font-weight: 600 !important;
	line-height: 1.2em;
	display: flex;
	align-items: center;
	gap: 6px;
}

.card_product-wrapper .product_price .price del {
	opacity: 1;
	color: #876c51;
}

.card_product-wrapper .product_price .price ins {
	font-weight: inherit;
	text-decoration: none;
}

.card_product-wrapper .buttons-container {
	gap: 16px;
	justify-content: space-between;
}

.card_product-wrapper .cart-wrapper {
	flex: 1;
	max-width: 640px;
	position: relative;
	display: inline-grid;
}

.card_product-wrapper .cart-wrapper > a {
	grid-area: 1/1;
}

.woocommerce ul.products .card_product-wrapper .cart-wrapper > a.button {
	margin: 0;
	display: inline-flex !important;
}

/* --------------------------------------------------------------------- */

/* Shop/Product Archive page */

.woocommerce-shop ul.products:not(.elementor-grid) {
	display: grid;
	gap: 26px 24px;
	margin-bottom: 64px;
}

@media (min-width: 768px) {
	.woocommerce-shop ul.products:not(.elementor-grid) {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (min-width: 1280px) {
	.woocommerce-shop ul.products:not(.elementor-grid) {
		grid-template-columns: repeat(4, 1fr);
	}
}

.woocommerce .products ul::before,
.woocommerce ul.products::before,
.woocommerce .products ul::after,
.woocommerce ul.products::after {
	display: none;
}

.woocommerce-shop ul.products::before {
	display: none;
}

.woocommerce-shop ul.products:not(.elementor-grid) li.product {
	width: 100%;
	margin: 0;
}

.woocommerce-shop ul.products li.product a img {
	margin: 0;
}

/* --------------------------------------------------------------------- */

.woocommerce nav.woocommerce-pagination {
	margin-inline: auto;
	text-align: center;
}

.woocommerce nav.woocommerce-pagination ul {
	display: inline-flex;
	border: 0 none;
	gap: 16px;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.woocommerce nav.woocommerce-pagination ul li {
	border: 0 none;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
	font-family: 'Plus Jakarta Sans';
	font-size: 16px;
	font-weight: 500;
	aspect-ratio: 1 / 1;
	height: 32px;
	border-radius: 8px;
	color: #fff;

	display: flex;
	align-items: center;
	justify-content: center;
}

.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li span.current {
	background-color: #ffbf00;
	color: #122b3e;
}

.woocommerce nav.woocommerce-pagination ul li a.prev,
.woocommerce nav.woocommerce-pagination ul li a.next {
	height: 36px;
	padding: 0;
}

.woocommerce nav.woocommerce-pagination ul li a.prev:hover,
.woocommerce nav.woocommerce-pagination ul li a.next:hover {
	color: #122b3e;
}

.woocommerce nav.woocommerce-pagination ul li a svg path {
	stroke: currentColor;
}

/* --------------------------------------------------------------------- */

.elementor-products-grid > .elementor-widget-container > .woocommerce {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 42px 36px;
	font-size: 16px;
	font-weight: 500;
}

.elementor-products-grid > .elementor-widget-container > .woocommerce > .woocommerce-notices-wrapper {
	display: none;
}

.elementor-products-grid ul.products.elementor-grid {
	width: 100%;
	flex-shrink: 0;
}

/* --------------------------------------------------------------------- */

.woocommerce-page .select2-container .select2-dropdown,
.woocommerce-page .select2-container .select2-selection {
	background-color: var(--theme-color-3);
	border: 1px solid transparent;
	color: inherit;
}

.woocommerce-page .select2-container .select2-dropdown {
	border: 0 none;
}

.select2-container .select2-selection--single .select2-selection__placeholder {
	color: #ffffff66;
}

.woocommerce-page .select2-container .select2-selection--single .select2-selection__rendered {
	padding: 0.5em;
	line-height: inherit;
	color: var(--theme-color-2);
	border: 1px solid transparent;
	height: 100%;

	display: flex;
	align-items: center;
	min-height: 42px;
}

.woocommerce-page .select2-container:is(.select2-container--focus, .select2-container--open) .select2-selection--single .select2-selection__rendered {
	color: var(--theme-color-1);
	font-weight: 500;
}

.woocommerce-page .select2-container .select2-selection--single .select2-selection__arrow {
	top: 0;
	right: 0.6em;
	height: 100%;
}

.woocommerce-page .select2-container .select2-selection--single .select2-selection__arrow b {
	display: block;
	background-image: url(data:image/svg+xml,%3Csvg%20width%3D%2216%22%20height%3D%2225%22%20viewBox%3D%220%200%2016%2025%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M1.4375%207.52694L7.69083%201.27419C7.73141%201.23355%207.77961%201.20131%207.83266%201.17931C7.8857%201.15732%207.94257%201.146%208%201.146C8.05743%201.146%208.11429%201.15732%208.16734%201.17931C8.22039%201.20131%208.26859%201.23355%208.30917%201.27419L14.5625%207.52694%22%20stroke%3D%22%23FFBF00%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%3Cpath%20d%3D%22M14.5625%2017.7648L8.30917%2024.0175C8.26857%2024.0582%208.22038%2024.0904%208.16736%2024.1124C8.11427%2024.1344%208.0574%2024.1457%208%2024.1457C7.9426%2024.1457%207.88573%2024.1344%207.83264%2024.1124C7.77962%2024.0904%207.73143%2024.0582%207.69083%2024.0175L1.4375%2017.7648%22%20stroke%3D%22%23FFBF00%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%3C/svg%3E);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 12px;
	height: 100%;
	top: 0;
	margin: 0;
}

/* .woocommerce-page .select2-container .select2-dropdown::before {
	content: '';
	position: absolute;
	inset: 0;
	background-color: inherit;
	z-index: -1;
	width: calc(100% + 1px);
} */

.woocommerce-page .select2-container .select2-dropdown > * {
	position: relative;
}

.woocommerce-page .select2-search--dropdown {
	padding: 8px;
}

.woocommerce-page .select2-container--default .select2-search--dropdown .select2-search__field {
	border: 1px solid currentColor;
	background-color: var(--theme-color-4);
	color: var(--theme-color-1);
	padding: 6px 8px;
}

.woocommerce-page .select2-results__option {
	color: inherit;
	padding: 10px 16px;
}

.woocommerce-page .select2-container--default .select2-results__option[data-selected='true'] {
	background-color: #2c273ebf;
	color: #ffbf00;
	font-weight: 500;
}

.woocommerce-cart form .form-row .input-text,
.woocommerce-cart form .form-row select {
	background-color: var(--theme-color-3);
	color: var(--theme-color-2);
	line-height: inherit;
}

.woocommerce form .form-row .required {
	color: #f64c4c;
}

/* --------------------------------------------------------------------- */

/* My Account page */

.myaccount-container {
	display: grid;
	grid-template-columns: 1fr;
	gap: 32px 24px;
}

@media (min-width: 768px) {
	.myaccount-container {
		grid-template-columns: 0.64fr 1fr;
	}
}
@media (min-width: 1200px) {
	.myaccount-container {
		gap: 42px;
		grid-template-columns: 0.33fr 1fr;
	}
}

.woocommerce-account .woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce-MyAccount-content {
	position: relative;
	overflow: hidden;
	border-radius: 16px;
	padding: 36px 24px 42px;
	background-color: #00000080;
	border: 1px solid #ffbf00;
	box-shadow: 0px 0px 24px 0px #00000040;
	font-size: 16px;
	width: 100%;
	-webkit-backdrop-filter: blur(12px);
	backdrop-filter: blur(12px);
}

@media (min-width: 768px) {
	.woocommerce-account .woocommerce-MyAccount-navigation,
	.woocommerce-account .woocommerce-MyAccount-content {
		padding: 36px;
	}
}

@media (min-width: 1024px) {
	.woocommerce-account .woocommerce-MyAccount-navigation,
	.woocommerce-account .woocommerce-MyAccount-content {
		padding: 64px;
	}
}

.woocommerce-account .woocommerce-MyAccount-navigation {
	align-self: start;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li {
	padding-block: 12px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
	position: relative;
	display: inline-block;
	color: var(--theme-color-1);
	font-weight: 500;
	font-size: 18px;
	line-height: 1.5em;

	background-image: linear-gradient(currentColor, currentColor);
	background-repeat: no-repeat;
	background-size: 0 1px;
	background-position: right bottom;
	transition: color 0.2s ease, background-size 0.35s ease-out;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover {
	background-position-x: left;
	background-size: 100% 1px;
	color: var(--theme-color-2);
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a::before {
	content: '';
	position: absolute;
	inset: 0;
	width: 320px;
}

.woocommerce-account .woocommerce-MyAccount-content {
	grid-row: 1;
}

@media (min-width: 768px) {
	.woocommerce-account .woocommerce-MyAccount-content {
		grid-row: auto;
	}
}

.woocommerce-account .woocommerce-MyAccount-content a:not(.button) {
	color: var(--theme-color-2);
	text-decoration: underline;
}

.woocommerce-account .woocommerce-MyAccount-content a:hover {
	color: var(--theme-color-1);
}

.woocommerce-account .woocommerce-MyAccount-content strong {
	color: var(--theme-color-1);
}

.woocommerce_my_account_my_address_description {
	font-size: 1em;
	font-weight: 500;
	margin-bottom: 32px;
}

.woocommerce-Address {
	color: var(--theme-color-1);
}

.woocommerce-account .woocommerce-Address-title {
	margin-bottom: 24px;
}

.woocommerce-account .woocommerce-MyAccount-content .addresses .title h3,
.woocommerce-account .woocommerce-MyAccount-content .addresses .title .edit {
	float: none;
}

.woocommerce-account .woocommerce-MyAccount-content .addresses address {
	display: flex;
	align-items: baseline;
	gap: 4px;
}

.woocommerce-account .woocommerce-MyAccount-content .addresses .edit {
	display: inline-block;
	text-decoration: none;
	border: 1px solid;
	padding: 5px 1em;
	border-radius: 4px;
	font-size: 0.9em;
	margin-top: 24px;
}

.woocommerce-account .addresses .edit:hover {
	background-color: var(--theme-color-3);
	border-color: transparent;
	color: var(--theme-color-1);
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper {
	margin-bottom: 24px;
}

#add_payment_method #payment ul.payment_methods {
	display: flex;
	flex-direction: column;
	gap: 1em;
}

#add_payment_method #payment div.payment_box {
	background-color: var(--theme-color-3);
	color: #fff;
}

#add_payment_method #payment div.payment_box::before {
	border-bottom-color: var(--theme-color-3);
}

#add_payment_method #payment .paypal-buttons {
	display: flex;
	justify-content: end;
}

#add_payment_method #payment .paypal-buttons iframe {
	position: relative;
	width: 100%;
	max-width: 320px;
}

.woocommerce-account .woocommerce-MyAccount-content form.edit-account fieldset {
	background-color: var(--theme-color-3);
	border: 0 none;
	border-radius: 4px;
	padding: 1.25em 1.4em 2em;
	margin-block: 30px 36px;
}

.woocommerce-account .woocommerce-MyAccount-content form.edit-account fieldset legend {
	color: var(--theme-color-1);
	font-weight: 700;
	font-size: 18px;
}

.woocommerce-account .woocommerce-MyAccount-content form.edit-account fieldset p {
	font-size: inherit;
}

.woocommerce-account .woocommerce-MyAccount-content form.edit-account em {
	font-size: 0.75em;
}

/* ................................................ */

.woocommerce-account form:is(.login, .register, .lost_reset_password) {
	position: relative;
	overflow: hidden;
	border-radius: 16px;
	padding: 36px 24px 42px;
	background-color: #00000080;
	border: 1px solid #ffbf00;
	box-shadow: 0px 0px 24px 0px #00000040;
	-webkit-backdrop-filter: blur(12px);
	backdrop-filter: blur(12px);
	max-width: 480px;
	margin: auto;
	font-size: 16px;
}

@media (min-width: 768px) {
	.woocommerce-account form:is(.login, .register, .lost_reset_password) {
		padding: 64px;
	}
}

.woocommerce-account form:is(.login, .register, .lost_reset_password) p {
	font-size: inherit;
}

.woocommerce-account form:is(.login, .register, .lost_reset_password) .form-switch-notice {
	font-size: 18px;
	margin-bottom: 46px;
}

.woocommerce-account form:is(.login, .register, .lost_reset_password) .form-switch-notice a {
	display: inline-block;
	font-size: 20px;
	font-weight: 700;
}

.woocommerce-account form:is(.login, .register, .lost_reset_password) label {
	user-select: none;
	font-size: 14px;
	line-height: 1.5em;
	margin-bottom: 8px;
}

.woocommerce-account form .form-rows {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 12px;
}

.woocommerce-account form .form-row {
	width: 100%;
}

.woocommerce-account form .form-row .input-text {
	border-radius: 8px;
	padding: 8px 16px;
	line-height: 1.5em;
}

.woocommerce-account form .form-row .input-text::placeholder {
	color: #71808b;
}

.woocommerce-account form .form-row-submit {
	display: flex;
	flex-direction: column;
	margin-top: 12px;
}

.woocommerce-account .woocommerce-form-login .woocommerce-form-login__rememberme {
	display: flex;
	gap: 0.5ch;
	margin-bottom: 1em;
}

.woocommerce-account .woocommerce-form-login .woocommerce-form-login__submit {
	float: none;
	margin: 0;
	width: 100%;
}

p.woocommerce-LostPassword.lost_password {
	margin-inline: 0.5em;
	margin-top: 0.5em;
}

p.woocommerce-LostPassword.lost_password a {
	color: var(--theme-color-1);
	font-size: 14px;
	font-weight: 500;
}

.woocommerce-account form:is(.register) .woocommerce-privacy-policy-text {
	order: 1;
	text-align: center;
	font-size: 12px;
	max-width: 350px;
	margin: auto;
}

.woocommerce-account form:is(.register) .woocommerce-privacy-policy-text a {
	color: var(--theme-color-1);
	text-decoration: underline;
}

.woocommerce-account form:is(.register) .woocommerce-privacy-policy-text a:hover {
	color: var(--theme-color-2);
}

/* ... */

.woocommerce-account form.lost_reset_password h6 {
	color: var(--theme-color-1);
	margin-bottom: 1.25em;
}

.woocommerce-account form.lost_reset_password button[type='submit'] {
	width: 100%;
}

/* --------------------------------------------------------------------- */

/* Checkout */

.elementor-widget-woocommerce-checkout-page {
	font-family: 'Montserrat';
	--links-normal-color: var(--theme-color-2);
	--links-hover-color: var(--theme-color-1);
	--wc-red: #f64c4c;
	color: #fff;
}

@media (min-width: 1200px) {
	.elementor-widget-woocommerce-checkout-page .e-checkout__container {
		grid-template-columns: 58% auto;
	}
}

.elementor-widget-woocommerce-checkout-page .woocommerce #customer_details .col-1,
.elementor-widget-woocommerce-checkout-page .woocommerce .e-checkout__order_review,
.elementor-widget-woocommerce-checkout-page .woocommerce .e-coupon-box,
.elementor-widget-woocommerce-checkout-page .woocommerce .e-woocommerce-login-section,
.elementor-widget-woocommerce-checkout-page .woocommerce .shipping_address,
.elementor-widget-woocommerce-checkout-page .woocommerce .woocommerce-additional-fields,
.elementor-widget-woocommerce-checkout-page .woocommerce .woocommerce-checkout #payment {
	background-color: #1a1725;
	color: #fff;
	border: 0 none;
	border-radius: 16px;
	padding: 42px 24px 52px;
	font-size: 16px;
}

@media (min-width: 768px) {
	.elementor-widget-woocommerce-checkout-page .woocommerce #customer_details .col-1,
	.elementor-widget-woocommerce-checkout-page .woocommerce .e-checkout__order_review,
	.elementor-widget-woocommerce-checkout-page .woocommerce .e-coupon-box,
	.elementor-widget-woocommerce-checkout-page .woocommerce .e-woocommerce-login-section,
	.elementor-widget-woocommerce-checkout-page .woocommerce .shipping_address,
	.elementor-widget-woocommerce-checkout-page .woocommerce .woocommerce-additional-fields,
	.elementor-widget-woocommerce-checkout-page .woocommerce .woocommerce-checkout #payment {
		padding: 48px 40px 54px;
	}
}

.elementor-widget-woocommerce-checkout-page .woocommerce h3 {
	font-family: 'Montserrat';
	color: var(--theme-color-1);
	font-size: 18px;
	padding-bottom: 1.8em;
	border-bottom: 1px solid var(--theme-color-3);
}

.elementor-widget-woocommerce-checkout-page .woocommerce p {
	font-size: inherit;
}

.elementor-widget-woocommerce-checkout-page .woocommerce label {
	color: inherit !important;
}

.elementor-widget-woocommerce-checkout-page .woocommerce-checkout #customer_details .form-row:not(:last-child) {
	margin-bottom: 1.3em !important;
}

.elementor-widget-woocommerce-checkout-page .woocommerce #customer_details .form-row .input-text {
	background-color: var(--theme-color-4);
	color: var(--theme-color-2);
	border-radius: 8px;
	border: 1px solid transparent;
	padding: 16px;
}

.elementor-widget-woocommerce-checkout-page .woocommerce #customer_details .form-row .input-text::placeholder {
	color: #fff;
}

.elementor-widget-woocommerce-checkout-page .woocommerce #customer_details .form-row .input-text:focus {
	color: var(--theme-color-2);
	background-color: var(--theme-color-3);
	border-color: transparent;
}

.elementor-widget-woocommerce-checkout-page .select2-container {
	display: block;
}

.elementor-widget-woocommerce-checkout-page .select2-container--default .select2-selection--single {
	background-color: var(--theme-color-4);
	border-radius: 8px;
	height: auto;
}

.elementor-widget-woocommerce-checkout-page .select2-container--default .select2-selection--single .select2-selection__rendered {
	padding: 16px;
}

.elementor-widget-woocommerce-checkout-page .select2-container--default .select2-selection--single .select2-selection__arrow {
	right: 1em;
}

.elementor-widget-woocommerce-checkout-page .select2-container:is(.select2-container--focus, .select2-container--open) .select2-selection {
	background-color: var(--theme-color-3);
	border-color: var(--theme-color-3);
}

.woocommerce form .form-row.woocommerce-validated .select2-container:not(.select2-container--open) .select2-selection {
	border-color: transparent;
}

/* ... */

.elementor-widget-woocommerce-checkout-page #ship-to-different-address {
	padding-bottom: 0;
	border: 0 none;
	font-size: 16px;
}

.elementor-widget-woocommerce-checkout-page .woocommerce-form__input-checkbox {
	aspect-ratio: 1 / 1;
	width: auto;
	height: 0.9em;
	margin-right: 2px;
}

.elementor-widget-woocommerce-checkout-page #ship-to-different-address:hover {
	color: var(--theme-color-2);
}

.elementor-widget-woocommerce-checkout-page .woocommerce-form__label-for-checkbox span {
	transition: color 0.2s ease;
	font-weight: 500;
	color: inherit;
}

/* ...... */

.elementor-widget-woocommerce-checkout-page .e-checkout__order_review {
	position: relative;
	overflow: hidden;
}

.elementor-widget-woocommerce-checkout-page .woocommerce .woocommerce-checkout-review-order-table {
	position: static !important;
}

.elementor-widget-woocommerce-checkout-page .woocommerce .woocommerce-checkout-review-order-table th,
.elementor-widget-woocommerce-checkout-page .woocommerce .woocommerce-checkout-review-order-table td {
	padding: 0;
}

.elementor-widget-woocommerce-checkout-page .woocommerce .shop_table tr {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px 24px;
}

.elementor-widget-woocommerce-checkout-page .woocommerce .shop_table tbody td {
	color: currentColor;
	font-weight: 500;
}

.elementor-widget-woocommerce-checkout-page .woocommerce .shop_table tr th {
	color: var(--theme-color-2);
	font-weight: 500;
}

.elementor-widget-woocommerce-checkout-page .woocommerce .shop_table thead tr th {
	font-weight: 700;
}

.elementor-widget-woocommerce-checkout-page .woocommerce-shipping-totals td {
	max-width: 300px;
}

.elementor-widget-woocommerce-checkout-page .woocommerce .woocommerce-checkout-review-order-table .cart_item td {
	color: #fff;
}

.elementor-widget-woocommerce-checkout-page .woocommerce .woocommerce-checkout-review-order-table .cart_item td.product-name {
	color: var(--theme-color-1);
	font-weight: 700;
	max-width: none;
	padding-right: 0;
}

.elementor-widget-woocommerce-checkout-page .woocommerce .shop_table tbody td .product-quantity {
	background-color: var(--theme-color-4);
	color: var(--theme-color-2);
	border-radius: 4px;
	padding: 2px 8px;
	font-size: 0.9em;
	font-weight: 500;
}

.elementor-widget-woocommerce-checkout-page .woocommerce .woocommerce-checkout-review-order-table tfoot {
	display: block;
	border-top: 1px solid var(--theme-color-3);
	padding-top: 2em;
	margin-top: 2em;
}

.elementor-widget-woocommerce-checkout-page .woocommerce .woocommerce-checkout-review-order-table tfoot td {
	color: #fff;
	font-weight: 400;
}

.elementor-widget-woocommerce-checkout-page .woocommerce .woocommerce-checkout-review-order-table tfoot td select {
	border-color: transparent;
	background-color: var(--theme-color-4);
	font-size: 14px;
}

.elementor-widget-woocommerce-checkout-page .woocommerce .woocommerce-checkout-review-order-table tfoot td select:focus {
	background-color: var(--theme-color-3);
}

/* --------------------------------------------------------------------- */

.elementor-widget-woocommerce-checkout-page .e-coupon-anchor-description {
	margin-bottom: 0.5em;
	font-size: 12px;
}

.elementor-widget-woocommerce-checkout-page .woocommerce #coupon_code {
	border-radius: 8px;
	color: #fff;
	background-color: var(--theme-color-4);
	padding: 12px 16px;
}

.elementor-widget-woocommerce-checkout-page .woocommerce #coupon_code:focus {
	background-color: var(--theme-color-3);
	color: var(--theme-color-1);
}

/* --------------------------------------------------------------------- */

.elementor-widget-woocommerce-checkout-page .e-checkout-secondary-title {
	color: inherit;
}

.elementor-widget-woocommerce-checkout-page .woocommerce .woocommerce-checkout-payment {
	color: #fff;
}

.elementor-widget-woocommerce-checkout-page .woocommerce-checkout #payment .payment_methods li {
	margin-bottom: 1.5em;
}

.woocommerce-checkout #payment ul.payment_methods li input {
	margin-right: 0.2em;
}

.elementor-widget-woocommerce-checkout-page .woocommerce .wc_payment_method label {
	font-weight: 500;
	display: inline-flex;
	align-items: center;
	gap: 0.5em;
	transition: all 0.2s ease;
}

.elementor-widget-woocommerce-checkout-page .woocommerce .wc_payment_method label:hover,
.elementor-widget-woocommerce-checkout-page .woocommerce-checkout #payment .payment_methods li.wc_payment_method input[type='radio']:checked + label {
	color: var(--theme-color-1) !important;
}

.elementor-widget-woocommerce-checkout-page .woocommerce .woocommerce-checkout-payment p {
	color: inherit;
}

.elementor-widget-woocommerce-checkout-page .woocommerce-checkout #payment .payment_methods .payment_box {
	background-color: var(--theme-color-3);
	color: var(--theme-color-1);
	border-radius: 8px;
	padding: 24px;
	margin-bottom: 0;
}

.elementor-widget-woocommerce-checkout-page .woocommerce-checkout #payment .payment_methods .payment_box .wc-payment-form {
	padding-block: 32px 36px;
}

.elementor-widget-woocommerce-checkout-page .woocommerce-checkout #payment .payment_methods .payment_box fieldset {
	border: none;
	padding-inline: 0;
}

.elementor-widget-woocommerce-checkout-page .woocommerce .wc_payment_method label.ppcp-save-card-checkbox-container {
	gap: 0;
}

.ppcp-save-card-checkbox-container input[type='checkbox']:focus,
.ppcp-save-card-checkbox-container input[type='checkbox']:checked {
	background-color: var(--theme-color-1);
}

.elementor-widget-woocommerce-checkout-page .woocommerce-checkout #payment .place-order .woocommerce-terms-and-conditions-wrapper {
	margin-block: 24px;
}

.elementor-widget-woocommerce-checkout-page .woocommerce .woocommerce-privacy-policy-text {
	color: inherit;
}

.elementor-widget-woocommerce-checkout-page .woocommerce .woocommerce-privacy-policy-text p {
	text-align: center;
	font-size: 12px;
	max-width: 350px;
	margin-top: 0;
	margin-inline: auto;
	line-height: 1.5em;
}

.elementor-widget-woocommerce-checkout-page .woocommerce .woocommerce-privacy-policy-text ~ p.form-row.validate-required {
	text-align: center;
	font-size: 12px;
	line-height: 1.5em;
	margin-inline: auto;
	margin-top: 1em;
}

.elementor-widget-woocommerce-checkout-page .woocommerce-checkout #payment #place_order {
	color: var(--button-text-color);
	border: 1px solid var(--button-bg-color-2);
	border-left-color: var(--button-bg-color-1);
	border-radius: 60px;
	padding: 12px 24px;
	max-width: none;
}

.elementor-widget-woocommerce-checkout-page .woocommerce-checkout #payment #place_order:hover {
	border: 1px solid var(--button-bg-color-2);
	border-left-color: var(--button-bg-color-2);
}

/* --------------------------------------------------------------------- */

.elementor-widget-woocommerce-checkout-page .blockUI.blockOverlay {
	opacity: 1 !important;
	background-color: transparent !important;
	border-radius: 16px;
	overflow: hidden;
}

.elementor-widget-woocommerce-checkout-page .blockUI.blockOverlay::after {
	content: '';
	position: absolute;
	inset: 0;
	z-index: -1;
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);
	background-color: rgba(88, 80, 126, 0.8) !important;
}

/* --------------------------------------------------------------------- */

body.single-product .elementor-add-to-cart .ppcp-messages {
	margin-top: 1.2em;
	line-height: 1;
}

body.woocommerce-cart .wc-proceed-to-checkout .ppcp-messages {
	margin-block: 0.5em 1em;
	margin-inline: 0.5em;
	line-height: 1;
}

body.woocommerce-checkout .e-checkout__column .ppcp-messages {
	margin-block: 2em 0.5em;
	margin-inline: 0.5em;
	line-height: 1;
	opacity: 0.75;
}

/* --------------------------------------------------------------------- */

/* Order Confirmation Page */

body.woocommerce-order-received p.woocommerce-thankyou-order-received {
	font-size: 25px;
	font-weight: 700;
	color: var(--theme-color-1);
	margin-bottom: 3em;
}

@media (max-width: 768px) {
	body.woocommerce-order-received p.woocommerce-thankyou-order-received {
		font-size: 20px;
	}
}

body.woocommerce-order-received form.woocommerce-verify-email {
	max-width: 540px;
}

body.woocommerce-order-received .woocommerce-order {
	background-color: #1a1725;
	color: #fff;
	border: 0 none;
	border-radius: 16px;
	font-size: 16px;
	padding: 50px 36px;
}

@media (min-width: 768px) {
	body.woocommerce-order-received .woocommerce-order {
		padding: 54px 48px;
	}
}

body.woocommerce-order-received ul.woocommerce-thankyou-order-details {
	display: flex;
	gap: 2em;
	font-size: 14px;
	padding-left: 0.2em;
}

@media (min-width: 768px) {
	body.woocommerce-order-received ul.woocommerce-thankyou-order-details {
		font-size: 15px;
	}
}

@media (max-width: 768px) {
	body.woocommerce-order-received ul.woocommerce-thankyou-order-details {
		flex-direction: column;
	}
}

body.woocommerce-order-received ul.woocommerce-thankyou-order-details::before,
body.woocommerce-order-received ul.woocommerce-thankyou-order-details::after {
	display: none;
}

body.woocommerce-order-received ul.woocommerce-thankyou-order-details li {
	float: none;
	margin: 0;
}

@media (max-width: 768px) {
	body.woocommerce-order-received ul.woocommerce-thankyou-order-details li {
		border: none;
		padding: 0;
	}
}

.woocommerce-order > section {
	padding-top: 3em;
	border-top: 1px solid var(--theme-color-3);
}

.woocommerce-order h2 {
	font-size: 26px;
	margin-bottom: 1em;
}

@media (min-width: 1024px) {
	.woocommerce-order h2 {
		margin-bottom: 2em;
	}
}

body.woocommerce-order-received .woocommerce-order .shop_table thead tr th {
	color: var(--theme-color-1);
	font-size: 16px;
}

body.woocommerce-order-received .woocommerce-order .shop_table tbody td {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 1em;
}

@media (max-width: 767px) {
	body.woocommerce-order-received .woocommerce-order .shop_table tbody td {
		flex-direction: column;
		align-items: start;
		text-align: left !important;
	}
}

body.woocommerce-order-received .woocommerce-order .woocommerce-table--order-downloads tr {
	display: grid;
	grid-template-columns: 1fr;
	padding-block: 30px;
}

@media (min-width: 1024px) {
	body.woocommerce-order-received .woocommerce-order .woocommerce-table--order-downloads tr {
		grid-template-columns: 1fr 0.7fr 0.7fr 1fr;
		padding-block: 16px;
	}
}

@media (min-width: 1280px) {
	body.woocommerce-order-received .woocommerce-order .woocommerce-table--order-downloads tr {
		grid-template-columns: 1fr 0.6fr 0.7fr 0.6fr;
	}
}

body.woocommerce-order-received .woocommerce-order .woocommerce-table--order-downloads td::before {
	color: var(--theme-color-1);
}

@media (max-width: 768px) {
	body.woocommerce-order-received .woocommerce-order .woocommerce-table--order-downloads td {
		gap: 2em;
		padding-block: 8px;
	}
}

body.woocommerce-order-received .woocommerce-order .shop_table .download-remaining:is(th, td),
body.woocommerce-order-received .woocommerce-order .shop_table .download-expires:is(th, td) {
	text-align: center;
}

@media (min-width: 1024px) {
	body.woocommerce-order-received .woocommerce-order .shop_table .download-remaining:is(th, td),
	body.woocommerce-order-received .woocommerce-order .shop_table .download-expires:is(th, td) {
		justify-content: center;
	}
}

td.download-product a {
	font-weight: 600;
}

@media (min-width: 1024px) {
	th.download-file,
	td.download-file {
		text-align: center;
		justify-content: center !important;
		padding-right: 0 !important;
	}
}

@media (max-width: 767px) {
	.download-file::before {
		display: none;
	}

	.download-file a.button {
		width: 100%;
	}
}

.woocommerce-order .download-file .elementor-button-icon svg {
	transform: scale(-1);
	width: 1em;
	height: 1em;
}

body.woocommerce-order-received .woocommerce-order .shop_table tfoot th {
	color: var(--theme-color-1);
	font-weight: 700;
}

body.woocommerce-order-received .woocommerce-order .shop_table tfoot td {
	color: #fff;
}

body.woocommerce-order-received .woocommerce-order .woocommerce-table--order-details tbody td {
	gap: 0.5em;
}

.woocommerce-table--order-details tfoot {
	padding-top: 2em;
	margin-top: 2em;
	display: block;
	border-top: 1px solid var(--theme-color-3);
}

@media (max-width: 767px) {
	body.woocommerce-order-received .woocommerce-order .woocommerce-table--order-details tbody tr {
		align-items: baseline;
	}

	.woocommerce-table--order-details tfoot td {
		text-align: right;
	}
}

.woocommerce-order .woocommerce-columns--addresses {
	display: grid;
	grid-template-columns: 1fr;
	gap: 3em;
}

@media (min-width: 768px) {
	.woocommerce-order .woocommerce-columns--addresses {
		grid-template-columns: repeat(2, 1fr);
	}
}

.woocommerce-order .woocommerce-columns--addresses::before,
.woocommerce-order .woocommerce-columns--addresses::after {
	display: none;
}

.woocommerce-order .woocommerce-columns--addresses .woocommerce-column {
	float: none;
	width: auto;
}

.woocommerce-order .woocommerce-customer-details address {
	border: none;
	padding: 0;
	font-size: 0.9em;
	line-height: 1.8em;
}

.woocommerce-order .woocommerce-customer-details address::first-line {
	font-weight: 700;
	font-size: 16px;
	color: var(--theme-color-2);
	line-height: 2em;
}

.woocommerce-order .woocommerce-customer-details address .woocommerce-customer-details--phone {
	margin-block: 1.25em 0;
}

/* --------------------------------------------------------------------- */
