/**
 * Tanteb standalone landing migration layer.
 *
 * Rebuilt Header, Mega-Menu, Live Search, Sections, and Footer
 * Pure performance architecture without Elementor or jQuery.
 */

@font-face {
	font-family: 'peyda';
	src: url('../fonts/PeydaWeb-Regular.woff2') format('woff2'),
	     url('/wp-content/uploads/2026/01/PeydaWeb-Regular.woff2') format('woff2'),
	     url('/wp-content/uploads/2026/01/PeydaWeb-Regular.woff') format('woff');
	font-weight: 100 900;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Peyda';
	src: url('../fonts/PeydaWeb-Regular.woff2') format('woff2'),
	     url('/wp-content/uploads/2026/01/PeydaWeb-Regular.woff2') format('woff2'),
	     url('/wp-content/uploads/2026/01/PeydaWeb-Regular.woff') format('woff');
	font-weight: 100 900;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'pinar';
	src: url('/wp-content/uploads/2026/02/Pinar-VF-FDDSTYKSHDwght.woff2') format('woff2');
	font-weight: 100 900;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Pinar';
	src: url('/wp-content/uploads/2026/02/Pinar-VF-FDDSTYKSHDwght.woff2') format('woff2');
	font-weight: 100 900;
	font-style: normal;
	font-display: swap;
}

:root {
	--tfl-global-font: "Peyda", "peyda", Tahoma, sans-serif;
}

html,
body,
body.tanteb-fast-landing-page {
	margin: 0;
	overflow-x: hidden;
	font-family: "Peyda", "peyda", Tahoma, sans-serif;
	font-synthesis: weight style small-caps;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.tfl-page,
.tfl-page button,
.tfl-page input,
.tfl-page select,
.tfl-page textarea,
.tfl-page a,
.tfl-page h1,
.tfl-page h2,
.tfl-page h3,
.tfl-page h4,
.tfl-page h5,
.tfl-page h6,
.tfl-page span:not([class*="fa"]):not([class*="icon"]):not([class*="eicon"]):not([class*="dashicon"]),
.tfl-page p,
.tfl-page div:not([class*="fa"]):not([class*="icon"]):not([class*="eicon"]),
.tfl-page label {
	font-family: "Peyda", "peyda", Tahoma, sans-serif;
}

/* Ensure icon fonts never get overwritten */
.tfl-page .fa,
.tfl-page .fas,
.tfl-page [class^="fa-solid"],
.tfl-page [class*=" fa-solid"] {
	font-family: "Font Awesome 5 Free", "FontAwesome", sans-serif !important;
	font-weight: 900 !important;
}
.tfl-page .far,
.tfl-page [class^="fa-regular"],
.tfl-page [class*=" fa-regular"] {
	font-family: "Font Awesome 5 Free", "FontAwesome", sans-serif !important;
	font-weight: 400 !important;
}
.tfl-page .fab,
.tfl-page [class^="fa-brands"],
.tfl-page [class*=" fa-brands"] {
	font-family: "Font Awesome 5 Brands", "FontAwesome", sans-serif !important;
}
.tfl-page [class^="eicon-"],
.tfl-page [class*=" eicon-"] {
	font-family: "eicons" !important;
}

.tfl-main {
	display: block;
}

.tfl-container {
	width: min(1180px, calc(100% - 32px));
	margin-inline: auto;
}

.tfl-section {
	padding-block: 42px;
}

.tfl-section:not(.tfl-hero) {
	content-visibility: auto;
	contain-intrinsic-size: 1px 400px;
}

.screen-reader-text,
.tfl-visually-hidden {
	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;
}

/* Global Mobile Drawer Safety - MUST NEVER RENDER ON DESKTOP */
.tfl-drawer {
	display: none;
}

/* ==========================================================================
   Tanteb Rebuilt Standalone Header & Mega-Menu
   ========================================================================== */

.tfl-header {
	position: relative;
	z-index: 1000;
	background: transparent;
	width: 100%;
	padding-top: 10px;
}

.tfl-header__desktop {
	display: block;
	width: 100%;
}

.tfl-header__mobile {
	display: none;
}

/* Top Bar Wrap (Pill Card + Centered Brand Dock) */
.tfl-header__top-wrap {
	position: relative;
	width: min(1360px, 95%);
	margin-inline: auto;
	z-index: 550;
}

/* Top Bar */
.tfl-header__top-bar {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 58px;
	padding: 0 clamp(20px, 2.5vw, 36px);
	background: #ffffff;
	border: 1px solid #BFBFBF;
	border-radius: 18px;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
	box-sizing: border-box;
}

/* Mega-Menu Styling (Right side) */
.ttmm-navbar {
	--ttmm-ink: #101828;
	--ttmm-shadow: 0 28px 80px rgba(16, 24, 40, 0.16);
	position: relative;
	z-index: 2147483000;
	flex: 1 1 54%;
	max-width: 55%;
	min-width: 0;
	display: flex;
	align-items: center;
	direction: rtl;
	font-family: inherit;
	padding-right: 8px;
}

.ttmm-navbar a {
	color: inherit;
	text-decoration: none;
}

.ttmm-navbar svg {
	display: block;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
}

.ttmm-nav-list {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	width: 100%;
	gap: clamp(6px, 1.1vw, 18px);
	margin: 0;
	padding: 0;
	list-style: none;
	flex-wrap: nowrap;
}

.ttmm-nav-item {
	position: static;
	flex-shrink: 0;
}

.ttmm-nav-link {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	min-height: 44px;
	padding: 0 4px;
	color: var(--tfl-menu-color, #344054);
	font-size: var(--tfl-menu-size, 13.5px);
	font-weight: var(--tfl-menu-weight, 800);
	line-height: 1.45;
	white-space: nowrap;
	text-decoration: none;
	transition: color 160ms ease;
	font-synthesis: weight style small-caps !important;
}

.ttmm-nav-link svg {
	width: 12px;
	height: 12px;
	flex: 0 0 auto;
	stroke: currentColor;
	stroke-width: 2.2;
	transition: transform 180ms ease;
}

.ttmm-nav-item.is-open .ttmm-nav-link,
.ttmm-nav-link:hover,
.ttmm-nav-link:focus-visible {
	color: #1C64F2;
}

.ttmm-nav-item.is-open .ttmm-nav-link svg {
	transform: rotate(180deg);
}

.ttmm-mega-menu {
	position: fixed;
	top: var(--ttmm-menu-top, 96px);
	left: var(--ttmm-menu-left, 24px);
	z-index: 2147483647;
	display: grid;
	grid-template-columns: 1fr;
	width: var(--ttmm-menu-width, min(1180px, calc(100vw - 48px)));
	max-width: calc(100vw - 24px);
	padding: 16px;
	border: 1px solid rgba(228, 231, 236, 0.9);
	border-radius: 24px;
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 252, 0.96)), #fff;
	box-shadow: var(--ttmm-shadow);
	opacity: 0;
	visibility: hidden;
	transform: translateY(10px) scale(0.98);
	transform-origin: top center;
	pointer-events: none;
	transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
}

.ttmm-mega-menu::before {
	content: "";
	position: absolute;
	inset-inline: 0;
	top: -14px;
	height: 14px;
}

.ttmm-nav-item.is-open .ttmm-mega-menu {
	opacity: 1;
	visibility: visible;
	transform: translateY(0) scale(1);
	pointer-events: auto;
}

.ttmm-subcategory-stage {
	padding: 24px;
	border: 1px solid #eef2f7;
	border-radius: 20px;
	background: #fff;
	overflow: hidden;
}

.ttmm-panel-heading {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 20px;
}

.ttmm-panel-badge {
	display: inline-flex;
	align-items: center;
	min-height: 32px;
	padding: 0 14px;
	border-radius: 999px;
	color: #115e59;
	background: #ccfbf1;
	font-size: 13px;
	font-weight: 800;
	white-space: nowrap;
}

.ttmm-subcategory-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px 18px;
}

.ttmm-subcategory-group {
	min-width: 0;
	padding: 14px;
	border: 1px solid #e4e7ec;
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.86);
	transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.ttmm-subcategory-group:hover,
.ttmm-subcategory-group:focus-within {
	border-color: #2dd4bf;
	background: #fff;
	box-shadow: 0 14px 32px rgba(15, 23, 42, 0.1);
	transform: translateY(-3px);
}

.ttmm-subcategory-group.is-wide {
	grid-column: span 2;
}

.ttmm-group-title {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 12px;
	min-height: 52px;
}

.ttmm-product-thumb {
	display: grid;
	place-items: center;
	flex: 0 0 auto;
	width: 46px;
	height: 46px;
	border-radius: 14px;
}

.ttmm-product-icon {
	display: block;
	width: 38px;
	height: 38px;
	object-fit: contain;
}

.ttmm-subcategory-grid strong {
	display: block;
	margin: 0;
	color: #101828;
	font-size: 15px;
	font-weight: 800;
	line-height: 1.6;
}

.ttmm-grandchild-list {
	display: grid;
	gap: 6px;
	margin: 10px 58px 0 0;
	padding: 10px 0 0;
	border-top: 1px solid #eef2f7;
	list-style: none;
}

.ttmm-grandchild-list.is-two-column {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	column-gap: 12px;
}

.ttmm-grandchild-list a {
	position: relative;
	display: block;
	padding: 2px 14px 2px 0;
	color: #475467;
	font-size: 13.5px;
	font-weight: 700;
	line-height: 1.7;
	transition: color 160ms ease;
}

.ttmm-grandchild-list a::before {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	width: 5px;
	height: 5px;
	border-radius: 999px;
	background: #cbd5e1;
	transform: translateY(-50%);
	transition: background 160ms ease;
}

.ttmm-grandchild-list a:hover {
	color: #1C64F2;
}

.ttmm-grandchild-list a:hover::before {
	background: #1C64F2;
}

