:root {
	--epys-green: #00a443;
	--epys-green-dark: #058638;
	--epys-yellow: #f0dd2e;
	--epys-text: #2f3c4e;
	--epys-muted: #8a92a0;
	--epys-border: #d2d6dd;
}

.epys-wc-catalog {
	margin: clamp(18px, 3vw, 28px) 0;
	padding: 0;
}

[type=button], [type=submit], button{
	white-space: nowrap!important;
}


[type=button]:focus, [type=button]:hover, [type=submit]:focus, [type=submit]:hover, button:focus, button:hover{
	background: rgba(0, 164, 67, 0.16);
    color: var(--epys-green-dark);
}

.epys-wc-catalog__header {
	display: none;
}

.epys-wc-catalog__hero-wrap {
	margin-bottom: 14px;
}

.epys-wc-catalog__hero {
	display: block;
	width: 100%;
	height: 322px;
	border-radius: 16px;
	overflow: hidden;
}

.epys-wc-catalog__hero img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

body.epys-wc-page-productos h1.entry-title,
body.epys-wc-page-presupuesto h1.entry-title {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}


.epys-wc-catalog__top-filters {
	display: flex;
	flex-wrap: nowrap;
	gap: 20px;
	overflow-x: auto;
	padding: 2px 2px 10px;
	margin-bottom: 14px;
}

.epys-wc-catalog__top-filters--component {
	display: flex;
	width: 100%;
	max-width: 100%;
	margin: 0 0 14px;
}

.epys-wc-catalog__top-filters::-webkit-scrollbar {
	height: 8px;
}

.epys-wc-catalog__top-filter {
	width: 209px;
	min-width: 209px;
	height: 209px;
	border-radius: 50%;
	border: 2px solid transparent;
	background: var(--epys-green);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 10px 8px;
	cursor: pointer;
	transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
	text-decoration: none;
	color: inherit;
}

.epys-wc-catalog__top-filter:hover,
.epys-wc-catalog__top-filter:focus-visible,
.epys-wc-catalog__top-filter.is-active {
	transform: translateY(-2px);
	border-color: #ffffff;
	box-shadow: 0 10px 22px rgba(0, 0, 0, 0.24);
}

.epys-wc-catalog__top-filter img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
}

.epys-wc-catalog__top-filter-placeholder {
	width: 72px;
	height: 72px;
	border-radius: 50%;
	background: #d1d5db;
}

.epys-wc-catalog__layout {
	display: grid;
	grid-template-columns: 230px minmax(0, 1fr);
	gap: 14px;
	align-items: start;
}

.epys-wc-catalog__sidebar {
	border-right: 1px solid #d4d8de;
	padding-right: 12px;
}

.epys-wc-catalog__sidebar-sticky {
	position: sticky;
	top: 16px;
}

.epys-wc-catalog__sidebar-block {
	margin-bottom: 16px;
}

.epys-wc-catalog__sidebar-title {
	margin: 0 0 8px;
	font-size: 30px;
	line-height: 1.2;
	font-weight: 700;
	color: var(--epys-green-dark);
}

.epys-wc-catalog__tree-group {
	margin-bottom: 2px;
}

.epys-wc-catalog__tree-parent,
.epys-wc-catalog__tree-child {
	width: 100%;
	border: 0;
	background: transparent;
	border-radius: 8px;
	color: #273347;
	font-size: 14px;
	font-weight: 600;
	text-align: left;
	padding: 7px 8px;
	cursor: pointer;
	white-space: unset!important;
}

.epys-wc-catalog__tree-parent {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.epys-wc-catalog__tree-plus {
	font-size: 14px;
	line-height: 1;
	color: #273347;
	transition: transform 0.2s ease;
}

.epys-wc-catalog__tree-parent[aria-expanded="true"] .epys-wc-catalog__tree-plus {
	transform: rotate(180deg);
}

.epys-wc-catalog__tree-parent.is-active,
.epys-wc-catalog__tree-child.is-active {
	background: rgba(0, 164, 67, 0.16);
	color: var(--epys-green-dark);
}

.epys-wc-catalog__tree-children {
	padding-left: 12px;
}

.epys-wc-catalog__latest-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 9px;
}

