/*
Theme Name: Technorama Modern
Theme URI: https://techni.co.il/
Description: A modern RTL-first WooCommerce child theme for Technorama, built on Martfury.
Author: Technorama
Version: 1.1.4
Template: martfury
Text Domain: technorama-modern
Requires at least: 6.4
Requires PHP: 7.4
License: Proprietary - for techni.co.il
*/

/*
 * Technorama Modern
 * -----------------
 * All selectors are scoped with the child-theme body class so switching back
 * to Martfury removes the visual layer immediately.
 */

:root {
	--tm-primary: #103c73;
	--tm-primary-strong: #082a52;
	--tm-primary-soft: #eaf2fb;
	--tm-action: #2f6fad;
	--tm-action-strong: #1e568e;
	--tm-accent: #8ab7e4;
	--tm-ink: #14233b;
	--tm-muted: #5c6d82;
	--tm-line: #dfe6ef;
	--tm-surface: #f4f7fb;
	--tm-card: #ffffff;
	--tm-danger: #174f86;
	--tm-radius-sm: 10px;
	--tm-radius: 16px;
	--tm-radius-lg: 24px;
	--tm-shadow-sm: 0 6px 22px rgba(14, 44, 79, 0.08);
	--tm-shadow: 0 16px 40px rgba(14, 44, 79, 0.12);
	--tm-font: Arial, "Noto Sans Hebrew", "Segoe UI", sans-serif;
	--tm-layout-max: 1600px;
	--tm-layout-gutter: clamp(16px, 2.4vw, 44px);
}

body.technorama-modern {
	background: var(--tm-surface);
	color: var(--tm-ink);
	font-family: var(--tm-font);
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

/*
 * The existing Custom HTML topbar adds 118px to both html and body. That
 * doubles the offset and leaves a large empty area above the Martfury header.
 * In this child theme the topbar remains in the normal document flow, so no
 * global compensation is needed.
 */
html:has(> body.technorama-modern),
html.tm-js,
body.technorama-modern {
	padding-top: 0 !important;
}

.technorama-modern .kth-topbar-fixed {
	position: static !important;
	inset: auto !important;
	width: 100% !important;
	margin: 0 !important;
}

/* The Custom HTML contact widget adds page padding and sits inside Martfury's
 * padded widget wrapper. Reset both layers so the bar touches the header. */
.technorama-modern.tm-has-contact-topbar #topbar,
.technorama-modern #topbar:has(.kth-topbar-fixed),
.technorama-modern.tm-has-contact-topbar #topbar :where(.container, .martfury-container, .row, .topbar-row, .topbar-sidebar, .topbar-mobile, .widget, .textwidget),
.technorama-modern #topbar:has(.kth-topbar-fixed) :where(.container, .martfury-container, .row, .topbar-row, .topbar-sidebar, .topbar-mobile, .widget, .textwidget) {
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
}

.technorama-modern.tm-has-contact-topbar #topbar .widget::after,
.technorama-modern #topbar:has(.kth-topbar-fixed) .widget::after {
	display: none !important;
}

@media (min-width: 992px) {
	.technorama-modern #topbar:has(.topbar-mobile .kth-topbar-fixed) {
		display: none;
	}
}

.technorama-modern *,
.technorama-modern *::before,
.technorama-modern *::after {
	box-sizing: border-box;
}