.ttmm-icon-emerald { color: #047857; background: #d1fae5; }
.ttmm-icon-violet { color: #6d28d9; background: #ede9fe; }
.ttmm-icon-amber { color: #b45309; background: #fef3c7; }
.ttmm-icon-rose { color: #be123c; background: #ffe4e6; }
.ttmm-icon-sky { color: #0369a1; background: #e0f2fe; }
.ttmm-icon-indigo { color: #3730a3; background: #e0e7ff; }

/* Utility Links (Left side) */
.tfl-header__utility {
	flex: 0 1 38%;
	max-width: 38%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: clamp(10px, 1.4vw, 24px);
	margin: 0;
	padding: 0;
	list-style: none;
	direction: rtl;
	padding-left: 8px;
}

.tfl-header__utility a {
	color: var(--tfl-menu-color, #333333);
	font-size: 13px;
	font-weight: 800;
	text-decoration: none;
	white-space: nowrap;
	transition: color 160ms ease;
	font-synthesis: weight style small-caps !important;
}

.tfl-header__utility a:hover {
	color: #1C64F2;
}

/* Floating Brand Arch & Center Logo Dock */
.tfl-header__brand-dock {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 220px;
	height: 100%;
	pointer-events: none;
	z-index: 560;
}

.tfl-header__arch-img {
	position: absolute;
	top: 36px;
	left: 50%;
	transform: translateX(-50%);
	width: 300px;
	height: 74px;
	z-index: 200;
	pointer-events: none;
}

.tfl-header__brand-logo {
	position: absolute;
	top: 20px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 300;
	display: block;
	pointer-events: auto;
}

.tfl-header__brand-logo img {
	display: block;
	width: 156px;
	height: 62px;
	object-fit: contain;
}

/* Action Bar (Gradient Bottom: 86% width) */
.tfl-header__actions-wrap {
	position: relative;
	width: min(1200px, 86%);
	margin: -14px auto 0 auto;
	z-index: 99;
}

.tfl-header__actions-bar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 52px;
	padding: 6px 18px 6px 14px;
	border-radius: 0 0 20px 20px;
	background: linear-gradient(90deg, #1C64F2 0%, #34D99B 100%);
	box-shadow: 0 10px 28px rgba(28, 100, 242, 0.18);
	box-sizing: border-box;
}

/* Phone Support */
.tfl-header__support {
	display: flex;
	align-items: center;
	gap: 12px;
	direction: rtl;
	padding-right: 4px;
}

.tfl-support-title {
	color: #051319;
	font-size: 14px;
	font-weight: 700;
}

.tfl-support-badge {
	color: #051319;
	font-size: 14px;
	font-weight: 700;
	margin-left: 4px;
}

.tfl-support-phone {
	color: #000000;
	font-size: 13px;
	font-weight: 600;
	text-decoration: none;
	direction: ltr;
	padding: 0 4px;
	transition: opacity 160ms ease;
}

.tfl-support-phone:hover {
	opacity: 0.75;
}

/* Actions Left: Search, User, Cart */
.tfl-header__actions-left {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 10px;
	direction: rtl;
}

/* Search Box (.tps) */
.tps {
	position: relative;
	width: 320px;
	max-width: 340px;
}

.tps__form {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	height: 38px;
	margin: 0;
}

.tps__input {
	width: 100%;
	height: 38px;
	padding: 0 44px 0 16px;
	border: 0;
	border-radius: 999px;
	background: #ffffff;
	color: #111827;
	font-size: 14px;
	font-family: inherit;
	box-sizing: border-box;
	outline: none;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.tps__input:focus {
	box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.8), 0 4px 12px rgba(0, 0, 0, 0.12);
}

.tps__button {
	position: absolute;
	right: 4px;
	top: 50%;
	transform: translateY(-50%);
	display: grid;
	place-items: center;
	width: 30px;
	height: 30px;
	border: 0;
	border-radius: 50%;
	background: #34D99B;
	color: #ffffff;
	cursor: pointer;
	padding: 0;
	transition: transform 160ms ease, background 160ms ease;
}

.tps__button:hover {
	transform: translateY(-50%) scale(1.05);
	background: #28c98c;
}

.tps__button svg {
	width: 16px;
	height: 16px;
	stroke: #ffffff;
	stroke-width: 2.4;
	fill: none;
}

.tps__results {
	position: absolute;
	top: calc(100% + 8px);
	right: 0;
	left: 0;
	z-index: 2000;
	max-height: 380px;
	overflow-y: auto;
	padding: 8px;
	border: 1px solid #e4e7ec;
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 16px 40px rgba(0, 0, 0, 0.15);
}

.tps__results[hidden] {
	display: none;
}

.tps__item {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 8px 10px;
	border-radius: 10px;
	color: #111827;
	text-decoration: none;
	transition: background 140ms ease;
}

.tps__item:hover {
	background: #f1f5f9;
}

.tps__thumb {
	width: 44px;
	height: 44px;
	flex: 0 0 44px;
	border-radius: 8px;
	overflow: hidden;
	background: #f8fafc;
}

.tps__thumb img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.tps__body {
	flex: 1;
	min-width: 0;
}

.tps__body strong {
	display: block;
	font-size: 13.5px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.tps__body small {
	display: block;
	color: #2167f3;
	font-weight: 800;
	font-size: 12.5px;
}

.tps__empty {
	padding: 16px;
	text-align: center;
	color: #64748b;
	font-size: 13.5px;
}

/* User Actions (Account & Cart) */
.tfl-header__user-actions {
	display: flex;
	align-items: center;
	gap: 8px;
}

.tfl-header__icon-btn {
	display: grid;
	place-items: center;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	color: #ffffff;
	text-decoration: none;
	transition: transform 160ms ease, background 160ms ease;
}

.tfl-header__icon-btn:hover {
	transform: scale(1.08);
	background: rgba(255, 255, 255, 0.18);
}

.tfl-header__icon-btn--cart {
	background: #1C64F2;
	border-radius: 12px;
	box-shadow: 0 4px 12px rgba(28, 100, 242, 0.3);
}

.tfl-header__icon-btn--cart:hover {
	background: #1550c5;
}

.tfl-header__icon-btn svg {
	width: 21px;
	height: 21px;
	display: block;
}

/* ==========================================================================
   Tanteb Rebuilt Hero Section & Benefits
   ========================================================================== */

.tfl-hero {
	position: relative;
	width: 100%;
	min-height: 720px;
	margin-top: -120px;
	padding-top: 130px;
	padding-bottom: 40px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: center;
	box-sizing: border-box;
	direction: rtl;
}

.tfl-hero__bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	pointer-events: none;
}

.tfl-hero__bg::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: clamp(120px, 15vw, 220px);
	background: linear-gradient(
		to bottom,
		rgba(255, 255, 255, 0) 0%,
		rgba(255, 255, 255, 0.58) 48%,
		#ffffff 100%
	);
	pointer-events: none;
}

.tfl-hero__bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	display: block;
}

.tfl-hero__inner {
	position: relative;
	z-index: 10;
	width: min(1320px, calc(100% - 32px));
	margin-inline: auto;
	display: flex;
	flex-direction: column;
	gap: 36px;
	direction: rtl;
}

/* Slider Wrap */
.tfl-hero__slider-wrap {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 380px;
	width: 100%;
	direction: rtl;
}

.tfl-hero__slide {
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding: 0 clamp(40px, 8vw, 120px);
	box-sizing: border-box;
	direction: rtl;
}

.tfl-hero__copy {
	flex: 1;
	max-width: 580px;
	text-align: right;
	direction: rtl;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.tfl-hero__title {
	font-family: "Peyda", "peyda", Sans-serif;
	font-size: 40px;
	font-weight: 800;
	color: #FFFFFF;
	margin: 0 0 16px 0;
	line-height: 1.35;
	text-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

.tfl-hero__subtitle-wrap {
	margin-bottom: 24px;
}

.tfl-hero__subtitle {
	display: inline-flex;
	align-items: center;
	background-color: rgba(255, 255, 255, 0.54);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
	font-family: "Peyda", "peyda", Sans-serif;
	font-size: 17px;
	font-weight: 900;
	color: #1C64F2;
	border-radius: 15px;
	padding: 6px 20px;
}

.tfl-hero__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 48px;
	background-color: #1C64F2;
	color: #FFFFFF;
	font-family: "Peyda", "peyda", Sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 28px;
	border-radius: 8px;
	padding: 8px 24px;
	text-decoration: none;
	box-shadow: 0 6px 20px rgba(28, 100, 242, 0.35);
	transition: background-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.tfl-hero__btn:hover {
	background-color: #1550c5;
	transform: translateY(-2px);
	box-shadow: 0 10px 24px rgba(28, 100, 242, 0.45);
	color: #ffffff;
}

.tfl-hero__btn-icon {
	display: flex;
	align-items: center;
	justify-content: center;
}

.tfl-hero__btn-icon svg {
	width: 26px;
	height: 26px;
}

.tfl-hero__media {
	flex: 0 0 auto;
	max-width: 550px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.tfl-hero__product {
	width: 100%;
	max-width: 550px;
	height: auto;
	object-fit: contain;
	display: block;
	filter: drop-shadow(0 14px 30px rgba(0, 0, 0, 0.12));
}

/* Slider Arrows */
.tfl-hero__arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 20;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.45);
	backdrop-filter: blur(4px);
	-webkit-backdrop-filter: blur(4px);
	border: 0;
	color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	padding: 0;
	box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
	transition: background 0.2s ease, transform 0.2s ease;
}

.tfl-hero__arrow:hover {
	background: rgba(255, 255, 255, 0.7);
	color: #1C64F2;
	transform: translateY(-50%) scale(1.08);
}

.tfl-hero__arrow--prev {
	right: 0;
}

.tfl-hero__arrow--next {
	left: 0;
}

.tfl-hero__arrow svg {
	width: 42px;
	height: 42px;
	fill: currentColor;
}

/* 6 Benefits Badges Grid */
.tfl-hero__benefits {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 12px;
	width: 100%;
	box-sizing: border-box;
}

.tfl-hero__benefit-item {
	display: flex;
	justify-content: center;
	align-items: center;
	transition: transform 0.25s ease;
}

.tfl-hero__benefit-item:hover {
	transform: translateY(-5px);
}

.tfl-hero__benefit-item img {
	width: 100%;
	max-width: 213px;
	height: auto;
	display: block;
}

/* ==========================================================================
   Sections: Categories, Carousels, Offers, Hero, Tabs, Brands, Blog, Footer
   ========================================================================== */

.tfl-section-heading {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 24px;
	direction: rtl;
}

.tfl-section-heading h2,
.tfl-section-title {
	margin: 0;
	color: #262626;
	font-size: clamp(24px, 3vw, 32px);
	font-weight: 800;
	display: flex;
	align-items: center;
	gap: 6px;
}

.tfl-section-heading h2 .tfl-title-primary,
.tfl-title-primary {
	color: #262626 !important;
}

.tfl-section-heading h2 .tfl-title-accent,
.tfl-title-accent,
.tfl-offers h2 strong {
	color: #1C64F2 !important;
}

.tfl-categories__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
}

.tfl-category {
	display: block;
	position: relative;
	overflow: hidden;
	border-radius: 28px;
	background: #edf8ff;
	color: #111827;
	text-decoration: none;
	box-shadow: 0 12px 35px -28px rgba(0, 45, 120, .65);
	transition: transform .25s ease, box-shadow .25s ease;
}

.tfl-category:hover {
	transform: translateY(-4px);
	box-shadow: 0 18px 40px -25px rgba(0, 45, 120, .55);
}

.tfl-category img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 1;
	object-fit: cover;
}

.tfl-category h2 {
	padding: 24px 10px 0;
	font-size: 18px;
	font-weight: 600;
	line-height: 21.6px;
	font-family: 'Peyda', 'peyda', sans-serif;
	margin: 0;
	text-align: center;
}

.tfl-carousel {
	position: relative;
	padding-inline: 34px;
}

.tfl-carousel .swiper {
	overflow: hidden;
}

.tfl-products .tfl-carousel {
	padding-inline: 0;
	overflow: visible;
}

.tfl-products .tfl-carousel .swiper {
	overflow: hidden;
	padding-top: 10px;
	padding-bottom: 15px;
	margin-top: -10px;
	margin-bottom: -15px;
}

.tfl-carousel__button {
	position: absolute;
	z-index: 3;
	top: 50%;
	width: 42px;
	height: 42px;
	padding: 0 0 4px;
	transform: translateY(-50%);
	border: 0;
	border-radius: 50%;
	background: #fff;
	color: #2167f3;
	box-shadow: 0 8px 24px rgba(0, 41, 120, .16);
	cursor: pointer;
	font-size: 32px;
	line-height: 1;
}

.tfl-carousel__button--previous { right: 0; }
.tfl-carousel__button--next { left: 0; }

/* ==========================================================================
   Section Headings & Carousel Navigation
   ========================================================================== */

.tfl-section-heading {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 24px;
	direction: rtl;
}

.tfl-section-title {
	margin: 0;
	font-family: 'Peyda', 'peyda', sans-serif;
	font-size: 25px;
	font-weight: 500;
	line-height: 25px;
	display: flex;
	align-items: center;
	gap: 6px;
}

.tfl-title-primary {
	color: #333333;
	font-weight: 500;
}

.tfl-title-accent {
	color: #1C64F2;
	font-weight: 500;
}

.tfl-carousel-nav {
	display: flex;
	align-items: center;
	gap: 8px;
}

.tfl-carousel-nav-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 33px;
	height: 33px;
	border-radius: 10px;
	background: rgba(28, 100, 242, 0.12);
	border: 1px solid rgb(28, 100, 242);
	color: rgb(28, 100, 242);
	cursor: pointer;
	transition: all 0.25s ease;
	padding: 3px;
	box-sizing: border-box;
}

.tfl-carousel-nav-btn:hover {
	background: rgb(28, 100, 242);
	color: #ffffff;
}

.tfl-carousel-nav-btn:disabled,
.tfl-carousel-nav-btn.swiper-button-disabled,
.tfl-carousel-nav-btn[aria-disabled="true"],
.elementor-swiper-button.swiper-button-disabled,
.elementor-swiper-button[aria-disabled="true"] {
	opacity: 0.35 !important;
	cursor: default !important;
	pointer-events: none !important;
	background: rgba(28, 100, 242, 0.08) !important;
	border-color: rgba(28, 100, 242, 0.25) !important;
	color: rgb(28, 100, 242) !important;
}

.tfl-carousel-nav-btn svg {
	width: 14px;
	height: 14px;
	fill: currentColor;
	display: block;
}

/* ==========================================================================
   Product Card (.mycart1) User Design & Parity
   ========================================================================== */

/* تنظیمات بدنه اصلی کارت */
.mycart1,
.tfl-product-card {
	transition: all 0.4s ease-in-out;
	cursor: pointer;
	background: #DBF0FF !important;
	border-radius: 25px;
	position: relative;
	border: 3px solid transparent;
	box-shadow: rgba(0, 0, 0, 0.26) 0px 8px 30px -19px;
	box-sizing: border-box;
	text-align: right;
	direction: rtl;
	display: flex;
	flex-direction: column;
	padding: 10px;
}

.mycart1-inner {
	display: flex;
	flex-direction: column;
	padding: 0;
	height: 100%;
	box-sizing: border-box;
	position: relative;
}

/* جادوی قابل کلیک کردن کل کارت */
.mycart1 .mycart1-title a::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 5;
}

/* هاور */
.mycart1:hover,
.tfl-product-card:hover {
	background: #DBF0FF !important;
	transform: translateY(-5px);
	border-color: #6D9DFD !important;
	box-shadow: rgba(0, 0, 0, 0.26) 0px 8px 30px -19px;
}

.mycart1:hover .elementor-widget-image img,
.mycart1:hover .mycart1-image {
	transform: scale(1.03);
}

/* Ensure interactive sub-buttons stay above the overlay */
.mycart1 .mycart1-cart-action,
.mycart1 .mycart1-cart-btn {
	position: relative;
	z-index: 10;
}

/* Top White Image Box */
.mycart1-image-box {
	position: relative;
	background: #ffffff !important;
	border-radius: 20px;
	padding: 12px 14px 14px;
	margin-bottom: 12px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 200px;
	box-sizing: border-box;
}

/* Top Badges Row inside White Box */
.mycart1-top-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	position: absolute;
	top: 12px;
	left: 0;
	right: 0;
	padding: 0 14px;
	box-sizing: border-box;
	z-index: 4;
}

.mycart1-top-brand {
	display: flex;
	align-items: center;
}

.mycart1-brand-logo {
	display: block;
	width: auto;
	height: 24px;
	object-fit: contain;
}

.mycart1-top-discount {
	position: absolute;
	top: 14px;
	left: 14px;
	z-index: 5;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.custom-discount-badge {
	width: 42px;
	height: 26px;
	border-radius: 173px;
	background: #ff0004;
	box-shadow: 0 0 15.32px 0 rgba(255, 0, 4, 0.45);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-family: 'Peyda', 'peyda', sans-serif;
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	line-height: 1;
	direction: rtl;
}

.custom-outofstock-badge {
	min-width: 56px;
	height: 26px;
	padding: 0 8px;
	border-radius: 173px;
	background: #64748B;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-family: 'Peyda', 'peyda', sans-serif;
	font-size: 12px;
	font-weight: 700;
	color: #fff;
}

/* Product Image */
.mycart1-image-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	margin-top: 20px;
	aspect-ratio: 1 / 1;
	max-height: 180px;
}

.mycart1-image-link {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}

.mycart1-image-wrap img,
.mycart1-image {
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
	transition: transform 0.4s ease-in-out;
}

/* Product Title */
.mycart1-title {
	font-family: 'Peyda', 'peyda', sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.4;
	color: #000000;
	text-align: right;
	margin: 2px 4px 6px;
	min-height: 23px;
	max-height: 23px;
	overflow: hidden;
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.mycart1-title a {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #000000;
	text-decoration: none;
	transition: color 0.2s ease;
}

.mycart1:hover .mycart1-title a {
	color: #1C64F2;
}

/* Category */
.mycart1-category {
	color: #1C64F2;
	font-family: 'Peyda', 'peyda', sans-serif;
	font-size: 13px;
	font-weight: 500;
	margin: 0 4px 14px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: right;
}

.mycart1-category.is-empty {
	visibility: hidden;
}

/* Bottom Row */
.mycart1-bottom-row {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	margin-top: auto;
	padding: 0 4px 4px;
}

.mycart1-cart-action {
	flex-shrink: 0;
	order: 1; /* Appears on the Right in RTL */
	line-height: 0;
	padding: 0;
	margin: 0;
}

.mycart1-cart-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	background: transparent !important;
	border: none !important;
	box-shadow: none !important;
	text-decoration: none;
	cursor: pointer;
	padding: 0 !important;
	margin: 0 !important;
	line-height: 0;
	transition: transform 0.22s ease, filter 0.22s ease;
	box-sizing: border-box;
}

.mycart1-cart-btn svg {
	width: 40px;
	height: 40px;
	display: block;
	flex-shrink: 0;
	transition: transform 0.22s cubic-bezier(0.34, 1.56, 0.64, 1), filter 0.22s ease;
}

.mycart1-cart-btn:hover svg {
	transform: translateY(-2px) scale(1.05);
	filter: drop-shadow(0 6px 14px rgba(0, 210, 133, 0.35));
}

.mycart1-cart-btn:active svg {
	transform: translateY(0) scale(0.96);
	filter: drop-shadow(0 2px 5px rgba(0, 210, 133, 0.2));
}

/* Price Stack (Appears on the Left in RTL) */
.mycart1-price-wrap.custom-product-price-box {
	direction: rtl;
	display: inline-flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 4px;
	font-family: 'Peyda', 'peyda', sans-serif;
	order: 2;
}

.custom-sale-price-row {
	display: inline-flex;
	align-items: center;
	gap: 6px;
}

.custom-sale-price {
	font-family: 'Peyda', 'peyda', sans-serif;
	font-size: 20px;
	font-weight: 700;
	color: #5C5C5C;
	line-height: 1.2;
}

.custom-sale-price .woocommerce-Price-currencySymbol {
	display: none;
}

.custom-toman-icon {
	display: inline-flex;
	align-items: center;
	line-height: 0;
}

.custom-toman-icon svg {
	width: 41px;
	height: 18px;
	display: block;
}

.custom-regular-price {
	position: relative;
	display: inline-block;
	font-family: 'Peyda', 'peyda', sans-serif;
	font-size: 15px;
	font-weight: 700;
	color: #1C64F2;
	line-height: 1.4;
	padding: 0 4px;
	margin-top: -2px;
}

.custom-regular-price .woocommerce-Price-currencySymbol {
	display: none;
}

.custom-regular-price::after {
	content: "";
	position: absolute;
	width: 50px;
	height: 2px;
	background: #CF0000;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(-8.26deg);
	transform-origin: center;
}

.tfl-offers {
	background: linear-gradient(135deg, #effbff 0%, #f5fff9 100%);
}

.tfl-offers__layout {
	display: grid;
	grid-template-columns: 240px minmax(0, 1fr);
	gap: 28px;
	align-items: center;
}

.tfl-offers__intro h2 {
	margin: 0 0 18px;
	font-size: 38px;
	line-height: 1.25;
}

.tfl-button {
	display: inline-flex;
	padding: 10px 20px;
	border-radius: 12px;
	background: #2167f3;
	color: #fff;
	font-weight: 700;
	text-decoration: none;
}

.tfl-countdown {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 6px;
	margin-top: 22px;
}

.tfl-countdown span {
	display: flex;
	padding: 8px 4px;
	border-radius: 10px;
	background: #fff;
	flex-direction: column;
	align-items: center;
	box-shadow: 0 5px 18px rgba(0, 47, 120, .08);
}

.tfl-countdown strong { color: #2167f3; font-size: 20px; }
.tfl-countdown small { margin-top: 2px; color: #606a78; font-size: 10px; }

.tfl-hero{position:relative;min-height:620px;overflow:hidden}.tfl-hero__background{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.tfl-hero__content{position:relative;display:grid;grid-template-columns:1fr 1fr;align-items:center;min-height:450px}.tfl-hero__copy{order:1;color:#fff}.tfl-hero__copy h2{margin:0 0 12px;font-size:42px}.tfl-hero__copy p{display:inline-block;padding:8px 18px;border-radius:14px;background:rgba(255,255,255,.55);color:#2167f3;font-weight:700}.tfl-hero__product{order:2;width:min(100%,600px);height:auto}.tfl-benefits{position:relative;display:grid;grid-template-columns:repeat(6,1fr);gap:14px}.tfl-benefits div{min-height:90px;padding:32px 10px 12px;border:1px solid #34d99b;border-radius:26px;background:rgba(255,255,255,.45);text-align:center;font-weight:700}.tfl-promos{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.tfl-promos img,.tfl-promo-grid img{display:block;width:100%;height:auto;border-radius:24px}.tfl-promo-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.tfl-promo-grid__wide{grid-column:1/-1}.tfl-tabs__buttons{display:flex;gap:10px;margin-bottom:20px;flex-wrap:wrap}.tfl-tabs__buttons button{padding:10px 18px;border:1px solid #2167f3;border-radius:20px;background:#fff;color:#2167f3;cursor:pointer}.tfl-tabs__buttons button[aria-selected=true]{background:#2167f3;color:#fff}.tfl-tabs__panel{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.tfl-tab-product{display:flex;gap:14px;align-items:center;padding:10px;border-radius:18px;background:#edf8ff}.tfl-tab-product img{border-radius:14px;object-fit:contain;background:#fff}.tfl-tab-product div{display:flex;flex-direction:column;gap:8px}.tfl-tab-product a{color:#111827;text-decoration:none;font-weight:700}.tfl-tab-product span{color:#2167f3}.tfl-brands__list{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.tfl-brands__list a{padding:24px 12px;border:1px solid #dbeafe;border-radius:20px;color:#2167f3;text-align:center;text-decoration:none;font-size:18px;font-weight:800}.tfl-blog__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.tfl-blog article{overflow:hidden;border-radius:22px;background:#fff;box-shadow:0 10px 30px rgba(0,0,0,.08)}.tfl-blog article a{color:#111827;text-decoration:none}.tfl-blog article img{display:block;width:100%;aspect-ratio:4/3;object-fit:cover}.tfl-blog article h3{margin:0;padding:16px;font-size:17px}


/* ==========================================================================
   Responsive & Mobile Drawer
   ========================================================================== */

@media (max-width: 1024px) {
	.tfl-header__desktop {
		display: none;
	}

	/* Never leave a desktop or drawer search control orphaned on mobile pages. */
	.tfl-header__search,
	.tfl-drawer__search {
		display: none !important;
	}

	.tfl-header__mobile {
		display: block;
		padding: 10px 0;
	}

	.tfl-header__mobile-bar {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.tfl-mobile-toggle,
	.tfl-mobile-cart {
		display: grid;
		place-items: center;
		width: 44px;
		height: 44px;
		border: 0;
		border-radius: 12px;
		background: #f0fdf4;
		color: #1C64F2;
		cursor: pointer;
		text-decoration: none;
	}

	.tfl-mobile-logo img {
		display: block;
		width: 120px;
		height: 48px;
		object-fit: contain;
	}

	/* Drawer */
	.tfl-drawer {
		position: fixed;
		inset: 0;
		z-index: 2147483647;
		display: none;
	}

	.tfl-drawer.is-open {
		display: block;
	}

	.tfl-drawer__backdrop {
		position: absolute;
		inset: 0;
		background: rgba(15, 23, 42, 0.55);
		backdrop-filter: blur(4px);
	}

	.tfl-drawer__dialog {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		width: min(340px, 85vw);
		display: flex;
		flex-direction: column;
		background: #fff;
		box-shadow: -10px 0 35px rgba(0, 0, 0, 0.2);
		overflow-y: auto;
		animation: tflSlideIn 240ms ease-out;
	}

	@keyframes tflSlideIn {
		from { transform: translateX(100%); }
		to { transform: translateX(0); }
	}

	.tfl-drawer__head {
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 16px 20px;
		border-bottom: 1px solid #f1f5f9;
	}

	.tfl-drawer__title {
		font-size: 16px;
		font-weight: 800;
		color: #111827;
	}

	.tfl-drawer__close {
		display: grid;
		place-items: center;
		width: 32px;
		height: 32px;
		border: 0;
		border-radius: 50%;
		background: #f1f5f9;
		color: #475467;
		font-size: 18px;
		cursor: pointer;
	}

	.tfl-drawer__body {
		padding: 16px;
		display: flex;
		flex-direction: column;
		gap: 16px;
		flex: 1;
	}

	.tfl-drawer__search {
		max-width: 100%;
	}

	.tfl-drawer__search .tps__input {
		border: 1px solid #e2e8f0;
	}

	.tfl-mobile-nav__list {
		margin: 0;
		padding: 0;
		list-style: none;
		display: flex;
		flex-direction: column;
		gap: 4px;
	}

	.tfl-mobile-nav__item {
		border-radius: 12px;
		overflow: hidden;
	}

	.tfl-mobile-nav__row {
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 12px 14px;
		background: #f8fafc;
		border-radius: 12px;
	}

	.tfl-mobile-nav__row a {
		color: #1e293b;
		text-decoration: none;
		font-size: 15px;
		font-weight: 700;
		flex: 1;
	}

	.tfl-accordion-btn {
		display: grid;
		place-items: center;
		width: 28px;
		height: 28px;
		border: 0;
		border-radius: 8px;
		background: #e2e8f0;
		color: #475467;
		cursor: pointer;
		transition: transform 180ms ease;
	}

	.tfl-mobile-nav__item.is-open .tfl-accordion-btn {
		transform: rotate(180deg);
		background: #1C64F2;
		color: #fff;
	}

	.tfl-mobile-nav__sub {
		margin: 4px 12px 6px;
		padding: 6px 12px;
		border-right: 2px solid #1C64F2;
		list-style: none;
		display: flex;
		flex-direction: column;
		gap: 8px;
	}

	.tfl-mobile-nav__sub[hidden] {
		display: none;
	}

	.tfl-mobile-nav__sub a {
		color: #475467;
		text-decoration: none;
		font-size: 14px;
		font-weight: 600;
	}

	.tfl-drawer__footer {
		margin-top: auto;
		padding-top: 16px;
	}

	.tfl-drawer__account-btn {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 8px;
		width: 100%;
		padding: 12px;
		border-radius: 12px;
		background: #1C64F2;
		color: #fff;
		font-weight: 800;
		font-size: 14px;
		text-decoration: none;
		box-sizing: border-box;
	}

	.tfl-categories__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.tfl-offers__layout { grid-template-columns: 1fr; }
	.tfl-offers__intro { text-align: center; }
	.tfl-countdown { max-width: 360px; margin-inline: auto; }
	.tfl-tabs__panel,.tfl-blog__grid{grid-template-columns:repeat(2,1fr)}
	.tfl-brands__list{grid-template-columns:repeat(3,1fr)}
}

@media (max-width: 600px) {
	.tfl-container { width: min(100% - 20px, 1180px); }
	.tfl-section { padding-block: 28px; }
	.tfl-categories__grid { gap: 10px; }
	.tfl-category { border-radius: 18px; }
	.tfl-category h2 { padding: 10px 6px 13px; font-size: 14px; }
	.tfl-carousel { padding-inline: 20px; }
	.tfl-carousel__button { width: 34px; height: 34px; font-size: 26px; }
	.tfl-product-card__title { font-size: 15px; }
	.tfl-offers__intro h2 { font-size: 30px; }
	.tfl-promos,.tfl-promo-grid,.tfl-tabs__panel,.tfl-blog__grid{grid-template-columns:1fr}
	.tfl-brands__list{grid-template-columns:repeat(2,1fr)}
	.tfl-tab-product{font-size:13px}
}

/* ========================================================================== 
   Elementor reference alignment — v1.2
   These rules intentionally stay component-scoped so the standalone route
   keeps its small DOM and does not import Elementor's generated styles.
   ========================================================================== */

:root {
	--tfl-blue: #1c64f2;
	--tfl-green: #34d99b;
	--tfl-ink: #333333;
	--tfl-content: 1245px;
}

.tfl-container {
	width: min(var(--tfl-content), calc(100% - 20px));
}

.tfl-section-heading {
	min-height: 52px;
	margin-bottom: 28px;
}

.tfl-section-heading > p {
	margin: 0 0 4px;
	color: var(--tfl-ink);
	font-size: 23px;
	font-weight: 500;
}

.tfl-section-heading h2 {
	font-family: "Peyda", "peyda", sans-serif;
	font-size: 32px;
	font-weight: 900;
	line-height: 1.2;
}

.tfl-section-heading--centered {
	position: relative;
	display: flex;
	min-height: 96px;
	margin-bottom: 10px;
	flex-direction: column;
	justify-content: center;
	text-align: center;
}

.tfl-section-heading__line {
	width: 112px;
	height: 4px;
	margin-top: 13px;
	border-radius: 999px;
	background: linear-gradient(90deg, transparent, var(--tfl-green), var(--tfl-blue), transparent);
}

.tfl-header {
	min-height: 130px;
	box-sizing: border-box;
}

/* Desktop header geometry translated from Elementor page 35238. */
@media (min-width: 1025px) {
	.tfl-header__top-wrap {
		width: 95%;
		z-index: 550;
	}

	.tfl-header__top-bar {
		min-height: 70px;
		padding: 15px;
		border: 1px solid #bfbfbf;
		border-radius: 18px;
		box-shadow: none;
	}

	.ttmm-navbar {
		width: calc(50% - 165px);
		max-width: calc(50% - 165px);
		flex-basis: calc(50% - 165px);
	}

	.tfl-header__utility {
		width: calc(50% - 165px);
		max-width: calc(50% - 165px);
		flex-basis: calc(50% - 165px);
	}

	.tfl-header__brand-dock {
		top: 0;
		width: 300px;
		height: 127px;
		z-index: 560;
	}

	.tfl-header__arch-img {
		top: 56px;
		width: 300px;
		height: 74px;
		z-index: 200;
	}

	.tfl-header__brand-logo {
		top: 36px;
		z-index: 300;
	}

	.tfl-header__brand-logo img {
		width: 186px;
		height: 75px;
	}

	.tfl-header__actions-wrap {
		width: 85%;
		max-width: none;
		margin-top: -7px;
		z-index: 99;
	}

	.tfl-header__actions-bar {
		min-height: 57px;
		padding: 0;
		border-radius: 0 0 20px 20px;
		box-shadow: none;
	}

	.tfl-header__support {
		width: 40%;
		box-sizing: border-box;
		padding: 8px 15px 0 0;
		gap: 5px;
	}

	.tfl-header__actions-left {
		width: 58%;
		box-sizing: border-box;
		padding: 10px 0 6px 10px;
		gap: 10px;
	}
}

.tfl-hero {
	min-height: 940px;
	margin-top: -180px;
	padding-top: 190px;
	padding-bottom: 48px;
}

.tfl-hero__inner {
	width: min(1320px, calc(100% - 20px));
	gap: 30px;
}

.tfl-hero__slider-wrap {
	min-height: 430px;
}

.tfl-hero__swiper {
	width: 100%;
	min-width: 0;
	overflow: hidden;
}

.tfl-hero__title {
	font-size: 40px;
	line-height: 40px;
}

.tfl-hero__subtitle {
	padding: 12px 24px;
	border-radius: 15px;
}

.tfl-hero__btn {
	width: 252px;
	height: 52px;
	box-sizing: border-box;
	padding: 12px 24px;
	border-radius: 8px;
}

.tfl-hero__benefits {
	gap: 10px;
}

.tfl-categories {
	padding: 50px 0 0;
}

.tfl-categories__grid {
	gap: 24px;
	overflow: visible;
}

.tfl-category {
	overflow: visible;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	transition: none;
}

.tfl-category:hover {
	transform: none;
	box-shadow: none;
}

.tfl-categories__title {
	display: flex;
	align-items: baseline;
	justify-content: center;
	gap: 7px;
	direction: rtl;
}

.tfl-section-heading .tfl-categories__title > span {
	color: #222;
	font-size: 23px;
	font-weight: 500;
}

.tfl-categories__title strong {
	color: var(--tfl-blue);
	font-size: 32px;
	font-weight: 900;
}

.tfl-category__media {
	position: relative;
	display: block;
	width: 100%;
	aspect-ratio: 1;
	border-radius: 50%;
}

.tfl-category__media img {
	display: block;
	width: 100%;
	height: 100%;
	aspect-ratio: 1;
	border-radius: 50%;
	object-fit: cover;
}

.tfl-category__media::after {
	content: "";
	position: absolute;
	inset: 0;
	box-sizing: border-box;
	padding: 2.5px;
	border-radius: 50%;
	background: linear-gradient(135deg, #1c64f2, #34d99b, #1c64f2);
	-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	opacity: 0;
	pointer-events: none;
	transition: opacity .3s ease;
	animation: tflRotateCategoryBorder 2s linear infinite;
}

.tfl-category:hover .tfl-category__media::after,
.tfl-category:focus-visible .tfl-category__media::after {
	opacity: 1;
}

@keyframes tflRotateCategoryBorder {
	from { transform: rotate(0deg); }
	to { transform: rotate(360deg); }
}

.tfl-category h2 {
	padding: 24px 10px 0;
	font-size: 18px;
	font-weight: 600;
	line-height: 21.6px;
	font-family: 'Peyda', 'peyda', sans-serif;
}

.tfl-products,
.tfl-offers,
.tfl-category-products,
.tfl-brands,
.tfl-blog {
	margin-top: 100px;
}

.tfl-products,
.tfl-category-products,
.tfl-brands,
.tfl-blog {
	padding-block: 0;
}

.tfl-carousel,
.tfl-carousel .swiper,
.tfl-carousel .swiper-wrapper,
.tfl-carousel .swiper-slide,
.tfl-offers__carousel {
	min-width: 0;
	max-width: 100%;
	box-sizing: border-box;
}

.tfl-carousel {
	width: 100%;
	overflow: hidden;
}

.tfl-carousel .swiper {
	width: 100%;
}


.tfl-promos {
	gap: 20px;
}

.tfl-promos img {
	border-radius: 26px;
}

.tfl-offers {
	margin-top: 80px;
	margin-bottom: 30px;
	padding: 0;
	background: transparent;
}

.tfl-offers__layout {
	display: flex;
	flex-direction: row;
	gap: 14px;
	align-items: stretch;
}

.tfl-offers__intro {
	flex: 0 0 285px;
	max-width: 285px;
	width: 285px;
	min-height: 440px;
	border-radius: 20px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
	align-items: center;
	padding: 20px 10px;
	box-sizing: border-box;
}

.tfl-offers__heading {
	font-family: 'Peyda', peyda, sans-serif;
	font-size: 48px;
	font-weight: 700;
	color: #ffffff;
	line-height: 1.15;
	margin: 0;
	text-align: center;
}

.tfl-offers__btn {
	background-color: #ffffff;
	font-family: 'Peyda', peyda, sans-serif;
	font-size: 17px;
	font-weight: 500;
	color: #333333;
	padding: 12px 75px;
	border-radius: 6px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	transition: all 0.3s ease;
	box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
}

.tfl-offers__btn:hover {
	background-color: #f8f9fa;
	transform: translateY(-2px);
	box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
}

.tfl-offers .tfl-countdown {
	background-color: #ffffff;
	border-radius: 13px;
	padding: 6px 8px;
	width: 88%;
	max-width: 250px;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 4px;
	box-sizing: border-box;
}

.tfl-offers .tfl-countdown-item {
	flex: 1;
	padding: 5px 3px;
	background-color: #CAFBE9;
	border: 1px solid #D8D8D8;
	border-radius: 10px;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.tfl-offers .tfl-countdown-digits {
	color: #000000;
	font-family: 'Peyda', peyda, sans-serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.3;
}

.tfl-offers .tfl-countdown-label {
	color: #000000;
	font-family: 'Peyda', peyda, sans-serif;
	font-size: 13px;
	font-weight: 500;
}

.tfl-offers__carousel-wrap {
	flex: 1 1 calc(100% - 305px);
	max-width: calc(100% - 305px);
	min-width: 0;
	position: relative;
	isolation: isolate;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

.tfl-offers-nav {
	display: flex;
	gap: 8px;
	justify-content: flex-end;
	margin-bottom: 12px;
	z-index: 10;
}

.tfl-offers__carousel {
	width: 100%;
	position: relative;
	min-width: 0;
	overflow: visible;
}

.tfl-offers__carousel .swiper {
	overflow: hidden;
	padding-top: 18px;
	margin-top: -18px;
	padding-bottom: 18px;
	margin-bottom: -18px;
	padding-inline: 4px;
}

.tfl-offers .swiper-slide {
	position: relative;
	z-index: 1;
	transition: transform 0.4s ease-in-out,
		border-color 0.4s ease-in-out,
		box-shadow 0.4s ease-in-out,
		background-color 0.4s ease-in-out;
	will-change: transform;
}

.tfl-offers .swiper-slide:hover {
	z-index: 30;
	position: relative;
}

@media (max-width: 1024px) {
	.tfl-offers__layout {
		flex-direction: column;
		align-items: center;
	}
	.tfl-offers__intro {
		width: 100%;
		max-width: 480px;
		margin-bottom: 25px;
	}
	.tfl-offers__carousel-wrap,
	.tfl-offers__carousel {
		width: 100%;
		max-width: 100%;
	}
	.tfl-offers-nav {
		margin-bottom: 10px;
	}
}

.tfl-installments {
	margin-top: 100px;
	padding: 68px 0;
	background: linear-gradient(180deg, #f4fbff 0%, #fff 100%);
}

.tfl-installments__inner {
	display: grid;
	grid-template-columns: 0.72fr 1.28fr;
	gap: 48px;
	align-items: center;
}

.tfl-installments__copy > p {
	margin: 0 0 12px;
	color: #687386;
	font-size: 20px;
}

.tfl-installments__copy h2 {
	margin: 0;
	font-size: 48px;
	line-height: 1.35;
}

.tfl-installments__copy h2 span {
	color: var(--tfl-blue);
}

.tfl-installments__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}

.tfl-installment-card {
	display: flex;
	min-height: 178px;
	box-sizing: border-box;
	padding: 20px;
	align-items: center;
	gap: 16px;
	border: 1px solid #dbeeff;
	border-radius: 28px;
	background: #fff;
	box-shadow: 0 14px 38px -30px rgba(28, 100, 242, .55);
}

.tfl-installment-card img {
	width: 82px;
	height: 82px;
	object-fit: contain;
}

.tfl-installment-card h3 {
	margin: 0 0 8px;
	font-size: 18px;
}

.tfl-installment-card p {
	margin: 0;
	color: #687386;
	font-size: 13px;
	line-height: 1.8;
}

.tfl-promo-grid {
	gap: 18px;
}

.tfl-category-products__group + .tfl-category-products__group {
	margin-top: 30px;
}

.tfl-category-products__heading {
	display: flex;
	margin-bottom: 14px;
	align-items: center;
	justify-content: space-between;
}

.tfl-category-products__heading h2 {
	margin: 0;
	font-size: 23px;
	font-weight: 800;
}

.tfl-category-products__heading > a {
	padding: 8px 18px;
	border: 1px solid #c4c4c4;
	border-radius: 999px;
	color: #777;
	text-decoration: none;
}

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

.tfl-tab-product {
	min-width: 0;
	background: #edf8ff;
}

.tfl-tab-product__image {
	flex: 0 0 84px;
}

.tfl-tab-product img {
	display: block;
	width: 84px;
	height: 84px;
}

.tfl-brands__carousel {
	padding-block: 12px 28px;
}

.tfl-brand {
	display: flex;
	height: 92px;
	box-sizing: border-box;
	padding: 18px 14px 10px;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 14px;
	border: 0;
	border-radius: 20px;
	background: #fff;
	color: var(--tfl-blue);
	text-decoration: none;
	font-size: 18px;
}

.tfl-brand img {
	display: block;
	width: 100%;
	height: 6px;
	object-fit: fill;
}

.tfl-blog {
	padding-bottom: 100px;
}

.tfl-blog__carousel {
	padding-block: 8px 20px;
}

.tfl-blog-card {
	overflow: hidden;
	box-sizing: border-box;
	border: 1px solid #f8f8f8;
	border-radius: 25px;
	background: #fff;
	box-shadow: 0 8px 35px -24px rgba(0, 0, 0, .28);
	transition: transform .35s ease, border-color .35s ease;
}

.tfl-blog-card:hover {
	transform: translateY(-6px);
	border-color: rgba(52, 217, 155, .45);
}

.tfl-blog-card__image,
.tfl-blog-card__image img {
	display: block;
	width: 100%;
}

.tfl-blog-card__image img {
	height: 210px;
	border-radius: 25px;
	object-fit: cover;
}

.tfl-blog-card__body {
	padding: 13px 16px 16px;
}

.tfl-blog-card h3 {
	height: 25px;
	margin: 0 0 8px;
	overflow: hidden;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.6;
}

.tfl-blog-card a {
	color: #222;
	text-decoration: none;
}

.tfl-blog-card p {
	display: -webkit-box;
	height: 45px;
	margin: 0 0 10px;
	overflow: hidden;
	color: #666;
	font-size: 12px;
	line-height: 1.8;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.tfl-blog-card__cta {
	display: flex;
	height: 47px;
	align-items: center;
	justify-content: center;
	border: 2px solid #c4c4c4;
	border-radius: 13px;
	color: #aaa !important;
	font-size: 20px;
	font-weight: 500;
}

.tfl-blog-card__cta:hover {
	border-color: var(--tfl-blue);
	background: #cddeff;
	color: var(--tfl-blue) !important;
}

.tfl-footer {
	min-height: 586px;
	box-sizing: border-box;
	padding-top: 72px;
	background: #102a56;
}

.tfl-footer__grid {
	gap: 42px;
}

.tfl-footer__copyright {
	margin-top: 54px;
}

@media (max-width: 1024px) {
	.tfl-header {
		min-height: 57px;
		padding-top: 0;
	}

	.tfl-header__mobile {
		padding: 0;
	}

	.tfl-header__mobile-bar {
		width: 95%;
		min-height: 57px;
		padding: 0;
	}

	.tfl-mobile-toggle,
	.tfl-mobile-cart {
		width: 42px;
		height: 42px;
	}

	.tfl-mobile-logo img {
		width: 112px;
		height: 57px;
	}

	.tfl-mobile-logo {
		display: flex;
		width: 40%;
		justify-content: center;
	}

	.tfl-mobile-toggle,
	.tfl-mobile-cart {
		box-sizing: border-box;
		width: 42px;
		max-width: none;
		flex: 0 0 42px;
		border: 1px solid #b4b4b4;
		border-radius: 10px;
		background: #fff;
	}

	.tfl-mobile-toggle {
		justify-self: start;
	}

	.tfl-mobile-cart {
		justify-self: end;
	}

	.tfl-drawer__dialog {
		width: 70vw;
		max-width: 340px;
	}

	.tfl-mobile-nav__row {
		padding: 15px 14px;
	}

	.tfl-mobile-nav__row a {
		font-size: 14px;
	}

	.tfl-drawer.is-open {
		display: block;
	}

	.tfl-hero {
		margin-top: 0;
		padding-top: 40px;
	}

	.tfl-hero__slide {
		padding-inline: 44px;
	}

	.tfl-offers__layout {
		grid-template-columns: 1fr;
	}

	.tfl-offers__intro {
		text-align: center;
	}

	.tfl-offers .tfl-button {
		margin-inline: auto;
	}

	.tfl-installments__inner {
		grid-template-columns: 1fr;
	}

	.tfl-installments__copy {
		text-align: center;
	}

	.tfl-category-products__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	.tfl-container {
		width: calc(100% - 20px);
	}

	.tfl-section-heading {
		margin-bottom: 18px;
	}

	.tfl-section-heading h2 {
		font-size: 26px;
	}

	.tfl-section-heading > p {
		font-size: 20px;
	}

	.tfl-hero {
		min-height: 760px;
		padding: 34px 0 30px;
	}

	.tfl-hero__slider-wrap {
		min-height: 430px;
	}

	.tfl-hero__slide {
		padding: 0 30px;
		flex-direction: column-reverse;
		justify-content: center;
		gap: 24px;
	}

	.tfl-hero__copy {
		align-items: center;
		text-align: center;
	}

	.tfl-hero__title {
		font-size: 28px;
		line-height: 1.35;
	}

	.tfl-hero__media {
		max-width: 310px;
	}

	.tfl-hero__benefits {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.tfl-categories {
		padding-top: 28px;
	}

	.tfl-categories__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 22px 12px;
	}

	.tfl-category {
		display: block;
	}

	.tfl-categories__title {
		flex-wrap: wrap;
		gap: 3px 6px;
		line-height: 1.35;
	}

	.tfl-section-heading .tfl-categories__title > span {
		font-size: 18px;
	}

	.tfl-categories__title strong {
		font-size: 25px;
	}

	.tfl-category h2 {
		padding: 12px 4px 0;
		font-size: 14px;
		line-height: 1.65;
	}

	.tfl-products,
	.tfl-offers,
	.tfl-installments,
	.tfl-category-products,
	.tfl-brands,
	.tfl-blog {
		margin-top: 50px;
	}

	.tfl-product-card {
		min-height: 330px;
	}

	.tfl-product-card__media {
		height: 235px;
	}

	.tfl-promos,
	.tfl-promos-grid {
		grid-template-columns: 1fr;
		gap: 16px;
	}

	.tfl-offers {
		padding-block: 38px;
	}

	.tfl-offers__intro h2 {
		font-size: 40px;
		line-height: 42px;
	}

	.tfl-installments {
		padding: 50px 0;
	}

	.tfl-installments__copy h2 {
		font-size: 34px;
	}

	.tfl-installments__grid,
	.tfl-category-products__grid {
		grid-template-columns: 1fr;
	}

	.tfl-installment-card {
		min-height: 138px;
	}

	.tfl-promo-grid {
		grid-template-columns: 1fr;
	}

	.tfl-promo-grid__wide {
		grid-column: auto;
	}

	.tfl-blog {
		padding-bottom: 50px;
	}

	.tfl-footer {
		min-height: 0;
	}
}

/* ==========================================================================
   Jet Banner & Bubba Hover + Light Sweep Shine Effect (Promotional Banners)
   ========================================================================== */

.tfl-promos-section {
	margin: 50px auto 30px !important;
	width: 100% !important;
	padding: 0 !important;
	box-sizing: border-box !important;
}

.tfl-promos-section .tfl-container,
.tfl-promos-grid {
	max-width: 1140px !important;
	width: 100% !important;
	margin-left: auto !important;
	margin-right: auto !important;
	padding-left: 15px !important;
	padding-right: 15px !important;
	display: flex !important;
	flex-direction: row !important;
	justify-content: center !important;
	align-items: stretch !important;
	gap: 20px !important;
	box-sizing: border-box !important;
}

.tfl-promo-item {
	position: relative !important;
	flex: 1 1 calc(50% - 10px) !important;
	width: calc(50% - 10px) !important;
	max-width: 560px !important;
	margin: 0 !important;
	padding: 0 !important;
	display: flex !important;
	flex-direction: column !important;
	border-radius: 25px !important;
	overflow: hidden !important;
	box-sizing: border-box !important;
}

/* Headings overlay matching live site exactly */
.tfl-promo-content {
	position: absolute !important;
	top: 45px !important;
	right: 33px !important;
	z-index: 5 !important;
	pointer-events: none !important;
	display: flex !important;
	flex-direction: column !important;
	gap: 10px !important;
	text-align: right !important;
	direction: rtl !important;
	max-width: 75% !important;
	margin: 0 !important;
	padding: 0 !important;
}

.tfl-promo-heading-title {
	margin: 0 !important;
	padding: 0 !important;
}

.tfl-promo-heading-title .elementor-heading-title {
	font-family: 'peyda', 'Peyda', sans-serif !important;
	font-size: 24px !important;
	font-weight: 600 !important;
	color: #333333 !important;
	line-height: 28px !important;
	margin: 0 !important;
	padding: 0 !important;
	text-align: right !important;
	white-space: nowrap !important;
}

.tfl-promo-heading-subtitle {
	margin: 0 !important;
	padding: 0 !important;
}

.tfl-promo-heading-subtitle .elementor-heading-title {
	font-family: 'pinar', 'Pinar', sans-serif !important;
	font-size: 16px !important;
	font-weight: 600 !important;
	color: #333333 !important;
	line-height: 20px !important;
	margin: 0 !important;
	padding: 0 !important;
	text-align: right !important;
	white-space: nowrap !important;
}

/* Widget Container & myban Shine */
.tfl-promo-item .elementor-widget-jet-banner,
.tfl-promo-item .elementor-jet-banner,
.elementor-widget-jet-banner.myban,
.myban {
	position: relative !important;
	overflow: hidden !important;
	cursor: pointer;
	border-radius: 25px !important;
	transition: transform 0.3s ease, filter 0.3s ease;
	width: 100% !important;
	max-width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	box-sizing: border-box !important;
}

.elementor-widget-jet-banner.myban:hover,
.tfl-promo-item:hover .myban {
	filter: brightness(1.03);
}

/* افکت برق و رد شدن نور هنگام هاور (Exact Light Sweep Shine Effect from live site) */
.elementor-widget-jet-banner.myban::before {
	content: "";
	position: absolute;
	top: 0;
	left: -150%;
	width: 50%;
	height: 100%;
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.45) 50%, rgba(255, 255, 255, 0) 100%);
	transform: skewX(-25deg);
	transition: none;
	z-index: 4;
	pointer-events: none;
}

.elementor-widget-jet-banner.myban:hover::before,
.tfl-promo-item:hover .myban::before {
	left: 150%;
	transition: 0.7s ease-in-out;
}

.elementor-jet-banner:after {
	clear: both;
	width: 100%;
	display: block;
	content: '';
}

.tfl-promo-item figure,
.tfl-promo-item figure.jet-banner,
.jet-banner {
	position: relative !important;
	overflow: hidden !important;
	float: none !important;
	max-width: 100% !important;
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	border-radius: 25px !important;
	box-sizing: border-box !important;
}

.jet-banner * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.jet-banner__link {
	display: block !important;
	position: relative !important;
	width: 100% !important;
	height: 100% !important;
	text-decoration: none !important;
	color: inherit !important;
	border-radius: 25px !important;
	overflow: hidden !important;
	margin: 0 !important;
	padding: 0 !important;
	box-sizing: border-box !important;
}

.jet-banner__content {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	text-align: center;
	pointer-events: none;
}

.jet-banner__content-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column;
	flex-flow: column;
	width: 100%;
	height: 100%;
}

.jet-banner__overlay {
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	right: 0 !important;
	bottom: 0 !important;
	width: 100% !important;
	height: 100% !important;
	z-index: 1 !important;
	opacity: 0 !important;
	background: #000 !important;
	border-radius: 25px !important;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-webkit-transition: opacity 0.35s;
	-o-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

.jet-banner__img {
	display: block !important;
	width: 100% !important;
	max-width: 100% !important;
	height: auto !important;
	aspect-ratio: 600 / 263 !important;
	object-fit: cover !important;
	border-radius: 25px !important;
	margin: 0 !important;
	padding: 0 !important;
	vertical-align: middle !important;
	box-sizing: border-box !important;
}

.jet-banner:hover .jet-banner__overlay {
	opacity: 0.15;
}

/* Jet Effect: Bubba */
.jet-banner.jet-effect-bubba .jet-banner__content::before,
.jet-banner.jet-effect-bubba .jet-banner__content::after {
	position: absolute;
	top: 24px;
	right: 24px;
	bottom: 24px;
	left: 24px;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, -webkit-transform 0.35s;
	-o-transition: opacity 0.35s, transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
	pointer-events: none;
	border-radius: 16px;
}

.jet-banner.jet-effect-bubba .jet-banner__content::before {
	border-top: 1.5px solid rgba(255, 255, 255, 0.9);
	border-bottom: 1.5px solid rgba(255, 255, 255, 0.9);
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
}

.jet-banner.jet-effect-bubba .jet-banner__content::after {
	border-right: 1.5px solid rgba(255, 255, 255, 0.9);
	border-left: 1.5px solid rgba(255, 255, 255, 0.9);
	-webkit-transform: scale(1, 0);
	-ms-transform: scale(1, 0);
	transform: scale(1, 0);
}

.jet-banner.jet-effect-bubba:hover .jet-banner__content::before,
.jet-banner.jet-effect-bubba:hover .jet-banner__content::after {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.jet-banner__text-wrap {
	display: none;
}

/* Responsive Breakpoints for Promo Banners */
@media (max-width: 1024px) {
	.tfl-promos-grid {
		gap: 16px !important;
	}
	.tfl-promo-content {
		top: 35px !important;
		right: 25px !important;
		gap: 8px !important;
	}
	.tfl-promo-heading-title .elementor-heading-title {
		font-size: 20px !important;
		line-height: 20px !important;
	}
	.tfl-promo-heading-subtitle .elementor-heading-title {
		font-size: 14px !important;
		line-height: 14px !important;
	}
}

@media (max-width: 767px) {
	.tfl-promos-section .tfl-container,
	.tfl-promos-grid {
		flex-direction: column !important;
		gap: 16px !important;
	}
	.tfl-promo-item {
		width: 100% !important;
		max-width: 100% !important;
		flex: 1 1 100% !important;
		border-radius: 20px !important;
	}
	.tfl-promo-item .elementor-widget-jet-banner,
	.tfl-promo-item .elementor-jet-banner,
	.elementor-widget-jet-banner.myban,
	.myban,
	.jet-banner,
	.jet-banner__img,
	.jet-banner__link,
	.jet-banner__overlay {
		border-radius: 20px !important;
	}
	.tfl-promo-content {
		top: 25px !important;
		right: 20px !important;
		gap: 6px !important;
	}
	.tfl-promo-heading-title .elementor-heading-title {
		font-size: 15px !important;
		line-height: 18px !important;
	}
	.tfl-promo-heading-subtitle .elementor-heading-title {
		font-size: 11px !important;
		line-height: 14px !important;
	}
}

/* ==========================================================================
   SnappPay Installment Section (پرداخت اقساطی اسنپ‌پی)
   ========================================================================== */

.tfl-snapppay-section {
	margin: 60px auto 40px;
	width: 100%;
}

.tfl-snapppay-layout {
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	gap: 30px;
	width: 100%;
	box-sizing: border-box;
}

.tfl-snapppay-benefits {
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 16px;
	width: 100%;
}

.tfl-snapppay-visual {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	position: relative;
}

.tfl-snapppay-media-wrap {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: transform 0.4s ease;
}

.tfl-snapppay-media-wrap:hover {
	transform: scale(1.02);
}

.tfl-snapppay-desktop-img {
	display: block;
	width: 100%;
	max-width: 580px;
	height: auto;
	object-fit: contain;
}

.tfl-snapppay-mobile-img {
	display: none;
}

/* 4 Benefit Cards */
.tfl-snapppay-card {
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	justify-content: flex-end;
	gap: 16px;
	background: #ffffff;
	padding: 14px 20px;
	border-radius: 16px;
	border: 1.5px solid transparent;
	box-shadow: 0px 10.42px 50.81px -17.62px rgba(0, 0, 0, 0.12);
	cursor: pointer;
	transition: all 0.3s ease-in-out;
	text-align: right;
	direction: rtl;
	width: 100%;
	box-sizing: border-box;
}

.tfl-snapppay-card:hover {
	border-color: #1C64F2;
	box-shadow: 0 8px 25px rgba(28, 100, 242, 0.16);
	transform: translateX(-6px);
}

.tfl-snapppay-icon-box {
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
}

.tfl-snapppay-icon {
	display: block;
	width: 48px;
	height: 48px;
	object-fit: contain;
	transition: transform 0.3s ease;
}

.tfl-snapppay-card:hover .tfl-snapppay-icon {
	transform: scale(1.1);
}

.tfl-snapppay-content {
	display: flex;
	flex-direction: column;
	gap: 4px;
	flex: 1;
}

.tfl-snapppay-title {
	font-family: 'Peyda', 'peyda', sans-serif;
	font-size: 16px;
	font-weight: 700;
	color: #1E293B;
	line-height: 1.35;
	margin: 0;
	transition: color 0.25s ease;
}

.tfl-snapppay-card:hover .tfl-snapppay-title {
	color: #1C64F2;
}

.tfl-snapppay-desc {
	font-family: 'Pinar', 'Peyda', sans-serif;
	font-size: 13.5px;
	font-weight: 400;
	color: #64748B;
	line-height: 1.5;
	margin: 0;
}

@media (max-width: 767px) {
	.tfl-snapppay-layout {
		flex-direction: column-reverse;
		gap: 24px;
	}

	.tfl-snapppay-desktop-img {
		display: none;
	}

	.tfl-snapppay-mobile-img {
		display: block;
		width: 100%;
		max-width: 320px;
		height: auto;
		object-fit: contain;
	}

	.tfl-snapppay-card {
		padding: 12px 14px;
		gap: 12px;
	}

	.tfl-snapppay-title {
		font-size: 14.5px;
	}

	.tfl-snapppay-desc {
		font-size: 12px;
	}
}

/* ==========================================================================
   3-Column Categorized Section & Mini Card (.mycart2)
   ========================================================================== */

.tfl-categorized-section {
	margin: 60px auto 40px;
	width: 100%;
}

.tfl-categorized-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
	width: 100%;
	box-sizing: border-box;
}

.tfl-catcol {
	background: transparent;
	border-radius: 30px;
	padding: 24px 16px 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 14px;
	box-sizing: border-box;
}

.tfl-catcol-pill {
	background: #ffffff;
	border-radius: 50px;
	padding: 8px 32px;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
	margin-bottom: 4px;
	text-align: center;
}

.tfl-catcol-pill h2 {
	font-family: 'Peyda', 'peyda', sans-serif;
	font-size: 18px;
	font-weight: 700;
	color: #1E293B;
	margin: 0;
	padding: 0;
	line-height: 1.3;
}

.tfl-catcol-cards {
	display: flex;
	flex-direction: column;
	gap: 12px;
	width: 100%;
}

/* Mini Product Card .mycart2 */
.mycart2,
.tfl-mini-card {
	transition: 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
	cursor: pointer;
	background: #ffffff;
	border-radius: 20px;
	border: 1px solid #ECECEC;
	position: relative;
	overflow: hidden;
	width: 100%;
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	justify-content: space-between;
	padding: 12px 14px;
	box-sizing: border-box;
	gap: 12px;
	text-align: right;
	direction: rtl;
}

.mycart2::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.mycart2:hover,
.tfl-mini-card:hover {
	transform: translateX(-8px);
	border-color: #34D99B;
	box-shadow: rgba(28, 100, 242, 0.08) 0px 10px 30px, rgba(52, 217, 155, 0.2) 0px 0px 10px;
}

.tfl-mini-card__image-box {
	width: 75px;
	height: 75px;
	flex-shrink: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
}

.tfl-mini-card__brand {
	position: absolute;
	top: -4px;
	right: 0;
	z-index: 2;
}

.tfl-mini-card__brand img {
	display: block;
	width: 28px;
	height: auto;
	object-fit: contain;
}

.tfl-mini-card__img-link {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}

.tfl-mini-card__img-link img {
	width: 70px;
	height: 70px;
	object-fit: contain;
	display: block;
	transition: transform 0.5s ease;
}

.mycart2:hover .tfl-mini-card__img-link img {
	transform: scale(1.05);
}

.tfl-mini-card__info {
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 3px;
	text-align: right;
	min-width: 0;
	z-index: 2;
}

.tfl-mini-card__title {
	font-family: 'Peyda', 'peyda', sans-serif;
	font-size: 13.5px;
	font-weight: 700;
	color: #000000;
	line-height: 1.4;
	margin: 0;
	padding: 0;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: right;
	width: 100%;
}

.tfl-mini-card__title a {
	color: #000000;
	text-decoration: none;
	transition: color 0.3s ease;
}

.mycart2:hover .tfl-mini-card__title a {
	color: #1C64F2 !important;
}

.tfl-mini-card__cat {
	font-family: 'Peyda', 'peyda', sans-serif;
	font-size: 11px;
	color: #64748B;
	margin: 0;
	padding: 0;
	text-align: right;
}

.tfl-mini-card__btn {
	background-color: transparent;
	background-image: linear-gradient(140deg, rgb(28, 100, 242) 0%, rgb(52, 217, 155) 100%);
	border-radius: 250px;
	padding: 4px 10px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	text-decoration: none;
	color: #ffffff !important;
	font-family: 'Peyda', 'peyda', sans-serif;
	font-size: 11.5px;
	font-weight: 600;
	line-height: 1.8;
	margin-top: 3px;
	border: none;
	cursor: pointer;
	transition: 0.3s !important;
	z-index: 3;
}

.tfl-mini-card__btn-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.tfl-mini-card__btn-icon svg {
	width: 18px;
	height: 18px;
	display: block;
}

.mycart2:hover .elementor-button,
.mycart2:hover .tfl-mini-card__btn {
	filter: saturate(1.2) brightness(1.05);
	box-shadow: rgba(52, 217, 155, 0.35) 0px 5px 15px;
}

@media (max-width: 1024px) {
	.tfl-categorized-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 767px) {
	.tfl-categorized-grid {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.tfl-catcol {
		padding: 20px 12px 16px;
		border-radius: 24px;
	}

	.tfl-catcol-pill h2 {
		font-size: 16px;
	}

	.tfl-mini-card {
		padding: 10px 12px;
	}

	.tfl-mini-card__title {
		font-size: 12.5px;
	}
}

/* ==========================================================================
   Featured Brands Section (برندهای ویژه)
   ========================================================================== */

.tfl-brands-section {
	margin: 80px auto 40px;
	width: 100%;
}

.tfl-brands-heading {
	margin-bottom: 24px;
	text-align: right;
}

.tfl-brands-heading h2 {
	font-family: 'Peyda', 'peyda', sans-serif;
	font-size: 28px;
	font-weight: 700;
	color: #1E293B;
	margin: 0;
	padding: 0;
	display: inline-flex;
	gap: 6px;
}

.tfl-brands-heading .tfl-heading-prefix {
	color: #1E293B;
}

.tfl-brands-heading .tfl-heading-suffix {
	color: #1C64F2;
}

/* Glowing Card Wrapper matching Elementor post-35797 exact blue glow */
.tfl-brands-card-wrap {
	background: #ffffff;
	border-radius: 20px;
	box-shadow: 0px 0px 14px 0px rgba(28, 100, 242, 0.45);
	padding: 8px 16px;
	position: relative;
	box-sizing: border-box;
	border: 1px solid rgba(28, 100, 242, 0.1);
}

.tfl-brands__carousel {
	position: relative;
	width: 100%;
}

.tfl-brand-slide {
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
}

.tfl-brand-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 32px 20px 24px;
	text-decoration: none;
	width: 100%;
	transition: transform 0.3s ease;
	box-sizing: border-box;
}

.tfl-brand-name {
	font-family: 'Peyda', 'peyda', sans-serif;
	font-size: 17px;
	font-weight: 700;
	color: #333333;
	margin: 0 0 8px 0;
	transition: color 0.3s ease, transform 0.3s ease;
	text-align: center;
}

.tfl-brand-line {
	display: block;
	width: 65%;
	max-width: 140px;
	height: auto;
	transition: transform 0.3s ease, filter 0.3s ease;
	opacity: 0.9;
}

.tfl-brand-item:hover {
	transform: translateY(-2px);
}

.tfl-brand-item:hover .tfl-brand-name {
	color: #1C64F2;
	transform: translateY(-2px);
}

.tfl-brand-item:hover .tfl-brand-line {
	transform: scaleX(1.15);
	filter: drop-shadow(0 2px 5px rgba(28, 100, 242, 0.5));
	opacity: 1;
}

/* Brands Carousel 3-Dot Pagination matching live tanteb.co */
.tfl-brands-pagination,
.elementor-element-21ee480 .swiper-pagination {
	position: static !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	gap: 6px !important;
	margin-top: 14px !important;
	margin-bottom: 6px !important;
	width: 100% !important;
}

.tfl-brands-pagination .swiper-pagination-bullet,
.elementor-element-21ee480 .swiper-pagination-bullet {
	width: 6px !important;
	height: 6px !important;
	background: #1C64F2 !important;
	opacity: 0.25 !important;
	border-radius: 50% !important;
	margin: 0 !important;
	cursor: pointer !important;
	transition: all 0.3s ease !important;
	box-sizing: border-box !important;
}

.tfl-brands-pagination .swiper-pagination-bullet-active,
.elementor-element-21ee480 .swiper-pagination-bullet-active {
	opacity: 1 !important;
	background: #1C64F2 !important;
	transform: scale(1.1) !important;
}

.tfl-brands__carousel .tfl-carousel__button,
.tfl-brands-section .tfl-carousel__button,
.elementor-element-21ee480 .elementor-swiper-button-prev,
.elementor-element-21ee480 .elementor-swiper-button-next {
	display: none !important;
}

@media (max-width: 767px) {
	.tfl-brands-heading h2 {
		font-size: 22px;
	}

	.tfl-brand-item {
		padding: 24px 12px 18px;
	}

	.tfl-brand-name {
		font-size: 15px;
	}

	.tfl-brands__carousel .tfl-carousel__button {
		display: none;
	}
}

/* ==========================================================================
   3-Column Categorized Section (Exact 1:1 Live Match - .mycart2 / #a4c084d)
   ========================================================================== */
.tfl-categorized-section {
	position: relative;
	padding: 40px 0 60px;
	width: 100%;
	direction: rtl;
}

.tfl-categorized-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	width: 100%;
	max-width: 1320px;
	margin: 0 auto;
	box-sizing: border-box;
}

/* Column Container */
.tfl-catcol {
	background: transparent;
	border-radius: 30px;
	padding: 24px 16px 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 14px;
	box-sizing: border-box;
	position: relative;
}

/* Top Column Pill Badge */
.tfl-catcol-pill {
	background: #ffffff;
	border-radius: 50px;
	padding: 8px 24px;
	box-shadow: 0px 4px 15px rgba(28, 100, 242, 0.08);
	border: 1px solid rgba(28, 100, 242, 0.12);
	margin-bottom: 6px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.tfl-catcol-pill .elementor-heading-title,
.tfl-catcol-pill h2,
.tfl-catcol-pill p {
	margin: 0;
	padding: 0;
	font-family: "peyda", "Pinar", sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.4;
	color: #1E293B;
	white-space: nowrap;
	text-align: center;
}

/* Cards Stack */
.tfl-catcol-cards {
	display: flex;
	flex-direction: column;
	gap: 12px;
	width: 100%;
}

/* Mini Horizontal Card (.mycart2) */
.mycart2.tfl-mini-card {
	background: #ffffff;
	border-radius: 20px;
	border: 1px solid #ECECEC;
	padding: 10px 14px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	box-sizing: border-box;
	width: 100%;
	cursor: pointer;
	position: relative;
	transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), border-color 0.4s ease, box-shadow 0.4s ease;
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

/* Card Hover */
.mycart2.tfl-mini-card:hover {
	transform: translateX(-8px);
	border-color: #34D99B;
	box-shadow: 0 10px 25px rgba(28, 100, 242, 0.08), 0 0 12px rgba(52, 217, 155, 0.2);
}

/* Image Box (on Right in RTL) */
.tfl-mini-card__image-box {
	width: 85px;
	height: 85px;
	min-width: 85px;
	flex: 0 0 85px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	border-radius: 12px;
	background: #ffffff;
	position: relative;
}

.tfl-mini-card__image-box a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}

.tfl-mini-card__image-box img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
	transition: transform 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
}

/* Image Zoom on Card Hover */
.mycart2.tfl-mini-card:hover .tfl-mini-card__image-box img {
	transform: scale(1.05);
}

/* Info Box (on Left in RTL) */
.tfl-mini-card__info {
	flex: 1;
	min-width: 0;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	text-align: right;
}

/* Title */
.tfl-mini-card__title {
	margin: 0 0 4px;
	padding: 0;
	font-family: "peyda", "Pinar", sans-serif;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.5;
	height: 38px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	width: 100%;
}

.tfl-mini-card__title a {
	color: #000000;
	text-decoration: none;
	transition: color 0.3s ease;
}

/* Title Color on Card Hover */
.mycart2.tfl-mini-card:hover .tfl-mini-card__title a {
	color: #1C64F2 !important;
}

/* Subtitle / Category */
.tfl-mini-card__cat {
	margin: 0 0 8px;
	padding: 0;
	font-family: "peyda", "Pinar", sans-serif;
	font-size: 11px;
	font-weight: 400;
	line-height: 1.4;
	color: #777777;
}

.tfl-mini-card__cat a {
	color: #777777;
	text-decoration: none;
}

/* Button Wrap */
.tfl-mini-card__btn-wrap {
	display: inline-block;
}

/* Gradient Button ("اینجا کلیک کنید") */
.tfl-mini-card__btn,
.mybut .elementor-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(140deg, #1C64F2 0%, #34D99B 100%);
	color: #FFFFFF !important;
	border: none;
	border-radius: 250px;
	padding: 4px 10px 4px 8px;
	text-decoration: none;
	font-family: "peyda", "Pinar", sans-serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 2.2em;
	cursor: pointer;
	box-shadow: none;
	transition: all 0.3s ease;
	box-sizing: border-box;
	height: 36px;
}

.tfl-mini-card__btn .elementor-button-content-wrapper {
	display: flex;
	align-items: center;
	gap: 6px;
	flex-direction: row-reverse;
}

.tfl-mini-card__btn .elementor-button-icon {
	display: flex;
	align-items: center;
	justify-content: center;
}

.tfl-mini-card__btn .elementor-button-icon svg {
	width: 22px;
	height: 22px;
	display: block;
}

.tfl-mini-card__btn .elementor-button-text {
	font-family: "peyda", "Pinar", sans-serif;
	font-size: 12px;
	font-weight: 400;
	color: #FFFFFF;
	white-space: nowrap;
}

/* Button on Card Hover */
.mycart2.tfl-mini-card:hover .tfl-mini-card__btn,
.tfl-mini-card__btn:hover {
	filter: saturate(1.2) brightness(1.05);
	box-shadow: 0 5px 15px rgba(52, 217, 155, 0.35);
}

@media (max-width: 1024px) {
	.tfl-categorized-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 767px) {
	.tfl-categorized-grid {
		grid-template-columns: 1fr;
		gap: 16px;
	}

	.tfl-catcol {
		padding: 18px 12px 16px;
	}

	.mycart2.tfl-mini-card:hover {
		transform: translateY(-4px);
	}

	.tfl-mini-card__title {
		font-size: 11px;
	}

	.tfl-mini-card__cat {
		font-size: 10px;
	}
}

/* ==========================================================================
   Blog / News & Articles Section (Exact 1:1 Live Match - .mypost1)
   ========================================================================== */
.tfl-blog-section {
	position: relative;
	padding: 40px 0 60px;
	background: transparent;
	direction: rtl;
	width: 100%;
	overflow: visible !important;
}

.tfl-blog-header-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 24px;
	width: 100%;
	direction: rtl;
}

.tfl-blog-heading {
	margin: 0;
	display: flex;
	align-items: center;
	text-align: right;
}

.tfl-blog-title {
	margin: 0;
	padding: 0;
	font-family: "Peyda", "doran", "Pinar", sans-serif;
	font-size: 30px;
	line-height: 1.2;
	display: inline-flex;
	align-items: baseline;
	gap: 6px;
}

.tfl-blog-title__dark {
	font-size: 26px;
	font-weight: 500;
	color: #333333;
}

.tfl-blog-title__blue {
	font-size: 30px;
	font-weight: 900;
	color: #1C64F2;
}

.tfl-blog-nav-buttons {
	display: flex;
	align-items: center;
	gap: 10px;
	direction: rtl;
}

.tfl-blog-carousel {
	position: relative;
	width: 100%;
	overflow: hidden !important;
}

.tfl-blog-carousel .swiper,
.elementor-element-6daf6a4 .swiper,
.elementor-element-6daf6a4 .elementor-loop-container {
	overflow: hidden !important;
	padding-top: 30px !important;
	padding-bottom: 35px !important;
	margin-top: -30px !important;
	margin-bottom: -35px !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
}

/* Exact Card Container */
.tfl-blog-card.mypost1 {
	background: #ffffff;
	border: 1px solid #F8F8F8;
	border-radius: 25px !important;
	box-shadow: 0px 7.5px 35px -24.4px rgba(0, 0, 0, 0.28);
	padding: 16px 14px 14px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	cursor: pointer;
	position: relative;
	overflow: hidden !important;
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), box-shadow 0.4s ease, border-color 0.4s ease;
	box-sizing: border-box;
	height: auto;
	z-index: 1;
}

/* Card Hover */
.tfl-blog-card.mypost1:hover {
	transform: translateY(-8px) !important;
	border-color: transparent !important;
	box-shadow: 0px 14px 40px -15px rgba(0, 0, 0, 0.22) !important;
	z-index: 99 !important;
}

/* Image Container */
.tfl-blog-card__image-box {
	border-radius: 25px 25px !important;
	overflow: hidden !important;
	-webkit-mask-image: -webkit-radial-gradient(white, black);
	width: 100%;
	height: 240px;
	flex: 0 0 240px;
	position: relative;
}

.tfl-blog-card__image-box a {
	display: block;
	width: 100%;
	height: 100%;
}

.tfl-blog-card__image-box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: inherit !important;
	transition: transform 0.9s cubic-bezier(0.1, 0, 0.3, 1) !important;
	display: block;
}

/* Image Zoom on Card Hover */
.tfl-blog-card.mypost1:hover .tfl-blog-card__image-box img {
	transform: scale(1.05);
}

/* Card Title */
.tfl-blog-card__title {
	height: 26px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	margin-top: 14px;
	text-align: right;
}

.tfl-blog-card__title h3 {
	margin: 0;
	padding: 0;
	font-family: "peyda", "Pinar", sans-serif;
	font-size: 14px;
	font-weight: 600;
	line-height: 26px;
}

.tfl-blog-card__title a {
	color: #333333;
	text-decoration: none;
	transition: color 0.3s ease;
}

/* Title Color on Card Hover */
.tfl-blog-card.mypost1:hover .tfl-blog-card__title a,
.tfl-blog-card.mypost1:hover .tfl-blog-card__title h3 {
	color: #1C64F2 !important;
}

/* Card Excerpt */
.tfl-blog-card__excerpt {
	height: 44px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-align: justify;
	margin-top: 6px;
}

.tfl-blog-card__excerpt p {
	margin: 0;
	padding: 0;
	font-family: "peyda", "Pinar", sans-serif;
	font-size: 12px;
	font-weight: 500;
	line-height: 22px;
	color: #666666;
	transition: color 0.3s ease;
}

/* Excerpt Color on Card Hover */
.tfl-blog-card.mypost1:hover .tfl-blog-card__excerpt p {
	color: #1C64F2 !important;
}

/* Divider */
.tfl-blog-card__divider {
	border: none;
	border-top: 1px solid #F4F4F4;
	width: 100%;
	margin: 12px 0 10px;
}

/* CTA Button */
.tfl-blog-card__btn-wrap {
	width: 95%;
	max-width: 95%;
	margin: 0 auto;
	text-align: center;
}

.tfl-blog-card__btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 48px;
	background-color: transparent;
	font-family: "peyda", "Pinar", sans-serif;
	font-size: 20px;
	font-weight: 500;
	line-height: 1;
	color: #AAAAAA;
	border: 2px solid #C4C4C4;
	border-radius: 13px;
	padding: 0 16px;
	text-align: center;
	text-decoration: none;
	box-sizing: border-box;
	transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

/* CTA Button Hover */
.tfl-blog-card__btn:hover,
.tfl-blog-card.mypost1:hover .tfl-blog-card__btn {
	background-color: #CDDEFF;
	color: #1C64F2;
	border-color: #1C64F2;
}

/* Blog Carousel Navigation Buttons - Exact Live tanteb.co Match */
.tfl-blog-nav-buttons .tfl-carousel__button,
.tfl-blog-nav-buttons .elementor-swiper-button,
.tfl-blog-carousel .tfl-carousel__button,
.elementor-element-6daf6a4 :is(.elementor-swiper-button-prev, .elementor-swiper-button-next),
.elementor-element-6daf6a4 .elementor-swiper-button {
	position: static !important;
	top: auto !important;
	bottom: auto !important;
	left: auto !important;
	right: auto !important;
	transform: none !important;
	margin: 0 !important;
	width: 38px !important;
	height: 38px !important;
	border-radius: 10px !important;
	background-color: #1C64F21F !important;
	border: 1px solid #1C64F233 !important;
	color: #1C64F2 !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	cursor: pointer !important;
	z-index: 20 !important;
	padding: 0 !important;
	box-shadow: none !important;
	transition: all 0.25s ease !important;
	visibility: visible !important;
}

.tfl-blog-nav-buttons :is(.tfl-carousel__button, .elementor-swiper-button, .tfl-carousel-nav-btn).swiper-button-disabled,
.tfl-blog-nav-buttons :is(.tfl-carousel__button, .elementor-swiper-button, .tfl-carousel-nav-btn)[aria-disabled="true"],
.tfl-blog-carousel :is(.tfl-carousel__button, .elementor-swiper-button, .tfl-carousel-nav-btn).swiper-button-disabled,
.tfl-blog-carousel :is(.tfl-carousel__button, .elementor-swiper-button, .tfl-carousel-nav-btn)[aria-disabled="true"],
.elementor-element-6daf6a4 :is(.elementor-swiper-button-prev, .elementor-swiper-button-next).swiper-button-disabled,
.elementor-element-6daf6a4 :is(.elementor-swiper-button-prev, .elementor-swiper-button-next)[aria-disabled="true"] {
	opacity: 0.35 !important;
	cursor: default !important;
	pointer-events: none !important;
	background-color: rgba(28, 100, 242, 0.08) !important;
	border-color: rgba(28, 100, 242, 0.25) !important;
	color: rgb(28, 100, 242) !important;
}

.tfl-blog-nav-buttons :is(.tfl-carousel__button, .elementor-swiper-button, .tfl-carousel-nav-btn) svg,
.tfl-blog-carousel :is(.tfl-carousel__button, .elementor-swiper-button, .tfl-carousel-nav-btn) svg,
.elementor-element-6daf6a4 :is(.elementor-swiper-button-prev, .elementor-swiper-button-next) svg {
	width: 14px !important;
	height: 14px !important;
	fill: currentColor !important;
	display: block !important;
	transition: all 0.25s ease !important;
}

.tfl-blog-nav-buttons .tfl-carousel__button:hover,
.tfl-blog-carousel .tfl-carousel__button:hover,
.elementor-element-6daf6a4 :is(.elementor-swiper-button-prev, .elementor-swiper-button-next):hover {
	background-color: #1C64F2 !important;
	border-color: #1C64F2 !important;
	color: #ffffff !important;
}

@media (max-width: 767px) {
	.tfl-blog-card.mypost1:hover {
		transform: translateY(-4px) !important;
	}

	.tfl-blog-heading h2 {
		font-size: 24px;
	}

	.tfl-blog-nav-buttons .tfl-carousel__button {
		width: 34px !important;
		height: 34px !important;
		border-radius: 8px !important;
	}

	.tfl-blog-nav-buttons .tfl-carousel__button svg {
		width: 16px !important;
		height: 16px !important;
	}
}

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

	.tfl-category__media::after {
		animation: none;
	}
}

/* ==========================================================================
   SnappPay Section (پرداخت اقساطی اسنپ‌پی) Standalone Styles
   ========================================================================== */
.tfl-snapppay-section {
	padding-top: 50px;
	padding-bottom: 20px;
}

.tfl-snapppay-layout {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	gap: 32px;
	max-width: 1200px;
	width: min(1200px, calc(100% - 32px));
	margin: 0 auto;
	box-sizing: border-box;
}

.tfl-snapppay-benefits {
	display: flex;
	flex-direction: column;
	gap: 16px;
	flex: 1.1;
	max-width: 560px;
}

.tfl-snapppay-card {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 16px;
	padding: 14px 20px;
	background: #ffffff;
	border: 1px solid rgba(207, 207, 207, 0.25);
	border-radius: 14px;
	box-shadow: 0px 8px 30px -10px rgba(0, 0, 0, 0.08);
	transition: all 0.3s ease;
	box-sizing: border-box;
	width: 100%;
	cursor: pointer;
}

.tfl-snapppay-card:hover {
	border-color: #1C64F2;
	box-shadow: 0 4px 20px rgba(28, 100, 242, 0.15);
	transform: translateY(-2px);
}

.tfl-snapppay-icon-box {
	flex-shrink: 0;
	width: 40px;
	height: 40px;
	min-width: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.tfl-snapppay-icon {
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
}

.tfl-snapppay-content {
	display: flex;
	flex-direction: column;
	gap: 4px;
	flex: 1;
	text-align: right;
}

.tfl-snapppay-title {
	margin: 0;
	font-family: "Peyda", "peyda", sans-serif;
	font-size: 15.5px;
	font-weight: 700;
	color: #1e293b;
	line-height: 1.4;
}

.tfl-snapppay-desc {
	margin: 0;
	font-family: "Peyda", "peyda", sans-serif;
	font-size: 12.5px;
	font-weight: 400;
	color: #64748b;
	line-height: 1.5;
}

.tfl-snapppay-visual {
	position: relative;
	flex: 1;
	max-width: 580px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.tfl-snapppay-media-wrap {
	position: relative;
	width: 100%;
}

.tfl-snapppay-main-img {
	width: 100%;
	height: auto;
	display: block;
}

.tfl-snapppay-phone-mockup {
	position: absolute;
	right: 22px;
	top: -12px;
	width: 41%;
	max-width: 250px;
	z-index: 2;
	filter: drop-shadow(0 15px 30px rgba(0, 0, 0, 0.15));
}

.tfl-snapppay-mockup-img {
	width: 100%;
	height: auto;
	display: block;
}

@media (max-width: 1024px) {
	.tfl-snapppay-layout {
		gap: 20px;
	}
	.tfl-snapppay-benefits {
		gap: 14px;
	}
}

@media (max-width: 767px) {
	.tfl-snapppay-section {
		padding-top: 40px;
		padding-bottom: 10px;
	}
	.tfl-snapppay-layout {
		flex-direction: column-reverse;
		gap: 24px;
	}
	.tfl-snapppay-benefits {
		max-width: 100%;
		width: 100%;
		gap: 12px;
	}
	.tfl-snapppay-visual {
		max-width: 100%;
		width: 100%;
	}
	.tfl-snapppay-card {
		padding: 12px 14px;
		gap: 12px;
	}
	.tfl-snapppay-icon-box {
		width: 36px;
		height: 36px;
		min-width: 36px;
	}
	.tfl-snapppay-title {
		font-size: 14px;
	}
	.tfl-snapppay-desc {
		font-size: 11.5px;
	}
	.tfl-snapppay-phone-mockup {
		right: 18px;
		top: -8px;
		width: 39%;
	}
}

/* ==========================================================================
   3-Column Categorized Products Section (#a4c084d / .tfl-categorized-section)
   Exact match to tanteb.co live section and 5623ct.png arch
   ========================================================================== */

.tfl-categorized-section,
.elementor-element-a4c084d {
	margin-top: 60px !important;
	margin-bottom: 30px !important;
	padding: 0 !important;
	width: 100% !important;
	box-sizing: border-box !important;
}

.tfl-categorized-grid,
.elementor-element-a4c084d > .e-con-inner {
	display: grid !important;
	grid-template-columns: repeat(3, 1fr) !important;
	gap: 20px !important;
	width: 100% !important;
	max-width: 1320px !important;
	margin: 0 auto !important;
	padding: 0 15px !important;
	box-sizing: border-box !important;
}

/* Arch column container with 5623ct.png background */
.tfl-col-arch,
.elementor-element-3b26da3,
.elementor-element-82f299a,
.elementor-element-ab41275 {
	background-color: transparent !important;
	background-image: url("../images/5623ct.png") !important;
	background-position: top center !important;
	background-repeat: no-repeat !important;
	background-size: 100% 100% !important;
	border-radius: 0 !important;
	padding: 10px 10px 15px 10px !important;
	min-height: auto !important; padding-bottom: 24px !important;
	box-sizing: border-box !important;
	display: flex !important;
	flex-direction: column !important;
	align-items: center !important;
	position: relative !important;
}

/* Heading inside the top arch notch */
.tfl-col-heading,
.elementor-element-3b26da3 > .elementor-widget-heading,
.elementor-element-82f299a > .elementor-widget-heading,
.elementor-element-ab41275 > .elementor-widget-heading {
	width: 100% !important;
	height: 38px !important;
	margin: 10px 0 12px 0 !important;
	padding: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	border: none !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	text-align: center !important;
}

.tfl-col-heading p,
.tfl-col-heading .elementor-heading-title,
.elementor-element-3b26da3 > .elementor-widget-heading .elementor-heading-title,
.elementor-element-82f299a > .elementor-widget-heading .elementor-heading-title,
.elementor-element-ab41275 > .elementor-widget-heading .elementor-heading-title {
	font-family: "peyda", "Peyda", sans-serif !important;
	font-size: 20px !important;
	font-weight: 700 !important;
	color: #000000 !important;
	line-height: 1.2 !important;
	margin: 0 !important;
	padding: 0 !important;
	text-align: center !important;
}

/* Cards list */
.tfl-catcol-cards,
.elementor-element-a4c084d .elementor-loop-container,
.elementor-element-a4c084d .woocommerce {
	width: 100% !important;
	display: flex !important;
	flex-direction: column !important;
	gap: 10px !important;
	margin: 0 !important;
	padding: 0 !important;
}

/* Individual card (.mycart2) matching live tanteb.co */
.mycart2 {
	display: flex !important;
	flex-direction: row !important;
	align-items: center !important;
	justify-content: space-between !important;
	width: 100% !important;
	min-height: 114px !important;
	height: 114px !important;
	padding: 0 10px !important;
	background: #ffffff !important;
	background-color: #ffffff !important;
	border: 1px solid #ECECEC !important;
	border-radius: 15px !important;
	box-sizing: border-box !important;
	direction: rtl !important;
	position: relative !important;
	overflow: hidden !important;
	transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
	cursor: pointer !important;
	text-decoration: none !important;
	margin: 0 !important;
	box-shadow: none !important;
}

.mycart2 > .e-con-inner {
	display: flex !important;
	flex-direction: row !important;
	align-items: center !important;
	justify-content: space-between !important;
	width: 100% !important;
	height: 100% !important;
	gap: 8px !important;
	padding: 0 !important;
	margin: 0 !important;
	box-sizing: border-box !important;
}

.mycart2:hover {
	transform: translateX(-8px) !important;
	border-color: #34D99B !important;
	box-shadow: 0px 8px 40px -19px rgba(0, 0, 0, 0.14), 0 0 10px rgba(52, 217, 155, 0.2) !important;
}

/* Image on the RIGHT (30% width) */
.mycart2 .elementor-element-00f0dfa,
.mycart2 .tfl-mini-card__image-box {
	width: 30% !important;
	max-width: 30% !important;
	min-width: 74px !important;
	height: 100% !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	flex-shrink: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
}

.mycart2 .elementor-element-00f0dfa a,
.mycart2 .tfl-mini-card__image-box a {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 100% !important;
	height: 100% !important;
}

.mycart2 .elementor-element-00f0dfa img,
.mycart2 .tfl-mini-card__image-box img {
	width: 74px !important;
	height: 74px !important;
	max-width: 74px !important;
	max-height: 74px !important;
	object-fit: contain !important;
	display: block !important;
	transition: transform 0.4s ease !important;
}

.mycart2:hover img {
	transform: scale(1.05) !important;
}

/* Text and CTA on the LEFT (70% width) */
.mycart2 .elementor-element-5fae4b1,
.mycart2 .tfl-mini-card__info {
	width: 70% !important;
	flex: 1 1 70% !important;
	display: flex !important;
	flex-direction: column !important;
	justify-content: center !important;
	align-items: flex-start !important;
	gap: 3px !important;
	min-width: 0 !important;
	padding: 0 !important;
	margin: 0 !important;
	text-align: right !important;
	box-sizing: border-box !important;
}

.mycart2 .elementor-element-33ff80f,
.mycart2 .tfl-mini-card__title {
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
}

.mycart2 .elementor-element-33ff80f .elementor-heading-title,
.mycart2 .tfl-mini-card__title,
.mycart2 .tfl-mini-card__title a {
	font-family: "peyda", "Peyda", sans-serif !important;
	font-size: 13px !important;
	font-weight: 700 !important;
	line-height: 22px !important;
	color: #000000 !important;
	margin: 0 !important;
	padding: 0 !important;
	white-space: nowrap !important;
	overflow: hidden !important;
	text-overflow: ellipsis !important;
	display: block !important;
	text-decoration: none !important;
	text-align: right !important;
	transition: color 0.3s ease !important;
}

.mycart2:hover .elementor-element-33ff80f .elementor-heading-title a,
.mycart2:hover .tfl-mini-card__title a {
	color: #1C64F2 !important;
}

.mycart2 .elementor-element-1c5b635,
.mycart2 .tfl-mini-card__cat {
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
}

.mycart2 .elementor-element-1c5b635 .elementor-heading-title,
.mycart2 .tfl-mini-card__cat,
.mycart2 .tfl-mini-card__cat a {
	font-family: "peyda", "Peyda", sans-serif !important;
	font-size: 11px !important;
	color: #888888 !important;
	margin: 0 !important;
	padding: 0 !important;
	white-space: nowrap !important;
	overflow: hidden !important;
	text-overflow: ellipsis !important;
	display: block !important;
	text-decoration: none !important;
	text-align: right !important;
}

/* Button aligned to the left of the card in RTL */
.mycart2 .elementor-element-f67bd5e,
.mycart2 .tfl-mini-card__btn-wrap {
	align-self: flex-end !important;
	margin: 3px 0 0 0 !important;
	padding: 0 !important;
	display: inline-flex !important;
}

.mycart2 .elementor-button,
.mycart2 .tfl-mini-card__btn {
	background-color: transparent !important;
	background-image: linear-gradient(140deg, #1C64F2 0%, #34D99B 100%) !important;
	border-radius: 250px !important;
	padding: 4px 10px !important;
	font-family: "peyda", "Peyda", sans-serif !important;
	font-size: 12px !important;
	line-height: 1.9 !important;
	color: #ffffff !important;
	display: inline-flex !important;
	align-items: center !important;
	gap: 4px !important;
	text-decoration: none !important;
	border: none !important;
	transition: all 0.3s ease !important;
}

.mycart2 .elementor-button-content-wrapper {
	display: inline-flex !important;
	align-items: center !important;
	flex-direction: row-reverse !important;
	gap: 4px !important;
}

.mycart2 .elementor-button-icon {
	display: flex !important;
	align-items: center !important;
}

.mycart2 .elementor-button-icon svg {
	width: 24px !important;
	height: 24px !important;
	display: block !important;
}

.mycart2:hover .elementor-button,
.mycart2:hover .tfl-mini-card__btn {
	filter: saturate(1.2) brightness(1.05) !important;
	box-shadow: 0 4px 12px rgba(52, 217, 155, 0.35) !important;
}

@media (max-width: 1024px) {
	.tfl-categorized-grid,
	.elementor-element-a4c084d > .e-con-inner {
		grid-template-columns: 1fr !important;
		gap: 20px !important;
	}
}

@media (max-width: 767px) {
	.mycart2:hover {
		transform: translateY(-4px) !important;
	}
}

/* ==========================================================================
   3-Column Categorized Section Top Notch Match
   ========================================================================== */
.tfl-col-arch,
.elementor-element-3b26da3,
.elementor-element-82f299a,
.elementor-element-ab41275 {
	background-color: transparent !important;
	background-image: url("../images/5623ct.png") !important;
	background-position: top center !important;
	background-repeat: no-repeat !important;
	background-size: 100% 100% !important;
	border-radius: 0 !important;
	padding: 12px 10px 18px 10px !important;
}

.tfl-col-heading,
.elementor-element-3b26da3 > .elementor-widget-heading,
.elementor-element-82f299a > .elementor-widget-heading,
.elementor-element-ab41275 > .elementor-widget-heading {
	width: 100% !important;
	height: 32px !important;
	margin: 8px 0 16px 0 !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	text-align: center !important;
}

.tfl-col-heading p,
.elementor-element-3b26da3 .elementor-heading-title,
.elementor-element-82f299a .elementor-heading-title,
.elementor-element-ab41275 .elementor-heading-title {
	font-family: 'Peyda', 'peyda', 'Pinar', sans-serif !important;
	font-size: 20px !important;
	font-weight: 700 !important;
	color: #000000 !important;
	text-align: center !important;
	margin: 0 !important;
	line-height: 1.2 !important;
}

/* ==========================================================================
   Tanteb Offcanvas Cart Modal Drawer (.tnt-cart-modal)
   ========================================================================== */
.tnt-cart-modal,
.tnt-cart-modal * {
	box-sizing: border-box !important;
}

.tnt-cart-modal {
	--tnt-cart-blue: #2563eb;
	--tnt-cart-green: #22c55e;
	--tnt-cart-ink: #172033;
	--tnt-cart-muted: #737b8c;
	--tnt-cart-line: #e7eaf0;
	--tnt-cart-soft: #f6f8fb;
	position: fixed !important;
	inset: 0 !important;
	z-index: 2147483647 !important;
	display: grid !important;
	justify-items: end !important;
	pointer-events: none !important;
	direction: rtl !important;
	font-family: 'Peyda', 'Pinar', 'PeydaWeb', 'IRANSans', Tahoma, Arial, sans-serif !important;
	transition: opacity 0.24s ease, visibility 0.24s ease !important;
}

.tnt-cart-modal:not(.is-open) {
	opacity: 0 !important;
	visibility: hidden !important;
	pointer-events: none !important;
}

.tnt-cart-modal.is-open {
	opacity: 1 !important;
	visibility: visible !important;
	pointer-events: auto !important;
}

.tnt-cart-modal-lock {
	overflow: hidden !important;
}

.tnt-cart-modal__backdrop {
	position: absolute !important;
	inset: 0 !important;
	background: rgba(12, 18, 31, .52) !important;
	opacity: 0 !important;
	backdrop-filter: blur(6px) !important;
	-webkit-backdrop-filter: blur(6px) !important;
	transition: opacity .24s ease !important;
}

.tnt-cart-modal.is-open .tnt-cart-modal__backdrop {
	opacity: 1 !important;
}

.tnt-cart-modal__panel {
	position: relative !important;
	width: min(440px, calc(100vw - 18px)) !important;
	height: calc(100vh - 18px) !important;
	height: calc(100dvh - 18px) !important;
	max-height: calc(100dvh - 18px) !important;
	margin: 9px !important;
	overflow: hidden !important;
	border: 1px solid rgba(255, 255, 255, .72) !important;
	border-radius: 24px !important;
	background: #fff !important;
	box-shadow: 0 30px 90px rgba(15, 23, 42, .28) !important;
	color: var(--tnt-cart-ink) !important;
	transform: translateX(28px) scale(.98) !important;
	opacity: 0 !important;
	transition: transform .28s cubic-bezier(.2, .8, .2, 1), opacity .2s ease !important;
}

.tnt-cart-modal.is-open .tnt-cart-modal__panel {
	transform: translateX(0) scale(1) !important;
	opacity: 1 !important;
}

.tnt-cart-modal__content {
	display: grid !important;
	grid-template-rows: auto minmax(0, 1fr) auto !important;
	height: 100% !important;
	min-height: 0 !important;
	background: linear-gradient(180deg, #ffffff 0%, #f7f9fc 100%) !important;
}

.tnt-cart-modal__head {
	display: flex !important;
	align-items: center !important;
	justify-content: space-between !important;
	gap: 16px !important;
	padding: 24px 24px 18px !important;
	border-bottom: 1px solid var(--tnt-cart-line) !important;
}

.tnt-cart-modal__head span {
	display: block !important;
	margin-bottom: 4px !important;
	color: var(--tnt-cart-muted) !important;
	font-size: 13px !important;
	font-weight: 700 !important;
}

.tnt-cart-modal__head h2 {
	margin: 0 !important;
	color: var(--tnt-cart-ink) !important;
	font-size: 22px !important;
	font-weight: 900 !important;
	line-height: 1.4 !important;
	letter-spacing: 0 !important;
}

/* Close button styled in precision controls block below */

.tnt-cart-modal__empty {
	display: grid !important;
	place-content: center !important;
	gap: 8px !important;
	min-height: 260px !important;
	padding: 36px 28px !important;
	color: var(--tnt-cart-muted) !important;
	text-align: center !important;
}

.tnt-cart-modal__empty strong {
	color: var(--tnt-cart-ink) !important;
	font-size: 20px !important;
}

.tnt-cart-modal__empty p {
	max-width: 280px !important;
	margin: 0 auto !important;
	font-size: 14px !important;
	line-height: 2 !important;
}

.tnt-cart-modal__items {
	min-height: 0 !important;
	padding: 16px 18px !important;
	overflow-y: auto !important;
	scrollbar-width: thin !important;
	scrollbar-color: #cbd5e1 transparent !important;
}

.tnt-cart-modal__item {
	display: grid !important;
	grid-template-columns: 82px minmax(0, 1fr) 34px !important;
	gap: 12px !important;
	align-items: start !important;
	padding: 12px !important;
	margin-bottom: 10px !important;
	border: 1px solid var(--tnt-cart-line) !important;
	border-radius: 14px !important;
	background: #fff !important;
	box-shadow: 0 10px 26px rgba(15, 23, 42, .05) !important;
}

.tnt-cart-modal__thumb {
	display: grid !important;
	place-items: center !important;
	width: 82px !important;
	height: 82px !important;
	overflow: hidden !important;
	border-radius: 12px !important;
	background: var(--tnt-cart-soft) !important;
}

.tnt-cart-modal__thumb img {
	display: block !important;
	width: 100% !important;
	height: 100% !important;
	object-fit: contain !important;
}

.tnt-cart-modal__item-body {
	min-width: 0 !important;
}

.tnt-cart-modal__name {
	display: block !important;
	margin: 2px 0 10px !important;
	color: var(--tnt-cart-ink) !important;
	font-size: 14px !important;
	font-weight: 800 !important;
	line-height: 1.8 !important;
	text-decoration: none !important;
	overflow-wrap: anywhere !important;
}

.tnt-cart-modal__meta {
	display: flex !important;
	align-items: center !important;
	justify-content: space-between !important;
	gap: 10px !important;
	color: var(--tnt-cart-muted) !important;
	font-size: 13px !important;
}

.tnt-cart-modal__qty {
	display: grid !important;
	grid-template-columns: 28px 42px 28px !important;
	align-items: center !important;
	overflow: hidden !important;
	border: 1px solid var(--tnt-cart-line) !important;
	border-radius: 10px !important;
	background: #fff !important;
	direction: ltr !important;
}

.tnt-cart-modal__qty button,
.tnt-cart-modal__qty input {
	display: grid !important;
	place-items: center !important;
	width: 100% !important;
	height: 30px !important;
	min-height: 30px !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	color: var(--tnt-cart-ink) !important;
	font: inherit !important;
	font-size: 13px !important;
	font-weight: 900 !important;
	line-height: 1 !important;
	text-align: center !important;
	box-shadow: none !important;
}

.tnt-cart-modal__qty button {
	cursor: pointer !important;
}

.tnt-cart-modal__qty button:last-child {
	background: var(--tnt-cart-blue) !important;
	color: #fff !important;
}

.tnt-cart-modal__qty input {
	direction: ltr !important;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif !important;
	font-feature-settings: "locl" 0, "ss01" 0 !important;
	font-variant-numeric: normal !important;
	-moz-appearance: textfield !important;
}

.tnt-cart-modal__qty input::-webkit-outer-spin-button,
.tnt-cart-modal__qty input::-webkit-inner-spin-button {
	margin: 0 !important;
	-webkit-appearance: none !important;
}

.tnt-cart-modal__meta b,
.tnt-cart-modal__meta .amount {
	color: var(--tnt-cart-blue) !important;
	font-weight: 900 !important;
}

.tnt-cart-modal__remove {
	display: grid !important;
	place-items: center !important;
	width: 34px !important;
	height: 34px !important;
	border: 0 !important;
	border-radius: 10px !important;
	background: var(--tnt-cart-soft) !important;
	color: var(--tnt-cart-ink) !important;
	cursor: pointer !important;
	font: inherit !important;
	font-size: 22px !important;
	line-height: 1 !important;
	text-decoration: none !important;
	transition: all .2s ease !important;
}

.tnt-cart-modal__remove:hover,
.tnt-cart-modal__remove:focus {
	background: #ef4444 !important;
	color: #fff !important;
}

.tnt-cart-modal__foot {
	padding: 18px 22px max(22px, calc(14px + env(safe-area-inset-bottom))) !important;
	border-top: 1px solid var(--tnt-cart-line) !important;
	background: rgba(255, 255, 255, .95) !important;
}

/* Keep third-party floating contact controls away from an open cart drawer. */
html.tnt-cart-modal-lock #tantebBaleWidget,
html.tnt-cart-modal-lock #tantebBaleBtn,
html.tnt-cart-modal-lock .tanteb-bale-widget,
html.tnt-cart-modal-lock .tanteb-bale-main {
	opacity: 0 !important;
	visibility: hidden !important;
	pointer-events: none !important;
}

@media (max-width: 767px) {
	.tnt-cart-modal__panel {
		width: calc(100vw - 16px) !important;
		height: calc(100vh - 16px) !important;
		height: calc(100dvh - 16px) !important;
		max-height: calc(100dvh - 16px) !important;
		margin: 8px !important;
		border-radius: 22px !important;
	}

	.tnt-cart-modal__head {
		padding: 20px 18px 15px !important;
	}

	.tnt-cart-modal__items {
		padding: 14px !important;
	}

	.tnt-cart-modal__meta {
		flex-direction: column !important;
		align-items: flex-start !important;
		gap: 8px !important;
	}

	.tnt-cart-modal__qty {
		width: 125px !important;
		min-width: 125px !important;
		flex: none !important;
	}

	.tnt-cart-modal__qty button {
		width: 40px !important;
		min-width: 40px !important;
		flex: 0 0 40px !important;
	}

	html body .tnt-cart-modal .tnt-cart-modal__qty input,
	html body .tnt-cart-modal .tnt-cart-qty-input {
		width: 45px !important;
		min-width: 45px !important;
		flex: 0 0 45px !important;
	}

	.tnt-cart-modal__foot {
		padding: 14px 16px max(18px, calc(12px + env(safe-area-inset-bottom))) !important;
	}

	.tnt-cart-modal__actions {
		gap: 8px !important;
	}

	.tnt-cart-modal__button {
		min-height: 46px !important;
		padding-inline: 10px !important;
	}
}

.tnt-cart-modal__subtotal {
	display: flex !important;
	align-items: center !important;
	justify-content: space-between !important;
	gap: 14px !important;
	margin-bottom: 14px !important;
	color: var(--tnt-cart-muted) !important;
	font-size: 14px !important;
}

.tnt-cart-modal__subtotal strong,
.tnt-cart-modal__subtotal .amount {
	color: var(--tnt-cart-ink) !important;
	font-size: 18px !important;
	font-weight: 900 !important;
}

.tnt-cart-modal__actions {
	display: grid !important;
	grid-template-columns: 1fr 1fr !important;
	gap: 10px !important;
}

.tnt-cart-modal__button {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	min-height: 48px !important;
	padding: 0 14px !important;
	border: 1px solid var(--tnt-cart-blue) !important;
	border-radius: 12px !important;
	background: var(--tnt-cart-blue) !important;
	color: #fff !important;
	font-size: 14px !important;
	font-weight: 900 !important;
	line-height: 1.5 !important;
	text-align: center !important;
	text-decoration: none !important;
	cursor: pointer !important;
	transition: all .2s ease !important;
}

.tnt-cart-modal__button:hover {
	background: #1d4ed8 !important;
	color: #fff !important;
}

.tnt-cart-modal__button--ghost {
	background: #fff !important;
	color: var(--tnt-cart-blue) !important;
}

.tnt-cart-modal__button--ghost:hover {
	background: var(--tnt-cart-soft) !important;
	color: #1d4ed8 !important;
}

/* ==========================================================================
   Tanteb Fast Landing - Exact Footer 35253 (100% Elementor Match)
   ========================================================================== */
footer.elementor-35253 {
  box-sizing: border-box;
  display: block;
  width: 100%;
  direction: rtl;
  font-family: 'peyda', 'Peyda', sans-serif;
  margin-top: 100px;
  position: relative;
}

footer.elementor-35253 * {
  box-sizing: border-box;
}

footer.elementor-35253 a {
  text-decoration: none;
  color: inherit;
}

/* Parent Container 1 */
.elementor-35253 .elementor-element-6bde766 {
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
  margin-top: 60px;
  padding: 0;
}

.elementor-35253 .elementor-element-6bde766 > .e-con-inner {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1280px;
  margin-inline: auto;
  position: relative;
}

/* Floating Top Tabs (Logo + Scroll Top) */
.elementor-35253 .elementor-element-89bc9c5 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  position: relative;
  height: 0;
  z-index: 10;
}

.elementor-35253 .elementor-element-dd88f37 {
  position: absolute;
  right: 7px;
  top: -1px;
  width: 154px;
  max-width: 154px;
  height: 154px;
  z-index: 10;
}

.elementor-35253 .elementor-element-dd88f37 a {
  display: block;
  width: 100%;
  height: 100%;
}

.elementor-35253 .elementor-element-dd88f37 img {
  width: 100%;
  height: auto;
  display: block;
}

.elementor-35253 .elementor-element-e42ca85 {
  position: absolute;
  left: 55px;
  top: -1px;
  width: 128px;
  max-width: 128px;
  height: 128px;
  z-index: 10;
  cursor: pointer;
}

.elementor-35253 .elementor-element-e42ca85 a {
  display: block;
  width: 100%;
  height: 100%;
}

.elementor-35253 .elementor-element-e42ca85 img {
  width: 100%;
  height: auto;
  display: block;
}

.elementor-35253 .elementor-element-aeca5c8 {
  display: none;
}

/* Main Gray Container */
.elementor-35253 .elementor-element-b2e4362 {
  display: flex;
  flex-direction: column;
  gap: 18px;
  background-color: #F5F5F5;
  border-radius: 25px;
  box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.15) inset;
  padding: 40px 15px 15px 15px;
  width: 100%;
  position: relative;
}

/* Upper Section (About + Links & Badges) */
.elementor-35253 .elementor-element-74417cd {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  width: 92%;
  margin-inline: auto;
  padding: 10px 0;
}

/* About Column (Right) - Zero overlap with logo tab */
.elementor-35253 .elementor-element-36e7271 {
  display: flex;
  flex-direction: row;
  width: 50%;
  max-width: 50%;
  padding: 10px 115px 10px 10px;
}

.elementor-35253 .elementor-element-5e7f1fe {
  width: 100%;
  text-align: justify;
  font-family: "peyda", "Peyda", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.85em;
  color: #000000;
}

.elementor-35253 .elementor-element-5e7f1fe p {
  margin: 0;
  padding: 0;
}

/* Links & Trust Badges Column (Left) */
.elementor-35253 .elementor-element-d049eeb {
  display: flex;
  flex-direction: column;
  width: 50%;
  gap: 15px;
}

.elementor-35253 .elementor-element-b9f36fa {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 15px;
  width: 100%;
}

.elementor-35253 .elementor-element-b591cd8 .elementor-heading-title {
  font-family: "Peyda", sans-serif;
  font-size: 17px;
  font-weight: 600;
  color: #000000;
  white-space: nowrap;
  margin: 0;
}

.elementor-35253 .elementor-element-07a7c51 {
  flex-grow: 1;
  display: flex;
  align-items: center;
}

.elementor-35253 .elementor-element-07a7c51 .elementor-divider {
  width: 100%;
  border-top: 1px solid #E2E2E2;
}

.elementor-35253 .elementor-element-c580911 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  width: 100%;
}

/* Link Lists */
.elementor-35253 .elementor-widget-icon-list {
  display: block;
  flex: 0 0 auto;
}

.elementor-35253 .elementor-icon-list-items {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.elementor-35253 .elementor-icon-list-item {
  display: flex;
  align-items: center;
}

.elementor-35253 .elementor-icon-list-item a {
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: "Peyda", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #000000;
  transition: color 0.3s;
}

.elementor-35253 .elementor-icon-list-item a:hover {
  color: #1C64F2;
}

.elementor-35253 .elementor-icon-list-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 10px;
  height: 10px;
}

.elementor-35253 .elementor-icon-list-icon svg {
  width: 10px;
  height: 10px;
  fill: #34D99B;
  flex-shrink: 0;
  display: block;
}

/* Trust Badges */
.elementor-35253 .elementor-element-62d1a6e {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  flex: 0 0 auto;
}

.elementor-35253 .elementor-element-b407e66,
.elementor-35253 .elementor-element-7133fb0 {
  width: 130px;
  height: 130px;
  min-width: 130px;
  min-height: 130px;
  background-color: #FFFFFF;
  border: 1px solid #E0E0E0;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  flex: 0 0 130px;
  box-sizing: border-box;
}

.elementor-35253 .elementor-element-b407e66 img,
.elementor-35253 .elementor-element-ca95a6a img {
  max-width: 95px !important;
  max-height: 105px !important;
  width: auto !important;
  height: auto !important;
  object-fit: contain !important;
  display: block !important;
  margin: 0 auto !important;
}

.elementor-35253 .elementor-element-7133fb0 img,
.elementor-35253 .elementor-element-e43ef64 img {
  max-width: 110px !important;
  max-height: 110px !important;
  width: auto !important;
  height: auto !important;
  object-fit: contain !important;
  display: block !important;
  margin: 0 auto !important;
  border-radius: 8px;
}

/* Contact Info Section Header */
.elementor-35253 .elementor-element-be93d14 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 15px;
  width: 100%;
  margin-top: -15px;
  padding: 5px;
}

.elementor-35253 .elementor-element-6d63d87 .elementor-heading-title {
  font-family: "peyda", "Peyda", sans-serif;
  font-size: 17px;
  font-weight: 600;
  color: #000000;
  white-space: nowrap;
  margin: 0;
}

.elementor-35253 .elementor-element-7b55089 {
  flex-grow: 1;
  display: flex;
  align-items: center;
}

.elementor-35253 .elementor-element-7b55089 .elementor-divider {
  width: 100%;
  border-top: 1px solid #E2E2E2;
}

/* 4 Contact Pill Boxes */
.elementor-35253 .elementor-element-ae249eb {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  width: 100%;
  padding: 0;
}

.elementor-35253 .elementor-element-b18dcb0,
.elementor-35253 .elementor-element-468cf25,
.elementor-35253 .elementor-element-eeb4d7f,
.elementor-35253 .elementor-element-f5e618a {
  background-color: #FFFFFF;
  border-radius: 10px;
  padding: 8px 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  height: 60px;
}

.elementor-35253 .elementor-element-b18dcb0 { width: 241px; flex: 0 1 241px; }
.elementor-35253 .elementor-element-468cf25 { width: 182px; flex: 0 1 182px; }
.elementor-35253 .elementor-element-eeb4d7f { width: 304px; flex: 0 1 304px; }
.elementor-35253 .elementor-element-f5e618a { width: 463px; flex: 1 1 auto; }

.elementor-35253 .elementor-element-4c756e7 img,
.elementor-35253 .elementor-element-ae6e247 img,
.elementor-35253 .elementor-element-43a0860 img,
.elementor-35253 .elementor-element-4927c40 img {
  width: 40px;
  height: 40px;
  object-fit: contain;
  display: block;
  flex-shrink: 0;
}

.elementor-35253 .elementor-element-1c3818e,
.elementor-35253 .elementor-element-0ee874d,
.elementor-35253 .elementor-element-7b3795b,
.elementor-35253 .elementor-element-e73ac69 {
  display: flex;
  flex-direction: column;
  gap: 2px;
  flex-grow: 1;
}

.elementor-35253 .elementor-element-9db6ae0 .elementor-heading-title,
.elementor-35253 .elementor-element-12b1d57 .elementor-heading-title,
.elementor-35253 .elementor-element-9abcb6a .elementor-heading-title,
.elementor-35253 .elementor-element-08a1574 .elementor-heading-title {
  font-family: "Peyda", sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: #AFAFAF;
  margin: 0;
}

.elementor-35253 .elementor-element-d2c41cf {
  display: flex;
  flex-direction: row;
  gap: 8px;
}

.elementor-35253 .elementor-element-9fcbe57 .elementor-heading-title,
.elementor-35253 .elementor-element-c2685b7 .elementor-heading-title,
.elementor-35253 .elementor-element-24d82c3 .elementor-heading-title,
.elementor-35253 .elementor-element-14dac3f .elementor-heading-title,
.elementor-35253 .elementor-element-6ab9098 .elementor-heading-title {
  font-family: "peyda", "Peyda", sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: #000000;
  margin: 0;
  line-height: 1.4;
  white-space: nowrap;
}

.elementor-35253 .elementor-element-6ab9098 .elementor-heading-title {
  white-space: normal;
}

/* Bottom Copyright Ribbon */
.elementor-35253 .elementor-element-92b0fc4 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  padding: 0;
}

.elementor-35253 .elementor-element-92b0fc4 > .e-con-inner {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 1600px;
}

.elementor-35253 .elementor-element-36a7fc5 {
  width: 75%;
  min-height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0px 0px 20px 20px;
  background-image: linear-gradient(140deg, #1C64F2 0%, #34D99B 100%);
  margin-top: 0;
  margin-bottom: 15px;
  padding: 6px 15px;
}

.elementor-35253 .elementor-element-38730ef .elementor-heading-title {
  font-family: "Peyda", sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: #FFFFFF;
  margin: 0;
  text-align: center;
}

.elementor-35253 .elementor-element-38730ef a {
  color: #FFFFFF;
}

/* Responsive Rules */
@media (max-width: 1024px) {
  .elementor-35253 .elementor-element-74417cd {
    flex-direction: column;
    gap: 20px;
  }
  .elementor-35253 .elementor-element-36e7271,
  .elementor-35253 .elementor-element-d049eeb {
    width: 100%;
    max-width: 100%;
  }
  .elementor-35253 .elementor-element-ae249eb {
    flex-wrap: wrap;
    gap: 12px;
  }
  .elementor-35253 .elementor-element-b18dcb0,
  .elementor-35253 .elementor-element-468cf25,
  .elementor-35253 .elementor-element-eeb4d7f,
  .elementor-35253 .elementor-element-f5e618a {
    width: calc(50% - 6px);
    flex: 1 1 calc(50% - 6px);
  }
}

@media (max-width: 767px) {
  .elementor-35253 .elementor-element-dd88f37,
  .elementor-35253 .elementor-element-e42ca85 {
    display: none;
  }
  .elementor-35253 .elementor-element-aeca5c8 {
    display: block;
    width: 50%;
    max-width: 180px;
    margin: 0 auto -25px auto;
    position: relative;
    z-index: 5;
  }
  .elementor-35253 .elementor-element-aeca5c8 img {
    width: 100%;
    height: auto;
  }
  .elementor-35253 .elementor-element-b2e4362 {
    border-radius: 25px 25px 0px 0px;
    padding: 35px 15px 20px 15px;
  }
  .elementor-35253 .elementor-element-74417cd {
    width: 100%;
  }
  .elementor-35253 .elementor-element-36e7271 {
    display: block;
    width: 100%;
    max-width: none;
    padding: 10px 0;
  }
  .elementor-35253 .elementor-element-5e7f1fe,
  .elementor-35253 .elementor-element-5e7f1fe p {
    width: 100%;
    max-width: none;
    text-align: justify;
    text-align-last: right;
  }
  .elementor-35253 .elementor-element-c580911 {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
  .elementor-35253 .elementor-element-62d1a6e {
    width: 100%;
    justify-content: center;
    gap: 10px;
  }
  .elementor-35253 .elementor-element-b407e66,
  .elementor-35253 .elementor-element-7133fb0 {
    width: 110px;
    height: 110px;
    min-width: 110px;
    min-height: 110px;
    flex: 0 0 110px;
  }
  .elementor-35253 .elementor-element-ca95a6a img,
  .elementor-35253 .elementor-element-e43ef64 img {
    max-width: 85px !important;
    max-height: 90px !important;
  }
  .elementor-35253 .elementor-element-ae249eb {
    flex-direction: column;
  }
  .elementor-35253 .elementor-element-b18dcb0,
  .elementor-35253 .elementor-element-468cf25,
  .elementor-35253 .elementor-element-eeb4d7f,
  .elementor-35253 .elementor-element-f5e618a {
    width: 100%;
    flex: 1 1 100%;
  }
  .elementor-35253 .elementor-element-36a7fc5 {
    width: 95%;
  }
}

/* ========================================================================== 
   Header match pass — v1.6.1
   Desktop geometry/typography aligned with the approved reference screenshot.
   Mobile/tablet rules remain unchanged.
   ========================================================================== */
@media (min-width: 1025px) {
	/* Reference: pill begins ~6px from viewport edges and ~8px from top. */
	.tfl-header {
		padding-top: 2px;
	}

	.tfl-header__top-wrap {
		width: calc(100% - 12px);
		max-width: none;
	}

	.tfl-header__top-bar {
		height: 94px;
		min-height: 94px;
		padding: 15px 18px;
		border-radius: 22px;
	}

	/* Product-category navigation: stronger type and reference spacing. */
	.ttmm-nav-link {
		font-size: 14.5px;
		font-weight: 800;
		line-height: 1.5;
		letter-spacing: -0.12px;
	}

	.ttmm-nav-link svg {
		width: 12px;
		height: 12px;
	}

	/*
	 * The approved header keeps the four utility links as a compact group,
	 * rather than distributing them across the whole left half of the pill.
	 */
	.tfl-header__utility {
		width: 365px;
		max-width: 365px;
		flex: 0 0 365px;
		margin-left: clamp(92px, 6.65vw, 120px);
		justify-content: space-between;
		gap: 0;
	}

	.tfl-header__utility a {
		font-size: 14.5px;
		font-weight: 800;
		line-height: 1.5;
		letter-spacing: -0.12px;
	}
}


/* ==========================================================================
   Header typography lock — v1.6.2
   Force category links and utility links to use one identical text system.
   ========================================================================== */
@media (min-width: 1025px) {
	.ttmm-nav-link,
	.tfl-header__utility a {
		font-family: "Peyda", "peyda", "Pinar", "pinar", Tahoma, sans-serif !important;
		font-size: 14.5px !important;
		font-weight: 800 !important;
		font-style: normal !important;
		line-height: 1.5 !important;
		letter-spacing: -0.12px !important;
		font-variation-settings: normal !important;
		font-synthesis: none;
		text-rendering: geometricPrecision;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}
}


/* ==========================================================================
   Ten Tab Mega Menu — exact source styles imported from megamenu.zip (v1.6.6)
   ========================================================================== */
@font-face {
  font-family: "Peyda";
  src: url("../fonts/PeydaWeb-Regular.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

.ttmm-navbar,
.ttmm-navbar * {
  box-sizing: border-box;
}

.ttmm-navbar {
  --ttmm-ink: #101828;
  --ttmm-brand-dark: #115e59;
  --ttmm-shadow: 0 28px 80px rgba(16, 24, 40, 0.16);
  position: relative;
  z-index: 2147483000;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: min(1180px, 100%);
  min-height: 44px;
  margin: 0 auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: var(--ttmm-ink);
  direction: rtl;
  font-family: "Peyda", Tahoma, Arial, sans-serif;
  backdrop-filter: none;
}

.ttmm-navbar a {
  color: inherit;
  text-decoration: none;
}

.ttmm-navbar svg {
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.ttmm-nav-list {
  display: flex;
  align-items: center;
  gap: clamp(14px, 2vw, 34px);
  margin: 0;
  padding: 0;
  list-style: none;
}

.ttmm-nav-item {
  position: static;
}

.ttmm-nav-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
  min-height: 44px;
  padding: 0 4px;
  border-radius: 999px;
  color: #344054;
  background: transparent;
  font-size: clamp(14px, 1.05vw, 18px);
  font-weight: 900;
  line-height: 1.45;
  text-align: center;
  transition: color 160ms ease;
}

.ttmm-nav-link svg {
  width: 15px;
  height: 15px;
  flex: 0 0 auto;
  transition: transform 180ms ease;
}

.ttmm-nav-item.is-open .ttmm-nav-link,
.ttmm-nav-link:hover,
.ttmm-nav-link:focus-visible {
  color: #1C64F2;
  background: transparent;
  outline: none;
}

.ttmm-nav-item.is-open .ttmm-nav-link svg {
  transform: rotate(180deg);
}

.ttmm-mega-menu {
  position: fixed;
  top: var(--ttmm-menu-top, 96px);
  left: var(--ttmm-menu-left, 24px);
  z-index: 2147483647;
  display: grid;
  grid-template-columns: 1fr;
  width: var(--ttmm-menu-width, min(1180px, calc(100vw - 48px)));
  max-width: calc(100vw - 24px);
  padding: 16px;
  border: 1px solid rgba(228, 231, 236, 0.9);
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 252, 0.96)),
    #fff;
  box-shadow: var(--ttmm-shadow);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px) scale(0.98);
  transform-origin: top center;
  pointer-events: none;
  transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
}

.ttmm-mega-menu::before {
  content: "";
  position: absolute;
  inset-inline: 0;
  top: -14px;
  height: 14px;
}

.ttmm-nav-item.is-open .ttmm-mega-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}

.ttmm-subcategory-stage {
  padding: 24px;
  border: 1px solid #eef2f7;
  border-radius: 20px;
  background: #fff;
  overflow: hidden;
}

.ttmm-panel-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 20px;
}

.ttmm-panel-badge {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  color: #115e59;
  background: #ccfbf1;
  font-size: 13px;
  font-weight: 900;
  white-space: nowrap;
}

.ttmm-subcategory-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px 18px;
}

