/**
 * Marketly | WooCommerce Divi Theme
 * Store components: product cards, mini cart drawer, quick view, wishlist,
 * categories, shop toolbar and filters, search, product page, cart, checkout
 * and account. Page layouts and typography are styled in the Divi Builder.
 */

/* =========================================================================
   1. BUTTONS & FORM CONTROLS
   ========================================================================= */

.mk-button,
.marketly-theme .woocommerce .button,
.marketly-theme .woocommerce button.button,
.marketly-theme .woocommerce a.button,
.marketly-theme .woocommerce input.button,
.marketly-theme .woocommerce #respond input#submit,
.marketly-theme .woocommerce .button.alt,
.marketly-theme .woocommerce button.button.alt,
.marketly-theme .woocommerce a.button.alt,
.marketly-theme .woocommerce input.button.alt,
.marketly-theme .woocommerce #respond input#submit.alt,
.marketly-theme .woocommerce-page .button,
.marketly-theme .wc-block-components-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 50px;
	padding: 0 26px;
	border: 0;
	border-radius: 12px;
	background: var(--mk-ink);
	color: var(--mk-white);
	font-family: var(--mk-font-body);
	font-size: 15px;
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: 0;
	text-decoration: none;
	cursor: pointer;
	transition: background-color var(--mk-transition), color var(--mk-transition), transform var(--mk-transition), box-shadow var(--mk-transition);
}

.mk-button:hover,
.marketly-theme .woocommerce .button:hover,
.marketly-theme .woocommerce button.button:hover,
.marketly-theme .woocommerce a.button:hover,
.marketly-theme .woocommerce input.button:hover,
.marketly-theme .woocommerce #respond input#submit:hover,
.marketly-theme .woocommerce .button.alt:hover,
.marketly-theme .woocommerce button.button.alt:hover,
.marketly-theme .woocommerce a.button.alt:hover,
.marketly-theme .woocommerce input.button.alt:hover,
.marketly-theme .woocommerce-page .button:hover {
	background: var(--mk-blue);
	color: var(--mk-white);
}

.mk-button-primary,
.marketly-theme .woocommerce .button.alt,
.marketly-theme .woocommerce button.button.alt,
.marketly-theme .woocommerce a.button.alt,
.marketly-theme .woocommerce input.button.alt,
.marketly-theme .woocommerce #respond input#submit.alt,
.marketly-theme .woocommerce .checkout-button,
.marketly-theme .woocommerce #place_order {
	background: var(--mk-blue);
}

.mk-button-primary:hover,
.marketly-theme .woocommerce .checkout-button:hover,
.marketly-theme .woocommerce #place_order:hover {
	background: var(--mk-ink);
}

.marketly-theme .woocommerce .button.disabled,
.marketly-theme .woocommerce .button:disabled,
.marketly-theme .woocommerce button.button:disabled,
.marketly-theme .woocommerce button.button.alt.disabled,
.marketly-theme .woocommerce button.button:disabled[disabled] {
	background: var(--mk-line);
	color: var(--mk-muted);
	cursor: not-allowed;
	opacity: 1;
}

.marketly-theme .woocommerce a.button.loading::after,
.marketly-theme .woocommerce button.button.loading::after {
	position: static;
	margin-left: 4px;
}

.marketly-theme .woocommerce a.button.added::after {
	display: none;
}

/* Inputs & selects. */
.marketly-theme .woocommerce input[type="text"],
.marketly-theme .woocommerce input[type="email"],
.marketly-theme .woocommerce input[type="tel"],
.marketly-theme .woocommerce input[type="password"],
.marketly-theme .woocommerce input[type="number"],
.marketly-theme .woocommerce input[type="search"],
.marketly-theme .woocommerce textarea,
.marketly-theme .woocommerce select,
.marketly-theme .woocommerce .select2-container--default .select2-selection--single,
.mk-filters input[type="search"],
.mk-filters input[type="number"],
.mk-search-form .mk-search-input {
	width: 100%;
	min-height: 50px;
	padding: 12px 16px;
	border: 1px solid var(--mk-line);
	border-radius: 12px;
	background: var(--mk-white);
	color: var(--mk-ink);
	font-family: var(--mk-font-body);
	font-size: 15px;
	line-height: 1.4;
	outline: none;
	transition: border-color var(--mk-transition), box-shadow var(--mk-transition);
	-webkit-appearance: none;
	appearance: none;
}

.marketly-theme .woocommerce textarea {
	min-height: 120px;
}

.marketly-theme .woocommerce select,
.mk-orderby {
	padding-right: 40px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%230f1115' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 14px center;
	cursor: pointer;
}

.marketly-theme .woocommerce input[type="text"]:focus,
.marketly-theme .woocommerce input[type="email"]:focus,
.marketly-theme .woocommerce input[type="tel"]:focus,
.marketly-theme .woocommerce input[type="password"]:focus,
.marketly-theme .woocommerce input[type="number"]:focus,
.marketly-theme .woocommerce input[type="search"]:focus,
.marketly-theme .woocommerce textarea:focus,
.marketly-theme .woocommerce select:focus,
.mk-filters input:focus,
.mk-search-form .mk-search-input:focus {
	border-color: var(--mk-ink);
	box-shadow: 0 0 0 3px rgba(47, 91, 255, 0.14);
}

.marketly-theme .woocommerce .select2-container--default .select2-selection--single {
	display: flex;
	align-items: center;
}

.marketly-theme .woocommerce .select2-container--default .select2-selection--single .select2-selection__rendered {
	padding: 0;
	line-height: 1.4;
	color: var(--mk-ink);
}

.marketly-theme .woocommerce .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 100%;
	right: 10px;
}

.marketly-theme .woocommerce form .form-row label {
	font-size: 13px;
	font-weight: 600;
	color: var(--mk-ink);
	margin-bottom: 6px;
}

.marketly-theme .woocommerce form .form-row .required {
	color: var(--mk-coral);
	text-decoration: none;
}

/* Quantity stepper (product page, quick view, cart). The selectors do not
   depend on a .woocommerce wrapper so the modal and the drawer get it too. */
.marketly-theme form div.quantity,
.marketly-theme .quantity.mk-qty-ready,
.et-db #et-boc .et-l form div.quantity {
	display: inline-flex;
	flex: none;
	align-items: center;
	gap: 2px;
	width: auto;
	height: 54px;
	margin: 0;
	padding: 0 6px;
	border: 1px solid var(--mk-line);
	border-radius: 100px;
	background: var(--mk-white);
	box-sizing: border-box;
	transition: border-color var(--mk-transition), box-shadow var(--mk-transition);
}

.marketly-theme form div.quantity:focus-within,
.marketly-theme .quantity.mk-qty-ready:focus-within {
	border-color: var(--mk-ink);
	box-shadow: 0 0 0 3px rgba(15, 17, 21, 0.06);
}

.marketly-theme form div.quantity input.qty,
.marketly-theme .quantity.mk-qty-ready input.qty,
.et-db #et-boc .et-l form div.quantity input.qty {
	width: 44px;
	min-height: 0;
	height: 100%;
	margin: 0;
	padding: 0 2px;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	text-align: center;
	font-family: var(--mk-font-heading);
	font-size: 15px;
	font-weight: 700;
	line-height: 1;
	color: var(--mk-ink);
	-moz-appearance: textfield;
	appearance: textfield;
}

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

.marketly-theme .quantity input.qty:focus {
	box-shadow: none;
	outline: 0;
}

.mk-qty-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: none;
	width: 38px;
	height: 38px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: transparent;
	color: var(--mk-ink);
	font-family: var(--mk-font-body);
	font-size: 20px;
	font-weight: 500;
	line-height: 1;
	cursor: pointer;
	transition: background-color var(--mk-transition), color var(--mk-transition);
}

.mk-qty-button:hover {
	background: var(--mk-ink);
	color: var(--mk-white);
}

/* Compact stepper inside the cart table. */
.marketly-theme .woocommerce-cart-form div.quantity {
	height: 44px;
	padding: 0 4px;
}

.marketly-theme .woocommerce-cart-form .mk-qty-button {
	width: 32px;
	height: 32px;
	font-size: 17px;
}

/* Add to bag: single product, quick view and sticky bar. Divi styles the
   colours from the Design tab; this adds the icon, the glow and the lift. */
.marketly-theme .single_add_to_cart_button,
.marketly-theme form.cart button.single_add_to_cart_button,
.marketly-theme form.cart a.single_add_to_cart_button,
.marketly-theme .mk-sticky-cart .button,
.marketly-theme .mk-sticky-cart a.button,
.et-db #et-boc .et-l .single_add_to_cart_button {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 54px;
	margin: 0;
	padding: 0 32px;
	border: 0;
	border-radius: 100px;
	background: linear-gradient(180deg, #4d72ff 0%, var(--mk-blue) 100%);
	color: var(--mk-white);
	font-family: var(--mk-font-body);
	font-size: 16px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: -0.005em;
	text-align: center;
	cursor: pointer;
	box-shadow: inset 0 0 0 0 var(--mk-ink), 0 14px 30px -12px rgba(47, 91, 255, 0.7);
	transition: transform var(--mk-transition), box-shadow 0.6s var(--mk-ease), background-color var(--mk-transition), color 0.6s var(--mk-ease);
}

.marketly-theme .single_add_to_cart_button:hover,
.marketly-theme form.cart button.single_add_to_cart_button:hover,
.marketly-theme form.cart a.single_add_to_cart_button:hover,
.marketly-theme .mk-sticky-cart .button:hover,
.marketly-theme .mk-sticky-cart a.button:hover,
.et-db #et-boc .et-l .single_add_to_cart_button:hover {
	color: var(--mk-white);
	transform: translateY(-2px);
	box-shadow: inset 0 0 0 30px var(--mk-ink), 0 18px 34px -14px rgba(15, 17, 21, 0.55);
}

.marketly-theme .single_add_to_cart_button:active,
.marketly-theme .mk-sticky-cart .button:active {
	transform: translateY(0);
}

.marketly-theme .single_add_to_cart_button.disabled,
.marketly-theme .single_add_to_cart_button:disabled {
	background: var(--mk-line);
	color: var(--mk-muted);
	box-shadow: none;
	transform: none;
}

.marketly-theme .single_add_to_cart_button::before,
.marketly-theme .mk-sticky-cart .button::before,
.marketly-theme ul.products li.product .mk-card-cart .button::before,
.et-db #et-boc .et-l ul.products li.product .mk-card-cart a.button::before,
.et-db #et-boc .et-l .woocommerce ul.products li.product .mk-card-cart a.button::before,
.et-db #et-boc .et-l .et_pb_wc_add_to_cart form.cart .single_add_to_cart_button::before {
	content: "" !important;
	display: inline-block !important;
	position: static !important;
	flex: none;
	width: 18px;
	height: 18px;
	margin: 0 !important;
	opacity: 1 !important;
	font-size: 0;
	line-height: 1;
	transform: none;
	background-color: currentColor;
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 2 3 6v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V6l-3-4Z'/%3E%3Cpath d='M3 6h18'/%3E%3Cpath d='M16 10a4 4 0 0 1-8 0'/%3E%3C/svg%3E") center / contain no-repeat;
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 2 3 6v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V6l-3-4Z'/%3E%3Cpath d='M3 6h18'/%3E%3Cpath d='M16 10a4 4 0 0 1-8 0'/%3E%3C/svg%3E") center / contain no-repeat;
}

.marketly-theme ul.products li.product .mk-card-cart .button::before,
.et-db #et-boc .et-l ul.products li.product .mk-card-cart a.button::before ,
.et-db #et-boc .et-l .woocommerce ul.products li.product .mk-card-cart a.button::before {
	width: 16px;
	height: 16px;
}

/* Divi's hover treatment adds an arrow glyph and extra padding to every
   WooCommerce button; the store buttons keep their own shape. */
.marketly-theme .single_add_to_cart_button:not(.loading)::after,
.marketly-theme ul.products li.product .mk-card-cart .button:not(.loading)::after,
.et-db #et-boc .et-l ul.products li.product .mk-card-cart a.button:not(.loading)::after ,
.et-db #et-boc .et-l .woocommerce ul.products li.product .mk-card-cart a.button:not(.loading)::after {
	display: none;
}

.et-db #et-boc .et-l .et_pb_wc_add_to_cart form.cart .single_add_to_cart_button,
.et-db #et-boc .et-l .et_pb_wc_add_to_cart form.cart .single_add_to_cart_button:hover {
	padding: 0 32px;
	transition: transform var(--mk-transition), box-shadow 0.6s var(--mk-ease), background-color var(--mk-transition), color 0.6s var(--mk-ease);
}

/* Divi forces a 20px right margin on the quantity box with !important. */
.et-db #et-boc .et-l .et_pb_wc_add_to_cart form.cart div.quantity {
	margin: 0 12px 0 0 !important;
}

/* Rating under the title: WooCommerce adds a 1.618em bottom margin. */
.marketly-theme .woocommerce div.product .woocommerce-product-rating,
.et-db #et-boc .et-l .et_pb_wc_rating .woocommerce-product-rating,
.et-db #et-boc .et-l div.product .woocommerce-product-rating {
	margin-bottom: 0;
}

.et-db #et-boc .et-l ul.products li.product .mk-card-cart a.button:hover ,
.et-db #et-boc .et-l .woocommerce ul.products li.product .mk-card-cart a.button:hover {
	padding: 0 16px;
}

/* Notices. */
.marketly-theme .woocommerce-message,
.marketly-theme .woocommerce-info,
.marketly-theme .woocommerce-error,
.marketly-theme .woocommerce-notices-wrapper .woocommerce-message,
.marketly-theme .et_pb_wc_cart_notice .woocommerce-message,
.marketly-theme .et_pb_wc_cart_notice .woocommerce-info,
.marketly-theme .et_pb_wc_cart_notice .woocommerce-error {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 12px 16px;
	padding: 16px 20px;
	margin: 0 0 24px;
	border: 1px solid var(--mk-line);
	border-top: 1px solid var(--mk-line);
	border-left: 4px solid var(--mk-blue);
	border-radius: 12px;
	background: var(--mk-white);
	color: var(--mk-ink);
	font-family: var(--mk-font-body);
	font-size: 15px;
	line-height: 1.5;
	box-shadow: var(--mk-shadow-xs);
}

.marketly-theme .woocommerce-message::before,
.marketly-theme .woocommerce-info::before,
.marketly-theme .woocommerce-error::before {
	display: none;
}

.marketly-theme .woocommerce-message {
	border-left-color: var(--mk-success);
}

.marketly-theme .woocommerce-error {
	border-left-color: var(--mk-coral);
}

.marketly-theme .woocommerce-message .button,
.marketly-theme .woocommerce-info .button,
.marketly-theme .woocommerce-error .button {
	order: 2;
	margin-left: auto;
	min-height: 40px;
	padding: 0 18px;
	font-size: 14px;
}

.marketly-theme .woocommerce-error li {
	list-style: none;
	margin: 0;
}

/* =========================================================================
   2. PRODUCT GRID & CARDS
   ========================================================================= */

.marketly-theme ul.products {
	--mk-cols: 4;
	display: grid !important;
	grid-template-columns: repeat(var(--mk-cols), minmax(0, 1fr));
	gap: 32px 24px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.marketly-theme ul.products.columns-1 {
	--mk-cols: 1;
}

.marketly-theme ul.products.columns-2 {
	--mk-cols: 2;
}

.marketly-theme ul.products.columns-3 {
	--mk-cols: 3;
}

.marketly-theme ul.products.columns-5 {
	--mk-cols: 5;
}

.marketly-theme ul.products.columns-6 {
	--mk-cols: 6;
}

.marketly-theme ul.products::before,
.marketly-theme ul.products::after {
	display: none;
}

.marketly-theme ul.products li.product {
	width: auto !important;
	max-width: none;
	margin: 0 !important;
	padding: 0;
	float: none !important;
	clear: none !important;
	position: relative;
	display: flex;
	flex-direction: column;
	text-align: left;
	list-style: none;
	background: transparent;
}

/* Media. */
.mk-card-media {
	position: relative;
	border-radius: var(--mk-radius);
	overflow: hidden;
	background: var(--mk-surface);
	isolation: isolate;
}

.mk-card-link {
	display: block;
	text-decoration: none;
}

.marketly-theme ul.products li.product .et_shop_image {
	display: block;
	position: relative;
	margin: 0;
	aspect-ratio: 1 / 1;
	overflow: hidden;
}

.marketly-theme ul.products li.product .et_shop_image > img,
.marketly-theme ul.products li.product .mk-card-link > img {
	display: block;
	width: 100%;
	height: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	margin: 0;
	transition: transform 0.9s var(--mk-ease), opacity 0.45s var(--mk-ease);
}

.marketly-theme ul.products li.product .et_shop_image > img.mk-hover-image {
	position: absolute;
	inset: 0;
	opacity: 0;
}

.marketly-theme ul.products li.product:hover .et_shop_image > img.mk-hover-image {
	opacity: 1;
}

.marketly-theme ul.products li.product:hover .et_shop_image > img:not(.mk-hover-image) {
	transform: scale(1.05);
}

.marketly-theme ul.products li.product .et_shop_image .et_overlay {
	display: none;
}

/* Badges. */
.mk-badges {
	position: absolute;
	top: 12px;
	left: 12px;
	z-index: 3;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 6px;
	pointer-events: none;
}

.mk-badge,
.marketly-theme ul.products li.product .onsale,
.marketly-theme .et_pb_wc_images .onsale,
.marketly-theme .mk-quick-view .onsale {
	position: static;
	display: inline-flex;
	align-items: center;
	min-width: 0;
	min-height: 0;
	height: auto;
	margin: 0;
	padding: 5px 10px;
	border-radius: 100px;
	background: var(--mk-coral);
	color: var(--mk-white);
	font-family: var(--mk-font-body);
	font-size: 11px;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	box-shadow: 0 4px 12px -6px rgba(15, 17, 21, 0.4);
}

.mk-badge-new {
	background: var(--mk-lime);
	color: var(--mk-ink);
}

.mk-badge-soldout {
	background: var(--mk-ink);
	color: var(--mk-white);
}

.marketly-theme .et_pb_wc_images .onsale {
	position: absolute;
	top: 16px;
	left: 16px;
	z-index: 5;
}

/* Actions: wishlist & quick view. */
.mk-card-actions {
	position: absolute;
	top: 12px;
	right: 12px;
	z-index: 4;
	display: flex;
	flex-direction: column;
	gap: 8px;
	opacity: 0;
	transform: translateX(8px);
	transition: opacity var(--mk-transition), transform var(--mk-transition);
}

.marketly-theme ul.products li.product:hover .mk-card-actions,
.marketly-theme ul.products li.product:focus-within .mk-card-actions {
	opacity: 1;
	transform: translateX(0);
}

.mk-card-actions .mk-wishlist-button.is-active {
	opacity: 1;
}

.mk-wishlist-button,
.mk-quick-view-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: var(--mk-white);
	color: var(--mk-ink);
	cursor: pointer;
	box-shadow: var(--mk-shadow-sm);
	transition: background-color var(--mk-transition), color var(--mk-transition), transform var(--mk-transition);
}

.mk-wishlist-button:hover,
.mk-quick-view-button:hover {
	background: var(--mk-ink);
	color: var(--mk-white);
	transform: scale(1.06);
}

.mk-wishlist-button.is-active {
	color: var(--mk-coral);
}

.mk-wishlist-button.is-active .mk-icon path {
	fill: currentColor;
}

.mk-wishlist-button.is-active:hover {
	background: var(--mk-coral);
	color: var(--mk-white);
}

/* Add to cart (inside the media block). */
.mk-card-cart {
	position: absolute;
	left: 12px;
	right: 12px;
	bottom: 12px;
	z-index: 4;
	opacity: 0;
	transform: translateY(10px);
	transition: opacity var(--mk-transition), transform var(--mk-transition);
}

.marketly-theme ul.products li.product:hover .mk-card-cart,
.marketly-theme ul.products li.product:focus-within .mk-card-cart {
	opacity: 1;
	transform: translateY(0);
}

/* The Divi layout wrapper styles every .woocommerce .button with an id
   selector, so the card button is declared with that prefix too. */
.marketly-theme ul.products li.product .mk-card-cart .button,
.et-db #et-boc .et-l ul.products li.product .mk-card-cart .button,
.et-db #et-boc .et-l .woocommerce ul.products li.product .mk-card-cart a.button {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	width: 100%;
	min-height: 46px;
	margin: 0;
	padding: 0 16px;
	border: 0;
	border-radius: 100px;
	background: rgba(255, 255, 255, 0.94);
	color: var(--mk-ink);
	font-family: var(--mk-font-body);
	font-size: 14px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0;
	text-align: center;
	text-decoration: none;
	box-shadow: 0 10px 24px -12px rgba(15, 17, 21, 0.45);
	-webkit-backdrop-filter: blur(8px);
	backdrop-filter: blur(8px);
	transition: background-color var(--mk-transition), color var(--mk-transition), transform var(--mk-transition), box-shadow var(--mk-transition);
}

