/**
 * TECHTASWIK Store Pro visual layer.
 * Loaded after the original Mktba styles so existing content and settings stay intact.
 */

:root {
	--tt-primary: #2563eb;
	--tt-accent: #7c3aed;
	--tt-ink: #0f172a;
	--tt-muted: #64748b;
	--tt-line: #e2e8f0;
	--tt-surface: #ffffff;
	--tt-soft: #f8fafc;
	--tt-success: #059669;
	--tt-warning: #f59e0b;
	--tt-radius-sm: 10px;
	--tt-radius: 18px;
	--tt-radius-lg: 26px;
	--tt-shadow-sm: 0 8px 24px rgba(15, 23, 42, 0.06);
	--tt-shadow: 0 20px 50px rgba(15, 23, 42, 0.11);
}

html {
	scroll-behavior: smooth;
}

body.techtaswik-store-pro {
	background: var(--tt-surface);
	color: #334155;
	font-size: 16px;
	line-height: 1.75;
}

.techtaswik-store-pro h1,
.techtaswik-store-pro h2,
.techtaswik-store-pro h3,
.techtaswik-store-pro h4,
.techtaswik-store-pro h5,
.techtaswik-store-pro h6 {
	color: var(--tt-ink);
	font-weight: 700;
	letter-spacing: 0;
}

.techtaswik-store-pro a {
	color: var(--tt-primary);
}

.techtaswik-store-pro a:hover {
	color: var(--tt-accent);
}

.techtaswik-store-pro :where(a, button, input, select, textarea):focus-visible {
	outline: 3px solid color-mix(in srgb, var(--tt-primary) 35%, transparent);
	outline-offset: 3px;
}

.techtaswik-store-pro .container {
	max-width: 1320px;
}

.skip-link:focus {
	position: fixed !important;
	inset-block-start: 12px;
	inset-inline-start: 12px;
	z-index: 10000;
	display: block;
	width: auto;
	height: auto;
	padding: 10px 16px;
	clip: auto;
	background: #fff;
	border-radius: var(--tt-radius-sm);
	box-shadow: var(--tt-shadow);
}

/* Store announcement */
.techtaswik-announcement {
	position: relative;
	z-index: 32;
	background: linear-gradient(115deg, #172554 0%, var(--tt-primary) 52%, var(--tt-accent) 100%);
	color: #fff;
}

.techtaswik-announcement::after {
	position: absolute;
	inset: 0;
	pointer-events: none;
	content: "";
	background-image: radial-gradient(circle at 15% 20%, rgba(255, 255, 255, 0.22) 0 1px, transparent 2px);
	background-size: 22px 22px;
	opacity: 0.25;
}

.techtaswik-announcement__inner {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 18px;
	min-height: 44px;
	padding-block: 7px;
}

.techtaswik-announcement p {
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 0;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
}

.techtaswik-announcement p span {
	color: #fde68a;
}

.techtaswik-announcement a {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	padding: 5px 12px;
	border: 1px solid rgba(255, 255, 255, 0.45);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.13);
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	backdrop-filter: blur(5px);
}

.techtaswik-announcement a:hover {
	background: #fff;
	color: var(--tt-primary);
}

/* Header and navigation */
.techtaswik-store-pro .top-head-wrap {
	background: #0f172a;
}

.techtaswik-store-pro .head-mast {
	background: rgba(255, 255, 255, 0.96);
	border-bottom: 1px solid #f1f5f9;
}

.techtaswik-store-pro .head-mast-container,
.techtaswik-store-pro .header-fullwidth .head-mast-container {
	max-width: 1320px;
	padding-inline: 15px;
	margin-inline: auto;
}

.techtaswik-store-pro .head-mast-row {
	min-height: 96px;
}

.techtaswik-store-pro .site-logo img,
.techtaswik-store-pro .custom-logo {
	max-height: 68px;
	width: auto;
}

.techtaswik-store-pro .site-title {
	font-weight: 800;
}

.techtaswik-store-pro .site-tagline {
	color: var(--tt-muted);
}

