:root {
	--mlk-primary-100: #f0eff3;
	--mlk-primary-200: #d8d5dc;
	--mlk-primary-300: #a9a5af;
	--mlk-primary-400: #5d5968;
	--mlk-primary-500: #14111b;
	--mlk-primary-600: #100d17;
	--mlk-secondary-100: #eef8d2;
	--mlk-secondary-300: #bce164;
	--mlk-secondary-500: #a7d934;
	--mlk-secondary-700: #88a820;
	--mlk-tertiary-100: #f3c7e6;
	--mlk-tertiary-300: #d445ad;
	--mlk-tertiary-500: #b9158e;
	--mlk-dark: #14111b;
	--mlk-gray-500: #a8a5ad;
	--mlk-gray-200: #e9e8eb;
	--mlk-light: #f6f7f7;
	--mlk-white: #ffffff;
	--mlk-line: #d9d7dd;
	--mlk-danger: #ec4f4f;
	--mlk-warning: #eea84d;
	--mlk-success: #a7d934;
	--mlk-blue: #5a5ee8;
	--mlk-yellow: #ead94b;
	--mlk-radius-xs: 6px;
	--mlk-radius: 8px;
	--mlk-radius-lg: 24px;
	--mlk-shadow: 0 22px 46px rgba(20, 17, 27, 0.08);
	--mlk-font: "Nunito Sans", "Inter", "Aptos", "Segoe UI", Arial, sans-serif;
	--mlk-shell: 1210px;
}

body {
	background: var(--mlk-white);
	color: var(--mlk-dark);
	font-family: var(--mlk-font);
	font-size: 16px;
	line-height: 1.55;
}

body,
button,
input,
select,
textarea {
	letter-spacing: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
.woocommerce-products-header__title,
.woocommerce div.product .product_title {
	color: var(--mlk-dark);
	font-family: var(--mlk-font);
	font-weight: 850;
	letter-spacing: 0;
}

a {
	color: inherit;
	transition: color 180ms ease, opacity 180ms ease;
}

a:hover,
a:focus {
	color: var(--mlk-primary-500);
}

.mlk-shell,
.container,
.woocommerce .woocommerce-breadcrumb,
.woocommerce-products-header,
.woocommerce .woocommerce-notices-wrapper,
.woocommerce .woocommerce-result-count,
.woocommerce .woocommerce-ordering,
.woocommerce nav.woocommerce-pagination,
.woocommerce div.product,
.woocommerce-cart .woocommerce,
.woocommerce-checkout .woocommerce,
.woocommerce-account .woocommerce,
.woocommerce ul.products {
	width: min(100% - 60px, var(--mlk-shell));
	margin-inline: auto;
}

.button,
.krist-button,
.search-form button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce button.button.alt,
.woocommerce a.button.alt,
.woocommerce input.button.alt,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout #payment #place_order {
	min-height: 56px;
	padding: 0 28px;
	border: 1px solid var(--mlk-dark);
	border-radius: var(--mlk-radius);
	background: var(--mlk-dark);
	color: var(--mlk-white);
	font-weight: 760;
	box-shadow: none;
	transition: transform 180ms ease, background 180ms ease, color 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.button:hover,
.button:focus,
.krist-button:hover,
.krist-button:focus,
.search-form button:hover,
.search-form button:focus,
.woocommerce a.button:hover,
.woocommerce a.button:focus,
.woocommerce button.button:hover,
.woocommerce button.button:focus,
.woocommerce input.button:hover,
.woocommerce input.button:focus,
.woocommerce #respond input#submit:hover,
.woocommerce #respond input#submit:focus {
	border-color: var(--mlk-primary-400);
	background: var(--mlk-primary-400);
	color: var(--mlk-white);
	box-shadow: 0 12px 28px rgba(20, 17, 27, 0.14);
	transform: translateY(-2px);
}

.button-secondary,
.woocommerce a.button.secondary {
	background: var(--mlk-white);
	color: var(--mlk-dark);
}

.search-field,
.woocommerce input.input-text,
.woocommerce textarea,
.woocommerce select,
.input-text,
select,
textarea {
	min-height: 56px;
	padding: 0 18px;
	border: 1px solid var(--mlk-dark);
	border-radius: var(--mlk-radius);
	background: var(--mlk-white);
	color: var(--mlk-dark);
	font-size: 16px;
	transition: border-color 180ms ease, box-shadow 180ms ease;
}

textarea,
.woocommerce textarea {
	min-height: 132px;
	padding-block: 16px;
}

.search-field:focus,
.woocommerce input.input-text:focus,
.woocommerce textarea:focus,
.woocommerce select:focus,
.input-text:focus,
select:focus,
textarea:focus {
	border-color: var(--mlk-tertiary-500);
	box-shadow: 0 0 0 4px rgba(185, 21, 142, 0.12);
	outline: 0;
}

.site-header,
.home .site-header {
	position: sticky;
	top: 0;
	z-index: 80;
	background: rgba(255, 255, 255, 0.96);
	border-bottom: 0;
	box-shadow: none;
	backdrop-filter: blur(14px);
}

.site-header.is-compact {
	box-shadow: 0 10px 28px rgba(20, 17, 27, 0.08);
}

.topbar,
.header-search,
.mobile-search {
	display: none;
}

.mlk-header-inner,
.home .header-inner {
	display: grid;
	grid-template-columns: minmax(130px, 1fr) auto minmax(260px, 1fr);
	align-items: center;
	gap: 30px;
	min-height: 96px;
	padding: 0;
}

.mlk-site-branding {
	justify-self: start;
}

.site-logo-image img,
.home .site-logo-image img {
	width: 132px;
	max-height: 76px;
	object-fit: contain;
}

.mlk-navigation {
	justify-self: center;
}

.mlk-primary-menu,
.home .primary-menu {
	display: flex;
	align-items: center;
	gap: 34px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.mlk-primary-menu a,
.home .primary-menu a {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	min-height: 44px;
	color: #3f3b45;
	font-size: 15px;
	font-weight: 760;
}

.primary-menu > li > a::after,
.home .primary-menu > li > a::after {
	content: none;
}

.mlk-primary-menu a:hover,
.mlk-primary-menu a:focus,
.mlk-menu-has-panel.is-open > a {
	color: var(--mlk-dark);
}

.mlk-menu-has-panel {
	position: relative;
}

.mlk-menu-has-panel::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	width: min(760px, calc(100vw - 48px));
	height: 20px;
	transform: translateX(-50%);
}

.mlk-mega-menu {
	position: absolute;
	top: calc(100% + 18px);
	left: 50%;
	display: grid;
	grid-template-columns: minmax(180px, 1fr) minmax(180px, 1fr) minmax(250px, 0.9fr);
	gap: 30px;
	width: min(760px, calc(100vw - 48px));
	padding: 26px;
	border: 1px solid var(--mlk-gray-200);
	border-radius: var(--mlk-radius);
	background: var(--mlk-white);
	box-shadow: var(--mlk-shadow);
	opacity: 0;
	pointer-events: none;
	transform: translate(-50%, 10px);
	transition: opacity 180ms ease, transform 180ms ease;
}

.mlk-menu-has-panel:hover .mlk-mega-menu,
.mlk-menu-has-panel:focus-within .mlk-mega-menu,
.mlk-menu-has-panel.is-open .mlk-mega-menu {
	opacity: 1;
	pointer-events: auto;
	transform: translate(-50%, 0);
}

.mlk-mega-menu strong {
	display: block;
	margin-bottom: 14px;
	font-size: 15px;
	font-weight: 900;
}

