/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/

@font-face {
	font-display: swap;
	font-family: "Yekan Bakh FaNum";
	font-style: normal;
	font-weight: 400;
	src: url("assets/fonts/yekanbakhfanum_regular.ttf") format("truetype");
}

@font-face {
	font-display: swap;
	font-family: "Yekan Bakh FaNum";
	font-style: normal;
	font-weight: 600;
	src: url("assets/fonts/yekanbakhfanum-semibold.ttf") format("truetype");
}

@font-face {
	font-display: swap;
	font-family: "Yekan Bakh FaNum";
	font-style: normal;
	font-weight: 700;
	src: url("assets/fonts/yekanbakhfanum_bold.ttf") format("truetype");
}

:root {
	--wd-text-font: "Yekan Bakh FaNum", Arial, sans-serif;
	--wd-title-font: "Yekan Bakh FaNum", Arial, sans-serif;
	--wd-entities-title-font: "Yekan Bakh FaNum", Arial, sans-serif;
	--wd-alternative-font: "Yekan Bakh FaNum", Arial, sans-serif;
	--mamarit-site-font: "Yekan Bakh FaNum", Arial, sans-serif;
}

html,
body,
button,
input,
select,
textarea,
.button,
.btn,
.woodmart-title-container,
.wd-tools-text,
.wd-nav,
.main-nav,
.mobile-nav,
.woocommerce,
.woocommerce-page {
	font-family: var(--mamarit-site-font) !important;
}

body {
	font-weight: 400;
}

body .wd-page-title,
body .single-breadcrumbs-wrapper {
	display: none !important;
}

b,
strong,
th,
label,
h1,
h2,
h3,
h4,
h5,
h6,
.wd-entities-title,
.product_title,
.entry-title,
.page-title,
.widget-title,
.woocommerce-loop-product__title {
	font-family: var(--mamarit-site-font) !important;
	font-weight: 700;
}

body.single-product .single-product-page {
	--mamarit-product-border: #e5e7eb;
	--mamarit-product-green: #16a34a;
	--mamarit-product-ink: #0f172a;
}

body.single-product .product_title {
	color: var(--mamarit-product-ink);
	font-size: clamp(24px, 3vw, 36px);
	font-weight: 800;
	line-height: 1.45;
	margin-bottom: 10px;
}

body.single-product .summary-inner {
	min-width: 0;
}

body.single-product .summary-inner > .price,
body.single-product .summary .price {
	align-items: center;
	color: var(--mamarit-product-green);
	display: flex;
	flex-wrap: wrap;
	font-size: 24px;
	font-weight: 800;
	gap: 8px;
	margin: 12px 0 16px;
}

body.single-product .woocommerce-product-details__short-description {
	background: #f8fafc;
	border: 1px solid var(--mamarit-product-border);
	border-radius: 8px;
	color: #475569;
	line-height: 2;
	margin: 14px 0;
	padding: 14px 16px;
}

body.single-product .summary .wd-wishlist-btn {
	margin: -4px 0 14px;
}

body.single-product .summary .wd-wishlist-btn a {
	align-items: center;
	border: 1px solid var(--mamarit-product-border);
	border-radius: 7px;
	color: #334155;
	display: inline-flex;
	font-size: 13px;
	font-weight: 800;
	gap: 8px;
	min-height: 38px;
	padding: 8px 12px;
	text-decoration: none;
}

body.single-product .summary .wd-wishlist-btn a:hover {
	border-color: #16a34a;
	color: #15803d;
}

body.single-product .woocommerce-product-gallery__wrapper,
body.single-product .product-images .woocommerce-product-gallery__wrapper {
	background: #fff;
	border-radius: 8px;
	overflow: hidden;
}

body.single-product .woocommerce-product-gallery__image img,
body.single-product .product-images .wd-carousel-item img {
	display: block;
	height: auto;
	max-width: 100%;
	object-fit: contain;
	width: auto;
}

body.single-product .woocommerce-product-gallery .wd-gallery-thumb img,
body.single-product .woocommerce-product-gallery .flex-control-thumbs img {
	height: auto;
	object-fit: cover;
	width: 100%;
}

.mamarit-single-product-details {
	margin: 16px 0;
}

.mamarit-single-product-details__grid {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.mamarit-single-product-detail {
	background: #fff;
	border: 1px solid var(--mamarit-product-border);
	border-radius: 8px;
	box-shadow: 0 8px 22px rgba(15, 23, 42, .04);
	display: flex;
	flex-direction: column;
	gap: 5px;
	min-width: 0;
	padding: 12px 14px;
}

.mamarit-single-product-detail__label {
	color: #64748b;
	font-size: 12px;
	font-weight: 700;
}

.mamarit-single-product-detail__value {
	color: var(--mamarit-product-ink);
	font-size: 15px;
	font-weight: 800;
	line-height: 1.7;
	overflow-wrap: anywhere;
}

.mamarit-single-product-service-groups {
	border-top: 1px solid var(--mamarit-product-border);
	display: grid;
	gap: 16px;
	margin-top: 18px;
	max-width: 100%;
	min-width: 0;
	padding-top: 16px;
}

.mamarit-single-product-service-group h3 {
	color: #0f172a;
	font-size: 15px;
	font-weight: 800;
	margin: 0 0 10px;
}

.mamarit-single-product-service-group {
	max-width: 100%;
	min-width: 0;
	overflow: hidden;
	position: relative;
}

.mamarit-single-product-service-list {
	display: flex;
	flex-wrap: nowrap;
	gap: 10px;
	margin: 0 -2px;
	max-width: 100%;
	min-width: 0;
	overflow-x: auto;
	overflow-y: hidden;
	overscroll-behavior-x: contain;
	padding: 2px 2px 8px;
	scrollbar-width: thin;
	-webkit-overflow-scrolling: touch;
}

.mamarit-single-product-service-card {
	align-items: center;
	background: #fff;
	border: 1px solid var(--mamarit-product-border);
	border-radius: 8px;
	display: inline-flex;
	flex: 0 0 150px;
	gap: 10px;
	min-height: 62px;
	min-width: 150px;
	padding: 10px;
}

.mamarit-single-product-service-card__icon {
	align-items: center;
	background: #f0fdf4;
	border-radius: 8px;
	color: #16a34a;
	display: inline-flex;
	flex: 0 0 40px;
	font-size: 23px;
	height: 40px;
	justify-content: center;
	width: 40px;
}

.mamarit-single-product-service-card__title {
	color: #111827;
	font-size: 13px;
	font-weight: 800;
	line-height: 1.5;
}

@media (max-width: 768px) {
	.mamarit-single-product-service-list {
		margin-inline: -12px;
		padding-inline: 12px;
		scroll-snap-type: x proximity;
	}

	.mamarit-single-product-service-card {
		flex: 0 0 172px;
		min-width: 172px;
		scroll-snap-align: start;
	}
}

.mamarit-single-product-recommended {
	border-top: 1px solid var(--mamarit-product-border, #e5e7eb);
	margin-top: 18px;
	max-width: 100%;
	min-width: 0;
	padding-top: 16px;
}

.mamarit-single-product-recommended__head h3 {
	color: var(--mamarit-product-ink, #0f172a);
	font-size: 15px;
	font-weight: 800;
	margin: 0 0 12px;
}

.mamarit-single-product-recommended__list {
	display: flex;
	flex-wrap: nowrap;
	gap: 12px;
	max-width: 100%;
	min-width: 0;
	overflow-x: auto;
	overflow-y: hidden;
	overscroll-behavior-x: contain;
	padding-bottom: 8px;
	scroll-snap-type: x proximity;
	scrollbar-width: thin;
	-webkit-overflow-scrolling: touch;
}

.mamarit-single-product-recommended__list .mamarit-home-product-card {
	flex: 0 0 168px;
	min-width: 168px;
	scroll-snap-align: start;
}

.mamarit-single-product-recommended__list .mamarit-home-product-card h3 {
	-webkit-box-orient: vertical;
	display: -webkit-box;
	font-size: 13px;
	-webkit-line-clamp: 2;
	line-height: 1.5;
	overflow: hidden;
}

.mamarit-single-product-recommended__list .mamarit-home-product-card__body {
	gap: 8px;
	padding: 10px;
}

.mamarit-single-product-recommended__list .mamarit-home-product-card__price {
	font-size: 13px;
}

.mamarit-single-product-recommended__list .mamarit-add-to-cart-row,
.mamarit-single-product-recommended__list .mamarit-home-product-card__button {
	font-size: 12px;
}

.mamarit-single-product-recommended__list .mamarit-qty-stepper {
	height: 36px;
}

@media (max-width: 768px) {
	.mamarit-single-product-recommended__list {
		margin-inline: -12px;
		padding-inline: 12px;
	}

	.mamarit-single-product-recommended__list .mamarit-home-product-card {
		flex: 0 0 min(180px, 58vw);
		min-width: min(180px, 58vw);
	}
}

body.single-product .wd-compare-btn,
body.single-product .product-compare-button,
body.single-product .compare-btn-wrapper,
body.single-product a.compare {
	display: none !important;
}

body.single-product form.cart {
	align-items: stretch;
	background: #fff;
	border: 1px solid var(--mamarit-product-border);
	border-radius: 8px;
	box-shadow: 0 12px 28px rgba(15, 23, 42, .06);
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 16px;
	padding: 12px;
}

body.single-product form.cart .quantity {
	margin: 0 !important;
}

body.single-product form.cart .quantity input.qty,
body.single-product form.cart .single_add_to_cart_button {
	border-radius: 7px !important;
	min-height: 44px;
}

body.single-product form.cart .single_add_to_cart_button {
	background: var(--mamarit-product-green) !important;
	flex: 1 1 180px;
	font-size: 14px;
	font-weight: 800;
}

body.single-product .product_meta {
	background: #f8fafc;
	border: 1px solid var(--mamarit-product-border);
	border-radius: 8px;
	margin-top: 16px;
	padding: 12px 14px;
}

body.single-product .woocommerce-tabs {
	background: #fff;
	border: 0;
	border-top: 1px solid var(--mamarit-product-border);
	border-radius: 0;
	box-shadow: none;
	margin-top: 28px;
	overflow: hidden;
	padding: 0;
}

body.single-product .product-tabs-wrapper {
	margin-top: 30px;
}

body.single-product .woocommerce-tabs .wd-nav-tabs-wrapper {
	background: transparent;
	border-bottom: 1px solid var(--mamarit-product-border);
	display: block !important;
	margin: 0;
	overflow-x: auto;
	padding: 0;
	text-align: right !important;
}

body.single-product .woocommerce-tabs .wd-nav-tabs {
	display: flex;
	flex-wrap: nowrap;
	gap: 8px;
	justify-content: flex-start;
	margin: 0;
	min-width: max-content;
}

body.single-product .woocommerce-tabs .wd-accordion-item {
	border: 0;
}

body.single-product .woocommerce-tabs .wd-accordion-title {
	display: none !important;
}

body.single-product .woocommerce-tabs .wd-nav-tabs > li {
	margin: 0 !important;
}

body.single-product .woocommerce-tabs .wd-nav-tabs .wd-nav-link {
	align-items: center;
	background: transparent;
	border: 1px solid #d1d5db;
	border-radius: 7px;
	color: #334155;
	display: inline-flex;
	font-size: 14px;
	font-weight: 800;
	min-height: 42px;
	padding: 9px 16px;
	text-decoration: none;
	transition: border-color .15s ease, color .15s ease;
}

body.single-product .woocommerce-tabs .wd-nav-tabs > li.active .wd-nav-link,
body.single-product .woocommerce-tabs .wd-nav-tabs .wd-nav-link:hover {
	background: transparent;
	border-color: #16a34a;
	box-shadow: none;
	color: #15803d;
}

body.single-product .woocommerce-tabs .woocommerce-Tabs-panel,
body.single-product .woocommerce-tabs .wc-tab {
	color: #475569;
	line-height: 2.1;
	padding: 18px 0 !important;
}

body.single-product .woocommerce-tabs[data-layout="tabs"] .woocommerce-Tabs-panel:not(.wd-active) {
	display: none;
}

body.single-product .woocommerce-tabs[data-layout="tabs"] .woocommerce-Tabs-panel.wd-active {
	display: block;
}

body.single-product .woocommerce-tabs .wc-tab-inner {
	max-width: none;
}

body.single-product #tab-description .wp-block-gallery,
body.single-product #tab-description .gallery {
	display: flex;
	flex-wrap: nowrap;
	gap: 14px;
	margin-left: -2px;
	margin-right: -2px;
	overflow-x: auto;
	overscroll-behavior-inline: contain;
	padding: 2px 2px 10px;
	scrollbar-width: thin;
}

body.single-product #tab-description .wp-block-gallery > *,
body.single-product #tab-description .gallery > * {
	flex: 0 0 min(320px, 82vw);
	max-width: min(320px, 82vw);
	width: min(320px, 82vw) !important;
}

body.single-product #tab-description .wpb-content-wrapper > .vc_row {
	display: block;
}

body.single-product #tab-description .wpb-content-wrapper > .vc_row > .wpb_column {
	float: none;
	margin-bottom: 16px;
	max-width: 100%;
	width: 100% !important;
}

body.single-product #tab-description .wc-tab-inner::after {
	clear: both;
	content: "";
	display: table;
}

body.single-product #tab-description img {
	border: 1px solid var(--mamarit-product-border);
	border-radius: 8px;
	display: inline-block;
	height: auto;
	margin: 10px 0;
	max-width: min(260px, 70vw);
	object-fit: cover;
}

body.single-product #tab-description img.alignleft,
body.single-product #tab-description img.alignright {
	float: none;
	clear: both;
	display: block;
	margin-left: 0;
	margin-right: 0;
}

.mamarit-description-images {
	display: flex;
	flex-wrap: nowrap;
	gap: 12px;
	margin-top: 16px;
	overflow-x: auto;
	overscroll-behavior-inline: contain;
	padding-bottom: 8px;
	scrollbar-width: thin;
}

.mamarit-description-images img,
.mamarit-description-images a {
	flex: 0 0 auto;
}

.mamarit-description-images img {
	margin: 0;
	max-height: 180px;
	width: auto;
}

body.single-product .woocommerce-tabs h2,
body.single-product .woocommerce-tabs h3,
body.single-product .woocommerce-tabs .wd-reviews-heading h2 {
	color: #0f172a;
	font-size: 20px;
	font-weight: 800;
	margin-bottom: 14px;
}

body.single-product .woocommerce-tabs table.shop_attributes {
	border: 1px solid var(--mamarit-product-border);
	border-collapse: separate;
	border-radius: 8px;
	border-spacing: 0;
	overflow: hidden;
}