.techtaswik-store-pro .category-search-form {
	overflow: hidden;
	border: 1px solid var(--tt-line);
	border-radius: 999px;
	background: #fff;
	box-shadow: 0 6px 20px rgba(15, 23, 42, 0.04);
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.techtaswik-store-pro .category-search-form:focus-within {
	border-color: var(--tt-primary);
	box-shadow: 0 0 0 4px color-mix(in srgb, var(--tt-primary) 12%, transparent);
}

.techtaswik-store-pro .category-search-select,
.techtaswik-store-pro .category-search-input,
.techtaswik-store-pro .category-search-btn {
	border: 0;
	background-color: transparent;
}

.techtaswik-store-pro .category-search-btn {
	background: var(--tt-primary);
	color: #fff;
}

.techtaswik-store-pro .category-search-btn:hover {
	background: var(--tt-accent);
}

.techtaswik-store-pro .head-nav {
	background: rgba(255, 255, 255, 0.97);
	border-bottom: 1px solid var(--tt-line);
	box-shadow: 0 5px 18px rgba(15, 23, 42, 0.035);
	backdrop-filter: blur(14px);
}

.techtaswik-store-pro .head-nav.head-sticky.is-stuck {
	box-shadow: 0 10px 30px rgba(15, 23, 42, 0.1);
}

.techtaswik-store-pro .navigation-main > li > a {
	position: relative;
	padding-block: 18px;
	color: #334155;
	font-weight: 700;
}

.techtaswik-store-pro .navigation-main > li > a::before {
	position: absolute;
	inset-inline: 12px;
	inset-block-end: 10px;
	height: 3px;
	border-radius: 999px;
	background: linear-gradient(90deg, var(--tt-primary), var(--tt-accent));
	content: "";
	transform: scaleX(0);
	transition: transform 0.2s ease;
}

.techtaswik-store-pro .navigation-main > li:hover > a::before,
.techtaswik-store-pro .navigation-main > .current-menu-item > a::before,
.techtaswik-store-pro .navigation-main > .current-menu-parent > a::before {
	transform: scaleX(1);
}

.techtaswik-store-pro .navigation-main ul {
	border: 1px solid var(--tt-line);
	border-radius: 14px;
	box-shadow: var(--tt-shadow);
}

.techtaswik-store-pro .navigation-main li li a {
	padding: 10px 16px;
}

.techtaswik-store-pro .header-mini-cart-trigger {
	border-color: var(--tt-line);
	border-radius: 999px;
}

.techtaswik-store-pro .cart-count {
	background: var(--tt-accent);
}

/* Confidence strip */
.techtaswik-trust-strip {
	border-bottom: 1px solid var(--tt-line);
	background: var(--tt-soft);
}

.techtaswik-trust-strip__inner {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	align-items: center;
	min-height: 58px;
}

.techtaswik-trust-strip__inner > span {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	color: #334155;
	font-size: 14px;
	font-weight: 700;
}

.techtaswik-trust-strip__inner > span + span {
	border-inline-start: 1px solid var(--tt-line);
}

.techtaswik-trust-strip b {
	display: inline-grid;
	place-items: center;
	width: 29px;
	height: 29px;
	border-radius: 50%;
	background: #dbeafe;
	color: var(--tt-primary);
	font-style: normal;
}

.techtaswik-trust-strip i {
	font-style: normal;
}

/* Hero and page titles */
.techtaswik-store-pro .page-hero {
	position: relative;
	overflow: hidden;
	background-color: #eff6ff;
}

.techtaswik-store-pro .page-hero::after {
	position: absolute;
	inset-block-start: -80%;
	inset-inline-end: -10%;
	width: 420px;
	height: 420px;
	border-radius: 50%;
	background: radial-gradient(circle, color-mix(in srgb, var(--tt-accent) 22%, transparent), transparent 68%);
	content: "";
	pointer-events: none;
}

.techtaswik-store-pro .page-hero-content {
	position: relative;
	z-index: 1;
}

.techtaswik-store-pro .page-hero-title {
	font-size: clamp(30px, 4vw, 56px);
	font-weight: 800;
}

.techtaswik-store-pro .section-heading {
	margin-bottom: 32px;
}

.techtaswik-store-pro .section-title {
	font-size: clamp(26px, 3vw, 42px);
	font-weight: 800;
}

.techtaswik-store-pro .main {
	padding-block: clamp(42px, 6vw, 78px);
}

/* Universal controls */
.techtaswik-store-pro :where(.btn, .button, button[type="submit"], input[type="submit"]) {
	min-height: 46px;
	border-radius: 12px;
	background: linear-gradient(135deg, var(--tt-primary), var(--tt-accent));
	box-shadow: 0 10px 22px color-mix(in srgb, var(--tt-primary) 20%, transparent);
	font-weight: 700;
	transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.techtaswik-store-pro :where(.btn, .button, button[type="submit"], input[type="submit"]):hover {
	background: linear-gradient(135deg, var(--tt-primary), var(--tt-accent));
	box-shadow: 0 14px 28px color-mix(in srgb, var(--tt-primary) 26%, transparent);
	filter: brightness(1.04);
	transform: translateY(-2px);
}

.techtaswik-store-pro :where(input[type="text"], input[type="email"], input[type="password"], input[type="url"], input[type="tel"], input[type="number"], select, textarea) {
	border: 1px solid var(--tt-line);
	border-radius: 12px;
	background: #fff;
}

.techtaswik-store-pro :where(input, select, textarea):focus {
	border-color: var(--tt-primary);
	box-shadow: 0 0 0 4px color-mix(in srgb, var(--tt-primary) 10%, transparent);
}

/* Catalog toolbar */
.techtaswik-store-pro .shop-actions {
	gap: 14px;
	margin-bottom: 30px;
	padding: 13px 16px;
	border: 1px solid var(--tt-line);
	border-radius: 14px;
	background: #fff;
	box-shadow: var(--tt-shadow-sm);
}

.techtaswik-store-pro .shop-filter-toggle {
	border: 1px solid var(--tt-line);
	border-radius: 10px;
	background: var(--tt-soft);
}

.techtaswik-store-pro .woocommerce-ordering select {
	min-height: 42px;
	padding-inline: 12px 34px;
	border: 1px solid var(--tt-line);
}

.techtaswik-store-pro .woocommerce-result-count {
	color: var(--tt-muted);
}

/* Product cards */
.techtaswik-store-pro .item-product {
	position: relative;
	display: flex;
	flex-direction: column;
	height: calc(100% - 30px);
	overflow: hidden;
	border: 1px solid var(--tt-line);
	border-radius: var(--tt-radius);
	background: #fff;
	box-shadow: var(--tt-shadow-sm);
	transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease !important;
}

.techtaswik-store-pro .item-product:hover {
	border-color: color-mix(in srgb, var(--tt-primary) 34%, var(--tt-line));
	box-shadow: var(--tt-shadow) !important;
	transform: translateY(-7px) !important;
}

.techtaswik-store-pro .item-product .item-thumb {
	position: relative;
	display: grid;
	place-items: center;
	min-height: 245px;
	margin: 0;
	overflow: hidden;
	background:
		radial-gradient(circle at 80% 15%, color-mix(in srgb, var(--tt-primary) 20%, transparent), transparent 36%),
		linear-gradient(145deg, #f8fafc 0%, #eef2ff 100%);
}

.techtaswik-store-pro .item-product .item-thumb::after {
	position: absolute;
	inset: auto 10% 4% 10%;
	height: 16px;
	border-radius: 50%;
	background: rgba(15, 23, 42, 0.15);
	content: "";
	filter: blur(12px);
	transform: scaleX(0.65);
}

.techtaswik-store-pro .item-product .item-thumb a {
	position: relative;
	z-index: 1;
	display: grid;
	place-items: center;
	width: 100%;
	height: 100%;
	padding: 22px;
}

.techtaswik-store-pro .item-product .item-thumb img {
	width: auto;
	max-width: 100%;
	height: 205px;
	object-fit: contain;
	transition: transform 0.35s ease;
}

.techtaswik-store-pro .item-product:hover .item-thumb img {
	transform: scale(1.045);
}

.techtaswik-store-pro .item-product .onsale {
	inset-block-start: 14px;
	inset-inline-end: 14px;
	padding: 6px 11px;
	border-radius: 999px;
	background: #dc2626;
	box-shadow: 0 8px 18px rgba(220, 38, 38, 0.2);
	font-size: 11px;
	font-weight: 800;
}

.techtaswik-store-pro .item-product .item-content {
	display: flex;
	flex: 1;
	flex-direction: column;
	align-items: stretch;
	padding: 20px;
	text-align: start;
}

.techtaswik-store-pro .item-product .item-meta {
	margin-bottom: 7px;
	font-size: 12px;
}

.techtaswik-store-pro .item-product .item-categories a {
	color: var(--tt-primary);
	font-weight: 700;
}

.techtaswik-store-pro .item-product .item-title {
	min-height: 52px;
	margin: 0 0 10px;
	font-size: 17px;
	font-weight: 800;
	line-height: 1.55;
}

.techtaswik-store-pro .item-product .item-title a {
	color: var(--tt-ink);
}

.techtaswik-store-pro .item-product .item-title a:hover {
	color: var(--tt-primary);
}

.techtaswik-store-pro .item-product .price {
	display: flex;
	align-items: baseline;
	gap: 7px;
	margin-top: auto;
	color: var(--tt-primary);
	font-size: 19px;
	font-weight: 800;
}

.techtaswik-store-pro .item-product .price del {
	color: #94a3b8;
	font-size: 13px;
	font-weight: 500;
}

.techtaswik-store-pro .item-product .price ins {
	text-decoration: none;
}

.techtaswik-store-pro .item-product .star-rating {
	margin-block: 8px 12px;
	color: var(--tt-warning);
}

.techtaswik-product-cta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	min-height: 46px;
	margin-top: 15px;
	padding: 9px 15px;
	border-radius: 12px;
	background: linear-gradient(135deg, var(--tt-primary), var(--tt-accent));
	box-shadow: 0 10px 20px color-mix(in srgb, var(--tt-primary) 18%, transparent);
	color: #fff !important;
	font-size: 14px;
	font-weight: 800;
}

.techtaswik-product-cta:hover {
	box-shadow: 0 13px 25px color-mix(in srgb, var(--tt-primary) 27%, transparent);
	filter: brightness(1.04);
	transform: translateY(-2px);
}

/* Single product */
.techtaswik-store-pro.single-product .main {
	background: linear-gradient(180deg, #fff 0%, #f8fafc 48%, #fff 100%);
}

.techtaswik-store-pro.single-product div.product > .row {
	align-items: flex-start;
}

.techtaswik-store-pro.single-product .woocommerce-product-gallery {
	padding: 22px;
	border: 1px solid var(--tt-line);
	border-radius: var(--tt-radius-lg);
	background: #fff;
	box-shadow: var(--tt-shadow-sm);
}

.techtaswik-store-pro.single-product .woocommerce-product-gallery__wrapper {
	overflow: hidden;
	border: 0;
	border-radius: var(--tt-radius);
	background: linear-gradient(145deg, #f8fafc, #eef2ff);
}

.techtaswik-store-pro.single-product .woocommerce-product-gallery img {
	border-radius: var(--tt-radius-sm);
}

.techtaswik-store-pro.single-product .summary.entry-summary {
	padding: 8px 18px 0;
}

.techtaswik-store-pro.single-product .product_meta {
	margin-bottom: 12px;
	color: var(--tt-muted);
	font-size: 13px;
}

.techtaswik-store-pro.single-product .product_title {
	margin-bottom: 18px;
	font-size: clamp(30px, 4vw, 48px);
	font-weight: 800;
	line-height: 1.3;
}

.techtaswik-store-pro.single-product .woocommerce-product-details__short-description {
	color: #475569;
	font-size: 17px;
}

.techtaswik-store-pro.single-product .woocommerce-product-rating {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 18px;
}

.techtaswik-store-pro.single-product .entry-product-info {
	margin: 26px 18px 0;
	padding: 24px;
	border: 1px solid var(--tt-line);
	border-radius: var(--tt-radius);
	background: #fff;
	box-shadow: var(--tt-shadow-sm);
}

.techtaswik-store-pro.single-product .entry-product-info > .price {
	display: flex;
	align-items: baseline;
	gap: 10px;
	margin-bottom: 18px;
	color: var(--tt-primary);
	font-size: 32px;
	font-weight: 800;
}

.techtaswik-store-pro.single-product .entry-product-info > .price del {
	color: #94a3b8;
	font-size: 17px;
}

.techtaswik-store-pro.single-product .entry-product-info > .price ins {
	text-decoration: none;
}

.techtaswik-store-pro.single-product form.cart {
	margin-bottom: 0;
}

.techtaswik-store-pro.single-product button.single_add_to_cart_button,
.techtaswik-store-pro.single-product .dropbtn {
	width: 100%;
	max-width: none;
	min-height: 56px;
	border-radius: 14px;
	font-size: 17px;
	font-weight: 800;
}

.techtaswik-store-pro .techtaswik-purchase-assurance {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 10px;
	margin-top: 18px;
}

.techtaswik-purchase-assurance span {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	padding: 9px;
	border-radius: 10px;
	background: #f0fdf4;
	color: #166534;
	font-size: 12px;
	font-weight: 700;
	text-align: center;
}

.techtaswik-purchase-assurance b {
	display: inline-grid;
	place-items: center;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: #dcfce7;
	color: var(--tt-success);
}

.techtaswik-store-pro .download-dropdown,
.techtaswik-store-pro .dropdown-content {
	width: 100%;
}

.techtaswik-store-pro .dropdown-content {
	overflow: hidden;
	border: 1px solid var(--tt-line);
	border-radius: 12px;
	box-shadow: var(--tt-shadow-sm);
}

.techtaswik-store-pro .download-book-btn {
	padding: 12px 16px;
}

.techtaswik-store-pro .woocommerce-tabs-container {
	padding-block: clamp(42px, 7vw, 80px);
	background: var(--tt-soft);
}

.techtaswik-store-pro .woocommerce-tabs {
	border: 1px solid var(--tt-line);
	border-radius: var(--tt-radius);
	box-shadow: var(--tt-shadow-sm);
}

.techtaswik-store-pro .wc-tabs {
	gap: 26px;
	overflow-x: auto;
}

.techtaswik-store-pro .wc-tabs li {
	margin: 0;
	white-space: nowrap;
}

.techtaswik-store-pro .wc-tabs li.active a {
	color: var(--tt-primary);
	font-weight: 800;
}

.techtaswik-store-pro .up-sells,
.techtaswik-store-pro .related {
	padding-block: 54px;
}

/* Notices, account and checkout */
.techtaswik-store-pro :where(.woocommerce-message, .woocommerce-error, .woocommerce-info, .woocommerce-noreviews) {
	border: 1px solid var(--tt-line);
	border-inline-start: 5px solid var(--tt-primary);
	border-radius: 12px;
	background: #fff;
	box-shadow: var(--tt-shadow-sm);
}

.techtaswik-store-pro .woocommerce-error {
	border-inline-start-color: #dc2626;
}

.techtaswik-store-pro .woocommerce-MyAccount-navigation,
.techtaswik-store-pro .woocommerce-MyAccount-content,
.techtaswik-store-pro .wc-form-login,
.techtaswik-store-pro .woocommerce-checkout-review-order,
.techtaswik-store-pro .woocommerce-billing-fields,
.techtaswik-store-pro .woocommerce-additional-fields {
	border: 1px solid var(--tt-line);
	border-radius: var(--tt-radius);
	background: #fff;
	box-shadow: var(--tt-shadow-sm);
}

.techtaswik-store-pro .woocommerce-MyAccount-navigation a {
	border-radius: 10px;
}

.techtaswik-store-pro table.shop_table {
	overflow: hidden;
	border: 1px solid var(--tt-line);
	border-radius: 14px;
}

/* Blog cards and article readability */
.techtaswik-store-pro .item:not(.item-product) {
	overflow: hidden;
	border: 1px solid var(--tt-line);
	border-radius: var(--tt-radius);
	background: #fff;
	box-shadow: var(--tt-shadow-sm);
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.techtaswik-store-pro .item:not(.item-product):hover {
	box-shadow: var(--tt-shadow);
	transform: translateY(-5px);
}

.techtaswik-store-pro .item:not(.item-product) .item-content {
	padding: 20px;
}

.techtaswik-store-pro.single-post .entry-content {
	font-size: 18px;
	line-height: 2;
}

.techtaswik-store-pro.single-post .entry-content :where(h2, h3, h4) {
	margin-block: 1.7em 0.7em;
	line-height: 1.5;
}

.techtaswik-store-pro.single-post .entry-content img {
	border-radius: var(--tt-radius);
}

.techtaswik-store-pro.single-post .entry-content :where(blockquote, .wp-block-quote) {
	padding: 22px 24px;
	border: 0;
	border-inline-start: 5px solid var(--tt-primary);
	border-radius: 12px;
	background: #eff6ff;
}

/* Sidebar and footer */
.techtaswik-store-pro .sidebar .widget {
	padding: 22px;
	border: 1px solid var(--tt-line);
	border-radius: var(--tt-radius);
	background: #fff;
	box-shadow: var(--tt-shadow-sm);
}

.techtaswik-store-pro .widget-title {
	font-weight: 800;
}

.techtaswik-store-pro .footer-widgets {
	background: #0f172a;
}

.techtaswik-store-pro .footer-widgets,
.techtaswik-store-pro .footer-widgets a,
.techtaswik-store-pro .footer-widgets .widget-title {
	color: #e2e8f0;
}

.techtaswik-store-pro .footer-info {
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	background: #020617;
	color: #94a3b8;
}

.techtaswik-store-pro .footer-info a {
	color: #e2e8f0;
}

/* Mobile purchase shortcut */
.techtaswik-mobile-purchase {
	display: none;
}

/* Motion preferences */
@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	.techtaswik-store-pro *,
	.techtaswik-store-pro *::before,
	.techtaswik-store-pro *::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
	}
}

@media (max-width: 991px) {
	.techtaswik-store-pro .head-mast-row {
		min-height: 78px;
	}

	.techtaswik-store-pro .site-logo img,
	.techtaswik-store-pro .custom-logo {
		max-height: 54px;
	}

	.techtaswik-store-pro .mobile-nav-trigger {
		display: inline-flex;
		border-color: var(--tt-line);
		border-radius: 12px;
		color: var(--tt-ink);
	}

	.techtaswik-store-pro.single-product .summary.entry-summary {
		padding-inline: 0;
	}

	.techtaswik-store-pro.single-product .entry-product-info {
		margin-inline: 0;
	}

	.techtaswik-store-pro .techtaswik-purchase-assurance {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 767px) {
	body.techtaswik-store-pro.single-product {
		padding-bottom: 78px;
	}

	.techtaswik-announcement__inner {
		justify-content: space-between;
		gap: 8px;
	}

	.techtaswik-announcement p {
		font-size: 11px;
		line-height: 1.45;
	}

	.techtaswik-announcement p span {
		display: none;
	}

	.techtaswik-announcement a {
		flex: 0 0 auto;
		padding: 4px 9px;
		font-size: 10px;
	}

	.techtaswik-trust-strip__inner {
		grid-template-columns: repeat(3, 1fr);
		min-height: 50px;
	}

	.techtaswik-trust-strip__inner > span {
		gap: 5px;
		font-size: 10px;
		line-height: 1.35;
		text-align: center;
	}

	.techtaswik-trust-strip b {
		width: 22px;
		height: 22px;
		font-size: 10px;
	}

	.techtaswik-store-pro .main {
		padding-block: 36px;
	}

	.techtaswik-store-pro .shop-actions {
		align-items: stretch;
		flex-direction: column;
	}

	.techtaswik-store-pro .shop-action-results {
		display: none;
	}

	.techtaswik-store-pro .woocommerce-ordering,
	.techtaswik-store-pro .woocommerce-ordering select {
		width: 100%;
	}

	.techtaswik-store-pro .item-product .item-thumb {
		min-height: 205px;
	}

	.techtaswik-store-pro .item-product .item-thumb img {
		height: 170px;
	}

	.techtaswik-store-pro.single-product .woocommerce-product-gallery {
		padding: 14px;
		border-radius: 18px;
	}

	.techtaswik-store-pro.single-product .product_title {
		font-size: 30px;
	}

	.techtaswik-store-pro.single-product .entry-product-info {
		padding: 18px;
	}

	.techtaswik-store-pro .wc-tabs {
		gap: 18px;
	}

	.techtaswik-mobile-purchase {
		position: fixed;
		z-index: 999;
		inset-inline: 0;
		inset-block-end: 0;
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 16px;
		min-height: 72px;
		padding: 10px max(15px, env(safe-area-inset-right)) max(10px, env(safe-area-inset-bottom)) max(15px, env(safe-area-inset-left));
		border-top: 1px solid var(--tt-line);
		background: rgba(255, 255, 255, 0.96);
		box-shadow: 0 -12px 30px rgba(15, 23, 42, 0.12);
		backdrop-filter: blur(14px);
	}

	.techtaswik-mobile-purchase__price {
		color: var(--tt-primary);
		font-size: 17px;
		font-weight: 800;
	}

	.techtaswik-mobile-purchase__price del {
		display: none;
	}

	.techtaswik-mobile-purchase__price ins {
		text-decoration: none;
	}

	.techtaswik-mobile-purchase > a {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		min-width: 140px;
		min-height: 48px;
		padding: 10px 22px;
		border-radius: 13px;
		background: linear-gradient(135deg, var(--tt-primary), var(--tt-accent));
		box-shadow: 0 9px 20px color-mix(in srgb, var(--tt-primary) 24%, transparent);
		color: #fff;
		font-weight: 800;
	}
}

@media (max-width: 420px) {
	.techtaswik-trust-strip__inner > span {
		flex-direction: column;
		padding-block: 7px;
	}

	.techtaswik-store-pro .item-product .item-content {
		padding: 16px;
	}
}

/* ==========================================================
   TECHTASWIK Gulf Global 3.0 home and SEO experience
   ========================================================== */

.techtaswik-global-home {
	overflow: hidden;
	background: #fff;
}

.tt-global-hero {
	position: relative;
	overflow: hidden;
	padding: clamp(72px, 9vw, 124px) 0 clamp(64px, 8vw, 108px);
	background:
		radial-gradient(circle at 8% 15%, rgba(37, 99, 235, 0.24), transparent 28%),
		radial-gradient(circle at 86% 85%, rgba(124, 58, 237, 0.2), transparent 30%),
		linear-gradient(135deg, #020617 0%, #0b1739 48%, #111c45 100%);
	color: #fff;
}

.tt-global-hero::before {
	position: absolute;
	inset: 0;
	background-image:
		linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
	background-size: 48px 48px;
	content: "";
	mask-image: linear-gradient(to bottom, #000, transparent 90%);
	pointer-events: none;
}

.tt-global-hero__grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 1.13fr) minmax(360px, 0.87fr);
	align-items: center;
	gap: clamp(48px, 7vw, 100px);
}

.tt-global-eyebrow,
.tt-global-kicker {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 0 0 15px;
	color: #60a5fa;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.tt-global-eyebrow span {
	display: block;
	width: 35px;
	height: 2px;
	border-radius: 999px;
	background: linear-gradient(90deg, #38bdf8, #a78bfa);
}

.tt-global-hero h1 {
	max-width: 780px;
	margin: 0 0 24px;
	background: linear-gradient(115deg, #fff 10%, #dbeafe 48%, #ddd6fe 100%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	font-size: clamp(40px, 5.5vw, 75px);
	font-weight: 800;
	line-height: 1.18;
}

.tt-global-hero__lead {
	max-width: 690px;
	margin: 0 0 30px;
	color: #cbd5e1;
	font-size: clamp(17px, 1.6vw, 21px);
	line-height: 1.9;
}

.tt-global-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-bottom: 26px;
}

.tt-global-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 54px;
	padding: 12px 24px;
	border-radius: 14px;
	font-size: 15px;
	font-weight: 800;
	transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.tt-global-btn--primary {
	background: linear-gradient(135deg, var(--tt-primary), var(--tt-accent));
	box-shadow: 0 14px 32px rgba(37, 99, 235, 0.3);
	color: #fff !important;
}

.tt-global-btn--primary:hover {
	box-shadow: 0 18px 38px rgba(37, 99, 235, 0.4);
	filter: brightness(1.08);
	transform: translateY(-3px);
}

.tt-global-btn--ghost {
	border: 1px solid rgba(255, 255, 255, 0.18);
	background: rgba(255, 255, 255, 0.06);
	color: #e2e8f0 !important;
	backdrop-filter: blur(12px);
}

.tt-global-btn--ghost:hover {
	border-color: rgba(255, 255, 255, 0.35);
	background: rgba(255, 255, 255, 0.11);
	color: #fff !important;
}

.tt-global-search {
	max-width: 680px;
	margin-bottom: 28px;
}

.tt-global-search .woocommerce-product-search > div,
.tt-global-search .search-form {
	display: flex;
	align-items: stretch;
	overflow: hidden;
	padding: 5px;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.09);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.09);
	backdrop-filter: blur(14px);
}

.tt-global-search .search-field {
	flex: 1;
	min-width: 0;
	min-height: 50px;
	padding-inline: 16px;
	border: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	color: #fff;
}

.tt-global-search .search-field::placeholder {
	color: #94a3b8;
}

.tt-global-search button {
	flex: 0 0 54px;
	min-width: 54px;
	min-height: 50px;
	padding: 0;
	border-radius: 12px !important;
	background: linear-gradient(135deg, var(--tt-primary), var(--tt-accent)) !important;
	box-shadow: none !important;
	color: #fff;
}

.tt-global-stats {
	display: flex;
	flex-wrap: wrap;
	gap: 22px;
}

.tt-global-stats > div {
	display: flex;
	align-items: baseline;
	gap: 7px;
	padding-inline-end: 22px;
	border-inline-end: 1px solid rgba(255, 255, 255, 0.15);
}

.tt-global-stats > div:last-child {
	padding-inline-end: 0;
	border: 0;
}

.tt-global-stats strong {
	color: #fff;
	font-size: 22px;
	font-weight: 800;
}

.tt-global-stats span {
	color: #94a3b8;
	font-size: 12px;
}

.tt-global-hero__visual {
	position: relative;
	min-height: 500px;
	perspective: 1000px;
}

.tt-orbit {
	position: absolute;
	inset: 50% auto auto 50%;
	border: 1px solid rgba(96, 165, 250, 0.22);
	border-radius: 50%;
	transform: translate(-50%, -50%);
}

.tt-orbit::after {
	position: absolute;
	inset-block-start: 12%;
	inset-inline-start: 5%;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: #38bdf8;
	box-shadow: 0 0 22px #38bdf8;
	content: "";
}

.tt-orbit--one {
	width: 430px;
	height: 430px;
	animation: tt-orbit-spin 18s linear infinite;
}

.tt-orbit--two {
	width: 330px;
	height: 330px;
	border-color: rgba(167, 139, 250, 0.26);
	animation: tt-orbit-spin 14s linear infinite reverse;
}

.tt-orbit--two::after {
	background: #a78bfa;
	box-shadow: 0 0 22px #a78bfa;
}

@keyframes tt-orbit-spin {
	to { transform: translate(-50%, -50%) rotate(360deg); }
}

.tt-global-card {
	position: absolute;
	border: 1px solid rgba(255, 255, 255, 0.16);
	background: linear-gradient(145deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.055));
	box-shadow: 0 32px 70px rgba(0, 0, 0, 0.32), inset 0 1px 0 rgba(255, 255, 255, 0.16);
	backdrop-filter: blur(18px);
}

.tt-global-card--main {
	inset: 50% auto auto 50%;
	width: min(340px, 78%);
	min-height: 390px;
	padding: 32px;
	border-radius: 32px;
	transform: translate(-50%, -50%) rotateY(-9deg) rotateX(4deg);
}

.tt-global-card__badge {
	display: inline-flex;
	padding: 5px 10px;
	border: 1px solid rgba(96, 165, 250, 0.3);
	border-radius: 999px;
	background: rgba(37, 99, 235, 0.16);
	color: #93c5fd;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.12em;
}

.tt-global-card__icon {
	display: grid;
	place-items: center;
	width: 92px;
	height: 92px;
	margin: 45px 0 35px;
	border-radius: 25px;
	background: linear-gradient(135deg, var(--tt-primary), var(--tt-accent));
	box-shadow: 0 20px 35px rgba(37, 99, 235, 0.32);
	color: #fff;
	font-size: 43px;
}

.tt-global-card--main p {
	margin: 0 0 5px;
	color: #94a3b8;
	font-size: 14px;
}

.tt-global-card--main strong {
	display: block;
	color: #fff;
	font-size: 25px;
	font-weight: 800;
}

.tt-global-card__bars {
	display: flex;
	gap: 7px;
	margin-top: 28px;
}

.tt-global-card__bars i {
	display: block;
	height: 5px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.15);
}

.tt-global-card__bars i:nth-child(1) { width: 52%; background: #60a5fa; }
.tt-global-card__bars i:nth-child(2) { width: 28%; background: #a78bfa; }
.tt-global-card__bars i:nth-child(3) { width: 20%; }

.tt-global-card--small {
	z-index: 2;
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 12px 17px;
	border-radius: 15px;
	color: #fff;
	font-size: 13px;
	font-weight: 700;
}

.tt-global-card--small b {
	display: grid;
	place-items: center;
	width: 29px;
	height: 29px;
	border-radius: 9px;
	background: rgba(96, 165, 250, 0.2);
	color: #7dd3fc;
}

.tt-global-card--top {
	inset-block-start: 13%;
	inset-inline-end: -3%;
	animation: tt-float 4.6s ease-in-out infinite;
}

.tt-global-card--bottom {
	inset-block-end: 14%;
	inset-inline-start: -1%;
	animation: tt-float 4.6s 1s ease-in-out infinite;
}

@keyframes tt-float {
	50% { transform: translateY(-12px); }
}

.tt-global-logo-line {
	border-bottom: 1px solid var(--tt-line);
	background: #fff;
}

.tt-global-logo-line .container {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 25px;
	min-height: 78px;
}

.tt-global-logo-line span {
	color: var(--tt-muted);
	font-size: 12px;
	font-weight: 700;
}

.tt-global-logo-line ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.tt-global-logo-line li {
	color: #334155;
	font-size: 13px;
	font-weight: 800;
}

.tt-global-section {
	padding: clamp(68px, 8vw, 110px) 0;
}

.tt-global-section__head {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 30px;
	margin-bottom: 38px;
}

.tt-global-section__head--center {
	justify-content: center;
	text-align: center;
}

.tt-global-section__head--center .tt-global-kicker {
	justify-content: center;
}

.tt-global-section__head h2,
.tt-global-seo h2,
.tt-shop-seo h2 {
	margin: 0;
	color: var(--tt-ink);
	font-size: clamp(29px, 3.5vw, 48px);
	font-weight: 800;
	line-height: 1.35;
}

.tt-global-section__head > p {
	max-width: 420px;
	margin: 0;
	color: var(--tt-muted);
}

.tt-global-section__head > a {
	flex: 0 0 auto;
	color: var(--tt-primary);
	font-size: 14px;
	font-weight: 800;
}

.tt-global-kicker {
	color: var(--tt-primary);
	letter-spacing: 0.04em;
}

.tt-global-category-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
}

.tt-global-category-card {
	display: grid;
	grid-template-columns: 62px minmax(0, 1fr) auto;
	align-items: center;
	gap: 14px;
	min-height: 104px;
	padding: 15px;
	border: 1px solid var(--tt-line);
	border-radius: 18px;
	background: #fff;
	box-shadow: var(--tt-shadow-sm);
	transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.tt-global-category-card:hover {
	border-color: color-mix(in srgb, var(--tt-primary) 32%, var(--tt-line));
	box-shadow: var(--tt-shadow);
	transform: translateY(-4px);
}

.tt-global-category-card__visual {
	display: grid;
	place-items: center;
	width: 62px;
	height: 70px;
	overflow: hidden;
	border-radius: 14px;
	background: #eff6ff;
}

.tt-global-category-card--2 .tt-global-category-card__visual { background: #f5f3ff; }
.tt-global-category-card--3 .tt-global-category-card__visual { background: #ecfeff; }
.tt-global-category-card--4 .tt-global-category-card__visual { background: #fff7ed; }

.tt-global-category-card__visual img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.tt-global-category-card__visual b {
	color: var(--tt-primary);
	font-size: 27px;
	font-weight: 800;
}

.tt-global-category-card__content {
	display: flex;
	min-width: 0;
	flex-direction: column;
	gap: 3px;
}

.tt-global-category-card__content strong {
	overflow: hidden;
	color: var(--tt-ink);
	font-size: 15px;
	font-weight: 800;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.tt-global-category-card__content small {
	color: var(--tt-muted);
	font-size: 11px;
}

.tt-global-category-card > i {
	color: var(--tt-primary);
	font-style: normal;
}

.tt-global-products {
	background: var(--tt-soft);
}

.tt-global-products--new {
	background: #fff;
}

.tt-global-products .products {
	margin-bottom: -30px;
}

.tt-global-journey {
	position: relative;
	background: linear-gradient(135deg, #071127, #101d45);
	color: #fff;
}

.tt-global-journey::before {
	position: absolute;
	inset: 0;
	background: radial-gradient(circle at 50% 0, rgba(37, 99, 235, 0.24), transparent 42%);
	content: "";
}

.tt-global-journey .container {
	position: relative;
	z-index: 1;
}

.tt-global-journey h2 {
	color: #fff;
}

.tt-global-journey__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}

.tt-global-journey__grid article {
	position: relative;
	padding: 30px;
	border: 1px solid rgba(255, 255, 255, 0.11);
	border-radius: 22px;
	background: rgba(255, 255, 255, 0.055);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
	backdrop-filter: blur(12px);
}

.tt-global-journey__grid article > span {
	position: absolute;
	inset-block-start: 22px;
	inset-inline-end: 24px;
	color: rgba(255, 255, 255, 0.16);
	font-size: 32px;
	font-weight: 800;
}

.tt-global-journey__grid article > b {
	display: grid;
	place-items: center;
	width: 52px;
	height: 52px;
	margin-bottom: 24px;
	border-radius: 15px;
	background: linear-gradient(135deg, var(--tt-primary), var(--tt-accent));
	box-shadow: 0 12px 24px rgba(37, 99, 235, 0.22);
	color: #fff;
	font-size: 22px;
}

.tt-global-journey__grid h3 {
	margin: 0 0 10px;
	color: #fff;
	font-size: 23px;
}

.tt-global-journey__grid p {
	margin: 0;
	color: #aebbd0;
}

.tt-global-insights {
	background: #fff;
}

.tt-global-insights__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 22px;
}

.tt-global-insights__grid article {
	overflow: hidden;
	border: 1px solid var(--tt-line);
	border-radius: 22px;
	background: #fff;
	box-shadow: var(--tt-shadow-sm);
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.tt-global-insights__grid article:hover {
	box-shadow: var(--tt-shadow);
	transform: translateY(-6px);
}

.tt-global-insights__image {
	display: block;
	height: 220px;
	overflow: hidden;
	background: linear-gradient(135deg, #dbeafe, #ede9fe);
}

.tt-global-insights__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.35s ease;
}

.tt-global-insights__grid article:hover img {
	transform: scale(1.045);
}

.tt-global-insights__image > span {
	display: grid;
	place-items: center;
	height: 100%;
	color: color-mix(in srgb, var(--tt-primary) 45%, transparent);
	font-size: 24px;
	font-weight: 800;
	letter-spacing: 0.1em;
}

.tt-global-insights__content {
	padding: 24px;
}

.tt-global-insights__content time {
	color: var(--tt-primary);
	font-size: 11px;
	font-weight: 700;
}

.tt-global-insights__content h3 {
	margin: 9px 0 10px;
	font-size: 21px;
	line-height: 1.5;
}

.tt-global-insights__content h3 a {
	color: var(--tt-ink);
}

.tt-global-insights__content p {
	margin-bottom: 18px;
	color: var(--tt-muted);
	font-size: 14px;
}

.tt-global-read {
	font-size: 13px;
	font-weight: 800;
}

.tt-global-seo {
	background: linear-gradient(180deg, #f8fafc, #eef2ff);
}

.tt-global-seo__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(360px, 0.82fr);
	gap: clamp(40px, 7vw, 90px);
	align-items: start;
}

.tt-global-seo__copy > p:not(.tt-global-kicker) {
	color: #475569;
	font-size: 16px;
	line-height: 2;
}

.tt-global-seo__copy .tt-global-btn {
	margin-top: 10px;
}

.tt-global-faq,
.tt-shop-seo__faq {
	padding: 28px;
	border: 1px solid rgba(148, 163, 184, 0.25);
	border-radius: 24px;
	background: rgba(255, 255, 255, 0.82);
	box-shadow: var(--tt-shadow-sm);
	backdrop-filter: blur(14px);
}

.tt-global-faq > h2,
.tt-shop-seo__faq > h2 {
	margin: 0 0 18px;
	font-size: 24px;
}

.tt-global-faq details,
.tt-shop-seo details {
	border-bottom: 1px solid var(--tt-line);
}

.tt-global-faq details:last-child,
.tt-shop-seo details:last-child {
	border: 0;
}

.tt-global-faq summary,
.tt-shop-seo summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding: 17px 0;
	color: var(--tt-ink);
	font-size: 15px;
	font-weight: 800;
	cursor: pointer;
	list-style: none;
}

.tt-global-faq summary::-webkit-details-marker,
.tt-shop-seo summary::-webkit-details-marker {
	display: none;
}

.tt-global-faq summary span,
.tt-shop-seo summary span {
	display: grid;
	place-items: center;
	flex: 0 0 28px;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: #eff6ff;
	color: var(--tt-primary);
	font-size: 18px;
	transition: transform 0.2s ease;
}

.tt-global-faq details[open] summary span,
.tt-shop-seo details[open] summary span {
	transform: rotate(45deg);
}

.tt-global-faq details div,
.tt-shop-seo details div {
	padding: 0 0 16px;
}

.tt-global-faq details p,
.tt-shop-seo details p {
	margin: 0;
	color: var(--tt-muted);
	font-size: 14px;
	line-height: 1.9;
}

.tt-global-legacy-widgets {
	background: #fff;
}

/* Search-friendly shop copy */
.tt-shop-seo {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(340px, 0.85fr);
	gap: 38px;
	margin-top: 65px;
	padding: clamp(28px, 4vw, 48px);
	border: 1px solid var(--tt-line);
	border-radius: 26px;
	background: linear-gradient(145deg, #f8fafc, #eef2ff);
}

.tt-shop-seo__intro > p:not(.tt-global-kicker) {
	color: #475569;
	line-height: 2;
}

.tt-shop-seo__links {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	margin-top: 22px;
}

.tt-shop-seo__links span {
	color: var(--tt-muted);
	font-size: 12px;
	font-weight: 700;
}

.tt-shop-seo__links a {
	padding: 6px 11px;
	border: 1px solid #bfdbfe;
	border-radius: 999px;
	background: #eff6ff;
	color: var(--tt-primary);
	font-size: 12px;
	font-weight: 700;
}

/* Optional customer support shortcut */
.techtaswik-whatsapp {
	position: fixed;
	z-index: 997;
	inset-inline-start: 24px;
	inset-block-end: 24px;
	display: flex;
	align-items: center;
	gap: 9px;
	min-height: 50px;
	padding: 8px 15px 8px 10px;
	border-radius: 999px;
	background: #16a34a;
	box-shadow: 0 15px 35px rgba(22, 163, 74, 0.28);
	color: #fff !important;
	font-size: 12px;
	font-weight: 800;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.techtaswik-whatsapp:hover {
	box-shadow: 0 18px 40px rgba(22, 163, 74, 0.4);
	transform: translateY(-3px);
}

.techtaswik-whatsapp svg {
	width: 31px;
	height: 31px;
	fill: currentColor;
}

@media (max-width: 1199px) {
	.tt-global-hero__grid {
		grid-template-columns: minmax(0, 1fr) minmax(320px, 0.72fr);
		gap: 42px;
	}

	.tt-global-hero__visual {
		min-height: 430px;
	}

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

@media (max-width: 991px) {
	.tt-global-hero__grid,
	.tt-global-seo__grid,
	.tt-shop-seo {
		grid-template-columns: 1fr;
	}

	.tt-global-hero__content {
		max-width: 760px;
	}

	.tt-global-hero__visual {
		display: none;
	}

	.tt-global-journey__grid,
	.tt-global-insights__grid {
		grid-template-columns: 1fr;
	}

	.tt-global-insights__grid article {
		display: grid;
		grid-template-columns: 260px 1fr;
	}

	.tt-global-insights__image {
		height: 100%;
		min-height: 230px;
	}

	.tt-global-seo__grid {
		gap: 35px;
	}
}

@media (max-width: 767px) {
	.tt-global-hero {
		padding-block: 62px 58px;
	}

	.tt-global-hero h1 {
		font-size: clamp(35px, 10vw, 50px);
	}

	.tt-global-hero__lead {
		font-size: 16px;
	}

	.tt-global-btn {
		flex: 1;
		min-width: 145px;
	}

	.tt-global-stats {
		gap: 12px;
	}

	.tt-global-stats > div {
		padding-inline-end: 12px;
	}

	.tt-global-stats strong {
		font-size: 18px;
	}

	.tt-global-logo-line .container,
	.tt-global-section__head {
		align-items: flex-start;
		flex-direction: column;
	}

	.tt-global-logo-line .container {
		gap: 8px;
		padding-block: 16px;
	}

	.tt-global-logo-line ul {
		justify-content: flex-start;
		gap: 8px 14px;
	}

	.tt-global-category-grid {
		grid-template-columns: 1fr;
	}

	.tt-global-section__head {
		gap: 14px;
	}

	.tt-global-section__head > p {
		font-size: 14px;
	}

	.tt-global-journey__grid article {
		padding: 24px;
	}

	.tt-global-insights__grid article {
		display: block;
	}

	.tt-global-insights__image {
		height: 210px;
		min-height: 0;
	}

	.tt-global-faq,
	.tt-shop-seo__faq,
	.tt-shop-seo {
		padding: 22px;
		border-radius: 20px;
	}

	.tt-global-faq summary,
	.tt-shop-seo summary {
		font-size: 14px;
	}

	.techtaswik-whatsapp {
		inset-inline-start: 14px;
		inset-block-end: 86px;
		width: 50px;
		padding: 9px;
	}

	.techtaswik-whatsapp span {
		display: none;
	}

	.techtaswik-whatsapp svg {
		width: 32px;
		height: 32px;
	}
}

@media (max-width: 420px) {
	.tt-global-stats span {
		display: none;
	}

	.tt-global-search .search-field {
		font-size: 13px;
	}
}

/* =========================================================
   TECHTASWIK streamlined WooCommerce checkout — v3.1
   Classic checkout and WooCommerce Cart/Checkout Blocks.
========================================================= */

.techtaswik-checkout-flow .main,
.techtaswik-cart-flow .main {
	background:
		radial-gradient(circle at 8% 0, color-mix(in srgb, var(--tt-primary) 8%, transparent), transparent 26rem),
		linear-gradient(180deg, #fff 0, var(--tt-soft) 24rem, #fff 100%);
}

.techtaswik-checkout-flow .main > .container,
.techtaswik-cart-flow .main > .container {
	padding-block: clamp(34px, 5vw, 72px);
}

/* Three calm, accessible purchase stages. */
.tt-checkout-progress {
	position: relative;
	max-width: 850px;
	margin: 0 auto clamp(26px, 4vw, 44px);
}

.tt-checkout-progress ol {
	position: relative;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin: 0;
	padding: 0;
	list-style: none;
}

.tt-checkout-progress ol::before {
	position: absolute;
	inset-block-start: 25px;
	inset-inline: 16.66%;
	height: 2px;
	content: "";
	background: var(--tt-line);
}

.tt-checkout-progress li {
	position: relative;
	z-index: 1;
	min-width: 0;
	text-align: center;
}

.tt-checkout-progress :where(a, .tt-checkout-progress__step) {
	display: inline-flex;
	align-items: center;
	flex-direction: column;
	gap: 9px;
	color: var(--tt-muted);
	text-decoration: none;
}

.tt-checkout-progress b {
	display: grid;
	place-items: center;
	width: 50px;
	height: 50px;
	border: 2px solid var(--tt-line);
	border-radius: 50%;
	background: #fff;
	box-shadow: 0 6px 16px rgba(15, 23, 42, 0.06);
	color: #94a3b8;
	font-size: 16px;
	font-style: normal;
	transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.tt-checkout-progress i {
	display: flex;
	flex-direction: column;
	min-width: 0;
	font-style: normal;
	line-height: 1.5;
}

.tt-checkout-progress strong {
	color: var(--tt-ink);
	font-size: 14px;
	font-weight: 800;
}

.tt-checkout-progress small {
	color: var(--tt-muted);
	font-size: 11px;
}

.tt-checkout-progress .is-complete b {
	border-color: var(--tt-success);
	background: var(--tt-success);
	color: #fff;
}

.tt-checkout-progress .is-current b {
	border-color: var(--tt-primary);
	background: var(--tt-primary);
	box-shadow: 0 10px 24px color-mix(in srgb, var(--tt-primary) 28%, transparent);
	color: #fff;
	transform: scale(1.08);
}

.tt-checkout-progress .is-current strong {
	color: var(--tt-primary);
}

.tt-checkout-progress a:hover b {
	transform: translateY(-2px);
}

/* Reassuring checkout introduction. */
.tt-checkout-intro {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 28px;
	margin: 0 0 24px;
	padding: clamp(20px, 3vw, 28px);
	border: 1px solid color-mix(in srgb, var(--tt-primary) 20%, var(--tt-line));
	border-radius: var(--tt-radius);
	background: linear-gradient(125deg, #fff 0%, color-mix(in srgb, var(--tt-primary) 7%, #fff) 100%);
	box-shadow: var(--tt-shadow-sm);
}

.tt-checkout-intro > div {
	display: flex;
	align-items: center;
	gap: 14px;
	min-width: 0;
}

.tt-checkout-intro__icon {
	display: grid;
	place-items: center;
	flex: 0 0 46px;
	width: 46px;
	height: 46px;
	border-radius: 14px;
	background: var(--tt-primary);
	box-shadow: 0 10px 25px color-mix(in srgb, var(--tt-primary) 25%, transparent);
	color: #fff;
	font-size: 20px;
	font-weight: 900;
}

.tt-checkout-intro p,
.tt-checkout-intro h2 {
	margin: 0;
}

.tt-checkout-intro > div p {
	color: var(--tt-primary);
	font-size: 11px;
	font-weight: 900;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.tt-checkout-intro h2 {
	font-size: clamp(20px, 2vw, 27px);
}

.tt-checkout-intro > p {
	max-width: 520px;
	color: var(--tt-muted);
	font-size: 14px;
}

/* Login and coupon disclosures. */
.techtaswik-checkout-flow :where(.woocommerce-form-login-toggle, .woocommerce-form-coupon-toggle) .woocommerce-info {
	margin-block: 0 14px;
	padding: 15px 18px;
	border-inline-start-width: 4px;
	box-shadow: none;
}

.techtaswik-checkout-flow :where(form.login, form.checkout_coupon) {
	margin: 0 0 22px;
	padding: 20px;
	border: 1px solid var(--tt-line);
	border-radius: 14px;
	background: #fff;
	box-shadow: var(--tt-shadow-sm);
}

/* Classic checkout: details beside a compact, trustworthy summary. */
.techtaswik-checkout-flow form.checkout.woocommerce-checkout {
	display: grid;
	grid-template-columns: minmax(0, 1.12fr) minmax(350px, 0.78fr);
	grid-template-rows: auto 1fr;
	align-items: start;
	gap: 0 clamp(24px, 4vw, 44px);
	width: 100%;
}

.techtaswik-checkout-flow form.checkout > #customer_details {
	grid-column: 1;
	grid-row: 1 / span 2;
	min-width: 0;
	margin: 0;
}

.techtaswik-checkout-flow form.checkout > #order_review_heading {
	grid-column: 2;
	grid-row: 1;
	align-self: end;
	margin: 0;
	padding: 20px 22px 14px;
	border: 1px solid var(--tt-line);
	border-block-end: 0;
	border-radius: var(--tt-radius) var(--tt-radius) 0 0;
	background: #fff;
	font-size: 20px;
}

.techtaswik-checkout-flow form.checkout > #order_review {
	position: sticky;
	inset-block-start: 18px;
	grid-column: 2;
	grid-row: 2;
	min-width: 0;
	margin: 0;
	border-radius: 0 0 var(--tt-radius) var(--tt-radius);
}

.techtaswik-checkout-flow #customer_details,
.techtaswik-checkout-flow #customer_details > :where(.col-1, .col-2) {
	float: none;
	width: 100%;
	max-width: none;
	padding: 0;
}

.techtaswik-checkout-flow #customer_details {
	display: grid;
	gap: 22px;
}

.techtaswik-checkout-flow #customer_details > .col-2:empty {
	display: none;
}

.techtaswik-checkout-flow :where(.woocommerce-billing-fields, .woocommerce-shipping-fields, .woocommerce-additional-fields) {
	padding: clamp(20px, 3vw, 30px);
}

.techtaswik-checkout-flow :where(.woocommerce-billing-fields, .woocommerce-shipping-fields, .woocommerce-additional-fields) > h3 {
	margin: 0 0 22px;
	font-size: 21px;
}

.techtaswik-checkout-flow :where(.woocommerce-billing-fields__field-wrapper, .woocommerce-shipping-fields__field-wrapper) {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}

.techtaswik-checkout-flow .form-row {
	float: none;
	width: auto;
	min-width: 0;
	margin: 0;
	padding: 0;
}

.techtaswik-checkout-flow :where(.form-row-wide, .create-account) {
	grid-column: 1 / -1;
}

.techtaswik-checkout-flow .form-row label {
	display: block;
	margin: 0 0 7px;
	color: #334155;
	font-size: 13px;
	font-weight: 800;
}

.techtaswik-checkout-flow .form-row .required {
	color: #dc2626;
	text-decoration: none;
}

.techtaswik-checkout-flow .form-row :where(input.input-text, select, textarea) {
	width: 100%;
	min-height: 48px;
	margin: 0;
	padding: 10px 13px;
	border: 1px solid #cbd5e1;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 1px 2px rgba(15, 23, 42, 0.03);
	color: var(--tt-ink);
	font-size: 14px;
	transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.techtaswik-checkout-flow .form-row textarea {
	min-height: 110px;
	resize: vertical;
}

.techtaswik-checkout-flow .form-row :where(input.input-text, select, textarea):focus {
	border-color: var(--tt-primary);
	outline: 0;
	box-shadow: 0 0 0 4px color-mix(in srgb, var(--tt-primary) 13%, transparent);
}

.techtaswik-checkout-flow .form-row.tt-is-filled:not(.woocommerce-invalid) :where(input.input-text, select, textarea) {
	border-color: #86d9bc;
	background-color: #fbfffd;
}

.techtaswik-checkout-flow .form-row.woocommerce-invalid :where(input.input-text, select, textarea),
.techtaswik-checkout-flow .form-row.woocommerce-invalid .select2-selection {
	border-color: #dc2626;
	background-color: #fff7f7;
	box-shadow: 0 0 0 3px rgba(220, 38, 38, 0.09);
}

.techtaswik-checkout-flow .select2-container {
	width: 100% !important;
}

.techtaswik-checkout-flow .select2-container .select2-selection--single {
	height: 48px;
	border-color: #cbd5e1;
	border-radius: 10px;
}

.techtaswik-checkout-flow .select2-container--default .select2-selection--single .select2-selection__rendered {
	padding-inline: 13px 40px;
	line-height: 46px;
}

.techtaswik-checkout-flow .select2-container--default .select2-selection--single .select2-selection__arrow {
	inset-inline: auto 10px;
	height: 46px;
}

/* Order summary. */
.techtaswik-checkout-flow .woocommerce-checkout-review-order {
	overflow: visible;
	padding: 0 22px 22px;
	border-top: 0;
	box-shadow: 0 18px 45px rgba(15, 23, 42, 0.09);
}

.techtaswik-checkout-flow #order_review table.shop_table {
	margin: 0 0 20px;
	border: 0;
	border-radius: 0;
	box-shadow: none;
}

.techtaswik-checkout-flow #order_review table.shop_table :where(th, td) {
	padding: 13px 0;
	border-block-end: 1px solid var(--tt-line);
	color: #334155;
	font-size: 13px;
}

.techtaswik-checkout-flow #order_review table.shop_table .product-name {
	padding-inline-end: 12px;
	text-align: start;
}

.techtaswik-checkout-flow #order_review table.shop_table .product-total {
	text-align: end;
}

.techtaswik-checkout-flow #order_review table.shop_table tfoot .order-total :where(th, td) {
	padding-block: 17px 4px;
	border: 0;
	color: var(--tt-ink);
	font-size: 17px;
	font-weight: 900;
}

.techtaswik-checkout-flow #order_review table.shop_table tfoot .order-total .amount {
	color: var(--tt-primary);
	font-size: 20px;
}

.tt-digital-item-badge {
	display: inline-flex;
	align-items: center;
	margin-inline-start: 6px;
	padding: 2px 7px;
	border: 1px solid #bbf7d0;
	border-radius: 999px;
	background: #f0fdf4;
	color: #15803d;
	font-size: 9px;
	font-weight: 900;
	line-height: 1.6;
	vertical-align: middle;
}

/* Gateway selector: every installed WooCommerce gateway becomes a clear card. */
.techtaswik-checkout-flow #payment {
	border: 0;
	background: transparent;
}

.tt-payment-reassurance {
	display: flex;
	align-items: flex-start;
	gap: 11px;
	margin: 0 0 13px;
	padding: 13px;
	border: 1px solid #bae6fd;
	border-radius: 11px;
	background: #f0f9ff;
}

.tt-payment-reassurance > span {
	display: grid;
	place-items: center;
	flex: 0 0 29px;
	width: 29px;
	height: 29px;
	border-radius: 9px;
	background: #0284c7;
	color: #fff;
	font-size: 14px;
	font-weight: 900;
}

.tt-payment-reassurance strong,
.tt-payment-reassurance p {
	display: block;
	margin: 0;
}

.tt-payment-reassurance strong {
	color: #0c4a6e;
	font-size: 13px;
}

.tt-payment-reassurance p {
	margin-block-start: 2px;
	color: #475569;
	font-size: 11px;
	line-height: 1.7;
}

.techtaswik-checkout-flow #payment .wc_payment_methods {
	display: grid;
	gap: 10px;
	margin: 0 0 18px;
}

