/**
 * Royal Computers — product cards ONLY (WPR grid + EAEL carousel).
 * Variables scoped to section.wpr-grid / .eael-product-carousel — NOT .elementor-351 root.
 * Category navigation is styled exclusively in shop.css.
 */

/* ========================================================================== */
/* Scope tokens — product grids only                                          */
/* ========================================================================== */

body.page-id-2751 .elementor-2751 section.wpr-grid,
body.post-type-archive-product.woocommerce-shop .elementor-351 section.wpr-grid,
body.tax-product_cat.woocommerce-page .elementor-351 section.wpr-grid,
body.tax-product_tag.woocommerce-page .elementor-351 section.wpr-grid,
body.page-id-2751 .elementor-2751 .eael-woo-product-carousel,
body.post-type-archive-product.woocommerce-shop .elementor-351 .eael-woo-product-carousel,
body.tax-product_cat.woocommerce-page .elementor-351 .eael-woo-product-carousel,
body.tax-product_tag.woocommerce-page .elementor-351 .eael-woo-product-carousel {
	--rc-prod-bg: #ffffff;
	--rc-prod-border: #e5e7eb;
	--rc-prod-radius: 16px;
	--rc-prod-image-bg: #fafbfc;
	--rc-prod-image-h: clamp(200px, 14vw, 220px);
	--rc-prod-shadow: 0 1px 2px rgba(15, 20, 29, 0.05);
	--rc-prod-shadow-hover: 0 8px 22px rgba(15, 20, 29, 0.08);
	--rc-prod-text: #111827;
	--rc-prod-price: #0f141d;
	--rc-prod-accent: #2563eb;
	--rc-prod-accent-hover: #1d4ed8;
	--rc-prod-sale: #dc2626;
	--rc-prod-title: 1.125rem;
	--rc-prod-price-size: 1.25rem;
	--rc-prod-btn-size: 0.9375rem;
}

/* ========================================================================== */
/* WPR grid — gutters & plugin reset                                          */
/* ========================================================================== */

body.page-id-2751 .elementor-2751 section.wpr-grid .wpr-grid-item,
body.post-type-archive-product.woocommerce-shop .elementor-351 section.wpr-grid .wpr-grid-item,
body.tax-product_cat.woocommerce-page .elementor-351 section.wpr-grid .wpr-grid-item,
body.tax-product_tag.woocommerce-page .elementor-351 section.wpr-grid .wpr-grid-item {
	padding: 0.5rem;
	box-sizing: border-box;
}

body.page-id-2751 .elementor-2751 section.wpr-grid .wpr-item-styles-inner .wpr-grid-item .inner-block,
body.post-type-archive-product.woocommerce-shop .elementor-351 section.wpr-grid .wpr-item-styles-inner .wpr-grid-item .inner-block,
body.tax-product_cat.woocommerce-page .elementor-351 section.wpr-grid .wpr-item-styles-inner .wpr-grid-item .inner-block,
body.tax-product_tag.woocommerce-page .elementor-351 section.wpr-grid .wpr-item-styles-inner .wpr-grid-item .inner-block {
	border: 0;
	box-shadow: none;
	background: transparent;
	padding: 0;
	margin: 0;
}

body.post-type-archive-product.woocommerce-shop .elementor-351 .elementor-element-8ac9d69 section.wpr-grid .wpr-grid-item,
body.tax-product_cat.woocommerce-page .elementor-351 .elementor-element-8ac9d69 section.wpr-grid .wpr-grid-item,
body.tax-product_tag.woocommerce-page .elementor-351 .elementor-element-8ac9d69 section.wpr-grid .wpr-grid-item {
	margin-bottom: 28px;
}

/* ========================================================================== */
/* WPR — card shell: .wpr-grid-item-inner                                       */
/* DOM: article.wpr-grid-item > .wpr-grid-item-inner (TRUE card wrapper)        */
/* ========================================================================== */