.ttmm-subcategory-group {
  min-width: 0;
  padding: 14px;
  border: 1px solid #e4e7ec;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.86);
  transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.ttmm-subcategory-group:hover,
.ttmm-subcategory-group:focus-within {
  border-color: #2dd4bf;
  background: #fff;
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.1);
  transform: translateY(-3px);
}

.ttmm-subcategory-group.is-wide {
  grid-column: span 2;
}

.ttmm-group-title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  min-height: 58px;
}

.ttmm-group-title:focus-visible,
.ttmm-grandchild-list a:focus-visible {
  outline: none;
  color: #1C64F2;
}

.ttmm-product-thumb {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 52px;
  height: 52px;
  border-radius: 16px;
}

.ttmm-product-thumb svg {
  width: 30px;
  height: 30px;
}

.ttmm-subcategory-grid strong {
  display: block;
  margin: 0;
  color: #101828;
  font-size: 16px;
  line-height: 1.7;
}

.ttmm-grandchild-list {
  display: grid;
  gap: 8px;
  margin: 12px 64px 0 0;
  padding: 12px 0 0;
  border-top: 1px solid #eef2f7;
  list-style: none;
}

.ttmm-grandchild-list.is-two-column {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 14px;
}

.ttmm-grandchild-list a {
  position: relative;
  display: block;
  padding: 2px 14px 2px 0;
  color: #475467;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.8;
  transition: color 160ms ease;
}

