/*
Theme Name: fxify

WooCommerce styles override
*/
.quantity {
	display: flex;
	flex-flow: row nowrap;
	border: 1px solid rgba(255, 255, 255, 0.25);
	border-radius: 100px;
	width: fit-content;
}

.quantity .quantity-btns-wrapper button {
	display: flex;
	justify-content: center;
	align-items: center;
	background: transparent;
	outline: none;
	font-weight: 500;
	font-size: 17px;
	width: 36px;
	height: 100%;
	cursor: pointer;
	color: rgba(255, 255, 255, 0.8);
	border: none;
	padding: 0;
	transition: all 0.5s ease;
}

.quantity .quantity-btns-wrapper button svg {
	height: 14px;
	width: 14px;
	stroke: rgba(255, 255, 255, 0.6);
	stroke-width: 3px;
	transition: inherit;
}

.quantity .quantity-btns-wrapper button.minus {
	border-top-left-radius: 100px;
	border-bottom-left-radius: 100px;
}

.quantity .quantity-btns-wrapper button.plus {
	border-top-right-radius: 100px;
	border-bottom-right-radius: 100px;
}

.quantity .quantity-btns-wrapper button:hover {
	background: rgba(255, 255, 255, 0.05);
}

.quantity .quantity-btns-wrapper button:hover svg {
	stroke: white;
}

.quantity .quantity-btns-wrapper button.disabled {
	pointer-events: none;
	opacity: 0.3;
}

.quantity input {
	background: rgba(255, 255, 255, 0.1);
	width: 40px;
	outline: none;
	border: none;
	color: white;
	text-align: center;
	border-radius: 0px;
	pointer-events: none;
}

.quantity input:focus {
	color: white;
}

#crypto-amount {
	background: rgba(29, 170, 145, 0.3);
	color: #1DAA91;
	font-weight: 500;
}

#crypto-amount::before {
	content: unset;
}

div.blockOverlay {
	background-color: #0e1017 !important;
}

.fancybox-container {
	z-index: 99999999999999999 !important;
}

/**
 * Shop tables
 */
table.shop_table_responsive thead {
	display: none;
}

table.shop_table_responsive tbody th {
	display: none;
}

table.shop_table_responsive tr td {
	display: block;
	text-align: right;
	clear: both;
}

table.shop_table_responsive tr td::before {
	content: attr(data-title) ": ";
	float: left;
}

table.shop_table_responsive tr td.product-remove a {
	text-align: left;
}

table.shop_table_responsive tr td.product-remove::before {
	display: none;
}

table.shop_table_responsive tr td.actions::before, table.shop_table_responsive tr td.download-actions::before {
	display: none;
}

table.shop_table_responsive tr td.download-actions .button {
	display: block;
	text-align: center;
}

@media screen and (min-width: 48em) {
	table.shop_table_responsive thead {
		display: table-header-group;
	}
	table.shop_table_responsive tbody th {
		display: table-cell;
	}
	table.shop_table_responsive tr th,
	table.shop_table_responsive tr td {
		text-align: left;
	}
	table.shop_table_responsive tr td {
		display: table-cell;
	}
	table.shop_table_responsive tr td::before {
		display: none;
	}
}

/**
 * Checkout
 */
.woocommerce-form-coupon-toggle .woocommerce-info {
	text-align: center;
}

.woocommerce form.checkout_coupon {
	margin: 10px 0 1rem;
	border: 1px solid rgba(194, 208, 228, 0.15);
	border-radius: 8px;
	background: rgba(194, 208, 228, 0.05);
	color: white;
}

.woocommerce form.checkout_coupon p {
	margin: 6px 0 10px;
}

.woocommerce form.checkout_coupon input[name="coupon_code"] {
	background-color: rgba(255, 255, 255, 0.1);
	color: white;
	border-radius: 8px;
	outline: none;
	border: 1px solid rgba(255, 255, 255, 0.2);
	padding-left: 20px;
	width: 50% !important;
	padding: 10px 20px;
}

.woocommerce form.checkout_coupon button[name="apply_coupon"] {
	cursor: pointer;
	margin-top: 0;
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	display: flex;
	background: transparent;
	align-items: center;
	text-align: center;
	justify-content: center;
	color: #1DAA91;
	text-decoration: none;
	transition: all 0.7s ease;
	outline: none;
	border: none;
	padding: unset;
}

.woocommerce form.checkout_coupon button[name="apply_coupon"]:hover {
	opacity: 0.8;
}

@media (max-width: 576px) {
	.woocommerce form.checkout_coupon input[name="coupon_code"] {
		width: 100% !important;
	}
}

.woocommerce-billing-fields,
.woocommerce-additional-fields {
	background: rgba(11, 12, 16, 0.35);
	border-radius: 12px;
	border: 1px solid rgba(194, 208, 228, 0.15);
	padding: 2rem 1.5rem;
	margin: 2rem 0;
}

.woocommerce-billing-fields h3,
.woocommerce-additional-fields h3 {
	color: white;
	margin: 0 0 0.5rem;
}

.woocommerce-billing-fields label,
.woocommerce-additional-fields label {
	color: rgba(255, 255, 255, 0.6);
}

.woocommerce-billing-fields textarea,
.woocommerce-additional-fields textarea {
	background: transparent;
	color: white;
	border-radius: 8px;
	outline: none;
	border: 1px solid rgba(255, 255, 255, 0.2);
	padding: 10px;
}

.woocommerce-billing-fields input,
.woocommerce-additional-fields input {
	background-color: transparent;
	color: white !important;
	border-radius: 8px;
	outline: none;
	border: 1px solid rgba(255, 255, 255, 0.2);
	padding: 16px 5px 16px 20px;
}

.woocommerce-billing-fields input ::placeholder,
.woocommerce-additional-fields input ::placeholder {
	color: rgba(194, 208, 228, 0.2);
}

.woocommerce-billing-fields select,
.woocommerce-additional-fields select {
	background: #374252;
	border: none !important;
	border-radius: 10px;
	outline: none;
	color: transparent;
	font-family: Plus Jakarta Sans;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 1;
	background-color: transparent;
	width: 100%;
	padding: 0;
	height: 60px;
	padding: 0 30px;
	transition: all 0.8s ease;
}

.woocommerce-billing-fields select option,
.woocommerce-additional-fields select option {
	background: #1a1c27;
	padding: 8px 16px;
	border-radius: 0;
	outline: none;
	border: none;
}

.woocommerce-billing-fields select option:hover,
.woocommerce-additional-fields select option:hover {
	background: red;
}

.woocommerce-billing-fields select:focus,
.woocommerce-additional-fields select:focus {
	border-color: rgba(194, 208, 228, 0.4);
}

.woocommerce-billing-fields .select2-container--default .select2-results__option--highlighted[aria-selected], .woocommerce-billing-fields .select2-container--default .select2-results__option--highlighted[data-selected],
.woocommerce-additional-fields .select2-container--default .select2-results__option--highlighted[aria-selected],
.woocommerce-additional-fields .select2-container--default .select2-results__option--highlighted[data-selected] {
	background-color: #1DAA91 !important;
}

.woocommerce-billing-fields .woocommerce-validated input,
.woocommerce-additional-fields .woocommerce-validated input {
	border-color: #1DAA91 !important;
	box-shadow: none !important;
}

.woocommerce-billing-fields .woocommerce-invalid input,
.woocommerce-additional-fields .woocommerce-invalid input {
	border-color: #a00 !important;
	box-shadow: none !important;
}

.woocommerce-checkout-review-order {
	background: rgba(11, 12, 16, 0.35);
	border-radius: 12px;
	border: 1px solid rgba(194, 208, 228, 0.15);
	padding: 2rem 1.5rem;
	color: white;
}

.woocommerce-checkout-review-order #order_review_heading {
	color: white;
	margin: 0 0 1rem;
}

.woocommerce-checkout-review-order table {
	border-collapse: collapse !important;
	margin: 0 !important;
}

.woocommerce-checkout-review-order thead {
	background: rgba(255, 255, 255, 0.08);
	color: white;
}

.woocommerce-checkout-review-order tbody tr td {
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.woocommerce-checkout-review-order tfoot tr th,
.woocommerce-checkout-review-order tfoot tr td {
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.woocommerce-payment-options {
	background: rgba(11, 12, 16, 0.35) !important;
	border-radius: 12px;
	border: 1px solid rgba(194, 208, 228, 0.15) !important;
	padding: 2rem 1.5rem;
	margin-top: 1.5rem;
}

.woocommerce-payment-options #payment {
	background: transparent !important;
}

.woocommerce-payment-options .or__payment-title {
	font-size: 1.17em;
	font-weight: 700;
	color: #fff;
}

.woocommerce-payment-options .or__payments {
	display: flex;
	flex-flow: column nowrap;
	gap: 1rem;
	margin-top: 1.5rem;
}

.woocommerce-payment-options .or__payments .or_payment_method {
	background: rgba(194, 208, 228, 0.02);
	border: 1px solid rgba(194, 208, 228, 0.15);
	border-radius: 12px;
	padding: 1rem;
}

.woocommerce-payment-options .or__payments .or_payment_method .pm__header {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
}

.woocommerce-payment-options .or__payments .or_payment_method .pm__header input[type="radio"] {
	display: none;
}

.woocommerce-payment-options .or__payments .or_payment_method .pm__header input[type="radio"]:checked ~ .header__radio {
	background: #ffffff;
	box-shadow: inset 0px 0px 0px 3px #09e461;
	background-clip: content-box;
	padding: 2px;
}

.woocommerce-payment-options .or__payments .or_payment_method .pm__header .header__radio {
	width: 16px;
	height: 16px;
	border-radius: 100px;
	background: #ffffff;
	box-shadow: inset 0px 0px 0px 1px #d1d1d1;
	transition: all 0.6s ease-in-out;
	margin-right: 12px;
	background-clip: content-box;
	flex-shrink: 0;
}

.woocommerce-payment-options .or__payments .or_payment_method .pm__header .header__title {
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	color: #ffffff;
}

.woocommerce-payment-options .or__payments .or_payment_method .pm__header .header__logo {
	margin-left: auto;
	display: flex;
	align-items: center;
}

@media (max-width: 576px) {
	.woocommerce-payment-options .or__payments .or_payment_method .pm__header {
		flex-wrap: wrap;
	}
	.woocommerce-payment-options .or__payments .or_payment_method .pm__header .header__radio {
		flex: 0 1 auto;
	}
	.woocommerce-payment-options .or__payments .or_payment_method .pm__header .header__title {
		flex: 1 1 0;
	}
	.woocommerce-payment-options .or__payments .or_payment_method .pm__header .header__logo {
		flex: 1 1 100%;
		margin-top: 10px;
	}
}

.woocommerce-payment-options .or__payments .or_payment_method .pm__body {
	color: #fff;
	padding-top: 0.6rem;
}

.woocommerce-payment-options .or__payments .or_payment_method .pm__body .card-frame {
	width: 100% !important;
}

.woocommerce-payment-options .or__payments .or_payment_method .pm__body .payment_method_wc_checkout_com_cards {
	padding: 0 !important;
	background-color: transparent !important;
	margin: 0 !important;
}

.woocommerce-payment-options .or__payments .or_payment_method .pm__body .payment_method_wc_checkout_com_cards::before {
	content: unset !important;
}

@media (max-width: 576px) {
	.woocommerce-payment-options .or__payments .or_payment_method .pm__body .payment_method_wc_checkout_com_cards .multi-frame {
		width: 100%;
	}
}

@media (max-width: 576px) {
	.woocommerce-payment-options .or__payments .or_payment_method .pm__body {
		color: #fff;
		font-size: 15px;
	}
	.woocommerce-payment-options .or__payments .or_payment_method .pm__body fieldset {
		border: none !important;
		margin: -1rem;
	}
}

.woocommerce-place-order .or__button-wrapper {
	margin: 1.5rem 0 0;
}

.woocommerce-place-order .or__button-wrapper button.or__button {
	padding: 1.5rem;
	background: #1daa91;
	border-radius: 13px;
	display: flex;
	justify-content: center;
	gap: 8px;
	align-items: center;
	width: 100%;
	outline: none;
	border: none;
	cursor: pointer;
	transition: all 0.5s ease-in-out;
	font-weight: 700;
	font-size: 18px;
}

.woocommerce-place-order .or__button-wrapper button.or__button .button-icon {
	display: flex;
	align-items: center;
	justify-content: center;
}

.woocommerce-place-order .or__button-wrapper button.or__button .button-text {
	font-weight: 700;
	font-size: 18px;
	color: #0b0c10;
	line-height: 22px;
}

.woocommerce-place-order .or__button-wrapper button.or__button:hover {
	opacity: 0.8;
}

.woocommerce-place-order .or__button-wrapper .or__notice .woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text p {
	font-weight: 400;
	font-size: 12px;
	line-height: 15px;
	text-align: center;
	color: #ffffff;
	max-width: 70%;
	margin: 1rem auto 0;
}

.woocommerce-place-order .or__button-wrapper .or__notice .woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text p a {
	color: inherit;
	transition: all 0.5s ease;
}

.woocommerce-place-order .or__button-wrapper .or__notice .woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text p a:hover {
	opacity: 0.8;
}

@media (max-width: 576px) {
	.woocommerce-place-order .or__button-wrapper .or__notice .woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text p {
		max-width: 100%;
	}
}

/**
 * General WooCommerce components
 */
/**
 * Header cart
 */
.site-header-cart {
	position: relative;
	margin: 0;
	padding: 0;
}

.site-header-cart .cart-contents {
	text-decoration: none;
}

.site-header-cart .widget_shopping_cart {
	display: none;
}

.site-header-cart .product_list_widget {
	margin: 0;
	padding: 0;
}

/**
 * Star rating
 */
.star-rating {
	overflow: hidden;
	position: relative;
	height: 1.618em;
	line-height: 1.618;
	width: 5.3em;
	font-family: star;
	font-weight: 400;
}

.star-rating::before {
	content: "\53\53\53\53\53";
	opacity: 0.25;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
}

.star-rating span {
	overflow: hidden;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
	padding-top: 1.5em;
}

.star-rating span::before {
	content: "\53\53\53\53\53";
	top: 0;
	position: absolute;
	left: 0;
	color: #1daa91;
}

p.stars a {
	position: relative;
	height: 1em;
	width: 1em;
	text-indent: -999em;
	display: inline-block;
	text-decoration: none;
	margin-right: 1px;
	font-weight: 400;
}

p.stars a::before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 1em;
	height: 1em;
	line-height: 1;
	font-family: star;
	content: "\53";
	color: #404040;
	text-indent: 0;
	opacity: 0.25;
}

p.stars a:hover ~ a::before {
	content: "\53";
	color: #404040;
	opacity: 0.25;
}

p.stars:hover a::before {
	content: "\53";
	color: #1daa91;
	opacity: 1;
}

p.stars.selected a.active::before {
	content: "\53";
	color: #1daa91;
	opacity: 1;
}

p.stars.selected a.active ~ a::before {
	content: "\53";
	color: #404040;
	opacity: 0.25;
}

p.stars.selected a:not(.active)::before {
	content: "\53";
	color: #1daa91;
	opacity: 1;
}

/**
 * Tabs
 */
.woocommerce-tabs ul.tabs {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: left;
}

.woocommerce-tabs ul.tabs li {
	display: block;
	margin: 0;
	position: relative;
}

.woocommerce-tabs ul.tabs li a {
	padding: 1em 0;
	display: block;
}

.woocommerce-tabs .panel h2:first-of-type {
	margin-bottom: 1em;
}

/**
 * Password strength meter
 */
.woocommerce-password-strength {
	text-align: right;
}

.woocommerce-password-strength.strong {
	color: #0f834d;
}

.woocommerce-password-strength.short {
	color: #e2401c;
}

.woocommerce-password-strength.bad {
	color: #e2401c;
}

.woocommerce-password-strength.good {
	color: #3d9cd2;
}

/**
 * Forms
 */
.form-row.woocommerce-validated input.input-text {
	box-shadow: inset 2px 0 0 #0f834d;
}

.form-row.woocommerce-invalid input.input-text {
	box-shadow: inset 2px 0 0 #e2401c;
}

.required {
	color: #f00;
}

/**
 * Notices
 */
.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
	background-color: #0f834d;
	clear: both;
}

.woocommerce-info,
.woocommerce-noreviews,
p.no-comments {
	background-color: #3d9cd2;
}

.woocommerce-error {
	background-color: #e2401c;
}

.demo_store {
	position: fixed;
	left: 0;
	bottom: 0;
	right: 0;
	margin: 0;
	padding: 1em;
	background-color: #3d9cd2;
	z-index: 9999;
}

@media screen and (min-width: 48em) {
	/**
	 * Header cart
	 */
	.site-header-cart .widget_shopping_cart {
		position: absolute;
		top: 100%;
		width: 100%;
		z-index: 999999;
		left: -999em;
		display: block;
		box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	}
	.site-header-cart:hover .widget_shopping_cart, .site-header-cart.focus .widget_shopping_cart {
		left: 0;
		display: block;
	}
}

/**
 * WooCommerce widgets
 */
/**
 * WooCommerce Price Filter
 */
.widget_price_filter .price_slider {
	margin-bottom: 1.5em;
}

.widget_price_filter .price_slider_amount {
	text-align: right;
	line-height: 2.4;
}

.widget_price_filter .price_slider_amount .button {
	float: left;
}

.widget_price_filter .ui-slider {
	position: relative;
	text-align: left;
}

.widget_price_filter .ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1em;
	height: 1em;
	cursor: ew-resize;
	outline: none;
	background: #1daa91;
	box-sizing: border-box;
	margin-top: -0.25em;
	opacity: 1;
}

.widget_price_filter .ui-slider .ui-slider-handle:last-child {
	margin-left: -1em;
}

.widget_price_filter .ui-slider .ui-slider-handle:hover, .widget_price_filter .ui-slider .ui-slider-handle.ui-state-active {
	box-shadow: 0 0 0 0.25em rgba(0, 0, 0, 0.1);
}

.widget_price_filter .ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	display: block;
	border: 0;
	background: #1daa91;
}

.widget_price_filter .price_slider_wrapper .ui-widget-content {
	background: rgba(0, 0, 0, 0.1);
}