body.page-id-2751 .elementor-2751 section.wpr-grid .wpr-grid-item-inner,
body.post-type-archive-product.woocommerce-shop .elementor-351 section.wpr-grid .wpr-grid-item-inner,
body.tax-product_cat.woocommerce-page .elementor-351 section.wpr-grid .wpr-grid-item-inner,
body.tax-product_tag.woocommerce-page .elementor-351 section.wpr-grid .wpr-grid-item-inner {
	display: flex;
	flex-direction: column;
	height: auto;
	min-height: 0;
	align-self: flex-start;
	width: 100%;
	padding: 0;
	overflow: hidden;
	background: var(--rc-prod-bg);
	border: 1px solid var(--rc-prod-border);
	border-radius: var(--rc-prod-radius);
	box-shadow: var(--rc-prod-shadow);
	transition: box-shadow 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

body.page-id-2751 .elementor-2751 section.wpr-grid .wpr-grid-item-inner:hover,
body.post-type-archive-product.woocommerce-shop .elementor-351 section.wpr-grid .wpr-grid-item-inner:hover,
body.tax-product_cat.woocommerce-page .elementor-351 section.wpr-grid .wpr-grid-item-inner:hover,
body.tax-product_tag.woocommerce-page .elementor-351 section.wpr-grid .wpr-grid-item-inner:hover {
	border-color: #d1d5db;
	box-shadow: var(--rc-prod-shadow-hover);
	transform: translateY(-2px);
}

/* Image section — top of unified card, full width */
body.page-id-2751 .elementor-2751 section.wpr-grid .wpr-grid-media-wrap,
body.post-type-archive-product.woocommerce-shop .elementor-351 section.wpr-grid .wpr-grid-media-wrap,
body.tax-product_cat.woocommerce-page .elementor-351 section.wpr-grid .wpr-grid-media-wrap,
body.tax-product_tag.woocommerce-page .elementor-351 section.wpr-grid .wpr-grid-media-wrap {
	position: relative;
	flex-shrink: 0;
	margin: 0;
	background: var(--rc-prod-image-bg);
}

body.page-id-2751 .elementor-2751 section.wpr-grid .wpr-grid-image-wrap,
body.post-type-archive-product.woocommerce-shop .elementor-351 section.wpr-grid .wpr-grid-image-wrap,
body.tax-product_cat.woocommerce-page .elementor-351 section.wpr-grid .wpr-grid-image-wrap,
body.tax-product_tag.woocommerce-page .elementor-351 section.wpr-grid .wpr-grid-image-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	height: var(--rc-prod-image-h);
	padding: 12px 16px;
	box-sizing: border-box;
}

body.page-id-2751 .elementor-2751 section.wpr-grid .wpr-grid-image-wrap img,
body.post-type-archive-product.woocommerce-shop .elementor-351 section.wpr-grid .wpr-grid-image-wrap img,
body.tax-product_cat.woocommerce-page .elementor-351 section.wpr-grid .wpr-grid-image-wrap img,
body.tax-product_tag.woocommerce-page .elementor-351 section.wpr-grid .wpr-grid-image-wrap img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: calc(var(--rc-prod-image-h) - 24px);
	object-fit: contain;
	object-position: center center;
}

body.page-id-2751 .elementor-2751 section.wpr-grid .wpr-grid-media-hover-bg,
body.post-type-archive-product.woocommerce-shop .elementor-351 section.wpr-grid .wpr-grid-media-hover-bg,
body.tax-product_cat.woocommerce-page .elementor-351 section.wpr-grid .wpr-grid-media-hover-bg,
body.tax-product_tag.woocommerce-page .elementor-351 section.wpr-grid .wpr-grid-media-hover-bg {
	opacity: 0;
}

body.page-id-2751 .elementor-2751 section.wpr-grid .wpr-grid-item.sale .wpr-grid-media-wrap::before,
body.post-type-archive-product.woocommerce-shop .elementor-351 section.wpr-grid .wpr-grid-item.sale .wpr-grid-media-wrap::before,
body.tax-product_cat.woocommerce-page .elementor-351 section.wpr-grid .wpr-grid-item.sale .wpr-grid-media-wrap::before,
body.tax-product_tag.woocommerce-page .elementor-351 section.wpr-grid .wpr-grid-item.sale .wpr-grid-media-wrap::before {
	content: "Sale";
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 2;
	padding: 0.2rem 0.55rem;
	border-radius: 6px;
	background: var(--rc-prod-sale);
	color: #fff;
	font-size: 0.6875rem;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1.2;
}

/* Content section — bottom of unified card */
body.page-id-2751 .elementor-2751 section.wpr-grid .wpr-grid-item-below-content,
body.post-type-archive-product.woocommerce-shop .elementor-351 section.wpr-grid .wpr-grid-item-below-content,
body.tax-product_cat.woocommerce-page .elementor-351 section.wpr-grid .wpr-grid-item-below-content,
body.tax-product_tag.woocommerce-page .elementor-351 section.wpr-grid .wpr-grid-item-below-content {
	display: flex;
	flex-direction: column;
	flex: 0 0 auto;
	height: auto;
	min-height: 0;
	padding: 16px 18px 18px;
}