body.single-product .woocommerce-tabs table.shop_attributes th,
body.single-product .woocommerce-tabs table.shop_attributes td {
	border-bottom: 1px solid var(--mamarit-product-border);
	padding: 12px 14px;
}

body.single-product .woocommerce-tabs table.shop_attributes tr:last-child th,
body.single-product .woocommerce-tabs table.shop_attributes tr:last-child td {
	border-bottom: 0;
}

body.single-product .woocommerce-tabs table.shop_attributes th {
	background: #f8fafc;
	color: #334155;
	font-weight: 800;
}

body.single-product .woocommerce-tabs #reviews,
body.single-product .woocommerce-tabs .woocommerce-Reviews {
	background: #f8fafc;
	border: 1px solid var(--mamarit-product-border);
	border-radius: 8px;
	padding: 16px;
}

body.single-product .woocommerce-tabs .woocommerce-noreviews,
body.single-product .woocommerce-tabs .woocommerce-verification-required {
	background: #fff;
	border: 1px solid #e5e7eb;
	border-radius: 8px;
	color: #475569;
	font-weight: 700;
	line-height: 2;
	margin: 0;
	padding: 14px 16px;
}

body.single-product .woocommerce-tabs .commentlist li,
body.single-product .woocommerce-tabs .comment_container,
body.single-product .woocommerce-tabs #review_form_wrapper {
	background: #fff;
	border: 1px solid #e5e7eb;
	border-radius: 8px;
	padding: 14px;
}

body.single-product .woocommerce-tabs #review_form_wrapper {
	margin-top: 16px;
}

body.single-product .woocommerce-tabs #review_form label {
	color: #334155;
	font-weight: 800;
}

body.single-product .woocommerce-tabs #review_form textarea,
body.single-product .woocommerce-tabs #review_form input,
body.single-product .woocommerce-tabs #review_form select {
	border: 1px solid #d1d5db;
	border-radius: 7px;
	box-shadow: none;
}

body.single-product .woocommerce-tabs #review_form .form-submit .submit {
	background: #16a34a;
	border-radius: 7px;
	color: #fff;
	font-weight: 800;
}

.mamarit-locked-review-form {
	background: #fff;
	border: 1px solid #e5e7eb;
	border-radius: 8px;
	margin-top: 16px;
	overflow: hidden;
	position: relative;
}

.mamarit-locked-review-form__content {
	display: grid;
	gap: 10px;
	padding: 16px;
	filter: blur(2px);
	pointer-events: none;
	user-select: none;
}

.mamarit-locked-review-form__content label {
	color: #334155;
	font-weight: 800;
}

.mamarit-locked-review-form__content textarea,
.mamarit-locked-review-form__content select {
	border: 1px solid #d1d5db;
	border-radius: 7px;
	min-height: 42px;
	padding: 8px 10px;
}

.mamarit-locked-review-form__content button {
	background: #16a34a;
	border: 0;
	border-radius: 7px;
	color: #fff;
	font-weight: 800;
	min-height: 42px;
	width: 120px;
}

.mamarit-locked-review-form__overlay {
	align-items: center;
	background: rgba(255, 255, 255, .82);
	color: #0f172a;
	display: flex;
	font-size: 15px;
	font-weight: 900;
	inset: 0;
	justify-content: center;
	line-height: 2;
	padding: 18px;
	position: absolute;
	text-align: center;
	z-index: 2;
}

body.single-product .wd-social-icons,
body.single-product .product-share,
body.single-product .share-title,
body.single-product .wd-share,
body.single-product .wd-product-share,
body.single-product .wd-social-share {
	display: none !important;
}

body.woocommerce-cart .cart-content-wrapper {
	--mamarit-cart-border: #e5e7eb;
	--mamarit-cart-green: #16a34a;
	--mamarit-cart-ink: #0f172a;
}

body.woocommerce-cart .return-to-shop,
body.woocommerce-cart .cart-empty.woocommerce-info,
body.woocommerce-cart .wc-empty-cart-message {
	display: none !important;
}

.mamarit-empty-cart {
	-webkit-backdrop-filter: blur(20px) saturate(155%);
	backdrop-filter: blur(20px) saturate(155%);
	background:
		linear-gradient(145deg, rgba(255, 255, 255, .9), rgba(255, 255, 255, .62)),
		radial-gradient(circle at 12% 8%, rgba(255, 255, 255, .94), transparent 24%),
		radial-gradient(circle at 100% 100%, rgba(22, 163, 74, .14), transparent 46%);
	border: 1px solid rgba(255, 255, 255, .78);
	border-radius: 10px;
	box-shadow:
		0 24px 56px rgba(15, 23, 42, .1),
		inset 0 1px 0 rgba(255, 255, 255, .86),
		inset 0 -18px 36px rgba(22, 163, 74, .06);
	direction: rtl;
	display: grid;
	gap: 24px;
	grid-template-columns: minmax(180px, 280px) minmax(0, 1fr);
	margin: 28px auto 42px;
	max-width: 920px;
	overflow: hidden;
	padding: 26px;
	position: relative;
}

.mamarit-empty-cart::before {
	background:
		linear-gradient(115deg, rgba(255, 255, 255, .7), rgba(255, 255, 255, .08) 42%, rgba(255, 255, 255, .3)),
		radial-gradient(ellipse at 18% 0%, rgba(255, 255, 255, .88), transparent 34%);
	border-radius: inherit;
	content: "";
	inset: 0;
	mix-blend-mode: screen;
	opacity: .5;
	pointer-events: none;
	position: absolute;
}

.mamarit-empty-cart__visual,
.mamarit-empty-cart__content {
	position: relative;
	z-index: 1;
}

.mamarit-empty-cart__visual {
	align-items: center;
	background:
		linear-gradient(145deg, rgba(236, 253, 245, .82), rgba(255, 255, 255, .54)),
		radial-gradient(circle at 30% 18%, rgba(255, 255, 255, .94), transparent 36%);
	border: 1px solid rgba(255, 255, 255, .76);
	border-radius: 10px;
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, .82),
		inset 0 -18px 34px rgba(22, 163, 74, .08);
	display: flex;
	justify-content: center;
	min-height: 220px;
}

.mamarit-empty-cart__visual svg {
	fill: none;
	height: 132px;
	stroke: #16a34a;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 4;
	width: 132px;
}

.mamarit-empty-cart__eyebrow {
	background: #ecfdf5;
	border: 1px solid #bbf7d0;
	border-radius: 999px;
	color: #15803d;
	display: inline-flex;
	font-size: 12px;
	font-weight: 900;
	margin-bottom: 10px;
	padding: 6px 10px;
}

.mamarit-empty-cart h2 {
	color: var(--mamarit-cart-ink, #0f172a);
	font-size: clamp(24px, 3vw, 34px);
	font-weight: 950;
	line-height: 1.45;
	margin: 0 0 10px;
}

.mamarit-empty-cart p {
	color: #64748b;
	font-size: 15px;
	font-weight: 700;
	line-height: 2.05;
	margin: 0;
	max-width: 560px;
}

.mamarit-empty-cart__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 18px;
}

.mamarit-empty-cart__primary,
.mamarit-empty-cart__secondary {
	align-items: center;
	border-radius: 7px;
	display: inline-flex;
	font-weight: 900;
	justify-content: center;
	min-height: 44px;
	padding: 10px 15px;
	text-decoration: none;
}

.mamarit-empty-cart__primary {
	background:
		linear-gradient(145deg, rgba(22, 163, 74, .95), rgba(34, 197, 94, .78)),
		radial-gradient(circle at 26% 12%, rgba(255, 255, 255, .54), transparent 38%) !important;
	border: 1px solid rgba(255, 255, 255, .46) !important;
	box-shadow:
		0 10px 22px rgba(22, 163, 74, .2),
		inset 0 1px 0 rgba(255, 255, 255, .58);
	color: #fff !important;
}

.mamarit-empty-cart__secondary {
	background: rgba(255, 255, 255, .68);
	border: 1px solid rgba(203, 213, 225, .78);
	color: #334155;
}

.mamarit-empty-cart__primary:hover,
.mamarit-empty-cart__secondary:hover {
	transform: translateY(-1px);
	text-decoration: none;
}

.mamarit-empty-cart__perks {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 18px;
}

.mamarit-empty-cart__perks span {
	background: rgba(236, 253, 245, .72);
	border: 1px solid rgba(187, 247, 208, .9);
	border-radius: 999px;
	color: #166534;
	font-size: 12px;
	font-weight: 850;
	padding: 6px 10px;
}

@media (max-width: 768px) {
	.mamarit-empty-cart {
		gap: 16px;
		grid-template-columns: 1fr;
		margin: 18px auto 28px;
		padding: 16px;
	}

	.mamarit-empty-cart__visual {
		min-height: 150px;
	}

	.mamarit-empty-cart__visual svg {
		height: 98px;
		width: 98px;
	}

	.mamarit-empty-cart h2 {
		font-size: 22px;
	}

	.mamarit-empty-cart__actions {
		display: grid;
		grid-template-columns: 1fr;
	}
}

.cart-widget-side,
.wd-dropdown-cart {
	--mamarit-cart-border: #e5e7eb;
	--mamarit-cart-green: #16a34a;
	--mamarit-cart-ink: #0f172a;
}

.cart-widget-side {
	background: #f8fafc;
	box-shadow: -12px 0 32px rgba(15, 23, 42, .12);
}

.cart-widget-side .wd-heading,
.wd-dropdown-cart .wd-heading {
	align-items: center;
	background: #fff;
	border-bottom: 1px solid var(--mamarit-cart-border);
	display: flex;
	justify-content: space-between;
	padding: 16px 18px;
}

.cart-widget-side .wd-heading .title,
.wd-dropdown-cart .wd-heading .title {
	color: var(--mamarit-cart-ink);
	font-size: 17px;
	font-weight: 900;
	margin: 0;
}

.cart-widget-side .woocommerce-mini-cart,
.wd-dropdown-cart .woocommerce-mini-cart {
	display: grid !important;
	gap: 10px;
	list-style: none;
	margin: 0;
	padding: 12px;
}

.cart-widget-side .woocommerce-mini-cart .mini_cart_item,
.wd-dropdown-cart .woocommerce-mini-cart .mini_cart_item {
	align-items: start;
	background: #fff !important;
	border: 1px solid var(--mamarit-cart-border);
	border-radius: 8px;
	box-shadow: 0 8px 20px rgba(15, 23, 42, .04);
	display: grid !important;
	gap: 0 10px;
	grid-template-columns: 72px minmax(0, 1fr);
	margin: 0 !important;
	min-height: 0;
	padding: 10px !important;
	padding-inline-end: 42px !important;
	position: relative;
	transition: border-color .15s ease, box-shadow .15s ease;
}

.cart-widget-side .woocommerce-mini-cart .mini_cart_item:hover,
.wd-dropdown-cart .woocommerce-mini-cart .mini_cart_item:hover {
	background: #fff !important;
	border-color: #bbf7d0;
	box-shadow: 0 10px 24px rgba(15, 23, 42, .08);
}

.cart-widget-side .woocommerce-mini-cart .cart-item-link,
.wd-dropdown-cart .woocommerce-mini-cart .cart-item-link {
	display: none;
}

.cart-widget-side .woocommerce-mini-cart .cart-item-image,
.wd-dropdown-cart .woocommerce-mini-cart .cart-item-image {
	align-self: start;
	border: 1px solid var(--mamarit-cart-border);
	border-radius: 8px;
	display: block !important;
	flex: none !important;
	grid-column: 1;
	grid-row: 1;
	margin: 0 !important;
	margin-inline-end: 0 !important;
	overflow: hidden;
	position: relative;
	width: 72px;
	z-index: 1;
}

.cart-widget-side .woocommerce-mini-cart .cart-item-image img,
.wd-dropdown-cart .woocommerce-mini-cart .cart-item-image img,
.cart-widget-side .woocommerce-mini-cart .mini_cart_item > img,
.wd-dropdown-cart .woocommerce-mini-cart .mini_cart_item > img {
	aspect-ratio: 1;
	border-radius: 8px;
	display: block;
	height: 72px !important;
	max-width: 72px !important;
	min-width: 72px !important;
	object-fit: cover;
	width: 72px !important;
}

.cart-widget-side .woocommerce-mini-cart .mini_cart_item > img,
.wd-dropdown-cart .woocommerce-mini-cart .mini_cart_item > img {
	border: 1px solid var(--mamarit-cart-border);
	grid-column: 1;
	grid-row: 1;
}

.cart-widget-side .woocommerce-mini-cart .cart-info,
.wd-dropdown-cart .woocommerce-mini-cart .cart-info {
	display: flex;
	flex: none !important;
	flex-direction: column;
	gap: 6px;
	grid-column: 2;
	min-width: 0;
	padding: 0 !important;
	padding-inline-end: 0 !important;
	position: relative;
	z-index: 1;
}

.cart-widget-side .woocommerce-mini-cart .wd-entities-title,
.wd-dropdown-cart .woocommerce-mini-cart .wd-entities-title {
	color: var(--mamarit-cart-ink);
	display: block;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.6;
	margin: 0 0 2px;
	overflow-wrap: anywhere;
}

.cart-widget-side .woocommerce-mini-cart .quantity,
.wd-dropdown-cart .woocommerce-mini-cart .quantity {
	align-items: center;
	background: #f8fafc;
	border: 1px solid var(--mamarit-cart-border);
	border-radius: 7px;
	color: #334155;
	display: inline-flex;
	flex-wrap: wrap;
	font-size: 12px;
	font-weight: 800;
	gap: 4px;
	line-height: 1.5;
	margin: 0;
	padding: 6px 8px;
	width: fit-content;
}

.cart-widget-side .woocommerce-mini-cart .quantity .amount,
.wd-dropdown-cart .woocommerce-mini-cart .quantity .amount {
	color: var(--mamarit-cart-green);
	font-weight: 900;
}

.cart-widget-side .woocommerce-mini-cart .cart-info div.quantity,
.wd-dropdown-cart .woocommerce-mini-cart .cart-info div.quantity {
	border: 1px solid #d1d5db;
	border-radius: 7px;
	margin-bottom: 0;
	overflow: hidden;
}

.cart-widget-side .woocommerce-mini-cart .remove,
.wd-dropdown-cart .woocommerce-mini-cart .remove {
	align-items: center;
	background: #fef2f2 !important;
	border: 1px solid #fecaca !important;
	border-radius: 8px !important;
	box-shadow: none !important;
	color: #dc2626 !important;
	display: inline-flex !important;
	font-size: 0 !important;
	height: 32px;
	inset-inline-end: 10px !important;
	inset-inline-start: auto !important;
	justify-content: center;
	line-height: 1 !important;
	position: absolute !important;
	text-decoration: none !important;
	top: 10px !important;
	width: 32px;
	z-index: 5;
}