.epys-wc-catalog__latest-item a {
	display: grid;
	grid-template-columns: 100px minmax(0, 1fr);
	gap: 10px;
	align-items: center;
	color: #273347;
	text-decoration: none;
	font-size: 12px;
	font-weight: 600;
}

input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea{
	padding: 0px!important;
	border: unset!important;
}

.epys-wc-catalog__latest-item img,
.epys-wc-catalog__latest-placeholder {
	width: 100px;
	height: 100px;
	object-fit: contain;
	display: block;
}

.epys-wc-catalog__main {
	padding-left: 4px;
}

.epys-wc-catalog__controls {
	display: grid;
	gap: 8px;
	margin-bottom: 10px;
}

.epys-wc-catalog__filter-state {
	margin: 0 0 12px;
	padding: 8px 12px;
	border-radius: 999px;
	display: inline-flex;
	align-items: center;
	background: rgba(0, 164, 67, 0.16);
	color: var(--epys-green-dark);
	font-size: 13px;
	font-weight: 700;
}

.epys-wc-catalog__search,
.epys-wc-catalog__order {
	height: 48px;
	border: 1px solid #7abf97;
	border-radius: 8px;
	background: #d9f1e2;
	padding: 0 14px;
	font-size: 15px;
	color: #4b5563;
}

.epys-wc-catalog__order {
	max-width: 280px;
	background: #ebf5ef;
}

.epys-wc-catalog__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	column-gap: 18px;
	row-gap: 20px;
}

.epys-wc-catalog__card {
	background: transparent;
	border: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	height: 100%;
}

.epys-wc-catalog__card-media {
	width: 100%;
	max-width: 185px;
	aspect-ratio: 1 / 1;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
}

.epys-wc-catalog__card-media img,
.epys-wc-catalog__placeholder {
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
}

.epys-wc-catalog__placeholder {
	background: #d8dce3;
	border-radius: 50%;
}

.epys-wc-catalog__card-body {
	padding: 2px 0 0;
	width: 100%;
	max-width: 220px;
	display: flex;
	flex-direction: column;
	align-items: center;
	min-height: 122px;
}

.epys-wc-catalog__card-category {
	display: block;
	font-size: 10px;
	color: #afb5c1;
	line-height: 1.15;
	margin-bottom: 4px;
	min-height: 22px;
}