.mlk-mega-menu ul {
	display: grid;
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.mlk-mega-menu a {
	min-height: auto;
	color: #5d5965;
	font-size: 14px;
}

.mlk-primary-menu .mlk-mega-menu .mlk-mega-feature {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	min-height: 210px;
	padding: 24px;
	overflow: hidden;
	border: 1px solid var(--mlk-gray-200);
	border-radius: var(--mlk-radius);
	background: #f8f6f9;
	color: var(--mlk-dark);
	transition: border-color 180ms ease, background-color 180ms ease, transform 180ms ease;
}

.mlk-primary-menu .mlk-mega-menu .mlk-mega-feature:hover,
.mlk-primary-menu .mlk-mega-menu .mlk-mega-feature:focus-visible {
	border-color: #dcc5d7;
	background: var(--mlk-white);
	transform: translateY(-2px);
}

.mlk-mega-feature__eyebrow {
	color: var(--mlk-tertiary-500);
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
}

.mlk-mega-feature strong {
	max-width: 190px;
	margin: 8px 0 0;
	font-size: 19px;
	line-height: 1.28;
}

.mlk-mega-feature .mlk-mega-feature__link {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	width: fit-content;
	margin-top: 22px;
	color: var(--mlk-dark);
	font-size: 13px;
	font-weight: 800;
	text-transform: none;
}

.mlk-mega-feature__link .dashicons {
	width: 16px;
	height: 16px;
	font-size: 16px;
	transition: transform 180ms ease;
}

.mlk-mega-feature:hover .mlk-mega-feature__link .dashicons,
.mlk-mega-feature:focus-visible .mlk-mega-feature__link .dashicons {
	transform: translateX(3px);
}

.mlk-header-actions,
.home .header-actions {
	justify-self: end;
	display: flex;
	align-items: center;
	gap: 16px;
	margin-left: 0;
}

.header-action,
.home .header-action,
.home .header-search-toggle,
.home .header-favorites,
.home .header-cart {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	min-height: 32px;
	padding: 0;
	border: 0;
	background: transparent;
	color: var(--mlk-dark);
	cursor: pointer;
	box-shadow: none;
}

.header-action .dashicons,
.home .header-action .dashicons {
	width: 30px;
	height: 30px;
	font-size: 28px;
	line-height: 30px;
}

.header-cart strong {
	position: absolute;
	top: -7px;
	right: -8px;
	display: inline-grid;
	place-items: center;
	min-width: 18px;
	height: 18px;
	padding: 0 5px;
	border-radius: 999px;
	background: var(--mlk-tertiary-500);
	color: var(--mlk-white);
	font-size: 11px;
	font-weight: 900;
}

.header-account,
.home .header-account {
	width: auto;
	min-width: 98px;
	min-height: 50px;
	padding: 0 24px;
	border-radius: var(--mlk-radius);
	background: var(--mlk-dark);
	color: var(--mlk-white);
	font-size: 15px;
	font-weight: 760;
}

.header-action:hover,
.header-action:focus,
.home .header-action:hover,
.home .header-action:focus {
	background: transparent;
	color: var(--mlk-tertiary-500);
	box-shadow: none;
	transform: translateY(-1px);
}

.header-account:hover,
.header-account:focus,
.home .header-account:hover,
.home .header-account:focus {
	background: var(--mlk-primary-400);
	color: var(--mlk-white);
}

.mlk-search-panel {
	border-top: 1px solid var(--mlk-gray-200);
	border-bottom: 1px solid var(--mlk-gray-200);
	background: var(--mlk-white);
	box-shadow: var(--mlk-shadow);
}

.mlk-search-panel[hidden] {
	display: none;
}

.mlk-search-panel .mlk-shell {
	position: relative;
	padding: 18px 54px 18px 0;
}

.mlk-search-panel .search-form {
	display: flex;
	gap: 12px;
}

.mlk-search-panel .search-form label {
	flex: 1;
}

.mlk-search-close {
	position: absolute;
	top: 50%;
	right: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	padding: 0;
	border: 0;
	background: transparent;
	color: var(--mlk-dark);
	cursor: pointer;
	transform: translateY(-50%);
}

.menu-toggle,
.mlk-menu-toggle {
	display: none;
}

.site-main {
	min-height: 60vh;
}

.woocommerce .woocommerce-breadcrumb {
	padding-top: 34px;
	color: #4c4852;
	font-size: 14px;
}

.woocommerce-products-header {
	padding-top: 42px;
	padding-bottom: 16px;
}

.woocommerce-products-header__title {
	margin: 0;
	font-size: 40px;
	line-height: 1.15;
}

.mlk-shop-archive {
	padding: 28px 0 0;
}

.mlk-shop-archive .woocommerce-breadcrumb {
	width: auto;
	margin: 0 0 42px;
	padding: 0;
}

.mlk-shop-layout {
	display: grid;
	grid-template-columns: 230px minmax(0, 1fr);
	gap: 42px;
	align-items: start;
}

.mlk-mobile-filter-toggle {
	display: none;
}

.mlk-shop-sidebar {
	position: sticky;
	top: 116px;
	display: grid;
	gap: 30px;
}

.mlk-filter-group,
.mlk-shop-sidebar .widget {
	padding-bottom: 2px;
}

.mlk-filter-title,
.mlk-shop-sidebar .widget-title {
	margin: 0 0 16px;
	color: var(--mlk-dark);
	font-size: 17px;
	font-weight: 900;
	line-height: 1.2;
}

.mlk-filter-toggle {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding: 0;
	border: 0;
	background: transparent;
	color: inherit;
	font: inherit;
	cursor: pointer;
}

.mlk-filter-toggle .dashicons {
	width: 18px;
	height: 18px;
	font-size: 18px;
	line-height: 18px;
	transition: transform 180ms ease;
}

.is-collapsed .mlk-filter-toggle .dashicons {
	transform: rotate(180deg);
}

.mlk-filter-content {
	display: grid;
	gap: 10px;
}

.mlk-filter-content[hidden] {
	display: none;
}

.mlk-filter-group ul,
.mlk-shop-sidebar .widget ul {
	display: grid;
	gap: 11px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.mlk-filter-group a,
.mlk-shop-sidebar .widget a {
	display: flex;
	align-items: center;
	gap: 10px;
	color: #4d4854;
	font-size: 14px;
}

.mlk-filter-group a:hover,
.mlk-filter-group a:focus,
.mlk-filter-group a.is-active,
.mlk-shop-sidebar .widget a:hover,
.mlk-shop-sidebar .widget a:focus {
	color: var(--mlk-dark);
}

.mlk-filter-group a.is-active {
	font-weight: 800;
}

.mlk-filter-group a em {
	margin-left: auto;
	color: #6d6873;
	font-size: 12px;
	font-style: normal;
	font-weight: 600;
}

.mlk-check {
	display: inline-grid;
	place-items: center;
	flex: 0 0 auto;
	width: 18px;
	height: 18px;
	border: 1px solid #77727d;
	border-radius: 4px;
	background: var(--mlk-white);
}

.mlk-check.is-checked {
	border-color: var(--mlk-dark);
	background: var(--mlk-dark);
}

.mlk-check.is-checked::after {
	content: "";
	width: 8px;
	height: 5px;
	border: 2px solid var(--mlk-white);
	border-top: 0;
	border-right: 0;
	transform: rotate(-45deg);
}

.mlk-price-filter {
	display: grid;
	gap: 16px;
	color: #4d4854;
	font-size: 14px;
}

.mlk-price-filter div {
	position: relative;
	height: 4px;
	border-radius: 999px;
	background: var(--mlk-dark);
}

.mlk-price-filter div::before,
.mlk-price-filter div::after {
	content: "";
	position: absolute;
	top: 50%;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: var(--mlk-dark);
	transform: translateY(-50%);
}

.mlk-price-filter div::before {
	left: 0;
}

.mlk-price-filter div::after {
	right: 0;
}

.mlk-price-filter > div {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 8px;
	height: auto;
	background: transparent;
}

.mlk-price-filter > div::before,
.mlk-price-filter > div::after {
	content: none;
}

.mlk-price-filter label {
	display: grid;
	gap: 5px;
	font-size: 12px;
}

.mlk-price-filter input {
	width: 100%;
	min-height: 42px;
	padding: 0 10px;
	border: 1px solid var(--mlk-line);
	border-radius: 5px;
}

.mlk-price-filter .button {
	min-height: 42px;
	padding-inline: 16px;
}

.mlk-swatch-list a {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
}

.mlk-swatch-list span {
	width: 18px;
	height: 18px;
	border: 2px solid var(--mlk-white);
	border-radius: 3px;
	background: var(--swatch);
	box-shadow: 0 0 0 1px transparent;
}

.mlk-swatch-list a.is-active span {
	box-shadow: 0 0 0 1px var(--mlk-dark);
}

.mlk-swatch-list em {
	color: #4d4854;
	font-style: normal;
}

.mlk-shop-toolbar {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	align-items: center;
	gap: 18px;
	margin-bottom: 28px;
}

.mlk-shop-toolbar .woocommerce-result-count,
.mlk-shop-toolbar .woocommerce-ordering {
	width: auto;
	margin: 0;
}

.mlk-view-toggle {
	display: flex;
	gap: 12px;
	color: #625d68;
}

.mlk-view-toggle button {
	display: inline-grid;
	place-items: center;
	width: 38px;
	height: 38px;
	padding: 0;
	border: 1px solid var(--mlk-line);
	border-radius: 5px;
	background: var(--mlk-white);
	color: #625d68;
	cursor: pointer;
}

.mlk-view-toggle button:hover,
.mlk-view-toggle button:focus,
.mlk-view-toggle button.is-active {
	border-color: var(--mlk-dark);
	background: var(--mlk-dark);
	color: var(--mlk-white);
}

.mlk-view-toggle .dashicons {
	width: 22px;
	height: 22px;
	font-size: 22px;
	line-height: 22px;
}

.mlk-shop-results.is-list-view .products {
	grid-template-columns: 1fr;
}

.mlk-shop-results span.onsale {
	display: none;
}

.mlk-shop-results.is-list-view .products li.product {
	display: grid;
	grid-template-columns: 230px minmax(0, 1fr);
	gap: 24px;
	align-items: center;
	padding-bottom: 24px;
	border-bottom: 1px solid var(--mlk-line);
}

.mlk-shop-results.is-list-view .products li.product > a:first-of-type {
	grid-row: 1 / span 6;
}

.mlk-shop-results.is-list-view .products li.product a img {
	margin-bottom: 0;
}

.mlk-shop-results.is-list-view .products li.product .button {
	position: static;
	grid-column: 2;
	width: fit-content;
	min-width: 220px;
	opacity: 1;
	transform: none;
}

.mlk-archive-benefits {
	padding-top: 32px;
	padding-bottom: 70px;
}

.woocommerce .woocommerce-result-count,
.woocommerce .woocommerce-ordering {
	margin-top: 0;
	margin-bottom: 28px;
}

.woocommerce .woocommerce-ordering select {
	min-height: 42px;
	padding-inline: 12px;
	border: 0;
	background: transparent;
	font-size: 14px;
}

.woocommerce ul.products {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 52px 30px;
	margin-bottom: 74px;
	padding: 0;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
	position: relative;
	container-type: inline-size;
	float: none;
	width: auto;
	min-width: 0;
	margin: 0;
	overflow: visible;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

.woocommerce ul.products li.product:hover,
.woocommerce ul.products li.product:focus-within {
	border-color: transparent;
	box-shadow: none;
	transform: none;
}

.woocommerce ul.products li.product a img {
	width: 100%;
	aspect-ratio: 263 / 304;
	margin: 0 0 18px;
	padding: 0;
	object-fit: cover;
	background: transparent;
	border-radius: 0;
	transition: transform 180ms ease;
}

.woocommerce ul.products li.product:hover a img {
	transform: scale(1.015);
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
	margin: 0 0 5px;
	padding: 0;
	color: var(--mlk-dark);
	font-size: 16px;
	font-weight: 900;
	line-height: 1.25;
}

.woocommerce ul.products li.product .price {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	margin: 0;
	color: var(--mlk-dark);
	font-size: 16px;
	font-weight: 600;
}

.woocommerce ul.products li.product .price::before,
.product-brand-strip,
.product-rating-pill,
.product-badge {
	display: none;
}

.woocommerce ul.products li.product .price del {
	display: inline;
	color: var(--mlk-gray-500);
	opacity: 1;
}

.woocommerce ul.products li.product .price ins {
	text-decoration: none;
}

.product-payment-hint {
	display: none;
}

.woocommerce ul.products li.product .button {
	position: absolute;
	z-index: 3;
	top: calc(115.59cqw - 72px);
	left: 20px;
	right: 20px;
	bottom: auto;
	width: auto;
	height: 52px;
	min-height: 52px;
	margin: 0;
	border-radius: var(--mlk-radius);
	background: var(--mlk-white);
	color: #4e4a54;
	font-size: 15px;
	box-shadow: 0 12px 28px rgba(20, 17, 27, 0.08);
	opacity: 0;
	transform: translateY(8px);
}

.woocommerce ul.products li.product:hover .button,
.woocommerce ul.products li.product:focus-within .button {
	opacity: 1;
	transform: translateY(0);
}

.woocommerce ul.products li.product .button:hover,
.woocommerce ul.products li.product .button:focus {
	border-color: var(--mlk-white);
	background: var(--mlk-white);
	color: var(--mlk-dark);
	box-shadow: 0 12px 28px rgba(20, 17, 27, 0.14);
	transform: translateY(0);
}

.woocommerce ul.products li.product.product-type-variable .button,
.woocommerce ul.products li.product.product-type-variable .button:hover,
.woocommerce ul.products li.product.product-type-variable .button:focus,
.woocommerce-page ul.products li.product.product-type-variable .button,
.woocommerce-page ul.products li.product.product-type-variable .button:hover,
.woocommerce-page ul.products li.product.product-type-variable .button:focus {
	border-color: var(--mlk-white);
	background: var(--mlk-white);
	color: var(--mlk-dark);
	font-size: 15px;
}

.woocommerce ul.products li.product .button::before,
.woocommerce ul.products li.product .button::after {
	content: none;
}

.product-hover-image {
	display: none;
}

.product-favorite {
	top: 18px;
	right: 18px;
	z-index: 4;
	width: 42px;
	height: 42px;
	border-radius: 999px;
	background: var(--mlk-white);
	color: #5f5b65;
	font-size: 0;
	box-shadow: 0 10px 22px rgba(20, 17, 27, 0.08);
	opacity: 0;
	transform: translateY(8px);
	transition: opacity 180ms ease, transform 180ms ease, color 180ms ease;
}

.product-favorite span {
	font-size: 25px;
}

.woocommerce ul.products li.product:hover .product-favorite,
.woocommerce ul.products li.product:focus-within .product-favorite {
	opacity: 1;
	transform: translateY(0);
}

.woocommerce nav.woocommerce-pagination ul {
	display: flex;
	justify-content: flex-end;
	gap: 10px;
	margin: 0;
	border: 0;
}

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

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
	display: inline-grid;
	place-items: center;
	min-width: 38px;
	height: 38px;
	padding: 0 10px;
	border: 1px solid var(--mlk-dark);
	border-radius: 4px;
	color: var(--mlk-dark);
	font-weight: 760;
}

.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce nav.woocommerce-pagination ul li a:hover {
	background: var(--mlk-dark);
	color: var(--mlk-white);
}

.woocommerce div.product {
	grid-template-columns: minmax(0, 1.02fr) minmax(420px, 1fr);
	gap: 42px;
	padding: 58px 0 76px;
}

.woocommerce div.product div.images img {
	background: var(--mlk-light);
	border-radius: 0;
}

.woocommerce div.product .product_title {
	margin-bottom: 8px;
	font-size: 30px;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
	color: var(--mlk-dark);
	font-size: 20px;
}

.woocommerce div.product form.cart {
	display: grid;
	grid-template-columns: auto minmax(220px, 1fr) auto;
	gap: 16px;
	align-items: center;
	border-top: 0;
}

.woocommerce .quantity .qty {
	width: 110px;
	min-height: 56px;
	border: 1px solid var(--mlk-dark);
	border-radius: var(--mlk-radius);
}

.woocommerce div.product form.cart .single_add_to_cart_button {
	min-width: 280px;
}

.woocommerce-tabs,
.related.products,
.up-sells.products {
	margin-top: 36px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
	display: flex;
	gap: 34px;
	margin: 0 0 22px;
	padding: 0;
	border-bottom: 1px solid var(--mlk-line);
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
	content: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	padding: 0 0 14px;
	color: #504c56;
	font-size: 18px;
	font-weight: 760;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
	color: var(--mlk-dark);
	box-shadow: inset 0 -3px 0 var(--mlk-dark);
}

.woocommerce-cart .woocommerce,
.woocommerce-checkout .woocommerce,
.woocommerce-account .woocommerce {
	padding: 58px 0 82px;
}

.woocommerce table.shop_table {
	border: 0;
	border-radius: 0;
	background: transparent;
}

.woocommerce table.shop_table th {
	color: var(--mlk-dark);
	font-weight: 760;
}

.woocommerce table.shop_table td {
	border-top: 1px solid var(--mlk-gray-200);
}

.woocommerce-cart .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals,
.woocommerce-checkout #order_review,
.woocommerce-checkout #payment {
	padding: 26px;
	border: 0;
	border-radius: var(--mlk-radius);
	background: var(--mlk-light);
}

.woocommerce-account .woocommerce {
	display: grid;
	grid-template-columns: 280px minmax(0, 1fr);
	gap: 34px;
}

.woocommerce-account:not(.logged-in) .woocommerce,
.woocommerce-lost-password .woocommerce {
	display: block;
	width: min(100% - 60px, 980px);
}

.woocommerce-account .u-columns {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 34px;
}

.woocommerce-account .u-column1,
.woocommerce-account .u-column2,
.woocommerce form.login,
.woocommerce form.register,
.woocommerce form.lost_reset_password {
	padding: 34px;
	border: 1px solid var(--mlk-gray-200);
	border-radius: var(--mlk-radius);
	background: var(--mlk-white);
	box-shadow: 0 18px 42px rgba(20, 17, 27, 0.05);
}

.woocommerce-account .u-column1 h2,
.woocommerce-account .u-column2 h2 {
	margin: 0 0 24px;
	font-size: 32px;
}

.woocommerce form .form-row {
	margin-bottom: 18px;
}

.woocommerce form .form-row label {
	margin-bottom: 7px;
	color: var(--mlk-dark);
	font-size: 13px;
	font-weight: 760;
}

.woocommerce-form-login__rememberme {
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.woocommerce-LostPassword {
	margin: 14px 0 0;
}

.woocommerce-MyAccount-navigation ul {
	display: grid;
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.woocommerce-MyAccount-navigation a {
	display: flex;
	align-items: center;
	min-height: 48px;
	padding: 0 16px;
	border-radius: var(--mlk-radius);
	color: #4d4854;
	font-weight: 760;
}

.woocommerce-MyAccount-navigation .is-active a,
.woocommerce-MyAccount-navigation a:hover,
.woocommerce-MyAccount-navigation a:focus {
	background: var(--mlk-dark);
	color: var(--mlk-white);
}

.woocommerce-MyAccount-content {
	min-width: 0;
}

.mlk-account-panel {
	display: grid;
	gap: 26px;
}

.mlk-account-panel header {
	padding-bottom: 22px;
	border-bottom: 1px solid var(--mlk-gray-200);
}

.mlk-account-panel h2 {
	margin: 0 0 8px;
	font-size: 30px;
	line-height: 1.15;
}

.mlk-account-panel p {
	margin: 0;
	color: #5f5a65;
}

.mlk-notification-list,
.mlk-settings-list {
	display: grid;
	gap: 16px;
}

.mlk-notification-list article,
.mlk-settings-list label {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	min-height: 76px;
	padding: 18px 20px;
	border: 1px solid var(--mlk-gray-200);
	border-radius: var(--mlk-radius);
	background: var(--mlk-white);
	transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.mlk-notification-list article:hover,
.mlk-settings-list label:hover {
	border-color: var(--mlk-dark);
	box-shadow: 0 12px 28px rgba(20, 17, 27, 0.08);
	transform: translateY(-2px);
}

.mlk-notification-list article {
	justify-content: flex-start;
}

.mlk-notification-list .dashicons {
	display: inline-grid;
	place-items: center;
	flex: 0 0 auto;
	width: 44px;
	height: 44px;
	border-radius: 999px;
	background: var(--mlk-light);
	color: var(--mlk-dark);
	font-size: 22px;
	line-height: 44px;
}

.mlk-notification-list strong,
.mlk-notification-list small,
.mlk-settings-list span {
	display: block;
}

.mlk-notification-list strong,
.mlk-settings-list span {
	color: var(--mlk-dark);
	font-weight: 760;
}

.mlk-notification-list small {
	margin-top: 4px;
	color: #817b86;
}

.mlk-settings-list input {
	width: 46px;
	height: 26px;
	accent-color: var(--mlk-dark);
}

.krist-footer,
.mlk-footer {
	position: relative;
	overflow: hidden;
	margin-top: 0;
	padding: 58px 0 22px;
	background: var(--mlk-dark);
	color: var(--mlk-white);
}

.mlk-footer-grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: 1.14fr 0.7fr 0.88fr 1.38fr;
	gap: 66px;
}

.mlk-footer-brand img {
	width: 150px;
	max-height: 140px;
	height: auto;
	margin-bottom: 22px;
	object-fit: contain;
}

.mlk-footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.mlk-footer-brand li,
.mlk-footer-column li {
	color: rgba(255, 255, 255, 0.78);
	font-size: 16px;
	line-height: 1.55;
}

.mlk-footer-brand li {
	display: flex;
	gap: 14px;
	align-items: flex-start;
	max-width: 300px;
}

.mlk-footer-brand li + li,
.mlk-footer-column li + li {
	margin-top: 17px;
}

.mlk-footer h2 {
	margin: 0 0 25px;
	color: var(--mlk-white);
	font-size: 16px;
	font-weight: 900;
}

.mlk-footer a {
	color: rgba(255, 255, 255, 0.78);
}

.mlk-footer a:hover,
.mlk-footer a:focus {
	color: var(--mlk-white);
}

.mlk-footer-subscribe p {
	max-width: 350px;
	margin: 0 0 25px;
	color: rgba(255, 255, 255, 0.78);
	font-size: 16px;
}

.mlk-footer-subscribe form {
	position: relative;
	display: flex;
	align-items: center;
	max-width: 310px;
	min-height: 56px;
	padding: 0 10px 0 50px;
	border: 1px solid rgba(255, 255, 255, 0.7);
	border-radius: var(--mlk-radius);
}

.mlk-footer-subscribe form > .dashicons {
	position: absolute;
	left: 18px;
	color: rgba(255, 255, 255, 0.86);
}

.mlk-footer-subscribe input {
	min-width: 0;
	width: 100%;
	border: 0;
	background: transparent;
	color: var(--mlk-white);
	outline: 0;
}

.mlk-footer-subscribe button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	padding: 0;
	border: 0;
	background: transparent;
	color: var(--mlk-white);
	cursor: pointer;
}

.mlk-footer-watermark {
	position: absolute;
	right: -68px;
	bottom: -92px;
	z-index: -1;
	width: min(32vw, 360px);
	height: auto;
	opacity: 0.08;
	pointer-events: none;
}

.mlk-footer-bottom {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	align-items: center;
	gap: 24px;
	margin-top: 45px;
	padding-top: 20px;
	border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.mlk-footer-bottom p {
	margin: 0;
	color: rgba(255, 255, 255, 0.78);
	font-size: 15px;
}

.mlk-footer-bottom img {
	width: 220px;
	height: auto;
}

.mlk-socials {
	display: flex;
	justify-content: flex-end;
	gap: 22px;
}

.mlk-socials .dashicons {
	width: 24px;
	height: 24px;
	color: var(--mlk-white);
	font-size: 24px;
	line-height: 24px;
}

.reveal-on-scroll {
	opacity: 0;
	transform: translateY(14px);
}

.reveal-on-scroll.is-visible {
	opacity: 1;
	transform: translateY(0);
}

@media (max-width: 1120px) {
	.mlk-shell,
	.container,
	.woocommerce .woocommerce-breadcrumb,
	.woocommerce-products-header,
	.woocommerce .woocommerce-notices-wrapper,
	.woocommerce .woocommerce-result-count,
	.woocommerce .woocommerce-ordering,
	.woocommerce nav.woocommerce-pagination,
	.woocommerce div.product,
	.woocommerce-cart .woocommerce,
	.woocommerce-checkout .woocommerce,
	.woocommerce-account .woocommerce,
	.woocommerce ul.products {
		width: min(100% - 36px, var(--mlk-shell));
	}

	.mlk-header-inner,
	.home .header-inner {
		grid-template-columns: auto auto 1fr;
		min-height: 84px;
	}

	.mlk-menu-toggle {
		display: inline-flex;
		flex-direction: column;
		order: 2;
		align-items: center;
		justify-content: center;
		width: 44px;
		height: 44px;
		border: 1px solid var(--mlk-line);
		border-radius: var(--mlk-radius);
		background: var(--mlk-white);
	}

	.mlk-menu-toggle span:not(.screen-reader-text) {
		display: block;
		width: 18px;
		height: 2px;
		margin: 3px 0;
		background: var(--mlk-dark);
	}

	.mlk-navigation {
		position: fixed;
		inset: 88px 18px auto;
		display: none;
		max-height: calc(100vh - 110px);
		padding: 18px;
		overflow: auto;
		border: 1px solid var(--mlk-gray-200);
		border-radius: var(--mlk-radius);
		background: var(--mlk-white);
		box-shadow: var(--mlk-shadow);
	}

	.mlk-navigation.is-open {
		display: block;
	}

	.mlk-primary-menu,
	.home .primary-menu {
		display: grid;
		gap: 4px;
	}

	.mlk-primary-menu a,
	.home .primary-menu a {
		width: 100%;
		min-height: 46px;
	}

	.mlk-mega-menu {
		position: static;
		inset: auto;
		display: none;
		grid-template-columns: 1fr;
		width: 100%;
		margin-top: 8px;
		box-shadow: none;
		opacity: 1;
		pointer-events: auto;
		transform: none;
		transition: none;
	}

	.mlk-primary-menu .mlk-mega-menu .mlk-mega-feature {
		min-height: 150px;
		padding: 20px;
	}

	.mlk-menu-has-panel::after {
		display: none;
	}

	.mlk-menu-has-panel.is-open .mlk-mega-menu {
		display: grid;
		transform: none;
	}

	.woocommerce ul.products,
	.krist-category-grid,
	.krist-product-grid,
	.krist-story-grid,
	.krist-benefit-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.mlk-shop-layout {
		grid-template-columns: 1fr;
	}

	.mlk-shop-sidebar {
		position: static;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.woocommerce div.product,
	.woocommerce-account .woocommerce,
	.mlk-footer-grid {
		grid-template-columns: 1fr;
	}

	.woocommerce-account .u-columns {
		grid-template-columns: 1fr;
	}

	.mlk-footer-bottom {
		grid-template-columns: 1fr;
		text-align: center;
	}

	.mlk-footer-bottom img,
	.mlk-socials {
		justify-self: center;
	}
}

@media (max-width: 720px) {
	.mlk-shell,
	.container,
	.woocommerce .woocommerce-breadcrumb,
	.woocommerce-products-header,
	.woocommerce .woocommerce-notices-wrapper,
	.woocommerce .woocommerce-result-count,
	.woocommerce .woocommerce-ordering,
	.woocommerce nav.woocommerce-pagination,
	.woocommerce div.product,
	.woocommerce-cart .woocommerce,
	.woocommerce-checkout .woocommerce,
	.woocommerce-account .woocommerce,
	.woocommerce ul.products {
		width: min(100% - 24px, var(--mlk-shell));
	}

	.mlk-header-inner,
	.home .header-inner {
		gap: 12px;
	}

	.site-logo-image img,
	.home .site-logo-image img {
		width: 98px;
	}

	.mlk-header-actions {
		gap: 7px;
	}

	.header-favorites {
		display: none;
	}

	.header-account,
	.home .header-account {
		min-width: 74px;
		min-height: 42px;
		padding: 0 14px;
	}

	.mlk-search-panel .mlk-shell {
		padding-right: 46px;
	}

	.mlk-search-panel .search-form {
		display: grid;
	}

	.woocommerce ul.products,
	.krist-category-grid,
	.krist-product-grid,
	.krist-testimonial-grid,
	.krist-story-grid,
	.krist-benefit-grid {
		grid-template-columns: 1fr;
	}

	.mlk-shop-toolbar {
		grid-template-columns: 1fr;
	}

	.mlk-shop-results.is-list-view .products li.product {
		grid-template-columns: 110px minmax(0, 1fr);
		gap: 14px;
	}

	.mlk-shop-results.is-list-view .products li.product .button {
		min-width: 0;
		width: 100%;
	}

	.mlk-shop-sidebar {
		grid-template-columns: 1fr;
	}

	.woocommerce div.product form.cart {
		grid-template-columns: 1fr;
	}

	.woocommerce div.product form.cart .single_add_to_cart_button {
		min-width: 0;
		width: 100%;
	}

	.woocommerce nav.woocommerce-pagination ul {
		justify-content: center;
	}
}

/* Commerce flows */

.mlk-commerce-heading {
	margin-bottom: 40px;
}

.krist-arrows {
	align-items: center;
	gap: 8px;
	padding: 4px;
	border: 1px solid var(--mlk-line);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.84);
	box-shadow: 0 10px 24px rgba(20, 17, 27, 0.08);
}

.krist-arrows button {
	display: inline-grid;
	place-items: center;
	width: 38px;
	height: 38px;
	padding: 0;
	border: 0;
	border-radius: 999px;
	background: transparent;
	color: var(--mlk-dark);
	cursor: pointer;
	transition: background 180ms ease, color 180ms ease, opacity 180ms ease, transform 180ms ease;
}

.krist-arrows button .dashicons {
	display: inline-grid;
	place-items: center;
	width: 18px;
	height: 18px;
	border-radius: 0;
	background: transparent;
	color: inherit;
	font-size: 18px;
	line-height: 18px;
}

.krist-arrows button:hover,
.krist-arrows button:focus,
.krist-arrows button.is-active {
	background: var(--mlk-dark);
	color: var(--mlk-white);
	transform: translateY(-1px);
}

.krist-arrows button:disabled {
	background: transparent;
	color: var(--mlk-gray-500);
	cursor: not-allowed;
	opacity: 0.45;
	transform: none;
}

.krist-category-grid[data-carousel-track] {
	display: flex;
	gap: 24px;
	overflow-x: auto;
	padding: 2px 2px 10px;
	scroll-snap-type: x mandatory;
	scrollbar-width: none;
}

.krist-category-grid[data-carousel-track]::-webkit-scrollbar {
	display: none;
}

.krist-category-grid[data-carousel-track] > * {
	flex: 0 0 clamp(220px, calc((100% - 72px) / 4), 280px);
	scroll-snap-align: start;
}

.mlk-home-products .products {
	width: 100%;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.home .woocommerce.mlk-home-products ul.products {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.home .woocommerce.mlk-home-products span.onsale {
	display: none;
}

@media (min-width: 1280px) {
	.home .krist-section .krist-shell,
	.home .krist-benefits .krist-shell,
	.home .mlk-footer .mlk-shell {
		width: min(100% - 300px, 1140px);
	}

	.home .krist-hero .krist-shell {
		width: min(100% - 60px, 1380px);
	}

	.home .mlk-header-inner {
		width: min(100% - 192px, 1248px);
	}
}

.mlk-commerce-heading p,
.mlk-confirmation-eyebrow,
.mlk-single-brand {
	margin: 0 0 7px;
	color: var(--mlk-tertiary-500);
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
}

.mlk-commerce-heading h1 {
	margin: 0;
	font-size: 42px;
	line-height: 1.12;
}

.product-favorite {
	position: absolute;
	display: inline-grid;
	place-items: center;
	padding: 0;
	border: 0;
	cursor: pointer;
}

.product-favorite .dashicons {
	width: 24px;
	height: 24px;
	font-size: 24px;
	line-height: 24px;
}

.product-favorite.is-saved {
	color: var(--mlk-tertiary-500);
	opacity: 1;
	transform: translateY(0);
}

.mlk-toast {
	position: fixed;
	right: 24px;
	bottom: 24px;
	z-index: 160;
	max-width: min(360px, calc(100vw - 48px));
	padding: 15px 20px;
	border-radius: var(--mlk-radius);
	background: var(--mlk-dark);
	color: var(--mlk-white);
	font-size: 14px;
	font-weight: 760;
	box-shadow: var(--mlk-shadow);
	opacity: 0;
	pointer-events: none;
	transform: translateY(16px);
	transition: opacity 180ms ease, transform 180ms ease;
}

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

/* Product */

.single-product .woocommerce-breadcrumb {
	padding-top: 38px;
}

.single-product .woocommerce div.product {
	position: relative;
	align-items: start;
	padding-top: 42px;
}

.woocommerce div.product div.images {
	display: grid;
	grid-template-columns: 1fr;
	gap: 18px;
	margin-bottom: 0;
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
	background: var(--mlk-light);
}

.woocommerce div.product div.images .flex-control-thumbs {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
	margin-top: 18px;
}

.woocommerce div.product div.images .flex-control-thumbs li {
	width: auto;
	padding: 0;
	background: var(--mlk-light);
}

.woocommerce div.product div.images .flex-control-thumbs img {
	aspect-ratio: 1;
	object-fit: cover;
	border: 1px solid transparent;
	opacity: 1;
	transition: border-color 180ms ease, opacity 180ms ease;
}

.woocommerce div.product div.images .flex-control-thumbs img.flex-active,
.woocommerce div.product div.images .flex-control-thumbs img:hover {
	border-color: var(--mlk-dark);
	opacity: 1;
}

.woocommerce div.product div.summary {
	position: relative;
	padding-top: 8px;
}

.mlk-single-brand {
	padding-right: 120px;
}

.mlk-stock-status {
	position: absolute;
	top: 8px;
	right: 0;
	display: inline-flex;
	align-items: center;
	min-height: 30px;
	padding: 0 12px;
	border-radius: 4px;
	font-size: 12px;
	font-weight: 760;
}

.mlk-stock-status.is-in-stock {
	background: #eef9e9;
	color: #2f9e44;
}

.mlk-stock-status.is-out-of-stock {
	background: #fff0ef;
	color: var(--mlk-danger);
}

.woocommerce div.product .woocommerce-product-rating {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 14px 0;
}

.woocommerce .star-rating {
	color: #f39a18;
}

.woocommerce div.product .woocommerce-product-details__short-description {
	max-width: 640px;
	margin: 24px 0;
	color: #504b56;
}

.woocommerce div.product form.cart {
	position: relative;
	grid-template-columns: 96px minmax(200px, 1fr) 40px;
	margin-top: 18px;
	padding-top: 0;
}

.woocommerce div.product form.cart::before,
.woocommerce div.product form.cart::after {
	content: none;
}

.woocommerce div.product form.cart > .quantity,
.woocommerce div.product form.cart .woocommerce-variation-add-to-cart > .quantity {
	float: none;
	width: 96px;
	margin: 0;
}

.woocommerce div.product form.cart > .single_add_to_cart_button,
.woocommerce div.product form.cart .woocommerce-variation-add-to-cart > .single_add_to_cart_button {
	float: none;
	min-width: 0;
}

.woocommerce div.product form.cart.variations_form {
	grid-template-columns: 1fr;
	gap: 0;
}

.woocommerce div.product form.cart .variations {
	grid-column: 1 / -1;
	margin: 0 0 12px;
	border: 0;
}

.woocommerce div.product form.cart .variations tr {
	display: grid;
	gap: 7px;
	margin-bottom: 12px;
}

.woocommerce div.product form.cart .variations th,
.woocommerce div.product form.cart .variations td {
	display: block;
	padding: 0;
}

.woocommerce div.product form.cart .variations label {
	color: var(--mlk-dark);
	font-size: 15px;
	font-weight: 900;
}

.mlk-visually-select {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}

.mlk-variation-options {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.mlk-variation-option {
	display: inline-grid;
	place-items: center;
	min-width: 36px;
	height: 36px;
	padding: 0 10px;
	border: 1px solid var(--mlk-dark);
	border-radius: 5px;
	background: var(--mlk-white);
	color: var(--mlk-dark);
	font-size: 14px;
	font-weight: 800;
	line-height: 1;
	cursor: pointer;
	transition: background 180ms ease, color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.mlk-variation-option:hover,
.mlk-variation-option:focus,
.mlk-variation-option[aria-pressed="true"] {
	background: var(--mlk-dark);
	color: var(--mlk-white);
	box-shadow: 0 8px 18px rgba(20, 17, 27, 0.12);
	transform: translateY(-1px);
}

.mlk-variation-options.is-color .mlk-variation-option {
	min-width: 32px;
	width: 32px;
	height: 32px;
	padding: 0;
	border: 2px solid var(--mlk-white);
	background: var(--variation-color);
	box-shadow: 0 0 0 1px var(--mlk-line);
}

.mlk-variation-options.is-color .mlk-variation-option[aria-pressed="true"] {
	box-shadow: 0 0 0 2px var(--mlk-dark);
}

.woocommerce .quantity {
	display: inline-grid;
	grid-template-columns: 30px 36px 30px;
	align-items: center;
	min-height: 36px;
	border: 1px solid var(--mlk-dark);
	border-radius: var(--mlk-radius);
	overflow: hidden;
	background: var(--mlk-white);
}

.woocommerce .quantity .qty {
	width: 36px;
	min-height: 34px;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	color: var(--mlk-dark);
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	opacity: 1;
	text-align: center;
	-webkit-text-fill-color: var(--mlk-dark);
	-moz-appearance: textfield;
}

.mlk-quantity-value {
	display: inline-grid;
	place-items: center;
	width: 36px;
	min-height: 34px;
	color: var(--mlk-dark);
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
}

.woocommerce .quantity .qty::-webkit-outer-spin-button,
.woocommerce .quantity .qty::-webkit-inner-spin-button {
	margin: 0;
	appearance: none;
}

.mlk-quantity-button {
	display: inline-grid;
	place-items: center;
	width: 30px;
	height: 34px;
	padding: 0;
	border: 0;
	background: transparent;
	color: var(--mlk-dark);
	cursor: pointer;
}

.mlk-quantity-button:hover,
.mlk-quantity-button:focus {
	background: var(--mlk-light);
}

.mlk-quantity-button:disabled {
	background: transparent;
	color: var(--mlk-gray-500);
	cursor: not-allowed;
}

.mlk-quantity-button .dashicons {
	width: 15px;
	height: 15px;
	font-size: 15px;
	line-height: 15px;
}

.woocommerce div.product form.cart .single_add_to_cart_button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 44px;
	padding: 0 20px;
	font-size: 15px;
	text-align: center;
	white-space: nowrap;
}

.woocommerce div.product form.cart .single_variation_wrap {
	width: 100%;
}

.woocommerce div.product form.cart .woocommerce-variation-add-to-cart {
	display: grid;
	grid-template-columns: 96px minmax(200px, 1fr) 40px;
	gap: 10px;
	align-items: center;
	width: 100%;
}

.woocommerce div.product form.cart:not(.variations_form) > :not(.quantity):not(.single_add_to_cart_button):not(.mlk-single-wishlist),
.woocommerce div.product form.cart .woocommerce-variation-add-to-cart > :not(.quantity):not(.single_add_to_cart_button):not(.mlk-single-wishlist) {
	order: 1;
	grid-column: 1 / -1;
}

.woocommerce div.product form.cart:not(.variations_form) > .quantity,
.woocommerce div.product form.cart .woocommerce-variation-add-to-cart > .quantity {
	order: 2;
	grid-column: 1;
}

.woocommerce div.product form.cart:not(.variations_form) > .single_add_to_cart_button,
.woocommerce div.product form.cart .woocommerce-variation-add-to-cart > .single_add_to_cart_button {
	order: 2;
	grid-column: 2;
}

.woocommerce div.product form.cart:not(.variations_form) > .mlk-single-wishlist,
.woocommerce div.product form.cart .woocommerce-variation-add-to-cart > .mlk-single-wishlist {
	order: 2;
	grid-column: 3;
}

.woocommerce div.product form.cart .single_add_to_cart_button.disabled,
.woocommerce div.product form.cart .single_add_to_cart_button:disabled,
.woocommerce div.product form.cart .single_add_to_cart_button:disabled[disabled] {
	border-color: var(--mlk-primary-200);
	background: var(--mlk-primary-200);
	color: var(--mlk-white);
	opacity: 1;
	cursor: not-allowed;
	transform: none;
}

.mlk-single-wishlist {
	display: inline-grid;
	place-items: center;
	width: 40px;
	height: 36px;
	padding: 0;
	border: 1px solid var(--mlk-dark);
	border-radius: 5px;
	background: var(--mlk-white);
	color: var(--mlk-dark);
	cursor: pointer;
}

.mlk-single-wishlist:hover,
.mlk-single-wishlist:focus,
.mlk-single-wishlist.is-saved {
	border-color: var(--mlk-tertiary-500);
	color: var(--mlk-tertiary-500);
}

.single-payment-note {
	margin: 20px 0 0;
}

.product-trust-panel {
	display: grid;
	gap: 0;
	margin-top: 18px;
	border-top: 1px solid var(--mlk-gray-200);
}

.product-trust-panel > div {
	display: grid;
	gap: 3px;
	padding: 15px 0;
	border-bottom: 1px solid var(--mlk-gray-200);
}

.woocommerce div.product .woocommerce-tabs,
.woocommerce div.product .related.products,
.woocommerce div.product .up-sells.products {
	grid-column: 1 / -1;
	width: 100%;
}

.woocommerce div.product .woocommerce-tabs {
	margin-top: 54px;
}

.woocommerce div.product .woocommerce-tabs .panel {
	max-width: none;
	color: #4e4954;
}

.woocommerce div.product .related.products > h2,
.woocommerce div.product .up-sells.products > h2 {
	margin-bottom: 30px;
	font-size: 34px;
}

.woocommerce div.product .related.products ul.products,
.woocommerce div.product .up-sells.products ul.products {
	width: 100%;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.woocommerce div.product .related.products span.onsale,
.woocommerce div.product .up-sells.products span.onsale {
	display: none;
}

.single-product div.product > span.onsale {
	display: none;
}

.single-product .mlk-store-benefits {
	grid-column: 1 / -1;
	width: 100%;
}

.single-product .mlk-store-benefits .mlk-shell {
	width: 100%;
}

/* Cart */

.woocommerce-cart .entry-header,
.woocommerce-checkout .entry-header,
.woocommerce-account .entry-header {
	display: none;
}

.woocommerce-cart .woocommerce {
	padding-top: 60px;
}

.mlk-cart-layout {
	display: grid;
	grid-template-columns: minmax(0, 1.65fr) minmax(320px, 0.8fr);
	gap: 70px;
	align-items: start;
}

.mlk-cart-layout .woocommerce-cart-form {
	min-width: 0;
}

.mlk-cart-layout table.shop_table {
	margin: 0;
}

.mlk-cart-layout table.shop_table thead th {
	padding: 0 12px 20px;
	border-bottom: 1px solid var(--mlk-line);
}

.mlk-cart-layout table.shop_table thead th:first-child,
.mlk-cart-layout table.shop_table tbody td:first-child {
	padding-left: 0;
}

.mlk-cart-layout table.shop_table td {
	padding: 24px 12px;
	vertical-align: middle;
}

.mlk-cart-product {
	display: grid;
	grid-template-columns: 82px minmax(0, 1fr);
	align-items: center;
	gap: 18px;
}

.mlk-cart-product__image img {
	width: 82px;
	height: 92px;
	object-fit: cover;
	background: var(--mlk-light);
}

.woocommerce-cart .woocommerce .mlk-cart-product__image img {
	width: 82px;
	height: 92px;
}

.mlk-cart-product__name {
	display: block;
	margin-bottom: 6px;
	color: var(--mlk-dark);
	font-weight: 900;
}

.mlk-cart-product .variation {
	margin: 0;
	color: #6d6872;
	font-size: 13px;
}

.mlk-cart-remove {
	display: inline-block;
	width: auto;
	height: auto;
	margin-top: 8px;
	color: var(--mlk-danger) !important;
	font-size: 12px;
	line-height: 1.3;
}

.mlk-cart-layout td.actions {
	padding: 28px 0 0 !important;
}

.mlk-cart-layout td.actions::after {
	content: "";
	display: table;
	clear: both;
}

.mlk-cart-layout .coupon {
	display: grid;
	float: left;
	gap: 8px;
	width: min(100%, 430px);
}

.mlk-cart-layout .coupon label {
	font-size: 13px;
	font-weight: 760;
}

.mlk-cart-layout .coupon > div {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
}

.mlk-cart-layout .coupon input {
	width: 100% !important;
	border-radius: var(--mlk-radius) 0 0 var(--mlk-radius);
}

.mlk-cart-layout .coupon .button {
	border-radius: 0 var(--mlk-radius) var(--mlk-radius) 0;
}

.mlk-update-cart {
	float: right;
}

.mlk-cart-summary {
	position: sticky;
	top: 124px;
}

.mlk-cart-summary .cross-sells {
	display: none;
}

.woocommerce-cart .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
	float: none;
	width: 100%;
	padding: 28px;
	border: 1px solid var(--mlk-gray-200);
	background: var(--mlk-white);
}

.woocommerce-cart .cart-collaterals .cart_totals h2 {
	margin: 0 0 22px;
	font-size: 24px;
}

.woocommerce-cart .cart-collaterals .cart_totals table td,
.woocommerce-cart .cart-collaterals .cart_totals table th {
	padding: 15px 0;
}

/* Checkout */

.woocommerce-checkout .woocommerce {
	padding-top: 56px;
}

.mlk-checkout-flow {
	scroll-margin-top: 120px;
}

.mlk-checkout-steps {
	position: relative;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	max-width: 760px;
	margin: 0 0 42px;
}

.mlk-checkout-steps::before {
	content: "";
	position: absolute;
	top: 21px;
	left: 42px;
	right: 42px;
	border-top: 1px dashed #aaa6af;
}

.mlk-checkout-steps button {
	position: relative;
	z-index: 1;
	display: grid;
	justify-items: start;
	gap: 8px;
	padding: 0;
	border: 0;
	background: transparent;
	color: #5c5762;
	font: inherit;
	cursor: pointer;
}

.mlk-checkout-steps button:nth-child(2) {
	justify-items: center;
}

.mlk-checkout-steps button:last-child {
	justify-items: end;
}

.mlk-checkout-steps .dashicons {
	display: inline-grid;
	place-items: center;
	width: 42px;
	height: 42px;
	border-radius: var(--mlk-radius);
	background: var(--mlk-light);
	color: var(--mlk-dark);
	font-size: 20px;
	line-height: 42px;
}

.mlk-checkout-steps button.is-active {
	color: var(--mlk-dark);
	font-weight: 760;
}

.mlk-checkout-steps button.is-active .dashicons {
	background: var(--mlk-dark);
	color: var(--mlk-white);
}

.mlk-checkout-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 360px;
	gap: 70px;
	align-items: start;
}

.mlk-checkout-panel[hidden] {
	display: none !important;
}

.mlk-panel-heading {
	margin-bottom: 28px;
}

.mlk-panel-heading h2 {
	margin: 0 0 6px;
	font-size: 26px;
}

.mlk-panel-heading p {
	margin: 0;
	color: #6c6672;
}

.woocommerce-checkout .col2-set {
	display: grid;
	grid-template-columns: 1fr;
	gap: 0;
}

.woocommerce-checkout .col2-set .col-1,
.woocommerce-checkout .col2-set .col-2 {
	float: none;
	width: 100%;
}

.woocommerce-checkout .woocommerce-billing-fields__field-wrapper,
.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0 18px;
}

.woocommerce-checkout .form-row-wide,
.woocommerce-checkout #billing_address_1_field,
.woocommerce-checkout #shipping_address_1_field {
	grid-column: 1 / -1;
}

.woocommerce-checkout h3 {
	font-size: 20px;
}

.mlk-step-button,
.mlk-place-order {
	width: min(100%, 360px);
	margin-top: 24px;
}

.mlk-checkout-payment #order_review_heading {
	display: none;
}

.mlk-checkout-payment .woocommerce-checkout-review-order-table {
	display: none;
}

.woocommerce-checkout #payment {
	padding: 0;
	background: transparent;
}

.woocommerce-checkout #payment ul.payment_methods {
	padding: 0;
	border: 0;
}