.cart-widget-side .woocommerce-mini-cart .remove::before,
.wd-dropdown-cart .woocommerce-mini-cart .remove::before {
	content: none !important;
	display: none !important;
}

.cart-widget-side .woocommerce-mini-cart .remove::after,
.wd-dropdown-cart .woocommerce-mini-cart .remove::after {
	color: currentColor !important;
	content: "×" !important;
	display: block !important;
	font-family: var(--mamarit-site-font) !important;
	font-size: 20px !important;
	font-weight: 900 !important;
	line-height: 1 !important;
	speak: none;
}

.cart-widget-side .woocommerce-mini-cart .remove:hover,
.wd-dropdown-cart .woocommerce-mini-cart .remove:hover {
	background: #fee2e2 !important;
	box-shadow: none !important;
	color: #b91c1c !important;
}

.cart-widget-side .shopping-cart-widget-footer,
.wd-dropdown-cart .shopping-cart-widget-footer {
	background: #fff;
	border-top: 1px solid var(--mamarit-cart-border);
	box-shadow: 0 -8px 24px rgba(15, 23, 42, .04);
	padding: 14px !important;
}

.cart-widget-side .shopping-cart-widget-footer > *,
.wd-dropdown-cart .shopping-cart-widget-footer > * {
	padding-inline: 0 !important;
}

.cart-widget-side .woocommerce-mini-cart__total,
.wd-dropdown-cart .woocommerce-mini-cart__total {
	align-items: center;
	background: #f0fdf4;
	border: 1px solid #bbf7d0;
	border-radius: 8px;
	color: var(--mamarit-cart-ink);
	display: flex;
	font-weight: 800;
	justify-content: space-between;
	margin: 0 0 10px !important;
	padding: 12px 14px;
}

.cart-widget-side .woocommerce-mini-cart__total .amount,
.wd-dropdown-cart .woocommerce-mini-cart__total .amount {
	color: var(--mamarit-cart-green);
	font-size: 16px;
	font-weight: 900;
}

.cart-widget-side .woocommerce-mini-cart__buttons,
.wd-dropdown-cart .woocommerce-mini-cart__buttons {
	display: grid;
	gap: 8px;
	margin: 0;
}

.cart-widget-side .woocommerce-mini-cart__buttons .button,
.wd-dropdown-cart .woocommerce-mini-cart__buttons .button {
	align-items: center;
	border-radius: 7px !important;
	display: inline-flex !important;
	font-weight: 900 !important;
	justify-content: center;
	min-height: 44px;
	text-align: center;
}

.cart-widget-side .woocommerce-mini-cart__buttons .button.wc-forward:not(.checkout),
.wd-dropdown-cart .woocommerce-mini-cart__buttons .button.wc-forward:not(.checkout) {
	background: #fff !important;
	border: 1px solid var(--mamarit-cart-green) !important;
	color: var(--mamarit-cart-green) !important;
}

.cart-widget-side .woocommerce-mini-cart__buttons .checkout,
.wd-dropdown-cart .woocommerce-mini-cart__buttons .checkout {
	background: var(--mamarit-cart-green) !important;
	border: 1px solid var(--mamarit-cart-green) !important;
	box-shadow: 0 8px 18px rgba(22, 163, 74, .2);
	color: #fff !important;
}

@media (max-width: 768px) {
	.cart-widget-side .shopping-cart-widget-footer,
	.wd-dropdown-cart .shopping-cart-widget-footer {
		margin-bottom: calc(72px + 16px + env(safe-area-inset-bottom, 0px)) !important;
	}
}

.cart-widget-side .wd-empty-mini-cart,
.wd-dropdown-cart .wd-empty-mini-cart {
	-webkit-backdrop-filter: blur(18px) saturate(155%);
	backdrop-filter: blur(18px) saturate(155%);
	background:
		linear-gradient(145deg, rgba(255, 255, 255, .96), rgba(236, 253, 245, .7)),
		radial-gradient(circle at 18% 8%, rgba(255, 255, 255, .92), transparent 28%),
		radial-gradient(circle at 100% 100%, rgba(22, 163, 74, .22), transparent 44%);
	border: 1px solid rgba(255, 255, 255, .76);
	border-radius: 10px;
	color: #64748b;
	box-shadow:
		0 18px 42px rgba(15, 23, 42, .08),
		inset 0 1px 0 rgba(255, 255, 255, .84),
		inset 0 -16px 32px rgba(22, 163, 74, .06);
	direction: rtl;
	margin: 16px;
	overflow: hidden;
	padding: 20px 16px;
	position: relative;
	text-align: center;
}

.cart-widget-side .wd-empty-mini-cart::before,
.wd-dropdown-cart .wd-empty-mini-cart::before {
	background:
		linear-gradient(145deg, rgba(220, 252, 231, .96), rgba(187, 247, 208, .66)),
		radial-gradient(circle at 30% 18%, rgba(255, 255, 255, .96), transparent 36%);
	border: 1px solid rgba(22, 163, 74, .2);
	border-radius: 999px;
	box-shadow:
		0 10px 24px rgba(22, 163, 74, .18),
		inset 0 1px 0 rgba(255, 255, 255, .86),
		inset 0 -10px 20px rgba(22, 163, 74, .08);
	align-items: center;
	color: #15803d;
	content: "\f147";
	display: inline-flex;
	font-family: woodmart-font;
	font-size: 42px;
	height: 86px;
	justify-content: center;
	line-height: 86px;
	margin-bottom: 12px;
	width: 86px;
}

.cart-widget-side .wd-empty-mini-cart,
.wd-dropdown-cart .wd-empty-mini-cart {
	color: var(--mamarit-cart-ink);
	font-size: 20px;
	font-weight: 950;
	line-height: 1.5;
	margin: 16px;
}

.cart-widget-side .woocommerce-mini-cart__empty-message,
.wd-dropdown-cart .woocommerce-mini-cart__empty-message {
	color: var(--mamarit-cart-ink);
	display: block;
	font-size: 18px;
	font-weight: 900;
	line-height: 1.7;
	margin: 0 0 12px;
	padding: 0;
	text-align: center;
}

.cart-widget-side .wd-empty-mini-cart .btn,
.wd-dropdown-cart .wd-empty-mini-cart .btn {
	background:
		linear-gradient(145deg, rgba(22, 163, 74, .95), rgba(34, 197, 94, .78)),
		radial-gradient(circle at 26% 12%, rgba(255, 255, 255, .54), transparent 38%) !important;
	border: 1px solid rgba(255, 255, 255, .46) !important;
	border-radius: 7px !important;
	box-shadow:
		0 10px 22px rgba(22, 163, 74, .18),
		inset 0 1px 0 rgba(255, 255, 255, .58);
	color: #fff !important;
	font-weight: 900;
	margin-top: 12px;
	min-height: 40px;
}

body.woocommerce-cart .woocommerce-cart-form {
	background: #fff;
	border: 1px solid var(--mamarit-cart-border);
	border-radius: 8px;
	box-shadow: 0 12px 28px rgba(15, 23, 42, .05);
	overflow: hidden;
}

body.woocommerce-cart table.cart {
	border-collapse: separate;
	border-spacing: 0;
	margin-bottom: 0;
}

body.woocommerce-cart table.cart thead th {
	background: #f8fafc;
	border-bottom: 1px solid var(--mamarit-cart-border);
	color: #64748b;
	font-size: 12px;
	font-weight: 800;
	padding: 14px 12px;
}

body.woocommerce-cart table.cart tr.cart_item td {
	border-bottom: 1px solid var(--mamarit-cart-border);
	padding: 16px 12px;
	vertical-align: middle;
}

body.woocommerce-cart table.cart tr.cart_item:last-of-type td {
	border-bottom: 0;
}

body.woocommerce-cart table.cart .product-thumbnail img {
	aspect-ratio: 1;
	border: 1px solid var(--mamarit-cart-border);
	border-radius: 8px;
	height: 76px;
	object-fit: cover;
	width: 76px;
}

body.woocommerce-cart table.cart .product-name a {
	color: var(--mamarit-cart-ink);
	font-size: 15px;
	font-weight: 800;
	line-height: 1.7;
	text-decoration: none;
}

body.woocommerce-cart table.cart .product-name a:hover {
	color: var(--mamarit-cart-green);
}

body.woocommerce-cart table.cart .product-price,
body.woocommerce-cart table.cart .product-subtotal {
	color: var(--mamarit-cart-ink);
	font-weight: 800;
}

body.woocommerce-cart table.cart .product-subtotal {
	color: var(--mamarit-cart-green);
}

body.woocommerce-cart table.cart .product-remove .remove {
	align-items: center;
	background: #fef2f2;
	border: 1px solid #fecaca;
	border-radius: 8px;
	color: #dc2626 !important;
	display: inline-flex;
	font-size: 0;
	font-weight: 900;
	height: 34px;
	justify-content: center;
	line-height: 1;
	text-decoration: none;
	width: 34px;
}

body.woocommerce-cart table.cart .product-remove .remove::before {
	color: currentColor;
	content: "×";
	font-family: var(--mamarit-site-font) !important;
	font-size: 20px;
	font-weight: 900;
	line-height: 1;
}

body.woocommerce-cart table.cart .product-remove .remove:hover {
	background: #fee2e2;
	color: #b91c1c !important;
}

body.woocommerce-cart table.cart .quantity {
	border: 1px solid #d1d5db;
	border-radius: 8px;
	display: inline-flex;
	overflow: hidden;
}

body.woocommerce-cart table.cart .quantity input.qty {
	border: 0 !important;
	box-shadow: none !important;
	min-height: 38px;
}

body.woocommerce-cart table.cart .quantity .minus,
body.woocommerce-cart table.cart .quantity .plus {
	background: #f8fafc;
	border: 0;
	color: #334155;
	min-height: 38px;
}

body.woocommerce-cart .wd-cart-action-row td {
	background: #f8fafc;
	border-top: 1px solid var(--mamarit-cart-border);
	padding: 14px !important;
}

body.woocommerce-cart .cart-actions .button,
body.woocommerce-cart .wc-proceed-to-checkout .checkout-button {
	border-radius: 7px !important;
	font-weight: 800;
}

body.woocommerce-cart .cart_totals {
	background: #fff;
	border: 1px solid var(--mamarit-cart-border);
	border-radius: 8px;
	box-shadow: 0 12px 28px rgba(15, 23, 42, .05);
	padding: 18px;
}

body.woocommerce-cart .cart_totals h2 {
	color: var(--mamarit-cart-ink);
	font-size: 20px;
	font-weight: 800;
}

@media (max-width: 768.98px) {
	body.woocommerce-cart .woocommerce-cart-form {
		background: transparent;
		border: 0;
		box-shadow: none;
		overflow: visible;
	}

	body.woocommerce-cart table.cart,
	body.woocommerce-cart table.cart tbody {
		display: block;
		width: 100%;
	}

	body.woocommerce-cart table.cart thead {
		display: none;
	}

	body.woocommerce-cart table.cart.shop-table-with-img tr.cart_item,
	body.woocommerce-cart table.cart tr.cart_item {
		background: #fff;
		border: 1px solid var(--mamarit-cart-border);
		border-radius: 8px;
		box-shadow: 0 10px 24px rgba(15, 23, 42, .05);
		display: grid !important;
		gap: 8px 12px;
		grid-template-columns: 84px minmax(0, 1fr);
		grid-template-areas:
			"thumb name"
			"thumb price"
			"thumb qty"
			"thumb total";
		margin-bottom: 12px;
		min-height: 0 !important;
		padding: 12px !important;
		padding-inline-start: 12px !important;
		position: relative;
	}

	body.woocommerce-cart table.cart.shop-table-with-img tr.cart_item td,
	body.woocommerce-cart table.cart tr.cart_item td {
		align-items: center;
		border: 0 !important;
		border-bottom: 0 !important;
		display: flex !important;
		flex-wrap: wrap;
		gap: 6px;
		inset: auto !important;
		max-height: none !important;
		min-width: 0;
		overflow: visible !important;
		padding: 0 !important;
		padding-bottom: 0 !important;
		position: static !important;
		top: auto !important;
		width: auto !important;
	}

	body.woocommerce-cart table.cart tr.cart_item .product-thumbnail,
	body.woocommerce-cart table.cart.shop-table-with-img tr.cart_item .product-thumbnail {
		align-items: flex-start;
		align-self: start;
		grid-area: thumb;
		inset-inline-start: auto !important;
		max-width: 84px;
		width: 84px !important;
	}

	body.woocommerce-cart table.cart tr.cart_item .product-thumbnail::before,
	body.woocommerce-cart table.cart tr.cart_item .product-name::before,
	body.woocommerce-cart table.cart tr.cart_item .product-remove::before {
		content: none !important;
		display: none !important;
	}

	body.woocommerce-cart table.cart tr.cart_item .product-thumbnail a {
		display: block;
		line-height: 0;
	}

	body.woocommerce-cart table.cart .product-thumbnail img {
		display: block;
		height: 84px !important;
		max-width: 84px !important;
		min-width: 84px !important;
		width: 84px !important;
	}

	body.woocommerce-cart table.cart tr.cart_item .product-name {
		align-items: flex-start;
		grid-area: name;
		min-width: 0;
		padding-inline-end: 40px !important;
	}

	body.woocommerce-cart table.cart tr.cart_item .product-remove {
		inset-inline-end: 12px !important;
		inset-inline-start: auto !important;
		position: absolute !important;
		top: 12px !important;
		width: auto !important;
		z-index: 2;
	}

	body.woocommerce-cart table.cart tr.cart_item .product-remove .remove {
		height: 32px;
		width: 32px;
	}

	body.woocommerce-cart table.cart tr.cart_item .product-price,
	body.woocommerce-cart table.cart tr.cart_item .product-quantity,
	body.woocommerce-cart table.cart tr.cart_item .product-subtotal {
		background: #f8fafc;
		border-radius: 7px;
		justify-content: space-between;
		min-height: 42px;
		padding: 8px 10px !important;
	}

	body.woocommerce-cart table.cart tr.cart_item .product-price {
		grid-area: price;
	}

	body.woocommerce-cart table.cart tr.cart_item .product-quantity {
		grid-area: qty;
	}

	body.woocommerce-cart table.cart tr.cart_item .product-subtotal {
		grid-area: total;
	}

	body.woocommerce-cart table.cart tr.cart_item .product-price::before,
	body.woocommerce-cart table.cart tr.cart_item .product-quantity::before,
	body.woocommerce-cart table.cart tr.cart_item .product-subtotal::before {
		color: #64748b;
		content: attr(data-title);
		font-size: 12px;
		font-weight: 800;
		margin-inline-end: auto;
	}

	body.woocommerce-cart .wd-cart-action-row,
	body.woocommerce-cart .wd-cart-action-row td {
		display: block;
		width: 100%;
	}

	body.woocommerce-cart .wd-cart-action-row td {
		background: transparent;
		border: 0;
		padding: 0 !important;
		position: static !important;
	}

	body.woocommerce-cart .cart-actions {
		background: #fff;
		border: 1px solid var(--mamarit-cart-border);
		border-radius: 8px;
		padding: 12px;
	}
}