.technorama-modern a {
	color: var(--tm-primary);
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

.technorama-modern a:hover {
	color: var(--tm-primary-strong);
}

.technorama-modern :where(a, button, input, select, textarea):focus-visible {
	outline: 3px solid color-mix(in srgb, var(--tm-primary) 42%, white);
	outline-offset: 3px;
}

.technorama-modern img {
	max-width: 100%;
	height: auto;
}

.technorama-modern .site-content {
	min-height: 60vh;
}

/*
 * One horizontal rhythm for the parent theme, WooCommerce and Elementor.
 * Martfury defaults to a 1170px Bootstrap container while several Elementor
 * sections use different boxed widths. On wide screens that makes blocks jump
 * between the middle and one side. All principal layers now share one wide,
 * configurable canvas.
 */
@media (min-width: 992px) {
	.technorama-modern :where(.site-header, .site-content, .page-header, .page-header-catalog, .page-header-page, .site-footer) :where(.container, .martfury-container),
	.technorama-modern .tm-category-menu__inner,
	.technorama-modern .tm-trust-strip__inner {
		width: min(var(--tm-layout-max), calc(100% - (var(--tm-layout-gutter) * 2))) !important;
		max-width: var(--tm-layout-max) !important;
		margin-inline: auto !important;
	}

	.technorama-modern .elementor-section.elementor-section-boxed > .elementor-container,
	.technorama-modern .e-con.e-con-boxed > .e-con-inner {
		width: min(var(--tm-layout-max), calc(100% - (var(--tm-layout-gutter) * 2))) !important;
		max-width: var(--tm-layout-max) !important;
		margin-inline: auto !important;
	}
}

/* Expand the shop when Martfury renders an empty 25% sidebar. The JS class is
 * a compatibility fallback; :has() prevents the narrow flash in modern browsers. */
.technorama-modern.tm-wide-content .site-content .content-area,
.technorama-modern.woocommerce .site-content:has(.catalog-sidebar:not(:has(.widget))) .content-area,
.technorama-modern.woocommerce-page .site-content:has(.catalog-sidebar:not(:has(.widget))) .content-area,
.technorama-modern .site-content:has(.primary-sidebar:not(:has(.widget))) .content-area {
	float: none !important;
	width: 100% !important;
	max-width: none !important;
	margin-inline: 0 !important;
}

.technorama-modern.tm-wide-content .site-content :where(.catalog-sidebar, .primary-sidebar, .widget-area),
.technorama-modern.woocommerce .site-content .catalog-sidebar:not(:has(.widget)),
.technorama-modern.woocommerce-page .site-content .catalog-sidebar:not(:has(.widget)),
.technorama-modern .site-content .primary-sidebar:not(:has(.widget)) {
	display: none !important;
}

.technorama-modern .elementor-widget-google_maps,
.technorama-modern .elementor-widget-google_maps .elementor-widget-container,
.technorama-modern .elementor-widget-google_maps iframe,
.technorama-modern .tm-home-reviews,
.technorama-modern .tm-home-reviews > .elementor-container {
	width: 100% !important;
}

/* True horizontal centering. Parent-theme rows and product widgets can retain
 * RTL floats or a reserved category/sidebar column even after becoming wide. */
.technorama-modern .site-content > :where(.container, .martfury-container),
.technorama-modern .page-header > :where(.container, .martfury-container),
.technorama-modern .elementor-section.elementor-section-boxed > .elementor-container,
.technorama-modern .e-con.e-con-boxed > .e-con-inner,
.technorama-modern .tm-home-products :where(.woocommerce, .mf-products-deals-grid, .products-content, .products-box, .products-wrapper, .products-list),
.technorama-modern .tm-home-reviews > .elementor-container {
	margin-inline: auto !important;
}

.technorama-modern.tm-wide-content .site-content > :where(.container, .martfury-container) > .row,
.technorama-modern.tm-wide-content .site-content .content-area,
.technorama-modern .tm-home-products :where(.woocommerce, .mf-products-deals-grid, .products-content, .products-box, .products-wrapper, .products-list),
.technorama-modern .tm-home-products :where(.woocommerce, .mf-products-deals-grid) ul.products {
	float: none !important;
	clear: both !important;
	width: 100% !important;
	max-width: 100% !important;
}

@media (min-width: 992px) {
	.technorama-modern.tm-wide-content.woocommerce ul.products:not(.slick-initialized),
	.technorama-modern.tm-wide-content.woocommerce-page ul.products:not(.slick-initialized) {
		display: grid !important;
		grid-template-columns: repeat(4, minmax(0, 1fr));
		gap: 22px;
		margin-inline: auto !important;
		padding: 0 !important;
	}

	.technorama-modern.tm-wide-content.woocommerce ul.products:not(.slick-initialized)::before,
	.technorama-modern.tm-wide-content.woocommerce ul.products:not(.slick-initialized)::after,
	.technorama-modern.tm-wide-content.woocommerce-page ul.products:not(.slick-initialized)::before,
	.technorama-modern.tm-wide-content.woocommerce-page ul.products:not(.slick-initialized)::after {
		display: none !important;
	}

	.technorama-modern.tm-wide-content.woocommerce ul.products:not(.slick-initialized) > li.product,
	.technorama-modern.tm-wide-content.woocommerce-page ul.products:not(.slick-initialized) > li.product {
		float: none !important;
		clear: none !important;
		width: auto !important;
		max-width: none !important;
		margin: 0 !important;
	}
}

.technorama-modern :where(.woocommerce-pagination, .navigation.pagination),
.technorama-modern .tm-home-reviews :where(h2, h3, .elementor-heading-title) {
	text-align: center;
}

/* Header and navigation */
.technorama-modern .site-header {
	position: relative;
	z-index: 100;
	background: var(--tm-card);
	border: 0;
	box-shadow: 0 1px 0 rgba(16, 60, 115, 0.09);
}

.technorama-modern .site-header .header-main,
.technorama-modern .site-header .header-main-wapper {
	background: var(--tm-card);
}

.technorama-modern .site-header .header-main {
	padding-block: 16px;
}

.technorama-modern .site-header .header-row {
	display: flex;
	align-items: center;
}

.technorama-modern .site-header .logo {
	margin: 0 !important;
}

.technorama-modern .site-header .site-logo {
	display: block;
	width: 160px !important;
	height: auto !important;
	max-width: 100% !important;
	max-height: none !important;
	object-fit: contain !important;
	filter: drop-shadow(0 4px 9px rgba(14, 44, 79, 0.08));
}

.technorama-modern .site-header.minimized .site-logo {
	width: 112px !important;
}

.technorama-modern .site-header .products-search,
.technorama-modern .site-header .aws-container .aws-search-form {
	border: 1px solid var(--tm-line);
	border-radius: 999px;
	background: #f8fafc;
	box-shadow: inset 0 1px 2px rgba(14, 44, 79, 0.03);
	overflow: visible;
}

.technorama-modern .site-header .products-search input,
.technorama-modern .site-header .aws-container .aws-search-field {
	min-height: 48px;
	background: transparent;
	border: 0;
	color: var(--tm-ink);
	font-size: 15px;
}

.technorama-modern .site-header .products-search button,
.technorama-modern .site-header .aws-container .aws-search-btn {
	min-width: 52px;
	border: 0;
	border-radius: 999px;
	background: var(--tm-primary);
	color: #fff;
}

.technorama-modern .site-header .products-search:focus-within,
.technorama-modern .site-header .aws-container .aws-search-form:focus-within {
	border-color: var(--tm-primary);
	box-shadow: 0 0 0 4px rgba(16, 60, 115, 0.10);
}

.technorama-modern .site-header .extras-menu > li > a,
.technorama-modern .site-header .extras-menu > li > span {
	color: var(--tm-ink);
}

.technorama-modern .site-header .extras-menu .mini-item-counter,
.technorama-modern .site-header .extras-menu .item-counter {
	background: var(--tm-action);
	color: #fff;
}

.technorama-modern .site-header .main-menu {
	background: linear-gradient(90deg, var(--tm-primary-strong), var(--tm-primary));
	border: 0;
}

.technorama-modern .site-header .main-menu .menu > li > a,
.technorama-modern .site-header .main-menu .menu-item > a,
.technorama-modern .site-header .main-menu .toggle-product-cats {
	color: #fff;
	font-weight: 700;
}

.technorama-modern .site-header .main-menu .menu > li > a:hover,
.technorama-modern .site-header .main-menu .menu > li.current-menu-item > a {
	color: #fff;
	background: rgba(255, 255, 255, 0.10);
}

.technorama-modern .site-header .main-menu .products-cats-menu {
	background: rgba(255, 255, 255, 0.11);
	border-inline: 1px solid rgba(255, 255, 255, 0.12);
}

/* Keep the category trigger white, but make the light dropdown readable. */
.technorama-modern .site-header .main-menu .products-cats-menu .cats-menu-title,
.technorama-modern .site-header .main-menu .products-cats-menu .cats-menu-title .text {
	color: #fff;
}

.technorama-modern .site-header .main-menu .products-cats-menu .toggle-product-cats,
.technorama-modern .site-header .main-menu .products-cats-menu .toggle-product-cats .menu {
	background: #fff;
	color: var(--tm-ink);
}

.technorama-modern .site-header .main-menu .products-cats-menu .toggle-product-cats .menu a,
.technorama-modern .site-header .main-menu .products-cats-menu .toggle-product-cats .menu-item > a,
.technorama-modern .site-header .main-menu .products-cats-menu .toggle-product-cats .menu > li > a {
	color: var(--tm-ink);
	font-weight: 700;
}

.technorama-modern .site-header .main-menu .products-cats-menu .toggle-product-cats .menu li:hover > a,
.technorama-modern .site-header .main-menu .products-cats-menu .toggle-product-cats .menu li.current-menu-item > a {
	background: var(--tm-primary-soft);
	color: var(--tm-primary-strong);
}

.technorama-modern .site-header.minimized,
.technorama-modern.tm-page-scrolled .site-header {
	box-shadow: 0 10px 30px rgba(7, 36, 70, 0.12);
}

/* Dynamic product category navigation */
.tm-category-menu {
	position: relative;
	z-index: 85;
	background: #fff;
	border-block-end: 1px solid var(--tm-line);
	box-shadow: 0 5px 18px rgba(7, 36, 70, 0.04);
}

.tm-category-menu__inner {
	position: relative;
	z-index: 3;
	display: flex;
	align-items: center;
	gap: 7px;
	max-width: var(--tm-layout-max);
	margin-inline: auto;
	padding: 10px 15px;
	overflow-x: auto;
	overscroll-behavior-inline: contain;
	scroll-behavior: smooth;
	scroll-snap-type: inline proximity;
	scrollbar-width: none;
}

.tm-category-menu__toggle {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	gap: 9px;
	min-height: 38px;
	padding: 8px 15px;
	border: 1px solid var(--tm-primary-strong);
	border-radius: 10px;
	background: var(--tm-primary-strong);
	color: #fff;
	font-size: 13px;
	font-weight: 800;
	line-height: 1.15;
	white-space: nowrap;
	box-shadow: none;
}

.tm-category-menu__toggle:hover,
.tm-category-menu__toggle:focus-visible,
.tm-category-menu.is-open .tm-category-menu__toggle {
	border-color: var(--tm-primary);
	background: var(--tm-primary);
	color: #fff;
}

.tm-category-menu__toggle-icon {
	display: grid;
	gap: 3px;
	width: 17px;
}

.tm-category-menu__toggle-icon span {
	display: block;
	width: 100%;
	height: 2px;
	border-radius: 2px;
	background: currentColor;
}

.tm-category-menu__inner::-webkit-scrollbar {
	display: none;
}

.tm-category-menu__item {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	min-height: 38px;
	padding: 8px 14px;
	border: 1px solid #d8e4f1;
	border-radius: 999px;
	background: #f7fafe;
	color: var(--tm-ink) !important;
	font-size: 13px;
	font-weight: 750;
	line-height: 1.15;
	text-decoration: none !important;
	white-space: nowrap;
	scroll-snap-align: start;
	transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.tm-category-menu__item--all {
	border-color: var(--tm-primary-strong);
	background: var(--tm-primary-strong);
	color: #fff !important;
}

.tm-category-menu__item:hover,
.tm-category-menu__item:focus-visible,
.tm-category-menu__item.is-current {
	border-color: var(--tm-primary);
	background: var(--tm-primary);
	color: #fff !important;
	transform: translateY(-1px);
}

.tm-category-menu__backdrop {
	position: fixed;
	inset: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: rgba(8, 42, 82, 0.28);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity 180ms ease, visibility 180ms ease;
}

.tm-category-drawer {
	position: absolute;
	inset-block-start: 100%;
	inset-inline-end: max(15px, calc((100vw - var(--tm-layout-max)) / 2 + 15px));
	z-index: 4;
	width: min(370px, calc(100vw - 30px));
	max-height: min(680px, calc(100vh - 150px));
	padding: 0 16px 18px;
	overflow-y: auto;
	border: 1px solid #d5e2ef;
	border-radius: 0 0 18px 18px;
	background: #fff;
	box-shadow: 0 24px 55px rgba(7, 36, 70, 0.2);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transform: translateX(18px);
	transform-origin: top right;
	transition: opacity 180ms ease, visibility 180ms ease, transform 180ms ease;
}

.tm-category-menu.is-open .tm-category-menu__backdrop,
.tm-category-menu.is-open .tm-category-drawer {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.tm-category-menu.is-open .tm-category-drawer {
	transform: translateX(0);
}

.tm-category-drawer__header {
	position: sticky;
	inset-block-start: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 15px;
	z-index: 2;
	margin-inline: -16px;
	padding: 17px 18px;
	border-block-end: 1px solid #dce7f2;
	background: #f4f8fd;
}

.tm-category-drawer__header > div {
	display: grid;
	gap: 3px;
}

.tm-category-drawer__header strong {
	color: var(--tm-primary-strong);
	font-size: 18px;
	font-weight: 850;
}

.tm-category-drawer__header span {
	color: var(--tm-muted);
	font-size: 12px;
}

.tm-category-drawer__close {
	display: inline-grid;
	place-items: center;
	flex: 0 0 36px;
	width: 36px;
	height: 36px;
	padding: 0;
	border: 1px solid #d4e1ef;
	border-radius: 50%;
	background: #fff;
	color: var(--tm-primary-strong);
	font-size: 28px;
	font-weight: 400;
	line-height: 1;
	box-shadow: none;
}

.tm-category-drawer__shop-link {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 44px;
	margin-block: 14px 8px;
	padding: 10px 14px;
	border-radius: 10px;
	background: var(--tm-primary-strong);
	color: #fff !important;
	font-size: 14px;
	font-weight: 800;
	text-decoration: none !important;
}

.tm-category-drawer__shop-link::after {
	content: "←";
	font-size: 18px;
}

.tm-category-drawer__tree,
.tm-category-drawer__tree ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.tm-category-drawer__tree > li {
	border-block-end: 1px solid #e5edf5;
}

.tm-category-drawer__tree li > a {
	display: flex;
	align-items: center;
	min-height: 43px;
	padding: 9px 10px;
	border-radius: 8px;
	color: var(--tm-ink) !important;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.3;
	text-decoration: none !important;
}

.tm-category-drawer__tree li > a:hover,
.tm-category-drawer__tree li > a:focus-visible,
.tm-category-drawer__tree .current-cat > a,
.tm-category-drawer__tree .current-cat-parent > a {
	background: var(--tm-primary-soft);
	color: var(--tm-primary-strong) !important;
}

.tm-category-drawer__tree .children {
	margin-block-end: 8px;
	margin-inline-start: 15px;
	padding-inline-start: 8px;
	border-inline-start: 2px solid #d7e5f3;
}

.tm-category-drawer__tree .children li > a {
	min-height: 36px;
	padding-block: 7px;
	color: var(--tm-muted) !important;
	font-size: 12px;
	font-weight: 650;
}

/* Trust strip */
.tm-trust-strip {
	position: relative;
	z-index: 80;
	background: #edf5fd;
	border-block-end: 1px solid #d4e4f5;
	color: var(--tm-ink);
}

.tm-trust-strip__inner {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1px;
	max-width: var(--tm-layout-max);
	margin-inline: auto;
	padding-inline: 15px;
}

.tm-trust-strip__item {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 48px;
	padding: 8px 18px;
	font-size: 14px;
	font-weight: 700;
	text-align: center;
	text-decoration: none;
	transition: background-color 160ms ease, color 160ms ease;
}

.tm-trust-strip__item + .tm-trust-strip__item {
	border-inline-start: 1px solid #d4e4f5;
}

.tm-trust-strip__icon {
	display: inline-grid;
	place-items: center;
	flex: 0 0 28px;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: #fff;
	color: var(--tm-action);
	box-shadow: 0 2px 8px rgba(47, 111, 173, 0.12);
}

.tm-trust-strip svg {
	width: 16px;
	height: 16px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2;
}

.tm-trust-strip a {
	color: inherit;
}

.tm-trust-strip__item:hover,
.tm-trust-strip__item:focus-visible {
	background: #e2eefb;
	color: var(--tm-primary-strong);
}

.tm-trust-strip__pagination {
	display: none;
}

/* Page headers and breadcrumbs */
.technorama-modern .page-header,
.technorama-modern .page-header-catalog,
.technorama-modern .page-header-page {
	background: linear-gradient(180deg, #eaf2fb, #f8fafc) !important;
	border-block: 1px solid var(--tm-line);
}

.technorama-modern .page-header .page-title,
.technorama-modern .page-header h1 {
	color: var(--tm-ink) !important;
	font-weight: 800;
	letter-spacing: -0.02em;
}

.technorama-modern .site-breadcrumb,
.technorama-modern .woocommerce-breadcrumb {
	color: var(--tm-muted);
	font-size: 13px;
}

/* Product archive and cards */
.technorama-modern.woocommerce .site-content,
.technorama-modern.woocommerce-page .site-content {
	padding-block-end: 44px;
}

.technorama-modern ul.products li.product {
	position: relative;
	display: flex;
	height: auto;
	min-width: 0;
	align-self: stretch;
}

.technorama-modern ul.products li.product .product-inner {
	display: flex;
	height: 100%;
	min-width: 0;
	flex-direction: column;
	overflow: hidden;
	border: 1px solid var(--tm-line);
	border-radius: var(--tm-radius);
	background: var(--tm-card);
	box-shadow: var(--tm-shadow-sm);
	transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.technorama-modern ul.products li.product:hover .product-inner {
	transform: translateY(-4px);
	border-color: #c6d6e9;
	box-shadow: var(--tm-shadow);
}

.technorama-modern ul.products li.product .product-content,
.technorama-modern ul.products li.product .mf-product-content,
.technorama-modern ul.products li.product .mf-product-details {
	display: flex;
	flex: 1;
	min-width: 0;
	min-height: 0;
	flex-direction: column;
}

.technorama-modern ul.products li.product .product-inner > .mf-product-details,
.technorama-modern ul.products li.product .product-inner > .product-content,
.technorama-modern ul.products li.product .product-inner > .mf-product-content {
	order: 2;
}

.technorama-modern ul.products li.product .mf-product-details > .mf-product-content,
.technorama-modern ul.products li.product .mf-product-details > .product-content {
	order: 1;
}

.technorama-modern ul.products li.product .mf-product-content > :where(.woocommerce-loop-product__title, .woo-loop-product__title, h2, h3) {
	order: 1;
}

.technorama-modern ul.products li.product .mf-product-content > .star-rating {
	order: 2;
}

.technorama-modern ul.products li.product .mf-product-content > .tm-product-excerpt {
	order: 3;
}

.technorama-modern ul.products li.product .mf-product-content > .tm-product-sku {
	order: 4;
}

.technorama-modern ul.products li.product .mf-product-details > .mf-product-price-box {
	order: 2;
}

.technorama-modern ul.products li.product .mf-product-details > :where(.footer-button, .tm-loop-purchase) {
	order: 3;
	margin-block-start: auto;
}

.technorama-modern ul.products li.product .mf-product-thumbnail,
.technorama-modern ul.products li.product .product-thumbnail,
.technorama-modern ul.products li.product > a:first-child {
	position: relative;
	order: 1;
	overflow: hidden;
	background: #fff;
}

.technorama-modern ul.products li.product .product-inner > .woo-loop-product__title,
.technorama-modern ul.products li.product .product-inner > .woocommerce-loop-product__title {
	order: 2;
}

.technorama-modern ul.products li.product .product-inner > .star-rating,
.technorama-modern ul.products li.product .product-inner > .tm-product-sku,
.technorama-modern ul.products li.product .product-inner > .tm-product-excerpt {
	order: 3;
}

.technorama-modern ul.products li.product .product-inner > .price {
	order: 4;
}

.technorama-modern ul.products li.product .product-inner > :where(.button, .added_to_cart, .tm-loop-purchase) {
	order: 5;
}

.technorama-modern ul.products li.product img {
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: contain;
	padding: 14px;
	transition: transform 220ms ease;
}

.technorama-modern ul.products li.product:hover img {
	transform: scale(1.035);
}

.technorama-modern ul.products li.product .woocommerce-loop-product__title,
.technorama-modern ul.products li.product .woo-loop-product__title,
.technorama-modern ul.products li.product h2,
.technorama-modern ul.products li.product h3 {
	display: -webkit-box;
	order: 2;
	height: 4.25em;
	min-height: 4.25em;
	max-height: 4.25em;
	margin: 0 !important;
	padding: 0 16px;
	overflow: hidden;
	color: var(--tm-ink);
	font-size: 15px;
	font-weight: 700;
	line-height: 1.42;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.technorama-modern ul.products li.product .tm-product-sku {
	order: 3;
	margin: 8px 16px 0;
	color: var(--tm-muted);
	font-size: 12px;
}

.technorama-modern ul.products li.product .tm-product-excerpt {
	display: -webkit-box;
	order: 3;
	height: 4.35em;
	min-height: 4.35em;
	max-height: 4.35em;
	margin: 8px 16px 0;
	overflow: hidden;
	color: var(--tm-muted);
	font-size: 13px;
	font-weight: 500;
	line-height: 1.45;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.technorama-modern ul.products li.product .tm-product-excerpt--empty {
	visibility: hidden;
}

.technorama-modern ul.products li.product .price {
	order: 4;
	display: block;
	margin: auto 16px 12px;
	padding-block-start: 14px;
	color: var(--tm-primary);
	font-size: 20px;
	font-weight: 800;
}

.technorama-modern ul.products li.product .price .woocommerce-price-suffix {
	display: block;
	margin-block-start: 3px;
	color: var(--tm-muted);
	font-size: 10px;
	font-weight: 500;
}

.technorama-modern ul.products li.product .price del {
	color: #8b98aa;
	font-size: 13px;
	font-weight: 500;
}

.technorama-modern ul.products li.product .price ins {
	color: var(--tm-primary);
	text-decoration: none;
}

.technorama-modern ul.products li.product .button,
.technorama-modern ul.products li.product .added_to_cart {
	min-height: 44px;
	padding: 10px 14px;
	border: 0;
	border-radius: 11px;
	background: #2f6fad !important;
	color: #fff !important;
	-webkit-text-fill-color: #fff;
	font-size: 14px;
	font-weight: 800;
	text-align: center;
}

.technorama-modern ul.products li.product .mf-product-details-hover {
	order: 5;
}

/*
 * Martfury swaps the normal details for its hover panel below 768px. Keep the
 * duplicate panel out of the desktop homepage, but never hide the only mobile
 * copy of the product title, description and price.
 */
@media (min-width: 768px) {
	.technorama-modern.home ul.products li.product .mf-product-details-hover {
		display: none !important;
	}
}

@media (max-width: 767px) {
	.technorama-modern.home ul.products li.product .mf-product-details-hover {
		position: static !important;
		z-index: auto;
		order: 1;
		display: flex !important;
		width: 100%;
		min-height: 0;
		padding: 0 !important;
		border: 0 !important;
		background: transparent !important;
		opacity: 1 !important;
		visibility: visible !important;
		pointer-events: auto;
		transform: none !important;
		flex: 1;
		flex-direction: column;
	}

	.technorama-modern.home ul.products li.product .mf-product-details-hover :where(.woo-loop-product__title, .woocommerce-loop-product__title, h2, h3) {
		order: 1;
	}

	.technorama-modern.home ul.products li.product .mf-product-details-hover .tm-product-excerpt {
		order: 2;
	}

	.technorama-modern.home ul.products li.product .mf-product-details-hover .price {
		order: 3;
	}

	.technorama-modern.home ul.products li.product .mf-product-details-hover :where(.button, .added_to_cart) {
		display: none !important;
	}

	/* Widgets explicitly configured without hover already expose their normal details. */
	.technorama-modern.home.product_loop-no-hover ul.products li.product .mf-product-details-hover,
	.technorama-modern.home .product_loop-no-hover ul.products li.product .mf-product-details-hover {
		display: none !important;
	}
}

.technorama-modern ul.products li.product .tm-loop-purchase {
	order: 5;
	margin-block-start: auto;
	padding: 0 16px 16px;
}

.technorama-modern ul.products li.product .tm-loop-purchase .button,
.technorama-modern ul.products li.product .tm-loop-purchase .added_to_cart {
	display: block;
	width: 100%;
	margin: 0;
}

.technorama-modern ul.products li.product .button:hover,
.technorama-modern ul.products li.product .added_to_cart:hover {
	background: #1e568e !important;
	color: #fff !important;
}

.technorama-modern ul.products li.product .added_to_cart {
	background: #2f6fad !important;
	color: #fff !important;
}

/* Equal-height WooCommerce cards inside every Martfury/Slick carousel. */
.technorama-modern :where(.mf-products-carousel, .mf-products-top-carousel, .mf-products-tabs-carousel, .mf-product-deals-carousel, .related, .upsells) ul.products.slick-initialized .slick-track,
.technorama-modern ul.products.slick-initialized .slick-track {
	display: flex !important;
	align-items: stretch !important;
}

.technorama-modern :where(.mf-products-carousel, .mf-products-top-carousel, .mf-products-tabs-carousel, .mf-product-deals-carousel, .related, .upsells) ul.products.slick-initialized li.product.slick-slide,
.technorama-modern ul.products.slick-initialized li.product.slick-slide {
	display: flex !important;
	height: auto !important;
	align-self: stretch !important;
}

.technorama-modern :where(.mf-products-carousel, .mf-products-top-carousel, .mf-products-tabs-carousel, .mf-product-deals-carousel, .related, .upsells) ul.products.slick-initialized li.product .product-inner,
.technorama-modern ul.products.slick-initialized li.product .product-inner {
	width: 100%;
	height: 100% !important;
}

/* Existing Elementor CTA buttons must use the same blue/white palette. */
.technorama-modern.home .elementor-widget-button .elementor-button,
.technorama-modern.home .elementor-widget-button a.elementor-button,
.technorama-modern.home a.elementor-button {
	border-color: #2f6fad !important;
	background: #2f6fad !important;
	color: #fff !important;
	-webkit-text-fill-color: #fff;
}

.technorama-modern.home .elementor-widget-button .elementor-button:hover,
.technorama-modern.home .elementor-widget-button a.elementor-button:hover,
.technorama-modern.home a.elementor-button:hover {
	border-color: #1e568e !important;
	background: #1e568e !important;
	color: #fff !important;
}

.technorama-modern.shop-view-list ul.products li.product .product-inner {
	transform: none;
}

.technorama-modern ul.products li.product .onsale,
.technorama-modern span.onsale {
	inset-block-start: 12px;
	inset-inline-start: 12px;
	inset-inline-end: auto;
	min-width: auto;
	min-height: auto;
	padding: 6px 10px;
	border-radius: 999px;
	background: var(--tm-danger);
	color: #fff;
	font-size: 12px;
	font-weight: 800;
	line-height: 1.2;
}

.technorama-modern .woocommerce-ordering select,
.technorama-modern .catalog-sidebar select,
.technorama-modern .widget select {
	min-height: 44px;
	border: 1px solid var(--tm-line);
	border-radius: 10px;
	background: #fff;
	color: var(--tm-ink);
}

.technorama-modern .catalog-sidebar .widget,
.technorama-modern .primary-sidebar .widget {
	margin-block-end: 20px;
	padding: 20px;
	border: 1px solid var(--tm-line);
	border-radius: var(--tm-radius);
	background: #fff;
	box-shadow: var(--tm-shadow-sm);
}

.technorama-modern .widget .widget-title {
	color: var(--tm-ink);
	font-weight: 800;
}

/* Single product */
.technorama-modern.single-product .mf-product-detail {
	display: grid;
	grid-template-columns: minmax(0, 1.02fr) minmax(340px, 0.98fr);
	gap: clamp(24px, 4vw, 54px);
	align-items: start;
	margin-block: 28px;
	padding: clamp(18px, 3vw, 34px);
	border: 1px solid var(--tm-line);
	border-radius: var(--tm-radius-lg);
	background: #fff;
	box-shadow: var(--tm-shadow-sm);
}

.technorama-modern.single-product .mf-product-detail > .woocommerce-product-gallery,
.technorama-modern.single-product .mf-product-detail > .summary {
	float: none;
	width: auto;
	margin: 0;
}

.technorama-modern.single-product .woocommerce-product-gallery {
	overflow: hidden;
	border: 1px solid #edf1f6;
	border-radius: 18px;
	background: #fff;
}

.technorama-modern.single-product .woocommerce-product-gallery__image img {
	width: 100%;
	object-fit: contain;
}

.technorama-modern.single-product .summary .product_title {
	margin: 0 0 14px;
	color: var(--tm-ink);
	font-size: clamp(26px, 3vw, 38px);
	font-weight: 800;
	line-height: 1.25;
	letter-spacing: -0.025em;
}

.technorama-modern.single-product .summary .price {
	margin-block: 14px;
	color: var(--tm-primary);
	font-size: clamp(26px, 3vw, 34px);
	font-weight: 900;
}

.technorama-modern.single-product .summary .price del {
	color: #8491a2;
	font-size: 17px;
	font-weight: 500;
}

.technorama-modern.single-product .summary .price ins {
	color: var(--tm-primary);
	text-decoration: none;
}

.technorama-modern.single-product .woocommerce-product-details__short-description {
	color: #34465e;
	font-size: 15px;
	line-height: 1.75;
}

.technorama-modern.single-product .summary form.cart {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-block: 18px;
	padding-block: 18px;
	border-block: 1px solid var(--tm-line);
}

.technorama-modern.single-product .summary .quantity .qty {
	min-height: 50px;
	border: 1px solid var(--tm-line);
	border-radius: 11px;
}

.technorama-modern.single-product .summary .single_add_to_cart_button,
.technorama-modern .wc-proceed-to-checkout .checkout-button,
.technorama-modern .woocommerce-checkout-payment #place_order {
	min-height: 52px;
	padding: 12px 28px;
	border: 0;
	border-radius: 12px;
	background: var(--tm-action);
	color: #fff;
	font-size: 16px;
	font-weight: 800;
	box-shadow: 0 9px 20px rgba(47, 111, 173, 0.22);
}

.technorama-modern.single-product .summary .single_add_to_cart_button:hover,
.technorama-modern .wc-proceed-to-checkout .checkout-button:hover,
.technorama-modern .woocommerce-checkout-payment #place_order:hover {
	background: var(--tm-action-strong);
	color: #fff;
}

.technorama-modern.single-product .product_meta {
	padding: 14px 16px;
	border-radius: 12px;
	background: #f7f9fc;
	color: var(--tm-muted);
	font-size: 13px;
	line-height: 1.8;
}

/* Compatibility assistance */
.tm-compatibility-card {
	display: grid;
	grid-template-columns: 44px minmax(0, 1fr) auto;
	align-items: center;
	gap: 13px;
	margin-block: 16px;
	padding: 15px;
	border: 1px solid #cbdff3;
	border-radius: 14px;
	background: #eef5fc;
}

.tm-compatibility-card__icon {
	display: grid;
	place-items: center;
	width: 44px;
	height: 44px;
	border-radius: 13px;
	background: #fff;
	color: var(--tm-action);
	box-shadow: 0 5px 15px rgba(47, 111, 173, 0.12);
}

.tm-compatibility-card__icon svg {
	width: 23px;
	height: 23px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2;
}

.tm-compatibility-card strong,
.tm-compatibility-card span {
	display: block;
}

.tm-compatibility-card strong {
	margin-block-end: 3px;
	color: var(--tm-ink);
	font-size: 14px;
}

.tm-compatibility-card span {
	color: var(--tm-muted);
	font-size: 12px;
	line-height: 1.5;
}

.tm-compatibility-card__cta {
	padding: 9px 13px;
	border-radius: 9px;
	background: var(--tm-action);
	color: #fff !important;
	font-size: 13px;
	font-weight: 800;
	white-space: nowrap;
}

.tm-compatibility-card__cta:hover {
	background: var(--tm-action-strong);
}

/* Tabs, descriptions and recommendation blocks */
.technorama-modern.single-product .woocommerce-tabs,
.technorama-modern.single-product .related,
.technorama-modern.single-product .upsells,
.technorama-modern.single-product .mf-product-fbt,
.technorama-modern.single-product .technorama-btg {
	margin-block: 24px;
	padding: clamp(20px, 3vw, 30px);
	border: 1px solid var(--tm-line);
	border-radius: var(--tm-radius-lg);
	background: #fff;
	box-shadow: var(--tm-shadow-sm);
}

.technorama-modern.single-product .mf-product-summary {
	margin-block: 24px;
	display: flow-root;
}

.technorama-modern.single-product .woocommerce-tabs,
.technorama-modern.single-product .related,
.technorama-modern.single-product .upsells,
.technorama-modern.single-product .mf-product-fbt,
.technorama-modern.single-product .technorama-btg {
	margin: 24px 0 !important;
}

.technorama-modern.single-product .mf-product-summary > :first-child {
	margin-block-start: 0;
}

.technorama-modern .woocommerce-tabs ul.tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0 0 22px;
	padding: 0;
	border: 0;
}

.technorama-modern .woocommerce-tabs ul.tabs li {
	margin: 0;
	border: 0;
	border-radius: 999px;
	background: #eef3f8;
}

.technorama-modern .woocommerce-tabs ul.tabs li a {
	padding: 10px 16px;
	color: var(--tm-muted);
	font-weight: 700;
}

.technorama-modern .woocommerce-tabs ul.tabs li.active {
	background: var(--tm-primary);
}

.technorama-modern .woocommerce-tabs ul.tabs li.active a {
	color: #fff;
}

.technorama-modern :where(.related, .upsells, .mf-product-fbt, .technorama-btg) > h2,
.technorama-modern :where(.related, .upsells, .mf-product-fbt, .technorama-btg) > h3,
.technorama-modern .mf-product-fbt .fbt-title {
	margin: 0 0 22px;
	color: var(--tm-ink);
	font-size: clamp(22px, 2.5vw, 30px);
	font-weight: 800;
}

.technorama-modern .mf-product-fbt .products {
	display: flex !important;
	gap: 16px;
}

.technorama-modern .mf-product-fbt .products li.product {
	min-width: 145px;
	border: 1px solid var(--tm-line);
	border-radius: 14px;
}

.technorama-modern .mf-product-fbt .products-list {
	padding: 16px;
	border-radius: 12px;
	background: #f7f9fc;
}

.technorama-modern .mf-product-fbt .btn-primary,
.technorama-modern .technorama-btg button {
	border: 0;
	border-radius: 11px;
	background: var(--tm-action);
	color: #fff;
	font-weight: 800;
}

.technorama-modern .technorama-shipping-note {
	border: 1px solid #d6e4f4;
	border-radius: 12px;
	background: var(--tm-primary-soft);
	color: var(--tm-ink);
}

/* Fallback for third-party bought-together output that still appears inside
 * the narrow summary column. The PHP integration normally moves it below. */
.technorama-modern .summary .technorama-btg__items {
	grid-template-columns: 1fr !important;
}

.technorama-modern .summary .technorama-btg__plus {
	height: 24px;
}

.technorama-modern .summary .technorama-btg__item {
	grid-template-columns: 82px minmax(0, 1fr) !important;
}

.technorama-modern .summary .technorama-btg__image img {
	width: 82px !important;
	height: 82px !important;
}

/* Forms, cart and checkout */
.technorama-modern :where(input.input-text, textarea, select) {
	border: 1px solid var(--tm-line);
	border-radius: 10px;
	background: #fff;
	color: var(--tm-ink);
}

.technorama-modern :where(input.input-text, select) {
	min-height: 46px;
}

.technorama-modern .woocommerce-form,
.technorama-modern .woocommerce-cart-form,
.technorama-modern .cart-collaterals,
.technorama-modern .woocommerce-checkout-review-order,
.technorama-modern .woocommerce-checkout .col2-set,
.technorama-modern .woocommerce-MyAccount-content {
	padding: clamp(18px, 3vw, 28px);
	border: 1px solid var(--tm-line);
	border-radius: var(--tm-radius);
	background: #fff;
	box-shadow: var(--tm-shadow-sm);
}

.technorama-modern table.shop_table {
	overflow: hidden;
	border: 1px solid var(--tm-line);
	border-radius: 12px;
	background: #fff;
}

.technorama-modern .woocommerce-message,
.technorama-modern .woocommerce-info,
.technorama-modern .woocommerce-error {
	padding: 15px 18px;
	border: 1px solid var(--tm-line);
	border-inline-start: 4px solid var(--tm-primary);
	border-radius: 12px;
	background: #fff;
	box-shadow: var(--tm-shadow-sm);
}

.technorama-modern .woocommerce-error {
	border-inline-start-color: var(--tm-danger);
}

/* Footer */
.technorama-modern .site-footer {
	margin-block-start: 50px;
	background: var(--tm-primary-strong);
	color: rgba(255, 255, 255, 0.78);
}

.technorama-modern .site-footer .footer-layout {
	padding-block-start: 46px;
	background:
		radial-gradient(circle at 12% 0, rgba(31, 124, 207, 0.22), transparent 34%),
		linear-gradient(135deg, #071e3a, var(--tm-primary-strong)) !important;
	color: rgba(255, 255, 255, 0.78);
}

.technorama-modern .site-footer .footer-content {
	padding-block: 0 34px;
}

.technorama-modern .site-footer .footer-widgets {
	display: grid !important;
	grid-template-columns: minmax(0, 2.1fr) minmax(230px, 0.9fr);
	gap: clamp(36px, 6vw, 84px);
	background: transparent;
}

.technorama-modern .site-footer .footer-sidebar:empty {
	display: none;
}

.technorama-modern .site-footer .footer-sidebar:not(:has(.widget)) {
	display: none;
}

.technorama-modern .site-footer .footer-sidebar {
	float: none !important;
	width: auto !important;
	min-width: 0;
	padding: 0 !important;
}

.technorama-modern .site-footer .footer-sidebar .widget {
	margin: 0;
	padding: 0;
	background: transparent;
}

.technorama-modern .site-footer .widget_nav_menu .menu {
	column-count: 3;
	column-gap: 28px;
	margin: 0;
	padding: 0;
}

.technorama-modern .site-footer .widget_nav_menu .menu li {
	break-inside: avoid;
	margin: 0 0 9px;
	padding: 0;
	border: 0;
}

.technorama-modern .site-footer .widget_nav_menu .menu a {
	display: inline-block;
	font-size: 13px;
	line-height: 1.45;
}

.technorama-modern .site-footer .social-links-list {
	display: flex;
	gap: 10px;
}

.technorama-modern .site-footer .social-links-list a {
	display: grid;
	place-items: center;
	width: 42px;
	height: 42px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.08);
}

.technorama-modern .site-footer .footer-bottom {
	padding-block: 24px;
	border-block-start: 1px solid rgba(255, 255, 255, 0.13);
}

.technorama-modern .site-footer .footer-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.technorama-modern .site-footer .footer-copyright,
.technorama-modern .site-footer .footer-payments {
	color: rgba(255, 255, 255, 0.72);
}

.technorama-modern .site-footer .footer-payments {
	display: flex;
	align-items: center;
	gap: 14px;
}

.technorama-modern .site-footer .footer-payments img[src=""] {
	display: none;
}

.technorama-modern .site-footer .footer-payments img {
	max-height: 34px;
	width: auto;
	border-radius: 6px;
}

.technorama-modern .site-footer :where(h2, h3, h4, .widget-title) {
	margin: 0 0 18px;
	color: #fff !important;
	font-size: 18px;
	font-weight: 800;
}

.technorama-modern .site-footer a {
	color: rgba(255, 255, 255, 0.80) !important;
}

.technorama-modern .site-footer a:hover {
	color: #fff !important;
}

.technorama-modern .site-footer .social-links-list :where(svg, path) {
	fill: currentColor;
}

/* Mobile bottom actions */
.tm-mobile-actions {
	display: none;
}

/* Responsive */
@media (max-width: 991px) {
	.technorama-modern .site-header .header-main {
		padding-block: 10px;
	}

	.technorama-modern .site-header .mobile-menu {
		padding: 10px 0 !important;
		border-block: 1px solid var(--tm-line) !important;
		background: #fff !important;
	}

	.technorama-modern .site-header .mobile-menu > :where(.container, .martfury-container),
	.technorama-modern .site-header .mobile-menu-row {
		background: #fff !important;
	}

	.technorama-modern .site-header .mobile-menu-row {
		display: flex;
		align-items: center;
		gap: 10px;
		padding-block: 0;
	}

	.technorama-modern .site-header .mf-toggle-menu {
		display: inline-flex !important;
		width: 48px;
		height: 48px;
		flex: 0 0 48px;
		align-items: center;
		justify-content: center;
		margin: 0 !important;
		padding: 0 !important;
		border: 1px solid #c9d9ea;
		border-radius: 12px;
		background: var(--tm-primary-soft);
		color: var(--tm-primary-strong) !important;
		font-size: 27px !important;
	}

	.technorama-modern .site-header .mobile-menu-row .product-extra-search {
		width: auto;
		min-width: 0;
		flex: 1 1 auto;
	}

	.technorama-modern .site-header .mobile-menu-row .products-search,
	.technorama-modern .site-header .mobile-menu-row .aws-search-form {
		min-height: 48px;
		border: 1px solid #c9d9ea !important;
		background: #fff !important;
		box-shadow: none !important;
	}

	.technorama-modern .site-header .mobile-menu-row .search-submit,
	.technorama-modern .site-header .mobile-menu-row .aws-search-btn {
		min-width: 52px !important;
		height: 48px !important;
		background: #2f6fad !important;
		color: #fff !important;
	}

	.technorama-modern.single-product .mf-product-detail {
		grid-template-columns: 1fr;
	}

	.technorama-modern .site-footer .footer-widgets {
		grid-template-columns: 1fr;
	}

	.technorama-modern .site-footer .widget_nav_menu .menu {
		column-count: 2;
	}
}

@media (max-width: 767px) {
	body.technorama-modern {
		padding-block-end: calc(66px + env(safe-area-inset-bottom));
	}

	.tm-category-menu__inner {
		gap: 6px;
		padding: 8px 12px;
	}

	.tm-category-menu__item {
		min-height: 36px;
		padding: 7px 12px;
		font-size: 12px;
	}

	.tm-category-menu__toggle {
		min-height: 36px;
		padding: 7px 12px;
		font-size: 12px;
	}

	.tm-category-drawer {
		inset-inline: 10px;
		width: auto;
		max-height: calc(100vh - 145px);
		border-radius: 0 0 15px 15px;
	}

	.tm-trust-strip__inner {
		display: flex;
		gap: 0;
		overflow-x: auto;
		padding-inline: 0;
		scroll-behavior: smooth;
		scroll-snap-type: inline mandatory;
		overscroll-behavior-inline: contain;
		scrollbar-width: none;
	}

	.tm-trust-strip__inner::-webkit-scrollbar {
		display: none;
	}

	.tm-trust-strip__item {
		flex: 0 0 100%;
		justify-content: center;
		min-height: 52px;
		padding: 8px 34px 15px;
		scroll-snap-align: center;
		text-align: center;
	}

	.tm-trust-strip__item + .tm-trust-strip__item {
		border: 0;
	}

	.tm-trust-strip__pagination {
		position: absolute;
		inset-inline: 0;
		inset-block-end: 5px;
		display: flex;
		z-index: 2;
		align-items: center;
		justify-content: center;
		gap: 6px;
		pointer-events: none;
	}

	.tm-trust-strip__pagination button {
		width: 7px;
		height: 7px;
		min-width: 0;
		padding: 0;
		border: 0;
		border-radius: 50%;
		background: #a9bfd8;
		box-shadow: none;
		pointer-events: auto;
	}

	.tm-trust-strip__pagination button[aria-current="true"] {
		width: 18px;
		border-radius: 999px;
		background: #2f6fad;
	}

	.technorama-modern ul.products li.product .product-inner {
		border-radius: 13px;
	}

	.technorama-modern ul.products li.product img {
		padding: 8px;
	}

	.technorama-modern ul.products li.product .woocommerce-loop-product__title,
	.technorama-modern ul.products li.product .woo-loop-product__title,
	.technorama-modern ul.products li.product h2,
	.technorama-modern ul.products li.product h3 {
		height: 5.1em;
		min-height: 5.1em;
		max-height: 5.1em;
		padding-inline: 10px;
		font-size: 13px;
		-webkit-line-clamp: 4;
	}

	.technorama-modern ul.products li.product .tm-product-sku {
		margin-inline: 10px;
		font-size: 10px;
	}

	.technorama-modern ul.products li.product .tm-product-excerpt {
		height: 4.5em;
		min-height: 4.5em;
		max-height: 4.5em;
		margin: 7px 10px 0;
		font-size: 12px;
		line-height: 1.5;
	}

	.technorama-modern ul.products li.product .price {
		margin-inline: 10px;
		font-size: 17px;
	}

	.technorama-modern ul.products li.product .button,
	.technorama-modern ul.products li.product .added_to_cart {
		min-height: 40px;
		margin-inline: 8px;
		padding: 8px;
		font-size: 12px;
	}

	.technorama-modern.single-product .mf-product-detail,
	.technorama-modern.single-product .woocommerce-tabs,
	.technorama-modern.single-product .related,
	.technorama-modern.single-product .upsells,
	.technorama-modern.single-product .mf-product-fbt,
	.technorama-modern.single-product .technorama-btg {
		margin-block: 14px;
		padding: 15px;
		border-radius: 16px;
	}

	.technorama-modern.single-product .summary .product_title {
		font-size: 25px;
	}

	.tm-compatibility-card {
		grid-template-columns: 40px 1fr;
	}

	.tm-compatibility-card__cta {
		grid-column: 1 / -1;
		text-align: center;
	}

	.tm-mobile-actions {
		position: fixed;
		z-index: 9997;
		inset-inline: 0;
		inset-block-end: 0;
		display: grid;
		grid-template-columns: repeat(4, minmax(0, 1fr));
		min-height: 62px;
		padding-block-end: env(safe-area-inset-bottom);
		border-block-start: 1px solid var(--tm-line);
		background: rgba(255, 255, 255, 0.96);
		box-shadow: 0 -10px 30px rgba(14, 44, 79, 0.12);
		backdrop-filter: blur(12px);
	}

	.tm-mobile-actions__item {
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
		gap: 3px;
		min-width: 0;
		padding: 8px 4px;
		color: var(--tm-ink) !important;
		font-size: 11px;
		font-weight: 700;
		text-decoration: none;
	}

	.tm-mobile-actions__item svg {
		width: 22px;
		height: 22px;
		fill: none;
		stroke: currentColor;
		stroke-linecap: round;
		stroke-linejoin: round;
		stroke-width: 2;
	}

	.tm-mobile-actions__item--whatsapp {
		color: var(--tm-action) !important;
	}

	.tm-mobile-actions__count {
		position: absolute;
		inset-block-start: 4px;
		inset-inline-start: calc(50% - 18px);
		display: grid;
		place-items: center;
		min-width: 17px;
		height: 17px;
		padding-inline: 4px;
		border: 2px solid #fff;
		border-radius: 999px;
		background: var(--tm-danger);
		color: #fff;
		font-size: 9px;
		line-height: 1;
	}

	.technorama-modern .site-footer .footer-layout {
		padding-block-start: 30px;
	}

	.technorama-modern .site-footer .footer-content {
		padding-block-end: 22px;
	}

	.technorama-modern .site-footer .footer-row,
	.technorama-modern .site-footer .footer-payments {
		align-items: flex-start;
		flex-direction: column;
		gap: 12px;
	}

	.technorama-modern .site-footer .footer-bottom {
		padding-block: 20px calc(82px + env(safe-area-inset-bottom));
	}
}

@media (max-width: 389px) {
	.technorama-modern ul.products li.product .woocommerce-loop-product__title,
	.technorama-modern ul.products li.product .woo-loop-product__title,
	.technorama-modern ul.products li.product h2,
	.technorama-modern ul.products li.product h3 {
		min-height: 0;
	}
}

/* Keep third-party WhatsApp launchers inside the same blue visual system. */
.technorama-modern .wHelp_button.wHelp-bubble,
.technorama-modern .joinchat__button,
.technorama-modern .whatsapp-button,
.technorama-modern .whatsapp_float,
.technorama-modern .floating-whatsapp {
	background: var(--tm-primary) !important;
	box-shadow: 0 0 0 0 rgba(47, 111, 173, 0.55) !important;
}

.technorama-modern .wHelp_button.wHelp-bubble::before {
	background: rgba(47, 111, 173, 0.30) !important;
}

.technorama-modern .wHelp_button.wHelp-bubble::after {
	background: rgba(47, 111, 173, 0.16) !important;
}

@keyframes whatsapp-breathing {
	0%, 100% {
		transform: scale(1);
		box-shadow: 0 0 0 0 rgba(47, 111, 173, 0);
	}

	50% {
		transform: scale(1.08);
		box-shadow: 0 0 18px 6px rgba(47, 111, 173, 0.30);
	}
}

@keyframes whatsapp-pulse-ring {
	0% {
		transform: scale(0.85);
		opacity: 0.60;
	}

	70%, 100% {
		transform: scale(1.45);
		opacity: 0;
	}
}

@keyframes whatsapp-pulse-ring-soft {
	0% {
		transform: scale(0.85);
		opacity: 0.40;
	}

	80%, 100% {
		transform: scale(1.75);
		opacity: 0;
	}
}

@media (prefers-reduced-motion: reduce) {
	.technorama-modern *,
	.technorama-modern *::before,
	.technorama-modern *::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
	}
}