.techtaswik-checkout-flow #payment .wc_payment_method {
	position: relative;
	padding: 14px;
	border: 1px solid var(--tt-line);
	border-radius: 12px;
	background: #fff;
	transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.techtaswik-checkout-flow #payment .wc_payment_method:hover {
	border-color: color-mix(in srgb, var(--tt-primary) 48%, var(--tt-line));
}

.techtaswik-checkout-flow #payment .wc_payment_method.is-selected,
.techtaswik-checkout-flow #payment .wc_payment_method:has(input[name="payment_method"]:checked) {
	border-color: var(--tt-primary);
	background: color-mix(in srgb, var(--tt-primary) 4%, #fff);
	box-shadow: 0 0 0 3px color-mix(in srgb, var(--tt-primary) 10%, transparent);
}

.techtaswik-checkout-flow #payment .wc_payment_method > input[type="radio"] {
	width: 18px;
	height: 18px;
	margin: 2px 0 0 8px;
	accent-color: var(--tt-primary);
	vertical-align: top;
}

.techtaswik-checkout-flow #payment .wc_payment_method > label {
	display: inline-flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 7px;
	max-width: calc(100% - 32px);
	margin: 0;
	color: var(--tt-ink);
	font-size: 13px;
	font-weight: 800;
	cursor: pointer;
}