body.page-id-2751 .elementor-2751 section.wpr-grid .wpr-grid-item-product_cat,
body.post-type-archive-product.woocommerce-shop .elementor-351 section.wpr-grid .wpr-grid-item-product_cat,
body.tax-product_cat.woocommerce-page .elementor-351 section.wpr-grid .wpr-grid-item-product_cat,
body.tax-product_tag.woocommerce-page .elementor-351 section.wpr-grid .wpr-grid-item-product_cat {
	margin: 0 0 6px;
}

body.page-id-2751 .elementor-2751 section.wpr-grid .wpr-grid-item-product_cat .inner-block a,
body.post-type-archive-product.woocommerce-shop .elementor-351 section.wpr-grid .wpr-grid-item-product_cat .inner-block a,
body.tax-product_cat.woocommerce-page .elementor-351 section.wpr-grid .wpr-grid-item-product_cat .inner-block a,
body.tax-product_tag.woocommerce-page .elementor-351 section.wpr-grid .wpr-grid-item-product_cat .inner-block a {
	color: #6b7280;
	font-size: 0.8125rem;
	font-weight: 600;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

body.page-id-2751 .elementor-2751 section.wpr-grid .wpr-grid-product-categories .tax-sep,
body.page-id-2751 .elementor-2751 section.wpr-grid .wpr-grid-product-categories a:not(:first-of-type),
body.post-type-archive-product.woocommerce-shop .elementor-351 section.wpr-grid .wpr-grid-product-categories .tax-sep,
body.post-type-archive-product.woocommerce-shop .elementor-351 section.wpr-grid .wpr-grid-product-categories a:not(:first-of-type),
body.tax-product_cat.woocommerce-page .elementor-351 section.wpr-grid .wpr-grid-product-categories .tax-sep,
body.tax-product_cat.woocommerce-page .elementor-351 section.wpr-grid .wpr-grid-product-categories a:not(:first-of-type),
body.tax-product_tag.woocommerce-page .elementor-351 section.wpr-grid .wpr-grid-product-categories .tax-sep,
body.tax-product_tag.woocommerce-page .elementor-351 section.wpr-grid .wpr-grid-product-categories a:not(:first-of-type) {
	display: none;
}

body.page-id-2751 .elementor-2751 section.wpr-grid .wpr-grid-item-title,
body.post-type-archive-product.woocommerce-shop .elementor-351 section.wpr-grid .wpr-grid-item-title,
body.tax-product_cat.woocommerce-page .elementor-351 section.wpr-grid .wpr-grid-item-title,
body.tax-product_tag.woocommerce-page .elementor-351 section.wpr-grid .wpr-grid-item-title {
	margin: 0 0 8px;
	font-size: var(--rc-prod-title);
	font-weight: 600;
	line-height: 1.4;
}

body.page-id-2751 .elementor-2751 section.wpr-grid .wpr-grid-item-title a,
body.post-type-archive-product.woocommerce-shop .elementor-351 section.wpr-grid .wpr-grid-item-title a,
body.tax-product_cat.woocommerce-page .elementor-351 section.wpr-grid .wpr-grid-item-title a,
body.tax-product_tag.woocommerce-page .elementor-351 section.wpr-grid .wpr-grid-item-title a {
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	color: var(--rc-prod-text);
	text-decoration: none;
}

body.page-id-2751 .elementor-2751 section.wpr-grid .wpr-grid-item-title a:hover,
body.post-type-archive-product.woocommerce-shop .elementor-351 section.wpr-grid .wpr-grid-item-title a:hover,
body.tax-product_cat.woocommerce-page .elementor-351 section.wpr-grid .wpr-grid-item-title a:hover,
body.tax-product_tag.woocommerce-page .elementor-351 section.wpr-grid .wpr-grid-item-title a:hover {
	color: var(--rc-prod-accent);
}

body.page-id-2751 .elementor-2751 section.wpr-grid .wpr-grid-item-price,
body.post-type-archive-product.woocommerce-shop .elementor-351 section.wpr-grid .wpr-grid-item-price,
body.tax-product_cat.woocommerce-page .elementor-351 section.wpr-grid .wpr-grid-item-price,
body.tax-product_tag.woocommerce-page .elementor-351 section.wpr-grid .wpr-grid-item-price {
	margin: 0;
	color: var(--rc-prod-price);
	font-size: var(--rc-prod-price-size);
	font-weight: 700;
	line-height: 1.25;
}

body.page-id-2751 .elementor-2751 section.wpr-grid .wpr-grid-item-price del,
body.post-type-archive-product.woocommerce-shop .elementor-351 section.wpr-grid .wpr-grid-item-price del,
body.tax-product_cat.woocommerce-page .elementor-351 section.wpr-grid .wpr-grid-item-price del,
body.tax-product_tag.woocommerce-page .elementor-351 section.wpr-grid .wpr-grid-item-price del {
	color: #6b7280;
	font-size: 0.875rem;
	font-weight: 500;
	margin-right: 0.35rem;
}

body.page-id-2751 .elementor-2751 section.wpr-grid .wpr-grid-item-price ins,
body.post-type-archive-product.woocommerce-shop .elementor-351 section.wpr-grid .wpr-grid-item-price ins,
body.tax-product_cat.woocommerce-page .elementor-351 section.wpr-grid .wpr-grid-item-price ins,
body.tax-product_tag.woocommerce-page .elementor-351 section.wpr-grid .wpr-grid-item-price ins {
	text-decoration: none;
	color: var(--rc-prod-sale);
	font-weight: 700;
}

body.page-id-2751 .elementor-2751 section.wpr-grid .wpr-grid-item-add-to-cart,
body.post-type-archive-product.woocommerce-shop .elementor-351 section.wpr-grid .wpr-grid-item-add-to-cart,
body.tax-product_cat.woocommerce-page .elementor-351 section.wpr-grid .wpr-grid-item-add-to-cart,
body.tax-product_tag.woocommerce-page .elementor-351 section.wpr-grid .wpr-grid-item-add-to-cart {
	flex: 0 0 auto;
	height: auto;
	margin-top: 14px;
}

body.page-id-2751 .elementor-2751 section.wpr-grid .wpr-grid-item-add-to-cart .button,
body.page-id-2751 .elementor-2751 section.wpr-grid .wpr-grid-item-add-to-cart .add_to_cart_button,
body.page-id-2751 .elementor-2751 section.wpr-grid .wpr-grid-item-add-to-cart a.wpr-button,
body.post-type-archive-product.woocommerce-shop .elementor-351 section.wpr-grid .wpr-grid-item-add-to-cart .button,
body.post-type-archive-product.woocommerce-shop .elementor-351 section.wpr-grid .wpr-grid-item-add-to-cart .add_to_cart_button,
body.post-type-archive-product.woocommerce-shop .elementor-351 section.wpr-grid .wpr-grid-item-add-to-cart a.wpr-button,
body.tax-product_cat.woocommerce-page .elementor-351 section.wpr-grid .wpr-grid-item-add-to-cart .button,
body.tax-product_cat.woocommerce-page .elementor-351 section.wpr-grid .wpr-grid-item-add-to-cart .add_to_cart_button,
body.tax-product_cat.woocommerce-page .elementor-351 section.wpr-grid .wpr-grid-item-add-to-cart a.wpr-button,
body.tax-product_tag.woocommerce-page .elementor-351 section.wpr-grid .wpr-grid-item-add-to-cart .button,
body.tax-product_tag.woocommerce-page .elementor-351 section.wpr-grid .wpr-grid-item-add-to-cart .add_to_cart_button,
body.tax-product_tag.woocommerce-page .elementor-351 section.wpr-grid .wpr-grid-item-add-to-cart a.wpr-button {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 44px;
	padding: 0 1rem;
	border: 1px solid var(--rc-prod-accent);
	border-radius: 10px;
	background: var(--rc-prod-accent);
	color: #fff;
	font-size: var(--rc-prod-btn-size);
	font-weight: 600;
	line-height: 1.2;
	text-decoration: none;
	transition: background-color 0.2s ease, border-color 0.2s ease;
}

body.page-id-2751 .elementor-2751 section.wpr-grid .wpr-grid-item-add-to-cart .button:hover,
body.page-id-2751 .elementor-2751 section.wpr-grid .wpr-grid-item-add-to-cart .add_to_cart_button:hover,
body.page-id-2751 .elementor-2751 section.wpr-grid .wpr-grid-item-add-to-cart a.wpr-button:hover,
body.post-type-archive-product.woocommerce-shop .elementor-351 section.wpr-grid .wpr-grid-item-add-to-cart .button:hover,
body.post-type-archive-product.woocommerce-shop .elementor-351 section.wpr-grid .wpr-grid-item-add-to-cart .add_to_cart_button:hover,
body.post-type-archive-product.woocommerce-shop .elementor-351 section.wpr-grid .wpr-grid-item-add-to-cart a.wpr-button:hover,
body.tax-product_cat.woocommerce-page .elementor-351 section.wpr-grid .wpr-grid-item-add-to-cart .button:hover,
body.tax-product_cat.woocommerce-page .elementor-351 section.wpr-grid .wpr-grid-item-add-to-cart .add_to_cart_button:hover,
body.tax-product_cat.woocommerce-page .elementor-351 section.wpr-grid .wpr-grid-item-add-to-cart a.wpr-button:hover,
body.tax-product_tag.woocommerce-page .elementor-351 section.wpr-grid .wpr-grid-item-add-to-cart .button:hover,
body.tax-product_tag.woocommerce-page .elementor-351 section.wpr-grid .wpr-grid-item-add-to-cart .add_to_cart_button:hover,
body.tax-product_tag.woocommerce-page .elementor-351 section.wpr-grid .wpr-grid-item-add-to-cart a.wpr-button:hover {
	background: var(--rc-prod-accent-hover);
	border-color: var(--rc-prod-accent-hover);
	color: #fff;
}

/* Shop grid only — block WPR stick-last from stretching inner card */
body.post-type-archive-product.woocommerce-shop .elementor-351 .elementor-element-8ac9d69.wpr-grid-last-element-yes section.wpr-grid .wpr-grid-item-inner,
body.tax-product_cat.woocommerce-page .elementor-351 .elementor-element-8ac9d69.wpr-grid-last-element-yes section.wpr-grid .wpr-grid-item-inner,
body.tax-product_tag.woocommerce-page .elementor-351 .elementor-element-8ac9d69.wpr-grid-last-element-yes section.wpr-grid .wpr-grid-item-inner {
	height: auto !important;
}

body.post-type-archive-product.woocommerce-shop .elementor-351 .elementor-element-8ac9d69.wpr-grid-last-element-yes section.wpr-grid .wpr-grid-item-below-content > div:last-child,
body.tax-product_cat.woocommerce-page .elementor-351 .elementor-element-8ac9d69.wpr-grid-last-element-yes section.wpr-grid .wpr-grid-item-below-content > div:last-child,
body.tax-product_tag.woocommerce-page .elementor-351 .elementor-element-8ac9d69.wpr-grid-last-element-yes section.wpr-grid .wpr-grid-item-below-content > div:last-child {
	position: static;
	left: auto;
	right: auto;
	bottom: auto;
	margin-top: 14px;
}

/* ========================================================================== */
/* EAEL carousel — same unified card pattern                                  */
/* ========================================================================== */

body.page-id-2751 .elementor-2751 .eael-product-carousel,
body.post-type-archive-product.woocommerce-shop .elementor-351 .eael-product-carousel,
body.tax-product_cat.woocommerce-page .elementor-351 .eael-product-carousel,
body.tax-product_tag.woocommerce-page .elementor-351 .eael-product-carousel {
	display: flex;
	flex-direction: column;
	height: auto;
	padding: 0;
	overflow: hidden;
	background: var(--rc-prod-bg);
	border: 1px solid var(--rc-prod-border);
	border-radius: var(--rc-prod-radius);
	box-shadow: var(--rc-prod-shadow);
}

body.page-id-2751 .elementor-2751 .eael-product-carousel .product-image-wrap,
body.post-type-archive-product.woocommerce-shop .elementor-351 .eael-product-carousel .product-image-wrap,
body.tax-product_cat.woocommerce-page .elementor-351 .eael-product-carousel .product-image-wrap,
body.tax-product_tag.woocommerce-page .elementor-351 .eael-product-carousel .product-image-wrap {
	position: relative;
	flex-shrink: 0;
	background: var(--rc-prod-image-bg);
}

body.page-id-2751 .elementor-2751 .eael-product-carousel .product-image-wrap .image-wrap,
body.post-type-archive-product.woocommerce-shop .elementor-351 .eael-product-carousel .product-image-wrap .image-wrap,
body.tax-product_cat.woocommerce-page .elementor-351 .eael-product-carousel .product-image-wrap .image-wrap,
body.tax-product_tag.woocommerce-page .elementor-351 .eael-product-carousel .product-image-wrap .image-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	height: var(--rc-prod-image-h);
	padding: 12px 16px;
	box-sizing: border-box;
}