.woocommerce-checkout #payment ul.payment_methods li {
	padding: 18px 0;
	border-bottom: 1px solid var(--mlk-line);
}

.woocommerce-checkout #payment div.payment_box {
	margin: 14px 0 0;
	background: var(--mlk-light);
}

.woocommerce-checkout #payment div.payment_box::before {
	border-bottom-color: var(--mlk-light);
}

.mlk-js .mlk-checkout-payment #payment #place_order {
	position: absolute;
	width: 1px;
	height: 1px;
	min-height: 1px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
	opacity: 0;
	pointer-events: none;
}

.mlk-review-order-copy table,
.mlk-checkout-summary table {
	width: 100%;
}

.mlk-review-address {
	margin-top: 26px;
	padding: 20px 0;
	border-top: 1px solid var(--mlk-line);
	border-bottom: 1px solid var(--mlk-line);
}

.mlk-review-address p {
	margin: 8px 0 0;
	color: #5f5965;
}

.mlk-checkout-summary {
	position: sticky;
	top: 124px;
	padding: 26px;
	border: 1px solid var(--mlk-gray-200);
	background: var(--mlk-white);
	box-shadow: 0 18px 40px rgba(20, 17, 27, 0.04);
}

.mlk-checkout-summary h2 {
	margin: 0 0 18px;
	font-size: 22px;
}

