body.mdgc-woo-modern {
	scrollbar-gutter: stable;
	overflow-y: scroll;
	background: radial-gradient(1100px 700px at 10% 10%, rgba(14, 165, 233, 0.16), rgba(0, 0, 0, 0) 60%),
		radial-gradient(900px 600px at 90% 30%, rgba(14, 165, 233, 0.10), rgba(0, 0, 0, 0) 65%),
		#070a07;
	color: #e9ecef;
}

body.mdgc-woo-modern .woocommerce,
body.mdgc-woo-modern .woocommerce-page {
	--mdgc-accent: #0ea5e9;
	--mdgc-accent-2: #0284c7;
	--mdgc-danger: #ff4d4d;
	--mdgc-bg: #070a07;
	--mdgc-surface: rgba(17, 22, 17, 0.75);
	--mdgc-surface-solid: #0f140f;
	--mdgc-border: rgba(14, 165, 233, 0.14);
	--mdgc-text: #e9ecef;
	--mdgc-muted: rgba(233, 236, 239, 0.72);
	--mdgc-shadow: 0 0 0 1px rgba(14, 165, 233, 0.10), 0 24px 60px rgba(0, 0, 0, 0.55);
	color-scheme: dark;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body.mdgc-woo-modern .woocommerce {
	max-width: 1240px;
	margin-left: auto;
	margin-right: auto;
	padding: 26px 16px 60px;
}

@media (max-width: 768px) {
	body.mdgc-woo-modern .woocommerce {
		padding: 18px 14px 44px;
	}
}

body.mdgc-woo-modern .woocommerce .woocommerce-products-header__title,
body.mdgc-woo-modern .woocommerce .page-title,
body.mdgc-woo-modern.woocommerce-page .entry-title,
body.mdgc-woo-modern.woocommerce-page h1 {
	font-size: clamp(32px, 5vw, 56px);
	line-height: 1.06;
	letter-spacing: -0.02em;
	margin: 4px 0 18px;
	color: rgba(233, 236, 239, 0.96);
}

body.mdgc-woo-modern .woocommerce h2 {
	font-size: clamp(18px, 2.2vw, 26px);
	line-height: 1.2;
	letter-spacing: -0.01em;
	color: rgba(233, 236, 239, 0.92);
}

body.mdgc-woo-modern .woocommerce h3 {
	font-size: 18px;
	line-height: 1.25;
	color: rgba(233, 236, 239, 0.90);
}

body.mdgc-woo-modern .woocommerce p,
body.mdgc-woo-modern .woocommerce li,
body.mdgc-woo-modern .woocommerce td,
body.mdgc-woo-modern .woocommerce label {
	line-height: 1.5;
}

body.mdgc-woo-modern .woocommerce a {
	color: var(--mdgc-text);
	text-underline-offset: 3px;
}

body.mdgc-woo-modern .woocommerce a:hover {
	color: var(--mdgc-accent);
}

body.mdgc-woo-modern .woocommerce-breadcrumb {
	color: var(--mdgc-muted);
}

body.mdgc-woo-modern .woocommerce-breadcrumb a {
	color: var(--mdgc-muted);
}

body.mdgc-woo-modern .woocommerce-breadcrumb a:hover {
	color: var(--mdgc-accent);
}

body.mdgc-woo-modern .woocommerce-notices-wrapper,
body.mdgc-woo-modern .woocommerce-error,
body.mdgc-woo-modern .woocommerce-info,
body.mdgc-woo-modern .woocommerce-message {
	border-radius: 16px;
	box-shadow: var(--mdgc-shadow);
	border: 1px solid var(--mdgc-border);
	background: var(--mdgc-surface);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	color: var(--mdgc-text);
}

body.mdgc-woo-modern .woocommerce-message,
body.mdgc-woo-modern .woocommerce-info {
	border-left: 4px solid var(--mdgc-accent);
}

body.mdgc-woo-modern .woocommerce-error {
	border-left: 4px solid var(--mdgc-danger);
}

body.mdgc-woo-modern .woocommerce-notices-wrapper a.button,
body.mdgc-woo-modern .woocommerce-message a.button,
body.mdgc-woo-modern .woocommerce-info a.button {
	margin-top: 8px;
}

body.mdgc-woo-modern .woocommerce a.button,
body.mdgc-woo-modern .woocommerce button.button,
body.mdgc-woo-modern .woocommerce input.button,
body.mdgc-woo-modern .woocommerce #respond input#submit,
body.mdgc-woo-modern .woocommerce a.button.alt,
body.mdgc-woo-modern .woocommerce button.button.alt,
body.mdgc-woo-modern .woocommerce input.button.alt,
body.mdgc-woo-modern .woocommerce #respond input#submit.alt {
	border-radius: 999px;
	border: 1px solid rgba(14, 165, 233, 0.30);
	background: linear-gradient(180deg, var(--mdgc-accent), var(--mdgc-accent-2)) !important;
	color: #fff !important;
	font-weight: 700;
	letter-spacing: 0.2px;
	box-shadow: 0 12px 30px rgba(14, 165, 233, 0.22);
	text-transform: none;
	transition: transform 0.12s ease, filter 0.12s ease, box-shadow 0.12s ease;
	min-height: 46px;
	padding: 12px 18px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
}

body.mdgc-woo-modern .woocommerce a.button:hover,
body.mdgc-woo-modern .woocommerce button.button:hover,
body.mdgc-woo-modern .woocommerce input.button:hover,
body.mdgc-woo-modern .woocommerce #respond input#submit:hover,
body.mdgc-woo-modern .woocommerce a.button.alt:hover,
body.mdgc-woo-modern .woocommerce button.button.alt:hover,
body.mdgc-woo-modern .woocommerce input.button.alt:hover,
body.mdgc-woo-modern .woocommerce #respond input#submit.alt:hover {
	filter: brightness(1.06);
	transform: translateY(-1px);
	box-shadow: 0 18px 40px rgba(14, 165, 233, 0.26);
}

body.mdgc-woo-modern .woocommerce a.button:active,
body.mdgc-woo-modern .woocommerce button.button:active,
body.mdgc-woo-modern .woocommerce input.button:active,
body.mdgc-woo-modern .woocommerce #respond input#submit:active {
	transform: translateY(0);
}