body.page-id-2751 .elementor-2751 .eael-product-carousel .product-image-wrap img,
body.post-type-archive-product.woocommerce-shop .elementor-351 .eael-product-carousel .product-image-wrap img,
body.tax-product_cat.woocommerce-page .elementor-351 .eael-product-carousel .product-image-wrap img,
body.tax-product_tag.woocommerce-page .elementor-351 .eael-product-carousel .product-image-wrap img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: calc(var(--rc-prod-image-h) - 24px);
	object-fit: contain;
}

body.page-id-2751 .elementor-2751 .eael-product-carousel .carousel-overlay,
body.post-type-archive-product.woocommerce-shop .elementor-351 .eael-product-carousel .carousel-overlay,
body.tax-product_cat.woocommerce-page .elementor-351 .eael-product-carousel .carousel-overlay,
body.tax-product_tag.woocommerce-page .elementor-351 .eael-product-carousel .carousel-overlay {
	display: none;
}

body.page-id-2751 .elementor-2751 .eael-product-carousel .product-overlay-content,
body.page-id-2751 .elementor-2751 .eael-product-carousel .product-details-wrap,
body.post-type-archive-product.woocommerce-shop .elementor-351 .eael-product-carousel .product-overlay-content,
body.post-type-archive-product.woocommerce-shop .elementor-351 .eael-product-carousel .product-details-wrap,
body.tax-product_cat.woocommerce-page .elementor-351 .eael-product-carousel .product-overlay-content,
body.tax-product_cat.woocommerce-page .elementor-351 .eael-product-carousel .product-details-wrap,
body.tax-product_tag.woocommerce-page .elementor-351 .eael-product-carousel .product-details-wrap,
body.tax-product_tag.woocommerce-page .elementor-351 .eael-product-carousel .product-overlay-content {
	display: flex;
	flex-direction: column;
	flex: 0 0 auto;
	padding: 16px 18px 18px;
}