@media (max-width: 420px) {
	body.woocommerce-cart table.cart tr.cart_item {
		grid-template-columns: 72px minmax(0, 1fr);
		gap: 0 10px;
	}

	body.woocommerce-cart table.cart .product-thumbnail img {
		height: 72px;
		width: 72px;
	}

	body.woocommerce-cart table.cart tr.cart_item .product-thumbnail {
		width: 72px;
	}

	body.woocommerce-cart table.cart tr.cart_item .product-name {
		padding-left: 38px !important;
	}
}

body.woocommerce-checkout {
	--mamarit-checkout-border: #e5e7eb;
	--mamarit-checkout-border-strong: #d1d5db;
	--mamarit-checkout-green: #16a34a;
	--mamarit-checkout-green-soft: #ecfdf5;
	--mamarit-checkout-ink: #111827;
	--mamarit-checkout-muted: #64748b;
	--mamarit-checkout-red: #dc2626;
}

body.woocommerce-checkout form.checkout {
	direction: rtl;
}

body.woocommerce-checkout .mamarit-checkout-stepper {
	align-items: center;
	background: #fff;
	border: 1px solid var(--mamarit-checkout-border);
	border-radius: 8px;
	box-shadow: 0 12px 28px rgba(15, 23, 42, .05);
	display: grid;
	gap: 12px;
	grid-template-columns: minmax(0, 1fr) 48px minmax(0, 1fr);
	margin-bottom: 18px;
	padding: 14px;
}

body.woocommerce-checkout .mamarit-checkout-stepper__item {
	align-items: center;
	color: var(--mamarit-checkout-muted);
	display: flex;
	gap: 10px;
	min-width: 0;
}

body.woocommerce-checkout .mamarit-checkout-stepper__item span {
	align-items: center;
	background: #f8fafc;
	border: 1px solid var(--mamarit-checkout-border-strong);
	border-radius: 999px;
	display: inline-flex;
	flex: 0 0 34px;
	font-weight: 900;
	height: 34px;
	justify-content: center;
	width: 34px;
}

body.woocommerce-checkout .mamarit-checkout-stepper__item strong {
	display: block;
	font-size: 13px;
	font-weight: 900;
	line-height: 1.6;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

body.woocommerce-checkout .mamarit-checkout-stepper__item.is-active,
body.woocommerce-checkout .mamarit-checkout-stepper__item.is-done {
	color: var(--mamarit-checkout-green);
}

body.woocommerce-checkout .mamarit-checkout-stepper__item.is-active span,
body.woocommerce-checkout .mamarit-checkout-stepper__item.is-done span {
	background: var(--mamarit-checkout-green-soft);
	border-color: #86efac;
}

body.woocommerce-checkout .mamarit-checkout-stepper__line {
	background: var(--mamarit-checkout-border-strong);
	border-radius: 999px;
	height: 2px;
	width: 100%;
}

body.woocommerce-checkout.mamarit-checkout-step-2 .mamarit-checkout-stepper__line {
	background: #86efac;
}

body.woocommerce-checkout .mamarit-checkout-step-actions {
	align-items: center;
	display: flex;
	gap: 10px;
	grid-column: 1 / -1;
	justify-content: flex-start;
	margin-top: 14px;
	width: 100%;
}

body.woocommerce-checkout .mamarit-checkout-step-actions .button {
	border-radius: 7px;
	font-weight: 900;
	min-height: 44px;
	padding: 10px 18px;
}

body.woocommerce-checkout .mamarit-checkout-next {
	background: var(--mamarit-checkout-green);
	border-color: var(--mamarit-checkout-green);
	color: #fff;
}

body.woocommerce-checkout .mamarit-checkout-step-notice {
	display: none;
	grid-column: 1 / -1;
}

body.woocommerce-checkout .mamarit-checkout-step-notice.is-error {
	background: #fef2f2;
	border: 1px solid #fecaca;
	border-radius: 7px;
	color: var(--mamarit-checkout-red);
	display: block;
	font-size: 13px;
	font-weight: 900;
	line-height: 1.8;
	margin-bottom: 14px;
	padding: 10px 12px;
}

body.woocommerce-checkout [hidden] {
	display: none !important;
}

body.woocommerce-checkout .woocommerce-billing-fields,
body.woocommerce-checkout .woocommerce-account-fields,
body.woocommerce-checkout .woocommerce-additional-fields,
body.woocommerce-checkout .woocommerce-checkout-review-order {
	background: #fff;
	border: 1px solid var(--mamarit-checkout-border);
	border-radius: 8px;
	box-shadow: 0 12px 28px rgba(15, 23, 42, .05);
	padding: 20px;
}

body.woocommerce-checkout .woocommerce-billing-fields h3,
body.woocommerce-checkout .woocommerce-additional-fields h3,
body.woocommerce-checkout #order_review_heading {
	color: var(--mamarit-checkout-ink);
	font-size: 20px;
	font-weight: 900;
	letter-spacing: 0;
	margin-bottom: 18px;
}