.techtaswik-checkout-flow #payment .wc_payment_method label img {
	width: auto;
	max-width: 118px;
	height: auto;
	max-height: 28px;
	margin: 0;
	object-fit: contain;
}

.techtaswik-checkout-flow #payment .about_paypal {
	font-size: 10px;
}

.techtaswik-checkout-flow #payment .payment_box {
	margin: 12px 0 0;
	padding: 12px;
	border: 0;
	border-radius: 9px;
	background: #f8fafc;
	color: #475569;
	font-size: 12px;
	line-height: 1.75;
}

.techtaswik-checkout-flow #payment .payment_box::before {
	display: none;
}

.techtaswik-checkout-flow #payment .payment_box p:last-child {
	margin-bottom: 0;
}

.techtaswik-checkout-flow #payment .place-order {
	margin: 0;
	padding: 17px 0 0;
	border-block-start: 1px solid var(--tt-line);
}

.techtaswik-checkout-flow #payment :where(.woocommerce-privacy-policy-text, .woocommerce-terms-and-conditions-wrapper) {
	color: var(--tt-muted);
	font-size: 11px;
	line-height: 1.75;
}

.techtaswik-checkout-flow #payment .woocommerce-form__label-for-checkbox {
	display: flex;
	align-items: flex-start;
	gap: 7px;
	margin-block: 12px;
	color: #334155;
	font-size: 12px;
}