.mlk-checkout-summary .product-name {
	text-align: left;
}

.mlk-checkout-summary th,
.mlk-checkout-summary td {
	padding: 13px 0;
}

.mlk-checkout-summary .checkout-trust-panel {
	margin-top: 20px;
	padding-top: 18px;
	border-top: 1px solid var(--mlk-line);
}

.mlk-checkout-notice {
	margin-bottom: 24px !important;
}

/* Order confirmation */

.mlk-order-confirmation {
	display: grid;
	place-items: center;
	min-height: 68vh;
	padding: 70px 24px;
	background: var(--mlk-light);
}

.mlk-confirmation-card {
	width: min(100%, 560px);
	padding: 42px;
	background: var(--mlk-white);
	text-align: center;
	box-shadow: var(--mlk-shadow);
}

.mlk-confirmation-card > .dashicons {
	display: inline-grid;
	place-items: center;
	width: 72px;
	height: 72px;
	margin-bottom: 24px;
	border-radius: 999px;
	background: var(--mlk-dark);
	color: var(--mlk-white);
	font-size: 34px;
	line-height: 72px;
	box-shadow: 0 0 0 10px var(--mlk-gray-200);
}

.mlk-confirmation-card.is-error > .dashicons {
	background: var(--mlk-danger);
}