.marketly-theme ul.products li.product .mk-card-cart .button:hover,
.et-db #et-boc .et-l ul.products li.product .mk-card-cart .button:hover,
.et-db #et-boc .et-l .woocommerce ul.products li.product .mk-card-cart a.button:hover {
	background: var(--mk-ink);
	color: var(--mk-white);
	transform: translateY(-1px);
}

.marketly-theme ul.products li.product .mk-card-cart .button.loading,
.et-db #et-boc .et-l ul.products li.product .mk-card-cart .button.loading,
.et-db #et-boc .et-l .woocommerce ul.products li.product .mk-card-cart a.button.loading {
	opacity: 0.7;
}

.marketly-theme ul.products li.product .mk-card-cart .added_to_cart {
	display: none;
}

/* Body. */
.mk-card-body {
	display: flex;
	flex-direction: column;
	gap: 4px;
	padding: 14px 4px 0;
}

.mk-card-cat {
	font-family: var(--mk-font-body);
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: var(--mk-muted);
	text-decoration: none;
}

.mk-card-cat:hover {
	color: var(--mk-blue);
}

.marketly-theme ul.products li.product .woocommerce-loop-product__title {
	margin: 0;
	padding: 0;
	font-family: var(--mk-font-heading);
	font-size: 16px;
	font-weight: 700;
	line-height: 1.35;
	letter-spacing: -0.01em;
	color: var(--mk-ink);
}

.marketly-theme ul.products li.product .woocommerce-loop-product__title a {
	color: inherit;
	text-decoration: none;
	transition: color var(--mk-transition);
}

.marketly-theme ul.products li.product .woocommerce-loop-product__title a:hover {
	color: var(--mk-blue);
}

.marketly-theme ul.products li.product .star-rating {
	margin: 4px 0 2px;
	font-size: 12px;
	color: var(--mk-star);
}

/* Divi colours the filled stars with the accent on product pages. */
.et-db #et-boc .et-l ul.products li.product .star-rating,
.et-db #et-boc .et-l ul.products li.product .star-rating span,
.et-db #et-boc .et-l ul.products li.product .star-rating span::before {
	color: var(--mk-star);
}

.marketly-theme ul.products li.product .price {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 8px;
	margin: 2px 0 0;
	font-family: var(--mk-font-body);
	font-size: 15px;
	font-weight: 600;
	color: var(--mk-ink);
}

.marketly-theme ul.products li.product .price del {
	order: 2;
	font-weight: 500;
	color: var(--mk-muted);
	opacity: 1;
}

.marketly-theme ul.products li.product .price ins {
	text-decoration: none;
	color: var(--mk-coral);
}

/* Cards on dark sections (add mk-shop-dark to the module). */
.mk-shop-dark ul.products li.product .mk-card-media {
	background: rgba(255, 255, 255, 0.06);
}

.mk-shop-dark ul.products li.product .woocommerce-loop-product__title,
.mk-shop-dark ul.products li.product .price {
	color: var(--mk-white);
}

.mk-shop-dark ul.products li.product .woocommerce-loop-product__title a:hover {
	color: var(--mk-lime);
}

.mk-shop-dark .mk-card-cat {
	color: rgba(255, 255, 255, 0.55);
}

/* Compact cards (5–6 columns). */
.marketly-theme ul.products.columns-5 li.product .woocommerce-loop-product__title,
.marketly-theme ul.products.columns-6 li.product .woocommerce-loop-product__title {
	font-size: 15px;
}

/* Touch devices: actions always visible. */
@media (hover: none) {
	.mk-card-actions,
	.mk-card-cart {
		opacity: 1;
		transform: none;
	}

	.mk-card-cart {
		position: static;
		margin-top: 0;
	}

	.marketly-theme ul.products li.product .mk-card-cart .button,
	.et-db #et-boc .et-l ul.products li.product .mk-card-cart .button,
	.et-db #et-boc .et-l .woocommerce ul.products li.product .mk-card-cart a.button {
		border-radius: 0 0 var(--mk-radius) var(--mk-radius);
		box-shadow: none;
		background: var(--mk-ink);
		color: var(--mk-white);
	}

	/* The image sits directly on the button: square bottom corners (Divi
	   rounds the image on every corner with !important). */
	.marketly-theme ul.products li.product .et_shop_image > img,
	.marketly-theme ul.products li.product .mk-card-link > img,
	.et-db #et-boc .et-l .et_pb_shop.et_pb_shop ul.products li.product .et_shop_image > img,
	.et-db #et-boc .et-l .et_pb_shop.et_pb_shop ul.products li.product .et_shop_image .et_overlay,
	.et-db #et-boc .et-l .et_pb_shop.et_pb_shop ul.products li.product .mk-card-link > img {
		border-bottom-left-radius: 0 !important;
		border-bottom-right-radius: 0 !important;
	}
}

/* List view (shop toolbar toggle). */
body.mk-list-view .mk-shop-archive ul.products,
body.mk-list-view .mk-shop-paginated ul.products {
	--mk-cols: 1;
	gap: 20px;
}

body.mk-list-view .mk-shop-archive ul.products li.product,
body.mk-list-view .mk-shop-paginated ul.products li.product {
	display: grid;
	grid-template-columns: 220px 1fr;
	gap: 24px;
	align-items: center;
	padding: 16px;
	border: 1px solid var(--mk-line);
	border-radius: var(--mk-radius-lg);
	background: var(--mk-white);
}

body.mk-list-view .mk-shop-archive ul.products li.product .mk-card-body,
body.mk-list-view .mk-shop-paginated ul.products li.product .mk-card-body {
	padding: 0;
	gap: 8px;
}

body.mk-list-view .mk-shop-archive ul.products li.product .woocommerce-loop-product__title,
body.mk-list-view .mk-shop-paginated ul.products li.product .woocommerce-loop-product__title {
	font-size: 22px;
}

/* Carousel layout (scroll snap). */
.mk-products-carousel {
	position: relative;
}

.marketly-theme .mk-products-carousel ul.products.mk-track {
	display: flex !important;
	gap: 24px;
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	scroll-padding: 0 4px;
	padding: 4px 4px 12px;
	margin: -4px -4px 0;
	scrollbar-width: none;
	-webkit-overflow-scrolling: touch;
}

.marketly-theme .mk-products-carousel ul.products.mk-track::-webkit-scrollbar {
	display: none;
}

.marketly-theme .mk-products-carousel ul.products.mk-track li.product {
	flex: 0 0 calc((100% - (var(--mk-cols) - 1) * 24px) / var(--mk-cols));
	scroll-snap-align: start;
}

.mk-track-nav {
	position: absolute;
	top: -68px;
	right: 0;
	display: flex;
	gap: 8px;
}

.mk-track-prev,
.mk-track-next {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	border: 1px solid var(--mk-line);
	background: var(--mk-white);
	color: var(--mk-ink);
	cursor: pointer;
	transition: background-color var(--mk-transition), color var(--mk-transition), opacity var(--mk-transition);
}

.mk-track-prev .mk-icon {
	transform: rotate(180deg);
}

.mk-track-prev:hover,
.mk-track-next:hover {
	background: var(--mk-ink);
	color: var(--mk-white);
}

.mk-track-prev:disabled,
.mk-track-next:disabled {
	opacity: 0.35;
	cursor: default;
	background: var(--mk-white);
	color: var(--mk-ink);
}

.mk-products-dark .mk-track-prev,
.mk-products-dark .mk-track-next {
	background: rgba(255, 255, 255, 0.08);
	border-color: rgba(255, 255, 255, 0.16);
	color: var(--mk-white);
}

/* Shop module pagination. */
.marketly-theme .et_pb_shop .woocommerce-pagination,
.marketly-theme .woocommerce nav.woocommerce-pagination {
	margin-top: 40px;
	text-align: center;
}

.marketly-theme .woocommerce nav.woocommerce-pagination ul {
	display: inline-flex;
	flex-wrap: wrap;
	gap: 8px;
	border: 0;
	margin: 0;
}

.marketly-theme .woocommerce nav.woocommerce-pagination ul li {
	border: 0;
	margin: 0;
	overflow: visible;
}

.marketly-theme .woocommerce nav.woocommerce-pagination ul li a,
.marketly-theme .woocommerce nav.woocommerce-pagination ul li span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 44px;
	height: 44px;
	padding: 0 14px;
	border: 1px solid var(--mk-line);
	border-radius: 12px;
	background: var(--mk-white);
	color: var(--mk-ink);
	font-family: var(--mk-font-body);
	font-weight: 600;
	font-size: 14px;
	line-height: 1;
	transition: background-color var(--mk-transition), color var(--mk-transition), border-color var(--mk-transition);
}

.marketly-theme .woocommerce nav.woocommerce-pagination ul li a:hover,
.marketly-theme .woocommerce nav.woocommerce-pagination ul li span.current {
	background: var(--mk-ink);
	border-color: var(--mk-ink);
	color: var(--mk-white);
}

.mk-pagination,
.et-db #et-boc .et-l .mk-pagination {
	margin-top: 40px;
	text-align: center;
}

.mk-pagination .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 44px;
	height: 44px;
	padding: 0 14px;
	margin-right: 6px;
	border: 1px solid var(--mk-line);
	border-radius: 12px;
	font-weight: 600;
	font-size: 14px;
	color: var(--mk-ink);
	text-decoration: none;
}

.mk-pagination .page-numbers.current,
.mk-pagination .page-numbers:hover {
	background: var(--mk-ink);
	border-color: var(--mk-ink);
	color: var(--mk-white);
}

.mk-empty,
.mk-empty-results p {
	padding: 40px 24px;
	border: 1px dashed var(--mk-line);
	border-radius: var(--mk-radius);
	text-align: center;
	color: var(--mk-muted);
}

.mk-empty-results .mk-categories {
	margin-top: 24px;
}

/* =========================================================================
   3. HEADER ICONS
   ========================================================================= */

.mk-header-icons {
	display: inline-flex;
	align-items: center;
	gap: 4px;
}

.mk-header-icon {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border: 0;
	border-radius: 50%;
	background: transparent;
	color: inherit;
	cursor: pointer;
	text-decoration: none;
	transition: background-color var(--mk-transition), color var(--mk-transition);
}

.mk-header-icon:hover {
	background: rgba(15, 17, 21, 0.06);
	color: inherit;
}

@media (max-width: 980px) {
	.mk-header-icons {
		gap: 0;
	}

	.mk-header-icon {
		width: 36px;
		height: 36px;
	}

	.mk-count {
		top: 1px;
		right: 0;
	}
}

.mk-header-dark .mk-header-icon:hover,
.mk-header-icons-light .mk-header-icon:hover {
	background: rgba(255, 255, 255, 0.12);
}

.mk-count {
	position: absolute;
	top: 4px;
	right: 2px;
	min-width: 18px;
	height: 18px;
	padding: 0 5px;
	border-radius: 100px;
	background: var(--mk-blue);
	color: var(--mk-white);
	font-family: var(--mk-font-body);
	font-size: 11px;
	font-weight: 700;
	line-height: 18px;
	text-align: center;
	transform: scale(0);
	transition: transform var(--mk-transition);
}

.mk-count.is-visible {
	transform: scale(1);
}

.mk-header-icons-lime .mk-count {
	background: var(--mk-lime);
	color: var(--mk-ink);
}

/* =========================================================================
   4. DRAWER & MINI CART
   ========================================================================= */

.mk-drawer {
	position: fixed;
	inset: 0;
	z-index: 100001;
	visibility: hidden;
	pointer-events: none;
}

.mk-drawer.is-open {
	visibility: visible;
	pointer-events: auto;
}

.mk-drawer-backdrop,
.mk-modal-backdrop,
.mk-search-overlay-backdrop {
	position: absolute;
	inset: 0;
	background: rgba(11, 13, 18, 0.55);
	backdrop-filter: blur(3px);
	-webkit-backdrop-filter: blur(3px);
	opacity: 0;
	transition: opacity var(--mk-transition);
}

.mk-drawer.is-open .mk-drawer-backdrop {
	opacity: 1;
}

.mk-drawer-panel {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: min(440px, 100%);
	display: flex;
	flex-direction: column;
	background: var(--mk-white);
	box-shadow: var(--mk-shadow-lg);
	transform: translateX(100%);
	transition: transform 0.45s var(--mk-ease);
}

.mk-drawer.is-open .mk-drawer-panel {
	transform: translateX(0);
}

.mk-drawer-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 22px 26px;
	border-bottom: 1px solid var(--mk-line);
}

.mk-drawer-title {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 0;
	padding: 0;
	font-family: var(--mk-font-heading);
	font-size: 20px;
	font-weight: 700;
	letter-spacing: -0.01em;
	color: var(--mk-ink);
}

.mk-drawer-count {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 24px;
	height: 24px;
	padding: 0 8px;
	border-radius: 100px;
	background: var(--mk-surface);
	font-size: 12px;
	font-weight: 700;
}

.mk-drawer-close,
.mk-modal-close,
.mk-search-overlay-close,
.mk-filters-close {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border: 0;
	border-radius: 50%;
	background: var(--mk-surface);
	color: var(--mk-ink);
	cursor: pointer;
	transition: background-color var(--mk-transition), color var(--mk-transition);
}

.mk-drawer-close:hover,
.mk-modal-close:hover,
.mk-search-overlay-close:hover,
.mk-filters-close:hover {
	background: var(--mk-ink);
	color: var(--mk-white);
}

.mk-drawer-body {
	flex: 1;
	overflow-y: auto;
	padding: 20px 26px 26px;
}

/* Free shipping bar. */
.mk-shipping-bar {
	margin-bottom: 20px;
	padding: 14px 16px;
	border-radius: 12px;
	background: var(--mk-tint);
}

.mk-shipping-bar.is-unlocked {
	background: #e8f8ef;
}

.mk-shipping-bar-text {
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 0 0 10px;
	padding: 0;
	font-size: 13px;
	font-weight: 600;
	color: var(--mk-ink);
}

.mk-shipping-bar-track {
	height: 6px;
	border-radius: 100px;
	background: rgba(15, 17, 21, 0.08);
	overflow: hidden;
}

.mk-shipping-bar-fill {
	display: block;
	height: 100%;
	border-radius: 100px;
	background: var(--mk-blue);
	transition: width 0.6s var(--mk-ease);
}

.mk-shipping-bar.is-unlocked .mk-shipping-bar-fill {
	background: var(--mk-success);
}

/* Mini cart list. */
.mk-mini-cart .woocommerce-mini-cart {
	margin: 0;
	padding: 0;
	list-style: none;
	border: 0;
}

/* WooCommerce nests the thumbnail inside the product link, so the item is
   laid out with padding and an absolutely positioned image. */
.mk-mini-cart .woocommerce-mini-cart-item,
.mk-mini-cart ul.product_list_widget li.woocommerce-mini-cart-item {
	position: relative;
	display: block;
	min-height: 100px;
	padding: 14px 40px 14px 88px;
	margin: 0;
	border-bottom: 1px solid var(--mk-line);
	list-style: none;
	font-size: 14px;
	line-height: 1.5;
}

.mk-mini-cart .woocommerce-mini-cart-item::before,
.mk-mini-cart .woocommerce-mini-cart-item::after {
	display: none;
}

.mk-mini-cart .woocommerce-mini-cart-item a:not(.remove) {
	display: block;
	padding-top: 4px;
	font-family: var(--mk-font-heading);
	font-weight: 700;
	font-size: 15px;
	line-height: 1.35;
	color: var(--mk-ink);
	text-decoration: none;
	transition: color var(--mk-transition);
}

.mk-mini-cart .woocommerce-mini-cart-item a:not(.remove):hover {
	color: var(--mk-blue);
}

.mk-mini-cart .woocommerce-mini-cart-item a:not(.remove) img,
.mk-mini-cart ul.product_list_widget li.woocommerce-mini-cart-item a:not(.remove) img {
	position: absolute;
	left: 0;
	top: 14px;
	width: 72px;
	height: 72px;
	margin: 0;
	float: none;
	border-radius: 12px;
	object-fit: cover;
	background: var(--mk-surface);
}

.mk-mini-cart .woocommerce-mini-cart-item a.remove,
.mk-mini-cart ul.product_list_widget li.woocommerce-mini-cart-item a.remove {
	position: absolute;
	top: 16px;
	right: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	padding: 0;
	border-radius: 50%;
	background: var(--mk-surface);
	color: var(--mk-muted) !important;
	font-size: 18px;
	font-weight: 400;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	float: none;
	transition: background-color var(--mk-transition), color var(--mk-transition);
}

.mk-mini-cart .woocommerce-mini-cart-item a.remove:hover {
	background: var(--mk-coral);
	color: var(--mk-white) !important;
}

.mk-mini-cart .woocommerce-mini-cart-item .quantity,
.mk-mini-cart ul.product_list_widget li.woocommerce-mini-cart-item span.quantity {
	display: block;
	height: auto;
	margin-top: 4px;
	padding: 0;
	border: 0;
	background: transparent;
	color: var(--mk-muted);
	font-size: 13px;
}

.mk-mini-cart .woocommerce-mini-cart-item .quantity .amount {
	color: var(--mk-ink);
	font-weight: 600;
}

.mk-mini-cart .woocommerce-mini-cart-item dl.variation {
	margin: 4px 0 0;
	padding: 0;
	border: 0;
	font-size: 12px;
	color: var(--mk-muted);
}

.mk-mini-cart .woocommerce-mini-cart__total {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	margin: 18px 0 16px;
	padding: 0;
	border: 0;
	font-family: var(--mk-font-heading);
	font-size: 18px;
	font-weight: 700;
	color: var(--mk-ink);
}

.mk-mini-cart .woocommerce-mini-cart__total strong {
	font-weight: 600;
	font-size: 14px;
	color: var(--mk-muted);
}

.mk-mini-cart .woocommerce-mini-cart__buttons {
	display: grid;
	gap: 10px;
	margin: 0;
	padding: 0;
}

.mk-mini-cart .woocommerce-mini-cart__buttons::before,
.mk-mini-cart .woocommerce-mini-cart__buttons::after {
	display: none;
}

.mk-mini-cart .woocommerce-mini-cart__buttons .button,
.marketly-theme .mk-drawer .mk-mini-cart .woocommerce-mini-cart__buttons a.button {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 52px;
	margin: 0;
	padding: 0 20px;
	border: 0;
	border-radius: 100px;
	background: var(--mk-surface);
	color: var(--mk-ink);
	font-family: var(--mk-font-body);
	font-size: 15px;
	font-weight: 700;
	line-height: 1.2;
	text-decoration: none;
	transition: background-color var(--mk-transition), color var(--mk-transition), transform var(--mk-transition), box-shadow var(--mk-transition);
}

.mk-mini-cart .woocommerce-mini-cart__buttons .button:not(.checkout):hover,
.marketly-theme .mk-drawer .mk-mini-cart .woocommerce-mini-cart__buttons a.button:not(.checkout):hover {
	background: var(--mk-ink);
	color: var(--mk-white);
}