body.mdgc-woo-modern .woocommerce a.button.disabled,
body.mdgc-woo-modern .woocommerce a.button:disabled,
body.mdgc-woo-modern .woocommerce button.button:disabled,
body.mdgc-woo-modern .woocommerce input.button:disabled {
	filter: grayscale(0.25);
	opacity: 0.65;
}

body.mdgc-woo-modern .woocommerce a.button.wc-forward,
body.mdgc-woo-modern .woocommerce a.added_to_cart {
	background: transparent !important;
	color: var(--mdgc-accent) !important;
	border: 1px solid rgba(14, 165, 233, 0.30) !important;
	box-shadow: none;
}

body.mdgc-woo-modern .woocommerce a.button.wc-forward:hover,
body.mdgc-woo-modern .woocommerce a.added_to_cart:hover {
	background: rgba(14, 165, 233, 0.10) !important;
}

body.mdgc-woo-modern .woocommerce input[type="text"],
body.mdgc-woo-modern .woocommerce input[type="email"],
body.mdgc-woo-modern .woocommerce input[type="tel"],
body.mdgc-woo-modern .woocommerce input[type="password"],
body.mdgc-woo-modern .woocommerce input[type="search"],
body.mdgc-woo-modern .woocommerce textarea,
body.mdgc-woo-modern .woocommerce select {
	background: rgba(8, 12, 8, 0.65) !important;
	border: 1px solid rgba(14, 165, 233, 0.14) !important;
	color: var(--mdgc-text) !important;
	border-radius: 14px;
	padding: 12px 14px;
	box-shadow: 0 0 0 0 rgba(14, 165, 233, 0);
	transition: box-shadow 0.12s ease, border-color 0.12s ease;
	min-height: 46px;
}

body.mdgc-woo-modern .woocommerce select {
	appearance: none;
	background-image: linear-gradient(45deg, transparent 50%, rgba(233, 236, 239, 0.70) 50%),
		linear-gradient(135deg, rgba(233, 236, 239, 0.70) 50%, transparent 50%);
	background-position: calc(100% - 18px) 50%, calc(100% - 12px) 50%;
	background-size: 6px 6px, 6px 6px;
	background-repeat: no-repeat;
	padding-right: 36px;
}

body.mdgc-woo-modern .woocommerce input[type="text"]::placeholder,
body.mdgc-woo-modern .woocommerce input[type="email"]::placeholder,
body.mdgc-woo-modern .woocommerce input[type="tel"]::placeholder,
body.mdgc-woo-modern .woocommerce input[type="password"]::placeholder,
body.mdgc-woo-modern .woocommerce input[type="search"]::placeholder,
body.mdgc-woo-modern .woocommerce textarea::placeholder {
	color: rgba(233, 236, 239, 0.55);
}

body.mdgc-woo-modern .woocommerce input[type="text"]:focus,
body.mdgc-woo-modern .woocommerce input[type="email"]:focus,
body.mdgc-woo-modern .woocommerce input[type="tel"]:focus,
body.mdgc-woo-modern .woocommerce input[type="password"]:focus,
body.mdgc-woo-modern .woocommerce input[type="search"]:focus,
body.mdgc-woo-modern .woocommerce textarea:focus,
body.mdgc-woo-modern .woocommerce select:focus {
	border-color: rgba(14, 165, 233, 0.40) !important;
	box-shadow: 0 0 0 3px rgba(14, 165, 233, 0.16);
	outline: none;
}

body.mdgc-woo-modern .woocommerce form .form-row label {
	color: rgba(233, 236, 239, 0.82);
	font-weight: 600;
}

body.mdgc-woo-modern .woocommerce form .form-row {
	margin: 0 0 14px;
}

ul.mdgc-products {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
	margin: 16px 0 0;
	padding: 0;
	list-style: none;
	--mdgc-accent: #0ea5e9;
	--mdgc-accent-2: #0284c7;
	--mdgc-border: rgba(14, 165, 233, 0.14);
	--mdgc-shadow: 0 0 0 1px rgba(14, 165, 233, 0.10), 0 24px 60px rgba(0, 0, 0, 0.55);
}

.mdgc-products-section {
	margin: 14px 0;
}

.mdgc-products-section__head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 14px;
	margin: 0 0 10px;
}