body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper,
body.woocommerce-checkout .woocommerce-account-fields .create-account {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.woocommerce-checkout .form-row,
body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row {
	float: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

body.woocommerce-checkout .form-row-wide,
body.woocommerce-checkout #billing_address_1_field,
body.woocommerce-checkout #account_password_field,
body.woocommerce-checkout .woocommerce-additional-fields .form-row {
	grid-column: 1 / -1;
}

body.woocommerce-checkout .form-row label {
	align-items: center;
	color: #334155;
	display: inline-flex;
	font-size: 13px;
	font-weight: 800;
	gap: 4px;
	line-height: 1.6;
	margin-bottom: 7px;
}

body.woocommerce-checkout .form-row label .required,
body.woocommerce-checkout .form-row label abbr.required {
	color: var(--mamarit-checkout-red);
	text-decoration: none;
}

body.woocommerce-checkout .form-row .input-text,
body.woocommerce-checkout .form-row input[type="text"],
body.woocommerce-checkout .form-row input[type="tel"],
body.woocommerce-checkout .form-row input[type="password"],
body.woocommerce-checkout .form-row input[type="email"],
body.woocommerce-checkout .form-row textarea,
body.woocommerce-checkout .form-row select,
body.woocommerce-checkout .select2-container--default .select2-selection--single {
	background: #fff;
	border: 1px solid var(--mamarit-checkout-border-strong);
	border-radius: 7px;
	box-shadow: none;
	color: var(--mamarit-checkout-ink);
	font-size: 14px;
	font-weight: 700;
	line-height: 1.8;
	min-height: 48px;
	outline: none;
	padding: 11px 14px;
	transition: border-color .18s ease, box-shadow .18s ease, background-color .18s ease;
	width: 100%;
}

body.woocommerce-checkout .form-row textarea {
	min-height: 104px;
	resize: vertical;
}

body.woocommerce-checkout .form-row .input-text::placeholder,
body.woocommerce-checkout .form-row textarea::placeholder {
	color: #94a3b8;
	font-weight: 600;
	opacity: 1;
}

body.woocommerce-checkout .form-row .input-text:focus,
body.woocommerce-checkout .form-row input[type="text"]:focus,
body.woocommerce-checkout .form-row input[type="tel"]:focus,
body.woocommerce-checkout .form-row input[type="password"]:focus,
body.woocommerce-checkout .form-row input[type="email"]:focus,
body.woocommerce-checkout .form-row textarea:focus,
body.woocommerce-checkout .form-row select:focus,
body.woocommerce-checkout .select2-container--open .select2-selection--single {
	background: #fff;
	border-color: var(--mamarit-checkout-green);
	box-shadow: 0 0 0 3px rgba(22, 163, 74, .12);
}

body.woocommerce-checkout .woocommerce-invalid .input-text,
body.woocommerce-checkout .woocommerce-invalid input[type="text"],
body.woocommerce-checkout .woocommerce-invalid input[type="tel"],
body.woocommerce-checkout .woocommerce-invalid input[type="password"],
body.woocommerce-checkout .woocommerce-invalid textarea,
body.woocommerce-checkout .woocommerce-invalid select {
	background: #fff7f7;
	border-color: #fca5a5;
}

body.woocommerce-checkout .woocommerce-validated .input-text,
body.woocommerce-checkout .woocommerce-validated input[type="text"],
body.woocommerce-checkout .woocommerce-validated input[type="tel"],
body.woocommerce-checkout .woocommerce-validated input[type="password"],
body.woocommerce-checkout .woocommerce-validated textarea,
body.woocommerce-checkout .woocommerce-validated select {
	border-color: #86efac;
}

body.woocommerce-checkout .woocommerce-invalid .input-text:focus,
body.woocommerce-checkout .woocommerce-invalid input[type="text"]:focus,
body.woocommerce-checkout .woocommerce-invalid input[type="tel"]:focus,
body.woocommerce-checkout .woocommerce-invalid input[type="password"]:focus,
body.woocommerce-checkout .woocommerce-invalid textarea:focus {
	border-color: var(--mamarit-checkout-red);
	box-shadow: 0 0 0 3px rgba(220, 38, 38, .12);
}

body.woocommerce-checkout .woocommerce-input-wrapper {
	display: block;
	position: relative;
}

body.woocommerce-checkout .select2-container .select2-selection--single .select2-selection__rendered {
	color: var(--mamarit-checkout-ink);
	line-height: 46px;
	padding-left: 34px;
	padding-right: 14px;
}

body.woocommerce-checkout .select2-container .select2-selection--single .select2-selection__arrow {
	left: 10px;
	right: auto;
	top: 11px;
}

body.woocommerce-checkout .form-row input[type="file"] {
	background: #f8fafc;
	border: 1px dashed var(--mamarit-checkout-border-strong);
	border-radius: 7px;
	color: var(--mamarit-checkout-muted);
	cursor: pointer;
	font-size: 13px;
	font-weight: 700;
	padding: 12px;
	width: 100%;
}

body.woocommerce-checkout .mamarit-receipt-status {
	color: var(--mamarit-checkout-muted);
	display: block;
	font-size: 12px;
	font-weight: 800;
	line-height: 1.8;
	margin-top: 8px;
}

body.woocommerce-checkout .mamarit-receipt-status.is-success {
	color: #15803d;
}

body.woocommerce-checkout .mamarit-receipt-status.is-error {
	color: var(--mamarit-checkout-red);
}

body.woocommerce-checkout .mamarit-receipt-status--place-order {
	background: #f8fafc;
	border: 1px solid var(--mamarit-checkout-border);
	border-radius: 7px;
	clear: both;
	margin-top: 10px;
	padding: 10px 12px;
	width: 100%;
}

body.woocommerce-checkout .mamarit-receipt-status--place-order:empty {
	display: none;
}

body.woocommerce-checkout .mamarit-receipt-status--place-order.is-success {
	background: #f0fdf4;
	border-color: #86efac;
}

body.woocommerce-checkout .mamarit-receipt-status--place-order.is-error {
	background: #fef2f2;
	border-color: #fecaca;
}

body.woocommerce-checkout .woocommerce-privacy-policy-text,
body.woocommerce-checkout .form-row .description {
	color: var(--mamarit-checkout-muted);
	font-size: 12px;
	line-height: 1.8;
	margin-top: 7px;
}

body.woocommerce-checkout .woocommerce-error,
body.woocommerce-checkout .woocommerce-info,
body.woocommerce-checkout .woocommerce-message {
	border-radius: 8px;
	font-weight: 700;
}

body.woocommerce-checkout #place_order {
	border-radius: 7px;
	font-weight: 900;
	min-height: 48px;
}

@media (max-width: 768px) {
	body.woocommerce-checkout .woocommerce-billing-fields,
	body.woocommerce-checkout .woocommerce-account-fields,
	body.woocommerce-checkout .woocommerce-additional-fields,
	body.woocommerce-checkout .woocommerce-checkout-review-order {
		padding: 16px;
	}

	body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper,
	body.woocommerce-checkout .woocommerce-account-fields .create-account {
		grid-template-columns: 1fr;
	}

	body.woocommerce-checkout .form-row .input-text,
	body.woocommerce-checkout .form-row input[type="text"],
	body.woocommerce-checkout .form-row input[type="tel"],
	body.woocommerce-checkout .form-row input[type="password"],
	body.woocommerce-checkout .form-row textarea,
	body.woocommerce-checkout .form-row select,
	body.woocommerce-checkout .select2-container--default .select2-selection--single {
		font-size: 16px;
		min-height: 50px;
	}
}

.mamarit-mobile-bottom-nav {
	display: none;
}

.mamarit-header-panel {
	align-items: center;
	display: inline-flex;
}

.mamarit-header-panel a {
	align-items: center;
	color: inherit;
	display: inline-flex;
	gap: 6px;
	text-decoration: none;
}

.mamarit-header-panel .wd-tools-icon {
	align-items: center;
	display: inline-flex;
	justify-content: center;
	min-width: 26px;
}

.mamarit-header-panel .wd-tools-icon svg {
	fill: none;
	height: 22px;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
	width: 22px;
}

body.woocommerce-account .wd-page-title,
body.woocommerce-account .page-title,
body.woocommerce-account .wd-breadcrumbs {
	display: none !important;
}

body.woocommerce-account .main-page-wrapper {
	background: #f8fafc;
	padding-top: 26px;
}

body.woocommerce-account .site-content {
	margin-bottom: 36px;
}

body.woocommerce-account .woocommerce {
	background: transparent;
}

body.woocommerce-account .woocommerce-MyAccount-navigation,
body.woocommerce-account .woocommerce-MyAccount-content,
body.woocommerce-account .wd-registration-page {
	background: #fff;
	border: 1px solid #e5e7eb;
	border-radius: 8px;
	box-shadow: 0 10px 28px rgba(15, 23, 42, .06);
}

body.woocommerce-account .woocommerce-MyAccount-navigation {
	padding: 12px;
}

body.woocommerce-account .woocommerce-MyAccount-navigation ul {
	display: grid;
	gap: 8px;
	margin: 0;
	padding: 0;
}

body.woocommerce-account .woocommerce-MyAccount-navigation li {
	border: 0;
	list-style: none;
	margin: 0;
}

body.woocommerce-account .woocommerce-MyAccount-navigation a {
	align-items: center;
	background: #f8fafc;
	border: 1px solid #e5e7eb;
	border-radius: 7px;
	color: #111827;
	display: flex;
	font-weight: 800;
	justify-content: space-between;
	padding: 12px 14px;
	text-decoration: none;
}

body.woocommerce-account .woocommerce-MyAccount-navigation a:hover,
body.woocommerce-account .woocommerce-MyAccount-navigation .is-active a {
	background: #ecfdf5;
	border-color: #16a34a;
	color: #16a34a;
	text-decoration: none;
}

body.woocommerce-account .woocommerce-MyAccount-content {
	padding: 22px;
}

body.woocommerce-account .woocommerce-MyAccount-content > p:first-child {
	background: linear-gradient(135deg, #102018, #1f4d31);
	border-radius: 8px;
	color: #fff;
	font-size: 16px;
	line-height: 2;
	margin-bottom: 18px;
	padding: 18px;
}

body.woocommerce-account .woocommerce-MyAccount-content > p:first-child a {
	color: #bbf7d0;
	font-weight: 800;
}

body.woocommerce-account .wd-registration-page {
	padding: 22px;
}

body.woocommerce-account .wd-registration-page.wd-register-tabs {
	display: grid;
	gap: 18px;
	grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
}

body.woocommerce-account .wd-registration-page .col-register,
body.woocommerce-account .wd-registration-page .col-login {
	min-width: 0;
}

body.woocommerce-account .wd-login-title {
	color: #111827;
	font-size: 24px;
	font-weight: 900;
	margin-bottom: 12px;
}

body.woocommerce-account .woocommerce-form,
body.woocommerce-account .login,
body.woocommerce-account .register {
	background: #fff;
	border: 1px solid #e5e7eb;
	border-radius: 8px;
	box-shadow: 0 8px 22px rgba(15, 23, 42, .04);
	padding: 20px;
}

body.woocommerce-account .wd-registration-page .registration-info,
body.woocommerce-account .wd-registration-page .login-info {
	background: #f8fafc;
	border: 1px solid #e5e7eb;
	border-radius: 8px;
	color: #475569;
	font-size: 14px;
	line-height: 2;
	margin-bottom: 14px;
	padding: 14px;
}

body.woocommerce-account .wd-registration-page .col-register-text {
	background: linear-gradient(135deg, #f0fdf4, #ffffff);
	border: 1px solid #bbf7d0;
	border-radius: 8px;
	padding: 18px;
}

body.woocommerce-account .wd-registration-page .wd-login-divider {
	color: #16a34a;
	font-size: 12px;
	font-weight: 900;
	margin-bottom: 12px;
}

body.woocommerce-account .wd-registration-page .wd-login-divider::before,
body.woocommerce-account .wd-registration-page .wd-login-divider::after {
	border-color: #bbf7d0;
}

body.woocommerce-account .wd-registration-page label {
	color: #111827;
	font-size: 13px;
	font-weight: 900;
	margin-bottom: 7px;
}

body.woocommerce-account .wd-registration-page input.input-text {
	background: #f8fafc;
	border: 1px solid #d1d5db;
	border-radius: 7px;
	height: 46px;
	padding: 0 14px;
	transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

body.woocommerce-account .wd-registration-page input.input-text:focus {
	background: #fff;
	border-color: #16a34a;
	box-shadow: 0 0 0 3px rgba(22, 163, 74, .12);
}

body.woocommerce-account .wd-registration-page .button,
body.woocommerce-account .wd-registration-page .btn {
	border-radius: 7px;
	font-weight: 900;
	min-height: 44px;
}

body.woocommerce-account .wd-registration-page .wd-switch-to-register {
	align-items: center;
	background: #ecfdf5;
	border: 1px solid #bbf7d0;
	color: #15803d;
	display: inline-flex;
	justify-content: center;
	text-decoration: none;
	width: 100%;
}

body.woocommerce-account .wd-registration-page .login-form-footer {
	align-items: center;
	gap: 12px;
	margin-top: 12px;
}

body.woocommerce-account .wd-registration-page .lost_password {
	color: #16a34a;
	font-weight: 800;
}

body.woocommerce-account .woocommerce-info.mamarit-account-login-message {
	background: #ecfdf5;
	border: 1px solid #bbf7d0;
	border-radius: 8px;
	color: #166534;
	font-weight: 800;
	margin-bottom: 16px;
	padding: 12px 14px;
}

body.woocommerce-account .woocommerce-MyAccount-orders,
body.woocommerce-account table.woocommerce-orders-table {
	border: 0;
	border-collapse: separate;
	border-spacing: 0 12px;
	margin: 0;
}

body.woocommerce-account .woocommerce-MyAccount-orders thead,
body.woocommerce-account table.woocommerce-orders-table thead {
	display: none;
}

body.woocommerce-account .woocommerce-MyAccount-orders tbody,
body.woocommerce-account table.woocommerce-orders-table tbody {
	display: grid;
	gap: 12px;
}

body.woocommerce-account .woocommerce-MyAccount-orders tr,
body.woocommerce-account table.woocommerce-orders-table tr {
	align-items: center;
	background: #fff;
	border: 1px solid #e5e7eb;
	border-radius: 8px;
	box-shadow: 0 8px 22px rgba(15, 23, 42, .06);
	display: grid;
	gap: 10px;
	grid-template-columns: 1fr 1fr 1fr 1.2fr auto;
	padding: 14px;
}

body.woocommerce-account .woocommerce-MyAccount-orders td,
body.woocommerce-account table.woocommerce-orders-table td {
	border: 0 !important;
	display: block;
	padding: 0 !important;
}

body.woocommerce-account .woocommerce-MyAccount-orders td::before,
body.woocommerce-account table.woocommerce-orders-table td::before {
	color: #6b7280;
	content: attr(data-title);
	display: block;
	font-size: 12px;
	font-weight: 800;
	margin-bottom: 4px;
}

body.woocommerce-account .woocommerce-orders-table__cell-order-number a,
body.woocommerce-account .woocommerce-orders-table__cell-order-status {
	color: #16a34a;
	font-weight: 900;
}

body.woocommerce-account .woocommerce-orders-table__cell-order-actions {
	display: flex !important;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: flex-end;
}

body.woocommerce-account .woocommerce-orders-table__cell-order-actions .button {
	background: #16a34a !important;
	border: 1px solid #16a34a !important;
	border-radius: 7px !important;
	color: #fff !important;
	font-weight: 800;
	min-height: 38px;
	padding: 9px 12px !important;
	text-decoration: none !important;
}

body.woocommerce-account .woocommerce-orders-table__cell-order-actions .button:hover,
body.woocommerce-account .woocommerce-orders-table__cell-order-actions .button:focus {
	background: #15803d !important;
	border-color: #15803d !important;
	color: #fff !important;
}

body.woocommerce-account .woocommerce-Message,
body.woocommerce-account .woocommerce-message,
body.woocommerce-account .woocommerce-info:not(.mamarit-account-login-message) {
	border-radius: 8px;
}

.mamarit-footer-contact {
	background: #111827;
	border-top: 1px solid rgba(255, 255, 255, .08);
	color: #fff;
	padding: 26px 0;
}

.mamarit-footer-contact__inner {
	align-items: center;
	display: flex;
	gap: 22px;
	justify-content: space-between;
}

.mamarit-footer-contact h2 {
	color: #fff;
	font-size: 22px;
	margin: 0 0 10px;
}

.mamarit-footer-contact__support {
	min-width: 190px;
}

.mamarit-footer-contact__support h3 {
	color: rgba(255, 255, 255, .82);
	font-size: 15px;
	font-weight: 900;
	margin: 0 0 10px;
}

.mamarit-footer-contact__phones {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.mamarit-footer-contact__phones a {
	background: rgba(255, 255, 255, .08);
	border: 1px solid rgba(255, 255, 255, .14);
	border-radius: 7px;
	color: #fff;
	font-weight: 800;
	padding: 8px 12px;
	text-decoration: none;
}

.mamarit-footer-contact__phones a:hover,
.mamarit-footer-contact__phones a:focus {
	background: #16a34a;
	border-color: #16a34a;
	color: #fff;
	text-decoration: none;
}

.mamarit-footer-contact__socials {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: flex-end;
}

.mamarit-footer-contact__social {
	align-items: center;
	background: rgba(255, 255, 255, .08);
	border: 1px solid rgba(255, 255, 255, .14);
	border-radius: 7px;
	color: #fff;
	display: inline-flex;
	font-weight: 800;
	gap: 8px;
	min-height: 42px;
	padding: 7px 10px;
	text-decoration: none;
}

.mamarit-footer-contact__social:hover,
.mamarit-footer-contact__social:focus {
	background: #16a34a;
	border-color: #16a34a;
	color: #fff;
	text-decoration: none;
}

.mamarit-footer-contact__social-icon {
	align-items: center;
	display: inline-flex;
	height: 24px;
	justify-content: center;
	width: 24px;
}

.mamarit-footer-contact__social-icon svg {
	fill: none;
	height: 24px;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
	width: 24px;
}

.mamarit-home {
	background: #f8fafc;
	margin: -40px calc(50% - 50vw) 0;
	padding: 28px max(18px, calc((100vw - 1222px) / 2)) 58px;
}

.mamarit-home-hero {
	background: linear-gradient(135deg, #102018, #1f4d31);
	border-radius: 8px;
	color: #fff;
	margin-bottom: 18px;
	overflow: hidden;
	padding: 22px 26px;
}

.mamarit-home-eyebrow {
	background: rgba(255, 255, 255, .12);
	border: 1px solid rgba(255, 255, 255, .18);
	border-radius: 999px;
	display: inline-flex;
	font-size: 12px;
	font-weight: 700;
	margin-bottom: 10px;
	padding: 5px 10px;
}

.mamarit-home-hero h1 {
	color: #fff;
	font-size: clamp(24px, 3vw, 36px);
	line-height: 1.35;
	margin: 0 0 10px;
	max-width: 720px;
}

.mamarit-home-hero p {
	color: rgba(255, 255, 255, .82);
	font-size: 14px;
	line-height: 1.85;
	margin: 0;
	max-width: 680px;
}

.mamarit-home-hero__actions {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 14px;
}

.mamarit-home-hero__primary,
.mamarit-home-hero__secondary {
	-webkit-backdrop-filter: blur(18px) saturate(170%);
	backdrop-filter: blur(18px) saturate(170%);
	border-radius: 999px !important;
	box-shadow: 0 10px 28px rgba(8, 15, 30, .22), inset 0 1px 0 rgba(255, 255, 255, .34);
	font-weight: 700 !important;
	min-height: 42px;
	padding: 10px 18px !important;
	text-decoration: none !important;
	transition: transform .22s ease, box-shadow .22s ease, background .22s ease, border-color .22s ease;
}

.mamarit-home-hero__primary {
	background: linear-gradient(145deg, rgba(34, 197, 94, .92), rgba(22, 163, 74, .88)) !important;
	border: 1px solid rgba(255, 255, 255, .28) !important;
	color: #fff !important;
}

.mamarit-home-hero__primary:hover {
	background: linear-gradient(145deg, rgba(74, 222, 128, .95), rgba(34, 197, 94, .92)) !important;
	box-shadow: 0 14px 34px rgba(8, 15, 30, .28), inset 0 1px 0 rgba(255, 255, 255, .42);
	color: #fff !important;
	transform: translateY(-1px);
}

.mamarit-home-hero__secondary {
	background: linear-gradient(145deg, rgba(255, 255, 255, .18), rgba(255, 255, 255, .08));
	border: 1px solid rgba(255, 255, 255, .32) !important;
	color: #fff !important;
}

.mamarit-home-hero__secondary:hover {
	background: linear-gradient(145deg, rgba(255, 255, 255, .28), rgba(255, 255, 255, .12));
	border-color: rgba(255, 255, 255, .46) !important;
	box-shadow: 0 14px 34px rgba(8, 15, 30, .26), inset 0 1px 0 rgba(255, 255, 255, .46);
	color: #fff !important;
	text-decoration: none !important;
	transform: translateY(-1px);
}

.mamarit-home-section {
	background: #fff;
	border: 1px solid #e5e7eb;
	border-radius: 8px;
	margin-top: 18px;
	padding: 18px;
}

.mamarit-home-section__header {
	align-items: center;
	display: flex;
	gap: 16px;
	justify-content: space-between;
	margin-bottom: 16px;
}

.mamarit-home-section__header h2 {
	font-size: 24px;
	margin: 0 0 4px;
}

.mamarit-home-section__header p {
	color: #6b7280;
	margin: 0;
}

.mamarit-home-section__link {
	border: 1px solid #d1d5db;
	border-radius: 6px;
	color: #111827;
	font-weight: 700;
	padding: 9px 12px;
	text-decoration: none;
	white-space: nowrap;
}

.mamarit-home-section__link:hover {
	border-color: #16a34a;
	color: #16a34a;
	text-decoration: none;
}

.mamarit-home-categories {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(6, minmax(0, 1fr));
}

.mamarit-home-categories a {
	background: linear-gradient(145deg, #fff, #f8fafc);
	border: 1px solid #e5e7eb;
	border-radius: 8px;
	box-shadow: 0 8px 22px rgba(15, 23, 42, .05);
	color: #111827;
	display: flex;
	flex-direction: column;
	gap: 8px;
	min-height: 96px;
	overflow: hidden;
	padding: 16px;
	position: relative;
	text-decoration: none;
	transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.mamarit-home-categories a::before {
	background: radial-gradient(circle, rgba(22, 163, 74, .18), transparent 64%);
	border-radius: 999px;
	content: "";
	height: 74px;
	inset-inline-end: -24px;
	position: absolute;
	top: -24px;
	width: 74px;
}

.mamarit-home-categories a:hover {
	background: #fff;
	border-color: #16a34a;
	box-shadow: 0 14px 32px rgba(15, 23, 42, .1);
	color: #16a34a;
	text-decoration: none;
	transform: translateY(-3px);
}

.mamarit-home-categories span {
	font-size: 15px;
	font-weight: 900;
	line-height: 1.6;
	position: relative;
	z-index: 1;
}

.mamarit-home-categories small {
	color: #6b7280;
	font-size: 12px;
	font-weight: 700;
	position: relative;
	z-index: 1;
}

.mamarit-home-products-grid {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.mamarit-home-product-card {
	background: #fff;
	border: 1px solid #e5e7eb;
	border-radius: 8px;
	display: flex;
	flex-direction: column;
	overflow: hidden;
	transition: border-color .15s ease, box-shadow .15s ease, transform .15s ease;
}

.mamarit-home-product-card:hover {
	border-color: #16a34a;
	box-shadow: 0 10px 26px rgba(15, 23, 42, .08);
	transform: translateY(-2px);
}

.mamarit-home-product-card__image {
	aspect-ratio: 1;
	background: #f8fafc;
	display: block;
	overflow: hidden;
	position: relative;
}

.mamarit-home-product-card__image img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.mamarit-home-product-card__badge {
	background: #16a34a;
	border-radius: 999px;
	color: #fff;
	font-size: 12px;
	font-weight: 800;
	inset-inline-start: 10px;
	padding: 5px 9px;
	position: absolute;
	top: 10px;
	z-index: 1;
}

.mamarit-home-product-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	gap: 10px;
	padding: 12px;
}

.mamarit-home-product-card h3 {
	font-size: 15px;
	line-height: 1.7;
	margin: 0;
	min-width: 0;
}

.mamarit-home-product-card h3 a {
	color: #111827;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	text-decoration: none;
	white-space: nowrap;
}

.mamarit-home-product-card__price {
	color: #16a34a;
	font-weight: 800;
}

.mamarit-home-product-card__unit {
	align-self: flex-start;
	background: #f0fdf4;
	border: 1px solid #bbf7d0;
	border-radius: 999px;
	color: #15803d;
	font-size: 12px;
	font-weight: 800;
	line-height: 1.7;
	padding: 2px 9px;
}

.mamarit-shop-product {
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	height: 100%;
	overflow: visible !important;
	transform: none !important;
}

.mamarit-shop-product:hover {
	border: 0 !important;
	box-shadow: none !important;
	transform: none !important;
}

.mamarit-shop-product .mamarit-home-product-card {
	height: 100%;
}

.mamarit-shop-product .hover-img,
.mamarit-shop-product .wd-buttons,
.mamarit-shop-product .wd-add-btn,
.mamarit-shop-product .quick-view,
.mamarit-shop-product .wd-compare-btn,
.mamarit-shop-product .wd-wishlist-btn,
.mamarit-shop-product .product-labels {
	display: none !important;
}

/* Shop filter drawer */
.wd-show-sidebar-btn {
	align-items: center;
	background: #fff;
	border: 1px solid #e5e7eb;
	border-radius: 999px;
	box-shadow: 0 1px 2px rgba(15, 23, 42, .04);
	gap: 6px;
	min-height: 40px;
	padding: 0 14px 0 12px;
	transition: border-color .15s ease, background-color .15s ease, box-shadow .15s ease, color .15s ease;
}

.wd-show-sidebar-btn:hover,
.wd-show-sidebar-btn.wd-opened {
	background: #ecfdf5;
	border-color: #86efac;
	box-shadow: 0 6px 16px rgba(22, 163, 74, .12);
}

.wd-show-sidebar-btn > a {
	align-items: center;
	color: #0f172a !important;
	display: inline-flex;
	font-size: 13px;
	font-weight: 700;
	gap: 8px;
	line-height: 1;
	text-decoration: none !important;
}

.wd-show-sidebar-btn:hover > a,
.wd-show-sidebar-btn.wd-opened > a {
	color: #16a34a !important;
}

.wd-show-sidebar-btn.wd-burger-icon > a:before {
	color: currentColor;
	font-size: 15px;
}

.wd-sidebar.wd-side-hidden {
	--mamarit-filter-pad: 18px;
	--mamarit-filter-gap: 10px;
	--wd-side-hidden-w: min(360px, 92vw);
	background: #f1f5f9;
	border-inline-start: 1px solid #e5e7eb;
	box-shadow: -18px 0 40px rgba(15, 23, 42, .12);
	direction: rtl;
}

.wd-sidebar.wd-side-hidden .wd-heading {
	align-items: center;
	background: #fff;
	border-bottom: 1px solid #e5e7eb;
	display: flex !important;
	flex: 0 0 auto;
	gap: 12px;
	justify-content: space-between;
	padding: 14px var(--mamarit-filter-pad);
	position: sticky;
	top: 0;
	z-index: 2;
}

.wd-sidebar.wd-side-hidden .wd-heading .title {
	color: #0f172a;
	flex: 1 1 auto;
	font-size: 16px;
	font-weight: 800;
	line-height: 1.4;
	margin: 0;
	order: 1;
	text-align: right;
}

.wd-sidebar.wd-side-hidden .wd-heading .close-side-widget {
	order: 2;
}

.wd-sidebar.wd-side-hidden .wd-heading .close-side-widget > a {
	align-items: center;
	background: #f1f5f9;
	border: 1px solid #e2e8f0;
	border-radius: 999px;
	color: #334155 !important;
	display: inline-flex;
	font-size: 12px;
	font-weight: 700;
	gap: 6px;
	height: 34px;
	justify-content: center;
	line-height: 1;
	min-width: 34px;
	padding: 0 12px;
	text-decoration: none !important;
	transition: background-color .15s ease, border-color .15s ease, color .15s ease;
}

.wd-sidebar.wd-side-hidden .wd-heading .close-side-widget > a:hover {
	background: #ecfdf5;
	border-color: #86efac;
	color: #16a34a !important;
}

.wd-sidebar.wd-side-hidden .widget-area.wd-scroll-content,
.wd-sidebar.wd-side-hidden .widget-area {
	box-sizing: border-box;
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	gap: 14px;
	max-height: none !important;
	min-height: 0;
	overflow-x: hidden !important;
	overflow-y: auto !important;
	padding: var(--mamarit-filter-pad) !important;
	padding-bottom: calc(110px + env(safe-area-inset-bottom)) !important;
}

/* Prevent Woodmart mini-scroll from clipping filter items */
.wd-sidebar.wd-side-hidden .wd-widget .wd-scroll {
	height: auto !important;
	max-height: none !important;
	overflow: visible !important;
	padding: 0 !important;
}

.wd-sidebar.wd-side-hidden .wd-widget .wd-scroll-content {
	height: auto !important;
	max-height: none !important;
	overflow: visible !important;
}

.wd-sidebar.wd-side-hidden .wd-widget {
	background: #fff;
	border: 1px solid #e5e7eb;
	border-radius: 16px;
	box-shadow: 0 1px 2px rgba(15, 23, 42, .04);
	box-sizing: border-box;
	margin: 0 !important;
	overflow: visible;
	padding: 18px !important;
	width: 100%;
}

.wd-sidebar.wd-side-hidden .widget_top_rated_products {
	display: none !important;
}

.wd-sidebar.wd-side-hidden .widget-title {
	border: 0;
	color: #0f172a;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.5;
	margin: 0 0 14px;
	padding: 0;
	position: relative;
}

.wd-sidebar.wd-side-hidden .widget-title:after {
	display: none;
}

.wd-sidebar.wd-side-hidden .wd-filter-list,
.wd-sidebar.wd-side-hidden .widget_layered_nav ul,
.wd-sidebar.wd-side-hidden .wd-widget-stock-status ul,
.wd-sidebar.wd-side-hidden .product_list_widget {
	background: #f8fafc;
	border: 1px solid #eef2f7;
	border-radius: 14px;
	display: flex;
	flex-direction: column;
	gap: 0;
	list-style: none;
	margin: 0 !important;
	overflow: hidden;
	padding: 4px !important;
	width: 100%;
}

.wd-sidebar.wd-side-hidden .wd-filter-list li,
.wd-sidebar.wd-side-hidden .widget_layered_nav ul li,
.wd-sidebar.wd-side-hidden .wd-widget-stock-status li {
	align-items: center;
	background: transparent;
	border: 0;
	border-radius: 10px;
	box-sizing: border-box;
	display: flex;
	margin: 0 !important;
	min-height: 44px;
	overflow: visible;
	padding: 0;
	transition: background-color .15s ease;
	width: 100%;
}

.wd-sidebar.wd-side-hidden .wd-filter-list li:hover,
.wd-sidebar.wd-side-hidden .widget_layered_nav ul li:hover,
.wd-sidebar.wd-side-hidden .wd-widget-stock-status li:hover,
.wd-sidebar.wd-side-hidden .wd-filter-list li.wd-active,
.wd-sidebar.wd-side-hidden .widget_layered_nav ul li.chosen,
.wd-sidebar.wd-side-hidden .wd-widget-stock-status li.wd-active {
	background: #ecfdf5;
	border-color: transparent;
	box-shadow: none;
}

.wd-sidebar.wd-side-hidden .wd-filter-list a,
.wd-sidebar.wd-side-hidden .widget_layered_nav ul li a,
.wd-sidebar.wd-side-hidden .wd-widget-stock-status a {
	align-items: center;
	box-sizing: border-box;
	color: #1f2937 !important;
	display: flex;
	flex: 1 1 auto;
	font-size: 13px;
	font-weight: 600;
	gap: 10px;
	line-height: 1.5;
	min-height: 44px;
	min-width: 0;
	padding: 10px 12px;
	text-decoration: none !important;
}

.wd-sidebar.wd-side-hidden .wd-filter-lable,
.wd-sidebar.wd-side-hidden .layer-term-lable {
	flex: 1 1 auto;
	min-width: 0;
}

.wd-sidebar.wd-side-hidden .wd-filter-list .count,
.wd-sidebar.wd-side-hidden .widget_layered_nav ul .count {
	align-items: center;
	background: #fff;
	border: 1px solid #e5e7eb;
	border-radius: 999px;
	color: #64748b;
	display: inline-flex;
	flex: 0 0 auto;
	font-size: 11px;
	font-weight: 700;
	height: 26px;
	justify-content: center;
	margin-block: 0;
	margin-inline: 0 10px;
	min-width: 28px;
	padding: 0 8px;
}

.wd-sidebar.wd-side-hidden .wd-filter-list li:hover .count,
.wd-sidebar.wd-side-hidden .wd-filter-list li.wd-active .count,
.wd-sidebar.wd-side-hidden .widget_layered_nav ul li:hover .count,
.wd-sidebar.wd-side-hidden .widget_layered_nav ul li.chosen .count {
	background: #16a34a;
	border-color: #16a34a;
	color: #fff;
}

.wd-sidebar.wd-side-hidden .wd-swatch {
	--wd-swatch-size: 22px;
	border-radius: 999px;
	box-shadow: inset 0 0 0 1px rgba(15, 23, 42, .08);
	flex: 0 0 auto;
}

.wd-sidebar.wd-side-hidden .wd-swatch-bg {
	border-radius: 999px;
}

.wd-sidebar.wd-side-hidden .wd-swatch.wd-bg .wd-swatch-text {
	display: none;
}

.wd-sidebar.wd-side-hidden .wd-swatch.wd-text + .wd-filter-lable {
	display: none;
}

.wd-sidebar.wd-side-hidden .widget_price_filter .price_slider_wrapper {
	padding: 4px 2px 0;
}

.wd-sidebar.wd-side-hidden .widget_price_filter .price_slider {
	background: #e5e7eb;
	border: 0;
	border-radius: 999px;
	height: 6px;
	margin: 16px 6px 18px;
}

.wd-sidebar.wd-side-hidden .widget_price_filter .ui-slider-range {
	background: #16a34a;
	border-radius: 999px;
}

.wd-sidebar.wd-side-hidden .widget_price_filter .ui-slider-handle {
	background: #fff;
	border: 2px solid #16a34a;
	border-radius: 50%;
	box-shadow: 0 4px 10px rgba(22, 163, 74, .2);
	height: 18px;
	margin-top: -1px;
	top: 50%;
	transform: translateY(-50%);
	width: 18px;
}

.wd-sidebar.wd-side-hidden .widget_price_filter [class*="price_slider_amount"] {
	align-items: stretch;
	display: flex;
	flex-direction: column;
	gap: 10px;
	width: 100%;
}

.wd-sidebar.wd-side-hidden .widget_price_filter [class*="price_slider_amount"] .price_label {
	background: #f8fafc;
	border: 1px solid #eef2f7;
	border-radius: 12px;
	box-sizing: border-box;
	color: #64748b;
	font-size: 12px;
	order: 1;
	padding: 12px;
	text-align: center;
	width: 100%;
}

.wd-sidebar.wd-side-hidden .widget_price_filter [class*="price_slider_amount"] .price_label > span {
	color: #0f172a;
	font-weight: 800;
}

.wd-sidebar.wd-side-hidden .widget_price_filter [class*="price_slider_amount"] .button {
	background: #16a34a !important;
	border: 0 !important;
	border-radius: 12px !important;
	box-shadow: none !important;
	box-sizing: border-box;
	color: #fff !important;
	font-size: 13px !important;
	font-weight: 800 !important;
	min-height: 44px !important;
	order: 2;
	padding: 0 16px !important;
	text-transform: none !important;
	width: 100%;
}

.wd-sidebar.wd-side-hidden .widget_price_filter [class*="price_slider_amount"] .button:hover,
.wd-sidebar.wd-side-hidden .widget_price_filter [class*="price_slider_amount"] .button:focus {
	background: #15803d !important;
	color: #fff !important;
}

.wd-close-side.wd-close-side-opened {
	background: rgba(15, 23, 42, .42);
	backdrop-filter: blur(2px);
}

.mamarit-add-to-cart-row {
	align-items: center;
	display: flex;
	gap: 8px;
	margin-top: auto;
	width: 100%;
}

.mamarit-add-to-cart-row a.added_to_cart,
.mamarit-home-product-card a.added_to_cart {
	display: none !important;
}

.mamarit-add-to-cart-row .button.added,
.mamarit-home-product-card .button.added {
	display: inline-flex !important;
}

.mamarit-cart-fab-wrap {
	pointer-events: none;
}

.mamarit-cart-fab {
	align-items: center;
	-webkit-backdrop-filter: blur(18px) saturate(170%);
	backdrop-filter: blur(18px) saturate(170%);
	background:
		linear-gradient(145deg, rgba(255, 255, 255, .74), rgba(236, 253, 245, .46)),
		radial-gradient(circle at 28% 18%, rgba(255, 255, 255, .92), transparent 34%),
		radial-gradient(circle at 76% 78%, rgba(22, 163, 74, .36), transparent 44%);
	border: 1px solid rgba(255, 255, 255, .72);
	border-radius: 999px;
	bottom: 24px;
	box-shadow:
		0 18px 42px rgba(22, 163, 74, .28),
		0 8px 18px rgba(15, 23, 42, .1),
		inset 0 1px 0 rgba(255, 255, 255, .84),
		inset 0 -12px 24px rgba(22, 163, 74, .13);
	color: #15803d;
	display: none;
	height: 58px;
	inset-inline-start: 20px;
	justify-content: center;
	pointer-events: auto;
	position: fixed;
	text-decoration: none;
	transition: box-shadow .18s ease, color .18s ease, transform .18s ease;
	width: 58px;
	z-index: 10000;
}

.mamarit-cart-fab::before,
.mamarit-cart-fab::after {
	border-radius: inherit;
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
}

.mamarit-cart-fab::before {
	background:
		linear-gradient(120deg, rgba(255, 255, 255, .82), rgba(255, 255, 255, .12) 48%, rgba(255, 255, 255, .38)),
		radial-gradient(ellipse at 24% 8%, rgba(255, 255, 255, .9), transparent 38%);
	mix-blend-mode: screen;
	opacity: .68;
}

.mamarit-cart-fab::after {
	border: 1px solid rgba(255, 255, 255, .5);
	box-shadow:
		inset 0 0 16px rgba(255, 255, 255, .36),
		inset 0 -14px 22px rgba(22, 163, 74, .12);
}

.mamarit-cart-fab.is-visible,
.mamarit-cart-fab:not([hidden]) {
	display: inline-flex;
}

.mamarit-cart-fab[hidden] {
	display: none !important;
}

.mamarit-cart-fab:hover,
.mamarit-cart-fab:focus {
	color: #16a34a;
	text-decoration: none;
	transform: translateY(-2px);
	box-shadow:
		0 22px 50px rgba(22, 163, 74, .34),
		0 10px 20px rgba(15, 23, 42, .12),
		inset 0 1px 0 rgba(255, 255, 255, .9),
		inset 0 -14px 26px rgba(22, 163, 74, .16);
}

.mamarit-cart-fab__icon {
	align-items: center;
	display: inline-flex;
	height: 26px;
	justify-content: center;
	position: relative;
	width: 26px;
	z-index: 1;
}

.mamarit-cart-fab__icon svg {
	display: block;
	height: 26px;
	width: 26px;
}

.mamarit-cart-fab__badge {
	align-items: center;
	background: rgba(255, 255, 255, .88);
	border: 1px solid rgba(22, 163, 74, .28);
	border-radius: 999px;
	color: #15803d;
	display: inline-flex;
	font-size: 12px;
	font-weight: 800;
	height: 22px;
	justify-content: center;
	line-height: 1;
	min-width: 22px;
	padding: 0 5px;
	position: absolute;
	inset-inline-end: -4px;
	top: -4px;
	z-index: 2;
}

.mamarit-qty-stepper {
	align-items: center;
	background: #fff;
	border: 1px solid #e5e7eb;
	border-radius: 7px;
	box-sizing: border-box;
	box-shadow: inset 0 0 0 1px rgba(22, 163, 74, .04);
	display: inline-flex;
	flex: 0 0 auto;
	height: 40px;
	overflow: hidden;
}

.mamarit-qty-stepper__button {
	align-items: center;
	background: transparent;
	border: 0;
	color: #111827;
	cursor: pointer;
	display: inline-flex;
	font-size: 17px;
	font-weight: 800;
	height: 40px;
	justify-content: center;
	line-height: 1;
	padding: 0;
	width: 32px;
}

.mamarit-qty-stepper__button:hover,
.mamarit-qty-stepper__button:focus {
	background: #dcfce7;
	color: #16a34a;
}

.mamarit-qty-stepper__value {
	align-items: center;
	border-left: 1px solid #e5e7eb;
	border-right: 1px solid #e5e7eb;
	color: #111827;
	display: inline-flex;
	font-size: 14px;
	font-weight: 800;
	height: 100%;
	justify-content: center;
	min-width: 28px;
	padding: 0 8px;
}

.mamarit-home-product-card__button {
	align-items: center;
	background: #16a34a !important;
	border: 1px solid #16a34a !important;
	border-radius: 7px !important;
	box-sizing: border-box;
	box-shadow: 0 8px 18px rgba(22, 163, 74, .18);
	color: #fff !important;
	display: inline-flex !important;
	flex: 1 1 auto;
	font-weight: 800;
	justify-content: center;
	min-width: 0;
	height: 40px;
	line-height: 1 !important;
	min-height: 40px !important;
	max-height: 40px;
	padding: 0 14px !important;
	text-align: center;
	text-decoration: none !important;
	width: 100%;
}

.mamarit-home-product-card__button:hover,
.mamarit-home-product-card__button:focus {
	background: #15803d !important;
	border-color: #15803d !important;
	color: #fff !important;
	transform: translateY(-1px);
}

.wd-products .mamarit-add-to-cart-row {
	justify-content: center;
	margin-top: 8px;
}

.wd-products .mamarit-add-to-cart-row .button,
.wd-products .mamarit-add-to-cart-row a.button {
	align-items: center;
	background: #16a34a !important;
	border: 1px solid #16a34a !important;
	border-radius: 7px !important;
	box-sizing: border-box;
	box-shadow: 0 8px 18px rgba(22, 163, 74, .18);
	color: #fff !important;
	display: inline-flex !important;
	flex: 1 1 auto;
	font-weight: 800;
	justify-content: center;
	min-width: 0;
	height: 40px;
	line-height: 1 !important;
	min-height: 40px !important;
	max-height: 40px;
	padding-left: 14px !important;
	padding-right: 14px !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	text-decoration: none !important;
	white-space: nowrap;
}

.wd-products .mamarit-add-to-cart-row .button span,
.wd-products .mamarit-add-to-cart-row a.button span {
	line-height: 1 !important;
}

.wd-products .mamarit-add-to-cart-row .button:hover,
.wd-products .mamarit-add-to-cart-row a.button:hover,
.wd-products .mamarit-add-to-cart-row .button:focus,
.wd-products .mamarit-add-to-cart-row a.button:focus {
	background: #15803d !important;
	border-color: #15803d !important;
	color: #fff !important;
}

.mamarit-home-posts-carousel {
	position: relative;
}

.mamarit-home-posts-grid {
	display: flex;
	gap: 12px;
	overflow-x: auto;
	padding: 2px 4px 10px;
	scroll-behavior: smooth;
	scroll-snap-type: x mandatory;
	scrollbar-width: thin;
}

.mamarit-home-post-card {
	border: 1px solid #e5e7eb;
	border-radius: 8px;
	flex: 0 0 min(280px, 74vw);
	overflow: hidden;
	scroll-snap-align: start;
}

.mamarit-home-post-card__image {
	align-items: center;
	aspect-ratio: 16 / 9;
	background: #f3f4f6;
	color: #6b7280;
	display: flex;
	font-weight: 800;
	justify-content: center;
	overflow: hidden;
}

.mamarit-home-post-card__image img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.mamarit-home-post-card__body {
	padding: 10px;
}

.mamarit-home-post-card__date {
	color: #6b7280;
	font-size: 11px;
}

.mamarit-home-post-card h3 {
	font-size: 14px;
	line-height: 1.65;
	margin: 5px 0;
}

.mamarit-home-post-card h3 a {
	color: #111827;
	text-decoration: none;
}

.mamarit-home-post-card p {
	color: #6b7280;
	font-size: 12px;
	line-height: 1.75;
	margin: 0;
}

.mamarit-home-posts-carousel__button {
	align-items: center;
	background: #fff;
	border: 1px solid #d1d5db;
	border-radius: 999px;
	box-shadow: 0 8px 20px rgba(15, 23, 42, .12);
	color: #111827;
	cursor: pointer;
	display: inline-flex;
	font-size: 28px;
	font-weight: 800;
	height: 42px;
	justify-content: center;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 42px;
	z-index: 2;
}

.mamarit-home-posts-carousel__button:hover,
.mamarit-home-posts-carousel__button:focus {
	background: #16a34a;
	border-color: #16a34a;
	color: #fff;
}

.mamarit-home-posts-carousel__button--right {
	right: -10px;
}

.mamarit-home-posts-carousel__button--left {
	left: -10px;
}

body.blog .wd-blog-holder {
	--wd-gap-lg: 14px !important;
	--wd-gap-md: 12px !important;
	--wd-gap-sm: 10px !important;
}

body.blog .blog-post-loop .wd-post-inner {
	border: 1px solid #e5e7eb;
	border-radius: 8px;
	box-shadow: 0 8px 22px rgba(15, 23, 42, .05);
	overflow: hidden;
	transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

body.blog .blog-post-loop:hover .wd-post-inner {
	border-color: #16a34a;
	box-shadow: 0 12px 30px rgba(15, 23, 42, .09);
	transform: translateY(-2px);
}

body.blog .blog-post-loop .wd-post-thumb {
	margin-bottom: 0;
}

body.blog .blog-post-loop .wd-post-img {
	aspect-ratio: 16 / 9;
	background: #f3f4f6;
	overflow: hidden;
}

body.blog .blog-post-loop .wd-post-img img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

body.blog .blog-post-loop .wd-post-content {
	padding: 12px !important;
}

body.blog .blog-post-loop .wd-post-cat {
	font-size: 10px;
	margin-bottom: 7px;
}

body.blog .blog-post-loop .wd-post-title {
	font-size: 15px;
	line-height: 1.55;
	margin-bottom: 7px;
}

body.blog .blog-post-loop .wd-post-meta,
body.blog .blog-post-loop .wd-post-date,
body.blog .blog-post-loop .wd-post-reply {
	font-size: 11px;
}

body.blog .blog-post-loop .wd-post-excerpt {
	color: #6b7280;
	font-size: 12px;
	line-height: 1.75;
	margin-bottom: 8px;
}

body.blog .blog-post-loop .read-more-section {
	font-size: 12px;
	margin-top: 6px;
}

.mamarit-home-pagination {
	margin-top: 18px;
	text-align: center;
}

.mamarit-home-pagination ul {
	display: inline-flex;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: center;
	list-style: none;
	margin: 0;
	padding: 0;
}

.mamarit-home-pagination a,
.mamarit-home-pagination span {
	align-items: center;
	border: 1px solid #d1d5db;
	border-radius: 6px;
	color: #111827;
	display: inline-flex;
	font-weight: 800;
	height: 38px;
	justify-content: center;
	min-width: 38px;
	padding: 0 10px;
	text-decoration: none;
}

.mamarit-home-pagination .current,
.mamarit-home-pagination a:hover {
	background: #16a34a;
	border-color: #16a34a;
	color: #fff;
	text-decoration: none;
}

.mamarit-product-categories-page {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
	margin: 24px 0;
}

.mamarit-product-category-card {
	background: #fff;
	border: 1px solid #e5e7eb;
	border-radius: 8px;
	box-shadow: 0 10px 28px rgba(15, 23, 42, .06);
	color: #111827;
	display: flex;
	flex-direction: column;
	isolation: isolate;
	min-height: 238px;
	overflow: hidden;
	padding: 0;
	position: relative;
	text-align: right;
	text-decoration: none;
	transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.mamarit-product-category-card::before {
	background: linear-gradient(180deg, transparent 36%, rgba(15, 23, 42, .82));
	content: "";
	inset: 0;
	opacity: .9;
	position: absolute;
	z-index: 1;
}

.mamarit-product-category-card::after {
	align-items: center;
	background: #fff;
	border: 1px solid rgba(255, 255, 255, .65);
	border-radius: 999px;
	box-shadow: 0 8px 18px rgba(15, 23, 42, .14);
	color: #16a34a;
	content: "مشاهده";
	display: inline-flex;
	font-size: 12px;
	font-weight: 900;
	height: 34px;
	inset-inline-start: 14px;
	justify-content: center;
	padding: 0 13px;
	position: absolute;
	top: 14px;
	transform: translateY(-8px);
	opacity: 0;
	transition: opacity .18s ease, transform .18s ease;
	z-index: 2;
}

.mamarit-product-category-card:hover,
.mamarit-product-category-card:focus {
	border-color: #16a34a;
	box-shadow: 0 18px 42px rgba(15, 23, 42, .14);
	color: #fff;
	text-decoration: none;
	transform: translateY(-4px);
}

.mamarit-product-category-card:hover::after,
.mamarit-product-category-card:focus::after {
	opacity: 1;
	transform: translateY(0);
}

.mamarit-product-category-card__image {
	align-items: center;
	background: linear-gradient(135deg, #f8fafc, #ecfdf5);
	display: flex;
	font-size: 48px;
	height: 100%;
	justify-content: center;
	overflow: hidden;
	position: absolute;
	inset: 0;
	width: 100%;
	z-index: 0;
}

.mamarit-product-category-card__image img {
	height: 100%;
	object-fit: cover;
	transition: transform .35s ease;
	width: 100%;
}

.mamarit-product-category-card:hover .mamarit-product-category-card__image img,
.mamarit-product-category-card:focus .mamarit-product-category-card__image img {
	transform: scale(1.06);
}

.mamarit-product-category-card__title {
	color: #fff;
	display: block;
	font-size: 18px;
	font-weight: 900;
	line-height: 1.55;
	margin-top: auto;
	padding: 112px 16px 4px;
	position: relative;
	text-shadow: 0 2px 10px rgba(15, 23, 42, .28);
	z-index: 2;
}

.mamarit-product-category-card__count {
	align-items: center;
	align-self: flex-start;
	background: rgba(255, 255, 255, .92);
	border: 1px solid rgba(255, 255, 255, .6);
	border-radius: 999px;
	color: #15803d;
	display: inline-flex;
	font-size: 12px;
	font-weight: 900;
	margin: 0 16px 16px;
	padding: 5px 10px;
	position: relative;
	z-index: 2;
}

.wd-cats .wd-cat,
.products .product-category {
	border-radius: 8px;
	overflow: hidden;
}

.wd-cats .wd-cat-inner,
.products .product-category .wd-cat-inner {
	background: #fff;
	border: 1px solid #e5e7eb;
	border-radius: 8px !important;
	box-shadow: 0 10px 28px rgba(15, 23, 42, .06);
	overflow: hidden;
	transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.wd-cats .wd-cat:hover .wd-cat-inner,
.products .product-category:hover .wd-cat-inner {
	border-color: #16a34a;
	box-shadow: 0 18px 42px rgba(15, 23, 42, .14);
	transform: translateY(-4px);
}

.wd-cats .wd-cat-thumb,
.products .product-category .wd-cat-thumb {
	background: #f8fafc;
	border-radius: 0 !important;
	overflow: hidden;
}

.wd-cats .wd-cat-image,
.products .product-category .wd-cat-image {
	transition: transform .35s ease;
}

.wd-cats .wd-cat:hover .wd-cat-image,
.products .product-category:hover .wd-cat-image {
	transform: scale(1.06);
}

.wd-cats .wd-cat-content,
.products .product-category .wd-cat-content {
	background: #fff;
	border-top: 1px solid #e5e7eb;
	padding: 14px !important;
}

.wd-cats .wd-cat .wd-entities-title,
.products .product-category .wd-entities-title {
	color: #111827;
	font-size: 16px;
	font-weight: 900;
	line-height: 1.6;
	margin-bottom: 4px;
}

.wd-cats .wd-cat-count,
.products .product-category .wd-cat-count {
	color: #16a34a !important;
	font-size: 12px;
	font-weight: 800;
}

.mamarit-tutorials-page {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	margin: 20px 0;
}

.mamarit-tutorial-card {
	background: #fff;
	border: 1px solid #e5e7eb;
	border-radius: 8px;
	color: #111827;
	display: flex;
	flex-direction: column;
	gap: 10px;
	overflow: hidden;
	text-decoration: none;
}

.mamarit-tutorial-card:hover,
.mamarit-tutorial-card:focus {
	border-color: #16a34a;
	color: #16a34a;
	text-decoration: none;
}

.mamarit-tutorial-card__image {
	aspect-ratio: 16 / 10;
	background: #f9fafb;
	display: block;
	overflow: hidden;
}

.mamarit-tutorial-card__image img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.mamarit-tutorial-card__title {
	font-weight: 700;
	padding: 0 12px 12px;
}

.mamarit-tutorials-empty {
	background: linear-gradient(145deg, #fff, #f0fdf4);
	border: 1px solid #dcfce7;
	border-radius: 10px;
	box-shadow: 0 16px 38px rgba(15, 23, 42, .07);
	direction: rtl;
	margin: 20px 0;
	padding: 24px;
	text-align: center;
}

.mamarit-tutorials-empty h2 {
	color: #111827;
	font-size: 24px;
	font-weight: 950;
	line-height: 1.6;
	margin: 0 0 8px;
}

.mamarit-tutorials-empty p {
	color: #64748b;
	font-size: 14px;
	line-height: 1.9;
	margin: 0 auto;
	max-width: 620px;
}

body.page-id-267 .wd-wishlist-head .wd-social-icons,
body.page-id-267 .wd-wishlist-head .social-icons-wrapper,
body.page-id-267 .wd-wishlist-head .share-title,
body.page-id-267 .wd-wishlist-head [class*="social"] {
	display: none !important;
}

@media (max-width: 768px) {
	body.woocommerce-account .main-page-wrapper {
		padding-top: 14px;
	}

	body.woocommerce-account .woocommerce-MyAccount-navigation,
	body.woocommerce-account .woocommerce-MyAccount-content,
	body.woocommerce-account .wd-registration-page {
		border-radius: 8px;
		box-shadow: 0 8px 20px rgba(15, 23, 42, .05);
	}

	body.woocommerce-account .woocommerce-MyAccount-content,
	body.woocommerce-account .wd-registration-page {
		padding: 14px;
	}

	body.woocommerce-account .wd-registration-page.wd-register-tabs {
		grid-template-columns: 1fr;
	}

	body.woocommerce-account .woocommerce-form,
	body.woocommerce-account .login,
	body.woocommerce-account .register {
		padding: 14px;
	}

	body.woocommerce-account .woocommerce-MyAccount-navigation ul {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	body.woocommerce-account .woocommerce-MyAccount-navigation a {
		font-size: 12px;
		justify-content: center;
		min-height: 44px;
		padding: 10px;
		text-align: center;
	}

	body.woocommerce-account .woocommerce-MyAccount-content > p:first-child {
		font-size: 14px;
		padding: 14px;
	}

	body.woocommerce-account .woocommerce-MyAccount-orders tr,
	body.woocommerce-account table.woocommerce-orders-table tr {
		align-items: stretch;
		grid-template-columns: 1fr;
		padding: 14px;
	}

	body.woocommerce-account .woocommerce-MyAccount-orders td,
	body.woocommerce-account table.woocommerce-orders-table td {
		background: #f8fafc;
		border-radius: 7px;
		padding: 10px !important;
	}

	body.woocommerce-account .woocommerce-orders-table__cell-order-actions {
		justify-content: stretch;
	}

	body.woocommerce-account .woocommerce-orders-table__cell-order-actions .button {
		flex: 1 1 auto;
		text-align: center;
	}

	.mamarit-footer-contact {
		padding: 22px 0 calc(90px + env(safe-area-inset-bottom));
	}

	.mamarit-footer-contact__inner {
		align-items: stretch;
		flex-direction: column;
		gap: 16px;
	}

	.mamarit-footer-contact__support {
		min-width: 0;
	}

	.mamarit-footer-contact__socials {
		justify-content: flex-start;
	}

	.mamarit-footer-contact__social {
		flex: 1 1 calc(50% - 8px);
		justify-content: center;
	}

	.mamarit-home {
		margin-top: -25px;
		padding: 18px 12px 46px;
	}

	.mamarit-home-hero {
		grid-template-columns: 1fr;
		padding: 22px;
	}

	.mamarit-home-hero h1 {
		font-size: 28px;
	}

	.mamarit-home-section {
		padding: 14px;
	}

	.mamarit-home-section__header {
		align-items: flex-start;
		flex-direction: column;
		gap: 10px;
	}

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

	.mamarit-home-categories a {
		min-height: 88px;
		padding: 13px;
	}

	.mamarit-product-categories-page {
		gap: 12px;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		margin: 16px 0;
	}

	.mamarit-product-category-card {
		min-height: 190px;
	}

	.mamarit-product-category-card__title {
		font-size: 15px;
		padding: 90px 12px 4px;
	}

	.mamarit-product-category-card__count {
		font-size: 11px;
		margin: 0 12px 12px;
		padding: 4px 8px;
	}

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

	.mamarit-home-post-card {
		flex-basis: 72vw;
	}

	.mamarit-home-posts-carousel__button {
		height: 36px;
		width: 36px;
	}

	.mamarit-home-posts-carousel__button--right {
		right: -4px;
	}

	.mamarit-home-posts-carousel__button--left {
		left: -4px;
	}

	body.blog .blog-post-loop .wd-post-content {
		padding: 10px !important;
	}

	body.blog .blog-post-loop .wd-post-title {
		font-size: 14px;
	}

	body.blog .blog-post-loop .wd-post-excerpt {
		font-size: 11px;
	}

	.mamarit-home-product-card__body {
		padding: 10px;
	}

	.mamarit-home-product-card h3 {
		font-size: 13px;
	}

	.mamarit-add-to-cart-row {
		gap: 6px;
	}

	.mamarit-qty-stepper {
		height: 36px;
	}

	.mamarit-qty-stepper__button {
		height: 36px;
		width: 28px;
	}

	.mamarit-qty-stepper__value {
		min-width: 24px;
		padding: 0 6px;
	}

	.mamarit-home-product-card__button,
	.wd-products .mamarit-add-to-cart-row .button,
	.wd-products .mamarit-add-to-cart-row a.button {
		font-size: 11px;
		height: 36px;
		line-height: 1 !important;
		min-height: 36px !important;
		max-height: 36px;
		padding-left: 8px;
		padding-right: 8px;
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}

	body {
		padding-bottom: calc(92px + env(safe-area-inset-bottom));
	}

	.mobile-nav,
	.wd-header-mobile-nav,
	.wd-header-mobile-nav.wd-tools-element,
	.mobile-menu,
	.mobile-nav-icon,
	.wd-toolbar,
	.wd-toolbar-wrapper,
	.wd-tools-element.wd-header-mobile-nav {
		display: none !important;
	}

	.mamarit-mobile-bottom-nav {
		align-items: stretch;
		-webkit-backdrop-filter: blur(22px) saturate(165%);
		backdrop-filter: blur(22px) saturate(165%);
		background:
			linear-gradient(135deg, rgba(255, 255, 255, .78), rgba(255, 255, 255, .48)),
			radial-gradient(circle at 12% 18%, rgba(255, 255, 255, .82), transparent 18%),
			radial-gradient(circle at 82% 12%, rgba(22, 163, 74, .22), transparent 30%),
			radial-gradient(circle at 50% 120%, rgba(15, 23, 42, .13), transparent 42%);
		border: 1px solid rgba(255, 255, 255, .72);
		border-radius: 18px;
		bottom: calc(9px + env(safe-area-inset-bottom));
		box-shadow:
			0 18px 42px rgba(15, 23, 42, .18),
			inset 0 1px 0 rgba(255, 255, 255, .78),
			inset 0 -1px 0 rgba(15, 23, 42, .05);
		direction: rtl;
		display: grid;
		grid-template-columns: repeat(5, minmax(0, 1fr));
		left: 12px;
		padding: 7px;
		place-items: stretch center;
		position: fixed;
		right: 12px;
		z-index: 9999;
	}

	.mamarit-mobile-bottom-nav::before,
	.mamarit-mobile-bottom-nav::after {
		border-radius: inherit;
		content: "";
		inset: 0;
		pointer-events: none;
		position: absolute;
	}

	.mamarit-mobile-bottom-nav::before {
		background:
			linear-gradient(115deg, rgba(255, 255, 255, .72), rgba(255, 255, 255, .08) 42%, rgba(255, 255, 255, .34)),
			radial-gradient(ellipse at 18% 0%, rgba(255, 255, 255, .9), transparent 34%);
		mix-blend-mode: screen;
		opacity: .55;
	}

	.mamarit-mobile-bottom-nav::after {
		border: 1px solid rgba(255, 255, 255, .5);
		box-shadow:
			inset 0 0 18px rgba(255, 255, 255, .34),
			inset 0 -16px 28px rgba(22, 163, 74, .07);
	}

	.mamarit-cart-fab {
		bottom: calc(88px + env(safe-area-inset-bottom));
		inset-inline-start: 16px;
	}

	.mamarit-mobile-bottom-nav__item {
		align-items: center;
		border: 1px solid transparent;
		border-radius: 14px;
		color: rgba(31, 41, 55, .82);
		display: flex;
		flex-direction: column;
		font-size: 11px;
		font-weight: 700;
		gap: 3px;
		justify-content: center;
		line-height: 1.4;
		min-width: 0;
		padding: 6px 2px;
		position: relative;
		text-decoration: none;
		text-align: center;
		transition: background-color .18s ease, border-color .18s ease, box-shadow .18s ease, color .18s ease, transform .18s ease;
		width: 100%;
		-webkit-tap-highlight-color: transparent;
		z-index: 1;
	}

	.mamarit-header-panel {
		margin-inline-start: 10px;
	}

	.mamarit-header-panel .wd-tools-text {
		display: none;
	}

	.mamarit-header-panel .wd-tools-icon {
		min-width: 28px;
	}

	.mamarit-mobile-bottom-nav__item:hover,
	.mamarit-mobile-bottom-nav__item:focus,
	.mamarit-mobile-bottom-nav__item.is-active {
		background:
			linear-gradient(145deg, rgba(255, 255, 255, .78), rgba(236, 253, 245, .66)),
			radial-gradient(circle at 22% 12%, rgba(255, 255, 255, .95), transparent 34%);
		border-color: rgba(22, 163, 74, .24);
		box-shadow:
			0 10px 22px rgba(22, 163, 74, .16),
			inset 0 1px 0 rgba(255, 255, 255, .88),
			inset 0 -10px 20px rgba(22, 163, 74, .1);
		color: #16a34a;
		text-decoration: none;
	}

	.mamarit-mobile-bottom-nav__item.is-active::before {
		background: radial-gradient(ellipse at center, rgba(22, 163, 74, .34), transparent 68%);
		border-radius: 999px;
		content: "";
		height: 4px;
		inset-inline: 22%;
		position: absolute;
		top: 4px;
	}

	.mamarit-mobile-bottom-nav__item:active {
		transform: translateY(1px) scale(.98);
	}

	.mamarit-mobile-bottom-nav__icon {
		align-items: center;
		background:
			linear-gradient(145deg, rgba(255, 255, 255, .6), rgba(255, 255, 255, .22)),
			radial-gradient(circle at 30% 18%, rgba(255, 255, 255, .95), transparent 36%);
		border-radius: 999px;
		box-shadow:
			inset 0 1px 0 rgba(255, 255, 255, .74),
			inset 0 -6px 12px rgba(15, 23, 42, .06);
		display: inline-flex;
		height: 26px;
		justify-content: center;
		margin-left: auto;
		margin-right: auto;
		width: 30px;
	}

	.mamarit-mobile-bottom-nav__icon svg {
		fill: none;
		display: block;
		height: 24px;
		stroke: currentColor;
		stroke-linecap: round;
		stroke-linejoin: round;
		stroke-width: 1.7;
		transform: translateX(0);
		width: 24px;
	}

	.mamarit-mobile-bottom-nav__badge {
		align-items: center;
		-webkit-backdrop-filter: blur(10px) saturate(150%);
		backdrop-filter: blur(10px) saturate(150%);
		background:
			linear-gradient(145deg, rgba(255, 255, 255, .92), rgba(236, 253, 245, .72)),
			radial-gradient(circle at 25% 15%, rgba(255, 255, 255, .95), transparent 38%);
		border: 1px solid rgba(22, 163, 74, .22);
		border-radius: 999px;
		box-shadow:
			0 6px 14px rgba(15, 23, 42, .12),
			inset 0 1px 0 rgba(255, 255, 255, .82);
		color: #15803d;
		display: inline-flex;
		font-size: 9px;
		font-weight: 900;
		height: 17px;
		justify-content: center;
		line-height: 1;
		min-width: 17px;
		padding: 0 5px;
		position: absolute;
		top: 3px;
		transform: translateX(-13px);
		z-index: 2;
	}

	.mamarit-mobile-bottom-nav__badge.is-new {
		background:
			linear-gradient(145deg, rgba(22, 163, 74, .94), rgba(34, 197, 94, .78)),
			radial-gradient(circle at 25% 15%, rgba(255, 255, 255, .5), transparent 36%);
		border-color: rgba(255, 255, 255, .42);
		color: #fff;
		padding: 0 6px;
	}

	.mamarit-mobile-bottom-nav__label {
		display: block;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		width: 100%;
	}
}

@media (min-width: 769px) and (max-width: 1024px) {
	.mamarit-home-categories,
	.mamarit-home-products-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.mamarit-home-post-card {
		flex-basis: 260px;
	}
}
