/* Synex commerce UX, category, product, checkout and footer refresh. */

:root {
	--synex-ux-ink: #202124;
	--synex-ux-muted: #666a73;
	--synex-ux-line: #e4e5e8;
	--synex-ux-soft: #f7f7f8;
	--synex-ux-gold: #ffbf00;
	--synex-ux-gold-dark: #b97800;
	--synex-ux-dark: #171819;
	--synex-ux-success: #18794e;
}

/* The old Elementor footer is replaced by the professional footer below. */
.wd-footer {
	display: none !important;
}

/* Category archive */
.tax-product_cat .elementor-33972 > .elementor-element-62d51bc2 {
	display: none !important;
}

.tax-product_cat .wd-content-area.site-content {
	padding-top: 24px;
	padding-bottom: 64px;
}

.synex-category-intro {
	position: relative;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 32px;
	margin: 0 0 22px;
	padding: 28px 30px;
	overflow: hidden;
	border: 1px solid #dedfe2;
	border-radius: 20px;
	background:
		radial-gradient(circle at 90% 10%, rgba(255, 191, 0, 0.18), transparent 34%),
		linear-gradient(135deg, #ffffff 0%, #fbfbfb 100%);
	box-shadow: 0 12px 34px rgba(26, 27, 30, 0.06);
}

.synex-category-intro::after {
	position: absolute;
	top: -70px;
	right: -45px;
	width: 180px;
	height: 180px;
	border: 30px solid rgba(255, 191, 0, 0.12);
	border-radius: 50%;
	content: "";
	pointer-events: none;
}

.synex-category-intro__copy {
	position: relative;
	z-index: 1;
	max-width: 720px;
}

.synex-category-intro__eyebrow {
	display: block;
	margin-bottom: 8px;
	color: var(--synex-ux-gold-dark);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.synex-category-intro h1 {
	margin: 0 0 9px;
	color: var(--synex-ux-ink);
	font-size: clamp(30px, 3.4vw, 46px);
	font-weight: 800;
	line-height: 1.08;
	letter-spacing: -0.035em;
}

.synex-category-intro p {
	max-width: 700px;
	margin: 0;
	color: var(--synex-ux-muted);
	font-size: 15px;
	line-height: 1.65;
}

.synex-category-intro__meta {
	position: relative;
	z-index: 1;
	display: flex;
	flex: 0 0 255px;
	flex-direction: column;
	align-items: flex-start;
	gap: 8px;
}

.synex-category-intro__meta span {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: #44474e;
	font-size: 13px;
	font-weight: 700;
}

.synex-category-intro__meta span::before {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: var(--synex-ux-gold);
	box-shadow: 0 0 0 4px rgba(255, 191, 0, 0.14);
	content: "";
}

.tax-product_cat .elementor-element-4ebc8de3 {
	margin-bottom: 20px !important;
	padding: 13px 16px !important;
	border: 1px solid var(--synex-ux-line);
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 7px 24px rgba(26, 27, 30, 0.04);
}

.tax-product_cat .woocommerce-result-count {
	margin: 0;
	color: var(--synex-ux-muted);
	font-size: 13px;
}

.tax-product_cat .woocommerce-ordering select {
	min-height: 40px;
	padding: 0 38px 0 14px;
	border: 1px solid var(--synex-ux-line);
	border-radius: 10px;
	background-color: #fff;
	color: var(--synex-ux-ink);
	font-weight: 650;
}

.tax-product_cat .products.wd-products {
	--wd-col-lg: 4 !important;
	--wd-gap-lg: 18px !important;
	--wd-gap-sm: 12px !important;
	align-items: stretch;
}

.tax-product_cat .wd-product {
	height: 100%;
}

.tax-product_cat .wd-product-wrapper {
	height: 100%;
	overflow: hidden;
	border: 1px solid var(--synex-ux-line);
	border-radius: 17px;
	background: #fff;
	box-shadow: 0 8px 28px rgba(24, 25, 28, 0.055);
	transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.tax-product_cat .wd-product-wrapper:hover {
	border-color: #d4d5d8;
	box-shadow: 0 16px 38px rgba(24, 25, 28, 0.1);
	transform: translateY(-3px);
}

.tax-product_cat .wd-product-thumb {
	margin: 10px 10px 0;
	overflow: hidden;
	border-radius: 13px;
	background: var(--synex-ux-soft);
}

.tax-product_cat .wd-product-thumb img {
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: contain;
	transition: transform 220ms ease;
}

.tax-product_cat .wd-product-wrapper:hover .wd-product-thumb img {
	transform: scale(1.025);
}

.tax-product_cat .product-element-bottom {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	min-height: 222px;
	padding: 16px;
}

.tax-product_cat .wd-product-cats {
	display: none;
}

.tax-product_cat .wd-entities-title {
	min-height: 46px;
	margin-bottom: 10px;
	font-size: 15px;
	font-weight: 750;
	line-height: 1.46;
	white-space: normal !important;
}

.tax-product_cat .wd-entities-title a {
	color: var(--synex-ux-ink);
}

.tax-product_cat .wrap-price {
	margin-top: auto;
	margin-bottom: 14px;
}

.tax-product_cat .price {
	color: var(--synex-ux-ink);
	font-size: 18px;
	font-weight: 800;
}

.tax-product_cat .price del {
	margin-right: 5px;
	color: #8a8d94;
	font-size: 13px;
	font-weight: 500;
}

.tax-product_cat .price ins {
	color: var(--synex-ux-ink);
	text-decoration: none;
}

.tax-product_cat .product-labels .onsale {
	min-width: 48px;
	padding: 7px 9px;
	border-radius: 9px;
	background: var(--synex-ux-gold);
	color: #171819;
	font-size: 12px;
	font-weight: 800;
}

.tax-product_cat .wd-product-footer {
	display: block;
	margin-top: 0;
	padding-top: 0;
	border: 0;
	opacity: 1;
	transform: none;
}

.tax-product_cat .wd-add-btn {
	width: 100%;
}

.tax-product_cat .wd-add-btn a {
	display: flex;
	width: 100%;
	min-height: 42px;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	background: var(--synex-ux-dark);
	color: #fff;
	font-size: 13px;
	font-weight: 750;
	text-transform: none;
}

.tax-product_cat .wd-add-btn a:hover {
	background: #2c2e31;
	color: #fff;
}

.tax-product_cat .wd-action-buttons {
	display: none;
}

/* Product coupon */
.synex-product-coupon {
	display: grid;
	grid-template-columns: 42px minmax(0, 1fr) auto;
	align-items: center;
	gap: 13px;
	margin: 18px 0 8px;
	padding: 14px;
	border: 1px solid #eadcae;
	border-radius: 14px;
	background: linear-gradient(135deg, #fffcf3 0%, #fff8df 100%);
	box-shadow: 0 8px 24px rgba(83, 60, 5, 0.055);
}

.synex-product-coupon__icon {
	display: grid;
	width: 42px;
	height: 42px;
	place-items: center;
	border-radius: 11px;
	background: var(--synex-ux-gold);
	color: var(--synex-ux-ink);
}

.synex-product-coupon__icon svg {
	width: 23px;
	height: 23px;
}

.synex-product-coupon__copy {
	min-width: 0;
}

.synex-product-coupon__copy > span {
	display: block;
	margin-bottom: 2px;
	color: #8b5c00;
	font-size: 10px;
	font-weight: 850;
	letter-spacing: 0.09em;
}

.synex-product-coupon__copy strong {
	display: block;
	margin-bottom: 2px;
	color: var(--synex-ux-ink);
	font-size: 14px;
	line-height: 1.3;
}

.synex-product-coupon__copy small {
	display: block;
	color: #6f6653;
	font-size: 11px;
	line-height: 1.4;
}

.synex-copy-coupon {
	display: inline-flex;
	min-width: 102px;
	min-height: 47px;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 6px 12px;
	border: 1px dashed #bd8700;
	border-radius: 10px;
	background: #fff;
	color: var(--synex-ux-ink);
	cursor: pointer;
	transition: border-color 160ms ease, background 160ms ease;
}

.synex-copy-coupon:hover,
.synex-copy-coupon.is-copied {
	border-color: #765400;
	background: #fffdf5;
}

.synex-copy-coupon b {
	font-size: 13px;
	letter-spacing: 0.06em;
}

.synex-copy-coupon span {
	color: #765400;
	font-size: 10px;
	font-weight: 700;
}

.single-product .woocommerce-product-details__short-description > ul {
	margin-bottom: 0;
}

.single-product .woocommerce-product-details__short-description li {
	margin-bottom: 5px;
}

/* Checkout transparency */
.synex-checkout-disclosure {
	margin: 15px 0 13px;
	padding: 14px 15px;
	border: 1px solid #dfe7e2;
	border-left: 4px solid var(--synex-ux-success);
	border-radius: 11px;
	background: #f7fbf8;
	color: var(--synex-ux-ink);
}

.synex-checkout-disclosure strong {
	display: block;
	margin-bottom: 4px;
	font-size: 14px;
}

.synex-checkout-disclosure p {
	margin: 3px 0 0;
	color: #5b655f;
	font-size: 12px;
	line-height: 1.5;
}

.synex-checkout-disclosure a {
	color: #17683f;
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.synex-digital-consent {
	margin: 0 0 14px !important;
	padding: 13px 14px;
	border: 1px solid var(--synex-ux-line);
	border-radius: 11px;
	background: #fff;
}

.synex-digital-consent label {
	display: flex !important;
	align-items: flex-start;
	gap: 9px;
	color: #3f4248;
	font-size: 12px;
	line-height: 1.5;
}

.synex-digital-consent input {
	flex: 0 0 auto;
	margin-top: 3px !important;
}

.synex-digital-consent a {
	color: #8a5b00;
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.woocommerce-checkout #ship-to-different-address {
	display: none !important;
}

/* Legal, about, delivery and contact pages */
.synex-policy {
	max-width: 980px;
	margin: 0 auto;
	padding: 42px 28px 70px;
	color: #35383e;
	font-size: 15px;
	line-height: 1.72;
}

.synex-policy__hero {
	margin-bottom: 34px;
	padding: 28px 30px;
	border: 1px solid var(--synex-ux-line);
	border-radius: 18px;
	background: linear-gradient(135deg, #fff 0%, #fafafa 100%);
	box-shadow: 0 10px 30px rgba(26, 27, 30, 0.05);
}

.synex-policy__eyebrow {
	display: block;
	margin-bottom: 7px;
	color: var(--synex-ux-gold-dark);
	font-size: 11px;
	font-weight: 850;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.synex-policy h1 {
	margin: 0 0 10px;
	color: var(--synex-ux-ink);
	font-size: clamp(31px, 4vw, 46px);
	line-height: 1.12;
	letter-spacing: -0.035em;
}

.synex-policy__hero p {
	max-width: 780px;
	margin: 0;
	color: var(--synex-ux-muted);
}

.synex-policy h2 {
	margin: 34px 0 12px;
	padding-bottom: 8px;
	border-bottom: 1px solid var(--synex-ux-line);
	color: var(--synex-ux-ink);
	font-size: 22px;
	line-height: 1.3;
}

.synex-policy h3 {
	margin: 24px 0 8px;
	color: var(--synex-ux-ink);
	font-size: 17px;
}

.synex-policy p,
.synex-policy ul,
.synex-policy ol {
	margin-bottom: 14px;
}

.synex-policy ul,
.synex-policy ol {
	padding-left: 22px;
}

.synex-policy li {
	margin-bottom: 6px;
}

.synex-policy a {
	color: #8a5b00;
	font-weight: 650;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.synex-policy__summary,
.synex-policy__notice,
.synex-policy__company {
	margin: 20px 0;
	padding: 17px 19px;
	border-radius: 12px;
	background: #fafafa;
}

.synex-policy__summary {
	border: 1px solid #eadcae;
	background: #fffcf2;
}

.synex-policy__notice {
	border-left: 4px solid var(--synex-ux-gold);
}

.synex-policy__company {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px 24px;
	border: 1px solid var(--synex-ux-line);
	background: #fff;
}

.synex-policy__company span,
.synex-policy__company strong {
	display: block;
}

.synex-policy__cards {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
	margin: 22px 0;
}

.synex-policy__card {
	padding: 18px;
	border: 1px solid var(--synex-ux-line);
	border-radius: 13px;
	background: #fff;
}

.synex-policy__card strong {
	display: block;
	margin-bottom: 5px;
	color: var(--synex-ux-ink);
}

.synex-policy__card span {
	color: var(--synex-ux-muted);
	font-size: 13px;
	line-height: 1.55;
}

/* Professional footer */
.synex-professional-footer {
	position: relative;
	z-index: 5;
	border-top: 1px solid #292b2e;
	background: var(--synex-ux-dark);
	color: #d9dade;
}

.synex-footer-container {
	width: min(1180px, calc(100% - 40px));
	margin: 0 auto;
}

.synex-footer-trust {
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	background: #1f2022;
}

.synex-footer-trust__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.synex-footer-trust__grid > div {
	position: relative;
	padding: 20px 20px 20px 42px;
}

.synex-footer-trust__grid > div::before {
	position: absolute;
	top: 24px;
	left: 20px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: var(--synex-ux-gold);
	box-shadow: 0 0 0 5px rgba(255, 191, 0, 0.12);
	content: "";
}

.synex-footer-trust__grid strong,
.synex-footer-trust__grid span {
	display: block;
}

.synex-footer-trust__grid strong {
	color: #fff;
	font-size: 13px;
}

.synex-footer-trust__grid span {
	margin-top: 3px;
	color: #9fa2a8;
	font-size: 11px;
	line-height: 1.4;
}

.synex-footer-main {
	display: grid;
	grid-template-columns: minmax(280px, 1.5fr) repeat(3, minmax(145px, 0.75fr));
	gap: 44px;
	padding-top: 48px;
	padding-bottom: 36px;
}

.synex-footer-logo {
	display: inline-flex;
	max-width: 190px;
	margin-bottom: 18px;
}

.synex-footer-logo__image {
	display: block;
	width: 100%;
	height: auto;
	filter: brightness(0) invert(1);
}

.synex-footer-brand p {
	max-width: 410px;
	margin: 0 0 16px;
	color: #aeb0b5;
	font-size: 13px;
	line-height: 1.65;
}

.synex-footer-contact {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 13px;
}

.synex-footer-contact a,
.synex-footer-contact span {
	color: #e7e8ea;
	font-size: 12px;
	font-weight: 650;
}

.synex-footer-contact a:hover {
	color: var(--synex-ux-gold);
}

.synex-footer-column {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 9px;
}

.synex-footer-column h2 {
	margin: 2px 0 9px;
	color: #fff;
	font-size: 14px;
	font-weight: 800;
	letter-spacing: 0.02em;
}

.synex-footer-column a {
	color: #aeb0b5;
	font-size: 12px;
	line-height: 1.45;
	transition: color 150ms ease, transform 150ms ease;
}

.synex-footer-column a:hover {
	color: #fff;
	transform: translateX(2px);
}

.synex-footer-company {
	display: grid;
	grid-template-columns: 1.15fr 1.8fr 1.45fr 1fr;
	gap: 16px;
	padding: 18px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	color: #9fa2a8;
	font-size: 11px;
	line-height: 1.5;
}

.synex-footer-company strong {
	color: #dfe0e2;
}

.synex-footer-bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	background: #111213;
}

.synex-footer-bottom .synex-footer-container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
	padding-top: 16px;
	padding-bottom: 16px;
}

.synex-footer-bottom p {
	margin: 0;
	color: #85888e;
	font-size: 10px;
	line-height: 1.5;
}

.synex-footer-bottom p:last-child {
	max-width: 650px;
	text-align: right;
}

@media (max-width: 1180px) {
	.tax-product_cat .products.wd-products {
		--wd-col-lg: 3 !important;
	}

	.synex-footer-main {
		grid-template-columns: minmax(260px, 1.3fr) repeat(3, minmax(130px, 0.7fr));
		gap: 28px;
	}
}

@media (max-width: 900px) {
	.synex-category-intro {
		align-items: flex-start;
		flex-direction: column;
		gap: 18px;
	}

	.synex-category-intro__meta {
		flex: none;
		flex-flow: row wrap;
	}

	.synex-category-intro__meta span {
		padding: 7px 10px;
		border: 1px solid #e8dfc4;
		border-radius: 999px;
		background: rgba(255, 255, 255, 0.8);
		font-size: 11px;
	}

	.synex-category-intro__meta span::before {
		width: 5px;
		height: 5px;
		box-shadow: none;
	}

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

	.synex-footer-main {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.synex-footer-brand {
		grid-column: 1 / -1;
	}

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

	.synex-policy__cards {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 767px) {
	.tax-product_cat .wd-content-area.site-content {
		padding-top: 14px;
		padding-bottom: 44px;
	}

	.synex-category-intro {
		margin-bottom: 14px;
		padding: 20px;
		border-radius: 15px;
	}

	.synex-category-intro h1 {
		font-size: 30px;
	}

	.synex-category-intro p {
		font-size: 13px;
		line-height: 1.55;
	}

	.tax-product_cat .elementor-element-4ebc8de3 {
		margin-bottom: 14px !important;
		padding: 10px 11px !important;
	}

	.tax-product_cat .products.wd-products {
		--wd-col-md: 2 !important;
		--wd-col-sm: 2 !important;
	}

	.tax-product_cat .wd-product-thumb {
		margin: 6px 6px 0;
	}

	.tax-product_cat .product-element-bottom {
		min-height: 190px;
		padding: 11px;
	}

	.tax-product_cat .wd-entities-title {
		min-height: 42px;
		font-size: 12px;
		line-height: 1.4;
	}

	.tax-product_cat .price {
		font-size: 15px;
	}

	.tax-product_cat .price del {
		display: block;
		margin: 0 0 2px;
		font-size: 10px;
	}

	.tax-product_cat .wd-add-btn a {
		min-height: 39px;
		padding: 0 7px;
		font-size: 11px;
	}

	.synex-product-coupon {
		grid-template-columns: 36px minmax(0, 1fr);
		gap: 10px;
		padding: 12px;
	}

	.synex-product-coupon__icon {
		width: 36px;
		height: 36px;
	}

	.synex-product-coupon__icon svg {
		width: 20px;
		height: 20px;
	}

	.synex-copy-coupon {
		grid-column: 1 / -1;
		width: 100%;
		min-height: 43px;
		flex-direction: row;
		gap: 8px;
	}

	.synex-policy {
		padding: 24px 16px 50px;
		font-size: 14px;
	}

	.synex-policy__hero {
		margin-bottom: 24px;
		padding: 21px;
		border-radius: 15px;
	}

	.synex-policy h1 {
		font-size: 31px;
	}

	.synex-policy h2 {
		margin-top: 28px;
		font-size: 19px;
	}

	.synex-policy__company {
		grid-template-columns: 1fr;
	}

	.synex-footer-container {
		width: min(100% - 28px, 1180px);
	}

	.synex-footer-trust__grid {
		grid-template-columns: 1fr;
		padding: 8px 0;
	}

	.synex-footer-trust__grid > div {
		padding: 12px 10px 12px 34px;
	}

	.synex-footer-trust__grid > div::before {
		top: 17px;
		left: 12px;
	}

	.synex-footer-main {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 28px 18px;
		padding-top: 34px;
		padding-bottom: 28px;
	}

	.synex-footer-brand {
		grid-column: 1 / -1;
	}

	.synex-footer-column:last-child {
		grid-column: 1 / -1;
	}

	.synex-footer-company {
		grid-template-columns: 1fr;
		gap: 6px;
	}

	.synex-footer-bottom .synex-footer-container {
		align-items: flex-start;
		flex-direction: column;
		gap: 8px;
	}

	.synex-footer-bottom p:last-child {
		text-align: left;
	}
}

@media (max-width: 390px) {
	.tax-product_cat .products.wd-products {
		--wd-gap-sm: 8px !important;
	}

	.tax-product_cat .product-element-bottom {
		padding: 9px;
	}

	.synex-footer-main {
		grid-template-columns: 1fr;
	}

	.synex-footer-column:last-child {
		grid-column: auto;
	}
}

@media (prefers-reduced-motion: reduce) {
	.tax-product_cat .wd-product-wrapper,
	.tax-product_cat .wd-product-thumb img,
	.synex-footer-column a,
	.synex-copy-coupon {
		transition: none;
	}
}

/* Professional category product cards v2 — persistent cart action. */
.tax-product_cat .products.wd-products {
	--wd-gap-lg: 22px !important;
	--wd-gap-md: 16px !important;
	--wd-gap-sm: 12px !important;
	align-items: stretch !important;
}

.tax-product_cat .wd-product.product-grid-item {
	display: flex !important;
	height: auto !important;
	min-width: 0;
}

.tax-product_cat .wd-product.product-grid-item > .wd-product-wrapper {
	position: relative;
	display: flex !important;
	width: 100%;
	min-width: 0;
	height: 100% !important;
	flex-direction: column;
	overflow: hidden !important;
	border: 1px solid #e0e1e4 !important;
	border-radius: 18px !important;
	background: #fff !important;
	box-shadow: 0 10px 30px rgba(23, 24, 27, 0.065) !important;
	transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease !important;
}

.tax-product_cat .wd-product.product-grid-item > .wd-product-wrapper::after {
	position: absolute;
	inset: 0 18px auto;
	height: 3px;
	border-radius: 0 0 4px 4px;
	background: linear-gradient(90deg, #ffbf00, #ffd75d);
	content: "";
	opacity: 0;
	transform: scaleX(.55);
	transform-origin: center;
	transition: opacity 180ms ease, transform 180ms ease;
	pointer-events: none;
}

.tax-product_cat .wd-product.product-grid-item > .wd-product-wrapper:hover {
	border-color: #cfd1d5 !important;
	box-shadow: 0 18px 44px rgba(23, 24, 27, 0.115) !important;
	transform: translateY(-4px) !important;
}

.tax-product_cat .wd-product.product-grid-item > .wd-product-wrapper:hover::after {
	opacity: 1;
	transform: scaleX(1);
}

.tax-product_cat .wd-product-thumb {
	position: relative;
	flex: 0 0 auto;
	margin: 10px 10px 0 !important;
	overflow: hidden !important;
	border: 1px solid #f0f0f1;
	border-radius: 14px !important;
	background: linear-gradient(145deg, #fff 0%, #fafafa 100%) !important;
}

.tax-product_cat .wd-product-thumb .wd-product-img-link {
	display: grid !important;
	width: 100%;
	aspect-ratio: 1 / 1;
	place-items: center;
	padding: 16px;
	box-sizing: border-box;
}

.tax-product_cat .wd-product-thumb img {
	display: block !important;
	width: 100% !important;
	max-width: 100% !important;
	height: 100% !important;
	aspect-ratio: 1 / 1;
	object-fit: contain !important;
	object-position: center;
}

.tax-product_cat .product-labels {
	top: 11px !important;
	left: 11px !important;
	z-index: 4;
}

.tax-product_cat .product-labels .product-label,
.tax-product_cat .product-labels .onsale {
	display: inline-flex !important;
	min-width: 50px !important;
	min-height: 29px;
	align-items: center;
	justify-content: center;
	padding: 6px 9px !important;
	border: 0 !important;
	border-radius: 9px !important;
	background: #ffbf00 !important;
	box-shadow: 0 5px 14px rgba(255, 191, 0, .22);
	color: #171819 !important;
	font-size: 11px !important;
	font-weight: 850 !important;
	line-height: 1 !important;
	letter-spacing: .01em;
}

.tax-product_cat .product-element-bottom {
	display: flex !important;
	flex: 1 1 auto !important;
	flex-direction: column !important;
	min-height: 244px !important;
	padding: 16px 16px 15px !important;
	box-sizing: border-box;
}

.tax-product_cat .wd-product-header {
	margin: 0 !important;
}

.tax-product_cat .wd-entities-title {
	display: -webkit-box !important;
	min-height: 48px !important;
	max-height: 48px;
	margin: 0 0 11px !important;
	overflow: hidden;
	color: #202124 !important;
	font-size: 15px !important;
	font-weight: 800 !important;
	letter-spacing: -.012em;
	line-height: 1.55 !important;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.tax-product_cat .wd-entities-title a {
	color: #202124 !important;
	text-decoration: none !important;
	transition: color 160ms ease;
}

.tax-product_cat .wd-entities-title a:hover {
	color: #7a5a00 !important;
}

.tax-product_cat .wd-product-cats,
.tax-product_cat .wd-action-buttons,
.tax-product_cat .wd-buttons {
	display: none !important;
}

.tax-product_cat .wrap-price {
	display: flex !important;
	min-height: 48px;
	align-items: flex-end;
	flex-wrap: wrap;
	gap: 4px 7px;
	margin: auto 0 0 !important;
	padding: 0 0 12px !important;
	border-bottom: 1px solid #ececef;
}

.tax-product_cat .price {
	display: flex !important;
	align-items: baseline;
	flex-wrap: wrap;
	gap: 4px 7px;
	margin: 0 !important;
	color: #202124 !important;
	font-size: 19px !important;
	font-weight: 900 !important;
	line-height: 1.2 !important;
}

.tax-product_cat .price del {
	margin: 0 !important;
	color: #8a8d94 !important;
	font-size: 12px !important;
	font-weight: 600 !important;
	opacity: 1 !important;
}

.tax-product_cat .price ins {
	color: #202124 !important;
	font-size: 19px !important;
	font-weight: 900 !important;
	text-decoration: none !important;
}

.tax-product_cat .wc-stripe-bnpl-shop-message {
	display: none !important;
}

.tax-product_cat .wd-product-footer,
.tax-product_cat .wd-hover-buttons-on-hover .wd-product-footer,
.tax-product_cat .wd-hover-buttons-on-hover:not(:hover) .wd-product-footer,
.tax-product_cat .wd-hover-buttons-on-hover:hover .wd-product-footer {
	position: static !important;
	display: block !important;
	width: 100% !important;
	height: auto !important;
	max-height: none !important;
	margin: 0 !important;
	padding: 11px 0 0 !important;
	overflow: visible !important;
	border: 0 !important;
	opacity: 1 !important;
	visibility: visible !important;
	transform: none !important;
	pointer-events: auto !important;
}

.tax-product_cat .wd-product-footer::before {
	display: block;
	margin: 0 0 10px;
	padding-left: 15px;
	background: radial-gradient(circle at 4px 50%, #ffbf00 0 3px, transparent 3.5px);
	color: #64676e;
	content: "Azonnali digitális kézbesítés";
	font-size: 10px;
	font-weight: 750;
	line-height: 1.3;
	letter-spacing: .025em;
}

.tax-product_cat .wd-add-btn,
.tax-product_cat .wd-add-btn-replace,
.tax-product_cat .wd-hover-buttons-on-hover .wd-add-btn {
	position: static !important;
	display: block !important;
	width: 100% !important;
	height: auto !important;
	margin: 0 !important;
	overflow: visible !important;
	opacity: 1 !important;
	visibility: visible !important;
	transform: none !important;
	pointer-events: auto !important;
}

.tax-product_cat .wd-add-btn a,
.tax-product_cat .wd-add-btn-replace a,
.tax-product_cat .wd-hover-buttons-on-hover .wd-add-btn a {
	position: relative !important;
	display: flex !important;
	width: 100% !important;
	min-height: 46px !important;
	align-items: center !important;
	justify-content: center !important;
	margin: 0 !important;
	padding: 11px 14px !important;
	overflow: hidden !important;
	border: 1px solid #ffbf00 !important;
	border-radius: 11px !important;
	background: #ffbf00 !important;
	box-shadow: 0 7px 18px rgba(255, 191, 0, .2);
	color: #171819 !important;
	font-size: 12px !important;
	font-weight: 850 !important;
	line-height: 1.25 !important;
	letter-spacing: .01em;
	text-align: center !important;
	text-transform: none !important;
	opacity: 1 !important;
	visibility: visible !important;
	transform: none !important;
	transition: background 160ms ease, border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease !important;
	pointer-events: auto !important;
}

.tax-product_cat .wd-add-btn a:hover,
.tax-product_cat .wd-add-btn-replace a:hover {
	border-color: #efb400 !important;
	background: #efb400 !important;
	box-shadow: 0 10px 22px rgba(255, 191, 0, .28);
	color: #111214 !important;
	transform: translateY(-1px) !important;
}

.tax-product_cat .wd-add-btn a .wd-action-icon,
.tax-product_cat .wd-add-btn-replace a .wd-action-icon {
	display: none !important;
}

.tax-product_cat .wd-add-btn a .wd-action-text,
.tax-product_cat .wd-add-btn-replace a .wd-action-text {
	position: static !important;
	display: inline !important;
	width: auto !important;
	height: auto !important;
	margin: 0 !important;
	overflow: visible !important;
	color: inherit !important;
	font-size: inherit !important;
	font-weight: inherit !important;
	line-height: inherit !important;
	opacity: 1 !important;
	visibility: visible !important;
	transform: none !important;
}

.tax-product_cat .wd-add-btn a.loading,
.tax-product_cat .wd-add-btn a.added {
	background: #202124 !important;
	border-color: #202124 !important;
	color: #fff !important;
}

@media (max-width: 1024px) {
	.tax-product_cat .products.wd-products {
		--wd-col-md: 3 !important;
	}

	.tax-product_cat .product-element-bottom {
		min-height: 238px !important;
	}
}

@media (max-width: 767px) {
	.tax-product_cat .products.wd-products {
		--wd-col-sm: 2 !important;
		--wd-gap-sm: 10px !important;
	}

	.tax-product_cat .wd-product.product-grid-item > .wd-product-wrapper {
		border-radius: 14px !important;
		box-shadow: 0 6px 20px rgba(23, 24, 27, .06) !important;
	}

	.tax-product_cat .wd-product.product-grid-item > .wd-product-wrapper:hover {
		transform: none !important;
	}

	.tax-product_cat .wd-product-thumb {
		margin: 6px 6px 0 !important;
		border-radius: 11px !important;
	}

	.tax-product_cat .wd-product-thumb .wd-product-img-link {
		padding: 8px;
	}

	.tax-product_cat .product-labels {
		top: 7px !important;
		left: 7px !important;
	}

	.tax-product_cat .product-labels .product-label,
	.tax-product_cat .product-labels .onsale {
		min-width: 42px !important;
		min-height: 25px;
		padding: 5px 7px !important;
		border-radius: 7px !important;
		font-size: 9px !important;
	}

	.tax-product_cat .product-element-bottom {
		min-height: 216px !important;
		padding: 11px 10px 10px !important;
	}

	.tax-product_cat .wd-entities-title {
		min-height: 46px !important;
		max-height: 46px;
		margin-bottom: 8px !important;
		font-size: 12px !important;
		line-height: 1.45 !important;
		-webkit-line-clamp: 2;
	}

	.tax-product_cat .wrap-price {
		min-height: 42px;
		padding-bottom: 9px !important;
	}

	.tax-product_cat .price,
	.tax-product_cat .price ins {
		font-size: 15px !important;
	}

	.tax-product_cat .price del {
		flex-basis: 100%;
		font-size: 10px !important;
	}

	.tax-product_cat .wd-product-footer {
		padding-top: 8px !important;
	}

	.tax-product_cat .wd-product-footer::before {
		margin-bottom: 7px;
		padding-left: 12px;
		background-position: 3px 50%;
		font-size: 8px;
		letter-spacing: 0;
	}

	.tax-product_cat .wd-add-btn a,
	.tax-product_cat .wd-add-btn-replace a {
		min-height: 40px !important;
		padding: 8px 6px !important;
		border-radius: 9px !important;
		font-size: 10px !important;
		white-space: normal !important;
	}
}

@media (max-width: 390px) {
	.tax-product_cat .products.wd-products {
		--wd-gap-sm: 8px !important;
	}

	.tax-product_cat .product-element-bottom {
		min-height: 210px !important;
		padding: 9px 8px 8px !important;
	}

	.tax-product_cat .wd-product-footer::before {
		content: "Digitális kézbesítés";
	}
}

/* Woodmart replace-button reset: keep the permanent CTA compact. */
.tax-product_cat .wd-product .wd-add-btn.wd-add-btn-replace a.add-to-cart-loop {
	height: 46px !important;
	min-height: 46px !important;
	max-height: 46px !important;
	padding: 0 14px !important;
	line-height: 1.25 !important;
}

.tax-product_cat .wd-product .wd-add-btn.wd-add-btn-replace a.add-to-cart-loop::before,
.tax-product_cat .wd-product .wd-add-btn.wd-add-btn-replace a.add-to-cart-loop::after {
	display: none !important;
	content: none !important;
}

.tax-product_cat .wd-product .wd-add-btn.wd-add-btn-replace a.add-to-cart-loop .wd-action-text {
	position: static !important;
	display: inline !important;
	width: auto !important;
	height: auto !important;
	min-height: 0 !important;
	max-height: none !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow: visible !important;
	line-height: 1.25 !important;
	opacity: 1 !important;
	visibility: visible !important;
	transform: none !important;
}

@media (max-width: 767px) {
	.tax-product_cat .wd-product .wd-add-btn.wd-add-btn-replace a.add-to-cart-loop {
		height: 40px !important;
		min-height: 40px !important;
		max-height: 40px !important;
		padding: 0 6px !important;
	}
}