.mdgc-products-section__kicker {
	display: inline-flex;
	align-items: center;
	height: 26px;
	padding: 0 10px;
	border-radius: 999px;
	border: 1px solid rgba(14, 165, 233, 0.22);
	background: rgba(14, 165, 233, 0.10);
	color: rgba(233, 236, 239, 0.92);
	font-weight: 900;
	font-size: 12px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.mdgc-products-section__title {
	margin: 8px 0 0;
	font-size: clamp(18px, 2.8vw, 28px);
	line-height: 1.12;
	letter-spacing: -0.02em;
	color: rgba(233, 236, 239, 0.96);
}

.mdgc-products-section__subtitle {
	margin-top: 6px;
	color: rgba(233, 236, 239, 0.72);
	font-weight: 700;
	font-size: 12.5px;
	line-height: 1.35;
	max-width: 64ch;
}

.mdgc-products-section__seeall {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 8px 10px;
	border-radius: 999px;
	border: 1px solid rgba(255, 255, 255, 0.14);
	background: rgba(8, 12, 8, 0.40);
	color: rgba(233, 236, 239, 0.92);
	font-weight: 800;
	font-size: 13px;
	text-decoration: none;
	white-space: nowrap;
}

.mdgc-products-section__seeall:hover {
	border-color: rgba(14, 165, 233, 0.30);
	color: #fff;
	transform: translateY(-1px);
	background: rgba(14, 165, 233, 0.10);
}

.mdgc-storebar {
	position: relative;
}

.mdgc-store-header {
	width: 100%;
	--mdgc-store-logo-h: 38px;
	--mdgc-store-logo-h-mobile: 30px;
	background: rgba(0, 0, 0, 0.45);
	backdrop-filter: blur(14px);
	-webkit-backdrop-filter: blur(14px);
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	z-index: 9990;
	color-scheme: dark;
}

.mdgc-store-header.is-sticky {
	position: sticky;
	top: 0;
}

.mdgc-store-header__inner {
	max-width: 100%;
	margin: 0;
	padding: 10px 14px;
	display: grid;
	grid-template-columns: auto 1fr auto;
	grid-template-areas: "brand search menu";
	align-items: center;
	gap: 12px;
}

.mdgc-store-header__brand {
	grid-area: brand;
	display: inline-flex;
	align-items: center;
	gap: 10px;
	text-decoration: none;
	color: rgba(233, 236, 239, 0.96);
	max-width: 200px;
}

.mdgc-store-header__brand img,
.mdgc-store-header__logo {
	height: var(--mdgc-store-logo-h);
	max-height: var(--mdgc-store-logo-h);
	max-width: 200px;
	width: auto;
	display: block;
	object-fit: contain;
}

.mdgc-store-header__brand-text {
	font-weight: 900;
	letter-spacing: -0.02em;
	font-size: 16px;
}

.mdgc-store-header__search {
	grid-area: search;
	display: block;
}

.mdgc-store-header__menu-wrap {
	grid-area: menu;
	display: none;
}

.mdgc-store-header__menu {
	display: flex;
	gap: 12px;
	padding: 0;
	margin: 0;
	list-style: none;
}

.mdgc-store-header__menu a {
	height: 34px;
	padding: 0 10px;
	border-radius: 999px;
	border: 1px solid rgba(255, 255, 255, 0.10);
	background: rgba(17, 22, 17, 0.25);
	color: rgba(233, 236, 239, 0.88);
	font-weight: 800;
	font-size: 13px;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	white-space: nowrap;
}

.mdgc-store-header__menu a:hover {
	border-color: rgba(14, 165, 233, 0.22);
	background: rgba(14, 165, 233, 0.10);
	color: rgba(233, 236, 239, 0.96);
}

.mdgc-store-header__cats {
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0 14px 10px;
	display: flex;
	gap: 8px;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none;
}

.mdgc-store-header__cats::-webkit-scrollbar {
	display: none;
}

.mdgc-store-header__cat {
	flex: 0 0 auto;
	height: 32px;
	padding: 0 12px;
	border-radius: 999px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	background: rgba(17, 22, 17, 0.35);
	color: rgba(233, 236, 239, 0.88);
	font-weight: 800;
	font-size: 13px;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
}

.mdgc-store-header__cat:hover {
	border-color: rgba(14, 165, 233, 0.22);
	background: rgba(14, 165, 233, 0.10);
	color: rgba(233, 236, 239, 0.96);
}

.mdgc-store-header .mdgc-storebar {
	width: 100%;
}

.mdgc-store-header .mdgc-product-search {
	width: 100%;
	border-radius: 14px;
	padding: 6px;
}

.mdgc-store-header .mdgc-product-search__input {
	min-width: 0;
	border-radius: 10px;
	border: 0;
	background: transparent;
	min-height: 46px;
	padding: 10px 12px;
}

.mdgc-store-header .mdgc-product-search__select {
	max-width: 240px;
	border-radius: 10px;
	border: 0;
	background: transparent;
	min-height: 46px;
	color-scheme: dark;
}

.mdgc-store-header .mdgc-product-search__select option,
.mdgc-store-header .mdgc-product-search__select optgroup {
	color: #0b0f0b;
}

.mdgc-store-header .mdgc-product-search__btn,
.mdgc-store-header .mdgc-storebar-cart__toggle {
	width: 42px;
	height: 42px;
	border-radius: 10px;
}

.mdgc-store-header .mdgc-product-search__btn {
	background: linear-gradient(180deg, var(--mdgc-accent), var(--mdgc-accent-2));
	border: 1px solid rgba(14, 165, 233, 0.30);
	color: #fff;
}

.mdgc-store-header .mdgc-product-search__btn:hover {
	filter: brightness(1.06);
}

.mdgc-store-header .mdgc-storebar-cart__toggle {
	background: rgba(17, 22, 17, 0.55);
}

@media (min-width: 1000px) {
	.mdgc-store-header__menu-wrap {
		display: block;
	}
}

@media (max-width: 999px) {
	.mdgc-store-header__inner {
		grid-template-columns: 1fr;
		grid-template-areas:
			"brand"
			"search";
		gap: 10px;
	}

	.mdgc-store-header__brand {
		max-width: 100%;
		justify-self: start;
	}

	.mdgc-store-header__brand img,
	.mdgc-store-header__logo {
		height: var(--mdgc-store-logo-h-mobile);
		max-height: var(--mdgc-store-logo-h-mobile);
		max-width: 68vw;
	}
}

.mdgc-product-search {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	padding: 8px;
	border-radius: 999px;
	background: rgba(8, 12, 8, 0.55);
	border: 1px solid rgba(255, 255, 255, 0.12);
	box-shadow: 0 0 0 1px rgba(14, 165, 233, 0.06), 0 14px 36px rgba(0, 0, 0, 0.45);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
}

.mdgc-product-search:focus-within {
	border-color: rgba(14, 165, 233, 0.30);
	box-shadow: 0 0 0 1px rgba(14, 165, 233, 0.10), 0 0 0 4px rgba(14, 165, 233, 0.12), 0 14px 36px rgba(0, 0, 0, 0.45);
}

.mdgc-product-search__input {
	flex: 1 1 220px;
	min-width: 180px;
	min-height: 44px;
	border-radius: 999px;
	background: transparent;
	border: 1px solid rgba(255, 255, 255, 0.10);
	color: rgba(233, 236, 239, 0.92);
	padding: 10px 14px;
	appearance: none;
}

.mdgc-product-search__select {
	flex: 0 1 220px;
	min-height: 44px;
	border-radius: 999px;
	background: transparent;
	border: 1px solid rgba(255, 255, 255, 0.10);
	color: rgba(233, 236, 239, 0.92);
	padding: 10px 38px 10px 14px;
	appearance: none;
	color-scheme: dark;
	background-image:
		linear-gradient(45deg, transparent 50%, rgba(233, 236, 239, 0.72) 50%),
		linear-gradient(135deg, rgba(233, 236, 239, 0.72) 50%, transparent 50%);
	background-position: calc(100% - 18px) 50%, calc(100% - 12px) 50%;
	background-size: 6px 6px, 6px 6px;
	background-repeat: no-repeat;
}

.mdgc-product-search__select option,
.mdgc-product-search__select optgroup {
	color: #0b0f0b;
}

.mdgc-product-search__btn {
	flex: 0 0 44px;
	width: 44px;
	height: 44px;
	border-radius: 999px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	background: rgba(17, 22, 17, 0.55);
	color: rgba(233, 236, 239, 0.92);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.mdgc-storebar-cart__toggle {
	position: relative;
	width: 44px;
	height: 44px;
	border-radius: 999px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	background: rgba(17, 22, 17, 0.55);
	color: rgba(233, 236, 239, 0.92);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	cursor: pointer;
}

.mdgc-storebar-cart__icon {
	display: grid;
	place-items: center;
	line-height: 0;
}

.mdgc-storebar-cart__total {
	display: none;
}

.mdgc-storebar-cart__count {
	position: absolute;
	top: -7px;
	right: -7px;
	min-width: 20px;
	height: 20px;
	padding: 0 6px;
	border-radius: 999px;
	background: linear-gradient(180deg, var(--mdgc-accent), var(--mdgc-accent-2));
	color: #fff;
	font-weight: 900;
	font-size: 12px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 8px 18px rgba(14, 165, 233, 0.22);
}

.mdgc-storebar-cart__count[data-count="0"] {
	display: none;
}

.mdgc-product-search__input,
.mdgc-product-search__select {
	width: 100%;
	min-height: 44px;
	border-radius: 999px;
	background: transparent;
	border: 1px solid rgba(255, 255, 255, 0.10);
	color: rgba(233, 236, 239, 0.92);
	padding: 10px 14px;
}

.mdgc-product-search__input::placeholder {
	color: rgba(233, 236, 239, 0.55);
}

.mdgc-product-search__input:focus,
.mdgc-product-search__select:focus {
	outline: none;
}

.mdgc-product-search__btn:hover,
.mdgc-storebar-cart__toggle:hover {
	background: rgba(14, 165, 233, 0.10);
	border-color: rgba(14, 165, 233, 0.22);
}

.mdgc-product-search__suggest {
	position: absolute;
	left: 0;
	right: 0;
	top: calc(100% + 10px);
	background: rgba(8, 12, 8, 0.96);
	border: 1px solid rgba(255, 255, 255, 0.10);
	border-radius: 18px;
	box-shadow: 0 0 0 1px rgba(14, 165, 233, 0.10), 0 24px 70px rgba(0, 0, 0, 0.60);
	overflow: hidden;
	z-index: 9999;
	max-height: 360px;
	overflow-y: auto;
}

.mdgc-suggest__group {
	padding: 10px 10px 6px;
}

.mdgc-suggest__label {
	font-size: 12px;
	font-weight: 900;
	color: rgba(233, 236, 239, 0.62);
	letter-spacing: 0.08em;
	text-transform: uppercase;
	padding: 6px 6px 8px;
}

.mdgc-suggest__item {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 12px;
	padding: 10px 10px;
	border-radius: 14px;
	color: rgba(233, 236, 239, 0.92);
	text-decoration: none;
}

.mdgc-suggest__item:hover {
	background: rgba(14, 165, 233, 0.10);
}

.mdgc-suggest__item-main {
	font-weight: 800;
	font-size: 14px;
	line-height: 1.25;
}

.mdgc-suggest__item-sub {
	font-size: 12px;
	font-weight: 800;
	color: rgba(233, 236, 239, 0.62);
	white-space: nowrap;
}

.mdgc-suggest__price {
	font-weight: 900;
	color: rgba(233, 236, 239, 0.92);
	white-space: nowrap;
}

.mdgc-suggest__footer {
	display: block;
	padding: 12px 14px;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	color: rgba(233, 236, 239, 0.88);
	text-decoration: none;
	font-weight: 800;
	background: rgba(17, 22, 17, 0.40);
}

.mdgc-suggest__footer:hover {
	background: rgba(14, 165, 233, 0.10);
}

.mdgc-storebar-cart {
	position: absolute;
	right: 0;
	top: calc(100% + 10px);
	width: min(420px, 92vw);
	background: rgba(8, 12, 8, 0.96);
	border: 1px solid rgba(255, 255, 255, 0.10);
	border-radius: 18px;
	box-shadow: 0 0 0 1px rgba(14, 165, 233, 0.10), 0 24px 70px rgba(0, 0, 0, 0.60);
	z-index: 10000;
	overflow: hidden;
}

.mdgc-storebar-cart__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	padding: 12px 14px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.mdgc-storebar-cart__title {
	font-weight: 900;
	color: rgba(233, 236, 239, 0.92);
}

.mdgc-storebar-cart__close {
	width: 34px;
	height: 34px;
	border-radius: 999px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	background: rgba(17, 22, 17, 0.55);
	color: rgba(233, 236, 239, 0.92);
	cursor: pointer;
}

.mdgc-storebar-cart__meta {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 12px;
	padding: 10px 14px;
	color: rgba(233, 236, 239, 0.80);
}

.mdgc-storebar-cart__subtotal-label {
	color: rgba(233, 236, 239, 0.60);
	font-weight: 800;
	font-size: 12px;
}

.mdgc-storebar-cart__subtotal {
	font-weight: 900;
}

.mdgc-storebar-cart__actions {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
	padding: 0 14px 12px;
}

.mdgc-storebar-cart__link,
.mdgc-storebar-cart__checkout {
	height: 42px;
	border-radius: 14px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	font-weight: 900;
}

.mdgc-storebar-cart__link {
	background: rgba(17, 22, 17, 0.55);
	border: 1px solid rgba(255, 255, 255, 0.12);
	color: rgba(233, 236, 239, 0.92);
}

.mdgc-storebar-cart__checkout {
	background: linear-gradient(180deg, var(--mdgc-accent), var(--mdgc-accent-2));
	border: 1px solid rgba(14, 165, 233, 0.30);
	color: #fff;
}

.mdgc-storebar-cart__content {
	padding: 0 14px 14px;
	max-height: min(420px, 60vh);
	overflow: auto;
}

.mdgc-storebar-cart__content .woocommerce-mini-cart__empty-message {
	color: rgba(233, 236, 239, 0.72);
	font-weight: 800;
}

.mdgc-storebar-cart__content .woocommerce-mini-cart__total,
.mdgc-storebar-cart__content .woocommerce-mini-cart__buttons {
	display: none;
}

.mdgc-storebar-cart__content .woocommerce-mini-cart {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 10px;
}

.mdgc-storebar-cart__content .woocommerce-mini-cart-item,
.mdgc-storebar-cart__content .woocommerce-mini-cart-item.mini_cart_item {
	list-style: none;
	margin: 0;
	padding: 10px 10px;
	border-radius: 14px;
	background: rgba(17, 22, 17, 0.40);
	border: 1px solid rgba(255, 255, 255, 0.08);
}

.mdgc-storebar-cart__content .woocommerce-mini-cart-item > a {
	display: flex;
	align-items: center;
	gap: 10px;
	color: rgba(233, 236, 239, 0.92);
	text-decoration: none;
	font-weight: 900;
	line-height: 1.25;
}

.mdgc-storebar-cart__content .woocommerce-mini-cart-item > a:hover {
	background: transparent;
}

.mdgc-storebar-cart__content .woocommerce-mini-cart-item > a img {
	width: 56px;
	height: 56px;
	border-radius: 12px;
	object-fit: cover;
	flex: 0 0 56px;
	display: block;
}

.mdgc-storebar-cart__content .woocommerce-mini-cart-item .quantity {
	display: block;
	margin-top: 8px;
	color: rgba(233, 236, 239, 0.78);
	font-weight: 800;
}

.mdgc-storebar-cart__content .woocommerce-mini-cart-item .quantity .amount {
	color: rgba(233, 236, 239, 0.92);
	font-weight: 900;
}

.mdgc-storebar-cart__content .woocommerce-mini-cart-item a.remove {
	width: 26px;
	height: 26px;
	border-radius: 999px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	color: rgba(233, 236, 239, 0.82);
	border: 1px solid rgba(255, 255, 255, 0.12);
	background: rgba(8, 12, 8, 0.55);
}

.mdgc-storebar-cart__content .woocommerce-mini-cart-item a.remove:hover {
	filter: brightness(1.05);
}

@media (min-width: 761px) {
	.mdgc-product-search {
		flex-wrap: nowrap;
	}
}

@media (max-width: 760px) {
	.mdgc-product-search {
		border-radius: 18px;
	}

	.mdgc-product-search__input {
		order: 1;
		flex: 1 1 calc(100% - 104px);
		min-width: 0;
	}

	.mdgc-product-search__btn {
		order: 2;
	}

	.mdgc-product-search__select {
		order: 3;
		flex: 1 1 100%;
	}

	.mdgc-storebar-cart__toggle {
		order: 4;
	}

	.mdgc-storebar-cart {
		left: 0;
		right: 0;
		width: auto;
	}

	.mdgc-storebar-cart__actions {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 760px) {
	.mdgc-products-section__head {
		flex-direction: column;
		align-items: stretch;
	}

	.mdgc-products-section__seeall {
		width: fit-content;
	}
}

@media (max-width: 1100px) {
	ul.mdgc-products {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 760px) {
	ul.mdgc-products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 14px;
	}
}

@media (max-width: 360px) {
	ul.mdgc-products {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 420px) {
	body.mdgc-woo-modern:not(.woocommerce-shop):not(.tax-product_cat):not(.tax-product_tag):not(.woocommerce-cart):not(.woocommerce-checkout):not(.woocommerce-account) {
		overflow-x: hidden;
	}

	body.mdgc-woo-modern:not(.woocommerce-shop):not(.tax-product_cat):not(.tax-product_tag):not(.woocommerce-cart):not(.woocommerce-checkout):not(.woocommerce-account) .woocommerce ul.mdgc-products:not(.mdgc-products--carousel) {
		box-sizing: border-box;
		width: 100vw;
		margin-left: calc(50% - 50vw);
		margin-right: calc(50% - 50vw);
		padding-left: calc(8px + env(safe-area-inset-left));
		padding-right: calc(8px + env(safe-area-inset-right));
	}

	body.mdgc-woo-modern:not(.woocommerce-shop):not(.tax-product_cat):not(.tax-product_tag):not(.woocommerce-cart):not(.woocommerce-checkout):not(.woocommerce-account) .woocommerce .mdgc-products-carousel__viewport {
		box-sizing: border-box;
		width: 100vw;
		margin-left: calc(50% - 50vw);
		margin-right: calc(50% - 50vw);
		padding-left: calc(8px + env(safe-area-inset-left));
		padding-right: calc(8px + env(safe-area-inset-right));
	}
}

ul.mdgc-products::before,
ul.mdgc-products::after {
	content: none !important;
	display: none !important;
}

.mdgc-products-carousel {
	position: relative;
}

.mdgc-products-carousel__viewport {
	overflow-x: auto;
	overflow-y: hidden;
	scroll-snap-type: x mandatory;
	scrollbar-width: none;
	padding: 2px 46px 2px 2px;
}

.mdgc-products-carousel__viewport::-webkit-scrollbar {
	display: none;
}

ul.mdgc-products.mdgc-products--carousel {
	display: flex;
	flex-wrap: nowrap;
	gap: 18px;
	margin: 0;
	padding: 0;
}

ul.mdgc-products.mdgc-products--carousel > li.product {
	flex: 0 0 calc((100% - 54px) / 4);
	scroll-snap-align: start;
}

@media (max-width: 1100px) {
	ul.mdgc-products.mdgc-products--carousel > li.product {
		flex-basis: calc((100% - 36px) / 3);
	}
}

@media (max-width: 760px) {
	.mdgc-products-carousel__viewport {
		padding-right: 2px;
	}

	ul.mdgc-products.mdgc-products--carousel > li.product {
		flex-basis: calc((100% - 14px) / 2);
	}
}

.mdgc-products-carousel__nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 44px;
	height: 44px;
	border-radius: 999px;
	background: rgba(0, 0, 0, 0.55);
	border: 1px solid rgba(255, 255, 255, 0.12);
	backdrop-filter: blur(6px);
	cursor: pointer;
	z-index: 3;
}

.mdgc-products-carousel__nav--prev {
	left: 0;
}

.mdgc-products-carousel__nav--next {
	right: 0;
}

@media (max-width: 760px) {
	.mdgc-products-carousel__nav {
		width: 40px;
		height: 40px;
	}
}

.mdgc-products-carousel__nav--prev::before,
.mdgc-products-carousel__nav--next::before {
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	border-right: 2px solid rgba(233, 236, 239, 0.92);
	border-bottom: 2px solid rgba(233, 236, 239, 0.92);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(135deg);
}

.mdgc-products-carousel__nav--next::before {
	transform: translate(-50%, -50%) rotate(-45deg);
}

.mdgc-toast-stack {
	position: fixed;
	left: 0;
	right: 0;
	bottom: calc(14px + env(safe-area-inset-bottom));
	display: grid;
	gap: 10px;
	padding: 0 12px;
	z-index: 999999;
	pointer-events: none;
}

.mdgc-toast {
	pointer-events: auto;
	max-width: 560px;
	width: 100%;
	margin: 0 auto;
	border-radius: 18px;
	padding: 12px 12px;
	background: rgba(8, 12, 8, 0.78);
	border: 1px solid rgba(255, 255, 255, 0.12);
	box-shadow: 0 18px 50px rgba(0, 0, 0, 0.55);
	backdrop-filter: blur(10px);
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	transform: translateY(10px);
	opacity: 0;
	transition: transform 140ms ease, opacity 140ms ease;
}

.mdgc-toast.is-visible {
	transform: translateY(0);
	opacity: 1;
}

.mdgc-toast--success {
	border-color: rgba(14, 165, 233, 0.22);
}

.mdgc-toast__content {
	min-width: 0;
	font-weight: 900;
	color: rgba(233, 236, 239, 0.92);
	line-height: 1.25;
	overflow-wrap: anywhere;
}

.mdgc-toast__actions {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	flex: 0 0 auto;
}

.mdgc-toast__action {
	height: 34px;
	padding: 0 12px;
	border-radius: 999px;
	background: rgba(14, 165, 233, 0.14);
	border: 1px solid rgba(14, 165, 233, 0.18);
	color: rgba(233, 236, 239, 0.92);
	font-weight: 900;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	white-space: nowrap;
}

.mdgc-toast__close {
	width: 34px;
	height: 34px;
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(255, 255, 255, 0.12);
	color: rgba(233, 236, 239, 0.92);
	font-weight: 900;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	cursor: pointer;
	line-height: 1;
}

@media (max-width: 520px) {
	.mdgc-toast-stack {
		padding-left: 10px;
		padding-right: 10px;
	}

	.mdgc-toast {
		flex-direction: column;
		align-items: stretch;
		gap: 10px;
	}

	.mdgc-toast__content {
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
	}

	.mdgc-toast__actions {
		justify-content: space-between;
	}

	.mdgc-toast__action {
		flex: 1 1 auto;
		justify-content: center;
	}
}

body.mdgc-woo-modern .woocommerce-notices-wrapper {
	display: grid;
	gap: 12px;
	margin: 0 0 14px;
}

.mdgc-notice {
	box-sizing: border-box;
	border-radius: 18px;
	padding: 12px 14px;
	background: rgba(8, 12, 8, 0.65);
	border: 1px solid rgba(255, 255, 255, 0.10);
	box-shadow: var(--mdgc-shadow);
	color: rgba(233, 236, 239, 0.88);
	display: flex;
	align-items: flex-start;
	gap: 12px;
	max-width: 100%;
}

.mdgc-notice__icon {
	width: 34px;
	height: 34px;
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(255, 255, 255, 0.10);
	flex: 0 0 auto;
	margin-top: 1px;
}

.mdgc-notice__content {
	min-width: 0;
	font-weight: 800;
	line-height: 1.35;
}

.mdgc-notice__content a {
	color: rgba(233, 236, 239, 0.95);
	font-weight: 900;
	text-decoration: none;
}

.mdgc-notice__content a.restore-item,
.mdgc-notice__content a.woocommerce-undo {
	display: inline-flex;
	align-items: center;
	height: 30px;
	padding: 0 10px;
	border-radius: 999px;
	border: 1px solid rgba(14, 165, 233, 0.20);
	background: rgba(8, 12, 8, 0.35);
	color: rgba(233, 236, 239, 0.92);
}

.mdgc-notice__content a.restore-item:hover,
.mdgc-notice__content a.woocommerce-undo:hover {
	border-color: rgba(14, 165, 233, 0.30);
}

.mdgc-notice__list {
	margin: 0;
	padding: 0;
	list-style: none;
	display: grid;
	gap: 6px;
}

.mdgc-notice--success {
	border-color: rgba(14, 165, 233, 0.22);
}

.mdgc-notice--success .mdgc-notice__icon {
	background: rgba(14, 165, 233, 0.12);
	border-color: rgba(14, 165, 233, 0.22);
}

.mdgc-notice--info {
	border-color: rgba(14, 165, 233, 0.14);
}

.mdgc-notice--info .mdgc-notice__icon {
	background: rgba(14, 165, 233, 0.08);
	border-color: rgba(14, 165, 233, 0.14);
}

.mdgc-notice--error {
	border-color: rgba(255, 83, 108, 0.35);
}

.mdgc-notice--error .mdgc-notice__icon {
	background: rgba(255, 83, 108, 0.12);
	border-color: rgba(255, 83, 108, 0.24);
}

body.mdgc-woo-modern .woocommerce .woocommerce-error.mdgc-notice,
body.mdgc-woo-modern .woocommerce .woocommerce-message.mdgc-notice,
body.mdgc-woo-modern .woocommerce .woocommerce-info.mdgc-notice {
	background: rgba(8, 12, 8, 0.65) !important;
	border: 1px solid rgba(255, 255, 255, 0.10) !important;
	border-radius: 18px !important;
	padding: 12px 14px !important;
	margin: 0 !important;
}

body.mdgc-woo-modern .woocommerce ul.products li.product.mdgc-card {
	padding: 14px;
}

body.mdgc-woo-modern .woocommerce .mdgc-card__link {
	display: block;
	text-decoration: none;
	color: inherit;
}

body.mdgc-woo-modern .woocommerce .mdgc-card__media {
	position: relative;
	border-radius: 18px;
	overflow: hidden;
	background: rgba(8, 12, 8, 0.65);
	border: 1px solid rgba(14, 165, 233, 0.10);
	aspect-ratio: 1 / 1;
	display: grid;
	place-items: center;
}

body.mdgc-woo-modern .woocommerce .mdgc-card__media img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
	border-radius: 0;
	box-shadow: none;
}

body.mdgc-woo-modern .woocommerce .mdgc-card__badges {
	position: absolute;
	top: 10px;
	left: 10px;
	display: flex;
	gap: 8px;
	z-index: 2;
}

body.mdgc-woo-modern .woocommerce .mdgc-card__badge {
	display: inline-flex;
	align-items: center;
	height: 26px;
	padding: 0 10px;
	border-radius: 999px;
	font-size: 12px;
	font-weight: 900;
	background: rgba(0, 0, 0, 0.60);
	border: 1px solid rgba(255, 255, 255, 0.14);
	color: rgba(233, 236, 239, 0.92);
	backdrop-filter: blur(8px);
}

body.mdgc-woo-modern .woocommerce .mdgc-card__body {
	margin-top: 12px;
	display: grid;
	gap: 6px;
}

body.mdgc-woo-modern .woocommerce .mdgc-card__title {
	margin: 0;
	color: rgba(233, 236, 239, 0.92);
	font-weight: 900;
	font-size: 14px;
	line-height: 1.25;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

body.mdgc-woo-modern .woocommerce .mdgc-card__desc {
	color: rgba(233, 236, 239, 0.72);
	font-size: 12px;
	line-height: 1.35;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

body.mdgc-woo-modern .woocommerce .mdgc-card__rating {
	margin-top: 2px;
}

body.mdgc-woo-modern .woocommerce .mdgc-card__price {
	color: var(--mdgc-accent);
	font-weight: 900;
}

body.mdgc-woo-modern .woocommerce .mdgc-card__meta {
	display: flex;
	align-items: center;
	gap: 8px;
	color: rgba(233, 236, 239, 0.68);
	font-size: 12px;
}

body.mdgc-woo-modern .woocommerce .mdgc-card__dot {
	opacity: 0.7;
}

body.mdgc-woo-modern .woocommerce .mdgc-card__cta {
	margin-top: 12px;
}

body.mdgc-woo-modern .woocommerce .mdgc-card__cta .button,
body.mdgc-woo-modern .woocommerce .mdgc-card__cta a.button {
	width: 100%;
	padding: 11px 14px;
	font-size: 13px;
	line-height: 1.1;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	white-space: nowrap;
}

.mdgc-card {
	background: rgba(17, 22, 17, 0.60);
	border: 1px solid rgba(14, 165, 233, 0.12);
	border-radius: 22px;
	box-shadow: var(--mdgc-shadow);
	padding: 14px;
	overflow: hidden;
	transition: transform 0.14s ease, border-color 0.14s ease, box-shadow 0.14s ease;
	margin: 0 !important;
	width: auto !important;
	float: none !important;
	display: flex;
	flex-direction: column;
}

.mdgc-card__link {
	display: block;
	text-decoration: none;
	color: inherit;
}

.mdgc-card__media {
	position: relative;
	border-radius: 18px;
	overflow: hidden;
	background: rgba(8, 12, 8, 0.65);
	border: 1px solid rgba(14, 165, 233, 0.10);
	aspect-ratio: 1 / 1;
	display: grid;
	place-items: center;
}

.mdgc-card__media img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
	border-radius: 0;
	box-shadow: none;
}

.mdgc-card__badges {
	position: absolute;
	top: 10px;
	left: 10px;
	display: flex;
	gap: 8px;
	z-index: 2;
}

.mdgc-card__badge {
	display: inline-flex;
	align-items: center;
	height: 26px;
	padding: 0 10px;
	border-radius: 999px;
	font-size: 12px;
	font-weight: 900;
	background: rgba(0, 0, 0, 0.60);
	border: 1px solid rgba(255, 255, 255, 0.14);
	color: rgba(233, 236, 239, 0.92);
	backdrop-filter: blur(8px);
}

.mdgc-card__body {
	margin-top: 12px;
	display: grid;
	gap: 6px;
}

.mdgc-card__title {
	margin: 0;
	color: rgba(233, 236, 239, 0.92);
	font-weight: 900;
	font-size: 14px;
	line-height: 1.25;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.mdgc-card__desc {
	color: rgba(233, 236, 239, 0.72);
	font-size: 12px;
	line-height: 1.35;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.mdgc-card__rating {
	margin-top: 2px;
}

.mdgc-card__price {
	color: var(--mdgc-accent);
	font-weight: 900;
}

.mdgc-card__meta {
	display: flex;
	align-items: center;
	gap: 8px;
	color: rgba(233, 236, 239, 0.68);
	font-size: 12px;
}

.mdgc-card__dot {
	opacity: 0.7;
}

.mdgc-card__cta {
	margin-top: 12px;
}

.mdgc-card__cta .button,
.mdgc-card__cta a.button {
	width: 100%;
	padding: 11px 14px;
	font-size: 13px;
	line-height: 1.1;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	white-space: nowrap;
}

.mdgc-card__cta .button,
.mdgc-card__cta a.button {
	border-radius: 999px !important;
	border: 1px solid rgba(14, 165, 233, 0.30) !important;
	background: linear-gradient(180deg, var(--mdgc-accent), var(--mdgc-accent-2)) !important;
	color: #fff !important;
	font-weight: 800 !important;
	text-decoration: none !important;
	box-shadow: 0 12px 30px rgba(14, 165, 233, 0.22) !important;
	transition: transform 0.12s ease, filter 0.12s ease, box-shadow 0.12s ease;
}

.mdgc-card__cta .button:hover,
.mdgc-card__cta a.button:hover {
	filter: brightness(1.06);
	transform: translateY(-1px);
	box-shadow: 0 18px 40px rgba(14, 165, 233, 0.26) !important;
}

.mdgc-card__cta .added_to_cart {
	margin-top: 10px;
	width: 100%;
	height: 42px;
	border-radius: 999px;
	display: flex !important;
	align-items: center;
	justify-content: center !important;
	text-align: center !important;
	padding: 0 14px;
	text-decoration: none;
	font-weight: 900;
	color: var(--mdgc-accent);
	background: rgba(8, 12, 8, 0.40);
	border: 1px solid rgba(14, 165, 233, 0.26);
	box-shadow: none;
	align-self: stretch;
}

.mdgc-card__cta a.added_to_cart,
.mdgc-card__cta a.added_to_cart.wc-forward {
	display: flex !important;
	align-items: center;
	justify-content: center !important;
	text-align: center !important;
}

.mdgc-card__cta .added_to_cart:hover {
	border-color: rgba(14, 165, 233, 0.38);
}

@media (max-width: 520px) {
	body.mdgc-woo-modern .woocommerce ul.products li.product.mdgc-card {
		padding: 12px;
		border-radius: 18px;
	}

	body.mdgc-woo-modern .woocommerce .mdgc-card__media {
		border-radius: 16px;
	}

	body.mdgc-woo-modern .woocommerce .mdgc-card__badges {
		top: 8px;
		left: 8px;
		gap: 6px;
	}

	body.mdgc-woo-modern .woocommerce .mdgc-card__badge {
		height: 22px;
		padding: 0 8px;
		font-size: 11px;
	}

	body.mdgc-woo-modern .woocommerce .mdgc-card__body {
		margin-top: 10px;
		gap: 5px;
	}

	body.mdgc-woo-modern .woocommerce .mdgc-card__title {
		font-size: 13px;
	}

	body.mdgc-woo-modern .woocommerce .mdgc-card__desc {
		font-size: 11.5px;
		-webkit-line-clamp: 1;
	}

	body.mdgc-woo-modern .woocommerce .mdgc-card__meta {
		font-size: 11px;
		gap: 6px;
	}

	body.mdgc-woo-modern .woocommerce .mdgc-card__cta .button,
	body.mdgc-woo-modern .woocommerce .mdgc-card__cta a.button {
		padding: 10px 12px;
		font-size: 13px;
	}
}

body.mdgc-woo-modern .woocommerce form .form-row .required {
	color: #ff5c5c;
}

body.mdgc-woo-modern .woocommerce .select2-container--default .select2-selection--single,
body.mdgc-woo-modern .woocommerce .select2-container--default .select2-selection--multiple {
	background: rgba(8, 12, 8, 0.65) !important;
	border: 1px solid rgba(14, 165, 233, 0.14) !important;
	border-radius: 14px !important;
	min-height: 46px;
	color: var(--mdgc-text) !important;
}

body.mdgc-woo-modern .woocommerce .select2-container--default .select2-selection--single .select2-selection__rendered {
	color: var(--mdgc-text) !important;
	line-height: 46px !important;
	padding-left: 14px !important;
	padding-right: 36px !important;
}

body.mdgc-woo-modern .woocommerce .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 46px !important;
	right: 10px !important;
}

body.mdgc-woo-modern .select2-container--open .select2-dropdown {
	background: rgba(8, 12, 8, 0.98) !important;
	border: 1px solid rgba(14, 165, 233, 0.16) !important;
	border-radius: 14px !important;
	overflow: hidden;
	box-shadow: var(--mdgc-shadow);
}

body.mdgc-woo-modern .select2-container--default .select2-search--dropdown .select2-search__field {
	background: rgba(8, 12, 8, 0.65) !important;
	border: 1px solid rgba(14, 165, 233, 0.14) !important;
	border-radius: 12px !important;
	color: var(--mdgc-text) !important;
	padding: 10px 12px !important;
}

body.mdgc-woo-modern .select2-container--default .select2-results__option {
	color: rgba(233, 236, 239, 0.86) !important;
}

body.mdgc-woo-modern .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
	background: rgba(14, 165, 233, 0.12) !important;
	color: rgba(233, 236, 239, 0.92) !important;
}

body.mdgc-woo-modern .woocommerce table.shop_table {
	border-radius: 18px;
	overflow: hidden;
	border: 1px solid rgba(14, 165, 233, 0.12);
	background: rgba(17, 22, 17, 0.55);
	box-shadow: var(--mdgc-shadow);
}

body.mdgc-woo-modern .woocommerce table.shop_table th,
body.mdgc-woo-modern .woocommerce table.shop_table td {
	border-color: rgba(14, 165, 233, 0.10);
}

body.mdgc-woo-modern .woocommerce table.shop_table thead th {
	background: rgba(8, 12, 8, 0.80);
	color: rgba(233, 236, 239, 0.86);
}

body.mdgc-woo-modern .woocommerce .quantity .qty {
	min-height: 44px;
}

body.mdgc-woo-modern .woocommerce .woocommerce-pagination ul.page-numbers {
	border: 0;
}

body.mdgc-woo-modern .woocommerce .woocommerce-pagination ul.page-numbers li a,
body.mdgc-woo-modern .woocommerce .woocommerce-pagination ul.page-numbers li span {
	border-radius: 12px;
	background: rgba(17, 22, 17, 0.55);
	border: 1px solid rgba(14, 165, 233, 0.10);
	color: rgba(233, 236, 239, 0.82);
	margin: 0 4px;
}

body.mdgc-woo-modern .woocommerce .woocommerce-pagination ul.page-numbers li span.current,
body.mdgc-woo-modern .woocommerce .woocommerce-pagination ul.page-numbers li a:hover {
	color: var(--mdgc-accent);
	border-color: rgba(14, 165, 233, 0.22);
}

.MuiFormControl-root.MuiTextField-root {
	display: inline-flex !important;
}

h5.MuiTypography-h5,
h6.MuiTypography-subtitle1 {
	display: block !important;
}

p.MuiTypography-body1,
p.MuiTypography-body2 {
	display: block !important;
}