.techtaswik-checkout-flow #payment #place_order {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	float: none;
	width: 100%;
	min-height: 52px;
	margin: 15px 0 0;
	padding: 13px 48px;
	border: 0;
	border-radius: 12px;
	background: linear-gradient(115deg, var(--tt-primary), var(--tt-accent));
	box-shadow: 0 13px 28px color-mix(in srgb, var(--tt-primary) 24%, transparent);
	color: #fff;
	font-size: 15px;
	font-weight: 900;
	line-height: 1.5;
	transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}

.techtaswik-checkout-flow #payment #place_order:hover {
	box-shadow: 0 16px 34px color-mix(in srgb, var(--tt-primary) 34%, transparent);
	color: #fff;
	transform: translateY(-2px);
}

.techtaswik-checkout-flow #payment #place_order.tt-is-processing {
	opacity: 0.82;
	cursor: wait;
}

.techtaswik-checkout-flow #payment #place_order.tt-is-processing::after {
	position: absolute;
	inset-inline-end: 18px;
	width: 18px;
	height: 18px;
	border: 2px solid rgba(255, 255, 255, 0.4);
	border-block-start-color: #fff;
	border-radius: 50%;
	content: "";
	animation: tt-checkout-spin 0.75s linear infinite;
}

@keyframes tt-checkout-spin {
	to { transform: rotate(360deg); }
}