.epys-wc-catalog__card-title {
	margin: 0 0 6px;
	font-size: 20px;
	line-height: 1.2;
	font-weight: 700;
	text-transform: uppercase;
	min-height: calc(1.2em * 3);
	display: -webkit-box; 
	-webkit-line-clamp: 3; 
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.epys-wc-catalog__card-title a {
	color: var(--epys-green-dark);
	text-decoration: none;
	display: block;
}

.epys-wc-catalog__card-price {
	display: none;
}

.epys-wc-catalog__card-actions {
	margin-top: auto;
	min-height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.epys-wc-catalog__add,
.epys-wc-catalog__view {
	border: 0;
	border-radius: 7px;
	background: var(--epys-yellow);
	color: #5d5e20;
	font-size: 14px;
	font-weight: 700;
	height: 40px;
	padding: 0 18px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	cursor: pointer;
}

.epys-wc-catalog__empty {
	margin: 8px 0 0;
	color: #6b7280;
}

.epys-wc-catalog__actions {
	display: flex;
	justify-content: center;
	margin-top: 18px;
}

.epys-wc-catalog__load-more {
	border: 0;
	border-radius: 999px;
	padding: 10px 24px;
	background: var(--epys-green);
	color: #fff;
	font-weight: 700;
	cursor: pointer;
}

.epys-wc-quote {
	background: #ececec;
    border-radius: 20px;
    padding: 18px;
    margin-bottom: 20px;
    box-shadow: 0px 10px 15px 0px #00000033;
}

.epys-wc-quote__panel {
	border-radius: 14px;
	padding: 14px 14px 20px;
}

.epys-wc-quote__panel-title {
	margin: 0 0 10px;
	padding-bottom: 10px;
	font-size: 48px;
	line-height: 28px;
	color: #00a443;
	font-weight: 700;
}

.woocommerce-notices-wrapper{
	display: none!important;	
}


.epys-wc-quote__content {
	display: grid;
	gap: 16px;
}

.epys-wc-quote__list {
	border-top: 1px solid #d4d8de;
	padding-top: 14px;
}

.epys-wc-quote__rows {
	display: grid;
	gap: 20px;
}

.epys-wc-quote__item {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 18px;
	align-items: center;
}

.epys-wc-quote__item-info {
	gap: 18px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.epys-wc-quote__item-media img,
.epys-wc-quote__item-placeholder {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.epys-wc-quote__item-title {
	margin: 0;
	font-size: 16px;
	line-height: 1.25;
	text-transform: uppercase;
}

.epys-wc-quote__item-title a {
	color: #00a443;
	text-decoration: none;
}

.epys-wc-quote__item-actions {
	justify-self: end;
}

.epys-wc-quote__qty {
	display: inline-grid;
	grid-template-columns: 34px 34px 44px 34px;
	border: 1px solid #c9ced8;
	border-radius: 9px;
	overflow: hidden;
	background: #f0f2f5;
}

.epys-wc-quote__qty-btn {
	border: 0;
	background: transparent;
	font-size: 21px;
	color: #2f3c4e;
	cursor: pointer;
}

.epys-wc-quote__qty-btn--remove {
	color: #677184;
	font-weight: 700;
	padding: 6px!important;
}

.epys-wc-quote__qty-input {
	border: 0;
	background: transparent;
	text-align: center;
	font-size: 17px;
	font-weight: 700;
	color: #2f3c4e;
	width: 44px;
	appearance: textfield;
	-webkit-appearance: none;
	-moz-appearance: textfield;
}

.epys-wc-quote__qty-input::-webkit-outer-spin-button,
.epys-wc-quote__qty-input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.epys-wc-quote__qty-btn--remove svg {
	width: 25px;
    height: 25px;
	display: block;
}

.epys-wc-quote__form-placeholder {
	margin-top: 8px;
}

.epys-wc-quote__form {
	border-top: 1px solid #d4d8de;
	padding-top: 14px;
}

.epys-wc-quote-form-shell {
	margin: 18px 0 28px;
}

.epys-wc-quote-form-shell__inner {
	background: #1fad4a;
	border-radius: 22px;
	padding: clamp(22px, 3vw, 36px);
}

.epys-wc-quote-form-shell .wpcf7 form {
	margin: 0;
}

.epys-wc-quote-form-shell .wpcf7 p {
	margin: 0 0 14px;
}

.epys-wc-quote-form-shell .wpcf7 label {
	display: block;
	color: #ffffff;
	font-size: 16px;
	line-height: 1.15;
	font-weight: 600;
}

.epys-wc-quote-form-shell .wpcf7-form-control-wrap {
	display: block;
	margin-top: 8px;
}

.epys-wc-quote-form-shell .wpcf7 input[type="text"],
.epys-wc-quote-form-shell .wpcf7 input[type="email"],
.epys-wc-quote-form-shell .wpcf7 input[type="tel"],
.epys-wc-quote-form-shell .wpcf7 textarea {
	width: 100%;
	border: 0 !important;
	border-radius: 16px;
	background: #e5e9e8;
	color: #767e8b;
	font-size: 16px;
	line-height: 1.25;
	padding: 10px 22px !important;
}

.epys-wc-quote-form-shell .wpcf7 textarea {
	min-height: 210px;
	resize: vertical;
}

.epys-wc-quote-form-shell .cf7-row p {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}

.epys-wc-quote-form-shell .wpcf7 input[type="submit"] {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: min(560px, 100%);
	height: 55px;
	border: 0 !important;
	border-radius: 24px;
	background: #f0dd2e;
	color: #273347;
	font-size: 16px;
	font-weight: 700;
	padding: 0 28px !important;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
}

.epys-wc-quote-form-shell .wpcf7 .wpcf7-spinner {
	display: none;
}

.epys-wc-quote-form-shell .wpcf7 .cf7-nota {
	margin-top: 12px;
	text-align: center;
	color: #dff2e6;
	font-size: 14px;
	line-height: 1.3;
}

.epys-wc-quote-form-shell .wpcf7 .cf7-nota strong {
	color: #ffffff;
}

.epys-wc-quote-form-shell .wpcf7 .wpcf7-response-output {
	margin: 12px 0 0 !important;
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.14);
	color: #ffffff;
	border-color: rgba(255, 255, 255, 0.38) !important;
	padding: 10px 12px !important;
	font-size: 14px;
    text-align: center;
}

.container_submit{
	display: flex;
    justify-content: center;
}

@media (max-width: 1024px) {
	.epys-wc-quote-form-shell .wpcf7 label {
		font-size: 22px;
	}

	.epys-wc-quote-form-shell .wpcf7 input[type="text"],
	.epys-wc-quote-form-shell .wpcf7 input[type="email"],
	.epys-wc-quote-form-shell .wpcf7 input[type="tel"],
	.epys-wc-quote-form-shell .wpcf7 textarea {
		font-size: 19px;
		padding: 13px 16px !important;
	}

	.epys-wc-quote-form-shell .wpcf7 textarea {
		min-height: 160px;
	}

	.epys-wc-quote-form-shell .wpcf7 input[type="submit"] {
		height: 56px;
		font-size: 22px;
	}

	.epys-wc-quote-form-shell .wpcf7 .cf7-nota {
		font-size: 18px;
	}

	.epys-wc-quote-form-shell .wpcf7 .wpcf7-response-output {
		font-size: 16px;
	}
}

@media (max-width: 767px) {
	.epys-wc-quote-form-shell .cf7-row p {
		grid-template-columns: 1fr;
	}
}

.epys-wc-quote__empty {
	margin: 0;
	color: #6b7280;
	font-size: 16px;
}

.epys-wc-toast {
	position: fixed;
	right: 20px;
	bottom: 20px;
	width: min(420px, calc(100vw - 24px));
	background: #fff;
	border: 1px solid #d4d8df;
	border-radius: 14px;
	padding: 14px 14px 12px;
	box-shadow: 0 16px 34px rgba(0, 0, 0, 0.24);
	z-index: 10000;
	opacity: 0;
	transform: translateY(14px);
	pointer-events: none;
	transition: opacity 0.25s ease, transform 0.25s ease;
}

.single-product.woocommerce div.product .woocommerce-product-gallery__wrapper{
	border: unset!important;
}

.epys-wc-toast.is-visible {
	opacity: 1;
	transform: translateY(0);
	pointer-events: auto;
}

.epys-wc-toast__close {
	position: absolute;
	top: 8px;
	right: 8px;
	border: 0;
	background: transparent;
	font-size: 16px;
	font-weight: 700;
	color: #6b7280;
	cursor: pointer;
	text-transform: uppercase;
}

.epys-wc-toast__title {
	margin: 0 20px 10px 0;
	color: #273347;
	font-weight: 700;
}

.epys-wc-toast__actions {
	display: grid;
	gap: 6px;
}

.epys-wc-toast__view,
.epys-wc-toast__continue {
	border: 0;
	border-radius: 8px;
	padding: 10px 12px;
	font-size: 13px;
	font-weight: 700;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
}

.epys-wc-toast__view {
	background: #00a443!important;
	color: #fff;
}


.epys-wc-toast__view:hover{
	background: #00a443!important;
	color: #fff!important;
}


.epys-wc-toast__continue {
	background: #eef7f1;
	color: var(--epys-green-dark);
}

/* Single Product (Referencia: epys.com.co/producto/...) */
.single-product .woocommerce-breadcrumb {
	display: none;
}

.single-product.woocommerce div.product {
	max-width: 1240px;
	margin: 0 auto 42px;
	display: grid;
	grid-template-columns: minmax(320px, 44%) minmax(0, 1fr);
	gap: clamp(24px, 4.2vw, 56px);
	align-items: start;
}

.single-product.woocommerce div.product .woocommerce-product-gallery,
.single-product.woocommerce div.product .summary {
	float: none !important;
	width: 100% !important;
	margin: 0 !important;
}

.single-product.woocommerce div.product .woocommerce-product-gallery__wrapper {
	border: 1px solid #dfe3ea;
	border-radius: 18px;
	padding: clamp(14px, 2vw, 28px);
	background: #fff;
}

.single-product.woocommerce div.product .woocommerce-product-gallery__image a {
	display: block;
}

.single-product.woocommerce div.product .woocommerce-product-gallery img {
	width: 100%;
	height: auto;
	max-height: 560px;
	object-fit: contain;
}

.single-product.woocommerce div.product .summary {
	display: flex;
	flex-direction: column;
	gap: 14px;
}

/* Title — green */
.single-product .product_title {
	margin: 0;
	color: var(--epys-green);
	font-weight: 700;
	font-size: clamp(28px, 3.2vw, 46px);
	line-height: 1.08;
}

/* Meta: Categorías */
.single-product .product_meta {
	margin: 0;
	color: #6d7686;
	font-size: 15px;
}

.single-product .product_meta .sku_wrapper,
.single-product .product_meta .tagged_as {
	display: none;
}

.single-product .product_meta .posted_in {
	font-weight: 700;
	color: #2f3c4e;
}

.single-product .product_meta .posted_in a {
	color: var(--epys-green);
	text-decoration: none;
	font-weight: 600;
}

/* Short description — readable size */
.single-product .woocommerce-product-details__short-description {
	color: #4a5568;
	font-size: clamp(14px, 1.1vw, 16px);
	line-height: 1.6;
}

.single-product .woocommerce-product-details__short-description p {
	margin: 0 0 8px;
}

.single-product .woocommerce-product-details__short-description .content-marca {
	display: flex;
	align-items: baseline;
	gap: 8px;
	margin-top: 8px;
}

.single-product .woocommerce-product-details__short-description .resalto-v {
	color: #6f7a89;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.02em;
}

.single-product .woocommerce-product-details__short-description .bold {
	color: #283447;
	font-size: 15px;
	font-weight: 800;
}

/* Cart form */
.single-product form.cart {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 4px;
}

.single-product .woocommerce div.product form.cart .quantity {
	margin: 0 !important;
	float: none;
}

/* Quantity stepper wrapper injected by JS */
.single-product .epys-qty-stepper {
	display: inline-grid;
	grid-template-columns: 42px 52px 42px;
	border: 1.5px solid #cfd4dc;
	border-radius: 999px;
	overflow: hidden;
	background: #fff;
	height: 50px;
}

.single-product .epys-qty-stepper__btn {
	border: 0;
	background: transparent;
	font-size: 22px;
	font-weight: 500;
	color: #2f3c4e;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	line-height: 1;
	transition: background 0.15s;
}

.single-product .epys-qty-stepper__btn:hover,
.single-product .epys-qty-stepper__btn:focus {
	background: rgba(0, 164, 67, 0.1) !important;
	color: var(--epys-green-dark) !important;
}

/* Original qty input — hidden border when inside stepper */
.single-product .woocommerce div.product form.cart .qty {
	width: 52px;
	height: 50px;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent;
	text-align: center;
	font-weight: 700;
	font-size: 18px;
	color: #2f3c4e;
	appearance: textfield;
	-webkit-appearance: none;
	-moz-appearance: textfield;
	padding: 0 !important;
}

.single-product .woocommerce div.product form.cart .qty::-webkit-outer-spin-button,
.single-product .woocommerce div.product form.cart .qty::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* Add to cotizador button — pill shape */
.single-product .woocommerce div.product form.cart .single_add_to_cart_button {
	border: 0 !important;
	border-radius: 7px !important;
	background: var(--epys-yellow) !important;
	color: #5d5e20 !important;
	font-size: 14px;
	font-weight: 700;
	height: 40px;
	min-height: 40px;
	padding: 0 18px !important;
	line-height: 1.1;
	text-transform: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	cursor: pointer;
	box-shadow: none;
	letter-spacing: 0;
}

.single-product .summary form.cart a.single_add_to_cart_button,
.single-product .summary form.cart .single_add_to_cart_button.button,
.single-product .summary form.cart .single_add_to_cart_button.button.alt,
.single-product .summary form.cart .afrfqbt_single_page.single_add_to_cart_button {
	border: 0 !important;
	border-radius: 7px !important;
	background: var(--epys-yellow) !important;
	color: #5d5e20 !important;
	font-size: 14px !important;
	font-weight: 700 !important;
	height: 40px !important;
	min-height: 40px !important;
	padding: 0 18px !important;
	line-height: 1.1 !important;
	text-transform: none !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	text-decoration: none !important;
	cursor: pointer !important;
	box-shadow: none !important;
	white-space: nowrap !important;
}

.single-product .woocommerce div.product form.cart .single_add_to_cart_button:hover,
.single-product .woocommerce div.product form.cart .single_add_to_cart_button:focus {
	background: #e4cf15 !important;
	color: #2f3c4e !important;
	box-shadow: none !important;
}

.single-product .summary form.cart a.single_add_to_cart_button:hover,
.single-product .summary form.cart a.single_add_to_cart_button:focus,
.single-product .summary form.cart .afrfqbt_single_page.single_add_to_cart_button:hover,
.single-product .summary form.cart .afrfqbt_single_page.single_add_to_cart_button:focus {
	background: #e4cf15 !important;
	color: #2f3c4e !important;
	box-shadow: none !important;
}

/* Social share icons */
.single-product .summary .a2a_kit {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 2px;
}

.single-product .summary .a2a_kit a {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: var(--epys-green);
}

.single-product .summary .a2a_kit svg,
.single-product .summary .a2a_kit img {
	fill: #fff;
	filter: brightness(0) invert(1);
	width: 22px;
	height: 22px;
}

/* Related Products */
.single-product .related.products {
	grid-column: 1 / -1;
	margin-top: 6px;
	padding-top: 24px;
	border-top: 1px solid #d7dce3;
}

.single-product .related.products > h2 {
	margin: 0 0 24px;
	color: var(--epys-green);
	font-size: clamp(28px, 3.2vw, 46px);
	line-height: 1.05;
	font-weight: 700;
	text-align: center;
}

.single-product .related.products ul.products {
	margin: 0;
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	gap: 20px;
	padding: 0;
	list-style: none;
}

.single-product .related.products ul.products::before,
.single-product .related.products ul.products::after,
.single-product .related.products ul.products li.product::before,
.single-product .related.products ul.products li.product::after {
	display: none !important;
	content: none !important;
}

.single-product .related.products ul.products li.product {
	width: 100% !important;
	margin: 0 !important;
	float: none !important;
	clear: none !important;
	border: 0;
	border-radius: 0;
	padding: 0 !important;
	background: transparent;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

.single-product .related.products ul.products li.product img {
	width: 100%;
	max-width: 220px;
	height: 200px;
	object-fit: contain;
	margin: 0 auto;
}

.single-product .related.products ul.products li.product .price,
.single-product .related.products ul.products li.product .star-rating {
	display: none !important;
}

/* Category text above title */
.single-product .related.products ul.products li.product .woocommerce-loop-category__title {
	color: #9aa2b0;
	font-size: 12px !important;
	font-weight: 400;
	text-transform: none;
	margin: 6px 0 2px;
}

.single-product .related.products ul.products li.product .woocommerce-loop-product__title {
	color: var(--epys-green);
	font-size: 17px !important;
	line-height: 1.2;
	font-weight: 700;
	text-transform: uppercase;
	margin: 4px 0 10px;
}

/* Related product button — pill */
.single-product .related.products ul.products li.product .button {
	border: 0 !important;
	border-radius: 7px !important;
	background: var(--epys-yellow) !important;
	color: #5d5e20 !important;
	font-size: 14px;
	font-weight: 700;
	height: 40px;
	min-height: 40px;
	padding: 0 18px !important;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	cursor: pointer;
	box-shadow: none;
}

.single-product .related.products ul.products li.product .button:hover,
.single-product .related.products ul.products li.product .button:focus {
	background: #e4cf15 !important;
	color: #2f3c4e !important;
	box-shadow: none !important;
}

@media (max-width: 1024px) {
	.single-product.woocommerce div.product {
		grid-template-columns: 1fr;
		gap: 22px;
	}

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

	.single-product .related.products > h2 {
		font-size: clamp(26px, 4vw, 36px);
	}
}

@media (max-width: 1100px) {
	.epys-wc-catalog__hero {
		height: 270px;
	}

	.epys-wc-catalog__layout {
		grid-template-columns: 200px minmax(0, 1fr);
	}

	.epys-wc-catalog__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	.epys-wc-catalog__hero {
		height: 180px;
		border-radius: 12px;
	}

	.epys-wc-catalog__layout {
		grid-template-columns: 1fr;
	}

	.epys-wc-catalog__sidebar {
		border-right: 0;
		padding-right: 0;
	}

	.epys-wc-catalog__sidebar-sticky {
		position: static;
	}

	.epys-wc-catalog__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		min-height: 62vh;
		column-gap: 12px;
		row-gap: 16px;
	}

	.epys-wc-catalog__card {
		min-height: 240px;
	}

	.epys-wc-catalog__card-body {
		min-height: 136px;
	}

	.epys-wc-catalog__top-filter {
		width: 102px;
		min-width: 102px;
		height: 102px;
	}

	.epys-wc-catalog__search,
	.epys-wc-catalog__order {
		font-size: 16px;
	}

	.epys-wc-catalog__card-title {
		font-size: 22px;
	}

	.epys-wc-catalog__add,
	.epys-wc-catalog__view {
		font-size: 16px;
	}

	.epys-wc-quote {
		padding: 12px;
	}

	.epys-wc-quote__panel-title {
		font-size: 34px;
	}

	.epys-wc-quote__item {
		grid-template-columns: minmax(0, 1fr);
		gap: 10px;
	}

	.epys-wc-quote__item-info {
		grid-template-columns: 84px minmax(0, 1fr);
		gap: 10px;
	}

	.epys-wc-quote__item-media img,
	.epys-wc-quote__item-placeholder {
		width: 84px;
		height: 74px;
	}

	.epys-wc-quote__item-actions {
		grid-column: auto;
	}

	.single-product .woocommerce-product-details__short-description {
		font-size: 15px;
	}

	.single-product .woocommerce div.product form.cart {
		gap: 10px;
	}

	.single-product .woocommerce div.product form.cart .single_add_to_cart_button {
		width: 100%;
		justify-content: center;
	}

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

	.single-product .related.products ul.products li.product img {
		height: 150px;
	}
}

@media (max-width: 480px) {
	.single-product .related.products ul.products {
		grid-template-columns: 1fr;
	}
}