.mlk-confirmation-card h1 {
	margin: 0 0 12px;
	font-size: 30px;
}

.mlk-confirmation-card > p {
	max-width: 430px;
	margin: 0 auto 24px;
	color: #615b66;
}

.mlk-confirmation-card ul {
	margin: 28px 0;
	padding: 0;
	border-top: 1px solid var(--mlk-line);
	list-style: none;
	text-align: left;
}

.mlk-confirmation-card li {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	padding: 14px 0;
	border-bottom: 1px solid var(--mlk-line);
}

.mlk-confirmation-actions {
	display: grid;
	gap: 10px;
}

/* Authentication */

body.woocommerce-account:not(.logged-in) .site-header,
body.woocommerce-account:not(.logged-in) .mlk-footer {
	display: none;
}

body.woocommerce-account:not(.logged-in) .site-main {
	min-height: 100vh;
}

.woocommerce-account:not(.logged-in) .woocommerce,
.woocommerce-lost-password .woocommerce {
	width: 100%;
	max-width: none;
	padding: 0;
}

.mlk-auth-shell {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(460px, 0.95fr);
	min-height: 100vh;
	background: var(--mlk-white);
}

.mlk-auth-art {
	position: relative;
	display: grid;
	place-items: end center;
	min-height: 680px;
	padding: 44px;
	overflow: hidden;
	background: #f4f2ee;
}