/* Cart and successful order states share the same visual language. */
.techtaswik-cart-flow :where(.woocommerce-cart-form, .cart_totals),
.techtaswik-checkout-flow :where(.woocommerce-order, .woocommerce-order-pay) {
	padding: clamp(18px, 3vw, 28px);
	border: 1px solid var(--tt-line);
	border-radius: var(--tt-radius);
	background: #fff;
	box-shadow: var(--tt-shadow-sm);
}

.techtaswik-cart-flow .wc-proceed-to-checkout .checkout-button {
	border-radius: 12px;
	background: linear-gradient(115deg, var(--tt-primary), var(--tt-accent));
	box-shadow: 0 12px 26px color-mix(in srgb, var(--tt-primary) 20%, transparent);
	font-weight: 900;
}

.techtaswik-checkout-flow .woocommerce-thankyou-order-received {
	padding: 20px;
	border: 1px solid #bbf7d0;
	border-radius: 14px;
	background: #f0fdf4;
	color: #166534;
	font-size: 17px;
	font-weight: 900;
	text-align: center;
}

/* WooCommerce Cart and Checkout Blocks. */
.techtaswik-checkout-flow :where(.wc-block-checkout, .wc-block-cart),
.techtaswik-cart-flow :where(.wc-block-checkout, .wc-block-cart) {
	--wp--preset--color--contrast: var(--tt-ink);
	font-family: inherit;
}