.mk-mini-cart .woocommerce-mini-cart__buttons .button.checkout,
.marketly-theme .mk-drawer .mk-mini-cart .woocommerce-mini-cart__buttons a.button.checkout {
	order: -1;
	background: linear-gradient(180deg, #4d72ff 0%, var(--mk-blue) 100%);
	color: var(--mk-white);
	box-shadow: 0 14px 30px -12px rgba(47, 91, 255, 0.7);
}

.mk-mini-cart .woocommerce-mini-cart__buttons .button.checkout:hover,
.marketly-theme .mk-drawer .mk-mini-cart .woocommerce-mini-cart__buttons a.button.checkout:hover {
	background: var(--mk-ink);
	transform: translateY(-1px);
	box-shadow: 0 16px 30px -14px rgba(15, 17, 21, 0.5);
}

.mk-mini-cart .woocommerce-mini-cart__empty-message {
	padding: 48px 0;
	text-align: center;
	color: var(--mk-muted);
}

.mk-mini-cart-note {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	margin: 16px 0 0;
	padding: 0;
	font-size: 12px;
	color: var(--mk-muted);
}

/* =========================================================================
   5. MODAL (QUICK VIEW)
   ========================================================================= */

.mk-modal {
	position: fixed;
	inset: 0;
	z-index: 100002;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 24px;
	visibility: hidden;
	pointer-events: none;
}

.mk-modal.is-open {
	visibility: visible;
	pointer-events: auto;
}

.mk-modal.is-open .mk-modal-backdrop {
	opacity: 1;
}

.mk-modal-panel {
	position: relative;
	width: min(980px, 100%);
	max-height: calc(100vh - 48px);
	overflow-y: auto;
	border-radius: var(--mk-radius-xl);
	background: var(--mk-white);
	box-shadow: var(--mk-shadow-lg);
	opacity: 0;
	transform: translateY(16px) scale(0.98);
	transition: opacity var(--mk-transition), transform var(--mk-transition);
}

.mk-modal.is-open .mk-modal-panel {
	opacity: 1;
	transform: translateY(0) scale(1);
}

.mk-modal-close {
	position: absolute;
	top: 16px;
	right: 16px;
	z-index: 5;
}

.mk-modal-loading {
	padding: 80px 24px;
	text-align: center;
	color: var(--mk-muted);
}

.mk-quick-view-product {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0;
}

.mk-quick-view-media {
	padding: 24px;
	background: var(--mk-surface);
}

.mk-quick-view-main {
	position: relative;
	border-radius: var(--mk-radius);
	overflow: hidden;
	background: var(--mk-white);
}

.mk-quick-view-main .mk-badges {
	top: 14px;
	left: 14px;
}

.mk-quick-view-main img {
	display: block;
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
}

.mk-quick-view-thumbs {
	display: flex;
	gap: 8px;
	margin-top: 12px;
}

.mk-quick-view-thumb {
	width: 64px;
	height: 64px;
	padding: 0;
	border: 2px solid transparent;
	border-radius: 10px;
	overflow: hidden;
	background: var(--mk-white);
	cursor: pointer;
	transition: border-color var(--mk-transition);
}

.mk-quick-view-thumb img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.mk-quick-view-thumb.is-active {
	border-color: var(--mk-ink);
}

.mk-quick-view-summary {
	padding: 40px 36px 36px;
	display: flex;
	flex-direction: column;
	gap: 14px;
}

.mk-quick-view-cat {
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--mk-blue);
}

.mk-quick-view-title {
	margin: 0;
	padding: 0;
	font-family: var(--mk-font-heading);
	font-size: 28px;
	font-weight: 700;
	line-height: 1.15;
	letter-spacing: -0.02em;
	color: var(--mk-ink);
}

.mk-quick-view-rating {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 13px;
	color: var(--mk-muted);
}

.mk-quick-view-rating .star-rating {
	margin: 0;
	color: var(--mk-star);
}

.mk-quick-view-price {
	font-family: var(--mk-font-heading);
	font-size: 24px;
	font-weight: 700;
	color: var(--mk-ink);
}

.marketly-theme .mk-quick-view-rating .star-rating,
.marketly-theme .mk-quick-view-rating .star-rating span,
.marketly-theme .mk-quick-view-rating .star-rating span::before {
	color: var(--mk-star);
}

.mk-quick-view-price del {
	font-size: 16px;
	color: var(--mk-muted);
	margin-right: 8px;
	opacity: 1;
}

.mk-quick-view-price ins {
	text-decoration: none;
	color: var(--mk-coral);
}

.mk-quick-view-excerpt {
	font-size: 15px;
	line-height: 1.7;
	color: var(--mk-body);
}

.mk-quick-view-excerpt p:last-child {
	padding-bottom: 0;
}

.mk-quick-view-cart form.cart {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
	margin: 0;
}

.mk-quick-view-cart form.cart .single_add_to_cart_button {
	flex: 1 1 180px;
}

.mk-quick-view-cart form.cart .variations,
.mk-quick-view-cart form.cart .single_variation_wrap {
	width: 100%;
}

.mk-quick-view-cart .mk-single-extras {
	display: none;
}

.mk-quick-view-sku {
	margin: 0;
	padding: 0;
	font-size: 13px;
	color: var(--mk-muted);
}

.mk-quick-view-link {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-weight: 700;
	font-size: 14px;
	color: var(--mk-ink);
	text-decoration: none;
	align-self: flex-start;
}

.mk-quick-view-link:hover {
	color: var(--mk-blue);
}

/* =========================================================================
   6. WISHLIST PAGE
   ========================================================================= */

.mk-wishlist-toolbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 24px;
}

.mk-wishlist-summary {
	margin: 0;
	padding: 0;
	font-weight: 600;
	color: var(--mk-muted);
}

.mk-wishlist-clear {
	border: 1px solid var(--mk-line);
	border-radius: 100px;
	background: var(--mk-white);
	padding: 8px 16px;
	font-family: var(--mk-font-body);
	font-size: 13px;
	font-weight: 600;
	color: var(--mk-ink);
	cursor: pointer;
	transition: background-color var(--mk-transition), color var(--mk-transition);
}

.mk-wishlist-clear:hover {
	background: var(--mk-coral);
	border-color: var(--mk-coral);
	color: var(--mk-white);
}

.mk-wishlist-empty {
	padding: 64px 24px;
	text-align: center;
	border: 1px dashed var(--mk-line);
	border-radius: var(--mk-radius-lg);
}

.mk-wishlist-empty p {
	max-width: 420px;
	margin: 0 auto 20px;
	padding: 0;
	color: var(--mk-muted);
}

.mk-wishlist-grid .mk-card-actions {
	opacity: 1;
	transform: none;
}

/* =========================================================================
   7. CATEGORIES
   ========================================================================= */

.mk-categories {
	display: grid;
	grid-template-columns: repeat(var(--mk-columns, 6), minmax(0, 1fr));
	gap: 20px;
}

.mk-category {
	display: flex;
	flex-direction: column;
	gap: 12px;
	text-decoration: none;
	color: var(--mk-ink);
}

/* Cards: padded, bordered, lifted on hover. */
.mk-categories-cards .mk-category {
	padding: 10px 10px 14px;
	border: 1px solid var(--mk-line);
	border-radius: var(--mk-radius-lg);
	background: var(--mk-white);
	transition: transform var(--mk-transition), box-shadow var(--mk-transition), border-color var(--mk-transition);
}

.mk-categories-cards .mk-category:hover {
	border-color: transparent;
}

.mk-categories-cards .mk-category-copy {
	padding: 0 6px;
}

.mk-category-image {
	display: block;
	aspect-ratio: 1 / 1;
	border-radius: 14px;
	overflow: hidden;
	background: var(--mk-surface);
}

.mk-category-image img,
.mk-category-placeholder {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.9s var(--mk-ease);
}

.mk-category:hover .mk-category-image img {
	transform: scale(1.06);
}

.mk-category-copy {
	display: flex;
	flex-direction: column;
	gap: 2px;
}

.mk-category-name {
	font-family: var(--mk-font-heading);
	font-size: 16px;
	font-weight: 700;
	letter-spacing: -0.01em;
	transition: color var(--mk-transition);
}

.mk-category:hover .mk-category-name {
	color: var(--mk-blue);
}

.mk-category-count {
	font-size: 13px;
	font-weight: 500;
	color: var(--mk-body);
}

/* Circles. */
.mk-categories-circles .mk-category {
	align-items: center;
	text-align: center;
}

.mk-categories-circles .mk-category-image {
	width: 100%;
	max-width: 150px;
	border-radius: 50%;
}

/* Pills. */
.mk-categories-pills {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.mk-categories-pills .mk-category {
	flex-direction: row;
	align-items: center;
	gap: 8px;
	padding: 10px 18px;
	border: 1px solid var(--mk-line);
	border-radius: 100px;
	background: var(--mk-white);
	transition: background-color var(--mk-transition), color var(--mk-transition), border-color var(--mk-transition);
}

.mk-categories-pills .mk-category:hover {
	background: var(--mk-ink);
	border-color: var(--mk-ink);
	color: var(--mk-white);
	transform: none;
	box-shadow: none;
}

.mk-categories-pills .mk-category:hover .mk-category-name {
	color: inherit;
}

.mk-categories-pills .mk-category-name {
	font-size: 14px;
}

.mk-categories-pills .mk-category-count {
	font-size: 12px;
	opacity: 0.6;
	transition: color var(--mk-transition), opacity var(--mk-transition);
}

.mk-categories-pills .mk-category:hover .mk-category-count,
.et-db #et-boc .et-l .mk-categories-pills .mk-category:hover .mk-category-count {
	color: var(--mk-white);
	opacity: 0.85;
}

.mk-categories-pills .mk-category-copy {
	flex-direction: row;
	align-items: baseline;
	gap: 6px;
}

/* Dark background variant. */
.mk-categories-dark .mk-category {
	color: var(--mk-white);
}

.mk-categories-dark .mk-category-count {
	color: rgba(255, 255, 255, 0.7);
}

.mk-categories-dark.mk-categories-cards .mk-category {
	border-color: rgba(255, 255, 255, 0.1);
	background: rgba(255, 255, 255, 0.04);
}

.mk-categories-dark .mk-category:hover .mk-category-name {
	color: var(--mk-lime);
}

/* =========================================================================
   8. SHOP TOOLBAR & FILTERS
   ========================================================================= */

.mk-toolbar {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 12px 16px;
	padding-bottom: 20px;
	border-bottom: 1px solid var(--mk-line);
	margin-bottom: 28px;
}

.mk-toolbar-count {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: 600;
	color: var(--mk-muted);
}

.mk-toolbar-right {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-left: auto;
}

.mk-toolbar-filters {
	display: none;
	align-items: center;
	gap: 8px;
	min-height: 44px;
	padding: 0 16px;
	border: 1px solid var(--mk-line);
	border-radius: 12px;
	background: var(--mk-white);
	font-family: var(--mk-font-body);
	font-size: 14px;
	font-weight: 600;
	color: var(--mk-ink);
	cursor: pointer;
}

.mk-toolbar-sort {
	margin: 0;
}

.mk-orderby {
	min-height: 44px;
	padding: 0 40px 0 16px;
	border: 1px solid var(--mk-line);
	border-radius: 12px;
	background-color: var(--mk-white);
	font-family: var(--mk-font-body);
	font-size: 14px;
	font-weight: 600;
	color: var(--mk-ink);
	-webkit-appearance: none;
	appearance: none;
	cursor: pointer;
}

.mk-toolbar-view {
	display: inline-flex;
	border: 1px solid var(--mk-line);
	border-radius: 12px;
	overflow: hidden;
}

.mk-view-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border: 0;
	background: var(--mk-white);
	color: var(--mk-muted);
	cursor: pointer;
	transition: background-color var(--mk-transition), color var(--mk-transition);
}

.mk-view-button.is-active {
	background: var(--mk-ink);
	color: var(--mk-white);
}

/* Filters: a soft panel with custom controls. */
.mk-filters {
	display: flex;
	flex-direction: column;
	gap: 0;
	padding: 24px 24px 26px;
	border-radius: var(--mk-radius-lg);
	background: var(--mk-surface);
}

.mk-filters-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 4px;
}

.mk-filters-title {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 0;
	padding: 0;
	font-family: var(--mk-font-heading);
	font-size: 19px;
	font-weight: 700;
	letter-spacing: -0.01em;
	color: var(--mk-ink);
}

.mk-filters-title::before {
	content: "";
	width: 18px;
	height: 18px;
	flex: none;
	background-color: currentColor;
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 6h16M7 12h10M10 18h4'/%3E%3C/svg%3E") center / contain no-repeat;
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 6h16M7 12h10M10 18h4'/%3E%3C/svg%3E") center / contain no-repeat;
}

.mk-filters-close {
	display: none;
}

.mk-filter {
	padding: 20px 0;
	border-bottom: 1px solid rgba(15, 17, 21, 0.08);
}

.mk-filter:last-of-type {
	border-bottom: 0;
	padding-bottom: 8px;
}

.mk-filter-search {
	padding-top: 16px;
}

.mk-filter-title {
	margin: 0 0 12px;
	padding: 0;
	font-family: var(--mk-font-body);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--mk-muted);
}

.mk-filter-search-field {
	position: relative;
	display: flex;
	align-items: center;
}

.mk-filter-search-field .mk-icon {
	position: absolute;
	left: 16px;
	color: var(--mk-muted);
	pointer-events: none;
}

.mk-filters input[type="search"],
.mk-filters input[type="number"] {
	min-height: 46px;
	border-radius: 100px;
	border-color: transparent;
	box-shadow: var(--mk-shadow-xs);
	transition: border-color var(--mk-transition), box-shadow var(--mk-transition);
}

.mk-filters input[type="search"]:focus,
.mk-filters input[type="number"]:focus {
	border-color: var(--mk-ink);
	box-shadow: 0 0 0 3px rgba(15, 17, 21, 0.06);
}

.mk-filter-search-field input {
	padding-left: 44px;
}

.mk-filter-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.mk-filter-list li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.mk-filter-list a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 10px;
	min-height: 38px;
	margin: 0 -10px;
	padding: 5px 10px;
	border-radius: 10px;
	font-size: 14px;
	font-weight: 500;
	color: var(--mk-body);
	text-decoration: none;
	transition: color var(--mk-transition), background-color var(--mk-transition), transform var(--mk-transition);
}

.mk-filter-list a:hover {
	color: var(--mk-ink);
	background: rgba(255, 255, 255, 0.7);
}

.mk-filter-list li.is-active a {
	color: var(--mk-ink);
	font-weight: 700;
	background: var(--mk-white);
	box-shadow: var(--mk-shadow-xs);
}

.mk-filter-list li.is-active a::before {
	content: "";
	width: 6px;
	height: 6px;
	flex: none;
	margin-right: 2px;
	border-radius: 50%;
	background: var(--mk-blue);
}

.mk-filter-count {
	flex: none;
	margin-left: auto;
	min-width: 26px;
	padding: 2px 8px;
	border-radius: 100px;
	background: rgba(15, 17, 21, 0.06);
	font-size: 11px;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
	color: var(--mk-muted);
}

.mk-filter-list li.is-active .mk-filter-count {
	background: var(--mk-tint);
	color: var(--mk-blue);
}

.mk-price-inputs {
	display: flex;
	align-items: center;
	gap: 8px;
}

.mk-price-inputs label {
	position: relative;
	flex: 1;
	display: block;
}

.mk-price-symbol {
	position: absolute;
	left: 16px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 14px;
	font-weight: 600;
	color: var(--mk-muted);
	pointer-events: none;
}

.mk-price-inputs input {
	padding-left: 30px;
	padding-right: 12px;
	font-weight: 600;
}

.mk-price-dash {
	color: var(--mk-muted);
}

/* Custom checkbox & radio. */
.mk-check {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 7px 0;
	font-size: 14px;
	font-weight: 500;
	color: var(--mk-body);
	cursor: pointer;
	transition: color var(--mk-transition);
}

.mk-check:hover {
	color: var(--mk-ink);
}

.mk-check input {
	appearance: none;
	-webkit-appearance: none;
	flex: none;
	width: 20px;
	height: 20px;
	margin: 0;
	border: 1.5px solid rgba(15, 17, 21, 0.22);
	border-radius: 6px;
	background: var(--mk-white);
	cursor: pointer;
	transition: background-color var(--mk-transition), border-color var(--mk-transition), box-shadow var(--mk-transition);
}

.mk-check input[type="radio"] {
	border-radius: 50%;
}

.mk-check input:hover {
	border-color: var(--mk-ink);
}

.mk-check input:focus-visible {
	outline: 0;
	box-shadow: 0 0 0 3px rgba(47, 91, 255, 0.25);
}

.mk-check input:checked {
	border-color: var(--mk-blue);
	background-color: var(--mk-blue);
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='3.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12.5l4.5 4.5L19 7.5'/%3E%3C/svg%3E");
	background-size: 13px 13px;
	background-position: center;
	background-repeat: no-repeat;
}

.mk-check input[type="radio"]:checked {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='5' fill='%23fff'/%3E%3C/svg%3E");
	background-size: 20px 20px;
}

.mk-check input:checked + span,
.mk-check input:checked ~ span:last-child {
	color: var(--mk-ink);
}

.mk-stars {
	display: inline-block;
	width: calc(var(--mk-stars, 5) * 14px);
	height: 14px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='%23f5a623'%3E%3Cpath d='M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z'/%3E%3C/svg%3E");
	background-repeat: repeat-x;
	background-size: 14px 14px;
}

.mk-check-rating span:last-child {
	font-size: 13px;
	color: var(--mk-muted);
}

.mk-filters-actions {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 12px;
	padding-top: 18px;
}

.mk-filters-actions .mk-button {
	width: 100%;
	min-height: 50px;
	border-radius: 100px;
	background: var(--mk-ink);
	box-shadow: 0 12px 24px -12px rgba(15, 17, 21, 0.55);
}

.mk-filters-actions .mk-button:hover {
	background: var(--mk-blue);
	box-shadow: 0 14px 28px -12px rgba(47, 91, 255, 0.6);
}

.mk-filters-reset {
	align-self: center;
	font-size: 13px;
	font-weight: 600;
	color: var(--mk-muted);
	text-decoration: none;
	transition: color var(--mk-transition);
}

.mk-filters-reset:hover {
	color: var(--mk-coral);
	text-decoration: underline;
}

/* Inside a Theme Builder layout Divi sizes the headings and inputs of the
   panel; these restore the component sizes. */
.et-db #et-boc .et-l .mk-filters-title {
	margin: 0;
	padding: 0;
	font-size: 19px;
	line-height: 1.2;
	letter-spacing: -0.01em;
}

.et-db #et-boc .et-l .mk-filter-title {
	margin: 0 0 12px;
	padding: 0;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--mk-muted);
}

.et-db #et-boc .et-l .mk-filters input[type="search"],
.et-db #et-boc .et-l .mk-filters input[type="number"] {
	width: 100%;
	min-height: 46px;
	margin: 0;
	padding: 10px 16px;
	border: 1px solid transparent;
	border-radius: 100px;
	background: var(--mk-white);
	box-shadow: var(--mk-shadow-xs);
	font-family: var(--mk-font-body);
	font-size: 14px;
	color: var(--mk-ink);
}

.et-db #et-boc .et-l .mk-filters input[type="search"]:focus,
.et-db #et-boc .et-l .mk-filters input[type="number"]:focus {
	border-color: var(--mk-ink);
	box-shadow: 0 0 0 3px rgba(15, 17, 21, 0.06);
	outline: 0;
}

.et-db #et-boc .et-l .mk-filters .mk-filter-search-field input[type="search"] {
	padding-left: 44px;
}

.et-db #et-boc .et-l .mk-filters .mk-price-inputs input[type="number"] {
	padding-left: 30px;
	padding-right: 12px;
	font-weight: 600;
}

.et-db #et-boc .et-l .mk-check {
	margin: 0;
	padding: 7px 0;
	font-size: 14px;
}

.et-db #et-boc .et-l .mk-check input {
	width: 20px;
	height: 20px;
	margin: 0;
	padding: 0;
	border: 1.5px solid rgba(15, 17, 21, 0.22);
	border-radius: 6px;
}

.et-db #et-boc .et-l .mk-check input[type="radio"] {
	border-radius: 50%;
}

.et-db #et-boc .et-l .mk-check input:checked {
	border-color: var(--mk-blue);
}

/* =========================================================================
   9. SEARCH
   ========================================================================= */

.mk-search-form {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: 100%;
	margin: 0;
}

.mk-search-form .mk-search-results {
	flex: 0 0 100%;
	width: 100%;
}

.mk-search-form .mk-search-input {
	padding-right: 56px;
	border-radius: 100px;
	min-height: 54px;
	padding-left: 22px;
}

.mk-search-form-large .mk-search-input {
	min-height: 68px;
	font-size: 20px;
	padding-left: 28px;
	padding-right: 72px;
}

.mk-search-submit {
	position: absolute;
	right: 6px;
	top: 6px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border: 0;
	border-radius: 50%;
	background: var(--mk-ink);
	color: var(--mk-white);
	cursor: pointer;
	transition: background-color var(--mk-transition);
}

.mk-search-form-large .mk-search-submit {
	width: 54px;
	height: 54px;
	right: 7px;
	top: 7px;
}

/* The field has its own submit button; hide the browser's clear control. */
.mk-search-form .mk-search-input::-webkit-search-cancel-button,
.mk-search-form .mk-search-input::-webkit-search-decoration {
	-webkit-appearance: none;
	appearance: none;
}

.mk-search-submit:hover {
	background: var(--mk-blue);
}

.mk-search-results {
	position: absolute;
	top: calc(100% + 10px);
	left: 0;
	right: 0;
	z-index: 20;
	display: none;
	padding: 10px;
	border-radius: var(--mk-radius);
	background: var(--mk-white);
	border: 1px solid var(--mk-line);
	box-shadow: var(--mk-shadow-lg);
	text-align: left;
}

.mk-search-results.is-visible {
	display: block;
}

.mk-search-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.mk-search-list li {
	list-style: none;
	margin: 0;
}

