/*
Theme Name: Dimar Theme
Theme URI: https://azsolutions.ro/themes/dimar-theme/
Author: AZSolutions
Description: Portable and configurable WooCommerce storefront theme by AZSolutions.
Version: 1.0.22
Update URI: https://azsolutions.ro/themes/dimar-theme/
Requires at least: 6.7
Tested up to: 7.1
Requires PHP: 8.1
Text Domain: dimar-theme
*/

:root {
	--dimar-page: #f7fbf5;
	--dimar-surface: #ffffff;
	--dimar-surface-soft: #edf8ec;
	--dimar-ink: #172017;
	--dimar-muted: #667262;
	--dimar-line: #dcebd7;
	--dimar-green: #46a35f;
	--dimar-green-dark: #2f7d49;
	--dimar-green-soft: #e6f6e8;
	--dimar-amber: #f2be54;
	--dimar-blue: #3f8eb8;
	--dimar-red: #c95b5b;
	--dimar-radius: 8px;
	--dimar-shadow: 0 12px 30px rgba(18, 35, 24, 0.1);
}

* {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	background: var(--dimar-page);
	color: var(--dimar-ink);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.5;
	margin: 0;
}

body.drawer-open {
	overflow: hidden;
}

a {
	color: inherit;
	text-decoration: none;
}

a:hover {
	color: var(--dimar-green);
}

img,
iframe {
	display: block;
	max-width: 100%;
}

img {
	height: auto;
}

button,
input,
select,
textarea {
	font: inherit;
}

.dimar-shell {
	margin: 0 auto;
	max-width: 1440px;
	padding: 0 24px;
}

.dimar-header {
	background: var(--dimar-surface);
	border-bottom: 1px solid var(--dimar-line);
	position: sticky;
	top: 0;
	z-index: 50;
}

.dimar-topbar {
	background: var(--dimar-green-dark);
	color: #f5fbf3;
	font-size: 13px;
}

.dimar-topbar-inner {
	align-items: center;
	display: flex;
	gap: 18px;
	justify-content: space-between;
	min-height: 34px;
}

.dimar-top-note,
.dimar-top-links {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
}

.dimar-top-links a {
	color: #f5fbf3;
	opacity: 0.9;
}

.dimar-top-links a:hover {
	color: #ffffff;
	opacity: 1;
}

.dimar-brand-row {
	align-items: center;
	display: grid;
	gap: 22px;
	grid-template-columns: minmax(230px, 1fr) minmax(260px, auto);
	min-height: 60px;
}

.dimar-brand {
	align-items: center;
	display: inline-flex;
	gap: 12px;
	min-width: 0;
}

.dimar-header .dimar-brand {
	gap: 24px;
}

.dimar-brand-logo {
	align-items: center;
	background: transparent;
	border-radius: 0;
	color: var(--dimar-green-dark);
	display: inline-flex;
	font-size: 18px;
	font-weight: 900;
	height: 92px;
	justify-content: center;
	overflow: hidden;
	width: 103px;
}