.techtaswik-checkout-flow .wc-block-checkout__main .wc-block-components-checkout-step {
	margin-block-end: 18px;
	padding: clamp(18px, 3vw, 26px);
	border: 1px solid var(--tt-line);
	border-radius: var(--tt-radius);
	background: #fff;
	box-shadow: var(--tt-shadow-sm);
}

.techtaswik-checkout-flow .wc-block-checkout__sidebar,
.techtaswik-cart-flow .wc-block-cart__sidebar {
	align-self: start;
	padding: 20px;
	border: 1px solid var(--tt-line);
	border-radius: var(--tt-radius);
	background: #fff;
	box-shadow: var(--tt-shadow-sm);
}

.techtaswik-checkout-flow .wc-block-checkout__sidebar {
	position: sticky;
	inset-block-start: 18px;
}

.techtaswik-checkout-flow .wc-block-components-text-input input,
.techtaswik-checkout-flow .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input {
	min-height: 50px;
	border-color: #cbd5e1;
	border-radius: 10px;
	box-shadow: none;
}

.techtaswik-checkout-flow .wc-block-components-text-input input:focus,
.techtaswik-checkout-flow .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input:focus {
	border-color: var(--tt-primary);
	box-shadow: 0 0 0 3px color-mix(in srgb, var(--tt-primary) 12%, transparent);
}