.mk-search-list a,
.mk-search-suggestions-list a {
	display: flex;
	align-items: center;
	gap: 14px;
	padding: 10px;
	border-radius: 12px;
	text-decoration: none;
	color: var(--mk-ink);
	transition: background-color var(--mk-transition);
}

.mk-search-list a:hover,
.mk-search-suggestions-list a:hover {
	background: var(--mk-surface);
}

.mk-search-list img,
.mk-search-noimage,
.mk-search-suggestions-list img {
	width: 52px;
	height: 52px;
	border-radius: 10px;
	object-fit: cover;
	background: var(--mk-surface);
	flex-shrink: 0;
}

.mk-search-item-copy,
.mk-search-suggestion-copy {
	display: flex;
	flex-direction: column;
	gap: 2px;
	font-size: 14px;
	line-height: 1.3;
}

.mk-search-item-copy strong,
.mk-search-suggestion-copy strong {
	font-family: var(--mk-font-heading);
	font-weight: 700;
	font-size: 15px;
}

.mk-search-item-copy span,
.mk-search-suggestion-copy span {
	color: var(--mk-muted);
}

.mk-search-more {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	margin-top: 6px;
	padding: 12px;
	border-top: 1px solid var(--mk-line);
	font-size: 14px;
	font-weight: 700;
	color: var(--mk-blue);
	text-decoration: none;
}

.mk-search-empty {
	margin: 0;
	padding: 18px;
	text-align: center;
	color: var(--mk-muted);
	font-size: 14px;
}

/* Overlay. */
.mk-search-overlay {
	position: fixed;
	inset: 0;
	z-index: 100001;
	visibility: hidden;
	pointer-events: none;
}

.mk-search-overlay.is-open {
	visibility: visible;
	pointer-events: auto;
}

.mk-search-overlay.is-open .mk-search-overlay-backdrop {
	opacity: 1;
}

.mk-search-overlay-panel {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	padding: 24px 24px 40px;
	background: var(--mk-white);
	box-shadow: var(--mk-shadow-lg);
	transform: translateY(-100%);
	transition: transform 0.45s var(--mk-ease);
	max-height: 100vh;
	overflow-y: auto;
}

.mk-search-overlay.is-open .mk-search-overlay-panel {
	transform: translateY(0);
}

.mk-search-overlay-inner {
	position: relative;
	width: min(900px, 100%);
	margin: 0 auto;
	padding-top: 56px;
}

/* Close button above the field, never under it. */
.mk-search-overlay-close {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 5;
}

/* Live results flow under the field inside the overlay. */
.mk-search-overlay .mk-search-results {
	position: static;
	margin-top: 14px;
	box-shadow: none;
}

.mk-search-suggestions {
	margin-top: 32px;
}

.mk-search-suggestions-title {
	margin: 0 0 8px;
	padding: 0;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--mk-muted);
}

.mk-search-suggestions-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 4px 20px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.mk-search-suggestions-list li {
	list-style: none;
	margin: 0;
}

/* Search results page. */
.mk-result-list {
	display: grid;
	gap: 14px;
	margin: 32px 0 0;
	padding: 0;
	list-style: none;
}

.mk-result-list li {
	list-style: none;
	margin: 0;
}

.mk-result-link {
	display: grid;
	grid-template-columns: 96px 1fr;
	gap: 20px;
	align-items: center;
	padding: 16px;
	border: 1px solid var(--mk-line);
	border-radius: var(--mk-radius);
	background: var(--mk-white);
	text-decoration: none;
	color: var(--mk-ink);
	transition: box-shadow var(--mk-transition), transform var(--mk-transition);
}

.mk-result-link:hover {
	box-shadow: var(--mk-shadow);
	transform: translateY(-2px);
}

.mk-result-image {
	width: 96px;
	height: 96px;
	border-radius: 12px;
	object-fit: cover;
	background: var(--mk-surface);
}

.mk-result-copy {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.mk-result-type {
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--mk-blue);
}

.mk-result-title {
	font-family: var(--mk-font-heading);
	font-size: 18px;
	font-weight: 700;
}

.mk-result-excerpt {
	font-size: 14px;
	color: var(--mk-body);
}

/* =========================================================================
   10. SINGLE PRODUCT
   Divi's WooCommerce modules style the fonts and colours from the Design
   tab; these rules polish the WooCommerce internals they do not expose.
   ========================================================================= */

/* Gallery. */
.marketly-theme .et_pb_wc_images .woocommerce-product-gallery {
	position: relative;
	margin: 0;
}

.marketly-theme .et_pb_wc_images .woocommerce-product-gallery__wrapper {
	margin: 0;
}

.marketly-theme .et_pb_wc_images .woocommerce-product-gallery__image {
	border-radius: var(--mk-radius-lg);
	overflow: hidden;
	background: var(--mk-surface);
}

.marketly-theme .et_pb_wc_images .woocommerce-product-gallery__image img {
	width: 100%;
	display: block;
}

/* Thumbnails: the ring sits on the list item so nothing gets clipped. The
   selectors carry the Divi layout prefix to win over the WooCommerce and
   Divi defaults (grid columns, overflow hidden). */
.marketly-theme .et_pb_wc_images .flex-control-thumbs {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 14px 0 0;
	padding: 0;
}

/* Divi lays the thumbnails out as a grid with !important variables. */
.et-db #et-boc .et-l .et_pb_wc_images div.images ol.flex-control-thumbs.flex-control-nav {
	--column-count: 5 !important;
	--horizontal-gap: 12px !important;
	--vertical-gap: 12px !important;
	margin: 14px 0 0;
	padding: 0;
}

.marketly-theme .et_pb_wc_images .flex-control-thumbs li,
.et-db #et-boc .et-l .et_pb_wc_images div.images ol.flex-control-thumbs.flex-control-nav li {
	position: relative;
	width: 84px;
	height: auto;
	aspect-ratio: 1 / 1;
	margin: 0;
	padding: 3px;
	border: 2px solid transparent;
	border-radius: 21px;
	background: transparent;
	list-style: none;
	float: none;
	overflow: hidden;
	box-sizing: border-box;
	cursor: pointer;
	transition: border-color var(--mk-transition);
}

.marketly-theme .et_pb_wc_images .flex-control-thumbs li:has(img.flex-active),
.et-db #et-boc .et-l .et_pb_wc_images div.images ol.flex-control-thumbs.flex-control-nav li:has(img.flex-active) {
	border-color: var(--mk-ink);
}

.marketly-theme .et_pb_wc_images .flex-control-thumbs li img,
.et-db #et-boc .et-l .et_pb_wc_images div.images ol.flex-control-thumbs.flex-control-nav li img {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	border: 0;
	border-radius: 16px;
	object-fit: cover;
	opacity: 0.55;
	transition: opacity var(--mk-transition);
}

.marketly-theme .et_pb_wc_images .flex-control-thumbs li img.flex-active,
.marketly-theme .et_pb_wc_images .flex-control-thumbs li:hover img,
.et-db #et-boc .et-l .et_pb_wc_images .flex-control-thumbs li img.flex-active,
.et-db #et-boc .et-l .et_pb_wc_images .flex-control-thumbs li:hover img {
	opacity: 1;
}

.marketly-theme .et_pb_wc_images .woocommerce-product-gallery__trigger {
	top: 16px;
	right: 16px;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background: var(--mk-white);
	box-shadow: var(--mk-shadow-sm);
	z-index: 6;
}

.marketly-theme .et_pb_wc_images .woocommerce-product-gallery__trigger::before {
	border-color: var(--mk-ink);
	top: 13px;
	left: 13px;
}

.marketly-theme .et_pb_wc_images .woocommerce-product-gallery__trigger::after {
	background: var(--mk-ink);
	top: 24px;
	left: 24px;
}

/* Price. */
.marketly-theme .et_pb_wc_price .price {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 10px;
}

.marketly-theme .et_pb_wc_price .price del {
	order: 2;
	opacity: 1;
}

.marketly-theme .et_pb_wc_price .price ins {
	text-decoration: none;
}

/* Rating. */
.marketly-theme .et_pb_wc_rating .star-rating {
	color: var(--mk-star);
}

.marketly-theme .et_pb_wc_rating .woocommerce-review-link {
	text-decoration: none;
}

/* Stock. */
.marketly-theme .et_pb_wc_stock .stock {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin: 0;
	font-weight: 600;
}

.marketly-theme .et_pb_wc_stock .stock::before {
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--mk-success);
}

.marketly-theme .et_pb_wc_stock .stock.out-of-stock::before {
	background: var(--mk-coral);
}

.marketly-theme .et_pb_wc_stock .stock.available-on-backorder::before {
	background: var(--mk-star);
}

/* Add to cart form. */
.marketly-theme .et_pb_wc_add_to_cart form.cart {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0;
	margin: 0;
}

.marketly-theme .et_pb_wc_add_to_cart form.cart .single_add_to_cart_button {
	flex: 1 1 200px;
	min-height: 54px;
	margin: 0;
}

.marketly-theme .et_pb_wc_add_to_cart form.cart .quantity {
	height: 54px;
}

.marketly-theme .et_pb_wc_add_to_cart form.cart .variations,
.marketly-theme .et_pb_wc_add_to_cart form.cart .single_variation_wrap {
	width: 100%;
}

.marketly-theme .et_pb_wc_add_to_cart form.cart .variations td {
	padding: 0 0 12px;
	border: 0;
}

.marketly-theme .et_pb_wc_add_to_cart form.cart .variations td.label {
	padding-bottom: 6px;
	font-weight: 600;
}

.marketly-theme .et_pb_wc_add_to_cart form.cart .single_variation_wrap .woocommerce-variation-add-to-cart {
	display: flex;
	align-items: center;
	gap: 12px;
}

.marketly-theme .et_pb_wc_add_to_cart form.cart .reset_variations {
	font-size: 13px;
}

.mk-single-extras {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 14px 24px;
	width: 100%;
	margin-top: 18px;
}

.mk-wishlist-button-labelled {
	width: auto;
	height: 44px;
	padding: 0 16px 0 12px;
	gap: 8px;
	border-radius: 100px;
	border: 1px solid var(--mk-line);
	box-shadow: none;
	font-family: var(--mk-font-body);
	font-size: 14px;
	font-weight: 600;
}

.mk-wishlist-button-labelled:hover {
	transform: none;
}

.mk-share {
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 6px 10px;
	font-size: 13px;
}

.mk-share-label {
	font-weight: 700;
	color: var(--mk-muted);
	margin-right: 4px;
}

.mk-share-link {
	padding: 6px 10px;
	border: 0;
	border-radius: 100px;
	background: var(--mk-surface);
	color: var(--mk-ink);
	font-family: var(--mk-font-body);
	font-size: 13px;
	font-weight: 600;
	text-decoration: none;
	cursor: pointer;
	transition: background-color var(--mk-transition), color var(--mk-transition);
}

.mk-share-link:hover {
	background: var(--mk-ink);
	color: var(--mk-white);
}

/* Meta. */
.marketly-theme .et_pb_wc_meta .product_meta {
	display: flex;
	flex-direction: column;
	gap: 6px;
	font-size: 14px;
}

.marketly-theme .et_pb_wc_meta_layout_stacked .product_meta > span {
	display: block;
}

/* Category eyebrow above the product title: hide the "Category:" label. */
.marketly-theme .mk-product-category .product_meta .posted_in {
	font-size: 0;
	line-height: 0;
}

.marketly-theme .mk-product-category .product_meta .posted_in a {
	font-size: 12px;
	line-height: 1.4;
}

.marketly-theme .et_pb_wc_meta .product_meta a {
	text-decoration: none;
	font-weight: 600;
}

/* Tabs: a segmented control above a white content card. Divi paints the
   active tab background on the <li> (Design tab), so the pill shape lives
   there; the `.mk-product-tabs` hook keeps these ahead of Divi's own rules. */
.marketly-theme .et_pb_wc_tabs.et_pb_tabs,
.et-db #et-boc .et-l .mk-product-tabs.et_pb_wc_tabs.et_pb_tabs {
	border: 0;
	background: transparent;
}

.marketly-theme .et_pb_wc_tabs .et_pb_tabs_controls,
.et-db #et-boc .et-l .mk-product-tabs.et_pb_wc_tabs.et_pb_tabs .et_pb_tabs_controls {
	display: inline-flex;
	flex-wrap: wrap;
	gap: 4px;
	width: auto;
	margin: 0 0 24px;
	padding: 5px;
	border: 1px solid var(--mk-line);
	border-radius: 100px;
	background: var(--mk-white);
}

.marketly-theme .et_pb_wc_tabs .et_pb_tabs_controls::after,
.et-db #et-boc .et-l .mk-product-tabs.et_pb_wc_tabs.et_pb_tabs .et_pb_tabs_controls::after {
	display: none;
}

.marketly-theme .et_pb_wc_tabs .et_pb_tabs_controls li,
.et-db #et-boc .et-l .mk-product-tabs.et_pb_wc_tabs.et_pb_tabs .et_pb_tabs_controls li {
	display: inline-flex;
	float: none;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 100px;
	overflow: hidden;
	list-style: none;
	transition: background-color var(--mk-transition), box-shadow var(--mk-transition);
}

.marketly-theme .et_pb_wc_tabs .et_pb_tabs_controls li.et_pb_tab_active,
.et-db #et-boc .et-l .mk-product-tabs.et_pb_wc_tabs.et_pb_tabs .et_pb_tabs_controls li.et_pb_tab_active {
	background-color: var(--mk-ink);
	box-shadow: 0 8px 18px -10px rgba(15, 17, 21, 0.6);
}

.marketly-theme .et_pb_wc_tabs .et_pb_tabs_controls li a,
.et-db #et-boc .et-l .mk-product-tabs.et_pb_wc_tabs.et_pb_tabs .et_pb_tabs_controls li a {
	display: inline-flex;
	align-items: center;
	min-height: 42px;
	padding: 0 22px;
	border: 0;
	background: transparent;
	font-family: var(--mk-font-body);
	font-size: 15px;
	font-weight: 600;
	line-height: 1.2;
	color: var(--mk-muted);
	text-decoration: none;
	transition: color var(--mk-transition);
}

.marketly-theme .et_pb_wc_tabs .et_pb_tabs_controls li a:hover,
.et-db #et-boc .et-l .mk-product-tabs.et_pb_wc_tabs.et_pb_tabs .et_pb_tabs_controls li a:hover {
	color: var(--mk-ink) !important;
}

.marketly-theme .et_pb_wc_tabs .et_pb_tabs_controls li.et_pb_tab_active a,
.et-db #et-boc .et-l .mk-product-tabs.et_pb_wc_tabs.et_pb_tabs .et_pb_tabs_controls li.et_pb_tab_active a,
.et-db #et-boc .et-l .mk-product-tabs.et_pb_wc_tabs.et_pb_tabs .et_pb_tabs_controls li.et_pb_tab_active a:hover {
	color: var(--mk-white) !important;
}

.marketly-theme .et_pb_wc_tabs .et_pb_all_tabs,
.et-db #et-boc .et-l .mk-product-tabs.et_pb_wc_tabs.et_pb_tabs .et_pb_all_tabs {
	padding: 36px 40px;
	border: 1px solid var(--mk-line);
	border-radius: var(--mk-radius-xl);
	background-color: var(--mk-white);
}

.marketly-theme .et_pb_wc_tabs .et_pb_tab,
.et-db #et-boc .et-l .mk-product-tabs.et_pb_wc_tabs.et_pb_tabs .et_pb_tab {
	padding: 0;
}

.marketly-theme .et_pb_wc_tabs .et_pb_tab h2:first-child,
.et-db #et-boc .et-l .mk-product-tabs.et_pb_wc_tabs.et_pb_tabs .et_pb_tab h2:first-child {
	display: none;
}

.marketly-theme .et_pb_wc_tabs .et_pb_tab_content > p:last-child,
.et-db #et-boc .et-l .mk-product-tabs.et_pb_wc_tabs.et_pb_tabs .et_pb_tab_content > p:last-child {
	padding-bottom: 0;
}

/* Additional information table (Divi resets the table border; the frame is
   drawn on the cells so the rounded corners survive). */
.marketly-theme .woocommerce-product-attributes,
.marketly-theme .et_pb_wc_additional_info table,
.et-db #et-boc .et-l table.woocommerce-product-attributes {
	width: 100%;
	margin: 0;
	border: 1px solid var(--mk-line);
	border-radius: var(--mk-radius);
	overflow: hidden;
	border-collapse: separate;
	border-spacing: 0;
}

.et-db #et-boc .et-l table.woocommerce-product-attributes .woocommerce-product-attributes-item__label {
	border-right: 1px solid var(--mk-line);
}

.et-db #et-boc .et-l table.woocommerce-product-attributes tr:first-child .woocommerce-product-attributes-item__label {
	border-top-left-radius: calc(var(--mk-radius) - 1px);
}

.et-db #et-boc .et-l table.woocommerce-product-attributes tr:first-child .woocommerce-product-attributes-item__value {
	border-top-right-radius: calc(var(--mk-radius) - 1px);
}

.et-db #et-boc .et-l table.woocommerce-product-attributes tr:last-child .woocommerce-product-attributes-item__label {
	border-bottom-left-radius: calc(var(--mk-radius) - 1px);
}

.et-db #et-boc .et-l table.woocommerce-product-attributes tr:last-child .woocommerce-product-attributes-item__value {
	border-bottom-right-radius: calc(var(--mk-radius) - 1px);
}

.marketly-theme .woocommerce-product-attributes th,
.marketly-theme .woocommerce-product-attributes td,
.et-db #et-boc .et-l .woocommerce-product-attributes .woocommerce-product-attributes-item__label,
.et-db #et-boc .et-l .woocommerce-product-attributes .woocommerce-product-attributes-item__value {
	padding: 14px 18px;
	border: 0;
	border-bottom: 1px solid var(--mk-line);
	font-style: normal;
}

.et-db #et-boc .et-l .woocommerce-product-attributes .woocommerce-product-attributes-item__value p {
	padding: 0;
}

.et-db #et-boc .et-l .woocommerce-product-attributes .woocommerce-product-attributes-item__label {
	text-align: left;
}

.marketly-theme .woocommerce-product-attributes tr:last-child th,
.marketly-theme .woocommerce-product-attributes tr:last-child td {
	border-bottom: 0;
}

/* One tint for the label column, no zebra striping (WooCommerce tints even
   rows, which clashed with the tinted labels). */
.marketly-theme .woocommerce-product-attributes th,
.marketly-theme .woocommerce-product-attributes tr:nth-child(even) th,
.et-db #et-boc .et-l .woocommerce-product-attributes .woocommerce-product-attributes-item__label,
.et-db #et-boc .et-l .woocommerce-product-attributes tr:nth-child(even) .woocommerce-product-attributes-item__label {
	width: 30%;
	background: var(--mk-surface);
	font-weight: 700;
	color: var(--mk-ink);
}

.marketly-theme .woocommerce-product-attributes td,
.marketly-theme .woocommerce-product-attributes tr:nth-child(even) td,
.et-db #et-boc .et-l .woocommerce-product-attributes .woocommerce-product-attributes-item__value,
.et-db #et-boc .et-l .woocommerce-product-attributes tr:nth-child(even) .woocommerce-product-attributes-item__value {
	background: var(--mk-white);
	color: var(--mk-body);
}

.et-db #et-boc .et-l .woocommerce-product-attributes tr:last-child .woocommerce-product-attributes-item__label,
.et-db #et-boc .et-l .woocommerce-product-attributes tr:last-child .woocommerce-product-attributes-item__value {
	border-bottom: 0;
}

.marketly-theme .woocommerce-product-attributes td p {
	padding: 0;
}

/* Reviews. WooCommerce positions the avatar absolutely with a high
   specificity selector, so the card is laid out around that. */
.marketly-theme #reviews .woocommerce-Reviews-title,
.et-db #et-boc .et-l #reviews .woocommerce-Reviews-title {
	margin: 0 0 18px;
	padding: 0;
	font-family: var(--mk-font-heading);
	font-size: 20px;
	font-weight: 700;
	letter-spacing: -0.01em;
	color: var(--mk-ink);
}

.marketly-theme #reviews .commentlist,
.et-db #et-boc .et-l #reviews .commentlist {
	margin: 0;
	padding: 0;
	list-style: none;
}

.marketly-theme #reviews .commentlist li,
.et-db #et-boc .et-l #reviews .commentlist li {
	margin: 0 0 12px;
	padding: 0;
	list-style: none;
}

.marketly-theme #reviews .commentlist li .comment_container,
.et-db #et-boc .et-l #reviews .commentlist li .comment_container {
	position: relative;
	display: block;
	min-height: 96px;
	padding: 22px 24px 22px 92px;
	border: 1px solid var(--mk-line);
	border-radius: 18px;
	background: var(--mk-surface);
}