.mlk-auth-logo {
	position: absolute;
	top: 42px;
	left: 48px;
	z-index: 2;
}

.mlk-auth-logo img {
	width: 160px;
	max-height: 90px;
	object-fit: contain;
}

.mlk-auth-model {
	position: relative;
	z-index: 1;
	width: min(78%, 600px);
	max-height: 88vh;
	object-fit: contain;
	object-position: center bottom;
}

.mlk-auth-model.is-register {
	display: none;
	width: min(84%, 620px);
}

.mlk-auth-shell[data-auth-mode="register"] .mlk-auth-model.is-login {
	display: none;
}

.mlk-auth-shell[data-auth-mode="register"] .mlk-auth-model.is-register {
	display: block;
}

.mlk-auth-watermark {
	position: absolute;
	right: -70px;
	bottom: -120px;
	width: 420px;
	opacity: 0.06;
}

.mlk-auth-content {
	align-self: center;
	width: min(100% - 72px, 560px);
	margin-inline: auto;
	padding: 50px 0;
}

.mlk-auth-tabs {
	display: inline-flex;
	gap: 6px;
	margin-bottom: 34px;
	padding: 5px;
	border-radius: var(--mlk-radius);
	background: var(--mlk-light);
}

.mlk-auth-tabs button {
	min-height: 42px;
	padding: 0 18px;
	border: 0;
	border-radius: 6px;
	background: transparent;
	color: #655f6a;
	font: inherit;
	font-weight: 760;
	cursor: pointer;
}