.ttmm-grandchild-list a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 5px;
  height: 5px;
  border-radius: 999px;
  background: #cbd5e1;
  transform: translateY(-50%);
  transition: background 160ms ease;
}

.ttmm-grandchild-list a:hover {
  color: #1C64F2;
}

.ttmm-grandchild-list a:hover::before {
  background: #1C64F2;
}

.ttmm-icon-emerald { color: #047857; background: #d1fae5; }
.ttmm-icon-violet { color: #6d28d9; background: #ede9fe; }
.ttmm-icon-amber { color: #b45309; background: #fef3c7; }
.ttmm-icon-rose { color: #be123c; background: #ffe4e6; }
.ttmm-icon-sky { color: #0369a1; background: #e0f2fe; }
.ttmm-icon-indigo { color: #3730a3; background: #e0e7ff; }

@media (max-width: 980px) {
  .ttmm-navbar {
    min-height: 44px;
  }

  .ttmm-nav-list {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    padding: 0;
  }

  .ttmm-nav-link {
    justify-content: space-between;
    width: 100%;
    gap: 6px;
    padding: 0 8px;
    border-radius: 14px;
  }

  .ttmm-mega-menu {
    position: static;
    display: none;
    margin: 6px 0 12px;
    padding: 12px;
    border-radius: 18px;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    transform: none;
    pointer-events: auto;
  }

  .ttmm-nav-item.is-open .ttmm-mega-menu {
    display: grid;
  }

  .ttmm-subcategory-stage {
    padding: 12px;
    border-radius: 16px;
    overflow: visible;
  }

  .ttmm-panel-heading {
    display: block;
  }

  .ttmm-subcategory-grid {
    grid-template-columns: 1fr;
  }

  .ttmm-subcategory-group {
    grid-column: auto;
    transform: none;
  }

  .ttmm-subcategory-group:hover,
  .ttmm-subcategory-group:focus-within {
    transform: none;
  }

  .ttmm-group-title {
    min-height: 76px;
  }

  .ttmm-grandchild-list {
    margin-right: 64px;
  }

  .ttmm-grandchild-list.is-two-column {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 981px) and (max-width: 1180px) {
  .ttmm-subcategory-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 640px) and (max-width: 980px) {
  .ttmm-subcategory-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.ttmm-product-thumb {
  background: transparent !important;
}

.ttmm-product-icon {
  display: block;
  width: 42px;
  height: 42px;
  object-fit: contain;
}

.ttmm-product-thumb svg {
  width: 30px;
  height: 30px;
}


/* v1.6.7 — Main mega-menu labels: RTL/right-aligned only. */
@media (min-width: 981px) {
  .ttmm-nav-link {
    direction: rtl !important;
    text-align: right !important;
    justify-content: flex-start !important;
  }
}


/* ========================================================================== 
   Header desktop navigation layout fix — v1.6.8
   Keep category links as a compact right-aligned group and reserve safe space
   for the centered logo dock, matching the approved header structure.
   ========================================================================== */
@media (min-width: 981px) {
  .tfl-header__top-bar {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    overflow: visible !important;
  }

  .ttmm-navbar {
    width: calc(50% - 185px) !important;
    max-width: calc(50% - 185px) !important;
    flex: 0 0 calc(50% - 185px) !important;
    justify-content: flex-end !important;
    margin: 0 !important;
  }

  .ttmm-nav-list {
    width: auto !important;
    max-width: 100% !important;
    justify-content: flex-end !important;
    gap: clamp(18px, 1.7vw, 34px) !important;
    margin: 0 !important;
    margin-inline-start: auto !important;
  }

  .ttmm-nav-link {
    direction: rtl !important;
    text-align: right !important;
    justify-content: flex-start !important;
    white-space: nowrap !important;
    padding-inline: 0 !important;
  }

  .tfl-header__utility {
    width: 365px !important;
    max-width: 365px !important;
    flex: 0 0 365px !important;
    margin-left: clamp(88px, 6vw, 120px) !important;
    margin-right: 0 !important;
    justify-content: space-between !important;
    gap: 0 !important;
  }
}


/* ========================================================================== 
   Header typography + edge safety — v1.6.9
   Category navigation and utility links share the exact same typography.
   Compact spacing prevents the right-most item from touching/clipping edge.
   ========================================================================== */
@media (min-width: 981px) {
  .ttmm-navbar {
    padding-inline-end: 10px !important;
    box-sizing: border-box !important;
  }

  .ttmm-nav-list {
    gap: clamp(12px, 1.15vw, 22px) !important;
  }

  .ttmm-nav-link,
  .tfl-header__utility a {
    font-family: "Peyda", "peyda", "Pinar", "pinar", Tahoma, sans-serif !important;
    font-size: 13.5px !important;
    font-weight: 900 !important;
    font-style: normal !important;
    line-height: 1.45 !important;
    letter-spacing: -0.08px !important;
    white-space: nowrap !important;
    font-synthesis: none !important;
    -webkit-font-smoothing: antialiased !important;
    text-rendering: geometricPrecision !important;
  }

  .ttmm-nav-link {
    gap: 4px !important;
  }

  .ttmm-nav-link svg {
    width: 11px !important;
    height: 11px !important;
    flex: 0 0 11px !important;
  }

  .tfl-header__utility {
    width: 350px !important;
    max-width: 350px !important;
    flex-basis: 350px !important;
  }
}


/* ========================================================================== 
   Approved desktop header geometry — v1.6.10
   Matches the supplied reference: outer spacing, top navigation density,
   centered logo bridge, lower gradient bar, search proportions and weight.
   Desktop only; mega-menu panel internals and mobile are untouched.
   ========================================================================== */
@media (min-width: 1025px) {
  .tfl-header {
    padding-top: 10px !important;
    min-height: 137px !important;
  }

  .tfl-header__top-wrap {
    width: 95% !important;
    max-width: none !important;
    margin-inline: auto !important;
  }

  .tfl-header__top-bar {
    height: 70px !important;
    min-height: 70px !important;
    padding: 15px !important;
    border: 1px solid #bfc4ca !important;
    border-radius: 18px !important;
    box-shadow: none !important;
  }

  /* Keep a dedicated central no-content zone for the logo bridge. */
  .ttmm-navbar {
    width: calc(50% - 180px) !important;
    max-width: calc(50% - 180px) !important;
    flex: 0 0 calc(50% - 180px) !important;
    padding: 0 !important;
    justify-content: flex-end !important;
  }

  .ttmm-nav-list {
    width: auto !important;
    max-width: 100% !important;
    gap: clamp(17px, 1.55vw, 29px) !important;
    justify-content: flex-end !important;
    margin-inline-start: auto !important;
  }

  .ttmm-nav-link,
  .tfl-header__utility a {
    font-family: "Peyda", "peyda", "Pinar", "pinar", Tahoma, sans-serif !important;
    font-size: 13.5px !important;
    font-weight: 950 !important;
    line-height: 1.45 !important;
    letter-spacing: -0.12px !important;
    color: #111827 !important;
    white-space: nowrap !important;
  }

  .ttmm-nav-link {
    min-height: 44px !important;
    gap: 5px !important;
    padding: 0 !important;
  }

  .ttmm-nav-link svg {
    width: 11px !important;
    height: 11px !important;
    flex: 0 0 11px !important;
    stroke-width: 2.1 !important;
  }

  .tfl-header__utility {
    width: 365px !important;
    max-width: 365px !important;
    flex: 0 0 365px !important;
    margin: 0 !important;
    justify-content: space-between !important;
    gap: 0 !important;
  }

  .tfl-header__brand-dock {
    top: 0 !important;
    width: 300px !important;
    height: 127px !important;
  }

  .tfl-header__arch-img {
    top: 56px !important;
    width: 300px !important;
    height: 74px !important;
  }

  .tfl-header__brand-logo {
    top: 36px !important;
  }

  .tfl-header__brand-logo img {
    width: 186px !important;
    height: 75px !important;
  }

  /* Lower gradient action bar. */
  .tfl-header__actions-wrap {
    width: 85% !important;
    max-width: none !important;
    margin: 0 auto !important;
    z-index: 99 !important;
  }

  .tfl-header__actions-bar {
    min-height: 57px !important;
    height: 57px !important;
    padding: 0 !important;
    border-radius: 0 0 22px 22px !important;
    box-shadow: none !important;
  }

  .tfl-header__support {
    width: 40% !important;
    height: 57px !important;
    box-sizing: border-box !important;
    padding: 0 18px 0 0 !important;
    gap: 13px !important;
    justify-content: flex-start !important;
  }

  .tfl-support-title,
  .tfl-support-badge {
    font-family: "Peyda", "peyda", "Pinar", "pinar", Tahoma, sans-serif !important;
    font-size: 14px !important;
    font-weight: 950 !important;
    line-height: 1.4 !important;
    color: #06151a !important;
  }

  .tfl-support-phone {
    font-family: Tahoma, Arial, sans-serif !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    line-height: 1.4 !important;
    padding: 0 3px !important;
    color: #000 !important;
  }

  .tfl-header__actions-left {
    width: 58% !important;
    height: 57px !important;
    box-sizing: border-box !important;
    padding: 0 0 0 18px !important;
    gap: 14px !important;
    justify-content: flex-end !important;
  }

  .tfl-header__search.tps {
    width: 462px !important;
    max-width: 462px !important;
    flex: 0 0 462px !important;
  }

  .tfl-header__search .tps__form {
    height: 38px !important;
  }

  .tfl-header__search .tps__input {
    height: 38px !important;
    padding: 0 105px 0 20px !important;
    border-radius: 18px !important;
    background: #fff !important;
    font-family: "Peyda", "peyda", "Pinar", "pinar", Tahoma, sans-serif !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #4b5563 !important;
    box-shadow: none !important;
  }

  .tfl-header__search .tps__input::placeholder {
    color: #a8a8a8 !important;
    opacity: 1 !important;
    font-weight: 700 !important;
  }

  .tfl-header__search .tps__button {
    right: 0 !important;
    top: 0 !important;
    transform: none !important;
    width: 87px !important;
    height: 50px !important;
    border-radius: 0 18px 18px 0 !important;
    background: #34d399 !important;
  }

  .tfl-header__search .tps__button:hover {
    transform: none !important;
    background: #2fca90 !important;
  }

  .tfl-header__search .tps__button svg {
    width: 29px !important;
    height: 29px !important;
    stroke-width: 2.2 !important;
  }

  .tfl-header__user-actions {
    gap: 16px !important;
  }

  .tfl-header__icon-btn {
    width: 26px !important;
    height: 34px !important;
    padding: 0 !important;
  }

  .tfl-header__icon-btn svg {
    width: 25px !important;
    height: 25px !important;
  }
}


/* ========================================================================== 
   Header search + action icons refinement — v1.6.11
   Smaller search field; restore clean legacy account/cart icon behavior.
   ========================================================================== */
@media (min-width: 981px) {
  .tfl-header__search.tps {
    width: 390px !important;
    max-width: 390px !important;
    flex: 0 0 390px !important;
  }

  .tfl-header__search .tps__form {
    height: 46px !important;
  }

  .tfl-header__search .tps__input {
    height: 46px !important;
    padding: 0 82px 0 18px !important;
    border-radius: 17px !important;
    font-size: 15px !important;
  }

  .tfl-header__search .tps__button {
    width: 70px !important;
    height: 46px !important;
    border-radius: 0 17px 17px 0 !important;
  }

  .tfl-header__search .tps__button svg {
    width: 26px !important;
    height: 26px !important;
  }

  .tfl-header__user-actions {
    gap: 10px !important;
  }

  .tfl-header__icon-btn,
  .tfl-header__icon-btn--cart {
    width: 34px !important;
    height: 34px !important;
    padding: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    transform: none !important;
    transition: opacity 140ms ease !important;
  }

  .tfl-header__icon-btn:hover,
  .tfl-header__icon-btn:focus,
  .tfl-header__icon-btn:focus-visible,
  .tfl-header__icon-btn--cart:hover,
  .tfl-header__icon-btn--cart:focus,
  .tfl-header__icon-btn--cart:focus-visible {
    background: transparent !important;
    box-shadow: none !important;
    transform: none !important;
    outline: none !important;
    opacity: .88 !important;
  }

  .tfl-header__icon-btn svg {
    width: 23px !important;
    height: 23px !important;
  }
}


/* v1.6.12 — Header nav typography weight only */
@media (min-width: 981px) {
  .ttmm-nav-link,
  .tfl-header__utility a {
    font-weight: 800 !important;
  }
}


/* ========================================================================== 
   Live product-search dropdown — v1.6.13
   Exactly 3 title-matched products; compact product cards and clear empty state.
   ========================================================================== */
.tps__results {
  padding: 0 !important;
  overflow: hidden !important;
  border: 1px solid #dfe6ee !important;
  border-radius: 16px !important;
  background: #fff !important;
  box-shadow: 0 16px 38px rgba(15, 23, 42, .16) !important;
}

.tps__results-head {
  padding: 10px 14px 8px;
  border-bottom: 1px solid #edf1f5;
  color: #64748b;
  font-family: "Peyda", "peyda", "Pinar", "pinar", Tahoma, sans-serif;
  font-size: 12.5px;
  font-weight: 800;
  line-height: 1.4;
  text-align: right;
}

.tps__item {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  min-height: 76px !important;
  padding: 10px 12px !important;
  border-radius: 0 !important;
  border-bottom: 1px solid #edf1f5 !important;
  background: #fff !important;
}

.tps__item:last-child {
  border-bottom: 0 !important;
}

.tps__item:hover,
.tps__item:focus-visible {
  background: #f8fafc !important;
  outline: 0 !important;
}

.tps__thumb {
  width: 54px !important;
  height: 54px !important;
  flex: 0 0 54px !important;
  border-radius: 10px !important;
  background: #f8fafc !important;
  border: 1px solid #eef2f7 !important;
}

.tps__body strong {
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal !important;
  overflow: hidden !important;
  color: #1f2937 !important;
  font-family: "Peyda", "peyda", "Pinar", "pinar", Tahoma, sans-serif !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  line-height: 1.6 !important;
  text-align: right !important;
}

.tps__body small {
  margin-top: 4px !important;
  color: #ef4444 !important;
  font-family: "Peyda", "peyda", "Pinar", "pinar", Tahoma, sans-serif !important;
  font-size: 12.5px !important;
  font-weight: 800 !important;
  line-height: 1.45 !important;
  text-align: right !important;
}

.tps__body small del {
  opacity: .62;
  margin-left: 5px;
}

.tps__body small ins {
  text-decoration: none;
}

.tps__empty {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 5px !important;
  min-height: 96px !important;
  padding: 18px 16px !important;
  text-align: center !important;
  background: #fff !important;
}

.tps__empty strong {
  color: #334155 !important;
  font-family: "Peyda", "peyda", "Pinar", "pinar", Tahoma, sans-serif !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  line-height: 1.5 !important;
}

.tps__empty span {
  color: #94a3b8 !important;
  font-family: "Peyda", "peyda", "Pinar", "pinar", Tahoma, sans-serif !important;
  font-size: 12.5px !important;
  font-weight: 600 !important;
}

@media (min-width: 981px) {
  .tfl-header__search .tps__results {
    top: calc(100% + 9px) !important;
    right: 0 !important;
    left: 0 !important;
    max-height: 330px !important;
  }
}


/* ========================================================================== 
   Search dropdown visual refinement — v1.6.15
   Premium compact ecommerce result cards; search logic remains unchanged.
   ========================================================================== */
.tps__results {
  padding: 10px !important;
  border: 1px solid rgba(203, 213, 225, .95) !important;
  border-radius: 20px !important;
  background: rgba(255,255,255,.985) !important;
  box-shadow: 0 20px 50px rgba(15, 23, 42, .18) !important;
  backdrop-filter: blur(14px) !important;
  -webkit-backdrop-filter: blur(14px) !important;
}

.tps__results-head {
  position: relative;
  margin: 0 2px 8px !important;
  padding: 6px 10px 9px 10px !important;
  border-bottom: 0 !important;
  color: #64748b !important;
  font-size: 12px !important;
  font-weight: 800 !important;
}

.tps__results-head::after {
  content: "";
  position: absolute;
  right: 10px;
  bottom: 0;
  width: 44px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, #2563eb, #34d399);
}

.tps__item {
  position: relative !important;
  display: grid !important;
  grid-template-columns: 64px minmax(0, 1fr) !important;
  align-items: center !important;
  gap: 13px !important;
  min-height: 88px !important;
  margin: 0 0 8px !important;
  padding: 10px 11px !important;
  border: 1px solid #edf1f5 !important;
  border-radius: 14px !important;
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%) !important;
  box-shadow: 0 2px 8px rgba(15, 23, 42, .035) !important;
  overflow: hidden !important;
  transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease, background 160ms ease !important;
}

.tps__item:last-child {
  margin-bottom: 0 !important;
  border-bottom: 1px solid #edf1f5 !important;
}

.tps__item::before {
  content: "";
  position: absolute;
  inset-block: 12px;
  right: 0;
  width: 3px;
  border-radius: 3px 0 0 3px;
  background: linear-gradient(180deg, #2563eb, #34d399);
  opacity: 0;
  transform: scaleY(.55);
  transition: opacity 160ms ease, transform 160ms ease;
}

.tps__item:hover,
.tps__item:focus-visible {
  background: #fff !important;
  border-color: #cbd5e1 !important;
  box-shadow: 0 10px 24px rgba(15, 23, 42, .09) !important;
  transform: translateY(-1px) !important;
  outline: 0 !important;
}

.tps__item:hover::before,
.tps__item:focus-visible::before {
  opacity: 1;
  transform: scaleY(1);
}

.tps__thumb {
  display: grid !important;
  place-items: center !important;
  width: 64px !important;
  height: 64px !important;
  flex: 0 0 64px !important;
  padding: 5px !important;
  border-radius: 13px !important;
  border: 1px solid #e5eaf0 !important;
  background: linear-gradient(145deg, #ffffff, #f8fafc) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.9) !important;
  overflow: hidden !important;
}

.tps__thumb img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  border-radius: 9px !important;
}

.tps__body {
  display: flex !important;
  min-width: 0 !important;
  flex-direction: column !important;
  justify-content: center !important;
  gap: 6px !important;
}

.tps__body strong {
  color: #172033 !important;
  font-size: 14.5px !important;
  font-weight: 800 !important;
  line-height: 1.55 !important;
  letter-spacing: -.08px !important;
}

.tps__body small {
  display: flex !important;
  align-items: baseline !important;
  flex-wrap: wrap !important;
  gap: 5px !important;
  margin-top: 0 !important;
  color: #ef4444 !important;
  font-size: 12.5px !important;
  font-weight: 800 !important;
  line-height: 1.5 !important;
}

.tps__body small del {
  order: 2;
  margin: 0 !important;
  color: #94a3b8 !important;
  opacity: 1 !important;
  font-size: 11.5px !important;
  font-weight: 650 !important;
}

.tps__body small ins {
  order: 1;
  color: #ef4444 !important;
  text-decoration: none !important;
  font-weight: 900 !important;
}

.tps__empty {
  min-height: 128px !important;
  margin: 0 !important;
  padding: 24px 18px !important;
  border: 1px dashed #d7dee8 !important;
  border-radius: 14px !important;
  background: linear-gradient(180deg, #fff, #f8fafc) !important;
}

.tps__empty::before {
  content: "⌕";
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 3px;
  border-radius: 50%;
  background: #eff6ff;
  color: #2563eb;
  font-size: 24px;
  font-weight: 700;
}

.tps__empty strong {
  color: #1e293b !important;
  font-size: 14px !important;
  font-weight: 850 !important;
}

.tps__empty span {
  color: #94a3b8 !important;
  font-size: 12px !important;
  font-weight: 600 !important;
}

@media (max-width: 980px) {
  .tps__results {
    padding: 8px !important;
    border-radius: 16px !important;
  }
  .tps__item {
    grid-template-columns: 56px minmax(0, 1fr) !important;
    min-height: 78px !important;
    padding: 8px 9px !important;
  }
  .tps__thumb {
    width: 56px !important;
    height: 56px !important;
  }
  .tps__body strong {
    font-size: 13.5px !important;
  }
}


/* ========================================================================== 
   Search usability fix — v1.6.16
   Ensure all three live results are fully visible and scroll only when the
   viewport genuinely lacks room.
   ========================================================================== */
@media (min-width: 981px) {
  .tfl-header__search .tps__results {
    max-height: min(460px, calc(100vh - 165px)) !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    overscroll-behavior: contain;
    scrollbar-gutter: stable;
    padding-bottom: 10px !important;
  }

  .tfl-header__search .tps__item:last-child {
    margin-bottom: 0 !important;
  }
}


/* ========================================================================== 
   Live search typing feedback — v1.6.17
   ========================================================================== */
.tps__searching {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 82px;
  padding: 18px;
  color: #475467;
  font-size: 14px;
  font-weight: 700;
  direction: rtl;
}
.tps__spinner {
  width: 19px;
  height: 19px;
  flex: 0 0 19px;
  border: 2px solid #dbeafe;
  border-top-color: #2563eb;
  border-radius: 50%;
  animation: tps-spin .7s linear infinite;
}
@keyframes tps-spin { to { transform: rotate(360deg); } }


.tnt-cart-modal__qty {
 display:flex !important;
 align-items:center !important;
 overflow:hidden !important;
 height:40px !important;
 border:1px solid #e2e8f0 !important;
 border-radius:12px !important;
 background:#fff !important;
}
.tnt-cart-modal__qty button {
 width:40px !important;
 height:40px !important;
 border:0 !important;
 background:#f8fafc !important;
 color:#2563eb !important;
 font-size:22px !important;
 cursor:pointer !important;
}
.tnt-cart-modal__qty button:hover { background:#2563eb !important; color:#fff !important; }
.tnt-cart-modal__qty input {
 width:45px !important;
 height:40px !important;
 border:0 !important;
 text-align:center !important;
 font-size:16px !important;
 font-weight:800 !important;
 background:#fff !important;
 direction:ltr !important;
 font-family:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif !important;
 font-feature-settings:"locl" 0, "ss01" 0 !important;
 font-variant-numeric:normal !important;
}


/* ========================================================================== 
   Cart Modal Close & Remove Buttons — Precision Centered & Beautiful
   ========================================================================== */

.tnt-cart-modal__close,
.tnt-cart-modal__remove {
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 !important;
  padding: 0 !important;
  cursor: pointer !important;
  text-decoration: none !important;
  box-sizing: border-box !important;
  line-height: 0 !important;
  font-size: 0 !important;
  vertical-align: middle !important;
  outline: none !important;
  -webkit-tap-highlight-color: transparent !important;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.tnt-cart-modal__close {
  width: 38px !important;
  height: 38px !important;
  min-width: 38px !important;
  min-height: 38px !important;
  max-width: 38px !important;
  max-height: 38px !important;
  border-radius: 50% !important;
  background: #f8fafc !important;
  border: 1px solid #e2e8f0 !important;
  color: #64748b !important;
  box-shadow: 0 2px 6px rgba(15, 23, 42, 0.04) !important;
}

.tnt-cart-modal__close svg {
  display: block !important;
  width: 18px !important;
  height: 18px !important;
  margin: 0 !important;
  padding: 0 !important;
  pointer-events: none !important;
  stroke: currentColor !important;
  stroke-width: 2.2 !important;
  flex-shrink: 0 !important;
  transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1), stroke 0.25s ease !important;
}

.tnt-cart-modal__close:hover,
.tnt-cart-modal__close:focus {
  background: #fee2e2 !important;
  border-color: #fca5a5 !important;
  color: #ef4444 !important;
  box-shadow: 0 4px 14px rgba(239, 68, 68, 0.18) !important;
  transform: rotate(90deg) !important;
}

.tnt-cart-modal__close:active {
  transform: rotate(90deg) scale(0.9) !important;
}

.tnt-cart-modal__remove {
  width: 32px !important;
  height: 32px !important;
  min-width: 32px !important;
  min-height: 32px !important;
  max-width: 32px !important;
  max-height: 32px !important;
  border-radius: 8px !important;
  background: #ffffff !important;
  border: 1px solid #e2e8f0 !important;
  color: #94a3b8 !important;
  box-shadow: 0 1px 3px rgba(15, 23, 42, 0.03) !important;
}

.tnt-cart-modal__remove svg {
  display: block !important;
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
  padding: 0 !important;
  pointer-events: none !important;
  stroke: currentColor !important;
  stroke-width: 2.2 !important;
  flex-shrink: 0 !important;
  transition: transform 0.2s ease, stroke 0.2s ease !important;
}

.tnt-cart-modal__remove:hover,
.tnt-cart-modal__remove:focus {
  background: #fee2e2 !important;
  border-color: #fca5a5 !important;
  color: #ef4444 !important;
  box-shadow: 0 4px 12px rgba(239, 68, 68, 0.14) !important;
  transform: scale(1.05) !important;
  outline: none !important;
}

.tnt-cart-modal__remove:active {
  transform: scale(0.92) !important;
}

html body .tnt-cart-modal .tnt-cart-modal__qty input,
html body .tnt-cart-modal .tnt-cart-qty-input,
html body input.tnt-cart-qty-input {
  width: 45px !important;
  height: 40px !important;
  min-height: 40px !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  background: #fff !important;
  color: #1e293b !important;
  direction: ltr !important;
  unicode-bidi: isolate !important;
  text-align: center !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
  font-feature-settings: "locl" 0, "ss01" 0, "numr" 0, "tnum" 0 !important;
  font-variant-numeric: normal !important;
  font-size: 16px !important;
  font-weight: 800 !important;
  box-shadow: none !important;
  outline: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: textfield !important;
}

/* Tanteb Cart Qty Touch Fix 1.6.25 */
.tnt-cart-modal__qty button {
    min-width: 38px;
    min-height: 38px;
    touch-action: manipulation;
    cursor: pointer;
}
.tnt-cart-modal__qty button:active {
    transform: scale(.96);
}

/* Cart qty ajax state */
.tnt-cart-modal__qty.is-updating { opacity:.7; pointer-events:none; }
.tnt-cart-modal__qty button:disabled { cursor:wait; }


/* Cart modal mobile touch hardening */
.tnt-cart-modal__qty-plus,
.tnt-cart-modal__qty-minus {
    position: relative;
    z-index: 20;
    pointer-events: auto !important;
    touch-action: manipulation;
    min-width: 42px;
    min-height: 42px;
    cursor: pointer;
}
.tnt-cart-modal__qty {
    position: relative;
    z-index: 10;
}

/* ==========================================================================
   Toast Notification & Cart Badge System (Single Product Mirror)
   ========================================================================== */
.tantab-toast-wrap {
    position: fixed !important;
    right: 20px !important;
    bottom: 24px !important;
    z-index: 1000001 !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 10px !important;
    width: min(360px, calc(100vw - 32px)) !important;
    direction: rtl !important;
    pointer-events: none !important;
}

.tantab-toast {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    min-height: 56px !important;
    padding: 12px 18px !important;
    border: 1px solid rgba(34, 197, 94, 0.28) !important;
    border-radius: 16px !important;
    background: rgba(255, 255, 255, 0.98) !important;
    backdrop-filter: blur(10px) !important;
    -webkit-backdrop-filter: blur(10px) !important;
    color: #0f172a !important;
    font-family: 'Peyda', 'Pinar', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
    box-shadow: 0 16px 40px -10px rgba(15, 23, 42, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.04) !important;
    opacity: 0 !important;
    transform: translateY(16px) scale(0.96) !important;
    transition: opacity 0.28s cubic-bezier(0.16, 1, 0.3, 1), transform 0.28s cubic-bezier(0.16, 1, 0.3, 1) !important;
    pointer-events: auto !important;
}

.tantab-toast.is-visible {
    opacity: 1 !important;
    transform: translateY(0) scale(1) !important;
}

.tantab-toast span {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 28px !important;
    height: 28px !important;
    min-width: 28px !important;
    border-radius: 50% !important;
    background: #10b981 !important;
    flex-shrink: 0 !important;
    box-shadow: 0 2px 8px rgba(16, 185, 129, 0.35) !important;
}

.tantab-toast span::before {
    content: "" !important;
    display: block !important;
    width: 10px !important;
    height: 6px !important;
    border-left: 2.2px solid #ffffff !important;
    border-bottom: 2.2px solid #ffffff !important;
    transform: rotate(-45deg) translate(1px, -1px) !important;
}

.tantab-toast b {
    flex: 1 1 auto !important;
    font-size: 14.5px !important;
    font-weight: 800 !important;
    line-height: 1.5 !important;
    color: #1e293b !important;
}

.tantab-toast.is-error {
    border-color: rgba(239, 68, 68, 0.3) !important;
}

.tantab-toast.is-error span {
    background: #ef4444 !important;
    box-shadow: 0 2px 8px rgba(239, 68, 68, 0.35) !important;
}

.tantab-toast.is-error span::before {
    content: "!" !important;
    border: none !important;
    color: #ffffff !important;
    font-size: 16px !important;
    font-weight: 900 !important;
    line-height: 1 !important;
    transform: none !important;
    text-align: center !important;
}

/* Basket button hover and loading states */
.mycart1-cart-btn {
    cursor: pointer !important;
    transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.2s ease !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.mycart1-cart-btn:hover {
    transform: scale(1.08) !important;
}

.mycart1-cart-btn:active {
    transform: scale(0.92) !important;
}

.mycart1-cart-btn.is-loading {
    opacity: 0.6 !important;
    pointer-events: none !important;
    animation: tfl-pulse 0.8s infinite alternate !important;
}

@keyframes tfl-pulse {
    0% { transform: scale(1); }
    100% { transform: scale(0.88); opacity: 0.4; }
}

/* Header Cart Count Badge */
.tantab-cart-badge,
.tfl-cart-badge {
    position: absolute !important;
    top: -4px !important;
    right: -6px !important;
    min-width: 18px !important;
    height: 18px !important;
    padding: 0 4px !important;
    border-radius: 9px !important;
    background: #ef4444 !important;
    color: #ffffff !important;
    font-size: 11px !important;
    font-weight: 800 !important;
    line-height: 18px !important;
    text-align: center !important;
    direction: ltr !important;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-shadow: 0 2px 6px rgba(239, 68, 68, 0.4) !important;
    pointer-events: none !important;
    z-index: 10 !important;
}

.tfl-header__icon-btn--cart,
.tfl-mobile-cart {
    position: relative !important;
}

/* Global typography lock: keep every textual surface on Peyda while allowing
   icon-font classes to retain their own glyph families. */
html,
body,
body *:not(svg):not(path):not(.fa):not(.fas):not(.far):not(.fab):not([class^="fa-"]):not([class*=" fa-"]):not([class^="eicon-"]):not([class*=" eicon-"]):not(.dashicons):not([class^="dashicons-"]):not([class*=" dashicons-"]):not([class*="icon"]):not([class*="Icon"]) {
	font-family: "Peyda", "peyda", sans-serif !important;
}

/* Digits appends its country search wrapper directly to <body>. Some Xiaomi
   WebView/Chrome builds paint that dormant input below the footer. Keep the
   wrapper fully detached until Digits explicitly opens a country list. */
#digits_country_list_wrapper {
	display: none !important;
}

#digits_country_list_wrapper.tfl-digits-country-list-open {
	display: block !important;
}

/* Desktop first-view parity: the former 940px minimum kept the benefits row
   almost entirely below shorter desktop viewports. The content itself remains
   unchanged; only the excessive empty height at the end of the hero is removed. */
@media (min-width: 1025px) {
	.tfl-hero {
		min-height: 820px !important;
	}

	.tfl-hero__inner {
		gap: 20px !important;
	}

	.tfl-hero__slider-wrap {
		min-height: 340px !important;
	}
}

/* Product-image parity with the Elementor reference. The previous 180px cap
   reduced square WooCommerce thumbnails and made their embedded Tanteb mark
   look detached from the discount badge. This shared card class is used by
   the popular, sale and newest-product carousels. */
.mycart1-image-wrap {
	max-height: 250px;
	margin-top: 0;
}

.mycart1-image-wrap img,
.mycart1-image {
	transform: scale(1.04);
}

.mycart1:hover .elementor-widget-image img,
.mycart1:hover .mycart1-image {
	transform: scale(1.08);
}

/* Match the Elementor product-carousel widths without affecting brand/blog
   carousels. Four-card sections use the 1140px reference track; the dedicated
   three-card sale track uses its measured 844px reference width. */
@media (min-width: 1024px) {
	.tfl-products .tfl-carousel {
		width: 100%;
		max-width: 1140px;
		margin-inline: auto;
	}

	.tfl-offers .tfl-offers__carousel {
		width: 100%;
		max-width: 844px;
		margin-inline: auto;
	}
}

/* Mobile carousel affordance and categorized-column centering. */
@media (max-width: 767px) {
	.tfl-products .tfl-carousel,
	.tfl-offers .tfl-offers__carousel {
		width: 100%;
		max-width: none;
		margin-inline: auto;
	}

	.tfl-categorized-grid {
		grid-template-columns: minmax(0, 1fr) !important;
		width: calc(100% - 32px) !important;
		max-width: 460px !important;
		margin-inline: auto !important;
		padding-inline: 0 !important;
	}

	.tfl-categorized-grid > .tfl-catcol {
		width: 100% !important;
		max-width: 100% !important;
		min-width: 0 !important;
		margin-inline: auto !important;
	}

	.tfl-categorized-grid > .tfl-catcol > *,
	.tfl-categorized-grid .tfl-catcol-cards {
		max-width: 100%;
		min-width: 0;
		box-sizing: border-box;
	}
}