.marketly-theme #reviews .commentlist li img.avatar,
.et-db #et-boc .et-l #reviews .commentlist li img.avatar {
	position: absolute;
	left: 24px;
	top: 22px;
	width: 48px;
	height: 48px;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: var(--mk-white);
	box-shadow: none;
}

.marketly-theme #reviews .commentlist li .comment-text,
.et-db #et-boc .et-l #reviews .commentlist li .comment-text {
	width: auto;
	margin: 0;
	padding: 0;
	border: 0;
}

/* Divi sets the 100px offset with !important (`.woocommerce` lives on <body>,
   so it cannot be part of the chain). */
.et-db #et-boc .et-l #reviews #comments ol.commentlist li .comment_container .comment-text {
	margin: 0 !important;
}

.et-db #et-boc .et-l #review_form #respond p {
	margin: 0;
}

.et-db #et-boc .et-l #review_form #respond p.comment-form-rating,
.et-db #et-boc .et-l #review_form #respond p.comment-form-comment,
.et-db #et-boc .et-l #review_form #respond p.comment-form-author,
.et-db #et-boc .et-l #review_form #respond p.comment-form-email,
.et-db #et-boc .et-l #review_form #respond p.comment-notes {
	padding-bottom: 16px;
}

.et-db #et-boc .et-l #review_form #respond p.form-submit {
	padding-bottom: 0;
}

.et-db #et-boc .et-l #review_form #respond p.comment-form-cookies-consent {
	display: flex;
	align-items: center;
	gap: 10px;
	padding-bottom: 20px;
}

.et-db #et-boc .et-l #review_form #respond p.comment-form-cookies-consent input {
	width: 18px;
	height: 18px;
	margin: 0;
	accent-color: var(--mk-blue);
}

.et-db #et-boc .et-l #review_form #respond p.comment-form-cookies-consent label {
	margin: 0;
	font-size: 14px;
	font-weight: 500;
	color: var(--mk-body);
}

.et-db #et-boc .et-l #review_form #respond .form-submit input.submit {
	min-height: 48px;
	padding: 0 28px;
	border-radius: 100px;
	background: var(--mk-ink);
	color: var(--mk-white);
	font-size: 15px;
	font-weight: 700;
	box-shadow: 0 10px 22px -12px rgba(15, 17, 21, 0.5);
}

.et-db #et-boc .et-l #review_form #respond .form-submit input.submit:hover {
	background: var(--mk-blue);
}

.marketly-theme #reviews .comment-text .star-rating,
.et-db #et-boc .et-l #reviews .comment-text .star-rating,
.et-db #et-boc .et-l #reviews .comment-text .star-rating span::before {
	float: none;
	margin: 0 0 8px;
	color: var(--mk-star);
}

.marketly-theme #reviews .comment-text .meta,
.et-db #et-boc .et-l #reviews .comment-text .meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 6px 10px;
	margin: 0 0 8px;
	padding: 0;
	font-size: 13px;
	color: var(--mk-muted);
}

.marketly-theme #reviews .comment-text .meta strong,
.et-db #et-boc .et-l #reviews .comment-text .meta strong {
	font-family: var(--mk-font-heading);
	font-size: 15px;
	font-weight: 700;
	color: var(--mk-ink);
}

.marketly-theme #reviews .comment-text .meta .woocommerce-review__dash,
.et-db #et-boc .et-l #reviews .comment-text .meta .woocommerce-review__dash {
	display: none;
}

.marketly-theme #reviews .comment-text .meta .woocommerce-review__verified,
.et-db #et-boc .et-l #reviews .comment-text .meta .woocommerce-review__verified {
	display: inline-flex;
	align-items: center;
	padding: 3px 9px;
	border-radius: 100px;
	background: #e8f8ef;
	color: var(--mk-success);
	font-size: 11px;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0.02em;
}

.marketly-theme #reviews .comment-text .description p,
.et-db #et-boc .et-l #reviews .comment-text .description p {
	padding: 0;
	font-size: 15px;
	line-height: 1.7;
	color: var(--mk-body);
}

.marketly-theme #reviews #review_form_wrapper,
.et-db #et-boc .et-l #reviews #review_form_wrapper {
	margin-top: 32px;
	padding: 32px;
	border: 1px solid var(--mk-line);
	border-radius: var(--mk-radius-lg);
	background: var(--mk-white);
}

.marketly-theme #reviews .comment-reply-title,
.et-db #et-boc .et-l #reviews .comment-reply-title {
	display: block;
	margin: 0 0 6px;
	font-family: var(--mk-font-heading);
	font-size: 20px;
	font-weight: 700;
	letter-spacing: -0.01em;
	color: var(--mk-ink);
}

.marketly-theme #reviews .comment-form .comment-notes,
.et-db #et-boc .et-l #reviews .comment-form .comment-notes {
	font-size: 13px;
	color: var(--mk-muted);
}

.marketly-theme #reviews .comment-form label,
.et-db #et-boc .et-l #reviews .comment-form label {
	display: block;
	margin-bottom: 8px;
	font-size: 13px;
	font-weight: 700;
	color: var(--mk-ink);
}

.marketly-theme #reviews .comment-form-rating .stars a,
.et-db #et-boc .et-l #reviews .comment-form-rating .stars a {
	color: var(--mk-star);
}

.marketly-theme #reviews .comment-form textarea,
.marketly-theme #reviews .comment-form input[type="text"],
.marketly-theme #reviews .comment-form input[type="email"],
.et-db #et-boc .et-l #reviews .comment-form textarea,
.et-db #et-boc .et-l #reviews .comment-form input[type="text"],
.et-db #et-boc .et-l #reviews .comment-form input[type="email"] {
	width: 100%;
	min-height: 50px;
	padding: 12px 16px;
	border: 1px solid var(--mk-line);
	border-radius: 12px;
	background: var(--mk-white);
	font-family: var(--mk-font-body);
	font-size: 15px;
	color: var(--mk-ink);
}

.marketly-theme #reviews .comment-form textarea,
.et-db #et-boc .et-l #reviews .comment-form textarea {
	min-height: 140px;
}

.marketly-theme #reviews .comment-form .form-submit,
.et-db #et-boc .et-l #reviews .comment-form .form-submit {
	margin-bottom: 0;
}

.marketly-theme #reviews .comment-form .form-submit .submit,
.et-db #et-boc .et-l #reviews .comment-form .form-submit .submit {
	border-radius: 100px;
	padding: 0 28px;
}

/* Sticky add to cart. */
.mk-sticky-cart {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9995;
	background: var(--mk-white);
	border-top: 1px solid var(--mk-line);
	box-shadow: 0 -12px 40px -20px rgba(15, 17, 21, 0.3);
	transform: translateY(100%);
	transition: transform 0.4s var(--mk-ease);
}

.mk-sticky-cart.is-visible {
	transform: translateY(0);
}

.mk-sticky-cart-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	width: 90%;
	max-width: 1280px;
	margin: 0 auto;
	padding: 12px 0;
}

.mk-sticky-cart-product {
	display: flex;
	align-items: center;
	gap: 14px;
	min-width: 0;
}

.mk-sticky-cart-image {
	width: 52px;
	height: 52px;
	border-radius: 10px;
	object-fit: cover;
	flex-shrink: 0;
}

.mk-sticky-cart-copy {
	display: flex;
	flex-direction: column;
	min-width: 0;
}

.mk-sticky-cart-title {
	font-family: var(--mk-font-heading);
	font-size: 15px;
	font-weight: 700;
	color: var(--mk-ink);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.mk-sticky-cart-price {
	font-size: 14px;
	font-weight: 600;
	color: var(--mk-body);
}

.mk-sticky-cart-price del {
	color: var(--mk-muted);
	margin-right: 6px;
}

.mk-sticky-cart-price ins {
	text-decoration: none;
	color: var(--mk-coral);
}

.mk-sticky-cart-actions .button {
	white-space: nowrap;
}

.mk-sticky-cart-actions .added_to_cart {
	display: none;
}

/* =========================================================================
   11. CART
   ========================================================================= */

.marketly-theme .et_pb_wc_cart_products table.shop_table,
.marketly-theme .woocommerce table.shop_table,
.woocommerce table.shop_table {
	border: 1px solid color-mix(in srgb, currentColor 20%, transparent) !important;
	border-radius: var(--mk-radius-lg);
	border-collapse: separate;
	border-spacing: 0;
	overflow: hidden;
	margin: 0;
}

/* Column widths (the Divi module uses a fixed table layout). */
.marketly-theme .woocommerce table.shop_table.cart th.product-remove,
.et-db #et-boc .et-l .et_pb_wc_cart_products table.shop_table.cart th.product-remove {
	width: 52px;
	padding-left: 12px;
	padding-right: 4px;
}

.marketly-theme .woocommerce table.shop_table.cart td.product-remove,
.et-db #et-boc .et-l .et_pb_wc_cart_products table.shop_table.cart td.product-remove {
	padding-left: 12px;
	padding-right: 4px;
	text-align: center;
}

.marketly-theme .woocommerce table.shop_table.cart th.product-thumbnail,
.et-db #et-boc .et-l .et_pb_wc_cart_products table.shop_table.cart th.product-thumbnail {
	width: 112px;
}

.marketly-theme .woocommerce table.shop_table.cart th.product-price,
.marketly-theme .woocommerce table.shop_table.cart th.product-subtotal,
.et-db #et-boc .et-l .et_pb_wc_cart_products table.shop_table.cart th.product-price,
.et-db #et-boc .et-l .et_pb_wc_cart_products table.shop_table.cart th.product-subtotal {
	width: 120px;
}

.marketly-theme .woocommerce table.shop_table.cart th.product-quantity,
.et-db #et-boc .et-l .et_pb_wc_cart_products table.shop_table.cart th.product-quantity {
	width: 176px;
}

.marketly-theme .woocommerce table.shop_table.cart td.product-price,
.marketly-theme .woocommerce table.shop_table.cart td.product-subtotal,
.et-db #et-boc .et-l .et_pb_wc_cart_products table.shop_table.cart td.product-price,
.et-db #et-boc .et-l .et_pb_wc_cart_products table.shop_table.cart td.product-subtotal {
	white-space: nowrap;
	font-weight: 600;
	color: var(--mk-ink);
}

.marketly-theme .woocommerce table.shop_table th,
.marketly-theme .woocommerce table.shop_table td {
	border: 0;
	border-bottom: 1px solid var(--mk-line);
	padding: 16px 18px;
	vertical-align: middle;
}

.marketly-theme .woocommerce table.shop_table thead th {
	background: var(--mk-surface);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--mk-ink);
}

.marketly-theme .woocommerce table.shop_table tbody tr:last-child td {
	border-bottom: 0;
}

.marketly-theme .woocommerce table.shop_table td.product-thumbnail img {
	width: 80px;
	height: 80px;
	border-radius: 12px;
	object-fit: cover;
	background: var(--mk-surface);
}

.marketly-theme .woocommerce table.shop_table td.product-name a {
	font-family: var(--mk-font-heading);
	font-weight: 700;
	color: var(--mk-ink);
	text-decoration: none;
}

.marketly-theme .woocommerce table.shop_table td.product-remove a.remove {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: var(--mk-surface);
	color: var(--mk-muted) !important;
	line-height: 30px;
	font-size: 18px;
}

.marketly-theme .woocommerce table.shop_table td.product-remove a.remove:hover {
	background: var(--mk-coral);
	color: var(--mk-white) !important;
}

.marketly-theme .woocommerce table.shop_table td.actions {
	background: var(--mk-surface);
	padding: 16px 18px;
}

.marketly-theme .woocommerce table.shop_table td.actions .coupon,
.et-db #et-boc .et-l .et_pb_wc_cart_products table.shop_table td.actions .coupon {
	display: flex;
	gap: 8px;
	align-items: center;
	float: left;
}

.marketly-theme .woocommerce table.shop_table td.actions > .button,
.et-db #et-boc .et-l .et_pb_wc_cart_products table.shop_table td.actions > button.button {
	float: right;
}

.marketly-theme .woocommerce table.shop_table td.actions::after {
	content: "";
	display: table;
	clear: both;
}

/* Coupon field, "Apply coupon" and "Update cart" as pills. Divi styles the
   module's fields and buttons itself, hence the prefixed selectors. */
.marketly-theme .woocommerce table.shop_table td.actions .coupon .input-text,
.et-db #et-boc .et-l .et_pb_wc_cart_products table.shop_table td.actions .coupon input.input-text {
	width: 220px;
	min-height: 46px;
	margin: 0;
	padding: 0 18px;
	border: 1px solid var(--mk-line);
	border-radius: 100px;
	background: var(--mk-white);
	box-shadow: none;
	font-family: var(--mk-font-body);
	font-size: 14px;
	font-weight: 500;
	color: var(--mk-ink);
	transition: border-color var(--mk-transition), box-shadow var(--mk-transition);
}

.marketly-theme .woocommerce table.shop_table td.actions .coupon .input-text:focus,
.et-db #et-boc .et-l .et_pb_wc_cart_products table.shop_table td.actions .coupon input.input-text:focus {
	border-color: var(--mk-ink);
	box-shadow: 0 0 0 3px rgba(15, 17, 21, 0.06);
	outline: 0;
}

.marketly-theme .woocommerce table.shop_table td.actions .coupon .input-text::placeholder,
.et-db #et-boc .et-l .et_pb_wc_cart_products table.shop_table td.actions .coupon input.input-text::placeholder {
	color: var(--mk-muted);
}

.marketly-theme .woocommerce table.shop_table td.actions .button,
.et-db #et-boc .et-l .et_pb_wc_cart_products table.shop_table td.actions button.button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	margin: 0;
	padding: 0 22px;
	border: 1px solid transparent;
	border-radius: 100px;
	background: var(--mk-ink);
	color: var(--mk-white);
	font-family: var(--mk-font-body);
	font-size: 14px;
	font-weight: 700;
	line-height: 1.2;
	box-shadow: 0 10px 22px -12px rgba(15, 17, 21, 0.5);
	transition: background-color var(--mk-transition), color var(--mk-transition), border-color var(--mk-transition), box-shadow var(--mk-transition), transform var(--mk-transition);
}

.marketly-theme .woocommerce table.shop_table td.actions .button:hover,
.et-db #et-boc .et-l .et_pb_wc_cart_products table.shop_table td.actions button.button:hover {
	background: var(--mk-blue);
	color: var(--mk-white);
	transform: translateY(-1px);
	box-shadow: 0 12px 24px -12px rgba(47, 91, 255, 0.6);
}

.marketly-theme .woocommerce table.shop_table td.actions .button:disabled,
.marketly-theme .woocommerce table.shop_table td.actions .button.disabled,
.et-db #et-boc .et-l .et_pb_wc_cart_products table.shop_table td.actions button.button:disabled,
.et-db #et-boc .et-l .et_pb_wc_cart_products table.shop_table td.actions button.button.disabled {
	background: transparent;
	border-color: var(--mk-line);
	color: var(--mk-muted);
	box-shadow: none;
	transform: none;
	cursor: not-allowed;
}

.marketly-theme .woocommerce table.shop_table td.actions .coupon .button,
.et-db #et-boc .et-l .et_pb_wc_cart_products table.shop_table td.actions .coupon button.button {
	background: var(--mk-white);
	border-color: var(--mk-line);
	color: var(--mk-ink);
	box-shadow: none;
}

.marketly-theme .woocommerce table.shop_table td.actions .coupon .button:hover,
.et-db #et-boc .et-l .et_pb_wc_cart_products table.shop_table td.actions .coupon button.button:hover {
	background: var(--mk-ink);
	border-color: var(--mk-ink);
	color: var(--mk-white);
	transform: none;
	box-shadow: none;
}

.marketly-theme .woocommerce table.shop_table td.actions .button::before,
.marketly-theme .woocommerce table.shop_table td.actions .button::after,
.et-db #et-boc .et-l .et_pb_wc_cart_products table.shop_table td.actions button.button::before,
.et-db #et-boc .et-l .et_pb_wc_cart_products table.shop_table td.actions button.button::after {
	display: none;
}

/* "Proceed to checkout": Divi's hover adds an arrow and widens the padding. */
.marketly-theme .woocommerce .cart_totals .checkout-button,
.marketly-theme .woocommerce .cart_totals a.checkout-button.button,
.marketly-theme .woocommerce .cart_totals a.checkout-button.button:hover,
.et-db #et-boc .et-l .et_pb_wc_cart_totals .wc-proceed-to-checkout a.checkout-button.button,
.et-db #et-boc .et-l .et_pb_wc_cart_totals .wc-proceed-to-checkout a.checkout-button.button:hover {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 52px;
	margin: 0;
	padding: 0 24px !important;
	border: 0;
	border-radius: 100px;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.2 !important;
	text-align: center;
}

.et-db #et-boc .et-l .et_pb_wc_cart_totals .wc-proceed-to-checkout a.checkout-button.button::before,
.et-db #et-boc .et-l .et_pb_wc_cart_totals .wc-proceed-to-checkout a.checkout-button.button::after,
.et-db #et-boc .et-l .et_pb_wc_cart_totals .wc-proceed-to-checkout a.checkout-button.button:hover::before,
.et-db #et-boc .et-l .et_pb_wc_cart_totals .wc-proceed-to-checkout a.checkout-button.button:hover::after {
	display: none;
}

/* Cart totals. */
.marketly-theme .et_pb_wc_cart_totals .cart_totals,
.marketly-theme .woocommerce .cart_totals {
	width: 100%;
	float: none;
	padding: 28px;
	border: 1px solid var(--mk-line);
	border-radius: var(--mk-radius-lg);
	background: var(--mk-surface);
}

.marketly-theme .woocommerce .cart_totals h2 {
	margin-bottom: 16px;
}

.marketly-theme .woocommerce .cart_totals table.shop_table {
	border: 0 !important;
	border-radius: 0;
	background: transparent;
}

.marketly-theme .woocommerce .cart_totals table.shop_table th,
.marketly-theme .woocommerce .cart_totals table.shop_table td {
	padding: 12px 0;
	background: transparent;
}

.marketly-theme .woocommerce .cart_totals table.shop_table tr.order-total th,
.marketly-theme .woocommerce .cart_totals table.shop_table tr.order-total td {
	border-bottom: 0;
	border-top: 1px solid var(--mk-line);
	font-size: 18px;
	padding-top: 16px;
}

.marketly-theme .woocommerce .cart_totals .wc-proceed-to-checkout {
	padding: 16px 0 0;
}

.marketly-theme .woocommerce .cart_totals .wc-proceed-to-checkout .checkout-button {
	width: 100%;
	margin: 0;
	min-height: 54px;
}

.marketly-theme .woocommerce .cart_totals .shipping-calculator-button {
	text-decoration: underline;
}

.marketly-theme .woocommerce .cart_totals ul#shipping_method li {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 8px;
}

.marketly-theme .woocommerce .cart_totals ul#shipping_method li input {
	margin: 0;
}

.marketly-theme .woocommerce .cart-empty,
.marketly-theme .woocommerce .return-to-shop {
	text-align: center;
}

/* Cross-sells title. */
.marketly-theme .et_pb_wc_cross_sells h2,
.marketly-theme .et_pb_wc_related_products h2,
.marketly-theme .et_pb_wc_upsells h2 {
	margin-bottom: 24px;
}

/* =========================================================================
   12. CHECKOUT
   ========================================================================= */

.marketly-theme .woocommerce-checkout .woocommerce-billing-fields h3,
.marketly-theme .woocommerce-checkout .woocommerce-shipping-fields h3,
.marketly-theme .woocommerce-checkout .woocommerce-additional-fields h3 {
	margin-bottom: 16px;
}

.marketly-theme .woocommerce form .form-row {
	margin-bottom: 14px;
	padding: 0;
}

.marketly-theme .woocommerce form .form-row-first,
.marketly-theme .woocommerce form .form-row-last {
	width: calc(50% - 8px);
}

.marketly-theme .woocommerce form .form-row.woocommerce-invalid .input-text {
	border-color: var(--mk-coral);
}

.marketly-theme .woocommerce form .form-row.woocommerce-validated .input-text {
	border-color: var(--mk-success);
}

.marketly-theme .woocommerce-checkout #ship-to-different-address {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 15px;
	font-weight: 600;
}

.marketly-theme .woocommerce-checkout #ship-to-different-address input {
	margin: 0;
	width: 18px;
	height: 18px;
	accent-color: var(--mk-blue);
}

.marketly-theme .et_pb_wc_checkout_order_details table.shop_table,
.marketly-theme .woocommerce-checkout-review-order-table {
	background: var(--mk-white);
}

.marketly-theme .woocommerce-checkout-review-order-table td.product-name {
	font-weight: 600;
}