.mlk-auth-tabs button.is-active {
	background: var(--mlk-white);
	color: var(--mlk-dark);
	box-shadow: 0 4px 14px rgba(20, 17, 27, 0.08);
}

.mlk-auth-heading {
	margin-bottom: 28px;
}

.mlk-auth-heading p {
	margin: 0 0 6px;
	color: #9a949f;
}

.mlk-auth-heading h1 {
	margin: 0;
	font-size: 34px;
}

.mlk-auth-shell form.login,
.mlk-auth-shell form.register,
.mlk-auth-shell form.lost_reset_password {
	padding: 0;
	border: 0;
	box-shadow: none;
}

.mlk-auth-shell .form-row {
	margin-bottom: 20px;
}

.mlk-auth-shell .button {
	width: 100%;
	margin-top: 10px;
}

.mlk-auth-options,
.mlk-terms-check {
	display: flex;
	align-items: center;
	gap: 10px;
}

.mlk-auth-options {
	justify-content: space-between;
	margin: 4px 0 20px;
	font-size: 14px;
}

.mlk-auth-options label {
	margin: 0;
}

.mlk-auth-options input,
.mlk-terms-check input {
	width: 18px;
	height: 18px;
	accent-color: var(--mlk-dark);
}

.mlk-auth-name-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}

.mlk-terms-check {
	margin: 4px 0 18px;
	font-size: 14px;
}

.mlk-auth-help {
	color: #6b6570;
	font-size: 14px;
}

.mlk-auth-back {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	margin-bottom: 32px;
	font-weight: 760;
}

.mlk-auth-reset .mlk-auth-art {
	padding: 0;
	background: #d9eef9;
}

.mlk-auth-reset .mlk-auth-model {
	width: 100%;
	height: 100vh;
	max-height: none;
	object-fit: cover;
}

/* My Account */

.woocommerce-account.logged-in .woocommerce {
	position: relative;
	padding-top: 72px;
	padding-bottom: 96px;
}

.woocommerce-account.logged-in .woocommerce::before {
	content: "Minha conta";
	grid-column: 1 / -1;
	margin-bottom: 18px;
	color: var(--mlk-dark);
	font-size: 40px;
	font-weight: 850;
	line-height: 1.1;
}

.woocommerce-account.logged-in .woocommerce-MyAccount-navigation {
	float: none;
	width: 100%;
	border: 1px solid var(--mlk-gray-200);
	background: var(--mlk-white);
	box-shadow: 0 16px 38px rgba(20, 17, 27, 0.04);
}

.mlk-account-user {
	display: flex;
	align-items: center;
	gap: 14px;
	padding: 20px;
	border-bottom: 1px solid var(--mlk-gray-200);
}

.mlk-account-user img {
	width: 58px;
	height: 58px;
	border-radius: 999px;
}

.mlk-account-user small,
.mlk-account-user strong {
	display: block;
}

.mlk-account-user small {
	color: #6b6570;
}

.mlk-account-user strong {
	font-size: 17px;
}

.woocommerce-MyAccount-navigation ul {
	gap: 0;
	padding: 12px 0;
}

.woocommerce-MyAccount-navigation a {
	gap: 13px;
	min-height: 56px;
	padding: 0 20px;
	border-radius: 0;
}

.woocommerce-MyAccount-navigation .dashicons {
	flex: 0 0 auto;
	width: 22px;
	height: 22px;
	font-size: 22px;
	line-height: 22px;
}

.woocommerce-account.logged-in .woocommerce-MyAccount-content {
	float: none;
	width: 100%;
	padding-top: 8px;
}

.mlk-wishlist-panel span.onsale {
	display: none;
}

.mlk-wishlist-panel ul.products {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 34px 26px;
}

.woocommerce-account .mlk-wishlist-panel ul.products li.product {
	width: 100% !important;
	margin: 0 !important;
}

.mlk-profile-avatar {
	display: flex;
	align-items: center;
	gap: 18px;
	margin-bottom: 28px;
}

.mlk-profile-avatar img {
	width: 92px;
	height: 92px;
	border-radius: 999px;
}

.mlk-profile-avatar strong,
.mlk-profile-avatar small {
	display: block;
}

.mlk-profile-avatar strong {
	font-size: 20px;
}

.mlk-profile-avatar small {
	color: #77717c;
}

.mlk-dashboard-links {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}

.mlk-dashboard-links a {
	display: grid;
	grid-template-columns: 46px minmax(0, 1fr);
	gap: 3px 14px;
	align-items: center;
	min-height: 116px;
	padding: 20px;
	border: 1px solid var(--mlk-gray-200);
	border-radius: var(--mlk-radius);
	background: var(--mlk-white);
	transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.mlk-dashboard-links a:hover,
.mlk-dashboard-links a:focus {
	border-color: var(--mlk-dark);
	box-shadow: 0 12px 28px rgba(20, 17, 27, 0.07);
	transform: translateY(-2px);
}

.mlk-dashboard-links .dashicons {
	display: inline-grid;
	grid-row: 1 / span 2;
	place-items: center;
	width: 46px;
	height: 46px;
	border-radius: 999px;
	background: var(--mlk-light);
	font-size: 23px;
	line-height: 46px;
}

.mlk-dashboard-links small {
	color: #77717c;
}

.mlk-profile-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0 18px;
}

.mlk-profile-wide {
	grid-column: 1 / -1;
}

.mlk-password-details {
	margin: 12px 0 26px;
	border-top: 1px solid var(--mlk-line);
	border-bottom: 1px solid var(--mlk-line);
}

.mlk-password-details summary {
	padding: 18px 0;
	font-weight: 900;
	cursor: pointer;
}

.mlk-password-details > div {
	padding-bottom: 8px;
}

.mlk-order-list {
	display: grid;
	gap: 18px;
}

.mlk-order-card {
	border: 1px solid var(--mlk-gray-200);
	background: var(--mlk-white);
	transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.mlk-order-card:hover {
	border-color: #c8c4cd;
	box-shadow: 0 14px 32px rgba(20, 17, 27, 0.06);
	transform: translateY(-2px);
}

.mlk-order-card__meta,
.mlk-order-card footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding: 16px 18px;
	background: var(--mlk-light);
}

.mlk-order-card__meta span:not(.mlk-order-status) {
	display: grid;
}

.mlk-order-card__meta small {
	color: #77717c;
}

.mlk-order-status {
	padding: 6px 10px;
	border-radius: 4px;
	background: #fff5db;
	color: #a76a00;
	font-size: 12px;
	font-weight: 900;
}

.mlk-order-status.is-completed {
	background: #eef9e9;
	color: #2f9e44;
}

.mlk-order-status.is-cancelled,
.mlk-order-status.is-failed {
	background: #fff0ef;
	color: var(--mlk-danger);
}

.mlk-order-products {
	display: grid;
	gap: 14px;
	padding: 18px;
}

.mlk-order-product {
	display: grid;
	grid-template-columns: 64px minmax(0, 1fr);
	align-items: center;
	gap: 14px;
}