.widget_price_filter .ui-slider-horizontal {
	height: 0.5em;
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range {
	height: 100%;
}

/* 
 * Shop page
 */
@keyframes pulse-white {
	0% {
		transform: scale(0.8);
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
	}
	70% {
		transform: scale(1);
		box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
	}
	100% {
		transform: scale(0.8);
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
	}
}

.woocommerce__shop-page {
	padding: 120px 1.5rem 120px 1.5rem;
	width: 100%;
	position: relative;
	overflow: hidden;
}

.woocommerce__shop-page .background-text {
	position: absolute;
	top: 100px;
	left: 0;
	z-index: -1;
	overflow: hidden;
	height: 315px;
	width: 100%;
}

.woocommerce__shop-page .background-text img {
	position: absolute;
	top: 0;
	left: -40%;
	height: 100%;
	width: auto;
	max-width: none;
}

@media (max-width: 1400px) {
	.woocommerce__shop-page .background-text {
		height: 250px;
		top: 70px;
	}
}

@media (max-width: 992px) {
	.woocommerce__shop-page .background-text {
		height: 220px;
		top: 70px;
	}
}

@media (max-width: 768px) {
	.woocommerce__shop-page .background-text {
		height: 160px;
		top: 30px;
	}
}

@media (max-width: 576px) {
	.woocommerce__shop-page .background-text {
		height: 140px;
		top: 10px;
	}
}

.woocommerce__shop-page header.wsp__header {
	position: relative;
	text-align: center;
}

.woocommerce__shop-page header.wsp__header .grid-background {
	position: absolute;
	right: -10%;
	top: 70%;
	width: 700px;
	height: auto;
}

.woocommerce__shop-page header.wsp__header .grid-background img {
	height: auto;
	max-width: 100%;
}

.woocommerce__shop-page header.wsp__header .pill {
	display: inline-block;
	padding: 10px 20px;
	background: #2e3a4d;
	border-radius: 44px;
	margin: 0;
	color: rgba(255, 255, 255, 0.5);
	text-align: center;
	font-family: Plus Jakarta Sans;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

.woocommerce__shop-page header.wsp__header h1 {
	color: #FFF;
	text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.75);
	font-family: Plus Jakarta Sans;
	font-size: 120px;
	font-style: normal;
	font-weight: 800;
	line-height: 112%;
	margin: 0;
	padding: 0;
}

@media (max-width: 992px) {
	.woocommerce__shop-page header.wsp__header {
		position: relative;
		text-align: center;
	}
	.woocommerce__shop-page header.wsp__header .grid-background {
		position: absolute;
		right: -10%;
		top: 70%;
		width: 700px;
		height: auto;
	}
	.woocommerce__shop-page header.wsp__header .grid-background img {
		height: auto;
		max-width: 100%;
	}
	.woocommerce__shop-page header.wsp__header h1 {
		font-size: 80px;
		margin: 1rem 0;
	}
}

@media (max-width: 768px) {
	.woocommerce__shop-page header.wsp__header {
		position: relative;
		text-align: center;
	}
	.woocommerce__shop-page header.wsp__header .grid-background {
		display: none;
	}
	.woocommerce__shop-page header.wsp__header h1 {
		font-size: 40px;
		margin: 1rem 0;
	}
}

.woocommerce__shop-page .container {
	max-width: 960px;
	width: 100%;
	margin: 14rem auto 0;
}

.woocommerce__shop-page .container .woocommerce-result-count {
	color: rgba(255, 255, 255, 0.5);
	float: left;
	margin: 0;
	padding: 20px 0;
}

.woocommerce__shop-page .container .woocommerce-ordering {
	float: right;
	width: 340px;
}

.woocommerce__shop-page .container .woocommerce-ordering .select2-container {
	width: 100%;
}

.woocommerce__shop-page .container .woocommerce-ordering .select2-container .select2-selection__rendered {
	padding: 2px 0;
}

.woocommerce__shop-page .container .woocommerce-ordering select {
	background: #374252;
	border: none !important;
	border-radius: 10px;
	outline: none;
	color: transparent;
	font-family: Plus Jakarta Sans;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 1;
	background-color: transparent;
	width: 100%;
	padding: 0;
	height: 60px;
	padding: 0 30px;
	transition: all 0.8s ease;
}

.woocommerce__shop-page .container .woocommerce-ordering select option {
	background: #1a1c27;
	padding: 8px 16px;
	border-radius: 0;
	outline: none;
	border: none;
}

.woocommerce__shop-page .container .woocommerce-ordering select option:hover {
	background: red;
}

.woocommerce__shop-page .container .woocommerce-ordering select:focus {
	border-color: rgba(194, 208, 228, 0.4);
}

.woocommerce__shop-page .container .clearfix {
	clear: both;
}

.woocommerce__shop-page .container .wsp__product-grid {
	margin-top: 2rem;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-auto-rows: max-content;
	gap: 1rem;
}

.woocommerce__shop-page .container .wsp__product-grid .pg__product-card {
	height: 500px;
	overflow: hidden;
	position: relative;
	border-radius: 8px;
	border: 1px solid rgba(194, 208, 228, 0.15);
	background: rgba(194, 208, 228, 0.05);
	backdrop-filter: blur(20px);
	transition: all 0.5s ease-in-out;
	display: flex;
	flex-flow: column nowrap;
}

.woocommerce__shop-page .container .wsp__product-grid .pg__product-card:hover {
	border: 1px solid rgba(194, 208, 228, 0.45);
	background: rgba(194, 208, 228, 0.12);
}

.woocommerce__shop-page .container .wsp__product-grid .pg__product-card .card__swatches-container {
	z-index: 100;
	position: absolute;
	right: 25%;
	bottom: 20%;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	gap: 5px;
}

.woocommerce__shop-page .container .wsp__product-grid .pg__product-card .card__swatches-container .swatches-dot {
	margin: 2px;
	height: 18px;
	width: 18px;
	border-radius: 100px;
	transform: scale(1);
	background: rgba(255, 255, 255, 0.95);
	box-shadow: 0 0 0 0 white;
	animation: pulse-white 2s infinite;
	cursor: pointer;
}

.woocommerce__shop-page .container .wsp__product-grid .pg__product-card .card__swatches-container .swatches-row {
	padding: 3px 4px;
	border-radius: 100px;
	background: rgba(255, 255, 255, 0.2);
	backdrop-filter: blur(20px);
	display: flex;
	flex-flow: row nowrap;
	gap: 3px;
	width: 0px;
	opacity: 0;
}

.woocommerce__shop-page .container .wsp__product-grid .pg__product-card .card__swatches-container .swatches-row .single-swatch {
	flex: 0 0 auto;
	height: 24px;
	width: 24px;
	border-radius: 100px;
	border: 1px solid transparent;
	transform: translateY(-15px);
	opacity: 0;
	transition: all 0.1s cubic-bezier(1, -1.2, 1, 2.2);
	transition-delay: calc(1s * var(--o));
	pointer-events: none;
	cursor: pointer;
	padding: 2px;
	background-clip: content-box;
}

.woocommerce__shop-page .container .wsp__product-grid .pg__product-card .card__swatches-container .swatches-row .single-swatch:hover {
	opacity: 0.5;
}

.woocommerce__shop-page .container .wsp__product-grid .pg__product-card .card__swatches-container .swatches-row .single-swatch.activeSwatch {
	border-color: rgba(255, 255, 255, 0.9);
}

.woocommerce__shop-page .container .wsp__product-grid .pg__product-card .card__swatches-container:hover .swatches-dot {
	animation: none;
}

.woocommerce__shop-page .container .wsp__product-grid .pg__product-card .card__swatches-container:hover .swatches-row {
	opacity: 1;
	--elementsNum: attr(data-number);
	width: calc(var(--elementsNum) * 24px + 8px + (var(--elementsNum) - 1) * 3px);
}

.woocommerce__shop-page .container .wsp__product-grid .pg__product-card .card__swatches-container:hover .swatches-row .single-swatch {
	pointer-events: all;
	transition: all 0.2s ease-out, border 0.4s ease;
	transition-delay: calc(1s * var(--i)), 0s;
	transform: translateY(0px);
	opacity: 1;
}

.woocommerce__shop-page .container .wsp__product-grid .pg__product-card .card__swatches-container:hover ~ .card__images {
	z-index: 11;
}

.woocommerce__shop-page .container .wsp__product-grid .pg__product-card .card__swatches-container:hover ~ .card__images img {
	transform: scale(1.2);
	filter: brightness(1.3);
}

.woocommerce__shop-page .container .wsp__product-grid .pg__product-card .card__swatches-container:hover ~ .card__overlay {
	opacity: 1;
	z-index: 10;
}

.woocommerce__shop-page .container .wsp__product-grid .pg__product-card .card__overlay {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	background: rgba(11, 12, 16, 0.65);
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
	opacity: 0;
	z-index: -5;
	transition: all 0.5s ease;
}

.woocommerce__shop-page .container .wsp__product-grid .pg__product-card .card__data-container {
	padding: 30px;
	display: flex;
	flex-flow: column nowrap;
	gap: 1rem;
	height: 100%;
	position: relative;
	transition: all 0.5s ease;
}

.woocommerce__shop-page .container .wsp__product-grid .pg__product-card .card__data-container .card__flex-cont {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
}

.woocommerce__shop-page .container .wsp__product-grid .pg__product-card .card__data-container .card__flex-cont .card__category {
	color: rgba(194, 208, 228, 0.5);
	font-size: 15px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

.woocommerce__shop-page .container .wsp__product-grid .pg__product-card .card__data-container .card__flex-cont .card__price {
	display: flex;
	align-items: center;
	gap: 10px;
	text-align: center;
	font-size: 15px;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
	color: rgba(255, 255, 255, 0.4);
	font-size: 16px;
}

.woocommerce__shop-page .container .wsp__product-grid .pg__product-card .card__data-container .card__flex-cont .card__price:not(:has(ins)) {
	border-radius: 44px;
	background: rgba(29, 170, 145, 0.3);
	color: #1DAA91;
	padding: 6px 16px;
	font-weight: 800;
}

.woocommerce__shop-page .container .wsp__product-grid .pg__product-card .card__data-container .card__flex-cont .card__price ins {
	border-radius: 44px;
	background: rgba(29, 170, 145, 0.3);
	color: #1DAA91;
	padding: 6px 16px;
	font-weight: 800;
}

.woocommerce__shop-page .container .wsp__product-grid .pg__product-card .card__data-container .card__title a {
	text-decoration: none;
	font-weight: 700;
	font-size: 32px;
	line-height: 1.2;
	color: white;
	transition: all 0.5s ease-in-out;
	display: flex;
	max-width: 90%;
	outline: none;
}

.woocommerce__shop-page .container .wsp__product-grid .pg__product-card .card__data-container .card__title a:hover {
	color: #1daa91;
}

.woocommerce__shop-page .container .wsp__product-grid .pg__product-card .card__data-container .card__styles-info {
	display: flex;
	align-items: center;
	flex-flow: row nowrap;
	gap: 8px;
}

.woocommerce__shop-page .container .wsp__product-grid .pg__product-card .card__data-container .card__styles-info .styles-icon {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	padding-top: 1px;
}

.woocommerce__shop-page .container .wsp__product-grid .pg__product-card .card__data-container .card__styles-info .styles-text {
	color: rgba(255, 255, 255, 0.8);
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 1;
}

.woocommerce__shop-page .container .wsp__product-grid .pg__product-card .card__data-container .card__button {
	margin-top: auto;
	border-radius: 100px;
	background: #1DAA91;
	transition: all 0.5s ease-out;
	width: fit-content;
}

.woocommerce__shop-page .container .wsp__product-grid .pg__product-card .card__data-container .card__button a {
	display: block;
	padding: 12px 32px;
	text-decoration: none;
	color: #141F37;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 1;
}

.woocommerce__shop-page .container .wsp__product-grid .pg__product-card .card__data-container .card__button:hover {
	opacity: 0.8;
}

.woocommerce__shop-page .container .wsp__product-grid .pg__product-card .card__images {
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 100%;
	bottom: -17%;
	right: -30%;
	transition: all 0.5s ease;
}

.woocommerce__shop-page .container .wsp__product-grid .pg__product-card .card__images img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: auto;
	transition: all 0.5s ease;
}

.woocommerce__shop-page .container .wsp__product-grid .pg__product-card .card__images img.hidden {
	display: none;
}

.woocommerce__shop-page .container .woocommerce-pagination {
	margin-top: 4rem;
}

.woocommerce__shop-page .container .woocommerce-pagination ul {
	border: none;
}

.woocommerce__shop-page .container .woocommerce-pagination ul li {
	border: none;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 0.5rem;
}

.woocommerce__shop-page .container .woocommerce-pagination ul li span,
.woocommerce__shop-page .container .woocommerce-pagination ul li a {
	display: flex;
	color: white;
	padding: 8px 10px;
	border-radius: 3px;
	transition: all 0.5s ease;
}

.woocommerce__shop-page .container .woocommerce-pagination ul li span.current,
.woocommerce__shop-page .container .woocommerce-pagination ul li a.current {
	color: white;
	background-color: rgba(255, 255, 255, 0.2);
}

.woocommerce__shop-page .container .woocommerce-pagination ul li span:hover,
.woocommerce__shop-page .container .woocommerce-pagination ul li a:hover {
	background-color: rgba(255, 255, 255, 0.1);
	color: rgba(255, 255, 255, 0.8);
}

@media (max-width: 1400px) {
	.woocommerce__shop-page {
		padding: 60px 1.5rem 60px 1.5rem;
	}
	.woocommerce__shop-page .container {
		margin: 12rem auto 0;
	}
}

@media (max-width: 992px) {
	.woocommerce__shop-page {
		padding: 60px 1.5rem 60px 1.5rem;
	}
	.woocommerce__shop-page .container {
		max-width: 960px;
		width: 100%;
		margin: 10rem auto 0rem;
	}
	.woocommerce__shop-page .container .woocommerce-result-count {
		color: rgba(255, 255, 255, 0.5);
		float: left;
		margin: 0;
		padding: 20px 0;
	}
	.woocommerce__shop-page .container .woocommerce-ordering {
		float: right;
		width: 340px;
	}
	.woocommerce__shop-page .container .woocommerce-ordering .select2-container {
		width: 100%;
	}
	.woocommerce__shop-page .container .woocommerce-ordering .select2-container .select2-selection__rendered {
		padding: 2px 0;
	}
	.woocommerce__shop-page .container .woocommerce-ordering select {
		background: #374252;
		border: none !important;
		border-radius: 10px;
		outline: none;
		color: transparent;
		font-family: Plus Jakarta Sans;
		font-size: 18px;
		font-style: normal;
		font-weight: 600;
		line-height: 1;
		background-color: transparent;
		width: 100%;
		padding: 0;
		height: 60px;
		padding: 0 30px;
		transition: all 0.8s ease;
	}
	.woocommerce__shop-page .container .woocommerce-ordering select option {
		background: #1a1c27;
		padding: 8px 16px;
		border-radius: 0;
		outline: none;
		border: none;
	}
	.woocommerce__shop-page .container .woocommerce-ordering select option:hover {
		background: red;
	}
	.woocommerce__shop-page .container .woocommerce-ordering select:focus {
		border-color: rgba(194, 208, 228, 0.4);
	}
	.woocommerce__shop-page .container .clearfix {
		clear: both;
	}
	.woocommerce__shop-page .container .wsp__product-grid {
		margin-top: 2rem;
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-auto-rows: max-content;
		gap: 1rem;
	}
	.woocommerce__shop-page .container .wsp__product-grid .pg__product-card {
		height: 500px;
		overflow: hidden;
		position: relative;
		border-radius: 8px;
		border: 1px solid rgba(194, 208, 228, 0.15);
		background: rgba(194, 208, 228, 0.05);
		backdrop-filter: blur(20px);
		transition: all 0.5s ease-in-out;
		display: flex;
		flex-flow: column nowrap;
	}
	.woocommerce__shop-page .container .wsp__product-grid .pg__product-card:hover {
		border: 1px solid rgba(194, 208, 228, 0.45);
		background: rgba(194, 208, 228, 0.12);
	}
	.woocommerce__shop-page .container .wsp__product-grid .pg__product-card .card__swatches-container {
		z-index: 100;
		position: absolute;
		right: 25%;
		bottom: 20%;
		display: flex;
		flex-flow: row nowrap;
		align-items: center;
		gap: 5px;
	}
	.woocommerce__shop-page .container .wsp__product-grid .pg__product-card .card__swatches-container .swatches-dot {
		margin: 2px;
		height: 18px;
		width: 18px;
		border-radius: 100px;
		transform: scale(1);
		background: rgba(255, 255, 255, 0.95);
		box-shadow: 0 0 0 0 white;
		animation: pulse-white 2s infinite;
		cursor: pointer;
	}
	.woocommerce__shop-page .container .wsp__product-grid .pg__product-card .card__swatches-container .swatches-row {
		padding: 3px 4px;
		border-radius: 100px;
		background: rgba(255, 255, 255, 0.2);
		backdrop-filter: blur(20px);
		display: flex;
		flex-flow: row nowrap;
		gap: 3px;
		width: 0px;
		opacity: 0;
	}
	.woocommerce__shop-page .container .wsp__product-grid .pg__product-card .card__swatches-container .swatches-row .single-swatch {
		flex: 0 0 auto;
		height: 24px;
		width: 24px;
		border-radius: 100px;
		border: 1px solid transparent;
		transform: translateY(-15px);
		opacity: 0;
		transition: all 0.1s cubic-bezier(1, -1.2, 1, 2.2);
		transition-delay: calc(1s * var(--o));
		pointer-events: none;
		cursor: pointer;
		padding: 2px;
		background-clip: content-box;
	}
	.woocommerce__shop-page .container .wsp__product-grid .pg__product-card .card__swatches-container .swatches-row .single-swatch:hover {
		opacity: 0.5;
	}
	.woocommerce__shop-page .container .wsp__product-grid .pg__product-card .card__swatches-container .swatches-row .single-swatch.activeSwatch {
		border-color: rgba(255, 255, 255, 0.9);
	}
	.woocommerce__shop-page .container .wsp__product-grid .pg__product-card .card__swatches-container:hover .swatches-dot {
		animation: none;
	}
	.woocommerce__shop-page .container .wsp__product-grid .pg__product-card .card__swatches-container:hover .swatches-row {
		opacity: 1;
		--elementsNum: attr(data-number);
		width: calc(var(--elementsNum) * 24px + 8px + (var(--elementsNum) - 1) * 3px);
	}
	.woocommerce__shop-page .container .wsp__product-grid .pg__product-card .card__swatches-container:hover .swatches-row .single-swatch {
		pointer-events: all;
		transition: all 0.2s ease-out, border 0.4s ease;
		transition-delay: calc(1s * var(--i)), 0s;
		transform: translateY(0px);
		opacity: 1;
	}
	.woocommerce__shop-page .container .wsp__product-grid .pg__product-card .card__swatches-container:hover ~ .card__images {
		z-index: 11;
	}
	.woocommerce__shop-page .container .wsp__product-grid .pg__product-card .card__swatches-container:hover ~ .card__images img {
		transform: scale(1.2);
		filter: brightness(1.3);
	}
	.woocommerce__shop-page .container .wsp__product-grid .pg__product-card .card__swatches-container:hover ~ .card__overlay {
		opacity: 1;
		z-index: 10;
	}
	.woocommerce__shop-page .container .wsp__product-grid .pg__product-card .card__overlay {
		position: absolute;
		inset: 0;
		width: 100%;
		height: 100%;
		background: rgba(11, 12, 16, 0.65);
		backdrop-filter: blur(20px);
		-webkit-backdrop-filter: blur(20px);
		opacity: 0;
		z-index: -5;
		transition: all 0.5s ease;
	}
	.woocommerce__shop-page .container .wsp__product-grid .pg__product-card .card__data-container {
		padding: 30px;
		display: flex;
		flex-flow: column nowrap;
		gap: 1rem;
		height: 100%;
		position: relative;
		transition: all 0.5s ease;
	}
	.woocommerce__shop-page .container .wsp__product-grid .pg__product-card .card__data-container .card__flex-cont {
		display: flex;
		flex-flow: row nowrap;
		justify-content: space-between;
		align-items: center;
	}
	.woocommerce__shop-page .container .wsp__product-grid .pg__product-card .card__data-container .card__flex-cont .card__category {
		color: rgba(194, 208, 228, 0.5);
		font-size: 15px;
		font-style: normal;
		font-weight: 600;
		line-height: normal;
	}
	.woocommerce__shop-page .container .wsp__product-grid .pg__product-card .card__data-container .card__flex-cont .card__price {
		display: flex;
		padding: 6px 16px;
		align-items: center;
		gap: 10px;
		text-align: center;
		font-size: 15px;
		font-style: normal;
		font-weight: 800;
		line-height: normal;
		color: rgba(255, 255, 255, 0.4);
		font-size: 16px;
	}
	.woocommerce__shop-page .container .wsp__product-grid .pg__product-card .card__data-container .card__flex-cont .card__price:not(:has(ins)) {
		border-radius: 44px;
		background: rgba(29, 170, 145, 0.3);
		color: #1DAA91;
		padding: 6px 16px;
		font-weight: 800;
	}
	.woocommerce__shop-page .container .wsp__product-grid .pg__product-card .card__data-container .card__flex-cont .card__price ins {
		border-radius: 44px;
		background: rgba(29, 170, 145, 0.3);
		color: #1DAA91;
		padding: 6px 16px;
		font-weight: 800;
	}
	.woocommerce__shop-page .container .wsp__product-grid .pg__product-card .card__data-container .card__title a {
		text-decoration: none;
		font-weight: 700;
		font-size: 32px;
		line-height: 1.2;
		color: white;
		transition: all 0.5s ease-in-out;
		display: flex;
		max-width: 90%;
		outline: none;
	}
	.woocommerce__shop-page .container .wsp__product-grid .pg__product-card .card__data-container .card__title a:hover {
		color: #1daa91;
	}
	.woocommerce__shop-page .container .wsp__product-grid .pg__product-card .card__data-container .card__styles-info {
		display: flex;
		align-items: center;
		flex-flow: row nowrap;
		gap: 8px;
	}
	.woocommerce__shop-page .container .wsp__product-grid .pg__product-card .card__data-container .card__styles-info .styles-icon {
		display: flex;
		flex-flow: row nowrap;
		align-items: center;
		padding-top: 1px;
	}
	.woocommerce__shop-page .container .wsp__product-grid .pg__product-card .card__data-container .card__styles-info .styles-text {
		color: rgba(255, 255, 255, 0.8);
		font-size: 14px;
		font-style: normal;
		font-weight: 500;
		line-height: 1;
	}
	.woocommerce__shop-page .container .wsp__product-grid .pg__product-card .card__data-container .card__button {
		margin-top: auto;
		border-radius: 100px;
		background: #1DAA91;
		transition: all 0.5s ease-out;
		width: fit-content;
	}
	.woocommerce__shop-page .container .wsp__product-grid .pg__product-card .card__data-container .card__button a {
		display: block;
		padding: 12px 32px;
		text-decoration: none;
		color: #141F37;
		text-align: center;
		font-size: 16px;
		font-style: normal;
		font-weight: 700;
		line-height: 1;
	}
	.woocommerce__shop-page .container .wsp__product-grid .pg__product-card .card__data-container .card__button:hover {
		opacity: 0.8;
	}
	.woocommerce__shop-page .container .wsp__product-grid .pg__product-card .card__images {
		position: absolute;
		z-index: -1;
		width: 110%;
		height: 100%;
		bottom: -37%;
		right: -34%;
		transition: all 0.5s ease;
	}
	.woocommerce__shop-page .container .wsp__product-grid .pg__product-card .card__images img {
		position: absolute;
		inset: 0;
		width: 100%;
		height: auto;
		transition: inherit;
	}
	.woocommerce__shop-page .container .wsp__product-grid .pg__product-card .card__images img.hidden {
		display: none;
	}
	.woocommerce__shop-page .container .woocommerce-pagination {
		margin-top: 4rem;
	}
	.woocommerce__shop-page .container .woocommerce-pagination ul {
		border: none;
	}
	.woocommerce__shop-page .container .woocommerce-pagination ul li {
		border: none;
		display: flex;
		justify-content: center;
		align-items: center;
		margin: 0 0.5rem;
	}
	.woocommerce__shop-page .container .woocommerce-pagination ul li span,
	.woocommerce__shop-page .container .woocommerce-pagination ul li a {
		display: flex;
		color: white;
		padding: 8px 10px;
		border-radius: 3px;
		transition: all 0.5s ease;
	}
	.woocommerce__shop-page .container .woocommerce-pagination ul li span.current,
	.woocommerce__shop-page .container .woocommerce-pagination ul li a.current {
		color: white;
		background-color: rgba(255, 255, 255, 0.2);
	}
	.woocommerce__shop-page .container .woocommerce-pagination ul li span:hover,
	.woocommerce__shop-page .container .woocommerce-pagination ul li a:hover {
		background-color: rgba(255, 255, 255, 0.1);
		color: rgba(255, 255, 255, 0.8);
	}
}

@media (max-width: 768px) {
	.woocommerce__shop-page {
		padding: 20px 1.5rem 20px 1.5rem;
	}
	.woocommerce__shop-page .container {
		max-width: 960px;
		width: 100%;
		margin: 8rem auto 0;
	}
	.woocommerce__shop-page .container .woocommerce-result-count {
		color: rgba(255, 255, 255, 0.5);
		float: none;
		margin: 0;
		padding: 10px 0;
	}
	.woocommerce__shop-page .container .woocommerce-ordering {
		float: none;
		width: 320px;
	}
	.woocommerce__shop-page .container .woocommerce-ordering .select2-container {
		width: 100%;
	}
	.woocommerce__shop-page .container .woocommerce-ordering .select2-container .select2-selection__rendered {
		padding: 2px 0;
	}
	.woocommerce__shop-page .container .woocommerce-ordering select {
		background: #374252;
		border: none !important;
		border-radius: 10px;
		outline: none;
		color: transparent;
		font-family: Plus Jakarta Sans;
		font-size: 18px;
		font-style: normal;
		font-weight: 600;
		line-height: 1;
		background-color: transparent;
		width: 100%;
		padding: 0;
		height: 60px;
		padding: 0 30px;
		transition: all 0.8s ease;
	}
	.woocommerce__shop-page .container .woocommerce-ordering select option {
		background: #1a1c27;
		padding: 8px 16px;
		border-radius: 0;
		outline: none;
		border: none;
	}
	.woocommerce__shop-page .container .woocommerce-ordering select option:hover {
		background: red;
	}
	.woocommerce__shop-page .container .woocommerce-ordering select:focus {
		border-color: rgba(194, 208, 228, 0.4);
	}
	.woocommerce__shop-page .container .clearfix {
		clear: both;
	}
	.woocommerce__shop-page .container .wsp__product-grid {
		margin-top: 1.4rem;
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		grid-auto-rows: max-content;
		gap: 1rem;
	}
	.woocommerce__shop-page .container .wsp__product-grid .pg__product-card {
		height: 600px;
		overflow: hidden;
		position: relative;
		border-radius: 8px;
		border: 1px solid rgba(194, 208, 228, 0.15);
		background: rgba(194, 208, 228, 0.05);
		backdrop-filter: blur(20px);
		transition: all 0.5s ease-in-out;
		display: flex;
		flex-flow: column nowrap;
	}
	.woocommerce__shop-page .container .wsp__product-grid .pg__product-card:hover {
		border: 1px solid rgba(194, 208, 228, 0.45);
		background: rgba(194, 208, 228, 0.12);
	}
	.woocommerce__shop-page .container .wsp__product-grid .pg__product-card .card__swatches-container {
		z-index: 100;
		position: absolute;
		right: 15%;
		bottom: 20%;
		display: flex;
		flex-flow: row nowrap;
		align-items: center;
		gap: 5px;
	}
	.woocommerce__shop-page .container .wsp__product-grid .pg__product-card .card__swatches-container .swatches-dot {
		margin: 2px;
		height: 18px;
		width: 18px;
		border-radius: 100px;
		transform: scale(1);
		background: rgba(255, 255, 255, 0.95);
		box-shadow: 0 0 0 0 white;
		animation: pulse-white 2s infinite;
		cursor: pointer;
	}
	.woocommerce__shop-page .container .wsp__product-grid .pg__product-card .card__swatches-container .swatches-row {
		padding: 3px 4px;
		border-radius: 100px;
		background: rgba(255, 255, 255, 0.2);
		backdrop-filter: blur(20px);
		display: flex;
		flex-flow: row nowrap;
		gap: 3px;
		width: 0px;
		opacity: 0;
	}
	.woocommerce__shop-page .container .wsp__product-grid .pg__product-card .card__swatches-container .swatches-row .single-swatch {
		flex: 0 0 auto;
		height: 24px;
		width: 24px;
		border-radius: 100px;
		border: 1px solid transparent;
		transform: translateY(-15px);
		opacity: 0;
		transition: all 0.1s cubic-bezier(1, -1.2, 1, 2.2);
		transition-delay: calc(1s * var(--o));
		pointer-events: none;
		cursor: pointer;
		padding: 2px;
		background-clip: content-box;
	}
	.woocommerce__shop-page .container .wsp__product-grid .pg__product-card .card__swatches-container .swatches-row .single-swatch:hover {
		opacity: 0.5;
	}
	.woocommerce__shop-page .container .wsp__product-grid .pg__product-card .card__swatches-container .swatches-row .single-swatch.activeSwatch {
		border-color: rgba(255, 255, 255, 0.9);
	}
	.woocommerce__shop-page .container .wsp__product-grid .pg__product-card .card__swatches-container:hover .swatches-dot {
		animation: none;
	}
	.woocommerce__shop-page .container .wsp__product-grid .pg__product-card .card__swatches-container:hover .swatches-row {
		opacity: 1;
		--elementsNum: attr(data-number);
		width: calc(var(--elementsNum) * 24px + 8px + (var(--elementsNum) - 1) * 3px);
	}
	.woocommerce__shop-page .container .wsp__product-grid .pg__product-card .card__swatches-container:hover .swatches-row .single-swatch {
		pointer-events: all;
		transition: all 0.2s ease-out, border 0.4s ease;
		transition-delay: calc(1s * var(--i)), 0s;
		transform: translateY(0px);
		opacity: 1;
	}
	.woocommerce__shop-page .container .wsp__product-grid .pg__product-card .card__swatches-container:hover ~ .card__images {
		z-index: 11;
	}
	.woocommerce__shop-page .container .wsp__product-grid .pg__product-card .card__swatches-container:hover ~ .card__images img {
		transform: scale(1.2);
		filter: brightness(1.3);
	}
	.woocommerce__shop-page .container .wsp__product-grid .pg__product-card .card__swatches-container:hover ~ .card__overlay {
		opacity: 1;
		z-index: 10;
	}
	.woocommerce__shop-page .container .wsp__product-grid .pg__product-card .card__overlay {
		position: absolute;
		inset: 0;
		width: 100%;
		height: 100%;
		background: rgba(11, 12, 16, 0.65);
		backdrop-filter: blur(20px);
		-webkit-backdrop-filter: blur(20px);
		opacity: 0;
		z-index: -5;
		transition: all 0.5s ease;
	}
	.woocommerce__shop-page .container .wsp__product-grid .pg__product-card .card__data-container {
		padding: 30px;
		display: flex;
		flex-flow: column nowrap;
		gap: 1rem;
		height: 100%;
		position: relative;
		transition: all 0.5s ease;
	}
	.woocommerce__shop-page .container .wsp__product-grid .pg__product-card .card__data-container .card__flex-cont {
		display: flex;
		flex-flow: row nowrap;
		justify-content: space-between;
		align-items: center;
	}
	.woocommerce__shop-page .container .wsp__product-grid .pg__product-card .card__data-container .card__flex-cont .card__category {
		color: rgba(194, 208, 228, 0.5);
		font-size: 15px;
		font-style: normal;
		font-weight: 600;
		line-height: normal;
	}
	.woocommerce__shop-page .container .wsp__product-grid .pg__product-card .card__data-container .card__flex-cont .card__price {
		display: flex;
		padding: 6px 16px;
		align-items: center;
		gap: 10px;
		text-align: center;
		font-size: 15px;
		font-style: normal;
		font-weight: 800;
		line-height: normal;
		color: rgba(255, 255, 255, 0.4);
		font-size: 16px;
	}
	.woocommerce__shop-page .container .wsp__product-grid .pg__product-card .card__data-container .card__flex-cont .card__price:not(:has(ins)) {
		border-radius: 44px;
		background: rgba(29, 170, 145, 0.3);
		color: #1DAA91;
		padding: 6px 16px;
		font-weight: 800;
	}
	.woocommerce__shop-page .container .wsp__product-grid .pg__product-card .card__data-container .card__flex-cont .card__price ins {
		border-radius: 44px;
		background: rgba(29, 170, 145, 0.3);
		color: #1DAA91;
		padding: 6px 16px;
		font-weight: 800;
	}
	.woocommerce__shop-page .container .wsp__product-grid .pg__product-card .card__data-container .card__title a {
		text-decoration: none;
		font-weight: 700;
		font-size: 32px;
		line-height: 1.2;
		color: white;
		transition: all 0.5s ease-in-out;
		display: flex;
		max-width: 90%;
		outline: none;
	}
	.woocommerce__shop-page .container .wsp__product-grid .pg__product-card .card__data-container .card__title a:hover {
		color: #1daa91;
	}
	.woocommerce__shop-page .container .wsp__product-grid .pg__product-card .card__data-container .card__styles-info {
		display: flex;
		align-items: center;
		flex-flow: row nowrap;
		gap: 8px;
	}
	.woocommerce__shop-page .container .wsp__product-grid .pg__product-card .card__data-container .card__styles-info .styles-icon {
		display: flex;
		flex-flow: row nowrap;
		align-items: center;
		padding-top: 1px;
	}
	.woocommerce__shop-page .container .wsp__product-grid .pg__product-card .card__data-container .card__styles-info .styles-text {
		color: rgba(255, 255, 255, 0.8);
		font-size: 14px;
		font-style: normal;
		font-weight: 500;
		line-height: 1;
	}
	.woocommerce__shop-page .container .wsp__product-grid .pg__product-card .card__data-container .card__button {
		margin-top: auto;
		border-radius: 100px;
		background: #1DAA91;
		transition: all 0.5s ease-out;
		width: fit-content;
	}
	.woocommerce__shop-page .container .wsp__product-grid .pg__product-card .card__data-container .card__button a {
		display: block;
		padding: 12px 32px;
		text-decoration: none;
		color: #141F37;
		text-align: center;
		font-size: 16px;
		font-style: normal;
		font-weight: 700;
		line-height: 1;
	}
	.woocommerce__shop-page .container .wsp__product-grid .pg__product-card .card__data-container .card__button:hover {
		opacity: 0.8;
	}
	.woocommerce__shop-page .container .wsp__product-grid .pg__product-card .card__images {
		position: absolute;
		z-index: -1;
		width: 100%;
		height: 100%;
		bottom: -30%;
		right: -30%;
		transition: all 0.5s ease;
	}
	.woocommerce__shop-page .container .wsp__product-grid .pg__product-card .card__images img {
		position: absolute;
		inset: 0;
		width: 100%;
		height: auto;
		transition: inherit;
	}
	.woocommerce__shop-page .container .wsp__product-grid .pg__product-card .card__images img.hidden {
		display: none;
	}
	.woocommerce__shop-page .container .woocommerce-pagination {
		margin-top: 4rem;
	}
	.woocommerce__shop-page .container .woocommerce-pagination ul {
		border: none;
	}
	.woocommerce__shop-page .container .woocommerce-pagination ul li {
		border: none;
		display: flex;
		justify-content: center;
		align-items: center;
		margin: 0 0.5rem;
	}
	.woocommerce__shop-page .container .woocommerce-pagination ul li span,
	.woocommerce__shop-page .container .woocommerce-pagination ul li a {
		display: flex;
		color: white;
		padding: 8px 10px;
		border-radius: 3px;
		transition: all 0.5s ease;
	}
	.woocommerce__shop-page .container .woocommerce-pagination ul li span.current,
	.woocommerce__shop-page .container .woocommerce-pagination ul li a.current {
		color: white;
		background-color: rgba(255, 255, 255, 0.2);
	}
	.woocommerce__shop-page .container .woocommerce-pagination ul li span:hover,
	.woocommerce__shop-page .container .woocommerce-pagination ul li a:hover {
		background-color: rgba(255, 255, 255, 0.1);
		color: rgba(255, 255, 255, 0.8);
	}
}

@media (max-width: 576px) {
	.woocommerce__shop-page {
		padding: 20px 1.5rem 20px 1.5rem;
	}
	.woocommerce__shop-page .container {
		max-width: 960px;
		width: 100%;
		margin: 4rem auto 0;
	}
	.woocommerce__shop-page .container .woocommerce-result-count {
		color: rgba(255, 255, 255, 0.5);
		float: none;
		margin: 0;
		padding: 10px 0;
	}
	.woocommerce__shop-page .container .woocommerce-ordering {
		float: none;
		width: 100%;
	}
	.woocommerce__shop-page .container .woocommerce-ordering .select2-container {
		width: 100%;
	}
	.woocommerce__shop-page .container .woocommerce-ordering .select2-container .select2-selection__rendered {
		padding: 2px 0;
	}
	.woocommerce__shop-page .container .woocommerce-ordering select {
		background: #374252;
		border: none !important;
		border-radius: 10px;
		outline: none;
		color: transparent;
		font-family: Plus Jakarta Sans;
		font-size: 18px;
		font-style: normal;
		font-weight: 600;
		line-height: 1;
		background-color: transparent;
		width: 100%;
		padding: 0;
		height: 60px;
		padding: 0 30px;
		transition: all 0.8s ease;
	}
	.woocommerce__shop-page .container .woocommerce-ordering select option {
		background: #1a1c27;
		padding: 8px 16px;
		border-radius: 0;
		outline: none;
		border: none;
	}
	.woocommerce__shop-page .container .woocommerce-ordering select option:hover {
		background: red;
	}
	.woocommerce__shop-page .container .woocommerce-ordering select:focus {
		border-color: rgba(194, 208, 228, 0.4);
	}
	.woocommerce__shop-page .container .clearfix {
		clear: both;
	}
	.woocommerce__shop-page .container .wsp__product-grid {
		margin-top: 1.4rem;
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		grid-auto-rows: max-content;
		gap: 1rem;
	}
	.woocommerce__shop-page .container .wsp__product-grid .pg__product-card {
		height: 420px;
		overflow: hidden;
		position: relative;
		border-radius: 8px;
		border: 1px solid rgba(194, 208, 228, 0.15);
		background: rgba(194, 208, 228, 0.05);
		backdrop-filter: unset;
		transition: all 0.5s ease-in-out;
		display: flex;
		flex-flow: column nowrap;
	}
	.woocommerce__shop-page .container .wsp__product-grid .pg__product-card:hover {
		border: 1px solid rgba(194, 208, 228, 0.35);
		background: unset;
	}
	.woocommerce__shop-page .container .wsp__product-grid .pg__product-card .card__swatches-container {
		z-index: 100;
		position: absolute;
		right: 15%;
		bottom: 20%;
		display: flex;
		flex-flow: row nowrap;
		align-items: center;
		gap: 5px;
	}
	.woocommerce__shop-page .container .wsp__product-grid .pg__product-card .card__swatches-container .swatches-dot {
		margin: 2px;
		height: 18px;
		width: 18px;
		border-radius: 100px;
		transform: scale(1);
		background: rgba(255, 255, 255, 0.95);
		box-shadow: 0 0 0 0 white;
		animation: pulse-white 2s infinite;
		cursor: pointer;
		position: relative;
	}
	.woocommerce__shop-page .container .wsp__product-grid .pg__product-card .card__swatches-container .swatches-dot::before {
		content: '';
		width: 62px;
		height: 62px;
		z-index: -1;
		position: absolute;
		background-color: transparent;
		left: 100%;
		top: 50%;
		transform: translate(-50%, -50%);
	}
	.woocommerce__shop-page .container .wsp__product-grid .pg__product-card .card__swatches-container .swatches-row {
		padding: 3px 4px;
		border-radius: 100px;
		background: rgba(255, 255, 255, 0.2);
		backdrop-filter: blur(20px);
		display: flex;
		flex-flow: row nowrap;
		gap: 3px;
		width: 0px;
		opacity: 0;
	}
	.woocommerce__shop-page .container .wsp__product-grid .pg__product-card .card__swatches-container .swatches-row .single-swatch {
		flex: 0 0 auto;
		height: 24px;
		width: 24px;
		border-radius: 100px;
		border: 1px solid transparent;
		transform: translateY(-15px);
		opacity: 0;
		transition: all 0.1s cubic-bezier(1, -1.2, 1, 2.2);
		transition-delay: calc(1s * var(--o));
		pointer-events: none;
		cursor: pointer;
		padding: 2px;
		background-clip: content-box;
	}
	.woocommerce__shop-page .container .wsp__product-grid .pg__product-card .card__swatches-container .swatches-row .single-swatch:hover {
		opacity: 0.5;
	}
	.woocommerce__shop-page .container .wsp__product-grid .pg__product-card .card__swatches-container .swatches-row .single-swatch.activeSwatch {
		border-color: rgba(255, 255, 255, 0.9);
	}
	.woocommerce__shop-page .container .wsp__product-grid .pg__product-card .card__swatches-container:hover .swatches-dot {
		animation: none;
	}
	.woocommerce__shop-page .container .wsp__product-grid .pg__product-card .card__swatches-container:hover .swatches-row {
		opacity: 1;
		--elementsNum: attr(data-number);
		width: calc(var(--elementsNum) * 24px + 8px + (var(--elementsNum) - 1) * 3px);
	}
	.woocommerce__shop-page .container .wsp__product-grid .pg__product-card .card__swatches-container:hover .swatches-row .single-swatch {
		pointer-events: all;
		transition: all 0.2s ease-out, border 0.4s ease;
		transition-delay: calc(1s * var(--i)), 0s;
		transform: translateY(0px);
		opacity: 1;
	}
	.woocommerce__shop-page .container .wsp__product-grid .pg__product-card .card__swatches-container:hover ~ .card__images {
		z-index: 11;
	}
	.woocommerce__shop-page .container .wsp__product-grid .pg__product-card .card__swatches-container:hover ~ .card__images img {
		transform: scale(1.2);
		filter: unset;
	}
	.woocommerce__shop-page .container .wsp__product-grid .pg__product-card .card__swatches-container:hover ~ .card__overlay {
		opacity: 1;
		z-index: 10;
	}
	.woocommerce__shop-page .container .wsp__product-grid .pg__product-card .card__overlay {
		position: absolute;
		inset: 0;
		width: 100%;
		height: 100%;
		background: rgba(11, 12, 16, 0.85);
		backdrop-filter: unset;
		-webkit-backdrop-filter: unset;
		opacity: 0;
		z-index: -5;
		transition: all 0.5s ease;
	}
	.woocommerce__shop-page .container .wsp__product-grid .pg__product-card .card__data-container {
		padding: 30px;
		display: flex;
		flex-flow: column nowrap;
		gap: 1rem;
		height: 100%;
		position: relative;
		transition: all 0.5s ease;
	}
	.woocommerce__shop-page .container .wsp__product-grid .pg__product-card .card__data-container .card__flex-cont {
		display: flex;
		flex-flow: row nowrap;
		justify-content: space-between;
		align-items: center;
	}
	.woocommerce__shop-page .container .wsp__product-grid .pg__product-card .card__data-container .card__flex-cont .card__category {
		color: rgba(194, 208, 228, 0.5);
		font-size: 15px;
		font-style: normal;
		font-weight: 600;
		line-height: normal;
	}
	.woocommerce__shop-page .container .wsp__product-grid .pg__product-card .card__data-container .card__flex-cont .card__price {
		display: flex;
		padding: 6px 16px;
		align-items: center;
		gap: 10px;
		text-align: center;
		font-size: 15px;
		font-style: normal;
		font-weight: 800;
		line-height: normal;
		color: rgba(255, 255, 255, 0.4);
		font-size: 16px;
	}
	.woocommerce__shop-page .container .wsp__product-grid .pg__product-card .card__data-container .card__flex-cont .card__price:not(:has(ins)) {
		border-radius: 44px;
		background: rgba(29, 170, 145, 0.3);
		color: #1DAA91;
		padding: 6px 16px;
		font-weight: 800;
	}
	.woocommerce__shop-page .container .wsp__product-grid .pg__product-card .card__data-container .card__flex-cont .card__price ins {
		border-radius: 44px;
		background: rgba(29, 170, 145, 0.3);
		color: #1DAA91;
		padding: 6px 16px;
		font-weight: 800;
	}
	.woocommerce__shop-page .container .wsp__product-grid .pg__product-card .card__data-container .card__title a {
		text-decoration: none;
		font-weight: 700;
		font-size: 32px;
		line-height: 1.2;
		color: white;
		transition: all 0.5s ease-in-out;
		display: flex;
		max-width: 90%;
		outline: none;
	}
	.woocommerce__shop-page .container .wsp__product-grid .pg__product-card .card__data-container .card__title a:hover {
		color: #1daa91;
	}
	.woocommerce__shop-page .container .wsp__product-grid .pg__product-card .card__data-container .card__styles-info {
		display: flex;
		align-items: center;
		flex-flow: row nowrap;
		gap: 8px;
	}
	.woocommerce__shop-page .container .wsp__product-grid .pg__product-card .card__data-container .card__styles-info .styles-icon {
		display: flex;
		flex-flow: row nowrap;
		align-items: center;
		padding-top: 1px;
	}
	.woocommerce__shop-page .container .wsp__product-grid .pg__product-card .card__data-container .card__styles-info .styles-text {
		color: rgba(255, 255, 255, 0.8);
		font-size: 14px;
		font-style: normal;
		font-weight: 500;
		line-height: 1;
	}
	.woocommerce__shop-page .container .wsp__product-grid .pg__product-card .card__data-container .card__button {
		margin-top: auto;
		border-radius: 100px;
		background: #1DAA91;
		transition: all 0.5s ease-out;
		width: fit-content;
	}
	.woocommerce__shop-page .container .wsp__product-grid .pg__product-card .card__data-container .card__button a {
		display: block;
		padding: 12px 32px;
		text-decoration: none;
		color: #141F37;
		text-align: center;
		font-size: 16px;
		font-style: normal;
		font-weight: 700;
		line-height: 1;
	}
	.woocommerce__shop-page .container .wsp__product-grid .pg__product-card .card__data-container .card__button:hover {
		opacity: 0.8;
	}
	.woocommerce__shop-page .container .wsp__product-grid .pg__product-card .card__images {
		position: absolute;
		z-index: -1;
		width: 100%;
		height: 100%;
		bottom: -30%;
		right: -30%;
		transition: all 0.5s ease;
	}
	.woocommerce__shop-page .container .wsp__product-grid .pg__product-card .card__images img {
		position: absolute;
		inset: 0;
		width: 100%;
		height: auto;
		transition: inherit;
	}
	.woocommerce__shop-page .container .wsp__product-grid .pg__product-card .card__images img.hidden {
		display: none;
	}
	.woocommerce__shop-page .container .woocommerce-pagination {
		margin-top: 4rem;
	}
	.woocommerce__shop-page .container .woocommerce-pagination ul {
		border: none;
	}
	.woocommerce__shop-page .container .woocommerce-pagination ul li {
		border: none;
		display: flex;
		justify-content: center;
		align-items: center;
		margin: 0 0.5rem;
	}
	.woocommerce__shop-page .container .woocommerce-pagination ul li span,
	.woocommerce__shop-page .container .woocommerce-pagination ul li a {
		display: flex;
		color: white;
		padding: 8px 10px;
		border-radius: 3px;
		transition: all 0.5s ease;
	}
	.woocommerce__shop-page .container .woocommerce-pagination ul li span.current,
	.woocommerce__shop-page .container .woocommerce-pagination ul li a.current {
		color: white;
		background-color: rgba(255, 255, 255, 0.2);
	}
	.woocommerce__shop-page .container .woocommerce-pagination ul li span:hover,
	.woocommerce__shop-page .container .woocommerce-pagination ul li a:hover {
		background-color: rgba(255, 255, 255, 0.1);
		color: rgba(255, 255, 255, 0.8);
	}
}

/**
 * Single product
 */
.woocommerce__single-product {
	padding: 120px 1.5rem 120px 1.5rem;
}

.woocommerce__single-product .container {
	max-width: 1140px;
	width: 100%;
	margin: 0 auto;
}

.woocommerce__single-product .container .back-btn {
	width: fit-content;
	display: flex;
	flex-flow: row nowrap;
	text-decoration: none;
	align-items: center;
	gap: 5px;
	color: white;
	transition: all 0.5s ease;
	margin-bottom: 3rem;
	outline: none;
}

.woocommerce__single-product .container .back-btn svg {
	height: 16px;
	width: auto;
	transition: inherit;
}

.woocommerce__single-product .container .back-btn div {
	font-size: 16px;
	line-height: 1;
	transition: inherit;
}

.woocommerce__single-product .container .back-btn:hover svg {
	transform: translateX(-10px);
}

.woocommerce__single-product .container .back-btn:hover div {
	opacity: 0.8;
}

.woocommerce__single-product .container .product {
	display: flex;
	flex-flow: row wrap;
	gap: 2rem;
}

.woocommerce__single-product .container .product .onsale {
	width: 60px;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 1;
	background: #1DAA91;
	color: #0b0c10;
	font-size: 15px;
	transform: rotate(-25deg);
}

.woocommerce__single-product .container .product .woocommerce-product-gallery {
	flex: 1 1 55%;
}

.woocommerce__single-product .container .product .summary {
	overflow: visible !important;
	flex: 1 1 35%;
}

.woocommerce__single-product .container .product .summary .product_title {
	text-decoration: none;
	font-weight: 700;
	font-size: 32px;
	line-height: 1.2;
	color: white;
	transition: all 0.5s ease-in-out;
	display: flex;
}

.woocommerce__single-product .container .product .summary .product_price {
	width: fit-content;
	display: flex;
	align-items: center;
	gap: 10px;
	border-radius: 44px;
	color: rgba(255, 255, 255, 0.4);
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

.woocommerce__single-product .container .product .summary .product_price:not(:has(ins)) {
	border-radius: 44px;
	background: rgba(29, 170, 145, 0.3);
	color: #1DAA91;
	padding: 6px 16px;
	font-weight: 800;
}

.woocommerce__single-product .container .product .summary .product_price ins {
	border-radius: 44px;
	background: rgba(29, 170, 145, 0.3);
	color: #1DAA91;
	padding: 6px 16px;
	font-weight: 800;
}

.woocommerce__single-product .container .product .summary .product_price .crypto-price {
	display: none;
}

.woocommerce__single-product .container .product .summary .product_excerpt {
	color: rgba(255, 255, 255, 0.7);
}

.woocommerce__single-product .container .product .summary .product_excerpt p {
	margin: 0.75rem 0;
}

.woocommerce__single-product .container .product .summary .product_excerpt ul {
	margin: 0 0 1.5em 1em;
}

.woocommerce__single-product .container .product .summary form {
	margin-bottom: 1rem;
}

.woocommerce__single-product .container .product .summary form .variations {
	padding: 1rem 0;
	margin-bottom: 2rem;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.woocommerce__single-product .container .product .summary form .variations .label {
	text-align: left;
}

.woocommerce__single-product .container .product .summary form .variations .label .woo-selected-variation-item-name {
	color: white;
}

.woocommerce__single-product .container .product .summary form .variations .label label {
	color: white;
}

.woocommerce__single-product .container .product .summary form .variations .value .reset_variations {
	text-decoration: none;
	color: #1DAA91;
	transition: all 0.5s ease;
}

.woocommerce__single-product .container .product .summary form .variations .value .reset_variations:hover {
	opacity: 0.8;
}

.woocommerce__single-product .container .product .summary .product_add_to_cart {
	display: flex;
	flex-flow: row nowrap;
	gap: 6px;
}

.woocommerce__single-product .container .product .summary .product_add_to_cart .single_add_to_cart_button {
	flex: 1 1 70%;
	float: none;
	background: #1DAA91;
	color: #0b0c10;
	padding: 14px 0px;
	transition: all 0.5s ease;
}

.woocommerce__single-product .container .product .summary .product_add_to_cart .single_add_to_cart_button:hover {
	opacity: 0.6;
}

.woocommerce__single-product .container .product section.related {
	flex: 1 1 100%;
}

.woocommerce__single-product .container .product section.related h2 {
	color: white;
}

.woocommerce__single-product .container .product section.related .wsp__product-grid {
	margin-top: 2rem;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-auto-rows: max-content;
	gap: 1rem;
}

.woocommerce__single-product .container .product section.related .wsp__product-grid .pg__product-card {
	height: 500px;
	overflow: hidden;
	position: relative;
	border-radius: 8px;
	border: 1px solid rgba(194, 208, 228, 0.15);
	background: rgba(194, 208, 228, 0.05);
	backdrop-filter: blur(20px);
	transition: all 0.5s ease-in-out;
	display: flex;
	flex-flow: column nowrap;
}

.woocommerce__single-product .container .product section.related .wsp__product-grid .pg__product-card:hover {
	border: 1px solid rgba(194, 208, 228, 0.45);
	background: rgba(194, 208, 228, 0.12);
}

.woocommerce__single-product .container .product section.related .wsp__product-grid .pg__product-card .card__swatches-container {
	z-index: 100;
	position: absolute;
	right: 25%;
	bottom: 20%;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	gap: 5px;
}

.woocommerce__single-product .container .product section.related .wsp__product-grid .pg__product-card .card__swatches-container .swatches-dot {
	margin: 2px;
	height: 18px;
	width: 18px;
	border-radius: 100px;
	transform: scale(1);
	background: rgba(255, 255, 255, 0.95);
	box-shadow: 0 0 0 0 white;
	animation: pulse-white 2s infinite;
	cursor: pointer;
}

.woocommerce__single-product .container .product section.related .wsp__product-grid .pg__product-card .card__swatches-container .swatches-row {
	padding: 3px 4px;
	border-radius: 100px;
	background: rgba(255, 255, 255, 0.2);
	backdrop-filter: blur(20px);
	display: flex;
	flex-flow: row nowrap;
	gap: 3px;
	width: 0px;
	opacity: 0;
}

.woocommerce__single-product .container .product section.related .wsp__product-grid .pg__product-card .card__swatches-container .swatches-row .single-swatch {
	flex: 0 0 auto;
	height: 24px;
	width: 24px;
	border-radius: 100px;
	border: 1px solid transparent;
	transform: translateY(-15px);
	opacity: 0;
	transition: all 0.1s cubic-bezier(1, -1.2, 1, 2.2);
	transition-delay: calc(1s * var(--o));
	pointer-events: none;
	cursor: pointer;
	padding: 2px;
	background-clip: content-box;
}

.woocommerce__single-product .container .product section.related .wsp__product-grid .pg__product-card .card__swatches-container .swatches-row .single-swatch:hover {
	opacity: 0.5;
}

.woocommerce__single-product .container .product section.related .wsp__product-grid .pg__product-card .card__swatches-container .swatches-row .single-swatch.activeSwatch {
	border-color: rgba(255, 255, 255, 0.9);
}

.woocommerce__single-product .container .product section.related .wsp__product-grid .pg__product-card .card__swatches-container:hover .swatches-dot {
	animation: none;
}

.woocommerce__single-product .container .product section.related .wsp__product-grid .pg__product-card .card__swatches-container:hover .swatches-row {
	opacity: 1;
	--elementsNum: attr(data-number);
	width: calc(var(--elementsNum) * 24px + 8px + (var(--elementsNum) - 1) * 3px);
}

.woocommerce__single-product .container .product section.related .wsp__product-grid .pg__product-card .card__swatches-container:hover .swatches-row .single-swatch {
	pointer-events: all;
	transition: all 0.2s ease-out, border 0.4s ease;
	transition-delay: calc(1s * var(--i)), 0s;
	transform: translateY(0px);
	opacity: 1;
}

.woocommerce__single-product .container .product section.related .wsp__product-grid .pg__product-card .card__swatches-container:hover ~ .card__images {
	z-index: 11;
}

.woocommerce__single-product .container .product section.related .wsp__product-grid .pg__product-card .card__swatches-container:hover ~ .card__images img {
	transform: scale(1.2);
	filter: brightness(1.3);
}

.woocommerce__single-product .container .product section.related .wsp__product-grid .pg__product-card .card__swatches-container:hover ~ .card__overlay {
	opacity: 1;
	z-index: 10;
}

.woocommerce__single-product .container .product section.related .wsp__product-grid .pg__product-card .card__overlay {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	background: rgba(11, 12, 16, 0.65);
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
	opacity: 0;
	z-index: -5;
	transition: all 0.5s ease;
}

.woocommerce__single-product .container .product section.related .wsp__product-grid .pg__product-card .card__data-container {
	padding: 30px;
	display: flex;
	flex-flow: column nowrap;
	gap: 1rem;
	height: 100%;
	position: relative;
	transition: all 0.5s ease;
}

.woocommerce__single-product .container .product section.related .wsp__product-grid .pg__product-card .card__data-container .card__flex-cont {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
}

.woocommerce__single-product .container .product section.related .wsp__product-grid .pg__product-card .card__data-container .card__flex-cont .card__category {
	color: rgba(194, 208, 228, 0.5);
	font-size: 15px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

.woocommerce__single-product .container .product section.related .wsp__product-grid .pg__product-card .card__data-container .card__flex-cont .card__price {
	display: flex;
	padding: 6px 16px;
	align-items: center;
	gap: 10px;
	text-align: center;
	font-size: 15px;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
	color: rgba(255, 255, 255, 0.4);
	font-size: 16px;
}

.woocommerce__single-product .container .product section.related .wsp__product-grid .pg__product-card .card__data-container .card__flex-cont .card__price:not(:has(ins)) {
	border-radius: 44px;
	background: rgba(29, 170, 145, 0.3);
	color: #1DAA91;
	padding: 6px 16px;
	font-weight: 800;
}

.woocommerce__single-product .container .product section.related .wsp__product-grid .pg__product-card .card__data-container .card__flex-cont .card__price ins {
	border-radius: 44px;
	background: rgba(29, 170, 145, 0.3);
	color: #1DAA91;
	padding: 6px 16px;
	font-weight: 800;
}

.woocommerce__single-product .container .product section.related .wsp__product-grid .pg__product-card .card__data-container .card__title a {
	text-decoration: none;
	font-weight: 700;
	font-size: 32px;
	line-height: 1.2;
	color: white;
	transition: all 0.5s ease-in-out;
	display: flex;
	max-width: 90%;
	outline: none;
}

.woocommerce__single-product .container .product section.related .wsp__product-grid .pg__product-card .card__data-container .card__title a:hover {
	color: #1daa91;
}

.woocommerce__single-product .container .product section.related .wsp__product-grid .pg__product-card .card__data-container .card__styles-info {
	display: flex;
	align-items: center;
	flex-flow: row nowrap;
	gap: 8px;
}

.woocommerce__single-product .container .product section.related .wsp__product-grid .pg__product-card .card__data-container .card__styles-info .styles-icon {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	padding-top: 1px;
}

.woocommerce__single-product .container .product section.related .wsp__product-grid .pg__product-card .card__data-container .card__styles-info .styles-text {
	color: rgba(255, 255, 255, 0.8);
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 1;
}

.woocommerce__single-product .container .product section.related .wsp__product-grid .pg__product-card .card__data-container .card__button {
	margin-top: auto;
	border-radius: 100px;
	background: #1DAA91;
	transition: all 0.5s ease-out;
	width: fit-content;
}

.woocommerce__single-product .container .product section.related .wsp__product-grid .pg__product-card .card__data-container .card__button a {
	display: block;
	padding: 12px 32px;
	text-decoration: none;
	color: #141F37;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 1;
}

.woocommerce__single-product .container .product section.related .wsp__product-grid .pg__product-card .card__data-container .card__button:hover {
	opacity: 0.8;
}

.woocommerce__single-product .container .product section.related .wsp__product-grid .pg__product-card .card__images {
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 100%;
	bottom: -17%;
	right: -30%;
	transition: all 0.5s ease;
}

.woocommerce__single-product .container .product section.related .wsp__product-grid .pg__product-card .card__images img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: auto;
	transition: inherit;
}

.woocommerce__single-product .container .product section.related .wsp__product-grid .pg__product-card .card__images img.hidden {
	display: none;
}

@media (max-width: 992px) {
	.woocommerce__single-product {
		padding: 60px 1.5rem 60px 1.5rem;
	}
	.woocommerce__single-product .container {
		max-width: 1140px;
		width: 100%;
		margin: 0 auto;
	}
	.woocommerce__single-product .container .back-btn {
		display: flex;
		flex-flow: row nowrap;
		text-decoration: none;
		align-items: center;
		gap: 5px;
		color: white;
		transition: all 0.5s ease;
		margin-bottom: 3rem;
		outline: none;
	}
	.woocommerce__single-product .container .back-btn svg {
		height: 16px;
		width: auto;
		transition: inherit;
	}
	.woocommerce__single-product .container .back-btn div {
		font-size: 16px;
		line-height: 1;
		transition: inherit;
	}
	.woocommerce__single-product .container .back-btn:hover svg {
		transform: translateX(-10px);
	}
	.woocommerce__single-product .container .back-btn:hover div {
		opacity: 0.8;
	}
	.woocommerce__single-product .container .product {
		display: flex;
		flex-flow: row wrap;
		gap: 2rem;
	}
	.woocommerce__single-product .container .product .onsale {
		width: 60px;
		height: 60px;
		display: flex;
		justify-content: center;
		align-items: center;
		line-height: 1;
		background: #1DAA91;
		color: #0b0c10;
		font-size: 15px;
		transform: rotate(-25deg);
	}
	.woocommerce__single-product .container .product .woocommerce-product-gallery {
		flex: 1 1 55%;
	}
	.woocommerce__single-product .container .product .summary {
		flex: 1 1 35%;
	}
	.woocommerce__single-product .container .product .summary .product_title {
		text-decoration: none;
		font-weight: 700;
		font-size: 32px;
		line-height: 1.2;
		color: white;
		transition: all 0.5s ease-in-out;
		display: flex;
	}
	.woocommerce__single-product .container .product .summary .product_price {
		width: fit-content;
		display: flex;
		align-items: center;
		gap: 10px;
		border-radius: 44px;
		color: rgba(255, 255, 255, 0.4);
		text-align: center;
		font-size: 16px;
		font-style: normal;
		font-weight: 600;
		line-height: normal;
	}
	.woocommerce__single-product .container .product .summary .product_price:not(:has(ins)) {
		border-radius: 44px;
		background: rgba(29, 170, 145, 0.3);
		color: #1DAA91;
		padding: 6px 16px;
		font-weight: 800;
	}
	.woocommerce__single-product .container .product .summary .product_price ins {
		border-radius: 44px;
		background: rgba(29, 170, 145, 0.3);
		color: #1DAA91;
		padding: 6px 16px;
		font-weight: 800;
	}
	.woocommerce__single-product .container .product .summary .product_excerpt {
		color: rgba(255, 255, 255, 0.7);
	}
	.woocommerce__single-product .container .product .summary .product_excerpt p {
		margin: 0.75rem 0;
	}
	.woocommerce__single-product .container .product .summary .product_excerpt ul {
		margin: 0 0 1.5em 1em;
	}
	.woocommerce__single-product .container .product .summary form {
		margin-bottom: 1rem;
	}
	.woocommerce__single-product .container .product .summary form .variations {
		padding: 1rem 0;
		margin-bottom: 2rem;
		border-top: 1px solid rgba(255, 255, 255, 0.1);
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	}
	.woocommerce__single-product .container .product .summary form .variations .label {
		text-align: left;
	}
	.woocommerce__single-product .container .product .summary form .variations .label .woo-selected-variation-item-name {
		color: white;
	}
	.woocommerce__single-product .container .product .summary form .variations .label label[for="pa_color"] {
		color: white;
	}
	.woocommerce__single-product .container .product .summary form .variations .value .reset_variations {
		text-decoration: none;
		color: #1DAA91;
		transition: all 0.5s ease;
	}
	.woocommerce__single-product .container .product .summary form .variations .value .reset_variations:hover {
		opacity: 0.8;
	}
	.woocommerce__single-product .container .product .summary .product_add_to_cart {
		display: flex;
		flex-flow: row nowrap;
		gap: 6px;
	}
	.woocommerce__single-product .container .product .summary .product_add_to_cart .single_add_to_cart_button {
		flex: 1 1 54%;
		float: none;
		background: #1DAA91;
		color: #0b0c10;
		padding: 14px 0px;
		transition: all 0.5s ease;
	}
	.woocommerce__single-product .container .product .summary .product_add_to_cart .single_add_to_cart_button:hover {
		opacity: 0.6;
	}
	.woocommerce__single-product .container .product section.related {
		flex: 1 1 100%;
	}
	.woocommerce__single-product .container .product section.related h2 {
		color: white;
	}
	.woocommerce__single-product .container .product section.related .wsp__product-grid {
		margin-top: 2rem;
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-auto-rows: max-content;
		gap: 1rem;
	}
	.woocommerce__single-product .container .product section.related .wsp__product-grid .pg__product-card {
		height: 500px;
		overflow: hidden;
		position: relative;
		border-radius: 8px;
		border: 1px solid rgba(194, 208, 228, 0.15);
		background: rgba(194, 208, 228, 0.05);
		backdrop-filter: blur(20px);
		transition: all 0.5s ease-in-out;
		display: flex;
		flex-flow: column nowrap;
	}
	.woocommerce__single-product .container .product section.related .wsp__product-grid .pg__product-card:hover {
		border: 1px solid rgba(194, 208, 228, 0.45);
		background: rgba(194, 208, 228, 0.12);
	}
	.woocommerce__single-product .container .product section.related .wsp__product-grid .pg__product-card .card__swatches-container {
		z-index: 100;
		position: absolute;
		right: 25%;
		bottom: 20%;
		display: flex;
		flex-flow: row nowrap;
		align-items: center;
		gap: 5px;
	}
	.woocommerce__single-product .container .product section.related .wsp__product-grid .pg__product-card .card__swatches-container .swatches-dot {
		margin: 2px;
		height: 18px;
		width: 18px;
		border-radius: 100px;
		transform: scale(1);
		background: rgba(255, 255, 255, 0.95);
		box-shadow: 0 0 0 0 white;
		animation: pulse-white 2s infinite;
		cursor: pointer;
	}
	.woocommerce__single-product .container .product section.related .wsp__product-grid .pg__product-card .card__swatches-container .swatches-row {
		padding: 3px 4px;
		border-radius: 100px;
		background: rgba(255, 255, 255, 0.2);
		backdrop-filter: blur(20px);
		display: flex;
		flex-flow: row nowrap;
		gap: 3px;
		width: 0px;
		opacity: 0;
	}
	.woocommerce__single-product .container .product section.related .wsp__product-grid .pg__product-card .card__swatches-container .swatches-row .single-swatch {
		flex: 0 0 auto;
		height: 24px;
		width: 24px;
		border-radius: 100px;
		border: 1px solid transparent;
		transform: translateY(-15px);
		opacity: 0;
		transition: all 0.1s cubic-bezier(1, -1.2, 1, 2.2);
		transition-delay: calc(1s * var(--o));
		pointer-events: none;
		cursor: pointer;
		padding: 2px;
		background-clip: content-box;
	}
	.woocommerce__single-product .container .product section.related .wsp__product-grid .pg__product-card .card__swatches-container .swatches-row .single-swatch:hover {
		opacity: 0.5;
	}
	.woocommerce__single-product .container .product section.related .wsp__product-grid .pg__product-card .card__swatches-container .swatches-row .single-swatch.activeSwatch {
		border-color: rgba(255, 255, 255, 0.9);
	}
	.woocommerce__single-product .container .product section.related .wsp__product-grid .pg__product-card .card__swatches-container:hover .swatches-dot {
		animation: none;
	}
	.woocommerce__single-product .container .product section.related .wsp__product-grid .pg__product-card .card__swatches-container:hover .swatches-row {
		opacity: 1;
		--elementsNum: attr(data-number);
		width: calc(var(--elementsNum) * 24px + 8px + (var(--elementsNum) - 1) * 3px);
	}
	.woocommerce__single-product .container .product section.related .wsp__product-grid .pg__product-card .card__swatches-container:hover .swatches-row .single-swatch {
		pointer-events: all;
		transition: all 0.2s ease-out, border 0.4s ease;
		transition-delay: calc(1s * var(--i)), 0s;
		transform: translateY(0px);
		opacity: 1;
	}
	.woocommerce__single-product .container .product section.related .wsp__product-grid .pg__product-card .card__swatches-container:hover ~ .card__images {
		z-index: 11;
	}
	.woocommerce__single-product .container .product section.related .wsp__product-grid .pg__product-card .card__swatches-container:hover ~ .card__images img {
		transform: scale(1.2);
		filter: brightness(1.3);
	}
	.woocommerce__single-product .container .product section.related .wsp__product-grid .pg__product-card .card__swatches-container:hover ~ .card__overlay {
		opacity: 1;
		z-index: 10;
	}
	.woocommerce__single-product .container .product section.related .wsp__product-grid .pg__product-card .card__overlay {
		position: absolute;
		inset: 0;
		width: 100%;
		height: 100%;
		background: rgba(11, 12, 16, 0.65);
		backdrop-filter: blur(20px);
		-webkit-backdrop-filter: blur(20px);
		opacity: 0;
		z-index: -5;
		transition: all 0.5s ease;
	}
	.woocommerce__single-product .container .product section.related .wsp__product-grid .pg__product-card .card__data-container {
		padding: 30px;
		display: flex;
		flex-flow: column nowrap;
		gap: 1rem;
		height: 100%;
		position: relative;
		transition: all 0.5s ease;
	}
	.woocommerce__single-product .container .product section.related .wsp__product-grid .pg__product-card .card__data-container .card__flex-cont {
		display: flex;
		flex-flow: row nowrap;
		justify-content: space-between;
		align-items: center;
	}
	.woocommerce__single-product .container .product section.related .wsp__product-grid .pg__product-card .card__data-container .card__flex-cont .card__category {
		color: rgba(194, 208, 228, 0.5);
		font-size: 15px;
		font-style: normal;
		font-weight: 600;
		line-height: normal;
	}
	.woocommerce__single-product .container .product section.related .wsp__product-grid .pg__product-card .card__data-container .card__flex-cont .card__price {
		display: flex;
		padding: 6px 16px;
		align-items: center;
		gap: 10px;
		text-align: center;
		font-size: 15px;
		font-style: normal;
		font-weight: 800;
		line-height: normal;
		color: rgba(255, 255, 255, 0.4);
		font-size: 16px;
	}
	.woocommerce__single-product .container .product section.related .wsp__product-grid .pg__product-card .card__data-container .card__flex-cont .card__price:not(:has(ins)) {
		border-radius: 44px;
		background: rgba(29, 170, 145, 0.3);
		color: #1DAA91;
		padding: 6px 16px;
		font-weight: 800;
	}
	.woocommerce__single-product .container .product section.related .wsp__product-grid .pg__product-card .card__data-container .card__flex-cont .card__price ins {
		border-radius: 44px;
		background: rgba(29, 170, 145, 0.3);
		color: #1DAA91;
		padding: 6px 16px;
		font-weight: 800;
	}
	.woocommerce__single-product .container .product section.related .wsp__product-grid .pg__product-card .card__data-container .card__title a {
		text-decoration: none;
		font-weight: 700;
		font-size: 32px;
		line-height: 1.2;
		color: white;
		transition: all 0.5s ease-in-out;
		display: flex;
		max-width: 90%;
		outline: none;
	}
	.woocommerce__single-product .container .product section.related .wsp__product-grid .pg__product-card .card__data-container .card__title a:hover {
		color: #1daa91;
	}
	.woocommerce__single-product .container .product section.related .wsp__product-grid .pg__product-card .card__data-container .card__styles-info {
		display: flex;
		align-items: center;
		flex-flow: row nowrap;
		gap: 8px;
	}
	.woocommerce__single-product .container .product section.related .wsp__product-grid .pg__product-card .card__data-container .card__styles-info .styles-icon {
		display: flex;
		flex-flow: row nowrap;
		align-items: center;
		padding-top: 1px;
	}
	.woocommerce__single-product .container .product section.related .wsp__product-grid .pg__product-card .card__data-container .card__styles-info .styles-text {
		color: rgba(255, 255, 255, 0.8);
		font-size: 14px;
		font-style: normal;
		font-weight: 500;
		line-height: 1;
	}
	.woocommerce__single-product .container .product section.related .wsp__product-grid .pg__product-card .card__data-container .card__button {
		margin-top: auto;
		border-radius: 100px;
		background: #1DAA91;
		transition: all 0.5s ease-out;
		width: fit-content;
	}
	.woocommerce__single-product .container .product section.related .wsp__product-grid .pg__product-card .card__data-container .card__button a {
		display: block;
		padding: 12px 32px;
		text-decoration: none;
		color: #141F37;
		text-align: center;
		font-size: 16px;
		font-style: normal;
		font-weight: 700;
		line-height: 1;
	}
	.woocommerce__single-product .container .product section.related .wsp__product-grid .pg__product-card .card__data-container .card__button:hover {
		opacity: 0.8;
	}
	.woocommerce__single-product .container .product section.related .wsp__product-grid .pg__product-card .card__images {
		position: absolute;
		z-index: -1;
		width: 110%;
		height: 100%;
		bottom: -37%;
		right: -34%;
		transition: all 0.5s ease;
	}
	.woocommerce__single-product .container .product section.related .wsp__product-grid .pg__product-card .card__images img {
		position: absolute;
		inset: 0;
		width: 100%;
		height: auto;
		transition: inherit;
	}
	.woocommerce__single-product .container .product section.related .wsp__product-grid .pg__product-card .card__images img.hidden {
		display: none;
	}
}

@media (max-width: 767px) {
	.woocommerce__single-product {
		padding: 20px 1.5rem 20px 1.5rem;
	}
	.woocommerce__single-product .container {
		max-width: 1140px;
		width: 100%;
		margin: 0 auto;
	}
	.woocommerce__single-product .container .back-btn {
		display: flex;
		flex-flow: row nowrap;
		text-decoration: none;
		align-items: center;
		gap: 5px;
		color: white;
		transition: all 0.5s ease;
		margin-bottom: 3rem;
		outline: none;
	}
	.woocommerce__single-product .container .back-btn svg {
		height: 16px;
		width: auto;
		transition: inherit;
	}
	.woocommerce__single-product .container .back-btn div {
		font-size: 16px;
		line-height: 1;
		transition: inherit;
	}
	.woocommerce__single-product .container .back-btn:hover svg {
		transform: translateX(-10px);
	}
	.woocommerce__single-product .container .back-btn:hover div {
		opacity: 0.8;
	}
	.woocommerce__single-product .container .product {
		display: flex;
		flex-flow: column nowrap;
		gap: 0rem;
	}
	.woocommerce__single-product .container .product .onsale {
		width: 60px;
		height: 60px;
		display: flex;
		justify-content: center;
		align-items: center;
		line-height: 1;
		background: #1DAA91;
		color: #0b0c10;
		font-size: 15px;
		transform: rotate(-25deg);
	}
	.woocommerce__single-product .container .product .woocommerce-product-gallery {
		flex: 1 1 100%;
	}
	.woocommerce__single-product .container .product .summary {
		margin-top: 0;
		flex: 1 1 100%;
	}
	.woocommerce__single-product .container .product .summary .product_title {
		text-decoration: none;
		font-weight: 700;
		font-size: 32px;
		line-height: 1.2;
		color: white;
		transition: all 0.5s ease-in-out;
		display: flex;
	}
	.woocommerce__single-product .container .product .summary .product_price {
		width: fit-content;
		display: flex;
		align-items: center;
		gap: 10px;
		border-radius: 44px;
		color: rgba(255, 255, 255, 0.4);
		text-align: center;
		font-size: 16px;
		font-style: normal;
		font-weight: 600;
		line-height: normal;
	}
	.woocommerce__single-product .container .product .summary .product_price:not(:has(ins)) {
		border-radius: 44px;
		background: rgba(29, 170, 145, 0.3);
		color: #1DAA91;
		padding: 6px 16px;
		font-weight: 800;
	}
	.woocommerce__single-product .container .product .summary .product_price ins {
		border-radius: 44px;
		background: rgba(29, 170, 145, 0.3);
		color: #1DAA91;
		padding: 6px 16px;
		font-weight: 800;
	}
	.woocommerce__single-product .container .product .summary .product_excerpt {
		color: rgba(255, 255, 255, 0.7);
	}
	.woocommerce__single-product .container .product .summary .product_excerpt p {
		margin: 0.75rem 0;
	}
	.woocommerce__single-product .container .product .summary .product_excerpt ul {
		margin: 0 0 1.5em 1em;
	}
	.woocommerce__single-product .container .product .summary form {
		margin-bottom: 1rem;
	}
	.woocommerce__single-product .container .product .summary form .variations {
		padding: 1rem 0;
		margin-bottom: 2rem;
		border-top: 1px solid rgba(255, 255, 255, 0.1);
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	}
	.woocommerce__single-product .container .product .summary form .variations .label {
		text-align: left;
	}
	.woocommerce__single-product .container .product .summary form .variations .label .woo-selected-variation-item-name {
		color: white;
	}
	.woocommerce__single-product .container .product .summary form .variations .label label[for="pa_color"] {
		color: white;
	}
	.woocommerce__single-product .container .product .summary form .variations .value .reset_variations {
		text-decoration: none;
		color: #1DAA91;
		transition: all 0.5s ease;
	}
	.woocommerce__single-product .container .product .summary form .variations .value .reset_variations:hover {
		opacity: 0.8;
	}
	.woocommerce__single-product .container .product .summary .product_add_to_cart {
		display: flex;
		flex-flow: row nowrap;
		gap: 6px;
	}
	.woocommerce__single-product .container .product .summary .product_add_to_cart .single_add_to_cart_button {
		flex: 1 1 60%;
		float: none;
		background: #1DAA91;
		color: #0b0c10;
		padding: 14px 0px;
		transition: all 0.5s ease;
	}
	.woocommerce__single-product .container .product .summary .product_add_to_cart .single_add_to_cart_button:hover {
		opacity: 0.6;
	}
	.woocommerce__single-product .container .product section.related {
		flex: 1 1 100%;
	}
	.woocommerce__single-product .container .product section.related h2 {
		color: white;
	}
	.woocommerce__single-product .container .product section.related .wsp__product-grid {
		margin-top: 2rem;
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		grid-auto-rows: max-content;
		gap: 1rem;
	}
	.woocommerce__single-product .container .product section.related .wsp__product-grid .pg__product-card {
		height: 600px;
		overflow: hidden;
		position: relative;
		border-radius: 8px;
		border: 1px solid rgba(194, 208, 228, 0.15);
		background: rgba(194, 208, 228, 0.05);
		backdrop-filter: blur(20px);
		transition: all 0.5s ease-in-out;
		display: flex;
		flex-flow: column nowrap;
	}
	.woocommerce__single-product .container .product section.related .wsp__product-grid .pg__product-card:hover {
		border: 1px solid rgba(194, 208, 228, 0.45);
		background: rgba(194, 208, 228, 0.12);
	}
	.woocommerce__single-product .container .product section.related .wsp__product-grid .pg__product-card .card__swatches-container {
		z-index: 100;
		position: absolute;
		right: 15%;
		bottom: 20%;
		display: flex;
		flex-flow: row nowrap;
		align-items: center;
		gap: 5px;
	}
	.woocommerce__single-product .container .product section.related .wsp__product-grid .pg__product-card .card__swatches-container .swatches-dot {
		margin: 2px;
		height: 18px;
		width: 18px;
		border-radius: 100px;
		transform: scale(1);
		background: rgba(255, 255, 255, 0.95);
		box-shadow: 0 0 0 0 white;
		animation: pulse-white 2s infinite;
		cursor: pointer;
	}
	.woocommerce__single-product .container .product section.related .wsp__product-grid .pg__product-card .card__swatches-container .swatches-row {
		padding: 3px 4px;
		border-radius: 100px;
		background: rgba(255, 255, 255, 0.2);
		backdrop-filter: blur(20px);
		display: flex;
		flex-flow: row nowrap;
		gap: 3px;
		width: 0px;
		opacity: 0;
	}
	.woocommerce__single-product .container .product section.related .wsp__product-grid .pg__product-card .card__swatches-container .swatches-row .single-swatch {
		flex: 0 0 auto;
		height: 24px;
		width: 24px;
		border-radius: 100px;
		border: 1px solid transparent;
		transform: translateY(-15px);
		opacity: 0;
		transition: all 0.1s cubic-bezier(1, -1.2, 1, 2.2);
		transition-delay: calc(1s * var(--o));
		pointer-events: none;
		cursor: pointer;
		padding: 2px;
		background-clip: content-box;
	}
	.woocommerce__single-product .container .product section.related .wsp__product-grid .pg__product-card .card__swatches-container .swatches-row .single-swatch:hover {
		opacity: 0.5;
	}
	.woocommerce__single-product .container .product section.related .wsp__product-grid .pg__product-card .card__swatches-container .swatches-row .single-swatch.activeSwatch {
		border-color: rgba(255, 255, 255, 0.9);
	}
	.woocommerce__single-product .container .product section.related .wsp__product-grid .pg__product-card .card__swatches-container:hover .swatches-dot {
		animation: none;
	}
	.woocommerce__single-product .container .product section.related .wsp__product-grid .pg__product-card .card__swatches-container:hover .swatches-row {
		opacity: 1;
		--elementsNum: attr(data-number);
		width: calc(var(--elementsNum) * 24px + 8px + (var(--elementsNum) - 1) * 3px);
	}
	.woocommerce__single-product .container .product section.related .wsp__product-grid .pg__product-card .card__swatches-container:hover .swatches-row .single-swatch {
		pointer-events: all;
		transition: all 0.2s ease-out, border 0.4s ease;
		transition-delay: calc(1s * var(--i)), 0s;
		transform: translateY(0px);
		opacity: 1;
	}
	.woocommerce__single-product .container .product section.related .wsp__product-grid .pg__product-card .card__swatches-container:hover ~ .card__images {
		z-index: 11;
	}
	.woocommerce__single-product .container .product section.related .wsp__product-grid .pg__product-card .card__swatches-container:hover ~ .card__images img {
		transform: scale(1.2);
		filter: brightness(1.3);
	}
	.woocommerce__single-product .container .product section.related .wsp__product-grid .pg__product-card .card__swatches-container:hover ~ .card__overlay {
		opacity: 1;
		z-index: 10;
	}
	.woocommerce__single-product .container .product section.related .wsp__product-grid .pg__product-card .card__overlay {
		position: absolute;
		inset: 0;
		width: 100%;
		height: 100%;
		background: rgba(11, 12, 16, 0.65);
		backdrop-filter: blur(20px);
		-webkit-backdrop-filter: blur(20px);
		opacity: 0;
		z-index: -5;
		transition: all 0.5s ease;
	}
	.woocommerce__single-product .container .product section.related .wsp__product-grid .pg__product-card .card__data-container {
		padding: 30px;
		display: flex;
		flex-flow: column nowrap;
		gap: 1rem;
		height: 100%;
		position: relative;
		transition: all 0.5s ease;
	}
	.woocommerce__single-product .container .product section.related .wsp__product-grid .pg__product-card .card__data-container .card__flex-cont {
		display: flex;
		flex-flow: row nowrap;
		justify-content: space-between;
		align-items: center;
	}
	.woocommerce__single-product .container .product section.related .wsp__product-grid .pg__product-card .card__data-container .card__flex-cont .card__category {
		color: rgba(194, 208, 228, 0.5);
		font-size: 15px;
		font-style: normal;
		font-weight: 600;
		line-height: normal;
	}
	.woocommerce__single-product .container .product section.related .wsp__product-grid .pg__product-card .card__data-container .card__flex-cont .card__price {
		display: flex;
		padding: 6px 16px;
		align-items: center;
		gap: 10px;
		text-align: center;
		font-size: 15px;
		font-style: normal;
		font-weight: 800;
		line-height: normal;
		color: rgba(255, 255, 255, 0.4);
		font-size: 16px;
	}
	.woocommerce__single-product .container .product section.related .wsp__product-grid .pg__product-card .card__data-container .card__flex-cont .card__price:not(:has(ins)) {
		border-radius: 44px;
		background: rgba(29, 170, 145, 0.3);
		color: #1DAA91;
		padding: 6px 16px;
		font-weight: 800;
	}
	.woocommerce__single-product .container .product section.related .wsp__product-grid .pg__product-card .card__data-container .card__flex-cont .card__price ins {
		border-radius: 44px;
		background: rgba(29, 170, 145, 0.3);
		color: #1DAA91;
		padding: 6px 16px;
		font-weight: 800;
	}
	.woocommerce__single-product .container .product section.related .wsp__product-grid .pg__product-card .card__data-container .card__title a {
		text-decoration: none;
		font-weight: 700;
		font-size: 32px;
		line-height: 1.2;
		color: white;
		transition: all 0.5s ease-in-out;
		display: flex;
		max-width: 90%;
		outline: none;
	}
	.woocommerce__single-product .container .product section.related .wsp__product-grid .pg__product-card .card__data-container .card__title a:hover {
		color: #1daa91;
	}
	.woocommerce__single-product .container .product section.related .wsp__product-grid .pg__product-card .card__data-container .card__styles-info {
		display: flex;
		align-items: center;
		flex-flow: row nowrap;
		gap: 8px;
	}
	.woocommerce__single-product .container .product section.related .wsp__product-grid .pg__product-card .card__data-container .card__styles-info .styles-icon {
		display: flex;
		flex-flow: row nowrap;
		align-items: center;
		padding-top: 1px;
	}
	.woocommerce__single-product .container .product section.related .wsp__product-grid .pg__product-card .card__data-container .card__styles-info .styles-text {
		color: rgba(255, 255, 255, 0.8);
		font-size: 14px;
		font-style: normal;
		font-weight: 500;
		line-height: 1;
	}
	.woocommerce__single-product .container .product section.related .wsp__product-grid .pg__product-card .card__data-container .card__button {
		margin-top: auto;
		border-radius: 100px;
		background: #1DAA91;
		transition: all 0.5s ease-out;
		width: fit-content;
	}
	.woocommerce__single-product .container .product section.related .wsp__product-grid .pg__product-card .card__data-container .card__button a {
		display: block;
		padding: 12px 32px;
		text-decoration: none;
		color: #141F37;
		text-align: center;
		font-size: 16px;
		font-style: normal;
		font-weight: 700;
		line-height: 1;
	}
	.woocommerce__single-product .container .product section.related .wsp__product-grid .pg__product-card .card__data-container .card__button:hover {
		opacity: 0.8;
	}
	.woocommerce__single-product .container .product section.related .wsp__product-grid .pg__product-card .card__images {
		position: absolute;
		z-index: -1;
		width: 100%;
		height: 100%;
		bottom: -30%;
		right: -30%;
		transition: all 0.5s ease;
	}
	.woocommerce__single-product .container .product section.related .wsp__product-grid .pg__product-card .card__images img {
		position: absolute;
		inset: 0;
		width: 100%;
		height: auto;
		transition: inherit;
	}
	.woocommerce__single-product .container .product section.related .wsp__product-grid .pg__product-card .card__images img.hidden {
		display: none;
	}
}

@media (max-width: 576px) {
	.woocommerce__single-product {
		padding: 20px 1.5rem 20px 1.5rem;
	}
	.woocommerce__single-product .container {
		max-width: 1140px;
		width: 100%;
		margin: 0 auto;
	}
	.woocommerce__single-product .container .back-btn {
		display: flex;
		flex-flow: row nowrap;
		text-decoration: none;
		align-items: center;
		gap: 5px;
		color: white;
		transition: all 0.5s ease;
		margin-bottom: 3rem;
		outline: none;
	}
	.woocommerce__single-product .container .back-btn svg {
		height: 16px;
		width: auto;
		transition: inherit;
	}
	.woocommerce__single-product .container .back-btn div {
		font-size: 16px;
		line-height: 1;
		transition: inherit;
	}
	.woocommerce__single-product .container .back-btn:hover svg {
		transform: translateX(-10px);
	}
	.woocommerce__single-product .container .back-btn:hover div {
		opacity: 0.8;
	}
	.woocommerce__single-product .container .product {
		display: flex;
		flex-flow: column nowrap;
		gap: 0rem;
	}
	.woocommerce__single-product .container .product .onsale {
		width: 60px;
		height: 60px;
		display: flex;
		justify-content: center;
		align-items: center;
		line-height: 1;
		background: #1DAA91;
		color: #0b0c10;
		font-size: 15px;
		transform: rotate(-25deg);
	}
	.woocommerce__single-product .container .product .woocommerce-product-gallery {
		flex: 1 1 100%;
	}
	.woocommerce__single-product .container .product .summary {
		margin-top: 0;
		flex: 1 1 100%;
	}
	.woocommerce__single-product .container .product .summary .product_title {
		text-decoration: none;
		font-weight: 700;
		font-size: 32px;
		line-height: 1.2;
		color: white;
		transition: all 0.5s ease-in-out;
		display: flex;
	}
	.woocommerce__single-product .container .product .summary .product_price {
		width: fit-content;
		display: flex;
		align-items: center;
		gap: 10px;
		border-radius: 44px;
		color: rgba(255, 255, 255, 0.4);
		text-align: center;
		font-size: 16px;
		font-style: normal;
		font-weight: 600;
		line-height: normal;
	}
	.woocommerce__single-product .container .product .summary .product_price:not(:has(ins)) {
		border-radius: 44px;
		background: rgba(29, 170, 145, 0.3);
		color: #1DAA91;
		padding: 6px 16px;
		font-weight: 800;
	}
	.woocommerce__single-product .container .product .summary .product_price ins {
		border-radius: 44px;
		background: rgba(29, 170, 145, 0.3);
		color: #1DAA91;
		padding: 6px 16px;
		font-weight: 800;
	}
	.woocommerce__single-product .container .product .summary .product_excerpt {
		color: rgba(255, 255, 255, 0.7);
	}
	.woocommerce__single-product .container .product .summary .product_excerpt p {
		margin: 0.75rem 0;
	}
	.woocommerce__single-product .container .product .summary .product_excerpt ul {
		margin: 0 0 1.5em 1em;
	}
	.woocommerce__single-product .container .product .summary form {
		margin-bottom: 1rem;
	}
	.woocommerce__single-product .container .product .summary form .variations {
		padding: 1rem 0;
		margin-bottom: 2rem;
		border-top: 1px solid rgba(255, 255, 255, 0.1);
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	}
	.woocommerce__single-product .container .product .summary form .variations .label {
		text-align: left;
	}
	.woocommerce__single-product .container .product .summary form .variations .label .woo-selected-variation-item-name {
		color: white;
	}
	.woocommerce__single-product .container .product .summary form .variations .label label[for="pa_color"] {
		color: white;
	}
	.woocommerce__single-product .container .product .summary form .variations .value .reset_variations {
		text-decoration: none;
		color: #1DAA91;
		transition: all 0.5s ease;
	}
	.woocommerce__single-product .container .product .summary form .variations .value .reset_variations:hover {
		opacity: 0.8;
	}
	.woocommerce__single-product .container .product .summary .product_add_to_cart {
		display: flex;
		flex-flow: row nowrap;
		gap: 6px;
	}
	.woocommerce__single-product .container .product .summary .product_add_to_cart .single_add_to_cart_button {
		flex: 1 1 60%;
		float: none;
		background: #1DAA91;
		color: #0b0c10;
		padding: 14px 0px;
		transition: all 0.5s ease;
	}
	.woocommerce__single-product .container .product .summary .product_add_to_cart .single_add_to_cart_button:hover {
		opacity: 0.6;
	}
	.woocommerce__single-product .container .product section.related {
		flex: 1 1 100%;
	}
	.woocommerce__single-product .container .product section.related h2 {
		color: white;
	}
	.woocommerce__single-product .container .product section.related .wsp__product-grid {
		margin-top: 2rem;
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		grid-auto-rows: max-content;
		gap: 1rem;
	}
	.woocommerce__single-product .container .product section.related .wsp__product-grid .pg__product-card {
		height: 420px;
		overflow: hidden;
		position: relative;
		border-radius: 8px;
		border: 1px solid rgba(194, 208, 228, 0.15);
		background: rgba(194, 208, 228, 0.05);
		backdrop-filter: unset;
		transition: all 0.5s ease-in-out;
		display: flex;
		flex-flow: column nowrap;
	}
	.woocommerce__single-product .container .product section.related .wsp__product-grid .pg__product-card:hover {
		border: 1px solid rgba(194, 208, 228, 0.35);
		background: unset;
	}
	.woocommerce__single-product .container .product section.related .wsp__product-grid .pg__product-card .card__swatches-container {
		z-index: 100;
		position: absolute;
		right: 15%;
		bottom: 20%;
		display: flex;
		flex-flow: row nowrap;
		align-items: center;
		gap: 5px;
	}
	.woocommerce__single-product .container .product section.related .wsp__product-grid .pg__product-card .card__swatches-container .swatches-dot {
		margin: 2px;
		height: 18px;
		width: 18px;
		border-radius: 100px;
		transform: scale(1);
		background: rgba(255, 255, 255, 0.95);
		box-shadow: 0 0 0 0 white;
		animation: pulse-white 2s infinite;
		cursor: pointer;
		position: relative;
	}
	.woocommerce__single-product .container .product section.related .wsp__product-grid .pg__product-card .card__swatches-container .swatches-dot::before {
		content: '';
		width: 62px;
		height: 62px;
		z-index: -1;
		position: absolute;
		background-color: transparent;
		left: 100%;
		top: 50%;
		transform: translate(-50%, -50%);
	}
	.woocommerce__single-product .container .product section.related .wsp__product-grid .pg__product-card .card__swatches-container .swatches-row {
		padding: 3px 4px;
		border-radius: 100px;
		background: rgba(255, 255, 255, 0.2);
		backdrop-filter: blur(20px);
		display: flex;
		flex-flow: row nowrap;
		gap: 3px;
		width: 0px;
		opacity: 0;
	}
	.woocommerce__single-product .container .product section.related .wsp__product-grid .pg__product-card .card__swatches-container .swatches-row .single-swatch {
		flex: 0 0 auto;
		height: 24px;
		width: 24px;
		border-radius: 100px;
		border: 1px solid transparent;
		transform: translateY(-15px);
		opacity: 0;
		transition: all 0.1s cubic-bezier(1, -1.2, 1, 2.2);
		transition-delay: calc(1s * var(--o));
		pointer-events: none;
		cursor: pointer;
		padding: 2px;
		background-clip: content-box;
	}
	.woocommerce__single-product .container .product section.related .wsp__product-grid .pg__product-card .card__swatches-container .swatches-row .single-swatch:hover {
		opacity: 0.5;
	}
	.woocommerce__single-product .container .product section.related .wsp__product-grid .pg__product-card .card__swatches-container .swatches-row .single-swatch.activeSwatch {
		border-color: rgba(255, 255, 255, 0.9);
	}
	.woocommerce__single-product .container .product section.related .wsp__product-grid .pg__product-card .card__swatches-container:hover .swatches-dot {
		animation: none;
	}
	.woocommerce__single-product .container .product section.related .wsp__product-grid .pg__product-card .card__swatches-container:hover .swatches-row {
		opacity: 1;
		--elementsNum: attr(data-number);
		width: calc(var(--elementsNum) * 24px + 8px + (var(--elementsNum) - 1) * 3px);
	}
	.woocommerce__single-product .container .product section.related .wsp__product-grid .pg__product-card .card__swatches-container:hover .swatches-row .single-swatch {
		pointer-events: all;
		transition: all 0.2s ease-out, border 0.4s ease;
		transition-delay: calc(1s * var(--i)), 0s;
		transform: translateY(0px);
		opacity: 1;
	}
	.woocommerce__single-product .container .product section.related .wsp__product-grid .pg__product-card .card__swatches-container:hover ~ .card__images {
		z-index: 11;
	}
	.woocommerce__single-product .container .product section.related .wsp__product-grid .pg__product-card .card__swatches-container:hover ~ .card__images img {
		transform: scale(1.2);
		filter: unset;
	}
	.woocommerce__single-product .container .product section.related .wsp__product-grid .pg__product-card .card__swatches-container:hover ~ .card__overlay {
		opacity: 1;
		z-index: 10;
	}
	.woocommerce__single-product .container .product section.related .wsp__product-grid .pg__product-card .card__overlay {
		position: absolute;
		inset: 0;
		width: 100%;
		height: 100%;
		background: rgba(11, 12, 16, 0.85);
		backdrop-filter: unset;
		-webkit-backdrop-filter: unset;
		opacity: 0;
		z-index: -5;
		transition: all 0.5s ease;
	}
	.woocommerce__single-product .container .product section.related .wsp__product-grid .pg__product-card .card__data-container {
		padding: 30px;
		display: flex;
		flex-flow: column nowrap;
		gap: 1rem;
		height: 100%;
		position: relative;
		transition: all 0.5s ease;
	}
	.woocommerce__single-product .container .product section.related .wsp__product-grid .pg__product-card .card__data-container .card__flex-cont {
		display: flex;
		flex-flow: row nowrap;
		justify-content: space-between;
		align-items: center;
	}
	.woocommerce__single-product .container .product section.related .wsp__product-grid .pg__product-card .card__data-container .card__flex-cont .card__category {
		color: rgba(194, 208, 228, 0.5);
		font-size: 15px;
		font-style: normal;
		font-weight: 600;
		line-height: normal;
	}
	.woocommerce__single-product .container .product section.related .wsp__product-grid .pg__product-card .card__data-container .card__flex-cont .card__price {
		display: flex;
		padding: 6px 16px;
		align-items: center;
		gap: 10px;
		text-align: center;
		font-size: 15px;
		font-style: normal;
		font-weight: 800;
		line-height: normal;
		color: rgba(255, 255, 255, 0.4);
		font-size: 16px;
	}
	.woocommerce__single-product .container .product section.related .wsp__product-grid .pg__product-card .card__data-container .card__flex-cont .card__price:not(:has(ins)) {
		border-radius: 44px;
		background: rgba(29, 170, 145, 0.3);
		color: #1DAA91;
		padding: 6px 16px;
		font-weight: 800;
	}
	.woocommerce__single-product .container .product section.related .wsp__product-grid .pg__product-card .card__data-container .card__flex-cont .card__price ins {
		border-radius: 44px;
		background: rgba(29, 170, 145, 0.3);
		color: #1DAA91;
		padding: 6px 16px;
		font-weight: 800;
	}
	.woocommerce__single-product .container .product section.related .wsp__product-grid .pg__product-card .card__data-container .card__title a {
		text-decoration: none;
		font-weight: 700;
		font-size: 32px;
		line-height: 1.2;
		color: white;
		transition: all 0.5s ease-in-out;
		display: flex;
		max-width: 90%;
		outline: none;
	}
	.woocommerce__single-product .container .product section.related .wsp__product-grid .pg__product-card .card__data-container .card__title a:hover {
		color: #1daa91;
	}
	.woocommerce__single-product .container .product section.related .wsp__product-grid .pg__product-card .card__data-container .card__styles-info {
		display: flex;
		align-items: center;
		flex-flow: row nowrap;
		gap: 8px;
	}
	.woocommerce__single-product .container .product section.related .wsp__product-grid .pg__product-card .card__data-container .card__styles-info .styles-icon {
		display: flex;
		flex-flow: row nowrap;
		align-items: center;
		padding-top: 1px;
	}
	.woocommerce__single-product .container .product section.related .wsp__product-grid .pg__product-card .card__data-container .card__styles-info .styles-text {
		color: rgba(255, 255, 255, 0.8);
		font-size: 14px;
		font-style: normal;
		font-weight: 500;
		line-height: 1;
	}
	.woocommerce__single-product .container .product section.related .wsp__product-grid .pg__product-card .card__data-container .card__button {
		margin-top: auto;
		border-radius: 100px;
		background: #1DAA91;
		transition: all 0.5s ease-out;
		width: fit-content;
	}
	.woocommerce__single-product .container .product section.related .wsp__product-grid .pg__product-card .card__data-container .card__button a {
		display: block;
		padding: 12px 32px;
		text-decoration: none;
		color: #141F37;
		text-align: center;
		font-size: 16px;
		font-style: normal;
		font-weight: 700;
		line-height: 1;
	}
	.woocommerce__single-product .container .product section.related .wsp__product-grid .pg__product-card .card__data-container .card__button:hover {
		opacity: 0.8;
	}
	.woocommerce__single-product .container .product section.related .wsp__product-grid .pg__product-card .card__images {
		position: absolute;
		z-index: -1;
		width: 100%;
		height: 100%;
		bottom: -30%;
		right: -30%;
		transition: all 0.5s ease;
	}
	.woocommerce__single-product .container .product section.related .wsp__product-grid .pg__product-card .card__images img {
		position: absolute;
		inset: 0;
		width: 100%;
		height: auto;
		transition: inherit;
	}
	.woocommerce__single-product .container .product section.related .wsp__product-grid .pg__product-card .card__images img.hidden {
		display: none;
	}
}

/**
 * Notices
 */
.woocommerce-notices-wrapper {
	padding: 0 !important;
}

.woocommerce-message {
	border: 1px solid #1DAA9180;
	border-top-color: #1DAA9180;
	background-color: #1DAA9120;
	border-radius: 6px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 1em 2em 1em 2em;
	flex-flow: row nowrap;
	color: #1DAA91;
	font-weight: 600;
}

.woocommerce-message a.button, .woocommerce-message a.restore-item {
	order: 2;
	background: #1DAA91;
	color: #0b0c10;
	border-radius: 10px;
	transition: all 0.5s ease;
	text-decoration: none;
	color: #0b0c10;
	font-weight: 600;
	display: block;
	outline: none;
	padding: 12px 20px;
}

.woocommerce-message a.button:hover, .woocommerce-message a.restore-item:hover {
	color: #0b0c10;
	opacity: 0.8;
	background: #1DAA91;
}

.woocommerce-message::before, .woocommerce-message::after {
	content: unset;
	clear: none;
}

@media (max-width: 576px) {
	.woocommerce-message {
		display: flex;
		flex-flow: row wrap;
		gap: 1rem;
	}
}

.woocommerce-error,
.woocommerce-error--normal {
	margin-left: 0;
	list-style: none;
	border: 1px solid #FF313180;
	border-top-color: #FF313180;
	background-color: #FF313120;
	border-radius: 6px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 1em 2em 1em 2em;
	flex-flow: row nowrap;
	color: #FF3131;
}

.woocommerce-error .notice-text,
.woocommerce-error--normal .notice-text {
	color: #FF3131;
	font-weight: 600;
}

.woocommerce-error .notice-button,
.woocommerce-error--normal .notice-button {
	background: #FF3131;
	color: #0b0c10;
	border-radius: 10px;
	padding: 12px 20px;
	transition: all 0.5s ease;
	border: none;
	cursor: pointer;
	margin: 0;
}

.woocommerce-error .notice-button a,
.woocommerce-error--normal .notice-button a {
	text-decoration: none;
	color: #0b0c10;
	font-weight: 600;
	height: 100%;
	width: 100%;
	display: block;
	outline: none;
}

.woocommerce-error .notice-button:hover,
.woocommerce-error--normal .notice-button:hover {
	opacity: 0.8;
}

.woocommerce-error::before, .woocommerce-error::after,
.woocommerce-error--normal::before,
.woocommerce-error--normal::after {
	content: unset;
	clear: none;
}

.woocommerce-info {
	border: 1px solid rgba(255, 255, 255, 0.4);
	border-top-color: rgba(255, 255, 255, 0.4);
	background-color: rgba(255, 255, 255, 0.1);
	border-radius: 6px;
	padding: 1em 2em 1em 2em;
	flex-flow: row nowrap;
	color: white;
	font-weight: 600;
	margin-bottom: 1rem;
}

.woocommerce-info a {
	text-decoration: none;
	color: #1DAA91;
	outline: none;
}

.woocommerce-info::before, .woocommerce-info::after {
	content: unset;
	clear: none;
}

/**
 * Cart
 */
.woocommerce__cart-page {
	padding: 120px 1.5rem 120px 1.5rem;
}

.woocommerce__cart-page .container {
	max-width: 1140px;
	width: 100%;
	margin: 0 auto;
}

.woocommerce__cart-page .container .shop-btn {
	display: flex;
	flex-flow: row nowrap;
	text-decoration: none;
	align-items: center;
	gap: 5px;
	color: white;
	transition: all 0.5s ease;
	margin-bottom: 3rem;
	outline: none;
	width: fit-content;
}

.woocommerce__cart-page .container .shop-btn svg {
	height: 16px;
	width: auto;
	transition: inherit;
}

.woocommerce__cart-page .container .shop-btn div {
	font-size: 16px;
	line-height: 1;
	transition: inherit;
}

.woocommerce__cart-page .container .shop-btn:hover svg {
	transform: translateX(-10px);
}

.woocommerce__cart-page .container .shop-btn:hover div {
	opacity: 0.8;
}

.woocommerce__cart-page .container .cp__title {
	font-weight: 700;
	font-size: 32px;
	line-height: 1.2;
	color: white;
}

.woocommerce__cart-page .container form.woocommerce-cart-form {
	margin-top: 3rem;
	display: flex;
	flex-flow: row wrap;
	gap: 1rem;
}

.woocommerce__cart-page .container form.woocommerce-cart-form.empty-cart-overlay .cart__product-list {
	position: relative;
	overflow: hidden;
}

.woocommerce__cart-page .container form.woocommerce-cart-form.empty-cart-overlay .cart__product-list .cart__update {
	margin-top: auto;
}

.woocommerce__cart-page .container form.woocommerce-cart-form.empty-cart-overlay .cart__product-list::before {
	content: 'Your cart is empty.';
	display: flex;
	justify-content: center;
	align-items: center;
	color: rgba(255, 255, 255, 0.8);
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	background: rgba(14, 16, 23, 0.85);
}

.woocommerce__cart-page .container form.woocommerce-cart-form.empty-cart-overlay .cart-collaterals .cart-coupon {
	position: relative;
	overflow: hidden;
}

.woocommerce__cart-page .container form.woocommerce-cart-form.empty-cart-overlay .cart-collaterals .cart-coupon::before {
	content: '';
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	background: rgba(14, 16, 23, 0.85);
}

.woocommerce__cart-page .container form.woocommerce-cart-form.empty-cart-overlay .cart-collaterals .cart-totals-container {
	position: relative;
	overflow: hidden;
}

.woocommerce__cart-page .container form.woocommerce-cart-form.empty-cart-overlay .cart-collaterals .cart-totals-container::before {
	content: '';
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	background: rgba(14, 16, 23, 0.85);
}

.woocommerce__cart-page .container form.woocommerce-cart-form .cart__product-list {
	flex: 1 1 50%;
	border: 1px solid rgba(194, 208, 228, 0.15);
	border-radius: 8px;
	background: rgba(194, 208, 228, 0.05);
	padding: 2rem;
	display: flex;
	flex-flow: column nowrap;
}

.woocommerce__cart-page .container form.woocommerce-cart-form .cart__product-list .cart__title h2 {
	font-weight: 500;
	margin-top: 0;
	color: white;
	font-size: 20px;
}

.woocommerce__cart-page .container form.woocommerce-cart-form .cart__product-list .cart__product-container {
	display: flex;
	flex-flow: column nowrap;
	gap: 1rem;
}

.woocommerce__cart-page .container form.woocommerce-cart-form .cart__product-list .cart__product-container .cart__single-product {
	border-radius: 8px;
	background: rgba(194, 208, 228, 0.05);
	padding: 1rem;
	position: relative;
	display: flex;
	flex-flow: row nowrap;
	gap: 1.4rem;
	transition: all 0.5s ease;
}

.woocommerce__cart-page .container form.woocommerce-cart-form .cart__product-list .cart__product-container .cart__single-product .product-remove {
	position: absolute;
	padding: inherit;
	right: 0;
	top: 0;
}

.woocommerce__cart-page .container form.woocommerce-cart-form .cart__product-list .cart__product-container .cart__single-product .product-remove a {
	text-decoration: none;
	color: rgba(255, 255, 255, 0.3);
	transition: all 0.5s ease;
}

.woocommerce__cart-page .container form.woocommerce-cart-form .cart__product-list .cart__product-container .cart__single-product .product-remove a:hover {
	opacity: 0.6;
}

.woocommerce__cart-page .container form.woocommerce-cart-form .cart__product-list .cart__product-container .cart__single-product .product-thumbnail {
	background-color: rgba(255, 255, 255, 0.08);
	border-radius: 8px;
}

.woocommerce__cart-page .container form.woocommerce-cart-form .cart__product-list .cart__product-container .cart__single-product .product-thumbnail a {
	display: flex;
	justify-content: center;
	align-items: center;
	outline: none;
}

.woocommerce__cart-page .container form.woocommerce-cart-form .cart__product-list .cart__product-container .cart__single-product .product-thumbnail a img {
	height: 100%;
	width: auto;
}

.woocommerce__cart-page .container form.woocommerce-cart-form .cart__product-list .cart__product-container .cart__single-product .product-info {
	flex: 1 1 auto;
	display: flex;
	flex-flow: column nowrap;
	gap: 0.5rem;
	padding-right: 3rem;
}

.woocommerce__cart-page .container form.woocommerce-cart-form .cart__product-list .cart__product-container .cart__single-product .product-info .product-name a {
	text-decoration: none;
	color: white;
	font-weight: 600;
	font-size: 18px;
	outline: none;
	transition: all 0.5s ease;
}

.woocommerce__cart-page .container form.woocommerce-cart-form .cart__product-list .cart__product-container .cart__single-product .product-info .product-name a span {
	color: #1DAA91;
}

.woocommerce__cart-page .container form.woocommerce-cart-form .cart__product-list .cart__product-container .cart__single-product .product-info .product-name a:hover {
	opacity: 0.6;
}

.woocommerce__cart-page .container form.woocommerce-cart-form .cart__product-list .cart__product-container .cart__single-product .product-info .product-variations {
	display: flex;
	flex-flow: row wrap;
	gap: 5px;
}

.woocommerce__cart-page .container form.woocommerce-cart-form .cart__product-list .cart__product-container .cart__single-product .product-info .product-variations .single-variation {
	padding: 6px 12px 7px;
	border-radius: 100px;
	background: rgba(255, 255, 255, 0.07);
	line-height: 1;
	color: rgba(255, 255, 255, 0.9);
	border: 1px solid rgba(255, 255, 255, 0.2);
	width: fit-content;
	font-size: 13px;
	display: flex;
	align-items: center;
	gap: 4px;
	font-weight: 600;
}

.woocommerce__cart-page .container form.woocommerce-cart-form .cart__product-list .cart__product-container .cart__single-product .product-info .product-variations .single-variation.sv-color::before {
	content: '';
	display: inline-block;
	width: 13px;
	height: 13px;
	background: var(--before-color);
	border-radius: 100px;
}

.woocommerce__cart-page .container form.woocommerce-cart-form .cart__product-list .cart__product-container .cart__single-product .product-info .product-flex-container {
	display: flex;
	align-items: center;
	gap: 6px;
	margin-top: auto;
}

.woocommerce__cart-page .container form.woocommerce-cart-form .cart__product-list .cart__product-container .cart__single-product .product-info .product-flex-container .product-subtotal {
	font-size: 14px;
	line-height: 1;
	border-radius: 44px;
	background: rgba(255, 255, 255, 0.07);
	color: rgba(255, 255, 255, 0.8);
	padding: 6px 14px;
	font-weight: 700;
	width: fit-content;
	align-self: flex-start;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.woocommerce__cart-page .container form.woocommerce-cart-form .cart__product-list .cart__product-container .cart__single-product:hover {
	background: rgba(194, 208, 228, 0.1);
}

.woocommerce__cart-page .container form.woocommerce-cart-form .cart__product-list .cart__update {
	margin-top: 2rem;
	width: 100%;
}

.woocommerce__cart-page .container form.woocommerce-cart-form .cart__product-list .cart__update button {
	width: 100%;
	border: none;
	outline: none;
	background: rgba(255, 255, 255, 0.07);
	color: rgba(255, 255, 255, 0.8);
	border-radius: 10px;
	line-height: 1;
	padding: 20px 20px;
	font-weight: 600;
	transition: all 0.5s ease;
	cursor: pointer;
}

.woocommerce__cart-page .container form.woocommerce-cart-form .cart__product-list .cart__update button:hover {
	background: rgba(255, 255, 255, 0.15);
}

.woocommerce__cart-page .container form.woocommerce-cart-form .cart__product-list .cart__update button:disabled {
	pointer-events: none;
	color: rgba(255, 255, 255, 0.3);
	background: rgba(255, 255, 255, 0.02);
}

.woocommerce__cart-page .container form.woocommerce-cart-form .cart-collaterals {
	flex: 1 1 34%;
	display: flex;
	flex-flow: column nowrap;
	gap: 1rem;
}

.woocommerce__cart-page .container form.woocommerce-cart-form .cart-collaterals .cart-coupon {
	height: fit-content;
	border: 1px solid rgba(194, 208, 228, 0.15);
	border-radius: 8px;
	background: rgba(194, 208, 228, 0.05);
	padding: 2rem;
}

.woocommerce__cart-page .container form.woocommerce-cart-form .cart-collaterals .cart-coupon .coupon__title {
	font-weight: 500;
	margin-top: 0;
	color: white;
	font-size: 20px;
}

.woocommerce__cart-page .container form.woocommerce-cart-form .cart-collaterals .cart-coupon .coupon {
	display: flex;
	align-items: center;
	gap: 10px;
}

.woocommerce__cart-page .container form.woocommerce-cart-form .cart-collaterals .cart-coupon .coupon input {
	flex: 1 1 auto;
	background: transparent;
	outline: none;
	border: 1px solid rgba(255, 255, 255, 0.25);
	color: white;
	padding: 10px 20px;
	border-radius: 6px;
}

.woocommerce__cart-page .container form.woocommerce-cart-form .cart-collaterals .cart-coupon .coupon input::placeholder {
	color: rgba(255, 255, 255, 0.4);
}

.woocommerce__cart-page .container form.woocommerce-cart-form .cart-collaterals .cart-coupon .coupon button {
	background: #1DAA91;
	color: #0b0c10;
	padding: 4px 16px;
	transition: all 0.5s ease;
	border-radius: 6px;
	text-decoration: none;
	font-weight: 700;
	letter-spacing: normal;
	font-size: 15px;
	line-height: 1;
	outline: none;
	align-self: stretch;
	border: none;
	cursor: pointer;
	font-size: 16px;
	font-weight: 600;
}

.woocommerce__cart-page .container form.woocommerce-cart-form .cart-collaterals .cart-coupon .coupon button:hover {
	opacity: 0.8;
}

.woocommerce__cart-page .container form.woocommerce-cart-form .cart-collaterals .cart-totals-container {
	height: fit-content;
	border: 1px solid rgba(194, 208, 228, 0.15);
	border-radius: 8px;
	background: rgba(194, 208, 228, 0.05);
	padding: 2rem;
}

.woocommerce__cart-page .container form.woocommerce-cart-form .cart-collaterals .cart-totals-container h2 {
	font-weight: 500;
	margin-top: 0;
	color: white;
	font-size: 20px;
}

.woocommerce__cart-page .container form.woocommerce-cart-form .cart-collaterals .cart-totals-container .shop_table .cart-subtotal {
	color: white;
}

.woocommerce__cart-page .container form.woocommerce-cart-form .cart-collaterals .cart-totals-container .shop_table .cart-subtotal th,
.woocommerce__cart-page .container form.woocommerce-cart-form .cart-collaterals .cart-totals-container .shop_table .cart-subtotal td {
	padding: 0 0 10px 0;
}

.woocommerce__cart-page .container form.woocommerce-cart-form .cart-collaterals .cart-totals-container .shop_table .cart-subtotal td {
	text-align: right;
}

.woocommerce__cart-page .container form.woocommerce-cart-form .cart-collaterals .cart-totals-container .shop_table .order-total {
	color: #1DAA91;
}

.woocommerce__cart-page .container form.woocommerce-cart-form .cart-collaterals .cart-totals-container .shop_table .order-total th,
.woocommerce__cart-page .container form.woocommerce-cart-form .cart-collaterals .cart-totals-container .shop_table .order-total td {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	padding: 10px 0 0 0;
}

.woocommerce__cart-page .container form.woocommerce-cart-form .cart-collaterals .cart-totals-container .shop_table .order-total td {
	text-align: right;
}

.woocommerce__cart-page .container form.woocommerce-cart-form .cart-collaterals .cart-totals-container .shop_table .cart-discount {
	color: white;
}

.woocommerce__cart-page .container form.woocommerce-cart-form .cart-collaterals .cart-totals-container .shop_table .cart-discount th,
.woocommerce__cart-page .container form.woocommerce-cart-form .cart-collaterals .cart-totals-container .shop_table .cart-discount td {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	padding: 10px 0 10px 0;
}

.woocommerce__cart-page .container form.woocommerce-cart-form .cart-collaterals .cart-totals-container .shop_table .cart-discount td {
	text-align: right;
}

.woocommerce__cart-page .container form.woocommerce-cart-form .cart-collaterals .cart-totals-container .shop_table .cart-discount .coupon-wrapper {
	border-radius: 6px;
	background: #1DAA9120;
	color: #1DAA91;
	padding: 2px 6px;
	line-height: 1;
}

.woocommerce__cart-page .container form.woocommerce-cart-form .cart-collaterals .cart-totals-container .checkout-button {
	font-size: 18px !important;
}

.woocommerce__cart-page .container form.woocommerce-cart-form .cart-collaterals .cart-totals-container .wc-logos {
	display: flex;
	justify-content: space-between;
	gap: 8px;
}

.woocommerce__cart-page .container form.woocommerce-cart-form .cart-collaterals .cart-totals-container .wc-logos img {
	height: 20px;
	width: auto;
}

@media (max-width: 992px) {
	.woocommerce__cart-page {
		padding: 60px 1.5rem 60px 1.5rem;
	}
	.woocommerce__cart-page .container {
		max-width: 1140px;
		width: 100%;
		margin: 0 auto;
	}
	.woocommerce__cart-page .container .shop-btn {
		display: flex;
		flex-flow: row nowrap;
		text-decoration: none;
		align-items: center;
		gap: 5px;
		color: white;
		transition: all 0.5s ease;
		margin-bottom: 3rem;
		outline: none;
	}
	.woocommerce__cart-page .container .shop-btn svg {
		height: 16px;
		width: auto;
		transition: inherit;
	}
	.woocommerce__cart-page .container .shop-btn div {
		font-size: 16px;
		line-height: 1;
		transition: inherit;
	}
	.woocommerce__cart-page .container .shop-btn:hover svg {
		transform: translateX(-10px);
	}
	.woocommerce__cart-page .container .shop-btn:hover div {
		opacity: 0.8;
	}
	.woocommerce__cart-page .container .cp__title {
		font-weight: 700;
		font-size: 32px;
		line-height: 1.2;
		color: white;
	}
	.woocommerce__cart-page .container form.woocommerce-cart-form {
		margin-top: 2rem;
		display: flex;
		flex-flow: row wrap;
		gap: 1rem;
	}
	.woocommerce__cart-page .container form.woocommerce-cart-form .cart__product-list {
		flex: 1 1 100%;
		border: 1px solid rgba(194, 208, 228, 0.15);
		border-radius: 8px;
		background: rgba(194, 208, 228, 0.05);
		padding: 1rem;
	}
	.woocommerce__cart-page .container form.woocommerce-cart-form .cart__product-list .cart__title h2 {
		font-weight: 500;
		margin-top: 0;
		color: white;
		font-size: 18px;
	}
	.woocommerce__cart-page .container form.woocommerce-cart-form .cart__product-list .cart__product-container {
		display: flex;
		flex-flow: column nowrap;
		gap: 1rem;
	}
	.woocommerce__cart-page .container form.woocommerce-cart-form .cart__product-list .cart__product-container .cart__single-product {
		border-radius: 8px;
		background: rgba(194, 208, 228, 0.05);
		padding: 1rem;
		position: relative;
		display: flex;
		flex-flow: row wrap;
		gap: 1.4rem;
		transition: all 0.5s ease;
	}
	.woocommerce__cart-page .container form.woocommerce-cart-form .cart__product-list .cart__product-container .cart__single-product .product-remove {
		position: absolute;
		padding: inherit;
		right: 10px;
		top: 10px;
	}
	.woocommerce__cart-page .container form.woocommerce-cart-form .cart__product-list .cart__product-container .cart__single-product .product-remove a {
		text-decoration: none;
		color: rgba(255, 255, 255, 0.3);
		transition: all 0.5s ease;
	}
	.woocommerce__cart-page .container form.woocommerce-cart-form .cart__product-list .cart__product-container .cart__single-product .product-remove a:hover {
		opacity: 0.6;
	}
	.woocommerce__cart-page .container form.woocommerce-cart-form .cart__product-list .cart__product-container .cart__single-product .product-thumbnail {
		flex: 1 1 30%;
		background-color: rgba(255, 255, 255, 0.08);
		border-radius: 8px;
	}
	.woocommerce__cart-page .container form.woocommerce-cart-form .cart__product-list .cart__product-container .cart__single-product .product-thumbnail a {
		display: flex;
		justify-content: center;
		align-items: center;
		outline: none;
	}
	.woocommerce__cart-page .container form.woocommerce-cart-form .cart__product-list .cart__product-container .cart__single-product .product-thumbnail a img {
		height: 100%;
		width: auto;
	}
	.woocommerce__cart-page .container form.woocommerce-cart-form .cart__product-list .cart__product-container .cart__single-product .product-info {
		flex: 1 1 60%;
		display: flex;
		flex-flow: column nowrap;
		gap: 1rem;
		padding-right: 0rem;
	}
	.woocommerce__cart-page .container form.woocommerce-cart-form .cart__product-list .cart__product-container .cart__single-product .product-info .product-name a {
		text-decoration: none;
		color: white;
		font-weight: 600;
		font-size: 18px;
		outline: none;
		transition: all 0.5s ease;
	}
	.woocommerce__cart-page .container form.woocommerce-cart-form .cart__product-list .cart__product-container .cart__single-product .product-info .product-name a span {
		color: #1DAA91;
	}
	.woocommerce__cart-page .container form.woocommerce-cart-form .cart__product-list .cart__product-container .cart__single-product .product-info .product-name a:hover {
		opacity: 0.6;
	}
	.woocommerce__cart-page .container form.woocommerce-cart-form .cart__product-list .cart__product-container .cart__single-product .product-info .product-variations {
		display: flex;
		flex-flow: row wrap;
		gap: 5px;
	}
	.woocommerce__cart-page .container form.woocommerce-cart-form .cart__product-list .cart__product-container .cart__single-product .product-info .product-variations .single-variation {
		padding: 6px 12px 7px;
		border-radius: 100px;
		background: rgba(255, 255, 255, 0.07);
		line-height: 1;
		color: rgba(255, 255, 255, 0.9);
		border: 1px solid rgba(255, 255, 255, 0.2);
		width: fit-content;
		font-size: 13px;
		display: flex;
		align-items: center;
		gap: 4px;
		font-weight: 600;
	}
	.woocommerce__cart-page .container form.woocommerce-cart-form .cart__product-list .cart__product-container .cart__single-product .product-info .product-variations .single-variation.sv-color::before {
		content: '';
		display: inline-block;
		width: 13px;
		height: 13px;
		background: var(--before-color);
		border-radius: 100px;
	}
	.woocommerce__cart-page .container form.woocommerce-cart-form .cart__product-list .cart__product-container .cart__single-product .product-info .product-flex-container {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 6px;
		margin-top: auto;
	}
	.woocommerce__cart-page .container form.woocommerce-cart-form .cart__product-list .cart__product-container .cart__single-product .product-info .product-flex-container .product-subtotal {
		font-size: 14px;
		line-height: 1;
		border-radius: 44px;
		background: rgba(255, 255, 255, 0.07);
		color: rgba(255, 255, 255, 0.8);
		padding: 6px 14px;
		font-weight: 700;
		width: fit-content;
		align-self: flex-start;
		height: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.woocommerce__cart-page .container form.woocommerce-cart-form .cart__product-list .cart__product-container .cart__single-product:hover {
		background: rgba(194, 208, 228, 0.1);
	}
	.woocommerce__cart-page .container form.woocommerce-cart-form .cart__product-list .cart__update {
		margin-top: 2rem;
		width: 100%;
	}
	.woocommerce__cart-page .container form.woocommerce-cart-form .cart__product-list .cart__update button {
		width: 100%;
		border: none;
		outline: none;
		background: rgba(255, 255, 255, 0.07);
		color: rgba(255, 255, 255, 0.8);
		border-radius: 10px;
		line-height: 1;
		padding: 20px 20px;
		font-weight: 600;
		transition: all 0.5s ease;
		cursor: pointer;
	}
	.woocommerce__cart-page .container form.woocommerce-cart-form .cart__product-list .cart__update button:hover {
		background: rgba(255, 255, 255, 0.15);
	}
	.woocommerce__cart-page .container form.woocommerce-cart-form .cart__product-list .cart__update button:disabled {
		pointer-events: none;
		color: rgba(255, 255, 255, 0.3);
		background: rgba(255, 255, 255, 0.02);
	}
	.woocommerce__cart-page .container form.woocommerce-cart-form .cart-collaterals {
		flex: 1 1 100%;
		display: flex;
		flex-flow: column nowrap;
		gap: 1rem;
	}
	.woocommerce__cart-page .container form.woocommerce-cart-form .cart-collaterals .cart-coupon {
		height: fit-content;
		border: 1px solid rgba(194, 208, 228, 0.15);
		border-radius: 8px;
		background: rgba(194, 208, 228, 0.05);
		padding: 2rem;
	}
	.woocommerce__cart-page .container form.woocommerce-cart-form .cart-collaterals .cart-coupon .coupon__title {
		font-weight: 500;
		margin-top: 0;
		color: white;
		font-size: 18px;
	}
	.woocommerce__cart-page .container form.woocommerce-cart-form .cart-collaterals .cart-coupon .coupon {
		display: flex;
		flex-flow: row wrap;
		align-items: center;
		gap: 10px;
	}
	.woocommerce__cart-page .container form.woocommerce-cart-form .cart-collaterals .cart-coupon .coupon input {
		flex: 1 1 100%;
		background: transparent;
		outline: none;
		border: 1px solid rgba(255, 255, 255, 0.25);
		color: white;
		padding: 10px 20px;
		border-radius: 6px;
	}
	.woocommerce__cart-page .container form.woocommerce-cart-form .cart-collaterals .cart-coupon .coupon input::placeholder {
		color: rgba(255, 255, 255, 0.4);
	}
	.woocommerce__cart-page .container form.woocommerce-cart-form .cart-collaterals .cart-coupon .coupon button {
		flex: 1 1 100%;
		background: #1DAA91;
		color: #0b0c10;
		padding: 4px 16px;
		transition: all 0.5s ease;
		border-radius: 6px;
		text-decoration: none;
		font-weight: 700;
		letter-spacing: normal;
		font-size: 15px;
		line-height: 1;
		outline: none;
		align-self: stretch;
		border: none;
		cursor: pointer;
		font-size: 16px;
		font-weight: 700;
		min-height: 50px;
	}
	.woocommerce__cart-page .container form.woocommerce-cart-form .cart-collaterals .cart-coupon .coupon button:hover {
		opacity: 0.8;
	}
	.woocommerce__cart-page .container form.woocommerce-cart-form .cart-collaterals .cart-totals-container {
		height: fit-content;
		border: 1px solid rgba(194, 208, 228, 0.15);
		border-radius: 8px;
		background: rgba(194, 208, 228, 0.05);
		padding: 2rem;
	}
	.woocommerce__cart-page .container form.woocommerce-cart-form .cart-collaterals .cart-totals-container h2 {
		font-weight: 500;
		margin-top: 0;
		color: white;
		font-size: 18px;
	}
	.woocommerce__cart-page .container form.woocommerce-cart-form .cart-collaterals .cart-totals-container .shop_table .cart-subtotal {
		color: white;
	}
	.woocommerce__cart-page .container form.woocommerce-cart-form .cart-collaterals .cart-totals-container .shop_table .cart-subtotal th,
	.woocommerce__cart-page .container form.woocommerce-cart-form .cart-collaterals .cart-totals-container .shop_table .cart-subtotal td {
		padding: 0 0 10px 0;
	}
	.woocommerce__cart-page .container form.woocommerce-cart-form .cart-collaterals .cart-totals-container .shop_table .cart-subtotal td {
		text-align: right;
	}
	.woocommerce__cart-page .container form.woocommerce-cart-form .cart-collaterals .cart-totals-container .shop_table .order-total {
		color: #1DAA91;
	}
	.woocommerce__cart-page .container form.woocommerce-cart-form .cart-collaterals .cart-totals-container .shop_table .order-total th,
	.woocommerce__cart-page .container form.woocommerce-cart-form .cart-collaterals .cart-totals-container .shop_table .order-total td {
		border-top: 1px solid rgba(255, 255, 255, 0.2);
		padding: 10px 0 0 0;
	}
	.woocommerce__cart-page .container form.woocommerce-cart-form .cart-collaterals .cart-totals-container .shop_table .order-total td {
		text-align: right;
	}
	.woocommerce__cart-page .container form.woocommerce-cart-form .cart-collaterals .cart-totals-container .shop_table .cart-discount {
		color: white;
	}
	.woocommerce__cart-page .container form.woocommerce-cart-form .cart-collaterals .cart-totals-container .shop_table .cart-discount th,
	.woocommerce__cart-page .container form.woocommerce-cart-form .cart-collaterals .cart-totals-container .shop_table .cart-discount td {
		border-top: 1px solid rgba(255, 255, 255, 0.2);
		padding: 10px 0 10px 0;
	}
	.woocommerce__cart-page .container form.woocommerce-cart-form .cart-collaterals .cart-totals-container .shop_table .cart-discount td {
		text-align: right;
	}
	.woocommerce__cart-page .container form.woocommerce-cart-form .cart-collaterals .cart-totals-container .shop_table .cart-discount .coupon-wrapper {
		border-radius: 6px;
		background: #1DAA9120;
		color: #1DAA91;
		padding: 2px 6px;
		line-height: 1;
	}
	.woocommerce__cart-page .container form.woocommerce-cart-form .cart-collaterals .cart-totals-container .checkout-button {
		font-size: 18px !important;
	}
	.woocommerce__cart-page .container form.woocommerce-cart-form .cart-collaterals .cart-totals-container .wc-logos {
		display: flex;
		flex-flow: row wrap;
		justify-content: center;
		gap: 8px;
	}
	.woocommerce__cart-page .container form.woocommerce-cart-form .cart-collaterals .cart-totals-container .wc-logos img {
		height: 20px;
		width: auto;
	}
}

@media (max-width: 768px) {
	.woocommerce__cart-page {
		padding: 20px 1.5rem 20px 1.5rem;
	}
	.woocommerce__cart-page .container {
		max-width: 1140px;
		width: 100%;
		margin: 0 auto;
	}
	.woocommerce__cart-page .container .shop-btn {
		display: flex;
		flex-flow: row nowrap;
		text-decoration: none;
		align-items: center;
		gap: 5px;
		color: white;
		transition: all 0.5s ease;
		margin-bottom: 3rem;
		outline: none;
	}
	.woocommerce__cart-page .container .shop-btn svg {
		height: 16px;
		width: auto;
		transition: inherit;
	}
	.woocommerce__cart-page .container .shop-btn div {
		font-size: 16px;
		line-height: 1;
		transition: inherit;
	}
	.woocommerce__cart-page .container .shop-btn:hover svg {
		transform: translateX(-10px);
	}
	.woocommerce__cart-page .container .shop-btn:hover div {
		opacity: 0.8;
	}
	.woocommerce__cart-page .container .cp__title {
		font-weight: 700;
		font-size: 32px;
		line-height: 1.2;
		color: white;
	}
	.woocommerce__cart-page .container form.woocommerce-cart-form {
		margin-top: 2rem;
		display: flex;
		flex-flow: row wrap;
		gap: 1rem;
	}
	.woocommerce__cart-page .container form.woocommerce-cart-form .cart__product-list {
		flex: 1 1 100%;
		border: 1px solid rgba(194, 208, 228, 0.15);
		border-radius: 8px;
		background: rgba(194, 208, 228, 0.05);
		padding: 1rem;
	}
	.woocommerce__cart-page .container form.woocommerce-cart-form .cart__product-list .cart__title h2 {
		font-weight: 500;
		margin-top: 0;
		color: white;
		font-size: 18px;
	}
	.woocommerce__cart-page .container form.woocommerce-cart-form .cart__product-list .cart__product-container {
		display: flex;
		flex-flow: column nowrap;
		gap: 1rem;
	}
	.woocommerce__cart-page .container form.woocommerce-cart-form .cart__product-list .cart__product-container .cart__single-product {
		border-radius: 8px;
		background: rgba(194, 208, 228, 0.05);
		padding: 1rem;
		position: relative;
		display: flex;
		flex-flow: row wrap;
		gap: 1.4rem;
		transition: all 0.5s ease;
	}
	.woocommerce__cart-page .container form.woocommerce-cart-form .cart__product-list .cart__product-container .cart__single-product .product-remove {
		position: absolute;
		padding: inherit;
		right: 10px;
		top: 10px;
	}
	.woocommerce__cart-page .container form.woocommerce-cart-form .cart__product-list .cart__product-container .cart__single-product .product-remove a {
		text-decoration: none;
		color: rgba(255, 255, 255, 0.3);
		transition: all 0.5s ease;
	}
	.woocommerce__cart-page .container form.woocommerce-cart-form .cart__product-list .cart__product-container .cart__single-product .product-remove a:hover {
		opacity: 0.6;
	}
	.woocommerce__cart-page .container form.woocommerce-cart-form .cart__product-list .cart__product-container .cart__single-product .product-thumbnail {
		flex: 1 1 30%;
		background-color: rgba(255, 255, 255, 0.08);
		border-radius: 8px;
	}
	.woocommerce__cart-page .container form.woocommerce-cart-form .cart__product-list .cart__product-container .cart__single-product .product-thumbnail a {
		display: flex;
		justify-content: center;
		align-items: center;
		outline: none;
	}
	.woocommerce__cart-page .container form.woocommerce-cart-form .cart__product-list .cart__product-container .cart__single-product .product-thumbnail a img {
		height: 100%;
		width: auto;
	}
	.woocommerce__cart-page .container form.woocommerce-cart-form .cart__product-list .cart__product-container .cart__single-product .product-info {
		flex: 1 1 60%;
		display: flex;
		flex-flow: column nowrap;
		gap: 1rem;
		padding-right: 0rem;
	}
	.woocommerce__cart-page .container form.woocommerce-cart-form .cart__product-list .cart__product-container .cart__single-product .product-info .product-name a {
		text-decoration: none;
		color: white;
		font-weight: 600;
		font-size: 18px;
		outline: none;
		transition: all 0.5s ease;
	}
	.woocommerce__cart-page .container form.woocommerce-cart-form .cart__product-list .cart__product-container .cart__single-product .product-info .product-name a span {
		color: #1DAA91;
	}
	.woocommerce__cart-page .container form.woocommerce-cart-form .cart__product-list .cart__product-container .cart__single-product .product-info .product-name a:hover {
		opacity: 0.6;
	}
	.woocommerce__cart-page .container form.woocommerce-cart-form .cart__product-list .cart__product-container .cart__single-product .product-info .product-variations {
		display: flex;
		flex-flow: row wrap;
		gap: 5px;
	}
	.woocommerce__cart-page .container form.woocommerce-cart-form .cart__product-list .cart__product-container .cart__single-product .product-info .product-variations .single-variation {
		padding: 6px 12px 7px;
		border-radius: 100px;
		background: rgba(255, 255, 255, 0.07);
		line-height: 1;
		color: rgba(255, 255, 255, 0.9);
		border: 1px solid rgba(255, 255, 255, 0.2);
		width: fit-content;
		font-size: 13px;
		display: flex;
		align-items: center;
		gap: 4px;
		font-weight: 600;
	}
	.woocommerce__cart-page .container form.woocommerce-cart-form .cart__product-list .cart__product-container .cart__single-product .product-info .product-variations .single-variation.sv-color::before {
		content: '';
		display: inline-block;
		width: 13px;
		height: 13px;
		background: var(--before-color);
		border-radius: 100px;
	}
	.woocommerce__cart-page .container form.woocommerce-cart-form .cart__product-list .cart__product-container .cart__single-product .product-info .product-flex-container {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 6px;
		margin-top: auto;
	}
	.woocommerce__cart-page .container form.woocommerce-cart-form .cart__product-list .cart__product-container .cart__single-product .product-info .product-flex-container .product-subtotal {
		font-size: 14px;
		line-height: 1;
		border-radius: 44px;
		background: rgba(255, 255, 255, 0.07);
		color: rgba(255, 255, 255, 0.8);
		padding: 6px 14px;
		font-weight: 700;
		width: fit-content;
		align-self: flex-start;
		height: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.woocommerce__cart-page .container form.woocommerce-cart-form .cart__product-list .cart__product-container .cart__single-product:hover {
		background: rgba(194, 208, 228, 0.1);
	}
	.woocommerce__cart-page .container form.woocommerce-cart-form .cart__product-list .cart__update {
		margin-top: 2rem;
		width: 100%;
	}
	.woocommerce__cart-page .container form.woocommerce-cart-form .cart__product-list .cart__update button {
		width: 100%;
		border: none;
		outline: none;
		background: rgba(255, 255, 255, 0.07);
		color: rgba(255, 255, 255, 0.8);
		border-radius: 10px;
		line-height: 1;
		padding: 20px 20px;
		font-weight: 600;
		transition: all 0.5s ease;
		cursor: pointer;
	}
	.woocommerce__cart-page .container form.woocommerce-cart-form .cart__product-list .cart__update button:hover {
		background: rgba(255, 255, 255, 0.15);
	}
	.woocommerce__cart-page .container form.woocommerce-cart-form .cart__product-list .cart__update button:disabled {
		pointer-events: none;
		color: rgba(255, 255, 255, 0.3);
		background: rgba(255, 255, 255, 0.02);
	}
	.woocommerce__cart-page .container form.woocommerce-cart-form .cart-collaterals {
		flex: 1 1 100%;
		display: flex;
		flex-flow: column nowrap;
		gap: 1rem;
	}
	.woocommerce__cart-page .container form.woocommerce-cart-form .cart-collaterals .cart-coupon {
		height: fit-content;
		border: 1px solid rgba(194, 208, 228, 0.15);
		border-radius: 8px;
		background: rgba(194, 208, 228, 0.05);
		padding: 2rem;
	}
	.woocommerce__cart-page .container form.woocommerce-cart-form .cart-collaterals .cart-coupon .coupon__title {
		font-weight: 500;
		margin-top: 0;
		color: white;
		font-size: 18px;
	}
	.woocommerce__cart-page .container form.woocommerce-cart-form .cart-collaterals .cart-coupon .coupon {
		display: flex;
		flex-flow: row wrap;
		align-items: center;
		gap: 10px;
	}
	.woocommerce__cart-page .container form.woocommerce-cart-form .cart-collaterals .cart-coupon .coupon input {
		flex: 1 1 100%;
		background: transparent;
		outline: none;
		border: 1px solid rgba(255, 255, 255, 0.25);
		color: white;
		padding: 10px 20px;
		border-radius: 6px;
	}
	.woocommerce__cart-page .container form.woocommerce-cart-form .cart-collaterals .cart-coupon .coupon input::placeholder {
		color: rgba(255, 255, 255, 0.4);
	}
	.woocommerce__cart-page .container form.woocommerce-cart-form .cart-collaterals .cart-coupon .coupon button {
		flex: 1 1 100%;
		background: #1DAA91;
		color: #0b0c10;
		padding: 4px 16px;
		transition: all 0.5s ease;
		border-radius: 6px;
		text-decoration: none;
		font-weight: 700;
		letter-spacing: normal;
		font-size: 15px;
		line-height: 1;
		outline: none;
		align-self: stretch;
		border: none;
		cursor: pointer;
		font-size: 16px;
		font-weight: 700;
		min-height: 50px;
	}
	.woocommerce__cart-page .container form.woocommerce-cart-form .cart-collaterals .cart-coupon .coupon button:hover {
		opacity: 0.8;
	}
	.woocommerce__cart-page .container form.woocommerce-cart-form .cart-collaterals .cart-totals-container {
		height: fit-content;
		border: 1px solid rgba(194, 208, 228, 0.15);
		border-radius: 8px;
		background: rgba(194, 208, 228, 0.05);
		padding: 2rem;
	}
	.woocommerce__cart-page .container form.woocommerce-cart-form .cart-collaterals .cart-totals-container h2 {
		font-weight: 500;
		margin-top: 0;
		color: white;
		font-size: 18px;
	}
	.woocommerce__cart-page .container form.woocommerce-cart-form .cart-collaterals .cart-totals-container .shop_table .cart-subtotal {
		color: white;
	}
	.woocommerce__cart-page .container form.woocommerce-cart-form .cart-collaterals .cart-totals-container .shop_table .cart-subtotal th,
	.woocommerce__cart-page .container form.woocommerce-cart-form .cart-collaterals .cart-totals-container .shop_table .cart-subtotal td {
		padding: 0 0 10px 0;
	}
	.woocommerce__cart-page .container form.woocommerce-cart-form .cart-collaterals .cart-totals-container .shop_table .cart-subtotal td {
		text-align: right;
	}
	.woocommerce__cart-page .container form.woocommerce-cart-form .cart-collaterals .cart-totals-container .shop_table .order-total {
		color: #1DAA91;
	}
	.woocommerce__cart-page .container form.woocommerce-cart-form .cart-collaterals .cart-totals-container .shop_table .order-total th,
	.woocommerce__cart-page .container form.woocommerce-cart-form .cart-collaterals .cart-totals-container .shop_table .order-total td {
		border-top: 1px solid rgba(255, 255, 255, 0.2);
		padding: 10px 0 0 0;
	}
	.woocommerce__cart-page .container form.woocommerce-cart-form .cart-collaterals .cart-totals-container .shop_table .order-total td {
		text-align: right;
	}
	.woocommerce__cart-page .container form.woocommerce-cart-form .cart-collaterals .cart-totals-container .shop_table .cart-discount {
		color: white;
	}
	.woocommerce__cart-page .container form.woocommerce-cart-form .cart-collaterals .cart-totals-container .shop_table .cart-discount th,
	.woocommerce__cart-page .container form.woocommerce-cart-form .cart-collaterals .cart-totals-container .shop_table .cart-discount td {
		border-top: 1px solid rgba(255, 255, 255, 0.2);
		padding: 10px 0 10px 0;
	}
	.woocommerce__cart-page .container form.woocommerce-cart-form .cart-collaterals .cart-totals-container .shop_table .cart-discount td {
		text-align: right;
	}
	.woocommerce__cart-page .container form.woocommerce-cart-form .cart-collaterals .cart-totals-container .shop_table .cart-discount .coupon-wrapper {
		border-radius: 6px;
		background: #1DAA9120;
		color: #1DAA91;
		padding: 2px 6px;
		line-height: 1;
	}
	.woocommerce__cart-page .container form.woocommerce-cart-form .cart-collaterals .cart-totals-container .checkout-button {
		font-size: 18px !important;
	}
	.woocommerce__cart-page .container form.woocommerce-cart-form .cart-collaterals .cart-totals-container .wc-logos {
		display: flex;
		flex-flow: row wrap;
		justify-content: center;
		gap: 8px;
	}
	.woocommerce__cart-page .container form.woocommerce-cart-form .cart-collaterals .cart-totals-container .wc-logos img {
		height: 20px;
		width: auto;
	}
}

@media (max-width: 576px) {
	.woocommerce__cart-page {
		padding: 20px 1.5rem 20px 1.5rem;
	}
	.woocommerce__cart-page .container {
		max-width: 1140px;
		width: 100%;
		margin: 0 auto;
	}
	.woocommerce__cart-page .container .shop-btn {
		display: flex;
		flex-flow: row nowrap;
		text-decoration: none;
		align-items: center;
		gap: 5px;
		color: white;
		transition: all 0.5s ease;
		margin-bottom: 3rem;
		outline: none;
	}
	.woocommerce__cart-page .container .shop-btn svg {
		height: 16px;
		width: auto;
		transition: inherit;
	}
	.woocommerce__cart-page .container .shop-btn div {
		font-size: 16px;
		line-height: 1;
		transition: inherit;
	}
	.woocommerce__cart-page .container .shop-btn:hover svg {
		transform: translateX(-10px);
	}
	.woocommerce__cart-page .container .shop-btn:hover div {
		opacity: 0.8;
	}
	.woocommerce__cart-page .container .cp__title {
		font-weight: 700;
		font-size: 32px;
		line-height: 1.2;
		color: white;
	}
	.woocommerce__cart-page .container form.woocommerce-cart-form {
		margin-top: 2rem;
		display: flex;
		flex-flow: row wrap;
		gap: 1rem;
	}
	.woocommerce__cart-page .container form.woocommerce-cart-form .cart__product-list {
		flex: 1 1 100%;
		border: 1px solid rgba(194, 208, 228, 0.15);
		border-radius: 8px;
		background: rgba(194, 208, 228, 0.05);
		padding: 1rem;
	}
	.woocommerce__cart-page .container form.woocommerce-cart-form .cart__product-list .cart__title h2 {
		font-weight: 500;
		margin-top: 0;
		color: white;
		font-size: 18px;
	}
	.woocommerce__cart-page .container form.woocommerce-cart-form .cart__product-list .cart__product-container {
		display: flex;
		flex-flow: column nowrap;
		gap: 1rem;
	}
	.woocommerce__cart-page .container form.woocommerce-cart-form .cart__product-list .cart__product-container .cart__single-product {
		border-radius: 8px;
		background: rgba(194, 208, 228, 0.05);
		padding: 1rem;
		position: relative;
		display: flex;
		flex-flow: row wrap;
		gap: 1.4rem;
		transition: all 0.5s ease;
	}
	.woocommerce__cart-page .container form.woocommerce-cart-form .cart__product-list .cart__product-container .cart__single-product .product-remove {
		position: absolute;
		padding: inherit;
		right: 10px;
		top: 10px;
	}
	.woocommerce__cart-page .container form.woocommerce-cart-form .cart__product-list .cart__product-container .cart__single-product .product-remove a {
		text-decoration: none;
		color: rgba(255, 255, 255, 0.3);
		transition: all 0.5s ease;
	}
	.woocommerce__cart-page .container form.woocommerce-cart-form .cart__product-list .cart__product-container .cart__single-product .product-remove a:hover {
		opacity: 0.6;
	}
	.woocommerce__cart-page .container form.woocommerce-cart-form .cart__product-list .cart__product-container .cart__single-product .product-thumbnail {
		flex: 1 1 100%;
		background-color: rgba(255, 255, 255, 0.08);
		border-radius: 8px;
	}
	.woocommerce__cart-page .container form.woocommerce-cart-form .cart__product-list .cart__product-container .cart__single-product .product-thumbnail a {
		display: flex;
		justify-content: center;
		align-items: center;
		outline: none;
	}
	.woocommerce__cart-page .container form.woocommerce-cart-form .cart__product-list .cart__product-container .cart__single-product .product-thumbnail a img {
		height: 100%;
		width: auto;
	}
	.woocommerce__cart-page .container form.woocommerce-cart-form .cart__product-list .cart__product-container .cart__single-product .product-info {
		flex: 1 1 100%;
		display: flex;
		flex-flow: column nowrap;
		gap: 1rem;
		padding-right: 0rem;
	}
	.woocommerce__cart-page .container form.woocommerce-cart-form .cart__product-list .cart__product-container .cart__single-product .product-info .product-name a {
		text-decoration: none;
		color: white;
		font-weight: 600;
		font-size: 18px;
		outline: none;
		transition: all 0.5s ease;
	}
	.woocommerce__cart-page .container form.woocommerce-cart-form .cart__product-list .cart__product-container .cart__single-product .product-info .product-name a span {
		color: #1DAA91;
	}
	.woocommerce__cart-page .container form.woocommerce-cart-form .cart__product-list .cart__product-container .cart__single-product .product-info .product-name a:hover {
		opacity: 0.6;
	}
	.woocommerce__cart-page .container form.woocommerce-cart-form .cart__product-list .cart__product-container .cart__single-product .product-info .product-variations {
		display: flex;
		flex-flow: row wrap;
		gap: 5px;
	}
	.woocommerce__cart-page .container form.woocommerce-cart-form .cart__product-list .cart__product-container .cart__single-product .product-info .product-variations .single-variation {
		padding: 6px 12px 7px;
		border-radius: 100px;
		background: rgba(255, 255, 255, 0.07);
		line-height: 1;
		color: rgba(255, 255, 255, 0.9);
		border: 1px solid rgba(255, 255, 255, 0.2);
		width: fit-content;
		font-size: 13px;
		display: flex;
		align-items: center;
		gap: 4px;
		font-weight: 600;
	}
	.woocommerce__cart-page .container form.woocommerce-cart-form .cart__product-list .cart__product-container .cart__single-product .product-info .product-variations .single-variation.sv-color::before {
		content: '';
		display: inline-block;
		width: 13px;
		height: 13px;
		background: var(--before-color);
		border-radius: 100px;
	}
	.woocommerce__cart-page .container form.woocommerce-cart-form .cart__product-list .cart__product-container .cart__single-product .product-info .product-flex-container {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 6px;
		margin-top: auto;
	}
	.woocommerce__cart-page .container form.woocommerce-cart-form .cart__product-list .cart__product-container .cart__single-product .product-info .product-flex-container .product-subtotal {
		font-size: 14px;
		line-height: 1;
		border-radius: 44px;
		background: rgba(255, 255, 255, 0.07);
		color: rgba(255, 255, 255, 0.8);
		padding: 6px 14px;
		font-weight: 700;
		width: fit-content;
		align-self: flex-start;
		height: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.woocommerce__cart-page .container form.woocommerce-cart-form .cart__product-list .cart__product-container .cart__single-product:hover {
		background: rgba(194, 208, 228, 0.1);
	}
	.woocommerce__cart-page .container form.woocommerce-cart-form .cart__product-list .cart__update {
		margin-top: 2rem;
		width: 100%;
	}
	.woocommerce__cart-page .container form.woocommerce-cart-form .cart__product-list .cart__update button {
		width: 100%;
		border: none;
		outline: none;
		background: rgba(255, 255, 255, 0.07);
		color: rgba(255, 255, 255, 0.8);
		border-radius: 10px;
		line-height: 1;
		padding: 20px 20px;
		font-weight: 600;
		transition: all 0.5s ease;
		cursor: pointer;
	}
	.woocommerce__cart-page .container form.woocommerce-cart-form .cart__product-list .cart__update button:hover {
		background: rgba(255, 255, 255, 0.15);
	}
	.woocommerce__cart-page .container form.woocommerce-cart-form .cart__product-list .cart__update button:disabled {
		pointer-events: none;
		color: rgba(255, 255, 255, 0.3);
		background: rgba(255, 255, 255, 0.02);
	}
	.woocommerce__cart-page .container form.woocommerce-cart-form .cart-collaterals {
		flex: 1 1 100%;
		display: flex;
		flex-flow: column nowrap;
		gap: 1rem;
	}
	.woocommerce__cart-page .container form.woocommerce-cart-form .cart-collaterals .cart-coupon {
		height: fit-content;
		border: 1px solid rgba(194, 208, 228, 0.15);
		border-radius: 8px;
		background: rgba(194, 208, 228, 0.05);
		padding: 2rem;
	}
	.woocommerce__cart-page .container form.woocommerce-cart-form .cart-collaterals .cart-coupon .coupon__title {
		font-weight: 500;
		margin-top: 0;
		color: white;
		font-size: 18px;
	}
	.woocommerce__cart-page .container form.woocommerce-cart-form .cart-collaterals .cart-coupon .coupon {
		display: flex;
		flex-flow: row wrap;
		align-items: center;
		gap: 10px;
	}
	.woocommerce__cart-page .container form.woocommerce-cart-form .cart-collaterals .cart-coupon .coupon input {
		flex: 1 1 100%;
		background: transparent;
		outline: none;
		border: 1px solid rgba(255, 255, 255, 0.25);
		color: white;
		padding: 10px 20px;
		border-radius: 6px;
	}
	.woocommerce__cart-page .container form.woocommerce-cart-form .cart-collaterals .cart-coupon .coupon input::placeholder {
		color: rgba(255, 255, 255, 0.4);
	}
	.woocommerce__cart-page .container form.woocommerce-cart-form .cart-collaterals .cart-coupon .coupon button {
		flex: 1 1 100%;
		background: #1DAA91;
		color: #0b0c10;
		padding: 4px 16px;
		transition: all 0.5s ease;
		border-radius: 6px;
		text-decoration: none;
		font-weight: 700;
		letter-spacing: normal;
		font-size: 15px;
		line-height: 1;
		outline: none;
		align-self: stretch;
		border: none;
		cursor: pointer;
		font-size: 16px;
		font-weight: 700;
		min-height: 50px;
	}
	.woocommerce__cart-page .container form.woocommerce-cart-form .cart-collaterals .cart-coupon .coupon button:hover {
		opacity: 0.8;
	}
	.woocommerce__cart-page .container form.woocommerce-cart-form .cart-collaterals .cart-totals-container {
		height: fit-content;
		border: 1px solid rgba(194, 208, 228, 0.15);
		border-radius: 8px;
		background: rgba(194, 208, 228, 0.05);
		padding: 2rem;
	}
	.woocommerce__cart-page .container form.woocommerce-cart-form .cart-collaterals .cart-totals-container h2 {
		font-weight: 500;
		margin-top: 0;
		color: white;
		font-size: 18px;
	}
	.woocommerce__cart-page .container form.woocommerce-cart-form .cart-collaterals .cart-totals-container .shop_table .cart-subtotal {
		color: white;
	}
	.woocommerce__cart-page .container form.woocommerce-cart-form .cart-collaterals .cart-totals-container .shop_table .cart-subtotal th,
	.woocommerce__cart-page .container form.woocommerce-cart-form .cart-collaterals .cart-totals-container .shop_table .cart-subtotal td {
		padding: 0 0 10px 0;
	}
	.woocommerce__cart-page .container form.woocommerce-cart-form .cart-collaterals .cart-totals-container .shop_table .cart-subtotal td {
		text-align: right;
	}
	.woocommerce__cart-page .container form.woocommerce-cart-form .cart-collaterals .cart-totals-container .shop_table .order-total {
		color: #1DAA91;
	}
	.woocommerce__cart-page .container form.woocommerce-cart-form .cart-collaterals .cart-totals-container .shop_table .order-total th,
	.woocommerce__cart-page .container form.woocommerce-cart-form .cart-collaterals .cart-totals-container .shop_table .order-total td {
		border-top: 1px solid rgba(255, 255, 255, 0.2);
		padding: 10px 0 0 0;
	}
	.woocommerce__cart-page .container form.woocommerce-cart-form .cart-collaterals .cart-totals-container .shop_table .order-total td {
		text-align: right;
	}
	.woocommerce__cart-page .container form.woocommerce-cart-form .cart-collaterals .cart-totals-container .shop_table .cart-discount {
		color: white;
	}
	.woocommerce__cart-page .container form.woocommerce-cart-form .cart-collaterals .cart-totals-container .shop_table .cart-discount th,
	.woocommerce__cart-page .container form.woocommerce-cart-form .cart-collaterals .cart-totals-container .shop_table .cart-discount td {
		border-top: 1px solid rgba(255, 255, 255, 0.2);
		padding: 10px 0 10px 0;
	}
	.woocommerce__cart-page .container form.woocommerce-cart-form .cart-collaterals .cart-totals-container .shop_table .cart-discount td {
		text-align: right;
	}
	.woocommerce__cart-page .container form.woocommerce-cart-form .cart-collaterals .cart-totals-container .shop_table .cart-discount .coupon-wrapper {
		border-radius: 6px;
		background: #1DAA9120;
		color: #1DAA91;
		padding: 2px 6px;
		line-height: 1;
	}
	.woocommerce__cart-page .container form.woocommerce-cart-form .cart-collaterals .cart-totals-container .checkout-button {
		font-size: 18px !important;
	}
	.woocommerce__cart-page .container form.woocommerce-cart-form .cart-collaterals .cart-totals-container .wc-logos {
		display: flex;
		flex-flow: row wrap;
		justify-content: center;
		gap: 8px;
	}
	.woocommerce__cart-page .container form.woocommerce-cart-form .cart-collaterals .cart-totals-container .wc-logos img {
		height: 20px;
		width: auto;
	}
}

/**
 * Buttons
 */
.wc-proceed-to-checkout a.checkout-button {
	background: #1DAA91;
	color: #0b0c10;
	padding: 10px 0px;
	transition: all 0.5s ease;
	border-radius: 6px;
	text-decoration: none;
	font-weight: 700;
	letter-spacing: normal;
	font-size: 15px;
	line-height: 1;
	margin-bottom: 10px !important;
}

.wc-proceed-to-checkout a.checkout-button:hover {
	opacity: 0.8;
}

/**
 * Mixins
 */
/**
 * Deprecated
 * Fallback for bourbon equivalent
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Use bourbon mixin instead `@include transform(scale(1.5));`
 */
/**
 * Deprecated
 * Use bourbon mixin instead `@include box-sizing(border-box);`
 */
/**
 * Objects
 */
/**
 * Coupons
 */
.woocommerce-remove-coupon {
	color: #1DAA91;
	text-decoration: none;
	transition: all 0.5s ease;
}

.woocommerce-remove-coupon:hover {
	color: #1DAA91;
	opacity: 0.5;
}

/**
 * Preloader
 */
.woocommerce-product-gallery,
.entry-summary {
	position: relative;
}

.woocommerce-product-gallery::before,
.entry-summary::before {
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	inset: 0;
	background: #0e1017;
	z-index: 999999;
	transition: all 0.4s ease-in-out;
}

.woocommerce-product-gallery.loaded::before,
.entry-summary.loaded::before {
	transform: scaleY(0);
}

.woocommerce-product-gallery::before {
	transform-origin: center bottom;
}

.entry-summary::before {
	transform-origin: center top;
}

.pg__product-card {
	position: relative;
}

.pg__product-card::before {
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	inset: 0;
	background: #0e1017;
	z-index: 999999;
	transition: all 0.4s ease-in-out;
	transform-origin: center top;
}

.pg__product-card.loaded::before {
	transform: scaleY(0);
}

/**
 * Size guide
 */
.single_variation_wrap a[onclick*="Printful"] {
	margin: 30px 0px;
	display: block;
	color: #1DAA91 !important;
	transition: all 0.5s ease;
	text-decoration: none;
}

.single_variation_wrap a[onclick*="Printful"]:hover {
	opacity: 0.6;
}

.pf-size-guide-modal-wrapper .pf-size-guide-modal {
	color: white !important;
	background-color: #0e1017 !important;
}

.pf-size-guide-modal-wrapper h4 {
	background-color: transparent !important;
	color: white !important;
}

.pf-size-guide-modal-wrapper .pf-size-guide-modal__header h4.pf-size-guide-modal__title {
	background-color: transparent !important;
	color: white !important;
}

.pf-size-guide-modal-wrapper .pf-product-size-guide__tabs {
	box-shadow: inset 0 -1px 0 0 rgba(255, 255, 255, 0.3) !important;
}

.pf-size-guide-modal-wrapper .pf-product-size-guide__tab {
	background-color: transparent !important;
	border: 1px solid rgba(255, 255, 255, 0.3);
	color: rgba(255, 255, 255, 0.6);
}

.pf-size-guide-modal-wrapper .pf-product-size-guide__tab.pf-product-size-guide__tab--active {
	background-color: rgba(255, 255, 255, 0.2) !important;
	border: 1px solid #fff;
	color: white !important;
}

.pf-size-guide-modal-wrapper .pf-size-guide-modal-size-chart__table td {
	background-color: transparent !important;
	color: white !important;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3) !important;
}

.pf-size-guide-modal-wrapper .pf-size-guide-modal-size-chart__tabs {
	box-shadow: inset 0 -1px 0 0 rgba(255, 255, 255, 0.3) !important;
}

.pf-size-guide-modal-wrapper .pf-size-guide-modal-size-chart__tab.pf-size-guide-modal-size-chart__tab--active {
	box-shadow: inset 0 -3px #fff !important;
}

/**
 * Variation swatches overrides
*/

/*# sourceMappingURL=woocommerce.css.map */