.dimar-brand-logo img {
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.dimar-header .dimar-brand-logo {
	--dimar-logo-max-height: 73.6px;
	flex: 0 0 auto;
	height: auto;
	width: 82.4px;
}

.dimar-header .dimar-brand-logo img {
	height: auto;
	max-height: var(--dimar-logo-max-height);
}

.home .dimar-header .dimar-brand-logo {
	--dimar-logo-max-height: 77.28px;
	width: 86.52px;
}

.dimar-brand > span:last-child {
	min-width: 0;
	overflow-wrap: anywhere;
}

.dimar-brand-name {
	display: block;
	font-size: 24px;
	font-weight: 900;
	line-height: 1.05;
}

.dimar-brand-slogan {
	color: var(--dimar-muted);
	display: block;
	font-size: 13px;
	margin-top: 4px;
}

.dimar-header-has-slogan-image .dimar-brand-logo {
	flex: 0 0 auto;
}

.dimar-brand-slogan-image {
	display: block;
	margin-top: 4px;
	max-width: 320px;
}

.dimar-slogan-image {
	display: block;
	height: auto;
	max-height: 64px;
	max-width: 100%;
	object-fit: contain;
	object-position: left center;
	width: auto;
}

.dimar-support {
	align-items: center;
	background: transparent;
	border: 0;
	border-radius: var(--dimar-radius);
	display: flex;
	gap: 12px;
	justify-self: end;
	min-width: 250px;
	padding: 0;
}

.dimar-support .dimar-support-icon {
	background: transparent;
}

.dimar-support-icon,
.dimar-benefit-icon,
.dimar-nav-icon,
.dimar-footer-icon {
	align-items: center;
	background: var(--dimar-green-soft);
	border-radius: 8px;
	color: var(--dimar-green-dark);
	display: inline-flex;
	flex: 0 0 auto;
	height: 42px;
	justify-content: center;
	width: 42px;
}

.dimar-support-icon svg,
.dimar-benefit-icon svg,
.dimar-nav-icon svg,
.dimar-footer-icon svg {
	height: 24px;
	width: 24px;
}

.dimar-support-label {
	color: var(--dimar-muted);
	display: block;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
}

.dimar-support strong,
.dimar-support a {
	display: block;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.25;
}

.dimar-nav-row {
	background: var(--dimar-green);
	color: #ffffff;
}

.dimar-nav-row-inner {
	align-items: center;
	display: grid;
	gap: 12px;
	grid-template-columns: 220px minmax(280px, 1fr) auto;
	min-height: 58px;
}

.dimar-category-toggle,
.dimar-header-action,
.dimar-search-button,
.dimar-slider-button,
.dimar-mobile-close {
	align-items: center;
	border: 0;
	border-radius: var(--dimar-radius);
	cursor: pointer;
	display: inline-flex;
	font-weight: 900;
	justify-content: center;
}

.dimar-category-toggle,
.dimar-header-action,
.dimar-search-button {
	font-weight: 700;
}

.dimar-category-toggle {
	background: var(--dimar-green-dark);
	color: #ffffff;
	gap: 10px;
	min-height: 44px;
	padding: 0 14px;
	width: 100%;
}

.dimar-category-toggle .dimar-nav-icon {
	background: #ffffff;
	height: 32px;
	width: 32px;
}

.dimar-category-toggle .dimar-nav-icon svg {
	height: 18px;
	width: 18px;
}

.dimar-search-form {
	display: grid;
	gap: 8px;
	grid-template-columns: minmax(0, 1fr) auto;
	margin: 0;
	position: relative;
}

.dimar-search-form input[type="search"] {
	background: #ffffff;
	border: 0;
	border-radius: var(--dimar-radius);
	color: var(--dimar-ink);
	min-height: 44px;
	padding: 0 14px;
	width: 100%;
}

.dimar-search-button {
	background: var(--dimar-amber);
	color: var(--dimar-ink);
	min-height: 44px;
	padding: 0 18px;
}

.dimar-search-results {
	background: var(--dimar-surface);
	border: 1px solid var(--dimar-line);
	border-radius: var(--dimar-radius);
	box-shadow: var(--dimar-shadow);
	color: var(--dimar-ink);
	left: 0;
	max-height: min(420px, 70vh);
	overflow: auto;
	padding: 8px;
	position: absolute;
	right: 0;
	top: calc(100% + 8px);
	z-index: 70;
}

.dimar-search-result {
	align-items: center;
	border-radius: var(--dimar-radius);
	display: grid;
	gap: 10px;
	grid-template-columns: 54px minmax(0, 1fr);
	padding: 8px;
}

.dimar-search-result:hover {
	background: var(--dimar-surface-soft);
}

.dimar-search-result img {
	aspect-ratio: 1;
	background: #ffffff;
	border: 1px solid var(--dimar-line);
	border-radius: 6px;
	object-fit: contain;
	padding: 4px;
	width: 54px;
}

.dimar-search-result-body {
	display: grid;
	gap: 4px;
	min-width: 0;
}

.dimar-search-result-body strong,
.dimar-search-result-body span {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.dimar-search-result-body span {
	color: var(--dimar-muted);
	font-size: 12px;
}

.dimar-header-actions {
	align-items: center;
	display: flex;
	gap: 8px;
	justify-content: flex-end;
}

.dimar-mobile-home {
	display: none;
}

.dimar-header-action {
	background: rgba(255, 255, 255, 0.13);
	color: #ffffff;
	gap: 8px;
	min-height: 44px;
	padding: 0 13px;
}

.dimar-header-action-account {
	display: grid;
	grid-template-columns: 20px minmax(34px, 1fr);
	min-width: 82px;
}

.dimar-header-action-account svg {
	justify-self: center;
}

.dimar-header-action-account span {
	justify-self: center;
	line-height: 1;
	text-align: center;
}

.dimar-header-action strong {
	background: #ffffff;
	border-radius: 999px;
	color: var(--dimar-green-dark);
	font-size: 12px;
	font-weight: 500;
	min-width: 22px;
	padding: 2px 7px;
	text-align: center;
}

.dimar-mobile-overlay {
	background: rgba(9, 18, 12, 0.48);
	bottom: 0;
	display: none;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 90;
}

.drawer-open .dimar-mobile-overlay {
	display: block;
}

.dimar-category-drawer {
	background: var(--dimar-surface);
	box-shadow: var(--dimar-shadow);
	height: 100vh;
	left: 0;
	max-width: 380px;
	overflow: auto;
	position: fixed;
	top: 0;
	transform: translateX(-105%);
	transition: transform 180ms ease;
	width: calc(100vw - 34px);
	z-index: 100;
}

.drawer-open .dimar-category-drawer {
	transform: translateX(0);
}

.dimar-drawer-head {
	align-items: center;
	background: var(--dimar-green-dark);
	color: #ffffff;
	display: flex;
	justify-content: space-between;
	padding: 16px;
}

.dimar-drawer-head strong {
	font-size: 17px;
}

.dimar-mobile-close {
	background: rgba(255, 255, 255, 0.15);
	color: #ffffff;
	height: 38px;
	width: 38px;
}

.dimar-category-tree,
.dimar-category-tree ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.dimar-category-tree {
	padding: 10px;
}

.dimar-category-tree ul {
	border-left: 2px solid var(--dimar-line);
	margin-left: 12px;
}

.dimar-category-tree ul[hidden] {
	display: none;
}

.dimar-category-row {
	align-items: center;
	display: grid;
	gap: 4px;
	grid-template-columns: minmax(0, 1fr) auto;
}

.dimar-category-tree a {
	align-items: center;
	border-radius: var(--dimar-radius);
	display: flex;
	gap: 10px;
	justify-content: space-between;
	padding: 9px 10px;
}

.dimar-category-tree a:hover {
	background: var(--dimar-surface-soft);
}

.dimar-category-expand {
	background: var(--dimar-surface-soft);
	border: 1px solid var(--dimar-line);
	border-radius: var(--dimar-radius);
	color: var(--dimar-green-dark);
	cursor: pointer;
	font-size: 0;
	height: 32px;
	position: relative;
	width: 32px;
}

.dimar-category-expand::before,
.dimar-category-expand::after {
	background: currentColor;
	content: "";
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
}

.dimar-category-expand::before {
	height: 2px;
	width: 12px;
}

.dimar-category-expand::after {
	height: 12px;
	width: 2px;
}

.dimar-category-expand[aria-expanded="true"]::after {
	display: none;
}

.dimar-count {
	color: var(--dimar-muted);
	font-size: 12px;
}

.dimar-main {
	overflow-x: clip;
	padding: 24px 0 46px;
}

@supports not (overflow: clip) {
	.dimar-main {
		overflow-x: hidden;
	}
}

.dimar-slider {
	background: transparent;
	border-radius: var(--dimar-radius);
	box-shadow: var(--dimar-shadow);
	display: grid;
	margin-bottom: 16px;
	overflow: hidden;
	position: relative;
}

.dimar-slide {
	background-color: var(--dimar-green-dark);
	background-position: center;
	background-repeat: no-repeat;
	display: block;
	grid-area: 1 / 1;
	height: clamp(300px, 28vw, 420px);
	min-height: 0;
	opacity: 0;
	pointer-events: none;
	position: relative;
	transform: translateX(0);
	transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out, visibility 0s linear 0.5s;
	visibility: hidden;
	will-change: opacity, transform;
	z-index: 0;
}

.dimar-slide-image {
	display: block;
	height: 100%;
	inset: 0;
	object-fit: cover;
	object-position: var(--dimar-banner-image-position, center center);
	position: absolute;
	width: 100%;
}

.dimar-slide-fit-contain {
	background-color: transparent;
}

.dimar-slide-fit-contain .dimar-slide-image {
	object-fit: contain;
}

.dimar-slide-fit-contain .dimar-slide-content {
	color: var(--dimar-ink);
}

.dimar-slide-fit-contain .dimar-kicker {
	color: var(--dimar-green-dark);
}

.dimar-slide.dimar-slide-fit-contain p {
	color: var(--dimar-muted);
}

.dimar-slide.is-active {
	opacity: 1;
	pointer-events: auto;
	transform: translateX(0);
	transition-delay: 0s;
	visibility: visible;
	z-index: 1;
}

.dimar-slide.is-entering-next {
	transform: translateX(5%);
}

.dimar-slide.is-entering-prev {
	transform: translateX(-5%);
}

.dimar-slide.is-leaving-next {
	transform: translateX(-5%);
}

.dimar-slide.is-leaving-prev {
	transform: translateX(5%);
}

.dimar-slide-content {
	color: #ffffff;
	max-width: 600px;
	padding: 54px 54px 64px;
	position: relative;
	z-index: 1;
}

.dimar-banner-text-center .dimar-slide-content {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.dimar-banner-text-right .dimar-slide-content {
	margin-left: auto;
	text-align: right;
}

.dimar-banner-link {
	cursor: pointer;
	display: block;
	inset: 0;
	position: absolute;
	z-index: 2;
}

.dimar-banner-link:focus-visible {
	outline: 3px solid var(--dimar-green-dark);
	outline-offset: -4px;
	box-shadow: inset 0 0 0 7px var(--dimar-surface);
}

.dimar-slider.is-dragging .dimar-banner-link {
	cursor: grabbing;
}

.dimar-kicker {
	color: var(--dimar-amber);
	display: block;
	font-size: 12px;
	font-weight: 900;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.dimar-slide h1,
.dimar-slide h2 {
	font-size: 42px;
	line-height: 1.04;
	margin: 0 0 12px;
}

.dimar-slide p {
	color: #e3efdf;
	font-size: 17px;
	margin: 0 0 22px;
}

.dimar-button {
	align-items: center;
	background: var(--dimar-green);
	border-radius: var(--dimar-radius);
	color: #ffffff;
	display: inline-flex;
	font-weight: 600;
	justify-content: center;
	min-height: 44px;
	padding: 0 18px;
}

.dimar-button:hover {
	background: var(--dimar-green-dark);
	color: #ffffff;
}

.dimar-slider-controls {
	bottom: 18px;
	display: flex;
	gap: 8px;
	position: absolute;
	right: 18px;
	z-index: 2;
}

.dimar-slider-button {
	background: rgba(255, 255, 255, 0.92);
	box-shadow: 0 3px 10px rgba(18, 35, 24, 0.32), 0 1px 3px rgba(18, 35, 24, 0.18);
	color: var(--dimar-green-dark);
	height: 40px;
	width: 40px;
}

.dimar-slider-dots {
	align-items: center;
	bottom: 18px;
	display: flex;
	gap: 7px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	z-index: 2;
}

.dimar-slider-dots button {
	background: rgba(255, 255, 255, 0.62);
	border: 0;
	border-radius: 999px;
	cursor: pointer;
	height: 9px;
	padding: 0;
	width: 9px;
}

.dimar-slider-dots button.is-active {
	background: #ffffff;
	width: 24px;
}

.dimar-slider:has(.dimar-slide-fit-contain.is-active) .dimar-slider-dots button {
	background: var(--dimar-muted);
}

.dimar-slider:has(.dimar-slide-fit-contain.is-active) .dimar-slider-dots button.is-active {
	background: var(--dimar-green-dark);
}

.dimar-slider[data-dimar-slider] {
	cursor: grab;
	touch-action: pan-y;
}

.dimar-slider.is-dragging {
	cursor: grabbing;
}

@media (prefers-reduced-motion: reduce) {
	.dimar-slide {
		transform: none;
		transition: none;
	}
}

.dimar-benefits {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	margin-bottom: 22px;
}

.dimar-benefit {
	background: var(--dimar-surface);
	border: 1px solid var(--dimar-line);
	border-radius: var(--dimar-radius);
	box-shadow: 0 8px 18px rgba(18, 35, 24, 0.06);
	display: grid;
	gap: 10px;
	justify-items: center;
	min-width: 0;
	padding: 18px 14px;
	text-align: center;
}

.dimar-benefit .dimar-benefit-icon {
	background: transparent;
	color: #111111;
	height: 58px;
	width: 58px;
}

.dimar-benefit .dimar-benefit-icon svg {
	height: 44px;
	width: 44px;
}

.dimar-benefit strong,
.dimar-benefit span {
	display: block;
}

.dimar-benefit strong {
	font-size: 15px;
	line-height: 1.2;
}

.dimar-benefit span {
	color: var(--dimar-muted);
	font-size: 13px;
}

.dimar-section {
	content-visibility: auto;
	contain-intrinsic-size: 1px 620px;
	margin-top: 24px;
}

.dimar-section-head {
	align-items: flex-end;
	display: flex;
	gap: 14px;
	justify-content: space-between;
	margin-bottom: 12px;
}

.dimar-section-head h1,
.dimar-section-head h2 {
	font-size: 24px;
	line-height: 1.15;
	margin: 0;
}

.dimar-section-link {
	color: var(--dimar-green);
	font-size: 14px;
	font-weight: 900;
}

.dimar-simple-banner {
	background: var(--dimar-surface-soft);
	border: 1px solid var(--dimar-line);
	border-radius: var(--dimar-radius);
	display: block;
	overflow: hidden;
	width: 100%;
}

.dimar-simple-banner img {
	aspect-ratio: 1920 / 360;
	display: block;
	height: auto;
	max-height: 360px;
	min-height: 150px;
	object-fit: cover;
	width: 100%;
}

.dimar-simple-banner-fit-contain,
.dimar-simple-banner-fit-contain img {
	background: transparent;
}

.dimar-simple-banner-fit-contain img {
	object-fit: contain;
}

.dimar-tabs {
	background: var(--dimar-surface);
	border: 1px solid var(--dimar-line);
	border-radius: var(--dimar-radius);
	box-shadow: var(--dimar-shadow);
	overflow: hidden;
}

.dimar-tab-buttons {
	background: transparent;
	border-bottom: 1px solid var(--dimar-line);
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	padding: 12px;
}

.dimar-tab-button {
	background: transparent;
	border: 1px solid var(--dimar-green);
	border-radius: var(--dimar-radius);
	color: var(--dimar-ink);
	cursor: pointer;
	flex: 1 1 160px;
	font-weight: 700;
	min-height: 42px;
	padding: 0 16px;
}

.dimar-tab-button:hover {
	background: var(--dimar-green-soft);
	color: var(--dimar-green-dark);
}

.dimar-tab-button.is-active {
	background: var(--dimar-green);
	border-color: var(--dimar-green);
	color: #ffffff;
}

.dimar-tab-panel {
	display: none;
	padding: 16px;
}

.dimar-tab-panel.is-active {
	display: block;
}

.dimar-product-grid,
.woocommerce ul.products {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.dimar-product-card,
.woocommerce ul.products li.product {
	background: var(--dimar-surface);
	border: 1px solid var(--dimar-line);
	border-radius: var(--dimar-radius);
	box-shadow: 0 8px 20px rgba(18, 35, 24, 0.07);
	display: flex;
	flex-direction: column;
	margin: 0 !important;
	min-width: 0;
	overflow: hidden;
	padding: 0 !important;
	width: auto !important;
}

.woocommerce ul.products li.product .woocommerce-LoopProduct-link,
.woocommerce ul.products li.product .woocommerce-loop-product__link {
	color: inherit;
	display: flex;
	flex: 1;
	flex-direction: column;
}

.dimar-product-image {
	align-items: center;
	aspect-ratio: 1 / 0.86;
	background: #ffffff;
	border-bottom: 1px solid var(--dimar-line);
	display: flex;
	justify-content: center;
	padding: 16px;
	position: relative;
}

.dimar-stock-ribbon {
	border-radius: 999px;
	color: #ffffff;
	font-size: 11px;
	font-weight: 900;
	left: 10px;
	line-height: 1;
	padding: 7px 9px;
	position: absolute;
	top: 10px;
	z-index: 1;
}

.dimar-stock-ribbon.is-in-stock {
	background: var(--dimar-green);
}

.dimar-stock-ribbon.is-out-stock {
	background: var(--dimar-red);
}

.dimar-product-image img,
.woocommerce ul.products li.product img {
	max-height: 100%;
	object-fit: contain;
	width: auto;
}

.woocommerce ul.products li.product img {
	aspect-ratio: 1 / 0.86;
	border-bottom: 1px solid var(--dimar-line);
	margin: 0 auto 12px;
	padding: 16px;
}

.dimar-product-body {
	display: flex;
	flex: 1;
	flex-direction: column;
	gap: 10px;
	padding: 14px;
}

.dimar-product-category {
	color: var(--dimar-blue);
	font-size: 12px;
	font-weight: 900;
}

.dimar-product-title,
.woocommerce ul.products li.product .woocommerce-loop-product__title {
	display: -webkit-box;
	font-size: 15px;
	line-height: 1.32;
	margin: 0;
	min-height: calc(15px * 1.32 * 3);
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
	padding: 0 14px;
}

.dimar-product-title a:hover {
	color: var(--dimar-green);
}

.dimar-product-meta {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
}

.dimar-badge {
	border-radius: 999px;
	display: inline-flex;
	font-size: 11px;
	font-weight: 700;
	line-height: 1;
	padding: 7px 9px;
}

.dimar-badge-sku {
	background: #edf5fb;
	color: var(--dimar-blue);
}

.dimar-badge-brand {
	background: #f5f0df;
	color: #756226;
}

.dimar-badge-stock {
	background: var(--dimar-green-soft);
	color: var(--dimar-green-dark);
}

.dimar-badge-oos {
	background: #fae9e7;
	color: var(--dimar-red);
}

.dimar-price-row {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	justify-content: space-between;
	margin-top: auto;
}

.dimar-price,
.woocommerce ul.products li.product .price,
.woocommerce div.product p.price,
.woocommerce div.product span.price {
	color: var(--dimar-green-dark);
	font-size: 18px;
	font-weight: 900;
}

.dimar-price del,
.dimar-price del .amount,
.woocommerce ul.products li.product .price del,
.woocommerce div.product p.price del,
.woocommerce div.product span.price del,
.woocommerce ul.products li.product .price del .amount,
.woocommerce div.product p.price del .amount,
.woocommerce div.product span.price del .amount {
	color: var(--dimar-red);
	font-weight: 600;
	opacity: 1;
}

.woocommerce ul.products li.product .price {
	margin: 10px 0 0;
	padding: 0 14px;
}

.woocommerce ul.products li.product .star-rating {
	margin-left: 14px;
	margin-right: 14px;
}

.dimar-card-button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
	align-items: center;
	background: var(--dimar-green);
	border: 0;
	border-radius: var(--dimar-radius);
	color: #ffffff;
	display: inline-flex;
	font-weight: 600;
	justify-content: center;
	min-height: 40px;
	padding: 0 13px;
	text-align: center;
}

.dimar-product-card .dimar-card-button {
	line-height: 1.25;
	text-align: center;
	white-space: normal;
}

.woocommerce ul.products li.product .button {
	align-self: stretch;
	display: flex !important;
	margin: 14px !important;
	min-height: 44px;
	text-align: center;
	width: auto;
}

.woocommerce ul.products li.product .dimar-product-actions {
	margin: 0 14px 14px;
}

.dimar-product-card .added_to_cart.wc-forward,
.woocommerce ul.products li.product .added_to_cart.wc-forward {
	align-items: center;
	background: var(--dimar-green-soft);
	border: 1px solid var(--dimar-green);
	border-radius: var(--dimar-radius);
	color: var(--dimar-green-dark);
	display: flex !important;
	font-weight: 600;
	justify-content: center;
	line-height: 1.25;
	min-height: 40px;
	padding: 0 13px;
	text-align: center;
	white-space: normal;
}

.dimar-product-card .dimar-price-row > .added_to_cart.wc-forward {
	flex: 1 0 100%;
	width: 100%;
}

.woocommerce ul.products li.product > .added_to_cart.wc-forward {
	margin: -4px 14px 14px !important;
	width: auto;
}

.dimar-product-card .added_to_cart.wc-forward:hover,
.woocommerce ul.products li.product .added_to_cart.wc-forward:hover {
	background: var(--dimar-green);
	color: #ffffff;
}

.dimar-card-button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
	background: var(--dimar-green-dark);
	color: #ffffff;
}

.dimar-product-actions {
	display: grid;
	gap: 8px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.dimar-list-toggle {
	align-items: center;
	background: var(--dimar-surface-soft);
	border: 1px solid var(--dimar-line);
	border-radius: var(--dimar-radius);
	color: var(--dimar-green-dark);
	cursor: pointer;
	display: inline-flex;
	font-size: 12px;
	font-weight: 600;
	gap: 6px;
	justify-content: center;
	min-height: 36px;
	padding: 0 10px;
}

.dimar-list-toggle svg {
	height: 16px;
	width: 16px;
}

.dimar-list-toggle.is-active {
	background: var(--dimar-green);
	border-color: var(--dimar-green);
	color: #ffffff;
}

.dimar-loop-badges {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
	padding: 8px 14px 0;
}

.dimar-category-grid {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.dimar-category-card {
	background: var(--dimar-surface);
	border: 1px solid var(--dimar-line);
	border-radius: var(--dimar-radius);
	box-shadow: 0 8px 20px rgba(18, 35, 24, 0.07);
	display: grid;
	gap: 10px;
	overflow: hidden;
	padding: 16px;
}

.dimar-category-card-has-image {
	padding: 0;
}

.dimar-category-image {
	aspect-ratio: 16 / 9;
	background: var(--dimar-surface-soft);
	display: block;
	overflow: hidden;
	width: 100%;
}

.dimar-category-image img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.dimar-category-card-body {
	display: grid;
	gap: 6px;
}

.dimar-category-card-has-image .dimar-category-card-body {
	padding: 4px 16px 16px;
}

.dimar-category-card-body strong {
	font-size: 17px;
}

.dimar-category-card-body span {
	color: var(--dimar-muted);
	font-size: 13px;
}

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

.dimar-shop-banner .dimar-slider {
	margin-bottom: 24px;
}

.dimar-shop-sidebar {
	background: var(--dimar-surface);
	border: 1px solid var(--dimar-line);
	border-radius: var(--dimar-radius);
	box-shadow: var(--dimar-shadow);
	overflow: hidden;
	position: sticky;
	top: 188px;
}

.dimar-filter-block + .dimar-filter-block {
	border-top: 1px solid var(--dimar-line);
}

.dimar-filter-title {
	background: var(--dimar-green-dark);
	color: #ffffff;
	font-size: 13px;
	font-weight: 600;
	margin: 0;
	padding: 8px 16px;
	text-align: center;
	text-transform: uppercase;
}

.dimar-filter-list {
	display: grid;
	gap: 4px;
	list-style: none;
	margin: 0;
	padding: 11px 14px 8px;
}

.dimar-filter-list a {
	align-items: center;
	border-radius: var(--dimar-radius);
	color: var(--dimar-muted);
	display: grid;
	gap: 10px;
	grid-template-columns: minmax(0, 1fr) minmax(28px, auto);
	min-width: 0;
	padding: 5px 12px;
}

.dimar-filter-choice {
	align-items: center;
	display: flex;
	gap: 8px;
	justify-content: flex-start;
	min-width: 0;
	width: 100%;
}

.dimar-filter-label {
	display: block;
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.dimar-filter-list .dimar-count {
	justify-self: end;
	min-width: 28px;
	text-align: right;
}

.dimar-checkbox {
	align-items: center;
	background: #ffffff;
	border: 1px solid #b9c8b3;
	border-radius: 4px;
	display: inline-flex;
	flex: 0 0 auto;
	height: 16px;
	justify-content: center;
	margin-left: 2px;
	width: 16px;
}

.dimar-filter-list a.is-active .dimar-checkbox {
	background: var(--dimar-green);
	border-color: var(--dimar-green);
}

.dimar-filter-list a.is-active .dimar-checkbox::after {
	border: solid #ffffff;
	border-width: 0 2px 2px 0;
	content: "";
	height: 8px;
	transform: rotate(45deg) translate(-1px, -1px);
	width: 4px;
}

.dimar-price-filter-form {
	padding: 11px 14px 8px;
}

.dimar-price-filter-row {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	justify-content: center;
}

.dimar-price-filter-row input {
	background: transparent;
	border: 1px solid var(--dimar-line);
	border-radius: var(--dimar-radius);
	color: var(--dimar-ink);
	min-height: 34px;
	padding: 0 10px;
	width: 82px;
}

.dimar-price-filter-row .button {
	font-size: 13px;
	font-weight: 600;
	line-height: 1;
	min-height: 32px;
	padding: 0 10px;
}

.dimar-filter-list a:hover,
.dimar-filter-list a.is-active {
	background: var(--dimar-surface-soft);
	color: var(--dimar-green-dark);
}

.dimar-filter-toggle {
	appearance: none;
	background: transparent;
	border: 0;
	color: var(--dimar-green-dark);
	cursor: pointer;
	display: block;
	font-size: 12px;
	font-weight: 700;
	margin: 0 auto;
	padding: 2px 14px;
	text-align: center;
}

.dimar-filter-toggle-item {
	padding: 2px 0;
}

.dimar-filter-toggle:hover,
.dimar-filter-toggle:focus-visible {
	color: var(--dimar-green);
	text-decoration: underline;
}

.dimar-active-filter-list {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	list-style: none;
	margin: 0;
	padding: 12px 12px 0;
}

.dimar-active-filter-list a {
	align-items: center;
	background: var(--dimar-surface-soft);
	border: 1px solid var(--dimar-line);
	border-radius: 999px;
	color: var(--dimar-green-dark);
	display: inline-flex;
	font-size: 12px;
	font-weight: 600;
	gap: 8px;
	padding: 7px 9px;
}

.dimar-active-filter-list a span {
	font-size: 14px;
	line-height: 1;
}

.dimar-clear-filters {
	color: var(--dimar-red);
	display: inline-flex;
	font-size: 13px;
	font-weight: 600;
	margin: 10px 12px 12px;
}

.dimar-content-panel {
	min-width: 0;
}

.dimar-page-content {
	display: grid;
	gap: 22px;
}

.dimar-page-content a {
	color: var(--dimar-green-dark);
	font-weight: 900;
}

.dimar-page-hero {
	background: var(--dimar-surface);
	border: 1px solid var(--dimar-line);
	border-radius: var(--dimar-radius);
	box-shadow: var(--dimar-shadow);
	display: grid;
	gap: 12px;
	padding: 28px;
}

.dimar-page-kicker {
	color: var(--dimar-green-dark);
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
}

.dimar-page-hero h2 {
	font-size: 32px;
	line-height: 1.1;
	margin: 0;
}

.dimar-page-hero p,
.dimar-page-card p,
.dimar-page-note p {
	color: var(--dimar-muted);
	margin: 0;
}

.dimar-page-grid {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.dimar-page-grid.is-two {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.dimar-page-card,
.dimar-page-note {
	background: var(--dimar-surface);
	border: 1px solid var(--dimar-line);
	border-radius: var(--dimar-radius);
	box-shadow: 0 8px 20px rgba(18, 35, 24, 0.07);
	display: grid;
	gap: 10px;
	padding: 18px;
}

.dimar-page-card h2,
.dimar-page-card h3,
.dimar-page-note h2,
.dimar-page-note h3 {
	font-size: 18px;
	line-height: 1.2;
	margin: 0;
}

.dimar-page-card ul,
.dimar-page-note ul {
	color: var(--dimar-muted);
	margin: 0;
	padding-left: 18px;
}

.dimar-page-card li + li,
.dimar-page-note li + li {
	margin-top: 6px;
}

.dimar-process-list {
	counter-reset: dimar-process;
	display: grid;
	gap: 12px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.dimar-process-list li {
	background: var(--dimar-surface);
	border: 1px solid var(--dimar-line);
	border-radius: var(--dimar-radius);
	counter-increment: dimar-process;
	display: grid;
	gap: 6px;
	grid-template-columns: 42px minmax(0, 1fr);
	padding: 16px;
}

.dimar-process-list li::before {
	align-items: center;
	background: var(--dimar-green);
	border-radius: 999px;
	color: #ffffff;
	content: counter(dimar-process);
	display: flex;
	font-weight: 900;
	height: 32px;
	justify-content: center;
	width: 32px;
}

.dimar-process-list strong {
	display: block;
}

.dimar-process-list span {
	color: var(--dimar-muted);
}

.dimar-contact-layout {
	align-items: start;
	display: grid;
	gap: 18px;
	grid-template-columns: minmax(0, 1fr) 390px;
}

.dimar-contact-page {
	padding-bottom: 32px;
}

.dimar-contact-sidebar {
	display: grid;
	gap: 18px;
	min-width: 0;
}

.dimar-contact-details,
.dimar-contact-guidance {
	background: var(--dimar-surface);
	border: 1px solid var(--dimar-line);
	border-radius: var(--dimar-radius);
	padding: 22px;
	overflow-wrap: anywhere;
}

.dimar-contact-details h2,
.dimar-contact-guidance h2,
.dimar-contact-form h2 {
	font-size: 22px;
	margin: 0 0 10px;
}

.dimar-contact-details dl {
	display: grid;
	gap: 16px;
	margin: 18px 0 0;
}

.dimar-contact-details dt {
	color: var(--dimar-muted);
	font-size: 13px;
	font-weight: 700;
}

.dimar-contact-details dd {
	margin: 3px 0 0;
}

.dimar-contact-address {
	white-space: pre-line;
}

.dimar-contact-guidance > div + div {
	border-top: 1px solid var(--dimar-line);
	margin-top: 16px;
	padding-top: 16px;
}

.dimar-contact-guidance h3 {
	font-size: 16px;
	margin: 12px 0 4px;
}

.dimar-contact-guidance p {
	font-size: 14px;
	margin: 0;
}

.dimar-contact-map {
	background: var(--dimar-surface);
	border: 1px solid var(--dimar-line);
	border-radius: var(--dimar-radius);
	box-shadow: var(--dimar-shadow);
	display: grid;
	gap: 12px;
	overflow: hidden;
	padding: 14px;
}

.dimar-contact-map img {
	aspect-ratio: 16 / 10;
	border-radius: 6px;
	object-fit: cover;
	width: 100%;
}

.dimar-contact-map span {
	color: var(--dimar-muted);
	font-size: 14px;
}

.dimar-contact-map h2,
.dimar-contact-map p {
	margin: 0;
}

.dimar-contact-map p {
	display: grid;
	gap: 6px;
}

.dimar-contact-form {
	background: var(--dimar-surface);
	border: 1px solid var(--dimar-line);
	border-radius: var(--dimar-radius);
	box-shadow: var(--dimar-shadow);
	display: grid;
	gap: 14px;
	padding: 18px;
}

.dimar-form-grid {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.dimar-contact-form label {
	display: grid;
	gap: 6px;
}

.dimar-contact-form label span {
	color: var(--dimar-muted);
	font-size: 13px;
	font-weight: 900;
}

.dimar-contact-form input,
.dimar-contact-form textarea {
	background: #ffffff;
	border: 1px solid var(--dimar-line);
	border-radius: var(--dimar-radius);
	color: var(--dimar-ink);
	min-height: 42px;
	min-width: 0;
	padding: 10px 12px;
	width: 100%;
}

.dimar-contact-form textarea {
	resize: vertical;
}

.dimar-consent {
	align-items: start;
	display: grid;
	gap: 9px;
	grid-template-columns: 18px minmax(0, 1fr);
}

.dimar-consent input {
	margin-top: 3px;
	min-height: 0;
	padding: 0;
	width: auto;
}

.dimar-contact-form .dimar-consent span {
	color: var(--dimar-ink);
	font-weight: 400;
}

.dimar-contact-form [type="submit"]:disabled {
	cursor: wait;
	opacity: 0.65;
}

.dimar-contact-form [type="submit"] {
	border: 0;
}

.dimar-hidden-field {
	display: none !important;
}

.dimar-form-notice {
	border-radius: var(--dimar-radius);
	font-size: 14px;
	font-weight: 800;
	padding: 12px;
}

.dimar-form-notice p {
	margin: 0;
}

.dimar-form-notice p + p {
	margin-top: 5px;
}

.dimar-form-notice.is-success {
	background: var(--dimar-green-soft);
	color: var(--dimar-green-dark);
}

.dimar-form-notice.is-error {
	background: #fae9e7;
	color: var(--dimar-red);
}

.dimar-breadcrumbs {
	color: var(--dimar-muted);
	font-size: 13px;
	font-weight: 800;
	margin: 0 0 12px;
}

.dimar-breadcrumbs a {
	color: var(--dimar-green-dark);
}

.woocommerce-page .dimar-content-panel {
	background: var(--dimar-surface);
	border: 1px solid var(--dimar-line);
	border-radius: var(--dimar-radius);
	box-shadow: var(--dimar-shadow);
	padding: 20px;
}

.dimar-product-single .dimar-content-panel {
	width: 100%;
}

.woocommerce ul.products::before,
.woocommerce ul.products::after {
	display: none;
}

.dimar-catalog-toolbar {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	justify-content: space-between;
	margin: 0 0 18px;
}

.dimar-catalog-toolbar-count {
	flex: 1 1 220px;
	min-width: 0;
}

.dimar-catalog-toolbar-controls {
	align-items: center;
	display: flex;
	flex: 0 1 auto;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: flex-end;
}

.woocommerce .dimar-catalog-toolbar .woocommerce-result-count,
.woocommerce .dimar-catalog-toolbar .woocommerce-ordering,
.woocommerce .dimar-catalog-toolbar .dimar-per-page-form {
	float: none;
	margin: 0;
}

.woocommerce .dimar-per-page-form,
.woocommerce .woocommerce-ordering {
	align-items: center;
	display: flex;
	gap: 8px;
}

.woocommerce .dimar-per-page-form label,
.woocommerce .dimar-per-page-form span,
.woocommerce .woocommerce-result-count {
	color: var(--dimar-muted);
	font-size: 13px;
	font-weight: 500;
}

.woocommerce .dimar-per-page-form select,
.woocommerce .woocommerce-ordering select {
	background: transparent;
	border: 1px solid var(--dimar-line);
	border-radius: var(--dimar-radius);
	color: var(--dimar-ink);
	min-height: 38px;
	padding: 0 28px 0 10px;
}

.woocommerce div.product {
	min-width: 0;
}

.woocommerce div.product .product_title {
	font-size: 30px;
	line-height: 1.16;
}

.dimar-remote-product-gallery {
	background: var(--dimar-surface);
	border: 1px solid var(--dimar-line);
	border-radius: var(--dimar-radius);
	box-sizing: border-box;
	margin-bottom: 24px;
	overflow: hidden;
}

.woocommerce div.product div.images.dimar-remote-product-gallery {
	float: left;
	margin-bottom: 2em;
	width: 48%;
}

.dimar-remote-product-main {
	align-items: center;
	background: #ffffff;
	display: flex;
	aspect-ratio: 1 / 0.9;
	min-height: 0;
	padding: 24px;
}

.dimar-remote-product-main img {
	display: block;
	margin: auto;
	max-height: 100%;
	max-width: 100%;
	object-fit: contain;
	width: auto;
}

.dimar-remote-product-thumbs {
	border-top: 1px solid var(--dimar-line);
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	padding: 12px;
}

.dimar-remote-product-thumbs a {
	align-items: center;
	background: var(--dimar-surface-soft);
	border: 1px solid var(--dimar-line);
	border-radius: var(--dimar-radius);
	display: flex;
	justify-content: center;
	min-height: 86px;
	padding: 8px;
}

.dimar-remote-product-thumbs img {
	max-height: 74px;
	object-fit: contain;
	width: auto;
}

@media (max-width: 768px) {
	.woocommerce div.product div.images.dimar-remote-product-gallery {
		float: none;
		width: 100%;
	}
}

.dimar-single-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 10px 0 12px;
}

.dimar-product-info-cards {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin: 18px 0 12px;
}

.dimar-product-info-card {
	align-items: center;
	background: var(--dimar-surface-soft);
	border: 1px solid var(--dimar-line);
	border-radius: var(--dimar-radius);
	display: grid;
	gap: 10px;
	grid-template-columns: 38px minmax(0, 1fr);
	padding: 10px;
}

.dimar-product-info-icon {
	align-items: center;
	color: var(--dimar-green-dark);
	display: inline-flex;
	height: 38px;
	justify-content: center;
	width: 38px;
}

.dimar-product-info-icon svg {
	height: 28px;
	width: 28px;
}

.dimar-product-info-card strong,
.dimar-product-info-card span span {
	display: block;
}

.dimar-product-info-card strong {
	font-size: 13px;
	line-height: 1.2;
}

.dimar-product-info-card span span {
	color: var(--dimar-muted);
	font-size: 12px;
	line-height: 1.3;
}

.woocommerce div.product .summary .dimar-product-actions {
	clear: both;
	margin: 12px 0 18px;
	max-width: 360px;
}

.dimar-product-whatsapp {
	background: #eff8ee;
	border: 1px solid #bfe1c0;
	border-radius: var(--dimar-radius);
	display: grid;
	gap: 10px;
	margin: 12px 0 16px;
	max-width: none;
	padding: 12px;
	width: 100%;
}

.dimar-product-whatsapp span {
	color: #000000;
	font-size: 13px;
	line-height: 1.35;
}

.dimar-whatsapp-button {
	align-items: center;
	background: #1fa855;
	border-radius: var(--dimar-radius);
	color: #ffffff;
	display: inline-flex;
	font-weight: 600;
	justify-content: center;
	min-height: 42px;
	padding: 0 16px;
	width: 100%;
}

.dimar-whatsapp-button:hover {
	background: #168243;
	color: #ffffff;
}

.woocommerce div.product .woocommerce-tabs,
.woocommerce div.product .related,
.dimar-page-section {
	clear: both;
	margin-top: 28px;
}

.dimar-page-blocks {
	clear: both;
	display: grid;
	gap: 24px;
	margin-top: 28px;
}

.dimar-page-blocks .related {
	margin-top: 0;
}

.dimar-page-section {
	margin-top: 0;
}

.dimar-page-section-full {
	left: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	position: relative;
	width: 100vw;
}

.dimar-page-banner {
	background: var(--dimar-page-banner-bg, var(--dimar-surface-soft));
	border: 1px solid var(--dimar-line);
	border-radius: var(--dimar-radius);
	color: var(--dimar-ink);
	display: grid;
	overflow: hidden;
	position: relative;
}

.dimar-page-banner-bg-split-image.dimar-page-banner-has-image.dimar-page-banner-has-content {
	grid-template-columns: minmax(220px, 0.9fr) minmax(0, 1.1fr);
}

.dimar-page-banner-bg-cover-image {
	background-image: var(--dimar-page-banner-image);
	background-position: var(--dimar-page-banner-image-position, center center);
	background-size: cover;
	color: #ffffff;
	min-height: 260px;
}

.dimar-page-banner-bg-cover-image .dimar-page-banner-content > span:not(.dimar-kicker):not(.dimar-button) {
	color: rgba(255, 255, 255, 0.86);
}

.dimar-page-banner-bg-cover-image .dimar-kicker {
	color: #ffffff;
}

.dimar-page-banner-media {
	background: #ffffff;
	display: block;
	min-height: 220px;
}

.dimar-page-banner-img {
	height: auto;
	object-fit: cover;
	object-position: var(--dimar-page-banner-image-position, center center);
	width: 100%;
}

/* Give desktop images a frame so contain/cover and horizontal position can work.
 * Mobile keeps the image's natural height and full proportions. */
@media (min-width: 921px) {
	.dimar-page-banner-media {
		position: relative;
	}

	.dimar-page-banner-media .dimar-page-banner-img {
		/* WooCommerce sets height:auto on archive/product images. Keep the
		 * image inside this frame so object-fit can contain the whole photo. */
		height: 100%;
		inset: 0;
		position: absolute;
	}
}

.dimar-page-banner-fit-contain .dimar-page-banner-img {
	object-fit: contain;
	padding: 12px;
}

.dimar-page-banner-has-image.dimar-page-banner-fit-contain,
.dimar-page-banner-fit-contain .dimar-page-banner-media {
	background-color: transparent;
}

.dimar-page-banner-bg-cover-image.dimar-page-banner-fit-contain {
	background-repeat: no-repeat;
	background-size: contain;
	color: var(--dimar-ink);
}

.dimar-page-banner-bg-cover-image.dimar-page-banner-fit-contain .dimar-page-banner-content > span:not(.dimar-kicker):not(.dimar-button) {
	color: var(--dimar-muted);
}

.dimar-page-banner-bg-cover-image.dimar-page-banner-fit-contain .dimar-kicker {
	color: var(--dimar-green-dark);
}

.dimar-page-banner-content {
	align-content: center;
	display: grid;
	gap: 10px;
	padding: 22px;
}

.dimar-banner-text-center .dimar-page-banner-content {
	justify-items: center;
	text-align: center;
}

.dimar-banner-text-right .dimar-page-banner-content {
	justify-items: end;
	text-align: right;
}

.dimar-page-banner-content strong {
	display: block;
	font-size: 24px;
	line-height: 1.14;
}

.dimar-page-banner-content > span:not(.dimar-kicker):not(.dimar-button) {
	color: var(--dimar-muted);
	font-size: 15px;
	line-height: 1.5;
}

.dimar-page-banner-content .dimar-button {
	width: fit-content;
}

.dimar-page-section-full .dimar-page-banner {
	border-left: 0;
	border-radius: 0;
	border-right: 0;
	min-height: 260px;
}

.dimar-faq-list {
	display: grid;
	gap: 10px;
}

.dimar-faq-item {
	background: var(--dimar-surface);
	border: 1px solid var(--dimar-line);
	border-radius: var(--dimar-radius);
	padding: 0;
}

.dimar-faq-item summary {
	align-items: center;
	cursor: pointer;
	display: flex;
	gap: 12px;
	font-weight: 700;
	justify-content: space-between;
	list-style: none;
	padding: 14px 16px;
}

.dimar-faq-item summary::-webkit-details-marker {
	display: none;
}

.dimar-faq-item summary::marker {
	content: "";
}

.dimar-faq-item summary::after {
	align-items: center;
	color: var(--dimar-green-dark);
	content: "+";
	display: inline-flex;
	flex: 0 0 auto;
	font-size: 20px;
	font-weight: 700;
	height: 22px;
	justify-content: center;
	line-height: 1;
	width: 22px;
}

.dimar-faq-item[open] summary::after {
	content: "-";
}

.dimar-faq-item div {
	border-top: 1px solid var(--dimar-line);
	color: var(--dimar-muted);
	padding: 0 16px 14px;
}

.dimar-faq-item p:last-child {
	margin-bottom: 0;
}

.dimar-review-carousel {
	align-items: center;
	display: grid;
	gap: 10px;
	grid-template-columns: 40px minmax(0, 1fr) 40px;
}

.dimar-review-track {
	display: grid;
	gap: 12px;
	grid-auto-columns: minmax(260px, 32%);
	grid-auto-flow: column;
	overflow-x: auto;
	padding: 2px;
	scroll-snap-type: x mandatory;
	scrollbar-width: thin;
}

.dimar-review-card {
	background: var(--dimar-surface);
	border: 1px solid var(--dimar-line);
	border-radius: var(--dimar-radius);
	display: grid;
	gap: 10px;
	min-height: 190px;
	padding: 16px;
	scroll-snap-align: start;
}

.dimar-review-person {
	align-items: center;
	display: grid;
	gap: 10px;
	grid-template-columns: 52px minmax(0, 1fr);
}

.dimar-review-avatar {
	align-items: center;
	aspect-ratio: 1;
	background: var(--dimar-green-soft);
	border: 1px solid var(--dimar-line);
	border-radius: 999px;
	color: var(--dimar-green-dark);
	display: inline-flex;
	font-size: 14px;
	font-weight: 700;
	justify-content: center;
	overflow: hidden;
	width: 52px;
}

.dimar-review-avatar img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.dimar-review-person > span:last-child,
.dimar-review-person > span:last-child strong,
.dimar-review-person > span:last-child span {
	display: block;
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.dimar-review-rating {
	color: var(--dimar-amber);
	font-size: 15px;
	letter-spacing: 0;
}

.dimar-review-card p {
	color: var(--dimar-ink);
	font-size: 14px;
	line-height: 1.5;
	margin: 0;
}

.dimar-review-card strong {
	font-size: 14px;
}

.dimar-review-person > span:last-child span {
	color: var(--dimar-muted);
	font-size: 12px;
}

.dimar-carousel-button {
	align-items: center;
	background: var(--dimar-surface-soft);
	border: 1px solid var(--dimar-line);
	border-radius: var(--dimar-radius);
	color: var(--dimar-green-dark);
	cursor: pointer;
	display: inline-flex;
	font-size: 18px;
	font-weight: 700;
	height: 40px;
	justify-content: center;
	width: 40px;
}

.dimar-newsletter-box {
	align-items: center;
	background: var(--dimar-green-dark);
	border-radius: var(--dimar-radius);
	color: #ffffff;
	display: grid;
	gap: 18px;
	grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
	padding: 22px;
}

.dimar-newsletter-box > span {
	display: grid;
	gap: 6px;
}

.dimar-newsletter-box strong {
	font-size: 24px;
	line-height: 1.16;
}

.dimar-newsletter-box span span {
	color: #dfeee0;
	font-size: 15px;
	line-height: 1.45;
}

.dimar-newsletter-form {
	display: grid;
	gap: 8px;
	grid-template-columns: minmax(0, 1fr) auto;
}

.dimar-newsletter-form input {
	background: #ffffff;
	border: 0;
	border-radius: var(--dimar-radius);
	color: var(--dimar-ink);
	min-height: 44px;
	padding: 0 13px;
	width: 100%;
}

.dimar-archive-description {
	background: var(--dimar-surface-soft);
	border: 1px solid var(--dimar-line);
	border-radius: var(--dimar-radius);
	color: var(--dimar-muted);
	margin: 0 0 18px;
	padding: 14px 16px;
}

.dimar-archive-description-bottom {
	clear: both;
	margin: 22px 0 0;
}

.dimar-empty {
	background: var(--dimar-surface);
	border: 1px solid var(--dimar-line);
	border-radius: var(--dimar-radius);
	padding: 18px;
}

.dimar-list-bar {
	bottom: 18px;
	display: flex;
	gap: 8px;
	position: fixed;
	right: 18px;
	z-index: 80;
}

.dimar-list-bar button {
	align-items: center;
	background: var(--dimar-green-dark);
	border: 0;
	border-radius: var(--dimar-radius);
	box-shadow: var(--dimar-shadow);
	color: #ffffff;
	cursor: pointer;
	display: inline-flex;
	font-weight: 600;
	gap: 8px;
	min-height: 42px;
	padding: 0 12px;
}

.dimar-list-bar svg {
	height: 18px;
	width: 18px;
}

.dimar-list-bar strong {
	background: #ffffff;
	border-radius: 999px;
	color: var(--dimar-green-dark);
	font-size: 12px;
	font-weight: 500;
	min-width: 21px;
	padding: 2px 6px;
}

.dimar-list-modal[hidden],
.dimar-list-bar[hidden] {
	display: none;
}

.dimar-list-modal {
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 120;
}

body.dimar-list-open {
	overflow: hidden;
}

.dimar-list-modal-backdrop {
	background: rgba(9, 18, 12, 0.48);
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.dimar-list-modal-panel {
	background: var(--dimar-surface);
	border-left: 1px solid var(--dimar-line);
	bottom: 0;
	box-shadow: var(--dimar-shadow);
	display: grid;
	grid-template-rows: auto minmax(0, 1fr);
	max-width: 520px;
	position: absolute;
	right: 0;
	top: 0;
	width: min(100%, 520px);
}

.dimar-list-modal-panel header {
	align-items: center;
	background: var(--dimar-green-dark);
	color: #ffffff;
	display: flex;
	justify-content: space-between;
	padding: 14px 16px;
}

.dimar-list-modal-panel header button {
	background: rgba(255, 255, 255, 0.14);
	border: 0;
	border-radius: var(--dimar-radius);
	color: #ffffff;
	cursor: pointer;
	font-weight: 900;
	height: 34px;
	width: 34px;
}

.dimar-list-modal-body {
	display: grid;
	gap: 10px;
	overflow: auto;
	padding: 14px;
}

.dimar-list-item {
	align-items: center;
	border: 1px solid var(--dimar-line);
	border-radius: var(--dimar-radius);
	display: grid;
	gap: 10px;
	grid-template-columns: 64px minmax(0, 1fr) auto;
	padding: 10px;
}

.dimar-list-item img {
	aspect-ratio: 1;
	border: 1px solid var(--dimar-line);
	border-radius: 6px;
	object-fit: contain;
	padding: 4px;
	width: 64px;
}

.dimar-list-item span {
	display: grid;
	gap: 3px;
	min-width: 0;
}

.dimar-list-item a {
	font-weight: 900;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.dimar-list-item small {
	color: var(--dimar-muted);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.dimar-list-item button {
	background: var(--dimar-surface-soft);
	border: 1px solid var(--dimar-line);
	border-radius: var(--dimar-radius);
	cursor: pointer;
	font-size: 12px;
	font-weight: 900;
	min-height: 34px;
}

.dimar-list-modal.is-compare .dimar-list-modal-panel {
	border: 1px solid var(--dimar-line);
	border-radius: 12px;
	bottom: 3vh;
	left: 3vw;
	max-width: none;
	overflow: hidden;
	right: 3vw;
	top: 3vh;
	width: auto;
}

.dimar-list-modal.is-compare .dimar-list-modal-body {
	display: block;
	overflow: hidden;
}

.dimar-compare-toolbar {
	align-items: center;
	display: flex;
	gap: 18px;
	justify-content: space-between;
	margin-bottom: 12px;
}

.dimar-compare-toolbar > span {
	color: var(--dimar-muted);
	font-size: 13px;
	font-weight: 800;
}

.dimar-compare-difference-toggle {
	align-items: center;
	cursor: pointer;
	display: inline-flex;
	font-size: 13px;
	font-weight: 800;
	gap: 7px;
}

.dimar-compare-difference-toggle input {
	accent-color: var(--dimar-green-dark);
	height: 16px;
	margin: 0;
	width: 16px;
}

.dimar-compare-scroll {
	border: 1px solid var(--dimar-line);
	border-radius: var(--dimar-radius);
	height: calc(100% - 38px);
	overflow: auto;
}

.dimar-compare-table {
	border-collapse: separate;
	border-spacing: 0;
	font-size: 13px;
	width: max-content;
}

.dimar-compare-table th,
.dimar-compare-table td {
	background: var(--dimar-surface);
	border-bottom: 1px solid var(--dimar-line);
	border-right: 1px solid var(--dimar-line);
	min-width: 250px;
	padding: 11px 13px;
	text-align: left;
	vertical-align: top;
	width: 250px;
}

.dimar-compare-table tr > :first-child {
	left: 0;
	min-width: 190px;
	position: sticky;
	width: 190px;
	z-index: 2;
}

.dimar-compare-table thead th {
	background: var(--dimar-surface);
	position: sticky;
	top: 0;
	z-index: 3;
}

.dimar-compare-table thead th:first-child {
	background: var(--dimar-surface-soft);
	z-index: 4;
}

.dimar-compare-table tbody th {
	background: var(--dimar-surface-soft);
	font-weight: 900;
}

.dimar-compare-table tbody tr.is-different th,
.dimar-compare-table tbody tr.is-different td {
	background: #fff9e9;
}

.dimar-compare-table tbody tr.is-different th {
	box-shadow: inset 4px 0 0 var(--dimar-amber);
}

.dimar-compare-table.show-differences-only tbody tr:not(.is-different) {
	display: none;
}

.dimar-compare-table td.is-empty {
	color: var(--dimar-muted);
}

.dimar-compare-product {
	align-items: stretch;
	display: grid;
	gap: 7px;
	min-height: 100%;
	position: relative;
}

.dimar-compare-product-link {
	color: var(--dimar-ink);
	display: grid;
	font-weight: 900;
	gap: 7px;
	line-height: 1.3;
	text-decoration: none;
}

.dimar-compare-product-link:hover .dimar-compare-product-name {
	color: var(--dimar-green-dark);
}

.dimar-compare-product img {
	aspect-ratio: 1;
	margin: 0 auto;
	max-height: 125px;
	object-fit: contain;
	width: 100%;
}

.dimar-compare-remove {
	align-items: center;
	background: var(--dimar-surface-soft);
	border: 1px solid var(--dimar-line);
	border-radius: 999px;
	color: var(--dimar-muted);
	cursor: pointer;
	display: inline-flex;
	font-size: 18px;
	height: 28px;
	justify-content: center;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 28px;
	z-index: 1;
}

.dimar-compare-remove:hover {
	background: var(--dimar-red);
	border-color: var(--dimar-red);
	color: #ffffff;
}

.dimar-compare-price {
	color: var(--dimar-green-dark);
	font-size: 16px;
}

.dimar-compare-stock {
	color: var(--dimar-muted);
	font-size: 12px;
	font-weight: 800;
}

.dimar-compare-stock.is-instock {
	color: var(--dimar-green-dark);
}

.dimar-compare-stock.is-outofstock {
	color: var(--dimar-red);
}

.dimar-compare-cart {
	align-items: center;
	align-self: end;
	background: var(--dimar-green-dark);
	border-radius: var(--dimar-radius);
	color: #ffffff;
	display: inline-flex;
	font-size: 12px;
	font-weight: 900;
	justify-content: center;
	min-height: 36px;
	padding: 7px 10px;
	text-align: center;
	text-decoration: none;
}

.dimar-compare-cart:hover {
	background: var(--dimar-green);
	color: #ffffff;
}

.dimar-compare-loading,
.dimar-compare-error,
.dimar-list-empty {
	color: var(--dimar-muted);
	margin: 0;
	padding: 18px;
	text-align: center;
}

.dimar-compare-error {
	color: var(--dimar-red);
}

.dimar-footer {
	background: var(--dimar-green-dark);
	color: #e9f2e6;
	margin-top: 30px;
	padding: 34px 0;
}

.dimar-footer-grid {
	display: grid;
	gap: 24px;
	grid-template-columns: minmax(220px, 1.3fr) repeat(3, minmax(160px, 1fr)) minmax(230px, 1.2fr);
}

.dimar-footer-brand {
	display: grid;
	gap: 12px;
}

.dimar-footer-brand .dimar-brand {
	color: #ffffff;
}

.dimar-footer-brand p,
.dimar-footer-column li,
.dimar-footer-contact p {
	color: #bdcab8;
	font-size: 14px;
	margin: 0;
}

.dimar-footer-column h2,
.dimar-footer-contact h2 {
	color: #ffffff;
	font-size: 14px;
	margin: 0 0 12px;
}

.dimar-footer-column ul {
	display: grid;
	gap: 7px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.dimar-footer-column a,
.dimar-footer-contact a {
	color: #e9f2e6;
}

.dimar-map-link {
	background: rgba(255, 255, 255, 0.08);
	border-radius: var(--dimar-radius);
	display: block;
	overflow: hidden;
}

.dimar-map-image {
	border: 0;
	border-radius: var(--dimar-radius);
	height: 180px;
	object-fit: cover;
	width: 100%;
}

.dimar-copyright {
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	color: #bdcab8;
	font-size: 13px;
	margin-top: 24px;
	padding-top: 18px;
}

/* Customer account: native WooCommerce endpoints in a shared visual shell. */
.dimar-account-page .dimar-content-panel {
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	padding: 4px 24px 0;
}
.dimar-account-page-title { margin: 0 0 22px; }
.dimar-account-page-title h1 { font-size: 28px; letter-spacing: -.8px; margin: 0; }
.dimar-account { margin: 0 0 28px; }
.dimar-account svg,
.dimar-account-auth svg { height: 22px; width: 22px; flex-shrink: 0; }
.dimar-account-eyebrow {
	color: var(--dimar-green-dark);
	display: block;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 1.8px;
	line-height: 1.6;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.dimar-account-header {
	align-items: center;
	background: #183d30;
	background: linear-gradient(110deg, #142e25, #28553f);
	border: 1px solid #305442;
	border-radius: 20px;
	color: #fff;
	display: flex;
	gap: 28px;
	justify-content: space-between;
	margin-bottom: 26px;
	padding: 34px;
}
.dimar-account-welcome { align-items: center; display: flex; gap: 22px; min-width: 0; }
.dimar-account-welcome > div { min-width: 0; }
.dimar-account-header .dimar-account-eyebrow { color: #c5e8c9; margin-bottom: 6px; }
.dimar-account-header h2 { color: #fff; font-size: clamp(24px, 2.6vw, 34px); letter-spacing: -.8px; line-height: 1.2; margin: 0 0 10px; overflow-wrap: anywhere; }
.dimar-account-header p { color: #d6e6dd; font-size: 14px; line-height: 1.7; margin: 0; }
.dimar-account-avatar {
	align-items: center;
	background: #ffffff0d;
	border: 1px solid #ffffff40;
	border-radius: 50%;
	display: flex;
	flex: 0 0 72px;
	height: 72px;
	justify-content: center;
}
.dimar-account-avatar svg { height: 30px; width: 30px; }
.dimar-account a.dimar-account-shop-link {
	align-items: center;
	background: #fff;
	border: 1px solid #fff;
	border-radius: 10px;
	color: #183d30;
	display: inline-flex;
	flex-shrink: 0;
	font-size: 13px;
	font-weight: 700;
	gap: 10px;
	justify-content: center;
	min-height: 46px;
	padding: 12px 16px;
	text-decoration: none;
}
.dimar-account a.dimar-account-shop-link:hover { background: #e5f1e7; }
.dimar-account-shop-link svg { height: 18px; width: 18px; }
.dimar-account-layout { align-items: start; display: grid; gap: 26px; grid-template-columns: 240px minmax(0, 1fr); }
.dimar-account-sidebar { min-width: 0; }
.woocommerce .dimar-account .woocommerce-MyAccount-navigation,
.woocommerce .dimar-account .woocommerce-MyAccount-content {
	background: var(--dimar-surface);
	border: 1px solid var(--dimar-line);
	border-radius: 16px;
	box-shadow: 0 4px 24px #17201704;
	float: none;
	min-width: 0;
	width: auto;
}
.woocommerce .dimar-account .woocommerce-MyAccount-content { overflow-x: auto; padding: 30px; }
.dimar-account-nav-title { color: var(--dimar-muted); font-size: 10px; font-weight: 700; letter-spacing: 1.8px; margin: 24px 22px 12px; text-transform: uppercase; }
.dimar-account .woocommerce-MyAccount-navigation ul { display: grid; gap: 5px; list-style: none; margin: 0; padding: 0 10px 12px; }
.dimar-account .woocommerce-MyAccount-navigation li { list-style: none; margin: 0; }
.dimar-account .woocommerce-MyAccount-navigation a { align-items: center; border-radius: 9px; color: var(--dimar-ink); display: flex; font-size: 13px; font-weight: 600; gap: 12px; min-height: 48px; overflow-wrap: anywhere; padding: 12px; text-decoration: none; }
.dimar-account .woocommerce-MyAccount-navigation a > span { min-width: 0; }
.dimar-account .woocommerce-MyAccount-navigation a:hover { background: var(--dimar-green-soft); }
.dimar-account .woocommerce-MyAccount-navigation .is-active a { background: #183d30; box-shadow: 0 3px 8px #183d301a; color: #fff; }
.dimar-account .woocommerce-MyAccount-navigation-link--customer-logout { border-top: 1px solid var(--dimar-line); margin-top: 10px; padding-top: 10px; }
.dimar-account .woocommerce-MyAccount-navigation-link--customer-logout a { color: #8b4a38; }
.dimar-account-overview h3 { font-size: 26px; letter-spacing: -.6px; line-height: 1.25; margin: 0 0 10px; }
.dimar-account-section-title { border-bottom: 1px solid var(--dimar-line); margin-bottom: 24px; padding-bottom: 20px; }
.dimar-account-section-title h3 { font-size: 24px; letter-spacing: -.5px; line-height: 1.3; margin: 0; }
.dimar-account-overview > p { color: var(--dimar-muted); font-size: 14px; line-height: 1.7; margin: 0; max-width: 580px; }
.dimar-account-shortcuts { display: grid; gap: 16px; grid-template-columns: repeat(2, minmax(0, 1fr)); margin: 26px 0; }
.dimar-account-shortcut {
	align-content: start;
	background: var(--dimar-surface);
	border: 1px solid var(--dimar-line);
	border-radius: 13px;
	color: var(--dimar-ink);
	display: grid;
	gap: 8px;
	min-width: 0;
	overflow-wrap: anywhere;
	padding: 22px;
	text-decoration: none;
	transition: border-color .18s, box-shadow .18s, background-color .18s;
}
.dimar-account-card-top { align-items: center; display: flex; justify-content: space-between; margin-bottom: 10px; }
.dimar-account-symbol { align-items: center; background: var(--dimar-green-soft); border: 1px solid #183d300d; border-radius: 12px; color: var(--dimar-green-dark); display: inline-flex; height: 48px; justify-content: center; width: 48px; }
.dimar-account-symbol svg { height: 24px; width: 24px; }
.dimar-account-card-arrow { align-items: center; border: 1px solid var(--dimar-line); border-radius: 50%; color: var(--dimar-muted); display: flex; height: 28px; justify-content: center; width: 28px; }
.dimar-account-card-arrow svg { height: 16px; width: 16px; }
.dimar-account-shortcut strong { color: var(--dimar-ink); font-size: 16px; font-weight: 700; }
.dimar-account-shortcut > span:last-child { color: var(--dimar-muted); font-size: 13px; line-height: 1.65; }
.dimar-account-shortcut:hover { background: var(--dimar-surface-soft); border-color: var(--dimar-green-dark); box-shadow: 0 5px 16px #183d300a; }
.dimar-account-help { align-items: center; background: var(--dimar-surface-soft); border: 1px solid var(--dimar-line); border-radius: 12px; display: flex; gap: 14px; padding: 18px 20px; }
.dimar-account-help > svg { color: var(--dimar-green-dark); height: 28px; width: 28px; }
.dimar-account-help > div { flex: 1; min-width: 0; }
.dimar-account-help strong { font-size: 14px; }
.dimar-account-help p { color: var(--dimar-muted); font-size: 12px; line-height: 1.6; margin: 4px 0 0; }
.dimar-account-help a { align-items: center; color: var(--dimar-green-dark); display: inline-flex; font-size: 12px; font-weight: 700; gap: 8px; min-height: 44px; text-decoration: underline; text-underline-offset: 4px; }
.dimar-account-help a svg { height: 16px; width: 16px; }
.dimar-account a:focus-visible,
.woocommerce-account .woocommerce :is(a, button, input, select, textarea):focus-visible { outline: 2px solid var(--dimar-green-dark); outline-offset: 3px; }
.dimar-account-header a:focus-visible { outline-color: #fff; }
/* Style native tables, notices and forms without replacing their data or actions. */
.woocommerce-account .woocommerce { color: var(--dimar-ink); }
.woocommerce-account .woocommerce :is(h2, h3) { overflow-wrap: anywhere; }
.woocommerce-account .woocommerce-MyAccount-content > :first-child { margin-top: 0; }
.woocommerce-account .woocommerce-MyAccount-content p { line-height: 1.7; }
.woocommerce-account .woocommerce-MyAccount-content > p { color: var(--dimar-muted); font-size: 14px; }
.woocommerce-account .woocommerce table.shop_table { border: 1px solid var(--dimar-line); border-radius: 12px; border-spacing: 0; font-size: 13px; margin: 0 0 24px; overflow: hidden; }
.woocommerce-account .woocommerce table.shop_table th { background: var(--dimar-surface-soft); color: var(--dimar-muted); font-size: 12px; font-weight: 700; padding: 15px 16px; }
.woocommerce-account .woocommerce table.shop_table td { border-color: var(--dimar-line); padding: 16px; }
.woocommerce-account .woocommerce table.shop_table td a:not(.button) { color: var(--dimar-green-dark); font-weight: 600; text-decoration: underline; text-underline-offset: 3px; }
.woocommerce-account .woocommerce :is(a.button, button.button, input.button) { background: #183d30; border: 1px solid transparent; border-radius: 8px; color: #fff; font-size: 13px; font-weight: 600; line-height: 1.4; min-height: 44px; padding: 12px 18px; text-align: center; text-decoration: none; }
.woocommerce-account .woocommerce :is(a.button, button.button, input.button):hover { background: #28553f; color: #fff; }
.woocommerce-account .woocommerce .shop_table .button { background: var(--dimar-green-soft); color: #183d30; margin: 3px; padding: 10px 14px; }
.woocommerce-account .woocommerce form .form-row { margin: 0 0 18px; padding: 0; }
.woocommerce-account .woocommerce form .form-row label { color: var(--dimar-ink); font-size: 13px; font-weight: 600; line-height: 1.6; margin-bottom: 7px; }
.woocommerce-account .woocommerce form .form-row :is(input.input-text, textarea, select),
.woocommerce-account .select2-container--default .select2-selection--single { background: var(--dimar-surface); border: 1px solid var(--dimar-line); border-radius: 8px; box-shadow: none; color: var(--dimar-ink); font-family: inherit; font-size: 16px; min-height: 48px; padding: 12px 14px; width: 100%; }
.woocommerce-account .select2-container--default .select2-selection--single { padding: 8px; }
.woocommerce-account .select2-container--default .select2-selection--single .select2-selection__arrow { height: 46px; }
.woocommerce-account .woocommerce form .form-row input[type="checkbox"] { accent-color: #183d30; height: 18px; margin: 0 6px 0 0; vertical-align: middle; width: 18px; }
.woocommerce-account .woocommerce form .password-input { width: 100%; }
.woocommerce-account .woocommerce form .password-input input.input-text { padding-right: 48px; }
.woocommerce-account .woocommerce form .show-password-input { background: transparent; color: var(--dimar-ink); min-height: 44px; min-width: 44px; padding: 0; right: 2px; top: 2px; transform: none; }
.woocommerce-account .woocommerce form fieldset { border: 1px solid var(--dimar-line); border-radius: 12px; margin: 26px 0; padding: 22px; }
.woocommerce-account .woocommerce form legend { font-size: 16px; font-weight: 700; padding: 0 8px; }
.woocommerce-account .woocommerce form em,
.woocommerce-account .woocommerce-password-hint { color: var(--dimar-muted); font-size: 12px; font-style: normal; line-height: 1.6; }
.woocommerce-account .woocommerce form .woocommerce-invalid :is(input.input-text, select) { border-color: #b04435; }
.woocommerce-account .woocommerce :is(.woocommerce-error, .woocommerce-info, .woocommerce-message) { background: var(--dimar-surface); border-radius: 10px; box-shadow: 0 2px 10px #17201705; font-size: 14px; line-height: 1.7; margin-bottom: 22px; }
.woocommerce-account .woocommerce .woocommerce-Addresses { display: grid; gap: 20px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.woocommerce-account .woocommerce .woocommerce-Addresses::before,
.woocommerce-account .woocommerce .woocommerce-Addresses::after { display: none; }
.woocommerce-account .woocommerce .woocommerce-Address { border: 1px solid var(--dimar-line); border-radius: 12px; float: none; min-width: 0; padding: 22px; width: auto; }
.woocommerce-account .woocommerce .woocommerce-Address-title { align-items: start; display: flex; flex-wrap: wrap; gap: 12px; justify-content: space-between; margin-bottom: 18px; }
.woocommerce-account .woocommerce .woocommerce-Address-title::before,
.woocommerce-account .woocommerce .woocommerce-Address-title::after { display: none; }
.woocommerce-account .woocommerce .woocommerce-Address-title h2 { float: none; font-size: 18px; line-height: 1.4; margin: 0; }
.woocommerce-account .woocommerce .woocommerce-Address-title a { color: var(--dimar-green-dark); float: none; font-size: 13px; font-weight: 600; text-decoration: underline; text-underline-offset: 3px; }
.woocommerce-account .woocommerce .woocommerce-Address address { color: var(--dimar-muted); font-size: 14px; font-style: normal; line-height: 1.9; overflow-wrap: anywhere; }
/* The forms below are still rendered by the installed WooCommerce version. */
.dimar-account-auth { align-items: stretch; display: grid; gap: 30px; grid-template-columns: 300px minmax(0, 1fr); margin: 0 0 28px; }
.dimar-account-auth:not(.has-registration) { margin-left: auto; margin-right: auto; max-width: 1020px; }
.dimar-account-auth-intro { background: linear-gradient(145deg, #142e25, #28553f); border-radius: 18px; color: #d6e6dd; padding: 32px; }
.dimar-account-auth-icon { align-items: center; background: #ffffff12; border: 1px solid #ffffff30; border-radius: 14px; color: #fff; display: flex; height: 56px; justify-content: center; margin-bottom: 32px; width: 56px; }
.dimar-account-auth-intro .dimar-account-eyebrow { color: #c5e8c9; }
.dimar-account-auth-intro h2 { color: #fff; font-size: 30px; letter-spacing: -.8px; line-height: 1.2; margin: 0 0 18px; }
.dimar-account-auth-intro p { font-size: 14px; line-height: 1.8; }
.dimar-account-auth-intro ul { border-top: 1px solid #ffffff30; display: grid; gap: 22px; list-style: none; margin: 30px 0 0; padding: 26px 0 0; }
.dimar-account-auth-intro li { align-items: center; display: flex; font-size: 13px; gap: 14px; line-height: 1.6; }
.dimar-account-auth-forms { background: var(--dimar-surface); border: 1px solid var(--dimar-line); border-radius: 18px; min-width: 0; padding: 30px; }
.dimar-account-auth-forms h2 { font-size: 22px; letter-spacing: -.4px; margin: 0 0 24px; }
.woocommerce .dimar-account-auth-forms #customer_login { display: grid; gap: 30px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.woocommerce .dimar-account-auth-forms #customer_login::before,
.woocommerce .dimar-account-auth-forms #customer_login::after { display: none; }
.woocommerce .dimar-account-auth-forms #customer_login > div { float: none; min-width: 0; width: auto; }
.woocommerce .dimar-account-auth-forms :is(form.login, form.register) { border: 0; border-radius: 0; margin: 0; padding: 0; }
.woocommerce .dimar-account-auth-forms form p { font-size: 13px; line-height: 1.7; }
.woocommerce .dimar-account-auth-forms form a { color: var(--dimar-green-dark); text-decoration: underline; text-underline-offset: 3px; }
.woocommerce .dimar-account-auth-forms .woocommerce-form-login .woocommerce-form-login__submit { float: none; margin: 16px 0 0; width: 100%; }
.woocommerce .dimar-account-auth-forms .woocommerce-form-register__submit { width: 100%; }
.woocommerce .dimar-account-auth-forms .woocommerce-LostPassword { margin: 18px 0 0; }
.woocommerce-account .woocommerce form.lost_reset_password { background: var(--dimar-surface); border: 1px solid var(--dimar-line); border-radius: 16px; margin: 0 auto 28px; max-width: 620px; padding: 30px; }
.woocommerce-account .woocommerce form.lost_reset_password .form-row-first { float: none; width: 100%; }
@media (max-width: 1100px) {
	.dimar-account-header { align-items: start; flex-direction: column; gap: 22px; padding: 28px; }
	.dimar-account-shop-link { align-self: flex-start; }
	.dimar-account-auth { grid-template-columns: minmax(0, 1fr); }
	.dimar-account-auth-intro ul { grid-template-columns: repeat(3, minmax(0, 1fr)); }
	.dimar-account-auth-icon { display: none; }
	.dimar-account-help { flex-wrap: wrap; }
	.dimar-account-help a { margin-left: 42px; }
}
@media (max-width: 760px) {
	.dimar-account-page .dimar-content-panel { padding: 0 16px; }
	.dimar-account-page-title h1 { font-size: 24px; }
	.dimar-account-layout { grid-template-columns: minmax(0, 1fr); gap: 18px; }
	.dimar-account-header { border-radius: 16px; margin-bottom: 18px; padding: 24px; }
	.dimar-account-welcome { align-items: start; gap: 16px; }
	.dimar-account-avatar { flex-basis: 48px; height: 48px; }
	.dimar-account-avatar svg { height: 23px; width: 23px; }
	.dimar-account-header h2 { font-size: 26px; }
	.dimar-account-header p { font-size: 13px; }
	.dimar-account-nav-title { margin: 18px 20px 10px; }
	.dimar-account .woocommerce-MyAccount-navigation ul { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.dimar-account .woocommerce-MyAccount-navigation a { font-size: 12px; gap: 9px; padding: 10px; }
	.dimar-account .woocommerce-MyAccount-navigation a svg { height: 18px; width: 18px; }
	.dimar-account .woocommerce-MyAccount-navigation-link--customer-logout { border-top: 0; margin-top: 0; padding-top: 0; }
	.woocommerce .dimar-account .woocommerce-MyAccount-content { padding: 22px; }
	.dimar-account-overview h3 { font-size: 23px; }
	.dimar-account-shortcut { padding: 18px; }
	.woocommerce-account .woocommerce .woocommerce-Addresses { grid-template-columns: minmax(0, 1fr); }
	.woocommerce-account .woocommerce form .form-row-first,
	.woocommerce-account .woocommerce form .form-row-last { float: none; width: 100%; }
	.dimar-account-auth { gap: 18px; }
	.dimar-account-auth-intro,
	.dimar-account-auth-forms { padding: 24px; }
	.dimar-account-auth-intro ul { grid-template-columns: minmax(0, 1fr); gap: 16px; margin-top: 22px; padding-top: 22px; }
	.woocommerce .dimar-account-auth-forms #customer_login { grid-template-columns: minmax(0, 1fr); gap: 32px; }
	.woocommerce .dimar-account-auth-forms #customer_login > :last-child { border-top: 1px solid var(--dimar-line); padding-top: 28px; }
	.woocommerce-account .woocommerce table.shop_table_responsive tr td { min-height: 44px; }
	.woocommerce-account .woocommerce table.shop_table_responsive tr td::before { margin-right: 12px; }
	.woocommerce-account .woocommerce table.shop_table_responsive tbody th[scope="row"] { display: block; text-align: right; }
	.woocommerce-account .woocommerce table.shop_table_responsive tbody th[scope="row"]::before { content: attr(data-title) ": "; float: left; margin-right: 12px; }
	.woocommerce-account .woocommerce form.lost_reset_password { padding: 24px; }
}
@media (max-width: 480px) {
	.dimar-account-shortcuts { grid-template-columns: minmax(0, 1fr); }
	.dimar-account-avatar { display: none; }
	.dimar-account-help { padding: 16px; }
	.dimar-account-help > div { flex-basis: calc(100% - 42px); }
	.woocommerce-account .woocommerce form fieldset { padding: 16px; }
}
@media (prefers-reduced-motion: reduce) {
	.dimar-account-shortcut { transition: none; }
}

@media (max-width: 1180px) {
	.dimar-benefits,
	.dimar-product-grid,
	.woocommerce ul.products {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.dimar-footer-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 920px) {
	.dimar-shell {
		padding: 0 16px;
	}

	.dimar-topbar-inner,
	.dimar-brand-row,
	.dimar-nav-row-inner,
	.dimar-shop-layout {
		grid-template-columns: 1fr;
	}

	.dimar-topbar-inner {
		align-items: flex-start;
		padding-bottom: 8px;
		padding-top: 8px;
	}

	.dimar-brand-row {
		padding-bottom: 2px;
		padding-top: 2px;
		row-gap: 8px;
	}

	.dimar-support {
		justify-self: stretch;
	}

	.dimar-nav-row-inner {
		padding-bottom: 12px;
		padding-top: 12px;
	}

	.dimar-header-actions {
		justify-content: stretch;
	}

	.dimar-header-action {
		flex: 1;
	}

	.dimar-slider:has(.dimar-slider-controls) {
		padding-bottom: 60px;
	}

	.dimar-slide {
		background-color: transparent;
		height: auto;
		left: 0;
		position: absolute;
		top: 0;
		width: 100%;
	}

	.dimar-slide.is-active {
		position: relative;
	}

	.dimar-slide .dimar-slide-image {
		height: auto;
		object-fit: contain;
		position: static;
	}

	.dimar-slide-content {
		background: var(--dimar-surface);
		color: var(--dimar-ink);
		max-width: none;
		padding: 38px 24px 62px;
	}

	.dimar-slide .dimar-kicker {
		color: var(--dimar-green-dark);
	}

	.dimar-slide p {
		color: var(--dimar-muted);
	}

	.dimar-slider .dimar-slider-dots button {
		background: var(--dimar-muted);
	}

	.dimar-slider .dimar-slider-dots button.is-active {
		background: var(--dimar-green-dark);
	}

	.dimar-simple-banner img {
		aspect-ratio: auto;
		max-height: none;
		min-height: 0;
		object-fit: contain;
	}

	.dimar-slide h1,
	.dimar-slide h2 {
		font-size: 32px;
	}

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

	.dimar-page-grid,
	.dimar-page-grid.is-two,
	.dimar-contact-layout,
	.dimar-page-banner-bg-split-image.dimar-page-banner-has-image.dimar-page-banner-has-content,
	.dimar-newsletter-box {
		grid-template-columns: 1fr;
	}

	.dimar-shop-sidebar {
		position: static;
	}
}

@media (max-width: 560px) {
	.dimar-brand-name {
		font-size: 20px;
	}

	.dimar-search-form,
	.dimar-tab-buttons,
	.dimar-product-grid,
	.woocommerce ul.products,
	.dimar-category-grid,
	.dimar-footer-grid {
		grid-template-columns: 1fr;
	}

	.dimar-section-head {
		align-items: flex-start;
		flex-direction: column;
	}

	.dimar-page-hero {
		padding: 20px;
	}

	.dimar-page-hero h2 {
		font-size: 26px;
	}

	.dimar-form-grid {
		grid-template-columns: 1fr;
	}

	.dimar-review-carousel,
	.dimar-newsletter-form {
		grid-template-columns: 1fr;
	}

	.dimar-carousel-button {
		width: 100%;
	}

	.dimar-review-track {
		grid-auto-columns: minmax(240px, 86%);
	}

	.dimar-remote-product-main {
		aspect-ratio: 1 / 0.82;
		padding: 16px;
	}

	.dimar-price-row {
		align-items: stretch;
		flex-direction: column;
	}

	.dimar-card-button {
		width: 100%;
	}
}

@media (max-width: 760px) {
	.dimar-header {
		max-height: 20svh;
		overflow: visible;
	}

	.dimar-topbar {
		display: none;
	}

	.dimar-brand-shell {
		display: block;
	}

	.dimar-brand-row {
		align-items: center;
		display: flex;
		gap: 10px;
		justify-content: space-between;
		min-height: 34px;
		padding: 1px 0;
	}

	.dimar-header .dimar-brand {
		gap: 16px;
	}

	.dimar-brand {
		flex: 1 1 auto;
		justify-content: flex-start;
		min-height: 28px;
		min-width: 0;
		text-align: left;
	}

	.dimar-mobile-home {
		align-items: center;
		background: var(--dimar-green-soft);
		border: 1px solid var(--dimar-line);
		border-radius: var(--dimar-radius);
		color: var(--dimar-green-dark);
		display: inline-flex;
		flex: 0 0 auto;
		font-size: 12px;
		font-weight: 900;
		gap: 5px;
		height: 30px;
		justify-content: center;
		padding: 0 9px;
	}

	.dimar-mobile-home svg {
		height: 16px;
		width: 16px;
	}

	.dimar-header .dimar-brand-logo,
	.dimar-header .dimar-brand-slogan,
	.dimar-support {
		display: none;
	}

	.home .dimar-header {
		max-height: none;
	}

	.home .dimar-header .dimar-brand-logo {
		--dimar-logo-max-height: 38.64px;
		display: inline-flex;
		width: 43.26px;
	}

	.dimar-header-has-slogan-image {
		max-height: none;
	}

	.dimar-header-has-slogan-image .dimar-brand-logo {
		--dimar-logo-max-height: 38.64px;
		display: inline-flex;
		width: 43.26px;
	}

	.dimar-brand-slogan-image {
		max-width: 160px;
	}

	.dimar-slogan-image {
		max-height: 36px;
	}

	.dimar-brand-name {
		font-size: 15px;
		line-height: 1.15;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.dimar-nav-row-inner {
		gap: 6px;
		grid-template-columns: minmax(82px, auto) minmax(0, 1fr) auto;
		min-height: 48px;
		padding-bottom: 4px;
		padding-top: 4px;
	}

	.dimar-category-toggle {
		font-size: 12px;
		gap: 5px;
		min-height: 38px;
		padding: 0 8px;
	}

	.dimar-nav-icon {
		background: rgba(255, 255, 255, 0.14);
		height: 26px;
		width: 26px;
	}

	.dimar-nav-icon svg {
		height: 17px;
		width: 17px;
	}

	.dimar-category-toggle .dimar-nav-icon {
		height: 24px;
		width: 24px;
	}

	.dimar-category-toggle .dimar-nav-icon svg {
		height: 15px;
		width: 15px;
	}

	.dimar-search-form {
		gap: 4px;
		grid-template-columns: minmax(0, 1fr) 38px;
		min-width: 0;
	}

	.dimar-search-form input[type="search"] {
		font-size: 13px;
		min-height: 38px;
		padding: 0 10px;
	}

	.dimar-search-button {
		font-size: 0;
		min-height: 38px;
		padding: 0;
		position: relative;
		width: 36px;
	}

	.dimar-search-button::before {
		border: 2px solid currentColor;
		border-radius: 50%;
		content: "";
		height: 13px;
		width: 13px;
	}

	.dimar-search-button::after {
		background: currentColor;
		content: "";
		height: 8px;
		position: absolute;
		transform: translate(8px, 8px) rotate(45deg);
		width: 2px;
	}

	.dimar-search-results {
		left: 50%;
		right: auto;
		top: calc(100% + 6px);
		transform: translateX(-50%);
		width: min(92vw, 420px);
	}

	.dimar-header-actions {
		gap: 4px;
		justify-content: flex-end;
	}

	.dimar-header-action {
		flex: 0 0 38px;
		gap: 0;
		height: 38px;
		min-height: 38px;
		padding: 0;
		position: relative;
		width: 38px;
	}

	.dimar-header-action-account {
		display: inline-flex;
		grid-template-columns: none;
		min-width: 38px;
	}

	.dimar-header-action span {
		clip: rect(0 0 0 0);
		height: 1px;
		overflow: hidden;
		position: absolute;
		white-space: nowrap;
		width: 1px;
	}

	.dimar-header-action svg {
		height: 19px;
		width: 19px;
	}

	.dimar-header-action strong {
		align-items: center;
		display: flex;
		font-size: 10px;
		height: 16px;
		justify-content: center;
		min-width: 16px;
		padding: 0;
		position: absolute;
		right: -4px;
		top: -5px;
	}

	.dimar-main {
		padding-top: 14px;
	}

	.dimar-slider-controls {
		bottom: 12px;
		right: 12px;
	}

	.dimar-slider-dots {
		bottom: 14px;
	}

	.dimar-slide-content {
		padding: 24px 18px 54px;
	}

	.dimar-slide h1,
	.dimar-slide h2 {
		font-size: 25px;
	}

	.dimar-product-info-cards {
		grid-template-columns: 1fr;
	}

	.dimar-list-bar {
		bottom: 10px;
		left: 10px;
		right: 10px;
	}

	.dimar-list-bar button {
		flex: 1;
		justify-content: center;
		min-width: 0;
	}

	.dimar-list-item {
		grid-template-columns: 54px minmax(0, 1fr);
	}

	.dimar-list-item img {
		width: 54px;
	}

	.dimar-list-item button {
		grid-column: 1 / -1;
	}

	.dimar-list-modal.is-compare .dimar-list-modal-panel {
		border: 0;
		border-radius: 0;
		bottom: 0;
		left: 0;
		right: 0;
		top: 0;
	}

	.dimar-list-modal.is-compare .dimar-list-modal-body {
		padding: 10px;
	}

	.dimar-compare-toolbar {
		align-items: flex-start;
		flex-direction: column;
		gap: 7px;
		margin-bottom: 9px;
	}

	.dimar-compare-scroll {
		height: calc(100% - 57px);
	}

	.dimar-compare-table th,
	.dimar-compare-table td {
		min-width: 200px;
		padding: 9px 10px;
		width: 200px;
	}

	.dimar-compare-table tr > :first-child {
		min-width: 132px;
		width: 132px;
	}

	.dimar-compare-product img {
		max-height: 96px;
	}

	.dimar-slide p {
		font-size: 14px;
		margin-bottom: 14px;
	}

	.dimar-catalog-toolbar {
		align-items: stretch;
		flex-direction: column;
		gap: 10px;
	}

	.dimar-catalog-toolbar-controls {
		align-items: stretch;
		flex-direction: column;
		justify-content: flex-start;
	}

	.woocommerce .dimar-catalog-toolbar .woocommerce-result-count,
	.woocommerce .dimar-catalog-toolbar .woocommerce-ordering,
	.woocommerce .dimar-catalog-toolbar .dimar-per-page-form {
		float: none;
		margin: 0;
		width: 100%;
	}

	.woocommerce .woocommerce-ordering select {
		width: 100%;
	}

	.woocommerce .dimar-per-page-form {
		justify-content: space-between;
	}

	.dimar-benefits {
		gap: 7px;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		margin-bottom: 14px;
	}

	.dimar-benefit {
		gap: 4px;
		min-height: 92px;
		padding: 9px 7px;
	}

	.dimar-benefit .dimar-benefit-icon {
		height: 34px;
		width: 34px;
	}

	.dimar-benefit .dimar-benefit-icon svg {
		height: 26px;
		width: 26px;
	}

	.dimar-benefit strong {
		font-size: 12px;
		line-height: 1.15;
	}

	.dimar-benefit span {
		font-size: 11px;
		line-height: 1.15;
	}
}