.mlk-order-product img {
	width: 64px;
	height: 68px;
	object-fit: cover;
	background: var(--mlk-light);
}

.mlk-order-product strong,
.mlk-order-product small {
	display: block;
}

.mlk-order-product small {
	margin-top: 4px;
	color: #6f6974;
}

.mlk-order-card footer {
	background: var(--mlk-white);
	border-top: 1px solid var(--mlk-gray-200);
}

.mlk-order-card footer > strong {
	font-size: 18px;
}

.mlk-order-card footer > div {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 8px;
}

.mlk-order-card footer .button {
	min-height: 42px;
	padding-inline: 16px;
	font-size: 13px;
}

.mlk-address-list {
	display: grid;
	gap: 0;
}

.mlk-address-list article {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: 24px;
	padding: 24px 0;
	border-bottom: 1px solid var(--mlk-line);
}

.mlk-address-list article:first-child {
	border-top: 1px solid var(--mlk-line);
}

.mlk-address-list h3 {
	margin: 6px 0;
	font-size: 19px;
}

.mlk-address-list address {
	color: #5f5965;
	font-style: normal;
}

.mlk-address-list .button {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	min-height: 44px;
	padding-inline: 16px;
}

.mlk-empty-state {
	display: grid;
	justify-items: center;
	padding: 56px 24px;
	border: 1px solid var(--mlk-gray-200);
	text-align: center;
}

.mlk-empty-state > .dashicons {
	width: 48px;
	height: 48px;
	margin-bottom: 16px;
	font-size: 48px;
	line-height: 48px;
}

.mlk-empty-state h3 {
	margin: 0 0 8px;
	font-size: 22px;
}

.mlk-empty-state p {
	margin: 0 0 20px;
	color: #6c6671;
}

.mlk-wishlist-panel .products {
	width: 100%;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-top: 0;
}

.mlk-settings-list label > span {
	min-width: 0;
}

.mlk-settings-list span strong,
.mlk-settings-list span small {
	display: block;
}

.mlk-settings-list span small {
	margin-top: 4px;
	color: #817b86;
	font-weight: 400;
}

.mlk-settings-list input[type="checkbox"] {
	position: relative;
	flex: 0 0 auto;
	width: 48px;
	height: 28px;
	border: 0;
	border-radius: 999px;
	background: #d7d4da;
	appearance: none;
	cursor: pointer;
	transition: background 180ms ease;
}

.mlk-settings-list input[type="checkbox"]::before {
	content: "";
	position: absolute;
	top: 3px;
	left: 3px;
	width: 22px;
	height: 22px;
	border-radius: 999px;
	background: var(--mlk-white);
	box-shadow: 0 2px 6px rgba(20, 17, 27, 0.18);
	transition: transform 180ms ease;
}

.mlk-settings-list input[type="checkbox"]:checked {
	background: #2fbd5b;
}

.mlk-settings-list input[type="checkbox"]:checked::before {
	transform: translateX(20px);
}

.mlk-settings-list .button {
	justify-self: start;
	margin-top: 8px;
}

@media (max-width: 1120px) {
	.mlk-cart-layout,
	.mlk-checkout-layout {
		grid-template-columns: 1fr;
		gap: 36px;
	}

	.mlk-cart-summary,
	.mlk-checkout-summary {
		position: static;
	}

	.mlk-auth-shell {
		grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
	}

	.mlk-home-products .products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.home .woocommerce.mlk-home-products ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 820px) {
	.mlk-commerce-heading h1 {
		font-size: 34px;
	}

	.mlk-mobile-filter-toggle {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		gap: 8px;
		width: 100%;
		min-height: 48px;
	}

	.mlk-shop-sidebar {
		display: none;
		grid-template-columns: 1fr;
		padding: 20px;
		border: 1px solid var(--mlk-gray-200);
	}

	.mlk-shop-sidebar.is-open {
		display: grid;
	}

	.woocommerce div.product .related.products ul.products,
	.woocommerce div.product .up-sells.products ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.mlk-cart-layout table.shop_table thead {
		display: none;
	}

	.mlk-cart-layout table.shop_table tr.cart_item {
		display: grid;
		grid-template-columns: 1fr;
		padding: 20px 0;
		border-top: 1px solid var(--mlk-line);
	}

	.mlk-cart-layout table.shop_table tr.cart_item td {
		display: block;
		padding: 10px 0;
		border: 0;
	}

	.mlk-cart-layout table.shop_table tr.cart_item td.product-name {
		grid-column: 1 / -1;
	}

	.mlk-cart-layout table.shop_table tr.cart_item td:not(.product-name) {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 18px;
		min-height: 58px;
	}

	.mlk-cart-layout table.shop_table tr.cart_item td.product-name::before {
		display: none;
	}

	.mlk-auth-shell {
		grid-template-columns: 1fr;
	}

	.mlk-auth-art {
		min-height: 340px;
	}

	.mlk-auth-model {
		max-height: 330px;
	}

	.mlk-auth-reset .mlk-auth-model {
		height: 340px;
	}
}

@media (max-width: 720px) {
	.mlk-commerce-heading {
		margin-bottom: 28px;
	}

	.woocommerce div.product form.cart {
		display: grid;
		grid-template-columns: 1fr auto;
	}

	.woocommerce div.product form.cart .variations,
	.woocommerce div.product form.cart .single_variation_wrap {
		grid-column: 1 / -1;
	}

	.woocommerce div.product form.cart:not(.variations_form) > :not(.quantity):not(.single_add_to_cart_button):not(.mlk-single-wishlist),
	.woocommerce div.product form.cart .woocommerce-variation-add-to-cart > :not(.quantity):not(.single_add_to_cart_button):not(.mlk-single-wishlist) {
		order: 1;
		grid-column: 1 / -1;
	}

	.woocommerce div.product form.cart > .quantity,
	.woocommerce div.product form.cart .woocommerce-variation-add-to-cart > .quantity {
		order: 2;
		grid-column: 1;
		grid-row: auto;
		width: 100%;
	}

	.woocommerce div.product form.cart > .single_add_to_cart_button,
	.woocommerce div.product form.cart .woocommerce-variation-add-to-cart > .single_add_to_cart_button {
		position: static;
		order: 3;
		grid-column: 1 / -1;
		grid-row: auto;
		width: 100%;
	}

	.woocommerce div.product form.cart > .mlk-single-wishlist,
	.woocommerce div.product form.cart .woocommerce-variation-add-to-cart > .mlk-single-wishlist {
		order: 2;
		grid-column: 2;
		grid-row: auto;
	}

	.woocommerce div.product form.cart .woocommerce-variation-add-to-cart {
		grid-template-columns: minmax(0, 1fr) 40px;
	}

	.woocommerce div.product .related.products ul.products,
	.woocommerce div.product .up-sells.products ul.products {
		grid-template-columns: 1fr;
	}

	.mlk-cart-product {
		grid-template-columns: 72px minmax(0, 1fr);
	}

	.mlk-cart-product__image img {
		width: 72px;
		height: 82px;
	}

	.woocommerce-cart .woocommerce .mlk-cart-product__image img {
		width: 72px;
		height: 82px;
	}

	.mlk-cart-layout td.actions,
	.mlk-cart-layout .coupon,
	.mlk-update-cart {
		float: none;
		width: 100%;
	}

	.mlk-update-cart {
		margin-top: 12px;
	}

	.mlk-cart-layout .coupon > div {
		grid-template-columns: minmax(0, 1fr) 104px;
	}

	.woocommerce-cart .mlk-cart-layout .coupon .button {
		justify-self: stretch;
		width: 100%;
		min-width: 104px;
		padding-inline: 12px;
	}

	.mlk-checkout-steps button {
		font-size: 12px;
	}

	.woocommerce-checkout .woocommerce-billing-fields__field-wrapper,
	.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper,
	.mlk-profile-grid,
	.mlk-auth-name-grid {
		grid-template-columns: 1fr;
	}

	.mlk-checkout-summary {
		padding: 20px;
	}

	.mlk-auth-art {
		min-height: 260px;
		padding: 24px;
	}

	.mlk-auth-logo {
		top: 22px;
		left: 24px;
	}

	.mlk-auth-logo img {
		width: 112px;
	}

	.mlk-auth-model {
		max-height: 250px;
	}

	.mlk-auth-content {
		width: min(100% - 32px, 560px);
		padding: 38px 0;
	}

	.mlk-auth-heading h1 {
		font-size: 28px;
	}

	.mlk-auth-reset .mlk-auth-model {
		height: 260px;
	}

	.woocommerce-account.logged-in .woocommerce::before {
		font-size: 32px;
	}

	.mlk-order-card__meta,
	.mlk-order-card footer {
		align-items: flex-start;
		flex-direction: column;
	}

	.mlk-order-card footer > div {
		justify-content: flex-start;
	}

	.mlk-address-list article {
		grid-template-columns: 1fr;
	}

	.mlk-wishlist-panel ul.products {
		grid-template-columns: 1fr;
	}

	.mlk-confirmation-card {
		padding: 30px 22px;
	}

	.mlk-footer-watermark {
		right: 0;
	}

	.mlk-dashboard-links {
		grid-template-columns: 1fr;
	}

	.mlk-home-products .products {
		grid-template-columns: 1fr;
	}

	.home .woocommerce.mlk-home-products ul.products {
		grid-template-columns: 1fr;
	}

	.krist-category-grid[data-carousel-track],
	.krist-testimonial-grid[data-carousel-track] {
		display: flex;
		overflow-x: auto;
		scroll-snap-type: x mandatory;
		scrollbar-width: none;
	}

	.krist-category-grid[data-carousel-track]::-webkit-scrollbar,
	.krist-testimonial-grid[data-carousel-track]::-webkit-scrollbar {
		display: none;
	}

	.krist-category-grid[data-carousel-track] > *,
	.krist-testimonial-grid[data-carousel-track] > * {
		flex: 0 0 min(84vw, 340px);
		scroll-snap-align: start;
	}
}