.marketly-theme .woocommerce-checkout-review-order-table .product-quantity {
	color: var(--mk-muted);
	font-weight: 500;
}

.marketly-theme .woocommerce-checkout-review-order-table tfoot th,
.marketly-theme .woocommerce-checkout-review-order-table tfoot td {
	background: var(--mk-surface);
}

.marketly-theme .woocommerce-checkout-review-order-table tfoot tr.order-total th,
.marketly-theme .woocommerce-checkout-review-order-table tfoot tr.order-total td {
	font-size: 18px;
}

/* Field labels (Divi has no label options on these modules). */
.et-db #et-boc .et-l .et_pb_wc_checkout_billing .form-row label,
.et-db #et-boc .et-l .et_pb_wc_checkout_shipping .form-row label,
.et-db #et-boc .et-l .et_pb_wc_checkout_additional_info .form-row label {
	display: block;
	margin: 0 0 8px;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--mk-ink);
}

.et-db #et-boc .et-l .et_pb_wc_checkout_billing .form-row label .required,
.et-db #et-boc .et-l .et_pb_wc_checkout_shipping .form-row label .required,
.et-db #et-boc .et-l .et_pb_wc_checkout_additional_info .form-row label .required {
	color: var(--mk-coral);
	text-decoration: none;
}

.et-db #et-boc .et-l .et_pb_wc_checkout_billing .form-row label.checkbox,
.et-db #et-boc .et-l .et_pb_wc_checkout_shipping .form-row label.checkbox,
.et-db #et-boc .et-l .et_pb_wc_checkout_shipping #ship-to-different-address label,
.et-db #et-boc .et-l .et_pb_wc_checkout_billing #ship-to-different-address label {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin: 0;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0;
	text-transform: none;
	color: var(--mk-body);
}

.et-db #et-boc .et-l .et_pb_wc_checkout_billing .form-row label.checkbox input,
.et-db #et-boc .et-l .et_pb_wc_checkout_shipping #ship-to-different-address input,
.et-db #et-boc .et-l .et_pb_wc_checkout_billing #ship-to-different-address input {
	width: 18px;
	height: 18px;
	margin: 0;
	accent-color: var(--mk-blue);
}

.et-db #et-boc .et-l .et_pb_wc_checkout_billing .form-row .input-text:focus,
.et-db #et-boc .et-l .et_pb_wc_checkout_shipping .form-row .input-text:focus,
.et-db #et-boc .et-l .et_pb_wc_checkout_additional_info .form-row .input-text:focus {
	border-color: var(--mk-ink);
	box-shadow: 0 0 0 3px rgba(15, 17, 21, 0.06);
	outline: 0;
}

/* Payment: methods as white cards on the summary card, pill "Place order". */
.marketly-theme .et_pb_wc_checkout_payment_info #payment,
.marketly-theme .woocommerce-checkout #payment,
.et-db #et-boc .et-l .et_pb_wc_checkout_payment_info #payment {
	padding: 0;
	border-radius: 0;
	background: transparent;
}

.marketly-theme .woocommerce-checkout #payment ul.payment_methods,
.et-db #et-boc .et-l .et_pb_wc_checkout_payment_info #payment ul.payment_methods {
	margin: 0 0 18px;
	padding: 0 0 18px;
	border: 0;
	border-bottom: 1px solid rgba(15, 17, 21, 0.08);
	list-style: none;
}

.marketly-theme .woocommerce-checkout #payment ul.payment_methods li,
.et-db #et-boc .et-l .et_pb_wc_checkout_payment_info #payment ul.payment_methods li {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
	margin: 0 0 8px;
	padding: 14px 16px;
	border: 1px solid var(--mk-line);
	border-radius: 14px;
	background: var(--mk-white);
	line-height: 1.4;
	list-style: none;
	transition: border-color var(--mk-transition), box-shadow var(--mk-transition);
}

.marketly-theme .woocommerce-checkout #payment ul.payment_methods li.et_pb_checked,
.et-db #et-boc .et-l .et_pb_wc_checkout_payment_info #payment ul.payment_methods li.et_pb_checked {
	border-color: var(--mk-ink);
	box-shadow: 0 0 0 1px var(--mk-ink);
}

.marketly-theme .woocommerce-checkout #payment ul.payment_methods li label,
.et-db #et-boc .et-l .et_pb_wc_checkout_payment_info #payment ul.payment_methods li label {
	flex: 1;
	margin: 0;
	font-size: 15px;
	font-weight: 700;
	color: var(--mk-ink);
}

.marketly-theme .woocommerce-checkout #payment ul.payment_methods li input[type="radio"],
.et-db #et-boc .et-l .et_pb_wc_checkout_payment_info #payment ul.payment_methods li input[type="radio"] {
	width: 18px;
	height: 18px;
	margin: 0;
	accent-color: var(--mk-blue);
}

.marketly-theme .woocommerce-checkout #payment div.payment_box,
.et-db #et-boc .et-l .et_pb_wc_checkout_payment_info #payment div.payment_box {
	width: 100%;
	margin: 6px 0 0;
	padding: 12px 14px;
	border-radius: 10px;
	background: var(--mk-surface);
	font-size: 13px;
	line-height: 1.55;
	color: var(--mk-body);
}

.marketly-theme .woocommerce-checkout #payment div.payment_box::before,
.et-db #et-boc .et-l .et_pb_wc_checkout_payment_info #payment div.payment_box::before {
	display: none;
}

.marketly-theme .woocommerce-checkout #payment div.payment_box p:last-child,
.et-db #et-boc .et-l .et_pb_wc_checkout_payment_info #payment div.payment_box p:last-child {
	padding-bottom: 0;
}

.marketly-theme .woocommerce-checkout #payment .place-order,
.et-db #et-boc .et-l .et_pb_wc_checkout_payment_info #payment .place-order {
	margin: 0;
	padding: 0;
}

.marketly-theme .woocommerce-checkout #payment .woocommerce-privacy-policy-text p,
.et-db #et-boc .et-l .et_pb_wc_checkout_payment_info #payment .woocommerce-privacy-policy-text p {
	padding-bottom: 14px;
	font-size: 13px;
	line-height: 1.6;
	color: var(--mk-muted);
}

.marketly-theme .woocommerce-checkout #payment .place-order .woocommerce-terms-and-conditions-wrapper,
.et-db #et-boc .et-l .et_pb_wc_checkout_payment_info #payment .woocommerce-terms-and-conditions-wrapper {
	margin: 0 0 16px;
	font-size: 13px;
}

.et-db #et-boc .et-l .et_pb_wc_checkout_payment_info #payment .woocommerce-terms-and-conditions-wrapper .form-row {
	margin: 0;
	padding: 0;
}

.et-db #et-boc .et-l .et_pb_wc_checkout_payment_info #payment .woocommerce-terms-and-conditions-wrapper label {
	position: relative;
	display: block;
	padding-left: 28px;
	font-size: 13px;
	line-height: 1.5;
	color: var(--mk-body);
}

.et-db #et-boc .et-l .et_pb_wc_checkout_payment_info #payment .woocommerce-terms-and-conditions-wrapper input {
	position: absolute;
	left: 0;
	top: 1px;
	width: 18px;
	height: 18px;
	margin: 0;
	accent-color: var(--mk-blue);
}

.et-db #et-boc .et-l .et_pb_wc_checkout_payment_info #payment .woocommerce-terms-and-conditions-wrapper .required {
	color: var(--mk-coral);
	text-decoration: none;
}

.marketly-theme .woocommerce-checkout #payment .place-order #place_order,
.et-db #et-boc .et-l .et_pb_wc_checkout_payment_info #payment .place-order #place_order,
.et-db #et-boc .et-l .et_pb_wc_checkout_payment_info #payment .place-order #place_order:hover {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 54px;
	margin: 0;
	padding: 0 28px !important;
	border: 0;
	border-radius: 100px;
	background: linear-gradient(180deg, #4d72ff 0%, var(--mk-blue) 100%);
	color: var(--mk-white);
	font-size: 15px;
	font-weight: 700;
	line-height: 1.2 !important;
	box-shadow: inset 0 0 0 0 var(--mk-ink), 0 14px 30px -12px rgba(47, 91, 255, 0.7);
	transition: transform var(--mk-transition), box-shadow 0.6s var(--mk-ease);
}

.et-db #et-boc .et-l .et_pb_wc_checkout_payment_info #payment .place-order #place_order:hover {
	transform: translateY(-2px);
	box-shadow: inset 0 0 0 30px var(--mk-ink), 0 18px 34px -14px rgba(15, 17, 21, 0.55);
}

.et-db #et-boc .et-l .et_pb_wc_checkout_payment_info #payment .place-order #place_order::before,
.et-db #et-boc .et-l .et_pb_wc_checkout_payment_info #payment .place-order #place_order::after {
	display: none;
}

.marketly-theme .woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info,
.marketly-theme .woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info {
	margin-bottom: 16px;
}

.marketly-theme .woocommerce-checkout .checkout_coupon,
.marketly-theme .woocommerce-checkout .woocommerce-form-login {
	padding: 24px;
	border: 1px solid var(--mk-line);
	border-radius: var(--mk-radius-lg);
	margin-bottom: 24px;
}

/* Thank you page: Divi renders the whole order summary inside the Payment
   Info module, so the checkout columns are rearranged around it. */
.marketly-theme.woocommerce-order-received .mk-checkout-title,
.marketly-theme.woocommerce-order-received .mk-checkout-form,
.marketly-theme.woocommerce-order-received .et_pb_wc_cart_notice,
.et-db.woocommerce-order-received #et-boc .et-l .mk-checkout-title,
.et-db.woocommerce-order-received #et-boc .et-l .mk-checkout-form,
.et-db.woocommerce-order-received #et-boc .et-l .et_pb_wc_cart_notice {
	display: none;
}

.marketly-theme.woocommerce-order-received .mk-checkout-summary,
.et-db.woocommerce-order-received #et-boc .et-l .mk-checkout-summary {
	flex: 0 0 100%;
	width: 100%;
	max-width: 100%;
}

.marketly-theme.woocommerce-order-received .mk-checkout-summary > .et_pb_group,
.et-db.woocommerce-order-received #et-boc .et-l .mk-checkout-summary > .et_pb_group {
	width: 100%;
	max-width: 880px;
	margin: 0 auto;
}

.marketly-theme.woocommerce-order-received .mk-checkout-summary .mk-card,
.et-db.woocommerce-order-received #et-boc .et-l .mk-checkout-summary .mk-card {
	padding: 36px;
	background: var(--mk-white);
	border-color: var(--mk-line);
}

/* The (empty) order review module and its title. */
.marketly-theme.woocommerce-order-received .et_pb_wc_checkout_order_details,
.et-db.woocommerce-order-received #et-boc .et-l .et_pb_wc_checkout_order_details {
	display: none;
}

.marketly-theme .woocommerce-order,
.et-db #et-boc .et-l .woocommerce-order {
	font-size: 15px;
	line-height: 1.6;
	color: var(--mk-body);
}

.marketly-theme .woocommerce-order .woocommerce-thankyou-order-received,
.et-db #et-boc .et-l .woocommerce-order .woocommerce-thankyou-order-received {
	display: flex;
	align-items: center;
	gap: 16px;
	margin: 0 0 28px;
	padding: 22px 26px;
	border: 1px solid rgba(28, 156, 91, 0.25);
	border-radius: var(--mk-radius-lg);
	background: #e8f8ef;
	/* The Divi module pins its body font with a higher specificity. */
	font-family: var(--mk-font-heading) !important;
	font-size: 24px !important;
	font-weight: 700 !important;
	line-height: 1.25 !important;
	letter-spacing: -0.015em;
	color: var(--mk-ink) !important;
}

.marketly-theme .woocommerce-order .woocommerce-thankyou-order-received::before,
.et-db #et-boc .et-l .woocommerce-order .woocommerce-thankyou-order-received::before {
	content: "";
	display: block;
	flex: none;
	width: 40px;
	height: 40px;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='12' fill='%231c9c5b'/%3E%3Cpath d='M7 12.5l3.2 3.2L17 9' fill='none' stroke='%23fff' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
}

.marketly-theme .woocommerce-order ul.woocommerce-order-overview,
.et-db #et-boc .et-l .woocommerce-order ul.woocommerce-order-overview {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
	gap: 12px;
	margin: 0 0 12px;
	padding: 0;
	list-style: none;
}

/* WooCommerce's clearfix pseudo-elements would take a grid cell. */
.marketly-theme .woocommerce-order ul.woocommerce-order-overview::before,
.marketly-theme .woocommerce-order ul.woocommerce-order-overview::after,
.et-db #et-boc .et-l .woocommerce-order ul.woocommerce-order-overview::before,
.et-db #et-boc .et-l .woocommerce-order ul.woocommerce-order-overview::after {
	display: none;
}

.marketly-theme .woocommerce-order ul.woocommerce-order-overview li,
.et-db #et-boc .et-l .woocommerce-order ul.woocommerce-order-overview li {
	float: none;
	width: auto;
	margin: 0;
	padding: 14px 16px;
	border: 0;
	border-radius: 14px;
	background: var(--mk-surface);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--mk-muted);
	list-style: none;
}

.marketly-theme .woocommerce-order ul.woocommerce-order-overview li strong,
.et-db #et-boc .et-l .woocommerce-order ul.woocommerce-order-overview li strong {
	display: block;
	margin-top: 6px;
	font-family: var(--mk-font-heading);
	font-size: 17px;
	font-weight: 700;
	letter-spacing: 0;
	text-transform: none;
	color: var(--mk-ink);
}

.marketly-theme .woocommerce-order > p:not(.woocommerce-notice),
.et-db #et-boc .et-l .woocommerce-order > p:not(.woocommerce-notice) {
	margin: 0 0 28px;
	padding: 0;
	font-size: 14px;
	color: var(--mk-muted);
}

.marketly-theme .woocommerce-order section,
.et-db #et-boc .et-l .woocommerce-order section {
	margin: 0 0 28px;
}

.marketly-theme .woocommerce-order section:last-child,
.et-db #et-boc .et-l .woocommerce-order section:last-child {
	margin-bottom: 0;
}

.marketly-theme .woocommerce-order section h2,
.et-db #et-boc .et-l .woocommerce-order section h2 {
	margin: 0 0 14px;
	padding: 0;
	font-family: var(--mk-font-heading);
	font-size: 20px;
	font-weight: 700;
	letter-spacing: -0.01em;
	color: var(--mk-ink);
}

.marketly-theme .woocommerce-order table.order_details,
.et-db #et-boc .et-l .woocommerce-order table.order_details {
	width: 100%;
	margin: 0;
	font-size: 14px;
}

.marketly-theme .woocommerce-order table.order_details th,
.marketly-theme .woocommerce-order table.order_details td,
.et-db #et-boc .et-l .woocommerce-order table.order_details th,
.et-db #et-boc .et-l .woocommerce-order table.order_details td {
	padding: 12px 16px;
	text-align: left;
}

.marketly-theme .woocommerce-order table.order_details thead th,
.et-db #et-boc .et-l .woocommerce-order table.order_details thead th {
	font-size: 11px;
}

.marketly-theme .woocommerce-order table.order_details tfoot th,
.marketly-theme .woocommerce-order table.order_details tfoot td,
.et-db #et-boc .et-l .woocommerce-order table.order_details tfoot th,
.et-db #et-boc .et-l .woocommerce-order table.order_details tfoot td {
	background: var(--mk-surface);
	font-weight: 600;
	color: var(--mk-ink);
}

.marketly-theme .woocommerce-order table.order_details td.product-name a,
.et-db #et-boc .et-l .woocommerce-order table.order_details td.product-name a {
	font-weight: 600;
	color: var(--mk-ink);
	text-decoration: none;
}

.marketly-theme .woocommerce-order table.order_details td.product-name a:hover,
.et-db #et-boc .et-l .woocommerce-order table.order_details td.product-name a:hover {
	color: var(--mk-blue);
}

.marketly-theme .woocommerce-order .woocommerce-customer-details address,
.et-db #et-boc .et-l .woocommerce-order .woocommerce-customer-details address {
	margin: 0;
	padding: 18px 20px;
	border: 1px solid var(--mk-line);
	border-radius: 14px;
	background: var(--mk-surface);
	font-style: normal;
	font-size: 14px;
	line-height: 1.7;
	color: var(--mk-body);
}

.marketly-theme .woocommerce-order .woocommerce-customer-details .woocommerce-customer-details--phone,
.marketly-theme .woocommerce-order .woocommerce-customer-details .woocommerce-customer-details--email,
.et-db #et-boc .et-l .woocommerce-order .woocommerce-customer-details .woocommerce-customer-details--phone,
.et-db #et-boc .et-l .woocommerce-order .woocommerce-customer-details .woocommerce-customer-details--email {
	position: relative;
	margin: 8px 0 0;
	padding: 0 0 0 26px;
	font-size: 13px;
}

/* WooCommerce draws the icons with a negative margin; keep them inside the card. */
.marketly-theme .woocommerce-order .woocommerce-customer-details .woocommerce-customer-details--phone::before,
.marketly-theme .woocommerce-order .woocommerce-customer-details .woocommerce-customer-details--email::before,
.et-db #et-boc .et-l .woocommerce-order .woocommerce-customer-details .woocommerce-customer-details--phone::before,
.et-db #et-boc .et-l .woocommerce-order .woocommerce-customer-details .woocommerce-customer-details--email::before {
	left: 0;
	top: 0.15em;
	margin: 0;
	line-height: 1.4;
	color: var(--mk-muted);
}

.marketly-theme .woocommerce-order .woocommerce-columns,
.et-db #et-boc .et-l .woocommerce-order .woocommerce-columns {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
}

/* WooCommerce's clearfix pseudo-elements would take the first grid cell. */
.marketly-theme .woocommerce-order .woocommerce-columns::before,
.marketly-theme .woocommerce-order .woocommerce-columns::after,
.et-db #et-boc .et-l .woocommerce-order .woocommerce-columns::before,
.et-db #et-boc .et-l .woocommerce-order .woocommerce-columns::after {
	display: none;
}

.marketly-theme .woocommerce-order .woocommerce-columns .woocommerce-column,
.et-db #et-boc .et-l .woocommerce-order .woocommerce-columns .woocommerce-column {
	width: 100%;
	float: none;
}

@media (max-width: 767px) {
	.marketly-theme.woocommerce-order-received .mk-checkout-summary .mk-card,
	.et-db.woocommerce-order-received #et-boc .et-l .mk-checkout-summary .mk-card {
		padding: 22px 20px;
	}

	.marketly-theme .woocommerce-order .woocommerce-thankyou-order-received,
	.et-db #et-boc .et-l .woocommerce-order .woocommerce-thankyou-order-received {
		font-size: 20px;
	}

	.marketly-theme .woocommerce-order .woocommerce-columns,
	.et-db #et-boc .et-l .woocommerce-order .woocommerce-columns {
		grid-template-columns: 1fr;
	}
}

/* =========================================================================
   13. MY ACCOUNT
   Divi ships the WooCommerce account CSS prefixed with its layout wrapper,
   so every rule here carries the same prefix to win.
   ========================================================================= */

/* Layout: navigation card + content. */
.marketly-theme .mk-account .woocommerce,
.et-db #et-boc .et-l .mk-account .woocommerce {
	display: grid;
	grid-template-columns: 250px minmax(0, 1fr);
	gap: 40px;
	align-items: start;
}

.marketly-theme .mk-account .woocommerce > .woocommerce-notices-wrapper,
.marketly-theme .mk-account .woocommerce > .woocommerce-info,
.marketly-theme .mk-account .woocommerce > .woocommerce-message,
.marketly-theme .mk-account .woocommerce > .woocommerce-error,
.marketly-theme .mk-account .woocommerce > form,
.marketly-theme .mk-account .woocommerce > .u-columns,
.marketly-theme .mk-account .woocommerce > h2,
.et-db #et-boc .et-l .mk-account .woocommerce > .woocommerce-notices-wrapper,
.et-db #et-boc .et-l .mk-account .woocommerce > .woocommerce-info,
.et-db #et-boc .et-l .mk-account .woocommerce > .woocommerce-message,
.et-db #et-boc .et-l .mk-account .woocommerce > .woocommerce-error,
.et-db #et-boc .et-l .mk-account .woocommerce > form,
.et-db #et-boc .et-l .mk-account .woocommerce > .u-columns,
.et-db #et-boc .et-l .mk-account .woocommerce > h2 {
	grid-column: 1 / -1;
}

.marketly-theme.woocommerce-account .woocommerce-MyAccount-navigation,
.et-db.woocommerce-account #et-boc .et-l .woocommerce-MyAccount-navigation {
	grid-column: 1;
	float: none;
	width: 100%;
	margin: 0;
}