body.page-id-2751 .elementor-2751 .eael-product-title h2,
body.post-type-archive-product.woocommerce-shop .elementor-351 .eael-product-title h2,
body.tax-product_cat.woocommerce-page .elementor-351 .eael-product-title h2,
body.tax-product_tag.woocommerce-page .elementor-351 .eael-product-title h2 {
	margin: 0 0 8px;
	font-size: var(--rc-prod-title);
	font-weight: 600;
	line-height: 1.4;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	color: var(--rc-prod-text);
}

body.page-id-2751 .elementor-2751 .eael-product-carousel .price,
body.post-type-archive-product.woocommerce-shop .elementor-351 .eael-product-carousel .price,
body.tax-product_cat.woocommerce-page .elementor-351 .eael-product-carousel .price,
body.tax-product_tag.woocommerce-page .elementor-351 .eael-product-carousel .price {
	margin: 0 0 14px;
	font-size: var(--rc-prod-price-size);
	font-weight: 700;
	color: var(--rc-prod-price);
}

body.page-id-2751 .elementor-2751 .eael-product-carousel .add-to-cart,
body.post-type-archive-product.woocommerce-shop .elementor-351 .eael-product-carousel .add-to-cart,
body.tax-product_cat.woocommerce-page .elementor-351 .eael-product-carousel .add-to-cart,
body.tax-product_tag.woocommerce-page .elementor-351 .eael-product-carousel .add-to-cart {
	margin-top: 0;
}