.techtaswik-checkout-flow .wc-block-components-radio-control-accordion-option {
	margin-block-end: 10px;
	border: 1px solid var(--tt-line);
	border-radius: 12px;
	background: #fff;
	overflow: hidden;
}

.techtaswik-checkout-flow .wc-block-components-radio-control-accordion-option:has(input:checked) {
	border-color: var(--tt-primary);
	background: color-mix(in srgb, var(--tt-primary) 4%, #fff);
	box-shadow: 0 0 0 3px color-mix(in srgb, var(--tt-primary) 9%, transparent);
}

.techtaswik-checkout-flow .wc-block-components-radio-control__input {
	accent-color: var(--tt-primary);
}

.techtaswik-checkout-flow .wc-block-components-checkout-place-order-button {
	min-height: 54px;
	border: 0;
	border-radius: 12px;
	background: linear-gradient(115deg, var(--tt-primary), var(--tt-accent));
	box-shadow: 0 13px 28px color-mix(in srgb, var(--tt-primary) 24%, transparent);
	color: #fff;
	font-weight: 900;
}

.techtaswik-checkout-flow .wc-block-components-checkout-place-order-button:hover {
	color: #fff;
}

.techtaswik-checkout-flow .wc-block-components-validation-error {
	color: #b91c1c;
	font-size: 12px;
}

@media (max-width: 991px) {
	.techtaswik-checkout-flow form.checkout.woocommerce-checkout {
		grid-template-columns: 1fr;
		gap: 0;
	}

	.techtaswik-checkout-flow form.checkout > #customer_details,
	.techtaswik-checkout-flow form.checkout > #order_review_heading,
	.techtaswik-checkout-flow form.checkout > #order_review {
		position: static;
		grid-column: 1;
		grid-row: auto;
	}

	.techtaswik-checkout-flow form.checkout > #order_review_heading {
		margin-block-start: 24px;
	}

	.techtaswik-checkout-flow .wc-block-checkout__sidebar {
		position: static;
	}
}

@media (max-width: 767px) {
	.tt-checkout-progress {
		margin-block-end: 26px;
	}

	.tt-checkout-progress ol::before {
		inset-block-start: 21px;
	}

	.tt-checkout-progress b {
		width: 42px;
		height: 42px;
	}

	.tt-checkout-progress small {
		display: none;
	}

	.tt-checkout-progress strong {
		font-size: 12px;
	}

	.tt-checkout-intro {
		align-items: flex-start;
		flex-direction: column;
		gap: 12px;
	}

	.tt-checkout-intro > p {
		padding-inline-start: 60px;
		font-size: 12px;
	}

	.techtaswik-checkout-flow :where(.woocommerce-billing-fields__field-wrapper, .woocommerce-shipping-fields__field-wrapper) {
		grid-template-columns: 1fr;
	}

	.techtaswik-checkout-flow .form-row {
		grid-column: 1;
	}

	.techtaswik-checkout-flow :where(.woocommerce-billing-fields, .woocommerce-shipping-fields, .woocommerce-additional-fields),
	.techtaswik-checkout-flow .woocommerce-checkout-review-order,
	.techtaswik-checkout-flow .wc-block-checkout__main .wc-block-components-checkout-step,
	.techtaswik-checkout-flow .wc-block-checkout__sidebar,
	.techtaswik-cart-flow .wc-block-cart__sidebar {
		padding: 18px;
	}

	.techtaswik-checkout-flow #payment #place_order,
	.techtaswik-checkout-flow .wc-block-components-checkout-place-order-button {
		min-height: 56px;
		font-size: 15px;
	}

	.techtaswik-checkout-flow #order_review table.shop_table :where(th, td) {
		font-size: 12px;
	}
}

@media (max-width: 420px) {
	.tt-checkout-intro > p {
		padding-inline-start: 0;
	}

	.techtaswik-checkout-flow form.checkout > #order_review_heading,
	.techtaswik-checkout-flow :where(.woocommerce-billing-fields, .woocommerce-shipping-fields, .woocommerce-additional-fields),
	.techtaswik-checkout-flow .woocommerce-checkout-review-order {
		padding-inline: 15px;
	}

	.tt-payment-reassurance {
		padding: 11px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.tt-checkout-progress b,
	.techtaswik-checkout-flow #payment #place_order,
	.techtaswik-checkout-flow #payment .wc_payment_method {
		transition: none;
	}

	.techtaswik-checkout-flow #payment #place_order.tt-is-processing::after {
		animation-duration: 1.5s;
	}
}

/* =========================================================
   Editorial AdSense placements — never displayed on store pages.
========================================================= */

.tt-adsense-placement {
	position: relative;
	clear: both;
	width: 100%;
	min-height: 272px;
	margin: clamp(28px, 5vw, 45px) 0;
	padding: 23px 14px 14px;
	border: 1px solid #e5e7eb;
	border-radius: 14px;
	background: #fbfcfe;
	text-align: center;
}

.tt-adsense-placement__label {
	position: absolute;
	inset-block-start: 7px;
	inset-inline-start: 13px;
	color: #64748b;
	font-size: 10px;
	font-weight: 700;
	line-height: 1;
}

.tt-adsense-placement .adsbygoogle {
	display: block;
	width: 100%;
	min-height: 235px;
	margin: 0 auto;
}

.tt-adsense-placement--archive {
	margin-block-start: 0;
	margin-block-end: 34px;
}

.tt-adsense-placement--before {
	margin-block-start: 26px;
}

.tt-adsense-placement:has(.adsbygoogle[data-ad-status="unfilled"]) {
	display: none;
}

/* Final safeguard against a separate plugin that prints an ad directly. */
.tt-adsense-protected :where(.adsbygoogle, .google-auto-placed, .adsbygoogle-noablate) {
	display: none !important;
	visibility: hidden !important;
	pointer-events: none !important;
}

@media (max-width: 767px) {
	.tt-adsense-placement {
		min-height: 238px;
		margin-block: 28px;
		padding-inline: 8px;
		border-radius: 11px;
	}

	.tt-adsense-placement .adsbygoogle {
		min-height: 205px;
	}

	.tt-adsense-placement--archive {
		margin-block-start: 0;
	}
}