.marketly-theme.woocommerce-account .woocommerce-MyAccount-navigation ul,
.et-db.woocommerce-account #et-boc .et-l .woocommerce-MyAccount-navigation ul {
	display: flex;
	flex-direction: column;
	gap: 4px;
	margin: 0;
	padding: 10px;
	list-style: none;
	border: 1px solid var(--mk-line);
	border-radius: var(--mk-radius-lg);
	background: var(--mk-white);
}

.marketly-theme.woocommerce-account .woocommerce-MyAccount-navigation li,
.et-db.woocommerce-account #et-boc .et-l .woocommerce-MyAccount-navigation li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.marketly-theme.woocommerce-account .woocommerce-MyAccount-navigation li a,
.et-db.woocommerce-account #et-boc .et-l .woocommerce-MyAccount-navigation li a {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 11px 14px;
	border-radius: 10px;
	font-size: 14.5px;
	font-weight: 600;
	color: var(--mk-body);
	text-decoration: none;
	transition: background-color var(--mk-transition), color var(--mk-transition), transform var(--mk-transition);
}

.marketly-theme.woocommerce-account .woocommerce-MyAccount-navigation li a::before,
.et-db.woocommerce-account #et-boc .et-l .woocommerce-MyAccount-navigation li a::before {
	content: "";
	width: 6px;
	height: 6px;
	flex: none;
	border-radius: 50%;
	background: currentColor;
	opacity: 0.35;
	transition: opacity var(--mk-transition), background-color var(--mk-transition);
}

.marketly-theme.woocommerce-account .woocommerce-MyAccount-navigation li a:hover,
.et-db.woocommerce-account #et-boc .et-l .woocommerce-MyAccount-navigation li a:hover {
	background: var(--mk-surface);
	color: var(--mk-ink);
}

.marketly-theme.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a,
.et-db.woocommerce-account #et-boc .et-l .woocommerce-MyAccount-navigation li.is-active a {
	background: var(--mk-ink);
	color: var(--mk-white);
}

.marketly-theme.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a::before,
.et-db.woocommerce-account #et-boc .et-l .woocommerce-MyAccount-navigation li.is-active a::before {
	background: var(--mk-lime);
	opacity: 1;
}

.marketly-theme.woocommerce-account .woocommerce-MyAccount-navigation-link--customer-logout a,
.et-db.woocommerce-account #et-boc .et-l .woocommerce-MyAccount-navigation-link--customer-logout a {
	color: var(--mk-muted);
}

.marketly-theme.woocommerce-account .woocommerce-MyAccount-content,
.et-db.woocommerce-account #et-boc .et-l .woocommerce-MyAccount-content {
	grid-column: 2;
	float: none;
	width: 100%;
	min-width: 0;
	padding: 32px;
	border: 1px solid var(--mk-line);
	border-radius: var(--mk-radius-lg);
	background: var(--mk-white);
	font-size: 15px;
	line-height: 1.65;
	color: var(--mk-body);
}

.marketly-theme.woocommerce-account .woocommerce-MyAccount-content > p,
.et-db.woocommerce-account #et-boc .et-l .woocommerce-MyAccount-content > p {
	padding-bottom: 14px;
}

.marketly-theme.woocommerce-account .woocommerce-MyAccount-content > p:last-child,
.et-db.woocommerce-account #et-boc .et-l .woocommerce-MyAccount-content > p:last-child {
	padding-bottom: 0;
}

.marketly-theme.woocommerce-account .woocommerce-MyAccount-content a:not(.button),
.et-db.woocommerce-account #et-boc .et-l .woocommerce-MyAccount-content a:not(.button) {
	color: var(--mk-ink);
	font-weight: 600;
	text-decoration: underline;
	text-decoration-color: rgba(15, 17, 21, 0.25);
	text-underline-offset: 3px;
}

.marketly-theme.woocommerce-account .woocommerce-MyAccount-content a:not(.button):hover,
.et-db.woocommerce-account #et-boc .et-l .woocommerce-MyAccount-content a:not(.button):hover {
	color: var(--mk-blue);
	text-decoration-color: currentColor;
}

.marketly-theme.woocommerce-account .woocommerce-MyAccount-content h2,
.marketly-theme.woocommerce-account .woocommerce-MyAccount-content h3,
.marketly-theme.woocommerce-account .woocommerce-MyAccount-content legend,
.et-db.woocommerce-account #et-boc .et-l .woocommerce-MyAccount-content h2,
.et-db.woocommerce-account #et-boc .et-l .woocommerce-MyAccount-content h3,
.et-db.woocommerce-account #et-boc .et-l .woocommerce-MyAccount-content legend {
	margin: 0 0 14px;
	padding: 0;
	font-family: var(--mk-font-heading);
	font-size: 20px;
	font-weight: 700;
	letter-spacing: -0.01em;
	color: var(--mk-ink);
}

.marketly-theme.woocommerce-account .woocommerce-MyAccount-content fieldset,
.et-db.woocommerce-account #et-boc .et-l .woocommerce-MyAccount-content fieldset {
	margin: 8px 0 0;
	padding: 24px 0 0;
	border: 0;
	border-top: 1px solid var(--mk-line);
}

/* A floated legend leaves the fieldset border and sits with the fields. */
.marketly-theme.woocommerce-account .woocommerce-MyAccount-content fieldset legend,
.et-db.woocommerce-account #et-boc .et-l .woocommerce-MyAccount-content fieldset legend {
	float: left;
	width: 100%;
	margin: 0 0 16px;
	padding: 0;
}

/* Notices inside the account. */
.marketly-theme .mk-account .woocommerce-info,
.marketly-theme .mk-account .woocommerce-message,
.marketly-theme .mk-account .woocommerce-error,
.et-db #et-boc .et-l .mk-account .woocommerce-info,
.et-db #et-boc .et-l .mk-account .woocommerce-message,
.et-db #et-boc .et-l .mk-account .woocommerce-error {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 12px 20px;
	margin: 0 0 20px;
	/* Divi styles notices with !important (accent background, white 18px text). */
	padding: 14px 18px !important;
	border: 1px solid rgba(47, 91, 255, 0.18);
	border-radius: 14px;
	background: var(--mk-tint) !important;
	font-size: 14px !important;
	line-height: 1.5;
	color: var(--mk-ink) !important;
}

.marketly-theme .mk-account .woocommerce-info a:not(.button),
.marketly-theme .mk-account .woocommerce-message a:not(.button),
.marketly-theme .mk-account .woocommerce-error a:not(.button),
.et-db #et-boc .et-l .mk-account .woocommerce-info a:not(.button),
.et-db #et-boc .et-l .mk-account .woocommerce-message a:not(.button),
.et-db #et-boc .et-l .mk-account .woocommerce-error a:not(.button) {
	color: var(--mk-ink);
	font-weight: 600;
}

.marketly-theme .mk-account .woocommerce-message,
.et-db #et-boc .et-l .mk-account .woocommerce-message {
	border-color: rgba(28, 156, 91, 0.25);
	background: #e8f8ef !important;
}

.marketly-theme .mk-account .woocommerce-error,
.et-db #et-boc .et-l .mk-account .woocommerce-error {
	border-color: rgba(255, 92, 57, 0.3);
	background: #fff1ec !important;
	list-style: none;
}

.marketly-theme .mk-account .woocommerce-error li,
.et-db #et-boc .et-l .mk-account .woocommerce-error li {
	margin: 0;
	list-style: none;
}

.marketly-theme .mk-account .woocommerce-info::before,
.marketly-theme .mk-account .woocommerce-message::before,
.marketly-theme .mk-account .woocommerce-error::before,
.et-db #et-boc .et-l .mk-account .woocommerce-info::before,
.et-db #et-boc .et-l .mk-account .woocommerce-message::before,
.et-db #et-boc .et-l .mk-account .woocommerce-error::before {
	display: none;
}

.marketly-theme .mk-account .woocommerce-info .button,
.marketly-theme .mk-account .woocommerce-message .button,
.et-db #et-boc .et-l .mk-account .woocommerce-info a.button,
.et-db #et-boc .et-l .mk-account .woocommerce-message a.button {
	order: 2;
	margin: 0;
	min-height: 40px;
	padding: 0 18px !important;
	border-radius: 100px;
	background: var(--mk-ink);
	color: var(--mk-white);
	font-size: 13px;
	font-weight: 700;
	line-height: 1.2 !important;
	text-decoration: none;
}

.et-db #et-boc .et-l .mk-account .woocommerce-info a.button::before,
.et-db #et-boc .et-l .mk-account .woocommerce-info a.button::after,
.et-db #et-boc .et-l .mk-account .woocommerce-message a.button::before,
.et-db #et-boc .et-l .mk-account .woocommerce-message a.button::after {
	display: none;
}

/* Forms: login, register, lost password, account details, addresses. */
.marketly-theme.woocommerce-account .u-columns,
.et-db.woocommerce-account #et-boc .et-l .u-columns {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 32px;
}

/* WooCommerce's clearfix pseudo-elements would become grid items. */
.marketly-theme.woocommerce-account .u-columns::before,
.marketly-theme.woocommerce-account .u-columns::after,
.et-db.woocommerce-account #et-boc .et-l .u-columns::before,
.et-db.woocommerce-account #et-boc .et-l .u-columns::after {
	display: none;
}

.marketly-theme.woocommerce-account .u-columns .u-column1,
.marketly-theme.woocommerce-account .u-columns .u-column2,
.et-db.woocommerce-account #et-boc .et-l .u-columns .u-column1,
.et-db.woocommerce-account #et-boc .et-l .u-columns .u-column2 {
	width: 100%;
	max-width: none;
	float: none;
	padding: 32px;
	border: 1px solid var(--mk-line);
	border-radius: var(--mk-radius-lg);
	background: var(--mk-white);
}

.marketly-theme.woocommerce-account .u-columns h2,
.et-db.woocommerce-account #et-boc .et-l .u-columns h2 {
	margin: 0 0 18px;
	padding: 0;
	font-family: var(--mk-font-heading);
	font-size: 24px;
	font-weight: 700;
	letter-spacing: -0.015em;
	color: var(--mk-ink);
}

.marketly-theme .woocommerce form.login,
.marketly-theme .woocommerce form.register,
.marketly-theme .woocommerce form.lost_reset_password,
.et-db #et-boc .et-l .woocommerce form.login,
.et-db #et-boc .et-l .woocommerce form.register,
.et-db #et-boc .et-l .woocommerce form.lost_reset_password {
	margin: 0;
	padding: 0;
	border: 0;
}

.marketly-theme.woocommerce-account:not(.logged-in) .mk-account .woocommerce > form.login,
.marketly-theme.woocommerce-account:not(.logged-in) .mk-account .woocommerce > form.lost_reset_password,
.et-db.woocommerce-account:not(.logged-in) #et-boc .et-l .mk-account .woocommerce > form.login,
.et-db.woocommerce-account:not(.logged-in) #et-boc .et-l .mk-account .woocommerce > form.lost_reset_password {
	max-width: 520px;
	margin: 0 auto;
	padding: 32px;
	border: 1px solid var(--mk-line);
	border-radius: var(--mk-radius-lg);
	background: var(--mk-white);
}

.marketly-theme .mk-account .form-row,
.et-db #et-boc .et-l .mk-account .form-row,
.et-db #et-boc .et-l .mk-account p.form-row {
	float: none;
	width: 100%;
	margin: 0 0 16px;
	padding: 0;
}

.marketly-theme .mk-account .form-row-first,
.marketly-theme .mk-account .form-row-last,
.marketly-theme .mk-account p.form-row-first,
.marketly-theme .mk-account p.form-row-last,
.et-db #et-boc .et-l .mk-account .form-row-first,
.et-db #et-boc .et-l .mk-account .form-row-last,
.et-db #et-boc .et-l .mk-account p.form-row-first,
.et-db #et-boc .et-l .mk-account p.form-row-last {
	width: calc(50% - 8px);
	float: left;
}

.marketly-theme .mk-account .form-row-last,
.marketly-theme .mk-account p.form-row-last,
.et-db #et-boc .et-l .mk-account .form-row-last,
.et-db #et-boc .et-l .mk-account p.form-row-last {
	float: right;
}

.marketly-theme .mk-account .form-row-last + .form-row,
.marketly-theme .mk-account .clear,
.et-db #et-boc .et-l .mk-account .form-row-last + .form-row,
.et-db #et-boc .et-l .mk-account .clear {
	clear: both;
}

.marketly-theme .mk-account .form-row label,
.et-db #et-boc .et-l .mk-account .form-row label {
	display: block;
	margin: 0 0 8px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--mk-ink);
}

.marketly-theme .mk-account .form-row label .required,
.et-db #et-boc .et-l .mk-account .form-row label .required {
	color: var(--mk-coral);
	text-decoration: none;
}

.marketly-theme .mk-account .form-row .input-text,
.marketly-theme .mk-account .form-row input[type="text"],
.marketly-theme .mk-account .form-row input[type="email"],
.marketly-theme .mk-account .form-row input[type="password"],
.marketly-theme .mk-account .form-row input[type="tel"],
.marketly-theme .mk-account .form-row select,
.marketly-theme .mk-account .form-row textarea,
.et-db #et-boc .et-l .mk-account .form-row .input-text,
.et-db #et-boc .et-l .mk-account .form-row input[type="text"],
.et-db #et-boc .et-l .mk-account .form-row input[type="email"],
.et-db #et-boc .et-l .mk-account .form-row input[type="password"],
.et-db #et-boc .et-l .mk-account .form-row input[type="tel"],
.et-db #et-boc .et-l .mk-account .form-row select,
.et-db #et-boc .et-l .mk-account .form-row textarea {
	width: 100%;
	min-height: 52px;
	margin: 0;
	padding: 0 18px;
	border: 1px solid var(--mk-line);
	border-radius: 100px;
	background: var(--mk-white);
	box-shadow: none;
	font-family: var(--mk-font-body);
	font-size: 15px;
	font-weight: 500;
	line-height: 1.4;
	color: var(--mk-ink);
	transition: border-color var(--mk-transition), box-shadow var(--mk-transition);
}

.marketly-theme .mk-account .form-row textarea,
.et-db #et-boc .et-l .mk-account .form-row textarea {
	min-height: 120px;
	padding: 14px 18px;
	border-radius: 16px;
}

.marketly-theme .mk-account .form-row .input-text::placeholder,
.et-db #et-boc .et-l .mk-account .form-row .input-text::placeholder {
	color: var(--mk-muted);
	font-weight: 400;
}

.marketly-theme .mk-account .form-row .input-text:focus,
.marketly-theme .mk-account .form-row select:focus,
.marketly-theme .mk-account .form-row textarea:focus,
.et-db #et-boc .et-l .mk-account .form-row .input-text:focus,
.et-db #et-boc .et-l .mk-account .form-row select:focus,
.et-db #et-boc .et-l .mk-account .form-row textarea:focus {
	border-color: var(--mk-ink);
	box-shadow: 0 0 0 3px rgba(15, 17, 21, 0.06);
	outline: 0;
}

/* Password field with the show/hide eye. */
.marketly-theme .mk-account .password-input,
.et-db #et-boc .et-l .mk-account .password-input {
	position: relative;
	display: block;
	width: 100%;
}

.marketly-theme .mk-account .password-input .input-text,
.et-db #et-boc .et-l .mk-account .password-input .input-text {
	padding-right: 52px;
}

.marketly-theme .mk-account .show-password-input,
.et-db #et-boc .et-l .mk-account .show-password-input {
	top: 50%;
	right: 18px;
	transform: translateY(-50%);
	color: var(--mk-muted);
}

.marketly-theme .mk-account .woocommerce-form-login__rememberme,
.marketly-theme .mk-account .form-row label.woocommerce-form-login__rememberme,
.et-db #et-boc .et-l .mk-account .woocommerce-form-login__rememberme,
.et-db #et-boc .et-l .mk-account .form-row label.woocommerce-form-login__rememberme {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin: 0 0 18px;
	font-size: 14px;
	font-weight: 500;
	text-transform: none;
	letter-spacing: 0;
	color: var(--mk-body);
}

.marketly-theme .mk-account .woocommerce-form-login__rememberme input,
.et-db #et-boc .et-l .mk-account .woocommerce-form-login__rememberme input {
	width: 18px;
	height: 18px;
	margin: 0;
	accent-color: var(--mk-blue);
}

.marketly-theme .mk-account .woocommerce-privacy-policy-text,
.marketly-theme .mk-account .woocommerce-privacy-policy-text p,
.et-db #et-boc .et-l .mk-account .woocommerce-privacy-policy-text,
.et-db #et-boc .et-l .mk-account .woocommerce-privacy-policy-text p {
	margin: 0 0 18px;
	padding: 0;
	font-size: 13px;
	line-height: 1.6;
	color: var(--mk-muted);
}

.marketly-theme .mk-account .woocommerce-LostPassword,
.et-db #et-boc .et-l .mk-account .woocommerce-LostPassword {
	margin: 16px 0 0;
	padding: 0;
	font-size: 14px;
	text-align: center;
}

.marketly-theme .mk-account .woocommerce-LostPassword a,
.et-db #et-boc .et-l .mk-account .woocommerce-LostPassword a {
	color: var(--mk-muted);
	font-weight: 600;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.marketly-theme .mk-account .woocommerce-LostPassword a:hover,
.et-db #et-boc .et-l .mk-account .woocommerce-LostPassword a:hover {
	color: var(--mk-blue);
}

/* Buttons inside the account forms. */
.marketly-theme .mk-account form button.button,
.marketly-theme .mk-account form .button,
.et-db #et-boc .et-l .mk-account form button.button,
.et-db #et-boc .et-l .mk-account form .button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	margin: 0;
	padding: 0 28px !important;
	border: 0;
	border-radius: 100px;
	background: var(--mk-ink);
	color: var(--mk-white);
	font-family: var(--mk-font-body);
	font-size: 15px;
	font-weight: 700;
	line-height: 1.2 !important;
	box-shadow: 0 12px 24px -12px rgba(15, 17, 21, 0.55);
	transition: background-color var(--mk-transition), transform var(--mk-transition), box-shadow var(--mk-transition);
}

.marketly-theme .mk-account form button.button:hover,
.marketly-theme .mk-account form .button:hover,
.et-db #et-boc .et-l .mk-account form button.button:hover,
.et-db #et-boc .et-l .mk-account form .button:hover {
	background: var(--mk-blue);
	color: var(--mk-white);
	transform: translateY(-1px);
	box-shadow: 0 14px 28px -12px rgba(47, 91, 255, 0.6);
}

.et-db #et-boc .et-l .mk-account form button.button::before,
.et-db #et-boc .et-l .mk-account form button.button::after,
.et-db #et-boc .et-l .mk-account form .button::before,
.et-db #et-boc .et-l .mk-account form .button::after {
	display: none;
}

.marketly-theme.woocommerce-account .woocommerce-form-login .woocommerce-form-login__submit,
.marketly-theme.woocommerce-account .woocommerce-form-register .woocommerce-form-register__submit,
.marketly-theme.woocommerce-account form.lost_reset_password .button,
.et-db.woocommerce-account #et-boc .et-l .woocommerce-form-login .woocommerce-form-login__submit,
.et-db.woocommerce-account #et-boc .et-l .woocommerce-form-register .woocommerce-form-register__submit,
.et-db.woocommerce-account #et-boc .et-l form.lost_reset_password .button {
	width: 100%;
}

/* Orders table. */
.marketly-theme.woocommerce-account .woocommerce-orders-table,
.et-db.woocommerce-account #et-boc .et-l .woocommerce-orders-table {
	font-size: 14px;
}

.marketly-theme.woocommerce-account .woocommerce-orders-table__cell-order-number a,
.et-db.woocommerce-account #et-boc .et-l .woocommerce-orders-table__cell-order-number a {
	font-weight: 700;
	text-decoration: none;
}

.marketly-theme.woocommerce-account .woocommerce-orders-table__cell-order-actions,
.et-db.woocommerce-account #et-boc .et-l .woocommerce-orders-table__cell-order-actions {
	text-align: right;
}

.marketly-theme.woocommerce-account .woocommerce-orders-table__cell-order-actions .button,
.et-db.woocommerce-account #et-boc .et-l .woocommerce-orders-table__cell-order-actions a.button {
	display: inline-flex;
	align-items: center;
	min-height: 38px;
	margin: 0 0 0 6px;
	padding: 0 16px !important;
	border: 1px solid var(--mk-line);
	border-radius: 100px;
	background: var(--mk-white);
	color: var(--mk-ink);
	font-size: 13px;
	font-weight: 700;
	line-height: 1.2 !important;
	text-decoration: none;
}