body.page-id-2751 .elementor-2751 .eael-product-carousel .add-to-cart .button,
body.page-id-2751 .elementor-2751 .eael-product-carousel .add-to-cart .add_to_cart_button,
body.post-type-archive-product.woocommerce-shop .elementor-351 .eael-product-carousel .add-to-cart .button,
body.post-type-archive-product.woocommerce-shop .elementor-351 .eael-product-carousel .add-to-cart .add_to_cart_button,
body.tax-product_cat.woocommerce-page .elementor-351 .eael-product-carousel .add-to-cart .button,
body.tax-product_cat.woocommerce-page .elementor-351 .eael-product-carousel .add-to-cart .add_to_cart_button,
body.tax-product_tag.woocommerce-page .elementor-351 .eael-product-carousel .add-to-cart .button,
body.tax-product_tag.woocommerce-page .elementor-351 .eael-product-carousel .add-to-cart .add_to_cart_button {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 44px;
	border-radius: 10px;
	background: var(--rc-prod-accent);
	border: 1px solid var(--rc-prod-accent);
	color: #fff;
	font-size: var(--rc-prod-btn-size);
	font-weight: 600;
	text-decoration: none;
}

body.page-id-2751 .elementor-2751 .eael-product-carousel .image-hover-wrap,
body.post-type-archive-product.woocommerce-shop .elementor-351 .eael-product-carousel .image-hover-wrap,
body.tax-product_cat.woocommerce-page .elementor-351 .eael-product-carousel .image-hover-wrap,
body.tax-product_tag.woocommerce-page .elementor-351 .eael-product-carousel .image-hover-wrap {
	position: absolute;
	top: 8px;
	right: 8px;
	z-index: 2;
}

body.page-id-2751 .elementor-2751 .eael-product-carousel .icons-wrap.box-style-list,
body.post-type-archive-product.woocommerce-shop .elementor-351 .eael-product-carousel .icons-wrap.box-style-list,
body.tax-product_cat.woocommerce-page .elementor-351 .eael-product-carousel .icons-wrap.box-style-list,
body.tax-product_tag.woocommerce-page .elementor-351 .eael-product-carousel .icons-wrap.box-style-list {
	display: flex;
	flex-direction: column;
	gap: 0.35rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

body.page-id-2751 .elementor-2751 .eael-product-carousel .icons-wrap.box-style-list a,
body.post-type-archive-product.woocommerce-shop .elementor-351 .eael-product-carousel .icons-wrap.box-style-list a,
body.tax-product_cat.woocommerce-page .elementor-351 .eael-product-carousel .icons-wrap.box-style-list a,
body.tax-product_tag.woocommerce-page .elementor-351 .eael-product-carousel .icons-wrap.box-style-list a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	border: 1px solid var(--rc-prod-border);
	border-radius: 999px;
	background: #fff;
	box-shadow: var(--rc-prod-shadow);
	font-size: 0;
	text-decoration: none;
}

body.page-id-2751 .elementor-2751 .eael-product-carousel .icons-wrap.box-style-list a i,
body.post-type-archive-product.woocommerce-shop .elementor-351 .eael-product-carousel .icons-wrap.box-style-list a i,
body.tax-product_cat.woocommerce-page .elementor-351 .eael-product-carousel .icons-wrap.box-style-list a i,
body.tax-product_tag.woocommerce-page .elementor-351 .eael-product-carousel .icons-wrap.box-style-list a i {
	font-size: 0.875rem;
}

/* ========================================================================== */
/* Responsive                                                                 */
/* ========================================================================== */

@media (max-width: 1024px) {
	body.page-id-2751 .elementor-2751 section.wpr-grid,
	body.page-id-2751 .elementor-2751 .eael-woo-product-carousel,
	body.post-type-archive-product.woocommerce-shop .elementor-351 section.wpr-grid,
	body.post-type-archive-product.woocommerce-shop .elementor-351 .eael-woo-product-carousel,
	body.tax-product_cat.woocommerce-page .elementor-351 section.wpr-grid,
	body.tax-product_cat.woocommerce-page .elementor-351 .eael-woo-product-carousel,
	body.tax-product_tag.woocommerce-page .elementor-351 section.wpr-grid,
	body.tax-product_tag.woocommerce-page .elementor-351 .eael-woo-product-carousel {
		--rc-prod-image-h: clamp(180px, 22vw, 200px);
		--rc-prod-title: 1.0625rem;
		--rc-prod-price-size: 1.1875rem;
	}
}