.marketly-theme.woocommerce-account .woocommerce-orders-table__cell-order-actions .button:hover,
.et-db.woocommerce-account #et-boc .et-l .woocommerce-orders-table__cell-order-actions a.button:hover {
	background: var(--mk-ink);
	border-color: var(--mk-ink);
	color: var(--mk-white);
}

.et-db.woocommerce-account #et-boc .et-l .woocommerce-orders-table__cell-order-actions a.button::before,
.et-db.woocommerce-account #et-boc .et-l .woocommerce-orders-table__cell-order-actions a.button::after {
	display: none;
}

/* Addresses. */
.marketly-theme.woocommerce-account .woocommerce-Addresses,
.et-db.woocommerce-account #et-boc .et-l .woocommerce-Addresses {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
}

.marketly-theme.woocommerce-account .woocommerce-Addresses .woocommerce-Address,
.et-db.woocommerce-account #et-boc .et-l .woocommerce-Addresses .woocommerce-Address {
	width: 100%;
	max-width: none;
	float: none;
}

.marketly-theme.woocommerce-account .woocommerce-Address,
.et-db.woocommerce-account #et-boc .et-l .woocommerce-Address {
	padding: 22px 24px;
	border: 1px solid var(--mk-line);
	border-radius: 16px;
	background: var(--mk-surface);
	text-align: left;
}

.marketly-theme.woocommerce-account .woocommerce-Address-title,
.et-db.woocommerce-account #et-boc .et-l .woocommerce-Address-title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 12px;
}

.marketly-theme.woocommerce-account .woocommerce-Address-title h2,
.marketly-theme.woocommerce-account .woocommerce-Address-title h3,
.et-db.woocommerce-account #et-boc .et-l .woocommerce-Address-title h2,
.et-db.woocommerce-account #et-boc .et-l .woocommerce-Address-title h3 {
	margin: 0;
	padding: 0;
	font-size: 17px;
	float: none;
}

.marketly-theme.woocommerce-account .woocommerce-Address-title .edit,
.et-db.woocommerce-account #et-boc .et-l .woocommerce-Address-title a.edit {
	float: none;
	padding: 6px 12px;
	border-radius: 100px;
	background: var(--mk-white);
	font-size: 12px;
	font-weight: 700;
	text-decoration: none;
}

.marketly-theme.woocommerce-account .woocommerce-Address address,
.marketly-theme.woocommerce-account .woocommerce-Address p,
.et-db.woocommerce-account #et-boc .et-l .woocommerce-Address address,
.et-db.woocommerce-account #et-boc .et-l .woocommerce-Address p {
	text-align: left;
	font-style: normal;
	font-size: 14px;
	line-height: 1.7;
	color: var(--mk-body);
}

@media (max-width: 980px) {
	.marketly-theme .mk-account .woocommerce,
	.et-db #et-boc .et-l .mk-account .woocommerce {
		grid-template-columns: 1fr;
		gap: 24px;
	}

	.marketly-theme.woocommerce-account .woocommerce-MyAccount-navigation,
	.marketly-theme.woocommerce-account .woocommerce-MyAccount-content,
	.et-db.woocommerce-account #et-boc .et-l .woocommerce-MyAccount-navigation,
	.et-db.woocommerce-account #et-boc .et-l .woocommerce-MyAccount-content {
		grid-column: 1;
	}

	.marketly-theme.woocommerce-account .woocommerce-MyAccount-navigation ul,
	.et-db.woocommerce-account #et-boc .et-l .woocommerce-MyAccount-navigation ul {
		flex-direction: row;
		flex-wrap: wrap;
	}
}

@media (max-width: 767px) {
	.marketly-theme.woocommerce-account .u-columns,
	.marketly-theme.woocommerce-account .woocommerce-Addresses,
	.et-db.woocommerce-account #et-boc .et-l .u-columns,
	.et-db.woocommerce-account #et-boc .et-l .woocommerce-Addresses {
		grid-template-columns: 1fr;
	}

	.marketly-theme.woocommerce-account .woocommerce-MyAccount-content,
	.marketly-theme.woocommerce-account .u-columns .u-column1,
	.marketly-theme.woocommerce-account .u-columns .u-column2,
	.et-db.woocommerce-account #et-boc .et-l .woocommerce-MyAccount-content,
	.et-db.woocommerce-account #et-boc .et-l .u-columns .u-column1,
	.et-db.woocommerce-account #et-boc .et-l .u-columns .u-column2 {
		padding: 22px 20px;
	}

	.marketly-theme .mk-account .form-row-first,
	.marketly-theme .mk-account .form-row-last,
	.et-db #et-boc .et-l .mk-account .form-row-first,
	.et-db #et-boc .et-l .mk-account .form-row-last {
		width: 100%;
		float: none;
	}
}

/* Order tracking form. */
.marketly-theme .woocommerce form.woocommerce-form-track-order {
	max-width: 560px;
	padding: 32px;
	border: 1px solid var(--mk-line);
	border-radius: var(--mk-radius-lg);
	background: var(--mk-white);
}

.marketly-theme .woocommerce form.woocommerce-form-track-order .form-row {
	width: 100%;
	float: none;
	margin: 0 0 18px;
	padding: 0;
}

.marketly-theme .woocommerce form.woocommerce-form-track-order > p:first-child {
	margin: 0 0 22px;
	padding: 0;
	font-size: 15px;
	line-height: 1.65;
	color: var(--mk-body);
}

.marketly-theme .woocommerce form.woocommerce-form-track-order label,
.et-db #et-boc .et-l .woocommerce form.woocommerce-form-track-order label {
	display: block;
	margin: 0 0 8px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--mk-ink);
}

/* Divi styles the fields of the Text module with its own rules; the
   prefixed selectors give the theme's pill fields the last word. */
.marketly-theme .woocommerce form.woocommerce-form-track-order input.input-text,
.et-db #et-boc .et-l .woocommerce form.woocommerce-form-track-order input.input-text {
	width: 100%;
	min-height: 54px;
	margin: 0;
	padding: 0 20px;
	border: 1px solid var(--mk-line);
	border-radius: 100px;
	background: var(--mk-white);
	box-shadow: none;
	font-family: var(--mk-font-body);
	font-size: 15px;
	font-weight: 500;
	color: var(--mk-ink);
	transition: border-color var(--mk-transition), box-shadow var(--mk-transition);
}

.marketly-theme .woocommerce form.woocommerce-form-track-order input.input-text::placeholder,
.et-db #et-boc .et-l .woocommerce form.woocommerce-form-track-order input.input-text::placeholder {
	color: var(--mk-muted);
	font-weight: 400;
}

.marketly-theme .woocommerce form.woocommerce-form-track-order input.input-text:focus,
.et-db #et-boc .et-l .woocommerce form.woocommerce-form-track-order input.input-text:focus {
	border-color: var(--mk-ink);
	box-shadow: 0 0 0 3px rgba(15, 17, 21, 0.06);
	outline: 0;
}

.marketly-theme .woocommerce form.woocommerce-form-track-order .form-row:last-child {
	margin: 0;
	padding-top: 6px;
}

.marketly-theme .woocommerce form.woocommerce-form-track-order button.button,
.et-db #et-boc .et-l .woocommerce form.woocommerce-form-track-order button.button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 54px;
	margin: 0;
	padding: 0 28px !important;
	border: 0;
	border-radius: 100px;
	background: var(--mk-ink);
	color: var(--mk-white);
	font-family: var(--mk-font-body);
	font-size: 15px;
	font-weight: 700;
	line-height: 1.2 !important;
	box-shadow: 0 12px 24px -12px rgba(15, 17, 21, 0.55);
	transition: background-color var(--mk-transition), transform var(--mk-transition), box-shadow var(--mk-transition);
}

.marketly-theme .woocommerce form.woocommerce-form-track-order button.button:hover,
.et-db #et-boc .et-l .woocommerce form.woocommerce-form-track-order button.button:hover {
	background: var(--mk-blue);
	color: var(--mk-white);
	transform: translateY(-1px);
	box-shadow: 0 14px 28px -12px rgba(47, 91, 255, 0.6);
}

.et-db #et-boc .et-l .woocommerce form.woocommerce-form-track-order button.button::before,
.et-db #et-boc .et-l .woocommerce form.woocommerce-form-track-order button.button::after {
	display: none;
}

/* =========================================================================
   14. RESPONSIVE
   ========================================================================= */

@media (max-width: 1100px) {
	.marketly-theme ul.products.columns-5,
	.marketly-theme ul.products.columns-6 {
		--mk-cols: 4;
	}

	.mk-categories {
		--mk-columns: 4 !important;
	}
}

@media (max-width: 980px) {
	/* Divi's responsive WooCommerce CSS floats the items at 28% / 45% / 48%
	   with !important below 980px; the grid cells own the width here. */
	.marketly-theme.woocommerce-page ul.products li.product:nth-child(n),
	.marketly-theme .et_pb_shop ul.products[class*="columns-"] li.product:nth-child(n),
	.marketly-theme .mk-products ul.products li.product:nth-child(n),
	.marketly-theme ul.products[class*="columns-"] li.product:nth-child(n) {
		width: auto !important;
		max-width: none !important;
		float: none !important;
		clear: none !important;
		margin: 0 !important;
	}

	.marketly-theme ul.products,
	.marketly-theme ul.products.columns-4,
	.marketly-theme ul.products.columns-5,
	.marketly-theme ul.products.columns-6 {
		--mk-cols: 3;
		gap: 28px 18px;
	}

	.mk-categories {
		--mk-columns: 3 !important;
	}

	.mk-toolbar-filters {
		display: inline-flex;
	}

	.mk-filters {
		position: fixed;
		top: 0;
		left: 0;
		bottom: 0;
		z-index: 100001;
		width: min(360px, 92vw);
		padding: 24px;
		border-radius: 0;
		overflow-y: auto;
		background: var(--mk-surface);
		box-shadow: var(--mk-shadow-lg);
		transform: translateX(-100%);
		transition: transform 0.4s var(--mk-ease);
	}

	.mk-filters.is-open {
		transform: translateX(0);
	}

	.mk-filters-close {
		display: inline-flex;
	}

	body.mk-filters-open::after {
		content: "";
		position: fixed;
		inset: 0;
		z-index: 100000;
		background: rgba(11, 13, 18, 0.5);
	}

	.mk-quick-view-product {
		grid-template-columns: 1fr;
	}

	.mk-quick-view-summary {
		padding: 28px 24px;
	}

	.marketly-theme .mk-account .woocommerce {
		grid-template-columns: 1fr;
		gap: 24px;
	}

	.marketly-theme.woocommerce-account .woocommerce-MyAccount-navigation ul {
		flex-direction: row;
		flex-wrap: wrap;
	}

	.mk-track-nav {
		top: -60px;
	}

	.marketly-theme .mk-products-carousel ul.products.mk-track li.product {
		flex-basis: calc((100% - 2 * 24px) / 3);
	}
}

@media (max-width: 767px) {
	.marketly-theme .et_pb_wc_tabs .et_pb_tabs_controls,
	.et-db #et-boc .et-l .mk-product-tabs.et_pb_wc_tabs.et_pb_tabs .et_pb_tabs_controls {
		border-radius: 26px;
	}

	.marketly-theme .et_pb_wc_tabs .et_pb_all_tabs,
	.et-db #et-boc .et-l .mk-product-tabs.et_pb_wc_tabs.et_pb_tabs .et_pb_all_tabs {
		padding: 24px 20px;
		border-radius: var(--mk-radius-lg);
	}

	.marketly-theme #reviews .commentlist li .comment_container,
	.et-db #et-boc .et-l #reviews .commentlist li .comment_container {
		padding: 18px 18px 18px 74px;
	}

	.marketly-theme #reviews .commentlist li img.avatar,
	.et-db #et-boc .et-l #reviews .commentlist li img.avatar {
		left: 18px;
		top: 18px;
		width: 40px;
		height: 40px;
	}

	.marketly-theme ul.products,
	.marketly-theme ul.products.columns-3,
	.marketly-theme ul.products.columns-4,
	.marketly-theme ul.products.columns-5,
	.marketly-theme ul.products.columns-6 {
		--mk-cols: 2;
		gap: 24px 14px;
	}

	.mk-categories {
		--mk-columns: 2 !important;
		gap: 14px;
	}

	.marketly-theme .mk-products-carousel ul.products.mk-track li.product {
		flex-basis: calc((100% - 24px) / 2);
	}

	.marketly-theme ul.products li.product .woocommerce-loop-product__title {
		font-size: 15px;
	}

	.mk-card-body {
		padding-top: 10px;
	}

	.mk-toolbar-right {
		width: 100%;
		margin-left: 0;
		justify-content: space-between;
	}

	.mk-toolbar-sort {
		flex: 1;
	}

	.mk-orderby {
		width: 100%;
	}

	body.mk-list-view .mk-shop-archive ul.products li.product,
	body.mk-list-view .mk-shop-paginated ul.products li.product {
		grid-template-columns: 120px 1fr;
		gap: 16px;
		padding: 12px;
	}

	body.mk-list-view .mk-shop-archive ul.products li.product .woocommerce-loop-product__title,
	body.mk-list-view .mk-shop-paginated ul.products li.product .woocommerce-loop-product__title {
		font-size: 17px;
	}

	.mk-search-overlay-panel {
		padding: 64px 16px 32px;
	}

	.mk-search-form-large .mk-search-input {
		min-height: 58px;
		font-size: 17px;
		padding-left: 20px;
	}

	.mk-search-form-large .mk-search-submit {
		width: 46px;
		height: 46px;
		top: 6px;
		right: 6px;
	}

	.mk-search-suggestions-list {
		grid-template-columns: 1fr;
	}

	.mk-modal {
		padding: 12px;
	}

	.mk-modal-panel {
		max-height: calc(100vh - 24px);
	}

	.mk-quick-view-media {
		padding: 16px;
	}

	.mk-sticky-cart-copy {
		display: none;
	}

	.mk-sticky-cart-inner {
		padding: 10px 0;
	}

	.mk-sticky-cart-actions {
		flex: 1;
	}

	.mk-sticky-cart-actions .button {
		width: 100%;
	}

	.marketly-theme .woocommerce form .form-row-first,
	.marketly-theme .woocommerce form .form-row-last {
		width: 100%;
	}

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

	.marketly-theme .woocommerce table.shop_table td.actions .coupon {
		flex-wrap: wrap;
	}

	.marketly-theme .woocommerce table.shop_table td.actions .coupon .input-text {
		width: 100%;
	}

	.marketly-theme .woocommerce table.shop_table_responsive tr td {
		display: flex;
		justify-content: space-between;
		align-items: center;
		text-align: right;
	}

	.marketly-theme .woocommerce table.shop_table_responsive tr td::before {
		font-weight: 700;
		color: var(--mk-ink);
	}

	.marketly-theme .woocommerce table.shop_table_responsive tr td.product-thumbnail,
	.marketly-theme .woocommerce table.shop_table_responsive tr td.product-remove {
		justify-content: flex-start;
	}

	.marketly-theme .woocommerce table.shop_table_responsive tr td.product-thumbnail::before,
	.marketly-theme .woocommerce table.shop_table_responsive tr td.product-remove::before {
		display: none;
	}

	.mk-drawer-body {
		padding: 16px 20px 20px;
	}

	.mk-drawer-header {
		padding: 18px 20px;
	}

	.mk-single-extras {
		gap: 12px;
	}
}

@media (max-width: 480px) {
	.mk-result-link {
		grid-template-columns: 72px 1fr;
		gap: 14px;
	}

	.mk-result-image {
		width: 72px;
		height: 72px;
	}

	.mk-wishlist-button-labelled {
		width: 100%;
		justify-content: center;
	}
}

/* =========================================================================
   15. DIVI LINK COLOUR OVERRIDES
   Divi applies `.et-db #et-boc .et-l a { color }` to every link inside a
   Theme Builder layout. These rules restore the component colours.
   ========================================================================= */

.et-db #et-boc .et-l .mk-card-cat {
	color: var(--mk-muted);
}

.et-db #et-boc .et-l .mk-card-cat:hover {
	color: var(--mk-blue);
}

.et-db #et-boc .et-l .mk-shop-dark .mk-card-cat {
	color: rgba(255, 255, 255, 0.55);
}

.et-db #et-boc .et-l ul.products li.product .woocommerce-loop-product__title a {
	color: inherit;
}

.et-db #et-boc .et-l ul.products li.product .woocommerce-loop-product__title a:hover {
	color: var(--mk-blue);
}

.et-db #et-boc .et-l .mk-shop-dark ul.products li.product .woocommerce-loop-product__title a:hover {
	color: var(--mk-lime);
}

.et-db #et-boc .et-l .woocommerce a.button,
.et-db #et-boc .et-l .woocommerce .button,
.et-db #et-boc .et-l a.mk-button {
	color: var(--mk-white);
}

.et-db #et-boc .et-l .woocommerce table.shop_table td.actions .coupon .button {
	color: var(--mk-ink);
}

.et-db #et-boc .et-l .woocommerce table.shop_table td.actions .coupon .button:hover {
	color: var(--mk-white);
}

.et-db #et-boc .et-l .mk-filter-list a {
	color: var(--mk-body);
}

.et-db #et-boc .et-l .mk-filter-list a:hover,
.et-db #et-boc .et-l .mk-filter-list li.is-active a {
	color: var(--mk-ink);
}

.et-db #et-boc .et-l .mk-filters-reset {
	color: var(--mk-muted);
}

.et-db #et-boc .et-l .mk-filter-list li.is-active a {
	color: var(--mk-ink);
}

.et-db #et-boc .et-l .mk-filters-reset:hover {
	color: var(--mk-coral);
}

.et-db #et-boc .et-l .mk-category {
	color: var(--mk-ink);
}

.et-db #et-boc .et-l .mk-categories-pills .mk-category:hover {
	color: var(--mk-white);
}

.et-db #et-boc .et-l .mk-categories-dark .mk-category {
	color: var(--mk-white);
}

.et-db #et-boc .et-l .mk-result-link,
.et-db #et-boc .et-l .mk-search-list a,
.et-db #et-boc .et-l .mk-search-suggestions-list a,
.et-db #et-boc .et-l .mk-share-link,
.et-db #et-boc .et-l .mk-tag,
.et-db #et-boc .et-l .woocommerce nav.woocommerce-pagination ul li a,
.et-db #et-boc .et-l .mk-pagination .page-numbers,
.et-db #et-boc .et-l .woocommerce table.shop_table td.product-name a,
.et-db #et-boc .et-l .woocommerce-MyAccount-navigation li a:hover {
	color: var(--mk-ink);
}

.et-db #et-boc .et-l .mk-search-more,
.et-db #et-boc .et-l .mk-quick-view-link:hover {
	color: var(--mk-blue);
}

.et-db #et-boc .et-l .mk-share-link:hover,
.et-db #et-boc .et-l .mk-tag:hover,
.et-db #et-boc .et-l .woocommerce nav.woocommerce-pagination ul li a:hover,
.et-db #et-boc .et-l .mk-pagination .page-numbers:hover,
.et-db #et-boc .et-l .mk-pagination .page-numbers.current,
.et-db #et-boc .et-l .woocommerce-MyAccount-navigation li.is-active a {
	color: var(--mk-white);
}

.et-db #et-boc .et-l .woocommerce-MyAccount-navigation li a {
	color: var(--mk-body);
}

.et-db #et-boc .et-l .mk-header-icon {
	color: inherit;
}

.et-db #et-boc .et-l .mk-header-icons-light .mk-header-icon {
	color: var(--mk-white);
}

.et-db #et-boc .et-l .mk-breadcrumbs a {
	color: inherit;
}

.et-db #et-boc .et-l .mk-wishlist-empty .mk-button {
	color: var(--mk-white);
}

/* Product cards rendered by the theme shortcodes inside a layout inherit
   Divi's heading sizes; pin the card typography. */
.et-db #et-boc .et-l ul.products li.product .woocommerce-loop-product__title {
	font-family: var(--mk-font-heading);
	font-size: 16px;
	font-weight: 700;
	line-height: 1.35;
	letter-spacing: -0.01em;
	color: var(--mk-ink);
	padding: 0;
	margin: 0;
}

.et-db #et-boc .et-l .mk-shop-dark ul.products li.product .woocommerce-loop-product__title {
	color: var(--mk-white);
}

.et-db #et-boc .et-l ul.products li.product .price {
	font-family: var(--mk-font-body);
	font-size: 15px;
	font-weight: 600;
	color: var(--mk-ink);
}

.et-db #et-boc .et-l .mk-shop-dark ul.products li.product .price {
	color: var(--mk-white);
}

.et-db #et-boc .et-l .mk-section-title {
	font-size: 28px;
	line-height: 1.2;
	padding: 0;
}