@media (max-width: 767px) {
	body.page-id-2751 .elementor-2751 section.wpr-grid,
	body.page-id-2751 .elementor-2751 .eael-woo-product-carousel,
	body.post-type-archive-product.woocommerce-shop .elementor-351 section.wpr-grid,
	body.post-type-archive-product.woocommerce-shop .elementor-351 .eael-woo-product-carousel,
	body.tax-product_cat.woocommerce-page .elementor-351 section.wpr-grid,
	body.tax-product_cat.woocommerce-page .elementor-351 .eael-woo-product-carousel,
	body.tax-product_tag.woocommerce-page .elementor-351 section.wpr-grid,
	body.tax-product_tag.woocommerce-page .elementor-351 .eael-woo-product-carousel {
		--rc-prod-image-h: clamp(170px, 40vw, 190px);
		--rc-prod-title: 1rem;
		--rc-prod-price-size: 1.125rem;
		--rc-prod-btn-size: 0.875rem;
	}

	/* Shop grid — Step 12 mobile product cards */
	body.post-type-archive-product.woocommerce-shop .elementor-351 .elementor-element-8ac9d69 section.wpr-grid,
	body.tax-product_cat.woocommerce-page .elementor-351 .elementor-element-8ac9d69 section.wpr-grid,
	body.tax-product_tag.woocommerce-page .elementor-351 .elementor-element-8ac9d69 section.wpr-grid {
		--rc-prod-image-h: clamp(175px, 48vw, 200px);
		--rc-prod-radius: 15px;
	}

	body.post-type-archive-product.woocommerce-shop .elementor-351 .elementor-element-8ac9d69 section.wpr-grid .wpr-grid-item,
	body.tax-product_cat.woocommerce-page .elementor-351 .elementor-element-8ac9d69 section.wpr-grid .wpr-grid-item,
	body.tax-product_tag.woocommerce-page .elementor-351 .elementor-element-8ac9d69 section.wpr-grid .wpr-grid-item {
		padding: 0.25rem;
	}

	body.post-type-archive-product.woocommerce-shop .elementor-351 .elementor-element-8ac9d69 section.wpr-grid .wpr-grid-image-wrap,
	body.tax-product_cat.woocommerce-page .elementor-351 .elementor-element-8ac9d69 section.wpr-grid .wpr-grid-image-wrap,
	body.tax-product_tag.woocommerce-page .elementor-351 .elementor-element-8ac9d69 section.wpr-grid .wpr-grid-image-wrap {
		padding: 10px 14px;
	}

	body.post-type-archive-product.woocommerce-shop .elementor-351 .elementor-element-8ac9d69 section.wpr-grid .wpr-grid-item-below-content,
	body.tax-product_cat.woocommerce-page .elementor-351 .elementor-element-8ac9d69 section.wpr-grid .wpr-grid-item-below-content,
	body.tax-product_tag.woocommerce-page .elementor-351 .elementor-element-8ac9d69 section.wpr-grid .wpr-grid-item-below-content {
		padding: 14px 16px 16px;
	}

	body.page-id-2751 .elementor-2751 section.wpr-grid .wpr-grid-item-add-to-cart .button,
	body.page-id-2751 .elementor-2751 section.wpr-grid .wpr-grid-item-add-to-cart .add_to_cart_button,
	body.page-id-2751 .elementor-2751 section.wpr-grid .wpr-grid-item-add-to-cart a.wpr-button,
	body.post-type-archive-product.woocommerce-shop .elementor-351 section.wpr-grid .wpr-grid-item-add-to-cart .button,
	body.post-type-archive-product.woocommerce-shop .elementor-351 section.wpr-grid .wpr-grid-item-add-to-cart .add_to_cart_button,
	body.post-type-archive-product.woocommerce-shop .elementor-351 section.wpr-grid .wpr-grid-item-add-to-cart a.wpr-button,
	body.tax-product_cat.woocommerce-page .elementor-351 section.wpr-grid .wpr-grid-item-add-to-cart .button,
	body.tax-product_cat.woocommerce-page .elementor-351 section.wpr-grid .wpr-grid-item-add-to-cart .add_to_cart_button,
	body.tax-product_cat.woocommerce-page .elementor-351 section.wpr-grid .wpr-grid-item-add-to-cart a.wpr-button,
	body.tax-product_tag.woocommerce-page .elementor-351 section.wpr-grid .wpr-grid-item-add-to-cart .button,
	body.tax-product_tag.woocommerce-page .elementor-351 section.wpr-grid .wpr-grid-item-add-to-cart .add_to_cart_button,
	body.tax-product_tag.woocommerce-page .elementor-351 section.wpr-grid .wpr-grid-item-add-to-cart a.wpr-button,
	body.page-id-2751 .elementor-2751 .eael-product-carousel .add-to-cart .button,
	body.page-id-2751 .elementor-2751 .eael-product-carousel .add-to-cart .add_to_cart_button,
	body.post-type-archive-product.woocommerce-shop .elementor-351 .eael-product-carousel .add-to-cart .button,
	body.post-type-archive-product.woocommerce-shop .elementor-351 .eael-product-carousel .add-to-cart .add_to_cart_button,
	body.tax-product_cat.woocommerce-page .elementor-351 .eael-product-carousel .add-to-cart .button,
	body.tax-product_cat.woocommerce-page .elementor-351 .eael-product-carousel .add-to-cart .add_to_cart_button,
	body.tax-product_tag.woocommerce-page .elementor-351 .eael-product-carousel .add-to-cart .button,
	body.tax-product_tag.woocommerce-page .elementor-351 .eael-product-carousel .add-to-cart .add_to_cart_button {
		min-height: 42px;
	}

	body.page-id-2751 .elementor-2751 section.wpr-grid .wpr-grid-item-below-content,
	body.page-id-2751 .elementor-2751 .eael-product-carousel .product-overlay-content,
	body.post-type-archive-product.woocommerce-shop .elementor-351 section.wpr-grid .wpr-grid-item-below-content,
	body.post-type-archive-product.woocommerce-shop .elementor-351 .eael-product-carousel .product-overlay-content,
	body.tax-product_cat.woocommerce-page .elementor-351 section.wpr-grid .wpr-grid-item-below-content,
	body.tax-product_cat.woocommerce-page .elementor-351 .eael-product-carousel .product-overlay-content,
	body.tax-product_tag.woocommerce-page .elementor-351 section.wpr-grid .wpr-grid-item-below-content,
	body.tax-product_tag.woocommerce-page .elementor-351 .eael-product-carousel .product-overlay-content {
		padding: 14px 16px 16px;
	}
}
